Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 811051642a48477a389f61ef6b915f3ab0e7ae7b 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-ssh11734369911506686486.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8639862472588869942.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh14344801426827095238.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1637969135637994250.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-ssh12963753221621553454.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, goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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-772558 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 811051642a48477a389f61ef6b915f3ab0e7ae7b (main) Commit message: "Merge pull request #502 from judehung/update-go-1.25" > git config core.sparsecheckout # timeout=10 > git checkout -f 811051642a48477a389f61ef6b915f3ab0e7ae7b # timeout=10 > git rev-list --no-walk b09695e414fb6bc5c55bba4002466265ae521868 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-11-05T05:14:20.763Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-11-05T05:14:20.846Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-11-05T05:14:20.878Z] ========================================================= [2025-11-05T05:14:20.878Z] EdgeX Global Pipelines Version Info [2025-11-05T05:14:20.878Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:14:21.997Z] ------------------- [2025-11-05T05:14:21.997Z] stable info: [2025-11-05T05:14:21.997Z] ------------------- [2025-11-05T05:14:21.997Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-11-05T05:14:21.997Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2025-11-05T05:14:21.997Z] Message: update stable to v1.0.278 [2025-11-05T05:14:22.565Z] ------------------- [2025-11-05T05:14:22.565Z] experimental info: [2025-11-05T05:14:22.565Z] ------------------- [2025-11-05T05:14:22.565Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-11-05T05:14:22.565Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2025-11-05T05:14:22.565Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-11-05T05:14:22.638Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-11-05T05:14:22.658Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-11-05T05:14:22.680Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-11-05T05:14:22.704Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-11-05T05:14:22.724Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-11-05T05:14:22.752Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2025-11-05T05:14:22.780Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-11-05T05:14:22.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-11-05T05:14:22.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-11-05T05:14:22.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-11-05T05:14:22.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-11-05T05:14:22.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-11-05T05:14:22.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-11-05T05:14:22.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-11-05T05:14:22.965Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-11-05T05:14:22.988Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-11-05T05:14:23.012Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-11-05T05:14:23.037Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-11-05T05:14:23.060Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-11-05T05:14:23.085Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-11-05T05:14:23.104Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-11-05T05:14:23.128Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-11-05T05:14:23.150Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-11-05T05:14:23.172Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-11-05T05:14:23.197Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-11-05T05:14:23.220Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-11-05T05:14:23.242Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-11-05T05:14:23.271Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-11-05T05:14:23.304Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-11-05T05:14:23.328Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-11-05T05:14:23.348Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo [2025-11-05T05:14:23.372Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8110516 [Pipeline] echo [2025-11-05T05:14:23.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-05T05:14:23.454Z] provisioning config files... [2025-11-05T05:14:23.469Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9666676913214870030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:14:23.812Z] ---> ****-login.sh [2025-11-05T05:14:23.812Z] nexus3.edgexfoundry.org:10001 [2025-11-05T05:14:23.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:24.072Z] [2025-11-05T05:14:24.073Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-05T05:14:24.073Z] Configure a credential helper to remove this warning. See [2025-11-05T05:14:24.073Z] https://docs.****.com/go/credential-store/ [2025-11-05T05:14:24.073Z] [2025-11-05T05:14:24.073Z] Login Succeeded [2025-11-05T05:14:24.073Z] nexus3.edgexfoundry.org:10002 [2025-11-05T05:14:24.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:24.073Z] [2025-11-05T05:14:24.073Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-05T05:14:24.073Z] Configure a credential helper to remove this warning. See [2025-11-05T05:14:24.073Z] https://docs.****.com/go/credential-store/ [2025-11-05T05:14:24.073Z] [2025-11-05T05:14:24.073Z] Login Succeeded [2025-11-05T05:14:24.073Z] nexus3.edgexfoundry.org:10003 [2025-11-05T05:14:24.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:24.333Z] [2025-11-05T05:14:24.333Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-05T05:14:24.333Z] Configure a credential helper to remove this warning. See [2025-11-05T05:14:24.333Z] https://docs.****.com/go/credential-store/ [2025-11-05T05:14:24.333Z] [2025-11-05T05:14:24.333Z] Login Succeeded [2025-11-05T05:14:24.333Z] nexus3.edgexfoundry.org:10004 [2025-11-05T05:14:24.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:24.333Z] [2025-11-05T05:14:24.333Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-05T05:14:24.333Z] Configure a credential helper to remove this warning. See [2025-11-05T05:14:24.333Z] https://docs.****.com/go/credential-store/ [2025-11-05T05:14:24.333Z] [2025-11-05T05:14:24.333Z] Login Succeeded [2025-11-05T05:14:24.333Z] ****.io [2025-11-05T05:14:24.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:24.596Z] [2025-11-05T05:14:24.596Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-05T05:14:24.596Z] Configure a credential helper to remove this warning. See [2025-11-05T05:14:24.596Z] https://docs.****.com/go/credential-store/ [2025-11-05T05:14:24.596Z] [2025-11-05T05:14:24.596Z] Login Succeeded [2025-11-05T05:14:24.596Z] ---> ****-login.sh ends [Pipeline] } [2025-11-05T05:14:24.614Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-11-05T05:14:25.027Z] + git rev-list -1 --merges 811051642a48477a389f61ef6b915f3ab0e7ae7b~1..811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo [2025-11-05T05:14:25.055Z] -----------> git rev-list -1 --merges 811051642a48477a389f61ef6b915f3ab0e7ae7b~1..811051642a48477a389f61ef6b915f3ab0e7ae7b 811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:14:25.056Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b [false] [Pipeline] sh [2025-11-05T05:14:25.351Z] + git log --format=format:%s -1 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo [2025-11-05T05:14:25.370Z] ========================================================= [2025-11-05T05:14:25.370Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-11-05T05:14:25.370Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-11-05T05:14:25.711Z] + git log --format=format:%s -1 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo [2025-11-05T05:14:25.724Z] [semverPrep] GIT_COMMIT: 811051642a48477a389f61ef6b915f3ab0e7ae7b, Commit Message: Merge pull request #502 from judehung/update-go-1.25 [Pipeline] echo [2025-11-05T05:14:25.737Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-11-05T05:14:26.097Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-05T05:14:26.097Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-11-05T05:14:26.097Z] + [ -e /tmp/ssh_known_hosts ] [2025-11-05T05:14:26.097Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-11-05T05:14:26.097Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-11-05T05:14:26.097Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-11-05T05:14:26.097Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:14:26.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-05T05:14:26.463Z] [2025-11-05T05:14:26.463Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:14:26.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-05T05:14:26.769Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-11-05T05:14:26.769Z] 3dae71ba6b94: Pulling fs layer [2025-11-05T05:14:26.769Z] 6bf1a483ea7c: Pulling fs layer [2025-11-05T05:14:26.769Z] f5dfc541a4d3: Pulling fs layer [2025-11-05T05:14:26.769Z] 461d9e800cba: Pulling fs layer [2025-11-05T05:14:26.769Z] 80192f66455f: Pulling fs layer [2025-11-05T05:14:26.769Z] 2e8e34ca0e6c: Pulling fs layer [2025-11-05T05:14:26.769Z] a29436f7fd5d: Pulling fs layer [2025-11-05T05:14:26.769Z] 923cac83aea3: Pulling fs layer [2025-11-05T05:14:26.769Z] 25ad8b0a4227: Pulling fs layer [2025-11-05T05:14:26.769Z] db01528c6b51: Pulling fs layer [2025-11-05T05:14:26.769Z] 28988de357af: Pulling fs layer [2025-11-05T05:14:26.769Z] 80192f66455f: Waiting [2025-11-05T05:14:26.769Z] 2e8e34ca0e6c: Waiting [2025-11-05T05:14:26.769Z] a29436f7fd5d: Waiting [2025-11-05T05:14:26.769Z] 923cac83aea3: Waiting [2025-11-05T05:14:26.769Z] 25ad8b0a4227: Waiting [2025-11-05T05:14:26.769Z] db01528c6b51: Waiting [2025-11-05T05:14:26.769Z] 28988de357af: Waiting [2025-11-05T05:14:26.769Z] 461d9e800cba: Waiting [2025-11-05T05:14:26.769Z] 6bf1a483ea7c: Verifying Checksum [2025-11-05T05:14:26.769Z] 6bf1a483ea7c: Download complete [2025-11-05T05:14:26.769Z] 461d9e800cba: Verifying Checksum [2025-11-05T05:14:26.769Z] 461d9e800cba: Download complete [2025-11-05T05:14:27.028Z] 80192f66455f: Verifying Checksum [2025-11-05T05:14:27.028Z] 80192f66455f: Download complete [2025-11-05T05:14:27.028Z] f5dfc541a4d3: Verifying Checksum [2025-11-05T05:14:27.028Z] f5dfc541a4d3: Download complete [2025-11-05T05:14:27.028Z] 3dae71ba6b94: Download complete [2025-11-05T05:14:27.028Z] 923cac83aea3: Verifying Checksum [2025-11-05T05:14:27.028Z] 923cac83aea3: Download complete [2025-11-05T05:14:27.287Z] 25ad8b0a4227: Download complete [2025-11-05T05:14:27.287Z] db01528c6b51: Verifying Checksum [2025-11-05T05:14:27.287Z] db01528c6b51: Download complete [2025-11-05T05:14:27.287Z] 28988de357af: Verifying Checksum [2025-11-05T05:14:27.287Z] 28988de357af: Download complete [2025-11-05T05:14:27.547Z] a29436f7fd5d: Verifying Checksum [2025-11-05T05:14:27.547Z] a29436f7fd5d: Download complete [2025-11-05T05:14:27.547Z] 2e8e34ca0e6c: Verifying Checksum [2025-11-05T05:14:27.547Z] 2e8e34ca0e6c: Download complete [2025-11-05T05:14:28.483Z] 3dae71ba6b94: Pull complete [2025-11-05T05:14:28.483Z] 6bf1a483ea7c: Pull complete [2025-11-05T05:14:29.093Z] f5dfc541a4d3: Pull complete [2025-11-05T05:14:29.093Z] 461d9e800cba: Pull complete [2025-11-05T05:14:29.093Z] 80192f66455f: Pull complete [2025-11-05T05:14:32.400Z] 2e8e34ca0e6c: Pull complete [2025-11-05T05:14:32.974Z] a29436f7fd5d: Pull complete [2025-11-05T05:14:32.974Z] 923cac83aea3: Pull complete [2025-11-05T05:14:33.233Z] 25ad8b0a4227: Pull complete [2025-11-05T05:14:33.233Z] db01528c6b51: Pull complete [2025-11-05T05:14:33.233Z] 28988de357af: Pull complete [2025-11-05T05:14:33.233Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-11-05T05:14:33.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-05T05:14:33.233Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:14:33.397Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:14:33.430Z] $ 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-11-05T05:14:36.128Z] $ docker top 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f -eo pid,comm [2025-11-05T05:14:36.177Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-11-05T05:14:36.177Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-05T05:14:36.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-05T05:14:36.240Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-05T05:14:36.364Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-05T05:14:36.365Z] $ docker exec 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent [2025-11-05T05:14:36.467Z] SSH_AUTH_SOCK=/tmp/ssh-4WqBy0yQl8ZM/agent.32 [2025-11-05T05:14:36.467Z] SSH_AGENT_PID=38 [2025-11-05T05:14:36.474Z] Running ssh-add (command line suppressed) [2025-11-05T05:14:36.576Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17203510716480501400.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17203510716480501400.key) [2025-11-05T05:14:36.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-05T05:14:36.895Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] sh [2025-11-05T05:14:37.191Z] + git tag --points-at HEAD [Pipeline] } [2025-11-05T05:14:37.203Z] $ docker exec --env ******** --env ******** 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent -k [2025-11-05T05:14:37.294Z] unset SSH_AUTH_SOCK; [2025-11-05T05:14:37.294Z] unset SSH_AGENT_PID; [2025-11-05T05:14:37.294Z] echo Agent pid 38 killed; [2025-11-05T05:14:37.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-11-05T05:14:37.359Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-05T05:14:37.359Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-05T05:14:37.477Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-05T05:14:37.478Z] $ docker exec 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent [2025-11-05T05:14:37.581Z] SSH_AUTH_SOCK=/tmp/ssh-ibe82qo6syaj/agent.86 [2025-11-05T05:14:37.581Z] SSH_AGENT_PID=92 [2025-11-05T05:14:37.587Z] Running ssh-add (command line suppressed) [2025-11-05T05:14:37.696Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17400111038228256608.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17400111038228256608.key) [2025-11-05T05:14:37.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-05T05:14:38.010Z] + git semver init [2025-11-05T05:14:38.271Z] 2025-11-05 05:14:38,227 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-05T05:14:38.271Z] 2025-11-05 05:14:38,232 [run_init] DEBUG init version:0.0.0 force:False [2025-11-05T05:14:38.271Z] 2025-11-05 05:14:38,233 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-11-05T05:14:38.271Z] 2025-11-05 05:14:38,233 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-11-05T05:14:38.271Z] 2025-11-05 05:14:38,233 [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-11-05T05:14:40.181Z] 2025-11-05 05:14:39,872 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-11-05T05:14:40.181Z] 2025-11-05 05:14:39,873 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-11-05T05:14:40.181Z] 2025-11-05 05:14:39,873 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:14:40.181Z] 2025-11-05 05:14:39,873 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:14:40.181Z] 4.1.0-dev.16 [Pipeline] } [2025-11-05T05:14:40.190Z] $ docker exec --env ******** --env ******** 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f ssh-agent -k [2025-11-05T05:14:40.287Z] unset SSH_AUTH_SOCK; [2025-11-05T05:14:40.287Z] unset SSH_AGENT_PID; [2025-11-05T05:14:40.287Z] echo Agent pid 92 killed; [2025-11-05T05:14:40.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-05T05:14:40.629Z] + git semver [Pipeline] } [2025-11-05T05:14:40.902Z] $ docker stop --time=1 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f [2025-11-05T05:14:42.164Z] $ docker rm -f --volumes 327f1a2b306c0e9c5312915d3d5a212a237871d51f78d7c219dbfe9373d4d63f [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-05T05:14:42.511Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-11-05T05:14:42.730Z] Stashed 1 file(s) [Pipeline] echo [2025-11-05T05:14:42.735Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-05T05:14:42.922Z] provisioning config files... [2025-11-05T05:14:42.932Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9749403042612537180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:14:43.248Z] ---> ****-login.sh [2025-11-05T05:14:43.248Z] nexus3.edgexfoundry.org:10001 [2025-11-05T05:14:43.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:43.248Z] Login Succeeded [2025-11-05T05:14:43.248Z] nexus3.edgexfoundry.org:10002 [2025-11-05T05:14:43.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:43.248Z] Login Succeeded [2025-11-05T05:14:43.248Z] nexus3.edgexfoundry.org:10003 [2025-11-05T05:14:43.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:43.507Z] Login Succeeded [2025-11-05T05:14:43.507Z] nexus3.edgexfoundry.org:10004 [2025-11-05T05:14:43.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:43.507Z] Login Succeeded [2025-11-05T05:14:43.507Z] ****.io [2025-11-05T05:14:43.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:14:43.766Z] Login Succeeded [2025-11-05T05:14:43.766Z] ---> ****-login.sh ends [Pipeline] } [2025-11-05T05:14:43.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-11-05T05:14:43.914Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-05T05:14:43.934Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-05T05:14:43.953Z] ========================================================= [2025-11-05T05:14:43.953Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2025-11-05T05:14:43.953Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:14:44.296Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine --build-arg MAKE=echo noop --target=builder . [2025-11-05T05:14:45.236Z] #0 building with "default" instance using docker driver [2025-11-05T05:14:45.237Z] [2025-11-05T05:14:45.237Z] #1 [internal] load build definition from Dockerfile [2025-11-05T05:14:45.237Z] #1 transferring dockerfile: 1.74kB done [2025-11-05T05:14:45.237Z] #1 DONE 0.0s [2025-11-05T05:14:45.237Z] [2025-11-05T05:14:45.237Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-11-05T05:14:45.237Z] #2 DONE 0.1s [2025-11-05T05:14:45.237Z] [2025-11-05T05:14:45.237Z] #3 [internal] load .dockerignore [2025-11-05T05:14:45.237Z] #3 transferring context: 193B done [2025-11-05T05:14:45.237Z] #3 DONE 0.0s [2025-11-05T05:14:45.237Z] [2025-11-05T05:14:45.237Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2025-11-05T05:14:45.237Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done [2025-11-05T05:14:45.237Z] #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.0s done [2025-11-05T05:14:45.237Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.19MB / 60.15MB 0.1s [2025-11-05T05:14:45.237Z] #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done [2025-11-05T05:14:45.237Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s [2025-11-05T05:14:45.237Z] #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done [2025-11-05T05:14:45.237Z] #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 2.10MB / 3.80MB 0.1s [2025-11-05T05:14:45.237Z] #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done [2025-11-05T05:14:45.237Z] #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done [2025-11-05T05:14:45.237Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 12.58MB / 60.15MB 0.2s [2025-11-05T05:14:45.237Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-11-05T05:14:45.237Z] #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done [2025-11-05T05:14:45.237Z] #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b [2025-11-05T05:14:45.237Z] #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.1s done [2025-11-05T05:14:45.237Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0B / 11.98MB 0.2s [2025-11-05T05:14:45.237Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 0B / 112.58MB 0.2s [2025-11-05T05:14:45.497Z] #4 ... [2025-11-05T05:14:45.497Z] [2025-11-05T05:14:45.497Z] #5 [internal] load build context [2025-11-05T05:14:45.497Z] #5 transferring context: 21.64MB 0.2s done [2025-11-05T05:14:45.497Z] #5 DONE 0.2s [2025-11-05T05:14:45.497Z] [2025-11-05T05:14:45.497Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2025-11-05T05:14:45.497Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 26.21MB / 60.15MB 0.3s [2025-11-05T05:14:45.497Z] #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done [2025-11-05T05:14:45.497Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 6.29MB / 11.98MB 0.3s [2025-11-05T05:14:45.497Z] #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 [2025-11-05T05:14:45.497Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 57.67MB / 60.15MB 0.5s [2025-11-05T05:14:45.497Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done [2025-11-05T05:14:45.497Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 22.02MB / 112.58MB 0.5s [2025-11-05T05:14:45.497Z] #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.0s done [2025-11-05T05:14:45.497Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0B / 14.72MB 0.5s [2025-11-05T05:14:45.755Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 33.55MB / 112.58MB 0.6s [2025-11-05T05:14:45.755Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 4.19MB / 14.72MB 0.6s [2025-11-05T05:14:45.755Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 45.09MB / 112.58MB 0.7s [2025-11-05T05:14:45.755Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 9.45MB / 14.72MB 0.7s [2025-11-05T05:14:45.755Z] #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 [2025-11-05T05:14:46.016Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.7s done [2025-11-05T05:14:46.016Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 59.77MB / 112.58MB 0.8s [2025-11-05T05:14:46.016Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.8s [2025-11-05T05:14:46.016Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 78.64MB / 112.58MB 0.9s [2025-11-05T05:14:46.016Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.8s done [2025-11-05T05:14:46.276Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 99.58MB / 112.58MB 1.0s [2025-11-05T05:14:46.276Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s [2025-11-05T05:14:46.534Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.4s done [2025-11-05T05:14:49.825Z] #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 3.8s done [2025-11-05T05:14:49.825Z] #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 [2025-11-05T05:14:50.084Z] #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done [2025-11-05T05:14:50.084Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-11-05T05:14:50.084Z] #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done [2025-11-05T05:14:50.084Z] #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e [2025-11-05T05:14:50.342Z] #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.2s done [2025-11-05T05:14:50.342Z] #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c [2025-11-05T05:14:52.513Z] #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 2.1s done [2025-11-05T05:14:52.513Z] #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 [2025-11-05T05:14:53.224Z] #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.5s done [2025-11-05T05:14:57.358Z] #4 DONE 8.4s [2025-11-05T05:14:57.358Z] [2025-11-05T05:14:57.358Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-11-05T05:14:57.358Z] #6 0.259 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-05T05:14:57.617Z] #6 4.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-05T05:14:57.876Z] #6 4.358 (1/4) Installing openssh-keygen (10.0_p1-r9) [2025-11-05T05:14:57.878Z] Still waiting to schedule task [2025-11-05T05:14:57.878Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-11-05T05:14:58.135Z] #6 4.369 (2/4) Installing libedit (20250104.3.1-r1) [2025-11-05T05:14:58.135Z] #6 4.374 (3/4) Installing openssh-client-common (10.0_p1-r9) [2025-11-05T05:14:58.135Z] #6 4.393 (4/4) Installing openssh-client-default (10.0_p1-r9) [2025-11-05T05:14:58.135Z] #6 4.402 Executing busybox-1.37.0-r19.trigger [2025-11-05T05:14:58.135Z] #6 4.411 OK: 269 MiB in 64 packages [2025-11-05T05:15:01.428Z] #6 DONE 7.4s [2025-11-05T05:15:01.428Z] [2025-11-05T05:15:01.428Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-11-05T05:15:01.428Z] #7 DONE 0.0s [2025-11-05T05:15:01.428Z] [2025-11-05T05:15:01.428Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-11-05T05:15:01.428Z] #8 DONE 0.0s [2025-11-05T05:15:01.428Z] [2025-11-05T05:15:01.428Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-05T05:15:13.633Z] #9 DONE 10.7s [2025-11-05T05:15:13.633Z] [2025-11-05T05:15:13.633Z] #10 [builder 6/7] COPY . . [2025-11-05T05:15:13.633Z] #10 DONE 0.2s [2025-11-05T05:15:13.633Z] [2025-11-05T05:15:13.633Z] #11 [builder 7/7] RUN echo noop [2025-11-05T05:15:13.633Z] #11 0.189 noop [2025-11-05T05:15:13.633Z] #11 DONE 0.2s [2025-11-05T05:15:13.633Z] [2025-11-05T05:15:13.633Z] #12 exporting to image [2025-11-05T05:15:13.633Z] #12 exporting layers [2025-11-05T05:15:18.900Z] #12 exporting layers 6.9s done [2025-11-05T05:15:18.900Z] #12 writing image sha256:8ad872f3c08d8afc7360ffbd5f379d2eae96a5313316758f833cf28038fa6927 done [2025-11-05T05:15:18.900Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-11-05T05:15:18.900Z] #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:15:19.227Z] + docker inspect -f . ci-base-image-x86_64 [2025-11-05T05:15:19.227Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:15:19.301Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:15:19.327Z] $ 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-11-05T05:15:19.628Z] $ docker top 04c0d6f44c645fbe5ac4b5df22fe52e1842e99c93504d9f7f905d604bf73273a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-05T05:15:19.970Z] + go version [2025-11-05T05:15:19.970Z] go version go1.25.2 linux/amd64 [Pipeline] } [2025-11-05T05:15:19.978Z] $ docker stop --time=1 04c0d6f44c645fbe5ac4b5df22fe52e1842e99c93504d9f7f905d604bf73273a [2025-11-05T05:15:21.209Z] $ docker rm -f --volumes 04c0d6f44c645fbe5ac4b5df22fe52e1842e99c93504d9f7f905d604bf73273a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:15:21.667Z] + docker inspect -f . ci-base-image-x86_64 [2025-11-05T05:15:21.668Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:15:21.751Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:15:21.778Z] $ 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-11-05T05:15:22.018Z] $ docker top 17fc8cb597cba7e1496354621dc0d1111680b52984a4c565791be84ff96b3e38 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-05T05:15:22.368Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-11-05T05:15:22.672Z] + make test [2025-11-05T05:15:22.672Z] go test ./... -coverprofile=coverage.out ./... [2025-11-05T05:15:24.050Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-11-05T05:15:45.977Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-11-05T05:15:45.977Z] ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 32.2% of statements [2025-11-05T05:15:54.091Z] 0 issues. [2025-11-05T05:15:54.091Z] go vet ./... [2025-11-05T05:15:59.369Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-11-05T05:15:59.369Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-11-05T05:15:59.369Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-11-05T05:15:59.387Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-11-05T05:15:59.408Z] $ docker stop --time=1 17fc8cb597cba7e1496354621dc0d1111680b52984a4c565791be84ff96b3e38 [2025-11-05T05:16:02.016Z] $ docker rm -f --volumes 17fc8cb597cba7e1496354621dc0d1111680b52984a4c565791be84ff96b3e38 [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-05T05:16:02.596Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-11-05T05:16:02.650Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-11-05T05:16:03.139Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-11-05T05:16:03.431Z] + ls -al . [2025-11-05T05:16:03.431Z] total 248 [2025-11-05T05:16:03.431Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 5 05:15 . [2025-11-05T05:16:03.431Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 05:14 .. [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 5 05:14 .dockerignore [2025-11-05T05:16:03.431Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 05:15 .git [2025-11-05T05:16:03.431Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:14 .github [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 264 Nov 5 05:14 .gitignore [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 359 Nov 5 05:14 .golangci.yml [2025-11-05T05:16:03.431Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 5 05:14 .semver [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 22791 Nov 5 05:14 Attribution.txt [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 18492 Nov 5 05:14 CHANGELOG.md [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 1697 Nov 5 05:14 Dockerfile [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 5 05:14 GOVERNANCE.md [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 704 Nov 5 05:14 Jenkinsfile [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 5 05:14 LICENSE [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 2597 Nov 5 05:14 Makefile [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 5 05:14 OWNERS.md [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 3989 Nov 5 05:14 README.md [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 5 05:14 VERSION [2025-11-05T05:16:03.431Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:14 bin [2025-11-05T05:16:03.431Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:14 cmd [2025-11-05T05:16:03.431Z] -rw-r--r-- 1 jenkins jenkins 14565 Nov 5 05:15 coverage.out [2025-11-05T05:16:03.431Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:14 driver [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 6857 Nov 5 05:14 go.mod [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 89081 Nov 5 05:14 go.sum [2025-11-05T05:16:03.431Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:14 openapi [2025-11-05T05:16:03.431Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 5 05:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:03.750Z] + 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=811051642a48477a389f61ef6b915f3ab0e7ae7b --label arch=amd64 --label version=4.1.0-dev.16 . [2025-11-05T05:16:04.008Z] #0 building with "default" instance using docker driver [2025-11-05T05:16:04.008Z] [2025-11-05T05:16:04.008Z] #1 [internal] load build definition from Dockerfile [2025-11-05T05:16:04.008Z] #1 transferring dockerfile: 1.74kB done [2025-11-05T05:16:04.008Z] #1 DONE 0.0s [2025-11-05T05:16:04.008Z] [2025-11-05T05:16:04.008Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-11-05T05:16:04.008Z] #2 DONE 0.0s [2025-11-05T05:16:04.008Z] [2025-11-05T05:16:04.008Z] #3 [internal] load metadata for docker.io/library/alpine:3.22 [2025-11-05T05:16:04.008Z] #3 DONE 0.1s [2025-11-05T05:16:04.008Z] [2025-11-05T05:16:04.008Z] #4 [internal] load .dockerignore [2025-11-05T05:16:04.008Z] #4 transferring context: [2025-11-05T05:16:04.008Z] #4 transferring context: 193B done [2025-11-05T05:16:04.008Z] #4 DONE 0.0s [2025-11-05T05:16:04.009Z] [2025-11-05T05:16:04.009Z] #5 [internal] load build context [2025-11-05T05:16:04.009Z] #5 transferring context: 18.46kB done [2025-11-05T05:16:04.009Z] #5 DONE 0.0s [2025-11-05T05:16:04.009Z] [2025-11-05T05:16:04.009Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-11-05T05:16:04.009Z] #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-11-05T05:16:04.009Z] #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-11-05T05:16:04.009Z] #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-11-05T05:16:04.009Z] #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-11-05T05:16:04.009Z] #6 DONE 0.0s [2025-11-05T05:16:04.009Z] [2025-11-05T05:16:04.009Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-11-05T05:16:04.009Z] #7 DONE 0.1s [2025-11-05T05:16:04.009Z] [2025-11-05T05:16:04.009Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-11-05T05:16:04.589Z] #8 0.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-05T05:16:04.589Z] #8 0.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-05T05:16:04.589Z] #8 0.636 (1/1) Installing dumb-init (1.2.5-r3) [2025-11-05T05:16:04.851Z] #8 0.641 Executing busybox-1.37.0-r19.trigger [2025-11-05T05:16:04.851Z] #8 0.648 OK: 7 MiB in 17 packages [2025-11-05T05:16:04.851Z] #8 DONE 0.8s [2025-11-05T05:16:04.851Z] [2025-11-05T05:16:04.851Z] #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-11-05T05:16:04.851Z] #9 0.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-05T05:16:04.851Z] #9 0.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-05T05:16:04.851Z] #9 0.595 OK: 269 MiB in 64 packages [2025-11-05T05:16:04.851Z] #9 DONE 0.7s [2025-11-05T05:16:04.851Z] [2025-11-05T05:16:04.851Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-11-05T05:16:04.851Z] #10 DONE 0.0s [2025-11-05T05:16:04.851Z] [2025-11-05T05:16:04.851Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-11-05T05:16:04.851Z] #11 DONE 0.0s [2025-11-05T05:16:04.851Z] [2025-11-05T05:16:04.851Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-05T05:16:05.420Z] #12 DONE 0.5s [2025-11-05T05:16:05.420Z] [2025-11-05T05:16:05.420Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-11-05T05:16:05.420Z] #13 0.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-05T05:16:05.420Z] #13 0.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-05T05:16:05.679Z] #13 ... [2025-11-05T05:16:05.679Z] [2025-11-05T05:16:05.679Z] #14 [builder 6/7] COPY . . [2025-11-05T05:16:05.679Z] #14 DONE 0.2s [2025-11-05T05:16:05.679Z] [2025-11-05T05:16:05.679Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-11-05T05:16:05.679Z] #13 0.911 OK: 7 MiB in 17 packages [2025-11-05T05:16:05.679Z] #13 DONE 1.0s [2025-11-05T05:16:05.679Z] [2025-11-05T05:16:05.679Z] #15 [builder 7/7] RUN make build [2025-11-05T05:16:05.938Z] #15 0.275 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-11-05T05:16:32.516Z] #15 DONE 23.1s [2025-11-05T05:16:32.516Z] [2025-11-05T05:16:32.516Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-11-05T05:16:32.516Z] #16 DONE 0.2s [2025-11-05T05:16:32.516Z] [2025-11-05T05:16:32.516Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-11-05T05:16:32.516Z] #17 DONE 0.0s [2025-11-05T05:16:32.516Z] [2025-11-05T05:16:32.516Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-11-05T05:16:32.516Z] #18 DONE 0.0s [2025-11-05T05:16:32.516Z] [2025-11-05T05:16:32.516Z] #19 exporting to image [2025-11-05T05:16:32.516Z] #19 exporting layers 0.1s done [2025-11-05T05:16:32.516Z] #19 writing image sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done [2025-11-05T05:16:32.516Z] #19 naming to docker.io/library/device-rest done [2025-11-05T05:16:32.516Z] #19 DONE 0.1s [2025-11-05T05:16:32.516Z] [2025-11-05T05:16:32.516Z] 1 warning found (use docker --debug to expand): [2025-11-05T05:16:32.516Z]  - 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-11-05T05:16:32.661Z] provisioning config files... [2025-11-05T05:16:32.670Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11941107733059009233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:16:32.989Z] ---> ****-login.sh [2025-11-05T05:16:32.989Z] nexus3.edgexfoundry.org:10001 [2025-11-05T05:16:32.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:16:32.989Z] Login Succeeded [2025-11-05T05:16:32.989Z] nexus3.edgexfoundry.org:10002 [2025-11-05T05:16:32.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:16:32.989Z] Login Succeeded [2025-11-05T05:16:32.989Z] nexus3.edgexfoundry.org:10003 [2025-11-05T05:16:33.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:16:33.254Z] Login Succeeded [2025-11-05T05:16:33.254Z] nexus3.edgexfoundry.org:10004 [2025-11-05T05:16:33.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:16:33.254Z] Login Succeeded [2025-11-05T05:16:33.254Z] ****.io [2025-11-05T05:16:33.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:16:33.515Z] Login Succeeded [2025-11-05T05:16:33.515Z] ---> ****-login.sh ends [Pipeline] } [2025-11-05T05:16:33.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-05T05:16:33.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-05T05:16:33.607Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-11-05T05:16:33.608Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:16:33.608Z] latest [2025-11-05T05:16:33.608Z] 4.1.0-dev.16 [2025-11-05T05:16:33.608Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:16:33.608Z] main [2025-11-05T05:16:33.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:33.958Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:34.281Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:16:34.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-11-05T05:16:34.281Z] 271ee317599c: Preparing [2025-11-05T05:16:34.281Z] 0737d6ad7268: Preparing [2025-11-05T05:16:34.281Z] cda228495d77: Preparing [2025-11-05T05:16:34.281Z] 82485067abf0: Preparing [2025-11-05T05:16:34.281Z] 37ca914aba70: Preparing [2025-11-05T05:16:34.281Z] 256f393e029f: Preparing [2025-11-05T05:16:34.281Z] 256f393e029f: Waiting [2025-11-05T05:16:34.281Z] 271ee317599c: Pushed [2025-11-05T05:16:34.281Z] 0737d6ad7268: Pushed [2025-11-05T05:16:34.281Z] 37ca914aba70: Pushed [2025-11-05T05:16:34.281Z] 82485067abf0: Pushed [2025-11-05T05:16:34.281Z] 256f393e029f: Layer already exists [2025-11-05T05:16:37.569Z] cda228495d77: Pushed [2025-11-05T05:16:37.829Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:38.156Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:38.494Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-11-05T05:16:38.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-11-05T05:16:38.494Z] 271ee317599c: Preparing [2025-11-05T05:16:38.494Z] 0737d6ad7268: Preparing [2025-11-05T05:16:38.494Z] cda228495d77: Preparing [2025-11-05T05:16:38.494Z] 82485067abf0: Preparing [2025-11-05T05:16:38.494Z] 37ca914aba70: Preparing [2025-11-05T05:16:38.494Z] 256f393e029f: Preparing [2025-11-05T05:16:38.494Z] 256f393e029f: Waiting [2025-11-05T05:16:38.494Z] 37ca914aba70: Layer already exists [2025-11-05T05:16:38.494Z] cda228495d77: Layer already exists [2025-11-05T05:16:38.494Z] 0737d6ad7268: Layer already exists [2025-11-05T05:16:38.494Z] 82485067abf0: Layer already exists [2025-11-05T05:16:38.494Z] 271ee317599c: Layer already exists [2025-11-05T05:16:38.494Z] 256f393e029f: Layer already exists [2025-11-05T05:16:38.494Z] latest: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:38.825Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:39.161Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 [2025-11-05T05:16:39.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-11-05T05:16:39.161Z] 271ee317599c: Preparing [2025-11-05T05:16:39.161Z] 0737d6ad7268: Preparing [2025-11-05T05:16:39.161Z] cda228495d77: Preparing [2025-11-05T05:16:39.161Z] 82485067abf0: Preparing [2025-11-05T05:16:39.161Z] 37ca914aba70: Preparing [2025-11-05T05:16:39.161Z] 256f393e029f: Preparing [2025-11-05T05:16:39.161Z] 256f393e029f: Waiting [2025-11-05T05:16:39.161Z] 37ca914aba70: Layer already exists [2025-11-05T05:16:39.161Z] 0737d6ad7268: Layer already exists [2025-11-05T05:16:39.161Z] cda228495d77: Layer already exists [2025-11-05T05:16:39.161Z] 271ee317599c: Layer already exists [2025-11-05T05:16:39.161Z] 82485067abf0: Layer already exists [2025-11-05T05:16:39.161Z] 256f393e029f: Layer already exists [2025-11-05T05:16:39.161Z] 4.1.0-dev.16: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:39.504Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:39.854Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:16:39.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-11-05T05:16:39.854Z] 271ee317599c: Preparing [2025-11-05T05:16:39.854Z] 0737d6ad7268: Preparing [2025-11-05T05:16:39.854Z] cda228495d77: Preparing [2025-11-05T05:16:39.854Z] 82485067abf0: Preparing [2025-11-05T05:16:39.854Z] 37ca914aba70: Preparing [2025-11-05T05:16:39.854Z] 256f393e029f: Preparing [2025-11-05T05:16:39.854Z] 256f393e029f: Waiting [2025-11-05T05:16:39.854Z] 82485067abf0: Layer already exists [2025-11-05T05:16:39.854Z] cda228495d77: Layer already exists [2025-11-05T05:16:39.854Z] 37ca914aba70: Layer already exists [2025-11-05T05:16:39.854Z] 0737d6ad7268: Layer already exists [2025-11-05T05:16:39.854Z] 271ee317599c: Layer already exists [2025-11-05T05:16:39.854Z] 256f393e029f: Layer already exists [2025-11-05T05:16:39.854Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:40.185Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:16:40.510Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-11-05T05:16:40.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-11-05T05:16:40.510Z] 271ee317599c: Preparing [2025-11-05T05:16:40.510Z] 0737d6ad7268: Preparing [2025-11-05T05:16:40.510Z] cda228495d77: Preparing [2025-11-05T05:16:40.510Z] 82485067abf0: Preparing [2025-11-05T05:16:40.510Z] 37ca914aba70: Preparing [2025-11-05T05:16:40.510Z] 256f393e029f: Preparing [2025-11-05T05:16:40.510Z] 256f393e029f: Waiting [2025-11-05T05:16:40.510Z] 82485067abf0: Layer already exists [2025-11-05T05:16:40.510Z] 0737d6ad7268: Layer already exists [2025-11-05T05:16:40.510Z] 37ca914aba70: Layer already exists [2025-11-05T05:16:40.510Z] cda228495d77: Layer already exists [2025-11-05T05:16:40.510Z] 271ee317599c: Layer already exists [2025-11-05T05:16:40.510Z] 256f393e029f: Layer already exists [2025-11-05T05:16:40.510Z] main: digest: sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-05T05:16:40.584Z] ===================================================== [Pipeline] echo [2025-11-05T05:16:40.602Z] taggedImages: [2025-11-05T05:16:40.602Z] - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:16:40.602Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-11-05T05:16:40.602Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 [2025-11-05T05:16:40.602Z] - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:16:40.602Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-11-05T05:16:40.644Z] ========================================================= [2025-11-05T05:16:40.644Z] [edgeXBuildMultiArch] RAW Config: [2025-11-05T05:16:40.644Z] images: [2025-11-05T05:16:40.644Z] - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:16:40.644Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-11-05T05:16:40.644Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 [2025-11-05T05:16:40.644Z] - nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:16:40.644Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-11-05T05:16:40.644Z] settingsFile: [2025-11-05T05:16:40.644Z] device-rest-go-settings [2025-11-05T05:16:40.644Z] ========================================================= [Pipeline] node [2025-11-05T05:16:55.648Z] Still waiting to schedule task [2025-11-05T05:16:55.648Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2025-11-05T05:18:09.670Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-772561 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-11-05T05:18:09.687Z] Running in /w/workspace/device-rest-go/222 [Pipeline] { [Pipeline] checkout [2025-11-05T05:18:12.750Z] The recommended git tool is: git [2025-11-05T05:18:19.368Z] using credential edgex-jenkins-ssh [2025-11-05T05:18:19.394Z] Cloning the remote Git repository [2025-11-05T05:18:19.457Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-11-05T05:18:19.592Z] > git init /w/workspace/device-rest-go/222 # timeout=10 [2025-11-05T05:18:19.799Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-11-05T05:18:19.801Z] > git --version # timeout=10 [2025-11-05T05:18:19.830Z] > git --version # 'git version 2.25.1' [2025-11-05T05:18:19.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-11-05T05:18:20.053Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-11-05T05:18:24.249Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-11-05T05:18:24.280Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-11-05T05:18:25.457Z] Avoid second fetch [2025-11-05T05:18:25.457Z] Checking out Revision 811051642a48477a389f61ef6b915f3ab0e7ae7b (main) [2025-11-05T05:18:25.477Z] > git config core.sparsecheckout # timeout=10 [2025-11-05T05:18:25.563Z] > git checkout -f 811051642a48477a389f61ef6b915f3ab0e7ae7b # timeout=10 [2025-11-05T05:18:26.269Z] Commit message: "Merge pull request #502 from judehung/update-go-1.25" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-05T05:18:30.807Z] provisioning config files... [2025-11-05T05:18:30.854Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/222@tmp/config12099401616815355723tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:18:31.647Z] ---> ****-login.sh [2025-11-05T05:18:31.648Z] nexus3.edgexfoundry.org:10001 [2025-11-05T05:18:31.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:32.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:32.202Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:32.202Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:32.202Z] [2025-11-05T05:18:32.202Z] Login Succeeded [2025-11-05T05:18:32.202Z] nexus3.edgexfoundry.org:10002 [2025-11-05T05:18:32.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:32.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:32.753Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:32.753Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:32.753Z] [2025-11-05T05:18:32.753Z] Login Succeeded [2025-11-05T05:18:32.753Z] nexus3.edgexfoundry.org:10003 [2025-11-05T05:18:33.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:33.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:33.028Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:33.028Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:33.028Z] [2025-11-05T05:18:33.028Z] Login Succeeded [2025-11-05T05:18:33.028Z] nexus3.edgexfoundry.org:10004 [2025-11-05T05:18:33.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:33.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:33.580Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:33.580Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:33.580Z] [2025-11-05T05:18:33.580Z] Login Succeeded [2025-11-05T05:18:33.580Z] ****.io [2025-11-05T05:18:33.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:34.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:34.131Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:34.131Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:34.131Z] [2025-11-05T05:18:34.131Z] Login Succeeded [2025-11-05T05:18:34.131Z] ---> ****-login.sh ends [Pipeline] } [2025-11-05T05:18:34.156Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-11-05T05:18:34.612Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-05T05:18:34.629Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-05T05:18:34.644Z] ========================================================= [2025-11-05T05:18:34.644Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2025-11-05T05:18:34.644Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:18:35.035Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine --build-arg MAKE=echo noop --target=builder . [2025-11-05T05:18:35.035Z] Sending build context to Docker daemon 144.9kB [2025-11-05T05:18:35.471Z] Step 1/12 : ARG BASE=golang:1.25-alpine3.22 [2025-11-05T05:18:35.471Z] Step 2/12 : FROM ${BASE} AS builder [2025-11-05T05:18:35.471Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-11-05T05:18:35.471Z] 6b59a28fa201: Pulling fs layer [2025-11-05T05:18:35.471Z] d32bb0dddca7: Pulling fs layer [2025-11-05T05:18:35.471Z] 5dab1238d3d9: Pulling fs layer [2025-11-05T05:18:35.471Z] 196fd7d83e7d: Pulling fs layer [2025-11-05T05:18:35.471Z] 4f4fb700ef54: Pulling fs layer [2025-11-05T05:18:35.471Z] 8ba94037c8f0: Pulling fs layer [2025-11-05T05:18:35.471Z] deaec5988b04: Pulling fs layer [2025-11-05T05:18:35.471Z] 9f65657bb879: Pulling fs layer [2025-11-05T05:18:35.471Z] 196fd7d83e7d: Waiting [2025-11-05T05:18:35.471Z] 4f4fb700ef54: Waiting [2025-11-05T05:18:35.471Z] 8ba94037c8f0: Waiting [2025-11-05T05:18:35.471Z] deaec5988b04: Waiting [2025-11-05T05:18:35.471Z] 9f65657bb879: Waiting [2025-11-05T05:18:35.471Z] d32bb0dddca7: Verifying Checksum [2025-11-05T05:18:35.471Z] d32bb0dddca7: Download complete [2025-11-05T05:18:35.765Z] 196fd7d83e7d: Verifying Checksum [2025-11-05T05:18:35.765Z] 196fd7d83e7d: Download complete [2025-11-05T05:18:35.765Z] 4f4fb700ef54: Verifying Checksum [2025-11-05T05:18:35.765Z] 4f4fb700ef54: Download complete [2025-11-05T05:18:35.765Z] 8ba94037c8f0: Verifying Checksum [2025-11-05T05:18:35.765Z] 8ba94037c8f0: Download complete [2025-11-05T05:18:35.765Z] 6b59a28fa201: Verifying Checksum [2025-11-05T05:18:35.765Z] 6b59a28fa201: Download complete [2025-11-05T05:18:36.762Z] 9f65657bb879: Verifying Checksum [2025-11-05T05:18:36.762Z] 9f65657bb879: Download complete [2025-11-05T05:18:37.034Z] 6b59a28fa201: Pull complete [2025-11-05T05:18:37.638Z] d32bb0dddca7: Pull complete [2025-11-05T05:18:37.857Z] Running on prd-centos7-docker-4c-2g-772563 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-05T05:18:37.906Z] provisioning config files... [2025-11-05T05:18:37.913Z] 5dab1238d3d9: Verifying Checksum [2025-11-05T05:18:37.913Z] 5dab1238d3d9: Download complete [2025-11-05T05:18:37.935Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16255988394661075789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:18:39.406Z] deaec5988b04: Download complete [2025-11-05T05:18:39.818Z] ---> ****-login.sh [2025-11-05T05:18:39.818Z] nexus3.edgexfoundry.org:10001 [2025-11-05T05:18:40.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:40.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:40.799Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:40.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:40.799Z] [2025-11-05T05:18:40.799Z] Login Succeeded [2025-11-05T05:18:40.799Z] nexus3.edgexfoundry.org:10002 [2025-11-05T05:18:40.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:40.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:40.799Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:40.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:40.799Z] [2025-11-05T05:18:40.799Z] Login Succeeded [2025-11-05T05:18:40.799Z] nexus3.edgexfoundry.org:10003 [2025-11-05T05:18:41.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:41.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:41.092Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:41.092Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:41.092Z] [2025-11-05T05:18:41.092Z] Login Succeeded [2025-11-05T05:18:41.092Z] nexus3.edgexfoundry.org:10004 [2025-11-05T05:18:41.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:41.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:41.366Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:41.366Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:41.366Z] [2025-11-05T05:18:41.366Z] Login Succeeded [2025-11-05T05:18:41.366Z] ****.io [2025-11-05T05:18:41.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:18:41.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:18:41.634Z] Configure a credential helper to remove this warning. See [2025-11-05T05:18:41.634Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:18:41.634Z] [2025-11-05T05:18:41.634Z] Login Succeeded [2025-11-05T05:18:41.634Z] ---> ****-login.sh ends [Pipeline] } [2025-11-05T05:18:41.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-05T05:18:42.009Z] + docker buildx ls [2025-11-05T05:18:42.009Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-11-05T05:18:42.009Z] default * docker [2025-11-05T05:18:42.009Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-11-05T05:18:42.308Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-11-05T05:18:42.308Z] edgex-builder [Pipeline] sh [2025-11-05T05:18:42.608Z] + docker buildx inspect --bootstrap [2025-11-05T05:18:42.608Z] #1 [internal] booting buildkit [2025-11-05T05:18:42.608Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-11-05T05:18:45.914Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-11-05T05:18:45.914Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-11-05T05:18:47.298Z] #1 creating container buildx_buildkit_edgex-builder0 1.6s done [2025-11-05T05:18:47.298Z] #1 DONE 4.5s [2025-11-05T05:18:47.298Z] Name: edgex-builder [2025-11-05T05:18:47.298Z] Driver: docker-container [2025-11-05T05:18:47.298Z] [2025-11-05T05:18:47.298Z] Nodes: [2025-11-05T05:18:47.298Z] Name: edgex-builder0 [2025-11-05T05:18:47.298Z] Endpoint: unix:///var/run/docker.sock [2025-11-05T05:18:47.298Z] Status: running [2025-11-05T05:18:47.298Z] Buildkit: v0.25.1 [2025-11-05T05:18:47.298Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-11-05T05:18:47.601Z] + docker buildx ls [2025-11-05T05:18:47.601Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-11-05T05:18:47.601Z] edgex-builder * docker-container [2025-11-05T05:18:47.601Z] edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-11-05T05:18:47.601Z] default docker [2025-11-05T05:18:47.601Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-11-05T05:18:47.895Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b' [2025-11-05T05:18:47.895Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b --push - [2025-11-05T05:18:48.157Z] #1 [internal] load build definition from Dockerfile [2025-11-05T05:18:48.157Z] #1 transferring dockerfile: 196B done [2025-11-05T05:18:48.157Z] #1 DONE 0.0s [2025-11-05T05:18:48.157Z] [2025-11-05T05:18:48.157Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:18:48.157Z] #2 DONE 0.1s [2025-11-05T05:18:48.157Z] [2025-11-05T05:18:48.157Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:18:48.157Z] #3 DONE 0.1s [2025-11-05T05:18:48.157Z] [2025-11-05T05:18:48.157Z] #4 [internal] load .dockerignore [2025-11-05T05:18:48.157Z] #4 transferring context: 2B done [2025-11-05T05:18:48.157Z] #4 DONE 0.0s [2025-11-05T05:18:48.157Z] [2025-11-05T05:18:48.157Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:48.157Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:48.157Z] #5 DONE 0.0s [2025-11-05T05:18:48.157Z] [2025-11-05T05:18:48.157Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:48.158Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:48.419Z] #6 DONE 0.3s [2025-11-05T05:18:48.419Z] [2025-11-05T05:18:48.419Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-05T05:18:48.419Z] #7 DONE 0.0s [2025-11-05T05:18:48.419Z] [2025-11-05T05:18:48.419Z] #8 exporting to image [2025-11-05T05:18:48.419Z] #8 exporting layers done [2025-11-05T05:18:48.419Z] #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd 0.0s done [2025-11-05T05:18:48.419Z] #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done [2025-11-05T05:18:48.419Z] #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done [2025-11-05T05:18:48.419Z] #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done [2025-11-05T05:18:48.419Z] #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.0s done [2025-11-05T05:18:48.419Z] #8 pushing layers [2025-11-05T05:18:48.419Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-05T05:18:48.679Z] #8 pushing layers 0.1s done [2025-11-05T05:18:48.679Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done [2025-11-05T05:18:48.679Z] #8 DONE 0.2s [2025-11-05T05:18:48.679Z] [2025-11-05T05:18:48.679Z] 1 warning found (use --debug to expand): [2025-11-05T05:18:48.679Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-05T05:18:48.981Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-11-05T05:18:48.981Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-11-05T05:18:49.260Z] #1 [internal] load build definition from Dockerfile [2025-11-05T05:18:49.260Z] #1 transferring dockerfile: 162B done [2025-11-05T05:18:49.260Z] #1 DONE 0.0s [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-11-05T05:18:49.260Z] #2 DONE 0.0s [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-11-05T05:18:49.260Z] #3 DONE 0.0s [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] #4 [internal] load .dockerignore [2025-11-05T05:18:49.260Z] #4 transferring context: 2B done [2025-11-05T05:18:49.260Z] #4 DONE 0.0s [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:49.260Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:49.260Z] #5 CACHED [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:49.260Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:49.260Z] #6 CACHED [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-05T05:18:49.260Z] #7 DONE 0.0s [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] #8 exporting to image [2025-11-05T05:18:49.260Z] #8 exporting layers done [2025-11-05T05:18:49.260Z] #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done [2025-11-05T05:18:49.260Z] #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done [2025-11-05T05:18:49.260Z] #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done [2025-11-05T05:18:49.260Z] #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done [2025-11-05T05:18:49.260Z] #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done [2025-11-05T05:18:49.260Z] #8 pushing layers 0.0s done [2025-11-05T05:18:49.260Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done [2025-11-05T05:18:49.260Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-05T05:18:49.260Z] #8 DONE 0.1s [2025-11-05T05:18:49.260Z] [2025-11-05T05:18:49.260Z] 1 warning found (use --debug to expand): [2025-11-05T05:18:49.260Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-05T05:18:49.558Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 --push - [2025-11-05T05:18:49.558Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16' [2025-11-05T05:18:49.558Z] #1 [internal] load build definition from Dockerfile [2025-11-05T05:18:49.558Z] #1 transferring dockerfile: 168B done [2025-11-05T05:18:49.558Z] #1 DONE 0.0s [2025-11-05T05:18:49.558Z] [2025-11-05T05:18:49.558Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 [2025-11-05T05:18:49.558Z] #2 DONE 0.0s [2025-11-05T05:18:49.558Z] [2025-11-05T05:18:49.558Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16 [2025-11-05T05:18:49.558Z] #3 DONE 0.0s [2025-11-05T05:18:49.558Z] [2025-11-05T05:18:49.558Z] #4 [internal] load .dockerignore [2025-11-05T05:18:49.558Z] #4 transferring context: 2B done [2025-11-05T05:18:49.558Z] #4 DONE 0.0s [2025-11-05T05:18:49.558Z] [2025-11-05T05:18:49.558Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:49.558Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:49.558Z] #5 DONE 0.0s [2025-11-05T05:18:49.558Z] [2025-11-05T05:18:49.558Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:49.817Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:49.817Z] #6 CACHED [2025-11-05T05:18:49.817Z] [2025-11-05T05:18:49.817Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:49.817Z] #5 CACHED [2025-11-05T05:18:49.817Z] [2025-11-05T05:18:49.817Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-05T05:18:49.817Z] #7 DONE 0.0s [2025-11-05T05:18:49.817Z] [2025-11-05T05:18:49.817Z] #8 exporting to image [2025-11-05T05:18:49.817Z] #8 exporting layers done [2025-11-05T05:18:49.817Z] #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done [2025-11-05T05:18:49.817Z] #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done [2025-11-05T05:18:49.817Z] #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done [2025-11-05T05:18:49.817Z] #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done [2025-11-05T05:18:49.817Z] #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done [2025-11-05T05:18:49.817Z] #8 pushing layers 0.0s done [2025-11-05T05:18:49.817Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.16@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done [2025-11-05T05:18:49.817Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-05T05:18:49.817Z] #8 DONE 0.1s [2025-11-05T05:18:49.817Z] [2025-11-05T05:18:49.817Z] 1 warning found (use --debug to expand): [2025-11-05T05:18:49.817Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-05T05:18:50.114Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16' [2025-11-05T05:18:50.115Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 --push - [2025-11-05T05:18:50.115Z] #1 [internal] load build definition from Dockerfile [2025-11-05T05:18:50.115Z] #1 transferring dockerfile: 209B done [2025-11-05T05:18:50.115Z] #1 DONE 0.0s [2025-11-05T05:18:50.115Z] [2025-11-05T05:18:50.115Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:18:50.115Z] #2 DONE 0.0s [2025-11-05T05:18:50.115Z] [2025-11-05T05:18:50.115Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:18:50.115Z] #3 DONE 0.0s [2025-11-05T05:18:50.115Z] [2025-11-05T05:18:50.115Z] #4 [internal] load .dockerignore [2025-11-05T05:18:50.115Z] #4 transferring context: 2B done [2025-11-05T05:18:50.115Z] #4 DONE 0.0s [2025-11-05T05:18:50.115Z] [2025-11-05T05:18:50.115Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:50.115Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:50.115Z] #5 CACHED [2025-11-05T05:18:50.115Z] [2025-11-05T05:18:50.115Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:50.115Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:50.115Z] #6 CACHED [2025-11-05T05:18:50.115Z] [2025-11-05T05:18:50.115Z] #7 exporting to image [2025-11-05T05:18:50.115Z] #7 exporting layers [2025-11-05T05:18:50.115Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-05T05:18:50.374Z] #7 exporting layers done [2025-11-05T05:18:50.374Z] #7 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done [2025-11-05T05:18:50.374Z] #7 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done [2025-11-05T05:18:50.374Z] #7 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done [2025-11-05T05:18:50.374Z] #7 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done [2025-11-05T05:18:50.374Z] #7 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done [2025-11-05T05:18:50.374Z] #7 pushing layers 0.0s done [2025-11-05T05:18:50.374Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done [2025-11-05T05:18:50.374Z] #7 DONE 0.1s [2025-11-05T05:18:50.374Z] [2025-11-05T05:18:50.374Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-05T05:18:50.374Z] #8 DONE 0.0s [2025-11-05T05:18:50.374Z] [2025-11-05T05:18:50.374Z] 1 warning found (use --debug to expand): [2025-11-05T05:18:50.374Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-05T05:18:50.669Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-11-05T05:18:50.669Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-11-05T05:18:50.669Z] #1 [internal] load build definition from Dockerfile [2025-11-05T05:18:50.669Z] #1 transferring dockerfile: 160B done [2025-11-05T05:18:50.669Z] #1 DONE 0.0s [2025-11-05T05:18:50.669Z] [2025-11-05T05:18:50.669Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-11-05T05:18:50.669Z] #2 DONE 0.0s [2025-11-05T05:18:50.669Z] [2025-11-05T05:18:50.669Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-11-05T05:18:50.669Z] #3 DONE 0.0s [2025-11-05T05:18:50.669Z] [2025-11-05T05:18:50.669Z] #4 [internal] load .dockerignore [2025-11-05T05:18:50.669Z] #4 transferring context: 2B done [2025-11-05T05:18:50.669Z] #4 DONE 0.0s [2025-11-05T05:18:50.669Z] [2025-11-05T05:18:50.669Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:50.669Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:50.669Z] #5 CACHED [2025-11-05T05:18:50.669Z] [2025-11-05T05:18:50.669Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 [2025-11-05T05:18:50.929Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:8d653ed0c8ff3de089c895d5d54c3864b8a11d49832abaaf34686738f0b31416 0.0s done [2025-11-05T05:18:50.929Z] #6 CACHED [2025-11-05T05:18:50.929Z] [2025-11-05T05:18:50.929Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-05T05:18:50.929Z] #7 DONE 0.0s [2025-11-05T05:18:50.929Z] [2025-11-05T05:18:50.929Z] #8 exporting to image [2025-11-05T05:18:50.929Z] #8 exporting layers done [2025-11-05T05:18:50.929Z] #8 exporting manifest sha256:fe9b7a3a3f9ce854bc1d3bf614fd511f584bf2edfd9c44cc524d53f96ff393fd done [2025-11-05T05:18:50.929Z] #8 exporting config sha256:b83136c38cbe98415258cd53bbb9f468efda755cf904434060c1714076d10d04 done [2025-11-05T05:18:50.929Z] #8 exporting manifest sha256:f3e5f54e025e2a8b3c9addb9bcb14f3efc2e2e65bbfba4bb2ec9b2a05e638344 done [2025-11-05T05:18:50.929Z] #8 exporting config sha256:8f61786cbb2e08b1eaa2697694dd7f8e62d55804288358cdab3f4391b8d844c6 done [2025-11-05T05:18:50.929Z] #8 exporting manifest list sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 done [2025-11-05T05:18:50.929Z] #8 pushing layers 0.0s done [2025-11-05T05:18:50.929Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:4066bf5683013aef7ffef6e4e58fe006ae3f58e74e907d5463f51ed2a78d5c66 0.1s done [2025-11-05T05:18:50.929Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-05T05:18:50.929Z] #8 DONE 0.1s [2025-11-05T05:18:50.929Z] [2025-11-05T05:18:50.929Z] 1 warning found (use --debug to expand): [2025-11-05T05:18:50.929Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-11-05T05:18:51.394Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:18:51.704Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:18:52.267Z] ---> package-listing.sh [2025-11-05T05:18:52.267Z] ++ facter osfamily [2025-11-05T05:18:52.267Z] ++ tr '[:upper:]' '[:lower:]' [2025-11-05T05:18:52.529Z] + OS_FAMILY=redhat [2025-11-05T05:18:52.529Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-11-05T05:18:52.529Z] + START_PACKAGES=/tmp/packages_start.txt [2025-11-05T05:18:52.529Z] + END_PACKAGES=/tmp/packages_end.txt [2025-11-05T05:18:52.529Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-11-05T05:18:52.529Z] + PACKAGES=/tmp/packages_start.txt [2025-11-05T05:18:52.529Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-11-05T05:18:52.529Z] + PACKAGES=/tmp/packages_end.txt [2025-11-05T05:18:52.529Z] + case "${OS_FAMILY}" in [2025-11-05T05:18:52.529Z] + rpm -qa [2025-11-05T05:18:52.529Z] + sort [2025-11-05T05:18:53.096Z] + '[' -f /tmp/packages_start.txt ']' [2025-11-05T05:18:53.096Z] + '[' -f /tmp/packages_end.txt ']' [2025-11-05T05:18:53.096Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-11-05T05:18:53.096Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-11-05T05:18:53.096Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-11-05T05:18:53.096Z] + 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-11-05T05:18:53.112Z] 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-11-05T05:18:53.395Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:18:53.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-05T05:18:53.971Z] [2025-11-05T05:18:53.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:18:54.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-05T05:18:54.285Z] latest: Pulling from edgex-lftools-log-publisher [2025-11-05T05:18:54.285Z] 5eb5b503b376: Pulling fs layer [2025-11-05T05:18:54.285Z] 5c69ac0246d0: Pulling fs layer [2025-11-05T05:18:54.285Z] ec43610c2a17: Pulling fs layer [2025-11-05T05:18:54.285Z] 3a2ae6a8a46f: Pulling fs layer [2025-11-05T05:18:54.285Z] 33b1e0a273af: Pulling fs layer [2025-11-05T05:18:54.285Z] 5d3b04190fa2: Pulling fs layer [2025-11-05T05:18:54.285Z] 2f39f015ded8: Pulling fs layer [2025-11-05T05:18:54.285Z] 3a2ae6a8a46f: Waiting [2025-11-05T05:18:54.285Z] 33b1e0a273af: Waiting [2025-11-05T05:18:54.285Z] 5d3b04190fa2: Waiting [2025-11-05T05:18:54.285Z] 2f39f015ded8: Waiting [2025-11-05T05:18:54.285Z] 5c69ac0246d0: Verifying Checksum [2025-11-05T05:18:54.285Z] 5c69ac0246d0: Download complete [2025-11-05T05:18:54.285Z] 3a2ae6a8a46f: Verifying Checksum [2025-11-05T05:18:54.285Z] 3a2ae6a8a46f: Download complete [2025-11-05T05:18:54.285Z] 33b1e0a273af: Verifying Checksum [2025-11-05T05:18:54.285Z] 33b1e0a273af: Download complete [2025-11-05T05:18:54.285Z] ec43610c2a17: Verifying Checksum [2025-11-05T05:18:54.285Z] ec43610c2a17: Download complete [2025-11-05T05:18:54.285Z] 5d3b04190fa2: Verifying Checksum [2025-11-05T05:18:54.285Z] 5d3b04190fa2: Download complete [2025-11-05T05:18:54.508Z] 5dab1238d3d9: Pull complete [2025-11-05T05:18:54.509Z] 196fd7d83e7d: Pull complete [2025-11-05T05:18:54.509Z] 4f4fb700ef54: Pull complete [2025-11-05T05:18:54.509Z] 8ba94037c8f0: Pull complete [2025-11-05T05:18:54.553Z] 5eb5b503b376: Verifying Checksum [2025-11-05T05:18:54.553Z] 5eb5b503b376: Download complete [2025-11-05T05:18:55.127Z] 2f39f015ded8: Verifying Checksum [2025-11-05T05:18:55.127Z] 2f39f015ded8: Download complete [2025-11-05T05:18:56.082Z] 5eb5b503b376: Pull complete [2025-11-05T05:18:56.082Z] 5c69ac0246d0: Pull complete [2025-11-05T05:18:56.353Z] ec43610c2a17: Pull complete [2025-11-05T05:18:56.632Z] 3a2ae6a8a46f: Pull complete [2025-11-05T05:18:56.632Z] 33b1e0a273af: Pull complete [2025-11-05T05:18:56.911Z] 5d3b04190fa2: Pull complete [2025-11-05T05:19:01.126Z] 2f39f015ded8: Pull complete [2025-11-05T05:19:01.126Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-11-05T05:19:01.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-05T05:19:01.126Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:19:01.277Z] prd-centos7-docker-4c-2g-772563 does not seem to be running inside a container [2025-11-05T05:19:01.314Z] $ 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-11-05T05:19:04.694Z] deaec5988b04: Pull complete [2025-11-05T05:19:05.438Z] $ docker top dd76ef030cb432c145caf04b64bd43b8bef5cce59cbc973b698804f850e2952e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-05T05:19:05.695Z] 9f65657bb879: Pull complete [2025-11-05T05:19:05.695Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2025-11-05T05:19:05.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-11-05T05:19:05.695Z] ---> 334268110677 [2025-11-05T05:19:05.695Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-11-05T05:19:05.831Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-11-05T05:19:06.130Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-11-05T05:19:06.426Z] + ls /var/log/sa-host [2025-11-05T05:19:06.426Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-05T05:19:06.506Z] provisioning config files... [2025-11-05T05:19:06.515Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16953519339396963241tmp [Pipeline] { [Pipeline] echo [2025-11-05T05:19:06.532Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:19:06.832Z] ---> create-netrc.sh [Pipeline] } [2025-11-05T05:19:06.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:19:07.190Z] ---> python-tools-install.sh [Pipeline] echo [2025-11-05T05:19:07.199Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:19:07.489Z] ---> sudo-logs.sh [2025-11-05T05:19:07.489Z] Archiving 'sudo' log.. [2025-11-05T05:19:07.489Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-772563.novalocal: Name or service not known [2025-11-05T05:19:07.489Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-772563.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-11-05T05:19:07.508Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:19:07.795Z] ---> job-cost.sh [2025-11-05T05:19:07.795Z] lf-activate-venv: SKIPPING [2025-11-05T05:19:07.795Z] INFO: No Stack... [2025-11-05T05:19:08.054Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-11-05T05:19:08.313Z] INFO: Archiving Costs [2025-11-05T05:19:08.317Z] ---> Running in ead0f2949e56 [Pipeline] echo [2025-11-05T05:19:08.323Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:19:08.598Z] Removing intermediate container ead0f2949e56 [2025-11-05T05:19:08.598Z] ---> 64904b7c5f47 [2025-11-05T05:19:08.598Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-11-05T05:19:08.598Z] ---> Running in 31694b37263b [2025-11-05T05:19:08.616Z] ---> logs-deploy.sh [2025-11-05T05:19:08.616Z] lf-activate-venv: SKIPPING [2025-11-05T05:19:08.616Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/222 [2025-11-05T05:19:08.616Z] INFO: archiving workspace using pattern(s): [2025-11-05T05:19:08.875Z] Removing intermediate container 31694b37263b [2025-11-05T05:19:08.875Z] ---> 2c87bfb7f8c9 [2025-11-05T05:19:08.875Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-11-05T05:19:09.148Z] ---> Running in 7cd12fa91eea [2025-11-05T05:19:09.419Z] Removing intermediate container 7cd12fa91eea [2025-11-05T05:19:09.419Z] ---> dae568b8b080 [2025-11-05T05:19:09.419Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-11-05T05:19:09.563Z] Archives upload complete. [2025-11-05T05:19:09.563Z] INFO: archiving logs to Nexus [2025-11-05T05:19:09.700Z] ---> Running in 471052a15a43 [2025-11-05T05:19:09.982Z] Removing intermediate container 471052a15a43 [2025-11-05T05:19:09.982Z] ---> 2b2421ef43f7 [2025-11-05T05:19:09.982Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-11-05T05:19:10.256Z] ---> Running in 90d1a3711e3b [2025-11-05T05:19:10.504Z] ---> uname -a: [2025-11-05T05:19:10.504Z] Linux prd-centos7-docker-4c-2g-772563.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-11-05T05:19:10.504Z] [2025-11-05T05:19:10.504Z] [2025-11-05T05:19:10.504Z] ---> lscpu: [2025-11-05T05:19:10.504Z] Architecture: x86_64 [2025-11-05T05:19:10.504Z] CPU op-mode(s): 32-bit, 64-bit [2025-11-05T05:19:10.504Z] Byte Order: Little Endian [2025-11-05T05:19:10.504Z] Address sizes: 40 bits physical, 48 bits virtual [2025-11-05T05:19:10.504Z] CPU(s): 2 [2025-11-05T05:19:10.504Z] On-line CPU(s) list: 0,1 [2025-11-05T05:19:10.504Z] Thread(s) per core: 1 [2025-11-05T05:19:10.504Z] Core(s) per socket: 1 [2025-11-05T05:19:10.504Z] Socket(s): 2 [2025-11-05T05:19:10.504Z] NUMA node(s): 1 [2025-11-05T05:19:10.504Z] Vendor ID: AuthenticAMD [2025-11-05T05:19:10.504Z] CPU family: 23 [2025-11-05T05:19:10.504Z] Model: 49 [2025-11-05T05:19:10.504Z] Model name: AMD EPYC-Rome Processor [2025-11-05T05:19:10.504Z] Stepping: 0 [2025-11-05T05:19:10.504Z] CPU MHz: 2799.998 [2025-11-05T05:19:10.504Z] BogoMIPS: 5599.99 [2025-11-05T05:19:10.504Z] Virtualization: AMD-V [2025-11-05T05:19:10.504Z] Hypervisor vendor: KVM [2025-11-05T05:19:10.504Z] Virtualization type: full [2025-11-05T05:19:10.504Z] L1d cache: 64 KiB [2025-11-05T05:19:10.504Z] L1i cache: 64 KiB [2025-11-05T05:19:10.504Z] L2 cache: 1 MiB [2025-11-05T05:19:10.504Z] L3 cache: 32 MiB [2025-11-05T05:19:10.505Z] NUMA node0 CPU(s): 0,1 [2025-11-05T05:19:10.505Z] Vulnerability Itlb multihit: Not affected [2025-11-05T05:19:10.505Z] Vulnerability L1tf: Not affected [2025-11-05T05:19:10.505Z] Vulnerability Mds: Not affected [2025-11-05T05:19:10.505Z] Vulnerability Meltdown: Not affected [2025-11-05T05:19:10.505Z] Vulnerability Mmio stale data: Not affected [2025-11-05T05:19:10.505Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-11-05T05:19:10.505Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-11-05T05:19:10.505Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-11-05T05:19:10.505Z] Vulnerability Srbds: Not affected [2025-11-05T05:19:10.505Z] Vulnerability Tsx async abort: Not affected [2025-11-05T05:19:10.505Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-11-05T05:19:10.505Z] [2025-11-05T05:19:10.505Z] [2025-11-05T05:19:10.505Z] ---> nproc: [2025-11-05T05:19:10.505Z] 2 [2025-11-05T05:19:10.505Z] [2025-11-05T05:19:10.505Z] [2025-11-05T05:19:10.505Z] ---> df -h: [2025-11-05T05:19:10.505Z] Filesystem Size Used Avail Use% Mounted on [2025-11-05T05:19:10.505Z] overlay 40G 7.3G 33G 19% / [2025-11-05T05:19:10.505Z] tmpfs 64M 0 64M 0% /dev [2025-11-05T05:19:10.505Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-11-05T05:19:10.505Z] shm 64M 0 64M 0% /dev/shm [2025-11-05T05:19:10.505Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-11-05T05:19:10.505Z] [2025-11-05T05:19:10.505Z] [2025-11-05T05:19:10.505Z] Cannot open /var/log/sysstat/sa05: No such file or directory [2025-11-05T05:19:10.505Z] Please check if data collecting is enabled [2025-11-05T05:19:10.505Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-05T05:19:10.534Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-11-05T05:19:10.537Z] $ docker stop --time=1 dd76ef030cb432c145caf04b64bd43b8bef5cce59cbc973b698804f850e2952e [2025-11-05T05:19:11.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-05T05:19:11.695Z] $ docker rm -f --volumes dd76ef030cb432c145caf04b64bd43b8bef5cce59cbc973b698804f850e2952e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-11-05T05:19:11.791Z] [WS-CLEANUP] Deleting project workspace... [2025-11-05T05:19:11.792Z] [WS-CLEANUP] Deferred wipeout is used... [2025-11-05T05:19:11.805Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:19:12.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-05T05:19:12.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-05T05:19:12.241Z] [2025-11-05T05:19:12.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:19:12.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-05T05:19:12.544Z] latest: Pulling from edgex-lftools-log-publisher [2025-11-05T05:19:12.544Z] 5eb5b503b376: Pulling fs layer [2025-11-05T05:19:12.544Z] 5c69ac0246d0: Pulling fs layer [2025-11-05T05:19:12.544Z] ec43610c2a17: Pulling fs layer [2025-11-05T05:19:12.544Z] 3a2ae6a8a46f: Pulling fs layer [2025-11-05T05:19:12.544Z] 33b1e0a273af: Pulling fs layer [2025-11-05T05:19:12.544Z] 5d3b04190fa2: Pulling fs layer [2025-11-05T05:19:12.544Z] 2f39f015ded8: Pulling fs layer [2025-11-05T05:19:12.544Z] 33b1e0a273af: Waiting [2025-11-05T05:19:12.544Z] 5d3b04190fa2: Waiting [2025-11-05T05:19:12.544Z] 2f39f015ded8: Waiting [2025-11-05T05:19:12.544Z] 3a2ae6a8a46f: Waiting [2025-11-05T05:19:12.544Z] 5c69ac0246d0: Verifying Checksum [2025-11-05T05:19:12.544Z] 5c69ac0246d0: Download complete [2025-11-05T05:19:12.544Z] 3a2ae6a8a46f: Download complete [2025-11-05T05:19:12.544Z] 33b1e0a273af: Verifying Checksum [2025-11-05T05:19:12.544Z] 33b1e0a273af: Download complete [2025-11-05T05:19:12.544Z] 5d3b04190fa2: Verifying Checksum [2025-11-05T05:19:12.544Z] 5d3b04190fa2: Download complete [2025-11-05T05:19:12.801Z] ec43610c2a17: Verifying Checksum [2025-11-05T05:19:12.801Z] ec43610c2a17: Download complete [2025-11-05T05:19:12.801Z] 5eb5b503b376: Verifying Checksum [2025-11-05T05:19:12.801Z] 5eb5b503b376: Download complete [2025-11-05T05:19:13.366Z] 2f39f015ded8: Download complete [2025-11-05T05:19:14.075Z] 5eb5b503b376: Pull complete [2025-11-05T05:19:14.086Z] (1/4) Installing openssh-keygen (10.0_p1-r9) [2025-11-05T05:19:14.086Z] (2/4) Installing libedit (20250104.3.1-r1) [2025-11-05T05:19:14.086Z] (3/4) Installing openssh-client-common (10.0_p1-r9) [2025-11-05T05:19:14.086Z] (4/4) Installing openssh-client-default (10.0_p1-r9) [2025-11-05T05:19:14.086Z] Executing busybox-1.37.0-r19.trigger [2025-11-05T05:19:14.337Z] 5c69ac0246d0: Pull complete [2025-11-05T05:19:14.389Z] OK: 259 MiB in 64 packages [2025-11-05T05:19:14.906Z] ec43610c2a17: Pull complete [2025-11-05T05:19:14.906Z] 3a2ae6a8a46f: Pull complete [2025-11-05T05:19:14.906Z] 33b1e0a273af: Pull complete [2025-11-05T05:19:14.906Z] 5d3b04190fa2: Pull complete [2025-11-05T05:19:15.844Z] Removing intermediate container 90d1a3711e3b [2025-11-05T05:19:15.844Z] ---> 0940194935a7 [2025-11-05T05:19:15.844Z] Step 8/12 : WORKDIR /device-rest-go [2025-11-05T05:19:15.844Z] ---> Running in c18e0269de66 [2025-11-05T05:19:16.113Z] Removing intermediate container c18e0269de66 [2025-11-05T05:19:16.113Z] ---> 7ab36745821b [2025-11-05T05:19:16.113Z] Step 9/12 : COPY go.mod vendor* ./ [2025-11-05T05:19:16.715Z] ---> cd4b374f3846 [2025-11-05T05:19:16.715Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-05T05:19:16.715Z] ---> Running in eb4223e985eb [2025-11-05T05:19:20.258Z] 2f39f015ded8: Pull complete [2025-11-05T05:19:20.258Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-11-05T05:19:20.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-05T05:19:20.258Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:19:20.524Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:19:20.619Z] $ 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-11-05T05:19:22.837Z] $ docker top b92ed8647119df34b7682eb80ad2e72614163fe44a130ec454f6d5c8e38bfd37 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:19:23.255Z] ---> job-cost.sh [2025-11-05T05:19:23.255Z] lf-activate-venv: SKIPPING [2025-11-05T05:19:23.255Z] INFO: No Stack... [2025-11-05T05:19:23.526Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-11-05T05:19:23.785Z] INFO: Archiving Costs [Pipeline] sh [2025-11-05T05:19:24.071Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-11-05T05:19:24.071Z] + cut -d, -f6 [Pipeline] lock [2025-11-05T05:19:24.085Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [2025-11-05T05:19:24.097Z] Resource [jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] did not exist. Created. [2025-11-05T05:19:24.103Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-11-05T05:19:24.409Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-11-05T05:19:24.441Z] Stashed 1 file(s) [Pipeline] } [2025-11-05T05:19:24.448Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] // lock [Pipeline] } [2025-11-05T05:19:24.465Z] $ docker stop --time=1 b92ed8647119df34b7682eb80ad2e72614163fe44a130ec454f6d5c8e38bfd37 [2025-11-05T05:19:25.617Z] $ docker rm -f --volumes b92ed8647119df34b7682eb80ad2e72614163fe44a130ec454f6d5c8e38bfd37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-11-05T05:21:08.783Z] Removing intermediate container eb4223e985eb [2025-11-05T05:21:08.783Z] ---> b4fe705cb7d2 [2025-11-05T05:21:08.783Z] Step 11/12 : COPY . . [2025-11-05T05:21:08.783Z] ---> 39017fd8505b [2025-11-05T05:21:08.783Z] Step 12/12 : RUN $MAKE [2025-11-05T05:21:08.783Z] ---> Running in 918e6769d716 [2025-11-05T05:21:08.783Z] noop [2025-11-05T05:21:08.783Z] Removing intermediate container 918e6769d716 [2025-11-05T05:21:08.783Z] ---> b4e972c339d4 [2025-11-05T05:21:08.783Z] Successfully built b4e972c339d4 [2025-11-05T05:21:08.783Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:21:09.164Z] + docker inspect -f . ci-base-image-arm64 [2025-11-05T05:21:09.164Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:21:09.409Z] prd-ubuntu20.04-docker-arm64-4c-16g-772561 does not seem to be running inside a container [2025-11-05T05:21:09.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/222 -v /w/workspace/device-rest-go/222:/w/workspace/device-rest-go/222:rw,z -v /w/workspace/device-rest-go/222@tmp:/w/workspace/device-rest-go/222@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-11-05T05:21:10.860Z] $ docker top c72192fbeb13ba35ebae13abb3160dc25b740dd6107dba6a959162c609538f0e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-05T05:21:11.764Z] + go version [2025-11-05T05:21:12.740Z] go version go1.25.3 linux/arm64 [Pipeline] } [2025-11-05T05:21:12.766Z] $ docker stop --time=1 c72192fbeb13ba35ebae13abb3160dc25b740dd6107dba6a959162c609538f0e [2025-11-05T05:21:14.480Z] $ docker rm -f --volumes c72192fbeb13ba35ebae13abb3160dc25b740dd6107dba6a959162c609538f0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:21:15.134Z] + docker inspect -f . ci-base-image-arm64 [2025-11-05T05:21:15.134Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:21:15.374Z] prd-ubuntu20.04-docker-arm64-4c-16g-772561 does not seem to be running inside a container [2025-11-05T05:21:15.454Z] $ 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/222 -v /w/workspace/device-rest-go/222:/w/workspace/device-rest-go/222:rw,z -v /w/workspace/device-rest-go/222@tmp:/w/workspace/device-rest-go/222@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-11-05T05:21:16.816Z] $ docker top 876bb2b1de14dfbdaff602fedee85f14faab167f6f9c18bd494e033e539644dc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-05T05:21:17.697Z] + git config --global --add safe.directory /w/workspace/device-rest-go/222 [Pipeline] fileExists [Pipeline] sh [2025-11-05T05:21:18.367Z] + make test [2025-11-05T05:21:18.367Z] go test ./... -coverprofile=coverage.out ./... [2025-11-05T05:21:25.038Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-11-05T05:26:02.013Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-11-05T05:26:02.013Z] ok github.com/edgexfoundry/device-rest-go/driver 0.054s coverage: 32.2% of statements [2025-11-05T05:26:02.013Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-11-05T05:26:02.013Z] go vet ./... [2025-11-05T05:26:58.497Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-11-05T05:26:58.497Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-11-05T05:26:58.497Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-11-05T05:26:58.518Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-11-05T05:26:58.534Z] $ docker stop --time=1 876bb2b1de14dfbdaff602fedee85f14faab167f6f9c18bd494e033e539644dc [2025-11-05T05:27:00.484Z] $ docker rm -f --volumes 876bb2b1de14dfbdaff602fedee85f14faab167f6f9c18bd494e033e539644dc [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-05T05:27:02.355Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-11-05T05:27:02.385Z] Warning: overwriting stash ‘coverage-report’ [2025-11-05T05:27:02.937Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-11-05T05:27:03.371Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-11-05T05:27:03.712Z] + ls -al . [2025-11-05T05:27:03.713Z] total 244 [2025-11-05T05:27:03.713Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 05:21 . [2025-11-05T05:27:03.713Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 05:18 .. [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 5 05:18 .dockerignore [2025-11-05T05:27:03.713Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 05:18 .git [2025-11-05T05:27:03.713Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:18 .github [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 264 Nov 5 05:18 .gitignore [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 359 Nov 5 05:18 .golangci.yml [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 22791 Nov 5 05:18 Attribution.txt [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 18492 Nov 5 05:18 CHANGELOG.md [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 1697 Nov 5 05:18 Dockerfile [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 5 05:18 GOVERNANCE.md [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 704 Nov 5 05:18 Jenkinsfile [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 5 05:18 LICENSE [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 2597 Nov 5 05:18 Makefile [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 5 05:18 OWNERS.md [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 3989 Nov 5 05:18 README.md [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 5 05:14 VERSION [2025-11-05T05:27:03.713Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:18 bin [2025-11-05T05:27:03.713Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:18 cmd [2025-11-05T05:27:03.713Z] -rw-r--r-- 1 jenkins jenkins 14565 Nov 5 05:25 coverage.out [2025-11-05T05:27:03.713Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 05:18 driver [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 6857 Nov 5 05:18 go.mod [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 89081 Nov 5 05:18 go.sum [2025-11-05T05:27:03.713Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 5 05:18 openapi [2025-11-05T05:27:03.713Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 5 05:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:27:04.088Z] + 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=811051642a48477a389f61ef6b915f3ab0e7ae7b --label arch=arm64 --label version=4.1.0-dev.16 . [2025-11-05T05:27:04.088Z] Sending build context to Docker daemon 160.3kB [2025-11-05T05:27:04.357Z] Step 1/26 : ARG BASE=golang:1.25-alpine3.22 [2025-11-05T05:27:04.357Z] Step 2/26 : FROM ${BASE} AS builder [2025-11-05T05:27:04.357Z] ---> b4e972c339d4 [2025-11-05T05:27:04.357Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-11-05T05:27:04.357Z] ---> Running in 3b3b15c54c90 [2025-11-05T05:27:04.948Z] Removing intermediate container 3b3b15c54c90 [2025-11-05T05:27:04.948Z] ---> eaf5f47f099c [2025-11-05T05:27:04.948Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-11-05T05:27:04.948Z] ---> Running in 18add57214d6 [2025-11-05T05:27:05.279Z] Removing intermediate container 18add57214d6 [2025-11-05T05:27:05.279Z] ---> 62af7f4d4a53 [2025-11-05T05:27:05.279Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-11-05T05:27:05.279Z] ---> Running in 260210172a88 [2025-11-05T05:27:05.868Z] Removing intermediate container 260210172a88 [2025-11-05T05:27:05.869Z] ---> cb982544cc16 [2025-11-05T05:27:05.869Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-11-05T05:27:05.869Z] ---> Running in a242ebeccb57 [2025-11-05T05:27:06.139Z] Removing intermediate container a242ebeccb57 [2025-11-05T05:27:06.139Z] ---> fce97f48f6ce [2025-11-05T05:27:06.139Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-11-05T05:27:06.139Z] ---> Running in 0ffe2f9a530f [2025-11-05T05:27:07.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-05T05:27:07.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-05T05:27:09.529Z] OK: 259 MiB in 64 packages [2025-11-05T05:27:10.504Z] Removing intermediate container 0ffe2f9a530f [2025-11-05T05:27:10.504Z] ---> 5e8731d45d40 [2025-11-05T05:27:10.504Z] Step 8/26 : WORKDIR /device-rest-go [2025-11-05T05:27:10.504Z] ---> Running in a2c5aa6417b7 [2025-11-05T05:27:11.091Z] Removing intermediate container a2c5aa6417b7 [2025-11-05T05:27:11.091Z] ---> 38cbd4b77f14 [2025-11-05T05:27:11.091Z] Step 9/26 : COPY go.mod vendor* ./ [2025-11-05T05:27:11.682Z] ---> 6a2b54978ae0 [2025-11-05T05:27:11.682Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-05T05:27:11.682Z] ---> Running in 82b82a4ef3e1 [2025-11-05T05:27:14.273Z] Removing intermediate container 82b82a4ef3e1 [2025-11-05T05:27:14.274Z] ---> ee39b41292a5 [2025-11-05T05:27:14.274Z] Step 11/26 : COPY . . [2025-11-05T05:27:14.545Z] ---> 7c62de6bdeca [2025-11-05T05:27:14.545Z] Step 12/26 : RUN $MAKE [2025-11-05T05:27:14.545Z] ---> Running in ad43d3e26850 [2025-11-05T05:27:15.517Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-11-05T05:31:22.390Z] Removing intermediate container ad43d3e26850 [2025-11-05T05:31:22.390Z] ---> 51f08e6bf442 [2025-11-05T05:31:22.390Z] Step 13/26 : FROM alpine:3.22 [2025-11-05T05:31:22.390Z] 3.22: Pulling from library/alpine [2025-11-05T05:31:22.390Z] 6b59a28fa201: Already exists [2025-11-05T05:31:22.390Z] Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-11-05T05:31:22.390Z] Status: Downloaded newer image for alpine:3.22 [2025-11-05T05:31:22.390Z] ---> 171e65262c80 [2025-11-05T05:31:22.390Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-11-05T05:31:22.390Z] ---> Running in d82489995b8f [2025-11-05T05:31:22.390Z] Removing intermediate container d82489995b8f [2025-11-05T05:31:22.390Z] ---> 55c4858592b1 [2025-11-05T05:31:22.390Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-11-05T05:31:22.390Z] ---> Running in 9fa443088820 [2025-11-05T05:31:22.390Z] Removing intermediate container 9fa443088820 [2025-11-05T05:31:22.390Z] ---> 5fe42f0d6c58 [2025-11-05T05:31:22.390Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-11-05T05:31:22.390Z] ---> Running in 6344ed9bc144 [2025-11-05T05:31:22.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-05T05:31:22.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-05T05:31:22.390Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-11-05T05:31:22.390Z] Executing busybox-1.37.0-r19.trigger [2025-11-05T05:31:22.390Z] OK: 8 MiB in 17 packages [2025-11-05T05:31:22.390Z] Removing intermediate container 6344ed9bc144 [2025-11-05T05:31:22.390Z] ---> bf957d9fbf4e [2025-11-05T05:31:22.390Z] Step 17/26 : RUN apk --no-cache upgrade [2025-11-05T05:31:22.390Z] ---> Running in 640d19aa20f0 [2025-11-05T05:31:22.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-05T05:31:22.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-05T05:31:22.390Z] OK: 8 MiB in 17 packages [2025-11-05T05:31:22.390Z] Removing intermediate container 640d19aa20f0 [2025-11-05T05:31:22.390Z] ---> dda1de03aed1 [2025-11-05T05:31:22.390Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-11-05T05:31:23.351Z] ---> af89af9f22b8 [2025-11-05T05:31:23.351Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-11-05T05:31:23.934Z] ---> 745f8ed890be [2025-11-05T05:31:23.934Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-11-05T05:31:25.355Z] ---> f6db5de01e92 [2025-11-05T05:31:25.355Z] Step 21/26 : EXPOSE 59986 [2025-11-05T05:31:25.355Z] ---> Running in c59e61a3d437 [2025-11-05T05:31:25.632Z] Removing intermediate container c59e61a3d437 [2025-11-05T05:31:25.632Z] ---> a95e9633b487 [2025-11-05T05:31:25.632Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-11-05T05:31:25.632Z] ---> Running in e1501ad5c98c [2025-11-05T05:31:25.909Z] Removing intermediate container e1501ad5c98c [2025-11-05T05:31:25.909Z] ---> 61866389c982 [2025-11-05T05:31:25.909Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-11-05T05:31:26.177Z] ---> Running in 35f2849bf536 [2025-11-05T05:31:26.445Z] Removing intermediate container 35f2849bf536 [2025-11-05T05:31:26.445Z] ---> a0e459254856 [2025-11-05T05:31:26.445Z] Step 24/26 : LABEL arch=arm64 [2025-11-05T05:31:26.445Z] ---> Running in 6b63b4f0d0b3 [2025-11-05T05:31:26.713Z] Removing intermediate container 6b63b4f0d0b3 [2025-11-05T05:31:26.713Z] ---> f35288bb18e2 [2025-11-05T05:31:26.713Z] Step 25/26 : LABEL git_sha=811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:31:26.713Z] ---> Running in cf9bf0121725 [2025-11-05T05:31:27.298Z] Removing intermediate container cf9bf0121725 [2025-11-05T05:31:27.298Z] ---> af47886cc912 [2025-11-05T05:31:27.298Z] Step 26/26 : LABEL version=4.1.0-dev.16 [2025-11-05T05:31:27.298Z] ---> Running in 888eabc0b773 [2025-11-05T05:31:27.565Z] Removing intermediate container 888eabc0b773 [2025-11-05T05:31:27.565Z] ---> 48759e957500 [2025-11-05T05:31:27.565Z] [Warning] One or more build-args [ARCH] were not consumed [2025-11-05T05:31:27.565Z] Successfully built 48759e957500 [2025-11-05T05:31:27.565Z] 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-11-05T05:31:27.722Z] provisioning config files... [2025-11-05T05:31:27.738Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/222@tmp/config2199464657096883546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:31:28.087Z] ---> ****-login.sh [2025-11-05T05:31:28.087Z] nexus3.edgexfoundry.org:10001 [2025-11-05T05:31:28.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:31:28.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:31:28.354Z] Configure a credential helper to remove this warning. See [2025-11-05T05:31:28.354Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:31:28.354Z] [2025-11-05T05:31:28.354Z] Login Succeeded [2025-11-05T05:31:28.354Z] nexus3.edgexfoundry.org:10002 [2025-11-05T05:31:28.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:31:28.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:31:28.619Z] Configure a credential helper to remove this warning. See [2025-11-05T05:31:28.619Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:31:28.619Z] [2025-11-05T05:31:28.619Z] Login Succeeded [2025-11-05T05:31:28.890Z] nexus3.edgexfoundry.org:10003 [2025-11-05T05:31:28.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:31:29.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:31:29.158Z] Configure a credential helper to remove this warning. See [2025-11-05T05:31:29.158Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:31:29.158Z] [2025-11-05T05:31:29.158Z] Login Succeeded [2025-11-05T05:31:29.158Z] nexus3.edgexfoundry.org:10004 [2025-11-05T05:31:29.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:31:29.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:31:29.495Z] Configure a credential helper to remove this warning. See [2025-11-05T05:31:29.495Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:31:29.495Z] [2025-11-05T05:31:29.495Z] Login Succeeded [2025-11-05T05:31:29.495Z] ****.io [2025-11-05T05:31:29.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-05T05:31:30.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-05T05:31:30.042Z] Configure a credential helper to remove this warning. See [2025-11-05T05:31:30.042Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-05T05:31:30.042Z] [2025-11-05T05:31:30.042Z] Login Succeeded [2025-11-05T05:31:30.042Z] ---> ****-login.sh ends [Pipeline] } [2025-11-05T05:31:30.063Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-05T05:31:30.114Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-05T05:31:30.147Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-11-05T05:31:30.147Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:31:30.147Z] latest [2025-11-05T05:31:30.147Z] 4.1.0-dev.16 [2025-11-05T05:31:30.147Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:31:30.147Z] main [2025-11-05T05:31:30.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:31:30.540Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:31:30.985Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:31:30.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-11-05T05:31:30.985Z] 2df91c9689f2: Preparing [2025-11-05T05:31:30.985Z] 58399a8e9cc3: Preparing [2025-11-05T05:31:30.985Z] f649f9e6bd1c: Preparing [2025-11-05T05:31:30.985Z] b661b0bad56e: Preparing [2025-11-05T05:31:30.985Z] 2109af4c3b6f: Preparing [2025-11-05T05:31:30.985Z] 0e64f2360a44: Preparing [2025-11-05T05:31:30.985Z] 0e64f2360a44: Waiting [2025-11-05T05:31:31.263Z] 2109af4c3b6f: Pushed [2025-11-05T05:31:31.263Z] 2df91c9689f2: Pushed [2025-11-05T05:31:31.263Z] b661b0bad56e: Pushed [2025-11-05T05:31:31.263Z] 58399a8e9cc3: Pushed [2025-11-05T05:31:31.263Z] 0e64f2360a44: Layer already exists [2025-11-05T05:31:37.931Z] f649f9e6bd1c: Pushed [2025-11-05T05:31:38.198Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:31:38.584Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:31:38.955Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-11-05T05:31:38.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-11-05T05:31:38.955Z] 2df91c9689f2: Preparing [2025-11-05T05:31:38.955Z] 58399a8e9cc3: Preparing [2025-11-05T05:31:38.955Z] f649f9e6bd1c: Preparing [2025-11-05T05:31:38.955Z] b661b0bad56e: Preparing [2025-11-05T05:31:38.955Z] 2109af4c3b6f: Preparing [2025-11-05T05:31:38.955Z] 0e64f2360a44: Preparing [2025-11-05T05:31:38.955Z] 0e64f2360a44: Waiting [2025-11-05T05:31:38.955Z] f649f9e6bd1c: Layer already exists [2025-11-05T05:31:38.955Z] 2df91c9689f2: Layer already exists [2025-11-05T05:31:38.955Z] b661b0bad56e: Layer already exists [2025-11-05T05:31:38.955Z] 58399a8e9cc3: Layer already exists [2025-11-05T05:31:38.955Z] 2109af4c3b6f: Layer already exists [2025-11-05T05:31:38.955Z] 0e64f2360a44: Layer already exists [2025-11-05T05:31:39.223Z] latest: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:31:39.584Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:31:39.939Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 [2025-11-05T05:31:39.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-11-05T05:31:39.939Z] 2df91c9689f2: Preparing [2025-11-05T05:31:39.939Z] 58399a8e9cc3: Preparing [2025-11-05T05:31:39.939Z] f649f9e6bd1c: Preparing [2025-11-05T05:31:39.939Z] b661b0bad56e: Preparing [2025-11-05T05:31:39.939Z] 2109af4c3b6f: Preparing [2025-11-05T05:31:39.939Z] 0e64f2360a44: Preparing [2025-11-05T05:31:39.939Z] 0e64f2360a44: Waiting [2025-11-05T05:31:39.939Z] 2109af4c3b6f: Layer already exists [2025-11-05T05:31:39.939Z] f649f9e6bd1c: Layer already exists [2025-11-05T05:31:39.939Z] b661b0bad56e: Layer already exists [2025-11-05T05:31:39.939Z] 58399a8e9cc3: Layer already exists [2025-11-05T05:31:39.939Z] 2df91c9689f2: Layer already exists [2025-11-05T05:31:39.939Z] 0e64f2360a44: Layer already exists [2025-11-05T05:31:40.206Z] 4.1.0-dev.16: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:32:09.267Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:32:09.642Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:32:09.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-11-05T05:32:09.642Z] 2df91c9689f2: Preparing [2025-11-05T05:32:09.642Z] 58399a8e9cc3: Preparing [2025-11-05T05:32:09.642Z] f649f9e6bd1c: Preparing [2025-11-05T05:32:09.642Z] b661b0bad56e: Preparing [2025-11-05T05:32:09.642Z] 2109af4c3b6f: Preparing [2025-11-05T05:32:09.642Z] 0e64f2360a44: Preparing [2025-11-05T05:32:09.642Z] 0e64f2360a44: Waiting [2025-11-05T05:32:09.642Z] 58399a8e9cc3: Layer already exists [2025-11-05T05:32:09.642Z] 2df91c9689f2: Layer already exists [2025-11-05T05:32:09.642Z] b661b0bad56e: Layer already exists [2025-11-05T05:32:09.642Z] 2109af4c3b6f: Layer already exists [2025-11-05T05:32:09.642Z] f649f9e6bd1c: Layer already exists [2025-11-05T05:32:09.642Z] 0e64f2360a44: Layer already exists [2025-11-05T05:32:09.908Z] 811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:32:10.271Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:32:10.638Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-11-05T05:32:10.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-11-05T05:32:10.638Z] 2df91c9689f2: Preparing [2025-11-05T05:32:10.638Z] 58399a8e9cc3: Preparing [2025-11-05T05:32:10.638Z] f649f9e6bd1c: Preparing [2025-11-05T05:32:10.638Z] b661b0bad56e: Preparing [2025-11-05T05:32:10.638Z] 2109af4c3b6f: Preparing [2025-11-05T05:32:10.638Z] 0e64f2360a44: Preparing [2025-11-05T05:32:10.638Z] 0e64f2360a44: Waiting [2025-11-05T05:32:10.638Z] 58399a8e9cc3: Layer already exists [2025-11-05T05:32:10.638Z] b661b0bad56e: Layer already exists [2025-11-05T05:32:10.638Z] 2109af4c3b6f: Layer already exists [2025-11-05T05:32:10.638Z] 2df91c9689f2: Layer already exists [2025-11-05T05:32:10.638Z] f649f9e6bd1c: Layer already exists [2025-11-05T05:32:10.638Z] 0e64f2360a44: Layer already exists [2025-11-05T05:32:10.904Z] main: digest: sha256:61a3f799c6a137a188ba6b117736e7c20d770d278a1bfba0a526fd44294dc2b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-05T05:32:10.987Z] ===================================================== [Pipeline] echo [2025-11-05T05:32:11.001Z] taggedImages: [2025-11-05T05:32:11.001Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b [2025-11-05T05:32:11.001Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-11-05T05:32:11.001Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 [2025-11-05T05:32:11.001Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [2025-11-05T05:32:11.001Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-11-05T05:32:11.017Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] echo [2025-11-05T05:32:11.034Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-11-05T05:32:11.046Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.16 [Pipeline] echo [2025-11-05T05:32:11.061Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:811051642a48477a389f61ef6b915f3ab0e7ae7b-4.1.0-dev.16 [Pipeline] echo [2025-11-05T05:32:11.074Z] 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-11-05T05:32:11.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-11-05T05:32:11.478Z] [2025-11-05T05:32:11.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:32:11.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-11-05T05:32:11.821Z] arm64: Pulling from edgex-lftools-log-publisher [2025-11-05T05:32:11.821Z] 8998bd30e6a1: Pulling fs layer [2025-11-05T05:32:11.821Z] 04944245beec: Pulling fs layer [2025-11-05T05:32:11.821Z] 699f458cf7ca: Pulling fs layer [2025-11-05T05:32:11.821Z] 765212b225bb: Pulling fs layer [2025-11-05T05:32:11.821Z] f23df028b6ca: Pulling fs layer [2025-11-05T05:32:11.821Z] d65c8cfc05b1: Pulling fs layer [2025-11-05T05:32:11.821Z] 2437ff75d9bd: Pulling fs layer [2025-11-05T05:32:11.821Z] f23df028b6ca: Waiting [2025-11-05T05:32:11.821Z] d65c8cfc05b1: Waiting [2025-11-05T05:32:11.821Z] 2437ff75d9bd: Waiting [2025-11-05T05:32:11.821Z] 765212b225bb: Waiting [2025-11-05T05:32:12.089Z] 04944245beec: Verifying Checksum [2025-11-05T05:32:12.089Z] 04944245beec: Download complete [2025-11-05T05:32:12.089Z] 765212b225bb: Download complete [2025-11-05T05:32:12.089Z] f23df028b6ca: Verifying Checksum [2025-11-05T05:32:12.089Z] f23df028b6ca: Download complete [2025-11-05T05:32:12.089Z] d65c8cfc05b1: Verifying Checksum [2025-11-05T05:32:12.089Z] d65c8cfc05b1: Download complete [2025-11-05T05:32:12.359Z] 699f458cf7ca: Verifying Checksum [2025-11-05T05:32:12.359Z] 699f458cf7ca: Download complete [2025-11-05T05:32:12.628Z] 8998bd30e6a1: Verifying Checksum [2025-11-05T05:32:12.628Z] 8998bd30e6a1: Download complete [2025-11-05T05:32:15.220Z] 2437ff75d9bd: Verifying Checksum [2025-11-05T05:32:15.220Z] 2437ff75d9bd: Download complete [2025-11-05T05:32:17.803Z] 8998bd30e6a1: Pull complete [2025-11-05T05:32:18.072Z] 04944245beec: Pull complete [2025-11-05T05:32:19.481Z] 699f458cf7ca: Pull complete [2025-11-05T05:32:19.753Z] 765212b225bb: Pull complete [2025-11-05T05:32:20.723Z] f23df028b6ca: Pull complete [2025-11-05T05:32:20.991Z] d65c8cfc05b1: Pull complete [2025-11-05T05:32:39.247Z] 2437ff75d9bd: Pull complete [2025-11-05T05:32:39.247Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-11-05T05:32:39.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-11-05T05:32:39.247Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:32:39.462Z] prd-ubuntu20.04-docker-arm64-4c-16g-772561 does not seem to be running inside a container [2025-11-05T05:32:39.523Z] $ 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/222 -v /w/workspace/device-rest-go/222:/w/workspace/device-rest-go/222:rw,z -v /w/workspace/device-rest-go/222@tmp:/w/workspace/device-rest-go/222@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-11-05T05:32:42.484Z] $ docker top ff8e1850f9d2912c3aadf4d0f654c8be85b6f03a7115dedc9c95046045d8ad8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:32:43.347Z] ---> job-cost.sh [2025-11-05T05:32:43.347Z] lf-activate-venv: SKIPPING [2025-11-05T05:32:43.347Z] INFO: No Stack... [2025-11-05T05:32:43.928Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-11-05T05:32:44.510Z] INFO: Archiving Costs [Pipeline] sh [2025-11-05T05:32:45.143Z] + cat /w/workspace/device-rest-go/222/archives/cost.csv [2025-11-05T05:32:45.144Z] + cut -d, -f6 [Pipeline] lock [2025-11-05T05:32:45.205Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [2025-11-05T05:32:45.212Z] Resource [jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] did not exist. Created. [2025-11-05T05:32:45.217Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-11-05T05:32:45.880Z] /w/workspace/device-rest-go/222@tmp/durable-3f468d14/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-11-05T05:32:46.523Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-11-05T05:32:46.552Z] Warning: overwriting stash ‘stack-cost’ [2025-11-05T05:32:46.612Z] Stashed 1 file(s) [Pipeline] } [2025-11-05T05:32:46.630Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-222-stack-cost] [Pipeline] // lock [Pipeline] } [2025-11-05T05:32:46.649Z] $ docker stop --time=1 ff8e1850f9d2912c3aadf4d0f654c8be85b6f03a7115dedc9c95046045d8ad8f [2025-11-05T05:32:48.574Z] $ docker rm -f --volumes ff8e1850f9d2912c3aadf4d0f654c8be85b6f03a7115dedc9c95046045d8ad8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-11-05T05:32:49.085Z] provisioning config files... [2025-11-05T05:32:49.093Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config232493361008418843tmp [Pipeline] { [Pipeline] sh [2025-11-05T05:32:49.391Z] + set +x [2025-11-05T05:32:49.391Z] + curl -s https://codecov.io/bash [2025-11-05T05:32:49.391Z] + bash -s -- [2025-11-05T05:32:49.391Z] [2025-11-05T05:32:49.391Z] _____ _ [2025-11-05T05:32:49.391Z] / ____| | | [2025-11-05T05:32:49.391Z] | | ___ __| | ___ ___ _____ __ [2025-11-05T05:32:49.391Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-11-05T05:32:49.391Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-11-05T05:32:49.391Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-11-05T05:32:49.391Z] Bash-1.0.6 [2025-11-05T05:32:49.391Z] [2025-11-05T05:32:49.391Z] [2025-11-05T05:32:49.391Z] ==> git version 2.25.1 found [2025-11-05T05:32:49.391Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-11-05T05:32:49.391Z] Release-Date: 2020-01-08 [2025-11-05T05:32:49.391Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-11-05T05:32:49.391Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-11-05T05:32:49.391Z] ==> Jenkins CI detected. [2025-11-05T05:32:49.391Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-11-05T05:32:49.391Z] project root: . [2025-11-05T05:32:49.391Z] --> token set from env [2025-11-05T05:32:49.391Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-11-05T05:32:49.391Z] ==> Running gcov in . (disable via -X gcov) [2025-11-05T05:32:49.391Z] ==> Python coveragepy not found [2025-11-05T05:32:49.391Z] ==> Searching for coverage reports in: [2025-11-05T05:32:49.391Z] + . [2025-11-05T05:32:49.391Z] -> Found 1 reports [2025-11-05T05:32:49.391Z] ==> Detecting git/mercurial file structure [2025-11-05T05:32:49.391Z] ==> Reading reports [2025-11-05T05:32:49.651Z] + ./coverage.out bytes=14565 [2025-11-05T05:32:49.651Z] ==> Appending adjustments [2025-11-05T05:32:49.651Z] https://docs.codecov.io/docs/fixing-reports [2025-11-05T05:32:49.651Z] + Found adjustments [2025-11-05T05:32:49.651Z] ==> Gzipping contents [2025-11-05T05:32:49.651Z] 4.0K /tmp/codecov.Oa12Zk.gz [2025-11-05T05:32:49.651Z] ==> Uploading reports [2025-11-05T05:32:49.651Z] url: https://codecov.io [2025-11-05T05:32:49.651Z] query: branch=main&commit=811051642a48477a389f61ef6b915f3ab0e7ae7b&build=222&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F222%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-11-05T05:32:49.651Z] -> Pinging Codecov [2025-11-05T05:32:49.651Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=811051642a48477a389f61ef6b915f3ab0e7ae7b&build=222&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F222%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-11-05T05:32:49.909Z] -> Uploading to [2025-11-05T05:32:49.909Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/811051642a48477a389f61ef6b915f3ab0e7ae7b/67f4f40c-5d9f-4107-b5cc-a53a2b6a189d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251105%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251105T053249Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c303b6536a21ec1a1fcebb2083c43e3c35d024f59256c7ce8f8161a41bdfba4b [2025-11-05T05:32:49.909Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-11-05T05:32:49.909Z] Dload Upload Total Spent Left Speed [2025-11-05T05:32:49.909Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 17892 --:--:-- --:--:-- --:--:-- 18031 [2025-11-05T05:32:49.909Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] } [2025-11-05T05:32:49.915Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-11-05T05:32:50.076Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-11-05T05:32:50.091Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:32:50.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-11-05T05:32:50.397Z] [2025-11-05T05:32:50.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:32:50.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-11-05T05:32:50.711Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-11-05T05:32:50.711Z] 2d35ebdb57d9: Already exists [2025-11-05T05:32:50.711Z] 85e8836fcdb2: Pulling fs layer [2025-11-05T05:32:50.711Z] 91631faa732a: Pulling fs layer [2025-11-05T05:32:50.711Z] f3f5ae8826fa: Pulling fs layer [2025-11-05T05:32:50.711Z] 4f4fb700ef54: Pulling fs layer [2025-11-05T05:32:50.711Z] 7861252a18e6: Pulling fs layer [2025-11-05T05:32:50.711Z] 9130f900ef6f: Pulling fs layer [2025-11-05T05:32:50.711Z] 4f4fb700ef54: Waiting [2025-11-05T05:32:50.711Z] 7861252a18e6: Waiting [2025-11-05T05:32:50.711Z] 9130f900ef6f: Waiting [2025-11-05T05:32:50.711Z] f3f5ae8826fa: Verifying Checksum [2025-11-05T05:32:50.711Z] f3f5ae8826fa: Download complete [2025-11-05T05:32:50.711Z] 85e8836fcdb2: Verifying Checksum [2025-11-05T05:32:50.711Z] 85e8836fcdb2: Download complete [2025-11-05T05:32:50.711Z] 4f4fb700ef54: Verifying Checksum [2025-11-05T05:32:50.711Z] 4f4fb700ef54: Download complete [2025-11-05T05:32:50.971Z] 85e8836fcdb2: Pull complete [2025-11-05T05:32:50.971Z] 7861252a18e6: Verifying Checksum [2025-11-05T05:32:50.971Z] 7861252a18e6: Download complete [2025-11-05T05:32:51.232Z] 91631faa732a: Verifying Checksum [2025-11-05T05:32:51.232Z] 91631faa732a: Download complete [2025-11-05T05:32:51.829Z] 9130f900ef6f: Verifying Checksum [2025-11-05T05:32:51.829Z] 9130f900ef6f: Download complete [2025-11-05T05:32:56.019Z] 91631faa732a: Pull complete [2025-11-05T05:32:56.019Z] f3f5ae8826fa: Pull complete [2025-11-05T05:32:56.019Z] 4f4fb700ef54: Pull complete [2025-11-05T05:32:56.019Z] 7861252a18e6: Pull complete [2025-11-05T05:32:59.301Z] 9130f900ef6f: Pull complete [2025-11-05T05:32:59.301Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2025-11-05T05:32:59.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-11-05T05:32:59.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:32:59.402Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:32:59.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -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-devops/edgex-snyk-go:latest cat [2025-11-05T05:33:02.027Z] $ docker top 41be8e5fc617e163cce01e7f629336cc442b13e65cd55d56d2dd4e99762316d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-05T05:33:02.385Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-11-05T05:33:02.396Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-11-05T05:33:02.678Z] + set -o pipefail [2025-11-05T05:33:02.678Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-11-05T05:33:20.768Z] [2025-11-05T05:33:20.768Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-11-05T05:33:20.768Z] [2025-11-05T05:33:20.768Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/bf973d89-862f-4da7-a220-d69d451140ff [2025-11-05T05:33:20.768Z] [2025-11-05T05:33:20.768Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-11-05T05:33:20.768Z] [2025-11-05T05:33:20.768Z] [2025-11-05T05:33:20.768Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-11-05T05:33:20.768Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-11-05T05:33:20.775Z] $ docker stop --time=1 41be8e5fc617e163cce01e7f629336cc442b13e65cd55d56d2dd4e99762316d7 [2025-11-05T05:33:23.856Z] $ docker rm -f --volumes 41be8e5fc617e163cce01e7f629336cc442b13e65cd55d56d2dd4e99762316d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-11-05T05:33:24.784Z] + git log --format=format:%s -1 811051642a48477a389f61ef6b915f3ab0e7ae7b [Pipeline] sh [2025-11-05T05:33:25.079Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-05T05:33:25.079Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:33:25.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-05T05:33:25.384Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:33:25.481Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:33:25.505Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-11-05T05:33:25.810Z] $ docker top 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 -eo pid,comm [2025-11-05T05:33:25.859Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-11-05T05:33:25.859Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-05T05:33:25.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-05T05:33:25.919Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-05T05:33:26.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-05T05:33:26.022Z] $ docker exec 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 ssh-agent [2025-11-05T05:33:26.130Z] SSH_AUTH_SOCK=/tmp/ssh-4ZBhQNCxmiMe/agent.33 [2025-11-05T05:33:26.130Z] SSH_AGENT_PID=39 [2025-11-05T05:33:26.135Z] Running ssh-add (command line suppressed) [2025-11-05T05:33:26.218Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7706809253174702562.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7706809253174702562.key) [2025-11-05T05:33:26.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-05T05:33:26.536Z] + git semver tag [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,727 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,732 [run_tag] DEBUG tag force:False [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,732 [check_head_tag] DEBUG check head tag [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,732 [execute] INFO git cat-file --batch-check [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,733 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,735 [execute] INFO git cat-file --batch [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,735 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,746 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,746 [execute] INFO git tag -a v4.1.0-dev.16 -m v4.1.0-dev.16 [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,747 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.16', '-m', 'v4.1.0-dev.16'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-11-05T05:33:26.795Z] 2025-11-05 05:33:26,750 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:33:26.795Z] 4.1.0-dev.16 [Pipeline] } [2025-11-05T05:33:26.799Z] $ docker exec --env ******** --env ******** 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 ssh-agent -k [2025-11-05T05:33:26.903Z] unset SSH_AUTH_SOCK; [2025-11-05T05:33:26.903Z] unset SSH_AGENT_PID; [2025-11-05T05:33:26.903Z] echo Agent pid 39 killed; [2025-11-05T05:33:26.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-05T05:33:27.248Z] + git semver [Pipeline] } [2025-11-05T05:33:27.822Z] $ docker stop --time=1 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 [2025-11-05T05:33:29.061Z] $ docker rm -f --volumes 75c711d89fd95390aedd2a740e375d932e2b81eeedbb5072ea26c129ca4281c5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:33:29.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-11-05T05:33:29.496Z] [2025-11-05T05:33:29.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:33:29.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-11-05T05:33:29.799Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-11-05T05:33:29.799Z] ab5ef0e58194: Pulling fs layer [2025-11-05T05:33:29.799Z] 9712f1f96733: Pulling fs layer [2025-11-05T05:33:29.799Z] 63f879dbbcfc: Pulling fs layer [2025-11-05T05:33:29.799Z] 0d9ebad4ef96: Pulling fs layer [2025-11-05T05:33:29.799Z] e9a5061849ea: Pulling fs layer [2025-11-05T05:33:29.799Z] d747dcd14b5f: Pulling fs layer [2025-11-05T05:33:29.799Z] 2de7ff778b66: Pulling fs layer [2025-11-05T05:33:29.799Z] e9a5061849ea: Waiting [2025-11-05T05:33:29.799Z] d747dcd14b5f: Waiting [2025-11-05T05:33:29.799Z] 2de7ff778b66: Waiting [2025-11-05T05:33:29.799Z] 0d9ebad4ef96: Waiting [2025-11-05T05:33:29.799Z] 9712f1f96733: Verifying Checksum [2025-11-05T05:33:29.799Z] 9712f1f96733: Download complete [2025-11-05T05:33:30.058Z] 63f879dbbcfc: Verifying Checksum [2025-11-05T05:33:30.058Z] 63f879dbbcfc: Download complete [2025-11-05T05:33:30.316Z] ab5ef0e58194: Verifying Checksum [2025-11-05T05:33:30.316Z] ab5ef0e58194: Download complete [2025-11-05T05:33:30.316Z] d747dcd14b5f: Verifying Checksum [2025-11-05T05:33:30.316Z] d747dcd14b5f: Download complete [2025-11-05T05:33:30.316Z] e9a5061849ea: Verifying Checksum [2025-11-05T05:33:30.316Z] e9a5061849ea: Download complete [2025-11-05T05:33:30.316Z] 0d9ebad4ef96: Verifying Checksum [2025-11-05T05:33:30.316Z] 0d9ebad4ef96: Download complete [2025-11-05T05:33:30.316Z] 2de7ff778b66: Download complete [2025-11-05T05:33:33.605Z] ab5ef0e58194: Pull complete [2025-11-05T05:33:33.605Z] 9712f1f96733: Pull complete [2025-11-05T05:33:33.864Z] 63f879dbbcfc: Pull complete [2025-11-05T05:33:39.135Z] 0d9ebad4ef96: Pull complete [2025-11-05T05:33:39.135Z] e9a5061849ea: Pull complete [2025-11-05T05:33:39.135Z] d747dcd14b5f: Pull complete [2025-11-05T05:33:40.511Z] 2de7ff778b66: Pull complete [2025-11-05T05:33:40.771Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-11-05T05:33:40.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-11-05T05:33:40.771Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:33:40.885Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:33:40.913Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-11-05T05:33:43.312Z] $ docker top 8cb1a5b89d17581a1a564aacacd7e32eb16996a4b6a928e20cf470dbc82ac0e9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-11-05T05:33:43.395Z] provisioning config files... [2025-11-05T05:33:43.404Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11968671631324220627tmp [2025-11-05T05:33:43.412Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4920300056228836610tmp [2025-11-05T05:33:43.421Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12862888608006605808tmp [Pipeline] { [Pipeline] echo [2025-11-05T05:33:43.450Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:33:43.746Z] ---> sigul-configuration.sh [2025-11-05T05:33:43.746Z] gpg: directory `/root/.gnupg' created [2025-11-05T05:33:43.746Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-11-05T05:33:43.746Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-11-05T05:33:43.746Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-11-05T05:33:43.746Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-11-05T05:33:43.746Z] gpg: CAST5 encrypted data [2025-11-05T05:33:43.746Z] gpg: encrypted with 1 passphrase [2025-11-05T05:33:43.746Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-11-05T05:33:44.043Z] + mkdir /home/jenkins [2025-11-05T05:33:44.043Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-11-05T05:33:44.340Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-11-05T05:33:44.355Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:33:44.649Z] ---> sigul-install.sh [2025-11-05T05:33:44.649Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-11-05T05:33:44.945Z] + git tag --list [2025-11-05T05:33:44.945Z] v1.0.0 [2025-11-05T05:33:44.945Z] v1.1.0 [2025-11-05T05:33:44.945Z] v1.1.1 [2025-11-05T05:33:44.945Z] v1.1.2 [2025-11-05T05:33:44.945Z] v1.2.0 [2025-11-05T05:33:44.945Z] v1.2.1 [2025-11-05T05:33:44.945Z] v2.0.0 [2025-11-05T05:33:44.945Z] v2.1.0 [2025-11-05T05:33:44.945Z] v2.1.1 [2025-11-05T05:33:44.945Z] v2.2.0 [2025-11-05T05:33:44.945Z] v2.3.0 [2025-11-05T05:33:44.945Z] v3.0 [2025-11-05T05:33:44.945Z] v3.0.0 [2025-11-05T05:33:44.945Z] v3.1 [2025-11-05T05:33:44.945Z] v3.1.0 [2025-11-05T05:33:44.945Z] v3.1.1 [2025-11-05T05:33:44.945Z] v4.0 [2025-11-05T05:33:44.945Z] v4.0.0 [2025-11-05T05:33:44.945Z] v4.1.0-dev.1 [2025-11-05T05:33:44.945Z] v4.1.0-dev.10 [2025-11-05T05:33:44.945Z] v4.1.0-dev.11 [2025-11-05T05:33:44.945Z] v4.1.0-dev.12 [2025-11-05T05:33:44.945Z] v4.1.0-dev.13 [2025-11-05T05:33:44.945Z] v4.1.0-dev.14 [2025-11-05T05:33:44.945Z] v4.1.0-dev.15 [2025-11-05T05:33:44.945Z] v4.1.0-dev.16 [2025-11-05T05:33:44.945Z] v4.1.0-dev.2 [2025-11-05T05:33:44.945Z] v4.1.0-dev.3 [2025-11-05T05:33:44.945Z] v4.1.0-dev.4 [2025-11-05T05:33:44.945Z] v4.1.0-dev.5 [2025-11-05T05:33:44.945Z] v4.1.0-dev.6 [2025-11-05T05:33:44.945Z] v4.1.0-dev.7 [2025-11-05T05:33:44.945Z] v4.1.0-dev.8 [2025-11-05T05:33:44.945Z] v4.1.0-dev.9 [Pipeline] sh [2025-11-05T05:33:45.240Z] + lftools sign git-tag v4.1.0-dev.16 [2025-11-05T05:33:45.808Z] Signing Git tag with Sigul... [2025-11-05T05:33:45.808Z] Signing v4.1.0-dev.16 [Pipeline] echo [2025-11-05T05:33:46.391Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:33:46.686Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-11-05T05:33:46.695Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-11-05T05:33:46.716Z] $ docker stop --time=1 8cb1a5b89d17581a1a564aacacd7e32eb16996a4b6a928e20cf470dbc82ac0e9 [2025-11-05T05:33:47.989Z] $ docker rm -f --volumes 8cb1a5b89d17581a1a564aacacd7e32eb16996a4b6a928e20cf470dbc82ac0e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-11-05T05:33:48.454Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-05T05:33:48.454Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:33:48.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-05T05:33:48.767Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:33:48.852Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:33:48.997Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-11-05T05:33:49.252Z] $ docker top fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 -eo pid,comm [2025-11-05T05:33:49.309Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-11-05T05:33:49.309Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-05T05:33:49.360Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-05T05:33:49.360Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-05T05:33:49.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-05T05:33:49.455Z] $ docker exec fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 ssh-agent [2025-11-05T05:33:49.563Z] SSH_AUTH_SOCK=/tmp/ssh-aTOFuFnGjv9b/agent.32 [2025-11-05T05:33:49.563Z] SSH_AGENT_PID=38 [2025-11-05T05:33:49.567Z] Running ssh-add (command line suppressed) [2025-11-05T05:33:49.653Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17106939121964139296.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17106939121964139296.key) [2025-11-05T05:33:49.669Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-05T05:33:49.964Z] + git semver bump pre [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,167 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,170 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,171 [bump_version] DEBUG bumping version:4.1.0-dev.16 on axis:pre with prefix:dev [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,171 [bump_version] DEBUG bumped version:4.1.0-dev.17 [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,171 [write_version] DEBUG write version:4.1.0-dev.17 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,171 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,171 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,174 [execute] INFO git cat-file --batch-check [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,178 [execute] INFO git cat-file --batch [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,179 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-05T05:33:50.223Z] 2025-11-05 05:33:50,182 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:33:50.223Z] 4.1.0-dev.17 [Pipeline] } [2025-11-05T05:33:50.228Z] $ docker exec --env ******** --env ******** fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 ssh-agent -k [2025-11-05T05:33:50.315Z] unset SSH_AUTH_SOCK; [2025-11-05T05:33:50.315Z] unset SSH_AGENT_PID; [2025-11-05T05:33:50.316Z] echo Agent pid 38 killed; [2025-11-05T05:33:50.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-05T05:33:50.730Z] + git semver [Pipeline] } [2025-11-05T05:33:50.998Z] $ docker stop --time=1 fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 [2025-11-05T05:33:52.267Z] $ docker rm -f --volumes fa23cec2f7b62a23ab4cc272446b16c514e2fd537e7c896096e33d2936e52cb8 [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-05T05:33:52.635Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-05T05:33:52.635Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:33:52.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-05T05:33:52.938Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:33:53.025Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:33:53.050Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-11-05T05:33:53.307Z] $ docker top e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 -eo pid,comm [2025-11-05T05:33:53.356Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-11-05T05:33:53.356Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-05T05:33:53.421Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-05T05:33:53.421Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-05T05:33:53.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-05T05:33:53.533Z] $ docker exec e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 ssh-agent [2025-11-05T05:33:53.637Z] SSH_AUTH_SOCK=/tmp/ssh-h5yjLpmH2MpN/agent.32 [2025-11-05T05:33:53.637Z] SSH_AGENT_PID=38 [2025-11-05T05:33:53.643Z] Running ssh-add (command line suppressed) [2025-11-05T05:33:53.739Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12798515069091587110.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12798515069091587110.key) [2025-11-05T05:33:53.759Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-05T05:33:54.058Z] + git semver push [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,270 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,274 [run_push] DEBUG push [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,275 [execute] INFO git cat-file --batch-check [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,275 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,276 [execute] INFO git rev-list f932db69fb7db7832f3c60102f2aba95cd04e705 -- [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,276 [execute] DEBUG Popen(['git', 'rev-list', 'f932db69fb7db7832f3c60102f2aba95cd04e705', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,284 [execute] INFO git fetch -v -- origin [2025-11-05T05:33:54.318Z] 2025-11-05 05:33:54,284 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-11-05T05:33:54.888Z] 2025-11-05 05:33:54,863 [run_push] DEBUG no remote changes detected [2025-11-05T05:33:54.888Z] 2025-11-05 05:33:54,864 [execute] INFO git push origin semver [2025-11-05T05:33:54.888Z] 2025-11-05 05:33:54,864 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-11-05T05:33:55.828Z] 2025-11-05 05:33:55,613 [run_push] DEBUG push all version tags [2025-11-05T05:33:55.828Z] 2025-11-05 05:33:55,614 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-11-05T05:33:55.828Z] 2025-11-05 05:33:55,614 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-11-05T05:33:56.768Z] 2025-11-05 05:33:56,414 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-11-05T05:33:56.768Z] 4.1.0-dev.17 [Pipeline] } [2025-11-05T05:33:56.772Z] $ docker exec --env ******** --env ******** e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 ssh-agent -k [2025-11-05T05:33:56.870Z] unset SSH_AUTH_SOCK; [2025-11-05T05:33:56.871Z] unset SSH_AGENT_PID; [2025-11-05T05:33:56.871Z] echo Agent pid 38 killed; [2025-11-05T05:33:56.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-05T05:33:57.224Z] + git semver [Pipeline] } [2025-11-05T05:33:57.490Z] $ docker stop --time=1 e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 [2025-11-05T05:33:58.756Z] $ docker rm -f --volumes e2de58318030f415e20494cc487a23e152ce8ca4d6f6ddd129dba3f5043a6f91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-11-05T05:33:59.338Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-11-05T05:33:59.338Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-11-05T05:33:59.338Z] total 16 [2025-11-05T05:33:59.338Z] drwxr-xr-x 3 root root 4096 Nov 5 05:19 . [2025-11-05T05:33:59.338Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 5 05:33 .. [2025-11-05T05:33:59.338Z] drwxr-xr-x 2 root root 4096 Nov 5 05:19 cost [2025-11-05T05:33:59.338Z] -rw-r--r-- 1 root root 86 Nov 5 05:19 cost.csv [2025-11-05T05:33:59.338Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-11-05T05:33:59.338Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-11-05T05:33:59.338Z] total 16 [2025-11-05T05:33:59.338Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 5 05:19 . [2025-11-05T05:33:59.338Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 5 05:33 .. [2025-11-05T05:33:59.338Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 5 05:19 cost [2025-11-05T05:33:59.338Z] -rw-r--r-- 1 jenkins jenkins 86 Nov 5 05:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:33:59.630Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:34:00.493Z] ---> package-listing.sh [2025-11-05T05:34:00.493Z] ++ facter osfamily [2025-11-05T05:34:00.493Z] ++ tr '[:upper:]' '[:lower:]' [2025-11-05T05:34:00.754Z] + OS_FAMILY=debian [2025-11-05T05:34:00.754Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-11-05T05:34:00.754Z] + START_PACKAGES=/tmp/packages_start.txt [2025-11-05T05:34:00.754Z] + END_PACKAGES=/tmp/packages_end.txt [2025-11-05T05:34:00.754Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-11-05T05:34:00.754Z] + PACKAGES=/tmp/packages_start.txt [2025-11-05T05:34:00.754Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-11-05T05:34:00.754Z] + PACKAGES=/tmp/packages_end.txt [2025-11-05T05:34:00.754Z] + case "${OS_FAMILY}" in [2025-11-05T05:34:00.754Z] + dpkg -l [2025-11-05T05:34:00.754Z] + grep '^ii' [2025-11-05T05:34:00.754Z] + '[' -f /tmp/packages_start.txt ']' [2025-11-05T05:34:00.754Z] + '[' -f /tmp/packages_end.txt ']' [2025-11-05T05:34:00.754Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-11-05T05:34:00.754Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-11-05T05:34:00.754Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-11-05T05:34:00.754Z] + 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-11-05T05:34:00.767Z] 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-11-05T05:34:01.046Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-05T05:34:01.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-05T05:34:01.620Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-05T05:34:01.701Z] prd-ubuntu20.04-docker-8c-8g-772558 does not seem to be running inside a container [2025-11-05T05:34:01.734Z] $ 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-11-05T05:34:01.957Z] $ docker top f6581143cdc9d5f231c5ff7885837fe8970fde1c22c5432c62185ec21963c71d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-05T05:34:02.325Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-11-05T05:34:02.614Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-11-05T05:34:02.898Z] + ls /var/log/sa-host [2025-11-05T05:34:02.898Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-05T05:34:02.935Z] provisioning config files... [2025-11-05T05:34:02.946Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12984378248649151546tmp [Pipeline] { [Pipeline] echo [2025-11-05T05:34:02.966Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:34:03.251Z] ---> create-netrc.sh [Pipeline] } [2025-11-05T05:34:03.257Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:34:03.578Z] ---> python-tools-install.sh [Pipeline] echo [2025-11-05T05:34:03.587Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:34:03.870Z] ---> sudo-logs.sh [2025-11-05T05:34:03.871Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-11-05T05:34:03.903Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:34:04.183Z] ---> job-cost.sh [2025-11-05T05:34:04.183Z] lf-activate-venv: SKIPPING [2025-11-05T05:34:04.183Z] DEBUG: total: 0.2199999988079071 [2025-11-05T05:34:04.183Z] INFO: Retrieving Stack Cost... [2025-11-05T05:34:04.441Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-11-05T05:34:05.011Z] INFO: Archiving Costs [Pipeline] echo [2025-11-05T05:34:05.027Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-05T05:34:05.310Z] ---> logs-deploy.sh [2025-11-05T05:34:05.310Z] lf-activate-venv: SKIPPING [2025-11-05T05:34:05.310Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/222 [2025-11-05T05:34:05.310Z] INFO: archiving workspace using pattern(s): [2025-11-05T05:34:06.248Z] Archives upload complete. [2025-11-05T05:34:06.248Z] INFO: archiving logs to Nexus