Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 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-ssh17321719206948105145.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2419057205560858903.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12322168913067177719.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7522697417772315863.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-ssh97401837344213620.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3225’ Running on prd-ubuntu20.04-docker-8c-8g-3233 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 Avoid second fetch Checking out Revision 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 (main) Commit message: "Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.11" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 # timeout=10 > git rev-list --no-walk c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-13T06:55:26.313Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-13T06:55:26.414Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-13T06:55:26.443Z] ========================================================= [2025-06-13T06:55:26.443Z] EdgeX Global Pipelines Version Info [2025-06-13T06:55:26.443Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-13T06:55:27.549Z] ------------------- [2025-06-13T06:55:27.549Z] stable info: [2025-06-13T06:55:27.549Z] ------------------- [2025-06-13T06:55:27.550Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-13T06:55:27.550Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-13T06:55:27.550Z] Message: update stable to v1.0.274 [2025-06-13T06:55:28.122Z] ------------------- [2025-06-13T06:55:28.122Z] experimental info: [2025-06-13T06:55:28.122Z] ------------------- [2025-06-13T06:55:28.122Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-13T06:55:28.122Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-13T06:55:28.122Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-13T06:55:28.208Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-06-13T06:55:28.232Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-06-13T06:55:28.258Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-13T06:55:28.282Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-13T06:55:28.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-13T06:55:28.338Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-13T06:55:28.366Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-13T06:55:28.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-13T06:55:28.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-13T06:55:28.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-13T06:55:28.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-13T06:55:28.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-06-13T06:55:28.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-13T06:55:28.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-13T06:55:28.561Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-13T06:55:28.581Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-13T06:55:28.604Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-13T06:55:28.628Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-13T06:55:28.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-13T06:55:28.677Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-13T06:55:28.800Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-13T06:55:28.829Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-13T06:55:28.850Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-13T06:55:28.872Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-13T06:55:28.897Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-13T06:55:28.922Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-13T06:55:28.942Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-13T06:55:28.965Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-13T06:55:28.983Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-13T06:55:29.010Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-13T06:55:29.036Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo [2025-06-13T06:55:29.065Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 746a286 [Pipeline] echo [2025-06-13T06:55:29.096Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T06:55:29.158Z] provisioning config files... [2025-06-13T06:55:29.173Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9318655670158573827tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T06:55:29.512Z] ---> ****-login.sh [2025-06-13T06:55:29.512Z] nexus3.edgexfoundry.org:10001 [2025-06-13T06:55:29.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:30.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:30.034Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:30.034Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:30.034Z] [2025-06-13T06:55:30.034Z] Login Succeeded [2025-06-13T06:55:30.034Z] nexus3.edgexfoundry.org:10002 [2025-06-13T06:55:30.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:30.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:30.034Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:30.034Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:30.034Z] [2025-06-13T06:55:30.034Z] Login Succeeded [2025-06-13T06:55:30.034Z] nexus3.edgexfoundry.org:10003 [2025-06-13T06:55:30.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:30.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:30.034Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:30.034Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:30.034Z] [2025-06-13T06:55:30.034Z] Login Succeeded [2025-06-13T06:55:30.034Z] nexus3.edgexfoundry.org:10004 [2025-06-13T06:55:30.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:30.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:30.295Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:30.295Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:30.295Z] [2025-06-13T06:55:30.295Z] Login Succeeded [2025-06-13T06:55:30.295Z] ****.io [2025-06-13T06:55:30.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:30.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:30.556Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:30.556Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:30.556Z] [2025-06-13T06:55:30.556Z] Login Succeeded [2025-06-13T06:55:30.556Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T06:55:30.566Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-13T06:55:30.994Z] + git rev-list -1 --merges 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9~1..746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo [2025-06-13T06:55:31.031Z] -----------> git rev-list -1 --merges 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9~1..746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:55:31.031Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [false] [Pipeline] sh [2025-06-13T06:55:31.334Z] + git log --format=format:%s -1 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo [2025-06-13T06:55:31.356Z] ========================================================= [2025-06-13T06:55:31.356Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-13T06:55:31.356Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-13T06:55:31.715Z] + git log --format=format:%s -1 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo [2025-06-13T06:55:31.728Z] [semverPrep] GIT_COMMIT: 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9, Commit Message: Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.11 [Pipeline] echo [2025-06-13T06:55:31.745Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-13T06:55:32.127Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-13T06:55:32.127Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-13T06:55:32.127Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-13T06:55:32.127Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-13T06:55:32.127Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-13T06:55:32.127Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-13T06:55:32.127Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:55:32.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T06:55:32.580Z] [2025-06-13T06:55:32.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:55:32.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T06:55:32.888Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-13T06:55:32.888Z] 3dae71ba6b94: Pulling fs layer [2025-06-13T06:55:32.888Z] 6bf1a483ea7c: Pulling fs layer [2025-06-13T06:55:32.888Z] f5dfc541a4d3: Pulling fs layer [2025-06-13T06:55:32.888Z] 461d9e800cba: Pulling fs layer [2025-06-13T06:55:32.888Z] 80192f66455f: Pulling fs layer [2025-06-13T06:55:32.888Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-13T06:55:32.888Z] a29436f7fd5d: Pulling fs layer [2025-06-13T06:55:32.888Z] 80192f66455f: Waiting [2025-06-13T06:55:32.888Z] 2e8e34ca0e6c: Waiting [2025-06-13T06:55:32.888Z] 461d9e800cba: Waiting [2025-06-13T06:55:32.888Z] 923cac83aea3: Pulling fs layer [2025-06-13T06:55:32.888Z] a29436f7fd5d: Waiting [2025-06-13T06:55:32.888Z] 25ad8b0a4227: Pulling fs layer [2025-06-13T06:55:32.888Z] 923cac83aea3: Waiting [2025-06-13T06:55:32.888Z] db01528c6b51: Pulling fs layer [2025-06-13T06:55:32.888Z] 28988de357af: Pulling fs layer [2025-06-13T06:55:32.888Z] 25ad8b0a4227: Waiting [2025-06-13T06:55:32.888Z] db01528c6b51: Waiting [2025-06-13T06:55:32.888Z] 28988de357af: Waiting [2025-06-13T06:55:32.888Z] 6bf1a483ea7c: Verifying Checksum [2025-06-13T06:55:32.888Z] 6bf1a483ea7c: Download complete [2025-06-13T06:55:33.147Z] 461d9e800cba: Verifying Checksum [2025-06-13T06:55:33.147Z] 461d9e800cba: Download complete [2025-06-13T06:55:33.147Z] 80192f66455f: Download complete [2025-06-13T06:55:33.147Z] f5dfc541a4d3: Verifying Checksum [2025-06-13T06:55:33.147Z] f5dfc541a4d3: Download complete [2025-06-13T06:55:33.147Z] 3dae71ba6b94: Download complete [2025-06-13T06:55:33.147Z] 923cac83aea3: Download complete [2025-06-13T06:55:33.408Z] 25ad8b0a4227: Verifying Checksum [2025-06-13T06:55:33.408Z] 25ad8b0a4227: Download complete [2025-06-13T06:55:33.408Z] db01528c6b51: Download complete [2025-06-13T06:55:33.408Z] 28988de357af: Verifying Checksum [2025-06-13T06:55:33.408Z] 28988de357af: Download complete [2025-06-13T06:55:33.408Z] a29436f7fd5d: Verifying Checksum [2025-06-13T06:55:33.408Z] a29436f7fd5d: Download complete [2025-06-13T06:55:33.977Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-13T06:55:33.977Z] 2e8e34ca0e6c: Download complete [2025-06-13T06:55:34.236Z] 3dae71ba6b94: Pull complete [2025-06-13T06:55:34.496Z] 6bf1a483ea7c: Pull complete [2025-06-13T06:55:35.063Z] f5dfc541a4d3: Pull complete [2025-06-13T06:55:35.063Z] 461d9e800cba: Pull complete [2025-06-13T06:55:35.321Z] 80192f66455f: Pull complete [2025-06-13T06:55:38.598Z] 2e8e34ca0e6c: Pull complete [2025-06-13T06:55:39.163Z] a29436f7fd5d: Pull complete [2025-06-13T06:55:39.163Z] 923cac83aea3: Pull complete [2025-06-13T06:55:39.423Z] 25ad8b0a4227: Pull complete [2025-06-13T06:55:39.423Z] db01528c6b51: Pull complete [2025-06-13T06:55:39.423Z] 28988de357af: Pull complete [2025-06-13T06:55:39.423Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-13T06:55:39.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T06:55:39.423Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T06:55:39.563Z] prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container [2025-06-13T06:55:39.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-13T06:55:42.398Z] $ docker top 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 -eo pid,comm [2025-06-13T06:55:42.449Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-13T06:55:42.449Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-13T06:55:42.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T06:55:42.504Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T06:55:42.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T06:55:42.643Z] $ docker exec 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent [2025-06-13T06:55:42.751Z] SSH_AUTH_SOCK=/tmp/ssh-lZaFhQQ8o3na/agent.32 [2025-06-13T06:55:42.751Z] SSH_AGENT_PID=38 [2025-06-13T06:55:42.759Z] Running ssh-add (command line suppressed) [2025-06-13T06:55:42.874Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15245518227621608437.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15245518227621608437.key) [2025-06-13T06:55:42.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T06:55:43.179Z] + git tag --points-at HEAD [Pipeline] } [2025-06-13T06:55:43.198Z] $ docker exec --env ******** --env ******** 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent -k [2025-06-13T06:55:43.301Z] unset SSH_AUTH_SOCK; [2025-06-13T06:55:43.301Z] unset SSH_AGENT_PID; [2025-06-13T06:55:43.302Z] echo Agent pid 38 killed; [2025-06-13T06:55:43.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-13T06:55:43.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T06:55:43.346Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T06:55:43.466Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T06:55:43.474Z] $ docker exec 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent [2025-06-13T06:55:43.577Z] SSH_AUTH_SOCK=/tmp/ssh-5QSEsAqr3Mug/agent.71 [2025-06-13T06:55:43.577Z] SSH_AGENT_PID=77 [2025-06-13T06:55:43.581Z] Running ssh-add (command line suppressed) [2025-06-13T06:55:43.692Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4156564045304481883.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4156564045304481883.key) [2025-06-13T06:55:43.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T06:55:44.000Z] + git semver init [2025-06-13T06:55:44.260Z] 2025-06-13 06:55:44,226 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-13T06:55:44.260Z] 2025-06-13 06:55:44,231 [run_init] DEBUG init version:0.0.0 force:False [2025-06-13T06:55:44.260Z] 2025-06-13 06:55:44,232 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-13T06:55:44.260Z] 2025-06-13 06:55:44,233 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-13T06:55:44.260Z] 2025-06-13 06:55:44,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-06-13T06:55:46.168Z] 2025-06-13 06:55:45,671 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-06-13T06:55:46.168Z] 2025-06-13 06:55:45,672 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-06-13T06:55:46.168Z] 2025-06-13 06:55:45,672 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-13T06:55:46.168Z] 2025-06-13 06:55:45,672 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-13T06:55:46.168Z] 4.1.0-dev.2 [Pipeline] } [2025-06-13T06:55:46.183Z] $ docker exec --env ******** --env ******** 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent -k [2025-06-13T06:55:46.300Z] unset SSH_AUTH_SOCK; [2025-06-13T06:55:46.300Z] unset SSH_AGENT_PID; [2025-06-13T06:55:46.300Z] echo Agent pid 77 killed; [2025-06-13T06:55:46.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T06:55:46.640Z] + git semver [Pipeline] } [2025-06-13T06:55:46.919Z] $ docker stop --time=1 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 [2025-06-13T06:55:48.235Z] $ docker rm -f --volumes 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T06:55:48.583Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-13T06:55:48.839Z] Stashed 1 file(s) [Pipeline] echo [2025-06-13T06:55:48.844Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T06:55:49.027Z] provisioning config files... [2025-06-13T06:55:49.036Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10140883680784465669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T06:55:49.334Z] ---> ****-login.sh [2025-06-13T06:55:49.334Z] nexus3.edgexfoundry.org:10001 [2025-06-13T06:55:49.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:49.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:49.334Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:49.334Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:49.334Z] [2025-06-13T06:55:49.334Z] Login Succeeded [2025-06-13T06:55:49.334Z] nexus3.edgexfoundry.org:10002 [2025-06-13T06:55:49.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:49.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:49.334Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:49.334Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:49.334Z] [2025-06-13T06:55:49.334Z] Login Succeeded [2025-06-13T06:55:49.334Z] nexus3.edgexfoundry.org:10003 [2025-06-13T06:55:49.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:49.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:49.594Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:49.594Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:49.594Z] [2025-06-13T06:55:49.594Z] Login Succeeded [2025-06-13T06:55:49.594Z] nexus3.edgexfoundry.org:10004 [2025-06-13T06:55:49.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:49.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:49.594Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:49.594Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:49.594Z] [2025-06-13T06:55:49.594Z] Login Succeeded [2025-06-13T06:55:49.594Z] ****.io [2025-06-13T06:55:49.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:55:49.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:55:49.853Z] Configure a credential helper to remove this warning. See [2025-06-13T06:55:49.853Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:55:49.853Z] [2025-06-13T06:55:49.853Z] Login Succeeded [2025-06-13T06:55:49.853Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T06:55:49.860Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-13T06:55:49.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T06:55:49.973Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T06:55:49.993Z] ========================================================= [2025-06-13T06:55:49.993Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-13T06:55:49.993Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:55:50.323Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-13T06:55:50.323Z] Sending build context to Docker daemon 21.64MB [2025-06-13T06:55:50.323Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-13T06:55:50.323Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-13T06:55:50.323Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-13T06:55:50.583Z] 0a9a5dfd008f: Pulling fs layer [2025-06-13T06:55:50.583Z] dbfa0bcfca99: Pulling fs layer [2025-06-13T06:55:50.583Z] 70eabb1d9476: Pulling fs layer [2025-06-13T06:55:50.583Z] 957bedc73fa3: Pulling fs layer [2025-06-13T06:55:50.583Z] 4f4fb700ef54: Pulling fs layer [2025-06-13T06:55:50.583Z] f40432e63723: Pulling fs layer [2025-06-13T06:55:50.583Z] 90b4343acab7: Pulling fs layer [2025-06-13T06:55:50.583Z] 957bedc73fa3: Waiting [2025-06-13T06:55:50.583Z] 4f4fb700ef54: Waiting [2025-06-13T06:55:50.583Z] f40432e63723: Waiting [2025-06-13T06:55:50.583Z] 9f67ea4ac784: Pulling fs layer [2025-06-13T06:55:50.583Z] 9228b9a606be: Pulling fs layer [2025-06-13T06:55:50.583Z] 9f67ea4ac784: Waiting [2025-06-13T06:55:50.583Z] dbfa0bcfca99: Verifying Checksum [2025-06-13T06:55:50.583Z] dbfa0bcfca99: Download complete [2025-06-13T06:55:50.583Z] 957bedc73fa3: Verifying Checksum [2025-06-13T06:55:50.583Z] 957bedc73fa3: Download complete [2025-06-13T06:55:50.583Z] 4f4fb700ef54: Download complete [2025-06-13T06:55:50.583Z] f40432e63723: Verifying Checksum [2025-06-13T06:55:50.583Z] f40432e63723: Download complete [2025-06-13T06:55:50.583Z] 0a9a5dfd008f: Verifying Checksum [2025-06-13T06:55:50.583Z] 0a9a5dfd008f: Download complete [2025-06-13T06:55:50.583Z] 90b4343acab7: Verifying Checksum [2025-06-13T06:55:50.583Z] 90b4343acab7: Download complete [2025-06-13T06:55:50.583Z] 0a9a5dfd008f: Pull complete [2025-06-13T06:55:50.843Z] dbfa0bcfca99: Pull complete [2025-06-13T06:55:50.843Z] 9228b9a606be: Verifying Checksum [2025-06-13T06:55:50.843Z] 9228b9a606be: Download complete [2025-06-13T06:55:51.105Z] 70eabb1d9476: Download complete [2025-06-13T06:55:51.364Z] 9f67ea4ac784: Verifying Checksum [2025-06-13T06:55:51.364Z] 9f67ea4ac784: Download complete [2025-06-13T06:55:54.651Z] 70eabb1d9476: Pull complete [2025-06-13T06:55:54.651Z] 957bedc73fa3: Pull complete [2025-06-13T06:55:54.651Z] 4f4fb700ef54: Pull complete [2025-06-13T06:55:54.910Z] f40432e63723: Pull complete [2025-06-13T06:55:54.910Z] 90b4343acab7: Pull complete [2025-06-13T06:55:57.447Z] 9f67ea4ac784: Pull complete [2025-06-13T06:55:58.015Z] 9228b9a606be: Pull complete [2025-06-13T06:55:58.015Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-13T06:55:58.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-13T06:55:58.015Z] ---> 69404ca5bff2 [2025-06-13T06:55:58.015Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-13T06:55:59.924Z] ---> Running in c319cb91799d [2025-06-13T06:56:00.186Z] Removing intermediate container c319cb91799d [2025-06-13T06:56:00.186Z] ---> c5292cc82e4c [2025-06-13T06:56:00.186Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-13T06:56:00.186Z] ---> Running in 93d3a399ab6c [2025-06-13T06:56:00.187Z] Removing intermediate container 93d3a399ab6c [2025-06-13T06:56:00.187Z] ---> b7fa135fa7b3 [2025-06-13T06:56:00.187Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-13T06:56:00.187Z] ---> Running in 0b688974eeab [2025-06-13T06:56:00.447Z] Removing intermediate container 0b688974eeab [2025-06-13T06:56:00.447Z] ---> b0ec369b1c49 [2025-06-13T06:56:00.447Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-13T06:56:00.447Z] ---> Running in 78c67b68b0cb [2025-06-13T06:56:00.447Z] Removing intermediate container 78c67b68b0cb [2025-06-13T06:56:00.447Z] ---> beaefde04191 [2025-06-13T06:56:00.447Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-13T06:56:00.447Z] ---> Running in a9429f5288c7 [2025-06-13T06:56:00.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T06:56:00.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T06:56:01.230Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-13T06:56:01.230Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-13T06:56:01.230Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-13T06:56:01.230Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-13T06:56:01.230Z] Executing busybox-1.36.1-r29.trigger [2025-06-13T06:56:01.230Z] OK: 252 MiB in 62 packages [2025-06-13T06:56:01.798Z] Removing intermediate container a9429f5288c7 [2025-06-13T06:56:01.798Z] ---> 0cf9a360030e [2025-06-13T06:56:01.798Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-13T06:56:01.798Z] ---> Running in 6b01d4b2f7c2 [2025-06-13T06:56:01.798Z] Removing intermediate container 6b01d4b2f7c2 [2025-06-13T06:56:01.798Z] ---> 7ae1a03bdc23 [2025-06-13T06:56:01.798Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-13T06:56:02.058Z] ---> 7b86c785f85f [2025-06-13T06:56:02.058Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T06:56:02.058Z] ---> Running in 266dcdce25a2 [2025-06-13T06:56:03.984Z] Still waiting to schedule task [2025-06-13T06:56:03.984Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3226’ [2025-06-13T06:56:48.776Z] Removing intermediate container 266dcdce25a2 [2025-06-13T06:56:48.776Z] ---> 58af024ee718 [2025-06-13T06:56:48.776Z] Step 11/12 : COPY . . [2025-06-13T06:56:48.776Z] ---> d772b07bb212 [2025-06-13T06:56:48.776Z] Step 12/12 : RUN $MAKE [2025-06-13T06:56:48.776Z] ---> Running in ce3349abfd8d [2025-06-13T06:56:48.776Z] noop [2025-06-13T06:56:48.776Z] Removing intermediate container ce3349abfd8d [2025-06-13T06:56:48.776Z] ---> c7a0a26972e4 [2025-06-13T06:56:48.776Z] Successfully built c7a0a26972e4 [2025-06-13T06:56:48.776Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:56:49.115Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-13T06:56:49.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T06:56:49.202Z] prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container [2025-06-13T06:56:49.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-13T06:56:49.583Z] $ docker top b40bf41a042d582672381e9b1b847e21bf4ac8a0cbc0a3c91b647cb6ac631c94 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T06:56:49.928Z] + go version [2025-06-13T06:56:49.928Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-13T06:56:49.943Z] $ docker stop --time=1 b40bf41a042d582672381e9b1b847e21bf4ac8a0cbc0a3c91b647cb6ac631c94 [2025-06-13T06:56:51.242Z] $ docker rm -f --volumes b40bf41a042d582672381e9b1b847e21bf4ac8a0cbc0a3c91b647cb6ac631c94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:56:51.688Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-13T06:56:51.688Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T06:56:51.771Z] prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container [2025-06-13T06:56:51.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-13T06:56:52.144Z] $ docker top c72b0b821ae16526fee2af1b41b89e448b8ac235a6f35aef86e5b0ee561a3da8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T06:56:52.495Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-13T06:56:52.801Z] + make test [2025-06-13T06:56:52.801Z] go test ./... -coverprofile=coverage.out ./... [2025-06-13T06:56:54.181Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-13T06:57:16.107Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-13T06:57:16.107Z] ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 32.2% of statements [2025-06-13T06:57:26.075Z] go vet ./... [2025-06-13T06:57:32.640Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-13T06:57:32.640Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-13T06:57:32.640Z] ./bin/test-attribution-txt.sh [2025-06-13T06:57:32.640Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-13T06:57:32.640Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-13T06:57:32.654Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-13T06:57:32.678Z] $ docker stop --time=1 c72b0b821ae16526fee2af1b41b89e448b8ac235a6f35aef86e5b0ee561a3da8 [2025-06-13T06:57:34.753Z] $ docker rm -f --volumes c72b0b821ae16526fee2af1b41b89e448b8ac235a6f35aef86e5b0ee561a3da8 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T06:57:35.380Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-13T06:57:35.430Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-13T06:57:35.985Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-13T06:57:36.270Z] + ls -al . [2025-06-13T06:57:36.270Z] total 244 [2025-06-13T06:57:36.270Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 13 06:56 . [2025-06-13T06:57:36.270Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:55 .. [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 13 06:55 .dockerignore [2025-06-13T06:57:36.270Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:57 .git [2025-06-13T06:57:36.270Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:55 .github [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 13 06:55 .gitignore [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 13 06:55 .golangci.yml [2025-06-13T06:57:36.270Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 06:55 .semver [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 13 06:55 Attribution.txt [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 13 06:55 CHANGELOG.md [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 13 06:55 Dockerfile [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 13 06:55 GOVERNANCE.md [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 13 06:55 Jenkinsfile [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 13 06:55 LICENSE [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 13 06:55 Makefile [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 13 06:55 OWNERS.md [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 13 06:55 README.md [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 13 06:55 VERSION [2025-06-13T06:57:36.270Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:55 bin [2025-06-13T06:57:36.270Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:55 cmd [2025-06-13T06:57:36.270Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 13 06:57 coverage.out [2025-06-13T06:57:36.270Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:55 driver [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 6221 Jun 13 06:55 go.mod [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 86320 Jun 13 06:55 go.sum [2025-06-13T06:57:36.270Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:55 openapi [2025-06-13T06:57:36.270Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 13 06:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:57:36.583Z] + 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=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-06-13T06:57:36.583Z] Sending build context to Docker daemon 21.66MB [2025-06-13T06:57:36.583Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-13T06:57:36.583Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-13T06:57:36.583Z] ---> c7a0a26972e4 [2025-06-13T06:57:36.583Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-13T06:57:36.842Z] ---> Running in 357f08264096 [2025-06-13T06:57:36.842Z] Removing intermediate container 357f08264096 [2025-06-13T06:57:36.842Z] ---> edfa040202f1 [2025-06-13T06:57:36.842Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-13T06:57:36.842Z] ---> Running in d2e9dee4327f [2025-06-13T06:57:36.842Z] Removing intermediate container d2e9dee4327f [2025-06-13T06:57:36.842Z] ---> 6f61799cdcfa [2025-06-13T06:57:36.842Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-13T06:57:36.842Z] ---> Running in 186d31a07102 [2025-06-13T06:57:37.102Z] Removing intermediate container 186d31a07102 [2025-06-13T06:57:37.102Z] ---> b072c001e8cb [2025-06-13T06:57:37.102Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-13T06:57:37.102Z] ---> Running in 6e1f9daab819 [2025-06-13T06:57:37.102Z] Removing intermediate container 6e1f9daab819 [2025-06-13T06:57:37.102Z] ---> 2b031bdcd2bd [2025-06-13T06:57:37.102Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-13T06:57:37.102Z] ---> Running in e8f5cec561c2 [2025-06-13T06:57:37.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T06:57:37.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T06:57:37.878Z] OK: 252 MiB in 62 packages [2025-06-13T06:57:38.137Z] Removing intermediate container e8f5cec561c2 [2025-06-13T06:57:38.137Z] ---> 641e2cdde6ab [2025-06-13T06:57:38.137Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-13T06:57:38.396Z] ---> Running in 7b3402748d1d [2025-06-13T06:57:38.396Z] Removing intermediate container 7b3402748d1d [2025-06-13T06:57:38.396Z] ---> 0d8e8ce3f59e [2025-06-13T06:57:38.396Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-13T06:57:38.396Z] ---> 8bac2991a687 [2025-06-13T06:57:38.396Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T06:57:38.396Z] ---> Running in 8f885e75b949 [2025-06-13T06:57:39.443Z] Removing intermediate container 8f885e75b949 [2025-06-13T06:57:39.443Z] ---> ca5a31bf8f8b [2025-06-13T06:57:39.443Z] Step 11/26 : COPY . . [2025-06-13T06:57:39.701Z] ---> f34e2cbb654e [2025-06-13T06:57:39.701Z] Step 12/26 : RUN $MAKE [2025-06-13T06:57:39.701Z] ---> Running in 8bf0393fc7bd [2025-06-13T06:57:39.959Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-13T06:58:12.041Z] Removing intermediate container 8bf0393fc7bd [2025-06-13T06:58:12.041Z] ---> 91a3b93b45ce [2025-06-13T06:58:12.041Z] Step 13/26 : FROM alpine:3.20 [2025-06-13T06:58:12.041Z] 3.20: Pulling from library/alpine [2025-06-13T06:58:12.041Z] 0a9a5dfd008f: Already exists [2025-06-13T06:58:12.041Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T06:58:12.041Z] Status: Downloaded newer image for alpine:3.20 [2025-06-13T06:58:12.041Z] ---> ff221270b9fb [2025-06-13T06:58:12.041Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-13T06:58:12.041Z] ---> Running in a04f8d783b7e [2025-06-13T06:58:12.041Z] Removing intermediate container a04f8d783b7e [2025-06-13T06:58:12.041Z] ---> cd01fd9c7bb8 [2025-06-13T06:58:12.041Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-13T06:58:12.041Z] ---> Running in c3f0084598e2 [2025-06-13T06:58:12.041Z] Removing intermediate container c3f0084598e2 [2025-06-13T06:58:12.041Z] ---> 4b082a7dea0c [2025-06-13T06:58:12.041Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-13T06:58:12.041Z] ---> Running in 8e91eb748391 [2025-06-13T06:58:12.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T06:58:12.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T06:58:12.041Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T06:58:12.041Z] Executing busybox-1.36.1-r29.trigger [2025-06-13T06:58:12.041Z] OK: 8 MiB in 15 packages [2025-06-13T06:58:12.041Z] Removing intermediate container 8e91eb748391 [2025-06-13T06:58:12.041Z] ---> cf3d12d14d1c [2025-06-13T06:58:12.041Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-13T06:58:12.041Z] ---> Running in c678567403e1 [2025-06-13T06:58:12.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T06:58:12.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T06:58:12.041Z] OK: 8 MiB in 15 packages [2025-06-13T06:58:12.041Z] Removing intermediate container c678567403e1 [2025-06-13T06:58:12.041Z] ---> 898fba784786 [2025-06-13T06:58:12.041Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-13T06:58:12.606Z] ---> 9f259006c6d2 [2025-06-13T06:58:12.606Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-13T06:58:12.867Z] ---> e43c1601b7d4 [2025-06-13T06:58:12.867Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-13T06:58:12.867Z] ---> 4b8758a643fa [2025-06-13T06:58:12.867Z] Step 21/26 : EXPOSE 59986 [2025-06-13T06:58:13.126Z] ---> Running in 3d1a2e51c1f1 [2025-06-13T06:58:13.127Z] Removing intermediate container 3d1a2e51c1f1 [2025-06-13T06:58:13.127Z] ---> b310d2c26e81 [2025-06-13T06:58:13.127Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-13T06:58:13.127Z] ---> Running in f5293a85bdf3 [2025-06-13T06:58:13.127Z] Removing intermediate container f5293a85bdf3 [2025-06-13T06:58:13.127Z] ---> 017f5a53cc20 [2025-06-13T06:58:13.127Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-13T06:58:13.127Z] ---> Running in 81753a34c21d [2025-06-13T06:58:13.387Z] Removing intermediate container 81753a34c21d [2025-06-13T06:58:13.387Z] ---> a66d0114fddc [2025-06-13T06:58:13.387Z] Step 24/26 : LABEL arch=amd64 [2025-06-13T06:58:13.387Z] ---> Running in 110930141df4 [2025-06-13T06:58:13.387Z] Removing intermediate container 110930141df4 [2025-06-13T06:58:13.387Z] ---> c287d4247ce5 [2025-06-13T06:58:13.387Z] Step 25/26 : LABEL git_sha=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:58:13.387Z] ---> Running in f75f9753db63 [2025-06-13T06:58:13.387Z] Removing intermediate container f75f9753db63 [2025-06-13T06:58:13.387Z] ---> c8b339f03657 [2025-06-13T06:58:13.387Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-13T06:58:13.387Z] ---> Running in 3ad76693b0f9 [2025-06-13T06:58:13.646Z] Removing intermediate container 3ad76693b0f9 [2025-06-13T06:58:13.646Z] ---> 8c48a2812adc [2025-06-13T06:58:13.646Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-13T06:58:13.646Z] Successfully built 8c48a2812adc [2025-06-13T06:58:13.646Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T06:58:13.778Z] provisioning config files... [2025-06-13T06:58:13.791Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12121374121965014964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T06:58:14.095Z] ---> ****-login.sh [2025-06-13T06:58:14.095Z] nexus3.edgexfoundry.org:10001 [2025-06-13T06:58:14.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:58:14.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:58:14.095Z] Configure a credential helper to remove this warning. See [2025-06-13T06:58:14.095Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:58:14.095Z] [2025-06-13T06:58:14.095Z] Login Succeeded [2025-06-13T06:58:14.095Z] nexus3.edgexfoundry.org:10002 [2025-06-13T06:58:14.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:58:14.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:58:14.356Z] Configure a credential helper to remove this warning. See [2025-06-13T06:58:14.356Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:58:14.356Z] [2025-06-13T06:58:14.356Z] Login Succeeded [2025-06-13T06:58:14.356Z] nexus3.edgexfoundry.org:10003 [2025-06-13T06:58:14.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:58:14.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:58:14.356Z] Configure a credential helper to remove this warning. See [2025-06-13T06:58:14.356Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:58:14.356Z] [2025-06-13T06:58:14.356Z] Login Succeeded [2025-06-13T06:58:14.356Z] nexus3.edgexfoundry.org:10004 [2025-06-13T06:58:14.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:58:14.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:58:14.357Z] Configure a credential helper to remove this warning. See [2025-06-13T06:58:14.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:58:14.357Z] [2025-06-13T06:58:14.357Z] Login Succeeded [2025-06-13T06:58:14.357Z] ****.io [2025-06-13T06:58:14.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:58:14.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:58:14.616Z] Configure a credential helper to remove this warning. See [2025-06-13T06:58:14.616Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:58:14.616Z] [2025-06-13T06:58:14.616Z] Login Succeeded [2025-06-13T06:58:14.616Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T06:58:14.622Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T06:58:14.676Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T06:58:14.706Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-06-13T06:58:14.706Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:58:14.706Z] latest [2025-06-13T06:58:14.706Z] 4.1.0-dev.2 [2025-06-13T06:58:14.706Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T06:58:14.706Z] main [2025-06-13T06:58:14.706Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:15.050Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:15.378Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:58:15.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-13T06:58:15.378Z] 1adefa28ac21: Preparing [2025-06-13T06:58:15.378Z] 45b25098f834: Preparing [2025-06-13T06:58:15.378Z] f35e7245367f: Preparing [2025-06-13T06:58:15.378Z] dffc79f7e464: Preparing [2025-06-13T06:58:15.378Z] 28a57801115d: Preparing [2025-06-13T06:58:15.378Z] 994456c4fd7b: Preparing [2025-06-13T06:58:15.378Z] 994456c4fd7b: Waiting [2025-06-13T06:58:15.378Z] 1adefa28ac21: Pushed [2025-06-13T06:58:15.378Z] 28a57801115d: Pushed [2025-06-13T06:58:15.378Z] dffc79f7e464: Pushed [2025-06-13T06:58:15.378Z] 994456c4fd7b: Layer already exists [2025-06-13T06:58:15.378Z] 45b25098f834: Pushed [2025-06-13T06:58:19.576Z] f35e7245367f: Pushed [2025-06-13T06:58:19.576Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:19.914Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:20.243Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-13T06:58:20.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-13T06:58:20.243Z] 1adefa28ac21: Preparing [2025-06-13T06:58:20.243Z] 45b25098f834: Preparing [2025-06-13T06:58:20.243Z] f35e7245367f: Preparing [2025-06-13T06:58:20.243Z] dffc79f7e464: Preparing [2025-06-13T06:58:20.243Z] 28a57801115d: Preparing [2025-06-13T06:58:20.243Z] 994456c4fd7b: Preparing [2025-06-13T06:58:20.243Z] dffc79f7e464: Layer already exists [2025-06-13T06:58:20.243Z] 45b25098f834: Layer already exists [2025-06-13T06:58:20.243Z] f35e7245367f: Layer already exists [2025-06-13T06:58:20.243Z] 28a57801115d: Layer already exists [2025-06-13T06:58:20.243Z] 1adefa28ac21: Layer already exists [2025-06-13T06:58:20.243Z] 994456c4fd7b: Layer already exists [2025-06-13T06:58:20.243Z] latest: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:20.570Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:20.892Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-13T06:58:20.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-13T06:58:20.893Z] 1adefa28ac21: Preparing [2025-06-13T06:58:20.893Z] 45b25098f834: Preparing [2025-06-13T06:58:20.893Z] f35e7245367f: Preparing [2025-06-13T06:58:20.893Z] dffc79f7e464: Preparing [2025-06-13T06:58:20.893Z] 28a57801115d: Preparing [2025-06-13T06:58:20.893Z] 994456c4fd7b: Preparing [2025-06-13T06:58:20.893Z] 28a57801115d: Layer already exists [2025-06-13T06:58:20.893Z] dffc79f7e464: Layer already exists [2025-06-13T06:58:20.893Z] 1adefa28ac21: Layer already exists [2025-06-13T06:58:20.893Z] f35e7245367f: Layer already exists [2025-06-13T06:58:20.893Z] 45b25098f834: Layer already exists [2025-06-13T06:58:20.893Z] 994456c4fd7b: Layer already exists [2025-06-13T06:58:20.893Z] 4.1.0-dev.2: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:21.231Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:21.561Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T06:58:21.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-13T06:58:21.561Z] 1adefa28ac21: Preparing [2025-06-13T06:58:21.561Z] 45b25098f834: Preparing [2025-06-13T06:58:21.561Z] f35e7245367f: Preparing [2025-06-13T06:58:21.561Z] dffc79f7e464: Preparing [2025-06-13T06:58:21.561Z] 28a57801115d: Preparing [2025-06-13T06:58:21.561Z] 994456c4fd7b: Preparing [2025-06-13T06:58:21.561Z] 994456c4fd7b: Waiting [2025-06-13T06:58:21.561Z] f35e7245367f: Layer already exists [2025-06-13T06:58:21.561Z] 45b25098f834: Layer already exists [2025-06-13T06:58:21.561Z] 28a57801115d: Layer already exists [2025-06-13T06:58:21.561Z] 1adefa28ac21: Layer already exists [2025-06-13T06:58:21.561Z] dffc79f7e464: Layer already exists [2025-06-13T06:58:21.561Z] 994456c4fd7b: Layer already exists [2025-06-13T06:58:21.561Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:21.899Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T06:58:22.234Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-13T06:58:22.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-13T06:58:22.234Z] 1adefa28ac21: Preparing [2025-06-13T06:58:22.234Z] 45b25098f834: Preparing [2025-06-13T06:58:22.234Z] f35e7245367f: Preparing [2025-06-13T06:58:22.234Z] dffc79f7e464: Preparing [2025-06-13T06:58:22.234Z] 28a57801115d: Preparing [2025-06-13T06:58:22.234Z] 994456c4fd7b: Preparing [2025-06-13T06:58:22.234Z] 994456c4fd7b: Waiting [2025-06-13T06:58:22.234Z] f35e7245367f: Layer already exists [2025-06-13T06:58:22.234Z] 1adefa28ac21: Layer already exists [2025-06-13T06:58:22.234Z] dffc79f7e464: Layer already exists [2025-06-13T06:58:22.234Z] 28a57801115d: Layer already exists [2025-06-13T06:58:22.234Z] 45b25098f834: Layer already exists [2025-06-13T06:58:22.234Z] 994456c4fd7b: Layer already exists [2025-06-13T06:58:22.234Z] main: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T06:58:22.324Z] ===================================================== [Pipeline] echo [2025-06-13T06:58:22.342Z] taggedImages: [2025-06-13T06:58:22.342Z] - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:58:22.342Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-13T06:58:22.342Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-13T06:58:22.342Z] - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T06:58:22.342Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-06-13T06:58:22.389Z] ========================================================= [2025-06-13T06:58:22.389Z] [edgeXBuildMultiArch] RAW Config: [2025-06-13T06:58:22.389Z] images: [2025-06-13T06:58:22.389Z] - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:58:22.389Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-13T06:58:22.389Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-13T06:58:22.389Z] - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T06:58:22.389Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-13T06:58:22.389Z] settingsFile: [2025-06-13T06:58:22.389Z] device-rest-go-settings [2025-06-13T06:58:22.389Z] ========================================================= [Pipeline] node [2025-06-13T06:58:37.393Z] Still waiting to schedule task [2025-06-13T06:58:37.393Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-13T06:59:35.471Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3234 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-06-13T06:59:35.488Z] Running in /w/workspace/device-rest-go/197 [Pipeline] { [Pipeline] checkout [2025-06-13T06:59:35.525Z] The recommended git tool is: git [2025-06-13T06:59:40.978Z] using credential edgex-jenkins-ssh [2025-06-13T06:59:41.000Z] Cloning the remote Git repository [2025-06-13T06:59:41.047Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-06-13T06:59:41.176Z] > git init /w/workspace/device-rest-go/197 # timeout=10 [2025-06-13T06:59:41.319Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-06-13T06:59:41.320Z] > git --version # timeout=10 [2025-06-13T06:59:41.342Z] > git --version # 'git version 2.25.1' [2025-06-13T06:59:41.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-13T06:59:41.490Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-13T06:59:45.822Z] Avoid second fetch [2025-06-13T06:59:45.823Z] Checking out Revision 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 (main) [2025-06-13T06:59:44.804Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-06-13T06:59:44.826Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-13T06:59:45.838Z] > git config core.sparsecheckout # timeout=10 [2025-06-13T06:59:45.895Z] > git checkout -f 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 # timeout=10 [2025-06-13T06:59:46.390Z] Commit message: "Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.11" [2025-06-13T06:59:49.644Z] Running on prd-centos7-docker-4c-2g-3235 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T06:59:49.695Z] provisioning config files... [2025-06-13T06:59:49.716Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15154865707891615117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T06:59:50.634Z] ---> ****-login.sh [2025-06-13T06:59:50.634Z] nexus3.edgexfoundry.org:10001 [2025-06-13T06:59:50.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:59:50.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:59:50.634Z] Configure a credential helper to remove this warning. See [2025-06-13T06:59:50.634Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:59:50.634Z] [2025-06-13T06:59:50.634Z] Login Succeeded [2025-06-13T06:59:50.634Z] nexus3.edgexfoundry.org:10002 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-13T06:59:50.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:59:50.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:59:50.901Z] Configure a credential helper to remove this warning. See [2025-06-13T06:59:50.901Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:59:50.901Z] [2025-06-13T06:59:50.901Z] Login Succeeded [2025-06-13T06:59:50.901Z] nexus3.edgexfoundry.org:10003 [2025-06-13T06:59:50.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:59:50.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:59:50.901Z] Configure a credential helper to remove this warning. See [2025-06-13T06:59:50.901Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:59:50.901Z] [2025-06-13T06:59:50.901Z] Login Succeeded [2025-06-13T06:59:50.901Z] nexus3.edgexfoundry.org:10004 [2025-06-13T06:59:50.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:59:50.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:59:50.901Z] Configure a credential helper to remove this warning. See [2025-06-13T06:59:50.901Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:59:50.901Z] [2025-06-13T06:59:50.901Z] Login Succeeded [2025-06-13T06:59:50.901Z] ****.io [2025-06-13T06:59:51.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T06:59:51.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T06:59:51.169Z] Configure a credential helper to remove this warning. See [2025-06-13T06:59:51.169Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T06:59:51.169Z] [2025-06-13T06:59:51.169Z] Login Succeeded [2025-06-13T06:59:51.169Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T06:59:51.177Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T06:59:51.285Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-13T06:59:51.285Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-13T06:59:51.285Z] Dload Upload Total Spent Left Speed [2025-06-13T06:59:51.285Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 97485 0 --:--:-- --:--:-- --:--:-- 97485 [Pipeline] sh [2025-06-13T06:59:51.526Z] + docker buildx ls [2025-06-13T06:59:51.527Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-13T06:59:51.527Z] default * docker [2025-06-13T06:59:51.527Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-13T06:59:51.634Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-13T06:59:51.818Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-13T06:59:51.818Z] edgex-builder [Pipeline] sh [2025-06-13T06:59:51.974Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo [2025-06-13T06:59:51.974Z] tee /etc/docker/daemon.new [2025-06-13T06:59:51.974Z] { [2025-06-13T06:59:51.974Z] "registry-mirrors": [ [2025-06-13T06:59:51.974Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-13T06:59:51.974Z] ], [2025-06-13T06:59:51.974Z] "bip": "10.250.0.254/24", [2025-06-13T06:59:51.974Z] "hosts": [ [2025-06-13T06:59:51.974Z] "tcp://0.0.0.0:5555", [2025-06-13T06:59:51.974Z] "unix:///var/run/docker.sock" [2025-06-13T06:59:51.974Z] ], [2025-06-13T06:59:51.974Z] "mtu": 1458, [2025-06-13T06:59:51.974Z] "selinux-enabled": true, [2025-06-13T06:59:51.974Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-13T06:59:51.974Z] } [Pipeline] sh [2025-06-13T06:59:52.119Z] + docker buildx inspect --bootstrap [2025-06-13T06:59:52.119Z] #1 [internal] booting buildkit [2025-06-13T06:59:52.119Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-13T06:59:52.336Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-13T06:59:52.667Z] + sudo service docker restart [2025-06-13T06:59:54.669Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2025-06-13T06:59:54.929Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-13T06:59:56.870Z] #1 creating container buildx_buildkit_edgex-builder0 1.8s done [2025-06-13T06:59:56.870Z] #1 DONE 4.5s [2025-06-13T06:59:56.870Z] Name: edgex-builder [2025-06-13T06:59:56.870Z] Driver: docker-container [2025-06-13T06:59:56.870Z] [2025-06-13T06:59:56.870Z] Nodes: [2025-06-13T06:59:56.870Z] Name: edgex-builder0 [2025-06-13T06:59:56.870Z] Endpoint: unix:///var/run/docker.sock [2025-06-13T06:59:56.870Z] Status: running [2025-06-13T06:59:56.870Z] Buildkit: v0.22.0 [2025-06-13T06:59:56.870Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-13T06:59:57.167Z] + docker buildx ls [2025-06-13T06:59:57.167Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-13T06:59:57.167Z] edgex-builder * docker-container [2025-06-13T06:59:57.167Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-13T06:59:57.167Z] default docker [2025-06-13T06:59:57.167Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-13T06:59:57.460Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 --push - [2025-06-13T06:59:57.461Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9' [2025-06-13T06:59:57.719Z] #1 [internal] load build definition from Dockerfile [2025-06-13T06:59:57.719Z] #1 transferring dockerfile: 196B done [2025-06-13T06:59:57.719Z] #1 DONE 0.0s [2025-06-13T06:59:57.719Z] [2025-06-13T06:59:57.719Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:59:57.719Z] #2 DONE 0.1s [2025-06-13T06:59:57.719Z] [2025-06-13T06:59:57.719Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T06:59:57.719Z] #3 DONE 0.1s [2025-06-13T06:59:57.719Z] [2025-06-13T06:59:57.719Z] #4 [internal] load .dockerignore [2025-06-13T06:59:57.719Z] #4 transferring context: 2B done [2025-06-13T06:59:57.719Z] #4 DONE 0.0s [2025-06-13T06:59:57.719Z] [2025-06-13T06:59:57.719Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:57.719Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T06:59:57.719Z] #5 DONE 0.0s [2025-06-13T06:59:57.719Z] [2025-06-13T06:59:57.719Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:57.719Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T06:59:57.719Z] #6 DONE 0.1s [2025-06-13T06:59:57.719Z] [2025-06-13T06:59:57.719Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T06:59:57.719Z] #7 DONE 0.0s [2025-06-13T06:59:57.719Z] [2025-06-13T06:59:57.719Z] #8 exporting to image [2025-06-13T06:59:57.719Z] #8 exporting layers done [2025-06-13T06:59:57.719Z] #8 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f 0.0s done [2025-06-13T06:59:57.719Z] #8 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done [2025-06-13T06:59:57.719Z] #8 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done [2025-06-13T06:59:57.719Z] #8 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done [2025-06-13T06:59:57.719Z] #8 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done [2025-06-13T06:59:57.719Z] #8 pushing layers 0.1s done [2025-06-13T06:59:57.719Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd [2025-06-13T06:59:57.719Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T06:59:57.980Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done [2025-06-13T06:59:57.980Z] #8 DONE 0.2s [2025-06-13T06:59:57.980Z] [2025-06-13T06:59:57.980Z] 1 warning found (use --debug to expand): [2025-06-13T06:59:57.980Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T06:59:58.278Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-06-13T06:59:58.279Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-06-13T06:59:58.279Z] #1 [internal] load build definition from Dockerfile [2025-06-13T06:59:58.279Z] #1 transferring dockerfile: 162B done [2025-06-13T06:59:58.279Z] #1 DONE 0.0s [2025-06-13T06:59:58.279Z] [2025-06-13T06:59:58.279Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-13T06:59:58.279Z] #2 DONE 0.0s [2025-06-13T06:59:58.279Z] [2025-06-13T06:59:58.279Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-13T06:59:58.279Z] #3 DONE 0.0s [2025-06-13T06:59:58.279Z] [2025-06-13T06:59:58.279Z] #4 [internal] load .dockerignore [2025-06-13T06:59:58.279Z] #4 transferring context: 2B done [2025-06-13T06:59:58.279Z] #4 DONE 0.0s [2025-06-13T06:59:58.279Z] [2025-06-13T06:59:58.279Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:58.279Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 done [2025-06-13T06:59:58.279Z] #5 CACHED [2025-06-13T06:59:58.279Z] [2025-06-13T06:59:58.279Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:58.279Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T06:59:58.279Z] #6 CACHED [2025-06-13T06:59:58.279Z] [2025-06-13T06:59:58.279Z] #7 exporting to image [2025-06-13T06:59:58.279Z] #7 exporting layers done [2025-06-13T06:59:58.279Z] #7 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done [2025-06-13T06:59:58.279Z] #7 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done [2025-06-13T06:59:58.279Z] #7 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done [2025-06-13T06:59:58.279Z] #7 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done [2025-06-13T06:59:58.279Z] #7 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd [2025-06-13T06:59:58.279Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T06:59:58.539Z] #7 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done [2025-06-13T06:59:58.539Z] #7 pushing layers 0.0s done [2025-06-13T06:59:58.539Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done [2025-06-13T06:59:58.539Z] #7 DONE 0.1s [2025-06-13T06:59:58.539Z] [2025-06-13T06:59:58.539Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T06:59:58.539Z] #8 DONE 0.0s [2025-06-13T06:59:58.539Z] [2025-06-13T06:59:58.539Z] 1 warning found (use --debug to expand): [2025-06-13T06:59:58.539Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T06:59:58.829Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2' [2025-06-13T06:59:58.830Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 --push - [2025-06-13T06:59:58.830Z] #1 [internal] load build definition from Dockerfile [2025-06-13T06:59:58.830Z] #1 transferring dockerfile: 167B done [2025-06-13T06:59:58.830Z] #1 DONE 0.0s [2025-06-13T06:59:58.830Z] [2025-06-13T06:59:58.830Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-13T06:59:58.830Z] #2 DONE 0.0s [2025-06-13T06:59:58.830Z] [2025-06-13T06:59:58.830Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-13T06:59:58.830Z] #3 DONE 0.0s [2025-06-13T06:59:58.830Z] [2025-06-13T06:59:58.830Z] #4 [internal] load .dockerignore [2025-06-13T06:59:58.830Z] #4 transferring context: 2B done [2025-06-13T06:59:58.830Z] #4 DONE 0.0s [2025-06-13T06:59:58.830Z] [2025-06-13T06:59:58.830Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:58.830Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T06:59:58.830Z] #5 CACHED [2025-06-13T06:59:58.830Z] [2025-06-13T06:59:58.830Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:58.830Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T06:59:58.830Z] #6 CACHED [2025-06-13T06:59:58.830Z] [2025-06-13T06:59:58.830Z] #7 exporting to image [2025-06-13T06:59:58.830Z] #7 exporting layers done [2025-06-13T06:59:58.830Z] #7 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done [2025-06-13T06:59:58.830Z] #7 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done [2025-06-13T06:59:58.830Z] #7 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done [2025-06-13T06:59:58.830Z] #7 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 [2025-06-13T06:59:58.830Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T06:59:59.090Z] #7 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done [2025-06-13T06:59:59.090Z] #7 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done [2025-06-13T06:59:59.090Z] #7 pushing layers 0.0s done [2025-06-13T06:59:59.090Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done [2025-06-13T06:59:59.090Z] #7 DONE 0.1s [2025-06-13T06:59:59.090Z] [2025-06-13T06:59:59.090Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T06:59:59.090Z] #8 DONE 0.0s [2025-06-13T06:59:59.090Z] [2025-06-13T06:59:59.090Z] 1 warning found (use --debug to expand): [2025-06-13T06:59:59.090Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T06:59:59.384Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2' [2025-06-13T06:59:59.384Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 --push - [2025-06-13T06:59:59.646Z] #1 [internal] load build definition from Dockerfile [2025-06-13T06:59:59.646Z] #1 transferring dockerfile: 208B done [2025-06-13T06:59:59.646Z] #1 DONE 0.0s [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T06:59:59.646Z] #2 DONE 0.0s [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T06:59:59.646Z] #3 DONE 0.0s [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] #4 [internal] load .dockerignore [2025-06-13T06:59:59.646Z] #4 transferring context: 2B done [2025-06-13T06:59:59.646Z] #4 DONE 0.0s [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:59.646Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T06:59:59.646Z] #5 CACHED [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T06:59:59.646Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T06:59:59.646Z] #6 CACHED [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T06:59:59.646Z] #7 DONE 0.0s [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] #8 exporting to image [2025-06-13T06:59:59.646Z] #8 exporting layers done [2025-06-13T06:59:59.646Z] #8 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done [2025-06-13T06:59:59.646Z] #8 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done [2025-06-13T06:59:59.646Z] #8 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done [2025-06-13T06:59:59.646Z] #8 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done [2025-06-13T06:59:59.646Z] #8 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done [2025-06-13T06:59:59.646Z] #8 pushing layers 0.0s done [2025-06-13T06:59:59.646Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done [2025-06-13T06:59:59.646Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T06:59:59.646Z] #8 DONE 0.1s [2025-06-13T06:59:59.646Z] [2025-06-13T06:59:59.646Z] 1 warning found (use --debug to expand): [2025-06-13T06:59:59.646Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T06:59:59.939Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-06-13T06:59:59.940Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-06-13T07:00:00.201Z] #1 [internal] load build definition from Dockerfile [2025-06-13T07:00:00.201Z] #1 transferring dockerfile: 160B done [2025-06-13T07:00:00.201Z] #1 DONE 0.0s [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-13T07:00:00.201Z] #2 DONE 0.0s [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-13T07:00:00.201Z] #3 DONE 0.0s [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] #4 [internal] load .dockerignore [2025-06-13T07:00:00.201Z] #4 transferring context: 2B done [2025-06-13T07:00:00.201Z] #4 DONE 0.0s [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T07:00:00.201Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T07:00:00.201Z] #5 CACHED [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 [2025-06-13T07:00:00.201Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done [2025-06-13T07:00:00.201Z] #6 CACHED [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T07:00:00.201Z] #7 DONE 0.0s [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] #8 exporting to image [2025-06-13T07:00:00.201Z] #8 exporting layers done [2025-06-13T07:00:00.201Z] #8 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done [2025-06-13T07:00:00.201Z] #8 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done [2025-06-13T07:00:00.201Z] #8 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done [2025-06-13T07:00:00.201Z] #8 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done [2025-06-13T07:00:00.201Z] #8 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done [2025-06-13T07:00:00.201Z] #8 pushing layers 0.0s done [2025-06-13T07:00:00.201Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done [2025-06-13T07:00:00.201Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T07:00:00.201Z] #8 DONE 0.1s [2025-06-13T07:00:00.201Z] [2025-06-13T07:00:00.201Z] 1 warning found (use --debug to expand): [2025-06-13T07:00:00.201Z]  - 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-06-13T07:00:00.592Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:00.895Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:01.453Z] ---> package-listing.sh [2025-06-13T07:00:01.453Z] ++ facter osfamily [2025-06-13T07:00:01.453Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-13T07:00:01.717Z] + OS_FAMILY=redhat [2025-06-13T07:00:01.717Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-13T07:00:01.717Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-13T07:00:01.717Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-13T07:00:01.717Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-13T07:00:01.717Z] + PACKAGES=/tmp/packages_start.txt [2025-06-13T07:00:01.717Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-13T07:00:01.717Z] + PACKAGES=/tmp/packages_end.txt [2025-06-13T07:00:01.717Z] + case "${OS_FAMILY}" in [2025-06-13T07:00:01.717Z] + rpm -qa [2025-06-13T07:00:01.717Z] + sort [2025-06-13T07:00:02.306Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-13T07:00:02.306Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-13T07:00:02.306Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-13T07:00:02.306Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-13T07:00:02.306Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-13T07:00:02.306Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-13T07:00:02.318Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-13T07:00:02.605Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:00:03.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T07:00:03.187Z] [2025-06-13T07:00:03.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:00:03.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T07:00:03.499Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-13T07:00:03.499Z] 5eb5b503b376: Pulling fs layer [2025-06-13T07:00:03.499Z] 5c69ac0246d0: Pulling fs layer [2025-06-13T07:00:03.499Z] ec43610c2a17: Pulling fs layer [2025-06-13T07:00:03.499Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-13T07:00:03.499Z] 33b1e0a273af: Pulling fs layer [2025-06-13T07:00:03.499Z] 5d3b04190fa2: Pulling fs layer [2025-06-13T07:00:03.499Z] 2f39f015ded8: Pulling fs layer [2025-06-13T07:00:03.499Z] 33b1e0a273af: Waiting [2025-06-13T07:00:03.499Z] 5d3b04190fa2: Waiting [2025-06-13T07:00:03.499Z] 2f39f015ded8: Waiting [2025-06-13T07:00:03.499Z] 3a2ae6a8a46f: Waiting [2025-06-13T07:00:03.499Z] 5c69ac0246d0: Verifying Checksum [2025-06-13T07:00:03.499Z] 5c69ac0246d0: Download complete [2025-06-13T07:00:03.499Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-13T07:00:03.499Z] 3a2ae6a8a46f: Download complete [2025-06-13T07:00:03.499Z] ec43610c2a17: Verifying Checksum [2025-06-13T07:00:03.499Z] ec43610c2a17: Download complete [2025-06-13T07:00:03.499Z] 5d3b04190fa2: Verifying Checksum [2025-06-13T07:00:03.499Z] 5d3b04190fa2: Download complete [2025-06-13T07:00:03.499Z] 33b1e0a273af: Verifying Checksum [2025-06-13T07:00:03.499Z] 33b1e0a273af: Download complete [2025-06-13T07:00:03.763Z] 5eb5b503b376: Verifying Checksum [2025-06-13T07:00:03.763Z] 5eb5b503b376: Download complete [2025-06-13T07:00:04.334Z] 2f39f015ded8: Download complete [2025-06-13T07:00:04.901Z] 5eb5b503b376: Pull complete [2025-06-13T07:00:05.163Z] 5c69ac0246d0: Pull complete [2025-06-13T07:00:05.430Z] ec43610c2a17: Pull complete [2025-06-13T07:00:05.695Z] 3a2ae6a8a46f: Pull complete [2025-06-13T07:00:05.695Z] 33b1e0a273af: Pull complete [2025-06-13T07:00:05.956Z] 5d3b04190fa2: Pull complete [2025-06-13T07:00:10.193Z] 2f39f015ded8: Pull complete [2025-06-13T07:00:10.193Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-13T07:00:10.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T07:00:10.193Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T07:00:10.355Z] prd-centos7-docker-4c-2g-3235 does not seem to be running inside a container [2025-06-13T07:00:10.398Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-13T07:00:13.694Z] $ docker top 9dec7dcd8a7659548fac696ed65306acda7d61911f59981568d1db9aa1f3a5a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2025-06-13T07:00:13.811Z] provisioning config files... [2025-06-13T07:00:13.841Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/197@tmp/config6901729645834911062tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:14.047Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-13T07:00:14.282Z] ---> ****-login.sh [2025-06-13T07:00:14.282Z] nexus3.edgexfoundry.org:10001 [2025-06-13T07:00:14.332Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-13T07:00:14.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:00:14.623Z] + ls /var/log/sa-host [2025-06-13T07:00:14.623Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T07:00:14.799Z] provisioning config files... [2025-06-13T07:00:14.807Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12229639217920960853tmp [Pipeline] { [2025-06-13T07:00:14.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:00:14.818Z] Configure a credential helper to remove this warning. See [2025-06-13T07:00:14.818Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:00:14.818Z] [2025-06-13T07:00:14.818Z] Login Succeeded [2025-06-13T07:00:14.818Z] nexus3.edgexfoundry.org:10002 [Pipeline] echo [2025-06-13T07:00:14.826Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:15.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:00:15.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:00:15.087Z] Configure a credential helper to remove this warning. See [2025-06-13T07:00:15.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:00:15.087Z] [2025-06-13T07:00:15.087Z] Login Succeeded [2025-06-13T07:00:15.116Z] ---> create-netrc.sh [Pipeline] } [2025-06-13T07:00:15.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:15.370Z] nexus3.edgexfoundry.org:10003 [2025-06-13T07:00:15.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:00:15.480Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-13T07:00:15.489Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:15.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:00:15.640Z] Configure a credential helper to remove this warning. See [2025-06-13T07:00:15.640Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:00:15.640Z] [2025-06-13T07:00:15.640Z] Login Succeeded [2025-06-13T07:00:15.640Z] nexus3.edgexfoundry.org:10004 [2025-06-13T07:00:15.779Z] ---> sudo-logs.sh [2025-06-13T07:00:15.779Z] Archiving 'sudo' log.. [2025-06-13T07:00:15.780Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3235.novalocal: Name or service not known [2025-06-13T07:00:15.780Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3235.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-06-13T07:00:15.807Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:15.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:00:15.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:00:15.912Z] Configure a credential helper to remove this warning. See [2025-06-13T07:00:15.912Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:00:15.912Z] [2025-06-13T07:00:15.912Z] Login Succeeded [2025-06-13T07:00:15.912Z] ****.io [2025-06-13T07:00:16.095Z] ---> job-cost.sh [2025-06-13T07:00:16.095Z] lf-activate-venv: SKIPPING [2025-06-13T07:00:16.095Z] INFO: No Stack... [2025-06-13T07:00:16.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:00:16.354Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-06-13T07:00:16.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:00:16.443Z] Configure a credential helper to remove this warning. See [2025-06-13T07:00:16.443Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:00:16.443Z] [2025-06-13T07:00:16.443Z] Login Succeeded [2025-06-13T07:00:16.443Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T07:00:16.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-06-13T07:00:16.613Z] INFO: Archiving Costs [Pipeline] echo [2025-06-13T07:00:16.625Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo [2025-06-13T07:00:16.763Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T07:00:16.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T07:00:16.806Z] ========================================================= [2025-06-13T07:00:16.806Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-13T07:00:16.806Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:00:16.908Z] ---> logs-deploy.sh [2025-06-13T07:00:16.909Z] lf-activate-venv: SKIPPING [2025-06-13T07:00:16.909Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/197 [2025-06-13T07:00:16.909Z] INFO: archiving workspace using pattern(s): [2025-06-13T07:00:17.177Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-13T07:00:17.177Z] Sending build context to Docker daemon 141.8kB [2025-06-13T07:00:17.450Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-13T07:00:17.450Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-13T07:00:17.450Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-13T07:00:17.450Z] 94e9d8af2201: Pulling fs layer [2025-06-13T07:00:17.450Z] 634366ca850b: Pulling fs layer [2025-06-13T07:00:17.450Z] f66ade281fe9: Pulling fs layer [2025-06-13T07:00:17.450Z] 13fd4ce6e94e: Pulling fs layer [2025-06-13T07:00:17.450Z] 4f4fb700ef54: Pulling fs layer [2025-06-13T07:00:17.450Z] 4cccf3f17d63: Pulling fs layer [2025-06-13T07:00:17.450Z] 2d8010953d95: Pulling fs layer [2025-06-13T07:00:17.450Z] ec743f232bc5: Pulling fs layer [2025-06-13T07:00:17.450Z] 4cccf3f17d63: Waiting [2025-06-13T07:00:17.450Z] 2d8010953d95: Waiting [2025-06-13T07:00:17.450Z] ec743f232bc5: Waiting [2025-06-13T07:00:17.450Z] 4f4fb700ef54: Waiting [2025-06-13T07:00:17.450Z] 13fd4ce6e94e: Waiting [2025-06-13T07:00:17.450Z] 634366ca850b: Download complete [2025-06-13T07:00:17.720Z] 13fd4ce6e94e: Verifying Checksum [2025-06-13T07:00:17.720Z] 13fd4ce6e94e: Download complete [2025-06-13T07:00:17.720Z] 4f4fb700ef54: Verifying Checksum [2025-06-13T07:00:17.720Z] 4f4fb700ef54: Download complete [2025-06-13T07:00:17.720Z] 4cccf3f17d63: Verifying Checksum [2025-06-13T07:00:17.720Z] 4cccf3f17d63: Download complete [2025-06-13T07:00:17.720Z] 94e9d8af2201: Verifying Checksum [2025-06-13T07:00:17.720Z] 94e9d8af2201: Download complete [2025-06-13T07:00:17.845Z] Archives upload complete. [2025-06-13T07:00:17.845Z] INFO: archiving logs to Nexus [2025-06-13T07:00:17.987Z] ec743f232bc5: Verifying Checksum [2025-06-13T07:00:17.987Z] ec743f232bc5: Download complete [2025-06-13T07:00:18.414Z] ---> uname -a: [2025-06-13T07:00:18.414Z] Linux prd-centos7-docker-4c-2g-3235.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-06-13T07:00:18.414Z] [2025-06-13T07:00:18.414Z] [2025-06-13T07:00:18.414Z] ---> lscpu: [2025-06-13T07:00:18.414Z] Architecture: x86_64 [2025-06-13T07:00:18.414Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-13T07:00:18.414Z] Byte Order: Little Endian [2025-06-13T07:00:18.414Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-13T07:00:18.414Z] CPU(s): 2 [2025-06-13T07:00:18.414Z] On-line CPU(s) list: 0,1 [2025-06-13T07:00:18.414Z] Thread(s) per core: 1 [2025-06-13T07:00:18.414Z] Core(s) per socket: 1 [2025-06-13T07:00:18.414Z] Socket(s): 2 [2025-06-13T07:00:18.414Z] NUMA node(s): 1 [2025-06-13T07:00:18.414Z] Vendor ID: AuthenticAMD [2025-06-13T07:00:18.414Z] CPU family: 23 [2025-06-13T07:00:18.414Z] Model: 49 [2025-06-13T07:00:18.414Z] Model name: AMD EPYC-Rome Processor [2025-06-13T07:00:18.414Z] Stepping: 0 [2025-06-13T07:00:18.414Z] CPU MHz: 2799.998 [2025-06-13T07:00:18.414Z] BogoMIPS: 5599.99 [2025-06-13T07:00:18.414Z] Virtualization: AMD-V [2025-06-13T07:00:18.414Z] Hypervisor vendor: KVM [2025-06-13T07:00:18.414Z] Virtualization type: full [2025-06-13T07:00:18.414Z] L1d cache: 64 KiB [2025-06-13T07:00:18.414Z] L1i cache: 64 KiB [2025-06-13T07:00:18.414Z] L2 cache: 1 MiB [2025-06-13T07:00:18.414Z] L3 cache: 32 MiB [2025-06-13T07:00:18.414Z] NUMA node0 CPU(s): 0,1 [2025-06-13T07:00:18.414Z] Vulnerability Itlb multihit: Not affected [2025-06-13T07:00:18.414Z] Vulnerability L1tf: Not affected [2025-06-13T07:00:18.414Z] Vulnerability Mds: Not affected [2025-06-13T07:00:18.414Z] Vulnerability Meltdown: Not affected [2025-06-13T07:00:18.414Z] Vulnerability Mmio stale data: Not affected [2025-06-13T07:00:18.414Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-13T07:00:18.414Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-06-13T07:00:18.414Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-06-13T07:00:18.414Z] Vulnerability Srbds: Not affected [2025-06-13T07:00:18.415Z] Vulnerability Tsx async abort: Not affected [2025-06-13T07:00:18.415Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-06-13T07:00:18.415Z] [2025-06-13T07:00:18.415Z] [2025-06-13T07:00:18.574Z] 94e9d8af2201: Pull complete [2025-06-13T07:00:18.673Z] ---> nproc: [2025-06-13T07:00:18.673Z] 2 [2025-06-13T07:00:18.673Z] [2025-06-13T07:00:18.673Z] [2025-06-13T07:00:18.673Z] ---> df -h: [2025-06-13T07:00:18.673Z] Filesystem Size Used Avail Use% Mounted on [2025-06-13T07:00:18.673Z] overlay 40G 7.3G 33G 19% / [2025-06-13T07:00:18.673Z] tmpfs 64M 0 64M 0% /dev [2025-06-13T07:00:18.673Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-06-13T07:00:18.673Z] shm 64M 0 64M 0% /dev/shm [2025-06-13T07:00:18.673Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-06-13T07:00:18.673Z] [2025-06-13T07:00:18.673Z] [2025-06-13T07:00:18.673Z] Cannot open /var/log/sysstat/sa13: No such file or directory [2025-06-13T07:00:18.673Z] Please check if data collecting is enabled [2025-06-13T07:00:18.673Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T07:00:18.705Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-13T07:00:18.715Z] $ docker stop --time=1 9dec7dcd8a7659548fac696ed65306acda7d61911f59981568d1db9aa1f3a5a0 [2025-06-13T07:00:19.163Z] 634366ca850b: Pull complete [2025-06-13T07:00:19.432Z] f66ade281fe9: Verifying Checksum [2025-06-13T07:00:19.432Z] f66ade281fe9: Download complete [2025-06-13T07:00:19.862Z] $ docker rm -f --volumes 9dec7dcd8a7659548fac696ed65306acda7d61911f59981568d1db9aa1f3a5a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-13T07:00:19.955Z] [WS-CLEANUP] Deleting project workspace... [2025-06-13T07:00:19.955Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-13T07:00:19.976Z] [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-06-13T07:00:20.396Z] 2d8010953d95: Verifying Checksum [2025-06-13T07:00:20.396Z] 2d8010953d95: Download complete [2025-06-13T07:00:20.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T07:00:20.447Z] [2025-06-13T07:00:20.447Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:00:20.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T07:00:20.752Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-13T07:00:20.752Z] 5eb5b503b376: Pulling fs layer [2025-06-13T07:00:20.752Z] 5c69ac0246d0: Pulling fs layer [2025-06-13T07:00:20.752Z] ec43610c2a17: Pulling fs layer [2025-06-13T07:00:20.752Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-13T07:00:20.752Z] 33b1e0a273af: Pulling fs layer [2025-06-13T07:00:20.752Z] 5d3b04190fa2: Pulling fs layer [2025-06-13T07:00:20.752Z] 2f39f015ded8: Pulling fs layer [2025-06-13T07:00:20.752Z] 3a2ae6a8a46f: Waiting [2025-06-13T07:00:20.752Z] 33b1e0a273af: Waiting [2025-06-13T07:00:20.752Z] 5d3b04190fa2: Waiting [2025-06-13T07:00:20.752Z] 2f39f015ded8: Waiting [2025-06-13T07:00:20.752Z] 5c69ac0246d0: Verifying Checksum [2025-06-13T07:00:20.752Z] 5c69ac0246d0: Download complete [2025-06-13T07:00:20.752Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-13T07:00:20.752Z] 3a2ae6a8a46f: Download complete [2025-06-13T07:00:20.752Z] 33b1e0a273af: Verifying Checksum [2025-06-13T07:00:20.752Z] 33b1e0a273af: Download complete [2025-06-13T07:00:20.752Z] ec43610c2a17: Verifying Checksum [2025-06-13T07:00:20.752Z] ec43610c2a17: Download complete [2025-06-13T07:00:20.752Z] 5d3b04190fa2: Verifying Checksum [2025-06-13T07:00:20.752Z] 5d3b04190fa2: Download complete [2025-06-13T07:00:21.010Z] 5eb5b503b376: Verifying Checksum [2025-06-13T07:00:21.011Z] 5eb5b503b376: Download complete [2025-06-13T07:00:21.578Z] 2f39f015ded8: Download complete [2025-06-13T07:00:22.144Z] 5eb5b503b376: Pull complete [2025-06-13T07:00:22.402Z] 5c69ac0246d0: Pull complete [2025-06-13T07:00:22.660Z] ec43610c2a17: Pull complete [2025-06-13T07:00:22.921Z] 3a2ae6a8a46f: Pull complete [2025-06-13T07:00:22.921Z] 33b1e0a273af: Pull complete [2025-06-13T07:00:23.180Z] 5d3b04190fa2: Pull complete [2025-06-13T07:00:27.366Z] 2f39f015ded8: Pull complete [2025-06-13T07:00:27.366Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-13T07:00:27.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T07:00:27.366Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T07:00:27.471Z] prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container [2025-06-13T07:00:27.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-13T07:00:29.354Z] $ docker top 9d28cae5f3e1e1cebcb26f920eafae60a077bfe4e992fd1f97396c6a3dc8e47f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:00:29.755Z] ---> job-cost.sh [2025-06-13T07:00:29.755Z] lf-activate-venv: SKIPPING [2025-06-13T07:00:29.755Z] INFO: No Stack... [2025-06-13T07:00:30.015Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-13T07:00:30.274Z] INFO: Archiving Costs [Pipeline] sh [2025-06-13T07:00:30.568Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-06-13T07:00:30.568Z] + cut -d, -f6 [Pipeline] lock [2025-06-13T07:00:30.584Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [2025-06-13T07:00:30.593Z] Resource [jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] did not exist. Created. [2025-06-13T07:00:30.598Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-13T07:00:30.909Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-13T07:00:30.950Z] Stashed 1 file(s) [Pipeline] } [2025-06-13T07:00:30.957Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-13T07:00:30.990Z] $ docker stop --time=1 9d28cae5f3e1e1cebcb26f920eafae60a077bfe4e992fd1f97396c6a3dc8e47f [2025-06-13T07:00:32.161Z] $ docker rm -f --volumes 9d28cae5f3e1e1cebcb26f920eafae60a077bfe4e992fd1f97396c6a3dc8e47f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-13T07:00:32.731Z] f66ade281fe9: Pull complete [2025-06-13T07:00:32.999Z] 13fd4ce6e94e: Pull complete [2025-06-13T07:00:33.267Z] 4f4fb700ef54: Pull complete [2025-06-13T07:00:33.535Z] 4cccf3f17d63: Pull complete [2025-06-13T07:00:43.642Z] 2d8010953d95: Pull complete [2025-06-13T07:00:43.920Z] ec743f232bc5: Pull complete [2025-06-13T07:00:43.920Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-13T07:00:43.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-13T07:00:43.920Z] ---> 12c1d4c06be1 [2025-06-13T07:00:43.920Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-13T07:00:45.866Z] ---> Running in f81bcece4694 [2025-06-13T07:00:45.866Z] Removing intermediate container f81bcece4694 [2025-06-13T07:00:45.866Z] ---> 26da91714aaf [2025-06-13T07:00:45.866Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-13T07:00:46.134Z] ---> Running in 48d96033ba20 [2025-06-13T07:00:46.409Z] Removing intermediate container 48d96033ba20 [2025-06-13T07:00:46.409Z] ---> d667c3cfb781 [2025-06-13T07:00:46.409Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-13T07:00:46.409Z] ---> Running in 4ce40ab9c569 [2025-06-13T07:00:46.677Z] Removing intermediate container 4ce40ab9c569 [2025-06-13T07:00:46.677Z] ---> 674c9b0cb24b [2025-06-13T07:00:46.677Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-13T07:00:46.677Z] ---> Running in 31b4d588bfb0 [2025-06-13T07:00:46.946Z] Removing intermediate container 31b4d588bfb0 [2025-06-13T07:00:46.946Z] ---> 0cbdb99b9a2a [2025-06-13T07:00:46.946Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-13T07:00:46.946Z] ---> Running in 6c6ea2ad7d37 [2025-06-13T07:00:48.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T07:00:48.643Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T07:00:50.067Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-13T07:00:50.067Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-13T07:00:50.067Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-13T07:00:50.067Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-13T07:00:50.067Z] Executing busybox-1.36.1-r29.trigger [2025-06-13T07:00:50.067Z] OK: 244 MiB in 62 packages [2025-06-13T07:00:51.026Z] Removing intermediate container 6c6ea2ad7d37 [2025-06-13T07:00:51.026Z] ---> 199a3841f00b [2025-06-13T07:00:51.026Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-13T07:00:51.297Z] ---> Running in 3386893e1e2c [2025-06-13T07:00:51.568Z] Removing intermediate container 3386893e1e2c [2025-06-13T07:00:51.568Z] ---> c7cceec45075 [2025-06-13T07:00:51.568Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-13T07:00:52.152Z] ---> 9aa61a6d5b79 [2025-06-13T07:00:52.152Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T07:00:52.152Z] ---> Running in 16ded1be1939 [2025-06-13T07:02:43.800Z] Removing intermediate container 16ded1be1939 [2025-06-13T07:02:43.800Z] ---> 0e323367e9f1 [2025-06-13T07:02:43.800Z] Step 11/12 : COPY . . [2025-06-13T07:02:43.800Z] ---> 354e321b56da [2025-06-13T07:02:43.800Z] Step 12/12 : RUN $MAKE [2025-06-13T07:02:43.800Z] ---> Running in c70462d2ada5 [2025-06-13T07:02:43.800Z] noop [2025-06-13T07:02:43.800Z] Removing intermediate container c70462d2ada5 [2025-06-13T07:02:43.800Z] ---> 3a3822fe06ae [2025-06-13T07:02:43.800Z] Successfully built 3a3822fe06ae [2025-06-13T07:02:43.800Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:02:44.184Z] + docker inspect -f . ci-base-image-arm64 [2025-06-13T07:02:44.184Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T07:02:44.400Z] prd-ubuntu20.04-docker-arm64-4c-16g-3234 does not seem to be running inside a container [2025-06-13T07:02:44.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/197 -v /w/workspace/device-rest-go/197:/w/workspace/device-rest-go/197:rw,z -v /w/workspace/device-rest-go/197@tmp:/w/workspace/device-rest-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-13T07:02:45.678Z] $ docker top dbbff3ee34e74072ec473f8c75242160ad5a7bcb4680495a7dd41c406792aa4d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T07:02:46.498Z] + go version [2025-06-13T07:02:46.498Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-13T07:02:46.520Z] $ docker stop --time=1 dbbff3ee34e74072ec473f8c75242160ad5a7bcb4680495a7dd41c406792aa4d [2025-06-13T07:02:48.169Z] $ docker rm -f --volumes dbbff3ee34e74072ec473f8c75242160ad5a7bcb4680495a7dd41c406792aa4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:02:48.751Z] + docker inspect -f . ci-base-image-arm64 [2025-06-13T07:02:48.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T07:02:48.930Z] prd-ubuntu20.04-docker-arm64-4c-16g-3234 does not seem to be running inside a container [2025-06-13T07:02:49.002Z] $ 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/197 -v /w/workspace/device-rest-go/197:/w/workspace/device-rest-go/197:rw,z -v /w/workspace/device-rest-go/197@tmp:/w/workspace/device-rest-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-13T07:02:51.105Z] $ docker top e877eb8777b808826bcf62113dc0b6155290cd21d7bf30c27336b8c21fd60e9c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T07:02:51.951Z] + git config --global --add safe.directory /w/workspace/device-rest-go/197 [Pipeline] fileExists [Pipeline] sh [2025-06-13T07:02:52.604Z] + make test [2025-06-13T07:02:52.604Z] go test ./... -coverprofile=coverage.out ./... [2025-06-13T07:02:57.954Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-13T07:06:04.693Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-13T07:06:08.936Z] ok github.com/edgexfoundry/device-rest-go/driver 0.073s coverage: 32.2% of statements [2025-06-13T07:06:09.515Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-13T07:06:09.515Z] go vet ./... [2025-06-13T07:06:56.335Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-13T07:06:56.336Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-13T07:06:56.336Z] ./bin/test-attribution-txt.sh [2025-06-13T07:06:56.336Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-13T07:06:56.336Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-13T07:06:56.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-13T07:06:56.376Z] $ docker stop --time=1 e877eb8777b808826bcf62113dc0b6155290cd21d7bf30c27336b8c21fd60e9c [2025-06-13T07:06:58.521Z] $ docker rm -f --volumes e877eb8777b808826bcf62113dc0b6155290cd21d7bf30c27336b8c21fd60e9c [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T07:07:00.037Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-13T07:07:00.064Z] Warning: overwriting stash ‘coverage-report’ [2025-06-13T07:07:00.511Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-13T07:07:00.914Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-13T07:07:01.244Z] + ls -al . [2025-06-13T07:07:01.245Z] total 240 [2025-06-13T07:07:01.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 07:02 . [2025-06-13T07:07:01.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:59 .. [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 13 06:59 .dockerignore [2025-06-13T07:07:01.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:59 .git [2025-06-13T07:07:01.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:59 .github [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 13 06:59 .gitignore [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 13 06:59 .golangci.yml [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 13 06:59 Attribution.txt [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 13 06:59 CHANGELOG.md [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 13 06:59 Dockerfile [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 13 06:59 GOVERNANCE.md [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 13 06:59 Jenkinsfile [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 13 06:59 LICENSE [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 13 06:59 Makefile [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 13 06:59 OWNERS.md [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 13 06:59 README.md [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 13 06:55 VERSION [2025-06-13T07:07:01.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:59 bin [2025-06-13T07:07:01.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:59 cmd [2025-06-13T07:07:01.245Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 13 07:06 coverage.out [2025-06-13T07:07:01.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:59 driver [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 6221 Jun 13 06:59 go.mod [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 86320 Jun 13 06:59 go.sum [2025-06-13T07:07:01.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:59 openapi [2025-06-13T07:07:01.245Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 13 06:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:07:01.597Z] + 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=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-06-13T07:07:01.597Z] Sending build context to Docker daemon 157.2kB [2025-06-13T07:07:01.864Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-13T07:07:01.864Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-13T07:07:01.864Z] ---> 3a3822fe06ae [2025-06-13T07:07:01.864Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-13T07:07:01.864Z] ---> Running in ffe579e950b4 [2025-06-13T07:07:02.132Z] Removing intermediate container ffe579e950b4 [2025-06-13T07:07:02.132Z] ---> 2bbe2715caa3 [2025-06-13T07:07:02.132Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-13T07:07:02.398Z] ---> Running in 80750ce6428e [2025-06-13T07:07:02.665Z] Removing intermediate container 80750ce6428e [2025-06-13T07:07:02.665Z] ---> 64ada346971d [2025-06-13T07:07:02.665Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-13T07:07:02.665Z] ---> Running in 831be27810cf [2025-06-13T07:07:02.937Z] Removing intermediate container 831be27810cf [2025-06-13T07:07:02.937Z] ---> f5e89d520fc2 [2025-06-13T07:07:02.937Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-13T07:07:02.937Z] ---> Running in 974e27f1cfbe [2025-06-13T07:07:03.205Z] Removing intermediate container 974e27f1cfbe [2025-06-13T07:07:03.205Z] ---> 96ebf0de117d [2025-06-13T07:07:03.205Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-13T07:07:03.205Z] ---> Running in 107065efa594 [2025-06-13T07:07:04.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T07:07:04.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T07:07:06.175Z] OK: 244 MiB in 62 packages [2025-06-13T07:07:07.143Z] Removing intermediate container 107065efa594 [2025-06-13T07:07:07.143Z] ---> 43155e58edd6 [2025-06-13T07:07:07.143Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-13T07:07:07.143Z] ---> Running in 53c8bace8bc3 [2025-06-13T07:07:07.413Z] Removing intermediate container 53c8bace8bc3 [2025-06-13T07:07:07.413Z] ---> efa4918c49c5 [2025-06-13T07:07:07.413Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-13T07:07:08.003Z] ---> 0ec27521327b [2025-06-13T07:07:08.003Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T07:07:08.003Z] ---> Running in 7437c76968cb [2025-06-13T07:07:10.604Z] Removing intermediate container 7437c76968cb [2025-06-13T07:07:10.604Z] ---> b234b26a4c63 [2025-06-13T07:07:10.604Z] Step 11/26 : COPY . . [2025-06-13T07:07:10.604Z] ---> dcb7c42af680 [2025-06-13T07:07:10.604Z] Step 12/26 : RUN $MAKE [2025-06-13T07:07:10.889Z] ---> Running in 022ce0cea2a4 [2025-06-13T07:07:11.852Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-13T07:10:33.683Z] Removing intermediate container 022ce0cea2a4 [2025-06-13T07:10:33.683Z] ---> be6b2d1fd9f4 [2025-06-13T07:10:33.683Z] Step 13/26 : FROM alpine:3.20 [2025-06-13T07:10:33.683Z] 3.20: Pulling from library/alpine [2025-06-13T07:10:33.683Z] 94e9d8af2201: Already exists [2025-06-13T07:10:33.683Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T07:10:33.683Z] Status: Downloaded newer image for alpine:3.20 [2025-06-13T07:10:33.683Z] ---> 7aab056cecc6 [2025-06-13T07:10:33.683Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-13T07:10:33.683Z] ---> Running in a63f60b19259 [2025-06-13T07:10:33.683Z] Removing intermediate container a63f60b19259 [2025-06-13T07:10:33.683Z] ---> 5c77de3f17b8 [2025-06-13T07:10:33.683Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-13T07:10:33.683Z] ---> Running in 1c7efac8646b [2025-06-13T07:10:33.683Z] Removing intermediate container 1c7efac8646b [2025-06-13T07:10:33.683Z] ---> b50fd603c8a6 [2025-06-13T07:10:33.683Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-13T07:10:33.683Z] ---> Running in 763131500c1a [2025-06-13T07:10:33.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T07:10:33.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T07:10:33.683Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T07:10:33.683Z] Executing busybox-1.36.1-r29.trigger [2025-06-13T07:10:33.683Z] OK: 9 MiB in 15 packages [2025-06-13T07:10:33.683Z] Removing intermediate container 763131500c1a [2025-06-13T07:10:33.683Z] ---> e9207528e097 [2025-06-13T07:10:33.683Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-13T07:10:33.683Z] ---> Running in 598d8078ea32 [2025-06-13T07:10:33.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T07:10:33.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T07:10:33.684Z] OK: 9 MiB in 15 packages [2025-06-13T07:10:33.684Z] Removing intermediate container 598d8078ea32 [2025-06-13T07:10:33.684Z] ---> 1ed80d01a536 [2025-06-13T07:10:33.684Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-13T07:10:33.950Z] ---> c915c85535d4 [2025-06-13T07:10:33.950Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-13T07:10:34.532Z] ---> dba9c8d18195 [2025-06-13T07:10:34.532Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-13T07:10:35.115Z] ---> 3bb6cbee28f5 [2025-06-13T07:10:35.115Z] Step 21/26 : EXPOSE 59986 [2025-06-13T07:10:35.115Z] ---> Running in f96bc1cfe785 [2025-06-13T07:10:35.382Z] Removing intermediate container f96bc1cfe785 [2025-06-13T07:10:35.382Z] ---> ed6b9349ca7d [2025-06-13T07:10:35.382Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-13T07:10:35.382Z] ---> Running in b7c0941e7b6a [2025-06-13T07:10:35.647Z] Removing intermediate container b7c0941e7b6a [2025-06-13T07:10:35.647Z] ---> 8624a4de4548 [2025-06-13T07:10:35.647Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-13T07:10:35.647Z] ---> Running in a4a1a9c34883 [2025-06-13T07:10:35.913Z] Removing intermediate container a4a1a9c34883 [2025-06-13T07:10:35.913Z] ---> dd8cc32f3300 [2025-06-13T07:10:35.913Z] Step 24/26 : LABEL arch=arm64 [2025-06-13T07:10:36.178Z] ---> Running in 3eff74e738b1 [2025-06-13T07:10:36.444Z] Removing intermediate container 3eff74e738b1 [2025-06-13T07:10:36.444Z] ---> 60af816905d8 [2025-06-13T07:10:36.444Z] Step 25/26 : LABEL git_sha=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T07:10:36.444Z] ---> Running in fae606e245b3 [2025-06-13T07:10:36.712Z] Removing intermediate container fae606e245b3 [2025-06-13T07:10:36.712Z] ---> 51be76141174 [2025-06-13T07:10:36.712Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-13T07:10:36.712Z] ---> Running in 1305b93af60b [2025-06-13T07:10:36.980Z] Removing intermediate container 1305b93af60b [2025-06-13T07:10:36.980Z] ---> 745423c6cfb3 [2025-06-13T07:10:36.980Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-13T07:10:36.980Z] Successfully built 745423c6cfb3 [2025-06-13T07:10:36.980Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T07:10:37.416Z] provisioning config files... [2025-06-13T07:10:37.434Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/197@tmp/config14281691402048485084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:10:37.781Z] ---> ****-login.sh [2025-06-13T07:10:37.781Z] nexus3.edgexfoundry.org:10001 [2025-06-13T07:10:38.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:10:38.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:10:38.049Z] Configure a credential helper to remove this warning. See [2025-06-13T07:10:38.049Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:10:38.049Z] [2025-06-13T07:10:38.049Z] Login Succeeded [2025-06-13T07:10:38.049Z] nexus3.edgexfoundry.org:10002 [2025-06-13T07:10:38.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:10:38.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:10:38.579Z] Configure a credential helper to remove this warning. See [2025-06-13T07:10:38.579Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:10:38.579Z] [2025-06-13T07:10:38.579Z] Login Succeeded [2025-06-13T07:10:38.579Z] nexus3.edgexfoundry.org:10003 [2025-06-13T07:10:38.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:10:38.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:10:38.846Z] Configure a credential helper to remove this warning. See [2025-06-13T07:10:38.846Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:10:38.846Z] [2025-06-13T07:10:38.846Z] Login Succeeded [2025-06-13T07:10:38.846Z] nexus3.edgexfoundry.org:10004 [2025-06-13T07:10:39.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:10:39.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:10:39.114Z] Configure a credential helper to remove this warning. See [2025-06-13T07:10:39.114Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:10:39.114Z] [2025-06-13T07:10:39.114Z] Login Succeeded [2025-06-13T07:10:39.114Z] ****.io [2025-06-13T07:10:39.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T07:10:39.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T07:10:39.647Z] Configure a credential helper to remove this warning. See [2025-06-13T07:10:39.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T07:10:39.647Z] [2025-06-13T07:10:39.647Z] Login Succeeded [2025-06-13T07:10:39.647Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T07:10:39.660Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T07:10:39.721Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T07:10:39.751Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-06-13T07:10:39.751Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T07:10:39.751Z] latest [2025-06-13T07:10:39.751Z] 4.1.0-dev.2 [2025-06-13T07:10:39.751Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T07:10:39.751Z] main [2025-06-13T07:10:39.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:40.147Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:40.517Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T07:10:40.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-13T07:10:40.517Z] f6acde311969: Preparing [2025-06-13T07:10:40.517Z] a058885c2e92: Preparing [2025-06-13T07:10:40.517Z] e62e405e597b: Preparing [2025-06-13T07:10:40.517Z] f51cb0116d88: Preparing [2025-06-13T07:10:40.517Z] 1b88520d7534: Preparing [2025-06-13T07:10:40.517Z] dd9c8f8612c8: Preparing [2025-06-13T07:10:40.517Z] dd9c8f8612c8: Waiting [2025-06-13T07:10:40.785Z] f51cb0116d88: Pushed [2025-06-13T07:10:40.785Z] f6acde311969: Pushed [2025-06-13T07:10:40.785Z] 1b88520d7534: Pushed [2025-06-13T07:10:40.785Z] dd9c8f8612c8: Layer already exists [2025-06-13T07:10:40.785Z] a058885c2e92: Pushed [2025-06-13T07:10:48.986Z] e62e405e597b: Pushed [2025-06-13T07:10:48.987Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:49.370Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:49.742Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-13T07:10:49.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-13T07:10:49.742Z] f6acde311969: Preparing [2025-06-13T07:10:49.742Z] a058885c2e92: Preparing [2025-06-13T07:10:49.742Z] e62e405e597b: Preparing [2025-06-13T07:10:49.742Z] f51cb0116d88: Preparing [2025-06-13T07:10:49.742Z] 1b88520d7534: Preparing [2025-06-13T07:10:49.742Z] dd9c8f8612c8: Preparing [2025-06-13T07:10:49.742Z] dd9c8f8612c8: Waiting [2025-06-13T07:10:49.742Z] 1b88520d7534: Layer already exists [2025-06-13T07:10:49.742Z] e62e405e597b: Layer already exists [2025-06-13T07:10:49.742Z] a058885c2e92: Layer already exists [2025-06-13T07:10:49.742Z] f6acde311969: Layer already exists [2025-06-13T07:10:49.742Z] f51cb0116d88: Layer already exists [2025-06-13T07:10:49.742Z] dd9c8f8612c8: Layer already exists [2025-06-13T07:10:49.742Z] latest: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:50.378Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:50.746Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-13T07:10:50.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-13T07:10:50.747Z] f6acde311969: Preparing [2025-06-13T07:10:50.747Z] a058885c2e92: Preparing [2025-06-13T07:10:50.747Z] e62e405e597b: Preparing [2025-06-13T07:10:50.747Z] f51cb0116d88: Preparing [2025-06-13T07:10:50.747Z] 1b88520d7534: Preparing [2025-06-13T07:10:50.747Z] dd9c8f8612c8: Preparing [2025-06-13T07:10:50.747Z] dd9c8f8612c8: Waiting [2025-06-13T07:10:50.747Z] f6acde311969: Layer already exists [2025-06-13T07:10:50.747Z] f51cb0116d88: Layer already exists [2025-06-13T07:10:50.747Z] 1b88520d7534: Layer already exists [2025-06-13T07:10:50.747Z] a058885c2e92: Layer already exists [2025-06-13T07:10:50.747Z] dd9c8f8612c8: Layer already exists [2025-06-13T07:10:50.747Z] e62e405e597b: Layer already exists [2025-06-13T07:10:51.013Z] 4.1.0-dev.2: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:51.372Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:51.724Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T07:10:51.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-13T07:10:51.724Z] f6acde311969: Preparing [2025-06-13T07:10:51.724Z] a058885c2e92: Preparing [2025-06-13T07:10:51.724Z] e62e405e597b: Preparing [2025-06-13T07:10:51.724Z] f51cb0116d88: Preparing [2025-06-13T07:10:51.724Z] 1b88520d7534: Preparing [2025-06-13T07:10:51.724Z] dd9c8f8612c8: Preparing [2025-06-13T07:10:51.724Z] dd9c8f8612c8: Waiting [2025-06-13T07:10:51.724Z] a058885c2e92: Layer already exists [2025-06-13T07:10:51.724Z] 1b88520d7534: Layer already exists [2025-06-13T07:10:51.724Z] f6acde311969: Layer already exists [2025-06-13T07:10:51.724Z] e62e405e597b: Layer already exists [2025-06-13T07:10:51.724Z] dd9c8f8612c8: Layer already exists [2025-06-13T07:10:52.686Z] f51cb0116d88: Layer already exists [2025-06-13T07:10:52.955Z] 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:53.322Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:53.714Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-06-13T07:10:53.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-13T07:10:53.714Z] f6acde311969: Preparing [2025-06-13T07:10:53.714Z] a058885c2e92: Preparing [2025-06-13T07:10:53.714Z] e62e405e597b: Preparing [2025-06-13T07:10:53.714Z] f51cb0116d88: Preparing [2025-06-13T07:10:53.714Z] 1b88520d7534: Preparing [2025-06-13T07:10:53.714Z] dd9c8f8612c8: Preparing [2025-06-13T07:10:53.714Z] dd9c8f8612c8: Waiting [2025-06-13T07:10:53.981Z] f6acde311969: Layer already exists [2025-06-13T07:10:53.981Z] a058885c2e92: Layer already exists [2025-06-13T07:10:53.981Z] f51cb0116d88: Layer already exists [2025-06-13T07:10:53.981Z] e62e405e597b: Layer already exists [2025-06-13T07:10:53.981Z] 1b88520d7534: Layer already exists [2025-06-13T07:10:53.981Z] dd9c8f8612c8: Layer already exists [2025-06-13T07:10:53.981Z] main: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T07:10:54.057Z] ===================================================== [Pipeline] echo [2025-06-13T07:10:54.071Z] taggedImages: [2025-06-13T07:10:54.071Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [2025-06-13T07:10:54.071Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-13T07:10:54.071Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-13T07:10:54.071Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [2025-06-13T07:10:54.071Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-06-13T07:10:54.085Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo [2025-06-13T07:10:54.098Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-06-13T07:10:54.112Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] echo [2025-06-13T07:10:54.125Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [Pipeline] echo [2025-06-13T07:10:54.143Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:54.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-13T07:10:54.550Z] [2025-06-13T07:10:54.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:10:54.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-13T07:10:55.226Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-13T07:10:55.226Z] 8998bd30e6a1: Pulling fs layer [2025-06-13T07:10:55.226Z] 04944245beec: Pulling fs layer [2025-06-13T07:10:55.226Z] 699f458cf7ca: Pulling fs layer [2025-06-13T07:10:55.226Z] 765212b225bb: Pulling fs layer [2025-06-13T07:10:55.226Z] f23df028b6ca: Pulling fs layer [2025-06-13T07:10:55.226Z] d65c8cfc05b1: Pulling fs layer [2025-06-13T07:10:55.226Z] 2437ff75d9bd: Pulling fs layer [2025-06-13T07:10:55.226Z] 765212b225bb: Waiting [2025-06-13T07:10:55.226Z] f23df028b6ca: Waiting [2025-06-13T07:10:55.226Z] d65c8cfc05b1: Waiting [2025-06-13T07:10:55.226Z] 2437ff75d9bd: Waiting [2025-06-13T07:10:55.226Z] 04944245beec: Verifying Checksum [2025-06-13T07:10:55.226Z] 04944245beec: Download complete [2025-06-13T07:10:55.226Z] 765212b225bb: Download complete [2025-06-13T07:10:55.226Z] f23df028b6ca: Download complete [2025-06-13T07:10:55.226Z] d65c8cfc05b1: Verifying Checksum [2025-06-13T07:10:55.226Z] d65c8cfc05b1: Download complete [2025-06-13T07:10:55.505Z] 699f458cf7ca: Verifying Checksum [2025-06-13T07:10:55.505Z] 699f458cf7ca: Download complete [2025-06-13T07:10:56.095Z] 8998bd30e6a1: Verifying Checksum [2025-06-13T07:10:56.095Z] 8998bd30e6a1: Download complete [2025-06-13T07:10:58.694Z] 2437ff75d9bd: Verifying Checksum [2025-06-13T07:10:58.694Z] 2437ff75d9bd: Download complete [2025-06-13T07:11:01.285Z] 8998bd30e6a1: Pull complete [2025-06-13T07:11:01.285Z] 04944245beec: Pull complete [2025-06-13T07:11:03.228Z] 699f458cf7ca: Pull complete [2025-06-13T07:11:03.228Z] 765212b225bb: Pull complete [2025-06-13T07:11:04.191Z] f23df028b6ca: Pull complete [2025-06-13T07:11:04.191Z] d65c8cfc05b1: Pull complete [2025-06-13T07:11:22.418Z] 2437ff75d9bd: Pull complete [2025-06-13T07:11:22.418Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-13T07:11:22.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-13T07:11:22.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T07:11:22.644Z] prd-ubuntu20.04-docker-arm64-4c-16g-3234 does not seem to be running inside a container [2025-06-13T07:11:22.719Z] $ 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/197 -v /w/workspace/device-rest-go/197:/w/workspace/device-rest-go/197:rw,z -v /w/workspace/device-rest-go/197@tmp:/w/workspace/device-rest-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-06-13T07:11:25.246Z] $ docker top a21804db63b97066634f0b6f0efbe0c34b63534a02eed98da4ba7851e5ebb284 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:11:26.061Z] ---> job-cost.sh [2025-06-13T07:11:26.061Z] lf-activate-venv: SKIPPING [2025-06-13T07:11:26.061Z] INFO: No Stack... [2025-06-13T07:11:26.638Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-13T07:11:27.216Z] INFO: Archiving Costs [Pipeline] sh [2025-06-13T07:11:27.843Z] + cat /w/workspace/device-rest-go/197/archives/cost.csv [2025-06-13T07:11:27.843Z] + cut -d, -f6 [Pipeline] lock [2025-06-13T07:11:27.895Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [2025-06-13T07:11:27.903Z] Resource [jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] did not exist. Created. [2025-06-13T07:11:27.910Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-13T07:11:28.275Z] /w/workspace/device-rest-go/197@tmp/durable-e95eaaa7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-13T07:11:28.598Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-13T07:11:28.628Z] Warning: overwriting stash ‘stack-cost’ [2025-06-13T07:11:28.670Z] Stashed 1 file(s) [Pipeline] } [2025-06-13T07:11:28.678Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-13T07:11:28.703Z] $ docker stop --time=1 a21804db63b97066634f0b6f0efbe0c34b63534a02eed98da4ba7851e5ebb284 [2025-06-13T07:11:30.158Z] $ docker rm -f --volumes a21804db63b97066634f0b6f0efbe0c34b63534a02eed98da4ba7851e5ebb284 [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-06-13T07:11:30.656Z] provisioning config files... [2025-06-13T07:11:30.663Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6788239496168744742tmp [Pipeline] { [Pipeline] sh [2025-06-13T07:11:30.960Z] + set +x [2025-06-13T07:11:30.960Z] + curl -s https://codecov.io/bash [2025-06-13T07:11:30.960Z] + bash -s -- [2025-06-13T07:11:30.960Z] [2025-06-13T07:11:30.960Z] _____ _ [2025-06-13T07:11:30.960Z] / ____| | | [2025-06-13T07:11:30.960Z] | | ___ __| | ___ ___ _____ __ [2025-06-13T07:11:30.960Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-13T07:11:30.960Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-13T07:11:30.960Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-13T07:11:30.960Z] Bash-1.0.6 [2025-06-13T07:11:30.960Z] [2025-06-13T07:11:30.960Z] [2025-06-13T07:11:30.960Z] ==> git version 2.25.1 found [2025-06-13T07:11:30.960Z] ==> 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-06-13T07:11:30.960Z] Release-Date: 2020-01-08 [2025-06-13T07:11:30.960Z] 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-06-13T07:11:30.960Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-13T07:11:30.960Z] ==> Jenkins CI detected. [2025-06-13T07:11:30.960Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-06-13T07:11:30.960Z] project root: . [2025-06-13T07:11:30.960Z] --> token set from env [2025-06-13T07:11:30.960Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-13T07:11:31.220Z] ==> Running gcov in . (disable via -X gcov) [2025-06-13T07:11:31.220Z] ==> Python coveragepy not found [2025-06-13T07:11:31.220Z] ==> Searching for coverage reports in: [2025-06-13T07:11:31.220Z] + . [2025-06-13T07:11:31.220Z] -> Found 1 reports [2025-06-13T07:11:31.220Z] ==> Detecting git/mercurial file structure [2025-06-13T07:11:31.220Z] ==> Reading reports [2025-06-13T07:11:31.220Z] + ./coverage.out bytes=14565 [2025-06-13T07:11:31.220Z] ==> Appending adjustments [2025-06-13T07:11:31.220Z] https://docs.codecov.io/docs/fixing-reports [2025-06-13T07:11:31.220Z] + Found adjustments [2025-06-13T07:11:31.220Z] ==> Gzipping contents [2025-06-13T07:11:31.220Z] 4.0K /tmp/codecov.Zt9nMi.gz [2025-06-13T07:11:31.220Z] ==> Uploading reports [2025-06-13T07:11:31.220Z] url: https://codecov.io [2025-06-13T07:11:31.221Z] query: branch=main&commit=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9&build=197&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F197%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-13T07:11:31.221Z] -> Pinging Codecov [2025-06-13T07:11:31.221Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9&build=197&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F197%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-13T07:11:31.479Z] -> Uploading to [2025-06-13T07:11:31.479Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/746a286959b9cc87fa6cce4fb8259ee4dd03d7f9/2ea217a6-b20f-46ee-9b8d-cc3326442e15.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250613%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250613T071131Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=4d07e0b5e37e5206bb744a5b8d12cf900c1698a1761bfe518eb65751b1517507 [2025-06-13T07:11:31.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-13T07:11:31.479Z] Dload Upload Total Spent Left Speed [2025-06-13T07:11:31.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 14721 --:--:-- --:--:-- --:--:-- 14721 [2025-06-13T07:11:31.739Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] } [2025-06-13T07:11:31.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-13T07:11:31.975Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-13T07:11:31.991Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:11:32.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-13T07:11:32.299Z] [2025-06-13T07:11:32.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:11:32.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-13T07:11:32.863Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-13T07:11:32.863Z] 43c4264eed91: Pulling fs layer [2025-06-13T07:11:32.863Z] 4cc291be95ef: Pulling fs layer [2025-06-13T07:11:32.863Z] 2ac1f1163629: Pulling fs layer [2025-06-13T07:11:32.863Z] 5c3c966382ef: Pulling fs layer [2025-06-13T07:11:32.863Z] 4f4fb700ef54: Pulling fs layer [2025-06-13T07:11:32.863Z] d9c7d2e4e75e: Pulling fs layer [2025-06-13T07:11:32.863Z] 9c3e1370e548: Pulling fs layer [2025-06-13T07:11:32.863Z] 9c3e1370e548: Waiting [2025-06-13T07:11:32.863Z] d9c7d2e4e75e: Waiting [2025-06-13T07:11:32.863Z] 4f4fb700ef54: Waiting [2025-06-13T07:11:32.863Z] 5c3c966382ef: Waiting [2025-06-13T07:11:32.863Z] 4cc291be95ef: Verifying Checksum [2025-06-13T07:11:32.863Z] 4cc291be95ef: Download complete [2025-06-13T07:11:32.863Z] 5c3c966382ef: Verifying Checksum [2025-06-13T07:11:32.863Z] 5c3c966382ef: Download complete [2025-06-13T07:11:32.863Z] 4f4fb700ef54: Verifying Checksum [2025-06-13T07:11:32.863Z] 4f4fb700ef54: Download complete [2025-06-13T07:11:32.863Z] 43c4264eed91: Download complete [2025-06-13T07:11:33.121Z] d9c7d2e4e75e: Verifying Checksum [2025-06-13T07:11:33.121Z] d9c7d2e4e75e: Download complete [2025-06-13T07:11:33.394Z] 2ac1f1163629: Verifying Checksum [2025-06-13T07:11:33.394Z] 2ac1f1163629: Download complete [2025-06-13T07:11:34.357Z] 43c4264eed91: Pull complete [2025-06-13T07:11:34.357Z] 4cc291be95ef: Pull complete [2025-06-13T07:11:34.925Z] 9c3e1370e548: Verifying Checksum [2025-06-13T07:11:34.925Z] 9c3e1370e548: Download complete [2025-06-13T07:11:39.121Z] 2ac1f1163629: Pull complete [2025-06-13T07:11:39.380Z] 5c3c966382ef: Pull complete [2025-06-13T07:11:39.947Z] 4f4fb700ef54: Pull complete [2025-06-13T07:11:41.852Z] d9c7d2e4e75e: Pull complete [2025-06-13T07:11:54.067Z] 9c3e1370e548: Pull complete [2025-06-13T07:11:54.067Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-13T07:11:54.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-13T07:11:54.067Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T07:11:54.223Z] prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container [2025-06-13T07:11:54.278Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-13T07:12:02.319Z] $ docker top 76f8e434c40dd53c8d05af0eb0bef9a1087594d18a2b4ad94eb286791078812e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T07:12:02.706Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-06-13T07:12:02.718Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-06-13T07:12:02.994Z] + set -o pipefail [2025-06-13T07:12:02.994Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-06-13T07:12:04.899Z] [2025-06-13T07:12:04.899Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main... [2025-06-13T07:12:04.899Z] [2025-06-13T07:12:04.899Z] 'go list -json -deps ./...' command failed with error: go: go.mod requires go >= 1.23.4 (running go 1.23.2; GOTOOLCHAIN=local) [2025-06-13T07:12:04.899Z] [Pipeline] } [2025-06-13T07:12:05.172Z] $ docker stop --time=1 76f8e434c40dd53c8d05af0eb0bef9a1087594d18a2b4ad94eb286791078812e [2025-06-13T07:12:08.822Z] $ docker rm -f --volumes 76f8e434c40dd53c8d05af0eb0bef9a1087594d18a2b4ad94eb286791078812e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-13T07:12:09.100Z] [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-13T07:12:09.866Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-06-13T07:12:09.866Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-13T07:12:09.866Z] total 16 [2025-06-13T07:12:09.866Z] drwxr-xr-x 3 root root 4096 Jun 13 07:00 . [2025-06-13T07:12:09.866Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 13 07:00 .. [2025-06-13T07:12:09.866Z] drwxr-xr-x 2 root root 4096 Jun 13 07:00 cost [2025-06-13T07:12:09.866Z] -rw-r--r-- 1 root root 86 Jun 13 07:00 cost.csv [2025-06-13T07:12:09.866Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-13T07:12:09.866Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-13T07:12:09.866Z] total 16 [2025-06-13T07:12:09.866Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 07:00 . [2025-06-13T07:12:09.866Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 13 07:00 .. [2025-06-13T07:12:09.866Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 07:00 cost [2025-06-13T07:12:09.866Z] -rw-r--r-- 1 jenkins jenkins 86 Jun 13 07:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:12:10.156Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:12:11.009Z] ---> package-listing.sh [2025-06-13T07:12:11.009Z] ++ facter osfamily [2025-06-13T07:12:11.009Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-13T07:12:11.269Z] + OS_FAMILY=debian [2025-06-13T07:12:11.269Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-13T07:12:11.269Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-13T07:12:11.269Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-13T07:12:11.269Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-13T07:12:11.269Z] + PACKAGES=/tmp/packages_start.txt [2025-06-13T07:12:11.269Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-13T07:12:11.269Z] + PACKAGES=/tmp/packages_end.txt [2025-06-13T07:12:11.269Z] + case "${OS_FAMILY}" in [2025-06-13T07:12:11.269Z] + dpkg -l [2025-06-13T07:12:11.269Z] + grep '^ii' [2025-06-13T07:12:11.269Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-13T07:12:11.269Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-13T07:12:11.269Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-13T07:12:11.269Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-13T07:12:11.269Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-13T07:12:11.269Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-13T07:12:11.283Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-13T07:12:11.565Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T07:12:12.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T07:12:12.130Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T07:12:12.221Z] prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container [2025-06-13T07:12:12.262Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-13T07:12:14.255Z] $ docker top 8757aa83d000b04eace9d6b3a17184e61fb567599b9f55d843f2399b71be80fe -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T07:12:14.609Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-13T07:12:14.897Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-13T07:12:15.187Z] + ls /var/log/sa-host [2025-06-13T07:12:15.187Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T07:12:15.224Z] provisioning config files... [2025-06-13T07:12:15.232Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2582365253736972612tmp [Pipeline] { [Pipeline] echo [2025-06-13T07:12:15.252Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:12:15.535Z] ---> create-netrc.sh [Pipeline] } [2025-06-13T07:12:15.541Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:12:15.850Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-13T07:12:15.860Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:12:16.144Z] ---> sudo-logs.sh [2025-06-13T07:12:16.144Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-13T07:12:16.187Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:12:16.474Z] ---> job-cost.sh [2025-06-13T07:12:16.474Z] lf-activate-venv: SKIPPING [2025-06-13T07:12:16.474Z] DEBUG: total: 0.2199999988079071 [2025-06-13T07:12:16.474Z] INFO: Retrieving Stack Cost... [2025-06-13T07:12:16.735Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-13T07:12:17.305Z] INFO: Archiving Costs [Pipeline] echo [2025-06-13T07:12:17.413Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T07:12:18.608Z] ---> logs-deploy.sh [2025-06-13T07:12:18.608Z] lf-activate-venv: SKIPPING [2025-06-13T07:12:18.608Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/197 [2025-06-13T07:12:18.608Z] INFO: archiving workspace using pattern(s): [2025-06-13T07:12:19.544Z] Archives upload complete. [2025-06-13T07:12:19.803Z] INFO: archiving logs to Nexus