Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c28f8a5196b65b8f4b4f316819e026cf630b1192 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-ssh11034071879951035951.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-ssh2445933477661417413.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-ssh4021835369933012764.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-ssh17807586472358449864.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-ssh6760897452976690095.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3005 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 c28f8a5196b65b8f4b4f316819e026cf630b1192 (main) Commit message: "build: Upgrade Device SDK to v4.1-dev (#467)" > git config core.sparsecheckout # timeout=10 > git checkout -f c28f8a5196b65b8f4b4f316819e026cf630b1192 # timeout=10 > git rev-list --no-walk b8df6c2404118a3848b43a0c2ab3e7302d7c4f3e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-09T05:11:48.144Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-09T05:11:48.219Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-09T05:11:48.247Z] ========================================================= [2025-06-09T05:11:48.247Z] EdgeX Global Pipelines Version Info [2025-06-09T05:11:48.247Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:11:48.981Z] ------------------- [2025-06-09T05:11:48.981Z] stable info: [2025-06-09T05:11:48.981Z] ------------------- [2025-06-09T05:11:48.981Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-09T05:11:48.981Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-09T05:11:48.981Z] Message: update stable to v1.0.274 [2025-06-09T05:11:49.552Z] ------------------- [2025-06-09T05:11:49.552Z] experimental info: [2025-06-09T05:11:49.552Z] ------------------- [2025-06-09T05:11:49.552Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-09T05:11:49.552Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-09T05:11:49.552Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-09T05:11:49.632Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-06-09T05:11:49.649Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-06-09T05:11:49.670Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-09T05:11:49.689Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-09T05:11:49.710Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-09T05:11:49.730Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-09T05:11:49.748Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-09T05:11:49.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-09T05:11:49.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-09T05:11:49.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-09T05:11:49.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-09T05:11:49.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-06-09T05:11:49.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-09T05:11:49.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-09T05:11:49.915Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-09T05:11:49.934Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-09T05:11:49.954Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-09T05:11:49.977Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-09T05:11:49.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-09T05:11:50.026Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-09T05:11:50.048Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-09T05:11:50.070Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-09T05:11:50.090Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-09T05:11:50.110Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-09T05:11:50.133Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-09T05:11:50.249Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-09T05:11:50.266Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-09T05:11:50.295Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-09T05:11:50.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-09T05:11:50.350Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-09T05:11:50.373Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c28f8a5196b65b8f4b4f316819e026cf630b1192 [Pipeline] echo [2025-06-09T05:11:50.393Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c28f8a5 [Pipeline] echo [2025-06-09T05:11:50.416Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T05:11:50.473Z] provisioning config files... [2025-06-09T05:11:50.486Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14636179475744900732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:11:50.821Z] ---> ****-login.sh [2025-06-09T05:11:50.821Z] nexus3.edgexfoundry.org:10001 [2025-06-09T05:11:51.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:11:52.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:11:52.023Z] Configure a credential helper to remove this warning. See [2025-06-09T05:11:52.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:11:52.023Z] [2025-06-09T05:11:52.023Z] Login Succeeded [2025-06-09T05:11:52.023Z] nexus3.edgexfoundry.org:10002 [2025-06-09T05:11:52.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:11:52.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:11:52.285Z] Configure a credential helper to remove this warning. See [2025-06-09T05:11:52.285Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:11:52.285Z] [2025-06-09T05:11:52.285Z] Login Succeeded [2025-06-09T05:11:52.285Z] nexus3.edgexfoundry.org:10003 [2025-06-09T05:11:52.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:11:52.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:11:52.285Z] Configure a credential helper to remove this warning. See [2025-06-09T05:11:52.285Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:11:52.285Z] [2025-06-09T05:11:52.285Z] Login Succeeded [2025-06-09T05:11:52.285Z] nexus3.edgexfoundry.org:10004 [2025-06-09T05:11:52.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:11:52.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:11:52.557Z] Configure a credential helper to remove this warning. See [2025-06-09T05:11:52.557Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:11:52.557Z] [2025-06-09T05:11:52.557Z] Login Succeeded [2025-06-09T05:11:52.557Z] ****.io [2025-06-09T05:11:52.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:11:52.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:11:52.817Z] Configure a credential helper to remove this warning. See [2025-06-09T05:11:52.817Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:11:52.817Z] [2025-06-09T05:11:52.817Z] Login Succeeded [2025-06-09T05:11:52.817Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T05:11:52.823Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-09T05:11:53.213Z] + git rev-list -1 --merges c28f8a5196b65b8f4b4f316819e026cf630b1192~1..c28f8a5196b65b8f4b4f316819e026cf630b1192 [Pipeline] echo [2025-06-09T05:11:53.248Z] -----------> git rev-list -1 --merges c28f8a5196b65b8f4b4f316819e026cf630b1192~1..c28f8a5196b65b8f4b4f316819e026cf630b1192 c28f8a5196b65b8f4b4f316819e026cf630b1192 [false] [Pipeline] sh [2025-06-09T05:11:53.542Z] + git log --format=format:%s -1 c28f8a5196b65b8f4b4f316819e026cf630b1192 [Pipeline] echo [2025-06-09T05:11:53.558Z] ========================================================= [2025-06-09T05:11:53.558Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-09T05:11:53.558Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-09T05:11:53.885Z] + git log --format=format:%s -1 c28f8a5196b65b8f4b4f316819e026cf630b1192 [Pipeline] echo [2025-06-09T05:11:53.898Z] [semverPrep] GIT_COMMIT: c28f8a5196b65b8f4b4f316819e026cf630b1192, Commit Message: build: Upgrade Device SDK to v4.1-dev (#467) [Pipeline] echo [2025-06-09T05:11:53.910Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-09T05:11:54.255Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-09T05:11:54.256Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-09T05:11:54.256Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-09T05:11:54.256Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-09T05:11:54.256Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-09T05:11:54.256Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-09T05:11:54.256Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:11:54.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-09T05:11:54.606Z] [2025-06-09T05:11:54.606Z] 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-09T05:11:54.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-09T05:11:54.912Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-09T05:11:54.912Z] 3dae71ba6b94: Pulling fs layer [2025-06-09T05:11:54.912Z] 6bf1a483ea7c: Pulling fs layer [2025-06-09T05:11:54.912Z] f5dfc541a4d3: Pulling fs layer [2025-06-09T05:11:54.912Z] 461d9e800cba: Pulling fs layer [2025-06-09T05:11:54.912Z] 80192f66455f: Pulling fs layer [2025-06-09T05:11:54.912Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-09T05:11:54.912Z] a29436f7fd5d: Pulling fs layer [2025-06-09T05:11:54.912Z] 923cac83aea3: Pulling fs layer [2025-06-09T05:11:54.912Z] 25ad8b0a4227: Pulling fs layer [2025-06-09T05:11:54.912Z] db01528c6b51: Pulling fs layer [2025-06-09T05:11:54.912Z] 28988de357af: Pulling fs layer [2025-06-09T05:11:54.912Z] a29436f7fd5d: Waiting [2025-06-09T05:11:54.912Z] 923cac83aea3: Waiting [2025-06-09T05:11:54.912Z] 25ad8b0a4227: Waiting [2025-06-09T05:11:54.912Z] db01528c6b51: Waiting [2025-06-09T05:11:54.912Z] 28988de357af: Waiting [2025-06-09T05:11:54.912Z] 80192f66455f: Waiting [2025-06-09T05:11:54.912Z] 461d9e800cba: Waiting [2025-06-09T05:11:54.912Z] 2e8e34ca0e6c: Waiting [2025-06-09T05:11:55.176Z] 6bf1a483ea7c: Verifying Checksum [2025-06-09T05:11:55.176Z] 6bf1a483ea7c: Download complete [2025-06-09T05:11:55.176Z] 461d9e800cba: Download complete [2025-06-09T05:11:55.176Z] 80192f66455f: Verifying Checksum [2025-06-09T05:11:55.176Z] 80192f66455f: Download complete [2025-06-09T05:11:55.176Z] f5dfc541a4d3: Verifying Checksum [2025-06-09T05:11:55.176Z] f5dfc541a4d3: Download complete [2025-06-09T05:11:55.435Z] 3dae71ba6b94: Download complete [2025-06-09T05:11:55.435Z] 923cac83aea3: Download complete [2025-06-09T05:11:55.435Z] 25ad8b0a4227: Verifying Checksum [2025-06-09T05:11:55.435Z] 25ad8b0a4227: Download complete [2025-06-09T05:11:55.435Z] db01528c6b51: Verifying Checksum [2025-06-09T05:11:55.435Z] db01528c6b51: Download complete [2025-06-09T05:11:55.435Z] 28988de357af: Verifying Checksum [2025-06-09T05:11:55.435Z] 28988de357af: Download complete [2025-06-09T05:11:55.692Z] a29436f7fd5d: Verifying Checksum [2025-06-09T05:11:56.259Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-09T05:11:56.259Z] 2e8e34ca0e6c: Download complete [2025-06-09T05:11:56.518Z] 3dae71ba6b94: Pull complete [2025-06-09T05:11:56.518Z] 6bf1a483ea7c: Pull complete [2025-06-09T05:11:57.086Z] f5dfc541a4d3: Pull complete [2025-06-09T05:11:57.344Z] 461d9e800cba: Pull complete [2025-06-09T05:11:57.344Z] 80192f66455f: Pull complete [2025-06-09T05:12:00.623Z] 2e8e34ca0e6c: Pull complete [2025-06-09T05:12:01.557Z] a29436f7fd5d: Pull complete [2025-06-09T05:12:01.557Z] 923cac83aea3: Pull complete [2025-06-09T05:12:01.557Z] 25ad8b0a4227: Pull complete [2025-06-09T05:12:01.557Z] db01528c6b51: Pull complete [2025-06-09T05:12:01.816Z] 28988de357af: Pull complete [2025-06-09T05:12:01.816Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-09T05:12:01.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-09T05:12:01.816Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:12:01.945Z] prd-ubuntu20.04-docker-8c-8g-3005 does not seem to be running inside a container [2025-06-09T05:12:01.977Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-09T05:12:06.047Z] $ docker top 1ce40738c4fbb3c63e78aa7a64a35cfa718989500eecc44f16c167329ab26a06 -eo pid,comm [2025-06-09T05:12:06.100Z] 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-09T05:12:06.100Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-09T05:12:06.159Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-09T05:12:06.159Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-09T05:12:06.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-09T05:12:06.284Z] $ docker exec 1ce40738c4fbb3c63e78aa7a64a35cfa718989500eecc44f16c167329ab26a06 ssh-agent [2025-06-09T05:12:06.388Z] SSH_AUTH_SOCK=/tmp/ssh-rOV6iVlI0UJE/agent.31 [2025-06-09T05:12:06.388Z] SSH_AGENT_PID=37 [2025-06-09T05:12:06.394Z] Running ssh-add (command line suppressed) [2025-06-09T05:12:06.495Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2701716600445718305.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2701716600445718305.key) [2025-06-09T05:12:06.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-09T05:12:06.806Z] + git tag --points-at HEAD [Pipeline] } [2025-06-09T05:12:06.818Z] $ docker exec --env ******** --env ******** 1ce40738c4fbb3c63e78aa7a64a35cfa718989500eecc44f16c167329ab26a06 ssh-agent -k [2025-06-09T05:12:06.917Z] unset SSH_AUTH_SOCK; [2025-06-09T05:12:06.918Z] unset SSH_AGENT_PID; [2025-06-09T05:12:06.918Z] echo Agent pid 37 killed; [2025-06-09T05:12:06.926Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-09T05:12:06.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-09T05:12:06.963Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-09T05:12:07.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-09T05:12:07.070Z] $ docker exec 1ce40738c4fbb3c63e78aa7a64a35cfa718989500eecc44f16c167329ab26a06 ssh-agent [2025-06-09T05:12:07.175Z] SSH_AUTH_SOCK=/tmp/ssh-SleebuwASQ3s/agent.70 [2025-06-09T05:12:07.175Z] SSH_AGENT_PID=76 [2025-06-09T05:12:07.180Z] Running ssh-add (command line suppressed) [2025-06-09T05:12:07.275Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1705449572326836392.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1705449572326836392.key) [2025-06-09T05:12:07.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-09T05:12:07.581Z] + git semver init [2025-06-09T05:12:07.841Z] 2025-06-09 05:12:07,802 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-09T05:12:07.841Z] 2025-06-09 05:12:07,805 [run_init] DEBUG init version:0.0.0 force:False [2025-06-09T05:12:07.841Z] 2025-06-09 05:12:07,806 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-09T05:12:07.841Z] 2025-06-09 05:12:07,807 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-09T05:12:07.841Z] 2025-06-09 05:12:07,807 [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-09T05:12:09.750Z] 2025-06-09 05:12:09,379 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-06-09T05:12:09.750Z] 2025-06-09 05:12:09,379 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-06-09T05:12:09.750Z] 2025-06-09 05:12:09,379 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-09T05:12:09.750Z] 2025-06-09 05:12:09,379 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-09T05:12:09.750Z] 4.1.0-dev.2 [Pipeline] } [2025-06-09T05:12:09.760Z] $ docker exec --env ******** --env ******** 1ce40738c4fbb3c63e78aa7a64a35cfa718989500eecc44f16c167329ab26a06 ssh-agent -k [2025-06-09T05:12:09.862Z] unset SSH_AUTH_SOCK; [2025-06-09T05:12:09.863Z] unset SSH_AGENT_PID; [2025-06-09T05:12:09.863Z] echo Agent pid 76 killed; [2025-06-09T05:12:09.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-09T05:12:10.199Z] + git semver [Pipeline] } [2025-06-09T05:12:10.470Z] $ docker stop --time=1 1ce40738c4fbb3c63e78aa7a64a35cfa718989500eecc44f16c167329ab26a06 [2025-06-09T05:12:11.759Z] $ docker rm -f --volumes 1ce40738c4fbb3c63e78aa7a64a35cfa718989500eecc44f16c167329ab26a06 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-09T05:12:12.102Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-09T05:12:12.329Z] Stashed 1 file(s) [Pipeline] echo [2025-06-09T05:12:12.333Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T05:12:12.488Z] provisioning config files... [2025-06-09T05:12:12.497Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9520554205707591965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:12:12.799Z] ---> ****-login.sh [2025-06-09T05:12:12.799Z] nexus3.edgexfoundry.org:10001 [2025-06-09T05:12:12.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:12:12.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:12:12.799Z] Configure a credential helper to remove this warning. See [2025-06-09T05:12:12.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:12:12.799Z] [2025-06-09T05:12:12.799Z] Login Succeeded [2025-06-09T05:12:12.799Z] nexus3.edgexfoundry.org:10002 [2025-06-09T05:12:12.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:12:12.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:12:12.799Z] Configure a credential helper to remove this warning. See [2025-06-09T05:12:12.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:12:12.799Z] [2025-06-09T05:12:12.799Z] Login Succeeded [2025-06-09T05:12:12.799Z] nexus3.edgexfoundry.org:10003 [2025-06-09T05:12:13.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:12:13.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:12:13.058Z] Configure a credential helper to remove this warning. See [2025-06-09T05:12:13.058Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:12:13.058Z] [2025-06-09T05:12:13.058Z] Login Succeeded [2025-06-09T05:12:13.058Z] nexus3.edgexfoundry.org:10004 [2025-06-09T05:12:13.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:12:13.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:12:13.059Z] Configure a credential helper to remove this warning. See [2025-06-09T05:12:13.059Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:12:13.059Z] [2025-06-09T05:12:13.059Z] Login Succeeded [2025-06-09T05:12:13.059Z] ****.io [2025-06-09T05:12:13.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:12:21.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:12:21.434Z] Configure a credential helper to remove this warning. See [2025-06-09T05:12:21.434Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:12:21.434Z] [2025-06-09T05:12:21.434Z] Login Succeeded [2025-06-09T05:12:21.434Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T05:12:21.440Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-09T05:12:21.534Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-09T05:12:21.554Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-09T05:12:21.568Z] ========================================================= [2025-06-09T05:12:21.568Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-09T05:12:21.568Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:12:21.891Z] + 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-09T05:12:21.891Z] Sending build context to Docker daemon 21.64MB [2025-06-09T05:12:21.891Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-09T05:12:21.891Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-09T05:12:21.891Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-09T05:12:22.159Z] 0a9a5dfd008f: Pulling fs layer [2025-06-09T05:12:22.159Z] dbfa0bcfca99: Pulling fs layer [2025-06-09T05:12:22.159Z] 70eabb1d9476: Pulling fs layer [2025-06-09T05:12:22.159Z] 957bedc73fa3: Pulling fs layer [2025-06-09T05:12:22.159Z] 4f4fb700ef54: Pulling fs layer [2025-06-09T05:12:22.159Z] f40432e63723: Pulling fs layer [2025-06-09T05:12:22.159Z] 90b4343acab7: Pulling fs layer [2025-06-09T05:12:22.159Z] 9f67ea4ac784: Pulling fs layer [2025-06-09T05:12:22.159Z] 9228b9a606be: Pulling fs layer [2025-06-09T05:12:22.159Z] 4f4fb700ef54: Waiting [2025-06-09T05:12:22.159Z] 957bedc73fa3: Waiting [2025-06-09T05:12:22.159Z] f40432e63723: Waiting [2025-06-09T05:12:22.159Z] 9f67ea4ac784: Waiting [2025-06-09T05:12:22.159Z] 90b4343acab7: Waiting [2025-06-09T05:12:22.159Z] 9228b9a606be: Waiting [2025-06-09T05:12:22.159Z] dbfa0bcfca99: Verifying Checksum [2025-06-09T05:12:22.159Z] dbfa0bcfca99: Download complete [2025-06-09T05:12:22.159Z] 957bedc73fa3: Verifying Checksum [2025-06-09T05:12:22.159Z] 957bedc73fa3: Download complete [2025-06-09T05:12:22.159Z] 4f4fb700ef54: Verifying Checksum [2025-06-09T05:12:22.159Z] 4f4fb700ef54: Download complete [2025-06-09T05:12:22.159Z] f40432e63723: Download complete [2025-06-09T05:12:22.159Z] 0a9a5dfd008f: Verifying Checksum [2025-06-09T05:12:22.159Z] 0a9a5dfd008f: Download complete [2025-06-09T05:12:22.159Z] 90b4343acab7: Verifying Checksum [2025-06-09T05:12:22.159Z] 90b4343acab7: Download complete [2025-06-09T05:12:22.159Z] 0a9a5dfd008f: Pull complete [2025-06-09T05:12:22.418Z] dbfa0bcfca99: Pull complete [2025-06-09T05:12:22.418Z] 9228b9a606be: Verifying Checksum [2025-06-09T05:12:22.418Z] 9228b9a606be: Download complete [2025-06-09T05:12:22.676Z] 70eabb1d9476: Download complete [2025-06-09T05:12:22.936Z] 9f67ea4ac784: Verifying Checksum [2025-06-09T05:12:22.936Z] 9f67ea4ac784: Download complete [2025-06-09T05:12:26.213Z] 70eabb1d9476: Pull complete [2025-06-09T05:12:26.213Z] 957bedc73fa3: Pull complete [2025-06-09T05:12:26.213Z] 4f4fb700ef54: Pull complete [2025-06-09T05:12:26.213Z] f40432e63723: Pull complete [2025-06-09T05:12:26.213Z] 90b4343acab7: Pull complete [2025-06-09T05:12:27.451Z] Still waiting to schedule task [2025-06-09T05:12:27.451Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-09T05:12:28.113Z] 9f67ea4ac784: Pull complete [2025-06-09T05:12:28.679Z] 9228b9a606be: Pull complete [2025-06-09T05:12:28.679Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-09T05:12:28.679Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-09T05:12:28.679Z] ---> 69404ca5bff2 [2025-06-09T05:12:28.679Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-09T05:12:32.868Z] ---> Running in 818b740e02f6 [2025-06-09T05:12:32.868Z] Removing intermediate container 818b740e02f6 [2025-06-09T05:12:32.868Z] ---> c586c003e6c7 [2025-06-09T05:12:32.868Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-09T05:12:32.868Z] ---> Running in 2d6569948dc9 [2025-06-09T05:12:32.868Z] Removing intermediate container 2d6569948dc9 [2025-06-09T05:12:32.868Z] ---> b868ff553d5d [2025-06-09T05:12:32.868Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-09T05:12:32.868Z] ---> Running in 0aef2a281888 [2025-06-09T05:12:32.868Z] Removing intermediate container 0aef2a281888 [2025-06-09T05:12:32.868Z] ---> a6f91fb1aafd [2025-06-09T05:12:32.868Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-09T05:12:32.868Z] ---> Running in 387d2cd95ebe [2025-06-09T05:12:32.868Z] Removing intermediate container 387d2cd95ebe [2025-06-09T05:12:32.868Z] ---> 359b7b25513d [2025-06-09T05:12:32.868Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-09T05:12:32.868Z] ---> Running in ca6652585ef3 [2025-06-09T05:12:33.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-09T05:12:33.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-09T05:12:33.643Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-09T05:12:33.643Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-09T05:12:33.902Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-09T05:12:33.902Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-09T05:12:33.902Z] Executing busybox-1.36.1-r29.trigger [2025-06-09T05:12:33.902Z] OK: 252 MiB in 62 packages [2025-06-09T05:12:34.486Z] Removing intermediate container ca6652585ef3 [2025-06-09T05:12:34.486Z] ---> 75826bffcce5 [2025-06-09T05:12:34.486Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-09T05:12:34.486Z] ---> Running in c3fc05eeced2 [2025-06-09T05:12:34.486Z] Removing intermediate container c3fc05eeced2 [2025-06-09T05:12:34.486Z] ---> d19fbbb83550 [2025-06-09T05:12:34.486Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-09T05:12:34.486Z] ---> 3b37e172fc21 [2025-06-09T05:12:34.486Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-09T05:12:34.486Z] ---> Running in 7431c5510bfb [2025-06-09T05:14:06.121Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3006 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-06-09T05:14:06.138Z] Running in /w/workspace/device-rest-go/195 [Pipeline] { [Pipeline] checkout [2025-06-09T05:14:09.198Z] The recommended git tool is: git [2025-06-09T05:14:10.953Z] Removing intermediate container 7431c5510bfb [2025-06-09T05:14:10.953Z] ---> 320d9ad2cfee [2025-06-09T05:14:10.953Z] Step 11/12 : COPY . . [2025-06-09T05:14:10.953Z] ---> 384e8a1463b0 [2025-06-09T05:14:10.953Z] Step 12/12 : RUN $MAKE [2025-06-09T05:14:10.953Z] ---> Running in a55061509c2d [2025-06-09T05:14:10.953Z] noop [2025-06-09T05:14:10.953Z] Removing intermediate container a55061509c2d [2025-06-09T05:14:10.953Z] ---> e765f0f9ceb1 [2025-06-09T05:14:10.953Z] Successfully built e765f0f9ceb1 [2025-06-09T05:14:10.953Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:14:11.279Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-09T05:14:11.279Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:14:11.355Z] prd-ubuntu20.04-docker-8c-8g-3005 does not seem to be running inside a container [2025-06-09T05:14:11.466Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-06-09T05:14:11.823Z] $ docker top c4b24f96ea533ce121265d68542b33ab190f6fe11e5e9308d3cce91df60b99e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-09T05:14:12.089Z] + go version [2025-06-09T05:14:12.089Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-09T05:14:12.184Z] $ docker stop --time=1 c4b24f96ea533ce121265d68542b33ab190f6fe11e5e9308d3cce91df60b99e8 [2025-06-09T05:14:13.474Z] $ docker rm -f --volumes c4b24f96ea533ce121265d68542b33ab190f6fe11e5e9308d3cce91df60b99e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:14:13.822Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-09T05:14:13.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:14:13.905Z] prd-ubuntu20.04-docker-8c-8g-3005 does not seem to be running inside a container [2025-06-09T05:14:14.020Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-06-09T05:14:14.361Z] $ docker top 3bfb0d0ea1252147582f9332cdd2a735cd8cb9e8e2c8f5950fe9e02df78c1b22 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-09T05:14:14.626Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-09T05:14:14.919Z] + make test [2025-06-09T05:14:14.919Z] go test ./... -coverprofile=coverage.out ./... [2025-06-09T05:14:15.440Z] using credential edgex-jenkins-ssh [2025-06-09T05:14:15.460Z] Cloning the remote Git repository [2025-06-09T05:14:15.503Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-06-09T05:14:15.603Z] > git init /w/workspace/device-rest-go/195 # timeout=10 [2025-06-09T05:14:15.743Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-06-09T05:14:15.744Z] > git --version # timeout=10 [2025-06-09T05:14:15.771Z] > git --version # 'git version 2.25.1' [2025-06-09T05:14:15.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-09T05:14:15.941Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-09T05:14:16.815Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-09T05:14:27.352Z] Avoid second fetch [2025-06-09T05:14:27.353Z] Checking out Revision c28f8a5196b65b8f4b4f316819e026cf630b1192 (main) [2025-06-09T05:14:26.364Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-06-09T05:14:26.412Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-09T05:14:27.370Z] > git config core.sparsecheckout # timeout=10 [2025-06-09T05:14:27.467Z] > git checkout -f c28f8a5196b65b8f4b4f316819e026cf630b1192 # timeout=10 [2025-06-09T05:14:28.148Z] Commit message: "build: Upgrade Device SDK to v4.1-dev (#467)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-09T05:14:33.018Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-09T05:14:33.018Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-09T05:14:33.018Z] Dload Upload Total Spent Left Speed [2025-06-09T05:14:33.018Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 91992 0 --:--:-- --:--:-- --:--:-- 92645 [Pipeline] sh [2025-06-09T05:14:33.383Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-09T05:14:33.781Z] + sudo tee /etc/docker/daemon.new [2025-06-09T05:14:33.782Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-09T05:14:34.050Z] { [2025-06-09T05:14:34.050Z] "registry-mirrors": [ [2025-06-09T05:14:34.050Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-09T05:14:34.050Z] ], [2025-06-09T05:14:34.051Z] "bip": "10.250.0.254/24", [2025-06-09T05:14:34.051Z] "hosts": [ [2025-06-09T05:14:34.051Z] "tcp://0.0.0.0:5555", [2025-06-09T05:14:34.051Z] "unix:///var/run/docker.sock" [2025-06-09T05:14:34.051Z] ], [2025-06-09T05:14:34.051Z] "mtu": 1458, [2025-06-09T05:14:34.051Z] "selinux-enabled": true, [2025-06-09T05:14:34.051Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-09T05:14:34.051Z] } [Pipeline] sh [2025-06-09T05:14:34.400Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-09T05:14:34.799Z] + sudo service docker restart [2025-06-09T05:14:34.884Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-09T05:14:34.884Z] ok github.com/edgexfoundry/device-rest-go/driver 0.007s coverage: 32.2% of statements [2025-06-09T05:14:42.979Z] go vet ./... [2025-06-09T05:14:48.241Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-09T05:14:48.241Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-09T05:14:48.241Z] ./bin/test-attribution-txt.sh [2025-06-09T05:14:48.241Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-09T05:14:48.241Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-09T05:14:48.252Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-09T05:14:48.323Z] $ docker stop --time=1 3bfb0d0ea1252147582f9332cdd2a735cd8cb9e8e2c8f5950fe9e02df78c1b22 [2025-06-09T05:14:54.648Z] $ docker rm -f --volumes 3bfb0d0ea1252147582f9332cdd2a735cd8cb9e8e2c8f5950fe9e02df78c1b22 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T05:14:54.948Z] provisioning config files... [2025-06-09T05:14:54.977Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/195@tmp/config6934233712290060278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:14:55.167Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-09T05:14:55.219Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2025-06-09T05:14:55.398Z] ---> ****-login.sh [2025-06-09T05:14:55.398Z] nexus3.edgexfoundry.org:10001 [Pipeline] sh [2025-06-09T05:14:55.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:14:55.915Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-09T05:14:55.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:14:55.936Z] Configure a credential helper to remove this warning. See [2025-06-09T05:14:55.936Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:14:55.936Z] [2025-06-09T05:14:55.936Z] Login Succeeded [2025-06-09T05:14:55.936Z] nexus3.edgexfoundry.org:10002 [2025-06-09T05:14:56.198Z] + ls -al . [2025-06-09T05:14:56.198Z] total 244 [2025-06-09T05:14:56.198Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 9 05:14 . [2025-06-09T05:14:56.198Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 05:11 .. [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 9 05:11 .dockerignore [2025-06-09T05:14:56.198Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 05:14 .git [2025-06-09T05:14:56.198Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 9 05:11 .github [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 9 05:11 .gitignore [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 9 05:11 .golangci.yml [2025-06-09T05:14:56.198Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 9 05:12 .semver [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 9 05:11 Attribution.txt [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 9 05:11 CHANGELOG.md [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 9 05:11 Dockerfile [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 9 05:11 GOVERNANCE.md [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 9 05:11 Jenkinsfile [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 9 05:11 LICENSE [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 9 05:11 Makefile [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 9 05:11 OWNERS.md [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 9 05:11 README.md [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 9 05:12 VERSION [2025-06-09T05:14:56.198Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 05:11 bin [2025-06-09T05:14:56.198Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 9 05:11 cmd [2025-06-09T05:14:56.198Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 9 05:14 coverage.out [2025-06-09T05:14:56.198Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 05:11 driver [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 6271 Jun 9 05:11 go.mod [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 86411 Jun 9 05:11 go.sum [2025-06-09T05:14:56.198Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 9 05:11 openapi [2025-06-09T05:14:56.198Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 9 05:11 version.go [2025-06-09T05:14:56.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:14:56.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:14:56.203Z] Configure a credential helper to remove this warning. See [2025-06-09T05:14:56.203Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:14:56.203Z] [2025-06-09T05:14:56.203Z] Login Succeeded [2025-06-09T05:14:56.203Z] nexus3.edgexfoundry.org:10003 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:14:56.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:14:56.521Z] + 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=c28f8a5196b65b8f4b4f316819e026cf630b1192 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-06-09T05:14:56.521Z] Sending build context to Docker daemon 21.65MB [2025-06-09T05:14:56.521Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-09T05:14:56.521Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-09T05:14:56.521Z] ---> e765f0f9ceb1 [2025-06-09T05:14:56.521Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-09T05:14:56.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:14:56.739Z] Configure a credential helper to remove this warning. See [2025-06-09T05:14:56.739Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:14:56.739Z] [2025-06-09T05:14:56.739Z] Login Succeeded [2025-06-09T05:14:56.739Z] nexus3.edgexfoundry.org:10004 [2025-06-09T05:14:57.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:14:57.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:14:57.006Z] Configure a credential helper to remove this warning. See [2025-06-09T05:14:57.006Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:14:57.006Z] [2025-06-09T05:14:57.006Z] Login Succeeded [2025-06-09T05:14:57.006Z] ****.io [2025-06-09T05:14:57.086Z] ---> Running in f9203a463037 [2025-06-09T05:14:57.086Z] Removing intermediate container f9203a463037 [2025-06-09T05:14:57.086Z] ---> abc7100b93ee [2025-06-09T05:14:57.086Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-09T05:14:57.086Z] ---> Running in ddda9ade219f [2025-06-09T05:14:57.086Z] Removing intermediate container ddda9ade219f [2025-06-09T05:14:57.086Z] ---> eceff24a31a8 [2025-06-09T05:14:57.086Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-09T05:14:57.086Z] ---> Running in bd00aa663d00 [2025-06-09T05:14:57.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:14:57.346Z] Removing intermediate container bd00aa663d00 [2025-06-09T05:14:57.346Z] ---> 6fa9da956bf0 [2025-06-09T05:14:57.346Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-09T05:14:57.346Z] ---> Running in b0c0b7c21ae4 [2025-06-09T05:14:57.346Z] Removing intermediate container b0c0b7c21ae4 [2025-06-09T05:14:57.346Z] ---> a6e6b6255e16 [2025-06-09T05:14:57.346Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-09T05:14:57.346Z] ---> Running in 7348191abeba [2025-06-09T05:14:57.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-09T05:15:02.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:15:02.610Z] Configure a credential helper to remove this warning. See [2025-06-09T05:15:02.611Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:15:02.611Z] [2025-06-09T05:15:02.611Z] Login Succeeded [2025-06-09T05:15:02.611Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T05:15:02.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-06-09T05:15:02.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-09T05:15:02.874Z] OK: 252 MiB in 62 packages [2025-06-09T05:15:02.874Z] Removing intermediate container 7348191abeba [2025-06-09T05:15:02.874Z] ---> d2adf4055103 [2025-06-09T05:15:02.874Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-09T05:15:02.874Z] ---> Running in e9050c105c07 [2025-06-09T05:15:02.874Z] Removing intermediate container e9050c105c07 [2025-06-09T05:15:02.874Z] ---> 690f79224156 [2025-06-09T05:15:02.874Z] Step 9/26 : COPY go.mod vendor* ./ [Pipeline] echo [2025-06-09T05:15:02.907Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-09T05:15:02.931Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-09T05:15:02.951Z] ========================================================= [2025-06-09T05:15:02.951Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-09T05:15:02.951Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:03.132Z] ---> 86137f16b9ed [2025-06-09T05:15:03.132Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-09T05:15:03.325Z] + 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-09T05:15:03.325Z] Sending build context to Docker daemon 141.8kB [2025-06-09T05:15:03.390Z] ---> Running in 1dc166c095e2 [2025-06-09T05:15:03.594Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-09T05:15:03.594Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-09T05:15:03.594Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-09T05:15:03.594Z] 94e9d8af2201: Pulling fs layer [2025-06-09T05:15:03.594Z] 634366ca850b: Pulling fs layer [2025-06-09T05:15:03.594Z] f66ade281fe9: Pulling fs layer [2025-06-09T05:15:03.594Z] 13fd4ce6e94e: Pulling fs layer [2025-06-09T05:15:03.594Z] 4f4fb700ef54: Pulling fs layer [2025-06-09T05:15:03.594Z] 4cccf3f17d63: Pulling fs layer [2025-06-09T05:15:03.594Z] 2d8010953d95: Pulling fs layer [2025-06-09T05:15:03.594Z] ec743f232bc5: Pulling fs layer [2025-06-09T05:15:03.594Z] 4cccf3f17d63: Waiting [2025-06-09T05:15:03.594Z] 2d8010953d95: Waiting [2025-06-09T05:15:03.594Z] ec743f232bc5: Waiting [2025-06-09T05:15:03.594Z] 4f4fb700ef54: Waiting [2025-06-09T05:15:03.594Z] 13fd4ce6e94e: Waiting [2025-06-09T05:15:03.594Z] 634366ca850b: Verifying Checksum [2025-06-09T05:15:03.594Z] 634366ca850b: Download complete [2025-06-09T05:15:03.862Z] 13fd4ce6e94e: Download complete [2025-06-09T05:15:03.862Z] 4f4fb700ef54: Download complete [2025-06-09T05:15:03.862Z] 4cccf3f17d63: Verifying Checksum [2025-06-09T05:15:03.862Z] 4cccf3f17d63: Download complete [2025-06-09T05:15:03.862Z] 94e9d8af2201: Verifying Checksum [2025-06-09T05:15:03.862Z] 94e9d8af2201: Download complete [2025-06-09T05:15:03.955Z] Removing intermediate container 1dc166c095e2 [2025-06-09T05:15:03.956Z] ---> b9b942d07686 [2025-06-09T05:15:03.956Z] Step 11/26 : COPY . . [2025-06-09T05:15:04.458Z] ec743f232bc5: Verifying Checksum [2025-06-09T05:15:04.458Z] ec743f232bc5: Download complete [2025-06-09T05:15:04.521Z] ---> 435b8903d2b3 [2025-06-09T05:15:04.521Z] Step 12/26 : RUN $MAKE [2025-06-09T05:15:04.521Z] ---> Running in fc9d371a5b6a [2025-06-09T05:15:04.779Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-09T05:15:05.420Z] 94e9d8af2201: Pull complete [2025-06-09T05:15:05.695Z] f66ade281fe9: Verifying Checksum [2025-06-09T05:15:05.695Z] f66ade281fe9: Download complete [2025-06-09T05:15:05.695Z] 634366ca850b: Pull complete [2025-06-09T05:15:06.660Z] 2d8010953d95: Verifying Checksum [2025-06-09T05:15:06.660Z] 2d8010953d95: Download complete [2025-06-09T05:15:21.672Z] f66ade281fe9: Pull complete [2025-06-09T05:15:21.672Z] 13fd4ce6e94e: Pull complete [2025-06-09T05:15:21.672Z] 4f4fb700ef54: Pull complete [2025-06-09T05:15:21.672Z] 4cccf3f17d63: Pull complete [2025-06-09T05:15:28.328Z] 2d8010953d95: Pull complete [2025-06-09T05:15:29.291Z] ec743f232bc5: Pull complete [2025-06-09T05:15:29.291Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-09T05:15:29.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-09T05:15:29.291Z] ---> 12c1d4c06be1 [2025-06-09T05:15:29.291Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-09T05:15:31.242Z] ---> Running in 03841c9394e0 [2025-06-09T05:15:31.242Z] Removing intermediate container 03841c9394e0 [2025-06-09T05:15:31.242Z] ---> e32209853603 [2025-06-09T05:15:31.242Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-09T05:15:31.510Z] ---> Running in 6091b26dbb9c [2025-06-09T05:15:31.510Z] Removing intermediate container 6091b26dbb9c [2025-06-09T05:15:31.510Z] ---> e8caa1412216 [2025-06-09T05:15:31.510Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-09T05:15:31.783Z] ---> Running in 62f210d42a9f [2025-06-09T05:15:32.054Z] Removing intermediate container 62f210d42a9f [2025-06-09T05:15:32.054Z] ---> 9cbb9c547afb [2025-06-09T05:15:32.054Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-09T05:15:32.054Z] ---> Running in 63300aba5038 [2025-06-09T05:15:32.324Z] Removing intermediate container 63300aba5038 [2025-06-09T05:15:32.324Z] ---> 8d9233887782 [2025-06-09T05:15:32.324Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-09T05:15:32.324Z] ---> Running in a22ceca887c2 [2025-06-09T05:15:33.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-09T05:15:34.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-09T05:15:35.440Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-09T05:15:35.440Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-09T05:15:35.440Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-09T05:15:35.440Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-09T05:15:35.440Z] Executing busybox-1.36.1-r29.trigger [2025-06-09T05:15:35.440Z] OK: 244 MiB in 62 packages [2025-06-09T05:15:36.411Z] Removing intermediate container a22ceca887c2 [2025-06-09T05:15:36.411Z] ---> 3c9b0a86e78c [2025-06-09T05:15:36.411Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-09T05:15:36.676Z] ---> Running in ff9e74855429 [2025-06-09T05:15:36.858Z] Removing intermediate container fc9d371a5b6a [2025-06-09T05:15:36.858Z] ---> 2a670690462e [2025-06-09T05:15:36.858Z] Step 13/26 : FROM alpine:3.20 [2025-06-09T05:15:36.858Z] 3.20: Pulling from library/alpine [2025-06-09T05:15:36.858Z] 0a9a5dfd008f: Already exists [2025-06-09T05:15:36.858Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-09T05:15:36.858Z] Status: Downloaded newer image for alpine:3.20 [2025-06-09T05:15:36.858Z] ---> ff221270b9fb [2025-06-09T05:15:36.858Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-09T05:15:36.858Z] ---> Running in 95825349d3af [2025-06-09T05:15:36.858Z] Removing intermediate container 95825349d3af [2025-06-09T05:15:36.858Z] ---> 41b0fe7641b3 [2025-06-09T05:15:36.858Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-09T05:15:36.858Z] ---> Running in d6f9433d900f [2025-06-09T05:15:36.858Z] Removing intermediate container d6f9433d900f [2025-06-09T05:15:36.858Z] ---> bfd55f7a8e04 [2025-06-09T05:15:36.858Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-09T05:15:36.858Z] ---> Running in a85cbf7296d9 [2025-06-09T05:15:36.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-09T05:15:36.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-09T05:15:36.858Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-09T05:15:36.858Z] Executing busybox-1.36.1-r29.trigger [2025-06-09T05:15:36.858Z] OK: 8 MiB in 15 packages [2025-06-09T05:15:36.858Z] Removing intermediate container a85cbf7296d9 [2025-06-09T05:15:36.858Z] ---> e442ba404703 [2025-06-09T05:15:36.858Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-09T05:15:36.858Z] ---> Running in 066c35de56ba [2025-06-09T05:15:36.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-09T05:15:36.959Z] Removing intermediate container ff9e74855429 [2025-06-09T05:15:36.959Z] ---> 362f60ad0ae3 [2025-06-09T05:15:36.959Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-09T05:15:37.231Z] ---> 1951e4a4268b [2025-06-09T05:15:37.231Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-09T05:15:37.506Z] ---> Running in c8543a2e65e9 [2025-06-09T05:15:41.050Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-09T05:15:41.050Z] OK: 8 MiB in 15 packages [2025-06-09T05:15:41.050Z] Removing intermediate container 066c35de56ba [2025-06-09T05:15:41.050Z] ---> 595e3b3a0cd4 [2025-06-09T05:15:41.050Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-09T05:15:42.438Z] ---> 75ae7b8a8c8a [2025-06-09T05:15:42.438Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-09T05:15:42.438Z] ---> 7d4ebbce7b45 [2025-06-09T05:15:42.438Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-09T05:15:42.438Z] ---> 9864911d47bc [2025-06-09T05:15:42.438Z] Step 21/26 : EXPOSE 59986 [2025-06-09T05:15:42.438Z] ---> Running in 52fae02e102b [2025-06-09T05:15:42.438Z] Removing intermediate container 52fae02e102b [2025-06-09T05:15:42.438Z] ---> 71a0266ebb36 [2025-06-09T05:15:42.438Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-09T05:15:42.438Z] ---> Running in a86be3ff1eca [2025-06-09T05:15:42.438Z] Removing intermediate container a86be3ff1eca [2025-06-09T05:15:42.438Z] ---> 21315d1553db [2025-06-09T05:15:42.438Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-09T05:15:42.438Z] ---> Running in 600b27d8e7c7 [2025-06-09T05:15:42.697Z] Removing intermediate container 600b27d8e7c7 [2025-06-09T05:15:42.697Z] ---> b683ac7eff93 [2025-06-09T05:15:42.697Z] Step 24/26 : LABEL arch=amd64 [2025-06-09T05:15:42.697Z] ---> Running in 288815f0922f [2025-06-09T05:15:42.697Z] Removing intermediate container 288815f0922f [2025-06-09T05:15:42.697Z] ---> 8590bed1e311 [2025-06-09T05:15:42.697Z] Step 25/26 : LABEL git_sha=c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:15:42.697Z] ---> Running in 053e4e5699a9 [2025-06-09T05:15:42.697Z] Removing intermediate container 053e4e5699a9 [2025-06-09T05:15:42.697Z] ---> 1605f1c1110f [2025-06-09T05:15:42.697Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-09T05:15:42.955Z] ---> Running in 4d6ed5ecb5af [2025-06-09T05:15:42.955Z] Removing intermediate container 4d6ed5ecb5af [2025-06-09T05:15:42.955Z] ---> 9e7db71f02ee [2025-06-09T05:15:42.955Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-09T05:15:42.955Z] Successfully built 9e7db71f02ee [2025-06-09T05:15:42.955Z] 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-09T05:15:43.079Z] provisioning config files... [2025-06-09T05:15:43.087Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15995791841509536670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:15:43.392Z] ---> ****-login.sh [2025-06-09T05:15:43.393Z] nexus3.edgexfoundry.org:10001 [2025-06-09T05:15:43.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:15:43.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:15:43.393Z] Configure a credential helper to remove this warning. See [2025-06-09T05:15:43.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:15:43.393Z] [2025-06-09T05:15:43.393Z] Login Succeeded [2025-06-09T05:15:43.393Z] nexus3.edgexfoundry.org:10002 [2025-06-09T05:15:43.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:15:43.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:15:43.393Z] Configure a credential helper to remove this warning. See [2025-06-09T05:15:43.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:15:43.393Z] [2025-06-09T05:15:43.393Z] Login Succeeded [2025-06-09T05:15:43.393Z] nexus3.edgexfoundry.org:10003 [2025-06-09T05:15:43.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:15:43.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:15:43.652Z] Configure a credential helper to remove this warning. See [2025-06-09T05:15:43.652Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:15:43.652Z] [2025-06-09T05:15:43.653Z] Login Succeeded [2025-06-09T05:15:43.653Z] nexus3.edgexfoundry.org:10004 [2025-06-09T05:15:43.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:15:43.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:15:43.653Z] Configure a credential helper to remove this warning. See [2025-06-09T05:15:43.653Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:15:43.653Z] [2025-06-09T05:15:43.653Z] Login Succeeded [2025-06-09T05:15:43.653Z] ****.io [2025-06-09T05:15:43.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:15:43.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:15:43.913Z] Configure a credential helper to remove this warning. See [2025-06-09T05:15:43.913Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:15:43.913Z] [2025-06-09T05:15:43.913Z] Login Succeeded [2025-06-09T05:15:43.913Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T05:15:43.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-09T05:15:43.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-09T05:15:44.089Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-06-09T05:15:44.089Z] c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:15:44.089Z] latest [2025-06-09T05:15:44.089Z] 4.1.0-dev.2 [2025-06-09T05:15:44.089Z] c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [2025-06-09T05:15:44.089Z] main [2025-06-09T05:15:44.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:44.424Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:44.744Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:15:44.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-09T05:15:44.745Z] d9021cd66551: Preparing [2025-06-09T05:15:44.745Z] 5b18cc9ad9ee: Preparing [2025-06-09T05:15:44.745Z] 6a81312bb0cd: Preparing [2025-06-09T05:15:44.745Z] 9ae42f376d6d: Preparing [2025-06-09T05:15:44.745Z] 5028fde6f568: Preparing [2025-06-09T05:15:44.745Z] 994456c4fd7b: Preparing [2025-06-09T05:15:44.745Z] 994456c4fd7b: Waiting [2025-06-09T05:15:44.745Z] 5028fde6f568: Pushed [2025-06-09T05:15:44.745Z] d9021cd66551: Pushed [2025-06-09T05:15:44.745Z] 9ae42f376d6d: Pushed [2025-06-09T05:15:44.745Z] 5b18cc9ad9ee: Pushed [2025-06-09T05:15:44.745Z] 994456c4fd7b: Layer already exists [2025-06-09T05:15:48.030Z] 6a81312bb0cd: Pushed [2025-06-09T05:15:48.030Z] c28f8a5196b65b8f4b4f316819e026cf630b1192: digest: sha256:566571b24940f4247e9cd721b57f717ae99d5dfd46088c3eda3b634caf3b6cf8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:48.348Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:48.671Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-09T05:15:48.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-09T05:15:48.671Z] d9021cd66551: Preparing [2025-06-09T05:15:48.671Z] 5b18cc9ad9ee: Preparing [2025-06-09T05:15:48.671Z] 6a81312bb0cd: Preparing [2025-06-09T05:15:48.671Z] 9ae42f376d6d: Preparing [2025-06-09T05:15:48.671Z] 5028fde6f568: Preparing [2025-06-09T05:15:48.671Z] 994456c4fd7b: Preparing [2025-06-09T05:15:48.671Z] 994456c4fd7b: Waiting [2025-06-09T05:15:48.671Z] d9021cd66551: Layer already exists [2025-06-09T05:15:48.671Z] 6a81312bb0cd: Layer already exists [2025-06-09T05:15:48.671Z] 5028fde6f568: Layer already exists [2025-06-09T05:15:48.671Z] 9ae42f376d6d: Layer already exists [2025-06-09T05:15:48.671Z] 5b18cc9ad9ee: Layer already exists [2025-06-09T05:15:48.671Z] 994456c4fd7b: Layer already exists [2025-06-09T05:15:48.671Z] latest: digest: sha256:566571b24940f4247e9cd721b57f717ae99d5dfd46088c3eda3b634caf3b6cf8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:49.003Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:49.325Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-09T05:15:49.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-09T05:15:49.325Z] d9021cd66551: Preparing [2025-06-09T05:15:49.325Z] 5b18cc9ad9ee: Preparing [2025-06-09T05:15:49.325Z] 6a81312bb0cd: Preparing [2025-06-09T05:15:49.325Z] 9ae42f376d6d: Preparing [2025-06-09T05:15:49.325Z] 5028fde6f568: Preparing [2025-06-09T05:15:49.325Z] 994456c4fd7b: Preparing [2025-06-09T05:15:49.325Z] 994456c4fd7b: Waiting [2025-06-09T05:15:49.325Z] 9ae42f376d6d: Layer already exists [2025-06-09T05:15:49.325Z] 5028fde6f568: Layer already exists [2025-06-09T05:15:49.325Z] 5b18cc9ad9ee: Layer already exists [2025-06-09T05:15:49.325Z] 6a81312bb0cd: Layer already exists [2025-06-09T05:15:49.325Z] d9021cd66551: Layer already exists [2025-06-09T05:15:49.325Z] 994456c4fd7b: Layer already exists [2025-06-09T05:15:49.325Z] 4.1.0-dev.2: digest: sha256:566571b24940f4247e9cd721b57f717ae99d5dfd46088c3eda3b634caf3b6cf8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:49.656Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:49.971Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [2025-06-09T05:15:49.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-09T05:15:49.971Z] d9021cd66551: Preparing [2025-06-09T05:15:49.971Z] 5b18cc9ad9ee: Preparing [2025-06-09T05:15:49.971Z] 6a81312bb0cd: Preparing [2025-06-09T05:15:49.971Z] 9ae42f376d6d: Preparing [2025-06-09T05:15:49.971Z] 5028fde6f568: Preparing [2025-06-09T05:15:49.971Z] 994456c4fd7b: Preparing [2025-06-09T05:15:49.971Z] 994456c4fd7b: Waiting [2025-06-09T05:15:49.971Z] 5b18cc9ad9ee: Layer already exists [2025-06-09T05:15:49.971Z] 6a81312bb0cd: Layer already exists [2025-06-09T05:15:49.971Z] 9ae42f376d6d: Layer already exists [2025-06-09T05:15:49.971Z] d9021cd66551: Layer already exists [2025-06-09T05:15:49.971Z] 5028fde6f568: Layer already exists [2025-06-09T05:15:49.971Z] 994456c4fd7b: Layer already exists [2025-06-09T05:15:49.971Z] c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2: digest: sha256:566571b24940f4247e9cd721b57f717ae99d5dfd46088c3eda3b634caf3b6cf8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:50.292Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:15:50.617Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-09T05:15:50.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-09T05:15:50.617Z] d9021cd66551: Preparing [2025-06-09T05:15:50.617Z] 5b18cc9ad9ee: Preparing [2025-06-09T05:15:50.617Z] 6a81312bb0cd: Preparing [2025-06-09T05:15:50.617Z] 9ae42f376d6d: Preparing [2025-06-09T05:15:50.617Z] 5028fde6f568: Preparing [2025-06-09T05:15:50.617Z] 994456c4fd7b: Preparing [2025-06-09T05:15:50.617Z] 994456c4fd7b: Waiting [2025-06-09T05:15:50.617Z] 5028fde6f568: Layer already exists [2025-06-09T05:15:50.617Z] 6a81312bb0cd: Layer already exists [2025-06-09T05:15:50.617Z] 5b18cc9ad9ee: Layer already exists [2025-06-09T05:15:50.617Z] 9ae42f376d6d: Layer already exists [2025-06-09T05:15:50.617Z] d9021cd66551: Layer already exists [2025-06-09T05:15:50.617Z] 994456c4fd7b: Layer already exists [2025-06-09T05:15:50.617Z] main: digest: sha256:566571b24940f4247e9cd721b57f717ae99d5dfd46088c3eda3b634caf3b6cf8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-09T05:15:50.689Z] ===================================================== [Pipeline] echo [2025-06-09T05:15:50.702Z] taggedImages: [2025-06-09T05:15:50.702Z] - nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:15:50.702Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-09T05:15:50.702Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-09T05:15:50.702Z] - nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [2025-06-09T05:15:50.702Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-06-09T05:15:50.750Z] ========================================================= [2025-06-09T05:15:50.750Z] [edgeXBuildMultiArch] RAW Config: [2025-06-09T05:15:50.750Z] images: [2025-06-09T05:15:50.750Z] - nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:15:50.750Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-09T05:15:50.750Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-09T05:15:50.750Z] - nexus3.edgexfoundry.org:10004/device-rest:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [2025-06-09T05:15:50.750Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-09T05:15:50.750Z] settingsFile: [2025-06-09T05:15:50.750Z] device-rest-go-settings [2025-06-09T05:15:50.750Z] ========================================================= [Pipeline] node [2025-06-09T05:16:05.753Z] Still waiting to schedule task [2025-06-09T05:16:05.753Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3001’ [2025-06-09T05:18:14.220Z] Removing intermediate container c8543a2e65e9 [2025-06-09T05:18:14.220Z] ---> 53884f601692 [2025-06-09T05:18:14.220Z] Step 11/12 : COPY . . [2025-06-09T05:18:14.220Z] ---> e53873ed65c5 [2025-06-09T05:18:14.220Z] Step 12/12 : RUN $MAKE [2025-06-09T05:18:14.220Z] ---> Running in 8eb89098a0b6 [2025-06-09T05:18:14.220Z] noop [2025-06-09T05:18:14.220Z] Removing intermediate container 8eb89098a0b6 [2025-06-09T05:18:14.220Z] ---> 5d4c4f57bd64 [2025-06-09T05:18:14.220Z] Successfully built 5d4c4f57bd64 [2025-06-09T05:18:14.220Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:18:14.583Z] + docker inspect -f . ci-base-image-arm64 [2025-06-09T05:18:14.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:18:14.812Z] prd-ubuntu20.04-docker-arm64-4c-16g-3006 does not seem to be running inside a container [2025-06-09T05:18:14.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/195 -v /w/workspace/device-rest-go/195:/w/workspace/device-rest-go/195:rw,z -v /w/workspace/device-rest-go/195@tmp:/w/workspace/device-rest-go/195@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-09T05:18:16.189Z] $ docker top 48493da5703f2e1646163397b1b186c96cf359fa44c211e662f6cf5f46ece558 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-09T05:18:17.145Z] + go version [2025-06-09T05:18:17.413Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-09T05:18:17.435Z] $ docker stop --time=1 48493da5703f2e1646163397b1b186c96cf359fa44c211e662f6cf5f46ece558 [2025-06-09T05:18:19.090Z] $ docker rm -f --volumes 48493da5703f2e1646163397b1b186c96cf359fa44c211e662f6cf5f46ece558 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:18:19.679Z] + docker inspect -f . ci-base-image-arm64 [2025-06-09T05:18:19.679Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:18:19.863Z] prd-ubuntu20.04-docker-arm64-4c-16g-3006 does not seem to be running inside a container [2025-06-09T05:18:19.925Z] $ 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/195 -v /w/workspace/device-rest-go/195:/w/workspace/device-rest-go/195:rw,z -v /w/workspace/device-rest-go/195@tmp:/w/workspace/device-rest-go/195@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-09T05:18:21.125Z] $ docker top 2e3c857dc1c71476c2b9010c3e26042a7571133a6f9f847f32c9176c38d0ff9c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-09T05:18:21.932Z] + git config --global --add safe.directory /w/workspace/device-rest-go/195 [Pipeline] fileExists [Pipeline] sh [2025-06-09T05:18:22.264Z] + make test [2025-06-09T05:18:22.530Z] go test ./... -coverprofile=coverage.out ./... [2025-06-09T05:18:27.874Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-09T05:19:19.711Z] Running on prd-centos7-docker-4c-2g-3007 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T05:19:19.759Z] provisioning config files... [2025-06-09T05:19:19.779Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1466436207742145561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:19:20.664Z] ---> ****-login.sh [2025-06-09T05:19:20.664Z] nexus3.edgexfoundry.org:10001 [2025-06-09T05:19:20.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:20:07.641Z] Error response from daemon: Get "https://nexus3.edgexfoundry.org:10001/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) [Pipeline] } [2025-06-09T05:20:07.649Z] 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-09T05:20:08.172Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:08.499Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:09.047Z] ---> package-listing.sh [2025-06-09T05:20:09.047Z] ++ facter osfamily [2025-06-09T05:20:09.047Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-09T05:20:09.306Z] + OS_FAMILY=redhat [2025-06-09T05:20:09.306Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-09T05:20:09.306Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-09T05:20:09.306Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-09T05:20:09.306Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-09T05:20:09.306Z] + PACKAGES=/tmp/packages_start.txt [2025-06-09T05:20:09.306Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-09T05:20:09.306Z] + PACKAGES=/tmp/packages_end.txt [2025-06-09T05:20:09.306Z] + case "${OS_FAMILY}" in [2025-06-09T05:20:09.306Z] + rpm -qa [2025-06-09T05:20:09.306Z] + sort [2025-06-09T05:20:09.879Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-09T05:20:09.879Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-09T05:20:09.879Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-09T05:20:09.879Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-09T05:20:09.879Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-09T05:20:09.879Z] + 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-09T05:20:09.890Z] 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-09T05:20:10.177Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:20:10.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T05:20:10.748Z] [2025-06-09T05:20:10.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:20:11.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T05:20:11.058Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-09T05:20:11.058Z] 5eb5b503b376: Pulling fs layer [2025-06-09T05:20:11.058Z] 5c69ac0246d0: Pulling fs layer [2025-06-09T05:20:11.058Z] ec43610c2a17: Pulling fs layer [2025-06-09T05:20:11.058Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-09T05:20:11.058Z] 33b1e0a273af: Pulling fs layer [2025-06-09T05:20:11.058Z] 5d3b04190fa2: Pulling fs layer [2025-06-09T05:20:11.058Z] 2f39f015ded8: Pulling fs layer [2025-06-09T05:20:11.058Z] 33b1e0a273af: Waiting [2025-06-09T05:20:11.058Z] 5d3b04190fa2: Waiting [2025-06-09T05:20:11.058Z] 2f39f015ded8: Waiting [2025-06-09T05:20:11.058Z] 3a2ae6a8a46f: Waiting [2025-06-09T05:20:11.316Z] 5c69ac0246d0: Verifying Checksum [2025-06-09T05:20:11.316Z] 5c69ac0246d0: Download complete [2025-06-09T05:20:11.316Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-09T05:20:11.316Z] 3a2ae6a8a46f: Download complete [2025-06-09T05:20:11.316Z] 33b1e0a273af: Verifying Checksum [2025-06-09T05:20:11.316Z] 33b1e0a273af: Download complete [2025-06-09T05:20:11.316Z] 5d3b04190fa2: Verifying Checksum [2025-06-09T05:20:11.316Z] 5d3b04190fa2: Download complete [2025-06-09T05:20:11.316Z] ec43610c2a17: Verifying Checksum [2025-06-09T05:20:11.316Z] ec43610c2a17: Download complete [2025-06-09T05:20:11.575Z] 5eb5b503b376: Verifying Checksum [2025-06-09T05:20:11.575Z] 5eb5b503b376: Download complete [2025-06-09T05:20:12.157Z] 2f39f015ded8: Verifying Checksum [2025-06-09T05:20:12.157Z] 2f39f015ded8: Download complete [2025-06-09T05:20:12.728Z] 5eb5b503b376: Pull complete [2025-06-09T05:20:12.988Z] 5c69ac0246d0: Pull complete [2025-06-09T05:20:13.567Z] ec43610c2a17: Pull complete [2025-06-09T05:20:13.567Z] 3a2ae6a8a46f: Pull complete [2025-06-09T05:20:13.567Z] 33b1e0a273af: Pull complete [2025-06-09T05:20:13.837Z] 5d3b04190fa2: Pull complete [2025-06-09T05:20:18.070Z] 2f39f015ded8: Pull complete [2025-06-09T05:20:18.070Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-09T05:20:18.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T05:20:18.070Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:20:18.267Z] prd-centos7-docker-4c-2g-3007 does not seem to be running inside a container [2025-06-09T05:20:18.303Z] $ 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-09T05:20:23.463Z] $ docker top 3d998f750d497a4c7d8f5d3c479c33393acb09ee7541700762ad4bd481e4f3b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-09T05:20:23.803Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-09T05:20:24.093Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-09T05:20:24.381Z] + ls /var/log/sa-host [2025-06-09T05:20:24.381Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T05:20:24.540Z] provisioning config files... [2025-06-09T05:20:24.549Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4680285266928560623tmp [Pipeline] { [Pipeline] echo [2025-06-09T05:20:24.570Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:24.853Z] ---> create-netrc.sh [Pipeline] } [2025-06-09T05:20:24.862Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:25.215Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-09T05:20:25.224Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:25.512Z] ---> sudo-logs.sh [2025-06-09T05:20:25.512Z] Archiving 'sudo' log.. [2025-06-09T05:20:25.512Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3007.novalocal: Name or service not known [2025-06-09T05:20:25.512Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3007.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-06-09T05:20:25.541Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:25.832Z] ---> job-cost.sh [2025-06-09T05:20:25.832Z] lf-activate-venv: SKIPPING [2025-06-09T05:20:25.832Z] INFO: No Stack... [2025-06-09T05:20:26.091Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-06-09T05:20:26.350Z] INFO: Archiving Costs [Pipeline] echo [2025-06-09T05:20:26.363Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:26.655Z] ---> logs-deploy.sh [2025-06-09T05:20:26.656Z] lf-activate-venv: SKIPPING [2025-06-09T05:20:26.656Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/195 [2025-06-09T05:20:26.656Z] INFO: archiving workspace using pattern(s): [2025-06-09T05:20:27.596Z] Archives upload complete. [2025-06-09T05:20:27.596Z] INFO: archiving logs to Nexus [2025-06-09T05:20:28.532Z] ---> uname -a: [2025-06-09T05:20:28.532Z] Linux prd-centos7-docker-4c-2g-3007.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-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] ---> lscpu: [2025-06-09T05:20:28.532Z] Architecture: x86_64 [2025-06-09T05:20:28.532Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-09T05:20:28.532Z] Byte Order: Little Endian [2025-06-09T05:20:28.532Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-09T05:20:28.532Z] CPU(s): 2 [2025-06-09T05:20:28.532Z] On-line CPU(s) list: 0,1 [2025-06-09T05:20:28.532Z] Thread(s) per core: 1 [2025-06-09T05:20:28.532Z] Core(s) per socket: 1 [2025-06-09T05:20:28.532Z] Socket(s): 2 [2025-06-09T05:20:28.532Z] NUMA node(s): 1 [2025-06-09T05:20:28.532Z] Vendor ID: AuthenticAMD [2025-06-09T05:20:28.532Z] CPU family: 23 [2025-06-09T05:20:28.532Z] Model: 49 [2025-06-09T05:20:28.532Z] Model name: AMD EPYC-Rome Processor [2025-06-09T05:20:28.532Z] Stepping: 0 [2025-06-09T05:20:28.532Z] CPU MHz: 2799.998 [2025-06-09T05:20:28.532Z] BogoMIPS: 5599.99 [2025-06-09T05:20:28.532Z] Virtualization: AMD-V [2025-06-09T05:20:28.532Z] Hypervisor vendor: KVM [2025-06-09T05:20:28.532Z] Virtualization type: full [2025-06-09T05:20:28.532Z] L1d cache: 64 KiB [2025-06-09T05:20:28.532Z] L1i cache: 64 KiB [2025-06-09T05:20:28.532Z] L2 cache: 1 MiB [2025-06-09T05:20:28.532Z] L3 cache: 32 MiB [2025-06-09T05:20:28.532Z] NUMA node0 CPU(s): 0,1 [2025-06-09T05:20:28.532Z] Vulnerability Itlb multihit: Not affected [2025-06-09T05:20:28.532Z] Vulnerability L1tf: Not affected [2025-06-09T05:20:28.532Z] Vulnerability Mds: Not affected [2025-06-09T05:20:28.532Z] Vulnerability Meltdown: Not affected [2025-06-09T05:20:28.532Z] Vulnerability Mmio stale data: Not affected [2025-06-09T05:20:28.532Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-09T05:20:28.532Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-06-09T05:20:28.532Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-06-09T05:20:28.532Z] Vulnerability Srbds: Not affected [2025-06-09T05:20:28.532Z] Vulnerability Tsx async abort: Not affected [2025-06-09T05:20:28.532Z] 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-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] ---> nproc: [2025-06-09T05:20:28.532Z] 2 [2025-06-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] ---> df -h: [2025-06-09T05:20:28.532Z] Filesystem Size Used Avail Use% Mounted on [2025-06-09T05:20:28.532Z] overlay 40G 7.1G 33G 18% / [2025-06-09T05:20:28.532Z] tmpfs 64M 0 64M 0% /dev [2025-06-09T05:20:28.532Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-06-09T05:20:28.532Z] shm 64M 0 64M 0% /dev/shm [2025-06-09T05:20:28.532Z] /dev/vda1 40G 7.1G 33G 18% /facter-os [2025-06-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] [2025-06-09T05:20:28.532Z] Cannot open /var/log/sysstat/sa09: No such file or directory [2025-06-09T05:20:28.532Z] Please check if data collecting is enabled [2025-06-09T05:20:28.532Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-09T05:20:28.563Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-09T05:20:28.568Z] $ docker stop --time=1 3d998f750d497a4c7d8f5d3c479c33393acb09ee7541700762ad4bd481e4f3b2 [2025-06-09T05:20:29.703Z] $ docker rm -f --volumes 3d998f750d497a4c7d8f5d3c479c33393acb09ee7541700762ad4bd481e4f3b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-09T05:20:29.800Z] [WS-CLEANUP] Deleting project workspace... [2025-06-09T05:20:29.800Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-09T05:20:29.817Z] [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-09T05:20:30.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T05:20:30.274Z] [2025-06-09T05:20:30.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:20:30.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T05:20:30.575Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-09T05:20:30.575Z] 5eb5b503b376: Pulling fs layer [2025-06-09T05:20:30.575Z] 5c69ac0246d0: Pulling fs layer [2025-06-09T05:20:30.575Z] ec43610c2a17: Pulling fs layer [2025-06-09T05:20:30.575Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-09T05:20:30.575Z] 33b1e0a273af: Pulling fs layer [2025-06-09T05:20:30.575Z] 5d3b04190fa2: Pulling fs layer [2025-06-09T05:20:30.575Z] 2f39f015ded8: Pulling fs layer [2025-06-09T05:20:30.575Z] 5d3b04190fa2: Waiting [2025-06-09T05:20:30.575Z] 33b1e0a273af: Waiting [2025-06-09T05:20:30.575Z] 2f39f015ded8: Waiting [2025-06-09T05:20:30.575Z] 3a2ae6a8a46f: Waiting [2025-06-09T05:20:30.575Z] 5c69ac0246d0: Verifying Checksum [2025-06-09T05:20:30.575Z] 5c69ac0246d0: Download complete [2025-06-09T05:20:30.575Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-09T05:20:30.575Z] 3a2ae6a8a46f: Download complete [2025-06-09T05:20:30.575Z] 33b1e0a273af: Verifying Checksum [2025-06-09T05:20:30.575Z] 33b1e0a273af: Download complete [2025-06-09T05:20:30.575Z] 5d3b04190fa2: Verifying Checksum [2025-06-09T05:20:30.575Z] 5d3b04190fa2: Download complete [2025-06-09T05:20:30.575Z] ec43610c2a17: Verifying Checksum [2025-06-09T05:20:30.575Z] ec43610c2a17: Download complete [2025-06-09T05:20:30.833Z] 5eb5b503b376: Verifying Checksum [2025-06-09T05:20:30.833Z] 5eb5b503b376: Download complete [2025-06-09T05:20:31.398Z] 2f39f015ded8: Verifying Checksum [2025-06-09T05:20:31.398Z] 2f39f015ded8: Download complete [2025-06-09T05:20:31.965Z] 5eb5b503b376: Pull complete [2025-06-09T05:20:31.965Z] 5c69ac0246d0: Pull complete [2025-06-09T05:20:32.532Z] ec43610c2a17: Pull complete [2025-06-09T05:20:32.532Z] 3a2ae6a8a46f: Pull complete [2025-06-09T05:20:32.791Z] 33b1e0a273af: Pull complete [2025-06-09T05:20:32.791Z] 5d3b04190fa2: Pull complete [2025-06-09T05:20:36.980Z] 2f39f015ded8: Pull complete [2025-06-09T05:20:36.980Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-09T05:20:36.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T05:20:36.980Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:20:37.087Z] prd-ubuntu20.04-docker-8c-8g-3005 does not seem to be running inside a container [2025-06-09T05:20:37.100Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-09T05:20:40.392Z] $ docker top 1a7f8a9e07e6e664c5d211334f4fa8de3013381276db9d8aaa1bb9764c6fc8db -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:20:40.804Z] ---> job-cost.sh [2025-06-09T05:20:40.804Z] lf-activate-venv: SKIPPING [2025-06-09T05:20:40.804Z] INFO: No Stack... [2025-06-09T05:20:41.062Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-09T05:20:41.321Z] INFO: Archiving Costs [Pipeline] sh [2025-06-09T05:20:41.639Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-06-09T05:20:41.639Z] + cut -d, -f6 [Pipeline] lock [2025-06-09T05:20:41.654Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] [2025-06-09T05:20:41.663Z] Resource [jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] did not exist. Created. [2025-06-09T05:20:41.670Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-09T05:20:41.979Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-09T05:20:42.004Z] Stashed 1 file(s) [Pipeline] } [2025-06-09T05:20:42.014Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-09T05:20:42.022Z] $ docker stop --time=1 1a7f8a9e07e6e664c5d211334f4fa8de3013381276db9d8aaa1bb9764c6fc8db [2025-06-09T05:20:43.183Z] $ docker rm -f --volumes 1a7f8a9e07e6e664c5d211334f4fa8de3013381276db9d8aaa1bb9764c6fc8db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-09T05:20:43.338Z] Failed in branch amd64 [2025-06-09T05:21:34.632Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-09T05:21:37.207Z] ok github.com/edgexfoundry/device-rest-go/driver 0.041s coverage: 32.2% of statements [2025-06-09T05:21:38.159Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-09T05:21:38.159Z] go vet ./... [2025-06-09T05:22:24.968Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-09T05:22:24.968Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-09T05:22:24.968Z] ./bin/test-attribution-txt.sh [2025-06-09T05:22:24.968Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-09T05:22:24.968Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-09T05:22:24.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-09T05:22:25.002Z] $ docker stop --time=1 2e3c857dc1c71476c2b9010c3e26042a7571133a6f9f847f32c9176c38d0ff9c [2025-06-09T05:22:26.893Z] $ docker rm -f --volumes 2e3c857dc1c71476c2b9010c3e26042a7571133a6f9f847f32c9176c38d0ff9c [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-09T05:22:28.463Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-09T05:22:28.488Z] Warning: overwriting stash ‘coverage-report’ [2025-06-09T05:22:28.908Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-09T05:22:29.313Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-09T05:22:29.629Z] + ls -al . [2025-06-09T05:22:29.629Z] total 240 [2025-06-09T05:22:29.629Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 05:18 . [2025-06-09T05:22:29.629Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 05:14 .. [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 9 05:14 .dockerignore [2025-06-09T05:22:29.629Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 05:14 .git [2025-06-09T05:22:29.629Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 9 05:14 .github [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 9 05:14 .gitignore [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 9 05:14 .golangci.yml [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 9 05:14 Attribution.txt [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 9 05:14 CHANGELOG.md [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 9 05:14 Dockerfile [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 9 05:14 GOVERNANCE.md [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 9 05:14 Jenkinsfile [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 9 05:14 LICENSE [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 9 05:14 Makefile [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 9 05:14 OWNERS.md [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 9 05:14 README.md [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 9 05:12 VERSION [2025-06-09T05:22:29.629Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 05:14 bin [2025-06-09T05:22:29.629Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 9 05:14 cmd [2025-06-09T05:22:29.629Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 9 05:21 coverage.out [2025-06-09T05:22:29.629Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 05:14 driver [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 6271 Jun 9 05:14 go.mod [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 86411 Jun 9 05:14 go.sum [2025-06-09T05:22:29.629Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 9 05:14 openapi [2025-06-09T05:22:29.629Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 9 05:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:22:29.974Z] + 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=c28f8a5196b65b8f4b4f316819e026cf630b1192 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-06-09T05:22:29.974Z] Sending build context to Docker daemon 157.2kB [2025-06-09T05:22:30.239Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-09T05:22:30.239Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-09T05:22:30.239Z] ---> 5d4c4f57bd64 [2025-06-09T05:22:30.239Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-09T05:22:30.239Z] ---> Running in 4e703975e45e [2025-06-09T05:22:30.506Z] Removing intermediate container 4e703975e45e [2025-06-09T05:22:30.506Z] ---> 9a2eb02c13a9 [2025-06-09T05:22:30.506Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-09T05:22:30.772Z] ---> Running in bf5d24e54821 [2025-06-09T05:22:31.038Z] Removing intermediate container bf5d24e54821 [2025-06-09T05:22:31.038Z] ---> 28f57efff895 [2025-06-09T05:22:31.038Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-09T05:22:31.039Z] ---> Running in 9c46c4577593 [2025-06-09T05:22:31.306Z] Removing intermediate container 9c46c4577593 [2025-06-09T05:22:31.306Z] ---> 4019c97f0379 [2025-06-09T05:22:31.306Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-09T05:22:31.306Z] ---> Running in 30748e71b31f [2025-06-09T05:22:31.578Z] Removing intermediate container 30748e71b31f [2025-06-09T05:22:31.578Z] ---> f1b7efc512a9 [2025-06-09T05:22:31.578Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-09T05:22:31.845Z] ---> Running in 96c0d97c47e0 [2025-06-09T05:22:32.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-09T05:22:33.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-09T05:22:34.472Z] OK: 244 MiB in 62 packages [2025-06-09T05:22:35.429Z] Removing intermediate container 96c0d97c47e0 [2025-06-09T05:22:35.429Z] ---> e31ffaf01d7f [2025-06-09T05:22:35.429Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-09T05:22:35.429Z] ---> Running in 7ece603ef174 [2025-06-09T05:22:35.693Z] Removing intermediate container 7ece603ef174 [2025-06-09T05:22:35.694Z] ---> 02341e1f07f4 [2025-06-09T05:22:35.694Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-09T05:22:35.958Z] ---> 9e85fd3cdd1d [2025-06-09T05:22:35.958Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-09T05:22:36.223Z] ---> Running in a9f463b7353a [2025-06-09T05:22:38.154Z] Removing intermediate container a9f463b7353a [2025-06-09T05:22:38.155Z] ---> 42f8a5cf2579 [2025-06-09T05:22:38.155Z] Step 11/26 : COPY . . [2025-06-09T05:22:38.739Z] ---> ad069a576498 [2025-06-09T05:22:38.739Z] Step 12/26 : RUN $MAKE [2025-06-09T05:22:38.739Z] ---> Running in 5c7ad6ffb3ab [2025-06-09T05:22:39.696Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-09T05:26:01.842Z] Removing intermediate container 5c7ad6ffb3ab [2025-06-09T05:26:01.842Z] ---> 776f58cb3265 [2025-06-09T05:26:01.842Z] Step 13/26 : FROM alpine:3.20 [2025-06-09T05:26:01.842Z] 3.20: Pulling from library/alpine [2025-06-09T05:26:01.842Z] 94e9d8af2201: Already exists [2025-06-09T05:26:01.842Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-09T05:26:01.842Z] Status: Downloaded newer image for alpine:3.20 [2025-06-09T05:26:01.842Z] ---> 7aab056cecc6 [2025-06-09T05:26:01.842Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-09T05:26:01.842Z] ---> Running in 92fee6a79b64 [2025-06-09T05:26:01.842Z] Removing intermediate container 92fee6a79b64 [2025-06-09T05:26:01.842Z] ---> dfde05bebecd [2025-06-09T05:26:01.842Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-09T05:26:01.842Z] ---> Running in 773a2e5e98f4 [2025-06-09T05:26:01.842Z] Removing intermediate container 773a2e5e98f4 [2025-06-09T05:26:01.842Z] ---> ffa3d42c8c0b [2025-06-09T05:26:01.842Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-09T05:26:01.842Z] ---> Running in eaf71d0bba4a [2025-06-09T05:26:01.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-09T05:26:01.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-09T05:26:01.842Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-09T05:26:01.842Z] Executing busybox-1.36.1-r29.trigger [2025-06-09T05:26:01.842Z] OK: 9 MiB in 15 packages [2025-06-09T05:26:01.842Z] Removing intermediate container eaf71d0bba4a [2025-06-09T05:26:01.842Z] ---> a872b9f13c26 [2025-06-09T05:26:01.842Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-09T05:26:01.842Z] ---> Running in 930bef77b15d [2025-06-09T05:26:01.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-09T05:26:01.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-09T05:26:01.842Z] OK: 9 MiB in 15 packages [2025-06-09T05:26:01.842Z] Removing intermediate container 930bef77b15d [2025-06-09T05:26:01.842Z] ---> dc6f7960a0d2 [2025-06-09T05:26:01.842Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-09T05:26:01.842Z] ---> efcf27d4b413 [2025-06-09T05:26:01.842Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-09T05:26:01.842Z] ---> 1f6369f985ad [2025-06-09T05:26:01.842Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-09T05:26:02.109Z] ---> be541ac4461c [2025-06-09T05:26:02.109Z] Step 21/26 : EXPOSE 59986 [2025-06-09T05:26:02.109Z] ---> Running in 7d44c7f10d75 [2025-06-09T05:26:02.377Z] Removing intermediate container 7d44c7f10d75 [2025-06-09T05:26:02.377Z] ---> 3f2ec9fc5556 [2025-06-09T05:26:02.377Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-09T05:26:02.377Z] ---> Running in ff33030edf27 [2025-06-09T05:26:02.652Z] Removing intermediate container ff33030edf27 [2025-06-09T05:26:02.652Z] ---> a19a533d4448 [2025-06-09T05:26:02.652Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-09T05:26:02.925Z] ---> Running in 79a17b65e4a7 [2025-06-09T05:26:03.192Z] Removing intermediate container 79a17b65e4a7 [2025-06-09T05:26:03.192Z] ---> d08792467e9e [2025-06-09T05:26:03.192Z] Step 24/26 : LABEL arch=arm64 [2025-06-09T05:26:03.192Z] ---> Running in e9c63d284cdb [2025-06-09T05:26:03.462Z] Removing intermediate container e9c63d284cdb [2025-06-09T05:26:03.462Z] ---> cd13a848eb7e [2025-06-09T05:26:03.462Z] Step 25/26 : LABEL git_sha=c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:26:03.462Z] ---> Running in 6fa2a3d86794 [2025-06-09T05:26:03.731Z] Removing intermediate container 6fa2a3d86794 [2025-06-09T05:26:03.731Z] ---> 66b4fa75ed34 [2025-06-09T05:26:03.731Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-09T05:26:03.998Z] ---> Running in caf5f4f0bf70 [2025-06-09T05:26:04.267Z] Removing intermediate container caf5f4f0bf70 [2025-06-09T05:26:04.267Z] ---> 6701422672a2 [2025-06-09T05:26:04.267Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-09T05:26:04.267Z] Successfully built 6701422672a2 [2025-06-09T05:26:04.267Z] 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-09T05:26:04.401Z] provisioning config files... [2025-06-09T05:26:04.415Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/195@tmp/config1094421968137299189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:04.759Z] ---> ****-login.sh [2025-06-09T05:26:04.759Z] nexus3.edgexfoundry.org:10001 [2025-06-09T05:26:04.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:26:05.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:26:05.026Z] Configure a credential helper to remove this warning. See [2025-06-09T05:26:05.026Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:26:05.026Z] [2025-06-09T05:26:05.026Z] Login Succeeded [2025-06-09T05:26:05.026Z] nexus3.edgexfoundry.org:10002 [2025-06-09T05:26:05.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:26:05.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:26:05.295Z] Configure a credential helper to remove this warning. See [2025-06-09T05:26:05.295Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:26:05.295Z] [2025-06-09T05:26:05.295Z] Login Succeeded [2025-06-09T05:26:05.295Z] nexus3.edgexfoundry.org:10003 [2025-06-09T05:26:05.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:26:05.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:26:05.826Z] Configure a credential helper to remove this warning. See [2025-06-09T05:26:05.826Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:26:05.826Z] [2025-06-09T05:26:05.826Z] Login Succeeded [2025-06-09T05:26:05.826Z] nexus3.edgexfoundry.org:10004 [2025-06-09T05:26:06.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:26:06.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:26:06.092Z] Configure a credential helper to remove this warning. See [2025-06-09T05:26:06.092Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:26:06.092Z] [2025-06-09T05:26:06.092Z] Login Succeeded [2025-06-09T05:26:06.092Z] ****.io [2025-06-09T05:26:06.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T05:26:06.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T05:26:06.625Z] Configure a credential helper to remove this warning. See [2025-06-09T05:26:06.625Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T05:26:06.625Z] [2025-06-09T05:26:06.625Z] Login Succeeded [2025-06-09T05:26:06.625Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T05:26:06.636Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-09T05:26:06.684Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-09T05:26:06.716Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-06-09T05:26:06.716Z] c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:26:06.716Z] latest [2025-06-09T05:26:06.716Z] 4.1.0-dev.2 [2025-06-09T05:26:06.716Z] c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [2025-06-09T05:26:06.716Z] main [2025-06-09T05:26:06.716Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:07.094Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:07.441Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:26:07.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-09T05:26:07.441Z] 53480713bf20: Preparing [2025-06-09T05:26:07.441Z] c78ddda89914: Preparing [2025-06-09T05:26:07.441Z] 068dee2b0bcc: Preparing [2025-06-09T05:26:07.441Z] 4f0f6e4a5444: Preparing [2025-06-09T05:26:07.441Z] 275b1cfd394f: Preparing [2025-06-09T05:26:07.441Z] dd9c8f8612c8: Preparing [2025-06-09T05:26:07.441Z] dd9c8f8612c8: Waiting [2025-06-09T05:26:07.708Z] 275b1cfd394f: Pushed [2025-06-09T05:26:07.708Z] 4f0f6e4a5444: Pushed [2025-06-09T05:26:07.708Z] c78ddda89914: Pushed [2025-06-09T05:26:07.708Z] 53480713bf20: Pushed [2025-06-09T05:26:07.708Z] dd9c8f8612c8: Layer already exists [2025-06-09T05:26:14.343Z] 068dee2b0bcc: Pushed [2025-06-09T05:26:14.343Z] c28f8a5196b65b8f4b4f316819e026cf630b1192: digest: sha256:f6df5e98d6266973de05c3523fb0f8e52695a1b285fefc97d389ec26d1a5f063 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:14.700Z] + 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-09T05:26:15.047Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-09T05:26:15.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-09T05:26:15.047Z] 53480713bf20: Preparing [2025-06-09T05:26:15.047Z] c78ddda89914: Preparing [2025-06-09T05:26:15.047Z] 068dee2b0bcc: Preparing [2025-06-09T05:26:15.047Z] 4f0f6e4a5444: Preparing [2025-06-09T05:26:15.047Z] 275b1cfd394f: Preparing [2025-06-09T05:26:15.047Z] dd9c8f8612c8: Preparing [2025-06-09T05:26:15.047Z] dd9c8f8612c8: Waiting [2025-06-09T05:26:15.047Z] 53480713bf20: Layer already exists [2025-06-09T05:26:15.047Z] 275b1cfd394f: Layer already exists [2025-06-09T05:26:15.047Z] c78ddda89914: Layer already exists [2025-06-09T05:26:15.047Z] 4f0f6e4a5444: Layer already exists [2025-06-09T05:26:15.047Z] 068dee2b0bcc: Layer already exists [2025-06-09T05:26:15.047Z] dd9c8f8612c8: Layer already exists [2025-06-09T05:26:15.047Z] latest: digest: sha256:f6df5e98d6266973de05c3523fb0f8e52695a1b285fefc97d389ec26d1a5f063 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:15.672Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:16.032Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-09T05:26:16.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-09T05:26:16.032Z] 53480713bf20: Preparing [2025-06-09T05:26:16.032Z] c78ddda89914: Preparing [2025-06-09T05:26:16.032Z] 068dee2b0bcc: Preparing [2025-06-09T05:26:16.032Z] 4f0f6e4a5444: Preparing [2025-06-09T05:26:16.032Z] 275b1cfd394f: Preparing [2025-06-09T05:26:16.032Z] dd9c8f8612c8: Preparing [2025-06-09T05:26:16.032Z] dd9c8f8612c8: Waiting [2025-06-09T05:26:16.032Z] 068dee2b0bcc: Layer already exists [2025-06-09T05:26:16.032Z] c78ddda89914: Layer already exists [2025-06-09T05:26:16.032Z] 275b1cfd394f: Layer already exists [2025-06-09T05:26:16.032Z] 4f0f6e4a5444: Layer already exists [2025-06-09T05:26:16.032Z] 53480713bf20: Layer already exists [2025-06-09T05:26:16.032Z] dd9c8f8612c8: Layer already exists [2025-06-09T05:26:16.032Z] 4.1.0-dev.2: digest: sha256:f6df5e98d6266973de05c3523fb0f8e52695a1b285fefc97d389ec26d1a5f063 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:16.393Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:16.754Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [2025-06-09T05:26:16.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-09T05:26:16.754Z] 53480713bf20: Preparing [2025-06-09T05:26:16.754Z] c78ddda89914: Preparing [2025-06-09T05:26:16.754Z] 068dee2b0bcc: Preparing [2025-06-09T05:26:16.754Z] 4f0f6e4a5444: Preparing [2025-06-09T05:26:16.754Z] 275b1cfd394f: Preparing [2025-06-09T05:26:16.754Z] dd9c8f8612c8: Preparing [2025-06-09T05:26:16.754Z] dd9c8f8612c8: Waiting [2025-06-09T05:26:16.754Z] 275b1cfd394f: Layer already exists [2025-06-09T05:26:16.754Z] 4f0f6e4a5444: Layer already exists [2025-06-09T05:26:16.754Z] c78ddda89914: Layer already exists [2025-06-09T05:26:16.754Z] 53480713bf20: Layer already exists [2025-06-09T05:26:16.754Z] 068dee2b0bcc: Layer already exists [2025-06-09T05:26:16.754Z] dd9c8f8612c8: Layer already exists [2025-06-09T05:26:16.754Z] c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2: digest: sha256:f6df5e98d6266973de05c3523fb0f8e52695a1b285fefc97d389ec26d1a5f063 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:17.377Z] + 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-09T05:26:17.736Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-06-09T05:26:17.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-09T05:26:17.736Z] 53480713bf20: Preparing [2025-06-09T05:26:17.736Z] c78ddda89914: Preparing [2025-06-09T05:26:17.736Z] 068dee2b0bcc: Preparing [2025-06-09T05:26:17.736Z] 4f0f6e4a5444: Preparing [2025-06-09T05:26:17.736Z] 275b1cfd394f: Preparing [2025-06-09T05:26:17.736Z] dd9c8f8612c8: Preparing [2025-06-09T05:26:17.736Z] dd9c8f8612c8: Waiting [2025-06-09T05:26:17.736Z] 53480713bf20: Layer already exists [2025-06-09T05:26:17.736Z] 275b1cfd394f: Layer already exists [2025-06-09T05:26:17.736Z] 068dee2b0bcc: Layer already exists [2025-06-09T05:26:17.736Z] c78ddda89914: Layer already exists [2025-06-09T05:26:17.736Z] 4f0f6e4a5444: Layer already exists [2025-06-09T05:26:17.736Z] dd9c8f8612c8: Layer already exists [2025-06-09T05:26:17.736Z] main: digest: sha256:f6df5e98d6266973de05c3523fb0f8e52695a1b285fefc97d389ec26d1a5f063 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-09T05:26:18.076Z] ===================================================== [Pipeline] echo [2025-06-09T05:26:18.090Z] taggedImages: [2025-06-09T05:26:18.090Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192 [2025-06-09T05:26:18.090Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-09T05:26:18.090Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-09T05:26:18.090Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [2025-06-09T05:26:18.090Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-06-09T05:26:18.101Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192 [Pipeline] echo [2025-06-09T05:26:18.111Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-06-09T05:26:18.125Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] echo [2025-06-09T05:26:18.142Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:c28f8a5196b65b8f4b4f316819e026cf630b1192-4.1.0-dev.2 [Pipeline] echo [2025-06-09T05:26:18.154Z] 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-09T05:26:18.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-09T05:26:18.541Z] [2025-06-09T05:26:18.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:18.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-09T05:26:18.868Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-09T05:26:18.868Z] 8998bd30e6a1: Pulling fs layer [2025-06-09T05:26:18.868Z] 04944245beec: Pulling fs layer [2025-06-09T05:26:18.868Z] 699f458cf7ca: Pulling fs layer [2025-06-09T05:26:18.868Z] 765212b225bb: Pulling fs layer [2025-06-09T05:26:18.868Z] f23df028b6ca: Pulling fs layer [2025-06-09T05:26:18.868Z] d65c8cfc05b1: Pulling fs layer [2025-06-09T05:26:18.868Z] 2437ff75d9bd: Pulling fs layer [2025-06-09T05:26:18.868Z] f23df028b6ca: Waiting [2025-06-09T05:26:18.868Z] d65c8cfc05b1: Waiting [2025-06-09T05:26:18.868Z] 2437ff75d9bd: Waiting [2025-06-09T05:26:18.868Z] 765212b225bb: Waiting [2025-06-09T05:26:19.133Z] 04944245beec: Verifying Checksum [2025-06-09T05:26:19.133Z] 04944245beec: Download complete [2025-06-09T05:26:19.133Z] 765212b225bb: Download complete [2025-06-09T05:26:19.133Z] f23df028b6ca: Verifying Checksum [2025-06-09T05:26:19.133Z] f23df028b6ca: Download complete [2025-06-09T05:26:19.133Z] d65c8cfc05b1: Verifying Checksum [2025-06-09T05:26:19.133Z] d65c8cfc05b1: Download complete [2025-06-09T05:26:19.400Z] 699f458cf7ca: Verifying Checksum [2025-06-09T05:26:19.400Z] 699f458cf7ca: Download complete [2025-06-09T05:26:19.668Z] 8998bd30e6a1: Verifying Checksum [2025-06-09T05:26:19.668Z] 8998bd30e6a1: Download complete [2025-06-09T05:26:22.246Z] 2437ff75d9bd: Verifying Checksum [2025-06-09T05:26:22.246Z] 2437ff75d9bd: Download complete [2025-06-09T05:26:24.194Z] 8998bd30e6a1: Pull complete [2025-06-09T05:26:24.775Z] 04944245beec: Pull complete [2025-06-09T05:26:26.711Z] 699f458cf7ca: Pull complete [2025-06-09T05:26:26.711Z] 765212b225bb: Pull complete [2025-06-09T05:26:27.295Z] f23df028b6ca: Pull complete [2025-06-09T05:26:27.561Z] d65c8cfc05b1: Pull complete [2025-06-09T05:26:45.743Z] 2437ff75d9bd: Pull complete [2025-06-09T05:26:45.743Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-09T05:26:45.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-09T05:26:45.744Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:26:45.941Z] prd-ubuntu20.04-docker-arm64-4c-16g-3006 does not seem to be running inside a container [2025-06-09T05:26:45.992Z] $ 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/195 -v /w/workspace/device-rest-go/195:/w/workspace/device-rest-go/195:rw,z -v /w/workspace/device-rest-go/195@tmp:/w/workspace/device-rest-go/195@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-09T05:26:48.579Z] $ docker top bdb9746d5b8b304131494fd7a24848ad3e5b5a96d6cc71b7c5537e7e620f0081 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:49.071Z] ---> job-cost.sh [2025-06-09T05:26:49.336Z] lf-activate-venv: SKIPPING [2025-06-09T05:26:49.336Z] INFO: No Stack... [2025-06-09T05:26:49.911Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-09T05:26:50.488Z] INFO: Archiving Costs [Pipeline] sh [2025-06-09T05:26:51.119Z] + cut -d, -f6 [2025-06-09T05:26:51.119Z] + cat /w/workspace/device-rest-go/195/archives/cost.csv [Pipeline] lock [2025-06-09T05:26:51.172Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] [2025-06-09T05:26:51.179Z] Resource [jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] did not exist. Created. [2025-06-09T05:26:51.186Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-09T05:26:51.514Z] /w/workspace/device-rest-go/195@tmp/durable-07848b24/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-09T05:26:52.141Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-09T05:26:52.156Z] Warning: overwriting stash ‘stack-cost’ [2025-06-09T05:26:52.195Z] Stashed 1 file(s) [Pipeline] } [2025-06-09T05:26:52.207Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-195-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-09T05:26:52.233Z] $ docker stop --time=1 bdb9746d5b8b304131494fd7a24848ad3e5b5a96d6cc71b7c5537e7e620f0081 [2025-06-09T05:26:53.698Z] $ docker rm -f --volumes bdb9746d5b8b304131494fd7a24848ad3e5b5a96d6cc71b7c5537e7e620f0081 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 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-09T05:26:54.791Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-06-09T05:26:54.791Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-09T05:26:54.791Z] total 16 [2025-06-09T05:26:54.791Z] drwxr-xr-x 3 root root 4096 Jun 9 05:20 . [2025-06-09T05:26:54.791Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 9 05:20 .. [2025-06-09T05:26:54.791Z] drwxr-xr-x 2 root root 4096 Jun 9 05:20 cost [2025-06-09T05:26:54.791Z] -rw-r--r-- 1 root root 86 Jun 9 05:20 cost.csv [2025-06-09T05:26:54.791Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-09T05:26:54.791Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-09T05:26:54.791Z] total 16 [2025-06-09T05:26:54.791Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 9 05:20 . [2025-06-09T05:26:54.791Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 9 05:20 .. [2025-06-09T05:26:54.791Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 9 05:20 cost [2025-06-09T05:26:54.791Z] -rw-r--r-- 1 jenkins jenkins 86 Jun 9 05:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:55.076Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:56.037Z] ---> package-listing.sh [2025-06-09T05:26:56.037Z] ++ facter osfamily [2025-06-09T05:26:56.037Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-09T05:26:56.037Z] + OS_FAMILY=debian [2025-06-09T05:26:56.037Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-09T05:26:56.037Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-09T05:26:56.037Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-09T05:26:56.037Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-09T05:26:56.037Z] + PACKAGES=/tmp/packages_start.txt [2025-06-09T05:26:56.037Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-09T05:26:56.037Z] + PACKAGES=/tmp/packages_end.txt [2025-06-09T05:26:56.037Z] + case "${OS_FAMILY}" in [2025-06-09T05:26:56.037Z] + dpkg -l [2025-06-09T05:26:56.037Z] + grep '^ii' [2025-06-09T05:26:56.316Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-09T05:26:56.316Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-09T05:26:56.316Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-09T05:26:56.316Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-09T05:26:56.316Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-09T05:26:56.316Z] + 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-09T05:26:56.335Z] 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-09T05:26:56.623Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T05:26:57.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T05:26:57.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T05:26:57.283Z] prd-ubuntu20.04-docker-8c-8g-3005 does not seem to be running inside a container [2025-06-09T05:26:57.280Z] $ 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-09T05:26:57.450Z] $ docker top 60675dee0c1ae26034700cd0e9a4dac621ae725f2c7e0cd3a63059260d18a782 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-09T05:26:57.824Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-09T05:26:58.107Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-09T05:26:58.392Z] + ls /var/log/sa-host [2025-06-09T05:26:58.392Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T05:26:58.429Z] provisioning config files... [2025-06-09T05:26:58.435Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16702362010557898422tmp [Pipeline] { [Pipeline] echo [2025-06-09T05:26:58.454Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:58.732Z] ---> create-netrc.sh [Pipeline] } [2025-06-09T05:26:58.738Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:59.044Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-09T05:26:59.052Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:59.333Z] ---> sudo-logs.sh [2025-06-09T05:26:59.333Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-09T05:26:59.366Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:26:59.648Z] ---> job-cost.sh [2025-06-09T05:26:59.649Z] lf-activate-venv: SKIPPING [2025-06-09T05:26:59.649Z] DEBUG: total: 0.2199999988079071 [2025-06-09T05:26:59.649Z] INFO: Retrieving Stack Cost... [2025-06-09T05:26:59.908Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-09T05:27:00.168Z] INFO: Archiving Costs [Pipeline] echo [2025-06-09T05:27:00.181Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T05:27:00.463Z] ---> logs-deploy.sh [2025-06-09T05:27:00.463Z] lf-activate-venv: SKIPPING [2025-06-09T05:27:00.463Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/195 [2025-06-09T05:27:00.463Z] INFO: archiving workspace using pattern(s): [2025-06-09T05:27:01.400Z] Archives upload complete. [2025-06-09T05:27:01.400Z] INFO: archiving logs to Nexus