Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2aa3f916c209823cc8b4c7ef285d19001d95210d 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-ssh2167893267273446526.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-ssh7926422752559959861.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-ssh9963907481054873752.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-ssh13503340264152480113.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-ssh9146807304790970556.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5072’ Running on prd-ubuntu20.04-docker-8c-8g-5078 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 2aa3f916c209823cc8b4c7ef285d19001d95210d (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#480)" > git config core.sparsecheckout # timeout=10 > git checkout -f 2aa3f916c209823cc8b4c7ef285d19001d95210d # timeout=10 > git rev-list --no-walk adb487e0ef91f3e6c8aed5a973806e043aaac6a0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-14T01:26:57.392Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-14T01:26:57.478Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-14T01:26:57.509Z] ========================================================= [2025-07-14T01:26:57.510Z] EdgeX Global Pipelines Version Info [2025-07-14T01:26:57.510Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:26:58.611Z] ------------------- [2025-07-14T01:26:58.611Z] stable info: [2025-07-14T01:26:58.611Z] ------------------- [2025-07-14T01:26:58.611Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-14T01:26:58.611Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-14T01:26:58.611Z] Message: update stable to v1.0.274 [2025-07-14T01:26:58.871Z] ------------------- [2025-07-14T01:26:58.871Z] experimental info: [2025-07-14T01:26:58.871Z] ------------------- [2025-07-14T01:26:58.871Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-14T01:26:58.871Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-14T01:26:58.871Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-14T01:26:59.016Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-07-14T01:26:59.034Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-07-14T01:26:59.054Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-14T01:26:59.073Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-14T01:26:59.097Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-14T01:26:59.120Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-14T01:26:59.138Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-14T01:26:59.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-14T01:26:59.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-14T01:26:59.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-14T01:26:59.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-14T01:26:59.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-07-14T01:26:59.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-14T01:26:59.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-14T01:26:59.290Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-14T01:26:59.308Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-14T01:26:59.326Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-14T01:26:59.344Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-14T01:26:59.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-14T01:26:59.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-14T01:26:59.414Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-14T01:26:59.438Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-14T01:26:59.463Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-14T01:26:59.484Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-14T01:26:59.509Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-14T01:26:59.529Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-14T01:26:59.561Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-14T01:26:59.581Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-14T01:26:59.601Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-14T01:26:59.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-14T01:26:59.646Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo [2025-07-14T01:26:59.668Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2aa3f91 [Pipeline] echo [2025-07-14T01:26:59.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:26:59.756Z] provisioning config files... [2025-07-14T01:26:59.769Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7013152488538883035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:27:00.107Z] ---> ****-login.sh [2025-07-14T01:27:00.107Z] nexus3.edgexfoundry.org:10001 [2025-07-14T01:27:00.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:00.374Z] [2025-07-14T01:27:00.374Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-14T01:27:00.374Z] Configure a credential helper to remove this warning. See [2025-07-14T01:27:00.374Z] https://docs.****.com/go/credential-store/ [2025-07-14T01:27:00.374Z] [2025-07-14T01:27:00.374Z] Login Succeeded [2025-07-14T01:27:00.374Z] nexus3.edgexfoundry.org:10002 [2025-07-14T01:27:00.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:00.374Z] [2025-07-14T01:27:00.374Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-14T01:27:00.374Z] Configure a credential helper to remove this warning. See [2025-07-14T01:27:00.374Z] https://docs.****.com/go/credential-store/ [2025-07-14T01:27:00.374Z] [2025-07-14T01:27:00.374Z] Login Succeeded [2025-07-14T01:27:00.374Z] nexus3.edgexfoundry.org:10003 [2025-07-14T01:27:00.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:00.642Z] [2025-07-14T01:27:00.642Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-14T01:27:00.642Z] Configure a credential helper to remove this warning. See [2025-07-14T01:27:00.642Z] https://docs.****.com/go/credential-store/ [2025-07-14T01:27:00.642Z] [2025-07-14T01:27:00.642Z] Login Succeeded [2025-07-14T01:27:00.642Z] nexus3.edgexfoundry.org:10004 [2025-07-14T01:27:00.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:00.642Z] [2025-07-14T01:27:00.642Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-14T01:27:00.642Z] Configure a credential helper to remove this warning. See [2025-07-14T01:27:00.642Z] https://docs.****.com/go/credential-store/ [2025-07-14T01:27:00.642Z] [2025-07-14T01:27:00.642Z] Login Succeeded [2025-07-14T01:27:00.642Z] ****.io [2025-07-14T01:27:00.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:00.908Z] [2025-07-14T01:27:00.908Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-14T01:27:00.908Z] Configure a credential helper to remove this warning. See [2025-07-14T01:27:00.908Z] https://docs.****.com/go/credential-store/ [2025-07-14T01:27:00.908Z] [2025-07-14T01:27:00.908Z] Login Succeeded [2025-07-14T01:27:00.908Z] ---> ****-login.sh ends [Pipeline] } [2025-07-14T01:27:00.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-14T01:27:01.345Z] + git rev-list -1 --merges 2aa3f916c209823cc8b4c7ef285d19001d95210d~1..2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo [2025-07-14T01:27:01.376Z] -----------> git rev-list -1 --merges 2aa3f916c209823cc8b4c7ef285d19001d95210d~1..2aa3f916c209823cc8b4c7ef285d19001d95210d 2aa3f916c209823cc8b4c7ef285d19001d95210d [false] [Pipeline] sh [2025-07-14T01:27:01.698Z] + git log --format=format:%s -1 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo [2025-07-14T01:27:01.715Z] ========================================================= [2025-07-14T01:27:01.716Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-14T01:27:01.716Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-14T01:27:02.054Z] + git log --format=format:%s -1 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo [2025-07-14T01:27:02.065Z] [semverPrep] GIT_COMMIT: 2aa3f916c209823cc8b4c7ef285d19001d95210d, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#480) [Pipeline] echo [2025-07-14T01:27:02.079Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-14T01:27:02.450Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-14T01:27:02.450Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-14T01:27:02.450Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-14T01:27:02.450Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-14T01:27:02.450Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2025-07-14T01:27:02.450Z] -a /etc/ssh/ssh_known_hosts [2025-07-14T01:27:02.450Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:27:02.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-14T01:27:02.882Z] [2025-07-14T01:27:02.882Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:27:03.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-14T01:27:03.195Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-14T01:27:03.195Z] 3dae71ba6b94: Pulling fs layer [2025-07-14T01:27:03.195Z] 6bf1a483ea7c: Pulling fs layer [2025-07-14T01:27:03.195Z] f5dfc541a4d3: Pulling fs layer [2025-07-14T01:27:03.195Z] 461d9e800cba: Pulling fs layer [2025-07-14T01:27:03.195Z] 80192f66455f: Pulling fs layer [2025-07-14T01:27:03.195Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-14T01:27:03.195Z] a29436f7fd5d: Pulling fs layer [2025-07-14T01:27:03.195Z] 923cac83aea3: Pulling fs layer [2025-07-14T01:27:03.195Z] 80192f66455f: Waiting [2025-07-14T01:27:03.195Z] 2e8e34ca0e6c: Waiting [2025-07-14T01:27:03.195Z] 461d9e800cba: Waiting [2025-07-14T01:27:03.195Z] 25ad8b0a4227: Pulling fs layer [2025-07-14T01:27:03.195Z] a29436f7fd5d: Waiting [2025-07-14T01:27:03.195Z] 923cac83aea3: Waiting [2025-07-14T01:27:03.195Z] db01528c6b51: Pulling fs layer [2025-07-14T01:27:03.195Z] 28988de357af: Pulling fs layer [2025-07-14T01:27:03.195Z] 25ad8b0a4227: Waiting [2025-07-14T01:27:03.195Z] db01528c6b51: Waiting [2025-07-14T01:27:03.195Z] 28988de357af: Waiting [2025-07-14T01:27:03.195Z] 6bf1a483ea7c: Verifying Checksum [2025-07-14T01:27:03.196Z] 6bf1a483ea7c: Download complete [2025-07-14T01:27:03.196Z] 461d9e800cba: Verifying Checksum [2025-07-14T01:27:03.196Z] 461d9e800cba: Download complete [2025-07-14T01:27:03.457Z] 80192f66455f: Download complete [2025-07-14T01:27:03.457Z] f5dfc541a4d3: Verifying Checksum [2025-07-14T01:27:03.457Z] f5dfc541a4d3: Download complete [2025-07-14T01:27:03.457Z] 3dae71ba6b94: Verifying Checksum [2025-07-14T01:27:03.457Z] 3dae71ba6b94: Download complete [2025-07-14T01:27:03.457Z] 923cac83aea3: Verifying Checksum [2025-07-14T01:27:03.457Z] 923cac83aea3: Download complete [2025-07-14T01:27:03.717Z] 25ad8b0a4227: Verifying Checksum [2025-07-14T01:27:03.717Z] 25ad8b0a4227: Download complete [2025-07-14T01:27:03.717Z] db01528c6b51: Verifying Checksum [2025-07-14T01:27:03.717Z] db01528c6b51: Download complete [2025-07-14T01:27:03.717Z] 28988de357af: Verifying Checksum [2025-07-14T01:27:03.717Z] 28988de357af: Download complete [2025-07-14T01:27:03.717Z] a29436f7fd5d: Verifying Checksum [2025-07-14T01:27:03.717Z] a29436f7fd5d: Download complete [2025-07-14T01:27:04.284Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-14T01:27:04.284Z] 2e8e34ca0e6c: Download complete [2025-07-14T01:27:04.850Z] 3dae71ba6b94: Pull complete [2025-07-14T01:27:05.110Z] 6bf1a483ea7c: Pull complete [2025-07-14T01:27:06.047Z] f5dfc541a4d3: Pull complete [2025-07-14T01:27:06.048Z] 461d9e800cba: Pull complete [2025-07-14T01:27:06.048Z] 80192f66455f: Pull complete [2025-07-14T01:27:10.234Z] 2e8e34ca0e6c: Pull complete [2025-07-14T01:27:11.167Z] a29436f7fd5d: Pull complete [2025-07-14T01:27:11.167Z] 923cac83aea3: Pull complete [2025-07-14T01:27:11.426Z] 25ad8b0a4227: Pull complete [2025-07-14T01:27:11.426Z] db01528c6b51: Pull complete [2025-07-14T01:27:11.426Z] 28988de357af: Pull complete [2025-07-14T01:27:11.426Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-14T01:27:11.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-14T01:27:11.426Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:27:11.569Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:27:11.601Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-14T01:27:13.500Z] $ docker top 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da -eo pid,comm [2025-07-14T01:27:13.557Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-14T01:27:13.557Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-14T01:27:13.607Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-14T01:27:13.607Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-14T01:27:13.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-14T01:27:13.718Z] $ docker exec 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent [2025-07-14T01:27:13.836Z] SSH_AUTH_SOCK=/tmp/ssh-e6Osgu3OAOhB/agent.33 [2025-07-14T01:27:13.836Z] SSH_AGENT_PID=39 [2025-07-14T01:27:13.843Z] Running ssh-add (command line suppressed) [2025-07-14T01:27:13.943Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18032104421634088805.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18032104421634088805.key) [2025-07-14T01:27:13.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-14T01:27:14.256Z] + git tag --points-at HEAD [Pipeline] } [2025-07-14T01:27:14.268Z] $ docker exec --env ******** --env ******** 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent -k [2025-07-14T01:27:14.370Z] unset SSH_AUTH_SOCK; [2025-07-14T01:27:14.370Z] unset SSH_AGENT_PID; [2025-07-14T01:27:14.370Z] echo Agent pid 39 killed; [2025-07-14T01:27:14.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-14T01:27:14.425Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-14T01:27:14.425Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-14T01:27:14.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-14T01:27:14.532Z] $ docker exec 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent [2025-07-14T01:27:14.644Z] SSH_AUTH_SOCK=/tmp/ssh-iP6ljFHwNULs/agent.73 [2025-07-14T01:27:14.644Z] SSH_AGENT_PID=79 [2025-07-14T01:27:14.648Z] Running ssh-add (command line suppressed) [2025-07-14T01:27:14.749Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11362686461452086085.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11362686461452086085.key) [2025-07-14T01:27:14.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-14T01:27:15.054Z] + git semver init [2025-07-14T01:27:15.313Z] 2025-07-14 01:27:15,261 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-14T01:27:15.313Z] 2025-07-14 01:27:15,264 [run_init] DEBUG init version:0.0.0 force:False [2025-07-14T01:27:15.313Z] 2025-07-14 01:27:15,265 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-14T01:27:15.313Z] 2025-07-14 01:27:15,265 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-14T01:27:15.313Z] 2025-07-14 01:27:15,266 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-14T01:27:16.692Z] 2025-07-14 01:27:16,638 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-07-14T01:27:16.692Z] 2025-07-14 01:27:16,638 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-07-14T01:27:16.692Z] 2025-07-14 01:27:16,638 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:27:16.692Z] 2025-07-14 01:27:16,638 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:27:16.692Z] 4.1.0-dev.7 [Pipeline] } [2025-07-14T01:27:16.698Z] $ docker exec --env ******** --env ******** 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da ssh-agent -k [2025-07-14T01:27:16.786Z] unset SSH_AUTH_SOCK; [2025-07-14T01:27:16.787Z] unset SSH_AGENT_PID; [2025-07-14T01:27:16.787Z] echo Agent pid 79 killed; [2025-07-14T01:27:16.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-14T01:27:17.130Z] + git semver [Pipeline] } [2025-07-14T01:27:17.714Z] $ docker stop --time=1 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da [2025-07-14T01:27:18.993Z] $ docker rm -f --volumes 40afd489f146b796f594cb6efdd17c07e8603437ced6e4a39e4e33c105b006da [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-14T01:27:19.348Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-14T01:27:19.590Z] Stashed 1 file(s) [Pipeline] echo [2025-07-14T01:27:19.594Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:27:19.768Z] provisioning config files... [2025-07-14T01:27:19.778Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13486261798889825163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:27:20.121Z] ---> ****-login.sh [2025-07-14T01:27:20.121Z] nexus3.edgexfoundry.org:10001 [2025-07-14T01:27:20.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:20.121Z] Login Succeeded [2025-07-14T01:27:20.121Z] nexus3.edgexfoundry.org:10002 [2025-07-14T01:27:20.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:20.121Z] Login Succeeded [2025-07-14T01:27:20.121Z] nexus3.edgexfoundry.org:10003 [2025-07-14T01:27:20.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:20.441Z] Login Succeeded [2025-07-14T01:27:20.441Z] nexus3.edgexfoundry.org:10004 [2025-07-14T01:27:20.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:20.441Z] Login Succeeded [2025-07-14T01:27:20.441Z] ****.io [2025-07-14T01:27:20.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:27:21.027Z] Login Succeeded [2025-07-14T01:27:21.027Z] ---> ****-login.sh ends [Pipeline] } [2025-07-14T01:27:21.033Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-14T01:27:21.122Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-14T01:27:21.144Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-14T01:27:21.162Z] ========================================================= [2025-07-14T01:27:21.163Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-14T01:27:21.163Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:27:21.496Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-07-14T01:27:22.067Z] #0 building with "default" instance using docker driver [2025-07-14T01:27:22.067Z] [2025-07-14T01:27:22.067Z] #1 [internal] load build definition from Dockerfile [2025-07-14T01:27:22.067Z] #1 transferring dockerfile: 1.74kB done [2025-07-14T01:27:22.067Z] #1 DONE 0.0s [2025-07-14T01:27:22.067Z] [2025-07-14T01:27:22.067Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-14T01:27:22.067Z] #2 DONE 0.1s [2025-07-14T01:27:22.338Z] [2025-07-14T01:27:22.338Z] #3 [internal] load .dockerignore [2025-07-14T01:27:22.338Z] #3 transferring context: 193B done [2025-07-14T01:27:22.338Z] #3 DONE 0.0s [2025-07-14T01:27:22.338Z] [2025-07-14T01:27:22.338Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-14T01:27:22.338Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-14T01:27:22.338Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-14T01:27:22.338Z] #4 ... [2025-07-14T01:27:22.338Z] [2025-07-14T01:27:22.338Z] #5 [internal] load build context [2025-07-14T01:27:22.338Z] #5 transferring context: 21.60MB 0.2s done [2025-07-14T01:27:22.338Z] #5 DONE 0.2s [2025-07-14T01:27:22.338Z] [2025-07-14T01:27:22.338Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-14T01:27:22.338Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.1s [2025-07-14T01:27:22.338Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-14T01:27:22.338Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-07-14T01:27:22.338Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-14T01:27:22.338Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s [2025-07-14T01:27:22.338Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-14T01:27:22.338Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-14T01:27:22.597Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-14T01:27:22.597Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.68MB / 74.06MB 0.2s [2025-07-14T01:27:22.597Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-14T01:27:22.597Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.10MB / 100.52MB 0.2s [2025-07-14T01:27:22.597Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-14T01:27:22.597Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-14T01:27:22.597Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s [2025-07-14T01:27:22.597Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-07-14T01:27:22.597Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 44.04MB / 74.06MB 0.4s [2025-07-14T01:27:22.597Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 17.83MB / 100.52MB 0.4s [2025-07-14T01:27:22.597Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-14T01:27:22.597Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-07-14T01:27:22.597Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 9.44MB / 13.29MB 0.4s [2025-07-14T01:27:22.597Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 60.82MB / 74.06MB 0.5s [2025-07-14T01:27:22.597Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 26.21MB / 100.52MB 0.5s [2025-07-14T01:27:22.597Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done [2025-07-14T01:27:22.857Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-07-14T01:27:22.857Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 61.87MB / 100.52MB 0.7s [2025-07-14T01:27:23.115Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-07-14T01:27:23.115Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 82.84MB / 100.52MB 0.8s [2025-07-14T01:27:23.115Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-14T01:27:23.115Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 0.9s [2025-07-14T01:27:23.374Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s done [2025-07-14T01:27:28.650Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.8s done [2025-07-14T01:27:28.650Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-14T01:27:28.650Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-14T01:27:28.650Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-14T01:27:28.650Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-14T01:27:28.650Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-14T01:27:28.650Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-14T01:27:28.650Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-14T01:27:30.548Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.4s done [2025-07-14T01:27:30.548Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 [2025-07-14T01:27:31.115Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.5s done [2025-07-14T01:27:31.115Z] #4 DONE 9.0s [2025-07-14T01:27:31.374Z] [2025-07-14T01:27:31.374Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-14T01:27:31.374Z] #6 0.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-14T01:27:31.632Z] #6 0.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-14T01:27:32.199Z] #6 0.824 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-14T01:27:32.199Z] #6 0.834 (2/4) Installing libedit (20240517.3.1-r0) [2025-07-14T01:27:32.199Z] #6 0.842 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-14T01:27:32.199Z] #6 0.867 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-14T01:27:32.199Z] #6 0.880 Executing busybox-1.36.1-r29.trigger [2025-07-14T01:27:32.199Z] #6 0.890 OK: 252 MiB in 62 packages [2025-07-14T01:27:33.575Z] #6 DONE 2.5s [2025-07-14T01:27:33.835Z] [2025-07-14T01:27:33.835Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-07-14T01:27:33.835Z] #7 DONE 0.0s [2025-07-14T01:27:33.835Z] [2025-07-14T01:27:33.835Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-14T01:27:33.835Z] #8 DONE 0.0s [2025-07-14T01:27:33.835Z] [2025-07-14T01:27:33.835Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-14T01:27:34.732Z] Still waiting to schedule task [2025-07-14T01:27:34.733Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5076’ [2025-07-14T01:28:22.801Z] #9 DONE 47.0s [2025-07-14T01:28:22.801Z] [2025-07-14T01:28:22.801Z] #10 [builder 6/7] COPY . . [2025-07-14T01:28:22.801Z] #10 DONE 0.1s [2025-07-14T01:28:22.801Z] [2025-07-14T01:28:22.801Z] #11 [builder 7/7] RUN echo noop [2025-07-14T01:28:22.801Z] #11 0.208 noop [2025-07-14T01:28:22.801Z] #11 DONE 0.3s [2025-07-14T01:28:22.801Z] [2025-07-14T01:28:22.801Z] #12 exporting to image [2025-07-14T01:28:22.801Z] #12 exporting layers [2025-07-14T01:28:29.375Z] #12 exporting layers 7.9s done [2025-07-14T01:28:29.375Z] #12 writing image sha256:53705f1fb306f495b79acf7931d16ef4b3c33ff1b08017105da8e84a3ef30df3 done [2025-07-14T01:28:29.375Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-14T01:28:29.375Z] #12 DONE 7.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:28:29.707Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-14T01:28:29.707Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:28:29.795Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:28:29.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-14T01:28:30.112Z] $ docker top 2eb97769b993690b8e7bca671377c594cf45f530f3712cbcf7b5beaeffad773b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-14T01:28:30.456Z] + go version [2025-07-14T01:28:30.456Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-14T01:28:30.464Z] $ docker stop --time=1 2eb97769b993690b8e7bca671377c594cf45f530f3712cbcf7b5beaeffad773b [2025-07-14T01:28:31.710Z] $ docker rm -f --volumes 2eb97769b993690b8e7bca671377c594cf45f530f3712cbcf7b5beaeffad773b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:28:32.154Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-14T01:28:32.154Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:28:32.234Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:28:32.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-14T01:28:32.523Z] $ docker top 5b0657486f3063cdea49b517db6acd59ab1c3e65fa7d1aa44d84828fcc1f7715 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-14T01:28:32.880Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-14T01:28:33.182Z] + make test [2025-07-14T01:28:33.182Z] go test ./... -coverprofile=coverage.out ./... [2025-07-14T01:28:34.557Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-14T01:28:56.500Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-14T01:28:56.500Z] ok github.com/edgexfoundry/device-rest-go/driver 0.010s coverage: 32.2% of statements [2025-07-14T01:29:06.469Z] go vet ./... [2025-07-14T01:29:13.025Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-14T01:29:13.025Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-14T01:29:13.025Z] ./bin/test-attribution-txt.sh [2025-07-14T01:29:13.025Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-14T01:29:13.025Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-14T01:29:13.025Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-14T01:29:13.025Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-14T01:29:13.025Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-14T01:29:13.039Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-14T01:29:13.057Z] $ docker stop --time=1 5b0657486f3063cdea49b517db6acd59ab1c3e65fa7d1aa44d84828fcc1f7715 [2025-07-14T01:29:14.962Z] $ docker rm -f --volumes 5b0657486f3063cdea49b517db6acd59ab1c3e65fa7d1aa44d84828fcc1f7715 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-14T01:29:15.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-14T01:29:15.576Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-14T01:29:16.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-14T01:29:16.395Z] + ls -al . [2025-07-14T01:29:16.395Z] total 244 [2025-07-14T01:29:16.395Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 14 01:28 . [2025-07-14T01:29:16.395Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 01:26 .. [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 14 01:26 .dockerignore [2025-07-14T01:29:16.395Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 01:28 .git [2025-07-14T01:29:16.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:26 .github [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 14 01:26 .gitignore [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 14 01:26 .golangci.yml [2025-07-14T01:29:16.395Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 14 01:27 .semver [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 14 01:26 Attribution.txt [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 14 01:26 CHANGELOG.md [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 14 01:26 Dockerfile [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 14 01:26 GOVERNANCE.md [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 14 01:26 Jenkinsfile [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 14 01:26 LICENSE [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 14 01:26 Makefile [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 14 01:26 OWNERS.md [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 14 01:26 README.md [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 14 01:27 VERSION [2025-07-14T01:29:16.395Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:26 bin [2025-07-14T01:29:16.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:26 cmd [2025-07-14T01:29:16.395Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 14 01:28 coverage.out [2025-07-14T01:29:16.395Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:26 driver [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 14 01:26 go.mod [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 14 01:26 go.sum [2025-07-14T01:29:16.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:26 openapi [2025-07-14T01:29:16.395Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 14 01:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:16.708Z] + 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=2aa3f916c209823cc8b4c7ef285d19001d95210d --label arch=amd64 --label version=4.1.0-dev.7 . [2025-07-14T01:29:16.967Z] #0 building with "default" instance using docker driver [2025-07-14T01:29:16.967Z] [2025-07-14T01:29:16.967Z] #1 [internal] load build definition from Dockerfile [2025-07-14T01:29:16.967Z] #1 transferring dockerfile: 1.74kB done [2025-07-14T01:29:16.967Z] #1 DONE 0.0s [2025-07-14T01:29:16.967Z] [2025-07-14T01:29:16.967Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-14T01:29:16.967Z] #2 DONE 0.0s [2025-07-14T01:29:16.967Z] [2025-07-14T01:29:16.967Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-14T01:29:17.536Z] #3 DONE 0.6s [2025-07-14T01:29:17.536Z] [2025-07-14T01:29:17.536Z] #4 [internal] load .dockerignore [2025-07-14T01:29:17.536Z] #4 transferring context: 193B done [2025-07-14T01:29:17.536Z] #4 DONE 0.0s [2025-07-14T01:29:17.536Z] [2025-07-14T01:29:17.536Z] #5 [internal] load build context [2025-07-14T01:29:17.536Z] #5 transferring context: 18.46kB done [2025-07-14T01:29:17.536Z] #5 DONE 0.0s [2025-07-14T01:29:17.536Z] [2025-07-14T01:29:17.536Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-14T01:29:17.536Z] #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-14T01:29:17.536Z] #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-14T01:29:17.536Z] #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-14T01:29:17.536Z] #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-14T01:29:17.536Z] #6 DONE 0.0s [2025-07-14T01:29:17.536Z] [2025-07-14T01:29:17.536Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-14T01:29:17.536Z] #7 DONE 0.1s [2025-07-14T01:29:17.536Z] [2025-07-14T01:29:17.536Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-14T01:29:17.794Z] #8 0.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-14T01:29:17.794Z] #8 0.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-14T01:29:18.361Z] #8 0.787 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-14T01:29:18.361Z] #8 0.796 Executing busybox-1.36.1-r29.trigger [2025-07-14T01:29:18.361Z] #8 0.801 OK: 8 MiB in 15 packages [2025-07-14T01:29:18.361Z] #8 DONE 0.9s [2025-07-14T01:29:18.361Z] [2025-07-14T01:29:18.361Z] #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-14T01:29:18.361Z] #9 0.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-14T01:29:18.361Z] #9 0.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-14T01:29:18.361Z] #9 0.778 OK: 252 MiB in 62 packages [2025-07-14T01:29:18.621Z] #9 DONE 0.9s [2025-07-14T01:29:18.621Z] [2025-07-14T01:29:18.621Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-07-14T01:29:18.621Z] #10 DONE 0.0s [2025-07-14T01:29:18.621Z] [2025-07-14T01:29:18.621Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-14T01:29:18.621Z] #11 DONE 0.0s [2025-07-14T01:29:18.621Z] [2025-07-14T01:29:18.621Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-14T01:29:18.880Z] #12 0.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-14T01:29:18.880Z] #12 ... [2025-07-14T01:29:18.880Z] [2025-07-14T01:29:18.880Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-14T01:29:18.880Z] #13 DONE 0.5s [2025-07-14T01:29:18.880Z] [2025-07-14T01:29:18.880Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-14T01:29:18.880Z] #12 0.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-14T01:29:19.140Z] #12 ... [2025-07-14T01:29:19.140Z] [2025-07-14T01:29:19.140Z] #14 [builder 6/7] COPY . . [2025-07-14T01:29:19.140Z] #14 DONE 0.1s [2025-07-14T01:29:19.398Z] [2025-07-14T01:29:19.398Z] #12 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-14T01:29:19.398Z] #12 0.798 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-14T01:29:19.398Z] #12 0.921 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-14T01:29:19.398Z] #12 0.934 OK: 8 MiB in 15 packages [2025-07-14T01:29:19.398Z] #12 DONE 1.1s [2025-07-14T01:29:19.398Z] [2025-07-14T01:29:19.398Z] #15 [builder 7/7] RUN make build [2025-07-14T01:29:19.398Z] #15 0.217 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-14T01:29:45.939Z] #15 DONE 25.4s [2025-07-14T01:29:45.939Z] [2025-07-14T01:29:45.939Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-07-14T01:29:45.939Z] #16 DONE 0.1s [2025-07-14T01:29:45.939Z] [2025-07-14T01:29:45.939Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-07-14T01:29:45.939Z] #17 DONE 0.0s [2025-07-14T01:29:45.939Z] [2025-07-14T01:29:45.939Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-14T01:29:45.939Z] #18 DONE 0.0s [2025-07-14T01:29:45.939Z] [2025-07-14T01:29:45.939Z] #19 exporting to image [2025-07-14T01:29:45.939Z] #19 exporting layers [2025-07-14T01:29:45.939Z] #19 exporting layers 0.2s done [2025-07-14T01:29:45.939Z] #19 writing image sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done [2025-07-14T01:29:45.939Z] #19 naming to docker.io/library/device-rest done [2025-07-14T01:29:45.939Z] #19 DONE 0.2s [2025-07-14T01:29:45.939Z] [2025-07-14T01:29:45.939Z] 1 warning found (use docker --debug to expand): [2025-07-14T01:29:45.939Z]  - UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:29:46.061Z] provisioning config files... [2025-07-14T01:29:46.070Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config682283325648667003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:29:46.368Z] ---> ****-login.sh [2025-07-14T01:29:46.368Z] nexus3.edgexfoundry.org:10001 [2025-07-14T01:29:46.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:29:46.368Z] Login Succeeded [2025-07-14T01:29:46.368Z] nexus3.edgexfoundry.org:10002 [2025-07-14T01:29:46.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:29:46.368Z] Login Succeeded [2025-07-14T01:29:46.368Z] nexus3.edgexfoundry.org:10003 [2025-07-14T01:29:46.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:29:46.626Z] Login Succeeded [2025-07-14T01:29:46.626Z] nexus3.edgexfoundry.org:10004 [2025-07-14T01:29:46.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:29:46.626Z] Login Succeeded [2025-07-14T01:29:46.626Z] ****.io [2025-07-14T01:29:46.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:29:46.887Z] Login Succeeded [2025-07-14T01:29:46.887Z] ---> ****-login.sh ends [Pipeline] } [2025-07-14T01:29:46.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-14T01:29:46.941Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-14T01:29:46.974Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-07-14T01:29:46.975Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:29:46.975Z] latest [2025-07-14T01:29:46.975Z] 4.1.0-dev.7 [2025-07-14T01:29:46.975Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:29:46.975Z] main [2025-07-14T01:29:46.975Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:47.304Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:47.636Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:29:47.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-14T01:29:47.636Z] d4c1c2a250bd: Preparing [2025-07-14T01:29:47.636Z] 231a73734d45: Preparing [2025-07-14T01:29:47.636Z] ceb85ca5794d: Preparing [2025-07-14T01:29:47.636Z] 220d4861af3f: Preparing [2025-07-14T01:29:47.636Z] 7fdc7f85bebe: Preparing [2025-07-14T01:29:47.636Z] 994456c4fd7b: Preparing [2025-07-14T01:29:47.636Z] 994456c4fd7b: Waiting [2025-07-14T01:29:47.636Z] d4c1c2a250bd: Pushed [2025-07-14T01:29:47.636Z] 231a73734d45: Pushed [2025-07-14T01:29:47.636Z] 7fdc7f85bebe: Pushed [2025-07-14T01:29:47.636Z] 994456c4fd7b: Layer already exists [2025-07-14T01:29:48.203Z] 220d4861af3f: Pushed [2025-07-14T01:29:51.490Z] ceb85ca5794d: Pushed [2025-07-14T01:29:51.490Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:51.812Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:52.126Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-14T01:29:52.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-14T01:29:52.126Z] d4c1c2a250bd: Preparing [2025-07-14T01:29:52.126Z] 231a73734d45: Preparing [2025-07-14T01:29:52.126Z] ceb85ca5794d: Preparing [2025-07-14T01:29:52.126Z] 220d4861af3f: Preparing [2025-07-14T01:29:52.126Z] 7fdc7f85bebe: Preparing [2025-07-14T01:29:52.126Z] 994456c4fd7b: Preparing [2025-07-14T01:29:52.126Z] 994456c4fd7b: Waiting [2025-07-14T01:29:52.126Z] 231a73734d45: Layer already exists [2025-07-14T01:29:52.126Z] 220d4861af3f: Layer already exists [2025-07-14T01:29:52.126Z] d4c1c2a250bd: Layer already exists [2025-07-14T01:29:52.126Z] 7fdc7f85bebe: Layer already exists [2025-07-14T01:29:52.126Z] ceb85ca5794d: Layer already exists [2025-07-14T01:29:52.126Z] 994456c4fd7b: Layer already exists [2025-07-14T01:29:52.126Z] latest: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:52.454Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:52.767Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 [2025-07-14T01:29:52.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-14T01:29:52.767Z] d4c1c2a250bd: Preparing [2025-07-14T01:29:52.767Z] 231a73734d45: Preparing [2025-07-14T01:29:52.767Z] ceb85ca5794d: Preparing [2025-07-14T01:29:52.767Z] 220d4861af3f: Preparing [2025-07-14T01:29:52.767Z] 7fdc7f85bebe: Preparing [2025-07-14T01:29:52.767Z] 994456c4fd7b: Preparing [2025-07-14T01:29:52.767Z] 994456c4fd7b: Waiting [2025-07-14T01:29:52.767Z] 7fdc7f85bebe: Layer already exists [2025-07-14T01:29:52.767Z] 231a73734d45: Layer already exists [2025-07-14T01:29:52.767Z] ceb85ca5794d: Layer already exists [2025-07-14T01:29:52.767Z] 220d4861af3f: Layer already exists [2025-07-14T01:29:52.767Z] d4c1c2a250bd: Layer already exists [2025-07-14T01:29:52.767Z] 994456c4fd7b: Layer already exists [2025-07-14T01:29:52.767Z] 4.1.0-dev.7: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:53.089Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:53.412Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:29:53.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-14T01:29:53.412Z] d4c1c2a250bd: Preparing [2025-07-14T01:29:53.412Z] 231a73734d45: Preparing [2025-07-14T01:29:53.412Z] ceb85ca5794d: Preparing [2025-07-14T01:29:53.412Z] 220d4861af3f: Preparing [2025-07-14T01:29:53.412Z] 7fdc7f85bebe: Preparing [2025-07-14T01:29:53.412Z] 994456c4fd7b: Preparing [2025-07-14T01:29:53.412Z] 994456c4fd7b: Waiting [2025-07-14T01:29:53.412Z] 231a73734d45: Layer already exists [2025-07-14T01:29:53.412Z] ceb85ca5794d: Layer already exists [2025-07-14T01:29:53.412Z] 7fdc7f85bebe: Layer already exists [2025-07-14T01:29:53.412Z] d4c1c2a250bd: Layer already exists [2025-07-14T01:29:53.412Z] 220d4861af3f: Layer already exists [2025-07-14T01:29:53.412Z] 994456c4fd7b: Layer already exists [2025-07-14T01:29:53.412Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:53.749Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:29:54.069Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-14T01:29:54.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-14T01:29:54.069Z] d4c1c2a250bd: Preparing [2025-07-14T01:29:54.069Z] 231a73734d45: Preparing [2025-07-14T01:29:54.069Z] ceb85ca5794d: Preparing [2025-07-14T01:29:54.069Z] 220d4861af3f: Preparing [2025-07-14T01:29:54.069Z] 7fdc7f85bebe: Preparing [2025-07-14T01:29:54.069Z] 994456c4fd7b: Preparing [2025-07-14T01:29:54.069Z] 994456c4fd7b: Waiting [2025-07-14T01:29:54.069Z] 231a73734d45: Layer already exists [2025-07-14T01:29:54.069Z] ceb85ca5794d: Layer already exists [2025-07-14T01:29:54.069Z] d4c1c2a250bd: Layer already exists [2025-07-14T01:29:54.069Z] 220d4861af3f: Layer already exists [2025-07-14T01:29:54.069Z] 7fdc7f85bebe: Layer already exists [2025-07-14T01:29:54.069Z] 994456c4fd7b: Layer already exists [2025-07-14T01:29:54.069Z] main: digest: sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-14T01:29:54.138Z] ===================================================== [Pipeline] echo [2025-07-14T01:29:54.154Z] taggedImages: [2025-07-14T01:29:54.154Z] - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:29:54.154Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-14T01:29:54.154Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 [2025-07-14T01:29:54.154Z] - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:29:54.154Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-07-14T01:29:54.208Z] ========================================================= [2025-07-14T01:29:54.208Z] [edgeXBuildMultiArch] RAW Config: [2025-07-14T01:29:54.208Z] images: [2025-07-14T01:29:54.208Z] - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:29:54.208Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-14T01:29:54.208Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 [2025-07-14T01:29:54.208Z] - nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:29:54.208Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-14T01:29:54.208Z] settingsFile: [2025-07-14T01:29:54.208Z] device-rest-go-settings [2025-07-14T01:29:54.208Z] ========================================================= [Pipeline] node [2025-07-14T01:30:01.618Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5080 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-07-14T01:30:01.635Z] Running in /w/workspace/device-rest-go/206 [Pipeline] { [Pipeline] checkout [2025-07-14T01:30:04.689Z] The recommended git tool is: git [2025-07-14T01:30:09.214Z] Still waiting to schedule task [2025-07-14T01:30:09.214Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-14T01:30:15.268Z] using credential edgex-jenkins-ssh [2025-07-14T01:30:15.293Z] Cloning the remote Git repository [2025-07-14T01:30:15.340Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-07-14T01:30:15.443Z] > git init /w/workspace/device-rest-go/206 # timeout=10 [2025-07-14T01:30:15.612Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-07-14T01:30:15.614Z] > git --version # timeout=10 [2025-07-14T01:30:15.642Z] > git --version # 'git version 2.25.1' [2025-07-14T01:30:15.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-14T01:30:15.822Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-14T01:30:19.262Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-07-14T01:30:19.292Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-14T01:30:20.162Z] Avoid second fetch [2025-07-14T01:30:20.162Z] Checking out Revision 2aa3f916c209823cc8b4c7ef285d19001d95210d (main) [2025-07-14T01:30:20.823Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#480)" [2025-07-14T01:30:20.176Z] > git config core.sparsecheckout # timeout=10 [2025-07-14T01:30:20.240Z] > git checkout -f 2aa3f916c209823cc8b4c7ef285d19001d95210d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-14T01:30:25.600Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-14T01:30:25.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-14T01:30:25.600Z] Dload Upload Total Spent Left Speed [2025-07-14T01:30:25.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh [2025-07-14T01:30:25.951Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-14T01:30:26.281Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2025-07-14T01:30:26.281Z] /etc/docker/daemon.new [2025-07-14T01:30:26.281Z] { [2025-07-14T01:30:26.281Z] "registry-mirrors": [ [2025-07-14T01:30:26.281Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-14T01:30:26.281Z] ], [2025-07-14T01:30:26.281Z] "bip": "10.250.0.254/24", [2025-07-14T01:30:26.281Z] "hosts": [ [2025-07-14T01:30:26.281Z] "tcp://0.0.0.0:5555", [2025-07-14T01:30:26.281Z] "unix:///var/run/docker.sock" [2025-07-14T01:30:26.281Z] ], [2025-07-14T01:30:26.281Z] "mtu": 1458, [2025-07-14T01:30:26.281Z] "selinux-enabled": true, [2025-07-14T01:30:26.281Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-14T01:30:26.281Z] } [Pipeline] sh [2025-07-14T01:30:26.607Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-14T01:30:26.946Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:30:45.196Z] provisioning config files... [2025-07-14T01:30:45.222Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/206@tmp/config7898582393205835084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:30:45.675Z] ---> ****-login.sh [2025-07-14T01:30:45.675Z] nexus3.edgexfoundry.org:10001 [2025-07-14T01:30:46.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:30:46.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:30:46.262Z] Configure a credential helper to remove this warning. See [2025-07-14T01:30:46.262Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:30:46.262Z] [2025-07-14T01:30:46.262Z] Login Succeeded [2025-07-14T01:30:46.262Z] nexus3.edgexfoundry.org:10002 [2025-07-14T01:30:46.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:30:46.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:30:46.802Z] Configure a credential helper to remove this warning. See [2025-07-14T01:30:46.802Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:30:46.802Z] [2025-07-14T01:30:46.802Z] Login Succeeded [2025-07-14T01:30:46.802Z] nexus3.edgexfoundry.org:10003 [2025-07-14T01:30:47.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:30:47.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:30:47.070Z] Configure a credential helper to remove this warning. See [2025-07-14T01:30:47.070Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:30:47.070Z] [2025-07-14T01:30:47.070Z] Login Succeeded [2025-07-14T01:30:47.070Z] nexus3.edgexfoundry.org:10004 [2025-07-14T01:30:47.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:30:47.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:30:47.341Z] Configure a credential helper to remove this warning. See [2025-07-14T01:30:47.341Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:30:47.341Z] [2025-07-14T01:30:47.341Z] Login Succeeded [2025-07-14T01:30:47.341Z] ****.io [2025-07-14T01:30:47.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:30:47.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:30:47.878Z] Configure a credential helper to remove this warning. See [2025-07-14T01:30:47.878Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:30:47.878Z] [2025-07-14T01:30:47.878Z] Login Succeeded [2025-07-14T01:30:47.878Z] ---> ****-login.sh ends [Pipeline] } [2025-07-14T01:30:47.895Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-14T01:30:48.248Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-14T01:30:48.265Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-14T01:30:48.281Z] ========================================================= [2025-07-14T01:30:48.281Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-14T01:30:48.281Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:30:48.648Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-07-14T01:30:48.648Z] Sending build context to Docker daemon 141.8kB [2025-07-14T01:30:48.921Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-14T01:30:48.921Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-14T01:30:49.191Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-14T01:30:49.192Z] 94e9d8af2201: Pulling fs layer [2025-07-14T01:30:49.192Z] a6c56e8762df: Pulling fs layer [2025-07-14T01:30:49.192Z] f0f3c8884826: Pulling fs layer [2025-07-14T01:30:49.192Z] c7e7622c144d: Pulling fs layer [2025-07-14T01:30:49.192Z] 4f4fb700ef54: Pulling fs layer [2025-07-14T01:30:49.192Z] e8859aadc426: Pulling fs layer [2025-07-14T01:30:49.192Z] b4813487a9f6: Pulling fs layer [2025-07-14T01:30:49.192Z] 502a3d64fb4b: Pulling fs layer [2025-07-14T01:30:49.192Z] c7e7622c144d: Waiting [2025-07-14T01:30:49.192Z] 4f4fb700ef54: Waiting [2025-07-14T01:30:49.192Z] e8859aadc426: Waiting [2025-07-14T01:30:49.192Z] b4813487a9f6: Waiting [2025-07-14T01:30:49.192Z] 502a3d64fb4b: Waiting [2025-07-14T01:30:49.192Z] a6c56e8762df: Download complete [2025-07-14T01:30:49.192Z] c7e7622c144d: Verifying Checksum [2025-07-14T01:30:49.192Z] c7e7622c144d: Download complete [2025-07-14T01:30:49.192Z] 4f4fb700ef54: Verifying Checksum [2025-07-14T01:30:49.192Z] 4f4fb700ef54: Download complete [2025-07-14T01:30:49.192Z] e8859aadc426: Verifying Checksum [2025-07-14T01:30:49.192Z] e8859aadc426: Download complete [2025-07-14T01:30:49.192Z] 94e9d8af2201: Verifying Checksum [2025-07-14T01:30:49.192Z] 94e9d8af2201: Download complete [2025-07-14T01:30:49.783Z] 502a3d64fb4b: Verifying Checksum [2025-07-14T01:30:49.783Z] 502a3d64fb4b: Download complete [2025-07-14T01:30:51.029Z] 94e9d8af2201: Pull complete [2025-07-14T01:30:51.312Z] f0f3c8884826: Verifying Checksum [2025-07-14T01:30:51.312Z] f0f3c8884826: Download complete [2025-07-14T01:30:51.583Z] a6c56e8762df: Pull complete [2025-07-14T01:30:52.175Z] b4813487a9f6: Verifying Checksum [2025-07-14T01:30:52.175Z] b4813487a9f6: Download complete [2025-07-14T01:31:07.211Z] f0f3c8884826: Pull complete [2025-07-14T01:31:07.211Z] c7e7622c144d: Pull complete [2025-07-14T01:31:07.211Z] 4f4fb700ef54: Pull complete [2025-07-14T01:31:07.211Z] e8859aadc426: Pull complete [2025-07-14T01:31:09.984Z] Running on prd-centos7-docker-4c-2g-5083 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:31:10.035Z] provisioning config files... [2025-07-14T01:31:10.056Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3290675408147124093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:13.872Z] b4813487a9f6: Pull complete [2025-07-14T01:31:14.204Z] ---> ****-login.sh [2025-07-14T01:31:14.204Z] nexus3.edgexfoundry.org:10001 [2025-07-14T01:31:14.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:31:14.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:31:14.471Z] Configure a credential helper to remove this warning. See [2025-07-14T01:31:14.471Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:31:14.471Z] [2025-07-14T01:31:14.471Z] Login Succeeded [2025-07-14T01:31:14.471Z] nexus3.edgexfoundry.org:10002 [2025-07-14T01:31:14.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:31:14.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:31:14.732Z] Configure a credential helper to remove this warning. See [2025-07-14T01:31:14.732Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:31:14.732Z] [2025-07-14T01:31:14.732Z] Login Succeeded [2025-07-14T01:31:14.732Z] nexus3.edgexfoundry.org:10003 [2025-07-14T01:31:14.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:31:14.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:31:14.732Z] Configure a credential helper to remove this warning. See [2025-07-14T01:31:14.732Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:31:14.732Z] [2025-07-14T01:31:14.732Z] Login Succeeded [2025-07-14T01:31:14.732Z] nexus3.edgexfoundry.org:10004 [2025-07-14T01:31:14.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:31:14.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:31:14.995Z] Configure a credential helper to remove this warning. See [2025-07-14T01:31:14.996Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:31:14.996Z] [2025-07-14T01:31:14.996Z] Login Succeeded [2025-07-14T01:31:14.996Z] ****.io [2025-07-14T01:31:14.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:31:14.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:31:14.996Z] Configure a credential helper to remove this warning. See [2025-07-14T01:31:14.996Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:31:14.996Z] [2025-07-14T01:31:14.996Z] Login Succeeded [2025-07-14T01:31:14.996Z] ---> ****-login.sh ends [Pipeline] } [2025-07-14T01:31:15.005Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-14T01:31:15.379Z] + docker buildx ls [2025-07-14T01:31:15.648Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-14T01:31:15.648Z] default * docker [2025-07-14T01:31:15.648Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-14T01:31:15.812Z] 502a3d64fb4b: Pull complete [2025-07-14T01:31:15.812Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-14T01:31:15.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-14T01:31:15.812Z] ---> 3bb21d53e231 [2025-07-14T01:31:15.812Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-07-14T01:31:15.964Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-14T01:31:15.964Z] edgex-builder [Pipeline] sh [2025-07-14T01:31:16.271Z] + docker buildx inspect --bootstrap [2025-07-14T01:31:16.271Z] #1 [internal] booting buildkit [2025-07-14T01:31:16.271Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-14T01:31:17.217Z] ---> Running in 183fa2706c9e [2025-07-14T01:31:17.821Z] Removing intermediate container 183fa2706c9e [2025-07-14T01:31:17.821Z] ---> 1b6b8807dc81 [2025-07-14T01:31:17.821Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-14T01:31:17.821Z] ---> Running in e88d7d932fad [2025-07-14T01:31:18.088Z] Removing intermediate container e88d7d932fad [2025-07-14T01:31:18.088Z] ---> eeba095ce46a [2025-07-14T01:31:18.088Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-14T01:31:18.088Z] ---> Running in 9757dfc377dc [2025-07-14T01:31:18.355Z] Removing intermediate container 9757dfc377dc [2025-07-14T01:31:18.355Z] ---> 9837091e2027 [2025-07-14T01:31:18.355Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-14T01:31:18.355Z] ---> Running in 628a188c8f4e [2025-07-14T01:31:18.629Z] Removing intermediate container 628a188c8f4e [2025-07-14T01:31:18.629Z] ---> 98d1316331b0 [2025-07-14T01:31:18.629Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-14T01:31:18.897Z] ---> Running in 31e8b0cd56f7 [2025-07-14T01:31:19.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-14T01:31:20.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-14T01:31:20.493Z] #1 pulling image moby/buildkit:buildx-stable-1 3.9s done [2025-07-14T01:31:20.493Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-14T01:31:21.556Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-14T01:31:21.848Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-07-14T01:31:21.848Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-14T01:31:21.848Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-14T01:31:21.848Z] Executing busybox-1.36.1-r29.trigger [2025-07-14T01:31:21.848Z] OK: 244 MiB in 62 packages [2025-07-14T01:31:22.815Z] Removing intermediate container 31e8b0cd56f7 [2025-07-14T01:31:22.815Z] ---> e12f593630db [2025-07-14T01:31:22.815Z] Step 8/12 : WORKDIR /device-rest-go [2025-07-14T01:31:23.038Z] #1 creating container buildx_buildkit_edgex-builder0 2.8s done [2025-07-14T01:31:23.038Z] #1 DONE 6.7s [2025-07-14T01:31:23.038Z] Name: edgex-builder [2025-07-14T01:31:23.038Z] Driver: docker-container [2025-07-14T01:31:23.038Z] [2025-07-14T01:31:23.038Z] Nodes: [2025-07-14T01:31:23.038Z] Name: edgex-builder0 [2025-07-14T01:31:23.038Z] Endpoint: unix:///var/run/docker.sock [2025-07-14T01:31:23.038Z] Status: running [2025-07-14T01:31:23.038Z] Buildkit: v0.22.0 [2025-07-14T01:31:23.038Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-14T01:31:23.099Z] ---> Running in ddc61d8c1ba3 [2025-07-14T01:31:23.336Z] + docker buildx ls [2025-07-14T01:31:23.336Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-14T01:31:23.336Z] edgex-builder * docker-container [2025-07-14T01:31:23.336Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-14T01:31:23.336Z] default docker [2025-07-14T01:31:23.336Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-14T01:31:23.366Z] Removing intermediate container ddc61d8c1ba3 [2025-07-14T01:31:23.366Z] ---> a2275236c4c4 [2025-07-14T01:31:23.366Z] Step 9/12 : COPY go.mod vendor* ./ [2025-07-14T01:31:23.636Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d --push - [2025-07-14T01:31:23.637Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d' [2025-07-14T01:31:23.637Z] #1 [internal] load build definition from Dockerfile [2025-07-14T01:31:23.637Z] #1 transferring dockerfile: 196B done [2025-07-14T01:31:23.637Z] #1 DONE 0.0s [2025-07-14T01:31:23.637Z] [2025-07-14T01:31:23.637Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:31:23.637Z] #2 DONE 0.1s [2025-07-14T01:31:23.637Z] [2025-07-14T01:31:23.637Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:31:23.897Z] #3 DONE 0.1s [2025-07-14T01:31:23.897Z] [2025-07-14T01:31:23.897Z] #4 [internal] load .dockerignore [2025-07-14T01:31:23.897Z] #4 transferring context: 2B done [2025-07-14T01:31:23.897Z] #4 DONE 0.0s [2025-07-14T01:31:23.897Z] [2025-07-14T01:31:23.897Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:23.897Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done [2025-07-14T01:31:23.897Z] #5 DONE 0.0s [2025-07-14T01:31:23.897Z] [2025-07-14T01:31:23.897Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:23.897Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done [2025-07-14T01:31:23.897Z] #6 DONE 0.1s [2025-07-14T01:31:23.897Z] [2025-07-14T01:31:23.897Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-14T01:31:23.897Z] #7 DONE 0.0s [2025-07-14T01:31:23.897Z] [2025-07-14T01:31:23.897Z] #8 exporting to image [2025-07-14T01:31:23.897Z] #8 exporting layers done [2025-07-14T01:31:23.897Z] #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done [2025-07-14T01:31:23.897Z] #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done [2025-07-14T01:31:23.897Z] #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b 0.0s done [2025-07-14T01:31:23.897Z] #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done [2025-07-14T01:31:23.897Z] #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done [2025-07-14T01:31:23.897Z] #8 pushing layers 0.1s done [2025-07-14T01:31:23.897Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 [2025-07-14T01:31:23.897Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-14T01:31:24.156Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done [2025-07-14T01:31:24.156Z] #8 DONE 0.2s [2025-07-14T01:31:24.156Z] [2025-07-14T01:31:24.156Z] 1 warning found (use --debug to expand): [2025-07-14T01:31:24.156Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-14T01:31:24.352Z] ---> d4d844fbaba1 [2025-07-14T01:31:24.352Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-14T01:31:24.352Z] ---> Running in 948bdd0718f3 [2025-07-14T01:31:24.449Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-07-14T01:31:24.449Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-07-14T01:31:24.449Z] #1 [internal] load build definition from Dockerfile [2025-07-14T01:31:24.449Z] #1 transferring dockerfile: 162B done [2025-07-14T01:31:24.449Z] #1 DONE 0.0s [2025-07-14T01:31:24.449Z] [2025-07-14T01:31:24.449Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-14T01:31:24.449Z] #2 DONE 0.0s [2025-07-14T01:31:24.449Z] [2025-07-14T01:31:24.449Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-14T01:31:24.449Z] #3 DONE 0.0s [2025-07-14T01:31:24.449Z] [2025-07-14T01:31:24.449Z] #4 [internal] load .dockerignore [2025-07-14T01:31:24.449Z] #4 transferring context: 2B done [2025-07-14T01:31:24.449Z] #4 DONE 0.0s [2025-07-14T01:31:24.712Z] [2025-07-14T01:31:24.712Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:24.712Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:24.978Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.1s done [2025-07-14T01:31:24.978Z] #5 CACHED [2025-07-14T01:31:24.978Z] [2025-07-14T01:31:24.978Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:24.978Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.2s done [2025-07-14T01:31:24.978Z] #6 CACHED [2025-07-14T01:31:24.978Z] [2025-07-14T01:31:24.978Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-14T01:31:24.978Z] #7 DONE 0.0s [2025-07-14T01:31:24.978Z] [2025-07-14T01:31:24.978Z] #8 exporting to image [2025-07-14T01:31:24.978Z] #8 exporting layers done [2025-07-14T01:31:24.978Z] #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done [2025-07-14T01:31:24.978Z] #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done [2025-07-14T01:31:24.978Z] #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done [2025-07-14T01:31:24.978Z] #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done [2025-07-14T01:31:24.978Z] #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done [2025-07-14T01:31:24.978Z] #8 pushing layers 0.0s done [2025-07-14T01:31:24.978Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done [2025-07-14T01:31:24.978Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-14T01:31:24.978Z] #8 DONE 0.1s [2025-07-14T01:31:24.978Z] [2025-07-14T01:31:24.978Z] 1 warning found (use --debug to expand): [2025-07-14T01:31:24.978Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-14T01:31:25.270Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7' [2025-07-14T01:31:25.270Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 --push - [2025-07-14T01:31:25.270Z] #1 [internal] load build definition from Dockerfile [2025-07-14T01:31:25.270Z] #1 transferring dockerfile: 167B done [2025-07-14T01:31:25.270Z] #1 DONE 0.0s [2025-07-14T01:31:25.270Z] [2025-07-14T01:31:25.270Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 [2025-07-14T01:31:25.270Z] #2 DONE 0.0s [2025-07-14T01:31:25.270Z] [2025-07-14T01:31:25.270Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7 [2025-07-14T01:31:25.270Z] #3 DONE 0.0s [2025-07-14T01:31:25.270Z] [2025-07-14T01:31:25.270Z] #4 [internal] load .dockerignore [2025-07-14T01:31:25.270Z] #4 transferring context: 2B done [2025-07-14T01:31:25.270Z] #4 DONE 0.0s [2025-07-14T01:31:25.270Z] [2025-07-14T01:31:25.270Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:25.270Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done [2025-07-14T01:31:25.270Z] #5 DONE 0.0s [2025-07-14T01:31:25.270Z] [2025-07-14T01:31:25.270Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:25.530Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done [2025-07-14T01:31:25.530Z] #6 CACHED [2025-07-14T01:31:25.530Z] [2025-07-14T01:31:25.530Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:25.530Z] #5 CACHED [2025-07-14T01:31:25.530Z] [2025-07-14T01:31:25.530Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-14T01:31:25.530Z] #7 DONE 0.0s [2025-07-14T01:31:25.530Z] [2025-07-14T01:31:25.530Z] #8 exporting to image [2025-07-14T01:31:25.530Z] #8 exporting layers done [2025-07-14T01:31:25.530Z] #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done [2025-07-14T01:31:25.530Z] #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done [2025-07-14T01:31:25.530Z] #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done [2025-07-14T01:31:25.530Z] #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done [2025-07-14T01:31:25.531Z] #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done [2025-07-14T01:31:25.531Z] #8 pushing layers 0.0s done [2025-07-14T01:31:25.531Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.7@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done [2025-07-14T01:31:25.531Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-14T01:31:25.531Z] #8 DONE 0.1s [2025-07-14T01:31:25.531Z] [2025-07-14T01:31:25.531Z] 1 warning found (use --debug to expand): [2025-07-14T01:31:25.531Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-14T01:31:25.829Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7' [2025-07-14T01:31:25.829Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 --push - [2025-07-14T01:31:26.090Z] #1 [internal] load build definition from Dockerfile [2025-07-14T01:31:26.350Z] #1 transferring dockerfile: 208B done [2025-07-14T01:31:26.350Z] #1 DONE 0.3s [2025-07-14T01:31:26.350Z] [2025-07-14T01:31:26.350Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:31:26.350Z] #2 DONE 0.1s [2025-07-14T01:31:26.350Z] [2025-07-14T01:31:26.350Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:31:26.610Z] #3 DONE 0.1s [2025-07-14T01:31:26.610Z] [2025-07-14T01:31:26.610Z] #4 [internal] load .dockerignore [2025-07-14T01:31:26.610Z] #4 transferring context: 2B done [2025-07-14T01:31:26.610Z] #4 DONE 0.1s [2025-07-14T01:31:26.610Z] [2025-07-14T01:31:26.610Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:26.610Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.1s done [2025-07-14T01:31:26.610Z] #5 CACHED [2025-07-14T01:31:26.610Z] [2025-07-14T01:31:26.610Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:26.870Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.1s done [2025-07-14T01:31:26.870Z] #6 CACHED [2025-07-14T01:31:26.870Z] [2025-07-14T01:31:26.870Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-14T01:31:26.870Z] #7 DONE 0.0s [2025-07-14T01:31:26.870Z] [2025-07-14T01:31:26.870Z] #8 exporting to image [2025-07-14T01:31:26.870Z] #8 exporting layers done [2025-07-14T01:31:26.870Z] #8 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done [2025-07-14T01:31:26.870Z] #8 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done [2025-07-14T01:31:26.870Z] #8 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done [2025-07-14T01:31:26.870Z] #8 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done [2025-07-14T01:31:26.870Z] #8 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done [2025-07-14T01:31:26.870Z] #8 pushing layers 0.0s done [2025-07-14T01:31:26.870Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done [2025-07-14T01:31:26.870Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-14T01:31:26.870Z] #8 DONE 0.1s [2025-07-14T01:31:26.870Z] [2025-07-14T01:31:26.870Z] 1 warning found (use --debug to expand): [2025-07-14T01:31:26.870Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-14T01:31:27.174Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-07-14T01:31:27.174Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-07-14T01:31:27.435Z] #1 [internal] load build definition from Dockerfile [2025-07-14T01:31:27.435Z] #1 transferring dockerfile: 160B done [2025-07-14T01:31:27.435Z] #1 DONE 0.0s [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-14T01:31:27.435Z] #2 DONE 0.0s [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-14T01:31:27.435Z] #3 DONE 0.0s [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] #4 [internal] load .dockerignore [2025-07-14T01:31:27.435Z] #4 transferring context: 2B done [2025-07-14T01:31:27.435Z] #4 DONE 0.0s [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:27.435Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done [2025-07-14T01:31:27.435Z] #5 CACHED [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a [2025-07-14T01:31:27.435Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:20bdae3054acd00f1b6f20e5ec88d60aa96512ee3ab2940c65b788cf51d70f5a 0.0s done [2025-07-14T01:31:27.435Z] #6 CACHED [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] #7 exporting to image [2025-07-14T01:31:27.435Z] #7 exporting layers done [2025-07-14T01:31:27.435Z] #7 exporting manifest sha256:67199feef3ba4a7bc28d820ae08a1f8682032448bb125976eaad950597035a4b done [2025-07-14T01:31:27.435Z] #7 exporting config sha256:d89ca186bf68dc00252f302b708ef756431d27c68dff827d9ffa257dacf12b8c done [2025-07-14T01:31:27.435Z] #7 exporting manifest sha256:0715b97521e28ed645747ddc45e561d8b73e40cd85a0e03516e9cddbd570865b done [2025-07-14T01:31:27.435Z] #7 exporting config sha256:f73af2ec99c879ce5b0aba387cc0c44cf8faede65755a3c37543487c5cf754fc done [2025-07-14T01:31:27.435Z] #7 exporting manifest list sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 done [2025-07-14T01:31:27.435Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-14T01:31:27.435Z] #7 pushing layers 0.0s done [2025-07-14T01:31:27.435Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:0e3dca3f0f067ead5315b44cba86f546ef246e7d57777e0cf09ed63fc9013842 0.1s done [2025-07-14T01:31:27.435Z] #7 DONE 0.1s [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-14T01:31:27.435Z] #8 DONE 0.0s [2025-07-14T01:31:27.435Z] [2025-07-14T01:31:27.435Z] 1 warning found (use --debug to expand): [2025-07-14T01:31:27.435Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-14T01:31:27.805Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:28.105Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:28.669Z] ---> package-listing.sh [2025-07-14T01:31:28.669Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-14T01:31:28.669Z] ++ facter osfamily [2025-07-14T01:31:28.928Z] + OS_FAMILY=redhat [2025-07-14T01:31:28.928Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-14T01:31:28.928Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-14T01:31:28.928Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-14T01:31:28.928Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-14T01:31:28.928Z] + PACKAGES=/tmp/packages_start.txt [2025-07-14T01:31:28.928Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-14T01:31:28.928Z] + PACKAGES=/tmp/packages_end.txt [2025-07-14T01:31:28.928Z] + case "${OS_FAMILY}" in [2025-07-14T01:31:28.928Z] + rpm -qa [2025-07-14T01:31:28.928Z] + sort [2025-07-14T01:31:29.497Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-14T01:31:29.498Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-14T01:31:29.498Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-14T01:31:29.498Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-14T01:31:29.498Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-14T01:31:29.498Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-07-14T01:31:29.509Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-14T01:31:29.790Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:31:30.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-14T01:31:30.363Z] [2025-07-14T01:31:30.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:31:30.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-14T01:31:30.682Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-14T01:31:30.682Z] 5eb5b503b376: Pulling fs layer [2025-07-14T01:31:30.682Z] 5c69ac0246d0: Pulling fs layer [2025-07-14T01:31:30.682Z] ec43610c2a17: Pulling fs layer [2025-07-14T01:31:30.682Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-14T01:31:30.682Z] 33b1e0a273af: Pulling fs layer [2025-07-14T01:31:30.682Z] 5d3b04190fa2: Pulling fs layer [2025-07-14T01:31:30.682Z] 2f39f015ded8: Pulling fs layer [2025-07-14T01:31:30.682Z] 3a2ae6a8a46f: Waiting [2025-07-14T01:31:30.682Z] 33b1e0a273af: Waiting [2025-07-14T01:31:30.682Z] 5d3b04190fa2: Waiting [2025-07-14T01:31:30.682Z] 2f39f015ded8: Waiting [2025-07-14T01:31:30.682Z] 5c69ac0246d0: Verifying Checksum [2025-07-14T01:31:30.682Z] 5c69ac0246d0: Download complete [2025-07-14T01:31:30.682Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-14T01:31:30.682Z] 3a2ae6a8a46f: Download complete [2025-07-14T01:31:30.682Z] 33b1e0a273af: Verifying Checksum [2025-07-14T01:31:30.682Z] 33b1e0a273af: Download complete [2025-07-14T01:31:30.682Z] 5d3b04190fa2: Verifying Checksum [2025-07-14T01:31:30.682Z] 5d3b04190fa2: Download complete [2025-07-14T01:31:30.941Z] ec43610c2a17: Verifying Checksum [2025-07-14T01:31:30.941Z] ec43610c2a17: Download complete [2025-07-14T01:31:30.941Z] 5eb5b503b376: Verifying Checksum [2025-07-14T01:31:30.941Z] 5eb5b503b376: Download complete [2025-07-14T01:31:31.521Z] 2f39f015ded8: Download complete [2025-07-14T01:31:32.463Z] 5eb5b503b376: Pull complete [2025-07-14T01:31:32.463Z] 5c69ac0246d0: Pull complete [2025-07-14T01:31:32.724Z] ec43610c2a17: Pull complete [2025-07-14T01:31:32.724Z] 3a2ae6a8a46f: Pull complete [2025-07-14T01:31:32.992Z] 33b1e0a273af: Pull complete [2025-07-14T01:31:32.992Z] 5d3b04190fa2: Pull complete [2025-07-14T01:31:37.213Z] 2f39f015ded8: Pull complete [2025-07-14T01:31:37.473Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-14T01:31:37.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-14T01:31:37.473Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:31:37.606Z] prd-centos7-docker-4c-2g-5083 does not seem to be running inside a container [2025-07-14T01:31:37.639Z] $ 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-07-14T01:31:44.990Z] $ docker top a049daea64507605fa9da01beb492cc77ee494ff4f5319b044c2717d6d7b4b1f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-14T01:31:45.333Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-14T01:31:45.624Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-14T01:31:45.919Z] + ls /var/log/sa-host [2025-07-14T01:31:45.920Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:31:46.074Z] provisioning config files... [2025-07-14T01:31:46.085Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config887869066805395346tmp [Pipeline] { [Pipeline] echo [2025-07-14T01:31:46.109Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:46.400Z] ---> create-netrc.sh [Pipeline] } [2025-07-14T01:31:46.408Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:46.766Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-14T01:31:46.776Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:47.062Z] ---> sudo-logs.sh [2025-07-14T01:31:47.062Z] Archiving 'sudo' log.. [2025-07-14T01:31:47.062Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5083.novalocal: Name or service not known [2025-07-14T01:31:47.062Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5083.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-14T01:31:47.089Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:47.381Z] ---> job-cost.sh [2025-07-14T01:31:47.381Z] lf-activate-venv: SKIPPING [2025-07-14T01:31:47.381Z] INFO: No Stack... [2025-07-14T01:31:47.644Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-14T01:31:47.904Z] INFO: Archiving Costs [Pipeline] echo [2025-07-14T01:31:47.919Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:31:48.243Z] ---> logs-deploy.sh [2025-07-14T01:31:48.243Z] lf-activate-venv: SKIPPING [2025-07-14T01:31:48.243Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/206 [2025-07-14T01:31:48.243Z] INFO: archiving workspace using pattern(s): [2025-07-14T01:31:49.184Z] Archives upload complete. [2025-07-14T01:31:49.184Z] INFO: archiving logs to Nexus [2025-07-14T01:31:50.120Z] ---> uname -a: [2025-07-14T01:31:50.120Z] Linux prd-centos7-docker-4c-2g-5083.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] ---> lscpu: [2025-07-14T01:31:50.120Z] Architecture: x86_64 [2025-07-14T01:31:50.120Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-14T01:31:50.120Z] Byte Order: Little Endian [2025-07-14T01:31:50.120Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-14T01:31:50.120Z] CPU(s): 2 [2025-07-14T01:31:50.120Z] On-line CPU(s) list: 0,1 [2025-07-14T01:31:50.120Z] Thread(s) per core: 1 [2025-07-14T01:31:50.120Z] Core(s) per socket: 1 [2025-07-14T01:31:50.120Z] Socket(s): 2 [2025-07-14T01:31:50.120Z] NUMA node(s): 1 [2025-07-14T01:31:50.120Z] Vendor ID: AuthenticAMD [2025-07-14T01:31:50.120Z] CPU family: 23 [2025-07-14T01:31:50.120Z] Model: 49 [2025-07-14T01:31:50.120Z] Model name: AMD EPYC-Rome Processor [2025-07-14T01:31:50.120Z] Stepping: 0 [2025-07-14T01:31:50.120Z] CPU MHz: 2800.000 [2025-07-14T01:31:50.120Z] BogoMIPS: 5600.00 [2025-07-14T01:31:50.120Z] Virtualization: AMD-V [2025-07-14T01:31:50.120Z] Hypervisor vendor: KVM [2025-07-14T01:31:50.120Z] Virtualization type: full [2025-07-14T01:31:50.120Z] L1d cache: 64 KiB [2025-07-14T01:31:50.120Z] L1i cache: 64 KiB [2025-07-14T01:31:50.120Z] L2 cache: 1 MiB [2025-07-14T01:31:50.120Z] L3 cache: 32 MiB [2025-07-14T01:31:50.120Z] NUMA node0 CPU(s): 0,1 [2025-07-14T01:31:50.120Z] Vulnerability Itlb multihit: Not affected [2025-07-14T01:31:50.120Z] Vulnerability L1tf: Not affected [2025-07-14T01:31:50.120Z] Vulnerability Mds: Not affected [2025-07-14T01:31:50.120Z] Vulnerability Meltdown: Not affected [2025-07-14T01:31:50.120Z] Vulnerability Mmio stale data: Not affected [2025-07-14T01:31:50.120Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-14T01:31:50.120Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-14T01:31:50.120Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-14T01:31:50.120Z] Vulnerability Srbds: Not affected [2025-07-14T01:31:50.120Z] Vulnerability Tsx async abort: Not affected [2025-07-14T01:31:50.120Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] ---> nproc: [2025-07-14T01:31:50.120Z] 2 [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] ---> df -h: [2025-07-14T01:31:50.120Z] Filesystem Size Used Avail Use% Mounted on [2025-07-14T01:31:50.120Z] overlay 40G 7.3G 33G 19% / [2025-07-14T01:31:50.120Z] tmpfs 64M 0 64M 0% /dev [2025-07-14T01:31:50.120Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-14T01:31:50.120Z] shm 64M 0 64M 0% /dev/shm [2025-07-14T01:31:50.120Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] [2025-07-14T01:31:50.120Z] Cannot open /var/log/sysstat/sa14: No such file or directory [2025-07-14T01:31:50.120Z] Please check if data collecting is enabled [2025-07-14T01:31:50.120Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-14T01:31:50.411Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-14T01:31:50.415Z] $ docker stop --time=1 a049daea64507605fa9da01beb492cc77ee494ff4f5319b044c2717d6d7b4b1f [2025-07-14T01:31:51.564Z] $ docker rm -f --volumes a049daea64507605fa9da01beb492cc77ee494ff4f5319b044c2717d6d7b4b1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-14T01:31:51.650Z] [WS-CLEANUP] Deleting project workspace... [2025-07-14T01:31:51.650Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-14T01:31:51.669Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:31:52.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-14T01:31:52.127Z] [2025-07-14T01:31:52.127Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:31:52.428Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-14T01:31:52.428Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-14T01:31:52.428Z] 5eb5b503b376: Pulling fs layer [2025-07-14T01:31:52.428Z] 5c69ac0246d0: Pulling fs layer [2025-07-14T01:31:52.428Z] ec43610c2a17: Pulling fs layer [2025-07-14T01:31:52.428Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-14T01:31:52.428Z] 33b1e0a273af: Pulling fs layer [2025-07-14T01:31:52.428Z] 5d3b04190fa2: Pulling fs layer [2025-07-14T01:31:52.428Z] 2f39f015ded8: Pulling fs layer [2025-07-14T01:31:52.428Z] 33b1e0a273af: Waiting [2025-07-14T01:31:52.428Z] 5d3b04190fa2: Waiting [2025-07-14T01:31:52.428Z] 2f39f015ded8: Waiting [2025-07-14T01:31:52.428Z] 3a2ae6a8a46f: Waiting [2025-07-14T01:31:52.428Z] 5c69ac0246d0: Verifying Checksum [2025-07-14T01:31:52.428Z] 5c69ac0246d0: Download complete [2025-07-14T01:31:52.428Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-14T01:31:52.428Z] 3a2ae6a8a46f: Download complete [2025-07-14T01:31:52.428Z] 33b1e0a273af: Verifying Checksum [2025-07-14T01:31:52.428Z] 33b1e0a273af: Download complete [2025-07-14T01:31:52.428Z] ec43610c2a17: Verifying Checksum [2025-07-14T01:31:52.428Z] ec43610c2a17: Download complete [2025-07-14T01:31:52.428Z] 5d3b04190fa2: Verifying Checksum [2025-07-14T01:31:52.428Z] 5d3b04190fa2: Download complete [2025-07-14T01:31:52.688Z] 5eb5b503b376: Verifying Checksum [2025-07-14T01:31:52.688Z] 5eb5b503b376: Download complete [2025-07-14T01:31:53.254Z] 2f39f015ded8: Download complete [2025-07-14T01:31:54.188Z] 5eb5b503b376: Pull complete [2025-07-14T01:31:54.446Z] 5c69ac0246d0: Pull complete [2025-07-14T01:31:55.011Z] ec43610c2a17: Pull complete [2025-07-14T01:31:55.011Z] 3a2ae6a8a46f: Pull complete [2025-07-14T01:31:55.269Z] 33b1e0a273af: Pull complete [2025-07-14T01:31:55.269Z] 5d3b04190fa2: Pull complete [2025-07-14T01:32:01.830Z] 2f39f015ded8: Pull complete [2025-07-14T01:32:01.830Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-14T01:32:01.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-14T01:32:01.830Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:32:01.928Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:32:01.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-14T01:32:03.582Z] $ docker top aa10905ed5382f577cde10e33c90d272459482e8ceafb18c81da1e6037a99ab4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:32:03.978Z] ---> job-cost.sh [2025-07-14T01:32:03.978Z] lf-activate-venv: SKIPPING [2025-07-14T01:32:03.978Z] INFO: No Stack... [2025-07-14T01:32:04.237Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-14T01:32:04.495Z] INFO: Archiving Costs [Pipeline] sh [2025-07-14T01:32:04.783Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-07-14T01:32:04.783Z] + cut -d, -f6 [Pipeline] lock [2025-07-14T01:32:04.799Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [2025-07-14T01:32:04.807Z] Resource [jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] did not exist. Created. [2025-07-14T01:32:04.812Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-14T01:32:05.115Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-14T01:32:05.151Z] Stashed 1 file(s) [Pipeline] } [2025-07-14T01:32:05.162Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-14T01:32:05.188Z] $ docker stop --time=1 aa10905ed5382f577cde10e33c90d272459482e8ceafb18c81da1e6037a99ab4 [2025-07-14T01:32:06.330Z] $ docker rm -f --volumes aa10905ed5382f577cde10e33c90d272459482e8ceafb18c81da1e6037a99ab4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-14T01:33:46.096Z] Removing intermediate container 948bdd0718f3 [2025-07-14T01:33:46.096Z] ---> 415fbf9fbeaa [2025-07-14T01:33:46.096Z] Step 11/12 : COPY . . [2025-07-14T01:33:46.096Z] ---> 0430ab80073e [2025-07-14T01:33:46.096Z] Step 12/12 : RUN $MAKE [2025-07-14T01:33:46.096Z] ---> Running in 948cf7e7da7e [2025-07-14T01:33:46.096Z] noop [2025-07-14T01:33:46.096Z] Removing intermediate container 948cf7e7da7e [2025-07-14T01:33:46.096Z] ---> 81ee10fc6235 [2025-07-14T01:33:46.096Z] Successfully built 81ee10fc6235 [2025-07-14T01:33:46.096Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:33:46.472Z] + docker inspect -f . ci-base-image-arm64 [2025-07-14T01:33:46.472Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:33:46.701Z] prd-ubuntu20.04-docker-arm64-4c-16g-5080 does not seem to be running inside a container [2025-07-14T01:33:46.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/206 -v /w/workspace/device-rest-go/206:/w/workspace/device-rest-go/206:rw,z -v /w/workspace/device-rest-go/206@tmp:/w/workspace/device-rest-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-07-14T01:33:47.975Z] $ docker top 7a6c1f1834bd98f378c93326f8a2904e2f5a6c89de72b1dff1b2f9c9bb101003 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-14T01:33:48.817Z] + go version [2025-07-14T01:33:48.817Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-14T01:33:48.831Z] $ docker stop --time=1 7a6c1f1834bd98f378c93326f8a2904e2f5a6c89de72b1dff1b2f9c9bb101003 [2025-07-14T01:33:50.460Z] $ docker rm -f --volumes 7a6c1f1834bd98f378c93326f8a2904e2f5a6c89de72b1dff1b2f9c9bb101003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:33:51.067Z] + docker inspect -f . ci-base-image-arm64 [2025-07-14T01:33:51.067Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:33:51.270Z] prd-ubuntu20.04-docker-arm64-4c-16g-5080 does not seem to be running inside a container [2025-07-14T01:33:51.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/206 -v /w/workspace/device-rest-go/206:/w/workspace/device-rest-go/206:rw,z -v /w/workspace/device-rest-go/206@tmp:/w/workspace/device-rest-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-07-14T01:33:52.565Z] $ docker top 8afc3898ffae8045fcc2b2400eacd80df3731096767bf64966d411588230606c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-14T01:33:53.409Z] + git config --global --add safe.directory /w/workspace/device-rest-go/206 [Pipeline] fileExists [Pipeline] sh [2025-07-14T01:33:54.065Z] + make test [2025-07-14T01:33:54.065Z] go test ./... -coverprofile=coverage.out ./... [2025-07-14T01:34:00.717Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-14T01:37:22.498Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-14T01:37:22.498Z] ok github.com/edgexfoundry/device-rest-go/driver 0.040s coverage: 32.2% of statements [2025-07-14T01:37:22.498Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-14T01:37:22.498Z] go vet ./... [2025-07-14T01:38:09.565Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-14T01:38:09.565Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-14T01:38:09.565Z] ./bin/test-attribution-txt.sh [2025-07-14T01:38:09.565Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-14T01:38:09.565Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-14T01:38:09.565Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-14T01:38:09.565Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-14T01:38:09.565Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-14T01:38:09.589Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-14T01:38:09.606Z] $ docker stop --time=1 8afc3898ffae8045fcc2b2400eacd80df3731096767bf64966d411588230606c [2025-07-14T01:38:11.478Z] $ docker rm -f --volumes 8afc3898ffae8045fcc2b2400eacd80df3731096767bf64966d411588230606c [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-14T01:38:12.982Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-14T01:38:13.009Z] Warning: overwriting stash ‘coverage-report’ [2025-07-14T01:38:13.447Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-14T01:38:13.859Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-14T01:38:14.176Z] + ls -al . [2025-07-14T01:38:14.176Z] total 240 [2025-07-14T01:38:14.176Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 01:33 . [2025-07-14T01:38:14.176Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 01:30 .. [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 14 01:30 .dockerignore [2025-07-14T01:38:14.176Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 01:30 .git [2025-07-14T01:38:14.176Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:30 .github [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 14 01:30 .gitignore [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 14 01:30 .golangci.yml [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 14 01:30 Attribution.txt [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 14 01:30 CHANGELOG.md [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 14 01:30 Dockerfile [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 14 01:30 GOVERNANCE.md [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 14 01:30 Jenkinsfile [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 14 01:30 LICENSE [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 14 01:30 Makefile [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 14 01:30 OWNERS.md [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 14 01:30 README.md [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 14 01:27 VERSION [2025-07-14T01:38:14.176Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:30 bin [2025-07-14T01:38:14.176Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:30 cmd [2025-07-14T01:38:14.176Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 14 01:37 coverage.out [2025-07-14T01:38:14.176Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 01:30 driver [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 14 01:30 go.mod [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 14 01:30 go.sum [2025-07-14T01:38:14.176Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 01:30 openapi [2025-07-14T01:38:14.176Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 14 01:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:38:14.530Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2aa3f916c209823cc8b4c7ef285d19001d95210d --label arch=arm64 --label version=4.1.0-dev.7 . [2025-07-14T01:38:14.530Z] Sending build context to Docker daemon 157.2kB [2025-07-14T01:38:14.799Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-07-14T01:38:14.799Z] Step 2/26 : FROM ${BASE} AS builder [2025-07-14T01:38:14.799Z] ---> 81ee10fc6235 [2025-07-14T01:38:14.799Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-07-14T01:38:14.799Z] ---> Running in 3e98db27bff6 [2025-07-14T01:38:15.065Z] Removing intermediate container 3e98db27bff6 [2025-07-14T01:38:15.065Z] ---> 3b2bc2edbefa [2025-07-14T01:38:15.065Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-14T01:38:15.329Z] ---> Running in 1d597540b9d9 [2025-07-14T01:38:15.595Z] Removing intermediate container 1d597540b9d9 [2025-07-14T01:38:15.595Z] ---> ed28faa10c54 [2025-07-14T01:38:15.595Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-14T01:38:15.595Z] ---> Running in eff2917fee64 [2025-07-14T01:38:15.862Z] Removing intermediate container eff2917fee64 [2025-07-14T01:38:15.862Z] ---> 895d2103dab8 [2025-07-14T01:38:15.862Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-07-14T01:38:15.862Z] ---> Running in 4b7d3483fccc [2025-07-14T01:38:16.128Z] Removing intermediate container 4b7d3483fccc [2025-07-14T01:38:16.128Z] ---> bf70c96c9940 [2025-07-14T01:38:16.128Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-14T01:38:16.395Z] ---> Running in aefd24a61364 [2025-07-14T01:38:17.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-14T01:38:19.289Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-14T01:38:20.707Z] OK: 244 MiB in 62 packages [2025-07-14T01:38:21.669Z] Removing intermediate container aefd24a61364 [2025-07-14T01:38:21.669Z] ---> 2b9aaf6a3536 [2025-07-14T01:38:21.669Z] Step 8/26 : WORKDIR /device-rest-go [2025-07-14T01:38:21.669Z] ---> Running in b77765cb4f27 [2025-07-14T01:38:21.936Z] Removing intermediate container b77765cb4f27 [2025-07-14T01:38:21.936Z] ---> fc394dfd7a6f [2025-07-14T01:38:21.936Z] Step 9/26 : COPY go.mod vendor* ./ [2025-07-14T01:38:22.203Z] ---> 6ea439307420 [2025-07-14T01:38:22.203Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-14T01:38:22.471Z] ---> Running in a599891a444b [2025-07-14T01:38:24.416Z] Removing intermediate container a599891a444b [2025-07-14T01:38:24.416Z] ---> 58bbb1d51c08 [2025-07-14T01:38:24.416Z] Step 11/26 : COPY . . [2025-07-14T01:38:24.997Z] ---> aee1752c2a60 [2025-07-14T01:38:24.997Z] Step 12/26 : RUN $MAKE [2025-07-14T01:38:24.997Z] ---> Running in 95ae53136b3b [2025-07-14T01:38:25.962Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-14T01:41:47.740Z] Removing intermediate container 95ae53136b3b [2025-07-14T01:41:47.740Z] ---> a33a0cd31b8a [2025-07-14T01:41:47.740Z] Step 13/26 : FROM alpine:3.20 [2025-07-14T01:41:47.740Z] 3.20: Pulling from library/alpine [2025-07-14T01:41:47.740Z] 94e9d8af2201: Already exists [2025-07-14T01:41:47.740Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-14T01:41:47.740Z] Status: Downloaded newer image for alpine:3.20 [2025-07-14T01:41:47.740Z] ---> 7aab056cecc6 [2025-07-14T01:41:47.740Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-07-14T01:41:47.740Z] ---> Running in 1d9f23507462 [2025-07-14T01:41:47.740Z] Removing intermediate container 1d9f23507462 [2025-07-14T01:41:47.740Z] ---> ce0dbc36757e [2025-07-14T01:41:47.740Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-07-14T01:41:47.740Z] ---> Running in 628dd4c71f46 [2025-07-14T01:41:47.740Z] Removing intermediate container 628dd4c71f46 [2025-07-14T01:41:47.740Z] ---> aaf009e029a9 [2025-07-14T01:41:47.740Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-07-14T01:41:47.740Z] ---> Running in f8f24fbe8873 [2025-07-14T01:41:47.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-14T01:41:47.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-14T01:41:49.149Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-07-14T01:41:49.149Z] Executing busybox-1.36.1-r29.trigger [2025-07-14T01:41:49.149Z] OK: 9 MiB in 15 packages [2025-07-14T01:41:50.125Z] Removing intermediate container f8f24fbe8873 [2025-07-14T01:41:50.125Z] ---> 95a0acceeca7 [2025-07-14T01:41:50.125Z] Step 17/26 : RUN apk --no-cache upgrade [2025-07-14T01:41:50.125Z] ---> Running in 58bfb450fc27 [2025-07-14T01:41:51.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-14T01:41:51.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-14T01:41:53.065Z] (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-14T01:41:53.065Z] (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-14T01:41:53.065Z] OK: 9 MiB in 15 packages [2025-07-14T01:41:54.018Z] Removing intermediate container 58bfb450fc27 [2025-07-14T01:41:54.018Z] ---> d0ed89e377be [2025-07-14T01:41:54.018Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-07-14T01:41:55.963Z] ---> 77d5f7430b8b [2025-07-14T01:41:55.963Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-07-14T01:41:56.545Z] ---> 2335dc604699 [2025-07-14T01:41:56.545Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-14T01:41:57.128Z] ---> 14704116c601 [2025-07-14T01:41:57.128Z] Step 21/26 : EXPOSE 59986 [2025-07-14T01:41:57.128Z] ---> Running in c1c788688bd7 [2025-07-14T01:41:58.535Z] Removing intermediate container c1c788688bd7 [2025-07-14T01:41:58.535Z] ---> f2bf8cc71ddd [2025-07-14T01:41:58.535Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-07-14T01:41:58.535Z] ---> Running in b741b47daad7 [2025-07-14T01:41:58.806Z] Removing intermediate container b741b47daad7 [2025-07-14T01:41:58.806Z] ---> 0beb515b194c [2025-07-14T01:41:58.806Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-14T01:41:58.806Z] ---> Running in 08c539a6c4d9 [2025-07-14T01:41:59.074Z] Removing intermediate container 08c539a6c4d9 [2025-07-14T01:41:59.074Z] ---> 832c840bce5f [2025-07-14T01:41:59.074Z] Step 24/26 : LABEL arch=arm64 [2025-07-14T01:41:59.074Z] ---> Running in 0a100d7fa6af [2025-07-14T01:41:59.358Z] Removing intermediate container 0a100d7fa6af [2025-07-14T01:41:59.358Z] ---> 02c1f9470e70 [2025-07-14T01:41:59.358Z] Step 25/26 : LABEL git_sha=2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:41:59.626Z] ---> Running in ccea6146c34d [2025-07-14T01:41:59.895Z] Removing intermediate container ccea6146c34d [2025-07-14T01:41:59.895Z] ---> 8db85d80e1dc [2025-07-14T01:41:59.895Z] Step 26/26 : LABEL version=4.1.0-dev.7 [2025-07-14T01:41:59.895Z] ---> Running in e5ed1ce8b618 [2025-07-14T01:42:00.162Z] Removing intermediate container e5ed1ce8b618 [2025-07-14T01:42:00.162Z] ---> c7d3f157622f [2025-07-14T01:42:00.162Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-14T01:42:00.162Z] Successfully built c7d3f157622f [2025-07-14T01:42:00.162Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:42:00.325Z] provisioning config files... [2025-07-14T01:42:00.339Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/206@tmp/config14177697215581985570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:42:00.690Z] ---> ****-login.sh [2025-07-14T01:42:00.690Z] nexus3.edgexfoundry.org:10001 [2025-07-14T01:42:00.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:42:00.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:42:00.959Z] Configure a credential helper to remove this warning. See [2025-07-14T01:42:00.959Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:42:00.959Z] [2025-07-14T01:42:00.959Z] Login Succeeded [2025-07-14T01:42:00.959Z] nexus3.edgexfoundry.org:10002 [2025-07-14T01:42:01.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:42:01.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:42:01.226Z] Configure a credential helper to remove this warning. See [2025-07-14T01:42:01.226Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:42:01.226Z] [2025-07-14T01:42:01.226Z] Login Succeeded [2025-07-14T01:42:01.226Z] nexus3.edgexfoundry.org:10003 [2025-07-14T01:42:01.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:42:01.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:42:01.761Z] Configure a credential helper to remove this warning. See [2025-07-14T01:42:01.761Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:42:01.761Z] [2025-07-14T01:42:01.761Z] Login Succeeded [2025-07-14T01:42:01.761Z] nexus3.edgexfoundry.org:10004 [2025-07-14T01:42:02.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:42:02.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:42:02.028Z] Configure a credential helper to remove this warning. See [2025-07-14T01:42:02.028Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:42:02.028Z] [2025-07-14T01:42:02.028Z] Login Succeeded [2025-07-14T01:42:02.028Z] ****.io [2025-07-14T01:42:02.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-14T01:42:02.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-14T01:42:02.561Z] Configure a credential helper to remove this warning. See [2025-07-14T01:42:02.561Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-14T01:42:02.561Z] [2025-07-14T01:42:02.561Z] Login Succeeded [2025-07-14T01:42:02.561Z] ---> ****-login.sh ends [Pipeline] } [2025-07-14T01:42:02.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-14T01:42:02.636Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-14T01:42:02.672Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-07-14T01:42:02.672Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:42:02.672Z] latest [2025-07-14T01:42:02.672Z] 4.1.0-dev.7 [2025-07-14T01:42:02.672Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:42:02.672Z] main [2025-07-14T01:42:02.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:03.070Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:03.450Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:42:03.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-14T01:42:03.451Z] 043a6a33ba3e: Preparing [2025-07-14T01:42:03.451Z] 56ff98581f16: Preparing [2025-07-14T01:42:03.451Z] 9a079ea25508: Preparing [2025-07-14T01:42:03.451Z] 5b7121112f39: Preparing [2025-07-14T01:42:03.451Z] b472914f9bc2: Preparing [2025-07-14T01:42:03.451Z] dd9c8f8612c8: Preparing [2025-07-14T01:42:03.451Z] dd9c8f8612c8: Waiting [2025-07-14T01:42:03.721Z] 56ff98581f16: Pushed [2025-07-14T01:42:03.721Z] b472914f9bc2: Pushed [2025-07-14T01:42:03.721Z] 043a6a33ba3e: Pushed [2025-07-14T01:42:03.721Z] dd9c8f8612c8: Layer already exists [2025-07-14T01:42:05.126Z] 5b7121112f39: Pushed [2025-07-14T01:42:11.773Z] 9a079ea25508: Pushed [2025-07-14T01:42:11.773Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:12.143Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:12.503Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-14T01:42:12.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-14T01:42:12.503Z] 043a6a33ba3e: Preparing [2025-07-14T01:42:12.503Z] 56ff98581f16: Preparing [2025-07-14T01:42:12.503Z] 9a079ea25508: Preparing [2025-07-14T01:42:12.503Z] 5b7121112f39: Preparing [2025-07-14T01:42:12.504Z] b472914f9bc2: Preparing [2025-07-14T01:42:12.504Z] dd9c8f8612c8: Preparing [2025-07-14T01:42:12.504Z] dd9c8f8612c8: Waiting [2025-07-14T01:42:12.504Z] 043a6a33ba3e: Layer already exists [2025-07-14T01:42:12.504Z] b472914f9bc2: Layer already exists [2025-07-14T01:42:12.504Z] 9a079ea25508: Layer already exists [2025-07-14T01:42:12.504Z] 5b7121112f39: Layer already exists [2025-07-14T01:42:12.504Z] 56ff98581f16: Layer already exists [2025-07-14T01:42:12.504Z] dd9c8f8612c8: Layer already exists [2025-07-14T01:42:12.772Z] latest: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:13.130Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:13.489Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 [2025-07-14T01:42:13.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-14T01:42:13.489Z] 043a6a33ba3e: Preparing [2025-07-14T01:42:13.489Z] 56ff98581f16: Preparing [2025-07-14T01:42:13.489Z] 9a079ea25508: Preparing [2025-07-14T01:42:13.489Z] 5b7121112f39: Preparing [2025-07-14T01:42:13.489Z] b472914f9bc2: Preparing [2025-07-14T01:42:13.490Z] dd9c8f8612c8: Preparing [2025-07-14T01:42:13.490Z] dd9c8f8612c8: Waiting [2025-07-14T01:42:13.490Z] 56ff98581f16: Layer already exists [2025-07-14T01:42:13.490Z] 043a6a33ba3e: Layer already exists [2025-07-14T01:42:13.490Z] 5b7121112f39: Layer already exists [2025-07-14T01:42:13.490Z] 9a079ea25508: Layer already exists [2025-07-14T01:42:13.490Z] b472914f9bc2: Layer already exists [2025-07-14T01:42:13.490Z] dd9c8f8612c8: Layer already exists [2025-07-14T01:42:13.756Z] 4.1.0-dev.7: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:14.117Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:14.479Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:42:14.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-14T01:42:14.480Z] 043a6a33ba3e: Preparing [2025-07-14T01:42:14.480Z] 56ff98581f16: Preparing [2025-07-14T01:42:14.480Z] 9a079ea25508: Preparing [2025-07-14T01:42:14.480Z] 5b7121112f39: Preparing [2025-07-14T01:42:14.480Z] b472914f9bc2: Preparing [2025-07-14T01:42:14.480Z] dd9c8f8612c8: Preparing [2025-07-14T01:42:14.480Z] dd9c8f8612c8: Waiting [2025-07-14T01:42:14.480Z] 9a079ea25508: Layer already exists [2025-07-14T01:42:14.480Z] 56ff98581f16: Layer already exists [2025-07-14T01:42:14.480Z] 043a6a33ba3e: Layer already exists [2025-07-14T01:42:14.480Z] b472914f9bc2: Layer already exists [2025-07-14T01:42:14.480Z] 5b7121112f39: Layer already exists [2025-07-14T01:42:14.480Z] dd9c8f8612c8: Layer already exists [2025-07-14T01:42:14.747Z] 2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:15.116Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:15.466Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-07-14T01:42:15.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-14T01:42:15.466Z] 043a6a33ba3e: Preparing [2025-07-14T01:42:15.466Z] 56ff98581f16: Preparing [2025-07-14T01:42:15.466Z] 9a079ea25508: Preparing [2025-07-14T01:42:15.466Z] 5b7121112f39: Preparing [2025-07-14T01:42:15.466Z] b472914f9bc2: Preparing [2025-07-14T01:42:15.466Z] dd9c8f8612c8: Preparing [2025-07-14T01:42:15.466Z] dd9c8f8612c8: Waiting [2025-07-14T01:42:15.466Z] 56ff98581f16: Layer already exists [2025-07-14T01:42:15.466Z] 9a079ea25508: Layer already exists [2025-07-14T01:42:15.466Z] b472914f9bc2: Layer already exists [2025-07-14T01:42:15.466Z] 5b7121112f39: Layer already exists [2025-07-14T01:42:15.466Z] 043a6a33ba3e: Layer already exists [2025-07-14T01:42:15.466Z] dd9c8f8612c8: Layer already exists [2025-07-14T01:42:15.734Z] main: digest: sha256:06a702b6bbaafa7f31dae649da246dd3933381a7ed0b81647193420744a028ed size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-14T01:42:15.819Z] ===================================================== [Pipeline] echo [2025-07-14T01:42:15.837Z] taggedImages: [2025-07-14T01:42:15.837Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d [2025-07-14T01:42:15.837Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-14T01:42:15.837Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 [2025-07-14T01:42:15.837Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [2025-07-14T01:42:15.837Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-07-14T01:42:15.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] echo [2025-07-14T01:42:15.860Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-07-14T01:42:15.871Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.7 [Pipeline] echo [2025-07-14T01:42:15.887Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:2aa3f916c209823cc8b4c7ef285d19001d95210d-4.1.0-dev.7 [Pipeline] echo [2025-07-14T01:42:15.900Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:16.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-14T01:42:16.293Z] [2025-07-14T01:42:16.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:16.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-14T01:42:16.904Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-14T01:42:16.904Z] 8998bd30e6a1: Pulling fs layer [2025-07-14T01:42:16.904Z] 04944245beec: Pulling fs layer [2025-07-14T01:42:16.904Z] 699f458cf7ca: Pulling fs layer [2025-07-14T01:42:16.904Z] 765212b225bb: Pulling fs layer [2025-07-14T01:42:16.904Z] f23df028b6ca: Pulling fs layer [2025-07-14T01:42:16.904Z] d65c8cfc05b1: Pulling fs layer [2025-07-14T01:42:16.904Z] 2437ff75d9bd: Pulling fs layer [2025-07-14T01:42:16.904Z] d65c8cfc05b1: Waiting [2025-07-14T01:42:16.904Z] 765212b225bb: Waiting [2025-07-14T01:42:16.904Z] f23df028b6ca: Waiting [2025-07-14T01:42:16.904Z] 04944245beec: Verifying Checksum [2025-07-14T01:42:16.904Z] 04944245beec: Download complete [2025-07-14T01:42:16.904Z] 765212b225bb: Verifying Checksum [2025-07-14T01:42:16.904Z] 765212b225bb: Download complete [2025-07-14T01:42:16.904Z] f23df028b6ca: Verifying Checksum [2025-07-14T01:42:16.904Z] f23df028b6ca: Download complete [2025-07-14T01:42:16.904Z] d65c8cfc05b1: Verifying Checksum [2025-07-14T01:42:16.904Z] d65c8cfc05b1: Download complete [2025-07-14T01:42:17.170Z] 699f458cf7ca: Verifying Checksum [2025-07-14T01:42:17.170Z] 699f458cf7ca: Download complete [2025-07-14T01:42:17.437Z] 8998bd30e6a1: Verifying Checksum [2025-07-14T01:42:17.437Z] 8998bd30e6a1: Download complete [2025-07-14T01:42:20.012Z] 2437ff75d9bd: Verifying Checksum [2025-07-14T01:42:20.012Z] 2437ff75d9bd: Download complete [2025-07-14T01:42:21.952Z] 8998bd30e6a1: Pull complete [2025-07-14T01:42:22.534Z] 04944245beec: Pull complete [2025-07-14T01:42:24.476Z] 699f458cf7ca: Pull complete [2025-07-14T01:42:24.476Z] 765212b225bb: Pull complete [2025-07-14T01:42:25.436Z] f23df028b6ca: Pull complete [2025-07-14T01:42:25.436Z] d65c8cfc05b1: Pull complete [2025-07-14T01:42:43.654Z] 2437ff75d9bd: Pull complete [2025-07-14T01:42:43.654Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-14T01:42:43.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-14T01:42:43.654Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:42:43.865Z] prd-ubuntu20.04-docker-arm64-4c-16g-5080 does not seem to be running inside a container [2025-07-14T01:42:43.921Z] $ 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/206 -v /w/workspace/device-rest-go/206:/w/workspace/device-rest-go/206:rw,z -v /w/workspace/device-rest-go/206@tmp:/w/workspace/device-rest-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-07-14T01:42:46.914Z] $ docker top a5d3d2a131e4e4f7e673255f7bbc79a11a8c3cac31cc9bf34b2011d74a82e64f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:42:47.792Z] ---> job-cost.sh [2025-07-14T01:42:47.792Z] lf-activate-venv: SKIPPING [2025-07-14T01:42:47.792Z] INFO: No Stack... [2025-07-14T01:42:48.076Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-14T01:42:49.071Z] INFO: Archiving Costs [Pipeline] sh [2025-07-14T01:42:49.701Z] + + cut -d, -f6 [2025-07-14T01:42:49.701Z] cat /w/workspace/device-rest-go/206/archives/cost.csv [Pipeline] lock [2025-07-14T01:42:49.763Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [2025-07-14T01:42:49.770Z] Resource [jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] did not exist. Created. [2025-07-14T01:42:49.776Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-14T01:42:50.419Z] /w/workspace/device-rest-go/206@tmp/durable-e27148de/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-14T01:42:50.738Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-14T01:42:50.763Z] Warning: overwriting stash ‘stack-cost’ [2025-07-14T01:42:50.805Z] Stashed 1 file(s) [Pipeline] } [2025-07-14T01:42:50.812Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-206-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-14T01:42:50.827Z] $ docker stop --time=1 a5d3d2a131e4e4f7e673255f7bbc79a11a8c3cac31cc9bf34b2011d74a82e64f [2025-07-14T01:42:52.344Z] $ docker rm -f --volumes a5d3d2a131e4e4f7e673255f7bbc79a11a8c3cac31cc9bf34b2011d74a82e64f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-07-14T01:42:52.884Z] provisioning config files... [2025-07-14T01:42:52.890Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7079832442353508849tmp [Pipeline] { [Pipeline] sh [2025-07-14T01:42:53.189Z] + set +x [2025-07-14T01:42:53.189Z] + curl -s https://codecov.io/bash [2025-07-14T01:42:53.189Z] + bash -s -- [2025-07-14T01:42:53.189Z] [2025-07-14T01:42:53.189Z] _____ _ [2025-07-14T01:42:53.189Z] / ____| | | [2025-07-14T01:42:53.189Z] | | ___ __| | ___ ___ _____ __ [2025-07-14T01:42:53.189Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-14T01:42:53.189Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-14T01:42:53.189Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-14T01:42:53.189Z] Bash-1.0.6 [2025-07-14T01:42:53.189Z] [2025-07-14T01:42:53.189Z] [2025-07-14T01:42:53.189Z] ==> git version 2.25.1 found [2025-07-14T01:42:53.189Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-07-14T01:42:53.189Z] Release-Date: 2020-01-08 [2025-07-14T01:42:53.189Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-07-14T01:42:53.189Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-14T01:42:53.189Z] ==> Jenkins CI detected. [2025-07-14T01:42:53.189Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-07-14T01:42:53.189Z] project root: . [2025-07-14T01:42:53.189Z] --> token set from env [2025-07-14T01:42:53.189Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-14T01:42:53.449Z] ==> Running gcov in . (disable via -X gcov) [2025-07-14T01:42:53.449Z] ==> Python coveragepy not found [2025-07-14T01:42:53.449Z] ==> Searching for coverage reports in: [2025-07-14T01:42:53.449Z] + . [2025-07-14T01:42:53.449Z] -> Found 1 reports [2025-07-14T01:42:53.449Z] ==> Detecting git/mercurial file structure [2025-07-14T01:42:53.449Z] ==> Reading reports [2025-07-14T01:42:53.449Z] + ./coverage.out bytes=14565 [2025-07-14T01:42:53.449Z] ==> Appending adjustments [2025-07-14T01:42:53.449Z] https://docs.codecov.io/docs/fixing-reports [2025-07-14T01:42:53.449Z] + Found adjustments [2025-07-14T01:42:53.449Z] ==> Gzipping contents [2025-07-14T01:42:53.449Z] 4.0K /tmp/codecov.rne32t.gz [2025-07-14T01:42:53.449Z] ==> Uploading reports [2025-07-14T01:42:53.449Z] url: https://codecov.io [2025-07-14T01:42:53.449Z] query: branch=main&commit=2aa3f916c209823cc8b4c7ef285d19001d95210d&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F206%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-14T01:42:53.449Z] -> Pinging Codecov [2025-07-14T01:42:53.449Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2aa3f916c209823cc8b4c7ef285d19001d95210d&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F206%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-14T01:42:53.708Z] -> Uploading to [2025-07-14T01:42:53.708Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/2aa3f916c209823cc8b4c7ef285d19001d95210d/14d93b3b-f6be-4545-bf6a-6cd4e7e57ef4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250714%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250714T014253Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=ab01ee1589c48001675470c65dbace44c13a258b3c18498d02abf4b8c458f51a [2025-07-14T01:42:53.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-14T01:42:53.708Z] Dload Upload Total Spent Left Speed [2025-07-14T01:42:53.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 8489 --:--:-- --:--:-- --:--:-- 8489 [2025-07-14T01:42:53.967Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] } [2025-07-14T01:42:53.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-14T01:42:54.200Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-14T01:42:54.220Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:54.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-14T01:42:54.525Z] [2025-07-14T01:42:54.525Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:42:54.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-14T01:42:54.828Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-14T01:42:54.828Z] 0a9a5dfd008f: Already exists [2025-07-14T01:42:54.828Z] 36466aa92d05: Already exists [2025-07-14T01:42:54.828Z] e10405b45d13: Already exists [2025-07-14T01:42:54.828Z] 096b7ceb2af7: Already exists [2025-07-14T01:42:54.828Z] 4f4fb700ef54: Already exists [2025-07-14T01:42:54.828Z] e50aa161e22a: Pulling fs layer [2025-07-14T01:42:54.828Z] d3c8db5fb9df: Pulling fs layer [2025-07-14T01:42:55.087Z] e50aa161e22a: Verifying Checksum [2025-07-14T01:42:55.087Z] e50aa161e22a: Download complete [2025-07-14T01:42:55.346Z] e50aa161e22a: Pull complete [2025-07-14T01:42:56.284Z] d3c8db5fb9df: Verifying Checksum [2025-07-14T01:42:56.284Z] d3c8db5fb9df: Download complete [2025-07-14T01:43:01.561Z] d3c8db5fb9df: Pull complete [2025-07-14T01:43:01.561Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-14T01:43:01.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-14T01:43:01.561Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:43:01.667Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:43:01.696Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-07-14T01:43:02.915Z] $ docker top 74e0eeb3cd9888486018f41cc542cf398149fb0b3c8cbb5e53db014539637f64 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-14T01:43:03.274Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-07-14T01:43:03.286Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-07-14T01:43:03.566Z] + set -o pipefail [2025-07-14T01:43:03.567Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-07-14T01:43:11.687Z] [2025-07-14T01:43:11.687Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-07-14T01:43:11.687Z] [2025-07-14T01:43:11.687Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/c72d7165-f41c-4007-a23d-88a73228e02d [2025-07-14T01:43:11.687Z] [2025-07-14T01:43:11.687Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-14T01:43:11.687Z] [2025-07-14T01:43:11.947Z] [2025-07-14T01:43:11.947Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-07-14T01:43:11.947Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-07-14T01:43:12.209Z] $ docker stop --time=1 74e0eeb3cd9888486018f41cc542cf398149fb0b3c8cbb5e53db014539637f64 [2025-07-14T01:43:14.622Z] $ docker rm -f --volumes 74e0eeb3cd9888486018f41cc542cf398149fb0b3c8cbb5e53db014539637f64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-14T01:43:15.506Z] + git log --format=format:%s -1 2aa3f916c209823cc8b4c7ef285d19001d95210d [Pipeline] sh [2025-07-14T01:43:15.804Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-14T01:43:15.804Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:43:16.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-14T01:43:16.106Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:43:16.187Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:43:16.210Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-14T01:43:16.482Z] $ docker top ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e -eo pid,comm [2025-07-14T01:43:16.533Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-14T01:43:16.533Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-14T01:43:16.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-14T01:43:16.596Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-14T01:43:16.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-14T01:43:16.697Z] $ docker exec ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e ssh-agent [2025-07-14T01:43:16.821Z] SSH_AUTH_SOCK=/tmp/ssh-F2m25QcsRhyI/agent.33 [2025-07-14T01:43:16.821Z] SSH_AGENT_PID=39 [2025-07-14T01:43:16.827Z] Running ssh-add (command line suppressed) [2025-07-14T01:43:16.927Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7822258919351069553.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7822258919351069553.key) [2025-07-14T01:43:16.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-14T01:43:17.254Z] + git semver tag [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,454 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,459 [run_tag] DEBUG tag force:False [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,459 [check_head_tag] DEBUG check head tag [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,459 [execute] INFO git cat-file --batch-check [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,462 [execute] INFO git cat-file --batch [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,474 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,474 [execute] INFO git tag -a v4.1.0-dev.7 -m v4.1.0-dev.7 [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,475 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.7', '-m', 'v4.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-14T01:43:17.513Z] 2025-07-14 01:43:17,479 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:43:17.513Z] 4.1.0-dev.7 [Pipeline] } [2025-07-14T01:43:17.516Z] $ docker exec --env ******** --env ******** ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e ssh-agent -k [2025-07-14T01:43:17.614Z] unset SSH_AUTH_SOCK; [2025-07-14T01:43:17.615Z] unset SSH_AGENT_PID; [2025-07-14T01:43:17.615Z] echo Agent pid 39 killed; [2025-07-14T01:43:17.630Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-14T01:43:17.954Z] + git semver [Pipeline] } [2025-07-14T01:43:18.219Z] $ docker stop --time=1 ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e [2025-07-14T01:43:19.477Z] $ docker rm -f --volumes ce5603a45f3dad816f78b78a994627a16fd808e473dddb1788d01758cd02640e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:43:19.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-14T01:43:19.896Z] [2025-07-14T01:43:19.896Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:43:20.197Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-14T01:43:20.197Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-14T01:43:20.197Z] ab5ef0e58194: Pulling fs layer [2025-07-14T01:43:20.197Z] 9712f1f96733: Pulling fs layer [2025-07-14T01:43:20.197Z] 63f879dbbcfc: Pulling fs layer [2025-07-14T01:43:20.197Z] 0d9ebad4ef96: Pulling fs layer [2025-07-14T01:43:20.197Z] e9a5061849ea: Pulling fs layer [2025-07-14T01:43:20.197Z] d747dcd14b5f: Pulling fs layer [2025-07-14T01:43:20.197Z] 2de7ff778b66: Pulling fs layer [2025-07-14T01:43:20.197Z] e9a5061849ea: Waiting [2025-07-14T01:43:20.197Z] 0d9ebad4ef96: Waiting [2025-07-14T01:43:20.197Z] 2de7ff778b66: Waiting [2025-07-14T01:43:20.197Z] d747dcd14b5f: Waiting [2025-07-14T01:43:20.197Z] 9712f1f96733: Verifying Checksum [2025-07-14T01:43:20.197Z] 9712f1f96733: Download complete [2025-07-14T01:43:20.456Z] 63f879dbbcfc: Verifying Checksum [2025-07-14T01:43:20.456Z] 63f879dbbcfc: Download complete [2025-07-14T01:43:20.715Z] e9a5061849ea: Verifying Checksum [2025-07-14T01:43:20.715Z] e9a5061849ea: Download complete [2025-07-14T01:43:20.715Z] d747dcd14b5f: Download complete [2025-07-14T01:43:20.715Z] 0d9ebad4ef96: Verifying Checksum [2025-07-14T01:43:20.715Z] 0d9ebad4ef96: Download complete [2025-07-14T01:43:20.715Z] 2de7ff778b66: Verifying Checksum [2025-07-14T01:43:20.715Z] 2de7ff778b66: Download complete [2025-07-14T01:43:20.975Z] ab5ef0e58194: Verifying Checksum [2025-07-14T01:43:20.975Z] ab5ef0e58194: Download complete [2025-07-14T01:43:25.162Z] ab5ef0e58194: Pull complete [2025-07-14T01:43:25.162Z] 9712f1f96733: Pull complete [2025-07-14T01:43:25.728Z] 63f879dbbcfc: Pull complete [2025-07-14T01:43:32.284Z] 0d9ebad4ef96: Pull complete [2025-07-14T01:43:32.284Z] e9a5061849ea: Pull complete [2025-07-14T01:43:32.284Z] d747dcd14b5f: Pull complete [2025-07-14T01:43:33.222Z] 2de7ff778b66: Pull complete [2025-07-14T01:43:33.222Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-14T01:43:33.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-14T01:43:33.222Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:43:33.331Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:43:33.355Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-14T01:43:35.302Z] $ docker top 18792122a7f516ca28cf262917fccdc2bb378706f2a1507a69a2159486ce140b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:43:35.384Z] provisioning config files... [2025-07-14T01:43:35.390Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4856165653397780628tmp [2025-07-14T01:43:35.400Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config620879176938153098tmp [2025-07-14T01:43:35.410Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12679511887722497436tmp [Pipeline] { [Pipeline] echo [2025-07-14T01:43:35.479Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:35.774Z] ---> sigul-configuration.sh [2025-07-14T01:43:35.774Z] gpg: directory `/root/.gnupg' created [2025-07-14T01:43:35.774Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-14T01:43:35.774Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-14T01:43:35.774Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-14T01:43:35.774Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-14T01:43:35.774Z] gpg: CAST5 encrypted data [2025-07-14T01:43:35.774Z] gpg: encrypted with 1 passphrase [2025-07-14T01:43:35.774Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-14T01:43:36.071Z] + mkdir /home/jenkins [2025-07-14T01:43:36.071Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-14T01:43:36.368Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-07-14T01:43:36.383Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:36.677Z] ---> sigul-install.sh [2025-07-14T01:43:36.677Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-14T01:43:36.975Z] + git tag --list [2025-07-14T01:43:36.975Z] v1.0.0 [2025-07-14T01:43:36.975Z] v1.1.0 [2025-07-14T01:43:36.975Z] v1.1.1 [2025-07-14T01:43:36.975Z] v1.1.2 [2025-07-14T01:43:36.975Z] v1.2.0 [2025-07-14T01:43:36.975Z] v1.2.1 [2025-07-14T01:43:36.975Z] v2.0.0 [2025-07-14T01:43:36.975Z] v2.1.0 [2025-07-14T01:43:36.975Z] v2.1.1 [2025-07-14T01:43:36.975Z] v2.2.0 [2025-07-14T01:43:36.975Z] v2.3.0 [2025-07-14T01:43:36.975Z] v3.0 [2025-07-14T01:43:36.975Z] v3.0.0 [2025-07-14T01:43:36.975Z] v3.1 [2025-07-14T01:43:36.975Z] v3.1.0 [2025-07-14T01:43:36.975Z] v3.1.1 [2025-07-14T01:43:36.975Z] v4.0 [2025-07-14T01:43:36.975Z] v4.0.0 [2025-07-14T01:43:36.975Z] v4.1.0-dev.1 [2025-07-14T01:43:36.975Z] v4.1.0-dev.2 [2025-07-14T01:43:36.975Z] v4.1.0-dev.3 [2025-07-14T01:43:36.975Z] v4.1.0-dev.4 [2025-07-14T01:43:36.975Z] v4.1.0-dev.5 [2025-07-14T01:43:36.975Z] v4.1.0-dev.6 [2025-07-14T01:43:36.975Z] v4.1.0-dev.7 [Pipeline] sh [2025-07-14T01:43:37.265Z] + lftools sign git-tag v4.1.0-dev.7 [2025-07-14T01:43:37.836Z] Signing Git tag with Sigul... [2025-07-14T01:43:37.836Z] Signing v4.1.0-dev.7 [Pipeline] echo [2025-07-14T01:43:38.114Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:38.409Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-14T01:43:38.415Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-14T01:43:38.432Z] $ docker stop --time=1 18792122a7f516ca28cf262917fccdc2bb378706f2a1507a69a2159486ce140b [2025-07-14T01:43:39.727Z] $ docker rm -f --volumes 18792122a7f516ca28cf262917fccdc2bb378706f2a1507a69a2159486ce140b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-14T01:43:40.257Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-14T01:43:40.257Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:43:40.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-14T01:43:40.629Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:43:40.698Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:43:40.719Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-14T01:43:40.986Z] $ docker top 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c -eo pid,comm [2025-07-14T01:43:41.036Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-14T01:43:41.036Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-14T01:43:41.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-14T01:43:41.083Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-14T01:43:41.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-14T01:43:41.194Z] $ docker exec 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c ssh-agent [2025-07-14T01:43:41.308Z] SSH_AUTH_SOCK=/tmp/ssh-e2xcLayK9bK3/agent.33 [2025-07-14T01:43:41.308Z] SSH_AGENT_PID=39 [2025-07-14T01:43:41.313Z] Running ssh-add (command line suppressed) [2025-07-14T01:43:41.415Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9066353002868770490.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9066353002868770490.key) [2025-07-14T01:43:41.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-14T01:43:41.727Z] + git semver bump pre [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,953 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,958 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,958 [bump_version] DEBUG bumping version:4.1.0-dev.7 on axis:pre with prefix:dev [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,958 [bump_version] DEBUG bumped version:4.1.0-dev.8 [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,958 [write_version] DEBUG write version:4.1.0-dev.8 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,958 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,958 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,960 [execute] INFO git cat-file --batch-check [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,961 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,964 [execute] INFO git cat-file --batch [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,965 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-14T01:43:41.986Z] 2025-07-14 01:43:41,968 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:43:41.986Z] 4.1.0-dev.8 [Pipeline] } [2025-07-14T01:43:42.248Z] $ docker exec --env ******** --env ******** 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c ssh-agent -k [2025-07-14T01:43:42.346Z] unset SSH_AUTH_SOCK; [2025-07-14T01:43:42.347Z] unset SSH_AGENT_PID; [2025-07-14T01:43:42.347Z] echo Agent pid 39 killed; [2025-07-14T01:43:42.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-14T01:43:42.686Z] + git semver [Pipeline] } [2025-07-14T01:43:43.262Z] $ docker stop --time=1 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c [2025-07-14T01:43:44.523Z] $ docker rm -f --volumes 207ac1d88f8cd527f71158f2b99c54ec209ea4c969b09c01d54f988a4a95973c [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-14T01:43:44.893Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-14T01:43:44.893Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:43:45.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-14T01:43:45.194Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:43:45.277Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:43:45.298Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-14T01:43:45.538Z] $ docker top 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e -eo pid,comm [2025-07-14T01:43:45.591Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-14T01:43:45.591Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-14T01:43:45.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-14T01:43:45.647Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-14T01:43:45.765Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-14T01:43:45.761Z] $ docker exec 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e ssh-agent [2025-07-14T01:43:45.864Z] SSH_AUTH_SOCK=/tmp/ssh-GSwUlc5Xl1gn/agent.33 [2025-07-14T01:43:45.864Z] SSH_AGENT_PID=39 [2025-07-14T01:43:45.869Z] Running ssh-add (command line suppressed) [2025-07-14T01:43:45.959Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9459004345382191869.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9459004345382191869.key) [2025-07-14T01:43:45.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-14T01:43:46.269Z] + git semver push [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,480 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,485 [run_push] DEBUG push [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,485 [execute] INFO git cat-file --batch-check [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,485 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,488 [execute] INFO git rev-list 8e6ba5d1ef07b0e505bbbcb4afd29d5331ed337b -- [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,488 [execute] DEBUG Popen(['git', 'rev-list', '8e6ba5d1ef07b0e505bbbcb4afd29d5331ed337b', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,498 [execute] INFO git fetch -v -- origin [2025-07-14T01:43:46.528Z] 2025-07-14 01:43:46,498 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-14T01:43:47.095Z] 2025-07-14 01:43:46,948 [run_push] DEBUG no remote changes detected [2025-07-14T01:43:47.095Z] 2025-07-14 01:43:46,948 [execute] INFO git push origin semver [2025-07-14T01:43:47.095Z] 2025-07-14 01:43:46,948 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-14T01:43:47.664Z] 2025-07-14 01:43:47,576 [run_push] DEBUG push all version tags [2025-07-14T01:43:47.664Z] 2025-07-14 01:43:47,576 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-14T01:43:47.664Z] 2025-07-14 01:43:47,577 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-14T01:43:48.602Z] 2025-07-14 01:43:48,271 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-14T01:43:48.602Z] 4.1.0-dev.8 [Pipeline] } [2025-07-14T01:43:48.613Z] $ docker exec --env ******** --env ******** 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e ssh-agent -k [2025-07-14T01:43:48.701Z] unset SSH_AUTH_SOCK; [2025-07-14T01:43:48.701Z] unset SSH_AGENT_PID; [2025-07-14T01:43:48.701Z] echo Agent pid 39 killed; [2025-07-14T01:43:48.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-14T01:43:49.039Z] + git semver [Pipeline] } [2025-07-14T01:43:49.304Z] $ docker stop --time=1 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e [2025-07-14T01:43:50.595Z] $ docker rm -f --volumes 57ced5486d78b95c0d5815d54dbec12ea319cbd61dea42075861b7462b025b0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-14T01:43:51.179Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-07-14T01:43:51.179Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-14T01:43:51.179Z] total 16 [2025-07-14T01:43:51.179Z] drwxr-xr-x 3 root root 4096 Jul 14 01:32 . [2025-07-14T01:43:51.179Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 14 01:43 .. [2025-07-14T01:43:51.179Z] drwxr-xr-x 2 root root 4096 Jul 14 01:32 cost [2025-07-14T01:43:51.179Z] -rw-r--r-- 1 root root 86 Jul 14 01:32 cost.csv [2025-07-14T01:43:51.179Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-14T01:43:51.179Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-14T01:43:51.179Z] total 16 [2025-07-14T01:43:51.179Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 14 01:32 . [2025-07-14T01:43:51.179Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 14 01:43 .. [2025-07-14T01:43:51.179Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 14 01:32 cost [2025-07-14T01:43:51.179Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 14 01:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:51.470Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:52.327Z] ---> package-listing.sh [2025-07-14T01:43:52.327Z] ++ facter osfamily [2025-07-14T01:43:52.327Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-14T01:43:52.586Z] + OS_FAMILY=debian [2025-07-14T01:43:52.586Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-14T01:43:52.586Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-14T01:43:52.586Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-14T01:43:52.586Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-14T01:43:52.586Z] + PACKAGES=/tmp/packages_start.txt [2025-07-14T01:43:52.586Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-14T01:43:52.586Z] + PACKAGES=/tmp/packages_end.txt [2025-07-14T01:43:52.586Z] + case "${OS_FAMILY}" in [2025-07-14T01:43:52.586Z] + dpkg -l [2025-07-14T01:43:52.586Z] + grep '^ii' [2025-07-14T01:43:52.586Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-14T01:43:52.586Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-14T01:43:52.586Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-14T01:43:52.586Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-14T01:43:52.586Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-14T01:43:52.586Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-07-14T01:43:52.600Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-14T01:43:52.879Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-14T01:43:53.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-14T01:43:53.444Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-14T01:43:53.534Z] prd-ubuntu20.04-docker-8c-8g-5078 does not seem to be running inside a container [2025-07-14T01:43:53.559Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-14T01:43:53.789Z] $ docker top b1b9a32917db058fec0230da1e6b18625cbc7da51762d0f8cf6d7ce9daffff06 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-14T01:43:54.147Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-14T01:43:54.433Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-14T01:43:54.723Z] + ls /var/log/sa-host [2025-07-14T01:43:54.723Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-14T01:43:54.755Z] provisioning config files... [2025-07-14T01:43:54.763Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3558379346114245564tmp [Pipeline] { [Pipeline] echo [2025-07-14T01:43:54.782Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:55.064Z] ---> create-netrc.sh [Pipeline] } [2025-07-14T01:43:55.071Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:55.380Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-14T01:43:55.391Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:55.673Z] ---> sudo-logs.sh [2025-07-14T01:43:55.673Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-14T01:43:55.711Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:55.993Z] ---> job-cost.sh [2025-07-14T01:43:55.993Z] lf-activate-venv: SKIPPING [2025-07-14T01:43:55.993Z] DEBUG: total: 0.2199999988079071 [2025-07-14T01:43:55.993Z] INFO: Retrieving Stack Cost... [2025-07-14T01:43:56.560Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-14T01:43:56.820Z] INFO: Archiving Costs [Pipeline] echo [2025-07-14T01:43:56.834Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-14T01:43:57.113Z] ---> logs-deploy.sh [2025-07-14T01:43:57.113Z] lf-activate-venv: SKIPPING [2025-07-14T01:43:57.113Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/206 [2025-07-14T01:43:57.113Z] INFO: archiving workspace using pattern(s): [2025-07-14T01:43:58.489Z] Archives upload complete. [2025-07-14T01:43:58.748Z] INFO: archiving logs to Nexus [2025-07-14T01:43:59.315Z] ---> uname -a: [2025-07-14T01:43:59.315Z] Linux prd-ubuntu20-04-docker-8c-8g-5078 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] ---> lscpu: [2025-07-14T01:43:59.315Z] Architecture: x86_64 [2025-07-14T01:43:59.315Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-14T01:43:59.315Z] Byte Order: Little Endian [2025-07-14T01:43:59.315Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-14T01:43:59.315Z] CPU(s): 8 [2025-07-14T01:43:59.315Z] On-line CPU(s) list: 0-7 [2025-07-14T01:43:59.315Z] Thread(s) per core: 1 [2025-07-14T01:43:59.315Z] Core(s) per socket: 1 [2025-07-14T01:43:59.315Z] Socket(s): 8 [2025-07-14T01:43:59.315Z] NUMA node(s): 1 [2025-07-14T01:43:59.315Z] Vendor ID: AuthenticAMD [2025-07-14T01:43:59.315Z] CPU family: 23 [2025-07-14T01:43:59.315Z] Model: 49 [2025-07-14T01:43:59.315Z] Model name: AMD EPYC-Rome Processor [2025-07-14T01:43:59.315Z] Stepping: 0 [2025-07-14T01:43:59.315Z] CPU MHz: 2800.000 [2025-07-14T01:43:59.315Z] BogoMIPS: 5600.00 [2025-07-14T01:43:59.315Z] Virtualization: AMD-V [2025-07-14T01:43:59.315Z] Hypervisor vendor: KVM [2025-07-14T01:43:59.315Z] Virtualization type: full [2025-07-14T01:43:59.315Z] L1d cache: 256 KiB [2025-07-14T01:43:59.315Z] L1i cache: 256 KiB [2025-07-14T01:43:59.315Z] L2 cache: 4 MiB [2025-07-14T01:43:59.315Z] L3 cache: 128 MiB [2025-07-14T01:43:59.315Z] NUMA node0 CPU(s): 0-7 [2025-07-14T01:43:59.315Z] Vulnerability Gather data sampling: Not affected [2025-07-14T01:43:59.315Z] Vulnerability Itlb multihit: Not affected [2025-07-14T01:43:59.315Z] Vulnerability L1tf: Not affected [2025-07-14T01:43:59.315Z] Vulnerability Mds: Not affected [2025-07-14T01:43:59.315Z] Vulnerability Meltdown: Not affected [2025-07-14T01:43:59.315Z] Vulnerability Mmio stale data: Not affected [2025-07-14T01:43:59.315Z] Vulnerability Retbleed: Vulnerable [2025-07-14T01:43:59.315Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-14T01:43:59.315Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-07-14T01:43:59.315Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-07-14T01:43:59.315Z] Vulnerability Srbds: Not affected [2025-07-14T01:43:59.315Z] Vulnerability Tsx async abort: Not affected [2025-07-14T01:43:59.315Z] 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 rep_good nopl cpuid extd_apicid tsc_known_freq 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 ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] ---> nproc: [2025-07-14T01:43:59.315Z] 8 [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] ---> df -h: [2025-07-14T01:43:59.315Z] Filesystem Size Used Avail Use% Mounted on [2025-07-14T01:43:59.315Z] overlay 155G 14G 142G 9% / [2025-07-14T01:43:59.315Z] tmpfs 64M 0 64M 0% /dev [2025-07-14T01:43:59.315Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-07-14T01:43:59.315Z] shm 64M 0 64M 0% /dev/shm [2025-07-14T01:43:59.315Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] ---> sar -b -r -n DEV: [2025-07-14T01:43:59.315Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5078) 07/14/25 _x86_64_ (8 CPU) [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] 01:26:16 LINUX RESTART (8 CPU) [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] 01:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-07-14T01:43:59.315Z] 01:28:01 166.67 13.18 153.49 0.00 2206.83 51822.16 0.00 [2025-07-14T01:43:59.315Z] 01:29:01 146.82 2.20 144.62 0.00 21.86 39143.09 0.00 [2025-07-14T01:43:59.315Z] 01:30:01 116.69 0.22 116.48 0.00 21.33 31113.38 0.00 [2025-07-14T01:43:59.315Z] 01:31:01 2.65 0.00 2.65 0.00 0.00 29.33 0.00 [2025-07-14T01:43:59.315Z] 01:32:01 53.18 3.83 49.35 0.00 4288.17 9799.93 0.00 [2025-07-14T01:43:59.315Z] 01:33:01 46.09 0.02 46.08 0.00 0.13 16087.05 0.00 [2025-07-14T01:43:59.315Z] 01:34:01 1.37 0.00 1.37 0.00 0.00 14.53 0.00 [2025-07-14T01:43:59.315Z] 01:35:01 1.52 0.00 1.52 0.00 0.00 16.53 0.00 [2025-07-14T01:43:59.315Z] 01:36:01 0.85 0.00 0.85 0.00 0.00 9.07 0.00 [2025-07-14T01:43:59.315Z] 01:37:01 1.73 0.00 1.73 0.00 0.00 18.93 0.00 [2025-07-14T01:43:59.315Z] 01:38:01 0.98 0.00 0.98 0.00 0.00 15.20 0.00 [2025-07-14T01:43:59.315Z] 01:39:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 [2025-07-14T01:43:59.315Z] 01:40:01 0.87 0.00 0.87 0.00 0.00 9.47 0.00 [2025-07-14T01:43:59.315Z] 01:41:01 1.77 0.00 1.77 0.00 0.00 19.06 0.00 [2025-07-14T01:43:59.315Z] 01:42:01 2.45 0.02 2.43 0.00 0.13 30.66 0.00 [2025-07-14T01:43:59.315Z] 01:43:01 8.67 0.13 8.53 0.00 11.86 6000.87 0.00 [2025-07-14T01:43:59.315Z] Average: 34.60 1.22 33.37 0.00 409.41 9634.13 0.00 [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] 01:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-07-14T01:43:59.315Z] 01:28:01 28422320 31484024 804668 2.45 95904 3230808 2109128 6.22 1111132 2927572 9504 [2025-07-14T01:43:59.315Z] 01:29:01 26085256 30722700 1555724 4.73 155428 4575972 2494384 7.35 2272744 3920468 384440 [2025-07-14T01:43:59.315Z] 01:30:01 26853140 31524144 755880 2.30 158500 4626312 1663364 4.90 1582760 3863900 588 [2025-07-14T01:43:59.315Z] 01:31:01 26852704 31523732 756220 2.30 158528 4626312 1663364 4.90 1582812 3863904 156 [2025-07-14T01:43:59.315Z] 01:32:01 25831284 31486504 776088 2.36 204836 5499268 1756684 5.18 1896700 4481168 470412 [2025-07-14T01:43:59.315Z] 01:33:01 25838644 31494156 768596 2.34 204872 5499000 1772192 5.22 1903108 4468136 152 [2025-07-14T01:43:59.315Z] 01:34:01 25838344 31493944 768816 2.34 204956 5499004 1772192 5.22 1902696 4468140 8 [2025-07-14T01:43:59.315Z] 01:35:01 25844972 31500620 761836 2.32 204980 5499008 1772192 5.22 1896508 4468144 12 [2025-07-14T01:43:59.315Z] 01:36:01 25845704 31501380 761024 2.32 204996 5499008 1772192 5.22 1897004 4468144 20 [2025-07-14T01:43:59.315Z] 01:37:01 25852712 31508456 753844 2.29 205036 5499012 1772192 5.22 1889532 4468148 164 [2025-07-14T01:43:59.315Z] 01:38:01 25855792 31511540 750728 2.28 205068 5499012 1772192 5.22 1886128 4468148 48 [2025-07-14T01:43:59.315Z] 01:39:01 25855600 31511532 750656 2.28 205088 5499148 1772192 5.22 1886160 4468280 40 [2025-07-14T01:43:59.315Z] 01:40:01 25855292 31511260 750872 2.28 205104 5499152 1772192 5.22 1886508 4468284 28 [2025-07-14T01:43:59.315Z] 01:41:01 25855016 31511032 751036 2.28 205152 5499152 1772192 5.22 1886572 4468284 8 [2025-07-14T01:43:59.315Z] 01:42:01 25854492 31510660 751112 2.29 205236 5499120 1776616 5.24 1886592 4468256 8 [2025-07-14T01:43:59.315Z] 01:43:01 25411020 31489400 771684 2.35 210444 5897112 1848840 5.45 1912872 4865984 275884 [2025-07-14T01:43:59.315Z] Average: 26122018 31455318 811799 2.47 189633 5215400 1828882 5.39 1829989 4287810 71342 [2025-07-14T01:43:59.315Z] [2025-07-14T01:43:59.315Z] 01:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-07-14T01:43:59.315Z] 01:28:01 lo 3.00 3.00 0.30 0.30 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:28:01 ens3 510.83 392.23 7507.77 82.83 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:28:01 docker0 218.68 234.03 17.02 544.62 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:28:01 vethee2e5b5 141.98 160.91 13.72 131.53 0.00 0.00 0.00 0.01 [2025-07-14T01:43:59.315Z] 01:29:01 veth208214f 0.13 0.27 0.01 0.02 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:29:01 ens3 276.89 237.52 2772.35 31.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:29:01 docker0 220.53 247.20 16.87 2744.66 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:30:01 lo 5.40 5.40 0.53 0.53 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:30:01 ens3 83.42 65.49 197.27 237.39 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:30:01 docker0 6.11 12.68 0.36 150.65 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:31:01 ens3 1.97 1.12 1.74 0.56 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:32:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:32:01 ens3 249.53 148.00 5477.19 13.63 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:33:01 ens3 10.85 7.32 13.39 4.16 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:35:01 ens3 0.20 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:36:01 ens3 0.50 0.32 0.26 0.21 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:37:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.315Z] 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:38:01 ens3 0.20 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:39:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:42:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:43:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:43:01 ens3 87.12 48.78 2644.24 8.09 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] Average: lo 0.77 0.77 0.07 0.07 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] Average: ens3 76.39 56.34 1163.41 23.63 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] Average: docker0 27.83 30.87 2.14 215.01 0.00 0.00 0.00 0.00 [2025-07-14T01:43:59.316Z] [2025-07-14T01:43:59.316Z] [2025-07-14T01:43:59.316Z] ---> sar -P ALL: [2025-07-14T01:43:59.316Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5078) 07/14/25 _x86_64_ (8 CPU) [2025-07-14T01:43:59.316Z] [2025-07-14T01:43:59.316Z] 01:26:16 LINUX RESTART (8 CPU) [2025-07-14T01:43:59.316Z] [2025-07-14T01:43:59.316Z] 01:27:01 CPU %user %nice %system %iowait %steal %idle [2025-07-14T01:43:59.316Z] 01:28:01 all 6.40 0.00 2.93 0.97 0.08 89.62 [2025-07-14T01:43:59.316Z] 01:28:01 0 7.17 0.00 2.54 0.32 0.05 89.92 [2025-07-14T01:43:59.316Z] 01:28:01 1 5.90 0.00 2.88 0.91 0.08 90.23 [2025-07-14T01:43:59.316Z] 01:28:01 2 6.17 0.00 2.21 0.17 0.05 91.40 [2025-07-14T01:43:59.316Z] 01:28:01 3 8.39 0.00 3.33 0.32 0.08 87.88 [2025-07-14T01:43:59.316Z] 01:28:01 4 6.36 0.00 3.03 1.98 0.07 88.57 [2025-07-14T01:43:59.316Z] 01:28:01 5 6.09 0.00 2.66 2.05 0.10 89.11 [2025-07-14T01:43:59.316Z] 01:28:01 6 6.75 0.00 3.38 1.44 0.14 88.29 [2025-07-14T01:43:59.316Z] 01:28:01 7 4.38 0.00 3.45 0.58 0.05 91.54 [2025-07-14T01:43:59.316Z] 01:29:01 all 39.67 0.00 6.77 0.77 0.11 52.68 [2025-07-14T01:43:59.316Z] 01:29:01 0 40.63 0.00 6.80 0.35 0.12 52.10 [2025-07-14T01:43:59.316Z] 01:29:01 1 38.85 0.00 6.47 0.51 0.08 54.09 [2025-07-14T01:43:59.316Z] 01:29:01 2 38.48 0.00 6.87 0.17 0.10 54.38 [2025-07-14T01:43:59.316Z] 01:29:01 3 39.67 0.00 7.20 3.34 0.12 49.67 [2025-07-14T01:43:59.316Z] 01:29:01 4 39.38 0.00 6.34 0.15 0.10 54.03 [2025-07-14T01:43:59.316Z] 01:29:01 5 39.37 0.00 6.68 0.22 0.10 53.63 [2025-07-14T01:43:59.316Z] 01:29:01 6 40.03 0.00 6.72 1.04 0.12 52.08 [2025-07-14T01:43:59.316Z] 01:29:01 7 40.97 0.00 7.07 0.42 0.12 51.42 [2025-07-14T01:43:59.316Z] 01:30:01 all 33.58 0.00 5.78 0.83 0.08 59.74 [2025-07-14T01:43:59.316Z] 01:30:01 0 34.68 0.00 5.73 1.07 0.07 58.45 [2025-07-14T01:43:59.316Z] 01:30:01 1 33.47 0.00 5.81 0.08 0.08 60.56 [2025-07-14T01:43:59.316Z] 01:30:01 2 33.77 0.00 6.64 0.05 0.08 59.45 [2025-07-14T01:43:59.316Z] 01:30:01 3 33.08 0.00 5.99 0.82 0.08 60.02 [2025-07-14T01:43:59.316Z] 01:30:01 4 35.44 0.00 5.51 1.53 0.07 57.45 [2025-07-14T01:43:59.316Z] 01:30:01 5 32.50 0.00 5.73 0.15 0.07 61.54 [2025-07-14T01:43:59.316Z] 01:30:01 6 33.18 0.00 5.34 2.76 0.07 58.65 [2025-07-14T01:43:59.316Z] 01:30:01 7 32.57 0.00 5.45 0.15 0.08 61.74 [2025-07-14T01:43:59.316Z] 01:31:01 all 0.15 0.00 0.02 0.01 0.01 99.81 [2025-07-14T01:43:59.316Z] 01:31:01 0 0.03 0.00 0.03 0.03 0.02 99.88 [2025-07-14T01:43:59.316Z] 01:31:01 1 0.81 0.00 0.03 0.00 0.02 99.14 [2025-07-14T01:43:59.316Z] 01:31:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:31:01 3 0.13 0.00 0.02 0.00 0.00 99.85 [2025-07-14T01:43:59.316Z] 01:31:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2025-07-14T01:43:59.316Z] 01:31:01 5 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-14T01:43:59.316Z] 01:31:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:31:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-14T01:43:59.316Z] 01:32:01 all 4.44 0.00 2.57 0.72 0.07 92.20 [2025-07-14T01:43:59.316Z] 01:32:01 0 5.46 0.00 1.89 0.05 0.27 92.33 [2025-07-14T01:43:59.316Z] 01:32:01 1 4.44 0.00 2.89 0.13 0.03 92.50 [2025-07-14T01:43:59.316Z] 01:32:01 2 4.81 0.00 2.26 1.53 0.03 91.36 [2025-07-14T01:43:59.316Z] 01:32:01 3 3.34 0.00 2.29 0.49 0.03 93.84 [2025-07-14T01:43:59.316Z] 01:32:01 4 4.07 0.00 3.95 0.44 0.03 91.52 [2025-07-14T01:43:59.316Z] 01:32:01 5 5.37 0.00 2.77 0.05 0.03 91.77 [2025-07-14T01:43:59.316Z] 01:32:01 6 2.67 0.00 2.33 2.94 0.03 92.03 [2025-07-14T01:43:59.316Z] 01:32:01 7 5.31 0.00 2.16 0.15 0.07 92.31 [2025-07-14T01:43:59.316Z] 01:33:01 all 0.26 0.00 0.23 0.27 0.01 99.23 [2025-07-14T01:43:59.316Z] 01:33:01 0 0.15 0.00 0.15 0.10 0.02 99.58 [2025-07-14T01:43:59.316Z] 01:33:01 1 0.30 0.00 0.55 1.83 0.03 97.28 [2025-07-14T01:43:59.316Z] 01:33:01 2 0.27 0.00 0.17 0.03 0.02 99.52 [2025-07-14T01:43:59.316Z] 01:33:01 3 0.47 0.00 0.27 0.17 0.02 99.08 [2025-07-14T01:43:59.316Z] 01:33:01 4 0.08 0.00 0.12 0.00 0.02 99.78 [2025-07-14T01:43:59.316Z] 01:33:01 5 0.15 0.00 0.15 0.02 0.00 99.68 [2025-07-14T01:43:59.316Z] 01:33:01 6 0.37 0.00 0.23 0.05 0.00 99.35 [2025-07-14T01:43:59.316Z] 01:33:01 7 0.30 0.00 0.18 0.00 0.00 99.52 [2025-07-14T01:43:59.316Z] 01:34:01 all 0.21 0.00 0.01 0.01 0.01 99.77 [2025-07-14T01:43:59.316Z] 01:34:01 0 0.02 0.00 0.00 0.07 0.02 99.90 [2025-07-14T01:43:59.316Z] 01:34:01 1 1.50 0.00 0.03 0.00 0.02 98.45 [2025-07-14T01:43:59.316Z] 01:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-14T01:43:59.316Z] 01:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-14T01:43:59.316Z] 01:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-14T01:43:59.316Z] 01:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:35:01 all 0.10 0.00 0.03 0.00 0.01 99.86 [2025-07-14T01:43:59.316Z] 01:35:01 0 0.07 0.00 0.02 0.02 0.00 99.90 [2025-07-14T01:43:59.316Z] 01:35:01 1 0.55 0.00 0.07 0.02 0.03 99.33 [2025-07-14T01:43:59.316Z] 01:35:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-14T01:43:59.316Z] 01:35:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-14T01:43:59.316Z] 01:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-14T01:43:59.316Z] 01:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-14T01:43:59.316Z] 01:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:35:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-14T01:43:59.316Z] 01:36:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2025-07-14T01:43:59.316Z] 01:36:01 0 0.50 0.00 0.03 0.02 0.00 99.45 [2025-07-14T01:43:59.316Z] 01:36:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2025-07-14T01:43:59.316Z] 01:36:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-14T01:43:59.316Z] 01:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-14T01:43:59.316Z] 01:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-14T01:43:59.316Z] 01:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-14T01:43:59.316Z] 01:36:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:37:01 all 0.11 0.00 0.02 0.01 0.01 99.85 [2025-07-14T01:43:59.316Z] 01:37:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2025-07-14T01:43:59.316Z] 01:37:01 1 0.71 0.00 0.05 0.00 0.02 99.22 [2025-07-14T01:43:59.316Z] 01:37:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-14T01:43:59.316Z] 01:37:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-14T01:43:59.316Z] 01:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-14T01:43:59.316Z] 01:37:01 5 0.00 0.00 0.00 0.08 0.02 99.90 [2025-07-14T01:43:59.316Z] 01:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:37:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-14T01:43:59.316Z] 01:38:01 all 0.05 0.00 0.01 0.00 0.00 99.94 [2025-07-14T01:43:59.316Z] 01:38:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:38:01 1 0.20 0.00 0.02 0.00 0.02 99.77 [2025-07-14T01:43:59.316Z] 01:38:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-14T01:43:59.316Z] 01:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-14T01:43:59.316Z] 01:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-14T01:43:59.316Z] 01:38:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-14T01:43:59.316Z] [2025-07-14T01:43:59.316Z] 01:38:01 CPU %user %nice %system %iowait %steal %idle [2025-07-14T01:43:59.316Z] 01:39:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2025-07-14T01:43:59.316Z] 01:39:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:39:01 1 0.50 0.00 0.02 0.00 0.02 99.47 [2025-07-14T01:43:59.316Z] 01:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-14T01:43:59.316Z] 01:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-14T01:43:59.316Z] 01:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-14T01:43:59.316Z] 01:39:01 5 0.07 0.00 0.00 0.02 0.00 99.92 [2025-07-14T01:43:59.316Z] 01:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-14T01:43:59.316Z] 01:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-14T01:43:59.316Z] 01:40:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-07-14T01:43:59.316Z] 01:40:01 0 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-14T01:43:59.316Z] 01:40:01 1 0.37 0.00 0.02 0.00 0.02 99.60 [2025-07-14T01:43:59.316Z] 01:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-14T01:43:59.316Z] 01:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-14T01:43:59.316Z] 01:40:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-14T01:43:59.316Z] 01:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-14T01:43:59.316Z] 01:41:01 all 0.12 0.00 0.02 0.00 0.01 99.85 [2025-07-14T01:43:59.316Z] 01:41:01 0 0.03 0.00 0.02 0.03 0.00 99.92 [2025-07-14T01:43:59.316Z] 01:41:01 1 0.70 0.00 0.03 0.00 0.02 99.25 [2025-07-14T01:43:59.316Z] 01:41:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-14T01:43:59.316Z] 01:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-14T01:43:59.316Z] 01:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-14T01:43:59.316Z] 01:41:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-14T01:43:59.316Z] 01:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:41:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-14T01:43:59.316Z] 01:42:01 all 0.08 0.00 0.03 0.01 0.01 99.87 [2025-07-14T01:43:59.316Z] 01:42:01 0 0.02 0.00 0.05 0.05 0.02 99.87 [2025-07-14T01:43:59.316Z] 01:42:01 1 0.48 0.00 0.03 0.00 0.02 99.47 [2025-07-14T01:43:59.316Z] 01:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-14T01:43:59.316Z] 01:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-14T01:43:59.316Z] 01:42:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-14T01:43:59.316Z] 01:42:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-14T01:43:59.316Z] 01:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-14T01:43:59.316Z] 01:42:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-14T01:43:59.316Z] 01:43:01 all 1.75 0.00 0.64 0.10 0.02 97.49 [2025-07-14T01:43:59.316Z] 01:43:01 0 1.03 0.00 0.38 0.20 0.02 98.36 [2025-07-14T01:43:59.316Z] 01:43:01 1 1.46 0.00 0.52 0.03 0.03 97.95 [2025-07-14T01:43:59.316Z] 01:43:01 2 2.16 0.00 0.79 0.02 0.03 97.01 [2025-07-14T01:43:59.316Z] 01:43:01 3 2.22 0.00 0.67 0.02 0.02 97.08 [2025-07-14T01:43:59.316Z] 01:43:01 4 1.45 0.00 0.95 0.02 0.02 97.56 [2025-07-14T01:43:59.316Z] 01:43:01 5 1.66 0.00 0.82 0.22 0.02 97.28 [2025-07-14T01:43:59.316Z] 01:43:01 6 1.97 0.00 0.55 0.00 0.02 97.46 [2025-07-14T01:43:59.316Z] 01:43:01 7 2.01 0.00 0.47 0.32 0.02 97.19 [2025-07-14T01:43:59.316Z] Average: all 5.41 0.00 1.18 0.23 0.03 93.15 [2025-07-14T01:43:59.316Z] Average: 0 5.56 0.00 1.10 0.15 0.04 93.15 [2025-07-14T01:43:59.316Z] Average: 1 5.63 0.00 1.21 0.22 0.03 92.91 [2025-07-14T01:43:59.316Z] Average: 2 5.35 0.00 1.19 0.12 0.02 93.31 [2025-07-14T01:43:59.316Z] Average: 3 5.44 0.00 1.24 0.32 0.03 92.98 [2025-07-14T01:43:59.316Z] Average: 4 5.36 0.00 1.23 0.25 0.02 93.13 [2025-07-14T01:43:59.316Z] Average: 5 5.30 0.00 1.18 0.17 0.03 93.32 [2025-07-14T01:43:59.316Z] Average: 6 5.30 0.00 1.16 0.51 0.03 93.01 [2025-07-14T01:43:59.316Z] Average: 7 5.35 0.00 1.18 0.10 0.02 93.35 [2025-07-14T01:43:59.316Z] [2025-07-14T01:43:59.316Z] [2025-07-14T01:43:59.316Z]