Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 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-ssh6060241602898177215.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh13163622972616281495.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 056ae7b86453181957306e7078512cbe12174832 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-ssh415167782054999954.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh3085467235264776878.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-ssh2561495911184988658.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-6919 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 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#487)" > git config core.sparsecheckout # timeout=10 > git checkout -f 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 # timeout=10 > git rev-list --no-walk 28a00c4b24b082eee9deab5380384360943aec86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-14T01:13:05.438Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-14T01:13:05.507Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-14T01:13:05.534Z] ========================================================= [2025-08-14T01:13:05.534Z] EdgeX Global Pipelines Version Info [2025-08-14T01:13:05.534Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:13:07.070Z] ------------------- [2025-08-14T01:13:07.070Z] stable info: [2025-08-14T01:13:07.070Z] ------------------- [2025-08-14T01:13:07.070Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-14T01:13:07.070Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-14T01:13:07.070Z] Message: update stable to v1.0.276 [2025-08-14T01:13:07.639Z] ------------------- [2025-08-14T01:13:07.639Z] experimental info: [2025-08-14T01:13:07.639Z] ------------------- [2025-08-14T01:13:07.639Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-14T01:13:07.639Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-14T01:13:07.639Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-14T01:13:07.718Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-08-14T01:13:07.742Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-08-14T01:13:07.765Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-14T01:13:07.789Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-14T01:13:07.815Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-14T01:13:07.836Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-14T01:13:07.860Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-14T01:13:07.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-14T01:13:07.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-14T01:13:07.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-14T01:13:07.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-14T01:13:07.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-08-14T01:13:08.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-14T01:13:08.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-14T01:13:08.052Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-14T01:13:08.075Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-14T01:13:08.096Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-14T01:13:08.117Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-14T01:13:08.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-14T01:13:08.159Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-14T01:13:08.182Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-14T01:13:08.205Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-14T01:13:08.227Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-14T01:13:08.250Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-14T01:13:08.275Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-14T01:13:08.300Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-14T01:13:08.327Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-14T01:13:08.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-14T01:13:08.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-14T01:13:08.410Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-14T01:13:08.532Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [Pipeline] echo [2025-08-14T01:13:08.549Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38fb2f7 [Pipeline] echo [2025-08-14T01:13:08.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-14T01:13:08.628Z] provisioning config files... [2025-08-14T01:13:08.640Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1423313501648293105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:13:08.985Z] ---> ****-login.sh [2025-08-14T01:13:08.985Z] nexus3.edgexfoundry.org:10001 [2025-08-14T01:13:08.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:09.245Z] [2025-08-14T01:13:09.245Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-14T01:13:09.246Z] Configure a credential helper to remove this warning. See [2025-08-14T01:13:09.246Z] https://docs.****.com/go/credential-store/ [2025-08-14T01:13:09.246Z] [2025-08-14T01:13:09.246Z] Login Succeeded [2025-08-14T01:13:09.246Z] nexus3.edgexfoundry.org:10002 [2025-08-14T01:13:09.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:09.246Z] [2025-08-14T01:13:09.246Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-14T01:13:09.246Z] Configure a credential helper to remove this warning. See [2025-08-14T01:13:09.246Z] https://docs.****.com/go/credential-store/ [2025-08-14T01:13:09.246Z] [2025-08-14T01:13:09.246Z] Login Succeeded [2025-08-14T01:13:09.246Z] nexus3.edgexfoundry.org:10003 [2025-08-14T01:13:09.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:09.506Z] [2025-08-14T01:13:09.506Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-14T01:13:09.506Z] Configure a credential helper to remove this warning. See [2025-08-14T01:13:09.506Z] https://docs.****.com/go/credential-store/ [2025-08-14T01:13:09.506Z] [2025-08-14T01:13:09.506Z] Login Succeeded [2025-08-14T01:13:09.506Z] nexus3.edgexfoundry.org:10004 [2025-08-14T01:13:09.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:09.507Z] [2025-08-14T01:13:09.507Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-14T01:13:09.507Z] Configure a credential helper to remove this warning. See [2025-08-14T01:13:09.507Z] https://docs.****.com/go/credential-store/ [2025-08-14T01:13:09.507Z] [2025-08-14T01:13:09.507Z] Login Succeeded [2025-08-14T01:13:09.507Z] ****.io [2025-08-14T01:13:09.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:09.768Z] [2025-08-14T01:13:09.768Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-14T01:13:09.768Z] Configure a credential helper to remove this warning. See [2025-08-14T01:13:09.768Z] https://docs.****.com/go/credential-store/ [2025-08-14T01:13:09.768Z] [2025-08-14T01:13:09.768Z] Login Succeeded [2025-08-14T01:13:09.768Z] ---> ****-login.sh ends [Pipeline] } [2025-08-14T01:13:09.777Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-14T01:13:10.208Z] + git rev-list -1 --merges 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885~1..38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [Pipeline] echo [2025-08-14T01:13:10.241Z] -----------> git rev-list -1 --merges 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885~1..38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [false] [Pipeline] sh [2025-08-14T01:13:10.537Z] + git log --format=format:%s -1 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [Pipeline] echo [2025-08-14T01:13:10.557Z] ========================================================= [2025-08-14T01:13:10.557Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-14T01:13:10.557Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-14T01:13:10.908Z] + git log --format=format:%s -1 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [Pipeline] echo [2025-08-14T01:13:10.921Z] [semverPrep] GIT_COMMIT: 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#487) [Pipeline] echo [2025-08-14T01:13:10.940Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-14T01:13:11.305Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-14T01:13:11.305Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-14T01:13:11.305Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-14T01:13:11.305Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-14T01:13:11.305Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-14T01:13:11.305Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-14T01:13:11.305Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:13:11.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-14T01:13:11.649Z] [2025-08-14T01:13:11.649Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:13:11.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-14T01:13:11.957Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-14T01:13:11.957Z] 3dae71ba6b94: Pulling fs layer [2025-08-14T01:13:11.957Z] 6bf1a483ea7c: Pulling fs layer [2025-08-14T01:13:11.957Z] f5dfc541a4d3: Pulling fs layer [2025-08-14T01:13:11.957Z] 461d9e800cba: Pulling fs layer [2025-08-14T01:13:11.957Z] 80192f66455f: Pulling fs layer [2025-08-14T01:13:11.957Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-14T01:13:11.957Z] a29436f7fd5d: Pulling fs layer [2025-08-14T01:13:11.957Z] 923cac83aea3: Pulling fs layer [2025-08-14T01:13:11.957Z] 25ad8b0a4227: Pulling fs layer [2025-08-14T01:13:11.957Z] db01528c6b51: Pulling fs layer [2025-08-14T01:13:11.957Z] 28988de357af: Pulling fs layer [2025-08-14T01:13:11.957Z] a29436f7fd5d: Waiting [2025-08-14T01:13:11.957Z] 25ad8b0a4227: Waiting [2025-08-14T01:13:11.957Z] db01528c6b51: Waiting [2025-08-14T01:13:11.957Z] 28988de357af: Waiting [2025-08-14T01:13:11.957Z] 461d9e800cba: Waiting [2025-08-14T01:13:11.957Z] 80192f66455f: Waiting [2025-08-14T01:13:11.957Z] 2e8e34ca0e6c: Waiting [2025-08-14T01:13:11.957Z] 923cac83aea3: Waiting [2025-08-14T01:13:11.957Z] 6bf1a483ea7c: Verifying Checksum [2025-08-14T01:13:11.957Z] 6bf1a483ea7c: Download complete [2025-08-14T01:13:11.957Z] 461d9e800cba: Download complete [2025-08-14T01:13:11.957Z] 80192f66455f: Verifying Checksum [2025-08-14T01:13:11.957Z] 80192f66455f: Download complete [2025-08-14T01:13:12.220Z] f5dfc541a4d3: Verifying Checksum [2025-08-14T01:13:12.220Z] f5dfc541a4d3: Download complete [2025-08-14T01:13:12.220Z] 3dae71ba6b94: Verifying Checksum [2025-08-14T01:13:12.220Z] 3dae71ba6b94: Download complete [2025-08-14T01:13:12.220Z] 923cac83aea3: Verifying Checksum [2025-08-14T01:13:12.220Z] 923cac83aea3: Download complete [2025-08-14T01:13:12.478Z] 25ad8b0a4227: Verifying Checksum [2025-08-14T01:13:12.478Z] 25ad8b0a4227: Download complete [2025-08-14T01:13:12.478Z] db01528c6b51: Verifying Checksum [2025-08-14T01:13:12.478Z] db01528c6b51: Download complete [2025-08-14T01:13:12.478Z] 28988de357af: Download complete [2025-08-14T01:13:12.737Z] a29436f7fd5d: Verifying Checksum [2025-08-14T01:13:12.996Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-14T01:13:12.996Z] 2e8e34ca0e6c: Download complete [2025-08-14T01:13:13.564Z] 3dae71ba6b94: Pull complete [2025-08-14T01:13:13.825Z] 6bf1a483ea7c: Pull complete [2025-08-14T01:13:14.763Z] f5dfc541a4d3: Pull complete [2025-08-14T01:13:14.763Z] 461d9e800cba: Pull complete [2025-08-14T01:13:14.763Z] 80192f66455f: Pull complete [2025-08-14T01:13:18.959Z] 2e8e34ca0e6c: Pull complete [2025-08-14T01:13:19.526Z] a29436f7fd5d: Pull complete [2025-08-14T01:13:19.526Z] 923cac83aea3: Pull complete [2025-08-14T01:13:19.526Z] 25ad8b0a4227: Pull complete [2025-08-14T01:13:19.526Z] db01528c6b51: Pull complete [2025-08-14T01:13:19.526Z] 28988de357af: Pull complete [2025-08-14T01:13:19.785Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-14T01:13:19.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-14T01:13:19.785Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T01:13:19.930Z] prd-ubuntu20.04-docker-8c-8g-6919 does not seem to be running inside a container [2025-08-14T01:13:19.960Z] $ 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-08-14T01:13:22.722Z] $ docker top 93be471653408e903e09cef28581718a69f1ef03a1b39cdb801c8ba91a42d285 -eo pid,comm [2025-08-14T01:13:22.775Z] 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-08-14T01:13:22.775Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-14T01:13:22.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-14T01:13:22.830Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-14T01:13:22.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-14T01:13:22.940Z] $ docker exec 93be471653408e903e09cef28581718a69f1ef03a1b39cdb801c8ba91a42d285 ssh-agent [2025-08-14T01:13:23.046Z] SSH_AUTH_SOCK=/tmp/ssh-bchPZoI6VsHl/agent.32 [2025-08-14T01:13:23.046Z] SSH_AGENT_PID=38 [2025-08-14T01:13:23.053Z] Running ssh-add (command line suppressed) [2025-08-14T01:13:23.172Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8661761666085939409.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8661761666085939409.key) [2025-08-14T01:13:23.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-14T01:13:23.482Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] sh [2025-08-14T01:13:23.772Z] + git tag --points-at HEAD [Pipeline] } [2025-08-14T01:13:23.782Z] $ docker exec --env ******** --env ******** 93be471653408e903e09cef28581718a69f1ef03a1b39cdb801c8ba91a42d285 ssh-agent -k [2025-08-14T01:13:23.882Z] unset SSH_AUTH_SOCK; [2025-08-14T01:13:23.882Z] unset SSH_AGENT_PID; [2025-08-14T01:13:23.882Z] echo Agent pid 38 killed; [2025-08-14T01:13:23.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-14T01:13:23.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-14T01:13:23.937Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-14T01:13:24.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-14T01:13:24.036Z] $ docker exec 93be471653408e903e09cef28581718a69f1ef03a1b39cdb801c8ba91a42d285 ssh-agent [2025-08-14T01:13:24.146Z] SSH_AUTH_SOCK=/tmp/ssh-wvI7oyozp7X1/agent.85 [2025-08-14T01:13:24.146Z] SSH_AGENT_PID=91 [2025-08-14T01:13:24.151Z] Running ssh-add (command line suppressed) [2025-08-14T01:13:24.252Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4760673685820178784.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4760673685820178784.key) [2025-08-14T01:13:24.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-14T01:13:24.563Z] + git semver init [2025-08-14T01:13:24.822Z] 2025-08-14 01:13:24,778 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-14T01:13:24.822Z] 2025-08-14 01:13:24,782 [run_init] DEBUG init version:0.0.0 force:False [2025-08-14T01:13:24.822Z] 2025-08-14 01:13:24,783 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-08-14T01:13:24.822Z] 2025-08-14 01:13:24,783 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-08-14T01:13:24.822Z] 2025-08-14 01:13:24,784 [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-08-14T01:13:26.214Z] 2025-08-14 01:13:26,202 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-08-14T01:13:26.214Z] 2025-08-14 01:13:26,202 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-08-14T01:13:26.214Z] 2025-08-14 01:13:26,202 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-08-14T01:13:26.214Z] 2025-08-14 01:13:26,202 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-08-14T01:13:26.214Z] 4.1.0-dev.10 [Pipeline] } [2025-08-14T01:13:26.483Z] $ docker exec --env ******** --env ******** 93be471653408e903e09cef28581718a69f1ef03a1b39cdb801c8ba91a42d285 ssh-agent -k [2025-08-14T01:13:26.574Z] unset SSH_AUTH_SOCK; [2025-08-14T01:13:26.574Z] unset SSH_AGENT_PID; [2025-08-14T01:13:26.574Z] echo Agent pid 91 killed; [2025-08-14T01:13:26.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-14T01:13:26.911Z] + git semver [Pipeline] } [2025-08-14T01:13:27.183Z] $ docker stop --time=1 93be471653408e903e09cef28581718a69f1ef03a1b39cdb801c8ba91a42d285 [2025-08-14T01:13:28.456Z] $ docker rm -f --volumes 93be471653408e903e09cef28581718a69f1ef03a1b39cdb801c8ba91a42d285 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-14T01:13:28.804Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-14T01:13:29.051Z] Stashed 1 file(s) [Pipeline] echo [2025-08-14T01:13:29.055Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.10 [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-08-14T01:13:29.261Z] provisioning config files... [2025-08-14T01:13:29.288Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6822098799082029259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:13:29.599Z] ---> ****-login.sh [2025-08-14T01:13:29.599Z] nexus3.edgexfoundry.org:10001 [2025-08-14T01:13:29.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:29.599Z] Login Succeeded [2025-08-14T01:13:29.599Z] nexus3.edgexfoundry.org:10002 [2025-08-14T01:13:29.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:29.599Z] Login Succeeded [2025-08-14T01:13:29.599Z] nexus3.edgexfoundry.org:10003 [2025-08-14T01:13:29.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:29.859Z] Login Succeeded [2025-08-14T01:13:29.859Z] nexus3.edgexfoundry.org:10004 [2025-08-14T01:13:29.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:29.859Z] Login Succeeded [2025-08-14T01:13:29.859Z] ****.io [2025-08-14T01:13:29.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:13:30.119Z] Login Succeeded [2025-08-14T01:13:30.119Z] ---> ****-login.sh ends [Pipeline] } [2025-08-14T01:13:30.126Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-14T01:13:30.219Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-14T01:13:30.238Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-14T01:13:30.254Z] ========================================================= [2025-08-14T01:13:30.254Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-14T01:13:30.254Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:13:30.589Z] + 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-08-14T01:13:31.159Z] #0 building with "default" instance using docker driver [2025-08-14T01:13:31.159Z] [2025-08-14T01:13:31.159Z] #1 [internal] load build definition from Dockerfile [2025-08-14T01:13:31.159Z] #1 transferring dockerfile: 1.74kB done [2025-08-14T01:13:31.159Z] #1 DONE 0.0s [2025-08-14T01:13:31.159Z] [2025-08-14T01:13:31.159Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-14T01:13:31.159Z] #2 DONE 0.1s [2025-08-14T01:13:31.416Z] [2025-08-14T01:13:31.416Z] #3 [internal] load .dockerignore [2025-08-14T01:13:31.416Z] #3 transferring context: 193B done [2025-08-14T01:13:31.416Z] #3 DONE 0.0s [2025-08-14T01:13:31.416Z] [2025-08-14T01:13:31.416Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-14T01:13:31.416Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-08-14T01:13:31.416Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-08-14T01:13:31.416Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-08-14T01:13:31.416Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-14T01:13:31.416Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-08-14T01:13:31.416Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-08-14T01:13:31.416Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-14T01:13:31.416Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 12.58MB / 74.06MB 0.2s [2025-08-14T01:13:31.416Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-08-14T01:13:31.416Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-14T01:13:31.416Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-14T01:13:31.416Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0B / 103.05MB 0.2s [2025-08-14T01:13:31.416Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-14T01:13:31.416Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done [2025-08-14T01:13:31.416Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 1.56MB / 2.38MB 0.2s [2025-08-14T01:13:31.676Z] #4 ... [2025-08-14T01:13:31.676Z] [2025-08-14T01:13:31.676Z] #5 [internal] load build context [2025-08-14T01:13:31.676Z] #5 transferring context: 21.62MB 0.2s done [2025-08-14T01:13:31.676Z] #5 DONE 0.2s [2025-08-14T01:13:31.676Z] [2025-08-14T01:13:31.676Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-14T01:13:31.676Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 23.07MB / 74.06MB 0.3s [2025-08-14T01:13:31.676Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-14T01:13:31.676Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-08-14T01:13:31.676Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 1.05MB / 13.29MB 0.3s [2025-08-14T01:13:31.676Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-08-14T01:13:31.676Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 54.53MB / 74.06MB 0.5s [2025-08-14T01:13:31.676Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 15.73MB / 103.05MB 0.5s [2025-08-14T01:13:31.676Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 10.50MB / 13.29MB 0.5s [2025-08-14T01:13:31.676Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-08-14T01:13:31.936Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-08-14T01:13:31.936Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 39.85MB / 103.05MB 0.7s [2025-08-14T01:13:31.936Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.7s [2025-08-14T01:13:32.195Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 59.77MB / 103.05MB 0.8s [2025-08-14T01:13:32.195Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-08-14T01:13:32.195Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done [2025-08-14T01:13:32.195Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 79.69MB / 103.05MB 0.9s [2025-08-14T01:13:32.195Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.8s done [2025-08-14T01:13:32.454Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 99.61MB / 103.05MB 1.0s [2025-08-14T01:13:33.020Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.5s done [2025-08-14T01:13:37.205Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.2s done [2025-08-14T01:13:37.205Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-14T01:13:37.205Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-14T01:13:37.205Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-14T01:13:37.205Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-08-14T01:13:37.205Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-08-14T01:13:37.205Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-08-14T01:13:37.205Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-08-14T01:13:39.742Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.7s done [2025-08-14T01:13:39.742Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b [2025-08-14T01:13:40.311Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done [2025-08-14T01:13:40.311Z] #4 DONE 9.1s [2025-08-14T01:13:40.570Z] [2025-08-14T01:13:40.570Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-08-14T01:13:40.570Z] #6 0.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-14T01:13:40.830Z] #6 0.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-14T01:13:40.830Z] #6 0.534 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-08-14T01:13:41.090Z] #6 0.543 (2/4) Installing libedit (20240517.3.1-r0) [2025-08-14T01:13:41.091Z] #6 0.551 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-08-14T01:13:41.091Z] #6 0.578 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-08-14T01:13:41.091Z] #6 0.587 Executing busybox-1.36.1-r29.trigger [2025-08-14T01:13:41.091Z] #6 0.596 OK: 252 MiB in 62 packages [2025-08-14T01:13:43.646Z] #6 DONE 3.4s [2025-08-14T01:13:43.906Z] [2025-08-14T01:13:43.906Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-08-14T01:13:43.906Z] #7 DONE 0.0s [2025-08-14T01:13:43.906Z] [2025-08-14T01:13:43.906Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-14T01:13:43.906Z] #8 DONE 0.0s [2025-08-14T01:13:43.906Z] [2025-08-14T01:13:43.906Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-14T01:13:44.211Z] Still waiting to schedule task [2025-08-14T01:13:44.212Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-08-14T01:14:16.383Z] #9 DONE 30.1s [2025-08-14T01:14:16.383Z] [2025-08-14T01:14:16.383Z] #10 [builder 6/7] COPY . . [2025-08-14T01:14:16.383Z] #10 DONE 0.1s [2025-08-14T01:14:16.383Z] [2025-08-14T01:14:16.383Z] #11 [builder 7/7] RUN echo noop [2025-08-14T01:14:16.383Z] #11 0.202 noop [2025-08-14T01:14:16.383Z] #11 DONE 0.3s [2025-08-14T01:14:16.383Z] [2025-08-14T01:14:16.383Z] #12 exporting to image [2025-08-14T01:14:16.383Z] #12 exporting layers [2025-08-14T01:14:21.666Z] #12 exporting layers 7.2s done [2025-08-14T01:14:21.666Z] #12 writing image sha256:b64aaee93132edd293b04e1a40a0b2e77fe8c062e658515610f9cfdf241374b8 done [2025-08-14T01:14:21.666Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-14T01:14:21.666Z] #12 DONE 7.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:14:22.007Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-14T01:14:22.007Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T01:14:22.088Z] prd-ubuntu20.04-docker-8c-8g-6919 does not seem to be running inside a container [2025-08-14T01:14:22.114Z] $ 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-08-14T01:14:22.407Z] $ docker top 3263fc14c69997c06b50c0a6e2e1fe273891fe965bd4503dddd691cb2cb0f020 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-14T01:14:22.757Z] + go version [2025-08-14T01:14:22.757Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-14T01:14:22.764Z] $ docker stop --time=1 3263fc14c69997c06b50c0a6e2e1fe273891fe965bd4503dddd691cb2cb0f020 [2025-08-14T01:14:24.021Z] $ docker rm -f --volumes 3263fc14c69997c06b50c0a6e2e1fe273891fe965bd4503dddd691cb2cb0f020 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:14:24.452Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-14T01:14:24.452Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T01:14:24.526Z] prd-ubuntu20.04-docker-8c-8g-6919 does not seem to be running inside a container [2025-08-14T01:14:24.552Z] $ 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-08-14T01:14:24.793Z] $ docker top cbfec7039aafa5e86b6cf0e62e2b39130647254459af2ce23d4b162b02ef16f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-14T01:14:25.150Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-08-14T01:14:25.459Z] + make test [2025-08-14T01:14:25.459Z] go test ./... -coverprofile=coverage.out ./... [2025-08-14T01:14:26.837Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-08-14T01:14:44.903Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-08-14T01:14:44.903Z] ok github.com/edgexfoundry/device-rest-go/driver 0.010s coverage: 32.2% of statements [2025-08-14T01:14:54.864Z] go vet ./... [2025-08-14T01:14:59.043Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-14T01:14:59.043Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-14T01:14:59.043Z] ./bin/test-attribution-txt.sh [2025-08-14T01:14:59.043Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-14T01:14:59.043Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-14T01:14:59.043Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-14T01:14:59.043Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-14T01:14:59.043Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-14T01:14:59.043Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-14T01:14:59.059Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-14T01:14:59.081Z] $ docker stop --time=1 cbfec7039aafa5e86b6cf0e62e2b39130647254459af2ce23d4b162b02ef16f9 [2025-08-14T01:15:01.905Z] $ docker rm -f --volumes cbfec7039aafa5e86b6cf0e62e2b39130647254459af2ce23d4b162b02ef16f9 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-14T01:15:02.445Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-14T01:15:02.501Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-14T01:15:02.997Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-14T01:15:03.283Z] + ls -al . [2025-08-14T01:15:03.284Z] total 244 [2025-08-14T01:15:03.284Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 01:14 . [2025-08-14T01:15:03.284Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 01:12 .. [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 14 01:13 .dockerignore [2025-08-14T01:15:03.284Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 01:14 .git [2025-08-14T01:15:03.284Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 01:13 .github [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 264 Aug 14 01:13 .gitignore [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 01:13 .golangci.yml [2025-08-14T01:15:03.284Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 01:13 .semver [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 20138 Aug 14 01:13 Attribution.txt [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 18492 Aug 14 01:13 CHANGELOG.md [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 1697 Aug 14 01:13 Dockerfile [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 01:13 GOVERNANCE.md [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 14 01:13 Jenkinsfile [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 14 01:13 LICENSE [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 2598 Aug 14 01:13 Makefile [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 14 01:13 OWNERS.md [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 3989 Aug 14 01:13 README.md [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 01:13 VERSION [2025-08-14T01:15:03.284Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 01:13 bin [2025-08-14T01:15:03.284Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 01:13 cmd [2025-08-14T01:15:03.284Z] -rw-r--r-- 1 jenkins jenkins 14565 Aug 14 01:14 coverage.out [2025-08-14T01:15:03.284Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 01:13 driver [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 6324 Aug 14 01:13 go.mod [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 86944 Aug 14 01:13 go.sum [2025-08-14T01:15:03.284Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 01:13 openapi [2025-08-14T01:15:03.284Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 14 01:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:03.598Z] + 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=38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 --label arch=amd64 --label version=4.1.0-dev.10 . [2025-08-14T01:15:03.855Z] #0 building with "default" instance using docker driver [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #1 [internal] load build definition from Dockerfile [2025-08-14T01:15:03.855Z] #1 transferring dockerfile: 1.74kB done [2025-08-14T01:15:03.855Z] #1 DONE 0.0s [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-14T01:15:03.855Z] #2 DONE 0.0s [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-14T01:15:03.855Z] #3 DONE 0.1s [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #4 [internal] load .dockerignore [2025-08-14T01:15:03.855Z] #4 transferring context: 193B done [2025-08-14T01:15:03.855Z] #4 DONE 0.0s [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #5 [internal] load build context [2025-08-14T01:15:03.855Z] #5 transferring context: 18.46kB 0.0s done [2025-08-14T01:15:03.855Z] #5 DONE 0.0s [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-14T01:15:03.855Z] #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-14T01:15:03.855Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-14T01:15:03.855Z] #6 ... [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-14T01:15:03.855Z] #7 DONE 0.1s [2025-08-14T01:15:03.855Z] [2025-08-14T01:15:03.855Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-14T01:15:03.855Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-14T01:15:03.855Z] #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-14T01:15:03.855Z] #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-14T01:15:03.855Z] #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-14T01:15:03.855Z] #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-14T01:15:04.113Z] #6 DONE 0.3s [2025-08-14T01:15:04.113Z] [2025-08-14T01:15:04.113Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-08-14T01:15:04.371Z] #8 0.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-14T01:15:04.371Z] #8 0.327 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-14T01:15:04.630Z] #8 ... [2025-08-14T01:15:04.630Z] [2025-08-14T01:15:04.630Z] #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-08-14T01:15:04.630Z] #9 0.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-14T01:15:04.630Z] #9 0.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-14T01:15:04.630Z] #9 0.585 OK: 252 MiB in 62 packages [2025-08-14T01:15:04.630Z] #9 DONE 0.7s [2025-08-14T01:15:04.888Z] [2025-08-14T01:15:04.888Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-08-14T01:15:04.888Z] #10 DONE 0.1s [2025-08-14T01:15:04.888Z] [2025-08-14T01:15:04.888Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-08-14T01:15:04.888Z] #8 0.610 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-14T01:15:04.888Z] #8 0.615 Executing busybox-1.36.1-r29.trigger [2025-08-14T01:15:04.888Z] #8 0.622 OK: 8 MiB in 15 packages [2025-08-14T01:15:04.888Z] #8 DONE 0.8s [2025-08-14T01:15:04.888Z] [2025-08-14T01:15:04.888Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-14T01:15:04.888Z] #11 DONE 0.1s [2025-08-14T01:15:04.888Z] [2025-08-14T01:15:04.888Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-14T01:15:05.147Z] #12 0.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-14T01:15:05.405Z] #12 ... [2025-08-14T01:15:05.406Z] [2025-08-14T01:15:05.406Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-14T01:15:05.406Z] #13 DONE 0.4s [2025-08-14T01:15:05.406Z] [2025-08-14T01:15:05.406Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-14T01:15:05.406Z] #12 0.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-14T01:15:05.665Z] #12 ... [2025-08-14T01:15:05.665Z] [2025-08-14T01:15:05.665Z] #14 [builder 6/7] COPY . . [2025-08-14T01:15:05.665Z] #14 DONE 0.2s [2025-08-14T01:15:05.665Z] [2025-08-14T01:15:05.665Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-14T01:15:05.665Z] #12 0.788 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-14T01:15:05.665Z] #12 0.822 Executing busybox-1.36.1-r30.post-upgrade [2025-08-14T01:15:05.665Z] #12 0.861 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-14T01:15:05.923Z] #12 0.870 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-14T01:15:05.923Z] #12 0.874 Executing busybox-1.36.1-r30.trigger [2025-08-14T01:15:05.923Z] #12 0.880 OK: 8 MiB in 15 packages [2025-08-14T01:15:05.923Z] #12 DONE 1.0s [2025-08-14T01:15:05.923Z] [2025-08-14T01:15:05.923Z] #15 [builder 7/7] RUN make build [2025-08-14T01:15:05.923Z] #15 0.237 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.10 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-08-14T01:15:27.845Z] #15 DONE 22.3s [2025-08-14T01:15:29.752Z] [2025-08-14T01:15:29.752Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-08-14T01:15:29.752Z] #16 DONE 0.2s [2025-08-14T01:15:30.011Z] [2025-08-14T01:15:30.011Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-08-14T01:15:30.011Z] #17 DONE 0.0s [2025-08-14T01:15:30.011Z] [2025-08-14T01:15:30.011Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-08-14T01:15:30.011Z] #18 DONE 0.0s [2025-08-14T01:15:30.011Z] [2025-08-14T01:15:30.011Z] #19 exporting to image [2025-08-14T01:15:30.011Z] #19 exporting layers [2025-08-14T01:15:30.011Z] #19 exporting layers 0.2s done [2025-08-14T01:15:30.270Z] #19 writing image sha256:4bc28cb5588766720b7db8e7dca04da7feee0f9df776f0cb8675536d460cdbb1 done [2025-08-14T01:15:30.270Z] #19 naming to docker.io/library/device-rest done [2025-08-14T01:15:30.270Z] #19 DONE 0.2s [2025-08-14T01:15:30.270Z] [2025-08-14T01:15:30.270Z] 1 warning found (use docker --debug to expand): [2025-08-14T01:15:30.270Z]  - UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-14T01:15:30.400Z] provisioning config files... [2025-08-14T01:15:30.409Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16598567027210027427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:15:30.712Z] ---> ****-login.sh [2025-08-14T01:15:30.712Z] nexus3.edgexfoundry.org:10001 [2025-08-14T01:15:30.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:15:30.712Z] Login Succeeded [2025-08-14T01:15:30.712Z] nexus3.edgexfoundry.org:10002 [2025-08-14T01:15:30.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:15:30.712Z] Login Succeeded [2025-08-14T01:15:30.712Z] nexus3.edgexfoundry.org:10003 [2025-08-14T01:15:30.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:15:30.969Z] Login Succeeded [2025-08-14T01:15:30.970Z] nexus3.edgexfoundry.org:10004 [2025-08-14T01:15:30.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:15:30.970Z] Login Succeeded [2025-08-14T01:15:30.970Z] ****.io [2025-08-14T01:15:30.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:15:31.228Z] Login Succeeded [2025-08-14T01:15:31.228Z] ---> ****-login.sh ends [Pipeline] } [2025-08-14T01:15:31.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-14T01:15:31.277Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-14T01:15:31.303Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-08-14T01:15:31.303Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:15:31.303Z] latest [2025-08-14T01:15:31.303Z] 4.1.0-dev.10 [2025-08-14T01:15:31.303Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [2025-08-14T01:15:31.303Z] main [2025-08-14T01:15:31.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:31.656Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:31.982Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:15:31.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-14T01:15:31.982Z] e51377be8c7f: Preparing [2025-08-14T01:15:31.982Z] 0bb568f11689: Preparing [2025-08-14T01:15:31.982Z] 6b7cd8eead05: Preparing [2025-08-14T01:15:31.982Z] 7b1d9a0aa14e: Preparing [2025-08-14T01:15:31.982Z] c0817e97f995: Preparing [2025-08-14T01:15:31.982Z] 097100c76c15: Preparing [2025-08-14T01:15:31.982Z] 097100c76c15: Waiting [2025-08-14T01:15:31.982Z] 0bb568f11689: Pushed [2025-08-14T01:15:31.982Z] c0817e97f995: Pushed [2025-08-14T01:15:31.982Z] e51377be8c7f: Pushed [2025-08-14T01:15:31.982Z] 097100c76c15: Layer already exists [2025-08-14T01:15:31.982Z] 7b1d9a0aa14e: Pushed [2025-08-14T01:15:36.180Z] 6b7cd8eead05: Pushed [2025-08-14T01:15:40.393Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885: digest: sha256:94104f549c3cf9d735060d21f4bafed2078e36bff7a34706f958f44fa5abbd2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:40.718Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:41.296Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-14T01:15:41.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-14T01:15:41.296Z] e51377be8c7f: Preparing [2025-08-14T01:15:41.296Z] 0bb568f11689: Preparing [2025-08-14T01:15:41.296Z] 6b7cd8eead05: Preparing [2025-08-14T01:15:41.296Z] 7b1d9a0aa14e: Preparing [2025-08-14T01:15:41.296Z] c0817e97f995: Preparing [2025-08-14T01:15:41.296Z] 097100c76c15: Preparing [2025-08-14T01:15:41.296Z] 097100c76c15: Waiting [2025-08-14T01:15:41.296Z] c0817e97f995: Layer already exists [2025-08-14T01:15:41.296Z] 7b1d9a0aa14e: Layer already exists [2025-08-14T01:15:41.296Z] 0bb568f11689: Layer already exists [2025-08-14T01:15:41.296Z] e51377be8c7f: Layer already exists [2025-08-14T01:15:41.296Z] 6b7cd8eead05: Layer already exists [2025-08-14T01:15:41.296Z] 097100c76c15: Layer already exists [2025-08-14T01:15:41.296Z] latest: digest: sha256:94104f549c3cf9d735060d21f4bafed2078e36bff7a34706f958f44fa5abbd2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:41.635Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:41.961Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.10 [2025-08-14T01:15:41.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-14T01:15:41.961Z] e51377be8c7f: Preparing [2025-08-14T01:15:41.961Z] 0bb568f11689: Preparing [2025-08-14T01:15:41.961Z] 6b7cd8eead05: Preparing [2025-08-14T01:15:41.961Z] 7b1d9a0aa14e: Preparing [2025-08-14T01:15:41.961Z] c0817e97f995: Preparing [2025-08-14T01:15:41.961Z] 097100c76c15: Preparing [2025-08-14T01:15:41.961Z] 097100c76c15: Waiting [2025-08-14T01:15:41.961Z] 6b7cd8eead05: Layer already exists [2025-08-14T01:15:41.961Z] 0bb568f11689: Layer already exists [2025-08-14T01:15:41.961Z] c0817e97f995: Layer already exists [2025-08-14T01:15:41.961Z] 7b1d9a0aa14e: Layer already exists [2025-08-14T01:15:41.961Z] e51377be8c7f: Layer already exists [2025-08-14T01:15:41.961Z] 097100c76c15: Layer already exists [2025-08-14T01:15:41.961Z] 4.1.0-dev.10: digest: sha256:94104f549c3cf9d735060d21f4bafed2078e36bff7a34706f958f44fa5abbd2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:42.305Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:42.632Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [2025-08-14T01:15:42.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-14T01:15:42.632Z] e51377be8c7f: Preparing [2025-08-14T01:15:42.632Z] 0bb568f11689: Preparing [2025-08-14T01:15:42.632Z] 6b7cd8eead05: Preparing [2025-08-14T01:15:42.632Z] 7b1d9a0aa14e: Preparing [2025-08-14T01:15:42.632Z] c0817e97f995: Preparing [2025-08-14T01:15:42.632Z] 097100c76c15: Preparing [2025-08-14T01:15:42.632Z] 097100c76c15: Waiting [2025-08-14T01:15:42.632Z] 6b7cd8eead05: Layer already exists [2025-08-14T01:15:42.632Z] 0bb568f11689: Layer already exists [2025-08-14T01:15:42.632Z] c0817e97f995: Layer already exists [2025-08-14T01:15:42.632Z] 7b1d9a0aa14e: Layer already exists [2025-08-14T01:15:42.632Z] e51377be8c7f: Layer already exists [2025-08-14T01:15:42.632Z] 097100c76c15: Layer already exists [2025-08-14T01:15:42.632Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10: digest: sha256:94104f549c3cf9d735060d21f4bafed2078e36bff7a34706f958f44fa5abbd2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:42.960Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:15:43.290Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-14T01:15:43.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-14T01:15:43.290Z] e51377be8c7f: Preparing [2025-08-14T01:15:43.290Z] 0bb568f11689: Preparing [2025-08-14T01:15:43.290Z] 6b7cd8eead05: Preparing [2025-08-14T01:15:43.290Z] 7b1d9a0aa14e: Preparing [2025-08-14T01:15:43.290Z] c0817e97f995: Preparing [2025-08-14T01:15:43.290Z] 097100c76c15: Preparing [2025-08-14T01:15:43.290Z] 097100c76c15: Waiting [2025-08-14T01:15:43.290Z] 7b1d9a0aa14e: Layer already exists [2025-08-14T01:15:43.290Z] 6b7cd8eead05: Layer already exists [2025-08-14T01:15:43.290Z] c0817e97f995: Layer already exists [2025-08-14T01:15:43.290Z] e51377be8c7f: Layer already exists [2025-08-14T01:15:43.290Z] 0bb568f11689: Layer already exists [2025-08-14T01:15:43.290Z] 097100c76c15: Layer already exists [2025-08-14T01:15:43.290Z] main: digest: sha256:94104f549c3cf9d735060d21f4bafed2078e36bff7a34706f958f44fa5abbd2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-14T01:15:43.385Z] ===================================================== [Pipeline] echo [2025-08-14T01:15:43.401Z] taggedImages: [2025-08-14T01:15:43.401Z] - nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:15:43.401Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-14T01:15:43.401Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.10 [2025-08-14T01:15:43.401Z] - nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [2025-08-14T01:15:43.401Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-08-14T01:15:43.446Z] ========================================================= [2025-08-14T01:15:43.446Z] [edgeXBuildMultiArch] RAW Config: [2025-08-14T01:15:43.446Z] images: [2025-08-14T01:15:43.446Z] - nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:15:43.446Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-14T01:15:43.446Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.10 [2025-08-14T01:15:43.446Z] - nexus3.edgexfoundry.org:10004/device-rest:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [2025-08-14T01:15:43.446Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-14T01:15:43.446Z] settingsFile: [2025-08-14T01:15:43.446Z] device-rest-go-settings [2025-08-14T01:15:43.446Z] ========================================================= [Pipeline] node [2025-08-14T01:15:58.450Z] Still waiting to schedule task [2025-08-14T01:15:58.450Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-6910’ [2025-08-14T01:19:47.205Z] Running on prd-centos7-docker-4c-2g-6945 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-14T01:19:47.252Z] provisioning config files... [2025-08-14T01:19:47.320Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13144527328442692655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:19:48.993Z] ---> ****-login.sh [2025-08-14T01:19:48.993Z] nexus3.edgexfoundry.org:10001 [2025-08-14T01:32:21.390Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6954 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-08-14T01:32:21.411Z] Running in /w/workspace/device-rest-go/212 [Pipeline] { [Pipeline] checkout [2025-08-14T01:32:24.462Z] The recommended git tool is: git [2025-08-14T01:32:29.998Z] using credential edgex-jenkins-ssh [2025-08-14T01:32:30.028Z] Cloning the remote Git repository [2025-08-14T01:32:30.095Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-08-14T01:32:30.229Z] > git init /w/workspace/device-rest-go/212 # timeout=10 [2025-08-14T01:32:30.420Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-08-14T01:32:30.422Z] > git --version # timeout=10 [2025-08-14T01:32:30.446Z] > git --version # 'git version 2.25.1' [2025-08-14T01:32:30.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-14T01:32:30.641Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-14T01:32:34.279Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-08-14T01:32:34.301Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-14T01:32:35.296Z] Avoid second fetch [2025-08-14T01:32:35.297Z] Checking out Revision 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 (main) [2025-08-14T01:32:35.954Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#487)" [2025-08-14T01:32:35.310Z] > git config core.sparsecheckout # timeout=10 [2025-08-14T01:32:35.379Z] > git checkout -f 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-14T01:32:40.291Z] provisioning config files... [2025-08-14T01:32:40.318Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/212@tmp/config3579299004163797903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:32:40.972Z] ---> ****-login.sh [2025-08-14T01:32:40.973Z] nexus3.edgexfoundry.org:10001 [2025-08-14T01:32:41.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:32:41.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:32:41.515Z] Configure a credential helper to remove this warning. See [2025-08-14T01:32:41.515Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:32:41.515Z] [2025-08-14T01:32:41.515Z] Login Succeeded [2025-08-14T01:32:41.515Z] nexus3.edgexfoundry.org:10002 [2025-08-14T01:32:41.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:32:41.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:32:41.785Z] Configure a credential helper to remove this warning. See [2025-08-14T01:32:41.785Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:32:41.785Z] [2025-08-14T01:32:41.785Z] Login Succeeded [2025-08-14T01:32:41.785Z] nexus3.edgexfoundry.org:10003 [2025-08-14T01:32:42.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:32:42.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:32:42.338Z] Configure a credential helper to remove this warning. See [2025-08-14T01:32:42.338Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:32:42.338Z] [2025-08-14T01:32:42.338Z] Login Succeeded [2025-08-14T01:32:42.338Z] nexus3.edgexfoundry.org:10004 [2025-08-14T01:32:42.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:32:42.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:32:42.607Z] Configure a credential helper to remove this warning. See [2025-08-14T01:32:42.607Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:32:42.607Z] [2025-08-14T01:32:42.607Z] Login Succeeded [2025-08-14T01:32:42.607Z] ****.io [2025-08-14T01:32:42.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:32:43.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:32:43.143Z] Configure a credential helper to remove this warning. See [2025-08-14T01:32:43.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:32:43.143Z] [2025-08-14T01:32:43.143Z] Login Succeeded [2025-08-14T01:32:43.143Z] ---> ****-login.sh ends [Pipeline] } [2025-08-14T01:32:43.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-14T01:32:43.599Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-14T01:32:43.615Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-14T01:32:43.635Z] ========================================================= [2025-08-14T01:32:43.635Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-14T01:32:43.635Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:32:44.016Z] + 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-08-14T01:32:44.016Z] Sending build context to Docker daemon 141.8kB [2025-08-14T01:32:44.289Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-08-14T01:32:44.289Z] Step 2/12 : FROM ${BASE} AS builder [2025-08-14T01:32:44.289Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-14T01:32:44.289Z] 94e9d8af2201: Pulling fs layer [2025-08-14T01:32:44.289Z] a6c56e8762df: Pulling fs layer [2025-08-14T01:32:44.289Z] f0f3c8884826: Pulling fs layer [2025-08-14T01:32:44.289Z] c7e7622c144d: Pulling fs layer [2025-08-14T01:32:44.289Z] 4f4fb700ef54: Pulling fs layer [2025-08-14T01:32:44.289Z] b4c3b6d88c5a: Pulling fs layer [2025-08-14T01:32:44.289Z] ba8bce9d2590: Pulling fs layer [2025-08-14T01:32:44.289Z] ca778ea9c289: Pulling fs layer [2025-08-14T01:32:44.289Z] b4c3b6d88c5a: Waiting [2025-08-14T01:32:44.289Z] c7e7622c144d: Waiting [2025-08-14T01:32:44.289Z] 4f4fb700ef54: Waiting [2025-08-14T01:32:44.289Z] ba8bce9d2590: Waiting [2025-08-14T01:32:44.289Z] ca778ea9c289: Waiting [2025-08-14T01:32:44.566Z] a6c56e8762df: Verifying Checksum [2025-08-14T01:32:44.566Z] a6c56e8762df: Download complete [2025-08-14T01:32:44.566Z] c7e7622c144d: Verifying Checksum [2025-08-14T01:32:44.566Z] c7e7622c144d: Download complete [2025-08-14T01:32:44.566Z] 4f4fb700ef54: Verifying Checksum [2025-08-14T01:32:44.566Z] 4f4fb700ef54: Download complete [2025-08-14T01:32:44.566Z] b4c3b6d88c5a: Verifying Checksum [2025-08-14T01:32:44.566Z] b4c3b6d88c5a: Download complete [2025-08-14T01:32:44.566Z] 94e9d8af2201: Verifying Checksum [2025-08-14T01:32:44.566Z] 94e9d8af2201: Download complete [2025-08-14T01:32:45.162Z] ca778ea9c289: Verifying Checksum [2025-08-14T01:32:45.162Z] ca778ea9c289: Download complete [2025-08-14T01:32:45.439Z] 94e9d8af2201: Pull complete [2025-08-14T01:32:46.415Z] a6c56e8762df: Pull complete [2025-08-14T01:32:46.686Z] f0f3c8884826: Verifying Checksum [2025-08-14T01:32:46.686Z] f0f3c8884826: Download complete [2025-08-14T01:32:47.658Z] ba8bce9d2590: Verifying Checksum [2025-08-14T01:32:47.658Z] ba8bce9d2590: Download complete [2025-08-14T01:33:02.708Z] f0f3c8884826: Pull complete [2025-08-14T01:33:02.708Z] c7e7622c144d: Pull complete [2025-08-14T01:33:02.708Z] 4f4fb700ef54: Pull complete [2025-08-14T01:33:02.708Z] b4c3b6d88c5a: Pull complete [2025-08-14T01:33:10.937Z] ba8bce9d2590: Pull complete [2025-08-14T01:33:11.924Z] ca778ea9c289: Pull complete [2025-08-14T01:33:11.924Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-14T01:33:11.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-14T01:33:11.924Z] ---> 47b25d7523d1 [2025-08-14T01:33:11.924Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-08-14T01:33:13.867Z] ---> Running in b6f2a65bfa2d [2025-08-14T01:33:14.134Z] Removing intermediate container b6f2a65bfa2d [2025-08-14T01:33:14.134Z] ---> 89b6c1b0cef7 [2025-08-14T01:33:14.134Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-14T01:33:14.402Z] ---> Running in db066709525c [2025-08-14T01:33:14.689Z] Removing intermediate container db066709525c [2025-08-14T01:33:14.689Z] ---> e5965c768c46 [2025-08-14T01:33:14.689Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-08-14T01:33:14.963Z] ---> Running in cf76eb79f7be [2025-08-14T01:33:15.239Z] Removing intermediate container cf76eb79f7be [2025-08-14T01:33:15.239Z] ---> 276e3a048f40 [2025-08-14T01:33:15.239Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-08-14T01:33:15.239Z] ---> Running in 2cba6c434e61 [2025-08-14T01:33:15.828Z] Removing intermediate container 2cba6c434e61 [2025-08-14T01:33:15.828Z] ---> bda46242347c [2025-08-14T01:33:15.828Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-14T01:33:15.828Z] ---> Running in 0cabddc8ac90 [2025-08-14T01:33:17.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-14T01:33:17.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-14T01:33:18.947Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-08-14T01:33:18.947Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-08-14T01:33:18.947Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-08-14T01:33:18.947Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-08-14T01:33:18.947Z] Executing busybox-1.36.1-r29.trigger [2025-08-14T01:33:18.947Z] OK: 244 MiB in 62 packages [2025-08-14T01:33:20.384Z] Removing intermediate container 0cabddc8ac90 [2025-08-14T01:33:20.384Z] ---> b74b474b34a1 [2025-08-14T01:33:20.384Z] Step 8/12 : WORKDIR /device-rest-go [2025-08-14T01:33:20.384Z] ---> Running in 45993d7321d5 [2025-08-14T01:33:20.656Z] Removing intermediate container 45993d7321d5 [2025-08-14T01:33:20.656Z] ---> 3fea9ad43476 [2025-08-14T01:33:20.656Z] Step 9/12 : COPY go.mod vendor* ./ [2025-08-14T01:33:21.247Z] ---> c5b7174acbdd [2025-08-14T01:33:21.247Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-14T01:33:21.522Z] ---> Running in 06c59cc5b308 [2025-08-14T01:35:28.309Z] Removing intermediate container 06c59cc5b308 [2025-08-14T01:35:28.309Z] ---> 7337ac2f9f41 [2025-08-14T01:35:28.309Z] Step 11/12 : COPY . . [2025-08-14T01:35:28.576Z] ---> 2e9b91ef3ed1 [2025-08-14T01:35:28.576Z] Step 12/12 : RUN $MAKE [2025-08-14T01:35:28.576Z] ---> Running in 80d777d229c4 [2025-08-14T01:35:29.535Z] noop [2025-08-14T01:35:30.119Z] Removing intermediate container 80d777d229c4 [2025-08-14T01:35:30.119Z] ---> 738be98e8e80 [2025-08-14T01:35:30.119Z] Successfully built 738be98e8e80 [2025-08-14T01:35:30.119Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:35:30.520Z] + docker inspect -f . ci-base-image-arm64 [2025-08-14T01:35:30.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T01:35:30.745Z] prd-ubuntu20.04-docker-arm64-4c-16g-6954 does not seem to be running inside a container [2025-08-14T01:35:30.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/212 -v /w/workspace/device-rest-go/212:/w/workspace/device-rest-go/212:rw,z -v /w/workspace/device-rest-go/212@tmp:/w/workspace/device-rest-go/212@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-08-14T01:35:32.025Z] $ docker top 4096442880d9540e39e85fe3a329d3289bfefd172fa2b26def8910816d8f958f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-14T01:35:32.899Z] + go version [2025-08-14T01:35:32.899Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-14T01:35:32.911Z] $ docker stop --time=1 4096442880d9540e39e85fe3a329d3289bfefd172fa2b26def8910816d8f958f [2025-08-14T01:35:34.541Z] $ docker rm -f --volumes 4096442880d9540e39e85fe3a329d3289bfefd172fa2b26def8910816d8f958f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:35:35.194Z] + docker inspect -f . ci-base-image-arm64 [2025-08-14T01:35:35.194Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T01:35:35.411Z] prd-ubuntu20.04-docker-arm64-4c-16g-6954 does not seem to be running inside a container [2025-08-14T01:35:35.481Z] $ 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/212 -v /w/workspace/device-rest-go/212:/w/workspace/device-rest-go/212:rw,z -v /w/workspace/device-rest-go/212@tmp:/w/workspace/device-rest-go/212@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-08-14T01:35:36.918Z] $ docker top d6b1c37ef7a8ac89842fcb29a9a4d30b6d9454060634c0962877cfffdd3e25d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-14T01:35:37.781Z] + git config --global --add safe.directory /w/workspace/device-rest-go/212 [Pipeline] fileExists [Pipeline] sh [2025-08-14T01:35:38.440Z] + make test [2025-08-14T01:35:38.440Z] go test ./... -coverprofile=coverage.out ./... [2025-08-14T01:35:45.086Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-08-14T01:39:52.016Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-08-14T01:39:57.384Z] ok github.com/edgexfoundry/device-rest-go/driver 0.043s coverage: 32.2% of statements [2025-08-14T01:39:58.796Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-08-14T01:39:58.796Z] go vet ./... [2025-08-14T01:40:55.266Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-14T01:40:55.267Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-14T01:40:55.267Z] ./bin/test-attribution-txt.sh [2025-08-14T01:40:55.267Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-14T01:40:55.267Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-14T01:40:55.267Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-14T01:40:55.267Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-14T01:40:55.267Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-14T01:40:55.267Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-14T01:40:55.287Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-14T01:40:55.299Z] $ docker stop --time=1 d6b1c37ef7a8ac89842fcb29a9a4d30b6d9454060634c0962877cfffdd3e25d6 [2025-08-14T01:40:57.518Z] $ docker rm -f --volumes d6b1c37ef7a8ac89842fcb29a9a4d30b6d9454060634c0962877cfffdd3e25d6 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-14T01:40:59.426Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-14T01:40:59.459Z] Warning: overwriting stash ‘coverage-report’ [2025-08-14T01:41:00.206Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-14T01:41:00.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-14T01:41:01.075Z] + ls -al . [2025-08-14T01:41:01.075Z] total 240 [2025-08-14T01:41:01.075Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 01:35 . [2025-08-14T01:41:01.075Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 01:32 .. [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 14 01:32 .dockerignore [2025-08-14T01:41:01.075Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 01:32 .git [2025-08-14T01:41:01.075Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 01:32 .github [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 264 Aug 14 01:32 .gitignore [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 01:32 .golangci.yml [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 20138 Aug 14 01:32 Attribution.txt [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 18492 Aug 14 01:32 CHANGELOG.md [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 1697 Aug 14 01:32 Dockerfile [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 01:32 GOVERNANCE.md [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 14 01:32 Jenkinsfile [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 14 01:32 LICENSE [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 2598 Aug 14 01:32 Makefile [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 14 01:32 OWNERS.md [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 3989 Aug 14 01:32 README.md [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 01:13 VERSION [2025-08-14T01:41:01.075Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 01:32 bin [2025-08-14T01:41:01.075Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 01:32 cmd [2025-08-14T01:41:01.075Z] -rw-r--r-- 1 jenkins jenkins 14565 Aug 14 01:39 coverage.out [2025-08-14T01:41:01.075Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 01:32 driver [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 6324 Aug 14 01:32 go.mod [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 86944 Aug 14 01:32 go.sum [2025-08-14T01:41:01.075Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 01:32 openapi [2025-08-14T01:41:01.075Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 14 01:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:41:01.450Z] + 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=38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 --label arch=arm64 --label version=4.1.0-dev.10 . [2025-08-14T01:41:01.451Z] Sending build context to Docker daemon 157.2kB [2025-08-14T01:41:01.722Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-08-14T01:41:01.722Z] Step 2/26 : FROM ${BASE} AS builder [2025-08-14T01:41:01.722Z] ---> 738be98e8e80 [2025-08-14T01:41:01.722Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-08-14T01:41:01.722Z] ---> Running in b2bdded0fc9e [2025-08-14T01:41:02.316Z] Removing intermediate container b2bdded0fc9e [2025-08-14T01:41:02.316Z] ---> 1c0a9c99c443 [2025-08-14T01:41:02.316Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-14T01:41:02.316Z] ---> Running in 1b77e61bef0b [2025-08-14T01:41:02.592Z] Removing intermediate container 1b77e61bef0b [2025-08-14T01:41:02.592Z] ---> dfe9d8a7d350 [2025-08-14T01:41:02.592Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-08-14T01:41:02.592Z] ---> Running in 7e8f490a32b9 [2025-08-14T01:41:03.181Z] Removing intermediate container 7e8f490a32b9 [2025-08-14T01:41:03.181Z] ---> 4d50c9fd154c [2025-08-14T01:41:03.181Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-08-14T01:41:03.181Z] ---> Running in c594d3532e26 [2025-08-14T01:41:03.451Z] Removing intermediate container c594d3532e26 [2025-08-14T01:41:03.451Z] ---> 761357b0ea22 [2025-08-14T01:41:03.451Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-14T01:41:03.451Z] ---> Running in 1eecaecc2456 [2025-08-14T01:41:04.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-14T01:41:05.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-14T01:41:06.579Z] OK: 244 MiB in 62 packages [2025-08-14T01:41:07.993Z] Removing intermediate container 1eecaecc2456 [2025-08-14T01:41:07.993Z] ---> f790c4bb5058 [2025-08-14T01:41:07.993Z] Step 8/26 : WORKDIR /device-rest-go [2025-08-14T01:41:07.993Z] ---> Running in a5ebf5cf801e [2025-08-14T01:41:08.262Z] Removing intermediate container a5ebf5cf801e [2025-08-14T01:41:08.262Z] ---> 966dcb0e586a [2025-08-14T01:41:08.262Z] Step 9/26 : COPY go.mod vendor* ./ [2025-08-14T01:41:08.850Z] ---> 0b4e31394313 [2025-08-14T01:41:08.850Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-14T01:41:08.850Z] ---> Running in 4ea6a0777103 [2025-08-14T01:41:11.441Z] Removing intermediate container 4ea6a0777103 [2025-08-14T01:41:11.441Z] ---> dd97ba933752 [2025-08-14T01:41:11.441Z] Step 11/26 : COPY . . [2025-08-14T01:41:12.029Z] ---> 1b7ce7f3e5fe [2025-08-14T01:41:12.029Z] Step 12/26 : RUN $MAKE [2025-08-14T01:41:12.029Z] ---> Running in a153044ce02d [2025-08-14T01:41:12.995Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.10 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-08-14T01:45:19.862Z] Removing intermediate container a153044ce02d [2025-08-14T01:45:19.862Z] ---> 0842b7ced21d [2025-08-14T01:45:19.862Z] Step 13/26 : FROM alpine:3.20 [2025-08-14T01:45:19.862Z] 3.20: Pulling from library/alpine [2025-08-14T01:45:19.862Z] 13e713f82565: Pulling fs layer [2025-08-14T01:45:19.862Z] 13e713f82565: Verifying Checksum [2025-08-14T01:45:19.862Z] 13e713f82565: Download complete [2025-08-14T01:45:19.862Z] 13e713f82565: Pull complete [2025-08-14T01:45:19.862Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-14T01:45:19.862Z] Status: Downloaded newer image for alpine:3.20 [2025-08-14T01:45:19.862Z] ---> c88e9dceb6cb [2025-08-14T01:45:19.862Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-08-14T01:45:19.862Z] ---> Running in 17734ae23ff0 [2025-08-14T01:45:19.862Z] Removing intermediate container 17734ae23ff0 [2025-08-14T01:45:19.862Z] ---> e4f46508c854 [2025-08-14T01:45:19.862Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-08-14T01:45:19.862Z] ---> Running in 22f728400095 [2025-08-14T01:45:19.862Z] Removing intermediate container 22f728400095 [2025-08-14T01:45:19.862Z] ---> 9310d1d2bcb9 [2025-08-14T01:45:19.862Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-08-14T01:45:19.862Z] ---> Running in e8f5d3c011a5 [2025-08-14T01:45:19.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-14T01:45:19.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-14T01:45:19.862Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-08-14T01:45:19.862Z] Executing busybox-1.36.1-r29.trigger [2025-08-14T01:45:19.862Z] OK: 9 MiB in 15 packages [2025-08-14T01:45:19.862Z] Removing intermediate container e8f5d3c011a5 [2025-08-14T01:45:19.862Z] ---> 59587befd594 [2025-08-14T01:45:19.862Z] Step 17/26 : RUN apk --no-cache upgrade [2025-08-14T01:45:19.862Z] ---> Running in 9d41714a0ecd [2025-08-14T01:45:19.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-14T01:45:19.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-14T01:45:19.862Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-14T01:45:19.862Z] Executing busybox-1.36.1-r30.post-upgrade [2025-08-14T01:45:19.862Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-14T01:45:19.862Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-14T01:45:19.862Z] Executing busybox-1.36.1-r30.trigger [2025-08-14T01:45:19.862Z] OK: 9 MiB in 15 packages [2025-08-14T01:45:19.862Z] Removing intermediate container 9d41714a0ecd [2025-08-14T01:45:19.862Z] ---> 187476e5ede2 [2025-08-14T01:45:19.862Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-08-14T01:45:19.862Z] ---> 90d5cfec3d3c [2025-08-14T01:45:19.862Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-08-14T01:45:20.132Z] ---> a0ecefe45880 [2025-08-14T01:45:20.132Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-08-14T01:45:20.720Z] ---> 06333a62319c [2025-08-14T01:45:20.720Z] Step 21/26 : EXPOSE 59986 [2025-08-14T01:45:20.720Z] ---> Running in c3593305702b [2025-08-14T01:45:20.990Z] Removing intermediate container c3593305702b [2025-08-14T01:45:20.990Z] ---> 526035c53075 [2025-08-14T01:45:20.990Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-08-14T01:45:21.257Z] ---> Running in 218818580a97 [2025-08-14T01:45:21.524Z] Removing intermediate container 218818580a97 [2025-08-14T01:45:21.524Z] ---> 05b9b0c7847a [2025-08-14T01:45:21.524Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-08-14T01:45:21.524Z] ---> Running in 5fcf42fc9f55 [2025-08-14T01:45:21.794Z] Removing intermediate container 5fcf42fc9f55 [2025-08-14T01:45:21.794Z] ---> ae746b4f4cb1 [2025-08-14T01:45:21.794Z] Step 24/26 : LABEL arch=arm64 [2025-08-14T01:45:22.065Z] ---> Running in e4c37ed9a638 [2025-08-14T01:45:22.331Z] Removing intermediate container e4c37ed9a638 [2025-08-14T01:45:22.331Z] ---> bdbc7f049c4b [2025-08-14T01:45:22.331Z] Step 25/26 : LABEL git_sha=38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:45:22.331Z] ---> Running in 13bacd2dfdcb [2025-08-14T01:45:22.598Z] Removing intermediate container 13bacd2dfdcb [2025-08-14T01:45:22.598Z] ---> 9f6549dec759 [2025-08-14T01:45:22.598Z] Step 26/26 : LABEL version=4.1.0-dev.10 [2025-08-14T01:45:22.865Z] ---> Running in be5a1fe3114a [2025-08-14T01:45:23.131Z] Removing intermediate container be5a1fe3114a [2025-08-14T01:45:23.131Z] ---> d19cbe207047 [2025-08-14T01:45:23.131Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-14T01:45:23.131Z] Successfully built d19cbe207047 [2025-08-14T01:45:23.131Z] 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-08-14T01:45:23.288Z] provisioning config files... [2025-08-14T01:45:23.303Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/212@tmp/config8093226709223801403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:45:23.650Z] ---> ****-login.sh [2025-08-14T01:45:23.650Z] nexus3.edgexfoundry.org:10001 [2025-08-14T01:45:23.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:45:23.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:45:23.918Z] Configure a credential helper to remove this warning. See [2025-08-14T01:45:23.918Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:45:23.918Z] [2025-08-14T01:45:23.918Z] Login Succeeded [2025-08-14T01:45:23.918Z] nexus3.edgexfoundry.org:10002 [2025-08-14T01:45:24.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:45:24.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:45:24.186Z] Configure a credential helper to remove this warning. See [2025-08-14T01:45:24.186Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:45:24.186Z] [2025-08-14T01:45:24.186Z] Login Succeeded [2025-08-14T01:45:24.186Z] nexus3.edgexfoundry.org:10003 [2025-08-14T01:45:24.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:45:24.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:45:24.721Z] Configure a credential helper to remove this warning. See [2025-08-14T01:45:24.721Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:45:24.721Z] [2025-08-14T01:45:24.721Z] Login Succeeded [2025-08-14T01:45:24.721Z] nexus3.edgexfoundry.org:10004 [2025-08-14T01:45:24.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:45:24.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:45:24.996Z] Configure a credential helper to remove this warning. See [2025-08-14T01:45:24.996Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:45:24.996Z] [2025-08-14T01:45:24.996Z] Login Succeeded [2025-08-14T01:45:24.996Z] ****.io [2025-08-14T01:45:25.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-14T01:45:25.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-14T01:45:25.531Z] Configure a credential helper to remove this warning. See [2025-08-14T01:45:25.531Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-14T01:45:25.531Z] [2025-08-14T01:45:25.531Z] Login Succeeded [2025-08-14T01:45:25.531Z] ---> ****-login.sh ends [Pipeline] } [2025-08-14T01:45:25.544Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-14T01:45:25.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-14T01:45:25.645Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-08-14T01:45:25.645Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:45:25.645Z] latest [2025-08-14T01:45:25.645Z] 4.1.0-dev.10 [2025-08-14T01:45:25.645Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [2025-08-14T01:45:25.645Z] main [2025-08-14T01:45:25.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:26.021Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:26.377Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:45:26.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-08-14T01:45:26.377Z] 4bb841772d60: Preparing [2025-08-14T01:45:26.377Z] 4e99d70b128e: Preparing [2025-08-14T01:45:26.377Z] 1df092dedfce: Preparing [2025-08-14T01:45:26.377Z] 96e4c5cf4502: Preparing [2025-08-14T01:45:26.377Z] f8f87608321b: Preparing [2025-08-14T01:45:26.377Z] 1e890da81ec9: Preparing [2025-08-14T01:45:26.377Z] 1e890da81ec9: Waiting [2025-08-14T01:45:26.644Z] 4bb841772d60: Pushed [2025-08-14T01:45:26.644Z] 4e99d70b128e: Pushed [2025-08-14T01:45:26.644Z] f8f87608321b: Pushed [2025-08-14T01:45:26.644Z] 1e890da81ec9: Layer already exists [2025-08-14T01:45:26.909Z] 96e4c5cf4502: Pushed [2025-08-14T01:45:35.108Z] 1df092dedfce: Pushed [2025-08-14T01:45:35.108Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885: digest: sha256:45be78f5d0e0d86023166cd621fbe6f4bc700832e20b16b8b73509a617a5dcc9 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:35.476Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:35.846Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-08-14T01:45:35.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-08-14T01:45:35.846Z] 4bb841772d60: Preparing [2025-08-14T01:45:35.846Z] 4e99d70b128e: Preparing [2025-08-14T01:45:35.846Z] 1df092dedfce: Preparing [2025-08-14T01:45:35.846Z] 96e4c5cf4502: Preparing [2025-08-14T01:45:35.846Z] f8f87608321b: Preparing [2025-08-14T01:45:35.846Z] 1e890da81ec9: Preparing [2025-08-14T01:45:35.846Z] 1e890da81ec9: Waiting [2025-08-14T01:45:35.846Z] 96e4c5cf4502: Layer already exists [2025-08-14T01:45:35.846Z] 4bb841772d60: Layer already exists [2025-08-14T01:45:35.846Z] f8f87608321b: Layer already exists [2025-08-14T01:45:35.846Z] 4e99d70b128e: Layer already exists [2025-08-14T01:45:35.846Z] 1df092dedfce: Layer already exists [2025-08-14T01:45:35.846Z] 1e890da81ec9: Layer already exists [2025-08-14T01:45:35.846Z] latest: digest: sha256:45be78f5d0e0d86023166cd621fbe6f4bc700832e20b16b8b73509a617a5dcc9 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:36.205Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:36.568Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.10 [2025-08-14T01:45:36.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-08-14T01:45:36.568Z] 4bb841772d60: Preparing [2025-08-14T01:45:36.568Z] 4e99d70b128e: Preparing [2025-08-14T01:45:36.568Z] 1df092dedfce: Preparing [2025-08-14T01:45:36.568Z] 96e4c5cf4502: Preparing [2025-08-14T01:45:36.568Z] f8f87608321b: Preparing [2025-08-14T01:45:36.568Z] 1e890da81ec9: Preparing [2025-08-14T01:45:36.568Z] 1e890da81ec9: Waiting [2025-08-14T01:45:36.568Z] 4bb841772d60: Layer already exists [2025-08-14T01:45:36.568Z] 96e4c5cf4502: Layer already exists [2025-08-14T01:45:36.568Z] 1df092dedfce: Layer already exists [2025-08-14T01:45:36.568Z] 4e99d70b128e: Layer already exists [2025-08-14T01:45:36.568Z] f8f87608321b: Layer already exists [2025-08-14T01:45:36.568Z] 1e890da81ec9: Layer already exists [2025-08-14T01:45:36.568Z] 4.1.0-dev.10: digest: sha256:45be78f5d0e0d86023166cd621fbe6f4bc700832e20b16b8b73509a617a5dcc9 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:37.199Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:37.551Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [2025-08-14T01:45:37.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-08-14T01:45:37.551Z] 4bb841772d60: Preparing [2025-08-14T01:45:37.551Z] 4e99d70b128e: Preparing [2025-08-14T01:45:37.551Z] 1df092dedfce: Preparing [2025-08-14T01:45:37.551Z] 96e4c5cf4502: Preparing [2025-08-14T01:45:37.551Z] f8f87608321b: Preparing [2025-08-14T01:45:37.551Z] 1e890da81ec9: Preparing [2025-08-14T01:45:37.551Z] 1e890da81ec9: Waiting [2025-08-14T01:45:37.551Z] f8f87608321b: Layer already exists [2025-08-14T01:45:37.551Z] 4e99d70b128e: Layer already exists [2025-08-14T01:45:37.551Z] 96e4c5cf4502: Layer already exists [2025-08-14T01:45:37.551Z] 1df092dedfce: Layer already exists [2025-08-14T01:45:37.551Z] 4bb841772d60: Layer already exists [2025-08-14T01:45:37.551Z] 1e890da81ec9: Layer already exists [2025-08-14T01:45:37.551Z] 38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10: digest: sha256:45be78f5d0e0d86023166cd621fbe6f4bc700832e20b16b8b73509a617a5dcc9 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:38.182Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:38.532Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-08-14T01:45:38.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-08-14T01:45:38.532Z] 4bb841772d60: Preparing [2025-08-14T01:45:38.532Z] 4e99d70b128e: Preparing [2025-08-14T01:45:38.532Z] 1df092dedfce: Preparing [2025-08-14T01:45:38.532Z] 96e4c5cf4502: Preparing [2025-08-14T01:45:38.532Z] f8f87608321b: Preparing [2025-08-14T01:45:38.532Z] 1e890da81ec9: Preparing [2025-08-14T01:45:38.532Z] 1e890da81ec9: Waiting [2025-08-14T01:45:38.532Z] f8f87608321b: Layer already exists [2025-08-14T01:45:38.532Z] 4e99d70b128e: Layer already exists [2025-08-14T01:45:38.532Z] 96e4c5cf4502: Layer already exists [2025-08-14T01:45:38.532Z] 4bb841772d60: Layer already exists [2025-08-14T01:45:38.532Z] 1df092dedfce: Layer already exists [2025-08-14T01:45:38.532Z] 1e890da81ec9: Layer already exists [2025-08-14T01:45:38.798Z] main: digest: sha256:45be78f5d0e0d86023166cd621fbe6f4bc700832e20b16b8b73509a617a5dcc9 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-14T01:45:38.892Z] ===================================================== [Pipeline] echo [2025-08-14T01:45:38.917Z] taggedImages: [2025-08-14T01:45:38.917Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [2025-08-14T01:45:38.917Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-08-14T01:45:38.917Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.10 [2025-08-14T01:45:38.917Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [2025-08-14T01:45:38.917Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-08-14T01:45:38.931Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885 [Pipeline] echo [2025-08-14T01:45:38.949Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-08-14T01:45:38.963Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.10 [Pipeline] echo [2025-08-14T01:45:38.978Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:38fb2f72f8afe33a3dcf5a6cbd0d1c3596858885-4.1.0-dev.10 [Pipeline] echo [2025-08-14T01:45:38.992Z] 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-08-14T01:45:39.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-14T01:45:39.373Z] [2025-08-14T01:45:39.373Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T01:45:39.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-14T01:45:39.706Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-14T01:45:39.706Z] 8998bd30e6a1: Pulling fs layer [2025-08-14T01:45:39.706Z] 04944245beec: Pulling fs layer [2025-08-14T01:45:39.706Z] 699f458cf7ca: Pulling fs layer [2025-08-14T01:45:39.706Z] 765212b225bb: Pulling fs layer [2025-08-14T01:45:39.706Z] f23df028b6ca: Pulling fs layer [2025-08-14T01:45:39.706Z] 765212b225bb: Waiting [2025-08-14T01:45:39.706Z] f23df028b6ca: Waiting [2025-08-14T01:45:39.706Z] d65c8cfc05b1: Pulling fs layer [2025-08-14T01:45:39.706Z] 2437ff75d9bd: Pulling fs layer [2025-08-14T01:45:39.706Z] d65c8cfc05b1: Waiting [2025-08-14T01:45:39.706Z] 2437ff75d9bd: Waiting [2025-08-14T01:45:39.977Z] 04944245beec: Verifying Checksum [2025-08-14T01:45:39.977Z] 04944245beec: Download complete [2025-08-14T01:45:39.977Z] 765212b225bb: Verifying Checksum [2025-08-14T01:45:39.977Z] 765212b225bb: Download complete [2025-08-14T01:45:39.977Z] f23df028b6ca: Verifying Checksum [2025-08-14T01:45:39.977Z] f23df028b6ca: Download complete [2025-08-14T01:45:39.977Z] d65c8cfc05b1: Verifying Checksum [2025-08-14T01:45:39.977Z] d65c8cfc05b1: Download complete [2025-08-14T01:45:40.244Z] 699f458cf7ca: Verifying Checksum [2025-08-14T01:45:40.244Z] 699f458cf7ca: Download complete [2025-08-14T01:45:40.511Z] 8998bd30e6a1: Verifying Checksum [2025-08-14T01:45:40.511Z] 8998bd30e6a1: Download complete [2025-08-14T01:45:43.082Z] 2437ff75d9bd: Verifying Checksum [2025-08-14T01:45:43.082Z] 2437ff75d9bd: Download complete [2025-08-14T01:45:45.023Z] 8998bd30e6a1: Pull complete [2025-08-14T01:45:45.606Z] 04944245beec: Pull complete [2025-08-14T01:45:47.543Z] 699f458cf7ca: Pull complete [2025-08-14T01:45:47.543Z] 765212b225bb: Pull complete [2025-08-14T01:45:48.505Z] f23df028b6ca: Pull complete [2025-08-14T01:45:48.505Z] d65c8cfc05b1: Pull complete [2025-08-14T01:46:06.729Z] 2437ff75d9bd: Pull complete [2025-08-14T01:46:06.729Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-14T01:46:06.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-14T01:46:06.729Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T01:46:06.964Z] prd-ubuntu20.04-docker-arm64-4c-16g-6954 does not seem to be running inside a container [2025-08-14T01:46:07.023Z] $ 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/212 -v /w/workspace/device-rest-go/212:/w/workspace/device-rest-go/212:rw,z -v /w/workspace/device-rest-go/212@tmp:/w/workspace/device-rest-go/212@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-08-14T01:46:09.998Z] $ docker top 326dd7b2a76ddbae5df9f0a5e9d892f5b84bfffd1bf48a4cae7f09148d0a32dc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T01:46:10.904Z] ---> job-cost.sh [2025-08-14T01:46:10.904Z] lf-activate-venv: SKIPPING [2025-08-14T01:46:10.904Z] INFO: No Stack... [2025-08-14T01:46:11.487Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-14T01:46:12.072Z] INFO: Archiving Costs [Pipeline] sh [2025-08-14T01:46:12.714Z] + cat /w/workspace/device-rest-go/212/archives/cost.csv [2025-08-14T01:46:12.714Z] + cut -d, -f6 [Pipeline] lock [2025-08-14T01:46:12.776Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] [2025-08-14T01:46:12.787Z] Resource [jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] did not exist. Created. [2025-08-14T01:46:12.793Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-14T01:46:13.450Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-14T01:46:13.528Z] Stashed 1 file(s) [Pipeline] } [2025-08-14T01:46:13.539Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-14T01:46:13.556Z] $ docker stop --time=1 326dd7b2a76ddbae5df9f0a5e9d892f5b84bfffd1bf48a4cae7f09148d0a32dc [2025-08-14T01:46:15.137Z] $ docker rm -f --volumes 326dd7b2a76ddbae5df9f0a5e9d892f5b84bfffd1bf48a4cae7f09148d0a32dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-14T07:13:05.438Z] Cancelling nested steps due to timeout [2025-08-14T07:13:05.444Z] Sending interrupt signal to process [2025-08-14T07:13:15.190Z] script returned exit code 143 [Pipeline] } [2025-08-14T07:13:15.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-14T07:13:15.647Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:16.013Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:16.605Z] ---> package-listing.sh [2025-08-14T07:13:16.605Z] ++ facter osfamily [2025-08-14T07:13:16.605Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-14T07:13:16.865Z] + OS_FAMILY=redhat [2025-08-14T07:13:16.865Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-08-14T07:13:16.865Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-14T07:13:16.865Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-14T07:13:16.865Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-14T07:13:16.865Z] + PACKAGES=/tmp/packages_start.txt [2025-08-14T07:13:16.865Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-14T07:13:16.865Z] + PACKAGES=/tmp/packages_end.txt [2025-08-14T07:13:16.865Z] + case "${OS_FAMILY}" in [2025-08-14T07:13:16.865Z] + sort [2025-08-14T07:13:16.865Z] + rpm -qa [2025-08-14T07:13:17.436Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-14T07:13:17.436Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-14T07:13:17.436Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-14T07:13:17.436Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-14T07:13:17.436Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-08-14T07:13:17.436Z] + 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-08-14T07:13:17.448Z] 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-08-14T07:13:17.731Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T07:13:18.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-14T07:13:18.302Z] [2025-08-14T07:13:18.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T07:13:18.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-14T07:13:18.602Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-14T07:13:18.602Z] 5eb5b503b376: Pulling fs layer [2025-08-14T07:13:18.602Z] 5c69ac0246d0: Pulling fs layer [2025-08-14T07:13:18.602Z] ec43610c2a17: Pulling fs layer [2025-08-14T07:13:18.602Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-14T07:13:18.602Z] 33b1e0a273af: Pulling fs layer [2025-08-14T07:13:18.602Z] 5d3b04190fa2: Pulling fs layer [2025-08-14T07:13:18.602Z] 2f39f015ded8: Pulling fs layer [2025-08-14T07:13:18.602Z] 33b1e0a273af: Waiting [2025-08-14T07:13:18.602Z] 5d3b04190fa2: Waiting [2025-08-14T07:13:18.602Z] 2f39f015ded8: Waiting [2025-08-14T07:13:18.602Z] 3a2ae6a8a46f: Waiting [2025-08-14T07:13:18.865Z] 5c69ac0246d0: Verifying Checksum [2025-08-14T07:13:18.865Z] 5c69ac0246d0: Download complete [2025-08-14T07:13:18.865Z] 3a2ae6a8a46f: Download complete [2025-08-14T07:13:18.865Z] ec43610c2a17: Verifying Checksum [2025-08-14T07:13:18.865Z] ec43610c2a17: Download complete [2025-08-14T07:13:18.865Z] 33b1e0a273af: Verifying Checksum [2025-08-14T07:13:18.865Z] 33b1e0a273af: Download complete [2025-08-14T07:13:18.865Z] 5d3b04190fa2: Verifying Checksum [2025-08-14T07:13:18.865Z] 5d3b04190fa2: Download complete [2025-08-14T07:13:18.865Z] 5eb5b503b376: Download complete [2025-08-14T07:13:19.439Z] 2f39f015ded8: Verifying Checksum [2025-08-14T07:13:19.439Z] 2f39f015ded8: Download complete [2025-08-14T07:13:20.392Z] 5eb5b503b376: Pull complete [2025-08-14T07:13:20.655Z] 5c69ac0246d0: Pull complete [2025-08-14T07:13:20.913Z] ec43610c2a17: Pull complete [2025-08-14T07:13:20.913Z] 3a2ae6a8a46f: Pull complete [2025-08-14T07:13:21.172Z] 33b1e0a273af: Pull complete [2025-08-14T07:13:21.172Z] 5d3b04190fa2: Pull complete [2025-08-14T07:13:25.368Z] 2f39f015ded8: Pull complete [2025-08-14T07:13:25.368Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-14T07:13:25.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-14T07:13:25.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T07:13:25.484Z] prd-centos7-docker-4c-2g-6945 does not seem to be running inside a container [2025-08-14T07:13:25.519Z] $ 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-08-14T07:13:28.325Z] $ docker top 40f44cd443dc2a36113b8135dffb68adc5ec26979a890d0e41b6f4d74100c5cd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-14T07:13:28.686Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-14T07:13:28.972Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-14T07:13:29.259Z] + ls /var/log/sa-host [2025-08-14T07:13:29.259Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-14T07:13:29.343Z] provisioning config files... [2025-08-14T07:13:29.354Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6996213030710851861tmp [Pipeline] { [Pipeline] echo [2025-08-14T07:13:29.375Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:29.667Z] ---> create-netrc.sh [Pipeline] } [2025-08-14T07:13:29.674Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:30.031Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-14T07:13:30.042Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:30.326Z] ---> sudo-logs.sh [2025-08-14T07:13:30.326Z] Archiving 'sudo' log.. [2025-08-14T07:13:30.326Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6945.novalocal: Name or service not known [2025-08-14T07:13:30.326Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6945.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-14T07:13:30.412Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:30.707Z] ---> job-cost.sh [2025-08-14T07:13:30.707Z] lf-activate-venv: SKIPPING [2025-08-14T07:13:30.707Z] DEBUG: total: 0.10999999940395355 [2025-08-14T07:13:30.707Z] INFO: Retrieving Stack Cost... [2025-08-14T07:13:30.965Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-14T07:13:31.224Z] INFO: Archiving Costs [Pipeline] echo [2025-08-14T07:13:31.237Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:31.525Z] ---> logs-deploy.sh [2025-08-14T07:13:31.525Z] lf-activate-venv: SKIPPING [2025-08-14T07:13:31.525Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/212 [2025-08-14T07:13:31.525Z] INFO: archiving workspace using pattern(s): [2025-08-14T07:13:32.461Z] Archives upload complete. [2025-08-14T07:13:32.461Z] INFO: archiving logs to Nexus [2025-08-14T07:13:33.401Z] ---> uname -a: [2025-08-14T07:13:33.401Z] Linux prd-centos7-docker-4c-2g-6945.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-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] ---> lscpu: [2025-08-14T07:13:33.401Z] Architecture: x86_64 [2025-08-14T07:13:33.401Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-14T07:13:33.401Z] Byte Order: Little Endian [2025-08-14T07:13:33.401Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-14T07:13:33.401Z] CPU(s): 2 [2025-08-14T07:13:33.401Z] On-line CPU(s) list: 0,1 [2025-08-14T07:13:33.401Z] Thread(s) per core: 1 [2025-08-14T07:13:33.401Z] Core(s) per socket: 1 [2025-08-14T07:13:33.401Z] Socket(s): 2 [2025-08-14T07:13:33.401Z] NUMA node(s): 1 [2025-08-14T07:13:33.401Z] Vendor ID: AuthenticAMD [2025-08-14T07:13:33.401Z] CPU family: 23 [2025-08-14T07:13:33.401Z] Model: 49 [2025-08-14T07:13:33.401Z] Model name: AMD EPYC-Rome Processor [2025-08-14T07:13:33.401Z] Stepping: 0 [2025-08-14T07:13:33.401Z] CPU MHz: 2799.998 [2025-08-14T07:13:33.401Z] BogoMIPS: 5599.99 [2025-08-14T07:13:33.401Z] Virtualization: AMD-V [2025-08-14T07:13:33.401Z] Hypervisor vendor: KVM [2025-08-14T07:13:33.401Z] Virtualization type: full [2025-08-14T07:13:33.401Z] L1d cache: 64 KiB [2025-08-14T07:13:33.401Z] L1i cache: 64 KiB [2025-08-14T07:13:33.401Z] L2 cache: 1 MiB [2025-08-14T07:13:33.401Z] L3 cache: 32 MiB [2025-08-14T07:13:33.401Z] NUMA node0 CPU(s): 0,1 [2025-08-14T07:13:33.401Z] Vulnerability Itlb multihit: Not affected [2025-08-14T07:13:33.401Z] Vulnerability L1tf: Not affected [2025-08-14T07:13:33.401Z] Vulnerability Mds: Not affected [2025-08-14T07:13:33.401Z] Vulnerability Meltdown: Not affected [2025-08-14T07:13:33.401Z] Vulnerability Mmio stale data: Not affected [2025-08-14T07:13:33.401Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-14T07:13:33.401Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-14T07:13:33.401Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-14T07:13:33.401Z] Vulnerability Srbds: Not affected [2025-08-14T07:13:33.401Z] Vulnerability Tsx async abort: Not affected [2025-08-14T07:13:33.401Z] 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-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] ---> nproc: [2025-08-14T07:13:33.401Z] 2 [2025-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] ---> df -h: [2025-08-14T07:13:33.401Z] Filesystem Size Used Avail Use% Mounted on [2025-08-14T07:13:33.401Z] overlay 40G 6.8G 34G 17% / [2025-08-14T07:13:33.401Z] tmpfs 64M 0 64M 0% /dev [2025-08-14T07:13:33.401Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-14T07:13:33.401Z] shm 64M 0 64M 0% /dev/shm [2025-08-14T07:13:33.401Z] /dev/vda1 40G 6.8G 34G 17% /facter-os [2025-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] [2025-08-14T07:13:33.401Z] Cannot open /var/log/sysstat/sa14: No such file or directory [2025-08-14T07:13:33.401Z] Please check if data collecting is enabled [2025-08-14T07:13:33.401Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-14T07:13:33.431Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-14T07:13:33.437Z] $ docker stop --time=1 40f44cd443dc2a36113b8135dffb68adc5ec26979a890d0e41b6f4d74100c5cd [2025-08-14T07:13:34.571Z] $ docker rm -f --volumes 40f44cd443dc2a36113b8135dffb68adc5ec26979a890d0e41b6f4d74100c5cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-14T07:13:34.662Z] [WS-CLEANUP] Deleting project workspace... [2025-08-14T07:13:34.662Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-14T07:13:34.676Z] [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-08-14T07:13:35.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-14T07:13:35.119Z] [2025-08-14T07:13:35.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T07:13:35.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-14T07:13:35.421Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-14T07:13:35.421Z] 5eb5b503b376: Pulling fs layer [2025-08-14T07:13:35.421Z] 5c69ac0246d0: Pulling fs layer [2025-08-14T07:13:35.421Z] ec43610c2a17: Pulling fs layer [2025-08-14T07:13:35.421Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-14T07:13:35.421Z] 33b1e0a273af: Pulling fs layer [2025-08-14T07:13:35.421Z] 5d3b04190fa2: Pulling fs layer [2025-08-14T07:13:35.421Z] 2f39f015ded8: Pulling fs layer [2025-08-14T07:13:35.421Z] 2f39f015ded8: Waiting [2025-08-14T07:13:35.421Z] 33b1e0a273af: Waiting [2025-08-14T07:13:35.421Z] 5d3b04190fa2: Waiting [2025-08-14T07:13:35.421Z] 3a2ae6a8a46f: Waiting [2025-08-14T07:13:35.421Z] 5c69ac0246d0: Download complete [2025-08-14T07:13:35.421Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-14T07:13:35.421Z] 3a2ae6a8a46f: Download complete [2025-08-14T07:13:35.421Z] 33b1e0a273af: Verifying Checksum [2025-08-14T07:13:35.421Z] 33b1e0a273af: Download complete [2025-08-14T07:13:35.421Z] 5d3b04190fa2: Verifying Checksum [2025-08-14T07:13:35.421Z] 5d3b04190fa2: Download complete [2025-08-14T07:13:35.421Z] ec43610c2a17: Verifying Checksum [2025-08-14T07:13:35.421Z] ec43610c2a17: Download complete [2025-08-14T07:13:35.678Z] 5eb5b503b376: Verifying Checksum [2025-08-14T07:13:35.679Z] 5eb5b503b376: Download complete [2025-08-14T07:13:36.245Z] 2f39f015ded8: Download complete [2025-08-14T07:13:37.178Z] 5eb5b503b376: Pull complete [2025-08-14T07:13:37.178Z] 5c69ac0246d0: Pull complete [2025-08-14T07:13:37.743Z] ec43610c2a17: Pull complete [2025-08-14T07:13:37.743Z] 3a2ae6a8a46f: Pull complete [2025-08-14T07:13:38.001Z] 33b1e0a273af: Pull complete [2025-08-14T07:13:38.001Z] 5d3b04190fa2: Pull complete [2025-08-14T07:13:43.277Z] 2f39f015ded8: Pull complete [2025-08-14T07:13:43.277Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-14T07:13:43.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-14T07:13:43.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T07:13:43.367Z] prd-ubuntu20.04-docker-8c-8g-6919 does not seem to be running inside a container [2025-08-14T07:13:43.397Z] $ 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-08-14T07:13:45.234Z] $ docker top 77a8b127852569b9a92544247541634a9cd6fbca22e22b97a20fa86784fc0db4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:45.578Z] ---> job-cost.sh [2025-08-14T07:13:45.578Z] lf-activate-venv: SKIPPING [2025-08-14T07:13:45.578Z] INFO: No Stack... [2025-08-14T07:13:45.837Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-14T07:13:46.097Z] INFO: Archiving Costs [Pipeline] sh [2025-08-14T07:13:46.386Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-08-14T07:13:46.387Z] + cut -d, -f6 [Pipeline] lock [2025-08-14T07:13:46.401Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] [2025-08-14T07:13:46.407Z] Resource [jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] did not exist. Created. [2025-08-14T07:13:46.412Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-14T07:13:46.721Z] /w/workspace/edgexfoundry_device-rest-go_main@tmp/durable-dc5b80c2/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-14T07:13:47.015Z] + echo total: 1.5299999713897705 [Pipeline] stash [2025-08-14T07:13:47.037Z] Warning: overwriting stash ‘stack-cost’ [2025-08-14T07:13:47.051Z] Stashed 1 file(s) [Pipeline] } [2025-08-14T07:13:47.058Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-212-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-14T07:13:47.086Z] $ docker stop --time=1 77a8b127852569b9a92544247541634a9cd6fbca22e22b97a20fa86784fc0db4 [2025-08-14T07:13:48.228Z] $ docker rm -f --volumes 77a8b127852569b9a92544247541634a9cd6fbca22e22b97a20fa86784fc0db4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-14T07:13:48.364Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-14T07:13:49.181Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-08-14T07:13:49.181Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-14T07:13:49.181Z] total 16 [2025-08-14T07:13:49.181Z] drwxr-xr-x 3 root root 4096 Aug 14 07:13 . [2025-08-14T07:13:49.181Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 07:13 .. [2025-08-14T07:13:49.181Z] drwxr-xr-x 2 root root 4096 Aug 14 07:13 cost [2025-08-14T07:13:49.181Z] -rw-r--r-- 1 root root 88 Aug 14 07:13 cost.csv [2025-08-14T07:13:49.181Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-14T07:13:49.181Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-14T07:13:49.181Z] total 16 [2025-08-14T07:13:49.181Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 07:13 . [2025-08-14T07:13:49.181Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 07:13 .. [2025-08-14T07:13:49.181Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 14 07:13 cost [2025-08-14T07:13:49.181Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 14 07:13 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:49.473Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:50.337Z] ---> package-listing.sh [2025-08-14T07:13:50.337Z] ++ facter osfamily [2025-08-14T07:13:50.337Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-14T07:13:50.596Z] + OS_FAMILY=debian [2025-08-14T07:13:50.596Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-08-14T07:13:50.596Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-14T07:13:50.596Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-14T07:13:50.596Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-14T07:13:50.596Z] + PACKAGES=/tmp/packages_start.txt [2025-08-14T07:13:50.596Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-14T07:13:50.596Z] + PACKAGES=/tmp/packages_end.txt [2025-08-14T07:13:50.596Z] + case "${OS_FAMILY}" in [2025-08-14T07:13:50.596Z] + dpkg -l [2025-08-14T07:13:50.596Z] + grep '^ii' [2025-08-14T07:13:50.596Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-14T07:13:50.596Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-14T07:13:50.596Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-14T07:13:50.596Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-14T07:13:50.596Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-08-14T07:13:50.596Z] + 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-08-14T07:13:50.609Z] 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-08-14T07:13:50.889Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-14T07:13:51.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-14T07:13:51.451Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-14T07:13:51.531Z] prd-ubuntu20.04-docker-8c-8g-6919 does not seem to be running inside a container [2025-08-14T07:13:51.568Z] $ 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-08-14T07:13:51.805Z] $ docker top 9c5f8d2a6a89831d217b8a7164a26aded5b9854bce8f50191ab71497711e9228 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-14T07:13:52.153Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-14T07:13:52.442Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-14T07:13:52.734Z] + ls /var/log/sa-host [2025-08-14T07:13:52.734Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-14T07:13:52.768Z] provisioning config files... [2025-08-14T07:13:52.777Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config234901250737734724tmp [Pipeline] { [Pipeline] echo [2025-08-14T07:13:52.795Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:53.081Z] ---> create-netrc.sh [Pipeline] } [2025-08-14T07:13:53.087Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:53.401Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-14T07:13:53.411Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:53.694Z] ---> sudo-logs.sh [2025-08-14T07:13:53.694Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-14T07:13:53.727Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:54.007Z] ---> job-cost.sh [2025-08-14T07:13:54.007Z] lf-activate-venv: SKIPPING [2025-08-14T07:13:54.007Z] DEBUG: total: 1.5299999713897705 [2025-08-14T07:13:54.007Z] INFO: Retrieving Stack Cost... [2025-08-14T07:13:54.007Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-14T07:13:54.270Z] INFO: Archiving Costs [Pipeline] echo [2025-08-14T07:13:54.284Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-14T07:13:54.568Z] ---> logs-deploy.sh [2025-08-14T07:13:54.568Z] lf-activate-venv: SKIPPING [2025-08-14T07:13:54.568Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/212 [2025-08-14T07:13:54.568Z] INFO: archiving workspace using pattern(s): [2025-08-14T07:13:55.507Z] Archives upload complete. [2025-08-14T07:13:55.507Z] INFO: archiving logs to Nexus