Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 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-ssh15440369863170134752.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-ssh6153347673104329399.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-rest-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-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5087049857643163454.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-ssh15740661403372669499.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-rest-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-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17219763854700400944.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-rest-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-rest-go-settings PROJECT: device-rest-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-rest 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3813’ Running on prd-ubuntu20.04-docker-8c-8g-3819 in /w/workspace/edgexfoundry_device-rest-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-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#474)" > git config core.sparsecheckout # timeout=10 > git checkout -f 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 # timeout=10 > git rev-list --no-walk 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-24T01:25:29.497Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-24T01:25:29.568Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-24T01:25:29.596Z] ========================================================= [2025-06-24T01:25:29.596Z] EdgeX Global Pipelines Version Info [2025-06-24T01:25:29.596Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:25:30.683Z] ------------------- [2025-06-24T01:25:30.683Z] stable info: [2025-06-24T01:25:30.683Z] ------------------- [2025-06-24T01:25:30.683Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-24T01:25:30.683Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-24T01:25:30.683Z] Message: update stable to v1.0.274 [2025-06-24T01:25:31.253Z] ------------------- [2025-06-24T01:25:31.253Z] experimental info: [2025-06-24T01:25:31.253Z] ------------------- [2025-06-24T01:25:31.253Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-24T01:25:31.253Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-24T01:25:31.253Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-24T01:25:31.327Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-06-24T01:25:31.345Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-06-24T01:25:31.365Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-24T01:25:31.384Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-24T01:25:31.407Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-24T01:25:31.428Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-24T01:25:31.453Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-24T01:25:31.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-24T01:25:31.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-24T01:25:31.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-24T01:25:31.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-24T01:25:31.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-06-24T01:25:31.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-24T01:25:31.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-24T01:25:31.639Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-24T01:25:31.875Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-24T01:25:31.893Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-24T01:25:31.915Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-24T01:25:31.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-24T01:25:31.961Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-24T01:25:31.985Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-24T01:25:32.008Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-24T01:25:32.030Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-24T01:25:32.052Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-24T01:25:32.078Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-24T01:25:32.100Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-24T01:25:32.122Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-24T01:25:32.147Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-24T01:25:32.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-24T01:25:32.195Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-24T01:25:32.214Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [Pipeline] echo [2025-06-24T01:25:32.238Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d8d739 [Pipeline] echo [2025-06-24T01:25:32.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-24T01:25:32.322Z] provisioning config files... [2025-06-24T01:25:32.335Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1910475418810580293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:25:32.676Z] ---> ****-login.sh [2025-06-24T01:25:32.676Z] nexus3.edgexfoundry.org:10001 [2025-06-24T01:25:32.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:32.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:32.938Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:32.938Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:32.938Z] [2025-06-24T01:25:32.938Z] Login Succeeded [2025-06-24T01:25:32.938Z] nexus3.edgexfoundry.org:10002 [2025-06-24T01:25:33.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:33.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:33.199Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:33.199Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:33.199Z] [2025-06-24T01:25:33.199Z] Login Succeeded [2025-06-24T01:25:33.200Z] nexus3.edgexfoundry.org:10003 [2025-06-24T01:25:33.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:33.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:33.200Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:33.200Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:33.200Z] [2025-06-24T01:25:33.200Z] Login Succeeded [2025-06-24T01:25:33.200Z] nexus3.edgexfoundry.org:10004 [2025-06-24T01:25:33.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:33.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:33.463Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:33.463Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:33.463Z] [2025-06-24T01:25:33.463Z] Login Succeeded [2025-06-24T01:25:33.463Z] ****.io [2025-06-24T01:25:33.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:33.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:33.725Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:33.725Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:33.725Z] [2025-06-24T01:25:33.725Z] Login Succeeded [2025-06-24T01:25:33.725Z] ---> ****-login.sh ends [Pipeline] } [2025-06-24T01:25:33.734Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-24T01:25:34.193Z] + git rev-list -1 --merges 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02~1..3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [Pipeline] echo [2025-06-24T01:25:34.222Z] -----------> git rev-list -1 --merges 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02~1..3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [false] [Pipeline] sh [2025-06-24T01:25:34.516Z] + git log --format=format:%s -1 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [Pipeline] echo [2025-06-24T01:25:34.534Z] ========================================================= [2025-06-24T01:25:34.534Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-24T01:25:34.534Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-24T01:25:34.892Z] + git log --format=format:%s -1 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [Pipeline] echo [2025-06-24T01:25:34.906Z] [semverPrep] GIT_COMMIT: 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#474) [Pipeline] echo [2025-06-24T01:25:34.922Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-24T01:25:35.305Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-24T01:25:35.305Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-24T01:25:35.305Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-24T01:25:35.305Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-24T01:25:35.305Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-24T01:25:35.305Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-24T01:25:35.305Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:25:35.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-24T01:25:35.750Z] [2025-06-24T01:25:35.750Z] 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-24T01:25:36.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-24T01:25:36.065Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-24T01:25:36.065Z] 3dae71ba6b94: Pulling fs layer [2025-06-24T01:25:36.065Z] 6bf1a483ea7c: Pulling fs layer [2025-06-24T01:25:36.065Z] f5dfc541a4d3: Pulling fs layer [2025-06-24T01:25:36.065Z] 461d9e800cba: Pulling fs layer [2025-06-24T01:25:36.065Z] 80192f66455f: Pulling fs layer [2025-06-24T01:25:36.065Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-24T01:25:36.065Z] 461d9e800cba: Waiting [2025-06-24T01:25:36.065Z] 80192f66455f: Waiting [2025-06-24T01:25:36.065Z] 2e8e34ca0e6c: Waiting [2025-06-24T01:25:36.065Z] a29436f7fd5d: Pulling fs layer [2025-06-24T01:25:36.065Z] 923cac83aea3: Pulling fs layer [2025-06-24T01:25:36.065Z] 25ad8b0a4227: Pulling fs layer [2025-06-24T01:25:36.065Z] db01528c6b51: Pulling fs layer [2025-06-24T01:25:36.065Z] a29436f7fd5d: Waiting [2025-06-24T01:25:36.065Z] 28988de357af: Pulling fs layer [2025-06-24T01:25:36.065Z] 923cac83aea3: Waiting [2025-06-24T01:25:36.065Z] 25ad8b0a4227: Waiting [2025-06-24T01:25:36.065Z] db01528c6b51: Waiting [2025-06-24T01:25:36.065Z] 28988de357af: Waiting [2025-06-24T01:25:36.065Z] 6bf1a483ea7c: Verifying Checksum [2025-06-24T01:25:36.065Z] 461d9e800cba: Download complete [2025-06-24T01:25:36.065Z] 80192f66455f: Verifying Checksum [2025-06-24T01:25:36.065Z] 80192f66455f: Download complete [2025-06-24T01:25:36.324Z] f5dfc541a4d3: Verifying Checksum [2025-06-24T01:25:36.324Z] f5dfc541a4d3: Download complete [2025-06-24T01:25:36.325Z] 3dae71ba6b94: Verifying Checksum [2025-06-24T01:25:36.325Z] 3dae71ba6b94: Download complete [2025-06-24T01:25:36.325Z] 923cac83aea3: Verifying Checksum [2025-06-24T01:25:36.325Z] 923cac83aea3: Download complete [2025-06-24T01:25:36.583Z] 25ad8b0a4227: Verifying Checksum [2025-06-24T01:25:36.583Z] 25ad8b0a4227: Download complete [2025-06-24T01:25:36.583Z] db01528c6b51: Verifying Checksum [2025-06-24T01:25:36.583Z] db01528c6b51: Download complete [2025-06-24T01:25:36.583Z] 28988de357af: Download complete [2025-06-24T01:25:36.583Z] a29436f7fd5d: Verifying Checksum [2025-06-24T01:25:36.583Z] a29436f7fd5d: Download complete [2025-06-24T01:25:37.152Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-24T01:25:37.152Z] 2e8e34ca0e6c: Download complete [2025-06-24T01:25:37.411Z] 3dae71ba6b94: Pull complete [2025-06-24T01:25:37.670Z] 6bf1a483ea7c: Pull complete [2025-06-24T01:25:38.237Z] f5dfc541a4d3: Pull complete [2025-06-24T01:25:38.237Z] 461d9e800cba: Pull complete [2025-06-24T01:25:38.237Z] 80192f66455f: Pull complete [2025-06-24T01:25:42.818Z] 2e8e34ca0e6c: Pull complete [2025-06-24T01:25:42.818Z] a29436f7fd5d: Pull complete [2025-06-24T01:25:42.818Z] 923cac83aea3: Pull complete [2025-06-24T01:25:42.818Z] 25ad8b0a4227: Pull complete [2025-06-24T01:25:42.818Z] db01528c6b51: Pull complete [2025-06-24T01:25:42.818Z] 28988de357af: Pull complete [2025-06-24T01:25:42.818Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-24T01:25:42.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-24T01:25:42.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T01:25:42.957Z] prd-ubuntu20.04-docker-8c-8g-3819 does not seem to be running inside a container [2025-06-24T01:25:42.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-24T01:25:45.777Z] $ docker top 2a75b87ba8ab5f09a8b0239447ed7a1de2ff3d328a542a1f60f75272efd58ed0 -eo pid,comm [2025-06-24T01:25:45.822Z] 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-24T01:25:45.822Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-24T01:25:45.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-24T01:25:45.875Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-24T01:25:45.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-24T01:25:45.993Z] $ docker exec 2a75b87ba8ab5f09a8b0239447ed7a1de2ff3d328a542a1f60f75272efd58ed0 ssh-agent [2025-06-24T01:25:46.106Z] SSH_AUTH_SOCK=/tmp/ssh-81rK6WE5Q2Sp/agent.32 [2025-06-24T01:25:46.106Z] SSH_AGENT_PID=38 [2025-06-24T01:25:46.113Z] Running ssh-add (command line suppressed) [2025-06-24T01:25:46.215Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18191162065686828372.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18191162065686828372.key) [2025-06-24T01:25:46.226Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-24T01:25:46.523Z] + git tag --points-at HEAD [Pipeline] } [2025-06-24T01:25:46.537Z] $ docker exec --env ******** --env ******** 2a75b87ba8ab5f09a8b0239447ed7a1de2ff3d328a542a1f60f75272efd58ed0 ssh-agent -k [2025-06-24T01:25:46.640Z] unset SSH_AUTH_SOCK; [2025-06-24T01:25:46.640Z] unset SSH_AGENT_PID; [2025-06-24T01:25:46.640Z] echo Agent pid 38 killed; [2025-06-24T01:25:46.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-24T01:25:46.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-24T01:25:46.681Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-24T01:25:46.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-24T01:25:46.795Z] $ docker exec 2a75b87ba8ab5f09a8b0239447ed7a1de2ff3d328a542a1f60f75272efd58ed0 ssh-agent [2025-06-24T01:25:46.889Z] SSH_AUTH_SOCK=/tmp/ssh-i6KnJO2Tddy0/agent.71 [2025-06-24T01:25:46.889Z] SSH_AGENT_PID=77 [2025-06-24T01:25:46.894Z] Running ssh-add (command line suppressed) [2025-06-24T01:25:47.001Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5302960679242566568.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5302960679242566568.key) [2025-06-24T01:25:47.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-24T01:25:47.301Z] + git semver init [2025-06-24T01:25:47.561Z] 2025-06-24 01:25:47,530 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-24T01:25:47.561Z] 2025-06-24 01:25:47,534 [run_init] DEBUG init version:0.0.0 force:False [2025-06-24T01:25:47.561Z] 2025-06-24 01:25:47,535 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-24T01:25:47.561Z] 2025-06-24 01:25:47,535 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-24T01:25:47.561Z] 2025-06-24 01:25:47,535 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-24T01:25:49.470Z] 2025-06-24 01:25:49,148 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-06-24T01:25:49.470Z] 2025-06-24 01:25:49,148 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-06-24T01:25:49.471Z] 2025-06-24 01:25:49,148 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-24T01:25:49.471Z] 2025-06-24 01:25:49,148 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-24T01:25:49.471Z] 4.1.0-dev.3 [Pipeline] } [2025-06-24T01:25:49.484Z] $ docker exec --env ******** --env ******** 2a75b87ba8ab5f09a8b0239447ed7a1de2ff3d328a542a1f60f75272efd58ed0 ssh-agent -k [2025-06-24T01:25:49.573Z] unset SSH_AUTH_SOCK; [2025-06-24T01:25:49.574Z] unset SSH_AGENT_PID; [2025-06-24T01:25:49.574Z] echo Agent pid 77 killed; [2025-06-24T01:25:49.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-24T01:25:49.919Z] + git semver [Pipeline] } [2025-06-24T01:25:50.195Z] $ docker stop --time=1 2a75b87ba8ab5f09a8b0239447ed7a1de2ff3d328a542a1f60f75272efd58ed0 [2025-06-24T01:25:51.467Z] $ docker rm -f --volumes 2a75b87ba8ab5f09a8b0239447ed7a1de2ff3d328a542a1f60f75272efd58ed0 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-24T01:25:51.814Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-24T01:25:52.049Z] Stashed 1 file(s) [Pipeline] echo [2025-06-24T01:25:52.054Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.3 [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-24T01:25:52.236Z] provisioning config files... [2025-06-24T01:25:52.247Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5317247431441849876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:25:52.546Z] ---> ****-login.sh [2025-06-24T01:25:52.546Z] nexus3.edgexfoundry.org:10001 [2025-06-24T01:25:52.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:52.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:52.546Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:52.546Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:52.546Z] [2025-06-24T01:25:52.546Z] Login Succeeded [2025-06-24T01:25:52.546Z] nexus3.edgexfoundry.org:10002 [2025-06-24T01:25:52.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:52.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:52.546Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:52.546Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:52.546Z] [2025-06-24T01:25:52.546Z] Login Succeeded [2025-06-24T01:25:52.546Z] nexus3.edgexfoundry.org:10003 [2025-06-24T01:25:52.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:52.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:52.804Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:52.804Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:52.804Z] [2025-06-24T01:25:52.804Z] Login Succeeded [2025-06-24T01:25:52.804Z] nexus3.edgexfoundry.org:10004 [2025-06-24T01:25:52.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:52.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:52.804Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:52.804Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:52.804Z] [2025-06-24T01:25:52.804Z] Login Succeeded [2025-06-24T01:25:52.804Z] ****.io [2025-06-24T01:25:53.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:25:53.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:25:53.064Z] Configure a credential helper to remove this warning. See [2025-06-24T01:25:53.064Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:25:53.064Z] [2025-06-24T01:25:53.064Z] Login Succeeded [2025-06-24T01:25:53.064Z] ---> ****-login.sh ends [Pipeline] } [2025-06-24T01:25:53.070Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-24T01:25:53.168Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-24T01:25:53.191Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-24T01:25:53.210Z] ========================================================= [2025-06-24T01:25:53.210Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-24T01:25:53.210Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:25:53.552Z] + 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-24T01:25:53.552Z] Sending build context to Docker daemon 21.65MB [2025-06-24T01:25:53.552Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-24T01:25:53.552Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-24T01:25:53.552Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-24T01:25:53.552Z] 0a9a5dfd008f: Pulling fs layer [2025-06-24T01:25:53.552Z] 36466aa92d05: Pulling fs layer [2025-06-24T01:25:53.552Z] e10405b45d13: Pulling fs layer [2025-06-24T01:25:53.552Z] 096b7ceb2af7: Pulling fs layer [2025-06-24T01:25:53.552Z] 4f4fb700ef54: Pulling fs layer [2025-06-24T01:25:53.552Z] 8213a616a21b: Pulling fs layer [2025-06-24T01:25:53.552Z] 985586143405: Pulling fs layer [2025-06-24T01:25:53.552Z] 0eae2285b678: Pulling fs layer [2025-06-24T01:25:53.552Z] d3ac315be8c5: Pulling fs layer [2025-06-24T01:25:53.552Z] 096b7ceb2af7: Waiting [2025-06-24T01:25:53.552Z] 4f4fb700ef54: Waiting [2025-06-24T01:25:53.552Z] 8213a616a21b: Waiting [2025-06-24T01:25:53.552Z] 985586143405: Waiting [2025-06-24T01:25:53.552Z] 0eae2285b678: Waiting [2025-06-24T01:25:53.552Z] d3ac315be8c5: Waiting [2025-06-24T01:25:53.812Z] 36466aa92d05: Download complete [2025-06-24T01:25:53.812Z] 096b7ceb2af7: Verifying Checksum [2025-06-24T01:25:53.812Z] 096b7ceb2af7: Download complete [2025-06-24T01:25:53.812Z] 4f4fb700ef54: Verifying Checksum [2025-06-24T01:25:53.812Z] 4f4fb700ef54: Download complete [2025-06-24T01:25:53.812Z] 8213a616a21b: Verifying Checksum [2025-06-24T01:25:53.812Z] 8213a616a21b: Download complete [2025-06-24T01:25:53.812Z] 0a9a5dfd008f: Verifying Checksum [2025-06-24T01:25:53.812Z] 0a9a5dfd008f: Download complete [2025-06-24T01:25:53.812Z] 985586143405: Verifying Checksum [2025-06-24T01:25:53.812Z] 985586143405: Download complete [2025-06-24T01:25:53.812Z] 0a9a5dfd008f: Pull complete [2025-06-24T01:25:54.072Z] d3ac315be8c5: Verifying Checksum [2025-06-24T01:25:54.072Z] d3ac315be8c5: Download complete [2025-06-24T01:25:54.072Z] 36466aa92d05: Pull complete [2025-06-24T01:25:54.330Z] e10405b45d13: Download complete [2025-06-24T01:25:54.588Z] 0eae2285b678: Verifying Checksum [2025-06-24T01:25:54.588Z] 0eae2285b678: Download complete [2025-06-24T01:25:57.868Z] e10405b45d13: Pull complete [2025-06-24T01:25:57.868Z] 096b7ceb2af7: Pull complete [2025-06-24T01:25:57.868Z] 4f4fb700ef54: Pull complete [2025-06-24T01:25:57.868Z] 8213a616a21b: Pull complete [2025-06-24T01:25:57.868Z] 985586143405: Pull complete [2025-06-24T01:25:59.778Z] 0eae2285b678: Pull complete [2025-06-24T01:26:00.346Z] d3ac315be8c5: Pull complete [2025-06-24T01:26:00.346Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-24T01:26:00.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-24T01:26:00.346Z] ---> ea6120ae94a0 [2025-06-24T01:26:00.346Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-24T01:26:02.881Z] ---> Running in 3bafc01c90dd [2025-06-24T01:26:02.881Z] Removing intermediate container 3bafc01c90dd [2025-06-24T01:26:02.881Z] ---> df4352dbe354 [2025-06-24T01:26:02.881Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-24T01:26:02.881Z] ---> Running in b201ddf172d6 [2025-06-24T01:26:02.881Z] Removing intermediate container b201ddf172d6 [2025-06-24T01:26:02.881Z] ---> cdc2d31c7042 [2025-06-24T01:26:02.881Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-24T01:26:02.881Z] ---> Running in 96a9add79bde [2025-06-24T01:26:03.139Z] Removing intermediate container 96a9add79bde [2025-06-24T01:26:03.139Z] ---> 49f41d6ca2f2 [2025-06-24T01:26:03.139Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-24T01:26:03.139Z] ---> Running in 896961625bcc [2025-06-24T01:26:03.139Z] Removing intermediate container 896961625bcc [2025-06-24T01:26:03.139Z] ---> fe0f9df61e4f [2025-06-24T01:26:03.139Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-24T01:26:03.139Z] ---> Running in e8c2ea29f6c8 [2025-06-24T01:26:03.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-24T01:26:03.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-24T01:26:03.916Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-24T01:26:03.916Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-24T01:26:03.916Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-24T01:26:03.916Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-24T01:26:03.916Z] Executing busybox-1.36.1-r29.trigger [2025-06-24T01:26:03.916Z] OK: 252 MiB in 62 packages [2025-06-24T01:26:04.482Z] Removing intermediate container e8c2ea29f6c8 [2025-06-24T01:26:04.482Z] ---> d6362952be40 [2025-06-24T01:26:04.482Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-24T01:26:04.482Z] ---> Running in 400f9c38ad7a [2025-06-24T01:26:04.482Z] Removing intermediate container 400f9c38ad7a [2025-06-24T01:26:04.482Z] ---> a6aec85434f5 [2025-06-24T01:26:04.482Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-24T01:26:04.482Z] ---> 72afe8de664c [2025-06-24T01:26:04.482Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-24T01:26:04.742Z] ---> Running in d18d10eefaa6 [2025-06-24T01:26:07.193Z] Still waiting to schedule task [2025-06-24T01:26:07.193Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3817’ [2025-06-24T01:27:12.451Z] Removing intermediate container d18d10eefaa6 [2025-06-24T01:27:12.451Z] ---> 6b3d98c1c70f [2025-06-24T01:27:12.451Z] Step 11/12 : COPY . . [2025-06-24T01:27:12.451Z] ---> c3bcd08db7de [2025-06-24T01:27:12.451Z] Step 12/12 : RUN $MAKE [2025-06-24T01:27:12.451Z] ---> Running in 50ce4694896d [2025-06-24T01:27:12.451Z] noop [2025-06-24T01:27:12.451Z] Removing intermediate container 50ce4694896d [2025-06-24T01:27:12.451Z] ---> ab65ca1a59bf [2025-06-24T01:27:12.451Z] Successfully built ab65ca1a59bf [2025-06-24T01:27:12.451Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:27:12.779Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-24T01:27:12.779Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T01:27:12.866Z] prd-ubuntu20.04-docker-8c-8g-3819 does not seem to be running inside a container [2025-06-24T01:27:12.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** ci-base-image-x86_64 cat [2025-06-24T01:27:13.234Z] $ docker top d4372e3e5069b5064adcc2f994b4b1109d2e7c0fc55426fcf7ee38fe3cfdda04 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-24T01:27:13.583Z] + go version [2025-06-24T01:27:13.583Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-24T01:27:13.598Z] $ docker stop --time=1 d4372e3e5069b5064adcc2f994b4b1109d2e7c0fc55426fcf7ee38fe3cfdda04 [2025-06-24T01:27:14.874Z] $ docker rm -f --volumes d4372e3e5069b5064adcc2f994b4b1109d2e7c0fc55426fcf7ee38fe3cfdda04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:27:15.295Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-24T01:27:15.295Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T01:27:15.377Z] prd-ubuntu20.04-docker-8c-8g-3819 does not seem to be running inside a container [2025-06-24T01:27:15.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** ci-base-image-x86_64 cat [2025-06-24T01:27:15.753Z] $ docker top c40130b055360c20af2d64b74bc3d3524a024cd96e0677e05b41e23f5958e8cb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-24T01:27:16.102Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-24T01:27:16.405Z] + make test [2025-06-24T01:27:16.405Z] go test ./... -coverprofile=coverage.out ./... [2025-06-24T01:27:17.780Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-24T01:27:35.844Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-24T01:27:35.844Z] ok github.com/edgexfoundry/device-rest-go/driver 0.010s coverage: 32.2% of statements [2025-06-24T01:27:43.945Z] go vet ./... [2025-06-24T01:27:49.207Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-24T01:27:49.207Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-24T01:27:49.207Z] ./bin/test-attribution-txt.sh [2025-06-24T01:27:49.207Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-24T01:27:49.207Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-24T01:27:49.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-24T01:27:49.242Z] $ docker stop --time=1 c40130b055360c20af2d64b74bc3d3524a024cd96e0677e05b41e23f5958e8cb [2025-06-24T01:27:52.080Z] $ docker rm -f --volumes c40130b055360c20af2d64b74bc3d3524a024cd96e0677e05b41e23f5958e8cb [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-24T01:27:52.610Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-24T01:27:52.653Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-24T01:27:53.177Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-24T01:27:53.459Z] + ls -al . [2025-06-24T01:27:53.459Z] total 244 [2025-06-24T01:27:53.459Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 24 01:27 . [2025-06-24T01:27:53.459Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 01:25 .. [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 24 01:25 .dockerignore [2025-06-24T01:27:53.459Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 01:27 .git [2025-06-24T01:27:53.459Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 01:25 .github [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 24 01:25 .gitignore [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 24 01:25 .golangci.yml [2025-06-24T01:27:53.459Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 24 01:25 .semver [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 24 01:25 Attribution.txt [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 24 01:25 CHANGELOG.md [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 24 01:25 Dockerfile [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 24 01:25 GOVERNANCE.md [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 24 01:25 Jenkinsfile [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 24 01:25 LICENSE [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 24 01:25 Makefile [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 24 01:25 OWNERS.md [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 24 01:25 README.md [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 24 01:25 VERSION [2025-06-24T01:27:53.459Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 01:25 bin [2025-06-24T01:27:53.459Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 01:25 cmd [2025-06-24T01:27:53.459Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 24 01:27 coverage.out [2025-06-24T01:27:53.459Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 01:25 driver [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 24 01:25 go.mod [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 24 01:25 go.sum [2025-06-24T01:27:53.459Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 01:25 openapi [2025-06-24T01:27:53.459Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 24 01:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:27:53.779Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 --label arch=amd64 --label version=4.1.0-dev.3 . [2025-06-24T01:27:53.779Z] Sending build context to Docker daemon 21.66MB [2025-06-24T01:27:53.779Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-24T01:27:53.779Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-24T01:27:53.779Z] ---> ab65ca1a59bf [2025-06-24T01:27:53.779Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-24T01:27:54.042Z] ---> Running in a82fd30dd042 [2025-06-24T01:27:54.042Z] Removing intermediate container a82fd30dd042 [2025-06-24T01:27:54.042Z] ---> d03483cb9c9c [2025-06-24T01:27:54.042Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-24T01:27:54.042Z] ---> Running in ee6f23eb0e33 [2025-06-24T01:27:54.042Z] Removing intermediate container ee6f23eb0e33 [2025-06-24T01:27:54.042Z] ---> 5e50ab3fa150 [2025-06-24T01:27:54.042Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-24T01:27:54.042Z] ---> Running in 915d93b1568f [2025-06-24T01:27:54.301Z] Removing intermediate container 915d93b1568f [2025-06-24T01:27:54.301Z] ---> fe88d1bfe6ef [2025-06-24T01:27:54.301Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-24T01:27:54.301Z] ---> Running in b994464e73d4 [2025-06-24T01:27:54.301Z] Removing intermediate container b994464e73d4 [2025-06-24T01:27:54.301Z] ---> dc392e3d30dd [2025-06-24T01:27:54.301Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-24T01:27:54.301Z] ---> Running in 532ee7f366df [2025-06-24T01:27:54.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-24T01:27:54.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-24T01:27:55.073Z] OK: 252 MiB in 62 packages [2025-06-24T01:27:55.333Z] Removing intermediate container 532ee7f366df [2025-06-24T01:27:55.333Z] ---> 459d0e330029 [2025-06-24T01:27:55.333Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-24T01:27:55.333Z] ---> Running in cb9b8d9651ca [2025-06-24T01:27:55.593Z] Removing intermediate container cb9b8d9651ca [2025-06-24T01:27:55.593Z] ---> f84a5ada4a17 [2025-06-24T01:27:55.593Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-24T01:27:55.593Z] ---> 86275075f9f1 [2025-06-24T01:27:55.593Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-24T01:27:55.593Z] ---> Running in 9bfc8dbd5d4e [2025-06-24T01:27:56.160Z] Removing intermediate container 9bfc8dbd5d4e [2025-06-24T01:27:56.160Z] ---> d0a2d557af9a [2025-06-24T01:27:56.160Z] Step 11/26 : COPY . . [2025-06-24T01:27:56.782Z] ---> 32d532ea825f [2025-06-24T01:27:56.782Z] Step 12/26 : RUN $MAKE [2025-06-24T01:27:56.782Z] ---> Running in 83b4c1d199ea [2025-06-24T01:27:57.040Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-24T01:28:23.572Z] Removing intermediate container 83b4c1d199ea [2025-06-24T01:28:23.572Z] ---> 083d93eb491c [2025-06-24T01:28:23.572Z] Step 13/26 : FROM alpine:3.20 [2025-06-24T01:28:23.572Z] 3.20: Pulling from library/alpine [2025-06-24T01:28:23.572Z] 0a9a5dfd008f: Already exists [2025-06-24T01:28:23.831Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-24T01:28:23.831Z] Status: Downloaded newer image for alpine:3.20 [2025-06-24T01:28:23.831Z] ---> ff221270b9fb [2025-06-24T01:28:23.831Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-24T01:28:23.831Z] ---> Running in 75e3724e1e4d [2025-06-24T01:28:23.831Z] Removing intermediate container 75e3724e1e4d [2025-06-24T01:28:23.831Z] ---> 9d2a593dcc02 [2025-06-24T01:28:23.831Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-24T01:28:23.831Z] ---> Running in 16ba1598ec4a [2025-06-24T01:28:24.090Z] Removing intermediate container 16ba1598ec4a [2025-06-24T01:28:24.090Z] ---> e516b02b3086 [2025-06-24T01:28:24.090Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-24T01:28:24.090Z] ---> Running in 98834c410626 [2025-06-24T01:28:24.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-24T01:28:24.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-24T01:28:24.916Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-24T01:28:24.916Z] Executing busybox-1.36.1-r29.trigger [2025-06-24T01:28:24.916Z] OK: 8 MiB in 15 packages [2025-06-24T01:28:25.175Z] Removing intermediate container 98834c410626 [2025-06-24T01:28:25.175Z] ---> a84916b7b5cc [2025-06-24T01:28:25.175Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-24T01:28:25.175Z] ---> Running in 6c5abb820ed6 [2025-06-24T01:28:25.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-24T01:28:25.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-24T01:28:25.693Z] OK: 8 MiB in 15 packages [2025-06-24T01:28:25.951Z] Removing intermediate container 6c5abb820ed6 [2025-06-24T01:28:25.951Z] ---> 1b64b5b2734c [2025-06-24T01:28:25.951Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-24T01:28:26.886Z] ---> f5739eb28744 [2025-06-24T01:28:26.886Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-24T01:28:26.886Z] ---> 0960f7001afc [2025-06-24T01:28:26.886Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-24T01:28:26.886Z] ---> 073b2d882e04 [2025-06-24T01:28:26.886Z] Step 21/26 : EXPOSE 59986 [2025-06-24T01:28:26.886Z] ---> Running in afd9d4aa978d [2025-06-24T01:28:27.144Z] Removing intermediate container afd9d4aa978d [2025-06-24T01:28:27.144Z] ---> ecc116ddc42c [2025-06-24T01:28:27.144Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-24T01:28:27.144Z] ---> Running in 33a590f25c11 [2025-06-24T01:28:27.144Z] Removing intermediate container 33a590f25c11 [2025-06-24T01:28:27.144Z] ---> e5208ab04d07 [2025-06-24T01:28:27.144Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-24T01:28:27.144Z] ---> Running in c2d02908610e [2025-06-24T01:28:27.144Z] Removing intermediate container c2d02908610e [2025-06-24T01:28:27.144Z] ---> 9fef58dcf922 [2025-06-24T01:28:27.144Z] Step 24/26 : LABEL arch=amd64 [2025-06-24T01:28:27.403Z] ---> Running in 5b12bc521843 [2025-06-24T01:28:27.403Z] Removing intermediate container 5b12bc521843 [2025-06-24T01:28:27.403Z] ---> 9ee4543519af [2025-06-24T01:28:27.403Z] Step 25/26 : LABEL git_sha=3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:28:27.403Z] ---> Running in 558bd43a076e [2025-06-24T01:28:27.403Z] Removing intermediate container 558bd43a076e [2025-06-24T01:28:27.403Z] ---> ee6e19d19b6a [2025-06-24T01:28:27.403Z] Step 26/26 : LABEL version=4.1.0-dev.3 [2025-06-24T01:28:27.403Z] ---> Running in 4fcd0356cfe7 [2025-06-24T01:28:27.403Z] Removing intermediate container 4fcd0356cfe7 [2025-06-24T01:28:27.403Z] ---> 7abd530bf4ea [2025-06-24T01:28:27.403Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-24T01:28:27.662Z] Successfully built 7abd530bf4ea [2025-06-24T01:28:27.662Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-24T01:28:27.797Z] provisioning config files... [2025-06-24T01:28:27.807Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8534184477269029803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:28:28.115Z] ---> ****-login.sh [2025-06-24T01:28:28.115Z] nexus3.edgexfoundry.org:10001 [2025-06-24T01:28:28.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:28:28.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:28:28.115Z] Configure a credential helper to remove this warning. See [2025-06-24T01:28:28.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:28:28.115Z] [2025-06-24T01:28:28.115Z] Login Succeeded [2025-06-24T01:28:28.115Z] nexus3.edgexfoundry.org:10002 [2025-06-24T01:28:28.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:28:28.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:28:28.115Z] Configure a credential helper to remove this warning. See [2025-06-24T01:28:28.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:28:28.115Z] [2025-06-24T01:28:28.115Z] Login Succeeded [2025-06-24T01:28:28.115Z] nexus3.edgexfoundry.org:10003 [2025-06-24T01:28:28.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:28:28.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:28:28.374Z] Configure a credential helper to remove this warning. See [2025-06-24T01:28:28.374Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:28:28.374Z] [2025-06-24T01:28:28.374Z] Login Succeeded [2025-06-24T01:28:28.374Z] nexus3.edgexfoundry.org:10004 [2025-06-24T01:28:28.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:28:28.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:28:28.374Z] Configure a credential helper to remove this warning. See [2025-06-24T01:28:28.374Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:28:28.374Z] [2025-06-24T01:28:28.374Z] Login Succeeded [2025-06-24T01:28:28.374Z] ****.io [2025-06-24T01:28:28.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:28:28.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:28:28.634Z] Configure a credential helper to remove this warning. See [2025-06-24T01:28:28.634Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:28:28.634Z] [2025-06-24T01:28:28.634Z] Login Succeeded [2025-06-24T01:28:28.634Z] ---> ****-login.sh ends [Pipeline] } [2025-06-24T01:28:28.641Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-24T01:28:28.690Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-24T01:28:28.718Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-06-24T01:28:28.718Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:28:28.718Z] latest [2025-06-24T01:28:28.718Z] 4.1.0-dev.3 [2025-06-24T01:28:28.718Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [2025-06-24T01:28:28.718Z] main [2025-06-24T01:28:28.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:29.055Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:29.373Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:28:29.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-24T01:28:29.373Z] 2462ef1a2369: Preparing [2025-06-24T01:28:29.373Z] dc95cda76a81: Preparing [2025-06-24T01:28:29.373Z] d05392474eea: Preparing [2025-06-24T01:28:29.373Z] cf1bd0420b69: Preparing [2025-06-24T01:28:29.373Z] 22aa9a476bc8: Preparing [2025-06-24T01:28:29.373Z] 994456c4fd7b: Preparing [2025-06-24T01:28:29.373Z] 994456c4fd7b: Waiting [2025-06-24T01:28:29.373Z] 22aa9a476bc8: Pushed [2025-06-24T01:28:29.373Z] 2462ef1a2369: Pushed [2025-06-24T01:28:29.373Z] dc95cda76a81: Pushed [2025-06-24T01:28:29.373Z] cf1bd0420b69: Pushed [2025-06-24T01:28:29.373Z] 994456c4fd7b: Layer already exists [2025-06-24T01:28:32.659Z] d05392474eea: Pushed [2025-06-24T01:28:32.659Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02: digest: sha256:cef955687088eb3952ae6d0effe5848a801562935bf102965f328afa60be6bde size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:32.990Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:33.314Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-24T01:28:33.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-24T01:28:33.314Z] 2462ef1a2369: Preparing [2025-06-24T01:28:33.314Z] dc95cda76a81: Preparing [2025-06-24T01:28:33.314Z] d05392474eea: Preparing [2025-06-24T01:28:33.314Z] cf1bd0420b69: Preparing [2025-06-24T01:28:33.314Z] 22aa9a476bc8: Preparing [2025-06-24T01:28:33.314Z] 994456c4fd7b: Preparing [2025-06-24T01:28:33.314Z] 994456c4fd7b: Waiting [2025-06-24T01:28:33.314Z] 2462ef1a2369: Layer already exists [2025-06-24T01:28:33.314Z] 22aa9a476bc8: Layer already exists [2025-06-24T01:28:33.314Z] d05392474eea: Layer already exists [2025-06-24T01:28:33.314Z] dc95cda76a81: Layer already exists [2025-06-24T01:28:33.314Z] cf1bd0420b69: Layer already exists [2025-06-24T01:28:33.314Z] 994456c4fd7b: Layer already exists [2025-06-24T01:28:33.314Z] latest: digest: sha256:cef955687088eb3952ae6d0effe5848a801562935bf102965f328afa60be6bde size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:33.651Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:33.983Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.3 [2025-06-24T01:28:33.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-24T01:28:33.983Z] 2462ef1a2369: Preparing [2025-06-24T01:28:33.983Z] dc95cda76a81: Preparing [2025-06-24T01:28:33.983Z] d05392474eea: Preparing [2025-06-24T01:28:33.983Z] cf1bd0420b69: Preparing [2025-06-24T01:28:33.983Z] 22aa9a476bc8: Preparing [2025-06-24T01:28:33.983Z] 994456c4fd7b: Preparing [2025-06-24T01:28:33.983Z] 994456c4fd7b: Waiting [2025-06-24T01:28:33.983Z] d05392474eea: Layer already exists [2025-06-24T01:28:33.983Z] 2462ef1a2369: Layer already exists [2025-06-24T01:28:33.983Z] dc95cda76a81: Layer already exists [2025-06-24T01:28:33.983Z] 22aa9a476bc8: Layer already exists [2025-06-24T01:28:33.983Z] cf1bd0420b69: Layer already exists [2025-06-24T01:28:33.983Z] 994456c4fd7b: Layer already exists [2025-06-24T01:28:33.983Z] 4.1.0-dev.3: digest: sha256:cef955687088eb3952ae6d0effe5848a801562935bf102965f328afa60be6bde size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:34.311Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:34.628Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [2025-06-24T01:28:34.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-24T01:28:34.628Z] 2462ef1a2369: Preparing [2025-06-24T01:28:34.628Z] dc95cda76a81: Preparing [2025-06-24T01:28:34.628Z] d05392474eea: Preparing [2025-06-24T01:28:34.628Z] cf1bd0420b69: Preparing [2025-06-24T01:28:34.628Z] 22aa9a476bc8: Preparing [2025-06-24T01:28:34.628Z] 994456c4fd7b: Preparing [2025-06-24T01:28:34.628Z] 994456c4fd7b: Waiting [2025-06-24T01:28:34.628Z] dc95cda76a81: Layer already exists [2025-06-24T01:28:34.628Z] d05392474eea: Layer already exists [2025-06-24T01:28:34.628Z] 2462ef1a2369: Layer already exists [2025-06-24T01:28:34.628Z] 22aa9a476bc8: Layer already exists [2025-06-24T01:28:34.628Z] cf1bd0420b69: Layer already exists [2025-06-24T01:28:34.628Z] 994456c4fd7b: Layer already exists [2025-06-24T01:28:34.628Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3: digest: sha256:cef955687088eb3952ae6d0effe5848a801562935bf102965f328afa60be6bde size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:34.957Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:28:35.285Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-24T01:28:35.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-24T01:28:35.285Z] 2462ef1a2369: Preparing [2025-06-24T01:28:35.285Z] dc95cda76a81: Preparing [2025-06-24T01:28:35.285Z] d05392474eea: Preparing [2025-06-24T01:28:35.285Z] cf1bd0420b69: Preparing [2025-06-24T01:28:35.285Z] 22aa9a476bc8: Preparing [2025-06-24T01:28:35.285Z] 994456c4fd7b: Preparing [2025-06-24T01:28:35.285Z] 994456c4fd7b: Waiting [2025-06-24T01:28:35.285Z] dc95cda76a81: Layer already exists [2025-06-24T01:28:35.285Z] d05392474eea: Layer already exists [2025-06-24T01:28:35.285Z] 22aa9a476bc8: Layer already exists [2025-06-24T01:28:35.285Z] 2462ef1a2369: Layer already exists [2025-06-24T01:28:35.285Z] cf1bd0420b69: Layer already exists [2025-06-24T01:28:35.285Z] 994456c4fd7b: Layer already exists [2025-06-24T01:28:35.285Z] main: digest: sha256:cef955687088eb3952ae6d0effe5848a801562935bf102965f328afa60be6bde size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-24T01:28:35.358Z] ===================================================== [Pipeline] echo [2025-06-24T01:28:35.370Z] taggedImages: [2025-06-24T01:28:35.370Z] - nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:28:35.370Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-24T01:28:35.370Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.3 [2025-06-24T01:28:35.370Z] - nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [2025-06-24T01:28:35.370Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-06-24T01:28:35.417Z] ========================================================= [2025-06-24T01:28:35.417Z] [edgeXBuildMultiArch] RAW Config: [2025-06-24T01:28:35.417Z] images: [2025-06-24T01:28:35.417Z] - nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:28:35.417Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-24T01:28:35.417Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.3 [2025-06-24T01:28:35.417Z] - nexus3.edgexfoundry.org:10004/device-rest:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [2025-06-24T01:28:35.417Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-24T01:28:35.417Z] settingsFile: [2025-06-24T01:28:35.417Z] device-rest-go-settings [2025-06-24T01:28:35.417Z] ========================================================= [Pipeline] node [2025-06-24T01:28:50.421Z] Still waiting to schedule task [2025-06-24T01:28:50.421Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-24T01:28:59.175Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3821 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-06-24T01:28:59.195Z] Running in /w/workspace/device-rest-go/201 [Pipeline] { [Pipeline] checkout [2025-06-24T01:29:02.257Z] The recommended git tool is: git [2025-06-24T01:29:07.341Z] using credential edgex-jenkins-ssh [2025-06-24T01:29:07.373Z] Cloning the remote Git repository [2025-06-24T01:29:07.424Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-06-24T01:29:07.552Z] > git init /w/workspace/device-rest-go/201 # timeout=10 [2025-06-24T01:29:07.737Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-06-24T01:29:07.738Z] > git --version # timeout=10 [2025-06-24T01:29:07.761Z] > git --version # 'git version 2.25.1' [2025-06-24T01:29:07.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-24T01:29:07.946Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-24T01:29:11.660Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-06-24T01:29:11.686Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-24T01:29:12.730Z] Avoid second fetch [2025-06-24T01:29:12.731Z] Checking out Revision 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 (main) [2025-06-24T01:29:13.406Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#474)" [2025-06-24T01:29:12.752Z] > git config core.sparsecheckout # timeout=10 [2025-06-24T01:29:12.837Z] > git checkout -f 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-24T01:29:17.818Z] Running on prd-centos7-docker-4c-2g-3824 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-24T01:29:17.887Z] provisioning config files... [2025-06-24T01:29:17.917Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14694331541413192013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:29:18.150Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-24T01:29:18.150Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-24T01:29:18.150Z] Dload Upload Total Spent Left Speed [2025-06-24T01:29:18.150Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 88863 0 --:--:-- --:--:-- --:--:-- 88863 [Pipeline] sh [2025-06-24T01:29:19.919Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-24T01:29:19.952Z] ---> ****-login.sh [2025-06-24T01:29:19.952Z] nexus3.edgexfoundry.org:10001 [2025-06-24T01:29:20.242Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-24T01:29:20.242Z] + sudo tee /etc/docker/daemon.new [2025-06-24T01:29:20.242Z] { [2025-06-24T01:29:20.242Z] "registry-mirrors": [ [2025-06-24T01:29:20.242Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-24T01:29:20.242Z] ], [2025-06-24T01:29:20.242Z] "bip": "10.250.0.254/24", [2025-06-24T01:29:20.242Z] "hosts": [ [2025-06-24T01:29:20.242Z] "tcp://0.0.0.0:5555", [2025-06-24T01:29:20.242Z] "unix:///var/run/docker.sock" [2025-06-24T01:29:20.242Z] ], [2025-06-24T01:29:20.242Z] "mtu": 1458, [2025-06-24T01:29:20.242Z] "selinux-enabled": true, [2025-06-24T01:29:20.242Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-24T01:29:20.242Z] } [Pipeline] sh [2025-06-24T01:29:20.566Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-24T01:29:20.903Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-24T01:29:39.165Z] provisioning config files... [2025-06-24T01:29:39.190Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/201@tmp/config4969138541762951282tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:29:39.642Z] ---> ****-login.sh [2025-06-24T01:29:39.642Z] nexus3.edgexfoundry.org:10001 [2025-06-24T01:29:40.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:29:40.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:29:40.237Z] Configure a credential helper to remove this warning. See [2025-06-24T01:29:40.237Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:29:40.237Z] [2025-06-24T01:29:40.237Z] Login Succeeded [2025-06-24T01:29:40.237Z] nexus3.edgexfoundry.org:10002 [2025-06-24T01:29:40.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:29:40.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:29:40.780Z] Configure a credential helper to remove this warning. See [2025-06-24T01:29:40.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:29:40.780Z] [2025-06-24T01:29:40.780Z] Login Succeeded [2025-06-24T01:29:40.780Z] nexus3.edgexfoundry.org:10003 [2025-06-24T01:29:41.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:29:41.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:29:41.050Z] Configure a credential helper to remove this warning. See [2025-06-24T01:29:41.050Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:29:41.050Z] [2025-06-24T01:29:41.050Z] Login Succeeded [2025-06-24T01:29:41.050Z] nexus3.edgexfoundry.org:10004 [2025-06-24T01:29:41.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:29:41.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:29:41.320Z] Configure a credential helper to remove this warning. See [2025-06-24T01:29:41.320Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:29:41.320Z] [2025-06-24T01:29:41.592Z] Login Succeeded [2025-06-24T01:29:41.592Z] ****.io [2025-06-24T01:29:41.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:29:42.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:29:42.178Z] Configure a credential helper to remove this warning. See [2025-06-24T01:29:42.178Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:29:42.178Z] [2025-06-24T01:29:42.178Z] Login Succeeded [2025-06-24T01:29:42.178Z] ---> ****-login.sh ends [Pipeline] } [2025-06-24T01:29:42.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-24T01:29:42.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-24T01:29:42.559Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-24T01:29:42.575Z] ========================================================= [2025-06-24T01:29:42.575Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-24T01:29:42.575Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:29:42.966Z] + 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-24T01:29:42.966Z] Sending build context to Docker daemon 141.8kB [2025-06-24T01:29:43.560Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-24T01:29:43.560Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-24T01:29:43.560Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-24T01:29:43.560Z] 94e9d8af2201: Pulling fs layer [2025-06-24T01:29:43.560Z] a6c56e8762df: Pulling fs layer [2025-06-24T01:29:43.560Z] f0f3c8884826: Pulling fs layer [2025-06-24T01:29:43.560Z] c7e7622c144d: Pulling fs layer [2025-06-24T01:29:43.560Z] 4f4fb700ef54: Pulling fs layer [2025-06-24T01:29:43.560Z] e8859aadc426: Pulling fs layer [2025-06-24T01:29:43.560Z] b4813487a9f6: Pulling fs layer [2025-06-24T01:29:43.560Z] 502a3d64fb4b: Pulling fs layer [2025-06-24T01:29:43.560Z] 4f4fb700ef54: Waiting [2025-06-24T01:29:43.560Z] c7e7622c144d: Waiting [2025-06-24T01:29:43.560Z] e8859aadc426: Waiting [2025-06-24T01:29:43.560Z] b4813487a9f6: Waiting [2025-06-24T01:29:43.560Z] 502a3d64fb4b: Waiting [2025-06-24T01:29:43.839Z] a6c56e8762df: Verifying Checksum [2025-06-24T01:29:43.839Z] a6c56e8762df: Download complete [2025-06-24T01:29:43.839Z] c7e7622c144d: Verifying Checksum [2025-06-24T01:29:43.839Z] c7e7622c144d: Download complete [2025-06-24T01:29:43.839Z] 4f4fb700ef54: Verifying Checksum [2025-06-24T01:29:43.839Z] 4f4fb700ef54: Download complete [2025-06-24T01:29:43.839Z] e8859aadc426: Verifying Checksum [2025-06-24T01:29:43.839Z] e8859aadc426: Download complete [2025-06-24T01:29:43.839Z] 94e9d8af2201: Verifying Checksum [2025-06-24T01:29:43.839Z] 94e9d8af2201: Download complete [2025-06-24T01:29:44.438Z] 502a3d64fb4b: Verifying Checksum [2025-06-24T01:29:44.438Z] 502a3d64fb4b: Download complete [2025-06-24T01:29:45.032Z] 94e9d8af2201: Pull complete [2025-06-24T01:29:45.779Z] a6c56e8762df: Pull complete [2025-06-24T01:29:46.373Z] f0f3c8884826: Verifying Checksum [2025-06-24T01:29:46.373Z] f0f3c8884826: Download complete [2025-06-24T01:29:46.959Z] b4813487a9f6: Verifying Checksum [2025-06-24T01:29:46.959Z] b4813487a9f6: Download complete [2025-06-24T01:30:01.988Z] f0f3c8884826: Pull complete [2025-06-24T01:30:01.988Z] c7e7622c144d: Pull complete [2025-06-24T01:30:01.988Z] 4f4fb700ef54: Pull complete [2025-06-24T01:30:01.988Z] e8859aadc426: Pull complete [2025-06-24T01:30:10.225Z] b4813487a9f6: Pull complete [2025-06-24T01:30:11.646Z] 502a3d64fb4b: Pull complete [2025-06-24T01:30:11.646Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-24T01:30:11.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-24T01:30:11.646Z] ---> 3bb21d53e231 [2025-06-24T01:30:11.646Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-24T01:30:13.603Z] ---> Running in 6e6b55d9fb9d [2025-06-24T01:30:13.873Z] Removing intermediate container 6e6b55d9fb9d [2025-06-24T01:30:13.873Z] ---> 3e5a6de56265 [2025-06-24T01:30:13.873Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-24T01:30:14.144Z] ---> Running in bb388ed91db5 [2025-06-24T01:30:14.414Z] Removing intermediate container bb388ed91db5 [2025-06-24T01:30:14.414Z] ---> e8655c859635 [2025-06-24T01:30:14.414Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-24T01:30:14.414Z] ---> Running in 1baeea64c566 [2025-06-24T01:30:14.684Z] Removing intermediate container 1baeea64c566 [2025-06-24T01:30:14.684Z] ---> 183e7e9ff79b [2025-06-24T01:30:14.684Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-24T01:30:14.684Z] ---> Running in c02d68aacbe4 [2025-06-24T01:30:14.952Z] Removing intermediate container c02d68aacbe4 [2025-06-24T01:30:14.952Z] ---> 608b7e4d12e0 [2025-06-24T01:30:14.952Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-24T01:30:15.223Z] ---> Running in a442e287cd93 [2025-06-24T01:30:16.193Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-24T01:30:16.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-24T01:30:18.428Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-24T01:30:18.428Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-24T01:30:18.428Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-24T01:30:18.428Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-24T01:30:18.428Z] Executing busybox-1.36.1-r29.trigger [2025-06-24T01:30:18.428Z] OK: 244 MiB in 62 packages [2025-06-24T01:30:19.403Z] Removing intermediate container a442e287cd93 [2025-06-24T01:30:19.403Z] ---> 43779cae0887 [2025-06-24T01:30:19.403Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-24T01:30:19.403Z] ---> Running in 6cbcb64f7133 [2025-06-24T01:30:19.672Z] Removing intermediate container 6cbcb64f7133 [2025-06-24T01:30:19.672Z] ---> 980f514b82b0 [2025-06-24T01:30:19.672Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-24T01:30:20.266Z] ---> 72cfba6e70d1 [2025-06-24T01:30:20.266Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-24T01:30:20.266Z] ---> Running in 49f1671ec582 [2025-06-24T01:32:57.015Z] Removing intermediate container 49f1671ec582 [2025-06-24T01:32:57.015Z] ---> 383ca97f3482 [2025-06-24T01:32:57.015Z] Step 11/12 : COPY . . [2025-06-24T01:32:57.015Z] ---> 3212dc341496 [2025-06-24T01:32:57.015Z] Step 12/12 : RUN $MAKE [2025-06-24T01:32:57.015Z] ---> Running in baaa98535471 [2025-06-24T01:32:57.015Z] noop [2025-06-24T01:32:57.015Z] Removing intermediate container baaa98535471 [2025-06-24T01:32:57.015Z] ---> ebe6ae08ce96 [2025-06-24T01:32:57.015Z] Successfully built ebe6ae08ce96 [2025-06-24T01:32:57.015Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:32:57.421Z] + docker inspect -f . ci-base-image-arm64 [2025-06-24T01:32:57.421Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T01:32:57.705Z] prd-ubuntu20.04-docker-arm64-4c-16g-3821 does not seem to be running inside a container [2025-06-24T01:32:57.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/201 -v /w/workspace/device-rest-go/201:/w/workspace/device-rest-go/201:rw,z -v /w/workspace/device-rest-go/201@tmp:/w/workspace/device-rest-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-24T01:32:59.241Z] $ docker top a03b4131c72b39234ce8d73ba97b492ef45fd3deb446eee6f67d1c6275cdf4b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-24T01:33:00.168Z] + go version [2025-06-24T01:33:00.168Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-24T01:33:00.188Z] $ docker stop --time=1 a03b4131c72b39234ce8d73ba97b492ef45fd3deb446eee6f67d1c6275cdf4b6 [2025-06-24T01:33:01.856Z] $ docker rm -f --volumes a03b4131c72b39234ce8d73ba97b492ef45fd3deb446eee6f67d1c6275cdf4b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:33:02.473Z] + docker inspect -f . ci-base-image-arm64 [2025-06-24T01:33:02.473Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T01:33:02.673Z] prd-ubuntu20.04-docker-arm64-4c-16g-3821 does not seem to be running inside a container [2025-06-24T01:33:02.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/201 -v /w/workspace/device-rest-go/201:/w/workspace/device-rest-go/201:rw,z -v /w/workspace/device-rest-go/201@tmp:/w/workspace/device-rest-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-24T01:33:03.965Z] $ docker top a929afb8dc03fe4216a1bc03cfebccc4d9e00818752d47244b9db6ca54099f1e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-24T01:33:04.812Z] + git config --global --add safe.directory /w/workspace/device-rest-go/201 [Pipeline] fileExists [Pipeline] sh [2025-06-24T01:33:05.485Z] + make test [2025-06-24T01:33:05.485Z] go test ./... -coverprofile=coverage.out ./... [2025-06-24T01:33:12.119Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-24T01:37:03.975Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-24T01:37:03.976Z] ok github.com/edgexfoundry/device-rest-go/driver 0.044s coverage: 32.2% of statements [2025-06-24T01:37:03.976Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-24T01:37:03.976Z] go vet ./... [2025-06-24T01:38:00.399Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-24T01:38:00.399Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-24T01:38:00.399Z] ./bin/test-attribution-txt.sh [2025-06-24T01:38:00.399Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-24T01:38:00.399Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-24T01:38:00.418Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-24T01:38:00.442Z] $ docker stop --time=1 a929afb8dc03fe4216a1bc03cfebccc4d9e00818752d47244b9db6ca54099f1e [2025-06-24T01:38:02.433Z] $ docker rm -f --volumes a929afb8dc03fe4216a1bc03cfebccc4d9e00818752d47244b9db6ca54099f1e [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-24T01:38:04.219Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-24T01:38:04.240Z] Warning: overwriting stash ‘coverage-report’ [2025-06-24T01:38:04.815Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-24T01:38:05.266Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-24T01:38:05.607Z] + ls -al . [2025-06-24T01:38:05.607Z] total 240 [2025-06-24T01:38:05.607Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 01:33 . [2025-06-24T01:38:05.607Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 01:29 .. [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 24 01:29 .dockerignore [2025-06-24T01:38:05.607Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 01:29 .git [2025-06-24T01:38:05.607Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 01:29 .github [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 24 01:29 .gitignore [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 24 01:29 .golangci.yml [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 24 01:29 Attribution.txt [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 24 01:29 CHANGELOG.md [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 24 01:29 Dockerfile [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 24 01:29 GOVERNANCE.md [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 24 01:29 Jenkinsfile [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 24 01:29 LICENSE [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 24 01:29 Makefile [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 24 01:29 OWNERS.md [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 24 01:29 README.md [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 24 01:25 VERSION [2025-06-24T01:38:05.607Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 01:29 bin [2025-06-24T01:38:05.607Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 01:29 cmd [2025-06-24T01:38:05.607Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 24 01:37 coverage.out [2025-06-24T01:38:05.607Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 01:29 driver [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 24 01:29 go.mod [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 24 01:29 go.sum [2025-06-24T01:38:05.607Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 01:29 openapi [2025-06-24T01:38:05.607Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 24 01:29 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:38:05.978Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 --label arch=arm64 --label version=4.1.0-dev.3 . [2025-06-24T01:38:05.978Z] Sending build context to Docker daemon 157.2kB [2025-06-24T01:38:06.248Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-24T01:38:06.248Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-24T01:38:06.248Z] ---> ebe6ae08ce96 [2025-06-24T01:38:06.248Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-24T01:38:06.518Z] ---> Running in c26e47e7e653 [2025-06-24T01:38:06.793Z] Removing intermediate container c26e47e7e653 [2025-06-24T01:38:06.793Z] ---> af3e603d3f76 [2025-06-24T01:38:06.793Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-24T01:38:06.793Z] ---> Running in f98bea1a0a28 [2025-06-24T01:38:07.388Z] Removing intermediate container f98bea1a0a28 [2025-06-24T01:38:07.388Z] ---> 9afe706c4d16 [2025-06-24T01:38:07.388Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-24T01:38:07.388Z] ---> Running in 421ac37dc734 [2025-06-24T01:38:07.680Z] Removing intermediate container 421ac37dc734 [2025-06-24T01:38:07.680Z] ---> 39878de79e23 [2025-06-24T01:38:07.680Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-24T01:38:07.680Z] ---> Running in ad364f0c083e [2025-06-24T01:38:08.287Z] Removing intermediate container ad364f0c083e [2025-06-24T01:38:08.287Z] ---> cb5419681f9f [2025-06-24T01:38:08.287Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-24T01:38:08.287Z] ---> Running in 09504e4756cd [2025-06-24T01:38:09.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-24T01:38:09.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-24T01:38:11.829Z] OK: 244 MiB in 62 packages [2025-06-24T01:38:12.419Z] Removing intermediate container 09504e4756cd [2025-06-24T01:38:12.419Z] ---> f1af93a7701d [2025-06-24T01:38:12.419Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-24T01:38:12.419Z] ---> Running in e82f9ff43f3f [2025-06-24T01:38:13.010Z] Removing intermediate container e82f9ff43f3f [2025-06-24T01:38:13.010Z] ---> 7b494c365a63 [2025-06-24T01:38:13.010Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-24T01:38:13.600Z] ---> 5e6e18613abe [2025-06-24T01:38:13.600Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-24T01:38:13.600Z] ---> Running in 170ad91885f8 [2025-06-24T01:38:16.198Z] Removing intermediate container 170ad91885f8 [2025-06-24T01:38:16.198Z] ---> 4a8d652217d6 [2025-06-24T01:38:16.198Z] Step 11/26 : COPY . . [2025-06-24T01:38:16.789Z] ---> 333cd852bf87 [2025-06-24T01:38:16.790Z] Step 12/26 : RUN $MAKE [2025-06-24T01:38:16.790Z] ---> Running in d0943fb78219 [2025-06-24T01:38:18.232Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-24T01:42:10.436Z] Removing intermediate container d0943fb78219 [2025-06-24T01:42:10.436Z] ---> 5d8560d5f13c [2025-06-24T01:42:10.436Z] Step 13/26 : FROM alpine:3.20 [2025-06-24T01:42:10.436Z] 3.20: Pulling from library/alpine [2025-06-24T01:42:10.436Z] 94e9d8af2201: Already exists [2025-06-24T01:42:10.436Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-24T01:42:10.436Z] Status: Downloaded newer image for alpine:3.20 [2025-06-24T01:42:10.436Z] ---> 7aab056cecc6 [2025-06-24T01:42:10.436Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-24T01:42:10.436Z] ---> Running in 130e3fb6d7fc [2025-06-24T01:42:10.436Z] Removing intermediate container 130e3fb6d7fc [2025-06-24T01:42:10.436Z] ---> 2786f12697fc [2025-06-24T01:42:10.436Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-24T01:42:10.436Z] ---> Running in 88b5a153f9b3 [2025-06-24T01:42:10.436Z] Removing intermediate container 88b5a153f9b3 [2025-06-24T01:42:10.436Z] ---> 1b5a2bafe28f [2025-06-24T01:42:10.436Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-24T01:42:10.436Z] ---> Running in a62ceb033a80 [2025-06-24T01:42:10.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-24T01:42:10.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-24T01:42:11.853Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-24T01:42:11.853Z] Executing busybox-1.36.1-r29.trigger [2025-06-24T01:42:11.853Z] OK: 9 MiB in 15 packages [2025-06-24T01:42:12.822Z] Removing intermediate container a62ceb033a80 [2025-06-24T01:42:12.822Z] ---> 6f7e226494d3 [2025-06-24T01:42:12.822Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-24T01:42:12.822Z] ---> Running in 0ab8e21871c2 [2025-06-24T01:42:14.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-24T01:42:14.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-24T01:42:16.224Z] OK: 9 MiB in 15 packages [2025-06-24T01:42:17.197Z] Removing intermediate container 0ab8e21871c2 [2025-06-24T01:42:17.197Z] ---> ce100c77f07f [2025-06-24T01:42:17.197Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-24T01:42:19.156Z] ---> 983cc05619f4 [2025-06-24T01:42:19.156Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-24T01:42:19.760Z] ---> a4b6dd654a09 [2025-06-24T01:42:19.760Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-24T01:42:20.733Z] ---> 2e8a173beb22 [2025-06-24T01:42:20.733Z] Step 21/26 : EXPOSE 59986 [2025-06-24T01:42:20.733Z] ---> Running in 8e8154725f5c [2025-06-24T01:42:21.003Z] Removing intermediate container 8e8154725f5c [2025-06-24T01:42:21.003Z] ---> 50d107e9e926 [2025-06-24T01:42:21.003Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-24T01:42:21.003Z] ---> Running in b7380f50ca93 [2025-06-24T01:42:21.271Z] Removing intermediate container b7380f50ca93 [2025-06-24T01:42:21.271Z] ---> 876bb631bc0b [2025-06-24T01:42:21.271Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-24T01:42:21.547Z] ---> Running in a3914ad97ede [2025-06-24T01:42:21.815Z] Removing intermediate container a3914ad97ede [2025-06-24T01:42:21.815Z] ---> ea7f8170de7f [2025-06-24T01:42:21.815Z] Step 24/26 : LABEL arch=arm64 [2025-06-24T01:42:22.085Z] ---> Running in a7606057e092 [2025-06-24T01:42:22.355Z] Removing intermediate container a7606057e092 [2025-06-24T01:42:22.355Z] ---> fe1b17338853 [2025-06-24T01:42:22.355Z] Step 25/26 : LABEL git_sha=3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:42:22.355Z] ---> Running in 2be8afa85d92 [2025-06-24T01:42:22.625Z] Removing intermediate container 2be8afa85d92 [2025-06-24T01:42:22.625Z] ---> e8d0a2ed7138 [2025-06-24T01:42:22.625Z] Step 26/26 : LABEL version=4.1.0-dev.3 [2025-06-24T01:42:22.894Z] ---> Running in e01091d84212 [2025-06-24T01:42:23.164Z] Removing intermediate container e01091d84212 [2025-06-24T01:42:23.164Z] ---> 39ac4a6fdf4b [2025-06-24T01:42:23.164Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-24T01:42:23.164Z] Successfully built 39ac4a6fdf4b [2025-06-24T01:42:23.164Z] Successfully tagged device-rest-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-24T01:42:23.329Z] provisioning config files... [2025-06-24T01:42:23.346Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/201@tmp/config12555798411009284981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:42:23.710Z] ---> ****-login.sh [2025-06-24T01:42:23.710Z] nexus3.edgexfoundry.org:10001 [2025-06-24T01:42:23.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:42:23.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:42:23.981Z] Configure a credential helper to remove this warning. See [2025-06-24T01:42:23.981Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:42:23.981Z] [2025-06-24T01:42:23.981Z] Login Succeeded [2025-06-24T01:42:23.981Z] nexus3.edgexfoundry.org:10002 [2025-06-24T01:42:24.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:42:24.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:42:24.576Z] Configure a credential helper to remove this warning. See [2025-06-24T01:42:24.576Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:42:24.576Z] [2025-06-24T01:42:24.576Z] Login Succeeded [2025-06-24T01:42:24.576Z] nexus3.edgexfoundry.org:10003 [2025-06-24T01:42:24.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:42:24.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:42:24.850Z] Configure a credential helper to remove this warning. See [2025-06-24T01:42:24.850Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:42:24.850Z] [2025-06-24T01:42:24.850Z] Login Succeeded [2025-06-24T01:42:25.122Z] nexus3.edgexfoundry.org:10004 [2025-06-24T01:42:25.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:42:25.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:42:25.393Z] Configure a credential helper to remove this warning. See [2025-06-24T01:42:25.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:42:25.393Z] [2025-06-24T01:42:25.393Z] Login Succeeded [2025-06-24T01:42:25.393Z] ****.io [2025-06-24T01:42:25.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-24T01:42:26.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-24T01:42:26.255Z] Configure a credential helper to remove this warning. See [2025-06-24T01:42:26.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-24T01:42:26.255Z] [2025-06-24T01:42:26.255Z] Login Succeeded [2025-06-24T01:42:26.255Z] ---> ****-login.sh ends [Pipeline] } [2025-06-24T01:42:26.269Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-24T01:42:26.321Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-24T01:42:26.349Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-06-24T01:42:26.349Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:42:26.349Z] latest [2025-06-24T01:42:26.349Z] 4.1.0-dev.3 [2025-06-24T01:42:26.349Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [2025-06-24T01:42:26.349Z] main [2025-06-24T01:42:26.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:26.759Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:27.149Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:42:27.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-24T01:42:27.149Z] 329603d67751: Preparing [2025-06-24T01:42:27.149Z] 7fae32be6b24: Preparing [2025-06-24T01:42:27.149Z] 7ff92aa0e9ec: Preparing [2025-06-24T01:42:27.149Z] 3c266dc0b188: Preparing [2025-06-24T01:42:27.149Z] 7ec8888fcae8: Preparing [2025-06-24T01:42:27.149Z] dd9c8f8612c8: Preparing [2025-06-24T01:42:27.149Z] dd9c8f8612c8: Waiting [2025-06-24T01:42:27.421Z] 329603d67751: Pushed [2025-06-24T01:42:27.421Z] 3c266dc0b188: Pushed [2025-06-24T01:42:27.421Z] 7ec8888fcae8: Pushed [2025-06-24T01:42:27.421Z] 7fae32be6b24: Pushed [2025-06-24T01:42:27.421Z] dd9c8f8612c8: Layer already exists [2025-06-24T01:42:37.529Z] 7ff92aa0e9ec: Pushed [2025-06-24T01:42:37.529Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02: digest: sha256:baddf9aeb39035f3888f6b4963caa6abfb9fced593e5edaca28c0e00217ad2de size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:37.928Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:38.320Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-24T01:42:38.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-24T01:42:38.320Z] 329603d67751: Preparing [2025-06-24T01:42:38.320Z] 7fae32be6b24: Preparing [2025-06-24T01:42:38.320Z] 7ff92aa0e9ec: Preparing [2025-06-24T01:42:38.320Z] 3c266dc0b188: Preparing [2025-06-24T01:42:38.320Z] 7ec8888fcae8: Preparing [2025-06-24T01:42:38.320Z] dd9c8f8612c8: Preparing [2025-06-24T01:42:38.320Z] dd9c8f8612c8: Waiting [2025-06-24T01:42:38.320Z] 7fae32be6b24: Layer already exists [2025-06-24T01:42:38.320Z] 3c266dc0b188: Layer already exists [2025-06-24T01:42:38.320Z] 7ec8888fcae8: Layer already exists [2025-06-24T01:42:38.320Z] 7ff92aa0e9ec: Layer already exists [2025-06-24T01:42:38.320Z] 329603d67751: Layer already exists [2025-06-24T01:42:38.320Z] dd9c8f8612c8: Layer already exists [2025-06-24T01:42:38.590Z] latest: digest: sha256:baddf9aeb39035f3888f6b4963caa6abfb9fced593e5edaca28c0e00217ad2de size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:38.976Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:39.352Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.3 [2025-06-24T01:42:39.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-24T01:42:39.352Z] 329603d67751: Preparing [2025-06-24T01:42:39.352Z] 7fae32be6b24: Preparing [2025-06-24T01:42:39.352Z] 7ff92aa0e9ec: Preparing [2025-06-24T01:42:39.352Z] 3c266dc0b188: Preparing [2025-06-24T01:42:39.352Z] 7ec8888fcae8: Preparing [2025-06-24T01:42:39.352Z] dd9c8f8612c8: Preparing [2025-06-24T01:42:39.352Z] dd9c8f8612c8: Waiting [2025-06-24T01:42:39.352Z] 3c266dc0b188: Layer already exists [2025-06-24T01:42:39.352Z] 7fae32be6b24: Layer already exists [2025-06-24T01:42:39.352Z] 7ec8888fcae8: Layer already exists [2025-06-24T01:42:39.352Z] 329603d67751: Layer already exists [2025-06-24T01:42:39.352Z] 7ff92aa0e9ec: Layer already exists [2025-06-24T01:42:39.352Z] dd9c8f8612c8: Layer already exists [2025-06-24T01:42:39.623Z] 4.1.0-dev.3: digest: sha256:baddf9aeb39035f3888f6b4963caa6abfb9fced593e5edaca28c0e00217ad2de size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:40.023Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:40.396Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [2025-06-24T01:42:40.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-24T01:42:40.396Z] 329603d67751: Preparing [2025-06-24T01:42:40.396Z] 7fae32be6b24: Preparing [2025-06-24T01:42:40.396Z] 7ff92aa0e9ec: Preparing [2025-06-24T01:42:40.396Z] 3c266dc0b188: Preparing [2025-06-24T01:42:40.396Z] 7ec8888fcae8: Preparing [2025-06-24T01:42:40.396Z] dd9c8f8612c8: Preparing [2025-06-24T01:42:40.396Z] dd9c8f8612c8: Waiting [2025-06-24T01:42:40.396Z] 7ff92aa0e9ec: Layer already exists [2025-06-24T01:42:40.396Z] 7ec8888fcae8: Layer already exists [2025-06-24T01:42:40.396Z] 329603d67751: Layer already exists [2025-06-24T01:42:40.396Z] 7fae32be6b24: Layer already exists [2025-06-24T01:42:40.396Z] 3c266dc0b188: Layer already exists [2025-06-24T01:42:40.396Z] dd9c8f8612c8: Layer already exists [2025-06-24T01:42:40.667Z] 3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3: digest: sha256:baddf9aeb39035f3888f6b4963caa6abfb9fced593e5edaca28c0e00217ad2de size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:41.105Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:41.470Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-06-24T01:42:41.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-24T01:42:41.471Z] 329603d67751: Preparing [2025-06-24T01:42:41.471Z] 7fae32be6b24: Preparing [2025-06-24T01:42:41.471Z] 7ff92aa0e9ec: Preparing [2025-06-24T01:42:41.471Z] 3c266dc0b188: Preparing [2025-06-24T01:42:41.471Z] 7ec8888fcae8: Preparing [2025-06-24T01:42:41.471Z] dd9c8f8612c8: Preparing [2025-06-24T01:42:41.471Z] dd9c8f8612c8: Waiting [2025-06-24T01:42:41.471Z] 7fae32be6b24: Layer already exists [2025-06-24T01:42:41.471Z] 7ec8888fcae8: Layer already exists [2025-06-24T01:42:41.471Z] 3c266dc0b188: Layer already exists [2025-06-24T01:42:41.471Z] 329603d67751: Layer already exists [2025-06-24T01:42:41.471Z] 7ff92aa0e9ec: Layer already exists [2025-06-24T01:42:41.471Z] dd9c8f8612c8: Layer already exists [2025-06-24T01:42:41.740Z] main: digest: sha256:baddf9aeb39035f3888f6b4963caa6abfb9fced593e5edaca28c0e00217ad2de size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-24T01:42:41.822Z] ===================================================== [Pipeline] echo [2025-06-24T01:42:41.835Z] taggedImages: [2025-06-24T01:42:41.835Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [2025-06-24T01:42:41.835Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-24T01:42:41.835Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.3 [2025-06-24T01:42:41.835Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [2025-06-24T01:42:41.835Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-06-24T01:42:41.848Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02 [Pipeline] echo [2025-06-24T01:42:41.859Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-06-24T01:42:41.875Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.3 [Pipeline] echo [2025-06-24T01:42:41.888Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:3d8d739fa5f8aa97ddf6cacbc9f8623fb942cf02-4.1.0-dev.3 [Pipeline] echo [2025-06-24T01:42:41.905Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:42.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-24T01:42:42.339Z] [2025-06-24T01:42:42.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T01:42:42.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-24T01:42:43.033Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-24T01:42:43.034Z] 8998bd30e6a1: Pulling fs layer [2025-06-24T01:42:43.034Z] 04944245beec: Pulling fs layer [2025-06-24T01:42:43.034Z] 699f458cf7ca: Pulling fs layer [2025-06-24T01:42:43.034Z] 765212b225bb: Pulling fs layer [2025-06-24T01:42:43.034Z] f23df028b6ca: Pulling fs layer [2025-06-24T01:42:43.034Z] d65c8cfc05b1: Pulling fs layer [2025-06-24T01:42:43.034Z] 2437ff75d9bd: Pulling fs layer [2025-06-24T01:42:43.034Z] f23df028b6ca: Waiting [2025-06-24T01:42:43.034Z] d65c8cfc05b1: Waiting [2025-06-24T01:42:43.034Z] 2437ff75d9bd: Waiting [2025-06-24T01:42:43.034Z] 765212b225bb: Waiting [2025-06-24T01:42:43.034Z] 04944245beec: Verifying Checksum [2025-06-24T01:42:43.034Z] 04944245beec: Download complete [2025-06-24T01:42:43.034Z] 765212b225bb: Verifying Checksum [2025-06-24T01:42:43.034Z] 765212b225bb: Download complete [2025-06-24T01:42:43.034Z] f23df028b6ca: Download complete [2025-06-24T01:42:43.034Z] d65c8cfc05b1: Verifying Checksum [2025-06-24T01:42:43.034Z] d65c8cfc05b1: Download complete [2025-06-24T01:42:43.312Z] 699f458cf7ca: Verifying Checksum [2025-06-24T01:42:43.312Z] 699f458cf7ca: Download complete [2025-06-24T01:42:43.918Z] 8998bd30e6a1: Download complete [2025-06-24T01:42:46.533Z] 2437ff75d9bd: Verifying Checksum [2025-06-24T01:42:46.533Z] 2437ff75d9bd: Download complete [2025-06-24T01:42:49.110Z] 8998bd30e6a1: Pull complete [2025-06-24T01:42:49.377Z] 04944245beec: Pull complete [2025-06-24T01:42:51.316Z] 699f458cf7ca: Pull complete [2025-06-24T01:42:51.316Z] 765212b225bb: Pull complete [2025-06-24T01:42:52.273Z] f23df028b6ca: Pull complete [2025-06-24T01:42:52.273Z] d65c8cfc05b1: Pull complete [2025-06-24T01:43:10.478Z] 2437ff75d9bd: Pull complete [2025-06-24T01:43:10.478Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-24T01:43:10.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-24T01:43:10.478Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T01:43:10.695Z] prd-ubuntu20.04-docker-arm64-4c-16g-3821 does not seem to be running inside a container [2025-06-24T01:43:10.748Z] $ 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-rest-go/201 -v /w/workspace/device-rest-go/201:/w/workspace/device-rest-go/201:rw,z -v /w/workspace/device-rest-go/201@tmp:/w/workspace/device-rest-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-06-24T01:43:13.746Z] $ docker top 78344c6e4bbbcd33acf4565d668d707b3f0c5f29cf5db7eeab1c22099f5c37b9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T01:43:14.707Z] ---> job-cost.sh [2025-06-24T01:43:14.707Z] lf-activate-venv: SKIPPING [2025-06-24T01:43:14.707Z] INFO: No Stack... [2025-06-24T01:43:14.972Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-24T01:43:15.935Z] INFO: Archiving Costs [Pipeline] sh [2025-06-24T01:43:16.581Z] + cat /w/workspace/device-rest-go/201/archives/cost.csv [2025-06-24T01:43:16.581Z] + cut -d, -f6 [Pipeline] lock [2025-06-24T01:43:16.648Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] [2025-06-24T01:43:16.658Z] Resource [jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] did not exist. Created. [2025-06-24T01:43:16.663Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-24T01:43:17.326Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-24T01:43:17.410Z] Stashed 1 file(s) [Pipeline] } [2025-06-24T01:43:17.418Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-24T01:43:17.439Z] $ docker stop --time=1 78344c6e4bbbcd33acf4565d668d707b3f0c5f29cf5db7eeab1c22099f5c37b9 [2025-06-24T01:43:18.920Z] $ docker rm -f --volumes 78344c6e4bbbcd33acf4565d668d707b3f0c5f29cf5db7eeab1c22099f5c37b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-24T02:34:06.139Z] Cannot contact prd-centos7-****-4c-2g-3824: java.lang.InterruptedException [2025-06-24T07:25:29.498Z] Cancelling nested steps due to timeout [2025-06-24T07:25:29.504Z] Sending interrupt signal to process [2025-06-24T07:25:43.692Z] script returned exit code 143 [Pipeline] } [2025-06-24T07:25:43.696Z] 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-24T07:25:44.622Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:25:44.915Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:25:45.465Z] ---> package-listing.sh [2025-06-24T07:25:45.465Z] ++ facter osfamily [2025-06-24T07:25:45.465Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-24T07:25:45.724Z] + OS_FAMILY=redhat [2025-06-24T07:25:45.724Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-24T07:25:45.724Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-24T07:25:45.724Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-24T07:25:45.724Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-24T07:25:45.724Z] + PACKAGES=/tmp/packages_start.txt [2025-06-24T07:25:45.724Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-24T07:25:45.724Z] + PACKAGES=/tmp/packages_end.txt [2025-06-24T07:25:45.724Z] + case "${OS_FAMILY}" in [2025-06-24T07:25:45.725Z] + rpm -qa [2025-06-24T07:25:45.725Z] + sort [2025-06-24T07:25:46.289Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-24T07:25:46.289Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-24T07:25:46.289Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-24T07:25:46.289Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-24T07:25:46.289Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-24T07:25:46.289Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-24T07:25:46.301Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-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-24T07:25:46.583Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T07:25:47.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-24T07:25:47.183Z] [2025-06-24T07:25:47.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T07:25:47.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-24T07:25:47.802Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-24T07:25:47.802Z] 5eb5b503b376: Pulling fs layer [2025-06-24T07:25:47.802Z] 5c69ac0246d0: Pulling fs layer [2025-06-24T07:25:47.802Z] ec43610c2a17: Pulling fs layer [2025-06-24T07:25:47.802Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-24T07:25:47.802Z] 33b1e0a273af: Pulling fs layer [2025-06-24T07:25:47.802Z] 5d3b04190fa2: Pulling fs layer [2025-06-24T07:25:47.802Z] 2f39f015ded8: Pulling fs layer [2025-06-24T07:25:47.802Z] 3a2ae6a8a46f: Waiting [2025-06-24T07:25:47.802Z] 33b1e0a273af: Waiting [2025-06-24T07:25:47.802Z] 5d3b04190fa2: Waiting [2025-06-24T07:25:47.802Z] 2f39f015ded8: Waiting [2025-06-24T07:25:47.802Z] 5c69ac0246d0: Verifying Checksum [2025-06-24T07:25:47.802Z] 5c69ac0246d0: Download complete [2025-06-24T07:25:47.802Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-24T07:25:47.802Z] 3a2ae6a8a46f: Download complete [2025-06-24T07:25:47.802Z] ec43610c2a17: Verifying Checksum [2025-06-24T07:25:47.802Z] ec43610c2a17: Download complete [2025-06-24T07:25:47.802Z] 33b1e0a273af: Verifying Checksum [2025-06-24T07:25:47.802Z] 5d3b04190fa2: Verifying Checksum [2025-06-24T07:25:47.802Z] 5d3b04190fa2: Download complete [2025-06-24T07:25:48.062Z] 5eb5b503b376: Verifying Checksum [2025-06-24T07:25:48.062Z] 5eb5b503b376: Download complete [2025-06-24T07:25:48.638Z] 2f39f015ded8: Verifying Checksum [2025-06-24T07:25:48.638Z] 2f39f015ded8: Download complete [2025-06-24T07:25:49.205Z] 5eb5b503b376: Pull complete [2025-06-24T07:25:49.655Z] 5c69ac0246d0: Pull complete [2025-06-24T07:25:49.655Z] ec43610c2a17: Pull complete [2025-06-24T07:25:49.913Z] 3a2ae6a8a46f: Pull complete [2025-06-24T07:25:50.172Z] 33b1e0a273af: Pull complete [2025-06-24T07:25:50.172Z] 5d3b04190fa2: Pull complete [2025-06-24T07:25:54.391Z] 2f39f015ded8: Pull complete [2025-06-24T07:25:54.391Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-24T07:25:54.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-24T07:25:54.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T07:25:54.528Z] prd-centos7-docker-4c-2g-3824 does not seem to be running inside a container [2025-06-24T07:25:54.565Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-24T07:25:57.476Z] $ docker top e1311a8b1950dbe3555822a5466801765bf9a8a7ba7722a13003c4672cd86b3e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-24T07:25:57.823Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-24T07:25:58.112Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-24T07:25:58.398Z] + ls /var/log/sa-host [2025-06-24T07:25:58.398Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-24T07:25:58.576Z] provisioning config files... [2025-06-24T07:25:58.586Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10897306209489107270tmp [Pipeline] { [Pipeline] echo [2025-06-24T07:25:58.615Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:25:58.905Z] ---> create-netrc.sh [Pipeline] } [2025-06-24T07:25:58.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:25:59.270Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-24T07:25:59.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:25:59.566Z] ---> sudo-logs.sh [2025-06-24T07:25:59.566Z] Archiving 'sudo' log.. [2025-06-24T07:25:59.566Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3824.novalocal: Name or service not known [2025-06-24T07:25:59.566Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3824.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-06-24T07:25:59.656Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:25:59.945Z] ---> job-cost.sh [2025-06-24T07:25:59.946Z] lf-activate-venv: SKIPPING [2025-06-24T07:25:59.946Z] DEBUG: total: 0.10999999940395355 [2025-06-24T07:25:59.946Z] INFO: Retrieving Stack Cost... [2025-06-24T07:26:00.205Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-06-24T07:26:00.464Z] INFO: Archiving Costs [Pipeline] echo [2025-06-24T07:26:00.479Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:00.769Z] ---> logs-deploy.sh [2025-06-24T07:26:00.769Z] lf-activate-venv: SKIPPING [2025-06-24T07:26:00.769Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/201 [2025-06-24T07:26:00.769Z] INFO: archiving workspace using pattern(s): [2025-06-24T07:26:01.705Z] Archives upload complete. [2025-06-24T07:26:01.705Z] INFO: archiving logs to Nexus [2025-06-24T07:26:02.641Z] ---> uname -a: [2025-06-24T07:26:02.641Z] Linux prd-centos7-docker-4c-2g-3824.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-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] ---> lscpu: [2025-06-24T07:26:02.641Z] Architecture: x86_64 [2025-06-24T07:26:02.641Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-24T07:26:02.641Z] Byte Order: Little Endian [2025-06-24T07:26:02.641Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-24T07:26:02.641Z] CPU(s): 2 [2025-06-24T07:26:02.641Z] On-line CPU(s) list: 0,1 [2025-06-24T07:26:02.641Z] Thread(s) per core: 1 [2025-06-24T07:26:02.641Z] Core(s) per socket: 1 [2025-06-24T07:26:02.641Z] Socket(s): 2 [2025-06-24T07:26:02.641Z] NUMA node(s): 1 [2025-06-24T07:26:02.641Z] Vendor ID: AuthenticAMD [2025-06-24T07:26:02.641Z] CPU family: 23 [2025-06-24T07:26:02.641Z] Model: 49 [2025-06-24T07:26:02.641Z] Model name: AMD EPYC-Rome Processor [2025-06-24T07:26:02.641Z] Stepping: 0 [2025-06-24T07:26:02.641Z] CPU MHz: 2799.996 [2025-06-24T07:26:02.641Z] BogoMIPS: 5599.99 [2025-06-24T07:26:02.641Z] Virtualization: AMD-V [2025-06-24T07:26:02.641Z] Hypervisor vendor: KVM [2025-06-24T07:26:02.641Z] Virtualization type: full [2025-06-24T07:26:02.641Z] L1d cache: 64 KiB [2025-06-24T07:26:02.641Z] L1i cache: 64 KiB [2025-06-24T07:26:02.641Z] L2 cache: 1 MiB [2025-06-24T07:26:02.641Z] L3 cache: 32 MiB [2025-06-24T07:26:02.641Z] NUMA node0 CPU(s): 0,1 [2025-06-24T07:26:02.641Z] Vulnerability Itlb multihit: Not affected [2025-06-24T07:26:02.641Z] Vulnerability L1tf: Not affected [2025-06-24T07:26:02.641Z] Vulnerability Mds: Not affected [2025-06-24T07:26:02.641Z] Vulnerability Meltdown: Not affected [2025-06-24T07:26:02.641Z] Vulnerability Mmio stale data: Not affected [2025-06-24T07:26:02.641Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-24T07:26:02.641Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-06-24T07:26:02.641Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-06-24T07:26:02.641Z] Vulnerability Srbds: Not affected [2025-06-24T07:26:02.641Z] Vulnerability Tsx async abort: Not affected [2025-06-24T07:26:02.641Z] 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-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] ---> nproc: [2025-06-24T07:26:02.641Z] 2 [2025-06-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] ---> df -h: [2025-06-24T07:26:02.641Z] Filesystem Size Used Avail Use% Mounted on [2025-06-24T07:26:02.641Z] overlay 40G 6.8G 34G 17% / [2025-06-24T07:26:02.641Z] tmpfs 64M 0 64M 0% /dev [2025-06-24T07:26:02.641Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-06-24T07:26:02.641Z] shm 64M 0 64M 0% /dev/shm [2025-06-24T07:26:02.641Z] /dev/vda1 40G 6.8G 34G 17% /facter-os [2025-06-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] [2025-06-24T07:26:02.641Z] Cannot open /var/log/sysstat/sa24: No such file or directory [2025-06-24T07:26:02.641Z] Please check if data collecting is enabled [2025-06-24T07:26:02.641Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-24T07:26:02.676Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-24T07:26:02.686Z] $ docker stop --time=1 e1311a8b1950dbe3555822a5466801765bf9a8a7ba7722a13003c4672cd86b3e [2025-06-24T07:26:03.835Z] $ docker rm -f --volumes e1311a8b1950dbe3555822a5466801765bf9a8a7ba7722a13003c4672cd86b3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-24T07:26:03.930Z] [WS-CLEANUP] Deleting project workspace... [2025-06-24T07:26:03.930Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-24T07:26:03.944Z] [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-24T07:26:04.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-24T07:26:04.398Z] [2025-06-24T07:26:04.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T07:26:04.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-24T07:26:04.873Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-24T07:26:04.873Z] 5eb5b503b376: Pulling fs layer [2025-06-24T07:26:04.873Z] 5c69ac0246d0: Pulling fs layer [2025-06-24T07:26:04.873Z] ec43610c2a17: Pulling fs layer [2025-06-24T07:26:04.873Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-24T07:26:04.873Z] 33b1e0a273af: Pulling fs layer [2025-06-24T07:26:04.873Z] 5d3b04190fa2: Pulling fs layer [2025-06-24T07:26:04.873Z] 2f39f015ded8: Pulling fs layer [2025-06-24T07:26:04.873Z] 33b1e0a273af: Waiting [2025-06-24T07:26:04.873Z] 3a2ae6a8a46f: Waiting [2025-06-24T07:26:04.873Z] 2f39f015ded8: Waiting [2025-06-24T07:26:04.873Z] 5c69ac0246d0: Download complete [2025-06-24T07:26:04.873Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-24T07:26:04.873Z] 3a2ae6a8a46f: Download complete [2025-06-24T07:26:04.873Z] 33b1e0a273af: Verifying Checksum [2025-06-24T07:26:04.873Z] 33b1e0a273af: Download complete [2025-06-24T07:26:04.873Z] 5d3b04190fa2: Download complete [2025-06-24T07:26:04.873Z] ec43610c2a17: Verifying Checksum [2025-06-24T07:26:04.873Z] ec43610c2a17: Download complete [2025-06-24T07:26:05.134Z] 5eb5b503b376: Download complete [2025-06-24T07:26:05.711Z] 2f39f015ded8: Download complete [2025-06-24T07:26:05.977Z] 5eb5b503b376: Pull complete [2025-06-24T07:26:06.241Z] 5c69ac0246d0: Pull complete [2025-06-24T07:26:06.508Z] ec43610c2a17: Pull complete [2025-06-24T07:26:06.509Z] 3a2ae6a8a46f: Pull complete [2025-06-24T07:26:06.770Z] 33b1e0a273af: Pull complete [2025-06-24T07:26:06.770Z] 5d3b04190fa2: Pull complete [2025-06-24T07:26:11.016Z] 2f39f015ded8: Pull complete [2025-06-24T07:26:11.016Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-24T07:26:11.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-24T07:26:11.016Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T07:26:11.136Z] prd-ubuntu20.04-docker-8c-8g-3819 does not seem to be running inside a container [2025-06-24T07:26:11.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-24T07:26:13.117Z] $ docker top d705e6f71e94cfce5f634c6c5fc7434c322550bb408cf89cb1a238a082c761c5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:13.458Z] ---> job-cost.sh [2025-06-24T07:26:13.458Z] lf-activate-venv: SKIPPING [2025-06-24T07:26:13.458Z] INFO: No Stack... [2025-06-24T07:26:13.717Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-24T07:26:14.291Z] INFO: Archiving Costs [Pipeline] sh [2025-06-24T07:26:14.583Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-06-24T07:26:14.583Z] + cut -d, -f6 [Pipeline] lock [2025-06-24T07:26:14.600Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] [2025-06-24T07:26:14.608Z] Resource [jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] did not exist. Created. [2025-06-24T07:26:14.613Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-24T07:26:14.934Z] /w/workspace/edgexfoundry_device-rest-go_main@tmp/durable-28325a57/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-24T07:26:15.225Z] + echo total: 1.5299999713897705 [Pipeline] stash [2025-06-24T07:26:15.234Z] Warning: overwriting stash ‘stack-cost’ [2025-06-24T07:26:15.247Z] Stashed 1 file(s) [Pipeline] } [2025-06-24T07:26:15.254Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-201-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-24T07:26:15.288Z] $ docker stop --time=1 d705e6f71e94cfce5f634c6c5fc7434c322550bb408cf89cb1a238a082c761c5 [2025-06-24T07:26:16.715Z] $ docker rm -f --volumes d705e6f71e94cfce5f634c6c5fc7434c322550bb408cf89cb1a238a082c761c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-24T07:26:17.140Z] 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-24T07:26:18.074Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-06-24T07:26:18.074Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-24T07:26:18.074Z] total 16 [2025-06-24T07:26:18.074Z] drwxr-xr-x 3 root root 4096 Jun 24 07:26 . [2025-06-24T07:26:18.074Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 07:26 .. [2025-06-24T07:26:18.074Z] drwxr-xr-x 2 root root 4096 Jun 24 07:26 cost [2025-06-24T07:26:18.074Z] -rw-r--r-- 1 root root 88 Jun 24 07:26 cost.csv [2025-06-24T07:26:18.074Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-24T07:26:18.074Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-24T07:26:18.074Z] total 16 [2025-06-24T07:26:18.074Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 24 07:26 . [2025-06-24T07:26:18.074Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 07:26 .. [2025-06-24T07:26:18.074Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 24 07:26 cost [2025-06-24T07:26:18.074Z] -rw-r--r-- 1 jenkins jenkins 88 Jun 24 07:26 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:18.371Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:19.252Z] ---> package-listing.sh [2025-06-24T07:26:19.253Z] ++ facter osfamily [2025-06-24T07:26:19.253Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-24T07:26:19.715Z] + OS_FAMILY=debian [2025-06-24T07:26:19.715Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-24T07:26:19.715Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-24T07:26:19.715Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-24T07:26:19.715Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-24T07:26:19.715Z] + PACKAGES=/tmp/packages_start.txt [2025-06-24T07:26:19.715Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-24T07:26:19.715Z] + PACKAGES=/tmp/packages_end.txt [2025-06-24T07:26:19.715Z] + case "${OS_FAMILY}" in [2025-06-24T07:26:19.715Z] + dpkg -l [2025-06-24T07:26:19.715Z] + grep '^ii' [2025-06-24T07:26:19.715Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-24T07:26:19.715Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-24T07:26:19.715Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-24T07:26:19.715Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-24T07:26:19.715Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-24T07:26:19.715Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-24T07:26:19.723Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-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-24T07:26:20.004Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-24T07:26:20.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-24T07:26:20.305Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-24T07:26:20.385Z] prd-ubuntu20.04-docker-8c-8g-3819 does not seem to be running inside a container [2025-06-24T07:26:20.415Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-24T07:26:20.609Z] $ docker top 19a8676277ebb973df4113c5b4deccf8c3d47fd3646bfa3e91a354b923dc929d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-24T07:26:20.944Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-24T07:26:21.234Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-24T07:26:21.521Z] + ls /var/log/sa-host [2025-06-24T07:26:21.521Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-24T07:26:21.559Z] provisioning config files... [2025-06-24T07:26:21.568Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5289166740641124417tmp [Pipeline] { [Pipeline] echo [2025-06-24T07:26:21.585Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:21.867Z] ---> create-netrc.sh [Pipeline] } [2025-06-24T07:26:21.874Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:22.187Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-24T07:26:22.197Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:22.482Z] ---> sudo-logs.sh [2025-06-24T07:26:22.482Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-24T07:26:22.512Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:22.794Z] ---> job-cost.sh [2025-06-24T07:26:22.794Z] lf-activate-venv: SKIPPING [2025-06-24T07:26:22.794Z] DEBUG: total: 1.5299999713897705 [2025-06-24T07:26:22.794Z] INFO: Retrieving Stack Cost... [2025-06-24T07:26:22.794Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-24T07:26:23.053Z] INFO: Archiving Costs [Pipeline] echo [2025-06-24T07:26:23.068Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-24T07:26:23.351Z] ---> logs-deploy.sh [2025-06-24T07:26:23.351Z] lf-activate-venv: SKIPPING [2025-06-24T07:26:23.351Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/201 [2025-06-24T07:26:23.351Z] INFO: archiving workspace using pattern(s): [2025-06-24T07:26:24.290Z] Archives upload complete. [2025-06-24T07:26:24.290Z] INFO: archiving logs to Nexus