Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 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-ssh630425429924555039.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-ssh12453376367143573727.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-ssh12464729774362646877.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-ssh8621296257426852636.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-ssh16511834181245734328.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3479 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472)" > git config core.sparsecheckout # timeout=10 > git checkout -f 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 > git rev-list --no-walk 7b84e98ced83989d31e5191473b2722818049a26 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-18T02:56:34.509Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-18T02:56:34.586Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-18T02:56:34.613Z] ========================================================= [2025-06-18T02:56:34.614Z] EdgeX Global Pipelines Version Info [2025-06-18T02:56:34.614Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-18T02:56:35.717Z] ------------------- [2025-06-18T02:56:35.717Z] stable info: [2025-06-18T02:56:35.717Z] ------------------- [2025-06-18T02:56:35.717Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-18T02:56:35.717Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-18T02:56:35.717Z] Message: update stable to v1.0.274 [2025-06-18T02:56:36.287Z] ------------------- [2025-06-18T02:56:36.287Z] experimental info: [2025-06-18T02:56:36.287Z] ------------------- [2025-06-18T02:56:36.287Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-18T02:56:36.287Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-18T02:56:36.287Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-18T02:56:36.364Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-06-18T02:56:36.386Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-06-18T02:56:36.411Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-18T02:56:36.432Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-18T02:56:36.453Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-18T02:56:36.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-18T02:56:36.499Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-18T02:56:36.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-18T02:56:36.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-18T02:56:36.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-18T02:56:36.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-18T02:56:36.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-06-18T02:56:36.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-18T02:56:36.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-18T02:56:36.692Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-18T02:56:36.721Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-18T02:56:36.746Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-18T02:56:36.766Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-18T02:56:36.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-18T02:56:36.811Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-18T02:56:36.835Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-18T02:56:36.856Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-18T02:56:36.873Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-18T02:56:36.894Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-18T02:56:36.921Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-18T02:56:36.946Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-18T02:56:36.972Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-18T02:56:36.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-18T02:56:37.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-18T02:56:37.049Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-18T02:56:37.080Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T02:56:37.100Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29ece5e [Pipeline] echo [2025-06-18T02:56:37.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T02:56:37.176Z] provisioning config files... [2025-06-18T02:56:37.190Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10810124128145113057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T02:56:38.211Z] ---> ****-login.sh [2025-06-18T02:56:38.211Z] nexus3.edgexfoundry.org:10001 [2025-06-18T02:56:38.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:38.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:38.472Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:38.472Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:38.472Z] [2025-06-18T02:56:38.472Z] Login Succeeded [2025-06-18T02:56:38.472Z] nexus3.edgexfoundry.org:10002 [2025-06-18T02:56:38.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:38.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:38.732Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:38.732Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:38.732Z] [2025-06-18T02:56:38.732Z] Login Succeeded [2025-06-18T02:56:38.732Z] nexus3.edgexfoundry.org:10003 [2025-06-18T02:56:38.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:38.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:38.732Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:38.732Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:38.732Z] [2025-06-18T02:56:38.732Z] Login Succeeded [2025-06-18T02:56:38.732Z] nexus3.edgexfoundry.org:10004 [2025-06-18T02:56:38.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:38.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:38.992Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:38.992Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:38.992Z] [2025-06-18T02:56:38.992Z] Login Succeeded [2025-06-18T02:56:38.992Z] ****.io [2025-06-18T02:56:38.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:39.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:39.253Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:39.253Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:39.253Z] [2025-06-18T02:56:39.253Z] Login Succeeded [2025-06-18T02:56:39.253Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T02:56:39.261Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-18T02:56:39.662Z] + git rev-list -1 --merges 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5~1..29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T02:56:39.700Z] -----------> git rev-list -1 --merges 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5~1..29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [false] [Pipeline] sh [2025-06-18T02:56:39.994Z] + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T02:56:40.010Z] ========================================================= [2025-06-18T02:56:40.010Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-18T02:56:40.010Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-18T02:56:40.358Z] + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T02:56:40.370Z] [semverPrep] GIT_COMMIT: 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472) [Pipeline] echo [2025-06-18T02:56:40.383Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-18T02:56:40.761Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-18T02:56:40.761Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-18T02:56:40.761Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-18T02:56:40.761Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-18T02:56:40.761Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-18T02:56:40.761Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-18T02:56:40.761Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:56:41.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T02:56:41.176Z] [2025-06-18T02:56:41.176Z] 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-18T02:56:41.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T02:56:41.483Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-18T02:56:41.483Z] 3dae71ba6b94: Pulling fs layer [2025-06-18T02:56:41.483Z] 6bf1a483ea7c: Pulling fs layer [2025-06-18T02:56:41.483Z] f5dfc541a4d3: Pulling fs layer [2025-06-18T02:56:41.483Z] 461d9e800cba: Pulling fs layer [2025-06-18T02:56:41.483Z] 80192f66455f: Pulling fs layer [2025-06-18T02:56:41.483Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-18T02:56:41.483Z] a29436f7fd5d: Pulling fs layer [2025-06-18T02:56:41.483Z] 923cac83aea3: Pulling fs layer [2025-06-18T02:56:41.483Z] 25ad8b0a4227: Pulling fs layer [2025-06-18T02:56:41.483Z] db01528c6b51: Pulling fs layer [2025-06-18T02:56:41.483Z] 28988de357af: Pulling fs layer [2025-06-18T02:56:41.483Z] 461d9e800cba: Waiting [2025-06-18T02:56:41.483Z] 923cac83aea3: Waiting [2025-06-18T02:56:41.483Z] 25ad8b0a4227: Waiting [2025-06-18T02:56:41.483Z] db01528c6b51: Waiting [2025-06-18T02:56:41.483Z] 28988de357af: Waiting [2025-06-18T02:56:41.483Z] 2e8e34ca0e6c: Waiting [2025-06-18T02:56:41.483Z] a29436f7fd5d: Waiting [2025-06-18T02:56:41.483Z] 80192f66455f: Waiting [2025-06-18T02:56:41.483Z] 6bf1a483ea7c: Verifying Checksum [2025-06-18T02:56:41.483Z] 6bf1a483ea7c: Download complete [2025-06-18T02:56:41.483Z] 461d9e800cba: Verifying Checksum [2025-06-18T02:56:41.483Z] 461d9e800cba: Download complete [2025-06-18T02:56:41.483Z] 80192f66455f: Verifying Checksum [2025-06-18T02:56:41.483Z] 80192f66455f: Download complete [2025-06-18T02:56:41.744Z] f5dfc541a4d3: Verifying Checksum [2025-06-18T02:56:41.744Z] f5dfc541a4d3: Download complete [2025-06-18T02:56:41.744Z] 3dae71ba6b94: Verifying Checksum [2025-06-18T02:56:41.744Z] 3dae71ba6b94: Download complete [2025-06-18T02:56:42.006Z] 923cac83aea3: Verifying Checksum [2025-06-18T02:56:42.006Z] 923cac83aea3: Download complete [2025-06-18T02:56:42.006Z] 25ad8b0a4227: Verifying Checksum [2025-06-18T02:56:42.006Z] 25ad8b0a4227: Download complete [2025-06-18T02:56:42.006Z] db01528c6b51: Verifying Checksum [2025-06-18T02:56:42.006Z] db01528c6b51: Download complete [2025-06-18T02:56:42.006Z] 28988de357af: Download complete [2025-06-18T02:56:42.265Z] a29436f7fd5d: Verifying Checksum [2025-06-18T02:56:42.265Z] a29436f7fd5d: Download complete [2025-06-18T02:56:42.524Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-18T02:56:42.524Z] 2e8e34ca0e6c: Download complete [2025-06-18T02:56:42.783Z] 3dae71ba6b94: Pull complete [2025-06-18T02:56:43.041Z] 6bf1a483ea7c: Pull complete [2025-06-18T02:56:43.607Z] f5dfc541a4d3: Pull complete [2025-06-18T02:56:43.866Z] 461d9e800cba: Pull complete [2025-06-18T02:56:43.866Z] 80192f66455f: Pull complete [2025-06-18T02:56:47.156Z] 2e8e34ca0e6c: Pull complete [2025-06-18T02:56:47.721Z] a29436f7fd5d: Pull complete [2025-06-18T02:56:47.980Z] 923cac83aea3: Pull complete [2025-06-18T02:56:47.980Z] 25ad8b0a4227: Pull complete [2025-06-18T02:56:47.980Z] db01528c6b51: Pull complete [2025-06-18T02:56:48.239Z] 28988de357af: Pull complete [2025-06-18T02:56:48.239Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-18T02:56:48.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T02:56:48.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T02:56:48.383Z] prd-ubuntu20.04-docker-8c-8g-3479 does not seem to be running inside a container [2025-06-18T02:56:48.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-18T02:56:51.006Z] $ docker top 8e17b1a22eb05e41fd07d696fa14110deb60475f6b81421269523b3750011959 -eo pid,comm [2025-06-18T02:56:51.057Z] 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-18T02:56:51.057Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-18T02:56:51.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-18T02:56:51.122Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-18T02:56:51.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-18T02:56:51.242Z] $ docker exec 8e17b1a22eb05e41fd07d696fa14110deb60475f6b81421269523b3750011959 ssh-agent [2025-06-18T02:56:51.337Z] SSH_AUTH_SOCK=/tmp/ssh-jkVfFn14xDbj/agent.31 [2025-06-18T02:56:51.337Z] SSH_AGENT_PID=37 [2025-06-18T02:56:51.343Z] Running ssh-add (command line suppressed) [2025-06-18T02:56:51.450Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_16856977767071577455.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_16856977767071577455.key) [2025-06-18T02:56:51.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-18T02:56:51.750Z] + git tag --points-at HEAD [Pipeline] } [2025-06-18T02:56:51.769Z] $ docker exec --env ******** --env ******** 8e17b1a22eb05e41fd07d696fa14110deb60475f6b81421269523b3750011959 ssh-agent -k [2025-06-18T02:56:51.863Z] unset SSH_AUTH_SOCK; [2025-06-18T02:56:51.863Z] unset SSH_AGENT_PID; [2025-06-18T02:56:51.863Z] echo Agent pid 37 killed; [2025-06-18T02:56:51.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-18T02:56:51.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-18T02:56:51.909Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-18T02:56:52.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-18T02:56:52.027Z] $ docker exec 8e17b1a22eb05e41fd07d696fa14110deb60475f6b81421269523b3750011959 ssh-agent [2025-06-18T02:56:52.131Z] SSH_AUTH_SOCK=/tmp/ssh-ZQuecFcnD66K/agent.70 [2025-06-18T02:56:52.131Z] SSH_AGENT_PID=76 [2025-06-18T02:56:52.135Z] Running ssh-add (command line suppressed) [2025-06-18T02:56:52.246Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11931134859882088181.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11931134859882088181.key) [2025-06-18T02:56:52.256Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-18T02:56:52.553Z] + git semver init [2025-06-18T02:56:52.813Z] 2025-06-18 02:56:52,778 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-18T02:56:52.813Z] 2025-06-18 02:56:52,782 [run_init] DEBUG init version:0.0.0 force:False [2025-06-18T02:56:52.813Z] 2025-06-18 02:56:52,783 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-18T02:56:52.813Z] 2025-06-18 02:56:52,783 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-18T02:56:52.813Z] 2025-06-18 02:56:52,784 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-18T02:56:54.719Z] 2025-06-18 02:56:54,212 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-06-18T02:56:54.719Z] 2025-06-18 02:56:54,212 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-06-18T02:56:54.719Z] 2025-06-18 02:56:54,212 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T02:56:54.719Z] 2025-06-18 02:56:54,213 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T02:56:54.719Z] 4.1.0-dev.2 [Pipeline] } [2025-06-18T02:56:54.735Z] $ docker exec --env ******** --env ******** 8e17b1a22eb05e41fd07d696fa14110deb60475f6b81421269523b3750011959 ssh-agent -k [2025-06-18T02:56:54.836Z] unset SSH_AUTH_SOCK; [2025-06-18T02:56:54.836Z] unset SSH_AGENT_PID; [2025-06-18T02:56:54.836Z] echo Agent pid 76 killed; [2025-06-18T02:56:54.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-18T02:56:55.173Z] + git semver [Pipeline] } [2025-06-18T02:56:55.454Z] $ docker stop --time=1 8e17b1a22eb05e41fd07d696fa14110deb60475f6b81421269523b3750011959 [2025-06-18T02:56:56.767Z] $ docker rm -f --volumes 8e17b1a22eb05e41fd07d696fa14110deb60475f6b81421269523b3750011959 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-18T02:56:57.132Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-18T02:56:57.369Z] Stashed 1 file(s) [Pipeline] echo [2025-06-18T02:56:57.374Z] [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-18T02:56:57.576Z] provisioning config files... [2025-06-18T02:56:57.586Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9422657236508922879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T02:56:58.080Z] ---> ****-login.sh [2025-06-18T02:56:58.081Z] nexus3.edgexfoundry.org:10001 [2025-06-18T02:56:58.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:58.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:58.802Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:58.802Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:58.802Z] [2025-06-18T02:56:58.802Z] Login Succeeded [2025-06-18T02:56:58.802Z] nexus3.edgexfoundry.org:10002 [2025-06-18T02:56:58.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:58.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:58.802Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:58.802Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:58.802Z] [2025-06-18T02:56:58.802Z] Login Succeeded [2025-06-18T02:56:58.802Z] nexus3.edgexfoundry.org:10003 [2025-06-18T02:56:58.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:58.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:58.802Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:58.802Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:58.802Z] [2025-06-18T02:56:58.802Z] Login Succeeded [2025-06-18T02:56:58.802Z] nexus3.edgexfoundry.org:10004 [2025-06-18T02:56:58.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:59.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:59.062Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:59.062Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:59.062Z] [2025-06-18T02:56:59.062Z] Login Succeeded [2025-06-18T02:56:59.062Z] ****.io [2025-06-18T02:56:59.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:56:59.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:56:59.323Z] Configure a credential helper to remove this warning. See [2025-06-18T02:56:59.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:56:59.323Z] [2025-06-18T02:56:59.323Z] Login Succeeded [2025-06-18T02:56:59.323Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T02:56:59.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-18T02:56:59.410Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T02:56:59.432Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T02:56:59.446Z] ========================================================= [2025-06-18T02:56:59.446Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-18T02:56:59.446Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:56:59.784Z] + 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-18T02:56:59.785Z] Sending build context to Docker daemon 21.62MB [2025-06-18T02:56:59.785Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T02:56:59.785Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-18T02:56:59.785Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-18T02:57:00.043Z] 0a9a5dfd008f: Pulling fs layer [2025-06-18T02:57:00.043Z] dbfa0bcfca99: Pulling fs layer [2025-06-18T02:57:00.043Z] 70eabb1d9476: Pulling fs layer [2025-06-18T02:57:00.043Z] 957bedc73fa3: Pulling fs layer [2025-06-18T02:57:00.043Z] 4f4fb700ef54: Pulling fs layer [2025-06-18T02:57:00.043Z] f40432e63723: Pulling fs layer [2025-06-18T02:57:00.043Z] 90b4343acab7: Pulling fs layer [2025-06-18T02:57:00.043Z] 9f67ea4ac784: Pulling fs layer [2025-06-18T02:57:00.043Z] 9228b9a606be: Pulling fs layer [2025-06-18T02:57:00.043Z] f40432e63723: Waiting [2025-06-18T02:57:00.043Z] 90b4343acab7: Waiting [2025-06-18T02:57:00.043Z] 9228b9a606be: Waiting [2025-06-18T02:57:00.043Z] 9f67ea4ac784: Waiting [2025-06-18T02:57:00.043Z] 957bedc73fa3: Waiting [2025-06-18T02:57:00.043Z] 4f4fb700ef54: Waiting [2025-06-18T02:57:00.043Z] dbfa0bcfca99: Verifying Checksum [2025-06-18T02:57:00.043Z] dbfa0bcfca99: Download complete [2025-06-18T02:57:00.043Z] 957bedc73fa3: Verifying Checksum [2025-06-18T02:57:00.043Z] 957bedc73fa3: Download complete [2025-06-18T02:57:00.043Z] 4f4fb700ef54: Download complete [2025-06-18T02:57:00.043Z] 0a9a5dfd008f: Download complete [2025-06-18T02:57:00.043Z] f40432e63723: Download complete [2025-06-18T02:57:00.043Z] 90b4343acab7: Verifying Checksum [2025-06-18T02:57:00.043Z] 90b4343acab7: Download complete [2025-06-18T02:57:00.043Z] 0a9a5dfd008f: Pull complete [2025-06-18T02:57:00.300Z] dbfa0bcfca99: Pull complete [2025-06-18T02:57:00.301Z] 9228b9a606be: Verifying Checksum [2025-06-18T02:57:00.301Z] 9228b9a606be: Download complete [2025-06-18T02:57:00.559Z] 70eabb1d9476: Download complete [2025-06-18T02:57:00.815Z] 9f67ea4ac784: Download complete [2025-06-18T02:57:03.343Z] 70eabb1d9476: Pull complete [2025-06-18T02:57:03.603Z] 957bedc73fa3: Pull complete [2025-06-18T02:57:03.603Z] 4f4fb700ef54: Pull complete [2025-06-18T02:57:03.603Z] f40432e63723: Pull complete [2025-06-18T02:57:03.861Z] 90b4343acab7: Pull complete [2025-06-18T02:57:05.758Z] 9f67ea4ac784: Pull complete [2025-06-18T02:57:06.323Z] 9228b9a606be: Pull complete [2025-06-18T02:57:06.323Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-18T02:57:06.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-18T02:57:06.323Z] ---> 69404ca5bff2 [2025-06-18T02:57:06.323Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-18T02:57:08.856Z] ---> Running in 9d1c7ca71f7e [2025-06-18T02:57:08.856Z] Removing intermediate container 9d1c7ca71f7e [2025-06-18T02:57:08.856Z] ---> db762505d941 [2025-06-18T02:57:08.856Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T02:57:08.856Z] ---> Running in 66056e7b6cca [2025-06-18T02:57:08.856Z] Removing intermediate container 66056e7b6cca [2025-06-18T02:57:08.856Z] ---> 8176e2261e5a [2025-06-18T02:57:08.856Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T02:57:08.856Z] ---> Running in 891fec55fb51 [2025-06-18T02:57:08.856Z] Removing intermediate container 891fec55fb51 [2025-06-18T02:57:08.856Z] ---> 43275dc75dfe [2025-06-18T02:57:08.856Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T02:57:08.856Z] ---> Running in 73b9be4c6e1a [2025-06-18T02:57:08.856Z] Removing intermediate container 73b9be4c6e1a [2025-06-18T02:57:08.856Z] ---> f956356000da [2025-06-18T02:57:08.856Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T02:57:08.856Z] ---> Running in 0bf575beed24 [2025-06-18T02:57:09.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T02:57:12.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T02:57:12.411Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-18T02:57:12.411Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-18T02:57:12.411Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-18T02:57:12.411Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-18T02:57:12.411Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T02:57:12.411Z] OK: 252 MiB in 62 packages [2025-06-18T02:57:12.536Z] Still waiting to schedule task [2025-06-18T02:57:12.536Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-18T02:57:12.670Z] Removing intermediate container 0bf575beed24 [2025-06-18T02:57:12.670Z] ---> 5c50faa3b4b7 [2025-06-18T02:57:12.670Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-18T02:57:12.670Z] ---> Running in 98169b12664c [2025-06-18T02:57:12.670Z] Removing intermediate container 98169b12664c [2025-06-18T02:57:12.670Z] ---> 930777709b5d [2025-06-18T02:57:12.670Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-18T02:57:12.670Z] ---> ea1fbef652a6 [2025-06-18T02:57:12.670Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T02:57:12.670Z] ---> Running in 7cfb2742b513 [2025-06-18T02:57:59.899Z] Removing intermediate container 7cfb2742b513 [2025-06-18T02:57:59.899Z] ---> 70c3822a583e [2025-06-18T02:57:59.899Z] Step 11/12 : COPY . . [2025-06-18T02:57:59.899Z] ---> 88e891cf6e1a [2025-06-18T02:57:59.899Z] Step 12/12 : RUN $MAKE [2025-06-18T02:57:59.899Z] ---> Running in 642295af69f9 [2025-06-18T02:57:59.899Z] noop [2025-06-18T02:57:59.899Z] Removing intermediate container 642295af69f9 [2025-06-18T02:57:59.899Z] ---> 3126ed247a61 [2025-06-18T02:57:59.899Z] Successfully built 3126ed247a61 [2025-06-18T02:57:59.899Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:58:00.236Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-18T02:58:00.236Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T02:58:00.319Z] prd-ubuntu20.04-docker-8c-8g-3479 does not seem to be running inside a container [2025-06-18T02:58:00.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-18T02:58:00.678Z] $ docker top a963d66404399712ffaa9745de5aa9d9c88741e951babfd9699e2b267e571024 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T02:58:01.026Z] + go version [2025-06-18T02:58:01.026Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-18T02:58:01.045Z] $ docker stop --time=1 a963d66404399712ffaa9745de5aa9d9c88741e951babfd9699e2b267e571024 [2025-06-18T02:58:02.346Z] $ docker rm -f --volumes a963d66404399712ffaa9745de5aa9d9c88741e951babfd9699e2b267e571024 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:58:02.799Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-18T02:58:02.800Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T02:58:02.887Z] prd-ubuntu20.04-docker-8c-8g-3479 does not seem to be running inside a container [2025-06-18T02:58:02.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-18T02:58:03.253Z] $ docker top 5bb7d05686ce59d8a59a710107fa0cb0d3de42023d071cff881753e7d66d5111 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T02:58:03.604Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-18T02:58:03.908Z] + make test [2025-06-18T02:58:03.908Z] go test ./... -coverprofile=coverage.out ./... [2025-06-18T02:58:05.282Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-18T02:58:23.352Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-18T02:58:23.352Z] ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 32.2% of statements [2025-06-18T02:58:35.568Z] go vet ./... [2025-06-18T02:58:40.830Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-18T02:58:40.830Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-18T02:58:40.830Z] ./bin/test-attribution-txt.sh [2025-06-18T02:58:40.830Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-18T02:58:40.830Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-18T02:58:40.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-18T02:58:40.865Z] $ docker stop --time=1 5bb7d05686ce59d8a59a710107fa0cb0d3de42023d071cff881753e7d66d5111 [2025-06-18T02:58:43.284Z] $ docker rm -f --volumes 5bb7d05686ce59d8a59a710107fa0cb0d3de42023d071cff881753e7d66d5111 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-18T02:58:43.824Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-18T02:58:43.886Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-18T02:58:44.413Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-18T02:58:44.700Z] + ls -al . [2025-06-18T02:58:44.700Z] total 244 [2025-06-18T02:58:44.700Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 18 02:58 . [2025-06-18T02:58:44.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 02:56 .. [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 18 02:56 .dockerignore [2025-06-18T02:58:44.700Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 02:58 .git [2025-06-18T02:58:44.700Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 02:56 .github [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 18 02:56 .gitignore [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 18 02:56 .golangci.yml [2025-06-18T02:58:44.700Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 18 02:56 .semver [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 18 02:56 Attribution.txt [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 18 02:56 CHANGELOG.md [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 18 02:56 Dockerfile [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 18 02:56 GOVERNANCE.md [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 18 02:56 Jenkinsfile [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 02:56 LICENSE [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 18 02:56 Makefile [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 18 02:56 OWNERS.md [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 18 02:56 README.md [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 02:56 VERSION [2025-06-18T02:58:44.700Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 02:56 bin [2025-06-18T02:58:44.700Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 02:56 cmd [2025-06-18T02:58:44.700Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 18 02:58 coverage.out [2025-06-18T02:58:44.700Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 02:56 driver [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 18 02:56 go.mod [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 18 02:56 go.sum [2025-06-18T02:58:44.700Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 02:56 openapi [2025-06-18T02:58:44.700Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 18 02:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:58:45.008Z] + 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=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-06-18T02:58:45.009Z] Sending build context to Docker daemon 21.63MB [2025-06-18T02:58:45.009Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T02:58:45.009Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-18T02:58:45.009Z] ---> 3126ed247a61 [2025-06-18T02:58:45.009Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-18T02:58:45.266Z] ---> Running in 1c80e68ada11 [2025-06-18T02:58:45.266Z] Removing intermediate container 1c80e68ada11 [2025-06-18T02:58:45.266Z] ---> f7daf0bb77f2 [2025-06-18T02:58:45.266Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T02:58:45.266Z] ---> Running in 8d2aa5b4ab21 [2025-06-18T02:58:45.266Z] Removing intermediate container 8d2aa5b4ab21 [2025-06-18T02:58:45.266Z] ---> f8093a5a58b1 [2025-06-18T02:58:45.266Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T02:58:45.266Z] ---> Running in afdac63c60fa [2025-06-18T02:58:45.524Z] Removing intermediate container afdac63c60fa [2025-06-18T02:58:45.524Z] ---> 3ce65aab5651 [2025-06-18T02:58:45.524Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T02:58:45.524Z] ---> Running in f27f091d58a5 [2025-06-18T02:58:45.524Z] Removing intermediate container f27f091d58a5 [2025-06-18T02:58:45.524Z] ---> 09d7f1a78b36 [2025-06-18T02:58:45.524Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T02:58:45.524Z] ---> Running in 97c2b2abc23f [2025-06-18T02:58:45.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T02:58:46.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T02:58:46.308Z] OK: 252 MiB in 62 packages [2025-06-18T02:58:46.875Z] Removing intermediate container 97c2b2abc23f [2025-06-18T02:58:46.875Z] ---> 51ebe6e81cd1 [2025-06-18T02:58:46.875Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-18T02:58:46.875Z] ---> Running in 84d143eeab7d [2025-06-18T02:58:46.875Z] Removing intermediate container 84d143eeab7d [2025-06-18T02:58:46.875Z] ---> 6e574bf6f9ed [2025-06-18T02:58:46.875Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-18T02:58:46.875Z] ---> 189c6197a892 [2025-06-18T02:58:46.875Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T02:58:46.875Z] ---> Running in d1e039a65d42 [2025-06-18T02:58:47.813Z] Removing intermediate container d1e039a65d42 [2025-06-18T02:58:47.813Z] ---> 7cd2e8e3a28c [2025-06-18T02:58:47.813Z] Step 11/26 : COPY . . [2025-06-18T02:58:48.382Z] ---> eb04bde0cc47 [2025-06-18T02:58:48.382Z] Step 12/26 : RUN $MAKE [2025-06-18T02:58:48.382Z] ---> Running in c2b4a0bd56f9 [2025-06-18T02:58:48.640Z] 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.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-18T02:58:51.890Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3480 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-06-18T02:58:51.909Z] Running in /w/workspace/device-rest-go/199 [Pipeline] { [Pipeline] checkout [2025-06-18T02:58:54.995Z] The recommended git tool is: git [2025-06-18T02:58:59.943Z] using credential edgex-jenkins-ssh [2025-06-18T02:58:59.964Z] Cloning the remote Git repository [2025-06-18T02:59:00.026Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-06-18T02:59:00.114Z] > git init /w/workspace/device-rest-go/199 # timeout=10 [2025-06-18T02:59:00.253Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-06-18T02:59:00.254Z] > git --version # timeout=10 [2025-06-18T02:59:00.279Z] > git --version # 'git version 2.25.1' [2025-06-18T02:59:00.281Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-18T02:59:00.411Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-18T02:59:03.654Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-06-18T02:59:03.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-18T02:59:04.499Z] Avoid second fetch [2025-06-18T02:59:04.499Z] Checking out Revision 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 (main) [2025-06-18T02:59:05.057Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472)" [2025-06-18T02:59:04.521Z] > git config core.sparsecheckout # timeout=10 [2025-06-18T02:59:04.574Z] > git checkout -f 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-18T02:59:09.779Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-18T02:59:09.779Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-18T02:59:09.779Z] Dload Upload Total Spent Left Speed [2025-06-18T02:59:09.779Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 93978 0 --:--:-- --:--:-- --:--:-- 93978 [Pipeline] sh [2025-06-18T02:59:10.118Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-18T02:59:10.442Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2025-06-18T02:59:10.442Z] /etc/docker/daemon.new [2025-06-18T02:59:10.442Z] { [2025-06-18T02:59:10.442Z] "registry-mirrors": [ [2025-06-18T02:59:10.442Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-18T02:59:10.442Z] ], [2025-06-18T02:59:10.442Z] "bip": "10.250.0.254/24", [2025-06-18T02:59:10.442Z] "hosts": [ [2025-06-18T02:59:10.442Z] "tcp://0.0.0.0:5555", [2025-06-18T02:59:10.442Z] "unix:///var/run/docker.sock" [2025-06-18T02:59:10.442Z] ], [2025-06-18T02:59:10.442Z] "mtu": 1458, [2025-06-18T02:59:10.442Z] "selinux-enabled": true, [2025-06-18T02:59:10.442Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-18T02:59:10.442Z] } [Pipeline] sh [2025-06-18T02:59:10.773Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-18T02:59:11.100Z] + sudo service docker restart [2025-06-18T02:59:20.736Z] Removing intermediate container c2b4a0bd56f9 [2025-06-18T02:59:20.736Z] ---> bb5e68a3c8ee [2025-06-18T02:59:20.736Z] Step 13/26 : FROM alpine:3.20 [2025-06-18T02:59:20.736Z] 3.20: Pulling from library/alpine [2025-06-18T02:59:20.736Z] 0a9a5dfd008f: Already exists [2025-06-18T02:59:20.736Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-18T02:59:20.736Z] Status: Downloaded newer image for alpine:3.20 [2025-06-18T02:59:20.736Z] ---> ff221270b9fb [2025-06-18T02:59:20.736Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-18T02:59:20.736Z] ---> Running in 3e50cd3d78df [2025-06-18T02:59:20.736Z] Removing intermediate container 3e50cd3d78df [2025-06-18T02:59:20.736Z] ---> 8e2ada522347 [2025-06-18T02:59:20.736Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-18T02:59:20.736Z] ---> Running in cc7ad78f9dc0 [2025-06-18T02:59:20.736Z] Removing intermediate container cc7ad78f9dc0 [2025-06-18T02:59:20.736Z] ---> 344360f061da [2025-06-18T02:59:20.736Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-18T02:59:20.736Z] ---> Running in 9b11ab08ca26 [2025-06-18T02:59:20.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T02:59:20.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T02:59:20.736Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-18T02:59:20.736Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T02:59:20.736Z] OK: 8 MiB in 15 packages [2025-06-18T02:59:20.736Z] Removing intermediate container 9b11ab08ca26 [2025-06-18T02:59:20.736Z] ---> bcce864f2471 [2025-06-18T02:59:20.736Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-18T02:59:20.736Z] ---> Running in 164e0b4377fa [2025-06-18T02:59:20.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T02:59:20.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T02:59:20.736Z] OK: 8 MiB in 15 packages [2025-06-18T02:59:20.736Z] Removing intermediate container 164e0b4377fa [2025-06-18T02:59:20.736Z] ---> d4bc7dc686a0 [2025-06-18T02:59:20.736Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-18T02:59:20.736Z] ---> d4d42f0321dd [2025-06-18T02:59:20.736Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-18T02:59:20.996Z] ---> c686b7dcccbd [2025-06-18T02:59:20.996Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-18T02:59:20.996Z] ---> 433a71651bba [2025-06-18T02:59:20.996Z] Step 21/26 : EXPOSE 59986 [2025-06-18T02:59:20.996Z] ---> Running in 07dc1041c29a [2025-06-18T02:59:21.256Z] Removing intermediate container 07dc1041c29a [2025-06-18T02:59:21.256Z] ---> 27c27a716c0a [2025-06-18T02:59:21.256Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-18T02:59:21.256Z] ---> Running in 1d5ec9c35cf5 [2025-06-18T02:59:21.256Z] Removing intermediate container 1d5ec9c35cf5 [2025-06-18T02:59:21.256Z] ---> 1a51dfca9e2a [2025-06-18T02:59:21.256Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-18T02:59:21.256Z] ---> Running in 91ccf4e31026 [2025-06-18T02:59:21.256Z] Removing intermediate container 91ccf4e31026 [2025-06-18T02:59:21.256Z] ---> 7666d555f323 [2025-06-18T02:59:21.256Z] Step 24/26 : LABEL arch=amd64 [2025-06-18T02:59:21.516Z] ---> Running in 9498be41240c [2025-06-18T02:59:21.516Z] Removing intermediate container 9498be41240c [2025-06-18T02:59:21.516Z] ---> 67d15445469a [2025-06-18T02:59:21.516Z] Step 25/26 : LABEL git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T02:59:21.516Z] ---> Running in 9df33b729a05 [2025-06-18T02:59:21.516Z] Removing intermediate container 9df33b729a05 [2025-06-18T02:59:21.516Z] ---> 0e9764652579 [2025-06-18T02:59:21.516Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-18T02:59:21.516Z] ---> Running in accb4131c1a8 [2025-06-18T02:59:21.776Z] Removing intermediate container accb4131c1a8 [2025-06-18T02:59:21.776Z] ---> 61c7a86bbe3e [2025-06-18T02:59:21.776Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-18T02:59:21.776Z] Successfully built 61c7a86bbe3e [2025-06-18T02:59:21.776Z] 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-18T02:59:21.925Z] provisioning config files... [2025-06-18T02:59:21.935Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17561132991475598187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T02:59:22.243Z] ---> ****-login.sh [2025-06-18T02:59:22.243Z] nexus3.edgexfoundry.org:10001 [2025-06-18T02:59:22.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:22.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:22.243Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:22.243Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:22.243Z] [2025-06-18T02:59:22.243Z] Login Succeeded [2025-06-18T02:59:22.243Z] nexus3.edgexfoundry.org:10002 [2025-06-18T02:59:22.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:22.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:22.244Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:22.244Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:22.244Z] [2025-06-18T02:59:22.244Z] Login Succeeded [2025-06-18T02:59:22.244Z] nexus3.edgexfoundry.org:10003 [2025-06-18T02:59:22.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:22.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:22.503Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:22.503Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:22.503Z] [2025-06-18T02:59:22.503Z] Login Succeeded [2025-06-18T02:59:22.504Z] nexus3.edgexfoundry.org:10004 [2025-06-18T02:59:22.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:22.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:22.504Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:22.504Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:22.504Z] [2025-06-18T02:59:22.504Z] Login Succeeded [2025-06-18T02:59:22.504Z] ****.io [2025-06-18T02:59:22.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:22.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:22.764Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:22.764Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:22.764Z] [2025-06-18T02:59:22.764Z] Login Succeeded [2025-06-18T02:59:22.764Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T02:59:22.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T02:59:22.820Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T02:59:22.861Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-06-18T02:59:22.861Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T02:59:22.861Z] latest [2025-06-18T02:59:22.861Z] 4.1.0-dev.2 [2025-06-18T02:59:22.861Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T02:59:22.861Z] main [2025-06-18T02:59:22.861Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:23.236Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:23.560Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T02:59:23.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T02:59:23.561Z] 0f913cda4d38: Preparing [2025-06-18T02:59:23.561Z] a311679fb0bb: Preparing [2025-06-18T02:59:23.561Z] 786725b07a76: Preparing [2025-06-18T02:59:23.561Z] f3a592b55330: Preparing [2025-06-18T02:59:23.561Z] 664499cd906c: Preparing [2025-06-18T02:59:23.561Z] 994456c4fd7b: Preparing [2025-06-18T02:59:23.561Z] f3a592b55330: Pushed [2025-06-18T02:59:23.561Z] 0f913cda4d38: Pushed [2025-06-18T02:59:23.561Z] 664499cd906c: Pushed [2025-06-18T02:59:23.561Z] a311679fb0bb: Pushed [2025-06-18T02:59:23.561Z] 994456c4fd7b: Layer already exists [2025-06-18T02:59:26.848Z] 786725b07a76: Pushed [2025-06-18T02:59:27.108Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5: digest: sha256:94ecb93849e8ecf054877f8359e7bfc66c17e65f1d797ff32e7865f09cb62a3a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:27.449Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:27.775Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T02:59:27.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T02:59:27.775Z] 0f913cda4d38: Preparing [2025-06-18T02:59:27.775Z] a311679fb0bb: Preparing [2025-06-18T02:59:27.775Z] 786725b07a76: Preparing [2025-06-18T02:59:27.775Z] f3a592b55330: Preparing [2025-06-18T02:59:27.775Z] 664499cd906c: Preparing [2025-06-18T02:59:27.775Z] 994456c4fd7b: Preparing [2025-06-18T02:59:27.775Z] 994456c4fd7b: Waiting [2025-06-18T02:59:27.775Z] 0f913cda4d38: Layer already exists [2025-06-18T02:59:27.775Z] a311679fb0bb: Layer already exists [2025-06-18T02:59:27.775Z] f3a592b55330: Layer already exists [2025-06-18T02:59:27.775Z] 664499cd906c: Layer already exists [2025-06-18T02:59:27.775Z] 786725b07a76: Layer already exists [2025-06-18T02:59:27.775Z] 994456c4fd7b: Layer already exists [2025-06-18T02:59:27.775Z] latest: digest: sha256:94ecb93849e8ecf054877f8359e7bfc66c17e65f1d797ff32e7865f09cb62a3a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:28.105Z] + 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-18T02:59:28.436Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T02:59:28.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T02:59:28.437Z] 0f913cda4d38: Preparing [2025-06-18T02:59:28.437Z] a311679fb0bb: Preparing [2025-06-18T02:59:28.437Z] 786725b07a76: Preparing [2025-06-18T02:59:28.437Z] f3a592b55330: Preparing [2025-06-18T02:59:28.437Z] 664499cd906c: Preparing [2025-06-18T02:59:28.437Z] 994456c4fd7b: Preparing [2025-06-18T02:59:28.437Z] 786725b07a76: Layer already exists [2025-06-18T02:59:28.437Z] a311679fb0bb: Layer already exists [2025-06-18T02:59:28.437Z] 0f913cda4d38: Layer already exists [2025-06-18T02:59:28.437Z] f3a592b55330: Layer already exists [2025-06-18T02:59:28.437Z] 664499cd906c: Layer already exists [2025-06-18T02:59:28.437Z] 994456c4fd7b: Layer already exists [2025-06-18T02:59:28.437Z] 4.1.0-dev.2: digest: sha256:94ecb93849e8ecf054877f8359e7bfc66c17e65f1d797ff32e7865f09cb62a3a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:28.761Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:29.083Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T02:59:29.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T02:59:29.084Z] 0f913cda4d38: Preparing [2025-06-18T02:59:29.084Z] a311679fb0bb: Preparing [2025-06-18T02:59:29.084Z] 786725b07a76: Preparing [2025-06-18T02:59:29.084Z] f3a592b55330: Preparing [2025-06-18T02:59:29.084Z] 664499cd906c: Preparing [2025-06-18T02:59:29.084Z] 994456c4fd7b: Preparing [2025-06-18T02:59:29.084Z] 994456c4fd7b: Waiting [2025-06-18T02:59:29.084Z] 0f913cda4d38: Layer already exists [2025-06-18T02:59:29.084Z] 664499cd906c: Layer already exists [2025-06-18T02:59:29.084Z] 786725b07a76: Layer already exists [2025-06-18T02:59:29.084Z] a311679fb0bb: Layer already exists [2025-06-18T02:59:29.084Z] f3a592b55330: Layer already exists [2025-06-18T02:59:29.084Z] 994456c4fd7b: Layer already exists [2025-06-18T02:59:29.084Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2: digest: sha256:94ecb93849e8ecf054877f8359e7bfc66c17e65f1d797ff32e7865f09cb62a3a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T02:59:29.362Z] provisioning config files... [2025-06-18T02:59:29.388Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/199@tmp/config17970635107812239560tmp [2025-06-18T02:59:29.402Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2025-06-18T02:59:29.840Z] ---> ****-login.sh [2025-06-18T02:59:29.840Z] nexus3.edgexfoundry.org:10001 [2025-06-18T02:59:29.865Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-18T02:59:29.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T02:59:29.865Z] 0f913cda4d38: Preparing [2025-06-18T02:59:29.865Z] a311679fb0bb: Preparing [2025-06-18T02:59:29.865Z] 786725b07a76: Preparing [2025-06-18T02:59:29.865Z] f3a592b55330: Preparing [2025-06-18T02:59:29.865Z] 664499cd906c: Preparing [2025-06-18T02:59:29.865Z] 994456c4fd7b: Preparing [2025-06-18T02:59:29.865Z] 994456c4fd7b: Waiting [2025-06-18T02:59:29.865Z] a311679fb0bb: Layer already exists [2025-06-18T02:59:29.865Z] 0f913cda4d38: Layer already exists [2025-06-18T02:59:29.865Z] 664499cd906c: Layer already exists [2025-06-18T02:59:29.865Z] f3a592b55330: Layer already exists [2025-06-18T02:59:29.865Z] 786725b07a76: Layer already exists [2025-06-18T02:59:29.865Z] 994456c4fd7b: Layer already exists [2025-06-18T02:59:29.865Z] main: digest: sha256:94ecb93849e8ecf054877f8359e7bfc66c17e65f1d797ff32e7865f09cb62a3a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T02:59:29.939Z] ===================================================== [Pipeline] echo [2025-06-18T02:59:29.952Z] taggedImages: [2025-06-18T02:59:29.952Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T02:59:29.952Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T02:59:29.952Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T02:59:29.952Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T02:59:29.952Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-06-18T02:59:30.090Z] ========================================================= [2025-06-18T02:59:30.090Z] [edgeXBuildMultiArch] RAW Config: [2025-06-18T02:59:30.090Z] images: [2025-06-18T02:59:30.090Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T02:59:30.090Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T02:59:30.090Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T02:59:30.090Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T02:59:30.090Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-18T02:59:30.090Z] settingsFile: [2025-06-18T02:59:30.090Z] device-rest-go-settings [2025-06-18T02:59:30.090Z] ========================================================= [Pipeline] node [2025-06-18T02:59:30.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:30.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:30.429Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:30.429Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:30.429Z] [2025-06-18T02:59:30.429Z] Login Succeeded [2025-06-18T02:59:30.429Z] nexus3.edgexfoundry.org:10002 [2025-06-18T02:59:30.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:30.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:30.700Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:30.700Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:30.700Z] [2025-06-18T02:59:30.700Z] Login Succeeded [2025-06-18T02:59:30.700Z] nexus3.edgexfoundry.org:10003 [2025-06-18T02:59:30.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:31.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:31.244Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:31.244Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:31.244Z] [2025-06-18T02:59:31.244Z] Login Succeeded [2025-06-18T02:59:31.244Z] nexus3.edgexfoundry.org:10004 [2025-06-18T02:59:31.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:31.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:31.514Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:31.514Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:31.514Z] [2025-06-18T02:59:31.514Z] Login Succeeded [2025-06-18T02:59:31.514Z] ****.io [2025-06-18T02:59:31.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T02:59:32.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T02:59:32.045Z] Configure a credential helper to remove this warning. See [2025-06-18T02:59:32.045Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T02:59:32.045Z] [2025-06-18T02:59:32.045Z] Login Succeeded [2025-06-18T02:59:32.045Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T02:59:32.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-18T02:59:32.359Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T02:59:32.379Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T02:59:32.403Z] ========================================================= [2025-06-18T02:59:32.403Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-18T02:59:32.403Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T02:59:32.768Z] + 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-18T02:59:32.768Z] Sending build context to Docker daemon 141.8kB [2025-06-18T02:59:33.036Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T02:59:33.036Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-18T02:59:33.036Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-18T02:59:33.036Z] 94e9d8af2201: Pulling fs layer [2025-06-18T02:59:33.036Z] 634366ca850b: Pulling fs layer [2025-06-18T02:59:33.036Z] f66ade281fe9: Pulling fs layer [2025-06-18T02:59:33.036Z] 13fd4ce6e94e: Pulling fs layer [2025-06-18T02:59:33.036Z] 4f4fb700ef54: Pulling fs layer [2025-06-18T02:59:33.036Z] 4cccf3f17d63: Pulling fs layer [2025-06-18T02:59:33.036Z] 2d8010953d95: Pulling fs layer [2025-06-18T02:59:33.036Z] ec743f232bc5: Pulling fs layer [2025-06-18T02:59:33.036Z] 13fd4ce6e94e: Waiting [2025-06-18T02:59:33.036Z] 4f4fb700ef54: Waiting [2025-06-18T02:59:33.036Z] 4cccf3f17d63: Waiting [2025-06-18T02:59:33.036Z] 2d8010953d95: Waiting [2025-06-18T02:59:33.036Z] ec743f232bc5: Waiting [2025-06-18T02:59:33.036Z] 634366ca850b: Verifying Checksum [2025-06-18T02:59:33.036Z] 634366ca850b: Download complete [2025-06-18T02:59:33.305Z] 13fd4ce6e94e: Verifying Checksum [2025-06-18T02:59:33.305Z] 13fd4ce6e94e: Download complete [2025-06-18T02:59:33.305Z] 4f4fb700ef54: Verifying Checksum [2025-06-18T02:59:33.305Z] 4f4fb700ef54: Download complete [2025-06-18T02:59:33.305Z] 4cccf3f17d63: Download complete [2025-06-18T02:59:33.305Z] 94e9d8af2201: Verifying Checksum [2025-06-18T02:59:33.305Z] 94e9d8af2201: Download complete [2025-06-18T02:59:33.895Z] ec743f232bc5: Verifying Checksum [2025-06-18T02:59:33.895Z] ec743f232bc5: Download complete [2025-06-18T02:59:34.496Z] 94e9d8af2201: Pull complete [2025-06-18T02:59:35.096Z] 634366ca850b: Pull complete [2025-06-18T02:59:35.375Z] f66ade281fe9: Verifying Checksum [2025-06-18T02:59:35.375Z] f66ade281fe9: Download complete [2025-06-18T02:59:36.347Z] 2d8010953d95: Verifying Checksum [2025-06-18T02:59:36.347Z] 2d8010953d95: Download complete [2025-06-18T02:59:45.092Z] Still waiting to schedule task [2025-06-18T02:59:45.093Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-18T02:59:51.382Z] f66ade281fe9: Pull complete [2025-06-18T02:59:51.382Z] 13fd4ce6e94e: Pull complete [2025-06-18T02:59:51.382Z] 4f4fb700ef54: Pull complete [2025-06-18T02:59:51.382Z] 4cccf3f17d63: Pull complete [2025-06-18T02:59:58.056Z] 2d8010953d95: Pull complete [2025-06-18T03:00:00.019Z] ec743f232bc5: Pull complete [2025-06-18T03:00:00.019Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-18T03:00:00.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-18T03:00:00.019Z] ---> 12c1d4c06be1 [2025-06-18T03:00:00.019Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-18T03:00:01.968Z] ---> Running in 49dfca91e3c5 [2025-06-18T03:00:01.968Z] Removing intermediate container 49dfca91e3c5 [2025-06-18T03:00:01.968Z] ---> 15b4af263403 [2025-06-18T03:00:01.968Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T03:00:01.968Z] ---> Running in 4e73d328a68e [2025-06-18T03:00:02.243Z] Removing intermediate container 4e73d328a68e [2025-06-18T03:00:02.243Z] ---> d889d055784c [2025-06-18T03:00:02.243Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T03:00:02.243Z] ---> Running in cf682a44d49b [2025-06-18T03:00:02.513Z] Removing intermediate container cf682a44d49b [2025-06-18T03:00:02.513Z] ---> 57c40a74cadb [2025-06-18T03:00:02.513Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T03:00:02.795Z] ---> Running in 33fd93b436c3 [2025-06-18T03:00:03.062Z] Removing intermediate container 33fd93b436c3 [2025-06-18T03:00:03.062Z] ---> ae1918c0d337 [2025-06-18T03:00:03.062Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T03:00:03.062Z] ---> Running in 9cf022e4db27 [2025-06-18T03:00:04.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T03:00:04.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T03:00:06.030Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-18T03:00:06.030Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-18T03:00:06.030Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-18T03:00:06.030Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-18T03:00:06.030Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T03:00:06.030Z] OK: 244 MiB in 62 packages [2025-06-18T03:00:06.999Z] Removing intermediate container 9cf022e4db27 [2025-06-18T03:00:06.999Z] ---> 255418f98524 [2025-06-18T03:00:06.999Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-18T03:00:06.999Z] ---> Running in 28d95ed0dece [2025-06-18T03:00:07.273Z] Removing intermediate container 28d95ed0dece [2025-06-18T03:00:07.273Z] ---> 02765798ec76 [2025-06-18T03:00:07.273Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-18T03:00:07.863Z] ---> 16946def74f6 [2025-06-18T03:00:07.863Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T03:00:07.863Z] ---> Running in d45331267fd7 [2025-06-18T03:00:41.584Z] Running on prd-centos7-docker-4c-2g-3481 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T03:00:41.628Z] provisioning config files... [2025-06-18T03:00:41.649Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4511776278098407444tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T03:00:43.179Z] ---> ****-login.sh [2025-06-18T03:00:43.179Z] nexus3.edgexfoundry.org:10001 [2025-06-18T03:02:00.273Z] Removing intermediate container d45331267fd7 [2025-06-18T03:02:00.273Z] ---> ef83e57f81a6 [2025-06-18T03:02:00.273Z] Step 11/12 : COPY . . [2025-06-18T03:02:00.273Z] ---> e65c230e73a6 [2025-06-18T03:02:00.273Z] Step 12/12 : RUN $MAKE [2025-06-18T03:02:00.273Z] ---> Running in 977e7dd54a83 [2025-06-18T03:02:00.273Z] noop [2025-06-18T03:02:00.273Z] Removing intermediate container 977e7dd54a83 [2025-06-18T03:02:00.273Z] ---> c2ef6dc8be8b [2025-06-18T03:02:00.273Z] Successfully built c2ef6dc8be8b [2025-06-18T03:02:00.273Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:02:00.655Z] + docker inspect -f . ci-base-image-arm64 [2025-06-18T03:02:00.655Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T03:02:00.859Z] prd-ubuntu20.04-docker-arm64-4c-16g-3480 does not seem to be running inside a container [2025-06-18T03:02:00.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/199 -v /w/workspace/device-rest-go/199:/w/workspace/device-rest-go/199:rw,z -v /w/workspace/device-rest-go/199@tmp:/w/workspace/device-rest-go/199@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-18T03:02:02.090Z] $ docker top dd805a5d2d40492b75f279897769cccddf22c1793b1eca2d2f96d5786e54e9a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T03:02:02.896Z] + go version [2025-06-18T03:02:02.896Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-18T03:02:02.927Z] $ docker stop --time=1 dd805a5d2d40492b75f279897769cccddf22c1793b1eca2d2f96d5786e54e9a9 [2025-06-18T03:02:05.199Z] $ docker rm -f --volumes dd805a5d2d40492b75f279897769cccddf22c1793b1eca2d2f96d5786e54e9a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:02:05.763Z] + docker inspect -f . ci-base-image-arm64 [2025-06-18T03:02:05.763Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T03:02:05.946Z] prd-ubuntu20.04-docker-arm64-4c-16g-3480 does not seem to be running inside a container [2025-06-18T03:02:06.024Z] $ 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/199 -v /w/workspace/device-rest-go/199:/w/workspace/device-rest-go/199:rw,z -v /w/workspace/device-rest-go/199@tmp:/w/workspace/device-rest-go/199@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-18T03:02:07.185Z] $ docker top c670468c3fb9cbc50177effb35782d561b9bee4a73c35114979d6eec6714224d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T03:02:07.691Z] + git config --global --add safe.directory /w/workspace/device-rest-go/199 [Pipeline] fileExists [Pipeline] sh [2025-06-18T03:02:08.351Z] + make test [2025-06-18T03:02:08.352Z] go test ./... -coverprofile=coverage.out ./... [2025-06-18T03:02:13.691Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-18T03:05:20.433Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-18T03:05:23.829Z] ok github.com/edgexfoundry/device-rest-go/driver 0.040s coverage: 32.2% of statements [2025-06-18T03:05:24.803Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-18T03:05:24.803Z] go vet ./... [2025-06-18T03:06:11.669Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-18T03:06:11.669Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-18T03:06:11.669Z] ./bin/test-attribution-txt.sh [2025-06-18T03:06:11.669Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-18T03:06:11.669Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-18T03:06:11.688Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-18T03:06:11.715Z] $ docker stop --time=1 c670468c3fb9cbc50177effb35782d561b9bee4a73c35114979d6eec6714224d [2025-06-18T03:06:13.628Z] $ docker rm -f --volumes c670468c3fb9cbc50177effb35782d561b9bee4a73c35114979d6eec6714224d [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-18T03:06:15.158Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-18T03:06:15.184Z] Warning: overwriting stash ‘coverage-report’ [2025-06-18T03:06:15.631Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-18T03:06:16.032Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-18T03:06:16.346Z] + ls -al . [2025-06-18T03:06:16.346Z] total 240 [2025-06-18T03:06:16.346Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 03:02 . [2025-06-18T03:06:16.346Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 02:59 .. [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 18 02:59 .dockerignore [2025-06-18T03:06:16.346Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 02:59 .git [2025-06-18T03:06:16.346Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 02:59 .github [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 18 02:59 .gitignore [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 18 02:59 .golangci.yml [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 18 02:59 Attribution.txt [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 18 02:59 CHANGELOG.md [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 18 02:59 Dockerfile [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 18 02:59 GOVERNANCE.md [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 18 02:59 Jenkinsfile [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 02:59 LICENSE [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 18 02:59 Makefile [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 18 02:59 OWNERS.md [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 18 02:59 README.md [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 02:56 VERSION [2025-06-18T03:06:16.346Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 02:59 bin [2025-06-18T03:06:16.346Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 02:59 cmd [2025-06-18T03:06:16.346Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 18 03:05 coverage.out [2025-06-18T03:06:16.346Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 02:59 driver [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 18 02:59 go.mod [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 18 02:59 go.sum [2025-06-18T03:06:16.346Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 02:59 openapi [2025-06-18T03:06:16.346Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 18 02:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:06:16.700Z] + 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=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-06-18T03:06:16.700Z] Sending build context to Docker daemon 157.2kB [2025-06-18T03:06:16.967Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T03:06:16.967Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-18T03:06:16.967Z] ---> c2ef6dc8be8b [2025-06-18T03:06:16.967Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-18T03:06:16.967Z] ---> Running in 42c9f0c20974 [2025-06-18T03:06:17.243Z] Removing intermediate container 42c9f0c20974 [2025-06-18T03:06:17.243Z] ---> 15ce7aa9d996 [2025-06-18T03:06:17.243Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T03:06:17.511Z] ---> Running in 9ec29da0ae33 [2025-06-18T03:06:17.777Z] Removing intermediate container 9ec29da0ae33 [2025-06-18T03:06:17.777Z] ---> 87dafdfd5eb0 [2025-06-18T03:06:17.777Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T03:06:17.777Z] ---> Running in 67b7e4d6fc4a [2025-06-18T03:06:18.043Z] Removing intermediate container 67b7e4d6fc4a [2025-06-18T03:06:18.043Z] ---> cbbb1198c35f [2025-06-18T03:06:18.043Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T03:06:18.043Z] ---> Running in 6c793083ca1d [2025-06-18T03:06:18.311Z] Removing intermediate container 6c793083ca1d [2025-06-18T03:06:18.311Z] ---> 0c0dccc8692d [2025-06-18T03:06:18.311Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T03:06:18.586Z] ---> Running in b3ed1b6dcea7 [2025-06-18T03:06:19.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T03:06:19.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T03:06:21.221Z] OK: 244 MiB in 62 packages [2025-06-18T03:06:22.183Z] Removing intermediate container b3ed1b6dcea7 [2025-06-18T03:06:22.183Z] ---> d64e85016b98 [2025-06-18T03:06:22.183Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-18T03:06:22.183Z] ---> Running in af75e1231e48 [2025-06-18T03:06:22.451Z] Removing intermediate container af75e1231e48 [2025-06-18T03:06:22.451Z] ---> 5c1d063c4f8a [2025-06-18T03:06:22.451Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-18T03:06:24.399Z] ---> d06c62464799 [2025-06-18T03:06:24.399Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T03:06:24.399Z] ---> Running in 4a22c296cb81 [2025-06-18T03:06:26.353Z] Removing intermediate container 4a22c296cb81 [2025-06-18T03:06:26.353Z] ---> 5541730424b7 [2025-06-18T03:06:26.353Z] Step 11/26 : COPY . . [2025-06-18T03:06:26.936Z] ---> c6e132cd2954 [2025-06-18T03:06:26.936Z] Step 12/26 : RUN $MAKE [2025-06-18T03:06:26.936Z] ---> Running in 431d27729717 [2025-06-18T03:06:27.894Z] 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.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-18T03:09:49.628Z] Removing intermediate container 431d27729717 [2025-06-18T03:09:49.628Z] ---> b3b05a99b43d [2025-06-18T03:09:49.628Z] Step 13/26 : FROM alpine:3.20 [2025-06-18T03:09:49.628Z] 3.20: Pulling from library/alpine [2025-06-18T03:09:49.628Z] 94e9d8af2201: Already exists [2025-06-18T03:09:49.628Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-18T03:09:49.628Z] Status: Downloaded newer image for alpine:3.20 [2025-06-18T03:09:49.628Z] ---> 7aab056cecc6 [2025-06-18T03:09:49.628Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-18T03:09:49.628Z] ---> Running in 6b264c6c89a7 [2025-06-18T03:09:49.628Z] Removing intermediate container 6b264c6c89a7 [2025-06-18T03:09:49.628Z] ---> 7136ce0a4bbe [2025-06-18T03:09:49.628Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-18T03:09:49.628Z] ---> Running in 2cf5a579e209 [2025-06-18T03:09:49.628Z] Removing intermediate container 2cf5a579e209 [2025-06-18T03:09:49.628Z] ---> 98d529496c41 [2025-06-18T03:09:49.628Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-18T03:09:49.628Z] ---> Running in cb8147ec9060 [2025-06-18T03:09:49.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T03:09:49.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T03:09:49.629Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-18T03:09:49.629Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T03:09:49.629Z] OK: 9 MiB in 15 packages [2025-06-18T03:09:49.629Z] Removing intermediate container cb8147ec9060 [2025-06-18T03:09:49.629Z] ---> 163425230140 [2025-06-18T03:09:49.629Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-18T03:09:49.629Z] ---> Running in 047b90813f4e [2025-06-18T03:09:49.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T03:09:49.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T03:09:49.629Z] OK: 9 MiB in 15 packages [2025-06-18T03:09:49.629Z] Removing intermediate container 047b90813f4e [2025-06-18T03:09:49.629Z] ---> ac31acccaf1f [2025-06-18T03:09:49.629Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-18T03:09:49.629Z] ---> 4ed55600b8c0 [2025-06-18T03:09:49.629Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-18T03:09:49.629Z] ---> 2fe767302f2a [2025-06-18T03:09:49.629Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-18T03:09:49.894Z] ---> 3a0315d4a683 [2025-06-18T03:09:49.894Z] Step 21/26 : EXPOSE 59986 [2025-06-18T03:09:49.894Z] ---> Running in 558a814cc3f4 [2025-06-18T03:09:50.160Z] Removing intermediate container 558a814cc3f4 [2025-06-18T03:09:50.160Z] ---> 4535c97cce02 [2025-06-18T03:09:50.160Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-18T03:09:50.160Z] ---> Running in 877532536e91 [2025-06-18T03:09:50.425Z] Removing intermediate container 877532536e91 [2025-06-18T03:09:50.425Z] ---> dcc9201c9ba1 [2025-06-18T03:09:50.425Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-18T03:09:50.693Z] ---> Running in 81f83cf2fd73 [2025-06-18T03:09:50.958Z] Removing intermediate container 81f83cf2fd73 [2025-06-18T03:09:50.958Z] ---> de80ead2a2e8 [2025-06-18T03:09:50.958Z] Step 24/26 : LABEL arch=arm64 [2025-06-18T03:09:50.958Z] ---> Running in 893f143ee512 [2025-06-18T03:09:51.223Z] Removing intermediate container 893f143ee512 [2025-06-18T03:09:51.223Z] ---> 27fac4e586ae [2025-06-18T03:09:51.223Z] Step 25/26 : LABEL git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T03:09:51.223Z] ---> Running in 5db37afd3726 [2025-06-18T03:09:51.489Z] Removing intermediate container 5db37afd3726 [2025-06-18T03:09:51.489Z] ---> 806573a528c6 [2025-06-18T03:09:51.489Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-18T03:09:51.489Z] ---> Running in 6d61f47d79b8 [2025-06-18T03:09:51.754Z] Removing intermediate container 6d61f47d79b8 [2025-06-18T03:09:51.754Z] ---> a16be06e8343 [2025-06-18T03:09:51.754Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-18T03:09:51.754Z] Successfully built a16be06e8343 [2025-06-18T03:09:51.754Z] 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-18T03:09:52.160Z] provisioning config files... [2025-06-18T03:09:52.175Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/199@tmp/config5645946299713247882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T03:09:52.513Z] ---> ****-login.sh [2025-06-18T03:09:52.513Z] nexus3.edgexfoundry.org:10001 [2025-06-18T03:09:52.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T03:09:52.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T03:09:52.778Z] Configure a credential helper to remove this warning. See [2025-06-18T03:09:52.778Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T03:09:52.778Z] [2025-06-18T03:09:52.778Z] Login Succeeded [2025-06-18T03:09:52.778Z] nexus3.edgexfoundry.org:10002 [2025-06-18T03:09:53.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T03:09:53.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T03:09:53.044Z] Configure a credential helper to remove this warning. See [2025-06-18T03:09:53.044Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T03:09:53.044Z] [2025-06-18T03:09:53.044Z] Login Succeeded [2025-06-18T03:09:53.044Z] nexus3.edgexfoundry.org:10003 [2025-06-18T03:09:53.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T03:09:53.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T03:09:53.310Z] Configure a credential helper to remove this warning. See [2025-06-18T03:09:53.310Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T03:09:53.310Z] [2025-06-18T03:09:53.310Z] Login Succeeded [2025-06-18T03:09:53.310Z] nexus3.edgexfoundry.org:10004 [2025-06-18T03:09:53.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T03:09:53.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T03:09:53.839Z] Configure a credential helper to remove this warning. See [2025-06-18T03:09:53.839Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T03:09:53.839Z] [2025-06-18T03:09:53.839Z] Login Succeeded [2025-06-18T03:09:53.839Z] ****.io [2025-06-18T03:09:54.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T03:09:54.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T03:09:54.368Z] Configure a credential helper to remove this warning. See [2025-06-18T03:09:54.369Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T03:09:54.369Z] [2025-06-18T03:09:54.369Z] Login Succeeded [2025-06-18T03:09:54.369Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T03:09:54.379Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T03:09:54.424Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T03:09:54.456Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-06-18T03:09:54.456Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T03:09:54.456Z] latest [2025-06-18T03:09:54.456Z] 4.1.0-dev.2 [2025-06-18T03:09:54.456Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T03:09:54.456Z] main [2025-06-18T03:09:54.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:09:54.824Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:09:55.172Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T03:09:55.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T03:09:55.172Z] 370ef2c302db: Preparing [2025-06-18T03:09:55.172Z] 6522afce6cab: Preparing [2025-06-18T03:09:55.172Z] b473c430f91c: Preparing [2025-06-18T03:09:55.172Z] a3537249ece2: Preparing [2025-06-18T03:09:55.172Z] 4ae255f6582e: Preparing [2025-06-18T03:09:55.172Z] dd9c8f8612c8: Preparing [2025-06-18T03:09:55.172Z] dd9c8f8612c8: Waiting [2025-06-18T03:09:55.439Z] a3537249ece2: Pushed [2025-06-18T03:09:55.439Z] 370ef2c302db: Pushed [2025-06-18T03:09:55.439Z] 4ae255f6582e: Pushed [2025-06-18T03:09:55.439Z] 6522afce6cab: Pushed [2025-06-18T03:09:55.439Z] dd9c8f8612c8: Layer already exists [2025-06-18T03:10:03.685Z] b473c430f91c: Pushed [2025-06-18T03:10:03.685Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5: digest: sha256:5c93bceb3eec62563b2c5e40a61f091231423dda4f20ecc617c4d431bd6abc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:10:04.043Z] + 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-18T03:10:04.391Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-18T03:10:04.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T03:10:04.391Z] 370ef2c302db: Preparing [2025-06-18T03:10:04.391Z] 6522afce6cab: Preparing [2025-06-18T03:10:04.391Z] b473c430f91c: Preparing [2025-06-18T03:10:04.391Z] a3537249ece2: Preparing [2025-06-18T03:10:04.391Z] 4ae255f6582e: Preparing [2025-06-18T03:10:04.391Z] dd9c8f8612c8: Preparing [2025-06-18T03:10:04.391Z] dd9c8f8612c8: Waiting [2025-06-18T03:10:04.391Z] 6522afce6cab: Layer already exists [2025-06-18T03:10:04.391Z] 370ef2c302db: Layer already exists [2025-06-18T03:10:04.391Z] b473c430f91c: Layer already exists [2025-06-18T03:10:04.391Z] 4ae255f6582e: Layer already exists [2025-06-18T03:10:04.391Z] a3537249ece2: Layer already exists [2025-06-18T03:10:04.391Z] dd9c8f8612c8: Layer already exists [2025-06-18T03:10:04.724Z] latest: digest: sha256:5c93bceb3eec62563b2c5e40a61f091231423dda4f20ecc617c4d431bd6abc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:10:05.074Z] + 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-18T03:10:05.436Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-18T03:10:05.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T03:10:05.436Z] 370ef2c302db: Preparing [2025-06-18T03:10:05.436Z] 6522afce6cab: Preparing [2025-06-18T03:10:05.436Z] b473c430f91c: Preparing [2025-06-18T03:10:05.436Z] a3537249ece2: Preparing [2025-06-18T03:10:05.436Z] 4ae255f6582e: Preparing [2025-06-18T03:10:05.436Z] dd9c8f8612c8: Preparing [2025-06-18T03:10:05.436Z] dd9c8f8612c8: Waiting [2025-06-18T03:10:05.436Z] 6522afce6cab: Layer already exists [2025-06-18T03:10:05.436Z] 4ae255f6582e: Layer already exists [2025-06-18T03:10:05.436Z] 370ef2c302db: Layer already exists [2025-06-18T03:10:05.436Z] b473c430f91c: Layer already exists [2025-06-18T03:10:05.436Z] a3537249ece2: Layer already exists [2025-06-18T03:10:05.436Z] dd9c8f8612c8: Layer already exists [2025-06-18T03:10:05.700Z] 4.1.0-dev.2: digest: sha256:5c93bceb3eec62563b2c5e40a61f091231423dda4f20ecc617c4d431bd6abc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:10:06.055Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:10:06.413Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T03:10:06.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T03:10:06.413Z] 370ef2c302db: Preparing [2025-06-18T03:10:06.413Z] 6522afce6cab: Preparing [2025-06-18T03:10:06.413Z] b473c430f91c: Preparing [2025-06-18T03:10:06.413Z] a3537249ece2: Preparing [2025-06-18T03:10:06.413Z] 4ae255f6582e: Preparing [2025-06-18T03:10:06.413Z] dd9c8f8612c8: Preparing [2025-06-18T03:10:06.413Z] dd9c8f8612c8: Waiting [2025-06-18T03:10:06.413Z] 370ef2c302db: Layer already exists [2025-06-18T03:10:06.413Z] 6522afce6cab: Layer already exists [2025-06-18T03:10:06.413Z] 4ae255f6582e: Layer already exists [2025-06-18T03:10:06.413Z] a3537249ece2: Layer already exists [2025-06-18T03:10:06.413Z] b473c430f91c: Layer already exists [2025-06-18T03:10:06.413Z] dd9c8f8612c8: Layer already exists [2025-06-18T03:10:06.413Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2: digest: sha256:5c93bceb3eec62563b2c5e40a61f091231423dda4f20ecc617c4d431bd6abc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:10:07.027Z] + 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-18T03:10:07.368Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-06-18T03:10:07.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T03:10:07.368Z] 370ef2c302db: Preparing [2025-06-18T03:10:07.368Z] 6522afce6cab: Preparing [2025-06-18T03:10:07.368Z] b473c430f91c: Preparing [2025-06-18T03:10:07.368Z] a3537249ece2: Preparing [2025-06-18T03:10:07.368Z] 4ae255f6582e: Preparing [2025-06-18T03:10:07.368Z] dd9c8f8612c8: Preparing [2025-06-18T03:10:07.368Z] dd9c8f8612c8: Waiting [2025-06-18T03:10:07.368Z] a3537249ece2: Layer already exists [2025-06-18T03:10:07.368Z] 370ef2c302db: Layer already exists [2025-06-18T03:10:07.368Z] 4ae255f6582e: Layer already exists [2025-06-18T03:10:07.368Z] b473c430f91c: Layer already exists [2025-06-18T03:10:07.368Z] 6522afce6cab: Layer already exists [2025-06-18T03:10:07.368Z] dd9c8f8612c8: Layer already exists [2025-06-18T03:10:07.368Z] main: digest: sha256:5c93bceb3eec62563b2c5e40a61f091231423dda4f20ecc617c4d431bd6abc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T03:10:07.704Z] ===================================================== [Pipeline] echo [2025-06-18T03:10:07.718Z] taggedImages: [2025-06-18T03:10:07.718Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T03:10:07.718Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-18T03:10:07.718Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-18T03:10:07.718Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T03:10:07.718Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-06-18T03:10:07.734Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T03:10:07.748Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-06-18T03:10:07.762Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] echo [2025-06-18T03:10:07.776Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] echo [2025-06-18T03:10:07.790Z] 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-18T03:10:08.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-18T03:10:08.185Z] [2025-06-18T03:10:08.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T03:10:08.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-18T03:10:08.522Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-18T03:10:08.522Z] 8998bd30e6a1: Pulling fs layer [2025-06-18T03:10:08.522Z] 04944245beec: Pulling fs layer [2025-06-18T03:10:08.522Z] 699f458cf7ca: Pulling fs layer [2025-06-18T03:10:08.522Z] 765212b225bb: Pulling fs layer [2025-06-18T03:10:08.522Z] f23df028b6ca: Pulling fs layer [2025-06-18T03:10:08.522Z] d65c8cfc05b1: Pulling fs layer [2025-06-18T03:10:08.522Z] 2437ff75d9bd: Pulling fs layer [2025-06-18T03:10:08.522Z] f23df028b6ca: Waiting [2025-06-18T03:10:08.522Z] d65c8cfc05b1: Waiting [2025-06-18T03:10:08.522Z] 2437ff75d9bd: Waiting [2025-06-18T03:10:08.522Z] 765212b225bb: Waiting [2025-06-18T03:10:08.790Z] 04944245beec: Verifying Checksum [2025-06-18T03:10:08.790Z] 04944245beec: Download complete [2025-06-18T03:10:08.790Z] 765212b225bb: Verifying Checksum [2025-06-18T03:10:08.790Z] 765212b225bb: Download complete [2025-06-18T03:10:08.790Z] f23df028b6ca: Verifying Checksum [2025-06-18T03:10:08.790Z] f23df028b6ca: Download complete [2025-06-18T03:10:08.790Z] d65c8cfc05b1: Verifying Checksum [2025-06-18T03:10:08.790Z] d65c8cfc05b1: Download complete [2025-06-18T03:10:08.790Z] 699f458cf7ca: Verifying Checksum [2025-06-18T03:10:08.790Z] 699f458cf7ca: Download complete [2025-06-18T03:10:09.369Z] 8998bd30e6a1: Verifying Checksum [2025-06-18T03:10:09.369Z] 8998bd30e6a1: Download complete [2025-06-18T03:10:11.943Z] 2437ff75d9bd: Verifying Checksum [2025-06-18T03:10:11.943Z] 2437ff75d9bd: Download complete [2025-06-18T03:10:13.934Z] 8998bd30e6a1: Pull complete [2025-06-18T03:10:14.514Z] 04944245beec: Pull complete [2025-06-18T03:10:15.914Z] 699f458cf7ca: Pull complete [2025-06-18T03:10:16.180Z] 765212b225bb: Pull complete [2025-06-18T03:10:16.801Z] f23df028b6ca: Pull complete [2025-06-18T03:10:17.070Z] d65c8cfc05b1: Pull complete [2025-06-18T03:10:35.273Z] 2437ff75d9bd: Pull complete [2025-06-18T03:10:35.273Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-18T03:10:35.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-18T03:10:35.273Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T03:10:35.466Z] prd-ubuntu20.04-docker-arm64-4c-16g-3480 does not seem to be running inside a container [2025-06-18T03:10:35.533Z] $ 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/199 -v /w/workspace/device-rest-go/199:/w/workspace/device-rest-go/199:rw,z -v /w/workspace/device-rest-go/199@tmp:/w/workspace/device-rest-go/199@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-18T03:10:38.144Z] $ docker top 9c88a794b56394c06a21d54b1cdb7234e2cd886b59cf3b534a504b4e1f410799 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T03:10:39.054Z] ---> job-cost.sh [2025-06-18T03:10:39.054Z] lf-activate-venv: SKIPPING [2025-06-18T03:10:39.054Z] INFO: No Stack... [2025-06-18T03:10:39.635Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-18T03:10:40.217Z] INFO: Archiving Costs [Pipeline] sh [2025-06-18T03:10:40.856Z] + cat /w/workspace/device-rest-go/199/archives/cost.csv [2025-06-18T03:10:40.856Z] + cut -d, -f6 [Pipeline] lock [2025-06-18T03:10:40.983Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] [2025-06-18T03:10:40.989Z] Resource [jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] did not exist. Created. [2025-06-18T03:10:40.995Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-18T03:10:41.659Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-18T03:10:41.758Z] Stashed 1 file(s) [Pipeline] } [2025-06-18T03:10:41.767Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-18T03:10:41.806Z] $ docker stop --time=1 9c88a794b56394c06a21d54b1cdb7234e2cd886b59cf3b534a504b4e1f410799 [2025-06-18T03:10:43.319Z] $ docker rm -f --volumes 9c88a794b56394c06a21d54b1cdb7234e2cd886b59cf3b534a504b4e1f410799 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Aborted by Cherry Wang [2025-06-18T06:15:45.017Z] Sending interrupt signal to process [2025-06-18T06:15:46.725Z] script returned exit code 143 [Pipeline] } [2025-06-18T06:15:46.731Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-18T06:15:47.279Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:15:47.575Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:15:48.138Z] ---> package-listing.sh [2025-06-18T06:15:48.138Z] ++ facter osfamily [2025-06-18T06:15:48.138Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-18T06:15:48.398Z] + OS_FAMILY=redhat [2025-06-18T06:15:48.398Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-18T06:15:48.398Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-18T06:15:48.398Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-18T06:15:48.398Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-18T06:15:48.398Z] + PACKAGES=/tmp/packages_start.txt [2025-06-18T06:15:48.398Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:15:48.398Z] + PACKAGES=/tmp/packages_end.txt [2025-06-18T06:15:48.398Z] + case "${OS_FAMILY}" in [2025-06-18T06:15:48.398Z] + rpm -qa [2025-06-18T06:15:48.398Z] + sort [2025-06-18T06:15:48.972Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-18T06:15:48.973Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-18T06:15:48.973Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-18T06:15:48.973Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:15:48.973Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-18T06:15:48.973Z] + 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-18T06:15:48.983Z] 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-18T06:15:49.272Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:15:49.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:15:49.833Z] [2025-06-18T06:15:49.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:15:50.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:15:50.396Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-18T06:15:50.396Z] 5eb5b503b376: Pulling fs layer [2025-06-18T06:15:50.396Z] 5c69ac0246d0: Pulling fs layer [2025-06-18T06:15:50.396Z] ec43610c2a17: Pulling fs layer [2025-06-18T06:15:50.396Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-18T06:15:50.396Z] 33b1e0a273af: Pulling fs layer [2025-06-18T06:15:50.396Z] 5d3b04190fa2: Pulling fs layer [2025-06-18T06:15:50.396Z] 2f39f015ded8: Pulling fs layer [2025-06-18T06:15:50.396Z] 3a2ae6a8a46f: Waiting [2025-06-18T06:15:50.396Z] 33b1e0a273af: Waiting [2025-06-18T06:15:50.396Z] 5d3b04190fa2: Waiting [2025-06-18T06:15:50.396Z] 2f39f015ded8: Waiting [2025-06-18T06:15:50.396Z] 5c69ac0246d0: Download complete [2025-06-18T06:15:50.396Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-18T06:15:50.396Z] 3a2ae6a8a46f: Download complete [2025-06-18T06:15:50.396Z] 33b1e0a273af: Verifying Checksum [2025-06-18T06:15:50.396Z] 33b1e0a273af: Download complete [2025-06-18T06:15:50.396Z] 5d3b04190fa2: Verifying Checksum [2025-06-18T06:15:50.396Z] 5d3b04190fa2: Download complete [2025-06-18T06:15:50.396Z] ec43610c2a17: Verifying Checksum [2025-06-18T06:15:50.396Z] ec43610c2a17: Download complete [2025-06-18T06:15:50.655Z] 5eb5b503b376: Verifying Checksum [2025-06-18T06:15:50.655Z] 5eb5b503b376: Download complete [2025-06-18T06:15:51.230Z] 2f39f015ded8: Verifying Checksum [2025-06-18T06:15:51.230Z] 2f39f015ded8: Download complete Aborted by Cherry Wang [2025-06-18T06:15:51.575Z] Sending interrupt signal to process [2025-06-18T06:15:51.804Z] /w/workspace/edgexfoundry_device-rest-go_main@tmp/durable-c499f3ee/script.sh.copy: line 1: 24213 Terminated docker pull "$JD_TO_PULL" [2025-06-18T06:15:51.811Z] script returned exit code 143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:15:52.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:15:52.345Z] [2025-06-18T06:15:52.345Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:15:52.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:15:52.649Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-18T06:15:52.649Z] 5eb5b503b376: Pulling fs layer [2025-06-18T06:15:52.649Z] 5c69ac0246d0: Pulling fs layer [2025-06-18T06:15:52.649Z] ec43610c2a17: Pulling fs layer [2025-06-18T06:15:52.649Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-18T06:15:52.649Z] 33b1e0a273af: Pulling fs layer [2025-06-18T06:15:52.649Z] 5d3b04190fa2: Pulling fs layer [2025-06-18T06:15:52.649Z] 2f39f015ded8: Pulling fs layer [2025-06-18T06:15:52.649Z] 33b1e0a273af: Waiting [2025-06-18T06:15:52.649Z] 5d3b04190fa2: Waiting [2025-06-18T06:15:52.649Z] 2f39f015ded8: Waiting [2025-06-18T06:15:52.649Z] 5c69ac0246d0: Verifying Checksum [2025-06-18T06:15:52.649Z] 5c69ac0246d0: Download complete [2025-06-18T06:15:52.649Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-18T06:15:52.649Z] 3a2ae6a8a46f: Download complete [2025-06-18T06:15:52.649Z] 33b1e0a273af: Verifying Checksum [2025-06-18T06:15:52.649Z] 33b1e0a273af: Download complete [2025-06-18T06:15:52.649Z] 5d3b04190fa2: Verifying Checksum [2025-06-18T06:15:52.649Z] 5d3b04190fa2: Download complete [2025-06-18T06:15:52.649Z] ec43610c2a17: Verifying Checksum [2025-06-18T06:15:52.649Z] ec43610c2a17: Download complete [2025-06-18T06:15:52.908Z] 5eb5b503b376: Verifying Checksum [2025-06-18T06:15:52.908Z] 5eb5b503b376: Download complete [2025-06-18T06:15:53.472Z] 2f39f015ded8: Download complete [2025-06-18T06:15:54.037Z] 5eb5b503b376: Pull complete [2025-06-18T06:15:54.037Z] 5c69ac0246d0: Pull complete [2025-06-18T06:15:54.295Z] ec43610c2a17: Pull complete [2025-06-18T06:15:54.554Z] 3a2ae6a8a46f: Pull complete [2025-06-18T06:15:54.554Z] 33b1e0a273af: Pull complete [2025-06-18T06:15:54.811Z] 5d3b04190fa2: Pull complete [2025-06-18T06:15:58.991Z] 2f39f015ded8: Pull complete [2025-06-18T06:15:58.992Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-18T06:15:58.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:15:58.992Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:15:59.096Z] prd-ubuntu20.04-docker-8c-8g-3479 does not seem to be running inside a container [2025-06-18T06:15:59.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat Click here to forcibly terminate running steps [2025-06-18T06:16:02.400Z] $ docker top 2951b2a613e0a206eeccb70d80b8ba41fdf31abeae8d0ea51b6e61b884888262 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:16:02.745Z] ---> job-cost.sh [2025-06-18T06:16:02.745Z] lf-activate-venv: SKIPPING [2025-06-18T06:16:02.745Z] INFO: No Stack... [2025-06-18T06:16:03.004Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-18T06:16:03.263Z] INFO: Archiving Costs [Pipeline] sh [2025-06-18T06:16:03.554Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-06-18T06:16:03.554Z] + cut -d, -f6 [Pipeline] lock [2025-06-18T06:16:03.569Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] [2025-06-18T06:16:03.576Z] Resource [jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] did not exist. Created. [2025-06-18T06:16:03.582Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-18T06:16:03.899Z] /w/workspace/edgexfoundry_device-rest-go_main@tmp/durable-fc582df2/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-18T06:16:04.191Z] + echo total: 0.8799999952316284 [Pipeline] stash [2025-06-18T06:16:04.213Z] Warning: overwriting stash ‘stack-cost’ [2025-06-18T06:16:04.226Z] Stashed 1 file(s) [Pipeline] } [2025-06-18T06:16:04.233Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-199-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-18T06:16:04.267Z] $ docker stop --time=1 2951b2a613e0a206eeccb70d80b8ba41fdf31abeae8d0ea51b6e61b884888262 [2025-06-18T06:16:05.415Z] $ docker rm -f --volumes 2951b2a613e0a206eeccb70d80b8ba41fdf31abeae8d0ea51b6e61b884888262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-18T06:16:05.563Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh Aborted by Cherry Wang [2025-06-18T06:16:06.244Z] Sending interrupt signal to process [2025-06-18T06:16:06.389Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-06-18T06:16:06.389Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-18T06:16:06.389Z] total 16 [2025-06-18T06:16:06.389Z] drwxr-xr-x 3 root root 4096 Jun 18 06:16 . [2025-06-18T06:16:06.389Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 06:16 .. [2025-06-18T06:16:06.389Z] drwxr-xr-x 2 root root 4096 Jun 18 06:16 cost [2025-06-18T06:16:06.389Z] -rw-r--r-- 1 root root 88 Jun 18 06:16 cost.csv [2025-06-18T06:16:06.389Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-18T06:16:06.389Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-18T06:16:06.390Z] total 16 [2025-06-18T06:16:06.390Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 18 06:16 . [2025-06-18T06:16:06.390Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 06:16 .. [2025-06-18T06:16:06.390Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 18 06:16 cost [2025-06-18T06:16:06.390Z] -rw-r--r-- 1 jenkins jenkins 88 Jun 18 06:16 cost.csv [Pipeline] libraryResource [Pipeline] sh Click here to forcibly terminate running steps [2025-06-18T06:16:06.687Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:16:07.541Z] ---> package-listing.sh [2025-06-18T06:16:07.541Z] ++ facter osfamily [2025-06-18T06:16:07.541Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-18T06:16:07.801Z] + OS_FAMILY=debian [2025-06-18T06:16:07.801Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-18T06:16:07.801Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-18T06:16:07.801Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-18T06:16:07.801Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-18T06:16:07.801Z] + PACKAGES=/tmp/packages_start.txt [2025-06-18T06:16:07.801Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:16:07.801Z] + PACKAGES=/tmp/packages_end.txt [2025-06-18T06:16:07.801Z] + case "${OS_FAMILY}" in [2025-06-18T06:16:07.801Z] + dpkg -l [2025-06-18T06:16:07.801Z] + grep '^ii' [2025-06-18T06:16:07.801Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-18T06:16:07.801Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-18T06:16:07.801Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-18T06:16:07.801Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:16:07.801Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-18T06:16:07.801Z] + 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-18T06:16:07.815Z] 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-18T06:16:08.094Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:16:08.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:16:08.660Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:16:08.745Z] prd-ubuntu20.04-docker-8c-8g-3479 does not seem to be running inside a container [2025-06-18T06:16:08.785Z] $ 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-18T06:16:08.991Z] $ docker top 33adaf4cea81e85a0a26977c8a0c0ddc0fac2db1cad8ac7ba1107edbd84955fa -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:16:09.332Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-18T06:16:09.616Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-18T06:16:09.900Z] + ls /var/log/sa-host [2025-06-18T06:16:09.901Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:16:10.064Z] provisioning config files... [2025-06-18T06:16:10.074Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1712959849604218802tmp [Pipeline] { [Pipeline] echo [2025-06-18T06:16:10.094Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:16:10.377Z] ---> create-netrc.sh [Pipeline] } [2025-06-18T06:16:10.384Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:16:10.729Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-18T06:16:10.739Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:16:11.042Z] ---> sudo-logs.sh [2025-06-18T06:16:11.042Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-18T06:16:11.072Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:16:11.433Z] ---> job-cost.sh [2025-06-18T06:16:11.433Z] lf-activate-venv: SKIPPING [2025-06-18T06:16:11.433Z] DEBUG: total: 0.8799999952316284 [2025-06-18T06:16:11.433Z] INFO: Retrieving Stack Cost... [2025-06-18T06:16:11.433Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-18T06:16:11.692Z] INFO: Archiving Costs [Pipeline] echo [2025-06-18T06:16:11.705Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:16:12.010Z] ---> logs-deploy.sh [2025-06-18T06:16:12.010Z] lf-activate-venv: SKIPPING [2025-06-18T06:16:12.010Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/199 [2025-06-18T06:16:12.010Z] INFO: archiving workspace using pattern(s): [2025-06-18T06:16:12.968Z] Archives upload complete. [2025-06-18T06:16:12.968Z] INFO: archiving logs to Nexus