Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b20f7a6907cc4e3631fe9fe6df33307b02a422bb 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-ssh15362009934512595929.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-ssh1046166980175373552.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-ssh18089358623581999270.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-ssh14734124171261950478.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-ssh2593598847169717988.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5571’ Running on prd-ubuntu20.04-docker-8c-8g-5580 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 b20f7a6907cc4e3631fe9fe6df33307b02a422bb (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#482)" > git config core.sparsecheckout # timeout=10 > git checkout -f b20f7a6907cc4e3631fe9fe6df33307b02a422bb # timeout=10 > git rev-list --no-walk 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-23T01:06:44.099Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-23T01:06:44.178Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-23T01:06:44.197Z] ========================================================= [2025-07-23T01:06:44.198Z] EdgeX Global Pipelines Version Info [2025-07-23T01:06:44.198Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:06:45.370Z] ------------------- [2025-07-23T01:06:45.370Z] stable info: [2025-07-23T01:06:45.370Z] ------------------- [2025-07-23T01:06:45.370Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-23T01:06:45.370Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-23T01:06:45.370Z] Message: update stable to v1.0.274 [2025-07-23T01:06:45.657Z] ------------------- [2025-07-23T01:06:45.657Z] experimental info: [2025-07-23T01:06:45.657Z] ------------------- [2025-07-23T01:06:45.657Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-23T01:06:45.657Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-23T01:06:45.657Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-23T01:06:45.768Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-07-23T01:06:45.792Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-07-23T01:06:45.813Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-23T01:06:45.839Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-23T01:06:45.863Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-23T01:06:45.885Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-23T01:06:45.906Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-23T01:06:45.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-23T01:06:45.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-23T01:06:45.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-23T01:06:45.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-23T01:06:46.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-07-23T01:06:46.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-23T01:06:46.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-23T01:06:46.082Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-23T01:06:46.103Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-23T01:06:46.124Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-23T01:06:46.149Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-23T01:06:46.168Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-23T01:06:46.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-23T01:06:46.207Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-23T01:06:46.232Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-23T01:06:46.256Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-23T01:06:46.287Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-23T01:06:46.309Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-23T01:06:46.334Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-23T01:06:46.357Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-23T01:06:46.380Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-23T01:06:46.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-23T01:06:46.433Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-23T01:06:46.452Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo [2025-07-23T01:06:46.474Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b20f7a6 [Pipeline] echo [2025-07-23T01:06:46.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T01:06:46.559Z] provisioning config files... [2025-07-23T01:06:46.577Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9575378116802335709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:06:46.915Z] ---> ****-login.sh [2025-07-23T01:06:46.915Z] nexus3.edgexfoundry.org:10001 [2025-07-23T01:06:46.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:06:47.175Z] [2025-07-23T01:06:47.176Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T01:06:47.176Z] Configure a credential helper to remove this warning. See [2025-07-23T01:06:47.176Z] https://docs.****.com/go/credential-store/ [2025-07-23T01:06:47.176Z] [2025-07-23T01:06:47.176Z] Login Succeeded [2025-07-23T01:06:47.176Z] nexus3.edgexfoundry.org:10002 [2025-07-23T01:06:47.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:06:47.176Z] [2025-07-23T01:06:47.176Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T01:06:47.176Z] Configure a credential helper to remove this warning. See [2025-07-23T01:06:47.176Z] https://docs.****.com/go/credential-store/ [2025-07-23T01:06:47.176Z] [2025-07-23T01:06:47.176Z] Login Succeeded [2025-07-23T01:06:47.437Z] nexus3.edgexfoundry.org:10003 [2025-07-23T01:06:47.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:06:47.437Z] [2025-07-23T01:06:47.437Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T01:06:47.437Z] Configure a credential helper to remove this warning. See [2025-07-23T01:06:47.437Z] https://docs.****.com/go/credential-store/ [2025-07-23T01:06:47.437Z] [2025-07-23T01:06:47.437Z] Login Succeeded [2025-07-23T01:06:47.437Z] nexus3.edgexfoundry.org:10004 [2025-07-23T01:06:47.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:06:47.437Z] [2025-07-23T01:06:47.437Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T01:06:47.437Z] Configure a credential helper to remove this warning. See [2025-07-23T01:06:47.437Z] https://docs.****.com/go/credential-store/ [2025-07-23T01:06:47.437Z] [2025-07-23T01:06:47.437Z] Login Succeeded [2025-07-23T01:06:47.437Z] ****.io [2025-07-23T01:06:47.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:06:47.698Z] [2025-07-23T01:06:47.698Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T01:06:47.698Z] Configure a credential helper to remove this warning. See [2025-07-23T01:06:47.698Z] https://docs.****.com/go/credential-store/ [2025-07-23T01:06:47.698Z] [2025-07-23T01:06:47.698Z] Login Succeeded [2025-07-23T01:06:47.698Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T01:06:47.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-23T01:06:48.122Z] + git rev-list -1 --merges b20f7a6907cc4e3631fe9fe6df33307b02a422bb~1..b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo [2025-07-23T01:06:48.149Z] -----------> git rev-list -1 --merges b20f7a6907cc4e3631fe9fe6df33307b02a422bb~1..b20f7a6907cc4e3631fe9fe6df33307b02a422bb b20f7a6907cc4e3631fe9fe6df33307b02a422bb [false] [Pipeline] sh [2025-07-23T01:06:48.449Z] + git log --format=format:%s -1 b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo [2025-07-23T01:06:48.467Z] ========================================================= [2025-07-23T01:06:48.467Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-23T01:06:48.467Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-23T01:06:48.801Z] + git log --format=format:%s -1 b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo [2025-07-23T01:06:48.814Z] [semverPrep] GIT_COMMIT: b20f7a6907cc4e3631fe9fe6df33307b02a422bb, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#482) [Pipeline] echo [2025-07-23T01:06:48.829Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-23T01:06:49.199Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-23T01:06:49.199Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-23T01:06:49.199Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-23T01:06:49.199Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-23T01:06:49.199Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-23T01:06:49.199Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-23T01:06:49.199Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:06:49.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-23T01:06:49.616Z] [2025-07-23T01:06:49.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:06:49.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-23T01:06:49.933Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-23T01:06:49.933Z] 3dae71ba6b94: Pulling fs layer [2025-07-23T01:06:49.933Z] 6bf1a483ea7c: Pulling fs layer [2025-07-23T01:06:49.933Z] f5dfc541a4d3: Pulling fs layer [2025-07-23T01:06:49.933Z] 461d9e800cba: Pulling fs layer [2025-07-23T01:06:49.933Z] 80192f66455f: Pulling fs layer [2025-07-23T01:06:49.933Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-23T01:06:49.933Z] a29436f7fd5d: Pulling fs layer [2025-07-23T01:06:49.933Z] 923cac83aea3: Pulling fs layer [2025-07-23T01:06:49.933Z] 25ad8b0a4227: Pulling fs layer [2025-07-23T01:06:49.933Z] db01528c6b51: Pulling fs layer [2025-07-23T01:06:49.933Z] 28988de357af: Pulling fs layer [2025-07-23T01:06:49.933Z] 461d9e800cba: Waiting [2025-07-23T01:06:49.933Z] 80192f66455f: Waiting [2025-07-23T01:06:49.933Z] 2e8e34ca0e6c: Waiting [2025-07-23T01:06:49.933Z] a29436f7fd5d: Waiting [2025-07-23T01:06:49.933Z] 923cac83aea3: Waiting [2025-07-23T01:06:49.933Z] 25ad8b0a4227: Waiting [2025-07-23T01:06:49.933Z] db01528c6b51: Waiting [2025-07-23T01:06:49.933Z] 28988de357af: Waiting [2025-07-23T01:06:49.933Z] 6bf1a483ea7c: Verifying Checksum [2025-07-23T01:06:49.933Z] 6bf1a483ea7c: Download complete [2025-07-23T01:06:49.933Z] 461d9e800cba: Verifying Checksum [2025-07-23T01:06:49.933Z] 461d9e800cba: Download complete [2025-07-23T01:06:49.933Z] 80192f66455f: Download complete [2025-07-23T01:06:50.210Z] f5dfc541a4d3: Verifying Checksum [2025-07-23T01:06:50.210Z] f5dfc541a4d3: Download complete [2025-07-23T01:06:50.210Z] 3dae71ba6b94: Verifying Checksum [2025-07-23T01:06:50.210Z] 3dae71ba6b94: Download complete [2025-07-23T01:06:50.210Z] 923cac83aea3: Verifying Checksum [2025-07-23T01:06:50.210Z] 923cac83aea3: Download complete [2025-07-23T01:06:50.210Z] 25ad8b0a4227: Verifying Checksum [2025-07-23T01:06:50.210Z] 25ad8b0a4227: Download complete [2025-07-23T01:06:50.476Z] db01528c6b51: Download complete [2025-07-23T01:06:50.476Z] 28988de357af: Verifying Checksum [2025-07-23T01:06:50.476Z] 28988de357af: Download complete [2025-07-23T01:06:50.476Z] a29436f7fd5d: Verifying Checksum [2025-07-23T01:06:50.476Z] a29436f7fd5d: Download complete [2025-07-23T01:06:50.757Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-23T01:06:50.757Z] 2e8e34ca0e6c: Download complete [2025-07-23T01:06:51.699Z] 3dae71ba6b94: Pull complete [2025-07-23T01:06:51.959Z] 6bf1a483ea7c: Pull complete [2025-07-23T01:06:52.899Z] f5dfc541a4d3: Pull complete [2025-07-23T01:06:52.899Z] 461d9e800cba: Pull complete [2025-07-23T01:06:52.899Z] 80192f66455f: Pull complete [2025-07-23T01:06:57.101Z] 2e8e34ca0e6c: Pull complete [2025-07-23T01:06:58.041Z] a29436f7fd5d: Pull complete [2025-07-23T01:06:58.041Z] 923cac83aea3: Pull complete [2025-07-23T01:06:58.041Z] 25ad8b0a4227: Pull complete [2025-07-23T01:06:58.303Z] db01528c6b51: Pull complete [2025-07-23T01:06:58.303Z] 28988de357af: Pull complete [2025-07-23T01:06:58.303Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-23T01:06:58.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-23T01:06:58.303Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T01:06:58.448Z] prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container [2025-07-23T01:06:58.481Z] $ 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-07-23T01:07:02.325Z] $ docker top 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 -eo pid,comm [2025-07-23T01:07:02.390Z] 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-07-23T01:07:02.390Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-23T01:07:02.439Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-23T01:07:02.439Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-23T01:07:02.562Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-23T01:07:02.561Z] $ docker exec 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent [2025-07-23T01:07:02.673Z] SSH_AUTH_SOCK=/tmp/ssh-ClWKAw6pfrU6/agent.33 [2025-07-23T01:07:02.673Z] SSH_AGENT_PID=39 [2025-07-23T01:07:02.682Z] Running ssh-add (command line suppressed) [2025-07-23T01:07:02.787Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7538225744064702228.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7538225744064702228.key) [2025-07-23T01:07:02.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-23T01:07:03.099Z] + git tag --points-at HEAD [Pipeline] } [2025-07-23T01:07:03.107Z] $ docker exec --env ******** --env ******** 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent -k [2025-07-23T01:07:03.201Z] unset SSH_AUTH_SOCK; [2025-07-23T01:07:03.201Z] unset SSH_AGENT_PID; [2025-07-23T01:07:03.202Z] echo Agent pid 39 killed; [2025-07-23T01:07:03.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-23T01:07:03.256Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-23T01:07:03.256Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-23T01:07:03.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-23T01:07:03.372Z] $ docker exec 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent [2025-07-23T01:07:03.474Z] SSH_AUTH_SOCK=/tmp/ssh-eeG5SNjKW4IO/agent.72 [2025-07-23T01:07:03.474Z] SSH_AGENT_PID=78 [2025-07-23T01:07:03.479Z] Running ssh-add (command line suppressed) [2025-07-23T01:07:03.580Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7997561888069039262.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7997561888069039262.key) [2025-07-23T01:07:03.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-23T01:07:03.894Z] + git semver init [2025-07-23T01:07:04.154Z] 2025-07-23 01:07:04,104 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-23T01:07:04.154Z] 2025-07-23 01:07:04,108 [run_init] DEBUG init version:0.0.0 force:False [2025-07-23T01:07:04.154Z] 2025-07-23 01:07:04,108 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-23T01:07:04.154Z] 2025-07-23 01:07:04,109 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-23T01:07:04.154Z] 2025-07-23 01:07:04,109 [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-07-23T01:07:06.062Z] 2025-07-23 01:07:05,558 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-07-23T01:07:06.062Z] 2025-07-23 01:07:05,558 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-07-23T01:07:06.062Z] 2025-07-23 01:07:05,558 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-23T01:07:06.062Z] 2025-07-23 01:07:05,558 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-23T01:07:06.062Z] 4.1.0-dev.9 [Pipeline] } [2025-07-23T01:07:06.068Z] $ docker exec --env ******** --env ******** 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent -k [2025-07-23T01:07:06.166Z] unset SSH_AUTH_SOCK; [2025-07-23T01:07:06.167Z] unset SSH_AGENT_PID; [2025-07-23T01:07:06.168Z] echo Agent pid 78 killed; [2025-07-23T01:07:06.179Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-23T01:07:06.494Z] + git semver [Pipeline] } [2025-07-23T01:07:06.764Z] $ docker stop --time=1 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 [2025-07-23T01:07:08.066Z] $ docker rm -f --volumes 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-23T01:07:08.411Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-23T01:07:08.651Z] Stashed 1 file(s) [Pipeline] echo [2025-07-23T01:07:08.655Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [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-07-23T01:07:08.814Z] provisioning config files... [2025-07-23T01:07:08.832Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10255766974323337745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:07:09.151Z] ---> ****-login.sh [2025-07-23T01:07:09.151Z] nexus3.edgexfoundry.org:10001 [2025-07-23T01:07:09.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:07:09.151Z] Login Succeeded [2025-07-23T01:07:09.151Z] nexus3.edgexfoundry.org:10002 [2025-07-23T01:07:09.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:07:09.151Z] Login Succeeded [2025-07-23T01:07:09.151Z] nexus3.edgexfoundry.org:10003 [2025-07-23T01:07:09.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:07:09.409Z] Login Succeeded [2025-07-23T01:07:09.409Z] nexus3.edgexfoundry.org:10004 [2025-07-23T01:07:09.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:07:09.410Z] Login Succeeded [2025-07-23T01:07:09.410Z] ****.io [2025-07-23T01:07:09.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:07:09.669Z] Login Succeeded [2025-07-23T01:07:09.669Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T01:07:09.676Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-23T01:07:09.755Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T01:07:09.777Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T01:07:09.791Z] ========================================================= [2025-07-23T01:07:09.791Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-23T01:07:09.791Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:07:10.142Z] + 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-07-23T01:07:10.709Z] #0 building with "default" instance using docker driver [2025-07-23T01:07:10.709Z] [2025-07-23T01:07:10.709Z] #1 [internal] load build definition from Dockerfile [2025-07-23T01:07:10.709Z] #1 transferring dockerfile: 1.74kB done [2025-07-23T01:07:10.709Z] #1 DONE 0.0s [2025-07-23T01:07:10.709Z] [2025-07-23T01:07:10.709Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-23T01:07:10.709Z] #2 DONE 0.1s [2025-07-23T01:07:10.968Z] [2025-07-23T01:07:10.968Z] #3 [internal] load .dockerignore [2025-07-23T01:07:10.968Z] #3 transferring context: 193B done [2025-07-23T01:07:10.968Z] #3 DONE 0.0s [2025-07-23T01:07:10.968Z] [2025-07-23T01:07:10.968Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-23T01:07:10.968Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-23T01:07:10.968Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-23T01:07:10.968Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 2.10MB / 74.06MB 0.1s [2025-07-23T01:07:10.968Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-23T01:07:10.968Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-23T01:07:10.968Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-23T01:07:10.968Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 1.05MB / 3.63MB 0.1s [2025-07-23T01:07:10.968Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-23T01:07:10.968Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 11.53MB / 74.06MB 0.2s [2025-07-23T01:07:10.968Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.2s done [2025-07-23T01:07:10.968Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-23T01:07:10.968Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-23T01:07:10.968Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-23T01:07:10.968Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 851.97kB / 2.38MB 0.2s [2025-07-23T01:07:10.968Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0B / 100.52MB 0.2s [2025-07-23T01:07:11.226Z] #4 ... [2025-07-23T01:07:11.226Z] [2025-07-23T01:07:11.226Z] #5 [internal] load build context [2025-07-23T01:07:11.226Z] #5 transferring context: 21.61MB 0.2s done [2025-07-23T01:07:11.226Z] #5 DONE 0.2s [2025-07-23T01:07:11.226Z] [2025-07-23T01:07:11.226Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-23T01:07:11.226Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 25.17MB / 74.06MB 0.3s [2025-07-23T01:07:11.226Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-23T01:07:11.226Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-23T01:07:11.226Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s [2025-07-23T01:07:11.226Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s [2025-07-23T01:07:11.226Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-07-23T01:07:11.485Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 55.57MB / 74.06MB 0.5s [2025-07-23T01:07:11.485Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 25.17MB / 100.52MB 0.5s [2025-07-23T01:07:11.485Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s [2025-07-23T01:07:11.485Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-23T01:07:11.485Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-07-23T01:07:11.485Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 53.48MB / 100.52MB 0.7s [2025-07-23T01:07:11.485Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done [2025-07-23T01:07:12.162Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 74.45MB / 100.52MB 0.8s [2025-07-23T01:07:12.421Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s [2025-07-23T01:07:12.421Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-23T01:07:12.421Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.5s done [2025-07-23T01:07:12.421Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.5s done [2025-07-23T01:07:17.690Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done [2025-07-23T01:07:17.690Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-23T01:07:17.690Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-23T01:07:17.690Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-23T01:07:17.690Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-23T01:07:17.690Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-23T01:07:17.690Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-23T01:07:17.690Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df [2025-07-23T01:07:20.220Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done [2025-07-23T01:07:20.220Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-23T01:07:21.156Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.7s done [2025-07-23T01:07:21.156Z] #4 DONE 10.1s [2025-07-23T01:07:21.156Z] [2025-07-23T01:07:21.156Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-23T01:07:21.156Z] #6 0.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T01:07:21.414Z] #6 0.320 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T01:07:21.674Z] #6 0.626 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-23T01:07:21.934Z] #6 0.636 (2/4) Installing libedit (20240517.3.1-r0) [2025-07-23T01:07:21.934Z] #6 0.642 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-23T01:07:21.934Z] #6 0.669 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-23T01:07:21.934Z] #6 0.684 Executing busybox-1.36.1-r29.trigger [2025-07-23T01:07:21.934Z] #6 0.693 OK: 252 MiB in 62 packages [2025-07-23T01:07:23.779Z] Still waiting to schedule task [2025-07-23T01:07:23.780Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5575’ [2025-07-23T01:07:26.132Z] #6 DONE 5.0s [2025-07-23T01:07:26.132Z] [2025-07-23T01:07:26.132Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-07-23T01:07:26.132Z] #7 DONE 0.0s [2025-07-23T01:07:26.132Z] [2025-07-23T01:07:26.132Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-23T01:07:26.132Z] #8 DONE 0.0s [2025-07-23T01:07:26.132Z] [2025-07-23T01:07:26.132Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-23T01:08:12.819Z] #9 DONE 43.5s [2025-07-23T01:08:12.819Z] [2025-07-23T01:08:12.819Z] #10 [builder 6/7] COPY . . [2025-07-23T01:08:12.819Z] #10 DONE 0.2s [2025-07-23T01:08:12.819Z] [2025-07-23T01:08:12.819Z] #11 [builder 7/7] RUN echo noop [2025-07-23T01:08:12.819Z] #11 0.217 noop [2025-07-23T01:08:12.819Z] #11 DONE 0.3s [2025-07-23T01:08:12.819Z] [2025-07-23T01:08:12.819Z] #12 exporting to image [2025-07-23T01:08:12.819Z] #12 exporting layers [2025-07-23T01:08:18.091Z] #12 exporting layers 7.5s done [2025-07-23T01:08:18.091Z] #12 writing image sha256:4c5416b003768574528ce2081ac080e90a92ea998a25dc91be4ccdd39304711b done [2025-07-23T01:08:18.091Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-23T01:08:18.091Z] #12 DONE 7.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:08:18.425Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-23T01:08:18.425Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T01:08:18.505Z] prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container [2025-07-23T01:08:18.532Z] $ 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-07-23T01:08:18.845Z] $ docker top f6c1d0e4a5209295f1d85578ce8a4d081074904fb1b9592311048891ca6cef23 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-23T01:08:19.282Z] + go version [2025-07-23T01:08:19.282Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-23T01:08:19.292Z] $ docker stop --time=1 f6c1d0e4a5209295f1d85578ce8a4d081074904fb1b9592311048891ca6cef23 [2025-07-23T01:08:20.536Z] $ docker rm -f --volumes f6c1d0e4a5209295f1d85578ce8a4d081074904fb1b9592311048891ca6cef23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:08:20.965Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-23T01:08:20.965Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T01:08:21.040Z] prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container [2025-07-23T01:08:21.068Z] $ 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-07-23T01:08:21.316Z] $ docker top 84d77abd95258110e98ce92a0f943d63fe37dade6bbd6a0b5c46b332d30a05cb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-23T01:08:21.668Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-23T01:08:21.974Z] + make test [2025-07-23T01:08:21.974Z] go test ./... -coverprofile=coverage.out ./... [2025-07-23T01:08:23.378Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-23T01:08:45.309Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-23T01:08:45.309Z] ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 32.2% of statements [2025-07-23T01:08:55.278Z] go vet ./... [2025-07-23T01:09:01.835Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-23T01:09:01.835Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-23T01:09:01.835Z] ./bin/test-attribution-txt.sh [2025-07-23T01:09:01.835Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-23T01:09:01.835Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-23T01:09:01.835Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-23T01:09:01.835Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-23T01:09:01.835Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-23T01:09:01.847Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-23T01:09:01.870Z] $ docker stop --time=1 84d77abd95258110e98ce92a0f943d63fe37dade6bbd6a0b5c46b332d30a05cb [2025-07-23T01:09:03.821Z] $ docker rm -f --volumes 84d77abd95258110e98ce92a0f943d63fe37dade6bbd6a0b5c46b332d30a05cb [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-23T01:09:04.417Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-23T01:09:04.475Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-23T01:09:04.999Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-23T01:09:05.285Z] + ls -al . [2025-07-23T01:09:05.285Z] total 244 [2025-07-23T01:09:05.285Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 23 01:08 . [2025-07-23T01:09:05.285Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 01:06 .. [2025-07-23T01:09:05.285Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 23 01:06 .dockerignore [2025-07-23T01:09:05.285Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 01:08 .git [2025-07-23T01:09:05.285Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 01:06 .github [2025-07-23T01:09:05.285Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 23 01:06 .gitignore [2025-07-23T01:09:05.285Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 23 01:06 .golangci.yml [2025-07-23T01:09:05.285Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 01:07 .semver [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 23 01:06 Attribution.txt [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 23 01:06 CHANGELOG.md [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 23 01:06 Dockerfile [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 23 01:06 GOVERNANCE.md [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 23 01:06 Jenkinsfile [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 23 01:06 LICENSE [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 23 01:06 Makefile [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 23 01:06 OWNERS.md [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 23 01:06 README.md [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 23 01:07 VERSION [2025-07-23T01:09:05.286Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 01:06 bin [2025-07-23T01:09:05.286Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 01:06 cmd [2025-07-23T01:09:05.286Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 23 01:08 coverage.out [2025-07-23T01:09:05.286Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 01:06 driver [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 6273 Jul 23 01:06 go.mod [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 86765 Jul 23 01:06 go.sum [2025-07-23T01:09:05.286Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 01:06 openapi [2025-07-23T01:09:05.286Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 23 01:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:05.604Z] + 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=b20f7a6907cc4e3631fe9fe6df33307b02a422bb --label arch=amd64 --label version=4.1.0-dev.9 . [2025-07-23T01:09:05.862Z] #0 building with "default" instance using docker driver [2025-07-23T01:09:05.862Z] [2025-07-23T01:09:05.862Z] #1 [internal] load build definition from Dockerfile [2025-07-23T01:09:05.862Z] #1 transferring dockerfile: 1.74kB done [2025-07-23T01:09:05.862Z] #1 DONE 0.0s [2025-07-23T01:09:05.862Z] [2025-07-23T01:09:05.862Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-23T01:09:05.862Z] #2 DONE 0.0s [2025-07-23T01:09:05.862Z] [2025-07-23T01:09:05.862Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-23T01:09:05.862Z] #3 DONE 0.1s [2025-07-23T01:09:05.862Z] [2025-07-23T01:09:05.862Z] #4 [internal] load .dockerignore [2025-07-23T01:09:05.862Z] #4 transferring context: 193B done [2025-07-23T01:09:05.862Z] #4 DONE 0.0s [2025-07-23T01:09:05.862Z] [2025-07-23T01:09:05.862Z] #5 [internal] load build context [2025-07-23T01:09:05.862Z] #5 transferring context: 18.46kB done [2025-07-23T01:09:05.862Z] #5 DONE 0.0s [2025-07-23T01:09:05.862Z] [2025-07-23T01:09:05.862Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-23T01:09:05.862Z] #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-23T01:09:05.862Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-07-23T01:09:06.121Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-07-23T01:09:06.121Z] #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-23T01:09:06.121Z] #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-23T01:09:06.121Z] #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-23T01:09:06.121Z] #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-23T01:09:06.121Z] #6 DONE 0.3s [2025-07-23T01:09:06.121Z] [2025-07-23T01:09:06.121Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-23T01:09:06.121Z] #7 DONE 0.1s [2025-07-23T01:09:06.121Z] [2025-07-23T01:09:06.121Z] #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-23T01:09:06.380Z] #8 0.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T01:09:06.380Z] #8 0.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T01:09:06.946Z] #8 ... [2025-07-23T01:09:06.946Z] [2025-07-23T01:09:06.946Z] #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-23T01:09:06.946Z] #9 0.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T01:09:06.946Z] #9 0.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T01:09:06.946Z] #9 0.552 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-23T01:09:06.946Z] #9 0.557 Executing busybox-1.36.1-r29.trigger [2025-07-23T01:09:06.946Z] #9 0.566 OK: 8 MiB in 15 packages [2025-07-23T01:09:06.946Z] #9 DONE 0.7s [2025-07-23T01:09:06.946Z] [2025-07-23T01:09:06.947Z] #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-23T01:09:06.947Z] #8 0.748 OK: 252 MiB in 62 packages [2025-07-23T01:09:06.947Z] #8 DONE 0.9s [2025-07-23T01:09:06.947Z] [2025-07-23T01:09:06.947Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-07-23T01:09:06.947Z] #10 DONE 0.0s [2025-07-23T01:09:06.947Z] [2025-07-23T01:09:06.947Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-23T01:09:06.947Z] #11 DONE 0.0s [2025-07-23T01:09:06.947Z] [2025-07-23T01:09:06.947Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-23T01:09:07.512Z] #12 DONE 0.6s [2025-07-23T01:09:07.512Z] [2025-07-23T01:09:07.512Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-23T01:09:07.512Z] #13 0.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T01:09:07.512Z] #13 0.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T01:09:07.512Z] #13 ... [2025-07-23T01:09:07.512Z] [2025-07-23T01:09:07.512Z] #14 [builder 6/7] COPY . . [2025-07-23T01:09:07.512Z] #14 DONE 0.2s [2025-07-23T01:09:07.770Z] [2025-07-23T01:09:07.770Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-23T01:09:07.770Z] #13 0.904 OK: 8 MiB in 15 packages [2025-07-23T01:09:07.770Z] #13 DONE 1.0s [2025-07-23T01:09:07.770Z] [2025-07-23T01:09:07.770Z] #15 [builder 7/7] RUN make build [2025-07-23T01:09:08.029Z] #15 0.215 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-23T01:09:34.565Z] #15 DONE 24.5s [2025-07-23T01:09:34.565Z] [2025-07-23T01:09:34.565Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-07-23T01:09:34.565Z] #16 DONE 0.2s [2025-07-23T01:09:34.565Z] [2025-07-23T01:09:34.565Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-07-23T01:09:34.565Z] #17 DONE 0.0s [2025-07-23T01:09:34.565Z] [2025-07-23T01:09:34.565Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-23T01:09:34.565Z] #18 DONE 0.0s [2025-07-23T01:09:34.565Z] [2025-07-23T01:09:34.565Z] #19 exporting to image [2025-07-23T01:09:34.565Z] #19 exporting layers 0.1s done [2025-07-23T01:09:34.565Z] #19 writing image sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done [2025-07-23T01:09:34.565Z] #19 naming to docker.io/library/device-rest done [2025-07-23T01:09:34.565Z] #19 DONE 0.1s [2025-07-23T01:09:34.565Z] [2025-07-23T01:09:34.565Z] 1 warning found (use docker --debug to expand): [2025-07-23T01:09:34.565Z]  - UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T01:09:34.692Z] provisioning config files... [2025-07-23T01:09:34.701Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16234295973913443133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:09:35.006Z] ---> ****-login.sh [2025-07-23T01:09:35.006Z] nexus3.edgexfoundry.org:10001 [2025-07-23T01:09:35.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:09:35.006Z] Login Succeeded [2025-07-23T01:09:35.006Z] nexus3.edgexfoundry.org:10002 [2025-07-23T01:09:35.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:09:35.006Z] Login Succeeded [2025-07-23T01:09:35.006Z] nexus3.edgexfoundry.org:10003 [2025-07-23T01:09:35.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:09:35.265Z] Login Succeeded [2025-07-23T01:09:35.265Z] nexus3.edgexfoundry.org:10004 [2025-07-23T01:09:35.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:09:35.265Z] Login Succeeded [2025-07-23T01:09:35.265Z] ****.io [2025-07-23T01:09:35.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:09:35.525Z] Login Succeeded [2025-07-23T01:09:35.525Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T01:09:35.535Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-23T01:09:35.596Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T01:09:35.631Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-07-23T01:09:35.631Z] b20f7a6907cc4e3631fe9fe6df33307b02a422bb [2025-07-23T01:09:35.631Z] latest [2025-07-23T01:09:35.631Z] 4.1.0-dev.9 [2025-07-23T01:09:35.631Z] b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [2025-07-23T01:09:35.631Z] main [2025-07-23T01:09:35.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:35.991Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:36.316Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb [2025-07-23T01:09:36.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-23T01:09:36.316Z] a33c180b8c4c: Preparing [2025-07-23T01:09:36.316Z] 47406b3e1355: Preparing [2025-07-23T01:09:36.316Z] 84dd7a75f270: Preparing [2025-07-23T01:09:36.316Z] 5c7edc681016: Preparing [2025-07-23T01:09:36.316Z] 7309907a08e2: Preparing [2025-07-23T01:09:36.316Z] 097100c76c15: Preparing [2025-07-23T01:09:36.316Z] 097100c76c15: Waiting [2025-07-23T01:09:36.316Z] 5c7edc681016: Pushed [2025-07-23T01:09:36.316Z] 47406b3e1355: Pushed [2025-07-23T01:09:36.316Z] a33c180b8c4c: Pushed [2025-07-23T01:09:36.316Z] 7309907a08e2: Pushed [2025-07-23T01:09:36.316Z] 097100c76c15: Layer already exists [2025-07-23T01:09:40.508Z] 84dd7a75f270: Pushed [2025-07-23T01:09:40.508Z] b20f7a6907cc4e3631fe9fe6df33307b02a422bb: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:40.835Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:41.154Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-23T01:09:41.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-23T01:09:41.154Z] a33c180b8c4c: Preparing [2025-07-23T01:09:41.154Z] 47406b3e1355: Preparing [2025-07-23T01:09:41.154Z] 84dd7a75f270: Preparing [2025-07-23T01:09:41.154Z] 5c7edc681016: Preparing [2025-07-23T01:09:41.154Z] 7309907a08e2: Preparing [2025-07-23T01:09:41.154Z] 097100c76c15: Preparing [2025-07-23T01:09:41.154Z] 097100c76c15: Waiting [2025-07-23T01:09:41.154Z] 47406b3e1355: Layer already exists [2025-07-23T01:09:41.154Z] 7309907a08e2: Layer already exists [2025-07-23T01:09:41.154Z] a33c180b8c4c: Layer already exists [2025-07-23T01:09:41.154Z] 5c7edc681016: Layer already exists [2025-07-23T01:09:41.154Z] 84dd7a75f270: Layer already exists [2025-07-23T01:09:41.154Z] 097100c76c15: Layer already exists [2025-07-23T01:09:41.154Z] latest: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:41.481Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:41.804Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-07-23T01:09:41.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-23T01:09:41.804Z] a33c180b8c4c: Preparing [2025-07-23T01:09:41.804Z] 47406b3e1355: Preparing [2025-07-23T01:09:41.804Z] 84dd7a75f270: Preparing [2025-07-23T01:09:41.804Z] 5c7edc681016: Preparing [2025-07-23T01:09:41.804Z] 7309907a08e2: Preparing [2025-07-23T01:09:41.804Z] 097100c76c15: Preparing [2025-07-23T01:09:41.804Z] 097100c76c15: Waiting [2025-07-23T01:09:41.804Z] 7309907a08e2: Layer already exists [2025-07-23T01:09:41.804Z] 5c7edc681016: Layer already exists [2025-07-23T01:09:41.804Z] 84dd7a75f270: Layer already exists [2025-07-23T01:09:41.804Z] 47406b3e1355: Layer already exists [2025-07-23T01:09:41.804Z] a33c180b8c4c: Layer already exists [2025-07-23T01:09:41.804Z] 097100c76c15: Layer already exists [2025-07-23T01:09:41.804Z] 4.1.0-dev.9: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:42.136Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:42.462Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [2025-07-23T01:09:42.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-23T01:09:42.462Z] a33c180b8c4c: Preparing [2025-07-23T01:09:42.462Z] 47406b3e1355: Preparing [2025-07-23T01:09:42.462Z] 84dd7a75f270: Preparing [2025-07-23T01:09:42.462Z] 5c7edc681016: Preparing [2025-07-23T01:09:42.462Z] 7309907a08e2: Preparing [2025-07-23T01:09:42.462Z] 097100c76c15: Preparing [2025-07-23T01:09:42.462Z] 097100c76c15: Waiting [2025-07-23T01:09:42.462Z] 47406b3e1355: Layer already exists [2025-07-23T01:09:42.462Z] 84dd7a75f270: Layer already exists [2025-07-23T01:09:42.462Z] 7309907a08e2: Layer already exists [2025-07-23T01:09:42.462Z] a33c180b8c4c: Layer already exists [2025-07-23T01:09:42.462Z] 5c7edc681016: Layer already exists [2025-07-23T01:09:42.462Z] 097100c76c15: Layer already exists [2025-07-23T01:09:42.462Z] b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:42.791Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:09:43.113Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-23T01:09:43.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-23T01:09:43.113Z] a33c180b8c4c: Preparing [2025-07-23T01:09:43.113Z] 47406b3e1355: Preparing [2025-07-23T01:09:43.113Z] 84dd7a75f270: Preparing [2025-07-23T01:09:43.113Z] 5c7edc681016: Preparing [2025-07-23T01:09:43.113Z] 7309907a08e2: Preparing [2025-07-23T01:09:43.113Z] 097100c76c15: Preparing [2025-07-23T01:09:43.113Z] 097100c76c15: Waiting [2025-07-23T01:09:43.113Z] 84dd7a75f270: Layer already exists [2025-07-23T01:09:43.113Z] a33c180b8c4c: Layer already exists [2025-07-23T01:09:43.113Z] 47406b3e1355: Layer already exists [2025-07-23T01:09:43.113Z] 5c7edc681016: Layer already exists [2025-07-23T01:09:43.113Z] 7309907a08e2: Layer already exists [2025-07-23T01:09:43.113Z] 097100c76c15: Layer already exists [2025-07-23T01:09:43.113Z] main: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-23T01:09:43.185Z] ===================================================== [Pipeline] echo [2025-07-23T01:09:43.198Z] taggedImages: [2025-07-23T01:09:43.198Z] - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb [2025-07-23T01:09:43.198Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-23T01:09:43.198Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-07-23T01:09:43.198Z] - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [2025-07-23T01:09:43.198Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-07-23T01:09:43.248Z] ========================================================= [2025-07-23T01:09:43.248Z] [edgeXBuildMultiArch] RAW Config: [2025-07-23T01:09:43.248Z] images: [2025-07-23T01:09:43.248Z] - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb [2025-07-23T01:09:43.248Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-23T01:09:43.248Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-07-23T01:09:43.248Z] - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [2025-07-23T01:09:43.248Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-23T01:09:43.248Z] settingsFile: [2025-07-23T01:09:43.248Z] device-rest-go-settings [2025-07-23T01:09:43.248Z] ========================================================= [Pipeline] node [2025-07-23T01:09:58.252Z] Still waiting to schedule task [2025-07-23T01:09:58.252Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-23T01:10:48.761Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5581 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-07-23T01:10:48.782Z] Running in /w/workspace/device-rest-go/208 [Pipeline] { [Pipeline] checkout [2025-07-23T01:10:48.816Z] The recommended git tool is: git [2025-07-23T01:10:53.175Z] using credential edgex-jenkins-ssh [2025-07-23T01:10:53.194Z] Cloning the remote Git repository [2025-07-23T01:10:53.231Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-07-23T01:10:53.314Z] > git init /w/workspace/device-rest-go/208 # timeout=10 [2025-07-23T01:10:53.436Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-07-23T01:10:53.437Z] > git --version # timeout=10 [2025-07-23T01:10:53.455Z] > git --version # 'git version 2.25.1' [2025-07-23T01:10:53.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-23T01:10:53.598Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-23T01:10:57.661Z] Avoid second fetch [2025-07-23T01:10:57.662Z] Checking out Revision b20f7a6907cc4e3631fe9fe6df33307b02a422bb (main) [2025-07-23T01:10:56.883Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-07-23T01:10:56.905Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-23T01:10:58.242Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#482)" [2025-07-23T01:10:57.675Z] > git config core.sparsecheckout # timeout=10 [2025-07-23T01:10:57.736Z] > git checkout -f b20f7a6907cc4e3631fe9fe6df33307b02a422bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-23T01:11:02.732Z] Running on prd-centos7-docker-4c-2g-5582 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T01:11:02.823Z] provisioning config files... [2025-07-23T01:11:02.876Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17261381933276498982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:03.104Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-23T01:11:03.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-23T01:11:03.104Z] Dload Upload Total Spent Left Speed [2025-07-23T01:11:03.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 150 0 --:--:-- --:--:-- --:--:-- 150 [Pipeline] sh [2025-07-23T01:11:04.250Z] ---> ****-login.sh [2025-07-23T01:11:04.250Z] nexus3.edgexfoundry.org:10001 [2025-07-23T01:11:04.274Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-23T01:11:04.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:04.605Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-23T01:11:04.605Z] + sudo tee /etc/docker/daemon.new [2025-07-23T01:11:04.605Z] { [2025-07-23T01:11:04.605Z] "registry-mirrors": [ [2025-07-23T01:11:04.605Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-23T01:11:04.605Z] ], [2025-07-23T01:11:04.605Z] "bip": "10.250.0.254/24", [2025-07-23T01:11:04.605Z] "hosts": [ [2025-07-23T01:11:04.605Z] "tcp://0.0.0.0:5555", [2025-07-23T01:11:04.605Z] "unix:///var/run/docker.sock" [2025-07-23T01:11:04.605Z] ], [2025-07-23T01:11:04.605Z] "mtu": 1458, [2025-07-23T01:11:04.605Z] "selinux-enabled": true, [2025-07-23T01:11:04.605Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-23T01:11:04.605Z] } [Pipeline] sh [2025-07-23T01:11:04.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:04.774Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:04.774Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:04.774Z] [2025-07-23T01:11:04.774Z] Login Succeeded [2025-07-23T01:11:04.774Z] nexus3.edgexfoundry.org:10002 [2025-07-23T01:11:04.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:04.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:04.775Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:04.775Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:04.775Z] [2025-07-23T01:11:04.775Z] Login Succeeded [2025-07-23T01:11:04.775Z] nexus3.edgexfoundry.org:10003 [2025-07-23T01:11:04.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:04.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:04.775Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:04.775Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:04.775Z] [2025-07-23T01:11:04.775Z] Login Succeeded [2025-07-23T01:11:04.775Z] nexus3.edgexfoundry.org:10004 [2025-07-23T01:11:04.943Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-23T01:11:05.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:05.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:05.036Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:05.036Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:05.036Z] [2025-07-23T01:11:05.036Z] Login Succeeded [2025-07-23T01:11:05.036Z] ****.io [2025-07-23T01:11:05.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:05.278Z] + sudo service docker restart [2025-07-23T01:11:05.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:05.297Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:05.297Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:05.297Z] [2025-07-23T01:11:05.297Z] Login Succeeded [2025-07-23T01:11:05.297Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T01:11:05.308Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-23T01:11:05.661Z] + docker buildx ls [2025-07-23T01:11:05.662Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-23T01:11:05.662Z] default * docker [2025-07-23T01:11:05.662Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-23T01:11:05.969Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-23T01:11:05.970Z] edgex-builder [Pipeline] sh [2025-07-23T01:11:06.275Z] + docker buildx inspect --bootstrap [2025-07-23T01:11:06.275Z] #1 [internal] booting buildkit [2025-07-23T01:11:06.275Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-23T01:11:10.527Z] #1 pulling image moby/buildkit:buildx-stable-1 3.8s done [2025-07-23T01:11:10.527Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-23T01:11:11.480Z] #1 creating container buildx_buildkit_edgex-builder0 1.3s done [2025-07-23T01:11:11.480Z] #1 DONE 5.1s [2025-07-23T01:11:11.480Z] Name: edgex-builder [2025-07-23T01:11:11.480Z] Driver: docker-container [2025-07-23T01:11:11.480Z] [2025-07-23T01:11:11.480Z] Nodes: [2025-07-23T01:11:11.480Z] Name: edgex-builder0 [2025-07-23T01:11:11.480Z] Endpoint: unix:///var/run/docker.sock [2025-07-23T01:11:11.480Z] Status: running [2025-07-23T01:11:11.480Z] Buildkit: v0.22.0 [2025-07-23T01:11:11.480Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-23T01:11:11.798Z] + docker buildx ls [2025-07-23T01:11:11.798Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-23T01:11:11.798Z] edgex-builder * docker-container [2025-07-23T01:11:11.798Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-23T01:11:11.798Z] default docker [2025-07-23T01:11:11.798Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-23T01:11:12.116Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb' [2025-07-23T01:11:12.116Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb --push - [2025-07-23T01:11:12.116Z] #1 [internal] load build definition from Dockerfile [2025-07-23T01:11:12.116Z] #1 transferring dockerfile: 196B done [2025-07-23T01:11:12.116Z] #1 DONE 0.0s [2025-07-23T01:11:12.116Z] [2025-07-23T01:11:12.116Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb [2025-07-23T01:11:12.116Z] #2 DONE 0.1s [2025-07-23T01:11:12.116Z] [2025-07-23T01:11:12.116Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb [2025-07-23T01:11:12.116Z] #3 DONE 0.1s [2025-07-23T01:11:12.116Z] [2025-07-23T01:11:12.116Z] #4 [internal] load .dockerignore [2025-07-23T01:11:12.382Z] #4 transferring context: 2B done [2025-07-23T01:11:12.382Z] #4 DONE 0.0s [2025-07-23T01:11:12.382Z] [2025-07-23T01:11:12.382Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:12.382Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:12.382Z] #5 DONE 0.0s [2025-07-23T01:11:12.382Z] [2025-07-23T01:11:12.382Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:12.382Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:12.382Z] #6 DONE 0.1s [2025-07-23T01:11:12.382Z] [2025-07-23T01:11:12.382Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T01:11:12.382Z] #7 DONE 0.0s [2025-07-23T01:11:12.382Z] [2025-07-23T01:11:12.382Z] #8 exporting to image [2025-07-23T01:11:12.382Z] #8 exporting layers done [2025-07-23T01:11:12.382Z] #8 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d 0.0s done [2025-07-23T01:11:12.382Z] #8 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done [2025-07-23T01:11:12.382Z] #8 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done [2025-07-23T01:11:12.382Z] #8 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done [2025-07-23T01:11:12.382Z] #8 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done [2025-07-23T01:11:12.382Z] #8 pushing layers 0.1s done [2025-07-23T01:11:12.382Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a [2025-07-23T01:11:12.382Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T01:11:12.646Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done [2025-07-23T01:11:12.646Z] #8 DONE 0.2s [2025-07-23T01:11:12.646Z] [2025-07-23T01:11:12.646Z] 1 warning found (use --debug to expand): [2025-07-23T01:11:12.646Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T01:11:12.962Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-07-23T01:11:12.962Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-07-23T01:11:12.962Z] #1 [internal] load build definition from Dockerfile [2025-07-23T01:11:12.962Z] #1 transferring dockerfile: 162B done [2025-07-23T01:11:12.962Z] #1 DONE 0.0s [2025-07-23T01:11:12.963Z] [2025-07-23T01:11:12.963Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-23T01:11:12.963Z] #2 DONE 0.0s [2025-07-23T01:11:12.963Z] [2025-07-23T01:11:12.963Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-23T01:11:12.963Z] #3 DONE 0.0s [2025-07-23T01:11:12.963Z] [2025-07-23T01:11:12.963Z] #4 [internal] load .dockerignore [2025-07-23T01:11:12.963Z] #4 transferring context: 2B done [2025-07-23T01:11:12.963Z] #4 DONE 0.0s [2025-07-23T01:11:12.963Z] [2025-07-23T01:11:12.963Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:12.963Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:12.963Z] #5 DONE 0.0s [2025-07-23T01:11:12.963Z] [2025-07-23T01:11:12.963Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:13.225Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:13.225Z] #6 CACHED [2025-07-23T01:11:13.225Z] [2025-07-23T01:11:13.225Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:13.225Z] #5 CACHED [2025-07-23T01:11:13.225Z] [2025-07-23T01:11:13.225Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T01:11:13.225Z] #7 DONE 0.0s [2025-07-23T01:11:13.225Z] [2025-07-23T01:11:13.225Z] #8 exporting to image [2025-07-23T01:11:13.225Z] #8 exporting layers done [2025-07-23T01:11:13.225Z] #8 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done [2025-07-23T01:11:13.225Z] #8 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done [2025-07-23T01:11:13.225Z] #8 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done [2025-07-23T01:11:13.225Z] #8 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done [2025-07-23T01:11:13.225Z] #8 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done [2025-07-23T01:11:13.225Z] #8 pushing layers 0.0s done [2025-07-23T01:11:13.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done [2025-07-23T01:11:13.225Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T01:11:13.225Z] #8 DONE 0.1s [2025-07-23T01:11:13.225Z] [2025-07-23T01:11:13.225Z] 1 warning found (use --debug to expand): [2025-07-23T01:11:13.225Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T01:11:13.535Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9' [2025-07-23T01:11:13.535Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 --push - [2025-07-23T01:11:13.535Z] #1 [internal] load build definition from Dockerfile [2025-07-23T01:11:13.535Z] #1 transferring dockerfile: 167B done [2025-07-23T01:11:13.535Z] #1 DONE 0.0s [2025-07-23T01:11:13.535Z] [2025-07-23T01:11:13.535Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-07-23T01:11:13.535Z] #2 DONE 0.0s [2025-07-23T01:11:13.535Z] [2025-07-23T01:11:13.535Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-07-23T01:11:13.535Z] #3 DONE 0.0s [2025-07-23T01:11:13.535Z] [2025-07-23T01:11:13.535Z] #4 [internal] load .dockerignore [2025-07-23T01:11:13.535Z] #4 transferring context: 2B done [2025-07-23T01:11:13.535Z] #4 DONE 0.0s [2025-07-23T01:11:13.535Z] [2025-07-23T01:11:13.535Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:13.535Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:13.535Z] #5 CACHED [2025-07-23T01:11:13.535Z] [2025-07-23T01:11:13.535Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:13.535Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:13.535Z] #6 CACHED [2025-07-23T01:11:13.535Z] [2025-07-23T01:11:13.535Z] #7 exporting to image [2025-07-23T01:11:13.535Z] #7 exporting layers done [2025-07-23T01:11:13.535Z] #7 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done [2025-07-23T01:11:13.535Z] #7 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done [2025-07-23T01:11:13.535Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T01:11:13.797Z] #7 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done [2025-07-23T01:11:13.797Z] #7 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done [2025-07-23T01:11:13.797Z] #7 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done [2025-07-23T01:11:13.797Z] #7 pushing layers 0.0s done [2025-07-23T01:11:13.797Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done [2025-07-23T01:11:13.797Z] #7 DONE 0.1s [2025-07-23T01:11:13.797Z] [2025-07-23T01:11:13.797Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T01:11:13.797Z] #8 DONE 0.0s [2025-07-23T01:11:13.797Z] [2025-07-23T01:11:13.797Z] 1 warning found (use --debug to expand): [2025-07-23T01:11:13.797Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T01:11:14.096Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9' [2025-07-23T01:11:14.097Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 --push - [2025-07-23T01:11:14.363Z] #1 [internal] load build definition from Dockerfile [2025-07-23T01:11:14.363Z] #1 transferring dockerfile: 208B done [2025-07-23T01:11:14.363Z] #1 DONE 0.0s [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [2025-07-23T01:11:14.363Z] #2 DONE 0.0s [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [2025-07-23T01:11:14.363Z] #3 DONE 0.0s [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] #4 [internal] load .dockerignore [2025-07-23T01:11:14.363Z] #4 transferring context: 2B done [2025-07-23T01:11:14.363Z] #4 DONE 0.0s [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:14.363Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:14.363Z] #5 CACHED [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:14.363Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:14.363Z] #6 CACHED [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] #7 exporting to image [2025-07-23T01:11:14.363Z] #7 exporting layers done [2025-07-23T01:11:14.363Z] #7 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done [2025-07-23T01:11:14.363Z] #7 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done [2025-07-23T01:11:14.363Z] #7 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done [2025-07-23T01:11:14.363Z] #7 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done [2025-07-23T01:11:14.363Z] #7 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done [2025-07-23T01:11:14.363Z] #7 pushing layers 0.0s done [2025-07-23T01:11:14.363Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a [2025-07-23T01:11:14.363Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T01:11:14.363Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done [2025-07-23T01:11:14.363Z] #7 DONE 0.1s [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T01:11:14.363Z] #8 DONE 0.0s [2025-07-23T01:11:14.363Z] [2025-07-23T01:11:14.363Z] 1 warning found (use --debug to expand): [2025-07-23T01:11:14.363Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T01:11:14.664Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-07-23T01:11:14.665Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-07-23T01:11:14.665Z] #1 [internal] load build definition from Dockerfile [2025-07-23T01:11:14.665Z] #1 transferring dockerfile: 160B done [2025-07-23T01:11:14.665Z] #1 DONE 0.0s [2025-07-23T01:11:14.665Z] [2025-07-23T01:11:14.665Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-23T01:11:14.665Z] #2 DONE 0.0s [2025-07-23T01:11:14.665Z] [2025-07-23T01:11:14.665Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-23T01:11:14.665Z] #3 DONE 0.0s [2025-07-23T01:11:14.665Z] [2025-07-23T01:11:14.665Z] #4 [internal] load .dockerignore [2025-07-23T01:11:14.665Z] #4 transferring context: 2B done [2025-07-23T01:11:14.665Z] #4 DONE 0.0s [2025-07-23T01:11:14.665Z] [2025-07-23T01:11:14.665Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:14.665Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 done [2025-07-23T01:11:14.665Z] #5 CACHED [2025-07-23T01:11:14.665Z] [2025-07-23T01:11:14.665Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 [2025-07-23T01:11:14.665Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done [2025-07-23T01:11:14.665Z] #6 CACHED [2025-07-23T01:11:14.665Z] [2025-07-23T01:11:14.665Z] #7 exporting to image [2025-07-23T01:11:14.665Z] #7 exporting layers done [2025-07-23T01:11:14.665Z] #7 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done [2025-07-23T01:11:14.665Z] #7 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done [2025-07-23T01:11:14.665Z] #7 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done [2025-07-23T01:11:14.665Z] #7 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done [2025-07-23T01:11:14.665Z] #7 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done [2025-07-23T01:11:14.665Z] #7 pushing layers [2025-07-23T01:11:14.665Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T01:11:14.929Z] #7 pushing layers 1.3s done [2025-07-23T01:11:14.929Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done [2025-07-23T01:11:14.929Z] #7 DONE 1.4s [2025-07-23T01:11:14.929Z] [2025-07-23T01:11:14.929Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T01:11:14.929Z] #8 DONE 0.0s [2025-07-23T01:11:14.929Z] [2025-07-23T01:11:14.929Z] 1 warning found (use --debug to expand): [2025-07-23T01:11:14.929Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-23T01:11:15.349Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:15.661Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:16.237Z] ---> package-listing.sh [2025-07-23T01:11:16.237Z] ++ facter osfamily [2025-07-23T01:11:16.237Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-23T01:11:16.504Z] + OS_FAMILY=redhat [2025-07-23T01:11:16.504Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-23T01:11:16.504Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-23T01:11:16.504Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-23T01:11:16.504Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-23T01:11:16.504Z] + PACKAGES=/tmp/packages_start.txt [2025-07-23T01:11:16.504Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-23T01:11:16.504Z] + PACKAGES=/tmp/packages_end.txt [2025-07-23T01:11:16.504Z] + case "${OS_FAMILY}" in [2025-07-23T01:11:16.504Z] + rpm -qa [2025-07-23T01:11:16.504Z] + sort [2025-07-23T01:11:17.601Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-23T01:11:17.601Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-23T01:11:17.601Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-23T01:11:17.601Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-23T01:11:17.601Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-23T01:11:17.601Z] + 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-07-23T01:11:17.616Z] 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-07-23T01:11:17.898Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:11:18.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T01:11:18.482Z] [2025-07-23T01:11:18.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:11:18.797Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T01:11:18.797Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-23T01:11:18.797Z] 5eb5b503b376: Pulling fs layer [2025-07-23T01:11:18.797Z] 5c69ac0246d0: Pulling fs layer [2025-07-23T01:11:18.797Z] ec43610c2a17: Pulling fs layer [2025-07-23T01:11:18.797Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-23T01:11:18.797Z] 33b1e0a273af: Pulling fs layer [2025-07-23T01:11:18.797Z] 5d3b04190fa2: Pulling fs layer [2025-07-23T01:11:18.797Z] 2f39f015ded8: Pulling fs layer [2025-07-23T01:11:18.797Z] 3a2ae6a8a46f: Waiting [2025-07-23T01:11:18.797Z] 33b1e0a273af: Waiting [2025-07-23T01:11:18.797Z] 5d3b04190fa2: Waiting [2025-07-23T01:11:18.797Z] 2f39f015ded8: Waiting [2025-07-23T01:11:18.797Z] 5c69ac0246d0: Verifying Checksum [2025-07-23T01:11:18.797Z] 5c69ac0246d0: Download complete [2025-07-23T01:11:18.797Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-23T01:11:18.797Z] 3a2ae6a8a46f: Download complete [2025-07-23T01:11:18.797Z] 33b1e0a273af: Verifying Checksum [2025-07-23T01:11:18.797Z] 33b1e0a273af: Download complete [2025-07-23T01:11:19.063Z] 5d3b04190fa2: Verifying Checksum [2025-07-23T01:11:19.063Z] 5d3b04190fa2: Download complete [2025-07-23T01:11:19.063Z] ec43610c2a17: Verifying Checksum [2025-07-23T01:11:19.063Z] ec43610c2a17: Download complete [2025-07-23T01:11:19.063Z] 5eb5b503b376: Verifying Checksum [2025-07-23T01:11:19.063Z] 5eb5b503b376: Download complete [2025-07-23T01:11:20.034Z] 2f39f015ded8: Verifying Checksum [2025-07-23T01:11:20.034Z] 2f39f015ded8: Download complete [2025-07-23T01:11:20.615Z] 5eb5b503b376: Pull complete [2025-07-23T01:11:20.615Z] 5c69ac0246d0: Pull complete [2025-07-23T01:11:20.879Z] ec43610c2a17: Pull complete [2025-07-23T01:11:21.142Z] 3a2ae6a8a46f: Pull complete [2025-07-23T01:11:21.142Z] 33b1e0a273af: Pull complete [2025-07-23T01:11:21.407Z] 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T01:11:23.557Z] provisioning config files... [2025-07-23T01:11:23.585Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/208@tmp/config11166335908009930455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:24.049Z] ---> ****-login.sh [2025-07-23T01:11:24.049Z] nexus3.edgexfoundry.org:10001 [2025-07-23T01:11:24.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:24.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:24.643Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:24.643Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:24.643Z] [2025-07-23T01:11:24.643Z] Login Succeeded [2025-07-23T01:11:24.643Z] nexus3.edgexfoundry.org:10002 [2025-07-23T01:11:24.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:25.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:25.182Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:25.183Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:25.183Z] [2025-07-23T01:11:25.183Z] Login Succeeded [2025-07-23T01:11:25.183Z] nexus3.edgexfoundry.org:10003 [2025-07-23T01:11:25.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:25.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:25.453Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:25.453Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:25.453Z] [2025-07-23T01:11:25.453Z] Login Succeeded [2025-07-23T01:11:25.453Z] nexus3.edgexfoundry.org:10004 [2025-07-23T01:11:25.642Z] 2f39f015ded8: Pull complete [2025-07-23T01:11:25.642Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-23T01:11:25.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T01:11:25.642Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T01:11:25.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:25.885Z] prd-centos7-docker-4c-2g-5582 does not seem to be running inside a container [2025-07-23T01:11:25.922Z] $ 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-07-23T01:11:25.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:25.997Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:25.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:25.997Z] [2025-07-23T01:11:25.997Z] Login Succeeded [2025-07-23T01:11:25.997Z] ****.io [2025-07-23T01:11:26.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T01:11:26.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T01:11:26.265Z] Configure a credential helper to remove this warning. See [2025-07-23T01:11:26.265Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T01:11:26.265Z] [2025-07-23T01:11:26.265Z] Login Succeeded [2025-07-23T01:11:26.265Z] ---> ****-login.sh ends [2025-07-23T01:11:29.682Z] $ docker top ef5a609c9464da89dc15daa3cd76f61aa7e9016441408d02c0f8778f4737cd18 -eo pid,comm [Pipeline] { [Pipeline] } [2025-07-23T01:11:29.757Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-07-23T01:11:30.052Z] + touch /tmp/pre-build-complete [Pipeline] sh [Pipeline] echo [2025-07-23T01:11:30.135Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T01:11:30.150Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T01:11:30.164Z] ========================================================= [2025-07-23T01:11:30.164Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-23T01:11:30.164Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:11:30.345Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-23T01:11:30.536Z] + 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-07-23T01:11:30.536Z] Sending build context to Docker daemon 141.8kB [2025-07-23T01:11:30.637Z] + ls /var/log/sa-host [2025-07-23T01:11:30.637Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T01:11:30.804Z] provisioning config files... [2025-07-23T01:11:30.806Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-23T01:11:30.806Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-23T01:11:30.813Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16363161820810529017tmp [Pipeline] { [Pipeline] echo [2025-07-23T01:11:30.837Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:31.076Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-23T01:11:31.076Z] 94e9d8af2201: Pulling fs layer [2025-07-23T01:11:31.076Z] a6c56e8762df: Pulling fs layer [2025-07-23T01:11:31.076Z] f0f3c8884826: Pulling fs layer [2025-07-23T01:11:31.076Z] c7e7622c144d: Pulling fs layer [2025-07-23T01:11:31.076Z] 4f4fb700ef54: Pulling fs layer [2025-07-23T01:11:31.076Z] e8859aadc426: Pulling fs layer [2025-07-23T01:11:31.076Z] b4813487a9f6: Pulling fs layer [2025-07-23T01:11:31.076Z] 502a3d64fb4b: Pulling fs layer [2025-07-23T01:11:31.076Z] c7e7622c144d: Waiting [2025-07-23T01:11:31.076Z] 4f4fb700ef54: Waiting [2025-07-23T01:11:31.076Z] e8859aadc426: Waiting [2025-07-23T01:11:31.076Z] b4813487a9f6: Waiting [2025-07-23T01:11:31.076Z] 502a3d64fb4b: Waiting [2025-07-23T01:11:31.076Z] a6c56e8762df: Verifying Checksum [2025-07-23T01:11:31.076Z] a6c56e8762df: Download complete [2025-07-23T01:11:31.076Z] c7e7622c144d: Verifying Checksum [2025-07-23T01:11:31.076Z] c7e7622c144d: Download complete [2025-07-23T01:11:31.076Z] 4f4fb700ef54: Verifying Checksum [2025-07-23T01:11:31.076Z] 4f4fb700ef54: Download complete [2025-07-23T01:11:31.076Z] e8859aadc426: Verifying Checksum [2025-07-23T01:11:31.076Z] e8859aadc426: Download complete [2025-07-23T01:11:31.076Z] 94e9d8af2201: Verifying Checksum [2025-07-23T01:11:31.076Z] 94e9d8af2201: Download complete [2025-07-23T01:11:31.147Z] ---> create-netrc.sh [Pipeline] } [2025-07-23T01:11:31.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:31.511Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-23T01:11:31.524Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:31.666Z] 502a3d64fb4b: Verifying Checksum [2025-07-23T01:11:31.666Z] 502a3d64fb4b: Download complete [2025-07-23T01:11:31.822Z] ---> sudo-logs.sh [2025-07-23T01:11:31.822Z] Archiving 'sudo' log.. [2025-07-23T01:11:31.822Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5582.novalocal: Name or service not known [2025-07-23T01:11:31.822Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5582.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-23T01:11:31.853Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:32.160Z] ---> job-cost.sh [2025-07-23T01:11:32.160Z] lf-activate-venv: SKIPPING [2025-07-23T01:11:32.160Z] INFO: No Stack... [2025-07-23T01:11:32.255Z] 94e9d8af2201: Pull complete [2025-07-23T01:11:32.421Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-23T01:11:32.686Z] INFO: Archiving Costs [Pipeline] echo [2025-07-23T01:11:32.706Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:32.998Z] ---> logs-deploy.sh [2025-07-23T01:11:32.998Z] lf-activate-venv: SKIPPING [2025-07-23T01:11:32.999Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/208 [2025-07-23T01:11:32.999Z] INFO: archiving workspace using pattern(s): [2025-07-23T01:11:33.230Z] a6c56e8762df: Pull complete [2025-07-23T01:11:33.230Z] f0f3c8884826: Verifying Checksum [2025-07-23T01:11:33.230Z] f0f3c8884826: Download complete [2025-07-23T01:11:33.950Z] Archives upload complete. [2025-07-23T01:11:33.950Z] INFO: archiving logs to Nexus [2025-07-23T01:11:34.201Z] b4813487a9f6: Verifying Checksum [2025-07-23T01:11:34.201Z] b4813487a9f6: Download complete [2025-07-23T01:11:34.898Z] ---> uname -a: [2025-07-23T01:11:34.898Z] Linux prd-centos7-docker-4c-2g-5582.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] ---> lscpu: [2025-07-23T01:11:34.898Z] Architecture: x86_64 [2025-07-23T01:11:34.898Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-23T01:11:34.898Z] Byte Order: Little Endian [2025-07-23T01:11:34.898Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-23T01:11:34.898Z] CPU(s): 2 [2025-07-23T01:11:34.898Z] On-line CPU(s) list: 0,1 [2025-07-23T01:11:34.898Z] Thread(s) per core: 1 [2025-07-23T01:11:34.898Z] Core(s) per socket: 1 [2025-07-23T01:11:34.898Z] Socket(s): 2 [2025-07-23T01:11:34.898Z] NUMA node(s): 1 [2025-07-23T01:11:34.898Z] Vendor ID: AuthenticAMD [2025-07-23T01:11:34.898Z] CPU family: 23 [2025-07-23T01:11:34.898Z] Model: 49 [2025-07-23T01:11:34.898Z] Model name: AMD EPYC-Rome Processor [2025-07-23T01:11:34.898Z] Stepping: 0 [2025-07-23T01:11:34.898Z] CPU MHz: 2800.000 [2025-07-23T01:11:34.898Z] BogoMIPS: 5600.00 [2025-07-23T01:11:34.898Z] Virtualization: AMD-V [2025-07-23T01:11:34.898Z] Hypervisor vendor: KVM [2025-07-23T01:11:34.898Z] Virtualization type: full [2025-07-23T01:11:34.898Z] L1d cache: 64 KiB [2025-07-23T01:11:34.898Z] L1i cache: 64 KiB [2025-07-23T01:11:34.898Z] L2 cache: 1 MiB [2025-07-23T01:11:34.898Z] L3 cache: 32 MiB [2025-07-23T01:11:34.898Z] NUMA node0 CPU(s): 0,1 [2025-07-23T01:11:34.898Z] Vulnerability Itlb multihit: Not affected [2025-07-23T01:11:34.898Z] Vulnerability L1tf: Not affected [2025-07-23T01:11:34.898Z] Vulnerability Mds: Not affected [2025-07-23T01:11:34.898Z] Vulnerability Meltdown: Not affected [2025-07-23T01:11:34.898Z] Vulnerability Mmio stale data: Not affected [2025-07-23T01:11:34.898Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-23T01:11:34.898Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-23T01:11:34.898Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-23T01:11:34.898Z] Vulnerability Srbds: Not affected [2025-07-23T01:11:34.898Z] Vulnerability Tsx async abort: Not affected [2025-07-23T01:11:34.898Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] ---> nproc: [2025-07-23T01:11:34.898Z] 2 [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] ---> df -h: [2025-07-23T01:11:34.898Z] Filesystem Size Used Avail Use% Mounted on [2025-07-23T01:11:34.898Z] overlay 40G 7.3G 33G 19% / [2025-07-23T01:11:34.898Z] tmpfs 64M 0 64M 0% /dev [2025-07-23T01:11:34.898Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-23T01:11:34.898Z] shm 64M 0 64M 0% /dev/shm [2025-07-23T01:11:34.898Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] [2025-07-23T01:11:34.898Z] Cannot open /var/log/sysstat/sa23: No such file or directory [2025-07-23T01:11:34.898Z] Please check if data collecting is enabled [2025-07-23T01:11:34.898Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-23T01:11:34.941Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-23T01:11:34.944Z] $ docker stop --time=1 ef5a609c9464da89dc15daa3cd76f61aa7e9016441408d02c0f8778f4737cd18 [2025-07-23T01:11:36.081Z] $ docker rm -f --volumes ef5a609c9464da89dc15daa3cd76f61aa7e9016441408d02c0f8778f4737cd18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-23T01:11:36.183Z] [WS-CLEANUP] Deleting project workspace... [2025-07-23T01:11:36.183Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-23T01:11:36.206Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:11:36.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T01:11:36.660Z] [2025-07-23T01:11:36.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:11:36.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T01:11:36.964Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-23T01:11:36.964Z] 5eb5b503b376: Pulling fs layer [2025-07-23T01:11:36.964Z] 5c69ac0246d0: Pulling fs layer [2025-07-23T01:11:36.964Z] ec43610c2a17: Pulling fs layer [2025-07-23T01:11:36.964Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-23T01:11:36.964Z] 33b1e0a273af: Pulling fs layer [2025-07-23T01:11:36.964Z] 5d3b04190fa2: Pulling fs layer [2025-07-23T01:11:36.964Z] 2f39f015ded8: Pulling fs layer [2025-07-23T01:11:36.964Z] 33b1e0a273af: Waiting [2025-07-23T01:11:36.964Z] 2f39f015ded8: Waiting [2025-07-23T01:11:36.964Z] 5d3b04190fa2: Waiting [2025-07-23T01:11:36.964Z] 3a2ae6a8a46f: Waiting [2025-07-23T01:11:36.964Z] 5c69ac0246d0: Download complete [2025-07-23T01:11:36.964Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-23T01:11:36.964Z] 3a2ae6a8a46f: Download complete [2025-07-23T01:11:36.964Z] 33b1e0a273af: Verifying Checksum [2025-07-23T01:11:36.964Z] 33b1e0a273af: Download complete [2025-07-23T01:11:36.964Z] ec43610c2a17: Download complete [2025-07-23T01:11:36.964Z] 5d3b04190fa2: Verifying Checksum [2025-07-23T01:11:36.964Z] 5d3b04190fa2: Download complete [2025-07-23T01:11:37.223Z] 5eb5b503b376: Verifying Checksum [2025-07-23T01:11:37.223Z] 5eb5b503b376: Download complete [2025-07-23T01:11:37.786Z] 2f39f015ded8: Download complete [2025-07-23T01:11:39.159Z] 5eb5b503b376: Pull complete [2025-07-23T01:11:39.159Z] 5c69ac0246d0: Pull complete [2025-07-23T01:11:39.418Z] ec43610c2a17: Pull complete [2025-07-23T01:11:39.418Z] 3a2ae6a8a46f: Pull complete [2025-07-23T01:11:39.984Z] 33b1e0a273af: Pull complete [2025-07-23T01:11:39.984Z] 5d3b04190fa2: Pull complete [2025-07-23T01:11:46.543Z] 2f39f015ded8: Pull complete [2025-07-23T01:11:46.543Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-23T01:11:46.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T01:11:46.543Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [2025-07-23T01:11:46.549Z] f0f3c8884826: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T01:11:46.642Z] prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container [2025-07-23T01:11:46.672Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-23T01:11:46.818Z] c7e7622c144d: Pull complete [2025-07-23T01:11:47.086Z] 4f4fb700ef54: Pull complete [2025-07-23T01:11:47.365Z] e8859aadc426: Pull complete [2025-07-23T01:11:48.651Z] $ docker top ba3e39bb20d9af531048a4875392432454c32d965422398c0e64bd9f9e0a1487 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:11:49.052Z] ---> job-cost.sh [2025-07-23T01:11:49.052Z] lf-activate-venv: SKIPPING [2025-07-23T01:11:49.052Z] INFO: No Stack... [2025-07-23T01:11:49.311Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-23T01:11:49.570Z] INFO: Archiving Costs [Pipeline] sh [2025-07-23T01:11:49.858Z] + cut -d, -f6 [2025-07-23T01:11:49.859Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [Pipeline] lock [2025-07-23T01:11:49.871Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [2025-07-23T01:11:49.878Z] Resource [jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] did not exist. Created. [2025-07-23T01:11:49.884Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-23T01:11:50.192Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-23T01:11:50.231Z] Stashed 1 file(s) [Pipeline] } [2025-07-23T01:11:50.239Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-23T01:11:50.270Z] $ docker stop --time=1 ba3e39bb20d9af531048a4875392432454c32d965422398c0e64bd9f9e0a1487 [2025-07-23T01:11:51.411Z] $ docker rm -f --volumes ba3e39bb20d9af531048a4875392432454c32d965422398c0e64bd9f9e0a1487 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-23T01:11:55.595Z] b4813487a9f6: Pull complete [2025-07-23T01:11:57.008Z] 502a3d64fb4b: Pull complete [2025-07-23T01:11:57.008Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-23T01:11:57.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-23T01:11:57.277Z] ---> 3bb21d53e231 [2025-07-23T01:11:57.277Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-07-23T01:11:59.223Z] ---> Running in 66634919363e [2025-07-23T01:11:59.223Z] Removing intermediate container 66634919363e [2025-07-23T01:11:59.223Z] ---> bbd64531c883 [2025-07-23T01:11:59.223Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-23T01:11:59.223Z] ---> Running in 9da15538b597 [2025-07-23T01:11:59.493Z] Removing intermediate container 9da15538b597 [2025-07-23T01:11:59.493Z] ---> 80a505d13cae [2025-07-23T01:11:59.493Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-23T01:11:59.769Z] ---> Running in 53950dae82b6 [2025-07-23T01:12:00.037Z] Removing intermediate container 53950dae82b6 [2025-07-23T01:12:00.037Z] ---> ed242275d9e5 [2025-07-23T01:12:00.037Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-23T01:12:00.037Z] ---> Running in 8902fd8eb4b3 [2025-07-23T01:12:00.304Z] Removing intermediate container 8902fd8eb4b3 [2025-07-23T01:12:00.304Z] ---> 4b8455cae923 [2025-07-23T01:12:00.304Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-23T01:12:00.574Z] ---> Running in 39fad32f623f [2025-07-23T01:12:00.574Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:12:01.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-23T01:12:01.119Z] [2025-07-23T01:12:01.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:12:01.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-23T01:12:01.727Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-23T01:12:01.727Z] 8998bd30e6a1: Pulling fs layer [2025-07-23T01:12:01.727Z] 04944245beec: Pulling fs layer [2025-07-23T01:12:01.727Z] 699f458cf7ca: Pulling fs layer [2025-07-23T01:12:01.727Z] 765212b225bb: Pulling fs layer [2025-07-23T01:12:01.727Z] f23df028b6ca: Pulling fs layer [2025-07-23T01:12:01.727Z] d65c8cfc05b1: Pulling fs layer [2025-07-23T01:12:01.727Z] 2437ff75d9bd: Pulling fs layer [2025-07-23T01:12:01.727Z] 765212b225bb: Waiting [2025-07-23T01:12:01.727Z] f23df028b6ca: Waiting [2025-07-23T01:12:01.727Z] d65c8cfc05b1: Waiting [2025-07-23T01:12:01.727Z] 2437ff75d9bd: Waiting [2025-07-23T01:12:01.727Z] 04944245beec: Verifying Checksum [2025-07-23T01:12:01.727Z] 04944245beec: Download complete [2025-07-23T01:12:01.727Z] 765212b225bb: Download complete [2025-07-23T01:12:01.727Z] f23df028b6ca: Verifying Checksum [2025-07-23T01:12:01.727Z] f23df028b6ca: Download complete [2025-07-23T01:12:01.727Z] d65c8cfc05b1: Verifying Checksum [2025-07-23T01:12:01.727Z] d65c8cfc05b1: Download complete [2025-07-23T01:12:02.005Z] 699f458cf7ca: Verifying Checksum [2025-07-23T01:12:02.005Z] 699f458cf7ca: Download complete [2025-07-23T01:12:02.270Z] 8998bd30e6a1: Verifying Checksum [2025-07-23T01:12:02.270Z] 8998bd30e6a1: Download complete [2025-07-23T01:12:04.864Z] 2437ff75d9bd: Verifying Checksum [2025-07-23T01:12:04.864Z] 2437ff75d9bd: Download complete [2025-07-23T01:12:07.439Z] 8998bd30e6a1: Pull complete [2025-07-23T01:12:07.706Z] 04944245beec: Pull complete [2025-07-23T01:12:09.112Z] 699f458cf7ca: Pull complete [2025-07-23T01:12:09.378Z] 765212b225bb: Pull complete [2025-07-23T01:12:10.340Z] f23df028b6ca: Pull complete [2025-07-23T01:12:10.607Z] d65c8cfc05b1: Pull complete [2025-07-23T01:12:28.811Z] 2437ff75d9bd: Pull complete [2025-07-23T01:12:28.811Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-23T01:12:28.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-23T01:12:28.811Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T01:12:29.061Z] prd-ubuntu20.04-docker-arm64-4c-16g-5581 does not seem to be running inside a container [2025-07-23T01:12:29.127Z] $ 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/208 -v /w/workspace/device-rest-go/208:/w/workspace/device-rest-go/208:rw,z -v /w/workspace/device-rest-go/208@tmp:/w/workspace/device-rest-go/208@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-07-23T01:12:32.044Z] $ docker top b81f0c471bbe57001b4ea61b1b26f29fe4ff565168024c3d9a7aa7658e14c676 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:32.920Z] ---> job-cost.sh [2025-07-23T01:12:32.920Z] lf-activate-venv: SKIPPING [2025-07-23T01:12:32.920Z] INFO: No Stack... [2025-07-23T01:12:33.500Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-23T01:12:34.085Z] INFO: Archiving Costs [Pipeline] sh [2025-07-23T01:12:34.729Z] + cat /w/workspace/device-rest-go/208/archives/cost.csv [2025-07-23T01:12:34.729Z] + cut -d, -f6 [Pipeline] lock [2025-07-23T01:12:34.788Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [2025-07-23T01:12:34.795Z] Resource [jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] did not exist. Created. [2025-07-23T01:12:34.800Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-23T01:12:35.144Z] /w/workspace/device-rest-go/208@tmp/durable-46c1bb0e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-23T01:12:36.055Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-23T01:12:36.074Z] Warning: overwriting stash ‘stack-cost’ [2025-07-23T01:12:36.471Z] Stashed 1 file(s) [Pipeline] } [2025-07-23T01:12:36.478Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-23T01:12:36.508Z] $ docker stop --time=1 b81f0c471bbe57001b4ea61b1b26f29fe4ff565168024c3d9a7aa7658e14c676 [2025-07-23T01:12:37.995Z] $ docker rm -f --volumes b81f0c471bbe57001b4ea61b1b26f29fe4ff565168024c3d9a7aa7658e14c676 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-23T01:12:38.302Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-23T01:12:39.108Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-07-23T01:12:39.109Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-23T01:12:39.109Z] total 16 [2025-07-23T01:12:39.109Z] drwxr-xr-x 3 root root 4096 Jul 23 01:11 . [2025-07-23T01:12:39.109Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 23 01:11 .. [2025-07-23T01:12:39.109Z] drwxr-xr-x 2 root root 4096 Jul 23 01:11 cost [2025-07-23T01:12:39.109Z] -rw-r--r-- 1 root root 86 Jul 23 01:11 cost.csv [2025-07-23T01:12:39.109Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-23T01:12:39.109Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-23T01:12:39.109Z] total 16 [2025-07-23T01:12:39.109Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 01:11 . [2025-07-23T01:12:39.109Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 23 01:11 .. [2025-07-23T01:12:39.109Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 23 01:11 cost [2025-07-23T01:12:39.109Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 23 01:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:39.401Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:40.265Z] ---> package-listing.sh [2025-07-23T01:12:40.265Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-23T01:12:40.265Z] ++ facter osfamily [2025-07-23T01:12:40.524Z] + OS_FAMILY=debian [2025-07-23T01:12:40.524Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-23T01:12:40.524Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-23T01:12:40.524Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-23T01:12:40.524Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-23T01:12:40.524Z] + PACKAGES=/tmp/packages_start.txt [2025-07-23T01:12:40.524Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-23T01:12:40.524Z] + PACKAGES=/tmp/packages_end.txt [2025-07-23T01:12:40.524Z] + case "${OS_FAMILY}" in [2025-07-23T01:12:40.524Z] + dpkg -l [2025-07-23T01:12:40.524Z] + grep '^ii' [2025-07-23T01:12:40.524Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-23T01:12:40.524Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-23T01:12:40.524Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-23T01:12:40.524Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-23T01:12:40.524Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-23T01:12:40.524Z] + 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-07-23T01:12:40.536Z] 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-07-23T01:12:40.817Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T01:12:41.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T01:12:41.384Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T01:12:41.465Z] prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container [2025-07-23T01:12:41.499Z] $ 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-07-23T01:12:41.754Z] $ docker top 16a8b862178494dfc0e3361e20c9390c2318ad35dfec0b8bd97f1e7463802356 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-23T01:12:42.109Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-23T01:12:42.399Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-23T01:12:42.686Z] + ls /var/log/sa-host [2025-07-23T01:12:42.686Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T01:12:42.723Z] provisioning config files... [2025-07-23T01:12:42.731Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15050538797440682186tmp [Pipeline] { [Pipeline] echo [2025-07-23T01:12:42.751Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:43.034Z] ---> create-netrc.sh [Pipeline] } [2025-07-23T01:12:43.041Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:43.358Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-23T01:12:43.366Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:43.651Z] ---> sudo-logs.sh [2025-07-23T01:12:43.651Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-23T01:12:43.694Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:43.980Z] ---> job-cost.sh [2025-07-23T01:12:43.980Z] lf-activate-venv: SKIPPING [2025-07-23T01:12:43.980Z] DEBUG: total: 0.2199999988079071 [2025-07-23T01:12:43.980Z] INFO: Retrieving Stack Cost... [2025-07-23T01:12:44.241Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-23T01:12:44.500Z] INFO: Archiving Costs [Pipeline] echo [2025-07-23T01:12:44.514Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T01:12:44.797Z] ---> logs-deploy.sh [2025-07-23T01:12:44.797Z] lf-activate-venv: SKIPPING [2025-07-23T01:12:44.797Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/208 [2025-07-23T01:12:44.797Z] INFO: archiving workspace using pattern(s): [2025-07-23T01:12:45.732Z] Archives upload complete. [2025-07-23T01:12:45.991Z] INFO: archiving logs to Nexus