Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 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-ssh6118120104115471318.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-ssh9951332684571941281.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-ssh18046341382136169658.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-ssh11649152699878815255.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-ssh10822412920950460569.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6214 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 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#485)" > git config core.sparsecheckout # timeout=10 > git checkout -f 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 # timeout=10 > git rev-list --no-walk e81f4a11d222bd0ac515cf42ad2c5638fc581316 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-04T01:45:39.406Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-04T01:45:39.472Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-04T01:45:39.499Z] ========================================================= [2025-08-04T01:45:39.499Z] EdgeX Global Pipelines Version Info [2025-08-04T01:45:39.499Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:45:40.223Z] ------------------- [2025-08-04T01:45:40.223Z] stable info: [2025-08-04T01:45:40.223Z] ------------------- [2025-08-04T01:45:40.223Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-08-04T01:45:40.223Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-08-04T01:45:40.223Z] Message: update stable to v1.0.274 [2025-08-04T01:45:40.792Z] ------------------- [2025-08-04T01:45:40.792Z] experimental info: [2025-08-04T01:45:40.792Z] ------------------- [2025-08-04T01:45:40.792Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-04T01:45:40.792Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-04T01:45:40.792Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-04T01:45:40.872Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-08-04T01:45:40.895Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-08-04T01:45:40.919Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-04T01:45:40.937Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-04T01:45:40.957Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-04T01:45:40.981Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-04T01:45:41.007Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-04T01:45:41.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-04T01:45:41.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-04T01:45:41.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-04T01:45:41.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-04T01:45:41.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-08-04T01:45:41.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-04T01:45:41.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-04T01:45:41.185Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T01:45:41.211Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T01:45:41.230Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-04T01:45:41.252Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-04T01:45:41.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-04T01:45:41.293Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-04T01:45:41.316Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-04T01:45:41.335Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-04T01:45:41.358Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-04T01:45:41.375Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-04T01:45:41.397Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-04T01:45:41.418Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-04T01:45:41.438Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-04T01:45:41.459Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-04T01:45:41.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-04T01:45:41.498Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-04T01:45:41.520Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo [2025-08-04T01:45:41.545Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78e9cbd [Pipeline] echo [2025-08-04T01:45:41.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T01:45:41.629Z] provisioning config files... [2025-08-04T01:45:41.642Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17274047563541727868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:45:41.978Z] ---> ****-login.sh [2025-08-04T01:45:41.978Z] nexus3.edgexfoundry.org:10001 [2025-08-04T01:45:41.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:45:42.239Z] [2025-08-04T01:45:42.239Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T01:45:42.239Z] Configure a credential helper to remove this warning. See [2025-08-04T01:45:42.239Z] https://docs.****.com/go/credential-store/ [2025-08-04T01:45:42.239Z] [2025-08-04T01:45:42.239Z] Login Succeeded [2025-08-04T01:45:42.239Z] nexus3.edgexfoundry.org:10002 [2025-08-04T01:45:42.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:45:42.239Z] [2025-08-04T01:45:42.239Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T01:45:42.239Z] Configure a credential helper to remove this warning. See [2025-08-04T01:45:42.239Z] https://docs.****.com/go/credential-store/ [2025-08-04T01:45:42.239Z] [2025-08-04T01:45:42.239Z] Login Succeeded [2025-08-04T01:45:42.239Z] nexus3.edgexfoundry.org:10003 [2025-08-04T01:45:42.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:45:42.500Z] [2025-08-04T01:45:42.500Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T01:45:42.500Z] Configure a credential helper to remove this warning. See [2025-08-04T01:45:42.500Z] https://docs.****.com/go/credential-store/ [2025-08-04T01:45:42.500Z] [2025-08-04T01:45:42.500Z] Login Succeeded [2025-08-04T01:45:42.500Z] nexus3.edgexfoundry.org:10004 [2025-08-04T01:45:42.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:45:42.500Z] [2025-08-04T01:45:42.500Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T01:45:42.500Z] Configure a credential helper to remove this warning. See [2025-08-04T01:45:42.501Z] https://docs.****.com/go/credential-store/ [2025-08-04T01:45:42.501Z] [2025-08-04T01:45:42.501Z] Login Succeeded [2025-08-04T01:45:42.501Z] ****.io [2025-08-04T01:45:42.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:45:42.759Z] [2025-08-04T01:45:42.759Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T01:45:42.759Z] Configure a credential helper to remove this warning. See [2025-08-04T01:45:42.759Z] https://docs.****.com/go/credential-store/ [2025-08-04T01:45:42.759Z] [2025-08-04T01:45:42.759Z] Login Succeeded [2025-08-04T01:45:42.759Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T01:45:42.766Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-04T01:45:43.167Z] + git rev-list -1 --merges 78e9cbdf9591b40b3a56cac8994c0e646ca207a4~1..78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo [2025-08-04T01:45:43.191Z] -----------> git rev-list -1 --merges 78e9cbdf9591b40b3a56cac8994c0e646ca207a4~1..78e9cbdf9591b40b3a56cac8994c0e646ca207a4 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [false] [Pipeline] sh [2025-08-04T01:45:43.483Z] + git log --format=format:%s -1 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo [2025-08-04T01:45:43.496Z] ========================================================= [2025-08-04T01:45:43.496Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-04T01:45:43.496Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-04T01:45:43.831Z] + git log --format=format:%s -1 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo [2025-08-04T01:45:43.845Z] [semverPrep] GIT_COMMIT: 78e9cbdf9591b40b3a56cac8994c0e646ca207a4, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#485) [Pipeline] echo [2025-08-04T01:45:43.857Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-04T01:45:44.211Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T01:45:44.211Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-04T01:45:44.211Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-04T01:45:44.211Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-04T01:45:44.211Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-04T01:45:44.211Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-04T01:45:44.211Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:45:44.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T01:45:44.557Z] [2025-08-04T01:45:44.557Z] 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-04T01:45:44.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T01:45:44.861Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-04T01:45:44.861Z] 3dae71ba6b94: Pulling fs layer [2025-08-04T01:45:44.861Z] 6bf1a483ea7c: Pulling fs layer [2025-08-04T01:45:44.861Z] f5dfc541a4d3: Pulling fs layer [2025-08-04T01:45:44.861Z] 461d9e800cba: Pulling fs layer [2025-08-04T01:45:44.861Z] 80192f66455f: Pulling fs layer [2025-08-04T01:45:44.861Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-04T01:45:44.861Z] a29436f7fd5d: Pulling fs layer [2025-08-04T01:45:44.861Z] 923cac83aea3: Pulling fs layer [2025-08-04T01:45:44.861Z] 25ad8b0a4227: Pulling fs layer [2025-08-04T01:45:44.861Z] 461d9e800cba: Waiting [2025-08-04T01:45:44.861Z] db01528c6b51: Pulling fs layer [2025-08-04T01:45:44.861Z] a29436f7fd5d: Waiting [2025-08-04T01:45:44.861Z] 28988de357af: Pulling fs layer [2025-08-04T01:45:44.861Z] 80192f66455f: Waiting [2025-08-04T01:45:44.861Z] 923cac83aea3: Waiting [2025-08-04T01:45:44.861Z] db01528c6b51: Waiting [2025-08-04T01:45:44.861Z] 25ad8b0a4227: Waiting [2025-08-04T01:45:44.861Z] 28988de357af: Waiting [2025-08-04T01:45:44.861Z] 6bf1a483ea7c: Verifying Checksum [2025-08-04T01:45:44.861Z] 6bf1a483ea7c: Download complete [2025-08-04T01:45:44.861Z] 461d9e800cba: Download complete [2025-08-04T01:45:44.861Z] 80192f66455f: Verifying Checksum [2025-08-04T01:45:44.861Z] 80192f66455f: Download complete [2025-08-04T01:45:45.121Z] f5dfc541a4d3: Verifying Checksum [2025-08-04T01:45:45.121Z] f5dfc541a4d3: Download complete [2025-08-04T01:45:45.121Z] 3dae71ba6b94: Verifying Checksum [2025-08-04T01:45:45.121Z] 3dae71ba6b94: Download complete [2025-08-04T01:45:45.121Z] 923cac83aea3: Verifying Checksum [2025-08-04T01:45:45.121Z] 923cac83aea3: Download complete [2025-08-04T01:45:45.380Z] 25ad8b0a4227: Verifying Checksum [2025-08-04T01:45:45.380Z] 25ad8b0a4227: Download complete [2025-08-04T01:45:45.380Z] db01528c6b51: Verifying Checksum [2025-08-04T01:45:45.380Z] db01528c6b51: Download complete [2025-08-04T01:45:45.380Z] 28988de357af: Verifying Checksum [2025-08-04T01:45:45.380Z] 28988de357af: Download complete [2025-08-04T01:45:45.639Z] a29436f7fd5d: Verifying Checksum [2025-08-04T01:45:45.639Z] a29436f7fd5d: Download complete [2025-08-04T01:45:45.897Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-04T01:45:45.897Z] 2e8e34ca0e6c: Download complete [2025-08-04T01:45:46.831Z] 3dae71ba6b94: Pull complete [2025-08-04T01:45:46.831Z] 6bf1a483ea7c: Pull complete [2025-08-04T01:45:47.768Z] f5dfc541a4d3: Pull complete [2025-08-04T01:45:47.768Z] 461d9e800cba: Pull complete [2025-08-04T01:45:47.768Z] 80192f66455f: Pull complete [2025-08-04T01:45:53.054Z] 2e8e34ca0e6c: Pull complete [2025-08-04T01:45:53.054Z] a29436f7fd5d: Pull complete [2025-08-04T01:45:53.054Z] 923cac83aea3: Pull complete [2025-08-04T01:45:53.314Z] 25ad8b0a4227: Pull complete [2025-08-04T01:45:53.314Z] db01528c6b51: Pull complete [2025-08-04T01:45:53.314Z] 28988de357af: Pull complete [2025-08-04T01:45:53.314Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-04T01:45:53.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T01:45:53.314Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T01:45:53.453Z] prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container [2025-08-04T01:45:53.482Z] $ 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-04T01:45:55.480Z] $ docker top 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd -eo pid,comm [2025-08-04T01:45:55.529Z] 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-04T01:45:55.529Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T01:45:55.578Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T01:45:55.578Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T01:45:55.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T01:45:55.691Z] $ docker exec 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent [2025-08-04T01:45:55.791Z] SSH_AUTH_SOCK=/tmp/ssh-fYpzYZWwyFb1/agent.33 [2025-08-04T01:45:55.791Z] SSH_AGENT_PID=39 [2025-08-04T01:45:55.797Z] Running ssh-add (command line suppressed) [2025-08-04T01:45:55.890Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18232240664152095777.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18232240664152095777.key) [2025-08-04T01:45:55.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T01:45:56.190Z] + git tag --points-at HEAD [Pipeline] } [2025-08-04T01:45:56.204Z] $ docker exec --env ******** --env ******** 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent -k [2025-08-04T01:45:56.295Z] unset SSH_AUTH_SOCK; [2025-08-04T01:45:56.295Z] unset SSH_AGENT_PID; [2025-08-04T01:45:56.295Z] echo Agent pid 39 killed; [2025-08-04T01:45:56.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-04T01:45:56.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T01:45:56.343Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T01:45:56.452Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T01:45:56.454Z] $ docker exec 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent [2025-08-04T01:45:56.563Z] SSH_AUTH_SOCK=/tmp/ssh-vp2VqJuGUB1f/agent.72 [2025-08-04T01:45:56.563Z] SSH_AGENT_PID=78 [2025-08-04T01:45:56.567Z] Running ssh-add (command line suppressed) [2025-08-04T01:45:56.673Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18099280102134682579.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18099280102134682579.key) [2025-08-04T01:45:56.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T01:45:56.982Z] + git semver init [2025-08-04T01:45:57.241Z] 2025-08-04 01:45:57,187 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T01:45:57.241Z] 2025-08-04 01:45:57,190 [run_init] DEBUG init version:0.0.0 force:False [2025-08-04T01:45:57.241Z] 2025-08-04 01:45:57,191 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-08-04T01:45:57.241Z] 2025-08-04 01:45:57,192 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-08-04T01:45:57.241Z] 2025-08-04 01:45:57,192 [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-04T01:45:58.617Z] 2025-08-04 01:45:58,574 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-08-04T01:45:58.617Z] 2025-08-04 01:45:58,574 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-08-04T01:45:58.617Z] 2025-08-04 01:45:58,574 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-08-04T01:45:58.617Z] 2025-08-04 01:45:58,575 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-08-04T01:45:58.617Z] 4.1.0-dev.9 [Pipeline] } [2025-08-04T01:45:58.624Z] $ docker exec --env ******** --env ******** 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent -k [2025-08-04T01:45:58.724Z] unset SSH_AUTH_SOCK; [2025-08-04T01:45:58.725Z] unset SSH_AGENT_PID; [2025-08-04T01:45:58.725Z] echo Agent pid 78 killed; [2025-08-04T01:45:58.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T01:45:59.060Z] + git semver [Pipeline] } [2025-08-04T01:45:59.331Z] $ docker stop --time=1 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd [2025-08-04T01:46:00.626Z] $ docker rm -f --volumes 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T01:46:00.972Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-04T01:46:01.193Z] Stashed 1 file(s) [Pipeline] echo [2025-08-04T01:46:01.198Z] [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-04T01:46:01.362Z] provisioning config files... [2025-08-04T01:46:01.371Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9421223227748666275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:46:01.673Z] ---> ****-login.sh [2025-08-04T01:46:01.673Z] nexus3.edgexfoundry.org:10001 [2025-08-04T01:46:01.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:46:01.673Z] Login Succeeded [2025-08-04T01:46:01.673Z] nexus3.edgexfoundry.org:10002 [2025-08-04T01:46:01.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:46:01.673Z] Login Succeeded [2025-08-04T01:46:01.673Z] nexus3.edgexfoundry.org:10003 [2025-08-04T01:46:01.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:46:01.933Z] Login Succeeded [2025-08-04T01:46:01.933Z] nexus3.edgexfoundry.org:10004 [2025-08-04T01:46:01.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:46:01.933Z] Login Succeeded [2025-08-04T01:46:01.933Z] ****.io [2025-08-04T01:46:01.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:46:02.219Z] Login Succeeded [2025-08-04T01:46:02.219Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T01:46:02.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-04T01:46:02.312Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T01:46:02.327Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T01:46:02.340Z] ========================================================= [2025-08-04T01:46:02.340Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-04T01:46:02.340Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:46:02.667Z] + 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-04T01:46:03.234Z] #0 building with "default" instance using docker driver [2025-08-04T01:46:03.234Z] [2025-08-04T01:46:03.234Z] #1 [internal] load build definition from Dockerfile [2025-08-04T01:46:03.234Z] #1 transferring dockerfile: 1.74kB done [2025-08-04T01:46:03.234Z] #1 DONE 0.0s [2025-08-04T01:46:03.234Z] [2025-08-04T01:46:03.234Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T01:46:03.234Z] #2 DONE 0.1s [2025-08-04T01:46:03.494Z] [2025-08-04T01:46:03.494Z] #3 [internal] load .dockerignore [2025-08-04T01:46:03.494Z] #3 transferring context: 193B done [2025-08-04T01:46:03.494Z] #3 DONE 0.0s [2025-08-04T01:46:03.494Z] [2025-08-04T01:46:03.494Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c [2025-08-04T01:46:03.494Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c 0.0s done [2025-08-04T01:46:03.494Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-04T01:46:03.494Z] #4 ... [2025-08-04T01:46:03.494Z] [2025-08-04T01:46:03.494Z] #5 [internal] load build context [2025-08-04T01:46:03.494Z] #5 transferring context: 21.59MB 0.2s done [2025-08-04T01:46:03.494Z] #5 DONE 0.2s [2025-08-04T01:46:03.494Z] [2025-08-04T01:46:03.494Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c [2025-08-04T01:46:03.494Z] #4 sha256:9ecce8ebf94b19bb505437df044334defb9a46847d834b0c1cb0785d4f781c5d 4.10kB / 4.10kB done [2025-08-04T01:46:03.494Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-04T01:46:03.494Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-04T01:46:03.494Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 16.78MB / 74.06MB 0.2s [2025-08-04T01:46:03.494Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-04T01:46:03.494Z] #4 sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c 685B / 685B done [2025-08-04T01:46:03.494Z] #4 sha256:edc9e46e863793b3bfb63359ea3cc4e03c0f364036ffb695bf6046903282ba4f 2.08kB / 2.08kB done [2025-08-04T01:46:03.494Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-04T01:46:03.494Z] #4 sha256:8e14e06f42634423ba1e135beac906f27155eec9eedccb7109bf56f129d2c0ab 439B / 439B 0.1s done [2025-08-04T01:46:03.494Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 1.05MB / 103.05MB 0.2s [2025-08-04T01:46:03.494Z] #4 sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b 2.38MB / 2.38MB 0.2s [2025-08-04T01:46:03.752Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-04T01:46:03.752Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 32.51MB / 74.06MB 0.3s [2025-08-04T01:46:03.752Z] #4 sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b 2.38MB / 2.38MB 0.2s done [2025-08-04T01:46:03.752Z] #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 2.10MB / 13.29MB 0.3s [2025-08-04T01:46:03.752Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 47.19MB / 74.06MB 0.4s [2025-08-04T01:46:03.752Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 12.58MB / 103.05MB 0.4s [2025-08-04T01:46:03.752Z] #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 7.34MB / 13.29MB 0.4s [2025-08-04T01:46:03.752Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-08-04T01:46:04.011Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 62.91MB / 74.06MB 0.5s [2025-08-04T01:46:04.011Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 19.92MB / 103.05MB 0.5s [2025-08-04T01:46:04.011Z] #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 13.29MB / 13.29MB 0.5s [2025-08-04T01:46:04.011Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-08-04T01:46:04.011Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 44.04MB / 103.05MB 0.7s [2025-08-04T01:46:04.011Z] #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 13.29MB / 13.29MB 0.5s done [2025-08-04T01:46:04.268Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-08-04T01:46:04.268Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 58.72MB / 103.05MB 0.8s [2025-08-04T01:46:04.268Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-08-04T01:46:04.268Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 75.50MB / 103.05MB 0.9s [2025-08-04T01:46:04.526Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 94.37MB / 103.05MB 1.0s [2025-08-04T01:46:04.526Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 103.05MB / 103.05MB 1.1s [2025-08-04T01:46:04.784Z] #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 103.05MB / 103.05MB 1.3s done [2025-08-04T01:46:08.967Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.5s done [2025-08-04T01:46:08.967Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-04T01:46:08.967Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-04T01:46:08.967Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-04T01:46:08.967Z] #4 extracting sha256:8e14e06f42634423ba1e135beac906f27155eec9eedccb7109bf56f129d2c0ab done [2025-08-04T01:46:08.967Z] #4 extracting sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b [2025-08-04T01:46:09.224Z] #4 extracting sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b 0.0s done [2025-08-04T01:46:09.224Z] #4 extracting sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 0.1s [2025-08-04T01:46:12.505Z] #4 extracting sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 2.8s done [2025-08-04T01:46:12.505Z] #4 extracting sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 0.1s [2025-08-04T01:46:12.764Z] #4 extracting sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 0.6s done [2025-08-04T01:46:12.764Z] #4 DONE 9.3s [2025-08-04T01:46:12.764Z] [2025-08-04T01:46:12.764Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-08-04T01:46:13.023Z] #6 0.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T01:46:13.023Z] #6 0.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T01:46:13.591Z] #6 0.696 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-08-04T01:46:13.591Z] #6 0.711 (2/4) Installing libedit (20240517.3.1-r0) [2025-08-04T01:46:13.591Z] #6 0.717 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-08-04T01:46:13.591Z] #6 0.744 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-08-04T01:46:13.591Z] #6 0.755 Executing busybox-1.36.1-r29.trigger [2025-08-04T01:46:13.591Z] #6 0.763 OK: 252 MiB in 62 packages [2025-08-04T01:46:15.494Z] #6 DONE 2.5s [2025-08-04T01:46:15.494Z] [2025-08-04T01:46:15.494Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-08-04T01:46:15.494Z] #7 DONE 0.0s [2025-08-04T01:46:15.494Z] [2025-08-04T01:46:15.494Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-04T01:46:15.494Z] #8 DONE 0.0s [2025-08-04T01:46:15.494Z] [2025-08-04T01:46:15.494Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T01:46:16.324Z] Still waiting to schedule task [2025-08-04T01:46:16.324Z] ‘prd-centos7-blackbox-4c-2g-6142’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-08-04T01:46:16.324Z] ‘prd-centos7-docker-4c-2g-6215’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-08-04T01:46:16.324Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-6216’ is offline [2025-08-04T01:46:37.431Z] #9 DONE 22.2s [2025-08-04T01:46:37.688Z] [2025-08-04T01:46:37.688Z] #10 [builder 6/7] COPY . . [2025-08-04T01:46:37.688Z] #10 DONE 0.1s [2025-08-04T01:46:37.688Z] [2025-08-04T01:46:37.688Z] #11 [builder 7/7] RUN echo noop [2025-08-04T01:46:37.946Z] #11 0.198 noop [2025-08-04T01:46:37.946Z] #11 DONE 0.2s [2025-08-04T01:46:37.946Z] [2025-08-04T01:46:37.946Z] #12 exporting to image [2025-08-04T01:46:37.946Z] #12 exporting layers [2025-08-04T01:46:46.062Z] #12 exporting layers 7.4s done [2025-08-04T01:46:46.062Z] #12 writing image sha256:f6d89c4a3c05bdbf116740760b54e4b3f4476c856f8084b254f98230392da86a done [2025-08-04T01:46:46.062Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-04T01:46:46.062Z] #12 DONE 7.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:46:46.384Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T01:46:46.384Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T01:46:46.457Z] prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container [2025-08-04T01:46:46.480Z] $ 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-04T01:46:46.830Z] $ docker top 39e3f3fb3b1eaeb4666cd17763fcd6aad4aff49d3163da8d2afbc1a1d097cf17 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T01:46:47.173Z] + go version [2025-08-04T01:46:47.173Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-04T01:46:47.181Z] $ docker stop --time=1 39e3f3fb3b1eaeb4666cd17763fcd6aad4aff49d3163da8d2afbc1a1d097cf17 [2025-08-04T01:46:48.435Z] $ docker rm -f --volumes 39e3f3fb3b1eaeb4666cd17763fcd6aad4aff49d3163da8d2afbc1a1d097cf17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:46:48.859Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T01:46:48.859Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T01:46:48.927Z] prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container [2025-08-04T01:46:48.955Z] $ 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-04T01:46:49.182Z] $ docker top 9f32381011a55d34bc4d5c6205a806fd285a980cd951f69fb74e017437560a80 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T01:46:49.525Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-08-04T01:46:49.824Z] + make test [2025-08-04T01:46:49.824Z] go test ./... -coverprofile=coverage.out ./... [2025-08-04T01:46:50.402Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-08-04T01:47:08.493Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-08-04T01:47:08.493Z] ok github.com/edgexfoundry/device-rest-go/driver 0.012s coverage: 32.2% of statements [2025-08-04T01:47:18.450Z] go vet ./... [2025-08-04T01:47:23.713Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-04T01:47:23.713Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-04T01:47:23.713Z] ./bin/test-attribution-txt.sh [2025-08-04T01:47:23.713Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-04T01:47:23.713Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-04T01:47:23.713Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-04T01:47:23.713Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-04T01:47:23.713Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-08-04T01:47:23.733Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-04T01:47:23.752Z] $ docker stop --time=1 9f32381011a55d34bc4d5c6205a806fd285a980cd951f69fb74e017437560a80 [2025-08-04T01:47:25.961Z] $ docker rm -f --volumes 9f32381011a55d34bc4d5c6205a806fd285a980cd951f69fb74e017437560a80 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T01:47:26.516Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-04T01:47:26.568Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-04T01:47:27.044Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-04T01:47:27.330Z] + ls -al . [2025-08-04T01:47:27.330Z] total 244 [2025-08-04T01:47:27.330Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 01:46 . [2025-08-04T01:47:27.330Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 01:45 .. [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 4 01:45 .dockerignore [2025-08-04T01:47:27.330Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 01:47 .git [2025-08-04T01:47:27.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 01:45 .github [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 264 Aug 4 01:45 .gitignore [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 01:45 .golangci.yml [2025-08-04T01:47:27.330Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 01:45 .semver [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 20138 Aug 4 01:45 Attribution.txt [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 18492 Aug 4 01:45 CHANGELOG.md [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 1697 Aug 4 01:45 Dockerfile [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 01:45 GOVERNANCE.md [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 4 01:45 Jenkinsfile [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 4 01:45 LICENSE [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 2598 Aug 4 01:45 Makefile [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 4 01:45 OWNERS.md [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 3989 Aug 4 01:45 README.md [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 4 01:46 VERSION [2025-08-04T01:47:27.330Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 01:45 bin [2025-08-04T01:47:27.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 01:45 cmd [2025-08-04T01:47:27.330Z] -rw-r--r-- 1 jenkins jenkins 14565 Aug 4 01:47 coverage.out [2025-08-04T01:47:27.330Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 01:45 driver [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 6274 Aug 4 01:45 go.mod [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 86767 Aug 4 01:45 go.sum [2025-08-04T01:47:27.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 01:45 openapi [2025-08-04T01:47:27.330Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 4 01:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:27.641Z] + 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=78e9cbdf9591b40b3a56cac8994c0e646ca207a4 --label arch=amd64 --label version=4.1.0-dev.9 . [2025-08-04T01:47:27.900Z] #0 building with "default" instance using docker driver [2025-08-04T01:47:27.900Z] [2025-08-04T01:47:27.900Z] #1 [internal] load build definition from Dockerfile [2025-08-04T01:47:27.900Z] #1 transferring dockerfile: 1.74kB done [2025-08-04T01:47:27.900Z] #1 DONE 0.0s [2025-08-04T01:47:27.900Z] [2025-08-04T01:47:27.900Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T01:47:27.900Z] #2 DONE 0.0s [2025-08-04T01:47:27.900Z] [2025-08-04T01:47:27.900Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T01:47:28.469Z] #3 DONE 0.8s [2025-08-04T01:47:28.727Z] [2025-08-04T01:47:28.727Z] #4 [internal] load .dockerignore [2025-08-04T01:47:28.727Z] #4 transferring context: 193B done [2025-08-04T01:47:28.727Z] #4 DONE 0.0s [2025-08-04T01:47:28.727Z] [2025-08-04T01:47:28.727Z] #5 [internal] load build context [2025-08-04T01:47:28.727Z] #5 transferring context: 18.46kB done [2025-08-04T01:47:28.727Z] #5 DONE 0.0s [2025-08-04T01:47:28.727Z] [2025-08-04T01:47:28.727Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-04T01:47:28.727Z] #6 DONE 0.1s [2025-08-04T01:47:28.727Z] [2025-08-04T01:47:28.727Z] #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T01:47:28.727Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T01:47:28.727Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T01:47:28.727Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T01:47:28.727Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T01:47:28.727Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0B / 3.62MB 0.1s [2025-08-04T01:47:28.984Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 2.10MB / 3.62MB 0.4s [2025-08-04T01:47:28.984Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.4s done [2025-08-04T01:47:28.984Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-04T01:47:29.242Z] #7 DONE 0.6s [2025-08-04T01:47:29.242Z] [2025-08-04T01:47:29.242Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-08-04T01:47:29.500Z] #8 ... [2025-08-04T01:47:29.500Z] [2025-08-04T01:47:29.500Z] #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-08-04T01:47:29.500Z] #9 0.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T01:47:29.500Z] #9 0.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T01:47:29.500Z] #9 0.705 OK: 252 MiB in 62 packages [2025-08-04T01:47:29.500Z] #9 DONE 0.8s [2025-08-04T01:47:29.500Z] [2025-08-04T01:47:29.500Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-08-04T01:47:29.500Z] #8 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T01:47:29.500Z] #8 0.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T01:47:29.500Z] #8 ... [2025-08-04T01:47:29.500Z] [2025-08-04T01:47:29.500Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-08-04T01:47:29.500Z] #10 DONE 0.0s [2025-08-04T01:47:29.500Z] [2025-08-04T01:47:29.500Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-04T01:47:29.500Z] #11 DONE 0.0s [2025-08-04T01:47:29.758Z] [2025-08-04T01:47:29.758Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-08-04T01:47:29.758Z] #8 0.559 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T01:47:29.758Z] #8 0.573 Executing busybox-1.36.1-r29.trigger [2025-08-04T01:47:29.758Z] #8 0.580 OK: 8 MiB in 15 packages [2025-08-04T01:47:29.758Z] #8 DONE 0.7s [2025-08-04T01:47:29.758Z] [2025-08-04T01:47:29.758Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T01:47:30.016Z] #12 DONE 0.4s [2025-08-04T01:47:30.016Z] [2025-08-04T01:47:30.016Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-04T01:47:30.016Z] #13 ... [2025-08-04T01:47:30.016Z] [2025-08-04T01:47:30.016Z] #14 [builder 6/7] COPY . . [2025-08-04T01:47:30.016Z] #14 DONE 0.1s [2025-08-04T01:47:30.274Z] [2025-08-04T01:47:30.274Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-08-04T01:47:30.274Z] #13 0.296 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T01:47:30.274Z] #13 0.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T01:47:30.531Z] #13 0.639 OK: 8 MiB in 15 packages [2025-08-04T01:47:30.531Z] #13 DONE 0.8s [2025-08-04T01:47:30.531Z] [2025-08-04T01:47:30.531Z] #15 [builder 7/7] RUN make build [2025-08-04T01:47:30.532Z] #15 0.253 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.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-08-04T01:47:52.457Z] #15 DONE 21.4s [2025-08-04T01:47:52.457Z] [2025-08-04T01:47:52.457Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-08-04T01:47:52.457Z] #16 DONE 0.2s [2025-08-04T01:47:52.457Z] [2025-08-04T01:47:52.457Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-08-04T01:47:52.457Z] #17 DONE 0.0s [2025-08-04T01:47:52.457Z] [2025-08-04T01:47:52.457Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-08-04T01:47:52.457Z] #18 DONE 0.0s [2025-08-04T01:47:52.457Z] [2025-08-04T01:47:52.457Z] #19 exporting to image [2025-08-04T01:47:52.457Z] #19 exporting layers [2025-08-04T01:47:52.457Z] #19 exporting layers 0.2s done [2025-08-04T01:47:52.457Z] #19 writing image sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done [2025-08-04T01:47:52.457Z] #19 naming to docker.io/library/device-rest done [2025-08-04T01:47:52.457Z] #19 DONE 0.2s [2025-08-04T01:47:52.457Z] [2025-08-04T01:47:52.457Z] 1 warning found (use docker --debug to expand): [2025-08-04T01:47:52.457Z]  - 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-04T01:47:52.587Z] provisioning config files... [2025-08-04T01:47:52.598Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1207959494781174020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:47:52.903Z] ---> ****-login.sh [2025-08-04T01:47:52.903Z] nexus3.edgexfoundry.org:10001 [2025-08-04T01:47:52.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:47:52.903Z] Login Succeeded [2025-08-04T01:47:52.903Z] nexus3.edgexfoundry.org:10002 [2025-08-04T01:47:52.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:47:52.903Z] Login Succeeded [2025-08-04T01:47:52.903Z] nexus3.edgexfoundry.org:10003 [2025-08-04T01:47:52.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:47:53.163Z] Login Succeeded [2025-08-04T01:47:53.163Z] nexus3.edgexfoundry.org:10004 [2025-08-04T01:47:53.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:47:53.163Z] Login Succeeded [2025-08-04T01:47:53.163Z] ****.io [2025-08-04T01:47:53.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:47:53.421Z] Login Succeeded [2025-08-04T01:47:53.421Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T01:47:53.428Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T01:47:53.483Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T01:47:53.510Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-08-04T01:47:53.510Z] 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [2025-08-04T01:47:53.510Z] latest [2025-08-04T01:47:53.510Z] 4.1.0-dev.9 [2025-08-04T01:47:53.510Z] 78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [2025-08-04T01:47:53.510Z] main [2025-08-04T01:47:53.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:53.853Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:54.176Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [2025-08-04T01:47:54.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-04T01:47:54.176Z] 80abf330e438: Preparing [2025-08-04T01:47:54.176Z] 25dd9c1ae082: Preparing [2025-08-04T01:47:54.176Z] 8839512bdb3c: Preparing [2025-08-04T01:47:54.176Z] 0d3ab1a4d64b: Preparing [2025-08-04T01:47:54.176Z] efd79952362d: Preparing [2025-08-04T01:47:54.176Z] 097100c76c15: Preparing [2025-08-04T01:47:54.176Z] 097100c76c15: Waiting [2025-08-04T01:47:54.176Z] 25dd9c1ae082: Pushed [2025-08-04T01:47:54.176Z] efd79952362d: Pushed [2025-08-04T01:47:54.176Z] 097100c76c15: Layer already exists [2025-08-04T01:47:54.176Z] 0d3ab1a4d64b: Pushed [2025-08-04T01:47:54.176Z] 80abf330e438: Pushed [2025-08-04T01:47:57.464Z] 8839512bdb3c: Pushed [2025-08-04T01:47:57.464Z] 78e9cbdf9591b40b3a56cac8994c0e646ca207a4: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:57.789Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:58.114Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-04T01:47:58.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-04T01:47:58.114Z] 80abf330e438: Preparing [2025-08-04T01:47:58.114Z] 25dd9c1ae082: Preparing [2025-08-04T01:47:58.114Z] 8839512bdb3c: Preparing [2025-08-04T01:47:58.114Z] 0d3ab1a4d64b: Preparing [2025-08-04T01:47:58.114Z] efd79952362d: Preparing [2025-08-04T01:47:58.114Z] 097100c76c15: Preparing [2025-08-04T01:47:58.114Z] 097100c76c15: Waiting [2025-08-04T01:47:58.114Z] 0d3ab1a4d64b: Layer already exists [2025-08-04T01:47:58.114Z] 80abf330e438: Layer already exists [2025-08-04T01:47:58.114Z] efd79952362d: Layer already exists [2025-08-04T01:47:58.114Z] 8839512bdb3c: Layer already exists [2025-08-04T01:47:58.114Z] 25dd9c1ae082: Layer already exists [2025-08-04T01:47:58.114Z] 097100c76c15: Layer already exists [2025-08-04T01:47:58.114Z] latest: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:58.439Z] + 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-04T01:47:58.761Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-04T01:47:58.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-04T01:47:58.761Z] 80abf330e438: Preparing [2025-08-04T01:47:58.761Z] 25dd9c1ae082: Preparing [2025-08-04T01:47:58.761Z] 8839512bdb3c: Preparing [2025-08-04T01:47:58.761Z] 0d3ab1a4d64b: Preparing [2025-08-04T01:47:58.761Z] efd79952362d: Preparing [2025-08-04T01:47:58.761Z] 097100c76c15: Preparing [2025-08-04T01:47:58.761Z] 097100c76c15: Waiting [2025-08-04T01:47:58.761Z] 8839512bdb3c: Layer already exists [2025-08-04T01:47:58.762Z] 80abf330e438: Layer already exists [2025-08-04T01:47:58.762Z] 25dd9c1ae082: Layer already exists [2025-08-04T01:47:58.762Z] efd79952362d: Layer already exists [2025-08-04T01:47:58.762Z] 0d3ab1a4d64b: Layer already exists [2025-08-04T01:47:58.762Z] 097100c76c15: Layer already exists [2025-08-04T01:47:58.762Z] 4.1.0-dev.9: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:59.090Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:59.414Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [2025-08-04T01:47:59.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-04T01:47:59.414Z] 80abf330e438: Preparing [2025-08-04T01:47:59.414Z] 25dd9c1ae082: Preparing [2025-08-04T01:47:59.414Z] 8839512bdb3c: Preparing [2025-08-04T01:47:59.414Z] 0d3ab1a4d64b: Preparing [2025-08-04T01:47:59.414Z] efd79952362d: Preparing [2025-08-04T01:47:59.414Z] 097100c76c15: Preparing [2025-08-04T01:47:59.414Z] 097100c76c15: Waiting [2025-08-04T01:47:59.414Z] efd79952362d: Layer already exists [2025-08-04T01:47:59.414Z] 0d3ab1a4d64b: Layer already exists [2025-08-04T01:47:59.414Z] 80abf330e438: Layer already exists [2025-08-04T01:47:59.414Z] 25dd9c1ae082: Layer already exists [2025-08-04T01:47:59.414Z] 8839512bdb3c: Layer already exists [2025-08-04T01:47:59.414Z] 097100c76c15: Layer already exists [2025-08-04T01:47:59.414Z] 78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:47:59.739Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:48:00.069Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-04T01:48:00.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-08-04T01:48:00.069Z] 80abf330e438: Preparing [2025-08-04T01:48:00.069Z] 25dd9c1ae082: Preparing [2025-08-04T01:48:00.069Z] 8839512bdb3c: Preparing [2025-08-04T01:48:00.069Z] 0d3ab1a4d64b: Preparing [2025-08-04T01:48:00.069Z] efd79952362d: Preparing [2025-08-04T01:48:00.069Z] 097100c76c15: Preparing [2025-08-04T01:48:00.069Z] 097100c76c15: Waiting [2025-08-04T01:48:00.069Z] 25dd9c1ae082: Layer already exists [2025-08-04T01:48:00.069Z] efd79952362d: Layer already exists [2025-08-04T01:48:00.069Z] 8839512bdb3c: Layer already exists [2025-08-04T01:48:00.069Z] 0d3ab1a4d64b: Layer already exists [2025-08-04T01:48:00.069Z] 80abf330e438: Layer already exists [2025-08-04T01:48:00.069Z] 097100c76c15: Layer already exists [2025-08-04T01:48:00.069Z] main: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T01:48:00.134Z] ===================================================== [Pipeline] echo [2025-08-04T01:48:00.146Z] taggedImages: [2025-08-04T01:48:00.146Z] - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [2025-08-04T01:48:00.146Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-04T01:48:00.146Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-04T01:48:00.146Z] - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [2025-08-04T01:48:00.146Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-08-04T01:48:00.189Z] ========================================================= [2025-08-04T01:48:00.189Z] [edgeXBuildMultiArch] RAW Config: [2025-08-04T01:48:00.189Z] images: [2025-08-04T01:48:00.189Z] - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [2025-08-04T01:48:00.189Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-04T01:48:00.189Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-04T01:48:00.189Z] - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [2025-08-04T01:48:00.189Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-04T01:48:00.189Z] settingsFile: [2025-08-04T01:48:00.189Z] device-rest-go-settings [2025-08-04T01:48:00.189Z] ========================================================= [Pipeline] node [2025-08-04T01:48:15.193Z] Still waiting to schedule task [2025-08-04T01:48:15.193Z] ‘prd-centos7-docker-4c-2g-6215’ is offline [2025-08-04T01:48:52.802Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6217 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-08-04T01:48:52.820Z] Running in /w/workspace/device-rest-go/210 [Pipeline] { [Pipeline] checkout [2025-08-04T01:48:55.883Z] The recommended git tool is: git [2025-08-04T01:48:59.006Z] Running on prd-centos7-docker-4c-2g-6218 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T01:48:59.059Z] provisioning config files... [2025-08-04T01:48:59.090Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10655334443042354897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:00.278Z] ---> ****-login.sh [2025-08-04T01:49:00.278Z] nexus3.edgexfoundry.org:10001 [2025-08-04T01:49:00.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:00.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:00.279Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:00.279Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:00.279Z] [2025-08-04T01:49:00.279Z] Login Succeeded [2025-08-04T01:49:00.279Z] nexus3.edgexfoundry.org:10002 [2025-08-04T01:49:00.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:00.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:00.543Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:00.543Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:00.543Z] [2025-08-04T01:49:00.543Z] Login Succeeded [2025-08-04T01:49:00.543Z] nexus3.edgexfoundry.org:10003 [2025-08-04T01:49:00.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:00.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:00.543Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:00.543Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:00.543Z] [2025-08-04T01:49:00.543Z] Login Succeeded [2025-08-04T01:49:00.543Z] nexus3.edgexfoundry.org:10004 [2025-08-04T01:49:00.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:00.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:00.807Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:00.807Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:00.807Z] [2025-08-04T01:49:00.807Z] Login Succeeded [2025-08-04T01:49:00.807Z] ****.io [2025-08-04T01:49:00.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:01.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:01.091Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:01.091Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:01.091Z] [2025-08-04T01:49:01.091Z] Login Succeeded [2025-08-04T01:49:01.091Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T01:49:01.115Z] Deleting 1 temporary files [2025-08-04T01:49:01.140Z] using credential edgex-jenkins-ssh [Pipeline] // configFileProvider [2025-08-04T01:49:01.164Z] Cloning the remote Git repository [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T01:49:01.567Z] + docker buildx ls [2025-08-04T01:49:01.851Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-04T01:49:01.851Z] default * docker [2025-08-04T01:49:01.851Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-04T01:49:01.213Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-08-04T01:49:01.332Z] > git init /w/workspace/device-rest-go/210 # timeout=10 [2025-08-04T01:49:01.492Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-08-04T01:49:01.493Z] > git --version # timeout=10 [2025-08-04T01:49:01.518Z] > git --version # 'git version 2.25.1' [2025-08-04T01:49:01.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-04T01:49:01.672Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T01:49:02.208Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-04T01:49:02.208Z] edgex-builder [Pipeline] sh [2025-08-04T01:49:02.679Z] + docker buildx inspect --bootstrap [2025-08-04T01:49:02.679Z] #1 [internal] booting buildkit [2025-08-04T01:49:02.956Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-04T01:49:05.927Z] Avoid second fetch [2025-08-04T01:49:05.928Z] Checking out Revision 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 (main) [2025-08-04T01:49:04.978Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-08-04T01:49:05.000Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T01:49:05.946Z] > git config core.sparsecheckout # timeout=10 [2025-08-04T01:49:06.024Z] > git checkout -f 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 # timeout=10 [2025-08-04T01:49:06.605Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#485)" [2025-08-04T01:49:07.254Z] #1 pulling image moby/buildkit:buildx-stable-1 3.8s done [2025-08-04T01:49:07.254Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-04T01:49:07.517Z] #1 creating container buildx_buildkit_edgex-builder0 1.1s done [2025-08-04T01:49:07.517Z] #1 DONE 4.9s [2025-08-04T01:49:07.777Z] Name: edgex-builder [2025-08-04T01:49:07.777Z] Driver: docker-container [2025-08-04T01:49:07.777Z] [2025-08-04T01:49:07.777Z] Nodes: [2025-08-04T01:49:07.777Z] Name: edgex-builder0 [2025-08-04T01:49:07.777Z] Endpoint: unix:///var/run/docker.sock [2025-08-04T01:49:07.777Z] Status: running [2025-08-04T01:49:07.777Z] Buildkit: v0.22.0 [2025-08-04T01:49:07.777Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-04T01:49:08.079Z] + docker buildx ls [2025-08-04T01:49:08.079Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-04T01:49:08.079Z] edgex-builder * docker-container [2025-08-04T01:49:08.079Z] 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-04T01:49:08.079Z] default docker [2025-08-04T01:49:08.079Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-04T01:49:08.368Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4' [2025-08-04T01:49:08.369Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 --push - [2025-08-04T01:49:08.369Z] #1 [internal] load build definition from Dockerfile [2025-08-04T01:49:08.369Z] #1 transferring dockerfile: 196B done [2025-08-04T01:49:08.369Z] #1 DONE 0.0s [2025-08-04T01:49:08.369Z] [2025-08-04T01:49:08.369Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [2025-08-04T01:49:08.369Z] #2 DONE 0.1s [2025-08-04T01:49:08.369Z] [2025-08-04T01:49:08.369Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [2025-08-04T01:49:08.628Z] #3 DONE 0.1s [2025-08-04T01:49:08.628Z] [2025-08-04T01:49:08.628Z] #4 [internal] load .dockerignore [2025-08-04T01:49:08.628Z] #4 transferring context: 2B done [2025-08-04T01:49:08.628Z] #4 DONE 0.0s [2025-08-04T01:49:08.628Z] [2025-08-04T01:49:08.628Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:08.628Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:08.628Z] #5 DONE 0.0s [2025-08-04T01:49:08.628Z] [2025-08-04T01:49:08.628Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:08.628Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:08.628Z] #6 DONE 0.1s [2025-08-04T01:49:08.628Z] [2025-08-04T01:49:08.628Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T01:49:08.628Z] #7 DONE 0.0s [2025-08-04T01:49:08.628Z] [2025-08-04T01:49:08.628Z] #8 exporting to image [2025-08-04T01:49:08.628Z] #8 exporting layers done [2025-08-04T01:49:08.628Z] #8 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done [2025-08-04T01:49:08.628Z] #8 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done [2025-08-04T01:49:08.628Z] #8 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done [2025-08-04T01:49:08.628Z] #8 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done [2025-08-04T01:49:08.628Z] #8 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done [2025-08-04T01:49:08.628Z] #8 pushing layers 0.1s done [2025-08-04T01:49:08.628Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b [2025-08-04T01:49:08.628Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T01:49:08.888Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done [2025-08-04T01:49:08.888Z] #8 DONE 0.2s [2025-08-04T01:49:08.888Z] [2025-08-04T01:49:08.888Z] 1 warning found (use --debug to expand): [2025-08-04T01:49:08.888Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T01:49:09.183Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-08-04T01:49:09.183Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-08-04T01:49:09.183Z] #1 [internal] load build definition from Dockerfile [2025-08-04T01:49:09.183Z] #1 transferring dockerfile: 162B done [2025-08-04T01:49:09.183Z] #1 DONE 0.0s [2025-08-04T01:49:09.183Z] [2025-08-04T01:49:09.183Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-04T01:49:09.183Z] #2 DONE 0.0s [2025-08-04T01:49:09.183Z] [2025-08-04T01:49:09.183Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-08-04T01:49:09.183Z] #3 DONE 0.0s [2025-08-04T01:49:09.183Z] [2025-08-04T01:49:09.183Z] #4 [internal] load .dockerignore [2025-08-04T01:49:09.183Z] #4 transferring context: 2B done [2025-08-04T01:49:09.183Z] #4 DONE 0.0s [2025-08-04T01:49:09.183Z] [2025-08-04T01:49:09.183Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:09.183Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 done [2025-08-04T01:49:09.183Z] #5 DONE 0.0s [2025-08-04T01:49:09.183Z] [2025-08-04T01:49:09.183Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:09.443Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:09.443Z] #6 CACHED [2025-08-04T01:49:09.443Z] [2025-08-04T01:49:09.443Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:09.443Z] #5 CACHED [2025-08-04T01:49:09.443Z] [2025-08-04T01:49:09.443Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T01:49:09.443Z] #7 DONE 0.0s [2025-08-04T01:49:09.443Z] [2025-08-04T01:49:09.443Z] #8 exporting to image [2025-08-04T01:49:09.443Z] #8 exporting layers done [2025-08-04T01:49:09.443Z] #8 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done [2025-08-04T01:49:09.443Z] #8 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done [2025-08-04T01:49:09.443Z] #8 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done [2025-08-04T01:49:09.443Z] #8 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done [2025-08-04T01:49:09.443Z] #8 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done [2025-08-04T01:49:09.443Z] #8 pushing layers 0.0s done [2025-08-04T01:49:09.443Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done [2025-08-04T01:49:09.443Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T01:49:09.443Z] #8 DONE 0.1s [2025-08-04T01:49:09.443Z] [2025-08-04T01:49:09.443Z] 1 warning found (use --debug to expand): [2025-08-04T01:49:09.443Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T01:49:09.734Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9' [2025-08-04T01:49:09.734Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 --push - [2025-08-04T01:49:09.734Z] #1 [internal] load build definition from Dockerfile [2025-08-04T01:49:09.734Z] #1 transferring dockerfile: 167B done [2025-08-04T01:49:09.734Z] #1 DONE 0.0s [2025-08-04T01:49:09.734Z] [2025-08-04T01:49:09.734Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-04T01:49:09.734Z] #2 DONE 0.0s [2025-08-04T01:49:09.734Z] [2025-08-04T01:49:09.734Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [2025-08-04T01:49:09.734Z] #3 DONE 0.0s [2025-08-04T01:49:09.734Z] [2025-08-04T01:49:09.734Z] #4 [internal] load .dockerignore [2025-08-04T01:49:09.734Z] #4 transferring context: 2B done [2025-08-04T01:49:09.734Z] #4 DONE 0.0s [2025-08-04T01:49:09.734Z] [2025-08-04T01:49:09.734Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:09.734Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:09.734Z] #5 CACHED [2025-08-04T01:49:09.734Z] [2025-08-04T01:49:09.734Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:09.994Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:09.994Z] #6 CACHED [2025-08-04T01:49:09.994Z] [2025-08-04T01:49:09.994Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T01:49:09.994Z] #7 DONE 0.0s [2025-08-04T01:49:09.994Z] [2025-08-04T01:49:09.994Z] #8 exporting to image [2025-08-04T01:49:09.994Z] #8 exporting layers done [2025-08-04T01:49:09.994Z] #8 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done [2025-08-04T01:49:09.994Z] #8 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done [2025-08-04T01:49:09.994Z] #8 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done [2025-08-04T01:49:09.994Z] #8 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done [2025-08-04T01:49:09.994Z] #8 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done [2025-08-04T01:49:09.994Z] #8 pushing layers 0.0s done [2025-08-04T01:49:09.994Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done [2025-08-04T01:49:09.994Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T01:49:09.994Z] #8 DONE 0.1s [2025-08-04T01:49:09.994Z] [2025-08-04T01:49:09.994Z] 1 warning found (use --debug to expand): [2025-08-04T01:49:09.994Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T01:49:10.292Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9' [2025-08-04T01:49:10.292Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 --push - [2025-08-04T01:49:10.292Z] #1 [internal] load build definition from Dockerfile [2025-08-04T01:49:10.292Z] #1 transferring dockerfile: 208B done [2025-08-04T01:49:10.292Z] #1 DONE 0.0s [2025-08-04T01:49:10.292Z] [2025-08-04T01:49:10.292Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [2025-08-04T01:49:10.292Z] #2 DONE 0.0s [2025-08-04T01:49:10.292Z] [2025-08-04T01:49:10.292Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [2025-08-04T01:49:10.292Z] #3 DONE 0.0s [2025-08-04T01:49:10.292Z] [2025-08-04T01:49:10.292Z] #4 [internal] load .dockerignore [2025-08-04T01:49:10.292Z] #4 transferring context: 2B done [2025-08-04T01:49:10.292Z] #4 DONE 0.0s [2025-08-04T01:49:10.292Z] [2025-08-04T01:49:10.292Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:10.292Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 done [2025-08-04T01:49:10.292Z] #5 CACHED [2025-08-04T01:49:10.292Z] [2025-08-04T01:49:10.292Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:10.292Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:10.292Z] #6 CACHED [2025-08-04T01:49:10.292Z] [2025-08-04T01:49:10.292Z] #7 exporting to image [2025-08-04T01:49:10.292Z] #7 exporting layers done [2025-08-04T01:49:10.292Z] #7 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done [2025-08-04T01:49:10.292Z] #7 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done [2025-08-04T01:49:10.292Z] #7 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done [2025-08-04T01:49:10.292Z] #7 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 [2025-08-04T01:49:10.292Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T01:49:10.552Z] #7 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done [2025-08-04T01:49:10.552Z] #7 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done [2025-08-04T01:49:10.552Z] #7 pushing layers 0.0s done [2025-08-04T01:49:10.552Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done [2025-08-04T01:49:10.552Z] #7 DONE 0.1s [2025-08-04T01:49:10.552Z] [2025-08-04T01:49:10.552Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T01:49:10.552Z] #8 DONE 0.0s [2025-08-04T01:49:10.552Z] [2025-08-04T01:49:10.552Z] 1 warning found (use --debug to expand): [2025-08-04T01:49:10.552Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-04T01:49:10.840Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-08-04T01:49:10.840Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-08-04T01:49:10.840Z] #1 [internal] load build definition from Dockerfile [2025-08-04T01:49:10.840Z] #1 transferring dockerfile: 160B done [2025-08-04T01:49:10.840Z] #1 DONE 0.0s [2025-08-04T01:49:10.840Z] [2025-08-04T01:49:10.840Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-04T01:49:10.840Z] #2 DONE 0.0s [2025-08-04T01:49:10.840Z] [2025-08-04T01:49:10.840Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-08-04T01:49:10.840Z] #3 DONE 0.0s [2025-08-04T01:49:10.840Z] [2025-08-04T01:49:10.840Z] #4 [internal] load .dockerignore [2025-08-04T01:49:10.840Z] #4 transferring context: 2B done [2025-08-04T01:49:10.840Z] #4 DONE 0.0s [2025-08-04T01:49:10.840Z] [2025-08-04T01:49:10.840Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:10.840Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:10.840Z] #5 CACHED [2025-08-04T01:49:10.840Z] [2025-08-04T01:49:10.840Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 [2025-08-04T01:49:10.840Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done [2025-08-04T01:49:10.840Z] #6 CACHED [2025-08-04T01:49:10.840Z] [2025-08-04T01:49:10.840Z] #7 exporting to image [2025-08-04T01:49:10.840Z] #7 exporting layers done [2025-08-04T01:49:10.840Z] #7 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done [2025-08-04T01:49:10.840Z] #7 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done [2025-08-04T01:49:10.840Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T01:49:11.100Z] #7 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done [2025-08-04T01:49:11.100Z] #7 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done [2025-08-04T01:49:11.100Z] #7 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done [2025-08-04T01:49:11.100Z] #7 pushing layers 0.0s done [2025-08-04T01:49:11.100Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done [2025-08-04T01:49:11.100Z] #7 DONE 0.1s [2025-08-04T01:49:11.100Z] [2025-08-04T01:49:11.100Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T01:49:11.100Z] #8 DONE 0.0s [2025-08-04T01:49:11.100Z] [2025-08-04T01:49:11.100Z] 1 warning found (use --debug to expand): [2025-08-04T01:49:11.100Z]  - 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-04T01:49:11.240Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-08-04T01:49:11.241Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T01:49:11.241Z] Dload Upload Total Spent Left Speed [2025-08-04T01:49:11.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 125 0 --:--:-- --:--:-- --:--:-- 126 [Pipeline] sh [2025-08-04T01:49:11.480Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:11.590Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-08-04T01:49:11.776Z] ---> sysstat.sh [2025-08-04T01:49:11.921Z] + sudo tee /etc/docker/daemon.new [2025-08-04T01:49:11.921Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-08-04T01:49:11.921Z] { [2025-08-04T01:49:11.921Z] "registry-mirrors": [ [2025-08-04T01:49:11.921Z] "https://nexus3.edgexfoundry.org:10001" [2025-08-04T01:49:11.921Z] ], [2025-08-04T01:49:11.921Z] "bip": "10.250.0.254/24", [2025-08-04T01:49:11.921Z] "hosts": [ [2025-08-04T01:49:11.921Z] "tcp://0.0.0.0:5555", [2025-08-04T01:49:11.921Z] "unix:///var/run/docker.sock" [2025-08-04T01:49:11.921Z] ], [2025-08-04T01:49:11.921Z] "mtu": 1458, [2025-08-04T01:49:11.921Z] "selinux-enabled": true, [2025-08-04T01:49:11.921Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-08-04T01:49:11.921Z] } [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:12.250Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-08-04T01:49:12.333Z] ---> package-listing.sh [2025-08-04T01:49:12.333Z] ++ facter osfamily [2025-08-04T01:49:12.333Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T01:49:12.590Z] + sudo service docker restart [2025-08-04T01:49:12.592Z] + OS_FAMILY=redhat [2025-08-04T01:49:12.592Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-08-04T01:49:12.592Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T01:49:12.592Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T01:49:12.592Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T01:49:12.592Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T01:49:12.592Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-04T01:49:12.592Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T01:49:12.592Z] + case "${OS_FAMILY}" in [2025-08-04T01:49:12.592Z] + rpm -qa [2025-08-04T01:49:12.592Z] + sort [2025-08-04T01:49:13.161Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T01:49:13.161Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T01:49:13.161Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T01:49:13.161Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-04T01:49:13.161Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-08-04T01:49:13.161Z] + 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-04T01:49:13.173Z] 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-04T01:49:13.456Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:49:14.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T01:49:14.027Z] [2025-08-04T01:49:14.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:49:14.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T01:49:14.328Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T01:49:14.328Z] 5eb5b503b376: Pulling fs layer [2025-08-04T01:49:14.328Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T01:49:14.328Z] ec43610c2a17: Pulling fs layer [2025-08-04T01:49:14.328Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T01:49:14.328Z] 33b1e0a273af: Pulling fs layer [2025-08-04T01:49:14.328Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T01:49:14.328Z] 2f39f015ded8: Pulling fs layer [2025-08-04T01:49:14.328Z] 3a2ae6a8a46f: Waiting [2025-08-04T01:49:14.328Z] 33b1e0a273af: Waiting [2025-08-04T01:49:14.328Z] 5d3b04190fa2: Waiting [2025-08-04T01:49:14.328Z] 2f39f015ded8: Waiting [2025-08-04T01:49:14.328Z] 5c69ac0246d0: Verifying Checksum [2025-08-04T01:49:14.328Z] 5c69ac0246d0: Download complete [2025-08-04T01:49:14.328Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-04T01:49:14.328Z] 3a2ae6a8a46f: Download complete [2025-08-04T01:49:14.328Z] 33b1e0a273af: Verifying Checksum [2025-08-04T01:49:14.328Z] 33b1e0a273af: Download complete [2025-08-04T01:49:14.328Z] ec43610c2a17: Verifying Checksum [2025-08-04T01:49:14.328Z] ec43610c2a17: Download complete [2025-08-04T01:49:14.328Z] 5d3b04190fa2: Verifying Checksum [2025-08-04T01:49:14.328Z] 5d3b04190fa2: Download complete [2025-08-04T01:49:14.594Z] 5eb5b503b376: Verifying Checksum [2025-08-04T01:49:14.594Z] 5eb5b503b376: Download complete [2025-08-04T01:49:15.172Z] 2f39f015ded8: Verifying Checksum [2025-08-04T01:49:15.172Z] 2f39f015ded8: Download complete [2025-08-04T01:49:15.744Z] 5eb5b503b376: Pull complete [2025-08-04T01:49:16.009Z] 5c69ac0246d0: Pull complete [2025-08-04T01:49:16.280Z] ec43610c2a17: Pull complete [2025-08-04T01:49:16.280Z] 3a2ae6a8a46f: Pull complete [2025-08-04T01:49:16.549Z] 33b1e0a273af: Pull complete [2025-08-04T01:49:16.549Z] 5d3b04190fa2: Pull complete [2025-08-04T01:49:20.753Z] 2f39f015ded8: Pull complete [2025-08-04T01:49:20.753Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T01:49:20.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T01:49:20.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T01:49:20.915Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2025-08-04T01:49:20.949Z] $ 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-04T01:49:24.036Z] $ docker top 97922830db201565f5be957f22c7391e7a6c05aecea0381cc16fd0e2b19f6233 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T01:49:24.392Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T01:49:24.678Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T01:49:24.973Z] + ls /var/log/sa-host [2025-08-04T01:49:24.973Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T01:49:25.060Z] provisioning config files... [2025-08-04T01:49:25.070Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5825116884874220638tmp [Pipeline] { [Pipeline] echo [2025-08-04T01:49:25.088Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:25.390Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T01:49:25.398Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:25.742Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T01:49:25.753Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:26.040Z] ---> sudo-logs.sh [2025-08-04T01:49:26.041Z] Archiving 'sudo' log.. [2025-08-04T01:49:26.041Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6218.novalocal: Name or service not known [2025-08-04T01:49:26.041Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6218.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-04T01:49:26.069Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:26.375Z] ---> job-cost.sh [2025-08-04T01:49:26.375Z] lf-activate-venv: SKIPPING [2025-08-04T01:49:26.375Z] INFO: No Stack... [2025-08-04T01:49:26.635Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-04T01:49:26.896Z] INFO: Archiving Costs [Pipeline] echo [2025-08-04T01:49:26.914Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:27.209Z] ---> logs-deploy.sh [2025-08-04T01:49:27.209Z] lf-activate-venv: SKIPPING [2025-08-04T01:49:27.209Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/210 [2025-08-04T01:49:27.209Z] INFO: archiving workspace using pattern(s): [2025-08-04T01:49:28.147Z] Archives upload complete. [2025-08-04T01:49:28.147Z] INFO: archiving logs to Nexus [2025-08-04T01:49:29.087Z] ---> uname -a: [2025-08-04T01:49:29.087Z] Linux prd-centos7-docker-4c-2g-6218.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-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] ---> lscpu: [2025-08-04T01:49:29.087Z] Architecture: x86_64 [2025-08-04T01:49:29.087Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-04T01:49:29.087Z] Byte Order: Little Endian [2025-08-04T01:49:29.087Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-04T01:49:29.087Z] CPU(s): 2 [2025-08-04T01:49:29.087Z] On-line CPU(s) list: 0,1 [2025-08-04T01:49:29.087Z] Thread(s) per core: 1 [2025-08-04T01:49:29.087Z] Core(s) per socket: 1 [2025-08-04T01:49:29.087Z] Socket(s): 2 [2025-08-04T01:49:29.087Z] NUMA node(s): 1 [2025-08-04T01:49:29.087Z] Vendor ID: AuthenticAMD [2025-08-04T01:49:29.087Z] CPU family: 23 [2025-08-04T01:49:29.087Z] Model: 49 [2025-08-04T01:49:29.087Z] Model name: AMD EPYC-Rome Processor [2025-08-04T01:49:29.087Z] Stepping: 0 [2025-08-04T01:49:29.087Z] CPU MHz: 2800.000 [2025-08-04T01:49:29.087Z] BogoMIPS: 5600.00 [2025-08-04T01:49:29.087Z] Virtualization: AMD-V [2025-08-04T01:49:29.087Z] Hypervisor vendor: KVM [2025-08-04T01:49:29.087Z] Virtualization type: full [2025-08-04T01:49:29.087Z] L1d cache: 64 KiB [2025-08-04T01:49:29.087Z] L1i cache: 64 KiB [2025-08-04T01:49:29.087Z] L2 cache: 1 MiB [2025-08-04T01:49:29.087Z] L3 cache: 32 MiB [2025-08-04T01:49:29.087Z] NUMA node0 CPU(s): 0,1 [2025-08-04T01:49:29.087Z] Vulnerability Itlb multihit: Not affected [2025-08-04T01:49:29.087Z] Vulnerability L1tf: Not affected [2025-08-04T01:49:29.087Z] Vulnerability Mds: Not affected [2025-08-04T01:49:29.087Z] Vulnerability Meltdown: Not affected [2025-08-04T01:49:29.087Z] Vulnerability Mmio stale data: Not affected [2025-08-04T01:49:29.087Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-04T01:49:29.087Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-04T01:49:29.087Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-04T01:49:29.087Z] Vulnerability Srbds: Not affected [2025-08-04T01:49:29.087Z] Vulnerability Tsx async abort: Not affected [2025-08-04T01:49:29.087Z] 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-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] ---> nproc: [2025-08-04T01:49:29.087Z] 2 [2025-08-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] ---> df -h: [2025-08-04T01:49:29.087Z] Filesystem Size Used Avail Use% Mounted on [2025-08-04T01:49:29.087Z] overlay 40G 7.3G 33G 19% / [2025-08-04T01:49:29.087Z] tmpfs 64M 0 64M 0% /dev [2025-08-04T01:49:29.087Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-04T01:49:29.087Z] shm 64M 0 64M 0% /dev/shm [2025-08-04T01:49:29.087Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] [2025-08-04T01:49:29.087Z] Cannot open /var/log/sysstat/sa04: No such file or directory [2025-08-04T01:49:29.087Z] Please check if data collecting is enabled [2025-08-04T01:49:29.087Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T01:49:29.122Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-04T01:49:29.125Z] $ docker stop --time=1 97922830db201565f5be957f22c7391e7a6c05aecea0381cc16fd0e2b19f6233 [2025-08-04T01:49:34.443Z] $ docker rm -f --volumes 97922830db201565f5be957f22c7391e7a6c05aecea0381cc16fd0e2b19f6233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] cleanWs [2025-08-04T01:49:34.541Z] [WS-CLEANUP] Deleting project workspace... [2025-08-04T01:49:34.541Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-04T01:49:34.555Z] [WS-CLEANUP] done [Pipeline] configFileProvider [2025-08-04T01:49:34.567Z] provisioning config files... [Pipeline] } [Pipeline] // node [2025-08-04T01:49:34.603Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/210@tmp/config6021040354731554450tmp [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [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-04T01:49:35.047Z] ---> ****-login.sh [2025-08-04T01:49:35.047Z] nexus3.edgexfoundry.org:10001 [2025-08-04T01:49:35.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T01:49:35.146Z] [2025-08-04T01:49:35.146Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:49:35.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:35.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T01:49:35.453Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T01:49:35.453Z] 5eb5b503b376: Pulling fs layer [2025-08-04T01:49:35.453Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T01:49:35.453Z] ec43610c2a17: Pulling fs layer [2025-08-04T01:49:35.453Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T01:49:35.453Z] 33b1e0a273af: Pulling fs layer [2025-08-04T01:49:35.453Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T01:49:35.453Z] 2f39f015ded8: Pulling fs layer [2025-08-04T01:49:35.453Z] 33b1e0a273af: Waiting [2025-08-04T01:49:35.453Z] 5d3b04190fa2: Waiting [2025-08-04T01:49:35.453Z] 2f39f015ded8: Waiting [2025-08-04T01:49:35.453Z] 3a2ae6a8a46f: Waiting [2025-08-04T01:49:35.453Z] 5c69ac0246d0: Download complete [2025-08-04T01:49:35.453Z] 3a2ae6a8a46f: Download complete [2025-08-04T01:49:35.453Z] 33b1e0a273af: Verifying Checksum [2025-08-04T01:49:35.453Z] 33b1e0a273af: Download complete [2025-08-04T01:49:35.453Z] ec43610c2a17: Verifying Checksum [2025-08-04T01:49:35.453Z] ec43610c2a17: Download complete [2025-08-04T01:49:35.453Z] 5d3b04190fa2: Download complete [2025-08-04T01:49:35.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:35.584Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:35.584Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:35.584Z] [2025-08-04T01:49:35.584Z] Login Succeeded [2025-08-04T01:49:35.584Z] nexus3.edgexfoundry.org:10002 [2025-08-04T01:49:35.710Z] 5eb5b503b376: Verifying Checksum [2025-08-04T01:49:35.710Z] 5eb5b503b376: Download complete [2025-08-04T01:49:35.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:36.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:36.127Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:36.128Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:36.128Z] [2025-08-04T01:49:36.128Z] Login Succeeded [2025-08-04T01:49:36.128Z] nexus3.edgexfoundry.org:10003 [2025-08-04T01:49:36.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:36.274Z] 2f39f015ded8: Verifying Checksum [2025-08-04T01:49:36.274Z] 2f39f015ded8: Download complete [2025-08-04T01:49:36.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:36.400Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:36.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:36.400Z] [2025-08-04T01:49:36.400Z] Login Succeeded [2025-08-04T01:49:36.400Z] nexus3.edgexfoundry.org:10004 [2025-08-04T01:49:36.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:36.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:36.671Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:36.671Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:36.671Z] [2025-08-04T01:49:36.671Z] Login Succeeded [2025-08-04T01:49:36.671Z] ****.io [2025-08-04T01:49:36.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T01:49:37.205Z] 5eb5b503b376: Pull complete [2025-08-04T01:49:37.205Z] 5c69ac0246d0: Pull complete [2025-08-04T01:49:37.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T01:49:37.207Z] Configure a credential helper to remove this warning. See [2025-08-04T01:49:37.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T01:49:37.207Z] [2025-08-04T01:49:37.207Z] Login Succeeded [2025-08-04T01:49:37.207Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T01:49:37.219Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-04T01:49:37.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T01:49:37.530Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T01:49:37.545Z] ========================================================= [2025-08-04T01:49:37.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-04T01:49:37.546Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:49:37.772Z] ec43610c2a17: Pull complete [2025-08-04T01:49:37.772Z] 3a2ae6a8a46f: Pull complete [2025-08-04T01:49:37.772Z] 33b1e0a273af: Pull complete [2025-08-04T01:49:37.772Z] 5d3b04190fa2: Pull complete [2025-08-04T01:49:37.904Z] + 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-04T01:49:37.904Z] Sending build context to Docker daemon 141.8kB [2025-08-04T01:49:38.172Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-08-04T01:49:38.172Z] Step 2/12 : FROM ${BASE} AS builder [2025-08-04T01:49:38.172Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-04T01:49:38.172Z] 94e9d8af2201: Pulling fs layer [2025-08-04T01:49:38.172Z] a6c56e8762df: Pulling fs layer [2025-08-04T01:49:38.172Z] f0f3c8884826: Pulling fs layer [2025-08-04T01:49:38.172Z] c7e7622c144d: Pulling fs layer [2025-08-04T01:49:38.172Z] 4f4fb700ef54: Pulling fs layer [2025-08-04T01:49:38.172Z] e8859aadc426: Pulling fs layer [2025-08-04T01:49:38.172Z] b4813487a9f6: Pulling fs layer [2025-08-04T01:49:38.172Z] 502a3d64fb4b: Pulling fs layer [2025-08-04T01:49:38.172Z] c7e7622c144d: Waiting [2025-08-04T01:49:38.172Z] 4f4fb700ef54: Waiting [2025-08-04T01:49:38.172Z] e8859aadc426: Waiting [2025-08-04T01:49:38.172Z] b4813487a9f6: Waiting [2025-08-04T01:49:38.172Z] 502a3d64fb4b: Waiting [2025-08-04T01:49:38.444Z] a6c56e8762df: Verifying Checksum [2025-08-04T01:49:38.444Z] a6c56e8762df: Download complete [2025-08-04T01:49:38.444Z] c7e7622c144d: Verifying Checksum [2025-08-04T01:49:38.444Z] c7e7622c144d: Download complete [2025-08-04T01:49:38.444Z] 4f4fb700ef54: Download complete [2025-08-04T01:49:38.444Z] e8859aadc426: Verifying Checksum [2025-08-04T01:49:38.444Z] e8859aadc426: Download complete [2025-08-04T01:49:38.444Z] 94e9d8af2201: Verifying Checksum [2025-08-04T01:49:38.444Z] 94e9d8af2201: Download complete [2025-08-04T01:49:39.048Z] 502a3d64fb4b: Verifying Checksum [2025-08-04T01:49:39.048Z] 502a3d64fb4b: Download complete [2025-08-04T01:49:39.316Z] 94e9d8af2201: Pull complete [2025-08-04T01:49:39.906Z] a6c56e8762df: Pull complete [2025-08-04T01:49:40.495Z] f0f3c8884826: Verifying Checksum [2025-08-04T01:49:40.495Z] f0f3c8884826: Download complete [2025-08-04T01:49:41.082Z] b4813487a9f6: Verifying Checksum [2025-08-04T01:49:41.082Z] b4813487a9f6: Download complete [2025-08-04T01:49:43.032Z] 2f39f015ded8: Pull complete [2025-08-04T01:49:43.032Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T01:49:43.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T01:49:43.032Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T01:49:43.121Z] prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container [2025-08-04T01:49:43.151Z] $ 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-04T01:49:44.445Z] $ docker top 886fbc7b98692b6b3517bbde07ce24dd8d971056306f6329ac096ae41e2b14e1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:49:44.812Z] ---> job-cost.sh [2025-08-04T01:49:44.812Z] lf-activate-venv: SKIPPING [2025-08-04T01:49:44.812Z] INFO: No Stack... [2025-08-04T01:49:45.069Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-04T01:49:45.330Z] INFO: Archiving Costs [Pipeline] sh [2025-08-04T01:49:45.622Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-08-04T01:49:45.622Z] + cut -d, -f6 [Pipeline] lock [2025-08-04T01:49:45.639Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [2025-08-04T01:49:45.646Z] Resource [jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] did not exist. Created. [2025-08-04T01:49:45.652Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-04T01:49:45.957Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-04T01:49:45.998Z] Stashed 1 file(s) [Pipeline] } [2025-08-04T01:49:46.005Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-04T01:49:46.029Z] $ docker stop --time=1 886fbc7b98692b6b3517bbde07ce24dd8d971056306f6329ac096ae41e2b14e1 [2025-08-04T01:49:47.158Z] $ docker rm -f --volumes 886fbc7b98692b6b3517bbde07ce24dd8d971056306f6329ac096ae41e2b14e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-04T01:49:56.088Z] f0f3c8884826: Pull complete [2025-08-04T01:49:56.088Z] c7e7622c144d: Pull complete [2025-08-04T01:49:56.359Z] 4f4fb700ef54: Pull complete [2025-08-04T01:49:56.627Z] e8859aadc426: Pull complete [2025-08-04T01:50:04.833Z] b4813487a9f6: Pull complete [2025-08-04T01:50:06.775Z] 502a3d64fb4b: Pull complete [2025-08-04T01:50:06.775Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-08-04T01:50:06.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T01:50:06.775Z] ---> 3bb21d53e231 [2025-08-04T01:50:06.775Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-08-04T01:50:08.714Z] ---> Running in 62e2867935dd [2025-08-04T01:50:08.714Z] Removing intermediate container 62e2867935dd [2025-08-04T01:50:08.714Z] ---> 8b3a6dbcc7d1 [2025-08-04T01:50:08.714Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-04T01:50:08.714Z] ---> Running in 6a6d6002d784 [2025-08-04T01:50:08.979Z] Removing intermediate container 6a6d6002d784 [2025-08-04T01:50:08.979Z] ---> 72ff7e2a978b [2025-08-04T01:50:08.979Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-08-04T01:50:08.979Z] ---> Running in c4672a7c6e75 [2025-08-04T01:50:09.246Z] Removing intermediate container c4672a7c6e75 [2025-08-04T01:50:09.246Z] ---> 3788b2770696 [2025-08-04T01:50:09.246Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-08-04T01:50:09.514Z] ---> Running in 5096eba67572 [2025-08-04T01:50:09.780Z] Removing intermediate container 5096eba67572 [2025-08-04T01:50:09.780Z] ---> daa8ef8e049e [2025-08-04T01:50:09.780Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-04T01:50:09.780Z] ---> Running in 5cfeba5b57de [2025-08-04T01:50:10.044Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:50:10.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T01:50:10.572Z] [2025-08-04T01:50:10.572Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:50:10.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T01:50:10.903Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-04T01:50:10.903Z] 8998bd30e6a1: Pulling fs layer [2025-08-04T01:50:10.903Z] 04944245beec: Pulling fs layer [2025-08-04T01:50:10.903Z] 699f458cf7ca: Pulling fs layer [2025-08-04T01:50:10.903Z] 765212b225bb: Pulling fs layer [2025-08-04T01:50:10.903Z] f23df028b6ca: Pulling fs layer [2025-08-04T01:50:10.903Z] d65c8cfc05b1: Pulling fs layer [2025-08-04T01:50:10.903Z] 2437ff75d9bd: Pulling fs layer [2025-08-04T01:50:10.903Z] 765212b225bb: Waiting [2025-08-04T01:50:10.903Z] d65c8cfc05b1: Waiting [2025-08-04T01:50:10.903Z] f23df028b6ca: Waiting [2025-08-04T01:50:10.903Z] 2437ff75d9bd: Waiting [2025-08-04T01:50:11.169Z] 04944245beec: Verifying Checksum [2025-08-04T01:50:11.169Z] 04944245beec: Download complete [2025-08-04T01:50:11.169Z] 765212b225bb: Verifying Checksum [2025-08-04T01:50:11.169Z] 765212b225bb: Download complete [2025-08-04T01:50:11.169Z] f23df028b6ca: Download complete [2025-08-04T01:50:11.169Z] d65c8cfc05b1: Verifying Checksum [2025-08-04T01:50:11.169Z] d65c8cfc05b1: Download complete [2025-08-04T01:50:11.169Z] 699f458cf7ca: Verifying Checksum [2025-08-04T01:50:11.169Z] 699f458cf7ca: Download complete [2025-08-04T01:50:11.752Z] 8998bd30e6a1: Verifying Checksum [2025-08-04T01:50:11.753Z] 8998bd30e6a1: Download complete [2025-08-04T01:50:14.328Z] 2437ff75d9bd: Verifying Checksum [2025-08-04T01:50:14.328Z] 2437ff75d9bd: Download complete [2025-08-04T01:50:16.269Z] 8998bd30e6a1: Pull complete [2025-08-04T01:50:16.851Z] 04944245beec: Pull complete [2025-08-04T01:50:18.789Z] 699f458cf7ca: Pull complete [2025-08-04T01:50:18.789Z] 765212b225bb: Pull complete [2025-08-04T01:50:19.374Z] f23df028b6ca: Pull complete [2025-08-04T01:50:19.639Z] d65c8cfc05b1: Pull complete [2025-08-04T01:50:37.827Z] 2437ff75d9bd: Pull complete [2025-08-04T01:50:37.827Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-04T01:50:37.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T01:50:37.827Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T01:50:38.049Z] prd-ubuntu20.04-docker-arm64-4c-16g-6217 does not seem to be running inside a container [2025-08-04T01:50:38.117Z] $ 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/210 -v /w/workspace/device-rest-go/210:/w/workspace/device-rest-go/210:rw,z -v /w/workspace/device-rest-go/210@tmp:/w/workspace/device-rest-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-08-04T01:50:40.775Z] $ docker top 85ba1bbbb88d26c1e03a9db3bba48f55f6cffc098b980e29d26fc188c0e509c8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:41.622Z] ---> job-cost.sh [2025-08-04T01:50:41.622Z] lf-activate-venv: SKIPPING [2025-08-04T01:50:41.622Z] INFO: No Stack... [2025-08-04T01:50:41.887Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-04T01:50:42.838Z] INFO: Archiving Costs [Pipeline] sh [2025-08-04T01:50:43.479Z] + cat /w/workspace/device-rest-go/210/archives/cost.csv [2025-08-04T01:50:43.479Z] + cut -d, -f6 [Pipeline] lock [2025-08-04T01:50:43.533Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [2025-08-04T01:50:43.540Z] Resource [jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] did not exist. Created. [2025-08-04T01:50:43.545Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-04T01:50:44.191Z] /w/workspace/device-rest-go/210@tmp/durable-91f8b6f9/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-04T01:50:44.829Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-04T01:50:44.854Z] Warning: overwriting stash ‘stack-cost’ [2025-08-04T01:50:45.274Z] Stashed 1 file(s) [Pipeline] } [2025-08-04T01:50:45.282Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-04T01:50:45.307Z] $ docker stop --time=1 85ba1bbbb88d26c1e03a9db3bba48f55f6cffc098b980e29d26fc188c0e509c8 [2025-08-04T01:50:46.831Z] $ docker rm -f --volumes 85ba1bbbb88d26c1e03a9db3bba48f55f6cffc098b980e29d26fc188c0e509c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-04T01:50:47.168Z] 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-04T01:50:47.943Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-08-04T01:50:47.943Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-04T01:50:47.943Z] total 16 [2025-08-04T01:50:47.943Z] drwxr-xr-x 3 root root 4096 Aug 4 01:49 . [2025-08-04T01:50:47.943Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 4 01:49 .. [2025-08-04T01:50:47.943Z] drwxr-xr-x 2 root root 4096 Aug 4 01:49 cost [2025-08-04T01:50:47.943Z] -rw-r--r-- 1 root root 86 Aug 4 01:49 cost.csv [2025-08-04T01:50:47.943Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-04T01:50:47.943Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-08-04T01:50:47.943Z] total 16 [2025-08-04T01:50:47.943Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 01:49 . [2025-08-04T01:50:47.943Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 4 01:49 .. [2025-08-04T01:50:47.943Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 4 01:49 cost [2025-08-04T01:50:47.943Z] -rw-r--r-- 1 jenkins jenkins 86 Aug 4 01:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:48.236Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:49.091Z] ---> package-listing.sh [2025-08-04T01:50:49.091Z] ++ facter osfamily [2025-08-04T01:50:49.091Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T01:50:49.348Z] + OS_FAMILY=debian [2025-08-04T01:50:49.348Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-08-04T01:50:49.348Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T01:50:49.348Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T01:50:49.348Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T01:50:49.348Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T01:50:49.348Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-04T01:50:49.348Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T01:50:49.348Z] + case "${OS_FAMILY}" in [2025-08-04T01:50:49.348Z] + dpkg -l [2025-08-04T01:50:49.348Z] + grep '^ii' [2025-08-04T01:50:49.349Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T01:50:49.349Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T01:50:49.349Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T01:50:49.349Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-08-04T01:50:49.349Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-08-04T01:50:49.349Z] + 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-04T01:50:49.357Z] 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-04T01:50:49.633Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T01:50:50.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T01:50:50.202Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T01:50:50.277Z] prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container [2025-08-04T01:50:50.303Z] $ 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-04T01:50:50.508Z] $ docker top 08e859db42262ac90f9ed494e6a54d79361cf5fa3cad4e9eb7a1079024538798 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T01:50:50.850Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T01:50:51.136Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T01:50:51.421Z] + ls /var/log/sa-host [2025-08-04T01:50:51.421Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T01:50:51.455Z] provisioning config files... [2025-08-04T01:50:51.471Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10607008010258733239tmp [Pipeline] { [Pipeline] echo [2025-08-04T01:50:51.493Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:51.781Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T01:50:51.789Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:52.110Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T01:50:52.122Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:52.413Z] ---> sudo-logs.sh [2025-08-04T01:50:52.414Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-04T01:50:52.448Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:52.732Z] ---> job-cost.sh [2025-08-04T01:50:52.732Z] lf-activate-venv: SKIPPING [2025-08-04T01:50:52.732Z] DEBUG: total: 0.2199999988079071 [2025-08-04T01:50:52.732Z] INFO: Retrieving Stack Cost... [2025-08-04T01:50:52.993Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-04T01:50:53.253Z] INFO: Archiving Costs [Pipeline] echo [2025-08-04T01:50:53.269Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T01:50:53.552Z] ---> logs-deploy.sh [2025-08-04T01:50:53.552Z] lf-activate-venv: SKIPPING [2025-08-04T01:50:53.552Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/210 [2025-08-04T01:50:53.552Z] INFO: archiving workspace using pattern(s): [2025-08-04T01:50:54.491Z] Archives upload complete. [2025-08-04T01:50:54.491Z] INFO: archiving logs to Nexus