Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e81f4a11d222bd0ac515cf42ad2c5638fc581316 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-ssh13626876843825683345.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-ssh8957559684937766071.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-ssh7128473053786174384.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-ssh15924954934869742392.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-ssh15162057775202928046.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-6055’ Running on prd-ubuntu20.04-docker-8c-8g-6063 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 e81f4a11d222bd0ac515cf42ad2c5638fc581316 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#484)" > git config core.sparsecheckout # timeout=10 > git checkout -f e81f4a11d222bd0ac515cf42ad2c5638fc581316 # timeout=10 > git rev-list --no-walk b20f7a6907cc4e3631fe9fe6df33307b02a422bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-01T01:23:13.295Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-01T01:23:13.370Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-01T01:23:13.394Z] ========================================================= [2025-08-01T01:23:13.394Z] EdgeX Global Pipelines Version Info [2025-08-01T01:23:13.394Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:23:14.118Z] ------------------- [2025-08-01T01:23:14.118Z] stable info: [2025-08-01T01:23:14.118Z] ------------------- [2025-08-01T01:23:14.118Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-08-01T01:23:14.118Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-08-01T01:23:14.118Z] Message: update stable to v1.0.274 [2025-08-01T01:23:14.696Z] ------------------- [2025-08-01T01:23:14.696Z] experimental info: [2025-08-01T01:23:14.696Z] ------------------- [2025-08-01T01:23:14.696Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-01T01:23:14.696Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-01T01:23:14.696Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-01T01:23:14.770Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-08-01T01:23:14.789Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-08-01T01:23:14.807Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-01T01:23:14.884Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-01T01:23:14.907Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-01T01:23:14.928Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-01T01:23:14.946Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-01T01:23:14.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-01T01:23:14.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-01T01:23:15.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-01T01:23:15.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-01T01:23:15.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-08-01T01:23:15.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-01T01:23:15.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-01T01:23:15.113Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-01T01:23:15.135Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-01T01:23:15.157Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-01T01:23:15.180Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-01T01:23:15.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-01T01:23:15.232Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-01T01:23:15.256Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-01T01:23:15.281Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-01T01:23:15.308Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-01T01:23:15.333Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-01T01:23:15.359Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-01T01:23:15.382Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-01T01:23:15.407Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-01T01:23:15.428Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-01T01:23:15.452Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-01T01:23:15.482Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-01T01:23:15.505Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo [2025-08-01T01:23:15.525Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e81f4a1 [Pipeline] echo [2025-08-01T01:23:15.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:23:15.604Z] provisioning config files... [2025-08-01T01:23:15.620Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14606471586780191804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:23:15.951Z] ---> ****-login.sh [2025-08-01T01:23:15.951Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:23:15.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:16.212Z] [2025-08-01T01:23:16.212Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:23:16.212Z] Configure a credential helper to remove this warning. See [2025-08-01T01:23:16.212Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:23:16.212Z] [2025-08-01T01:23:16.212Z] Login Succeeded [2025-08-01T01:23:16.212Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:23:16.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:16.212Z] [2025-08-01T01:23:16.212Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:23:16.212Z] Configure a credential helper to remove this warning. See [2025-08-01T01:23:16.213Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:23:16.213Z] [2025-08-01T01:23:16.213Z] Login Succeeded [2025-08-01T01:23:16.213Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:23:16.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:16.213Z] [2025-08-01T01:23:16.213Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:23:16.213Z] Configure a credential helper to remove this warning. See [2025-08-01T01:23:16.213Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:23:16.213Z] [2025-08-01T01:23:16.213Z] Login Succeeded [2025-08-01T01:23:16.213Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:23:16.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:16.473Z] [2025-08-01T01:23:16.473Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:23:16.473Z] Configure a credential helper to remove this warning. See [2025-08-01T01:23:16.473Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:23:16.473Z] [2025-08-01T01:23:16.473Z] Login Succeeded [2025-08-01T01:23:16.473Z] ****.io [2025-08-01T01:23:16.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:16.733Z] [2025-08-01T01:23:16.733Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:23:16.733Z] Configure a credential helper to remove this warning. See [2025-08-01T01:23:16.733Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:23:16.733Z] [2025-08-01T01:23:16.733Z] Login Succeeded [2025-08-01T01:23:16.733Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:23:16.741Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-01T01:23:17.144Z] + git rev-list -1 --merges e81f4a11d222bd0ac515cf42ad2c5638fc581316~1..e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo [2025-08-01T01:23:17.177Z] -----------> git rev-list -1 --merges e81f4a11d222bd0ac515cf42ad2c5638fc581316~1..e81f4a11d222bd0ac515cf42ad2c5638fc581316 e81f4a11d222bd0ac515cf42ad2c5638fc581316 [false] [Pipeline] sh [2025-08-01T01:23:17.472Z] + git log --format=format:%s -1 e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo [2025-08-01T01:23:17.490Z] ========================================================= [2025-08-01T01:23:17.490Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-01T01:23:17.490Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-01T01:23:17.825Z] + git log --format=format:%s -1 e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo [2025-08-01T01:23:17.838Z] [semverPrep] GIT_COMMIT: e81f4a11d222bd0ac515cf42ad2c5638fc581316, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#484) [Pipeline] echo [2025-08-01T01:23:17.856Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-01T01:23:18.222Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-01T01:23:18.222Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-01T01:23:18.222Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-01T01:23:18.222Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-01T01:23:18.222Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-01T01:23:18.222Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-01T01:23:18.222Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:23:18.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:23:18.588Z] [2025-08-01T01:23:18.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:23:18.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:23:18.891Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-01T01:23:18.891Z] 3dae71ba6b94: Pulling fs layer [2025-08-01T01:23:18.891Z] 6bf1a483ea7c: Pulling fs layer [2025-08-01T01:23:18.891Z] f5dfc541a4d3: Pulling fs layer [2025-08-01T01:23:18.891Z] 461d9e800cba: Pulling fs layer [2025-08-01T01:23:18.891Z] 80192f66455f: Pulling fs layer [2025-08-01T01:23:18.891Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-01T01:23:18.891Z] a29436f7fd5d: Pulling fs layer [2025-08-01T01:23:18.891Z] 923cac83aea3: Pulling fs layer [2025-08-01T01:23:18.891Z] 25ad8b0a4227: Pulling fs layer [2025-08-01T01:23:18.891Z] 461d9e800cba: Waiting [2025-08-01T01:23:18.891Z] 2e8e34ca0e6c: Waiting [2025-08-01T01:23:18.891Z] a29436f7fd5d: Waiting [2025-08-01T01:23:18.891Z] 25ad8b0a4227: Waiting [2025-08-01T01:23:18.891Z] 923cac83aea3: Waiting [2025-08-01T01:23:18.891Z] db01528c6b51: Pulling fs layer [2025-08-01T01:23:18.891Z] 28988de357af: Pulling fs layer [2025-08-01T01:23:18.891Z] db01528c6b51: Waiting [2025-08-01T01:23:18.891Z] 28988de357af: Waiting [2025-08-01T01:23:18.891Z] 6bf1a483ea7c: Verifying Checksum [2025-08-01T01:23:18.891Z] 6bf1a483ea7c: Download complete [2025-08-01T01:23:18.891Z] 461d9e800cba: Download complete [2025-08-01T01:23:18.891Z] 80192f66455f: Download complete [2025-08-01T01:23:19.151Z] f5dfc541a4d3: Verifying Checksum [2025-08-01T01:23:19.151Z] f5dfc541a4d3: Download complete [2025-08-01T01:23:19.151Z] 3dae71ba6b94: Verifying Checksum [2025-08-01T01:23:19.151Z] 3dae71ba6b94: Download complete [2025-08-01T01:23:19.151Z] 923cac83aea3: Download complete [2025-08-01T01:23:19.151Z] 25ad8b0a4227: Verifying Checksum [2025-08-01T01:23:19.151Z] 25ad8b0a4227: Download complete [2025-08-01T01:23:19.151Z] db01528c6b51: Verifying Checksum [2025-08-01T01:23:19.151Z] db01528c6b51: Download complete [2025-08-01T01:23:19.410Z] 28988de357af: Verifying Checksum [2025-08-01T01:23:19.410Z] 28988de357af: Download complete [2025-08-01T01:23:19.410Z] a29436f7fd5d: Verifying Checksum [2025-08-01T01:23:19.410Z] a29436f7fd5d: Download complete [2025-08-01T01:23:19.978Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-01T01:23:19.978Z] 2e8e34ca0e6c: Download complete [2025-08-01T01:23:20.545Z] 3dae71ba6b94: Pull complete [2025-08-01T01:23:20.803Z] 6bf1a483ea7c: Pull complete [2025-08-01T01:23:21.743Z] f5dfc541a4d3: Pull complete [2025-08-01T01:23:21.743Z] 461d9e800cba: Pull complete [2025-08-01T01:23:21.743Z] 80192f66455f: Pull complete [2025-08-01T01:23:25.965Z] 2e8e34ca0e6c: Pull complete [2025-08-01T01:23:26.533Z] a29436f7fd5d: Pull complete [2025-08-01T01:23:26.793Z] 923cac83aea3: Pull complete [2025-08-01T01:23:26.793Z] 25ad8b0a4227: Pull complete [2025-08-01T01:23:26.793Z] db01528c6b51: Pull complete [2025-08-01T01:23:26.793Z] 28988de357af: Pull complete [2025-08-01T01:23:26.793Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-01T01:23:26.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:23:26.793Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:23:26.942Z] prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container [2025-08-01T01:23:26.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-01T01:23:28.725Z] $ docker top 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 -eo pid,comm [2025-08-01T01:23:28.780Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-01T01:23:28.780Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-01T01:23:28.833Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-01T01:23:28.833Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-01T01:23:28.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-01T01:23:28.939Z] $ docker exec 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent [2025-08-01T01:23:29.069Z] SSH_AUTH_SOCK=/tmp/ssh-MvWgV1cjIVSm/agent.32 [2025-08-01T01:23:29.069Z] SSH_AGENT_PID=38 [2025-08-01T01:23:29.076Z] Running ssh-add (command line suppressed) [2025-08-01T01:23:29.164Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6589847993475968406.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6589847993475968406.key) [2025-08-01T01:23:29.187Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-01T01:23:29.481Z] + git tag --points-at HEAD [Pipeline] } [2025-08-01T01:23:29.485Z] $ docker exec --env ******** --env ******** 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent -k [2025-08-01T01:23:29.579Z] unset SSH_AUTH_SOCK; [2025-08-01T01:23:29.580Z] unset SSH_AGENT_PID; [2025-08-01T01:23:29.580Z] echo Agent pid 38 killed; [2025-08-01T01:23:29.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-01T01:23:29.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-01T01:23:29.632Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-01T01:23:29.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-01T01:23:29.729Z] $ docker exec 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent [2025-08-01T01:23:29.840Z] SSH_AUTH_SOCK=/tmp/ssh-dlNog1Lwloj1/agent.71 [2025-08-01T01:23:29.840Z] SSH_AGENT_PID=77 [2025-08-01T01:23:29.846Z] Running ssh-add (command line suppressed) [2025-08-01T01:23:29.939Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12150387629634379974.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12150387629634379974.key) [2025-08-01T01:23:29.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-01T01:23:30.254Z] + git semver init [2025-08-01T01:23:30.512Z] 2025-08-01 01:23:30,475 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-01T01:23:30.512Z] 2025-08-01 01:23:30,480 [run_init] DEBUG init version:0.0.0 force:False [2025-08-01T01:23:30.512Z] 2025-08-01 01:23:30,481 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-08-01T01:23:30.512Z] 2025-08-01 01:23:30,481 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-08-01T01:23:30.512Z] 2025-08-01 01:23:30,481 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-08-01T01:23:31.893Z] 2025-08-01 01:23:31,882 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-08-01T01:23:31.893Z] 2025-08-01 01:23:31,882 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-08-01T01:23:31.893Z] 2025-08-01 01:23:31,882 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-08-01T01:23:31.893Z] 2025-08-01 01:23:31,883 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-08-01T01:23:31.893Z] 4.1.0-dev.9 [Pipeline] } [2025-08-01T01:23:32.156Z] $ docker exec --env ******** --env ******** 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent -k [2025-08-01T01:23:32.258Z] unset SSH_AUTH_SOCK; [2025-08-01T01:23:32.259Z] unset SSH_AGENT_PID; [2025-08-01T01:23:32.259Z] echo Agent pid 77 killed; [2025-08-01T01:23:32.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-01T01:23:32.603Z] + git semver [Pipeline] } [2025-08-01T01:23:32.870Z] $ docker stop --time=1 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 [2025-08-01T01:23:34.171Z] $ docker rm -f --volumes 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-01T01:23:34.518Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-01T01:23:34.733Z] Stashed 1 file(s) [Pipeline] echo [2025-08-01T01:23:34.737Z] [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-08-01T01:23:34.893Z] provisioning config files... [2025-08-01T01:23:34.902Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8409623782665224374tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:23:35.201Z] ---> ****-login.sh [2025-08-01T01:23:35.201Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:23:35.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:35.201Z] Login Succeeded [2025-08-01T01:23:35.201Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:23:35.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:35.201Z] Login Succeeded [2025-08-01T01:23:35.201Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:23:35.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:35.470Z] Login Succeeded [2025-08-01T01:23:35.470Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:23:35.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:35.470Z] Login Succeeded [2025-08-01T01:23:35.470Z] ****.io [2025-08-01T01:23:35.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:23:35.741Z] Login Succeeded [2025-08-01T01:23:35.741Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:23:35.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-01T01:23:35.866Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:23:35.886Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:23:35.900Z] ========================================================= [2025-08-01T01:23:35.900Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-01T01:23:35.900Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:23:36.242Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-08-01T01:23:37.180Z] #0 building with "default" instance using docker driver [2025-08-01T01:23:37.180Z] [2025-08-01T01:23:37.180Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:23:37.180Z] #1 transferring dockerfile: 1.74kB done [2025-08-01T01:23:37.180Z] #1 DONE 0.0s [2025-08-01T01:23:37.180Z] [2025-08-01T01:23:37.180Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-01T01:23:37.180Z] #2 DONE 0.1s [2025-08-01T01:23:37.180Z] [2025-08-01T01:23:37.180Z] #3 [internal] load .dockerignore [2025-08-01T01:23:37.180Z] #3 transferring context: 193B done [2025-08-01T01:23:37.180Z] #3 DONE 0.0s [2025-08-01T01:23:37.180Z] [2025-08-01T01:23:37.180Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-08-01T01:23:37.180Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-08-01T01:23:37.180Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-08-01T01:23:37.180Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-08-01T01:23:37.180Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-08-01T01:23:37.180Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-08-01T01:23:37.180Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-01T01:23:37.180Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-08-01T01:23:37.180Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-01T01:23:37.180Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.68MB / 74.06MB 0.2s [2025-08-01T01:23:37.180Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-01T01:23:37.180Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s [2025-08-01T01:23:37.180Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-01T01:23:37.180Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-01T01:23:37.180Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-08-01T01:23:37.180Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s [2025-08-01T01:23:37.441Z] #4 ... [2025-08-01T01:23:37.441Z] [2025-08-01T01:23:37.441Z] #5 [internal] load build context [2025-08-01T01:23:37.441Z] #5 transferring context: 21.61MB 0.2s done [2025-08-01T01:23:37.441Z] #5 DONE 0.2s [2025-08-01T01:23:37.441Z] [2025-08-01T01:23:37.441Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-08-01T01:23:37.441Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 31.46MB / 74.06MB 0.3s [2025-08-01T01:23:37.441Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-01T01:23:37.441Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 8.39MB / 100.52MB 0.3s [2025-08-01T01:23:37.441Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-08-01T01:23:37.441Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 1.05MB / 13.29MB 0.3s [2025-08-01T01:23:37.441Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-08-01T01:23:37.441Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 69.21MB / 74.06MB 0.5s [2025-08-01T01:23:37.441Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 30.41MB / 100.52MB 0.5s [2025-08-01T01:23:37.441Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done [2025-08-01T01:23:37.441Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-08-01T01:23:37.700Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-08-01T01:23:37.700Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 46.14MB / 100.52MB 0.6s [2025-08-01T01:23:37.700Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-08-01T01:23:37.700Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s done [2025-08-01T01:23:37.700Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 66.42MB / 100.52MB 0.7s [2025-08-01T01:23:37.960Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 0.9s [2025-08-01T01:23:37.960Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s done [2025-08-01T01:23:43.225Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.5s done [2025-08-01T01:23:43.225Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-01T01:23:43.225Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-01T01:23:43.225Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-01T01:23:43.225Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-08-01T01:23:43.225Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-08-01T01:23:43.225Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-08-01T01:23:43.225Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-08-01T01:23:46.503Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.1s done [2025-08-01T01:23:46.503Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-08-01T01:23:47.071Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.9s done [2025-08-01T01:23:47.071Z] #4 DONE 9.9s [2025-08-01T01:23:47.071Z] [2025-08-01T01:23:47.071Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-08-01T01:23:47.071Z] #6 0.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:23:47.329Z] #6 0.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:23:47.587Z] #6 0.682 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-08-01T01:23:47.847Z] #6 0.690 (2/4) Installing libedit (20240517.3.1-r0) [2025-08-01T01:23:47.847Z] #6 0.697 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-08-01T01:23:47.847Z] #6 0.726 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-08-01T01:23:47.847Z] #6 0.739 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:23:47.847Z] #6 0.748 OK: 252 MiB in 62 packages [2025-08-01T01:23:49.236Z] #6 DONE 2.3s [2025-08-01T01:23:49.494Z] [2025-08-01T01:23:49.494Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-08-01T01:23:49.494Z] #7 DONE 0.0s [2025-08-01T01:23:49.494Z] [2025-08-01T01:23:49.494Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:23:49.494Z] #8 DONE 0.0s [2025-08-01T01:23:49.494Z] [2025-08-01T01:23:49.494Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:23:49.851Z] Still waiting to schedule task [2025-08-01T01:23:49.852Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6059’ [2025-08-01T01:24:28.239Z] #9 DONE 33.4s [2025-08-01T01:24:28.239Z] [2025-08-01T01:24:28.239Z] #10 [builder 6/7] COPY . . [2025-08-01T01:24:28.239Z] #10 DONE 0.1s [2025-08-01T01:24:28.239Z] [2025-08-01T01:24:28.239Z] #11 [builder 7/7] RUN echo noop [2025-08-01T01:24:28.239Z] #11 0.201 noop [2025-08-01T01:24:28.239Z] #11 DONE 0.2s [2025-08-01T01:24:28.239Z] [2025-08-01T01:24:28.239Z] #12 exporting to image [2025-08-01T01:24:28.239Z] #12 exporting layers [2025-08-01T01:24:30.774Z] #12 exporting layers 7.5s done [2025-08-01T01:24:30.774Z] #12 writing image sha256:dfba74c49c8e11d9236f1149ae28d1463cdf1961b99174a109f12e4be81829e1 done [2025-08-01T01:24:30.774Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-01T01:24:30.774Z] #12 DONE 7.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:24:31.092Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-01T01:24:31.093Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:24:31.160Z] prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container [2025-08-01T01:24:31.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-01T01:24:31.498Z] $ docker top 22e343864f0629264bc68f501c68ceea2d6ad354d3b01d067ed48a7e1b8514ce -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:24:31.847Z] + go version [2025-08-01T01:24:31.848Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-01T01:24:31.863Z] $ docker stop --time=1 22e343864f0629264bc68f501c68ceea2d6ad354d3b01d067ed48a7e1b8514ce [2025-08-01T01:24:33.121Z] $ docker rm -f --volumes 22e343864f0629264bc68f501c68ceea2d6ad354d3b01d067ed48a7e1b8514ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:24:33.578Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-01T01:24:33.578Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:24:33.660Z] prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container [2025-08-01T01:24:33.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-01T01:24:33.927Z] $ docker top c11560dd1c34c0618907bee172a757c0ccab7877d0d29aed32bc59f2dd855ce2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:24:34.265Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-08-01T01:24:34.566Z] + make test [2025-08-01T01:24:34.566Z] go test ./... -coverprofile=coverage.out ./... [2025-08-01T01:24:35.938Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-08-01T01:24:57.898Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-08-01T01:24:57.898Z] ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 32.2% of statements [2025-08-01T01:25:07.858Z] go vet ./... [2025-08-01T01:25:14.412Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-01T01:25:14.412Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-01T01:25:14.412Z] ./bin/test-attribution-txt.sh [2025-08-01T01:25:14.412Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-01T01:25:14.412Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-01T01:25:14.413Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-01T01:25:14.413Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-01T01:25:14.413Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-08-01T01:25:14.427Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-01T01:25:14.447Z] $ docker stop --time=1 c11560dd1c34c0618907bee172a757c0ccab7877d0d29aed32bc59f2dd855ce2 [2025-08-01T01:25:16.249Z] $ docker rm -f --volumes c11560dd1c34c0618907bee172a757c0ccab7877d0d29aed32bc59f2dd855ce2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-01T01:25:16.826Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-01T01:25:16.877Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-01T01:25:17.325Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-01T01:25:17.613Z] + ls -al . [2025-08-01T01:25:17.613Z] total 244 [2025-08-01T01:25:17.613Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 1 01:24 . [2025-08-01T01:25:17.613Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 01:23 .. [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 1 01:23 .dockerignore [2025-08-01T01:25:17.613Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 01:24 .git [2025-08-01T01:25:17.613Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:23 .github [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 264 Aug 1 01:23 .gitignore [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 1 01:23 .golangci.yml [2025-08-01T01:25:17.613Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 01:23 .semver [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 20138 Aug 1 01:23 Attribution.txt [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 18492 Aug 1 01:23 CHANGELOG.md [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 1697 Aug 1 01:23 Dockerfile [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 1 01:23 GOVERNANCE.md [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 1 01:23 Jenkinsfile [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 1 01:23 LICENSE [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 2598 Aug 1 01:23 Makefile [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 1 01:23 OWNERS.md [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 3989 Aug 1 01:23 README.md [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 1 01:23 VERSION [2025-08-01T01:25:17.613Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 01:23 bin [2025-08-01T01:25:17.613Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:23 cmd [2025-08-01T01:25:17.613Z] -rw-r--r-- 1 jenkins jenkins 14565 Aug 1 01:24 coverage.out [2025-08-01T01:25:17.613Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 01:23 driver [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 6274 Aug 1 01:23 go.mod [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 86767 Aug 1 01:23 go.sum [2025-08-01T01:25:17.613Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:23 openapi [2025-08-01T01:25:17.613Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 1 01:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:17.931Z] + 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=e81f4a11d222bd0ac515cf42ad2c5638fc581316 --label arch=amd64 --label version=4.1.0-dev.9 . [2025-08-01T01:25:18.191Z] #0 building with "default" instance using docker driver [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:25:18.191Z] #1 transferring dockerfile: 1.74kB done [2025-08-01T01:25:18.191Z] #1 WARN: UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [2025-08-01T01:25:18.191Z] #1 DONE 0.0s [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-01T01:25:18.191Z] #2 DONE 0.0s [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-01T01:25:18.191Z] #3 DONE 0.1s [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #4 [internal] load .dockerignore [2025-08-01T01:25:18.191Z] #4 transferring context: 193B done [2025-08-01T01:25:18.191Z] #4 DONE 0.0s [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #5 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:25:18.191Z] #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:25:18.191Z] #5 ... [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #6 [internal] load build context [2025-08-01T01:25:18.191Z] #6 transferring context: 18.46kB done [2025-08-01T01:25:18.191Z] #6 DONE 0.0s [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-01T01:25:18.191Z] #7 DONE 0.1s [2025-08-01T01:25:18.191Z] [2025-08-01T01:25:18.191Z] #5 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:25:18.191Z] #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-01T01:25:18.191Z] #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-01T01:25:18.191Z] #5 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-01T01:25:18.191Z] #5 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-01T01:25:18.191Z] #5 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-01T01:25:18.191Z] #5 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-01T01:25:18.450Z] #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-01T01:25:18.450Z] #5 DONE 0.2s [2025-08-01T01:25:18.450Z] [2025-08-01T01:25:18.450Z] #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-08-01T01:25:18.450Z] #8 0.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:18.450Z] #8 0.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:18.710Z] #8 0.616 OK: 252 MiB in 62 packages [2025-08-01T01:25:18.971Z] #8 DONE 0.7s [2025-08-01T01:25:18.971Z] [2025-08-01T01:25:18.971Z] #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-08-01T01:25:18.971Z] #9 0.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:18.971Z] #9 0.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:18.971Z] #9 0.554 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-01T01:25:18.971Z] #9 0.560 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:25:18.971Z] #9 0.580 OK: 8 MiB in 15 packages [2025-08-01T01:25:18.971Z] #9 DONE 0.7s [2025-08-01T01:25:18.971Z] [2025-08-01T01:25:18.971Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-08-01T01:25:18.971Z] #10 DONE 0.0s [2025-08-01T01:25:18.971Z] [2025-08-01T01:25:18.971Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:25:18.971Z] #11 DONE 0.0s [2025-08-01T01:25:18.971Z] [2025-08-01T01:25:18.971Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-01T01:25:19.229Z] #12 0.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:19.491Z] #12 ... [2025-08-01T01:25:19.491Z] [2025-08-01T01:25:19.491Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:25:19.491Z] #13 DONE 0.5s [2025-08-01T01:25:19.491Z] [2025-08-01T01:25:19.491Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-01T01:25:19.491Z] #12 0.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:19.491Z] #12 ... [2025-08-01T01:25:19.491Z] [2025-08-01T01:25:19.491Z] #14 [builder 6/7] COPY . . [2025-08-01T01:25:19.491Z] #14 DONE 0.1s [2025-08-01T01:25:19.750Z] [2025-08-01T01:25:19.750Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-01T01:25:19.750Z] #12 0.725 OK: 8 MiB in 15 packages [2025-08-01T01:25:19.750Z] #12 DONE 0.8s [2025-08-01T01:25:19.750Z] [2025-08-01T01:25:19.750Z] #15 [builder 7/7] RUN make build [2025-08-01T01:25:20.009Z] #15 0.258 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.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-08-01T01:25:46.544Z] #15 DONE 23.6s [2025-08-01T01:25:46.544Z] [2025-08-01T01:25:46.544Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-08-01T01:25:46.544Z] #16 DONE 0.1s [2025-08-01T01:25:46.544Z] [2025-08-01T01:25:46.544Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-08-01T01:25:46.544Z] #17 DONE 0.0s [2025-08-01T01:25:46.544Z] [2025-08-01T01:25:46.544Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-08-01T01:25:46.544Z] #18 DONE 0.0s [2025-08-01T01:25:46.544Z] [2025-08-01T01:25:46.544Z] #19 exporting to image [2025-08-01T01:25:46.544Z] #19 exporting layers [2025-08-01T01:25:46.544Z] #19 exporting layers 0.2s done [2025-08-01T01:25:46.544Z] #19 writing image sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done [2025-08-01T01:25:46.544Z] #19 naming to docker.io/library/device-rest done [2025-08-01T01:25:46.544Z] #19 DONE 0.2s [2025-08-01T01:25:46.544Z] [2025-08-01T01:25:46.544Z] 1 warning found (use docker --debug to expand): [2025-08-01T01:25:46.544Z]  - UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:25:46.665Z] provisioning config files... [2025-08-01T01:25:46.675Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7437776996043993241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:25:46.978Z] ---> ****-login.sh [2025-08-01T01:25:46.978Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:25:46.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:46.978Z] Login Succeeded [2025-08-01T01:25:46.978Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:25:46.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:46.978Z] Login Succeeded [2025-08-01T01:25:46.978Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:25:47.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:47.244Z] Login Succeeded [2025-08-01T01:25:47.244Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:25:47.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:47.244Z] Login Succeeded [2025-08-01T01:25:47.244Z] ****.io [2025-08-01T01:25:47.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:47.504Z] Login Succeeded [2025-08-01T01:25:47.504Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:25:47.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:25:47.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:25:47.600Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-08-01T01:25:47.600Z] e81f4a11d222bd0ac515cf42ad2c5638fc581316 [2025-08-01T01:25:47.600Z] latest [2025-08-01T01:25:47.600Z] 4.1.0-dev.9 [2025-08-01T01:25:47.600Z] e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [2025-08-01T01:25:47.600Z] main [2025-08-01T01:25:47.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:47.935Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:48.248Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 [2025-08-01T01:25:48.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-01T01:25:48.248Z] 98577e16b801: Preparing [2025-08-01T01:25:48.248Z] ceb07f79930a: Preparing [2025-08-01T01:25:48.248Z] 83f102f61dd9: Preparing [2025-08-01T01:25:48.248Z] 1d2c2e761463: Preparing [2025-08-01T01:25:48.248Z] d2dc3539cfa8: Preparing [2025-08-01T01:25:48.248Z] 097100c76c15: Preparing [2025-08-01T01:25:48.248Z] 097100c76c15: Waiting [2025-08-01T01:25:48.248Z] d2dc3539cfa8: Pushed [2025-08-01T01:25:48.248Z] ceb07f79930a: Pushed [2025-08-01T01:25:48.248Z] 097100c76c15: Layer already exists [2025-08-01T01:25:48.248Z] 98577e16b801: Pushed [2025-08-01T01:25:48.248Z] 1d2c2e761463: Pushed [2025-08-01T01:25:51.535Z] 83f102f61dd9: Pushed [2025-08-01T01:25:51.535Z] e81f4a11d222bd0ac515cf42ad2c5638fc581316: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:51.857Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:52.178Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-01T01:25:52.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-01T01:25:52.178Z] 98577e16b801: Preparing [2025-08-01T01:25:52.178Z] ceb07f79930a: Preparing [2025-08-01T01:25:52.178Z] 83f102f61dd9: Preparing [2025-08-01T01:25:52.178Z] 1d2c2e761463: Preparing [2025-08-01T01:25:52.178Z] d2dc3539cfa8: Preparing [2025-08-01T01:25:52.178Z] 097100c76c15: Preparing [2025-08-01T01:25:52.178Z] 097100c76c15: Waiting [2025-08-01T01:25:52.178Z] 1d2c2e761463: Layer already exists [2025-08-01T01:25:52.178Z] d2dc3539cfa8: Layer already exists [2025-08-01T01:25:52.179Z] ceb07f79930a: Layer already exists [2025-08-01T01:25:52.179Z] 98577e16b801: Layer already exists [2025-08-01T01:25:52.179Z] 83f102f61dd9: Layer already exists [2025-08-01T01:25:52.179Z] 097100c76c15: Layer already exists [2025-08-01T01:25:52.179Z] latest: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:52.518Z] + 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-08-01T01:25:52.844Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-01T01:25:52.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-01T01:25:52.845Z] 98577e16b801: Preparing [2025-08-01T01:25:52.845Z] ceb07f79930a: Preparing [2025-08-01T01:25:52.845Z] 83f102f61dd9: Preparing [2025-08-01T01:25:52.845Z] 1d2c2e761463: Preparing [2025-08-01T01:25:52.845Z] d2dc3539cfa8: Preparing [2025-08-01T01:25:52.845Z] 097100c76c15: Preparing [2025-08-01T01:25:52.845Z] 097100c76c15: Waiting [2025-08-01T01:25:52.845Z] ceb07f79930a: Layer already exists [2025-08-01T01:25:52.845Z] d2dc3539cfa8: Layer already exists [2025-08-01T01:25:52.845Z] 1d2c2e761463: Layer already exists [2025-08-01T01:25:52.845Z] 83f102f61dd9: Layer already exists [2025-08-01T01:25:52.845Z] 98577e16b801: Layer already exists [2025-08-01T01:25:52.845Z] 097100c76c15: Layer already exists [2025-08-01T01:25:52.845Z] 4.1.0-dev.9: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:53.178Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:53.492Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [2025-08-01T01:25:53.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-01T01:25:53.492Z] 98577e16b801: Preparing [2025-08-01T01:25:53.492Z] ceb07f79930a: Preparing [2025-08-01T01:25:53.492Z] 83f102f61dd9: Preparing [2025-08-01T01:25:53.492Z] 1d2c2e761463: Preparing [2025-08-01T01:25:53.492Z] d2dc3539cfa8: Preparing [2025-08-01T01:25:53.492Z] 097100c76c15: Preparing [2025-08-01T01:25:53.492Z] 097100c76c15: Waiting [2025-08-01T01:25:53.492Z] d2dc3539cfa8: Layer already exists [2025-08-01T01:25:53.492Z] ceb07f79930a: Layer already exists [2025-08-01T01:25:53.492Z] 98577e16b801: Layer already exists [2025-08-01T01:25:53.492Z] 83f102f61dd9: Layer already exists [2025-08-01T01:25:53.492Z] 1d2c2e761463: Layer already exists [2025-08-01T01:25:53.492Z] 097100c76c15: Layer already exists [2025-08-01T01:25:53.492Z] e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:53.822Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:54.143Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-01T01:25:54.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-01T01:25:54.143Z] 98577e16b801: Preparing [2025-08-01T01:25:54.143Z] ceb07f79930a: Preparing [2025-08-01T01:25:54.143Z] 83f102f61dd9: Preparing [2025-08-01T01:25:54.143Z] 1d2c2e761463: Preparing [2025-08-01T01:25:54.143Z] d2dc3539cfa8: Preparing [2025-08-01T01:25:54.143Z] 097100c76c15: Preparing [2025-08-01T01:25:54.143Z] 097100c76c15: Waiting [2025-08-01T01:25:54.143Z] ceb07f79930a: Layer already exists [2025-08-01T01:25:54.143Z] 1d2c2e761463: Layer already exists [2025-08-01T01:25:54.143Z] 98577e16b801: Layer already exists [2025-08-01T01:25:54.143Z] 83f102f61dd9: Layer already exists [2025-08-01T01:25:54.143Z] d2dc3539cfa8: Layer already exists [2025-08-01T01:25:54.143Z] 097100c76c15: Layer already exists [2025-08-01T01:25:54.143Z] main: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:25:54.213Z] ===================================================== [Pipeline] echo [2025-08-01T01:25:54.228Z] taggedImages: [2025-08-01T01:25:54.228Z] - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 [2025-08-01T01:25:54.228Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-01T01:25:54.228Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-01T01:25:54.228Z] - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [2025-08-01T01:25:54.228Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-08-01T01:25:54.269Z] ========================================================= [2025-08-01T01:25:54.269Z] [edgeXBuildMultiArch] RAW Config: [2025-08-01T01:25:54.269Z] images: [2025-08-01T01:25:54.269Z] - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 [2025-08-01T01:25:54.269Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-01T01:25:54.269Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-01T01:25:54.269Z] - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [2025-08-01T01:25:54.269Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-01T01:25:54.269Z] settingsFile: [2025-08-01T01:25:54.269Z] device-rest-go-settings [2025-08-01T01:25:54.269Z] ========================================================= [Pipeline] node [2025-08-01T01:26:09.271Z] Still waiting to schedule task [2025-08-01T01:26:09.272Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-01T01:26:48.073Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6066 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-08-01T01:26:48.090Z] Running in /w/workspace/device-rest-go/209 [Pipeline] { [Pipeline] checkout [2025-08-01T01:26:48.131Z] The recommended git tool is: git [2025-08-01T01:26:53.986Z] using credential edgex-jenkins-ssh [2025-08-01T01:26:54.007Z] Cloning the remote Git repository [2025-08-01T01:26:54.054Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-08-01T01:26:54.152Z] > git init /w/workspace/device-rest-go/209 # timeout=10 [2025-08-01T01:26:54.308Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-08-01T01:26:54.310Z] > git --version # timeout=10 [2025-08-01T01:26:54.337Z] > git --version # 'git version 2.25.1' [2025-08-01T01:26:54.341Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-01T01:26:54.556Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-01T01:26:58.367Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-08-01T01:26:58.388Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-01T01:26:59.342Z] Avoid second fetch [2025-08-01T01:26:59.342Z] Checking out Revision e81f4a11d222bd0ac515cf42ad2c5638fc581316 (main) [2025-08-01T01:26:59.356Z] > git config core.sparsecheckout # timeout=10 [2025-08-01T01:26:59.438Z] > git checkout -f e81f4a11d222bd0ac515cf42ad2c5638fc581316 # timeout=10 [2025-08-01T01:27:00.006Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#484)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-01T01:27:04.808Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-08-01T01:27:04.808Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-01T01:27:04.808Z] Dload Upload Total Spent Left Speed [2025-08-01T01:27:04.808Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 254 0 --:--:-- --:--:-- --:--:-- 254 [Pipeline] sh [2025-08-01T01:27:05.150Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-08-01T01:27:05.482Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-08-01T01:27:05.482Z] + sudo tee /etc/docker/daemon.new [2025-08-01T01:27:05.482Z] { [2025-08-01T01:27:05.482Z] "registry-mirrors": [ [2025-08-01T01:27:05.482Z] "https://nexus3.edgexfoundry.org:10001" [2025-08-01T01:27:05.482Z] ], [2025-08-01T01:27:05.482Z] "bip": "10.250.0.254/24", [2025-08-01T01:27:05.482Z] "hosts": [ [2025-08-01T01:27:05.482Z] "tcp://0.0.0.0:5555", [2025-08-01T01:27:05.482Z] "unix:///var/run/docker.sock" [2025-08-01T01:27:05.482Z] ], [2025-08-01T01:27:05.482Z] "mtu": 1458, [2025-08-01T01:27:05.482Z] "selinux-enabled": true, [2025-08-01T01:27:05.482Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-08-01T01:27:05.482Z] } [Pipeline] sh [2025-08-01T01:27:05.828Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-08-01T01:27:06.163Z] + sudo service docker restart [2025-08-01T01:27:22.764Z] Running on prd-centos7-docker-4c-2g-6068 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:27:22.807Z] provisioning config files... [2025-08-01T01:27:22.834Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12758308506092912606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:27:26.572Z] provisioning config files... [2025-08-01T01:27:26.598Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/209@tmp/config13113183079081814309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:26.834Z] ---> ****-login.sh [2025-08-01T01:27:26.834Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:27:26.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:27.037Z] ---> ****-login.sh [2025-08-01T01:27:27.037Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:27:27.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:27.094Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:27.094Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:27.094Z] [2025-08-01T01:27:27.094Z] Login Succeeded [2025-08-01T01:27:27.094Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:27:27.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:27.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:27.356Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:27.356Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:27.356Z] [2025-08-01T01:27:27.356Z] Login Succeeded [2025-08-01T01:27:27.356Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:27:27.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:27.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:27.357Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:27.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:27.357Z] [2025-08-01T01:27:27.357Z] Login Succeeded [2025-08-01T01:27:27.357Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:27.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:27.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:27.357Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:27.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:27.357Z] [2025-08-01T01:27:27.357Z] Login Succeeded [2025-08-01T01:27:27.357Z] ****.io [2025-08-01T01:27:27.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:27.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:27.619Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:27.619Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:27.619Z] [2025-08-01T01:27:27.619Z] Login Succeeded [2025-08-01T01:27:27.619Z] ---> ****-login.sh ends [2025-08-01T01:27:27.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:27.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:27.627Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:27.627Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:27.627Z] [2025-08-01T01:27:27.627Z] Login Succeeded [2025-08-01T01:27:27.627Z] nexus3.edgexfoundry.org:10002 [Pipeline] } [2025-08-01T01:27:27.628Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-01T01:27:27.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:27.976Z] + docker buildx ls [2025-08-01T01:27:28.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:28.171Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:28.171Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:28.171Z] [2025-08-01T01:27:28.171Z] Login Succeeded [2025-08-01T01:27:28.171Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:27:28.237Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-01T01:27:28.237Z] default * docker [2025-08-01T01:27:28.237Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-01T01:27:28.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:28.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:28.442Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:28.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:28.442Z] [2025-08-01T01:27:28.442Z] Login Succeeded [2025-08-01T01:27:28.442Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:28.541Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-01T01:27:28.541Z] edgex-builder [Pipeline] sh [2025-08-01T01:27:28.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:28.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:28.720Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:28.720Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:28.720Z] [2025-08-01T01:27:28.720Z] Login Succeeded [2025-08-01T01:27:28.720Z] ****.io [2025-08-01T01:27:28.839Z] + docker buildx inspect --bootstrap [2025-08-01T01:27:28.839Z] #1 [internal] booting buildkit [2025-08-01T01:27:28.839Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-01T01:27:28.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:29.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:29.260Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:29.260Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:29.260Z] [2025-08-01T01:27:29.260Z] Login Succeeded [2025-08-01T01:27:29.260Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:27:29.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-01T01:27:29.617Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:27:29.635Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:27:29.656Z] ========================================================= [2025-08-01T01:27:29.656Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-01T01:27:29.656Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:30.032Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-08-01T01:27:30.032Z] Sending build context to Docker daemon 141.8kB [2025-08-01T01:27:30.305Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-08-01T01:27:30.305Z] Step 2/12 : FROM ${BASE} AS builder [2025-08-01T01:27:30.305Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-01T01:27:30.305Z] 94e9d8af2201: Pulling fs layer [2025-08-01T01:27:30.305Z] a6c56e8762df: Pulling fs layer [2025-08-01T01:27:30.305Z] f0f3c8884826: Pulling fs layer [2025-08-01T01:27:30.305Z] c7e7622c144d: Pulling fs layer [2025-08-01T01:27:30.305Z] 4f4fb700ef54: Pulling fs layer [2025-08-01T01:27:30.305Z] e8859aadc426: Pulling fs layer [2025-08-01T01:27:30.305Z] b4813487a9f6: Pulling fs layer [2025-08-01T01:27:30.305Z] 502a3d64fb4b: Pulling fs layer [2025-08-01T01:27:30.305Z] 4f4fb700ef54: Waiting [2025-08-01T01:27:30.305Z] e8859aadc426: Waiting [2025-08-01T01:27:30.305Z] b4813487a9f6: Waiting [2025-08-01T01:27:30.305Z] 502a3d64fb4b: Waiting [2025-08-01T01:27:30.305Z] c7e7622c144d: Waiting [2025-08-01T01:27:30.582Z] a6c56e8762df: Verifying Checksum [2025-08-01T01:27:30.582Z] a6c56e8762df: Download complete [2025-08-01T01:27:30.582Z] c7e7622c144d: Verifying Checksum [2025-08-01T01:27:30.582Z] c7e7622c144d: Download complete [2025-08-01T01:27:30.582Z] 4f4fb700ef54: Verifying Checksum [2025-08-01T01:27:30.582Z] 4f4fb700ef54: Download complete [2025-08-01T01:27:30.582Z] e8859aadc426: Verifying Checksum [2025-08-01T01:27:30.582Z] e8859aadc426: Download complete [2025-08-01T01:27:30.582Z] 94e9d8af2201: Verifying Checksum [2025-08-01T01:27:30.582Z] 94e9d8af2201: Download complete [2025-08-01T01:27:30.848Z] 502a3d64fb4b: Download complete [2025-08-01T01:27:31.440Z] 94e9d8af2201: Pull complete [2025-08-01T01:27:32.024Z] a6c56e8762df: Pull complete [2025-08-01T01:27:32.607Z] f0f3c8884826: Verifying Checksum [2025-08-01T01:27:32.607Z] f0f3c8884826: Download complete [2025-08-01T01:27:33.054Z] #1 pulling image moby/buildkit:buildx-stable-1 3.6s done [2025-08-01T01:27:33.054Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-01T01:27:33.571Z] b4813487a9f6: Download complete [2025-08-01T01:27:34.006Z] #1 creating container buildx_buildkit_edgex-builder0 1.9s done [2025-08-01T01:27:34.006Z] #1 DONE 5.5s [2025-08-01T01:27:34.268Z] Name: edgex-builder [2025-08-01T01:27:34.268Z] Driver: docker-container [2025-08-01T01:27:34.268Z] [2025-08-01T01:27:34.268Z] Nodes: [2025-08-01T01:27:34.268Z] Name: edgex-builder0 [2025-08-01T01:27:34.268Z] Endpoint: unix:///var/run/docker.sock [2025-08-01T01:27:34.268Z] Status: running [2025-08-01T01:27:34.268Z] Buildkit: v0.22.0 [2025-08-01T01:27:34.268Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-01T01:27:34.590Z] + docker buildx ls [2025-08-01T01:27:34.590Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-01T01:27:34.590Z] edgex-builder * docker-container [2025-08-01T01:27:34.590Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-01T01:27:34.590Z] default docker [2025-08-01T01:27:34.590Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-01T01:27:34.884Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316' [2025-08-01T01:27:34.884Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 --push - [2025-08-01T01:27:35.143Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:35.143Z] #1 transferring dockerfile: 196B done [2025-08-01T01:27:35.143Z] #1 DONE 0.0s [2025-08-01T01:27:35.143Z] [2025-08-01T01:27:35.143Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 [2025-08-01T01:27:35.143Z] #2 DONE 0.1s [2025-08-01T01:27:35.143Z] [2025-08-01T01:27:35.143Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 [2025-08-01T01:27:35.143Z] #3 DONE 0.1s [2025-08-01T01:27:35.143Z] [2025-08-01T01:27:35.143Z] #4 [internal] load .dockerignore [2025-08-01T01:27:35.143Z] #4 transferring context: 2B done [2025-08-01T01:27:35.143Z] #4 DONE 0.0s [2025-08-01T01:27:35.143Z] [2025-08-01T01:27:35.143Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:35.143Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:35.143Z] #5 DONE 0.0s [2025-08-01T01:27:35.143Z] [2025-08-01T01:27:35.143Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:35.143Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:35.143Z] #6 DONE 0.1s [2025-08-01T01:27:35.143Z] [2025-08-01T01:27:35.143Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:35.143Z] #7 DONE 0.0s [2025-08-01T01:27:35.143Z] [2025-08-01T01:27:35.143Z] #8 exporting to image [2025-08-01T01:27:35.143Z] #8 exporting layers done [2025-08-01T01:27:35.143Z] #8 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done [2025-08-01T01:27:35.143Z] #8 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done [2025-08-01T01:27:35.143Z] #8 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done [2025-08-01T01:27:35.143Z] #8 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done [2025-08-01T01:27:35.143Z] #8 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done [2025-08-01T01:27:35.143Z] #8 pushing layers 0.1s done [2025-08-01T01:27:35.143Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 [2025-08-01T01:27:35.143Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:35.405Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done [2025-08-01T01:27:35.405Z] #8 DONE 0.2s [2025-08-01T01:27:35.405Z] [2025-08-01T01:27:35.405Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:35.405Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:35.692Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-08-01T01:27:35.692Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-08-01T01:27:35.692Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:35.692Z] #1 transferring dockerfile: 162B done [2025-08-01T01:27:35.692Z] #1 DONE 0.0s [2025-08-01T01:27:35.692Z] [2025-08-01T01:27:35.692Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-01T01:27:35.692Z] #2 DONE 0.0s [2025-08-01T01:27:35.692Z] [2025-08-01T01:27:35.692Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-01T01:27:35.692Z] #3 DONE 0.0s [2025-08-01T01:27:35.692Z] [2025-08-01T01:27:35.692Z] #4 [internal] load .dockerignore [2025-08-01T01:27:35.692Z] #4 transferring context: 2B done [2025-08-01T01:27:35.692Z] #4 DONE 0.0s [2025-08-01T01:27:35.692Z] [2025-08-01T01:27:35.692Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:35.692Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:35.692Z] #5 CACHED [2025-08-01T01:27:35.692Z] [2025-08-01T01:27:35.692Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:35.949Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:35.949Z] #6 CACHED [2025-08-01T01:27:35.949Z] [2025-08-01T01:27:35.949Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:35.949Z] #7 DONE 0.0s [2025-08-01T01:27:35.949Z] [2025-08-01T01:27:35.949Z] #8 exporting to image [2025-08-01T01:27:35.949Z] #8 exporting layers done [2025-08-01T01:27:35.949Z] #8 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done [2025-08-01T01:27:35.949Z] #8 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done [2025-08-01T01:27:35.949Z] #8 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done [2025-08-01T01:27:35.949Z] #8 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done [2025-08-01T01:27:35.949Z] #8 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done [2025-08-01T01:27:35.949Z] #8 pushing layers 0.0s done [2025-08-01T01:27:35.949Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done [2025-08-01T01:27:35.949Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:35.949Z] #8 DONE 0.1s [2025-08-01T01:27:35.949Z] [2025-08-01T01:27:35.949Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:35.949Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:36.237Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9' [2025-08-01T01:27:36.237Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 --push - [2025-08-01T01:27:36.237Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:36.237Z] #1 transferring dockerfile: 167B done [2025-08-01T01:27:36.237Z] #1 DONE 0.0s [2025-08-01T01:27:36.237Z] [2025-08-01T01:27:36.237Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-01T01:27:36.237Z] #2 DONE 0.0s [2025-08-01T01:27:36.237Z] [2025-08-01T01:27:36.237Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-01T01:27:36.237Z] #3 DONE 0.0s [2025-08-01T01:27:36.237Z] [2025-08-01T01:27:36.237Z] #4 [internal] load .dockerignore [2025-08-01T01:27:36.237Z] #4 transferring context: 2B done [2025-08-01T01:27:36.237Z] #4 DONE 0.0s [2025-08-01T01:27:36.237Z] [2025-08-01T01:27:36.237Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:36.237Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:36.237Z] #5 CACHED [2025-08-01T01:27:36.237Z] [2025-08-01T01:27:36.237Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:36.237Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:36.237Z] #6 CACHED [2025-08-01T01:27:36.237Z] [2025-08-01T01:27:36.237Z] #7 exporting to image [2025-08-01T01:27:36.237Z] #7 exporting layers [2025-08-01T01:27:36.237Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:36.498Z] #7 exporting layers done [2025-08-01T01:27:36.498Z] #7 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done [2025-08-01T01:27:36.498Z] #7 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done [2025-08-01T01:27:36.498Z] #7 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done [2025-08-01T01:27:36.498Z] #7 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done [2025-08-01T01:27:36.498Z] #7 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done [2025-08-01T01:27:36.498Z] #7 pushing layers 0.0s done [2025-08-01T01:27:36.498Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done [2025-08-01T01:27:36.498Z] #7 DONE 0.1s [2025-08-01T01:27:36.498Z] [2025-08-01T01:27:36.499Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:36.499Z] #8 DONE 0.0s [2025-08-01T01:27:36.499Z] [2025-08-01T01:27:36.499Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:36.499Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:36.792Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9' [2025-08-01T01:27:36.792Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 --push - [2025-08-01T01:27:37.052Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:37.052Z] #1 transferring dockerfile: 208B done [2025-08-01T01:27:37.052Z] #1 DONE 0.0s [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [2025-08-01T01:27:37.052Z] #2 DONE 0.0s [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [2025-08-01T01:27:37.052Z] #3 DONE 0.0s [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] #4 [internal] load .dockerignore [2025-08-01T01:27:37.052Z] #4 transferring context: 2B done [2025-08-01T01:27:37.052Z] #4 DONE 0.0s [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:37.052Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:37.052Z] #5 CACHED [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:37.052Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:37.052Z] #6 CACHED [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] #7 exporting to image [2025-08-01T01:27:37.052Z] #7 exporting layers done [2025-08-01T01:27:37.052Z] #7 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done [2025-08-01T01:27:37.052Z] #7 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done [2025-08-01T01:27:37.052Z] #7 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done [2025-08-01T01:27:37.052Z] #7 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done [2025-08-01T01:27:37.052Z] #7 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done [2025-08-01T01:27:37.052Z] #7 pushing layers 0.0s done [2025-08-01T01:27:37.052Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 [2025-08-01T01:27:37.052Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:37.052Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done [2025-08-01T01:27:37.052Z] #7 DONE 0.1s [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:37.052Z] #8 DONE 0.0s [2025-08-01T01:27:37.052Z] [2025-08-01T01:27:37.052Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:37.052Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:37.342Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-08-01T01:27:37.343Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-08-01T01:27:37.343Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:37.343Z] #1 transferring dockerfile: 160B done [2025-08-01T01:27:37.343Z] #1 DONE 0.0s [2025-08-01T01:27:37.343Z] [2025-08-01T01:27:37.343Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-01T01:27:37.343Z] #2 DONE 0.0s [2025-08-01T01:27:37.343Z] [2025-08-01T01:27:37.343Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-01T01:27:37.343Z] #3 DONE 0.0s [2025-08-01T01:27:37.343Z] [2025-08-01T01:27:37.343Z] #4 [internal] load .dockerignore [2025-08-01T01:27:37.343Z] #4 transferring context: 2B done [2025-08-01T01:27:37.343Z] #4 DONE 0.0s [2025-08-01T01:27:37.343Z] [2025-08-01T01:27:37.343Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:37.343Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done [2025-08-01T01:27:37.343Z] #5 CACHED [2025-08-01T01:27:37.343Z] [2025-08-01T01:27:37.343Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 [2025-08-01T01:27:37.343Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 done [2025-08-01T01:27:37.343Z] #6 CACHED [2025-08-01T01:27:37.343Z] [2025-08-01T01:27:37.343Z] #7 exporting to image [2025-08-01T01:27:37.343Z] #7 exporting layers done [2025-08-01T01:27:37.343Z] #7 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done [2025-08-01T01:27:37.343Z] #7 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done [2025-08-01T01:27:37.343Z] #7 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done [2025-08-01T01:27:37.343Z] #7 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done [2025-08-01T01:27:37.343Z] #7 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done [2025-08-01T01:27:37.343Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:37.601Z] #7 pushing layers 0.0s done [2025-08-01T01:27:37.601Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done [2025-08-01T01:27:37.601Z] #7 DONE 0.1s [2025-08-01T01:27:37.601Z] [2025-08-01T01:27:37.601Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:37.601Z] #8 DONE 0.0s [2025-08-01T01:27:37.601Z] [2025-08-01T01:27:37.601Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:37.601Z]  - 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-08-01T01:27:37.990Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:38.292Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:38.847Z] ---> package-listing.sh [2025-08-01T01:27:38.847Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-01T01:27:38.847Z] ++ facter osfamily [2025-08-01T01:27:39.110Z] + OS_FAMILY=redhat [2025-08-01T01:27:39.110Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-08-01T01:27:39.110Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-01T01:27:39.111Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-01T01:27:39.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-01T01:27:39.111Z] + PACKAGES=/tmp/packages_start.txt [2025-08-01T01:27:39.111Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-01T01:27:39.111Z] + PACKAGES=/tmp/packages_end.txt [2025-08-01T01:27:39.111Z] + case "${OS_FAMILY}" in [2025-08-01T01:27:39.111Z] + rpm -qa [2025-08-01T01:27:39.111Z] + sort [2025-08-01T01:27:39.679Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-01T01:27:39.679Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-01T01:27:39.679Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-01T01:27:39.679Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-01T01:27:39.679Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-08-01T01:27:39.679Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-08-01T01:27:39.690Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-01T01:27:39.975Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:40.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:40.567Z] [2025-08-01T01:27:40.567Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:40.871Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:40.871Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-01T01:27:40.871Z] 5eb5b503b376: Pulling fs layer [2025-08-01T01:27:40.871Z] 5c69ac0246d0: Pulling fs layer [2025-08-01T01:27:40.871Z] ec43610c2a17: Pulling fs layer [2025-08-01T01:27:40.871Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-01T01:27:40.871Z] 33b1e0a273af: Pulling fs layer [2025-08-01T01:27:40.871Z] 5d3b04190fa2: Pulling fs layer [2025-08-01T01:27:40.871Z] 2f39f015ded8: Pulling fs layer [2025-08-01T01:27:40.871Z] 33b1e0a273af: Waiting [2025-08-01T01:27:40.871Z] 5d3b04190fa2: Waiting [2025-08-01T01:27:40.871Z] 2f39f015ded8: Waiting [2025-08-01T01:27:40.871Z] 3a2ae6a8a46f: Waiting [2025-08-01T01:27:40.871Z] 5c69ac0246d0: Verifying Checksum [2025-08-01T01:27:40.871Z] 5c69ac0246d0: Download complete [2025-08-01T01:27:40.871Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-01T01:27:40.871Z] 3a2ae6a8a46f: Download complete [2025-08-01T01:27:40.871Z] ec43610c2a17: Verifying Checksum [2025-08-01T01:27:40.871Z] ec43610c2a17: Download complete [2025-08-01T01:27:40.871Z] 5d3b04190fa2: Verifying Checksum [2025-08-01T01:27:40.871Z] 5d3b04190fa2: Download complete [2025-08-01T01:27:40.871Z] 33b1e0a273af: Verifying Checksum [2025-08-01T01:27:40.871Z] 33b1e0a273af: Download complete [2025-08-01T01:27:41.134Z] 5eb5b503b376: Verifying Checksum [2025-08-01T01:27:41.134Z] 5eb5b503b376: Download complete [2025-08-01T01:27:41.708Z] 2f39f015ded8: Verifying Checksum [2025-08-01T01:27:41.708Z] 2f39f015ded8: Download complete [2025-08-01T01:27:42.664Z] 5eb5b503b376: Pull complete [2025-08-01T01:27:42.664Z] 5c69ac0246d0: Pull complete [2025-08-01T01:27:42.931Z] ec43610c2a17: Pull complete [2025-08-01T01:27:42.931Z] 3a2ae6a8a46f: Pull complete [2025-08-01T01:27:43.189Z] 33b1e0a273af: Pull complete [2025-08-01T01:27:43.189Z] 5d3b04190fa2: Pull complete [2025-08-01T01:27:45.887Z] f0f3c8884826: Pull complete [2025-08-01T01:27:45.887Z] c7e7622c144d: Pull complete [2025-08-01T01:27:46.484Z] 4f4fb700ef54: Pull complete [2025-08-01T01:27:47.397Z] 2f39f015ded8: Pull complete [2025-08-01T01:27:47.398Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-01T01:27:47.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:47.398Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:27:47.564Z] prd-centos7-docker-4c-2g-6068 does not seem to be running inside a container [2025-08-01T01:27:47.597Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-01T01:27:47.913Z] e8859aadc426: Pull complete [2025-08-01T01:27:50.960Z] $ docker top 00957c345a633a8d16d9d53862fef57b0b82de155beeea8498e9c05b3b987eb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:27:51.311Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-01T01:27:51.602Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-01T01:27:51.893Z] + ls /var/log/sa-host [2025-08-01T01:27:51.893Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:27:51.971Z] provisioning config files... [2025-08-01T01:27:51.979Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2569286344589181172tmp [Pipeline] { [Pipeline] echo [2025-08-01T01:27:51.997Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:52.303Z] ---> create-netrc.sh [Pipeline] } [2025-08-01T01:27:52.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:52.654Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-01T01:27:52.665Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:52.955Z] ---> sudo-logs.sh [2025-08-01T01:27:52.955Z] Archiving 'sudo' log.. [2025-08-01T01:27:53.525Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6068.novalocal: Name or service not known [2025-08-01T01:27:53.525Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6068.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-01T01:27:53.555Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:53.843Z] ---> job-cost.sh [2025-08-01T01:27:53.843Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:53.843Z] INFO: No Stack... [2025-08-01T01:27:54.102Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-01T01:27:54.669Z] INFO: Archiving Costs [Pipeline] echo [2025-08-01T01:27:54.683Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:54.979Z] ---> logs-deploy.sh [2025-08-01T01:27:54.979Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:54.979Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/209 [2025-08-01T01:27:54.979Z] INFO: archiving workspace using pattern(s): [2025-08-01T01:27:55.913Z] Archives upload complete. [2025-08-01T01:27:55.913Z] INFO: archiving logs to Nexus [2025-08-01T01:27:56.140Z] b4813487a9f6: Pull complete [2025-08-01T01:27:56.481Z] ---> uname -a: [2025-08-01T01:27:56.481Z] Linux prd-centos7-docker-4c-2g-6068.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] ---> lscpu: [2025-08-01T01:27:56.481Z] Architecture: x86_64 [2025-08-01T01:27:56.481Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-01T01:27:56.481Z] Byte Order: Little Endian [2025-08-01T01:27:56.481Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-01T01:27:56.481Z] CPU(s): 2 [2025-08-01T01:27:56.481Z] On-line CPU(s) list: 0,1 [2025-08-01T01:27:56.481Z] Thread(s) per core: 1 [2025-08-01T01:27:56.481Z] Core(s) per socket: 1 [2025-08-01T01:27:56.481Z] Socket(s): 2 [2025-08-01T01:27:56.481Z] NUMA node(s): 1 [2025-08-01T01:27:56.481Z] Vendor ID: AuthenticAMD [2025-08-01T01:27:56.481Z] CPU family: 23 [2025-08-01T01:27:56.481Z] Model: 49 [2025-08-01T01:27:56.481Z] Model name: AMD EPYC-Rome Processor [2025-08-01T01:27:56.481Z] Stepping: 0 [2025-08-01T01:27:56.481Z] CPU MHz: 2800.000 [2025-08-01T01:27:56.481Z] BogoMIPS: 5600.00 [2025-08-01T01:27:56.481Z] Virtualization: AMD-V [2025-08-01T01:27:56.481Z] Hypervisor vendor: KVM [2025-08-01T01:27:56.481Z] Virtualization type: full [2025-08-01T01:27:56.481Z] L1d cache: 64 KiB [2025-08-01T01:27:56.481Z] L1i cache: 64 KiB [2025-08-01T01:27:56.481Z] L2 cache: 1 MiB [2025-08-01T01:27:56.481Z] L3 cache: 32 MiB [2025-08-01T01:27:56.481Z] NUMA node0 CPU(s): 0,1 [2025-08-01T01:27:56.481Z] Vulnerability Itlb multihit: Not affected [2025-08-01T01:27:56.481Z] Vulnerability L1tf: Not affected [2025-08-01T01:27:56.481Z] Vulnerability Mds: Not affected [2025-08-01T01:27:56.481Z] Vulnerability Meltdown: Not affected [2025-08-01T01:27:56.481Z] Vulnerability Mmio stale data: Not affected [2025-08-01T01:27:56.481Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-01T01:27:56.481Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-01T01:27:56.481Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-01T01:27:56.481Z] Vulnerability Srbds: Not affected [2025-08-01T01:27:56.481Z] Vulnerability Tsx async abort: Not affected [2025-08-01T01:27:56.481Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] ---> nproc: [2025-08-01T01:27:56.481Z] 2 [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] ---> df -h: [2025-08-01T01:27:56.481Z] Filesystem Size Used Avail Use% Mounted on [2025-08-01T01:27:56.481Z] overlay 40G 7.3G 33G 19% / [2025-08-01T01:27:56.481Z] tmpfs 64M 0 64M 0% /dev [2025-08-01T01:27:56.481Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-01T01:27:56.481Z] shm 64M 0 64M 0% /dev/shm [2025-08-01T01:27:56.481Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] [2025-08-01T01:27:56.481Z] Cannot open /var/log/sysstat/sa01: No such file or directory [2025-08-01T01:27:56.481Z] Please check if data collecting is enabled [2025-08-01T01:27:56.481Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:27:56.768Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-01T01:27:56.772Z] $ docker stop --time=1 00957c345a633a8d16d9d53862fef57b0b82de155beeea8498e9c05b3b987eb4 [2025-08-01T01:27:57.099Z] 502a3d64fb4b: Pull complete [2025-08-01T01:27:57.099Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-08-01T01:27:57.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-01T01:27:57.365Z] ---> 3bb21d53e231 [2025-08-01T01:27:57.365Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-08-01T01:27:57.909Z] $ docker rm -f --volumes 00957c345a633a8d16d9d53862fef57b0b82de155beeea8498e9c05b3b987eb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-01T01:27:58.001Z] [WS-CLEANUP] Deleting project workspace... [2025-08-01T01:27:58.001Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-01T01:27:58.019Z] [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-08-01T01:27:58.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:58.439Z] [2025-08-01T01:27:58.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:58.758Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:58.758Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-01T01:27:58.758Z] 5eb5b503b376: Pulling fs layer [2025-08-01T01:27:58.758Z] 5c69ac0246d0: Pulling fs layer [2025-08-01T01:27:58.758Z] ec43610c2a17: Pulling fs layer [2025-08-01T01:27:58.758Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-01T01:27:58.758Z] 33b1e0a273af: Pulling fs layer [2025-08-01T01:27:58.758Z] 5d3b04190fa2: Pulling fs layer [2025-08-01T01:27:58.758Z] 2f39f015ded8: Pulling fs layer [2025-08-01T01:27:58.758Z] 3a2ae6a8a46f: Waiting [2025-08-01T01:27:58.758Z] 33b1e0a273af: Waiting [2025-08-01T01:27:58.758Z] 5d3b04190fa2: Waiting [2025-08-01T01:27:58.758Z] 2f39f015ded8: Waiting [2025-08-01T01:27:58.758Z] 5c69ac0246d0: Verifying Checksum [2025-08-01T01:27:58.758Z] 5c69ac0246d0: Download complete [2025-08-01T01:27:58.758Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-01T01:27:58.758Z] 3a2ae6a8a46f: Download complete [2025-08-01T01:27:58.758Z] 33b1e0a273af: Verifying Checksum [2025-08-01T01:27:58.758Z] 33b1e0a273af: Download complete [2025-08-01T01:27:58.758Z] 5d3b04190fa2: Verifying Checksum [2025-08-01T01:27:58.758Z] 5d3b04190fa2: Download complete [2025-08-01T01:27:58.758Z] ec43610c2a17: Verifying Checksum [2025-08-01T01:27:58.758Z] ec43610c2a17: Download complete [2025-08-01T01:27:59.016Z] 5eb5b503b376: Verifying Checksum [2025-08-01T01:27:59.016Z] 5eb5b503b376: Download complete [2025-08-01T01:27:59.307Z] ---> Running in 1586a43c528e [2025-08-01T01:27:59.574Z] Removing intermediate container 1586a43c528e [2025-08-01T01:27:59.574Z] ---> ea286a85c4cc [2025-08-01T01:27:59.574Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-01T01:27:59.574Z] ---> Running in 8d896e600146 [2025-08-01T01:27:59.582Z] 2f39f015ded8: Download complete [2025-08-01T01:27:59.847Z] Removing intermediate container 8d896e600146 [2025-08-01T01:27:59.847Z] ---> 01bdab8938f5 [2025-08-01T01:27:59.847Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-08-01T01:27:59.847Z] ---> Running in bd87bbbf9c7b [2025-08-01T01:28:00.114Z] Removing intermediate container bd87bbbf9c7b [2025-08-01T01:28:00.114Z] ---> 81f31d29c590 [2025-08-01T01:28:00.114Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-08-01T01:28:00.114Z] ---> Running in 82f8be3b7df8 [2025-08-01T01:28:00.382Z] Removing intermediate container 82f8be3b7df8 [2025-08-01T01:28:00.382Z] ---> 0e996b0e7b14 [2025-08-01T01:28:00.382Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-01T01:28:00.649Z] ---> Running in d0541f455d3e [2025-08-01T01:28:00.916Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [2025-08-01T01:28:00.955Z] 5eb5b503b376: Pull complete [2025-08-01T01:28:00.955Z] 5c69ac0246d0: Pull complete [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-08-01T01:28:01.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:28:01.505Z] [2025-08-01T01:28:01.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-08-01T01:28:01.527Z] ec43610c2a17: Pull complete [2025-08-01T01:28:01.527Z] 3a2ae6a8a46f: Pull complete [2025-08-01T01:28:01.527Z] 33b1e0a273af: Pull complete [2025-08-01T01:28:01.527Z] 5d3b04190fa2: Pull complete [Pipeline] sh [2025-08-01T01:28:01.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:28:01.854Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-01T01:28:01.854Z] 8998bd30e6a1: Pulling fs layer [2025-08-01T01:28:01.854Z] 04944245beec: Pulling fs layer [2025-08-01T01:28:01.854Z] 699f458cf7ca: Pulling fs layer [2025-08-01T01:28:01.854Z] 765212b225bb: Pulling fs layer [2025-08-01T01:28:01.854Z] f23df028b6ca: Pulling fs layer [2025-08-01T01:28:01.854Z] d65c8cfc05b1: Pulling fs layer [2025-08-01T01:28:01.854Z] 2437ff75d9bd: Pulling fs layer [2025-08-01T01:28:01.854Z] f23df028b6ca: Waiting [2025-08-01T01:28:01.854Z] d65c8cfc05b1: Waiting [2025-08-01T01:28:01.854Z] 2437ff75d9bd: Waiting [2025-08-01T01:28:01.854Z] 765212b225bb: Waiting [2025-08-01T01:28:02.123Z] 04944245beec: Verifying Checksum [2025-08-01T01:28:02.123Z] 04944245beec: Download complete [2025-08-01T01:28:02.123Z] 765212b225bb: Verifying Checksum [2025-08-01T01:28:02.123Z] 765212b225bb: Download complete [2025-08-01T01:28:02.123Z] f23df028b6ca: Download complete [2025-08-01T01:28:02.123Z] d65c8cfc05b1: Verifying Checksum [2025-08-01T01:28:02.123Z] d65c8cfc05b1: Download complete [2025-08-01T01:28:02.392Z] 699f458cf7ca: Verifying Checksum [2025-08-01T01:28:02.392Z] 699f458cf7ca: Download complete [2025-08-01T01:28:02.662Z] 8998bd30e6a1: Verifying Checksum [2025-08-01T01:28:02.662Z] 8998bd30e6a1: Download complete [2025-08-01T01:28:05.259Z] 2437ff75d9bd: Verifying Checksum [2025-08-01T01:28:07.211Z] 8998bd30e6a1: Pull complete [2025-08-01T01:28:07.797Z] 04944245beec: Pull complete [2025-08-01T01:28:08.087Z] 2f39f015ded8: Pull complete [2025-08-01T01:28:08.087Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-01T01:28:08.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:28:08.087Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:28:08.187Z] prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container [2025-08-01T01:28:08.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-01T01:28:09.224Z] 699f458cf7ca: Pull complete [2025-08-01T01:28:09.491Z] 765212b225bb: Pull complete [2025-08-01T01:28:09.612Z] $ docker top 3b266c46ee12e962148339042d0735aab080a2b6fc5c63916089cb5bfafc2d32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:09.976Z] ---> job-cost.sh [2025-08-01T01:28:09.977Z] lf-activate-venv: SKIPPING [2025-08-01T01:28:09.977Z] INFO: No Stack... [2025-08-01T01:28:10.235Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-01T01:28:10.451Z] f23df028b6ca: Pull complete [2025-08-01T01:28:10.452Z] d65c8cfc05b1: Pull complete [2025-08-01T01:28:10.498Z] INFO: Archiving Costs [Pipeline] sh [2025-08-01T01:28:10.788Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-08-01T01:28:10.788Z] + cut -d, -f6 [Pipeline] lock [2025-08-01T01:28:10.806Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [2025-08-01T01:28:10.813Z] Resource [jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] did not exist. Created. [2025-08-01T01:28:10.818Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-01T01:28:11.128Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-01T01:28:11.162Z] Stashed 1 file(s) [Pipeline] } [2025-08-01T01:28:11.171Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-01T01:28:11.198Z] $ docker stop --time=1 3b266c46ee12e962148339042d0735aab080a2b6fc5c63916089cb5bfafc2d32 [2025-08-01T01:28:12.332Z] $ docker rm -f --volumes 3b266c46ee12e962148339042d0735aab080a2b6fc5c63916089cb5bfafc2d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-01T01:28:26.859Z] 2437ff75d9bd: Pull complete [2025-08-01T01:28:26.859Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-01T01:28:26.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:28:26.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:28:27.109Z] prd-ubuntu20.04-docker-arm64-4c-16g-6066 does not seem to be running inside a container [2025-08-01T01:28:27.179Z] $ 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/209 -v /w/workspace/device-rest-go/209:/w/workspace/device-rest-go/209:rw,z -v /w/workspace/device-rest-go/209@tmp:/w/workspace/device-rest-go/209@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:arm64 cat [2025-08-01T01:28:29.836Z] $ docker top cf1df135e8beede0b1c22eda931e143fc0bbb99cb5865a035326c38a45edae97 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:30.710Z] ---> job-cost.sh [2025-08-01T01:28:30.710Z] lf-activate-venv: SKIPPING [2025-08-01T01:28:30.710Z] INFO: No Stack... [2025-08-01T01:28:30.977Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-01T01:28:31.936Z] INFO: Archiving Costs [Pipeline] sh [2025-08-01T01:28:32.580Z] + cat /w/workspace/device-rest-go/209/archives/cost.csv [2025-08-01T01:28:32.580Z] + cut -d, -f6 [Pipeline] lock [2025-08-01T01:28:32.635Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [2025-08-01T01:28:32.643Z] Resource [jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] did not exist. Created. [2025-08-01T01:28:32.649Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-01T01:28:33.315Z] /w/workspace/device-rest-go/209@tmp/durable-1294ce79/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-01T01:28:33.956Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-01T01:28:33.973Z] Warning: overwriting stash ‘stack-cost’ [2025-08-01T01:28:34.399Z] Stashed 1 file(s) [Pipeline] } [2025-08-01T01:28:34.407Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-01T01:28:34.430Z] $ docker stop --time=1 cf1df135e8beede0b1c22eda931e143fc0bbb99cb5865a035326c38a45edae97 [2025-08-01T01:28:35.926Z] $ docker rm -f --volumes cf1df135e8beede0b1c22eda931e143fc0bbb99cb5865a035326c38a45edae97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-01T01:28:36.236Z] 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-08-01T01:28:37.035Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-08-01T01:28:37.035Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-01T01:28:37.035Z] total 16 [2025-08-01T01:28:37.035Z] drwxr-xr-x 3 root root 4096 Aug 1 01:28 . [2025-08-01T01:28:37.035Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 1 01:28 .. [2025-08-01T01:28:37.035Z] drwxr-xr-x 2 root root 4096 Aug 1 01:28 cost [2025-08-01T01:28:37.035Z] -rw-r--r-- 1 root root 86 Aug 1 01:28 cost.csv [2025-08-01T01:28:37.035Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-01T01:28:37.035Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-01T01:28:37.035Z] total 16 [2025-08-01T01:28:37.035Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 01:28 . [2025-08-01T01:28:37.035Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 1 01:28 .. [2025-08-01T01:28:37.035Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 1 01:28 cost [2025-08-01T01:28:37.035Z] -rw-r--r-- 1 jenkins jenkins 86 Aug 1 01:28 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:37.320Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:38.178Z] ---> package-listing.sh [2025-08-01T01:28:38.178Z] ++ facter osfamily [2025-08-01T01:28:38.178Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-01T01:28:38.438Z] + OS_FAMILY=debian [2025-08-01T01:28:38.438Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-08-01T01:28:38.438Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-01T01:28:38.438Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-01T01:28:38.438Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-01T01:28:38.438Z] + PACKAGES=/tmp/packages_start.txt [2025-08-01T01:28:38.438Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-01T01:28:38.438Z] + PACKAGES=/tmp/packages_end.txt [2025-08-01T01:28:38.438Z] + case "${OS_FAMILY}" in [2025-08-01T01:28:38.438Z] + dpkg -l [2025-08-01T01:28:38.438Z] + grep '^ii' [2025-08-01T01:28:38.438Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-01T01:28:38.438Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-01T01:28:38.438Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-01T01:28:38.438Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-01T01:28:38.438Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-08-01T01:28:38.438Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-08-01T01:28:38.451Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-01T01:28:38.728Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:28:39.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:28:39.293Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:28:39.375Z] prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container [2025-08-01T01:28:39.407Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-01T01:28:39.618Z] $ docker top 99fce466ef92f5dd77c6d50e4c859238533e44e90dd90460c2cf13ed6117ab2c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:28:39.965Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-01T01:28:40.254Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-01T01:28:40.539Z] + ls /var/log/sa-host [2025-08-01T01:28:40.539Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:28:40.571Z] provisioning config files... [2025-08-01T01:28:40.580Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7063667138571597170tmp [Pipeline] { [Pipeline] echo [2025-08-01T01:28:40.600Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:40.885Z] ---> create-netrc.sh [Pipeline] } [2025-08-01T01:28:40.891Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:41.200Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-01T01:28:41.209Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:41.487Z] ---> sudo-logs.sh [2025-08-01T01:28:41.487Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-01T01:28:41.512Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:41.794Z] ---> job-cost.sh [2025-08-01T01:28:41.794Z] lf-activate-venv: SKIPPING [2025-08-01T01:28:41.794Z] DEBUG: total: 0.2199999988079071 [2025-08-01T01:28:41.794Z] INFO: Retrieving Stack Cost... [2025-08-01T01:28:42.055Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-01T01:28:42.313Z] INFO: Archiving Costs [Pipeline] echo [2025-08-01T01:28:42.326Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:42.604Z] ---> logs-deploy.sh [2025-08-01T01:28:42.604Z] lf-activate-venv: SKIPPING [2025-08-01T01:28:42.604Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/209 [2025-08-01T01:28:42.604Z] INFO: archiving workspace using pattern(s): [2025-08-01T01:28:43.535Z] Archives upload complete. [2025-08-01T01:28:43.535Z] INFO: archiving logs to Nexus