Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 68b21e41db2621b3dbcbe2b942dbfaa528a27464 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-ssh5813257150249439791.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8670620699043865416.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh15197496375972549564.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10497297468129165495.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-ssh11167512174217810309.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] ========================================================= [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.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4041 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 Avoid second fetch Checking out Revision 68b21e41db2621b3dbcbe2b942dbfaa528a27464 (main) Commit message: "fix: Add unit test for ObjectArray resource (#536)" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 68b21e41db2621b3dbcbe2b942dbfaa528a27464 # timeout=10 > git rev-list --no-walk 010fbd8dec9bbb1ea6641e05522169e05f3890e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-25T15:04:10.603Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-25T15:04:10.686Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-25T15:04:10.713Z] ========================================================= [2025-06-25T15:04:10.713Z] EdgeX Global Pipelines Version Info [2025-06-25T15:04:10.713Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:04:11.834Z] ------------------- [2025-06-25T15:04:11.834Z] stable info: [2025-06-25T15:04:11.834Z] ------------------- [2025-06-25T15:04:11.834Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-25T15:04:11.834Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-25T15:04:11.834Z] Message: update stable to v1.0.274 [2025-06-25T15:04:12.400Z] ------------------- [2025-06-25T15:04:12.400Z] experimental info: [2025-06-25T15:04:12.400Z] ------------------- [2025-06-25T15:04:12.400Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-25T15:04:12.400Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-25T15:04:12.400Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-25T15:04:12.475Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-06-25T15:04:12.491Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-06-25T15:04:12.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-25T15:04:12.536Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-25T15:04:12.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-25T15:04:12.582Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-25T15:04:12.602Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-25T15:04:12.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-25T15:04:12.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-25T15:04:12.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-25T15:04:12.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-25T15:04:12.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-06-25T15:04:12.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-25T15:04:12.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-25T15:04:12.771Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-25T15:04:12.791Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-25T15:04:12.811Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-25T15:04:12.834Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-25T15:04:12.861Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-25T15:04:12.882Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-25T15:04:12.904Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-25T15:04:12.925Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-25T15:04:12.945Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-25T15:04:12.966Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-25T15:04:12.989Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-25T15:04:13.008Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-25T15:04:13.032Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-25T15:04:13.051Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-25T15:04:13.070Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-25T15:04:13.095Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-25T15:04:13.118Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68b21e41db2621b3dbcbe2b942dbfaa528a27464 [Pipeline] echo [2025-06-25T15:04:13.138Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68b21e4 [Pipeline] echo [2025-06-25T15:04:13.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T15:04:13.219Z] provisioning config files... [2025-06-25T15:04:13.233Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2898412025718828694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:04:13.571Z] ---> ****-login.sh [2025-06-25T15:04:13.572Z] nexus3.edgexfoundry.org:10001 [2025-06-25T15:04:13.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:13.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:13.833Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:13.833Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:13.833Z] [2025-06-25T15:04:13.833Z] Login Succeeded [2025-06-25T15:04:13.833Z] nexus3.edgexfoundry.org:10002 [2025-06-25T15:04:14.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:14.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:14.092Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:14.092Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:14.092Z] [2025-06-25T15:04:14.092Z] Login Succeeded [2025-06-25T15:04:14.092Z] nexus3.edgexfoundry.org:10003 [2025-06-25T15:04:14.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:14.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:14.092Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:14.092Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:14.092Z] [2025-06-25T15:04:14.092Z] Login Succeeded [2025-06-25T15:04:14.092Z] nexus3.edgexfoundry.org:10004 [2025-06-25T15:04:14.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:14.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:14.353Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:14.353Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:14.353Z] [2025-06-25T15:04:14.353Z] Login Succeeded [2025-06-25T15:04:14.353Z] ****.io [2025-06-25T15:04:14.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:14.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:14.614Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:14.614Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:14.614Z] [2025-06-25T15:04:14.614Z] Login Succeeded [2025-06-25T15:04:14.615Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T15:04:14.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-25T15:04:15.039Z] + git rev-list -1 --merges 68b21e41db2621b3dbcbe2b942dbfaa528a27464~1..68b21e41db2621b3dbcbe2b942dbfaa528a27464 [Pipeline] echo [2025-06-25T15:04:15.070Z] -----------> git rev-list -1 --merges 68b21e41db2621b3dbcbe2b942dbfaa528a27464~1..68b21e41db2621b3dbcbe2b942dbfaa528a27464 68b21e41db2621b3dbcbe2b942dbfaa528a27464 [false] [Pipeline] sh [2025-06-25T15:04:15.365Z] + git log --format=format:%s -1 68b21e41db2621b3dbcbe2b942dbfaa528a27464 [Pipeline] echo [2025-06-25T15:04:15.382Z] ========================================================= [2025-06-25T15:04:15.382Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-25T15:04:15.382Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-25T15:04:15.718Z] + git log --format=format:%s -1 68b21e41db2621b3dbcbe2b942dbfaa528a27464 [Pipeline] echo [2025-06-25T15:04:15.729Z] [semverPrep] GIT_COMMIT: 68b21e41db2621b3dbcbe2b942dbfaa528a27464, Commit Message: fix: Add unit test for ObjectArray resource (#536) [Pipeline] echo [2025-06-25T15:04:15.746Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-25T15:04:16.126Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-25T15:04:16.126Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-25T15:04:16.126Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-25T15:04:16.126Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-25T15:04:16.126Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-25T15:04:16.126Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-25T15:04:16.126Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:04:16.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T15:04:16.562Z] [2025-06-25T15:04:16.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:04:16.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T15:04:16.877Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-25T15:04:16.877Z] 3dae71ba6b94: Pulling fs layer [2025-06-25T15:04:16.877Z] 6bf1a483ea7c: Pulling fs layer [2025-06-25T15:04:16.877Z] f5dfc541a4d3: Pulling fs layer [2025-06-25T15:04:16.877Z] 461d9e800cba: Pulling fs layer [2025-06-25T15:04:16.877Z] 80192f66455f: Pulling fs layer [2025-06-25T15:04:16.877Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-25T15:04:16.877Z] a29436f7fd5d: Pulling fs layer [2025-06-25T15:04:16.877Z] 923cac83aea3: Pulling fs layer [2025-06-25T15:04:16.877Z] 25ad8b0a4227: Pulling fs layer [2025-06-25T15:04:16.877Z] db01528c6b51: Pulling fs layer [2025-06-25T15:04:16.877Z] 28988de357af: Pulling fs layer [2025-06-25T15:04:16.877Z] a29436f7fd5d: Waiting [2025-06-25T15:04:16.877Z] 461d9e800cba: Waiting [2025-06-25T15:04:16.877Z] 923cac83aea3: Waiting [2025-06-25T15:04:16.877Z] 25ad8b0a4227: Waiting [2025-06-25T15:04:16.877Z] 80192f66455f: Waiting [2025-06-25T15:04:16.877Z] db01528c6b51: Waiting [2025-06-25T15:04:16.877Z] 28988de357af: Waiting [2025-06-25T15:04:16.877Z] 2e8e34ca0e6c: Waiting [2025-06-25T15:04:16.877Z] 6bf1a483ea7c: Verifying Checksum [2025-06-25T15:04:16.877Z] 6bf1a483ea7c: Download complete [2025-06-25T15:04:16.877Z] 461d9e800cba: Verifying Checksum [2025-06-25T15:04:16.877Z] 461d9e800cba: Download complete [2025-06-25T15:04:16.877Z] 80192f66455f: Download complete [2025-06-25T15:04:17.138Z] f5dfc541a4d3: Verifying Checksum [2025-06-25T15:04:17.138Z] f5dfc541a4d3: Download complete [2025-06-25T15:04:17.138Z] 3dae71ba6b94: Verifying Checksum [2025-06-25T15:04:17.138Z] 3dae71ba6b94: Download complete [2025-06-25T15:04:17.138Z] 923cac83aea3: Download complete [2025-06-25T15:04:17.398Z] 25ad8b0a4227: Verifying Checksum [2025-06-25T15:04:17.398Z] 25ad8b0a4227: Download complete [2025-06-25T15:04:17.398Z] db01528c6b51: Verifying Checksum [2025-06-25T15:04:17.398Z] db01528c6b51: Download complete [2025-06-25T15:04:17.398Z] 28988de357af: Verifying Checksum [2025-06-25T15:04:17.398Z] 28988de357af: Download complete [2025-06-25T15:04:17.398Z] a29436f7fd5d: Verifying Checksum [2025-06-25T15:04:17.398Z] a29436f7fd5d: Download complete [2025-06-25T15:04:17.968Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-25T15:04:17.968Z] 2e8e34ca0e6c: Download complete [2025-06-25T15:04:18.242Z] 3dae71ba6b94: Pull complete [2025-06-25T15:04:18.500Z] 6bf1a483ea7c: Pull complete [2025-06-25T15:04:19.068Z] f5dfc541a4d3: Pull complete [2025-06-25T15:04:19.068Z] 461d9e800cba: Pull complete [2025-06-25T15:04:19.068Z] 80192f66455f: Pull complete [2025-06-25T15:04:22.354Z] 2e8e34ca0e6c: Pull complete [2025-06-25T15:04:22.921Z] a29436f7fd5d: Pull complete [2025-06-25T15:04:22.921Z] 923cac83aea3: Pull complete [2025-06-25T15:04:23.181Z] 25ad8b0a4227: Pull complete [2025-06-25T15:04:23.181Z] db01528c6b51: Pull complete [2025-06-25T15:04:23.181Z] 28988de357af: Pull complete [2025-06-25T15:04:23.181Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-25T15:04:23.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T15:04:23.181Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T15:04:23.387Z] prd-ubuntu20.04-docker-8c-8g-4041 does not seem to be running inside a container [2025-06-25T15:04:23.422Z] $ 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-06-25T15:04:26.520Z] $ docker top 4f4985d67456a6a61cabde692720b85ab60e296a74584aeeae5fd8e46312d4b6 -eo pid,comm [2025-06-25T15:04:26.566Z] 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-06-25T15:04:26.566Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-25T15:04:26.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-25T15:04:26.626Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-25T15:04:26.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-25T15:04:26.745Z] $ docker exec 4f4985d67456a6a61cabde692720b85ab60e296a74584aeeae5fd8e46312d4b6 ssh-agent [2025-06-25T15:04:26.834Z] SSH_AUTH_SOCK=/tmp/ssh-vzzgQuiB7R7t/agent.32 [2025-06-25T15:04:26.834Z] SSH_AGENT_PID=38 [2025-06-25T15:04:26.841Z] Running ssh-add (command line suppressed) [2025-06-25T15:04:26.961Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_693302964876790382.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_693302964876790382.key) [2025-06-25T15:04:26.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-25T15:04:27.263Z] + git tag --points-at HEAD [Pipeline] } [2025-06-25T15:04:27.279Z] $ docker exec --env ******** --env ******** 4f4985d67456a6a61cabde692720b85ab60e296a74584aeeae5fd8e46312d4b6 ssh-agent -k [2025-06-25T15:04:27.371Z] unset SSH_AUTH_SOCK; [2025-06-25T15:04:27.371Z] unset SSH_AGENT_PID; [2025-06-25T15:04:27.372Z] echo Agent pid 38 killed; [2025-06-25T15:04:27.376Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-25T15:04:27.419Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-25T15:04:27.419Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-25T15:04:27.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-25T15:04:27.544Z] $ docker exec 4f4985d67456a6a61cabde692720b85ab60e296a74584aeeae5fd8e46312d4b6 ssh-agent [2025-06-25T15:04:27.634Z] SSH_AUTH_SOCK=/tmp/ssh-lgIM2uOeVrjO/agent.71 [2025-06-25T15:04:27.634Z] SSH_AGENT_PID=77 [2025-06-25T15:04:27.639Z] Running ssh-add (command line suppressed) [2025-06-25T15:04:27.758Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11381942139210730839.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11381942139210730839.key) [2025-06-25T15:04:27.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-25T15:04:28.063Z] + git semver init [2025-06-25T15:04:28.324Z] 2025-06-25 15:04:28,281 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-25T15:04:28.324Z] 2025-06-25 15:04:28,284 [run_init] DEBUG init version:0.0.0 force:False [2025-06-25T15:04:28.324Z] 2025-06-25 15:04:28,285 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2025-06-25T15:04:28.324Z] 2025-06-25 15:04:28,285 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2025-06-25T15:04:28.324Z] 2025-06-25 15:04:28,285 [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-06-25T15:04:30.231Z] 2025-06-25 15:04:29,945 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2025-06-25T15:04:30.231Z] 2025-06-25 15:04:29,946 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2025-06-25T15:04:30.231Z] 2025-06-25 15:04:29,946 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-25T15:04:30.231Z] 2025-06-25 15:04:29,946 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-06-25T15:04:30.231Z] 4.1.0-dev.2 [Pipeline] } [2025-06-25T15:04:30.245Z] $ docker exec --env ******** --env ******** 4f4985d67456a6a61cabde692720b85ab60e296a74584aeeae5fd8e46312d4b6 ssh-agent -k [2025-06-25T15:04:30.353Z] unset SSH_AUTH_SOCK; [2025-06-25T15:04:30.353Z] unset SSH_AGENT_PID; [2025-06-25T15:04:30.353Z] echo Agent pid 77 killed; [2025-06-25T15:04:30.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-25T15:04:30.678Z] + git semver [Pipeline] } [2025-06-25T15:04:30.955Z] $ docker stop --time=1 4f4985d67456a6a61cabde692720b85ab60e296a74584aeeae5fd8e46312d4b6 [2025-06-25T15:04:32.251Z] $ docker rm -f --volumes 4f4985d67456a6a61cabde692720b85ab60e296a74584aeeae5fd8e46312d4b6 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-25T15:04:32.596Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-25T15:04:32.853Z] Stashed 1 file(s) [Pipeline] echo [2025-06-25T15:04:32.857Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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-06-25T15:04:33.035Z] provisioning config files... [2025-06-25T15:04:33.043Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12430861829494852502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:04:33.329Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4004 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [2025-06-25T15:04:33.343Z] ---> ****-login.sh [2025-06-25T15:04:33.343Z] nexus3.edgexfoundry.org:10001 [2025-06-25T15:04:33.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:33.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:33.343Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:33.343Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:33.343Z] [2025-06-25T15:04:33.343Z] Login Succeeded [2025-06-25T15:04:33.343Z] nexus3.edgexfoundry.org:10002 [2025-06-25T15:04:33.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] ws [2025-06-25T15:04:33.344Z] Running in /w/workspace/device-virtual-go/209 [Pipeline] { [Pipeline] checkout [2025-06-25T15:04:33.373Z] The recommended git tool is: git [2025-06-25T15:04:33.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:33.602Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:33.602Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:33.602Z] [2025-06-25T15:04:33.602Z] Login Succeeded [2025-06-25T15:04:33.602Z] nexus3.edgexfoundry.org:10003 [2025-06-25T15:04:33.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:33.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:33.602Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:33.602Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:33.602Z] [2025-06-25T15:04:33.602Z] Login Succeeded [2025-06-25T15:04:33.602Z] nexus3.edgexfoundry.org:10004 [2025-06-25T15:04:33.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:33.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:33.603Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:33.603Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:33.603Z] [2025-06-25T15:04:33.603Z] Login Succeeded [2025-06-25T15:04:33.603Z] ****.io [2025-06-25T15:04:33.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:04:33.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:04:33.860Z] Configure a credential helper to remove this warning. See [2025-06-25T15:04:33.860Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:04:33.860Z] [2025-06-25T15:04:33.860Z] Login Succeeded [2025-06-25T15:04:33.860Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T15:04:33.866Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-25T15:04:33.967Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T15:04:33.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T15:04:34.005Z] ========================================================= [2025-06-25T15:04:34.005Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-25T15:04:34.005Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:04:34.333Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-25T15:04:34.333Z] Sending build context to Docker daemon 40.74MB [2025-06-25T15:04:34.333Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-25T15:04:34.333Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-25T15:04:34.595Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-25T15:04:34.595Z] 0a9a5dfd008f: Pulling fs layer [2025-06-25T15:04:34.595Z] 36466aa92d05: Pulling fs layer [2025-06-25T15:04:34.595Z] e10405b45d13: Pulling fs layer [2025-06-25T15:04:34.595Z] 096b7ceb2af7: Pulling fs layer [2025-06-25T15:04:34.595Z] 4f4fb700ef54: Pulling fs layer [2025-06-25T15:04:34.595Z] 8213a616a21b: Pulling fs layer [2025-06-25T15:04:34.595Z] 985586143405: Pulling fs layer [2025-06-25T15:04:34.595Z] 0eae2285b678: Pulling fs layer [2025-06-25T15:04:34.595Z] d3ac315be8c5: Pulling fs layer [2025-06-25T15:04:34.595Z] 4f4fb700ef54: Waiting [2025-06-25T15:04:34.595Z] d3ac315be8c5: Waiting [2025-06-25T15:04:34.595Z] 8213a616a21b: Waiting [2025-06-25T15:04:34.595Z] 0eae2285b678: Waiting [2025-06-25T15:04:34.595Z] 36466aa92d05: Verifying Checksum [2025-06-25T15:04:34.595Z] 36466aa92d05: Download complete [2025-06-25T15:04:34.595Z] 096b7ceb2af7: Verifying Checksum [2025-06-25T15:04:34.595Z] 096b7ceb2af7: Download complete [2025-06-25T15:04:34.595Z] 4f4fb700ef54: Verifying Checksum [2025-06-25T15:04:34.595Z] 4f4fb700ef54: Download complete [2025-06-25T15:04:34.595Z] 8213a616a21b: Verifying Checksum [2025-06-25T15:04:34.595Z] 8213a616a21b: Download complete [2025-06-25T15:04:34.595Z] 0a9a5dfd008f: Download complete [2025-06-25T15:04:34.595Z] 985586143405: Verifying Checksum [2025-06-25T15:04:34.595Z] 985586143405: Download complete [2025-06-25T15:04:34.853Z] 0a9a5dfd008f: Pull complete [2025-06-25T15:04:34.853Z] d3ac315be8c5: Verifying Checksum [2025-06-25T15:04:34.853Z] d3ac315be8c5: Download complete [2025-06-25T15:04:34.853Z] 36466aa92d05: Pull complete [2025-06-25T15:04:35.111Z] e10405b45d13: Download complete [2025-06-25T15:04:35.368Z] 0eae2285b678: Verifying Checksum [2025-06-25T15:04:35.368Z] 0eae2285b678: Download complete [2025-06-25T15:04:37.309Z] using credential edgex-jenkins-ssh [2025-06-25T15:04:37.334Z] Cloning the remote Git repository [2025-06-25T15:04:37.376Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2025-06-25T15:04:37.460Z] > git init /w/workspace/device-virtual-go/209 # timeout=10 [2025-06-25T15:04:37.563Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2025-06-25T15:04:37.563Z] > git --version # timeout=10 [2025-06-25T15:04:37.585Z] > git --version # 'git version 2.25.1' [2025-06-25T15:04:37.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-25T15:04:37.702Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-25T15:04:38.647Z] e10405b45d13: Pull complete [2025-06-25T15:04:38.647Z] 096b7ceb2af7: Pull complete [2025-06-25T15:04:38.647Z] 4f4fb700ef54: Pull complete [2025-06-25T15:04:38.647Z] 8213a616a21b: Pull complete [2025-06-25T15:04:38.647Z] 985586143405: Pull complete [2025-06-25T15:04:40.548Z] 0eae2285b678: Pull complete [2025-06-25T15:04:40.807Z] d3ac315be8c5: Pull complete [2025-06-25T15:04:40.807Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-25T15:04:40.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-25T15:04:40.807Z] ---> ea6120ae94a0 [2025-06-25T15:04:40.807Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-25T15:04:41.616Z] Avoid second fetch [2025-06-25T15:04:41.617Z] Checking out Revision 68b21e41db2621b3dbcbe2b942dbfaa528a27464 (main) [2025-06-25T15:04:40.795Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2025-06-25T15:04:40.822Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-25T15:04:41.636Z] > git config core.sparsecheckout # timeout=10 [2025-06-25T15:04:41.694Z] > git checkout -f 68b21e41db2621b3dbcbe2b942dbfaa528a27464 # timeout=10 [2025-06-25T15:04:42.234Z] Commit message: "fix: Add unit test for ObjectArray resource (#536)" [2025-06-25T15:04:44.112Z] ---> Running in 0cce5e9a2f04 [2025-06-25T15:04:44.112Z] Removing intermediate container 0cce5e9a2f04 [2025-06-25T15:04:44.112Z] ---> 952e33882a44 [2025-06-25T15:04:44.112Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-25T15:04:44.112Z] ---> Running in 2bd4f1c4290c [2025-06-25T15:04:44.112Z] Removing intermediate container 2bd4f1c4290c [2025-06-25T15:04:44.112Z] ---> 705434e1db33 [2025-06-25T15:04:44.112Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-06-25T15:04:44.112Z] ---> Running in e37ba465c10d [2025-06-25T15:04:44.112Z] Removing intermediate container e37ba465c10d [2025-06-25T15:04:44.112Z] ---> da0a391c3d6f [2025-06-25T15:04:44.112Z] Step 6/12 : WORKDIR /device-virtual-go [2025-06-25T15:04:44.376Z] ---> Running in f047aeb286ac [2025-06-25T15:04:44.376Z] Removing intermediate container f047aeb286ac [2025-06-25T15:04:44.376Z] ---> c2698d6c58db [2025-06-25T15:04:44.376Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-25T15:04:44.376Z] ---> Running in 8cb145c878f7 [2025-06-25T15:04:44.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T15:04:44.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T15:04:45.158Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-25T15:04:45.158Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-25T15:04:45.158Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-25T15:04:45.158Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-25T15:04:45.158Z] Executing busybox-1.36.1-r29.trigger [2025-06-25T15:04:45.158Z] OK: 252 MiB in 62 packages [2025-06-25T15:04:45.422Z] Removing intermediate container 8cb145c878f7 [2025-06-25T15:04:45.422Z] ---> 10919fb88d23 [2025-06-25T15:04:45.422Z] Step 8/12 : COPY go.mod vendor* ./ [2025-06-25T15:04:45.681Z] ---> 9d97fc5a97bf [2025-06-25T15:04:45.681Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T15:04:45.681Z] ---> Running in ee876416864c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-25T15:04:47.025Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-25T15:04:47.026Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T15:04:47.026Z] Dload Upload Total Spent Left Speed [2025-06-25T15:04:47.026Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 88863 0 --:--:-- --:--:-- --:--:-- 88263 [Pipeline] sh [2025-06-25T15:04:47.353Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-25T15:04:47.676Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2025-06-25T15:04:47.676Z] /etc/docker/daemon.json [2025-06-25T15:04:47.676Z] { [2025-06-25T15:04:47.676Z] "registry-mirrors": [ [2025-06-25T15:04:47.676Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-25T15:04:47.676Z] ], [2025-06-25T15:04:47.676Z] "bip": "10.250.0.254/24", [2025-06-25T15:04:47.676Z] "hosts": [ [2025-06-25T15:04:47.676Z] "tcp://0.0.0.0:5555", [2025-06-25T15:04:47.676Z] "unix:///var/run/docker.sock" [2025-06-25T15:04:47.676Z] ], [2025-06-25T15:04:47.676Z] "mtu": 1458, [2025-06-25T15:04:47.676Z] "selinux-enabled": true, [2025-06-25T15:04:47.676Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-25T15:04:47.676Z] } [Pipeline] sh [2025-06-25T15:04:47.996Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-25T15:04:48.320Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T15:05:06.543Z] provisioning config files... [2025-06-25T15:05:06.567Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/209@tmp/config18000354141389089405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:05:07.006Z] ---> ****-login.sh [2025-06-25T15:05:07.006Z] nexus3.edgexfoundry.org:10001 [2025-06-25T15:05:07.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:05:07.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:05:07.590Z] Configure a credential helper to remove this warning. See [2025-06-25T15:05:07.590Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:05:07.590Z] [2025-06-25T15:05:07.590Z] Login Succeeded [2025-06-25T15:05:07.590Z] nexus3.edgexfoundry.org:10002 [2025-06-25T15:05:07.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:05:07.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:05:07.858Z] Configure a credential helper to remove this warning. See [2025-06-25T15:05:07.858Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:05:07.858Z] [2025-06-25T15:05:07.858Z] Login Succeeded [2025-06-25T15:05:07.858Z] nexus3.edgexfoundry.org:10003 [2025-06-25T15:05:08.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:05:08.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:05:08.397Z] Configure a credential helper to remove this warning. See [2025-06-25T15:05:08.397Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:05:08.397Z] [2025-06-25T15:05:08.397Z] Login Succeeded [2025-06-25T15:05:08.397Z] nexus3.edgexfoundry.org:10004 [2025-06-25T15:05:08.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:05:08.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:05:08.666Z] Configure a credential helper to remove this warning. See [2025-06-25T15:05:08.666Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:05:08.666Z] [2025-06-25T15:05:08.666Z] Login Succeeded [2025-06-25T15:05:08.666Z] ****.io [2025-06-25T15:05:08.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:05:09.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:05:09.200Z] Configure a credential helper to remove this warning. See [2025-06-25T15:05:09.200Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:05:09.200Z] [2025-06-25T15:05:09.200Z] Login Succeeded [2025-06-25T15:05:09.200Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T15:05:09.212Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-25T15:05:09.447Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T15:05:09.463Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T15:05:09.476Z] ========================================================= [2025-06-25T15:05:09.476Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-25T15:05:09.476Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:05:09.833Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-25T15:05:10.417Z] Sending build context to Docker daemon 20.53MB [2025-06-25T15:05:10.417Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-25T15:05:10.417Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-25T15:05:10.417Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-25T15:05:10.417Z] 94e9d8af2201: Pulling fs layer [2025-06-25T15:05:10.417Z] a6c56e8762df: Pulling fs layer [2025-06-25T15:05:10.417Z] f0f3c8884826: Pulling fs layer [2025-06-25T15:05:10.417Z] c7e7622c144d: Pulling fs layer [2025-06-25T15:05:10.417Z] 4f4fb700ef54: Pulling fs layer [2025-06-25T15:05:10.417Z] e8859aadc426: Pulling fs layer [2025-06-25T15:05:10.417Z] b4813487a9f6: Pulling fs layer [2025-06-25T15:05:10.417Z] 502a3d64fb4b: Pulling fs layer [2025-06-25T15:05:10.417Z] 4f4fb700ef54: Waiting [2025-06-25T15:05:10.417Z] e8859aadc426: Waiting [2025-06-25T15:05:10.417Z] c7e7622c144d: Waiting [2025-06-25T15:05:10.417Z] b4813487a9f6: Waiting [2025-06-25T15:05:10.417Z] 502a3d64fb4b: Waiting [2025-06-25T15:05:10.684Z] a6c56e8762df: Verifying Checksum [2025-06-25T15:05:10.684Z] a6c56e8762df: Download complete [2025-06-25T15:05:10.684Z] c7e7622c144d: Verifying Checksum [2025-06-25T15:05:10.684Z] c7e7622c144d: Download complete [2025-06-25T15:05:10.684Z] 4f4fb700ef54: Verifying Checksum [2025-06-25T15:05:10.684Z] 4f4fb700ef54: Download complete [2025-06-25T15:05:10.684Z] e8859aadc426: Verifying Checksum [2025-06-25T15:05:10.684Z] e8859aadc426: Download complete [2025-06-25T15:05:10.684Z] 94e9d8af2201: Verifying Checksum [2025-06-25T15:05:10.684Z] 94e9d8af2201: Download complete [2025-06-25T15:05:11.265Z] 502a3d64fb4b: Verifying Checksum [2025-06-25T15:05:11.265Z] 502a3d64fb4b: Download complete [2025-06-25T15:05:11.531Z] 94e9d8af2201: Pull complete [2025-06-25T15:05:12.113Z] a6c56e8762df: Pull complete [2025-06-25T15:05:12.693Z] f0f3c8884826: Verifying Checksum [2025-06-25T15:05:12.693Z] f0f3c8884826: Download complete [2025-06-25T15:05:13.272Z] b4813487a9f6: Verifying Checksum [2025-06-25T15:05:13.272Z] b4813487a9f6: Download complete [2025-06-25T15:05:28.249Z] f0f3c8884826: Pull complete [2025-06-25T15:05:28.249Z] c7e7622c144d: Pull complete [2025-06-25T15:05:28.249Z] 4f4fb700ef54: Pull complete [2025-06-25T15:05:28.249Z] e8859aadc426: Pull complete [2025-06-25T15:05:36.450Z] b4813487a9f6: Pull complete [2025-06-25T15:05:37.030Z] 502a3d64fb4b: Pull complete [2025-06-25T15:05:37.030Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-25T15:05:37.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-25T15:05:37.030Z] ---> 3bb21d53e231 [2025-06-25T15:05:37.030Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-25T15:05:37.990Z] ---> Running in dac6377ee328 [2025-06-25T15:05:37.990Z] Removing intermediate container dac6377ee328 [2025-06-25T15:05:37.990Z] ---> 7fb96c21438e [2025-06-25T15:05:37.990Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-25T15:05:37.990Z] ---> Running in 740cd2d51db0 [2025-06-25T15:05:38.260Z] Removing intermediate container 740cd2d51db0 [2025-06-25T15:05:38.260Z] ---> a10fb112f050 [2025-06-25T15:05:38.260Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-06-25T15:05:38.526Z] ---> Running in a7f78b906e74 [2025-06-25T15:05:38.793Z] Removing intermediate container a7f78b906e74 [2025-06-25T15:05:38.793Z] ---> 3374a74a180e [2025-06-25T15:05:38.793Z] Step 6/12 : WORKDIR /device-virtual-go [2025-06-25T15:05:38.793Z] ---> Running in c1c1eaddb55c [2025-06-25T15:05:39.064Z] Removing intermediate container c1c1eaddb55c [2025-06-25T15:05:39.064Z] ---> 6c59d76aa832 [2025-06-25T15:05:39.064Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-25T15:05:39.064Z] ---> Running in 2242202d634f [2025-06-25T15:05:40.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T15:05:40.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T15:05:42.151Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-25T15:05:42.151Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-25T15:05:42.151Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-25T15:05:42.151Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-25T15:05:42.151Z] Executing busybox-1.36.1-r29.trigger [2025-06-25T15:05:42.151Z] OK: 244 MiB in 62 packages [2025-06-25T15:05:43.113Z] Removing intermediate container 2242202d634f [2025-06-25T15:05:43.113Z] ---> 6ed45e0b0c4b [2025-06-25T15:05:43.113Z] Step 8/12 : COPY go.mod vendor* ./ [2025-06-25T15:05:43.700Z] ---> f3f6ca3c0945 [2025-06-25T15:05:43.700Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T15:05:43.700Z] ---> Running in e7a16bc4f01a [2025-06-25T15:05:53.385Z] Removing intermediate container ee876416864c [2025-06-25T15:05:53.385Z] ---> d646585c375b [2025-06-25T15:05:53.385Z] Step 10/12 : COPY . . [2025-06-25T15:05:53.385Z] ---> 83827c4ec49c [2025-06-25T15:05:53.385Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-25T15:05:53.385Z] ---> Running in 53bfdc094d80 [2025-06-25T15:05:53.385Z] Removing intermediate container 53bfdc094d80 [2025-06-25T15:05:53.385Z] ---> fc46bd640d2e [2025-06-25T15:05:53.385Z] Step 12/12 : RUN $MAKE [2025-06-25T15:05:53.385Z] ---> Running in 68291b77d1fe [2025-06-25T15:05:53.385Z] noop [2025-06-25T15:05:53.385Z] Removing intermediate container 68291b77d1fe [2025-06-25T15:05:53.385Z] ---> b8484b0ee0b0 [2025-06-25T15:05:53.385Z] Successfully built b8484b0ee0b0 [2025-06-25T15:05:53.385Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:05:53.726Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-25T15:05:53.726Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T15:05:53.812Z] prd-ubuntu20.04-docker-8c-8g-4041 does not seem to be running inside a container [2025-06-25T15:05:53.843Z] $ 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-06-25T15:05:54.168Z] $ docker top 3fa184a018a7dba5c981b3691948b8a63aab0831a9aff4807fc315465a1f08e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T15:05:54.517Z] + go version [2025-06-25T15:05:54.517Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-25T15:05:54.531Z] $ docker stop --time=1 3fa184a018a7dba5c981b3691948b8a63aab0831a9aff4807fc315465a1f08e5 [2025-06-25T15:05:55.794Z] $ docker rm -f --volumes 3fa184a018a7dba5c981b3691948b8a63aab0831a9aff4807fc315465a1f08e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:05:56.246Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-25T15:05:56.246Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T15:05:56.335Z] prd-ubuntu20.04-docker-8c-8g-4041 does not seem to be running inside a container [2025-06-25T15:05:56.372Z] $ 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-06-25T15:05:56.682Z] $ docker top 3e86ebb605cbf6bf916f64f3a135b63e366d41e02d4bb9b5abaec95eee7883eb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T15:05:57.031Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-25T15:05:57.339Z] + make test [2025-06-25T15:05:57.339Z] go test ./... -coverprofile=coverage.out [2025-06-25T15:05:58.717Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-06-25T15:06:16.798Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-06-25T15:06:16.798Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.011s coverage: 59.5% of statements [2025-06-25T15:06:24.941Z] go vet ./... [2025-06-25T15:06:30.208Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-25T15:06:30.208Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-25T15:06:30.208Z] ./bin/test-attribution-txt.sh [2025-06-25T15:06:30.208Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-25T15:06:30.468Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-06-25T15:06:30.468Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-25T15:06:30.468Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-25T15:06:30.468Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-25T15:06:30.480Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-25T15:06:30.503Z] $ docker stop --time=1 3e86ebb605cbf6bf916f64f3a135b63e366d41e02d4bb9b5abaec95eee7883eb [2025-06-25T15:06:33.333Z] $ docker rm -f --volumes 3e86ebb605cbf6bf916f64f3a135b63e366d41e02d4bb9b5abaec95eee7883eb [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-25T15:06:33.882Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-25T15:06:33.942Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-25T15:06:34.457Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-25T15:06:34.740Z] + ls -al . [2025-06-25T15:06:34.740Z] total 272 [2025-06-25T15:06:34.740Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 25 15:05 . [2025-06-25T15:06:34.740Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 25 15:04 .. [2025-06-25T15:06:34.740Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 25 15:06 .git [2025-06-25T15:06:34.740Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 25 15:04 .github [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 272 Jun 25 15:04 .gitignore [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 25 15:04 .golangci.yml [2025-06-25T15:06:34.740Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 25 15:04 .semver [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 18321 Jun 25 15:04 Attribution.txt [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 17302 Jun 25 15:04 CHANGELOG.md [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jun 25 15:04 Dockerfile [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 25 15:04 GOVERNANCE.md [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 25 15:04 Jenkinsfile [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 25 15:04 LICENSE [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 2652 Jun 25 15:04 Makefile [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 623 Jun 25 15:04 OWNERS.md [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 4473 Jun 25 15:04 README.md [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 25 15:04 VERSION [2025-06-25T15:06:34.740Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 25 15:04 bin [2025-06-25T15:06:34.740Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 25 15:04 cmd [2025-06-25T15:06:34.740Z] -rw-r--r-- 1 jenkins jenkins 45558 Jun 25 15:06 coverage.out [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 6059 Jun 25 15:04 go.mod [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 86761 Jun 25 15:04 go.sum [2025-06-25T15:06:34.740Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 25 15:04 internal [2025-06-25T15:06:34.740Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 25 15:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:06:35.059Z] + 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=68b21e41db2621b3dbcbe2b942dbfaa528a27464 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-06-25T15:06:35.059Z] Sending build context to Docker daemon 40.79MB [2025-06-25T15:06:35.059Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-25T15:06:35.059Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-25T15:06:35.059Z] ---> b8484b0ee0b0 [2025-06-25T15:06:35.059Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-25T15:06:35.318Z] ---> Running in 08fdcd77c1f8 [2025-06-25T15:06:35.318Z] Removing intermediate container 08fdcd77c1f8 [2025-06-25T15:06:35.318Z] ---> 2d03be6063ca [2025-06-25T15:06:35.318Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-25T15:06:35.318Z] ---> Running in af46165cf555 [2025-06-25T15:06:35.575Z] Removing intermediate container af46165cf555 [2025-06-25T15:06:35.575Z] ---> 213abc3e066c [2025-06-25T15:06:35.575Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-06-25T15:06:35.575Z] ---> Running in 81d518f2d50d [2025-06-25T15:06:35.575Z] Removing intermediate container 81d518f2d50d [2025-06-25T15:06:35.575Z] ---> 8cd50cb3ee17 [2025-06-25T15:06:35.575Z] Step 6/26 : WORKDIR /device-virtual-go [2025-06-25T15:06:35.575Z] ---> Running in 3d0c311173ef [2025-06-25T15:06:35.575Z] Removing intermediate container 3d0c311173ef [2025-06-25T15:06:35.575Z] ---> 38ae1c6e3894 [2025-06-25T15:06:35.575Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-25T15:06:35.834Z] ---> Running in de517702e3fc [2025-06-25T15:06:35.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T15:06:36.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T15:06:36.353Z] OK: 252 MiB in 62 packages [2025-06-25T15:06:36.921Z] Removing intermediate container de517702e3fc [2025-06-25T15:06:36.921Z] ---> e3fd4b5550eb [2025-06-25T15:06:36.921Z] Step 8/26 : COPY go.mod vendor* ./ [2025-06-25T15:06:36.921Z] ---> c87bebe2a4d0 [2025-06-25T15:06:36.921Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T15:06:36.921Z] ---> Running in e9b18297b4b0 [2025-06-25T15:06:37.486Z] Removing intermediate container e9b18297b4b0 [2025-06-25T15:06:37.486Z] ---> 9700c6ba74e0 [2025-06-25T15:06:37.486Z] Step 10/26 : COPY . . [2025-06-25T15:06:38.421Z] ---> 8fe8f1836ec8 [2025-06-25T15:06:38.421Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-25T15:06:38.421Z] ---> Running in f6fad6ad0039 [2025-06-25T15:06:38.421Z] Removing intermediate container f6fad6ad0039 [2025-06-25T15:06:38.421Z] ---> 03cfc9b04cf9 [2025-06-25T15:06:38.421Z] Step 12/26 : RUN $MAKE [2025-06-25T15:06:38.681Z] ---> Running in f150c5751334 [2025-06-25T15:06:38.939Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-06-25T15:07:05.478Z] Removing intermediate container f150c5751334 [2025-06-25T15:07:05.478Z] ---> 00a0612f3a78 [2025-06-25T15:07:05.478Z] Step 13/26 : FROM alpine:3.20 [2025-06-25T15:07:05.478Z] 3.20: Pulling from library/alpine [2025-06-25T15:07:05.478Z] 0a9a5dfd008f: Already exists [2025-06-25T15:07:05.478Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T15:07:05.478Z] Status: Downloaded newer image for alpine:3.20 [2025-06-25T15:07:05.478Z] ---> ff221270b9fb [2025-06-25T15:07:05.478Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-06-25T15:07:05.478Z] ---> Running in e044c8e2d3ee [2025-06-25T15:07:05.478Z] Removing intermediate container e044c8e2d3ee [2025-06-25T15:07:05.478Z] ---> 4c93a9ef33a6 [2025-06-25T15:07:05.478Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-06-25T15:07:05.478Z] ---> Running in 3ac00515398a [2025-06-25T15:07:05.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T15:07:05.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T15:07:05.999Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T15:07:05.999Z] Executing busybox-1.36.1-r29.trigger [2025-06-25T15:07:05.999Z] OK: 8 MiB in 15 packages [2025-06-25T15:07:06.568Z] Removing intermediate container 3ac00515398a [2025-06-25T15:07:06.568Z] ---> 033e7104962c [2025-06-25T15:07:06.568Z] Step 16/26 : RUN apk --no-cache upgrade [2025-06-25T15:07:06.568Z] ---> Running in 2c9458c8bb89 [2025-06-25T15:07:06.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T15:07:06.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T15:07:07.087Z] OK: 8 MiB in 15 packages [2025-06-25T15:07:07.346Z] Removing intermediate container 2c9458c8bb89 [2025-06-25T15:07:07.346Z] ---> 4e790e46de8f [2025-06-25T15:07:07.346Z] Step 17/26 : WORKDIR / [2025-06-25T15:07:07.346Z] ---> Running in 5406047974af [2025-06-25T15:07:07.346Z] Removing intermediate container 5406047974af [2025-06-25T15:07:07.346Z] ---> fc171060e784 [2025-06-25T15:07:07.346Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-06-25T15:07:07.605Z] ---> 77a99196218c [2025-06-25T15:07:07.605Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-06-25T15:07:07.605Z] ---> 15e53d5e90a4 [2025-06-25T15:07:07.605Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-06-25T15:07:08.541Z] ---> 3c0b20478b08 [2025-06-25T15:07:08.541Z] Step 21/26 : EXPOSE 59900 [2025-06-25T15:07:08.541Z] ---> Running in bc54a0c91564 [2025-06-25T15:07:08.541Z] Removing intermediate container bc54a0c91564 [2025-06-25T15:07:08.541Z] ---> 8be299d915e9 [2025-06-25T15:07:08.541Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-06-25T15:07:08.541Z] ---> Running in f1e13a9f373c [2025-06-25T15:07:08.541Z] Removing intermediate container f1e13a9f373c [2025-06-25T15:07:08.541Z] ---> 785b28b7f5e9 [2025-06-25T15:07:08.541Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-25T15:07:08.541Z] ---> Running in cdf9fd79a97d [2025-06-25T15:07:08.541Z] Removing intermediate container cdf9fd79a97d [2025-06-25T15:07:08.541Z] ---> 12777a71ba96 [2025-06-25T15:07:08.541Z] Step 24/26 : LABEL arch=amd64 [2025-06-25T15:07:08.541Z] ---> Running in 44c11193a756 [2025-06-25T15:07:08.801Z] Removing intermediate container 44c11193a756 [2025-06-25T15:07:08.801Z] ---> 67e5f45d60f3 [2025-06-25T15:07:08.801Z] Step 25/26 : LABEL git_sha=68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:07:08.801Z] ---> Running in d49d9c1a37a6 [2025-06-25T15:07:08.801Z] Removing intermediate container d49d9c1a37a6 [2025-06-25T15:07:08.801Z] ---> f20bf617f89b [2025-06-25T15:07:08.801Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-25T15:07:08.801Z] ---> Running in 8f93b930d767 [2025-06-25T15:07:09.062Z] Removing intermediate container 8f93b930d767 [2025-06-25T15:07:09.063Z] ---> 7a3bf3f66016 [2025-06-25T15:07:09.063Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-25T15:07:09.063Z] Successfully built 7a3bf3f66016 [2025-06-25T15:07:09.063Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T15:07:09.195Z] provisioning config files... [2025-06-25T15:07:09.203Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7003757515582915649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:07:09.514Z] ---> ****-login.sh [2025-06-25T15:07:09.514Z] nexus3.edgexfoundry.org:10001 [2025-06-25T15:07:09.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:07:09.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:07:09.514Z] Configure a credential helper to remove this warning. See [2025-06-25T15:07:09.514Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:07:09.514Z] [2025-06-25T15:07:09.514Z] Login Succeeded [2025-06-25T15:07:09.514Z] nexus3.edgexfoundry.org:10002 [2025-06-25T15:07:09.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:07:09.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:07:09.514Z] Configure a credential helper to remove this warning. See [2025-06-25T15:07:09.514Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:07:09.514Z] [2025-06-25T15:07:09.514Z] Login Succeeded [2025-06-25T15:07:09.514Z] nexus3.edgexfoundry.org:10003 [2025-06-25T15:07:09.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:07:09.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:07:09.774Z] Configure a credential helper to remove this warning. See [2025-06-25T15:07:09.774Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:07:09.774Z] [2025-06-25T15:07:09.774Z] Login Succeeded [2025-06-25T15:07:09.774Z] nexus3.edgexfoundry.org:10004 [2025-06-25T15:07:09.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:07:09.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:07:09.774Z] Configure a credential helper to remove this warning. See [2025-06-25T15:07:09.774Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:07:09.774Z] [2025-06-25T15:07:09.774Z] Login Succeeded [2025-06-25T15:07:09.774Z] ****.io [2025-06-25T15:07:09.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:07:10.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:07:10.033Z] Configure a credential helper to remove this warning. See [2025-06-25T15:07:10.033Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:07:10.033Z] [2025-06-25T15:07:10.033Z] Login Succeeded [2025-06-25T15:07:10.033Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T15:07:10.038Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T15:07:10.069Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T15:07:10.096Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2025-06-25T15:07:10.096Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:07:10.096Z] latest [2025-06-25T15:07:10.096Z] 4.1.0-dev.2 [2025-06-25T15:07:10.096Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [2025-06-25T15:07:10.096Z] main [2025-06-25T15:07:10.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:10.439Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:10.768Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:07:10.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-25T15:07:10.769Z] 6159292e40bb: Preparing [2025-06-25T15:07:10.769Z] d32286351ae9: Preparing [2025-06-25T15:07:10.769Z] 1932a9ba8df3: Preparing [2025-06-25T15:07:10.769Z] a8600f03f7ae: Preparing [2025-06-25T15:07:10.769Z] 06318bf50ce0: Preparing [2025-06-25T15:07:10.769Z] 994456c4fd7b: Preparing [2025-06-25T15:07:10.769Z] 994456c4fd7b: Waiting [2025-06-25T15:07:10.769Z] a8600f03f7ae: Pushed [2025-06-25T15:07:10.769Z] 06318bf50ce0: Pushed [2025-06-25T15:07:10.769Z] d32286351ae9: Pushed [2025-06-25T15:07:10.769Z] 1932a9ba8df3: Pushed [2025-06-25T15:07:10.769Z] 994456c4fd7b: Layer already exists [2025-06-25T15:07:14.069Z] 6159292e40bb: Pushed [2025-06-25T15:07:14.069Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464: digest: sha256:44589c0ed57e8a98aa49bfa03b81ca5349410bc75020704770851e186a722b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:14.400Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:14.725Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-25T15:07:14.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-25T15:07:14.725Z] 6159292e40bb: Preparing [2025-06-25T15:07:14.725Z] d32286351ae9: Preparing [2025-06-25T15:07:14.725Z] 1932a9ba8df3: Preparing [2025-06-25T15:07:14.725Z] a8600f03f7ae: Preparing [2025-06-25T15:07:14.725Z] 06318bf50ce0: Preparing [2025-06-25T15:07:14.725Z] 994456c4fd7b: Preparing [2025-06-25T15:07:14.725Z] 994456c4fd7b: Waiting [2025-06-25T15:07:14.725Z] 6159292e40bb: Layer already exists [2025-06-25T15:07:14.725Z] 1932a9ba8df3: Layer already exists [2025-06-25T15:07:14.725Z] a8600f03f7ae: Layer already exists [2025-06-25T15:07:14.725Z] 06318bf50ce0: Layer already exists [2025-06-25T15:07:14.725Z] d32286351ae9: Layer already exists [2025-06-25T15:07:14.725Z] 994456c4fd7b: Layer already exists [2025-06-25T15:07:14.725Z] latest: digest: sha256:44589c0ed57e8a98aa49bfa03b81ca5349410bc75020704770851e186a722b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:15.057Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:15.384Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-06-25T15:07:15.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-25T15:07:15.385Z] 6159292e40bb: Preparing [2025-06-25T15:07:15.385Z] d32286351ae9: Preparing [2025-06-25T15:07:15.385Z] 1932a9ba8df3: Preparing [2025-06-25T15:07:15.385Z] a8600f03f7ae: Preparing [2025-06-25T15:07:15.385Z] 06318bf50ce0: Preparing [2025-06-25T15:07:15.385Z] 994456c4fd7b: Preparing [2025-06-25T15:07:15.385Z] 994456c4fd7b: Waiting [2025-06-25T15:07:15.385Z] 1932a9ba8df3: Layer already exists [2025-06-25T15:07:15.385Z] 6159292e40bb: Layer already exists [2025-06-25T15:07:15.385Z] d32286351ae9: Layer already exists [2025-06-25T15:07:15.385Z] a8600f03f7ae: Layer already exists [2025-06-25T15:07:15.385Z] 06318bf50ce0: Layer already exists [2025-06-25T15:07:15.385Z] 994456c4fd7b: Layer already exists [2025-06-25T15:07:15.385Z] 4.1.0-dev.2: digest: sha256:44589c0ed57e8a98aa49bfa03b81ca5349410bc75020704770851e186a722b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:15.715Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:16.046Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [2025-06-25T15:07:16.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-25T15:07:16.046Z] 6159292e40bb: Preparing [2025-06-25T15:07:16.046Z] d32286351ae9: Preparing [2025-06-25T15:07:16.046Z] 1932a9ba8df3: Preparing [2025-06-25T15:07:16.046Z] a8600f03f7ae: Preparing [2025-06-25T15:07:16.046Z] 06318bf50ce0: Preparing [2025-06-25T15:07:16.046Z] 994456c4fd7b: Preparing [2025-06-25T15:07:16.046Z] 994456c4fd7b: Waiting [2025-06-25T15:07:16.046Z] a8600f03f7ae: Layer already exists [2025-06-25T15:07:16.046Z] d32286351ae9: Layer already exists [2025-06-25T15:07:16.046Z] 1932a9ba8df3: Layer already exists [2025-06-25T15:07:16.046Z] 6159292e40bb: Layer already exists [2025-06-25T15:07:16.046Z] 06318bf50ce0: Layer already exists [2025-06-25T15:07:16.046Z] 994456c4fd7b: Layer already exists [2025-06-25T15:07:16.046Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2: digest: sha256:44589c0ed57e8a98aa49bfa03b81ca5349410bc75020704770851e186a722b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:16.378Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:07:16.704Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2025-06-25T15:07:16.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-06-25T15:07:16.704Z] 6159292e40bb: Preparing [2025-06-25T15:07:16.704Z] d32286351ae9: Preparing [2025-06-25T15:07:16.704Z] 1932a9ba8df3: Preparing [2025-06-25T15:07:16.704Z] a8600f03f7ae: Preparing [2025-06-25T15:07:16.704Z] 06318bf50ce0: Preparing [2025-06-25T15:07:16.704Z] 994456c4fd7b: Preparing [2025-06-25T15:07:16.704Z] 994456c4fd7b: Waiting [2025-06-25T15:07:16.704Z] 06318bf50ce0: Layer already exists [2025-06-25T15:07:16.704Z] d32286351ae9: Layer already exists [2025-06-25T15:07:16.704Z] a8600f03f7ae: Layer already exists [2025-06-25T15:07:16.704Z] 6159292e40bb: Layer already exists [2025-06-25T15:07:16.704Z] 1932a9ba8df3: Layer already exists [2025-06-25T15:07:16.704Z] 994456c4fd7b: Layer already exists [2025-06-25T15:07:16.704Z] main: digest: sha256:44589c0ed57e8a98aa49bfa03b81ca5349410bc75020704770851e186a722b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T15:07:16.781Z] ===================================================== [Pipeline] echo [2025-06-25T15:07:16.792Z] taggedImages: [2025-06-25T15:07:16.792Z] - nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:07:16.792Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-25T15:07:16.792Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-06-25T15:07:16.792Z] - nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [2025-06-25T15:07:16.792Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo [2025-06-25T15:07:16.845Z] ========================================================= [2025-06-25T15:07:16.845Z] [edgeXBuildMultiArch] RAW Config: [2025-06-25T15:07:16.845Z] images: [2025-06-25T15:07:16.845Z] - nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:07:16.845Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-06-25T15:07:16.845Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [2025-06-25T15:07:16.845Z] - nexus3.edgexfoundry.org:10004/device-virtual:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [2025-06-25T15:07:16.845Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [2025-06-25T15:07:16.845Z] settingsFile: [2025-06-25T15:07:16.845Z] device-virtual-go-settings [2025-06-25T15:07:16.845Z] ========================================================= [Pipeline] node [2025-06-25T15:07:31.848Z] Still waiting to schedule task [2025-06-25T15:07:31.849Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-25T15:07:57.694Z] Running on prd-centos7-docker-4c-2g-4042 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T15:07:57.810Z] provisioning config files... [2025-06-25T15:07:57.833Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13912166866254429211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:07:59.865Z] ---> ****-login.sh [2025-06-25T15:07:59.865Z] nexus3.edgexfoundry.org:10001 [2025-06-25T15:08:05.405Z] Removing intermediate container e7a16bc4f01a [2025-06-25T15:08:05.405Z] ---> 874d506010c0 [2025-06-25T15:08:05.405Z] Step 10/12 : COPY . . [2025-06-25T15:08:05.405Z] ---> 68561e274cf9 [2025-06-25T15:08:05.405Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-25T15:08:05.405Z] ---> Running in 6bc8f5bac91d [2025-06-25T15:08:05.405Z] Removing intermediate container 6bc8f5bac91d [2025-06-25T15:08:05.405Z] ---> 3d71cfc793bb [2025-06-25T15:08:05.405Z] Step 12/12 : RUN $MAKE [2025-06-25T15:08:05.405Z] ---> Running in af9107f8cbfc [2025-06-25T15:08:06.000Z] noop [2025-06-25T15:08:06.582Z] Removing intermediate container af9107f8cbfc [2025-06-25T15:08:06.582Z] ---> 8f5af4567c0f [2025-06-25T15:08:06.582Z] Successfully built 8f5af4567c0f [2025-06-25T15:08:06.582Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:08:06.940Z] + docker inspect -f . ci-base-image-arm64 [2025-06-25T15:08:06.940Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T15:08:07.129Z] prd-ubuntu20.04-docker-arm64-4c-16g-4004 does not seem to be running inside a container [2025-06-25T15:08:07.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/209 -v /w/workspace/device-virtual-go/209:/w/workspace/device-virtual-go/209:rw,z -v /w/workspace/device-virtual-go/209@tmp:/w/workspace/device-virtual-go/209@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 ******** ci-base-image-arm64 cat [2025-06-25T15:08:08.411Z] $ docker top 51c6450ca656112e819670a1df9461ed8231779471736623354980058a13b19c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T15:08:09.237Z] + go version [2025-06-25T15:08:09.237Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-25T15:08:09.260Z] $ docker stop --time=1 51c6450ca656112e819670a1df9461ed8231779471736623354980058a13b19c [2025-06-25T15:08:10.891Z] $ docker rm -f --volumes 51c6450ca656112e819670a1df9461ed8231779471736623354980058a13b19c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:08:11.471Z] + docker inspect -f . ci-base-image-arm64 [2025-06-25T15:08:11.471Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T15:08:11.653Z] prd-ubuntu20.04-docker-arm64-4c-16g-4004 does not seem to be running inside a container [2025-06-25T15:08:11.724Z] $ 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/209 -v /w/workspace/device-virtual-go/209:/w/workspace/device-virtual-go/209:rw,z -v /w/workspace/device-virtual-go/209@tmp:/w/workspace/device-virtual-go/209@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 ******** ci-base-image-arm64 cat [2025-06-25T15:08:12.880Z] $ docker top fdabdc2fbbe88d5ca4b77384d0fde2f3457309c66e03a76729f2c679fe17ca98 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T15:08:13.736Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/209 [Pipeline] fileExists [Pipeline] sh [2025-06-25T15:08:14.390Z] + make test [2025-06-25T15:08:14.390Z] go test ./... -coverprofile=coverage.out [2025-06-25T15:08:19.718Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-06-25T15:11:26.425Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-06-25T15:11:26.425Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.068s coverage: 59.4% of statements [2025-06-25T15:11:26.425Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-25T15:11:26.425Z] go vet ./... [2025-06-25T15:12:13.266Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-25T15:12:13.266Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-25T15:12:13.266Z] ./bin/test-attribution-txt.sh [2025-06-25T15:12:13.266Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-25T15:12:13.266Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-06-25T15:12:13.266Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-25T15:12:13.266Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-25T15:12:13.266Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-25T15:12:13.283Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-25T15:12:13.305Z] $ docker stop --time=1 fdabdc2fbbe88d5ca4b77384d0fde2f3457309c66e03a76729f2c679fe17ca98 [2025-06-25T15:12:15.220Z] $ docker rm -f --volumes fdabdc2fbbe88d5ca4b77384d0fde2f3457309c66e03a76729f2c679fe17ca98 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-25T15:12:16.686Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-25T15:12:16.712Z] Warning: overwriting stash ‘coverage-report’ [2025-06-25T15:12:17.143Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-25T15:12:17.525Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-25T15:12:17.960Z] + ls -al . [2025-06-25T15:12:17.960Z] total 268 [2025-06-25T15:12:17.960Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 25 15:08 . [2025-06-25T15:12:17.960Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 25 15:04 .. [2025-06-25T15:12:17.960Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 25 15:04 .git [2025-06-25T15:12:17.960Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 25 15:04 .github [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 272 Jun 25 15:04 .gitignore [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 25 15:04 .golangci.yml [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 18321 Jun 25 15:04 Attribution.txt [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 17302 Jun 25 15:04 CHANGELOG.md [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jun 25 15:04 Dockerfile [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 25 15:04 GOVERNANCE.md [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 25 15:04 Jenkinsfile [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 25 15:04 LICENSE [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 2652 Jun 25 15:04 Makefile [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 623 Jun 25 15:04 OWNERS.md [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 4473 Jun 25 15:04 README.md [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 25 15:04 VERSION [2025-06-25T15:12:17.960Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 25 15:04 bin [2025-06-25T15:12:17.960Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 25 15:04 cmd [2025-06-25T15:12:17.960Z] -rw-r--r-- 1 jenkins jenkins 45558 Jun 25 15:11 coverage.out [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 6059 Jun 25 15:04 go.mod [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 86761 Jun 25 15:04 go.sum [2025-06-25T15:12:17.960Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 25 15:04 internal [2025-06-25T15:12:17.960Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 25 15:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:12:18.375Z] + 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=68b21e41db2621b3dbcbe2b942dbfaa528a27464 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-06-25T15:12:18.971Z] Sending build context to Docker daemon 20.58MB [2025-06-25T15:12:18.971Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-25T15:12:18.971Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-25T15:12:18.971Z] ---> 8f5af4567c0f [2025-06-25T15:12:18.971Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-25T15:12:19.239Z] ---> Running in 6d2d3b99cbeb [2025-06-25T15:12:19.515Z] Removing intermediate container 6d2d3b99cbeb [2025-06-25T15:12:19.515Z] ---> b386483ae2cc [2025-06-25T15:12:19.515Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-25T15:12:19.515Z] ---> Running in 09f0e91feb09 [2025-06-25T15:12:19.809Z] Removing intermediate container 09f0e91feb09 [2025-06-25T15:12:19.809Z] ---> 85ca15c26018 [2025-06-25T15:12:19.809Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-06-25T15:12:20.104Z] ---> Running in fc78a6ce509e [2025-06-25T15:12:20.104Z] Removing intermediate container fc78a6ce509e [2025-06-25T15:12:20.104Z] ---> 811ec58fa51e [2025-06-25T15:12:20.104Z] Step 6/26 : WORKDIR /device-virtual-go [2025-06-25T15:12:20.373Z] ---> Running in f3bb7222e87f [2025-06-25T15:12:20.646Z] Removing intermediate container f3bb7222e87f [2025-06-25T15:12:20.646Z] ---> 699fb53e803e [2025-06-25T15:12:20.646Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-25T15:12:20.646Z] ---> Running in 2c136c30cbf1 [2025-06-25T15:12:21.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T15:12:22.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T15:12:23.580Z] OK: 244 MiB in 62 packages [2025-06-25T15:12:24.532Z] Removing intermediate container 2c136c30cbf1 [2025-06-25T15:12:24.532Z] ---> 014a02804b1f [2025-06-25T15:12:24.532Z] Step 8/26 : COPY go.mod vendor* ./ [2025-06-25T15:12:25.120Z] ---> a0ce2cb0146f [2025-06-25T15:12:25.120Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T15:12:25.120Z] ---> Running in 796125d837dd [2025-06-25T15:12:27.686Z] Removing intermediate container 796125d837dd [2025-06-25T15:12:27.686Z] ---> 8834451179ab [2025-06-25T15:12:27.686Z] Step 10/26 : COPY . . [2025-06-25T15:12:29.094Z] ---> 0cd65f5b7916 [2025-06-25T15:12:29.094Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-25T15:12:29.094Z] ---> Running in be097584f802 [2025-06-25T15:12:29.094Z] Removing intermediate container be097584f802 [2025-06-25T15:12:29.094Z] ---> 7d25af5d95b7 [2025-06-25T15:12:29.094Z] Step 12/26 : RUN $MAKE [2025-06-25T15:12:29.363Z] ---> Running in d21981e12337 [2025-06-25T15:12:30.328Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-06-25T15:15:52.065Z] Removing intermediate container d21981e12337 [2025-06-25T15:15:52.065Z] ---> fc9b4a1dec4e [2025-06-25T15:15:52.065Z] Step 13/26 : FROM alpine:3.20 [2025-06-25T15:15:52.065Z] 3.20: Pulling from library/alpine [2025-06-25T15:15:52.065Z] 94e9d8af2201: Already exists [2025-06-25T15:15:52.065Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T15:15:52.065Z] Status: Downloaded newer image for alpine:3.20 [2025-06-25T15:15:52.065Z] ---> 7aab056cecc6 [2025-06-25T15:15:52.065Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-06-25T15:15:52.065Z] ---> Running in cb1d4bdb7791 [2025-06-25T15:15:52.065Z] Removing intermediate container cb1d4bdb7791 [2025-06-25T15:15:52.065Z] ---> 71afc127cdf5 [2025-06-25T15:15:52.065Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-06-25T15:15:52.065Z] ---> Running in 58a991e81a7a [2025-06-25T15:15:52.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T15:15:52.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T15:15:52.065Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T15:15:52.065Z] Executing busybox-1.36.1-r29.trigger [2025-06-25T15:15:52.065Z] OK: 9 MiB in 15 packages [2025-06-25T15:15:52.065Z] Removing intermediate container 58a991e81a7a [2025-06-25T15:15:52.065Z] ---> 52f2b3559bd9 [2025-06-25T15:15:52.065Z] Step 16/26 : RUN apk --no-cache upgrade [2025-06-25T15:15:52.065Z] ---> Running in 96a28aebe2f5 [2025-06-25T15:15:52.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T15:15:52.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T15:15:52.065Z] OK: 9 MiB in 15 packages [2025-06-25T15:15:52.065Z] Removing intermediate container 96a28aebe2f5 [2025-06-25T15:15:52.065Z] ---> d7988fa9af94 [2025-06-25T15:15:52.065Z] Step 17/26 : WORKDIR / [2025-06-25T15:15:52.065Z] ---> Running in 5909350210e4 [2025-06-25T15:15:52.065Z] Removing intermediate container 5909350210e4 [2025-06-25T15:15:52.065Z] ---> fe8bd1720567 [2025-06-25T15:15:52.065Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-06-25T15:15:52.065Z] ---> d4b3ddfcbca1 [2025-06-25T15:15:52.065Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-06-25T15:15:52.065Z] ---> 858687dd3fba [2025-06-25T15:15:52.065Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-06-25T15:15:52.065Z] ---> 200a6c138aac [2025-06-25T15:15:52.065Z] Step 21/26 : EXPOSE 59900 [2025-06-25T15:15:52.065Z] ---> Running in e2201236101d [2025-06-25T15:15:52.065Z] Removing intermediate container e2201236101d [2025-06-25T15:15:52.065Z] ---> 8d220e394f2e [2025-06-25T15:15:52.065Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-06-25T15:15:52.065Z] ---> Running in f058f1e7c58a [2025-06-25T15:15:52.065Z] Removing intermediate container f058f1e7c58a [2025-06-25T15:15:52.065Z] ---> 466ebb12cace [2025-06-25T15:15:52.065Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-25T15:15:52.065Z] ---> Running in f10c006dc7d4 [2025-06-25T15:15:52.065Z] Removing intermediate container f10c006dc7d4 [2025-06-25T15:15:52.065Z] ---> 1c599fd430de [2025-06-25T15:15:52.065Z] Step 24/26 : LABEL arch=arm64 [2025-06-25T15:15:52.065Z] ---> Running in 0ac4dd1b3167 [2025-06-25T15:15:52.065Z] Removing intermediate container 0ac4dd1b3167 [2025-06-25T15:15:52.065Z] ---> 5f85363abd55 [2025-06-25T15:15:52.065Z] Step 25/26 : LABEL git_sha=68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:15:52.065Z] ---> Running in 6d92adda1e4c [2025-06-25T15:15:52.065Z] Removing intermediate container 6d92adda1e4c [2025-06-25T15:15:52.065Z] ---> 1bfee334f6fb [2025-06-25T15:15:52.065Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-25T15:15:52.065Z] ---> Running in 86770790e3ed [2025-06-25T15:15:52.065Z] Removing intermediate container 86770790e3ed [2025-06-25T15:15:52.065Z] ---> ef44be7378d5 [2025-06-25T15:15:52.065Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-25T15:15:52.329Z] Successfully built ef44be7378d5 [2025-06-25T15:15:52.329Z] 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-06-25T15:15:52.456Z] provisioning config files... [2025-06-25T15:15:52.467Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/209@tmp/config7008444858463107057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:15:52.811Z] ---> ****-login.sh [2025-06-25T15:15:52.811Z] nexus3.edgexfoundry.org:10001 [2025-06-25T15:15:52.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:15:53.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:15:53.075Z] Configure a credential helper to remove this warning. See [2025-06-25T15:15:53.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:15:53.076Z] [2025-06-25T15:15:53.076Z] Login Succeeded [2025-06-25T15:15:53.076Z] nexus3.edgexfoundry.org:10002 [2025-06-25T15:15:53.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:15:53.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:15:53.340Z] Configure a credential helper to remove this warning. See [2025-06-25T15:15:53.340Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:15:53.340Z] [2025-06-25T15:15:53.340Z] Login Succeeded [2025-06-25T15:15:53.340Z] nexus3.edgexfoundry.org:10003 [2025-06-25T15:15:53.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:15:53.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:15:53.868Z] Configure a credential helper to remove this warning. See [2025-06-25T15:15:53.868Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:15:53.868Z] [2025-06-25T15:15:53.868Z] Login Succeeded [2025-06-25T15:15:53.868Z] nexus3.edgexfoundry.org:10004 [2025-06-25T15:15:53.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:15:54.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:15:54.132Z] Configure a credential helper to remove this warning. See [2025-06-25T15:15:54.133Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:15:54.133Z] [2025-06-25T15:15:54.133Z] Login Succeeded [2025-06-25T15:15:54.133Z] ****.io [2025-06-25T15:15:54.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T15:15:54.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T15:15:54.659Z] Configure a credential helper to remove this warning. See [2025-06-25T15:15:54.659Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T15:15:54.659Z] [2025-06-25T15:15:54.659Z] Login Succeeded [2025-06-25T15:15:54.659Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T15:15:54.670Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T15:15:54.717Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T15:15:54.753Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2025-06-25T15:15:54.753Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:15:54.753Z] latest [2025-06-25T15:15:54.753Z] 4.1.0-dev.2 [2025-06-25T15:15:54.753Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [2025-06-25T15:15:54.753Z] main [2025-06-25T15:15:54.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:15:55.126Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:15:55.471Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:15:55.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-25T15:15:55.471Z] 6bfa260223ee: Preparing [2025-06-25T15:15:55.471Z] 63d21925fc87: Preparing [2025-06-25T15:15:55.471Z] 9910ffc49472: Preparing [2025-06-25T15:15:55.471Z] a5d628dc05b2: Preparing [2025-06-25T15:15:55.471Z] f3f882a8e920: Preparing [2025-06-25T15:15:55.471Z] dd9c8f8612c8: Preparing [2025-06-25T15:15:55.734Z] 9910ffc49472: Pushed [2025-06-25T15:15:55.734Z] a5d628dc05b2: Pushed [2025-06-25T15:15:55.734Z] f3f882a8e920: Pushed [2025-06-25T15:15:55.734Z] 63d21925fc87: Pushed [2025-06-25T15:15:55.734Z] dd9c8f8612c8: Layer already exists [2025-06-25T15:16:02.345Z] 6bfa260223ee: Pushed [2025-06-25T15:16:02.345Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464: digest: sha256:5358e2bc23be1e801e1763b6f98d9cd0ed2c44b632221562bcd466891d5b08dc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:02.703Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:03.060Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-06-25T15:16:03.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-25T15:16:03.060Z] 6bfa260223ee: Preparing [2025-06-25T15:16:03.060Z] 63d21925fc87: Preparing [2025-06-25T15:16:03.060Z] 9910ffc49472: Preparing [2025-06-25T15:16:03.060Z] a5d628dc05b2: Preparing [2025-06-25T15:16:03.060Z] f3f882a8e920: Preparing [2025-06-25T15:16:03.060Z] dd9c8f8612c8: Preparing [2025-06-25T15:16:03.060Z] dd9c8f8612c8: Waiting [2025-06-25T15:16:03.060Z] 63d21925fc87: Layer already exists [2025-06-25T15:16:03.060Z] 9910ffc49472: Layer already exists [2025-06-25T15:16:03.060Z] 6bfa260223ee: Layer already exists [2025-06-25T15:16:03.060Z] a5d628dc05b2: Layer already exists [2025-06-25T15:16:03.060Z] f3f882a8e920: Layer already exists [2025-06-25T15:16:03.060Z] dd9c8f8612c8: Layer already exists [2025-06-25T15:16:03.060Z] latest: digest: sha256:5358e2bc23be1e801e1763b6f98d9cd0ed2c44b632221562bcd466891d5b08dc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:03.672Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:04.019Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [2025-06-25T15:16:04.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-25T15:16:04.019Z] 6bfa260223ee: Preparing [2025-06-25T15:16:04.019Z] 63d21925fc87: Preparing [2025-06-25T15:16:04.019Z] 9910ffc49472: Preparing [2025-06-25T15:16:04.019Z] a5d628dc05b2: Preparing [2025-06-25T15:16:04.019Z] f3f882a8e920: Preparing [2025-06-25T15:16:04.019Z] dd9c8f8612c8: Preparing [2025-06-25T15:16:04.019Z] dd9c8f8612c8: Waiting [2025-06-25T15:16:04.019Z] 9910ffc49472: Layer already exists [2025-06-25T15:16:04.019Z] 6bfa260223ee: Layer already exists [2025-06-25T15:16:04.019Z] f3f882a8e920: Layer already exists [2025-06-25T15:16:04.019Z] a5d628dc05b2: Layer already exists [2025-06-25T15:16:04.019Z] 63d21925fc87: Layer already exists [2025-06-25T15:16:04.019Z] dd9c8f8612c8: Layer already exists [2025-06-25T15:16:04.019Z] 4.1.0-dev.2: digest: sha256:5358e2bc23be1e801e1763b6f98d9cd0ed2c44b632221562bcd466891d5b08dc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:04.650Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:05.001Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [2025-06-25T15:16:05.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-25T15:16:05.001Z] 6bfa260223ee: Preparing [2025-06-25T15:16:05.001Z] 63d21925fc87: Preparing [2025-06-25T15:16:05.001Z] 9910ffc49472: Preparing [2025-06-25T15:16:05.001Z] a5d628dc05b2: Preparing [2025-06-25T15:16:05.001Z] f3f882a8e920: Preparing [2025-06-25T15:16:05.001Z] dd9c8f8612c8: Preparing [2025-06-25T15:16:05.001Z] dd9c8f8612c8: Waiting [2025-06-25T15:16:05.001Z] a5d628dc05b2: Layer already exists [2025-06-25T15:16:05.001Z] 9910ffc49472: Layer already exists [2025-06-25T15:16:05.001Z] 6bfa260223ee: Layer already exists [2025-06-25T15:16:05.001Z] 63d21925fc87: Layer already exists [2025-06-25T15:16:05.001Z] f3f882a8e920: Layer already exists [2025-06-25T15:16:05.001Z] dd9c8f8612c8: Layer already exists [2025-06-25T15:16:05.263Z] 68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2: digest: sha256:5358e2bc23be1e801e1763b6f98d9cd0ed2c44b632221562bcd466891d5b08dc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:05.614Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:05.960Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2025-06-25T15:16:05.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-06-25T15:16:05.960Z] 6bfa260223ee: Preparing [2025-06-25T15:16:05.960Z] 63d21925fc87: Preparing [2025-06-25T15:16:05.960Z] 9910ffc49472: Preparing [2025-06-25T15:16:05.960Z] a5d628dc05b2: Preparing [2025-06-25T15:16:05.960Z] f3f882a8e920: Preparing [2025-06-25T15:16:05.960Z] dd9c8f8612c8: Preparing [2025-06-25T15:16:05.960Z] dd9c8f8612c8: Waiting [2025-06-25T15:16:05.960Z] 63d21925fc87: Layer already exists [2025-06-25T15:16:05.960Z] 9910ffc49472: Layer already exists [2025-06-25T15:16:05.960Z] 6bfa260223ee: Layer already exists [2025-06-25T15:16:05.960Z] f3f882a8e920: Layer already exists [2025-06-25T15:16:05.960Z] a5d628dc05b2: Layer already exists [2025-06-25T15:16:05.960Z] dd9c8f8612c8: Layer already exists [2025-06-25T15:16:06.223Z] main: digest: sha256:5358e2bc23be1e801e1763b6f98d9cd0ed2c44b632221562bcd466891d5b08dc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T15:16:06.299Z] ===================================================== [Pipeline] echo [2025-06-25T15:16:06.314Z] taggedImages: [2025-06-25T15:16:06.314Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [2025-06-25T15:16:06.314Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-06-25T15:16:06.314Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [2025-06-25T15:16:06.314Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [2025-06-25T15:16:06.314Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo [2025-06-25T15:16:06.330Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464 [Pipeline] echo [2025-06-25T15:16:06.347Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo [2025-06-25T15:16:06.360Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [Pipeline] echo [2025-06-25T15:16:06.376Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:68b21e41db2621b3dbcbe2b942dbfaa528a27464-4.1.0-dev.2 [Pipeline] echo [2025-06-25T15:16:06.389Z] 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-06-25T15:16:06.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-25T15:16:06.774Z] [2025-06-25T15:16:06.774Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T15:16:07.099Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-25T15:16:07.099Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-25T15:16:07.099Z] 8998bd30e6a1: Pulling fs layer [2025-06-25T15:16:07.099Z] 04944245beec: Pulling fs layer [2025-06-25T15:16:07.099Z] 699f458cf7ca: Pulling fs layer [2025-06-25T15:16:07.099Z] 765212b225bb: Pulling fs layer [2025-06-25T15:16:07.099Z] f23df028b6ca: Pulling fs layer [2025-06-25T15:16:07.099Z] d65c8cfc05b1: Pulling fs layer [2025-06-25T15:16:07.099Z] 2437ff75d9bd: Pulling fs layer [2025-06-25T15:16:07.099Z] 765212b225bb: Waiting [2025-06-25T15:16:07.099Z] f23df028b6ca: Waiting [2025-06-25T15:16:07.099Z] 2437ff75d9bd: Waiting [2025-06-25T15:16:07.099Z] d65c8cfc05b1: Waiting [2025-06-25T15:16:07.365Z] 04944245beec: Verifying Checksum [2025-06-25T15:16:07.365Z] 04944245beec: Download complete [2025-06-25T15:16:07.365Z] 765212b225bb: Verifying Checksum [2025-06-25T15:16:07.365Z] 765212b225bb: Download complete [2025-06-25T15:16:07.365Z] f23df028b6ca: Verifying Checksum [2025-06-25T15:16:07.365Z] f23df028b6ca: Download complete [2025-06-25T15:16:07.365Z] d65c8cfc05b1: Verifying Checksum [2025-06-25T15:16:07.365Z] d65c8cfc05b1: Download complete [2025-06-25T15:16:07.632Z] 699f458cf7ca: Verifying Checksum [2025-06-25T15:16:07.632Z] 699f458cf7ca: Download complete [2025-06-25T15:16:07.898Z] 8998bd30e6a1: Verifying Checksum [2025-06-25T15:16:07.898Z] 8998bd30e6a1: Download complete [2025-06-25T15:16:10.471Z] 2437ff75d9bd: Verifying Checksum [2025-06-25T15:16:10.471Z] 2437ff75d9bd: Download complete [2025-06-25T15:16:12.413Z] 8998bd30e6a1: Pull complete [2025-06-25T15:16:12.994Z] 04944245beec: Pull complete [2025-06-25T15:16:14.398Z] 699f458cf7ca: Pull complete [2025-06-25T15:16:14.665Z] 765212b225bb: Pull complete [2025-06-25T15:16:15.622Z] f23df028b6ca: Pull complete [2025-06-25T15:16:15.888Z] d65c8cfc05b1: Pull complete [2025-06-25T15:16:34.077Z] 2437ff75d9bd: Pull complete [2025-06-25T15:16:34.077Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-25T15:16:34.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-25T15:16:34.077Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T15:16:34.278Z] prd-ubuntu20.04-docker-arm64-4c-16g-4004 does not seem to be running inside a container [2025-06-25T15:16:34.341Z] $ 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/209 -v /w/workspace/device-virtual-go/209:/w/workspace/device-virtual-go/209:rw,z -v /w/workspace/device-virtual-go/209@tmp:/w/workspace/device-virtual-go/209@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:arm64 cat [2025-06-25T15:16:36.967Z] $ docker top 655dbd9d46c559236ec77dc9b39c4d4d54d845dce6ae16f19e96205440064795 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T15:16:37.842Z] ---> job-cost.sh [2025-06-25T15:16:37.842Z] lf-activate-venv: SKIPPING [2025-06-25T15:16:37.842Z] INFO: No Stack... [2025-06-25T15:16:38.106Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-25T15:16:39.058Z] INFO: Archiving Costs [Pipeline] sh [2025-06-25T15:16:39.686Z] + + cut -d, -f6 [2025-06-25T15:16:39.686Z] cat /w/workspace/device-virtual-go/209/archives/cost.csv [Pipeline] lock [2025-06-25T15:16:39.720Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] [2025-06-25T15:16:39.729Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] did not exist. Created. [2025-06-25T15:16:39.736Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-25T15:16:40.378Z] + echo total: 1.5399999618530273 [Pipeline] stash [2025-06-25T15:16:40.460Z] Stashed 1 file(s) [Pipeline] } [2025-06-25T15:16:40.469Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-25T15:16:40.503Z] $ docker stop --time=1 655dbd9d46c559236ec77dc9b39c4d4d54d845dce6ae16f19e96205440064795 [2025-06-25T15:16:41.984Z] $ docker rm -f --volumes 655dbd9d46c559236ec77dc9b39c4d4d54d845dce6ae16f19e96205440064795 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-25T21:04:10.604Z] Cancelling nested steps due to timeout [2025-06-25T21:04:10.610Z] Sending interrupt signal to process [2025-06-25T21:04:11.873Z] script returned exit code 143 [Pipeline] } [2025-06-25T21:04:11.887Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-25T21:04:12.551Z] + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:12.856Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:13.407Z] ---> package-listing.sh [2025-06-25T21:04:13.407Z] ++ facter osfamily [2025-06-25T21:04:13.407Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-25T21:04:13.669Z] + OS_FAMILY=redhat [2025-06-25T21:04:13.669Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-06-25T21:04:13.669Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-25T21:04:13.669Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-25T21:04:13.669Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-25T21:04:13.669Z] + PACKAGES=/tmp/packages_start.txt [2025-06-25T21:04:13.669Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-25T21:04:13.669Z] + PACKAGES=/tmp/packages_end.txt [2025-06-25T21:04:13.669Z] + case "${OS_FAMILY}" in [2025-06-25T21:04:13.669Z] + rpm -qa [2025-06-25T21:04:13.669Z] + sort [2025-06-25T21:04:14.237Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-25T21:04:14.237Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-25T21:04:14.237Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-25T21:04:14.237Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-25T21:04:14.237Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-06-25T21:04:14.237Z] + 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-06-25T21:04:14.251Z] 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-06-25T21:04:14.537Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T21:04:15.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T21:04:15.108Z] [2025-06-25T21:04:15.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T21:04:15.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T21:04:15.691Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-25T21:04:15.691Z] 5eb5b503b376: Pulling fs layer [2025-06-25T21:04:15.691Z] 5c69ac0246d0: Pulling fs layer [2025-06-25T21:04:15.691Z] ec43610c2a17: Pulling fs layer [2025-06-25T21:04:15.691Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-25T21:04:15.691Z] 33b1e0a273af: Pulling fs layer [2025-06-25T21:04:15.691Z] 5d3b04190fa2: Pulling fs layer [2025-06-25T21:04:15.691Z] 2f39f015ded8: Pulling fs layer [2025-06-25T21:04:15.691Z] 33b1e0a273af: Waiting [2025-06-25T21:04:15.691Z] 5d3b04190fa2: Waiting [2025-06-25T21:04:15.691Z] 2f39f015ded8: Waiting [2025-06-25T21:04:15.691Z] 3a2ae6a8a46f: Waiting [2025-06-25T21:04:15.691Z] 5c69ac0246d0: Download complete [2025-06-25T21:04:15.691Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-25T21:04:15.691Z] 3a2ae6a8a46f: Download complete [2025-06-25T21:04:15.691Z] 33b1e0a273af: Download complete [2025-06-25T21:04:15.691Z] 5d3b04190fa2: Verifying Checksum [2025-06-25T21:04:15.691Z] 5d3b04190fa2: Download complete [2025-06-25T21:04:15.691Z] ec43610c2a17: Verifying Checksum [2025-06-25T21:04:15.691Z] ec43610c2a17: Download complete [2025-06-25T21:04:15.955Z] 5eb5b503b376: Verifying Checksum [2025-06-25T21:04:15.955Z] 5eb5b503b376: Download complete [2025-06-25T21:04:16.529Z] 2f39f015ded8: Verifying Checksum [2025-06-25T21:04:16.529Z] 2f39f015ded8: Download complete [2025-06-25T21:04:17.465Z] 5eb5b503b376: Pull complete [2025-06-25T21:04:17.465Z] 5c69ac0246d0: Pull complete [2025-06-25T21:04:17.728Z] ec43610c2a17: Pull complete [2025-06-25T21:04:17.728Z] 3a2ae6a8a46f: Pull complete [2025-06-25T21:04:17.991Z] 33b1e0a273af: Pull complete [2025-06-25T21:04:17.991Z] 5d3b04190fa2: Pull complete [2025-06-25T21:04:22.235Z] 2f39f015ded8: Pull complete [2025-06-25T21:04:22.235Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-25T21:04:22.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T21:04:22.235Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T21:04:22.336Z] prd-centos7-docker-4c-2g-4042 does not seem to be running inside a container [2025-06-25T21:04:22.377Z] $ 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-06-25T21:04:25.639Z] $ docker top 693b9af72ed09dbc1ae3e046768ecdcbc0588f25c0bb93883a6f004b4a031f89 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T21:04:26.008Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-25T21:04:26.298Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-25T21:04:26.585Z] + ls /var/log/sa-host [2025-06-25T21:04:26.585Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T21:04:26.785Z] provisioning config files... [2025-06-25T21:04:26.796Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13699207123877885560tmp [Pipeline] { [Pipeline] echo [2025-06-25T21:04:26.820Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:27.110Z] ---> create-netrc.sh [Pipeline] } [2025-06-25T21:04:27.117Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:27.479Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-25T21:04:27.489Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:27.775Z] ---> sudo-logs.sh [2025-06-25T21:04:27.775Z] Archiving 'sudo' log.. [2025-06-25T21:04:27.775Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4042.novalocal: Name or service not known [2025-06-25T21:04:27.775Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4042.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-06-25T21:04:27.979Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:28.271Z] ---> job-cost.sh [2025-06-25T21:04:28.271Z] lf-activate-venv: SKIPPING [2025-06-25T21:04:28.271Z] DEBUG: total: 1.5399999618530273 [2025-06-25T21:04:28.271Z] INFO: Retrieving Stack Cost... [2025-06-25T21:04:28.841Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-06-25T21:04:29.100Z] INFO: Archiving Costs [Pipeline] echo [2025-06-25T21:04:29.115Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:29.403Z] ---> logs-deploy.sh [2025-06-25T21:04:29.403Z] lf-activate-venv: SKIPPING [2025-06-25T21:04:29.403Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/209 [2025-06-25T21:04:29.403Z] INFO: archiving workspace using pattern(s): [2025-06-25T21:04:30.339Z] Archives upload complete. [2025-06-25T21:04:30.339Z] INFO: archiving logs to Nexus [2025-06-25T21:04:31.275Z] ---> uname -a: [2025-06-25T21:04:31.275Z] Linux prd-centos7-docker-4c-2g-4042.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-06-25T21:04:31.275Z] [2025-06-25T21:04:31.275Z] [2025-06-25T21:04:31.275Z] ---> lscpu: [2025-06-25T21:04:31.275Z] Architecture: x86_64 [2025-06-25T21:04:31.275Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-25T21:04:31.275Z] Byte Order: Little Endian [2025-06-25T21:04:31.275Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-25T21:04:31.276Z] CPU(s): 2 [2025-06-25T21:04:31.276Z] On-line CPU(s) list: 0,1 [2025-06-25T21:04:31.276Z] Thread(s) per core: 1 [2025-06-25T21:04:31.276Z] Core(s) per socket: 1 [2025-06-25T21:04:31.276Z] Socket(s): 2 [2025-06-25T21:04:31.276Z] NUMA node(s): 1 [2025-06-25T21:04:31.276Z] Vendor ID: AuthenticAMD [2025-06-25T21:04:31.276Z] CPU family: 23 [2025-06-25T21:04:31.276Z] Model: 49 [2025-06-25T21:04:31.276Z] Model name: AMD EPYC-Rome Processor [2025-06-25T21:04:31.276Z] Stepping: 0 [2025-06-25T21:04:31.276Z] CPU MHz: 2800.000 [2025-06-25T21:04:31.276Z] BogoMIPS: 5600.00 [2025-06-25T21:04:31.276Z] Virtualization: AMD-V [2025-06-25T21:04:31.276Z] Hypervisor vendor: KVM [2025-06-25T21:04:31.276Z] Virtualization type: full [2025-06-25T21:04:31.276Z] L1d cache: 64 KiB [2025-06-25T21:04:31.276Z] L1i cache: 64 KiB [2025-06-25T21:04:31.276Z] L2 cache: 1 MiB [2025-06-25T21:04:31.276Z] L3 cache: 32 MiB [2025-06-25T21:04:31.276Z] NUMA node0 CPU(s): 0,1 [2025-06-25T21:04:31.276Z] Vulnerability Itlb multihit: Not affected [2025-06-25T21:04:31.276Z] Vulnerability L1tf: Not affected [2025-06-25T21:04:31.276Z] Vulnerability Mds: Not affected [2025-06-25T21:04:31.276Z] Vulnerability Meltdown: Not affected [2025-06-25T21:04:31.276Z] Vulnerability Mmio stale data: Not affected [2025-06-25T21:04:31.276Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-25T21:04:31.276Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-06-25T21:04:31.276Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-06-25T21:04:31.276Z] Vulnerability Srbds: Not affected [2025-06-25T21:04:31.276Z] Vulnerability Tsx async abort: Not affected [2025-06-25T21:04:31.276Z] 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-06-25T21:04:31.276Z] [2025-06-25T21:04:31.276Z] [2025-06-25T21:04:31.276Z] ---> nproc: [2025-06-25T21:04:31.276Z] 2 [2025-06-25T21:04:31.276Z] [2025-06-25T21:04:31.276Z] [2025-06-25T21:04:31.276Z] ---> df -h: [2025-06-25T21:04:31.276Z] Filesystem Size Used Avail Use% Mounted on [2025-06-25T21:04:31.276Z] overlay 40G 6.8G 34G 17% / [2025-06-25T21:04:31.276Z] tmpfs 64M 0 64M 0% /dev [2025-06-25T21:04:31.276Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-06-25T21:04:31.276Z] shm 64M 0 64M 0% /dev/shm [2025-06-25T21:04:31.276Z] /dev/vda1 40G 6.8G 34G 17% /facter-os [2025-06-25T21:04:31.276Z] [2025-06-25T21:04:31.276Z] [2025-06-25T21:04:31.276Z] Cannot open /var/log/sysstat/sa25: No such file or directory [2025-06-25T21:04:31.276Z] Please check if data collecting is enabled [2025-06-25T21:04:31.276Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T21:04:31.316Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-25T21:04:31.323Z] $ docker stop --time=1 693b9af72ed09dbc1ae3e046768ecdcbc0588f25c0bb93883a6f004b4a031f89 [2025-06-25T21:04:32.478Z] $ docker rm -f --volumes 693b9af72ed09dbc1ae3e046768ecdcbc0588f25c0bb93883a6f004b4a031f89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-25T21:04:32.576Z] [WS-CLEANUP] Deleting project workspace... [2025-06-25T21:04:32.576Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-25T21:04:32.595Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T21:04:33.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T21:04:33.094Z] [2025-06-25T21:04:33.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T21:04:33.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T21:04:33.393Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-25T21:04:33.393Z] 5eb5b503b376: Pulling fs layer [2025-06-25T21:04:33.393Z] 5c69ac0246d0: Pulling fs layer [2025-06-25T21:04:33.393Z] ec43610c2a17: Pulling fs layer [2025-06-25T21:04:33.393Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-25T21:04:33.393Z] 33b1e0a273af: Pulling fs layer [2025-06-25T21:04:33.393Z] 5d3b04190fa2: Pulling fs layer [2025-06-25T21:04:33.393Z] 2f39f015ded8: Pulling fs layer [2025-06-25T21:04:33.393Z] 3a2ae6a8a46f: Waiting [2025-06-25T21:04:33.393Z] 33b1e0a273af: Waiting [2025-06-25T21:04:33.393Z] 5d3b04190fa2: Waiting [2025-06-25T21:04:33.393Z] 2f39f015ded8: Waiting [2025-06-25T21:04:33.393Z] 5c69ac0246d0: Download complete [2025-06-25T21:04:33.393Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-25T21:04:33.393Z] 3a2ae6a8a46f: Download complete [2025-06-25T21:04:33.393Z] 33b1e0a273af: Verifying Checksum [2025-06-25T21:04:33.393Z] 33b1e0a273af: Download complete [2025-06-25T21:04:33.393Z] 5d3b04190fa2: Download complete [2025-06-25T21:04:33.393Z] ec43610c2a17: Verifying Checksum [2025-06-25T21:04:33.393Z] ec43610c2a17: Download complete [2025-06-25T21:04:33.652Z] 5eb5b503b376: Verifying Checksum [2025-06-25T21:04:33.652Z] 5eb5b503b376: Download complete [2025-06-25T21:04:34.219Z] 2f39f015ded8: Download complete [2025-06-25T21:04:34.787Z] 5eb5b503b376: Pull complete [2025-06-25T21:04:34.787Z] 5c69ac0246d0: Pull complete [2025-06-25T21:04:35.354Z] ec43610c2a17: Pull complete [2025-06-25T21:04:35.354Z] 3a2ae6a8a46f: Pull complete [2025-06-25T21:04:35.612Z] 33b1e0a273af: Pull complete [2025-06-25T21:04:35.612Z] 5d3b04190fa2: Pull complete [2025-06-25T21:04:39.805Z] 2f39f015ded8: Pull complete [2025-06-25T21:04:39.805Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-25T21:04:39.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T21:04:39.805Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T21:04:39.921Z] prd-ubuntu20.04-docker-8c-8g-4041 does not seem to be running inside a container [2025-06-25T21:04:39.958Z] $ 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-06-25T21:04:41.781Z] $ docker top 2cc67812ecae8bb00a3146ed70d8d87a5220e673d2f7dca33b6201a6cad50f7f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:42.140Z] ---> job-cost.sh [2025-06-25T21:04:42.140Z] lf-activate-venv: SKIPPING [2025-06-25T21:04:42.140Z] INFO: No Stack... [2025-06-25T21:04:42.400Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-25T21:04:42.968Z] INFO: Archiving Costs [Pipeline] sh [2025-06-25T21:04:43.262Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2025-06-25T21:04:43.262Z] + cut -d, -f6 [Pipeline] lock [2025-06-25T21:04:43.279Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] [2025-06-25T21:04:43.286Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] did not exist. Created. [2025-06-25T21:04:43.291Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-25T21:04:43.609Z] /w/workspace/exfoundry_device-virtual-go_main@tmp/durable-0822dbc1/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-25T21:04:43.902Z] + echo total: 1.5299999713897705 [Pipeline] stash [2025-06-25T21:04:43.913Z] Warning: overwriting stash ‘stack-cost’ [2025-06-25T21:04:43.933Z] Stashed 1 file(s) [Pipeline] } [2025-06-25T21:04:43.942Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-209-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-25T21:04:43.980Z] $ docker stop --time=1 2cc67812ecae8bb00a3146ed70d8d87a5220e673d2f7dca33b6201a6cad50f7f [2025-06-25T21:04:45.132Z] $ docker rm -f --volumes 2cc67812ecae8bb00a3146ed70d8d87a5220e673d2f7dca33b6201a6cad50f7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-25T21:04:45.302Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-06-25T21:04:46.202Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2025-06-25T21:04:46.202Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-06-25T21:04:46.202Z] total 16 [2025-06-25T21:04:46.202Z] drwxr-xr-x 3 root root 4096 Jun 25 21:04 . [2025-06-25T21:04:46.202Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 25 21:04 .. [2025-06-25T21:04:46.202Z] drwxr-xr-x 2 root root 4096 Jun 25 21:04 cost [2025-06-25T21:04:46.202Z] -rw-r--r-- 1 root root 91 Jun 25 21:04 cost.csv [2025-06-25T21:04:46.202Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2025-06-25T21:04:46.202Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-06-25T21:04:46.202Z] total 16 [2025-06-25T21:04:46.202Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 25 21:04 . [2025-06-25T21:04:46.202Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 25 21:04 .. [2025-06-25T21:04:46.202Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 25 21:04 cost [2025-06-25T21:04:46.202Z] -rw-r--r-- 1 jenkins jenkins 91 Jun 25 21:04 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:46.495Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:47.355Z] ---> package-listing.sh [2025-06-25T21:04:47.355Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-25T21:04:47.355Z] ++ facter osfamily [2025-06-25T21:04:47.615Z] + OS_FAMILY=debian [2025-06-25T21:04:47.615Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-06-25T21:04:47.615Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-25T21:04:47.615Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-25T21:04:47.615Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-25T21:04:47.615Z] + PACKAGES=/tmp/packages_start.txt [2025-06-25T21:04:47.615Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-25T21:04:47.615Z] + PACKAGES=/tmp/packages_end.txt [2025-06-25T21:04:47.615Z] + case "${OS_FAMILY}" in [2025-06-25T21:04:47.615Z] + dpkg -l [2025-06-25T21:04:47.615Z] + grep '^ii' [2025-06-25T21:04:47.615Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-25T21:04:47.615Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-25T21:04:47.615Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-25T21:04:47.615Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-06-25T21:04:47.615Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-06-25T21:04:47.615Z] + 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-06-25T21:04:47.628Z] 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-06-25T21:04:47.907Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T21:04:48.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T21:04:48.472Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T21:04:48.553Z] prd-ubuntu20.04-docker-8c-8g-4041 does not seem to be running inside a container [2025-06-25T21:04:48.589Z] $ 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-06-25T21:04:48.788Z] $ docker top a83a2ec933d4370ac1d0e06cadf756930e8d9b896c86e7cf5d68c8a65b98e6bb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T21:04:49.133Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-25T21:04:49.420Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-25T21:04:49.710Z] + ls /var/log/sa-host [2025-06-25T21:04:49.710Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T21:04:49.755Z] provisioning config files... [2025-06-25T21:04:49.763Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16738313823163641337tmp [Pipeline] { [Pipeline] echo [2025-06-25T21:04:49.783Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:50.070Z] ---> create-netrc.sh [Pipeline] } [2025-06-25T21:04:50.075Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:50.396Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-25T21:04:50.405Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:50.690Z] ---> sudo-logs.sh [2025-06-25T21:04:50.690Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-25T21:04:50.724Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:51.013Z] ---> job-cost.sh [2025-06-25T21:04:51.013Z] lf-activate-venv: SKIPPING [2025-06-25T21:04:51.013Z] DEBUG: total: 1.5299999713897705 [2025-06-25T21:04:51.013Z] INFO: Retrieving Stack Cost... [2025-06-25T21:04:51.013Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-25T21:04:51.272Z] INFO: Archiving Costs [Pipeline] echo [2025-06-25T21:04:51.285Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T21:04:51.571Z] ---> logs-deploy.sh [2025-06-25T21:04:51.571Z] lf-activate-venv: SKIPPING [2025-06-25T21:04:51.571Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/209 [2025-06-25T21:04:51.571Z] INFO: archiving workspace using pattern(s): [2025-06-25T21:04:52.509Z] Archives upload complete. [2025-06-25T21:04:52.509Z] INFO: archiving logs to Nexus