Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15367858310982717797.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-ssh9536020179041215729.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-ssh13038812034461674630.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-ssh4129763950823103688.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-ssh14466457060363273051.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 ‘prd-ubuntu20.04-docker-8c-8g-3479’ is offline Running on prd-ubuntu20.04-docker-8c-8g-3500 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472)" > git config core.sparsecheckout # timeout=10 > git checkout -f 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 > git rev-list --no-walk 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-18T06:18:15.627Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-18T06:18:15.706Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-18T06:18:15.734Z] ========================================================= [2025-06-18T06:18:15.734Z] EdgeX Global Pipelines Version Info [2025-06-18T06:18:15.734Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:18:16.835Z] ------------------- [2025-06-18T06:18:16.835Z] stable info: [2025-06-18T06:18:16.835Z] ------------------- [2025-06-18T06:18:16.835Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-18T06:18:16.835Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-18T06:18:16.835Z] Message: update stable to v1.0.274 [2025-06-18T06:18:17.096Z] ------------------- [2025-06-18T06:18:17.096Z] experimental info: [2025-06-18T06:18:17.096Z] ------------------- [2025-06-18T06:18:17.096Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-18T06:18:17.096Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-18T06:18:17.096Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-18T06:18:17.183Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-06-18T06:18:17.210Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-06-18T06:18:17.231Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-18T06:18:17.250Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-18T06:18:17.273Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-18T06:18:17.293Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-18T06:18:17.312Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-18T06:18:17.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-18T06:18:17.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-18T06:18:17.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-18T06:18:17.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-18T06:18:17.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-06-18T06:18:17.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-18T06:18:17.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-18T06:18:17.488Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-18T06:18:17.512Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-18T06:18:17.536Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-18T06:18:17.562Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-18T06:18:17.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-18T06:18:17.617Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-18T06:18:17.640Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-18T06:18:17.661Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-18T06:18:17.682Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-18T06:18:17.705Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-18T06:18:17.725Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-18T06:18:17.751Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-18T06:18:17.773Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-18T06:18:17.793Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-18T06:18:17.815Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-18T06:18:17.837Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-18T06:18:17.863Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T06:18:17.884Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29ece5e [Pipeline] echo [2025-06-18T06:18:17.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:18:17.974Z] provisioning config files... [2025-06-18T06:18:17.986Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config18207546251961621792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:18:18.312Z] ---> ****-login.sh [2025-06-18T06:18:18.312Z] nexus3.edgexfoundry.org:10001 [2025-06-18T06:18:18.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:18.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:18.572Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:18.572Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:18.572Z] [2025-06-18T06:18:18.572Z] Login Succeeded [2025-06-18T06:18:18.572Z] nexus3.edgexfoundry.org:10002 [2025-06-18T06:18:18.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:18.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:18.572Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:18.572Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:18.572Z] [2025-06-18T06:18:18.572Z] Login Succeeded [2025-06-18T06:18:18.572Z] nexus3.edgexfoundry.org:10003 [2025-06-18T06:18:18.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:18.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:18.832Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:18.832Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:18.832Z] [2025-06-18T06:18:18.832Z] Login Succeeded [2025-06-18T06:18:18.832Z] nexus3.edgexfoundry.org:10004 [2025-06-18T06:18:18.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:18.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:18.832Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:18.833Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:18.833Z] [2025-06-18T06:18:18.833Z] Login Succeeded [2025-06-18T06:18:18.833Z] ****.io [2025-06-18T06:18:18.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:19.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:19.093Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:19.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:19.093Z] [2025-06-18T06:18:19.093Z] Login Succeeded [2025-06-18T06:18:19.093Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T06:18:19.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-18T06:18:19.518Z] + git rev-list -1 --merges 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5~1..29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T06:18:19.546Z] -----------> git rev-list -1 --merges 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5~1..29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [false] [Pipeline] sh [2025-06-18T06:18:19.841Z] + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T06:18:19.857Z] ========================================================= [2025-06-18T06:18:19.857Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-18T06:18:19.857Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-18T06:18:20.195Z] + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T06:18:20.207Z] [semverPrep] GIT_COMMIT: 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472) [Pipeline] echo [2025-06-18T06:18:20.224Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-18T06:18:20.594Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-18T06:18:20.594Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-18T06:18:20.594Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-18T06:18:20.594Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-18T06:18:20.594Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-18T06:18:20.594Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-18T06:18:20.594Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:18:21.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T06:18:21.026Z] [2025-06-18T06:18:21.026Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:18:21.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T06:18:21.327Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-18T06:18:21.327Z] 3dae71ba6b94: Pulling fs layer [2025-06-18T06:18:21.327Z] 6bf1a483ea7c: Pulling fs layer [2025-06-18T06:18:21.327Z] f5dfc541a4d3: Pulling fs layer [2025-06-18T06:18:21.327Z] 461d9e800cba: Pulling fs layer [2025-06-18T06:18:21.327Z] 80192f66455f: Pulling fs layer [2025-06-18T06:18:21.327Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-18T06:18:21.327Z] a29436f7fd5d: Pulling fs layer [2025-06-18T06:18:21.327Z] 923cac83aea3: Pulling fs layer [2025-06-18T06:18:21.327Z] 25ad8b0a4227: Pulling fs layer [2025-06-18T06:18:21.327Z] db01528c6b51: Pulling fs layer [2025-06-18T06:18:21.327Z] 28988de357af: Pulling fs layer [2025-06-18T06:18:21.327Z] 80192f66455f: Waiting [2025-06-18T06:18:21.327Z] a29436f7fd5d: Waiting [2025-06-18T06:18:21.327Z] 28988de357af: Waiting [2025-06-18T06:18:21.327Z] 461d9e800cba: Waiting [2025-06-18T06:18:21.327Z] db01528c6b51: Waiting [2025-06-18T06:18:21.327Z] 25ad8b0a4227: Waiting [2025-06-18T06:18:21.327Z] 2e8e34ca0e6c: Waiting [2025-06-18T06:18:21.327Z] 923cac83aea3: Waiting [2025-06-18T06:18:21.327Z] 6bf1a483ea7c: Download complete [2025-06-18T06:18:21.327Z] 461d9e800cba: Verifying Checksum [2025-06-18T06:18:21.327Z] 461d9e800cba: Download complete [2025-06-18T06:18:21.588Z] 80192f66455f: Download complete [2025-06-18T06:18:21.588Z] f5dfc541a4d3: Verifying Checksum [2025-06-18T06:18:21.588Z] f5dfc541a4d3: Download complete [2025-06-18T06:18:21.588Z] 3dae71ba6b94: Verifying Checksum [2025-06-18T06:18:21.588Z] 3dae71ba6b94: Download complete [2025-06-18T06:18:21.849Z] 923cac83aea3: Verifying Checksum [2025-06-18T06:18:21.849Z] 923cac83aea3: Download complete [2025-06-18T06:18:21.849Z] 25ad8b0a4227: Verifying Checksum [2025-06-18T06:18:21.849Z] 25ad8b0a4227: Download complete [2025-06-18T06:18:21.849Z] db01528c6b51: Verifying Checksum [2025-06-18T06:18:21.849Z] db01528c6b51: Download complete [2025-06-18T06:18:21.849Z] 28988de357af: Verifying Checksum [2025-06-18T06:18:21.849Z] 28988de357af: Download complete [2025-06-18T06:18:21.849Z] a29436f7fd5d: Verifying Checksum [2025-06-18T06:18:21.849Z] a29436f7fd5d: Download complete [2025-06-18T06:18:22.417Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-18T06:18:22.677Z] 3dae71ba6b94: Pull complete [2025-06-18T06:18:22.936Z] 6bf1a483ea7c: Pull complete [2025-06-18T06:18:23.503Z] f5dfc541a4d3: Pull complete [2025-06-18T06:18:23.503Z] 461d9e800cba: Pull complete [2025-06-18T06:18:23.763Z] 80192f66455f: Pull complete [2025-06-18T06:18:27.053Z] 2e8e34ca0e6c: Pull complete [2025-06-18T06:18:27.313Z] a29436f7fd5d: Pull complete [2025-06-18T06:18:27.573Z] 923cac83aea3: Pull complete [2025-06-18T06:18:27.573Z] 25ad8b0a4227: Pull complete [2025-06-18T06:18:27.831Z] db01528c6b51: Pull complete [2025-06-18T06:18:27.831Z] 28988de357af: Pull complete [2025-06-18T06:18:27.831Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-18T06:18:27.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T06:18:27.831Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:18:27.975Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:18:28.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-18T06:18:32.267Z] $ docker top 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 -eo pid,comm [2025-06-18T06:18:32.314Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-18T06:18:32.314Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-18T06:18:32.371Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-18T06:18:32.371Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-18T06:18:32.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-18T06:18:32.486Z] $ docker exec 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent [2025-06-18T06:18:32.578Z] SSH_AUTH_SOCK=/tmp/ssh-epGCFiEy9DlN/agent.32 [2025-06-18T06:18:32.578Z] SSH_AGENT_PID=38 [2025-06-18T06:18:32.586Z] Running ssh-add (command line suppressed) [2025-06-18T06:18:32.698Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13771931840904202538.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13771931840904202538.key) [2025-06-18T06:18:32.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-18T06:18:32.998Z] + git tag --points-at HEAD [Pipeline] } [2025-06-18T06:18:33.018Z] $ docker exec --env ******** --env ******** 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent -k [2025-06-18T06:18:33.117Z] unset SSH_AUTH_SOCK; [2025-06-18T06:18:33.118Z] unset SSH_AGENT_PID; [2025-06-18T06:18:33.118Z] echo Agent pid 38 killed; [2025-06-18T06:18:33.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-18T06:18:33.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-18T06:18:33.160Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-18T06:18:33.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-18T06:18:33.272Z] $ docker exec 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent [2025-06-18T06:18:33.365Z] SSH_AUTH_SOCK=/tmp/ssh-bp2pIx8eaD2N/agent.71 [2025-06-18T06:18:33.365Z] SSH_AGENT_PID=77 [2025-06-18T06:18:33.369Z] Running ssh-add (command line suppressed) [2025-06-18T06:18:33.491Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3038242655840882259.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3038242655840882259.key) [2025-06-18T06:18:33.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-18T06:18:33.785Z] + git semver init [2025-06-18T06:18:34.044Z] 2025-06-18 06:18:34,006 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-18T06:18:34.044Z] 2025-06-18 06:18:34,010 [run_init] DEBUG init version:0.0.0 force:False [2025-06-18T06:18:34.044Z] 2025-06-18 06:18:34,011 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-18T06:18:34.044Z] 2025-06-18 06:18:34,011 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-18T06:18:34.044Z] 2025-06-18 06:18:34,011 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-18T06:18:35.949Z] 2025-06-18 06:18:35,489 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-06-18T06:18:35.949Z] 2025-06-18 06:18:35,490 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-06-18T06:18:35.949Z] 2025-06-18 06:18:35,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:18:35.949Z] 2025-06-18 06:18:35,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:18:35.949Z] 4.1.0-dev.2 [Pipeline] } [2025-06-18T06:18:35.968Z] $ docker exec --env ******** --env ******** 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 ssh-agent -k [2025-06-18T06:18:36.063Z] unset SSH_AUTH_SOCK; [2025-06-18T06:18:36.064Z] unset SSH_AGENT_PID; [2025-06-18T06:18:36.064Z] echo Agent pid 77 killed; [2025-06-18T06:18:36.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-18T06:18:36.388Z] + git semver [Pipeline] } [2025-06-18T06:18:36.667Z] $ docker stop --time=1 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 [2025-06-18T06:18:37.980Z] $ docker rm -f --volumes 1dbf94e932212b7584a8d00f34438917ae2e7f5bf2236e68918a699404cd3664 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-18T06:18:38.320Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-18T06:18:38.571Z] Stashed 1 file(s) [Pipeline] echo [2025-06-18T06:18:38.576Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:18:38.749Z] provisioning config files... [2025-06-18T06:18:38.757Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5914908504206575903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:18:39.062Z] ---> ****-login.sh [2025-06-18T06:18:39.062Z] nexus3.edgexfoundry.org:10001 [2025-06-18T06:18:39.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:39.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:39.063Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:39.063Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:39.063Z] [2025-06-18T06:18:39.063Z] Login Succeeded [2025-06-18T06:18:39.063Z] nexus3.edgexfoundry.org:10002 [2025-06-18T06:18:39.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:39.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:39.063Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:39.063Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:39.063Z] [2025-06-18T06:18:39.063Z] Login Succeeded [2025-06-18T06:18:39.063Z] nexus3.edgexfoundry.org:10003 [2025-06-18T06:18:39.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:39.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:39.323Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:39.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:39.323Z] [2025-06-18T06:18:39.323Z] Login Succeeded [2025-06-18T06:18:39.323Z] nexus3.edgexfoundry.org:10004 [2025-06-18T06:18:39.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:39.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:39.323Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:39.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:39.323Z] [2025-06-18T06:18:39.323Z] Login Succeeded [2025-06-18T06:18:39.323Z] ****.io [2025-06-18T06:18:39.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:18:39.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:18:39.584Z] Configure a credential helper to remove this warning. See [2025-06-18T06:18:39.584Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:18:39.584Z] [2025-06-18T06:18:39.584Z] Login Succeeded [2025-06-18T06:18:39.584Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T06:18:39.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-18T06:18:39.699Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T06:18:39.716Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T06:18:39.734Z] ========================================================= [2025-06-18T06:18:39.734Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-18T06:18:39.734Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:18:40.078Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-18T06:18:40.078Z] Sending build context to Docker daemon 21.62MB [2025-06-18T06:18:40.078Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T06:18:40.078Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-18T06:18:40.078Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-18T06:18:40.341Z] 0a9a5dfd008f: Pulling fs layer [2025-06-18T06:18:40.341Z] 36466aa92d05: Pulling fs layer [2025-06-18T06:18:40.341Z] e10405b45d13: Pulling fs layer [2025-06-18T06:18:40.341Z] 096b7ceb2af7: Pulling fs layer [2025-06-18T06:18:40.341Z] 4f4fb700ef54: Pulling fs layer [2025-06-18T06:18:40.341Z] 8213a616a21b: Pulling fs layer [2025-06-18T06:18:40.341Z] 985586143405: Pulling fs layer [2025-06-18T06:18:40.341Z] 0eae2285b678: Pulling fs layer [2025-06-18T06:18:40.341Z] d3ac315be8c5: Pulling fs layer [2025-06-18T06:18:40.341Z] 096b7ceb2af7: Waiting [2025-06-18T06:18:40.341Z] 0eae2285b678: Waiting [2025-06-18T06:18:40.341Z] 4f4fb700ef54: Waiting [2025-06-18T06:18:40.341Z] d3ac315be8c5: Waiting [2025-06-18T06:18:40.341Z] 8213a616a21b: Waiting [2025-06-18T06:18:40.341Z] 36466aa92d05: Verifying Checksum [2025-06-18T06:18:40.341Z] 36466aa92d05: Download complete [2025-06-18T06:18:40.341Z] 096b7ceb2af7: Verifying Checksum [2025-06-18T06:18:40.341Z] 096b7ceb2af7: Download complete [2025-06-18T06:18:40.341Z] 4f4fb700ef54: Verifying Checksum [2025-06-18T06:18:40.341Z] 4f4fb700ef54: Download complete [2025-06-18T06:18:40.341Z] 0a9a5dfd008f: Download complete [2025-06-18T06:18:40.341Z] 985586143405: Verifying Checksum [2025-06-18T06:18:40.341Z] 985586143405: Download complete [2025-06-18T06:18:40.598Z] 0a9a5dfd008f: Pull complete [2025-06-18T06:18:40.598Z] d3ac315be8c5: Verifying Checksum [2025-06-18T06:18:40.598Z] d3ac315be8c5: Download complete [2025-06-18T06:18:40.598Z] 36466aa92d05: Pull complete [2025-06-18T06:18:40.878Z] e10405b45d13: Download complete [2025-06-18T06:18:41.142Z] 0eae2285b678: Verifying Checksum [2025-06-18T06:18:41.142Z] 0eae2285b678: Download complete [2025-06-18T06:18:44.424Z] e10405b45d13: Pull complete [2025-06-18T06:18:44.424Z] 096b7ceb2af7: Pull complete [2025-06-18T06:18:44.424Z] 4f4fb700ef54: Pull complete [2025-06-18T06:18:44.424Z] 8213a616a21b: Pull complete [2025-06-18T06:18:44.424Z] 985586143405: Pull complete [2025-06-18T06:18:46.963Z] 0eae2285b678: Pull complete [2025-06-18T06:18:46.963Z] d3ac315be8c5: Pull complete [2025-06-18T06:18:46.963Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-18T06:18:46.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-18T06:18:46.963Z] ---> ea6120ae94a0 [2025-06-18T06:18:46.963Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-18T06:18:51.164Z] ---> Running in 4416405db1f4 [2025-06-18T06:18:51.164Z] Removing intermediate container 4416405db1f4 [2025-06-18T06:18:51.164Z] ---> 541d91b7c25b [2025-06-18T06:18:51.164Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T06:18:51.164Z] ---> Running in b2d8bef08e18 [2025-06-18T06:18:51.164Z] Removing intermediate container b2d8bef08e18 [2025-06-18T06:18:51.164Z] ---> 0ed63e23b4b4 [2025-06-18T06:18:51.164Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T06:18:51.164Z] ---> Running in 52c25e3ef332 [2025-06-18T06:18:51.164Z] Removing intermediate container 52c25e3ef332 [2025-06-18T06:18:51.164Z] ---> 0d37e98fb8d9 [2025-06-18T06:18:51.164Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T06:18:51.164Z] ---> Running in 774ef6ea342a [2025-06-18T06:18:51.164Z] Removing intermediate container 774ef6ea342a [2025-06-18T06:18:51.164Z] ---> b89046700b34 [2025-06-18T06:18:51.164Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T06:18:51.164Z] ---> Running in 34910a22e26e [2025-06-18T06:18:51.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T06:18:53.711Z] Still waiting to schedule task [2025-06-18T06:18:53.711Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-18T06:18:54.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T06:18:54.718Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-18T06:18:54.718Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-18T06:18:54.718Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-18T06:18:54.718Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-18T06:18:54.718Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T06:18:54.718Z] OK: 252 MiB in 62 packages [2025-06-18T06:18:54.978Z] Removing intermediate container 34910a22e26e [2025-06-18T06:18:54.978Z] ---> 8093bb05f4ee [2025-06-18T06:18:54.978Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-18T06:18:54.978Z] ---> Running in 1ab02d0446fd [2025-06-18T06:18:55.236Z] Removing intermediate container 1ab02d0446fd [2025-06-18T06:18:55.236Z] ---> 3bd9f2e3c36c [2025-06-18T06:18:55.236Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-18T06:18:55.236Z] ---> 6a5fc2b574b1 [2025-06-18T06:18:55.236Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T06:18:55.236Z] ---> Running in 263e5cc3d01a [2025-06-18T06:20:02.950Z] Removing intermediate container 263e5cc3d01a [2025-06-18T06:20:02.950Z] ---> 60b3778a06cc [2025-06-18T06:20:02.950Z] Step 11/12 : COPY . . [2025-06-18T06:20:03.520Z] ---> 4541ea5b2e08 [2025-06-18T06:20:03.520Z] Step 12/12 : RUN $MAKE [2025-06-18T06:20:03.520Z] ---> Running in b096a12baed1 [2025-06-18T06:20:03.778Z] noop [2025-06-18T06:20:04.038Z] Removing intermediate container b096a12baed1 [2025-06-18T06:20:04.038Z] ---> f3bf0a39aa38 [2025-06-18T06:20:04.038Z] Successfully built f3bf0a39aa38 [2025-06-18T06:20:04.038Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:20:04.369Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-18T06:20:04.369Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:20:04.449Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:20:04.480Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-18T06:20:04.791Z] $ docker top f76d650725b3849b165a1c98f3245c5809d622e2b53d2412fb95d3a6db50de07 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:20:05.128Z] + go version [2025-06-18T06:20:05.128Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-18T06:20:05.146Z] $ docker stop --time=1 f76d650725b3849b165a1c98f3245c5809d622e2b53d2412fb95d3a6db50de07 [2025-06-18T06:20:06.413Z] $ docker rm -f --volumes f76d650725b3849b165a1c98f3245c5809d622e2b53d2412fb95d3a6db50de07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:20:06.849Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-18T06:20:06.850Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:20:06.926Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:20:06.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-18T06:20:07.292Z] $ docker top 824d7229e1a3e8244ffe3e803e624c2d5d5248737af75c91df9dc34bc2266ecc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:20:07.634Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-18T06:20:07.938Z] + make test [2025-06-18T06:20:07.938Z] go test ./... -coverprofile=coverage.out ./... [2025-06-18T06:20:09.312Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-18T06:20:27.415Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-18T06:20:27.415Z] ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 32.2% of statements [2025-06-18T06:20:30.651Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3501 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-06-18T06:20:30.666Z] Running in /w/workspace/device-rest-go/200 [Pipeline] { [Pipeline] checkout [2025-06-18T06:20:33.732Z] The recommended git tool is: git [2025-06-18T06:20:37.375Z] go vet ./... [2025-06-18T06:20:39.499Z] using credential edgex-jenkins-ssh [2025-06-18T06:20:39.519Z] Cloning the remote Git repository [2025-06-18T06:20:39.562Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-06-18T06:20:39.667Z] > git init /w/workspace/device-rest-go/200 # timeout=10 [2025-06-18T06:20:39.790Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-06-18T06:20:39.791Z] > git --version # timeout=10 [2025-06-18T06:20:39.811Z] > git --version # 'git version 2.25.1' [2025-06-18T06:20:39.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-18T06:20:39.947Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-18T06:20:41.557Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-18T06:20:41.557Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-18T06:20:41.557Z] ./bin/test-attribution-txt.sh [2025-06-18T06:20:41.557Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-18T06:20:41.557Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-18T06:20:41.567Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-18T06:20:41.589Z] $ docker stop --time=1 824d7229e1a3e8244ffe3e803e624c2d5d5248737af75c91df9dc34bc2266ecc [2025-06-18T06:20:44.601Z] Avoid second fetch [2025-06-18T06:20:44.602Z] Checking out Revision 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 (main) [2025-06-18T06:20:43.733Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-06-18T06:20:43.753Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-18T06:20:44.622Z] > git config core.sparsecheckout # timeout=10 [2025-06-18T06:20:44.680Z] > git checkout -f 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 # timeout=10 [2025-06-18T06:20:45.206Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#472)" [2025-06-18T06:20:46.114Z] $ docker rm -f --volumes 824d7229e1a3e8244ffe3e803e624c2d5d5248737af75c91df9dc34bc2266ecc [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-18T06:20:46.664Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-18T06:20:46.718Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-18T06:20:47.263Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-18T06:20:47.552Z] + ls -al . [2025-06-18T06:20:47.552Z] total 244 [2025-06-18T06:20:47.552Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 18 06:20 . [2025-06-18T06:20:47.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 06:18 .. [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 18 06:18 .dockerignore [2025-06-18T06:20:47.552Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 06:20 .git [2025-06-18T06:20:47.552Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:18 .github [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 18 06:18 .gitignore [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 18 06:18 .golangci.yml [2025-06-18T06:20:47.552Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 18 06:18 .semver [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 18 06:18 Attribution.txt [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 18 06:18 CHANGELOG.md [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 18 06:18 Dockerfile [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 18 06:18 GOVERNANCE.md [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 18 06:18 Jenkinsfile [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 06:18 LICENSE [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 18 06:18 Makefile [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 18 06:18 OWNERS.md [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 18 06:18 README.md [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 06:18 VERSION [2025-06-18T06:20:47.552Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:18 bin [2025-06-18T06:20:47.552Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:18 cmd [2025-06-18T06:20:47.552Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 18 06:20 coverage.out [2025-06-18T06:20:47.552Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:18 driver [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 18 06:18 go.mod [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 18 06:18 go.sum [2025-06-18T06:20:47.552Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:18 openapi [2025-06-18T06:20:47.552Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 18 06:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:20:47.879Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-06-18T06:20:47.879Z] Sending build context to Docker daemon 21.63MB [2025-06-18T06:20:47.879Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T06:20:47.879Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-18T06:20:47.879Z] ---> f3bf0a39aa38 [2025-06-18T06:20:47.879Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-18T06:20:48.446Z] ---> Running in 4d7ce53788fa [2025-06-18T06:20:48.447Z] Removing intermediate container 4d7ce53788fa [2025-06-18T06:20:48.447Z] ---> f1f322ff0cf3 [2025-06-18T06:20:48.447Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T06:20:48.447Z] ---> Running in 427007ef3d1d [2025-06-18T06:20:48.447Z] Removing intermediate container 427007ef3d1d [2025-06-18T06:20:48.447Z] ---> e91ea2b351d1 [2025-06-18T06:20:48.447Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T06:20:48.447Z] ---> Running in 173eae5c3e39 [2025-06-18T06:20:48.447Z] Removing intermediate container 173eae5c3e39 [2025-06-18T06:20:48.447Z] ---> 7acadc351080 [2025-06-18T06:20:48.447Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T06:20:48.447Z] ---> Running in cd04b13f946c [2025-06-18T06:20:48.707Z] Removing intermediate container cd04b13f946c [2025-06-18T06:20:48.707Z] ---> 9a79dff9ed54 [2025-06-18T06:20:48.707Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T06:20:48.707Z] ---> Running in 2cc8146a814c [2025-06-18T06:20:48.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T06:20:48.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T06:20:49.535Z] OK: 252 MiB in 62 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-18T06:20:49.794Z] Removing intermediate container 2cc8146a814c [2025-06-18T06:20:49.794Z] ---> fd12cbc515dd [2025-06-18T06:20:49.794Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-18T06:20:49.794Z] ---> Running in ca291b0347bd [2025-06-18T06:20:49.794Z] Removing intermediate container ca291b0347bd [2025-06-18T06:20:49.794Z] ---> 239f066a1a64 [2025-06-18T06:20:49.794Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-18T06:20:49.794Z] ---> ca2dc6ba0986 [2025-06-18T06:20:49.794Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T06:20:49.794Z] ---> Running in d54ae17a3a32 [2025-06-18T06:20:50.164Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-18T06:20:50.164Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-18T06:20:50.164Z] Dload Upload Total Spent Left Speed [2025-06-18T06:20:50.164Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 84 13063 84 11015 0 0 72947 0 --:--:-- --:--:-- --:--:-- 72467 100 13063 100 13063 0 0 85379 0 --:--:-- --:--:-- --:--:-- 84824 [Pipeline] sh [2025-06-18T06:20:50.523Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-18T06:20:50.731Z] Removing intermediate container d54ae17a3a32 [2025-06-18T06:20:50.731Z] ---> ee640678c054 [2025-06-18T06:20:50.731Z] Step 11/26 : COPY . . [2025-06-18T06:20:50.854Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-18T06:20:50.854Z] + sudo tee /etc/docker/daemon.new [2025-06-18T06:20:50.854Z] { [2025-06-18T06:20:50.854Z] "registry-mirrors": [ [2025-06-18T06:20:50.854Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-18T06:20:50.854Z] ], [2025-06-18T06:20:50.854Z] "bip": "10.250.0.254/24", [2025-06-18T06:20:50.854Z] "hosts": [ [2025-06-18T06:20:50.854Z] "tcp://0.0.0.0:5555", [2025-06-18T06:20:50.854Z] "unix:///var/run/docker.sock" [2025-06-18T06:20:50.854Z] ], [2025-06-18T06:20:50.854Z] "mtu": 1458, [2025-06-18T06:20:50.854Z] "selinux-enabled": true, [2025-06-18T06:20:50.854Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-18T06:20:50.854Z] } [Pipeline] sh [2025-06-18T06:20:50.990Z] ---> 0e35d2257e2a [2025-06-18T06:20:50.990Z] Step 12/26 : RUN $MAKE [2025-06-18T06:20:50.990Z] ---> Running in fca4d709081e [2025-06-18T06:20:51.183Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-18T06:20:51.248Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-18T06:20:51.517Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:21:09.775Z] provisioning config files... [2025-06-18T06:21:09.797Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/200@tmp/config9741658879418421743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:21:10.253Z] ---> ****-login.sh [2025-06-18T06:21:10.253Z] nexus3.edgexfoundry.org:10001 [2025-06-18T06:21:10.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:11.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:11.107Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:11.107Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:11.107Z] [2025-06-18T06:21:11.107Z] Login Succeeded [2025-06-18T06:21:11.107Z] nexus3.edgexfoundry.org:10002 [2025-06-18T06:21:11.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:11.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:11.375Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:11.375Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:11.375Z] [2025-06-18T06:21:11.375Z] Login Succeeded [2025-06-18T06:21:11.375Z] nexus3.edgexfoundry.org:10003 [2025-06-18T06:21:11.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:11.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:11.641Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:11.641Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:11.641Z] [2025-06-18T06:21:11.641Z] Login Succeeded [2025-06-18T06:21:11.641Z] nexus3.edgexfoundry.org:10004 [2025-06-18T06:21:11.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:11.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:11.909Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:11.909Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:11.909Z] [2025-06-18T06:21:11.909Z] Login Succeeded [2025-06-18T06:21:11.909Z] ****.io [2025-06-18T06:21:12.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:12.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:12.445Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:12.445Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:12.445Z] [2025-06-18T06:21:12.445Z] Login Succeeded [2025-06-18T06:21:12.445Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T06:21:12.459Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-18T06:21:12.798Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T06:21:12.824Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T06:21:12.846Z] ========================================================= [2025-06-18T06:21:12.846Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-18T06:21:12.846Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:13.217Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-18T06:21:13.217Z] Sending build context to Docker daemon 141.8kB [2025-06-18T06:21:13.484Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T06:21:13.484Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-18T06:21:13.754Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-18T06:21:13.754Z] 94e9d8af2201: Pulling fs layer [2025-06-18T06:21:13.754Z] a6c56e8762df: Pulling fs layer [2025-06-18T06:21:13.754Z] f0f3c8884826: Pulling fs layer [2025-06-18T06:21:13.754Z] c7e7622c144d: Pulling fs layer [2025-06-18T06:21:13.754Z] 4f4fb700ef54: Pulling fs layer [2025-06-18T06:21:13.754Z] e8859aadc426: Pulling fs layer [2025-06-18T06:21:13.754Z] b4813487a9f6: Pulling fs layer [2025-06-18T06:21:13.754Z] 502a3d64fb4b: Pulling fs layer [2025-06-18T06:21:13.754Z] c7e7622c144d: Waiting [2025-06-18T06:21:13.754Z] 4f4fb700ef54: Waiting [2025-06-18T06:21:13.754Z] e8859aadc426: Waiting [2025-06-18T06:21:13.754Z] 502a3d64fb4b: Waiting [2025-06-18T06:21:13.754Z] b4813487a9f6: Waiting [2025-06-18T06:21:13.754Z] a6c56e8762df: Verifying Checksum [2025-06-18T06:21:13.754Z] a6c56e8762df: Download complete [2025-06-18T06:21:13.754Z] c7e7622c144d: Download complete [2025-06-18T06:21:13.754Z] 4f4fb700ef54: Download complete [2025-06-18T06:21:13.754Z] e8859aadc426: Verifying Checksum [2025-06-18T06:21:13.754Z] e8859aadc426: Download complete [2025-06-18T06:21:13.754Z] 94e9d8af2201: Download complete [2025-06-18T06:21:14.342Z] 502a3d64fb4b: Verifying Checksum [2025-06-18T06:21:14.342Z] 502a3d64fb4b: Download complete [2025-06-18T06:21:14.610Z] 94e9d8af2201: Pull complete [2025-06-18T06:21:15.212Z] a6c56e8762df: Pull complete [2025-06-18T06:21:15.800Z] f0f3c8884826: Verifying Checksum [2025-06-18T06:21:15.800Z] f0f3c8884826: Download complete [2025-06-18T06:21:16.388Z] b4813487a9f6: Verifying Checksum [2025-06-18T06:21:16.388Z] b4813487a9f6: Download complete [2025-06-18T06:21:23.325Z] Removing intermediate container fca4d709081e [2025-06-18T06:21:23.325Z] ---> 55d249e48576 [2025-06-18T06:21:23.325Z] Step 13/26 : FROM alpine:3.20 [2025-06-18T06:21:23.325Z] 3.20: Pulling from library/alpine [2025-06-18T06:21:23.325Z] 0a9a5dfd008f: Already exists [2025-06-18T06:21:23.325Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-18T06:21:23.325Z] Status: Downloaded newer image for alpine:3.20 [2025-06-18T06:21:23.325Z] ---> ff221270b9fb [2025-06-18T06:21:23.325Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-18T06:21:23.325Z] ---> Running in 471449a7694d [2025-06-18T06:21:23.325Z] Removing intermediate container 471449a7694d [2025-06-18T06:21:23.325Z] ---> d9c48edcae41 [2025-06-18T06:21:23.325Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-18T06:21:23.325Z] ---> Running in 7a2810540785 [2025-06-18T06:21:23.325Z] Removing intermediate container 7a2810540785 [2025-06-18T06:21:23.325Z] ---> 552a0b9b2b85 [2025-06-18T06:21:23.325Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-18T06:21:23.325Z] ---> Running in 84d4f1cce73b [2025-06-18T06:21:23.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T06:21:23.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T06:21:23.325Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-18T06:21:23.325Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T06:21:23.325Z] OK: 8 MiB in 15 packages [2025-06-18T06:21:23.325Z] Removing intermediate container 84d4f1cce73b [2025-06-18T06:21:23.325Z] ---> 201ab19293b5 [2025-06-18T06:21:23.325Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-18T06:21:23.325Z] ---> Running in e33857a0f5ce [2025-06-18T06:21:23.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-18T06:21:23.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-18T06:21:23.325Z] OK: 8 MiB in 15 packages [2025-06-18T06:21:23.584Z] Removing intermediate container e33857a0f5ce [2025-06-18T06:21:23.584Z] ---> 9cc961a260ec [2025-06-18T06:21:23.584Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-18T06:21:24.520Z] ---> e928cd928c6b [2025-06-18T06:21:24.520Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-18T06:21:24.779Z] ---> 6908be09b5ae [2025-06-18T06:21:24.779Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-18T06:21:24.779Z] ---> f1acb658b5e6 [2025-06-18T06:21:24.779Z] Step 21/26 : EXPOSE 59986 [2025-06-18T06:21:24.779Z] ---> Running in c3e3958cef58 [2025-06-18T06:21:24.779Z] Removing intermediate container c3e3958cef58 [2025-06-18T06:21:24.779Z] ---> d78f19c791d8 [2025-06-18T06:21:24.779Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-18T06:21:25.038Z] ---> Running in 3819ec54ac09 [2025-06-18T06:21:25.038Z] Removing intermediate container 3819ec54ac09 [2025-06-18T06:21:25.038Z] ---> da267b6b9ea4 [2025-06-18T06:21:25.038Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-18T06:21:25.038Z] ---> Running in 8f6561738d12 [2025-06-18T06:21:25.038Z] Removing intermediate container 8f6561738d12 [2025-06-18T06:21:25.038Z] ---> 22946618f359 [2025-06-18T06:21:25.038Z] Step 24/26 : LABEL arch=amd64 [2025-06-18T06:21:25.038Z] ---> Running in 744105d2d9d7 [2025-06-18T06:21:25.297Z] Removing intermediate container 744105d2d9d7 [2025-06-18T06:21:25.297Z] ---> 3d76b9395586 [2025-06-18T06:21:25.297Z] Step 25/26 : LABEL git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:21:25.297Z] ---> Running in f24461b0b526 [2025-06-18T06:21:25.297Z] Removing intermediate container f24461b0b526 [2025-06-18T06:21:25.297Z] ---> 8879853e3405 [2025-06-18T06:21:25.297Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-18T06:21:25.297Z] ---> Running in 404c5d2437f9 [2025-06-18T06:21:25.297Z] Removing intermediate container 404c5d2437f9 [2025-06-18T06:21:25.297Z] ---> 7af1c8ccc299 [2025-06-18T06:21:25.297Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-18T06:21:25.297Z] Successfully built 7af1c8ccc299 [2025-06-18T06:21:25.297Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:21:25.436Z] provisioning config files... [2025-06-18T06:21:25.446Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11919514580651517004tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:21:25.749Z] ---> ****-login.sh [2025-06-18T06:21:25.749Z] nexus3.edgexfoundry.org:10001 [2025-06-18T06:21:25.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:25.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:25.750Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:25.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:25.750Z] [2025-06-18T06:21:25.750Z] Login Succeeded [2025-06-18T06:21:25.750Z] nexus3.edgexfoundry.org:10002 [2025-06-18T06:21:25.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:25.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:25.750Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:25.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:25.750Z] [2025-06-18T06:21:25.750Z] Login Succeeded [2025-06-18T06:21:25.750Z] nexus3.edgexfoundry.org:10003 [2025-06-18T06:21:26.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:26.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:26.010Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:26.010Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:26.010Z] [2025-06-18T06:21:26.010Z] Login Succeeded [2025-06-18T06:21:26.010Z] nexus3.edgexfoundry.org:10004 [2025-06-18T06:21:26.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:26.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:26.010Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:26.010Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:26.010Z] [2025-06-18T06:21:26.010Z] Login Succeeded [2025-06-18T06:21:26.010Z] ****.io [2025-06-18T06:21:26.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:21:26.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:21:26.268Z] Configure a credential helper to remove this warning. See [2025-06-18T06:21:26.268Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:21:26.268Z] [2025-06-18T06:21:26.268Z] Login Succeeded [2025-06-18T06:21:26.268Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T06:21:26.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T06:21:26.323Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T06:21:26.358Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-06-18T06:21:26.358Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:21:26.358Z] latest [2025-06-18T06:21:26.358Z] 4.1.0-dev.2 [2025-06-18T06:21:26.358Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:21:26.358Z] main [2025-06-18T06:21:26.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:26.710Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:27.033Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:21:27.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T06:21:27.033Z] b4e0f186a46c: Preparing [2025-06-18T06:21:27.033Z] b11069fd88e2: Preparing [2025-06-18T06:21:27.033Z] 240fadd149b3: Preparing [2025-06-18T06:21:27.033Z] 13a951d77039: Preparing [2025-06-18T06:21:27.033Z] 4d0ee9fb920f: Preparing [2025-06-18T06:21:27.033Z] 994456c4fd7b: Preparing [2025-06-18T06:21:27.033Z] 994456c4fd7b: Waiting [2025-06-18T06:21:27.033Z] 13a951d77039: Pushed [2025-06-18T06:21:27.033Z] 4d0ee9fb920f: Pushed [2025-06-18T06:21:27.033Z] b11069fd88e2: Pushed [2025-06-18T06:21:27.033Z] b4e0f186a46c: Pushed [2025-06-18T06:21:27.033Z] 994456c4fd7b: Layer already exists [2025-06-18T06:21:30.325Z] 240fadd149b3: Pushed [2025-06-18T06:21:30.325Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:30.652Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:30.975Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T06:21:30.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T06:21:30.975Z] b4e0f186a46c: Preparing [2025-06-18T06:21:30.975Z] b11069fd88e2: Preparing [2025-06-18T06:21:30.975Z] 240fadd149b3: Preparing [2025-06-18T06:21:30.975Z] 13a951d77039: Preparing [2025-06-18T06:21:30.975Z] 4d0ee9fb920f: Preparing [2025-06-18T06:21:30.975Z] 994456c4fd7b: Preparing [2025-06-18T06:21:30.975Z] 994456c4fd7b: Waiting [2025-06-18T06:21:30.975Z] 240fadd149b3: Layer already exists [2025-06-18T06:21:30.975Z] b11069fd88e2: Layer already exists [2025-06-18T06:21:30.975Z] b4e0f186a46c: Layer already exists [2025-06-18T06:21:30.975Z] 4d0ee9fb920f: Layer already exists [2025-06-18T06:21:30.975Z] 13a951d77039: Layer already exists [2025-06-18T06:21:30.975Z] 994456c4fd7b: Layer already exists [2025-06-18T06:21:30.975Z] latest: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:31.307Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:31.406Z] f0f3c8884826: Pull complete [2025-06-18T06:21:31.406Z] c7e7622c144d: Pull complete [2025-06-18T06:21:31.406Z] 4f4fb700ef54: Pull complete [2025-06-18T06:21:31.406Z] e8859aadc426: Pull complete [2025-06-18T06:21:31.640Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T06:21:31.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T06:21:31.640Z] b4e0f186a46c: Preparing [2025-06-18T06:21:31.640Z] b11069fd88e2: Preparing [2025-06-18T06:21:31.640Z] 240fadd149b3: Preparing [2025-06-18T06:21:31.640Z] 13a951d77039: Preparing [2025-06-18T06:21:31.640Z] 4d0ee9fb920f: Preparing [2025-06-18T06:21:31.640Z] 994456c4fd7b: Preparing [2025-06-18T06:21:31.640Z] 4d0ee9fb920f: Layer already exists [2025-06-18T06:21:31.640Z] 240fadd149b3: Layer already exists [2025-06-18T06:21:31.640Z] b4e0f186a46c: Layer already exists [2025-06-18T06:21:31.640Z] b11069fd88e2: Layer already exists [2025-06-18T06:21:31.640Z] 13a951d77039: Layer already exists [2025-06-18T06:21:31.640Z] 994456c4fd7b: Layer already exists [2025-06-18T06:21:31.640Z] 4.1.0-dev.2: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:31.974Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:32.305Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:21:32.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T06:21:32.305Z] b4e0f186a46c: Preparing [2025-06-18T06:21:32.305Z] b11069fd88e2: Preparing [2025-06-18T06:21:32.305Z] 240fadd149b3: Preparing [2025-06-18T06:21:32.305Z] 13a951d77039: Preparing [2025-06-18T06:21:32.305Z] 4d0ee9fb920f: Preparing [2025-06-18T06:21:32.305Z] 994456c4fd7b: Preparing [2025-06-18T06:21:32.305Z] 4d0ee9fb920f: Layer already exists [2025-06-18T06:21:32.305Z] 13a951d77039: Layer already exists [2025-06-18T06:21:32.305Z] b11069fd88e2: Layer already exists [2025-06-18T06:21:32.305Z] b4e0f186a46c: Layer already exists [2025-06-18T06:21:32.305Z] 240fadd149b3: Layer already exists [2025-06-18T06:21:32.305Z] 994456c4fd7b: Layer already exists [2025-06-18T06:21:32.305Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:32.639Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:21:32.974Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-18T06:21:32.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-18T06:21:32.974Z] b4e0f186a46c: Preparing [2025-06-18T06:21:32.974Z] b11069fd88e2: Preparing [2025-06-18T06:21:32.974Z] 240fadd149b3: Preparing [2025-06-18T06:21:32.974Z] 13a951d77039: Preparing [2025-06-18T06:21:32.974Z] 4d0ee9fb920f: Preparing [2025-06-18T06:21:32.974Z] 994456c4fd7b: Preparing [2025-06-18T06:21:32.974Z] 4d0ee9fb920f: Layer already exists [2025-06-18T06:21:32.974Z] 240fadd149b3: Layer already exists [2025-06-18T06:21:32.974Z] 13a951d77039: Layer already exists [2025-06-18T06:21:32.974Z] b11069fd88e2: Layer already exists [2025-06-18T06:21:32.974Z] b4e0f186a46c: Layer already exists [2025-06-18T06:21:32.974Z] 994456c4fd7b: Layer already exists [2025-06-18T06:21:32.974Z] main: digest: sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T06:21:33.053Z] ===================================================== [Pipeline] echo [2025-06-18T06:21:33.072Z] taggedImages: [2025-06-18T06:21:33.072Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:21:33.072Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T06:21:33.072Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T06:21:33.072Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:21:33.072Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-06-18T06:21:33.119Z] ========================================================= [2025-06-18T06:21:33.119Z] [edgeXBuildMultiArch] RAW Config: [2025-06-18T06:21:33.119Z] images: [2025-06-18T06:21:33.119Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:21:33.119Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T06:21:33.119Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T06:21:33.119Z] - nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:21:33.119Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-18T06:21:33.119Z] settingsFile: [2025-06-18T06:21:33.119Z] device-rest-go-settings [2025-06-18T06:21:33.119Z] ========================================================= [Pipeline] node [2025-06-18T06:21:39.628Z] b4813487a9f6: Pull complete [2025-06-18T06:21:40.593Z] 502a3d64fb4b: Pull complete [2025-06-18T06:21:40.861Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-18T06:21:40.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-18T06:21:40.861Z] ---> 3bb21d53e231 [2025-06-18T06:21:40.861Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-18T06:21:41.833Z] ---> Running in 9f99772896f4 [2025-06-18T06:21:42.101Z] Removing intermediate container 9f99772896f4 [2025-06-18T06:21:42.101Z] ---> 055b305578ca [2025-06-18T06:21:42.101Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T06:21:42.101Z] ---> Running in cd11506f1965 [2025-06-18T06:21:42.373Z] Removing intermediate container cd11506f1965 [2025-06-18T06:21:42.373Z] ---> db67aff85181 [2025-06-18T06:21:42.373Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T06:21:42.640Z] ---> Running in d7daac41fa47 [2025-06-18T06:21:42.908Z] Removing intermediate container d7daac41fa47 [2025-06-18T06:21:42.908Z] ---> ecd1099398b4 [2025-06-18T06:21:42.908Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T06:21:42.908Z] ---> Running in e23df382e78e [2025-06-18T06:21:43.178Z] Removing intermediate container e23df382e78e [2025-06-18T06:21:43.178Z] ---> 355dc2885d11 [2025-06-18T06:21:43.178Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T06:21:43.178Z] ---> Running in 927f3a38b692 [2025-06-18T06:21:44.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T06:21:44.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T06:21:46.265Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-18T06:21:46.265Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-18T06:21:46.265Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-18T06:21:46.265Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-18T06:21:46.265Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T06:21:46.265Z] OK: 244 MiB in 62 packages [2025-06-18T06:21:47.228Z] Removing intermediate container 927f3a38b692 [2025-06-18T06:21:47.228Z] ---> cbfca48500d8 [2025-06-18T06:21:47.228Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-18T06:21:47.228Z] ---> Running in fcc4e0837bfb [2025-06-18T06:21:47.498Z] Removing intermediate container fcc4e0837bfb [2025-06-18T06:21:47.498Z] ---> 414dc30f448b [2025-06-18T06:21:47.498Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-18T06:21:48.084Z] ---> 7b3d88220d86 [2025-06-18T06:21:48.084Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T06:21:48.084Z] ---> Running in e6244f3bd0e3 [2025-06-18T06:21:48.122Z] Still waiting to schedule task [2025-06-18T06:21:48.122Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-18T06:22:25.733Z] Running on prd-centos7-docker-4c-2g-3502 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:22:25.784Z] provisioning config files... [2025-06-18T06:22:25.860Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11362681748983500022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:22:29.868Z] ---> ****-login.sh [2025-06-18T06:22:29.868Z] nexus3.edgexfoundry.org:10001 [2025-06-18T06:22:29.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:22:29.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:22:29.868Z] Configure a credential helper to remove this warning. See [2025-06-18T06:22:29.868Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:22:29.868Z] [2025-06-18T06:22:29.868Z] Login Succeeded [2025-06-18T06:22:29.868Z] nexus3.edgexfoundry.org:10002 [2025-06-18T06:22:30.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:22:30.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:22:30.128Z] Configure a credential helper to remove this warning. See [2025-06-18T06:22:30.128Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:22:30.128Z] [2025-06-18T06:22:30.128Z] Login Succeeded [2025-06-18T06:22:30.128Z] nexus3.edgexfoundry.org:10003 [2025-06-18T06:22:30.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:22:30.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:22:30.128Z] Configure a credential helper to remove this warning. See [2025-06-18T06:22:30.128Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:22:30.128Z] [2025-06-18T06:22:30.128Z] Login Succeeded [2025-06-18T06:22:30.128Z] nexus3.edgexfoundry.org:10004 [2025-06-18T06:22:30.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:22:30.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:22:30.388Z] Configure a credential helper to remove this warning. See [2025-06-18T06:22:30.388Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:22:30.388Z] [2025-06-18T06:22:30.388Z] Login Succeeded [2025-06-18T06:22:30.388Z] ****.io [2025-06-18T06:22:30.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:22:30.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:22:30.402Z] Configure a credential helper to remove this warning. See [2025-06-18T06:22:30.402Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:22:30.402Z] [2025-06-18T06:22:30.402Z] Login Succeeded [2025-06-18T06:22:30.402Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T06:22:30.403Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-18T06:22:30.776Z] + docker buildx ls [2025-06-18T06:22:31.038Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-18T06:22:31.038Z] default * docker [2025-06-18T06:22:31.038Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-18T06:22:31.335Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-18T06:22:31.335Z] edgex-builder [Pipeline] sh [2025-06-18T06:22:31.633Z] + docker buildx inspect --bootstrap [2025-06-18T06:22:31.634Z] #1 [internal] booting buildkit [2025-06-18T06:22:31.634Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-18T06:22:34.976Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-06-18T06:22:34.976Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-18T06:22:36.374Z] #1 creating container buildx_buildkit_edgex-builder0 2.2s done [2025-06-18T06:22:36.374Z] #1 DONE 5.1s [2025-06-18T06:22:36.374Z] Name: edgex-builder [2025-06-18T06:22:36.374Z] Driver: docker-container [2025-06-18T06:22:36.374Z] [2025-06-18T06:22:36.374Z] Nodes: [2025-06-18T06:22:36.374Z] Name: edgex-builder0 [2025-06-18T06:22:36.374Z] Endpoint: unix:///var/run/docker.sock [2025-06-18T06:22:36.374Z] Status: running [2025-06-18T06:22:36.374Z] Buildkit: v0.22.0 [2025-06-18T06:22:36.374Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-18T06:22:36.672Z] + docker buildx ls [2025-06-18T06:22:36.672Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-18T06:22:36.672Z] edgex-builder * docker-container [2025-06-18T06:22:36.672Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-18T06:22:36.672Z] default docker [2025-06-18T06:22:36.672Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-18T06:22:36.964Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5' [2025-06-18T06:22:36.964Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --push - [2025-06-18T06:22:36.964Z] #1 [internal] load build definition from Dockerfile [2025-06-18T06:22:36.964Z] #1 transferring dockerfile: 196B done [2025-06-18T06:22:36.964Z] #1 DONE 0.0s [2025-06-18T06:22:36.964Z] [2025-06-18T06:22:36.964Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:22:36.964Z] #2 DONE 0.1s [2025-06-18T06:22:36.964Z] [2025-06-18T06:22:36.964Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:22:37.224Z] #3 DONE 0.1s [2025-06-18T06:22:37.224Z] [2025-06-18T06:22:37.224Z] #4 [internal] load .dockerignore [2025-06-18T06:22:37.224Z] #4 transferring context: 2B done [2025-06-18T06:22:37.224Z] #4 DONE 0.0s [2025-06-18T06:22:37.224Z] [2025-06-18T06:22:37.224Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:37.224Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done [2025-06-18T06:22:37.224Z] #5 DONE 0.0s [2025-06-18T06:22:37.224Z] [2025-06-18T06:22:37.224Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:37.224Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done [2025-06-18T06:22:37.224Z] #6 DONE 0.1s [2025-06-18T06:22:37.224Z] [2025-06-18T06:22:37.224Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-18T06:22:37.224Z] #7 DONE 0.0s [2025-06-18T06:22:37.224Z] [2025-06-18T06:22:37.224Z] #8 exporting to image [2025-06-18T06:22:37.224Z] #8 exporting layers done [2025-06-18T06:22:37.224Z] #8 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 0.0s done [2025-06-18T06:22:37.224Z] #8 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done [2025-06-18T06:22:37.224Z] #8 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done [2025-06-18T06:22:37.224Z] #8 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done [2025-06-18T06:22:37.224Z] #8 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done [2025-06-18T06:22:37.224Z] #8 pushing layers 0.1s done [2025-06-18T06:22:37.224Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e [2025-06-18T06:22:37.224Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-18T06:22:37.484Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done [2025-06-18T06:22:37.484Z] #8 DONE 0.2s [2025-06-18T06:22:37.484Z] [2025-06-18T06:22:37.484Z] 1 warning found (use --debug to expand): [2025-06-18T06:22:37.484Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-18T06:22:37.774Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-06-18T06:22:37.774Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-06-18T06:22:37.774Z] #1 [internal] load build definition from Dockerfile [2025-06-18T06:22:37.774Z] #1 transferring dockerfile: 162B done [2025-06-18T06:22:37.774Z] #1 DONE 0.0s [2025-06-18T06:22:37.774Z] [2025-06-18T06:22:37.774Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T06:22:37.774Z] #2 DONE 0.0s [2025-06-18T06:22:37.774Z] [2025-06-18T06:22:37.774Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-18T06:22:37.774Z] #3 DONE 0.0s [2025-06-18T06:22:37.774Z] [2025-06-18T06:22:37.774Z] #4 [internal] load .dockerignore [2025-06-18T06:22:37.774Z] #4 transferring context: 2B done [2025-06-18T06:22:37.774Z] #4 DONE 0.0s [2025-06-18T06:22:37.774Z] [2025-06-18T06:22:37.774Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:37.774Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done [2025-06-18T06:22:37.774Z] #5 CACHED [2025-06-18T06:22:37.774Z] [2025-06-18T06:22:37.774Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:37.774Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done [2025-06-18T06:22:37.774Z] #6 CACHED [2025-06-18T06:22:37.774Z] [2025-06-18T06:22:37.774Z] #7 exporting to image [2025-06-18T06:22:37.774Z] #7 exporting layers [2025-06-18T06:22:37.774Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-18T06:22:38.033Z] #7 exporting layers done [2025-06-18T06:22:38.033Z] #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 done [2025-06-18T06:22:38.033Z] #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done [2025-06-18T06:22:38.033Z] #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done [2025-06-18T06:22:38.033Z] #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done [2025-06-18T06:22:38.033Z] #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done [2025-06-18T06:22:38.033Z] #7 pushing layers 0.0s done [2025-06-18T06:22:38.033Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done [2025-06-18T06:22:38.033Z] #7 DONE 0.1s [2025-06-18T06:22:38.033Z] [2025-06-18T06:22:38.033Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-18T06:22:38.033Z] #8 DONE 0.0s [2025-06-18T06:22:38.033Z] [2025-06-18T06:22:38.033Z] 1 warning found (use --debug to expand): [2025-06-18T06:22:38.033Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-18T06:22:38.323Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2' [2025-06-18T06:22:38.323Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 --push - [2025-06-18T06:22:38.323Z] #1 [internal] load build definition from Dockerfile [2025-06-18T06:22:38.323Z] #1 transferring dockerfile: 167B done [2025-06-18T06:22:38.323Z] #1 DONE 0.0s [2025-06-18T06:22:38.323Z] [2025-06-18T06:22:38.323Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T06:22:38.323Z] #2 DONE 0.0s [2025-06-18T06:22:38.323Z] [2025-06-18T06:22:38.323Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-18T06:22:38.323Z] #3 DONE 0.0s [2025-06-18T06:22:38.323Z] [2025-06-18T06:22:38.323Z] #4 [internal] load .dockerignore [2025-06-18T06:22:38.323Z] #4 transferring context: 2B done [2025-06-18T06:22:38.323Z] #4 DONE 0.0s [2025-06-18T06:22:38.323Z] [2025-06-18T06:22:38.323Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:38.323Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c done [2025-06-18T06:22:38.323Z] #5 CACHED [2025-06-18T06:22:38.323Z] [2025-06-18T06:22:38.323Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:38.323Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c done [2025-06-18T06:22:38.323Z] #6 CACHED [2025-06-18T06:22:38.323Z] [2025-06-18T06:22:38.323Z] #7 exporting to image [2025-06-18T06:22:38.323Z] #7 exporting layers done [2025-06-18T06:22:38.323Z] #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 done [2025-06-18T06:22:38.323Z] #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done [2025-06-18T06:22:38.323Z] #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done [2025-06-18T06:22:38.323Z] #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d [2025-06-18T06:22:38.323Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-18T06:22:38.582Z] #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done [2025-06-18T06:22:38.582Z] #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done [2025-06-18T06:22:38.582Z] #7 pushing layers 0.0s done [2025-06-18T06:22:38.582Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done [2025-06-18T06:22:38.582Z] #7 DONE 0.1s [2025-06-18T06:22:38.582Z] [2025-06-18T06:22:38.582Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-18T06:22:38.582Z] #8 DONE 0.0s [2025-06-18T06:22:38.582Z] [2025-06-18T06:22:38.582Z] 1 warning found (use --debug to expand): [2025-06-18T06:22:38.582Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-18T06:22:38.872Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 --push - [2025-06-18T06:22:38.872Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2' [2025-06-18T06:22:38.872Z] #1 [internal] load build definition from Dockerfile [2025-06-18T06:22:38.872Z] #1 transferring dockerfile: 208B done [2025-06-18T06:22:38.872Z] #1 DONE 0.0s [2025-06-18T06:22:38.872Z] [2025-06-18T06:22:38.872Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:22:38.872Z] #2 DONE 0.0s [2025-06-18T06:22:38.872Z] [2025-06-18T06:22:38.872Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:22:38.873Z] #3 DONE 0.0s [2025-06-18T06:22:38.873Z] [2025-06-18T06:22:38.873Z] #4 [internal] load .dockerignore [2025-06-18T06:22:38.873Z] #4 transferring context: 2B done [2025-06-18T06:22:38.873Z] #4 DONE 0.0s [2025-06-18T06:22:38.873Z] [2025-06-18T06:22:38.873Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:38.873Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done [2025-06-18T06:22:38.873Z] #5 CACHED [2025-06-18T06:22:38.873Z] [2025-06-18T06:22:38.873Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:38.873Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.0s done [2025-06-18T06:22:38.873Z] #6 CACHED [2025-06-18T06:22:38.873Z] [2025-06-18T06:22:38.873Z] #7 exporting to image [2025-06-18T06:22:38.873Z] #7 exporting layers done [2025-06-18T06:22:38.873Z] #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 done [2025-06-18T06:22:38.873Z] #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e done [2025-06-18T06:22:38.873Z] #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 done [2025-06-18T06:22:38.873Z] #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d done [2025-06-18T06:22:38.873Z] #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e done [2025-06-18T06:22:38.873Z] #7 pushing layers 0.0s done [2025-06-18T06:22:38.873Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e [2025-06-18T06:22:38.873Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-18T06:22:39.132Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done [2025-06-18T06:22:39.132Z] #7 DONE 0.1s [2025-06-18T06:22:39.132Z] [2025-06-18T06:22:39.132Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-18T06:22:39.132Z] #8 DONE 0.0s [2025-06-18T06:22:39.132Z] [2025-06-18T06:22:39.132Z] 1 warning found (use --debug to expand): [2025-06-18T06:22:39.132Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-18T06:22:39.430Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-06-18T06:22:39.431Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-06-18T06:22:39.690Z] #1 [internal] load build definition from Dockerfile [2025-06-18T06:22:39.690Z] #1 transferring dockerfile: [2025-06-18T06:22:39.690Z] #1 transferring dockerfile: 160B done [2025-06-18T06:22:39.690Z] #1 DONE 0.2s [2025-06-18T06:22:39.690Z] [2025-06-18T06:22:39.690Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-18T06:22:39.951Z] #2 DONE 0.2s [2025-06-18T06:22:39.951Z] [2025-06-18T06:22:39.951Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-18T06:22:39.951Z] #3 DONE 0.1s [2025-06-18T06:22:39.951Z] [2025-06-18T06:22:39.951Z] #4 [internal] load .dockerignore [2025-06-18T06:22:40.227Z] #4 transferring context: 2B done [2025-06-18T06:22:40.227Z] #4 DONE 0.4s [2025-06-18T06:22:40.227Z] [2025-06-18T06:22:40.227Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:40.228Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:40.485Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.3s done [2025-06-18T06:22:40.745Z] #5 CACHED [2025-06-18T06:22:40.745Z] [2025-06-18T06:22:40.745Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c [2025-06-18T06:22:40.745Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:04906cabbd18ce34fbcb842b24b8d098fe2b074b7ec20bcbd6177285c83fda0c 0.3s done [2025-06-18T06:22:40.745Z] #6 CACHED [2025-06-18T06:22:40.745Z] [2025-06-18T06:22:40.745Z] #7 exporting to image [2025-06-18T06:22:40.745Z] #7 exporting layers [2025-06-18T06:22:40.745Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-18T06:22:40.745Z] #7 exporting layers done [2025-06-18T06:22:40.745Z] #7 exporting manifest sha256:e0914fe24f4bdf13d69d5ce0880b15e074bc9332e173e0086c4655ff9ec49a76 0.1s done [2025-06-18T06:22:40.745Z] #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e [2025-06-18T06:22:41.011Z] #7 exporting config sha256:2ff1e9f328c88bf619958c67bd217d994180f045ec650d4cce196511fd33088e 0.0s done [2025-06-18T06:22:41.011Z] #7 exporting manifest sha256:c53ec387459aa78537f1e8d63cf2f46aab49e90ce33434417ac1ca5bad724de2 0.1s done [2025-06-18T06:22:41.011Z] #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d [2025-06-18T06:22:41.011Z] #7 exporting config sha256:da5c608e928b2a0ea0178d2cedfc6934ccb140562f7998e0f623ac253956ca1d 0.1s done [2025-06-18T06:22:41.011Z] #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e [2025-06-18T06:22:41.011Z] #7 exporting manifest list sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done [2025-06-18T06:22:41.011Z] #7 pushing layers 0.0s done [2025-06-18T06:22:41.011Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e [2025-06-18T06:22:42.392Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:cbdaa5be602facb6765a2d52941c51d43983b23ccf176d0a14e23ce55350ff0e 0.1s done [2025-06-18T06:22:42.393Z] #7 DONE 0.5s [2025-06-18T06:22:42.393Z] [2025-06-18T06:22:42.393Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-18T06:22:42.393Z] #8 DONE 0.0s [2025-06-18T06:22:44.076Z] [2025-06-18T06:22:44.076Z] 1 warning found (use --debug to expand): [2025-06-18T06:22:44.076Z]  - 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-06-18T06:22:44.456Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:22:44.761Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:22:45.324Z] ---> package-listing.sh [2025-06-18T06:22:45.324Z] ++ facter osfamily [2025-06-18T06:22:45.324Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-18T06:22:45.585Z] + OS_FAMILY=redhat [2025-06-18T06:22:45.585Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-18T06:22:45.585Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-18T06:22:45.585Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-18T06:22:45.585Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-18T06:22:45.585Z] + PACKAGES=/tmp/packages_start.txt [2025-06-18T06:22:45.585Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:22:45.585Z] + PACKAGES=/tmp/packages_end.txt [2025-06-18T06:22:45.585Z] + case "${OS_FAMILY}" in [2025-06-18T06:22:45.585Z] + rpm -qa [2025-06-18T06:22:45.585Z] + sort [2025-06-18T06:22:46.924Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-18T06:22:46.924Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-18T06:22:46.924Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-18T06:22:46.924Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:22:46.924Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-18T06:22:46.924Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-18T06:22:46.937Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-18T06:22:47.787Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:22:48.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:22:48.110Z] [2025-06-18T06:22:48.110Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:22:48.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:22:48.931Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-18T06:22:48.931Z] 5eb5b503b376: Pulling fs layer [2025-06-18T06:22:48.931Z] 5c69ac0246d0: Pulling fs layer [2025-06-18T06:22:48.931Z] ec43610c2a17: Pulling fs layer [2025-06-18T06:22:48.931Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-18T06:22:48.931Z] 33b1e0a273af: Pulling fs layer [2025-06-18T06:22:48.931Z] 5d3b04190fa2: Pulling fs layer [2025-06-18T06:22:48.931Z] 2f39f015ded8: Pulling fs layer [2025-06-18T06:22:48.931Z] 33b1e0a273af: Waiting [2025-06-18T06:22:48.931Z] 5d3b04190fa2: Waiting [2025-06-18T06:22:48.931Z] 2f39f015ded8: Waiting [2025-06-18T06:22:48.931Z] 3a2ae6a8a46f: Waiting [2025-06-18T06:22:49.194Z] 5c69ac0246d0: Download complete [2025-06-18T06:22:49.194Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-18T06:22:49.194Z] 3a2ae6a8a46f: Download complete [2025-06-18T06:22:49.194Z] 33b1e0a273af: Verifying Checksum [2025-06-18T06:22:49.194Z] 33b1e0a273af: Download complete [2025-06-18T06:22:49.194Z] ec43610c2a17: Verifying Checksum [2025-06-18T06:22:49.194Z] ec43610c2a17: Download complete [2025-06-18T06:22:49.194Z] 5d3b04190fa2: Verifying Checksum [2025-06-18T06:22:49.194Z] 5d3b04190fa2: Download complete [2025-06-18T06:22:49.471Z] 5eb5b503b376: Verifying Checksum [2025-06-18T06:22:49.471Z] 5eb5b503b376: Download complete [2025-06-18T06:22:50.544Z] 2f39f015ded8: Verifying Checksum [2025-06-18T06:22:50.544Z] 2f39f015ded8: Download complete [2025-06-18T06:22:51.433Z] 5eb5b503b376: Pull complete [2025-06-18T06:22:52.004Z] 5c69ac0246d0: Pull complete [2025-06-18T06:22:52.579Z] ec43610c2a17: Pull complete [2025-06-18T06:22:52.579Z] 3a2ae6a8a46f: Pull complete [2025-06-18T06:22:52.840Z] 33b1e0a273af: Pull complete [2025-06-18T06:22:52.841Z] 5d3b04190fa2: Pull complete [2025-06-18T06:22:57.062Z] 2f39f015ded8: Pull complete [2025-06-18T06:22:57.062Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-18T06:22:57.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:22:57.062Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:22:57.246Z] prd-centos7-docker-4c-2g-3502 does not seem to be running inside a container [2025-06-18T06:22:57.290Z] $ 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-06-18T06:23:01.477Z] $ docker top c32f13501fd491495008cce2704b4e3e90badb8fbb3060c8d00f3e793cc32f5e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:23:01.822Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-18T06:23:02.108Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-18T06:23:02.401Z] + ls /var/log/sa-host [2025-06-18T06:23:02.402Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:23:02.478Z] provisioning config files... [2025-06-18T06:23:02.488Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15783679409964028932tmp [Pipeline] { [Pipeline] echo [2025-06-18T06:23:02.505Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:23:02.799Z] ---> create-netrc.sh [Pipeline] } [2025-06-18T06:23:02.807Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:23:03.146Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-18T06:23:03.156Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:23:03.445Z] ---> sudo-logs.sh [2025-06-18T06:23:03.445Z] Archiving 'sudo' log.. [2025-06-18T06:23:03.445Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3502.novalocal: Name or service not known [2025-06-18T06:23:03.445Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3502.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-06-18T06:23:03.469Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:23:03.755Z] ---> job-cost.sh [2025-06-18T06:23:03.755Z] lf-activate-venv: SKIPPING [2025-06-18T06:23:03.755Z] INFO: No Stack... [2025-06-18T06:23:05.977Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-06-18T06:23:06.236Z] INFO: Archiving Costs [Pipeline] echo [2025-06-18T06:23:06.253Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:23:06.546Z] ---> logs-deploy.sh [2025-06-18T06:23:06.546Z] lf-activate-venv: SKIPPING [2025-06-18T06:23:06.546Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/200 [2025-06-18T06:23:06.546Z] INFO: archiving workspace using pattern(s): [2025-06-18T06:23:07.485Z] Archives upload complete. [2025-06-18T06:23:07.485Z] INFO: archiving logs to Nexus [2025-06-18T06:23:08.423Z] ---> uname -a: [2025-06-18T06:23:08.423Z] Linux prd-centos7-docker-4c-2g-3502.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-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] ---> lscpu: [2025-06-18T06:23:08.423Z] Architecture: x86_64 [2025-06-18T06:23:08.423Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-18T06:23:08.423Z] Byte Order: Little Endian [2025-06-18T06:23:08.423Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-18T06:23:08.423Z] CPU(s): 2 [2025-06-18T06:23:08.423Z] On-line CPU(s) list: 0,1 [2025-06-18T06:23:08.423Z] Thread(s) per core: 1 [2025-06-18T06:23:08.423Z] Core(s) per socket: 1 [2025-06-18T06:23:08.423Z] Socket(s): 2 [2025-06-18T06:23:08.423Z] NUMA node(s): 1 [2025-06-18T06:23:08.423Z] Vendor ID: AuthenticAMD [2025-06-18T06:23:08.423Z] CPU family: 23 [2025-06-18T06:23:08.423Z] Model: 49 [2025-06-18T06:23:08.423Z] Model name: AMD EPYC-Rome Processor [2025-06-18T06:23:08.423Z] Stepping: 0 [2025-06-18T06:23:08.423Z] CPU MHz: 2800.000 [2025-06-18T06:23:08.423Z] BogoMIPS: 5600.00 [2025-06-18T06:23:08.423Z] Virtualization: AMD-V [2025-06-18T06:23:08.423Z] Hypervisor vendor: KVM [2025-06-18T06:23:08.423Z] Virtualization type: full [2025-06-18T06:23:08.423Z] L1d cache: 64 KiB [2025-06-18T06:23:08.423Z] L1i cache: 64 KiB [2025-06-18T06:23:08.423Z] L2 cache: 1 MiB [2025-06-18T06:23:08.423Z] L3 cache: 32 MiB [2025-06-18T06:23:08.423Z] NUMA node0 CPU(s): 0,1 [2025-06-18T06:23:08.423Z] Vulnerability Itlb multihit: Not affected [2025-06-18T06:23:08.423Z] Vulnerability L1tf: Not affected [2025-06-18T06:23:08.423Z] Vulnerability Mds: Not affected [2025-06-18T06:23:08.423Z] Vulnerability Meltdown: Not affected [2025-06-18T06:23:08.423Z] Vulnerability Mmio stale data: Not affected [2025-06-18T06:23:08.423Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-18T06:23:08.423Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-06-18T06:23:08.423Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-06-18T06:23:08.423Z] Vulnerability Srbds: Not affected [2025-06-18T06:23:08.423Z] Vulnerability Tsx async abort: Not affected [2025-06-18T06:23:08.423Z] 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-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] ---> nproc: [2025-06-18T06:23:08.423Z] 2 [2025-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] ---> df -h: [2025-06-18T06:23:08.423Z] Filesystem Size Used Avail Use% Mounted on [2025-06-18T06:23:08.423Z] overlay 40G 7.3G 33G 19% / [2025-06-18T06:23:08.423Z] tmpfs 64M 0 64M 0% /dev [2025-06-18T06:23:08.423Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-06-18T06:23:08.423Z] shm 64M 0 64M 0% /dev/shm [2025-06-18T06:23:08.423Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] [2025-06-18T06:23:08.423Z] Cannot open /var/log/sysstat/sa18: No such file or directory [2025-06-18T06:23:08.423Z] Please check if data collecting is enabled [2025-06-18T06:23:08.423Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T06:23:08.462Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-18T06:23:08.473Z] $ docker stop --time=1 c32f13501fd491495008cce2704b4e3e90badb8fbb3060c8d00f3e793cc32f5e [2025-06-18T06:23:09.629Z] $ docker rm -f --volumes c32f13501fd491495008cce2704b4e3e90badb8fbb3060c8d00f3e793cc32f5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-18T06:23:09.723Z] [WS-CLEANUP] Deleting project workspace... [2025-06-18T06:23:09.723Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-18T06:23:09.737Z] [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-06-18T06:23:10.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:23:10.163Z] [2025-06-18T06:23:10.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:23:10.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:23:10.474Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-18T06:23:10.474Z] 5eb5b503b376: Pulling fs layer [2025-06-18T06:23:10.474Z] 5c69ac0246d0: Pulling fs layer [2025-06-18T06:23:10.474Z] ec43610c2a17: Pulling fs layer [2025-06-18T06:23:10.474Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-18T06:23:10.474Z] 33b1e0a273af: Pulling fs layer [2025-06-18T06:23:10.474Z] 5d3b04190fa2: Pulling fs layer [2025-06-18T06:23:10.474Z] 2f39f015ded8: Pulling fs layer [2025-06-18T06:23:10.474Z] 3a2ae6a8a46f: Waiting [2025-06-18T06:23:10.474Z] 5d3b04190fa2: Waiting [2025-06-18T06:23:10.474Z] 33b1e0a273af: Waiting [2025-06-18T06:23:10.474Z] 2f39f015ded8: Waiting [2025-06-18T06:23:10.474Z] 5c69ac0246d0: Verifying Checksum [2025-06-18T06:23:10.474Z] 5c69ac0246d0: Download complete [2025-06-18T06:23:10.474Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-18T06:23:10.474Z] 3a2ae6a8a46f: Download complete [2025-06-18T06:23:10.474Z] 33b1e0a273af: Verifying Checksum [2025-06-18T06:23:10.474Z] 33b1e0a273af: Download complete [2025-06-18T06:23:10.474Z] ec43610c2a17: Verifying Checksum [2025-06-18T06:23:10.474Z] ec43610c2a17: Download complete [2025-06-18T06:23:10.474Z] 5d3b04190fa2: Verifying Checksum [2025-06-18T06:23:10.474Z] 5d3b04190fa2: Download complete [2025-06-18T06:23:10.733Z] 5eb5b503b376: Download complete [2025-06-18T06:23:11.301Z] 2f39f015ded8: Download complete [2025-06-18T06:23:11.872Z] 5eb5b503b376: Pull complete [2025-06-18T06:23:12.130Z] 5c69ac0246d0: Pull complete [2025-06-18T06:23:12.390Z] ec43610c2a17: Pull complete [2025-06-18T06:23:12.390Z] 3a2ae6a8a46f: Pull complete [2025-06-18T06:23:12.649Z] 33b1e0a273af: Pull complete [2025-06-18T06:23:12.649Z] 5d3b04190fa2: Pull complete [2025-06-18T06:23:16.836Z] 2f39f015ded8: Pull complete [2025-06-18T06:23:16.837Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-18T06:23:16.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:23:16.837Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:23:16.941Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:23:16.976Z] $ 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-06-18T06:23:20.467Z] $ docker top b0224a94c1e881da0e7c6f426a945e89a55fa19fa743b486a58a92c769a6face -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:23:20.857Z] ---> job-cost.sh [2025-06-18T06:23:20.857Z] lf-activate-venv: SKIPPING [2025-06-18T06:23:20.857Z] INFO: No Stack... [2025-06-18T06:23:21.425Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-18T06:23:21.684Z] INFO: Archiving Costs [Pipeline] sh [2025-06-18T06:23:21.973Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-06-18T06:23:21.973Z] + cut -d, -f6 [Pipeline] lock [2025-06-18T06:23:21.985Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [2025-06-18T06:23:21.992Z] Resource [jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] did not exist. Created. [2025-06-18T06:23:21.998Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-18T06:23:22.297Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-18T06:23:22.338Z] Stashed 1 file(s) [Pipeline] } [2025-06-18T06:23:22.346Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-18T06:23:22.379Z] $ docker stop --time=1 b0224a94c1e881da0e7c6f426a945e89a55fa19fa743b486a58a92c769a6face [2025-06-18T06:23:23.516Z] $ docker rm -f --volumes b0224a94c1e881da0e7c6f426a945e89a55fa19fa743b486a58a92c769a6face [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-18T06:24:09.823Z] Removing intermediate container e6244f3bd0e3 [2025-06-18T06:24:09.823Z] ---> dd0005ecd602 [2025-06-18T06:24:09.823Z] Step 11/12 : COPY . . [2025-06-18T06:24:09.823Z] ---> 0fc31dbb1e48 [2025-06-18T06:24:09.823Z] Step 12/12 : RUN $MAKE [2025-06-18T06:24:09.823Z] ---> Running in ca0a97372b00 [2025-06-18T06:24:09.823Z] noop [2025-06-18T06:24:09.823Z] Removing intermediate container ca0a97372b00 [2025-06-18T06:24:09.823Z] ---> 48a0aa6318a9 [2025-06-18T06:24:09.823Z] Successfully built 48a0aa6318a9 [2025-06-18T06:24:09.823Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:24:10.190Z] + docker inspect -f . ci-base-image-arm64 [2025-06-18T06:24:10.190Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:24:10.418Z] prd-ubuntu20.04-docker-arm64-4c-16g-3501 does not seem to be running inside a container [2025-06-18T06:24:10.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/200 -v /w/workspace/device-rest-go/200:/w/workspace/device-rest-go/200:rw,z -v /w/workspace/device-rest-go/200@tmp:/w/workspace/device-rest-go/200@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-18T06:24:11.744Z] $ docker top 7c92204c4415e29ed0b2bfbeba66ac320109269758ce7baf7691485236b356c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:24:12.590Z] + go version [2025-06-18T06:24:12.590Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-18T06:24:12.614Z] $ docker stop --time=1 7c92204c4415e29ed0b2bfbeba66ac320109269758ce7baf7691485236b356c8 [2025-06-18T06:24:14.254Z] $ docker rm -f --volumes 7c92204c4415e29ed0b2bfbeba66ac320109269758ce7baf7691485236b356c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:24:14.835Z] + docker inspect -f . ci-base-image-arm64 [2025-06-18T06:24:14.835Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:24:15.014Z] prd-ubuntu20.04-docker-arm64-4c-16g-3501 does not seem to be running inside a container [2025-06-18T06:24:15.095Z] $ 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/200 -v /w/workspace/device-rest-go/200:/w/workspace/device-rest-go/200:rw,z -v /w/workspace/device-rest-go/200@tmp:/w/workspace/device-rest-go/200@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-18T06:24:16.242Z] $ docker top f4d6f2a9dcfe0dd4753e4ae737a08b15a0f620f94a41d9022cc09ab8636d873c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:24:17.049Z] + git config --global --add safe.directory /w/workspace/device-rest-go/200 [Pipeline] fileExists [Pipeline] sh [2025-06-18T06:24:17.692Z] + make test [2025-06-18T06:24:17.692Z] go test ./... -coverprofile=coverage.out ./... [2025-06-18T06:24:24.332Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-18T06:27:31.036Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-18T06:27:32.970Z] ok github.com/edgexfoundry/device-rest-go/driver 0.041s coverage: 32.2% of statements [2025-06-18T06:27:33.924Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-18T06:27:33.924Z] go vet ./... [2025-06-18T06:28:20.762Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-18T06:28:20.762Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-18T06:28:20.762Z] ./bin/test-attribution-txt.sh [2025-06-18T06:28:20.762Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-18T06:28:20.762Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-18T06:28:20.782Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-18T06:28:20.802Z] $ docker stop --time=1 f4d6f2a9dcfe0dd4753e4ae737a08b15a0f620f94a41d9022cc09ab8636d873c [2025-06-18T06:28:22.688Z] $ docker rm -f --volumes f4d6f2a9dcfe0dd4753e4ae737a08b15a0f620f94a41d9022cc09ab8636d873c [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-18T06:28:24.236Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-18T06:28:24.263Z] Warning: overwriting stash ‘coverage-report’ [2025-06-18T06:28:24.698Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-18T06:28:25.097Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-18T06:28:25.420Z] + ls -al . [2025-06-18T06:28:25.420Z] total 240 [2025-06-18T06:28:25.420Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 06:24 . [2025-06-18T06:28:25.420Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 06:20 .. [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 18 06:20 .dockerignore [2025-06-18T06:28:25.420Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 06:20 .git [2025-06-18T06:28:25.420Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:20 .github [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 18 06:20 .gitignore [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 18 06:20 .golangci.yml [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 18 06:20 Attribution.txt [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 18 06:20 CHANGELOG.md [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 18 06:20 Dockerfile [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 18 06:20 GOVERNANCE.md [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 18 06:20 Jenkinsfile [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 06:20 LICENSE [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 18 06:20 Makefile [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 18 06:20 OWNERS.md [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 18 06:20 README.md [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 06:18 VERSION [2025-06-18T06:28:25.420Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:20 bin [2025-06-18T06:28:25.420Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:20 cmd [2025-06-18T06:28:25.420Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 18 06:27 coverage.out [2025-06-18T06:28:25.420Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 06:20 driver [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 18 06:20 go.mod [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 18 06:20 go.sum [2025-06-18T06:28:25.420Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 06:20 openapi [2025-06-18T06:28:25.420Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 18 06:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:28:25.775Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-06-18T06:28:25.775Z] Sending build context to Docker daemon 157.2kB [2025-06-18T06:28:26.043Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-18T06:28:26.043Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-18T06:28:26.043Z] ---> 48a0aa6318a9 [2025-06-18T06:28:26.043Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-18T06:28:26.043Z] ---> Running in 334c2199bd94 [2025-06-18T06:28:26.309Z] Removing intermediate container 334c2199bd94 [2025-06-18T06:28:26.309Z] ---> 9447127b0f3e [2025-06-18T06:28:26.309Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-18T06:28:26.583Z] ---> Running in 726ed9889698 [2025-06-18T06:28:26.851Z] Removing intermediate container 726ed9889698 [2025-06-18T06:28:26.851Z] ---> f02d140da6d3 [2025-06-18T06:28:26.851Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-18T06:28:26.851Z] ---> Running in d0796c9e4ae0 [2025-06-18T06:28:27.119Z] Removing intermediate container d0796c9e4ae0 [2025-06-18T06:28:27.119Z] ---> 37820ae68375 [2025-06-18T06:28:27.119Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-18T06:28:27.119Z] ---> Running in 1387f727eb80 [2025-06-18T06:28:27.388Z] Removing intermediate container 1387f727eb80 [2025-06-18T06:28:27.388Z] ---> e7f8bdeb89d3 [2025-06-18T06:28:27.388Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-18T06:28:27.672Z] ---> Running in c36e3f1f809e [2025-06-18T06:28:28.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T06:28:28.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T06:28:30.301Z] OK: 244 MiB in 62 packages [2025-06-18T06:28:30.893Z] Removing intermediate container c36e3f1f809e [2025-06-18T06:28:30.893Z] ---> 89311465351f [2025-06-18T06:28:30.893Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-18T06:28:31.161Z] ---> Running in fb0fea75c342 [2025-06-18T06:28:31.428Z] Removing intermediate container fb0fea75c342 [2025-06-18T06:28:31.428Z] ---> 339e017d6f47 [2025-06-18T06:28:31.428Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-18T06:28:32.837Z] ---> 4109afffe770 [2025-06-18T06:28:32.838Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-18T06:28:32.838Z] ---> Running in 5ebcb0ec7d40 [2025-06-18T06:28:34.788Z] Removing intermediate container 5ebcb0ec7d40 [2025-06-18T06:28:34.788Z] ---> 5ed32ffcb906 [2025-06-18T06:28:34.788Z] Step 11/26 : COPY . . [2025-06-18T06:28:35.372Z] ---> 9ec83dd49947 [2025-06-18T06:28:35.372Z] Step 12/26 : RUN $MAKE [2025-06-18T06:28:35.372Z] ---> Running in f704e8e0d187 [2025-06-18T06:28:36.333Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-18T06:31:58.067Z] Removing intermediate container f704e8e0d187 [2025-06-18T06:31:58.067Z] ---> ddc6d42509cd [2025-06-18T06:31:58.067Z] Step 13/26 : FROM alpine:3.20 [2025-06-18T06:31:58.067Z] 3.20: Pulling from library/alpine [2025-06-18T06:31:58.067Z] 94e9d8af2201: Already exists [2025-06-18T06:31:58.067Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-18T06:31:58.067Z] Status: Downloaded newer image for alpine:3.20 [2025-06-18T06:31:58.067Z] ---> 7aab056cecc6 [2025-06-18T06:31:58.067Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-18T06:31:58.067Z] ---> Running in 6f3c0709e99a [2025-06-18T06:31:58.067Z] Removing intermediate container 6f3c0709e99a [2025-06-18T06:31:58.067Z] ---> 9f8ba6bcddb8 [2025-06-18T06:31:58.067Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-18T06:31:58.067Z] ---> Running in d7a376abf4a9 [2025-06-18T06:31:58.067Z] Removing intermediate container d7a376abf4a9 [2025-06-18T06:31:58.067Z] ---> 6e76f202cd9a [2025-06-18T06:31:58.067Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-18T06:31:58.067Z] ---> Running in 5c34f1997345 [2025-06-18T06:31:58.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T06:31:58.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T06:31:58.067Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-18T06:31:58.067Z] Executing busybox-1.36.1-r29.trigger [2025-06-18T06:31:58.067Z] OK: 9 MiB in 15 packages [2025-06-18T06:31:58.067Z] Removing intermediate container 5c34f1997345 [2025-06-18T06:31:58.067Z] ---> 7879f8bf6fd9 [2025-06-18T06:31:58.067Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-18T06:31:58.067Z] ---> Running in 56e2ccc06e2c [2025-06-18T06:31:58.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-18T06:31:58.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-18T06:31:58.067Z] OK: 9 MiB in 15 packages [2025-06-18T06:31:58.067Z] Removing intermediate container 56e2ccc06e2c [2025-06-18T06:31:58.067Z] ---> 2aa8f8dec1c3 [2025-06-18T06:31:58.067Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-18T06:31:58.067Z] ---> d686fb50e188 [2025-06-18T06:31:58.067Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-18T06:31:58.067Z] ---> ac3ec2df7d36 [2025-06-18T06:31:58.067Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-18T06:31:58.067Z] ---> 0b935be1b92c [2025-06-18T06:31:58.067Z] Step 21/26 : EXPOSE 59986 [2025-06-18T06:31:58.067Z] ---> Running in 6096b460dfea [2025-06-18T06:31:58.067Z] Removing intermediate container 6096b460dfea [2025-06-18T06:31:58.067Z] ---> 56e4d69d904d [2025-06-18T06:31:58.067Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-18T06:31:58.067Z] ---> Running in 9c70dbf31185 [2025-06-18T06:31:58.067Z] Removing intermediate container 9c70dbf31185 [2025-06-18T06:31:58.067Z] ---> 5e1492e8c529 [2025-06-18T06:31:58.067Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-18T06:31:58.067Z] ---> Running in 729b7d5ff263 [2025-06-18T06:31:58.067Z] Removing intermediate container 729b7d5ff263 [2025-06-18T06:31:58.067Z] ---> 980cabd4931d [2025-06-18T06:31:58.067Z] Step 24/26 : LABEL arch=arm64 [2025-06-18T06:31:58.332Z] ---> Running in 1fcb5976ac61 [2025-06-18T06:31:58.597Z] Removing intermediate container 1fcb5976ac61 [2025-06-18T06:31:58.597Z] ---> 2af3c70162d3 [2025-06-18T06:31:58.597Z] Step 25/26 : LABEL git_sha=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:31:58.597Z] ---> Running in bc07cd8561b1 [2025-06-18T06:31:58.862Z] Removing intermediate container bc07cd8561b1 [2025-06-18T06:31:58.862Z] ---> a787baa0f643 [2025-06-18T06:31:58.862Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-18T06:31:58.862Z] ---> Running in 7fce15e58fd7 [2025-06-18T06:31:59.127Z] Removing intermediate container 7fce15e58fd7 [2025-06-18T06:31:59.127Z] ---> 1d1c7acea0fb [2025-06-18T06:31:59.127Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-18T06:31:59.127Z] Successfully built 1d1c7acea0fb [2025-06-18T06:31:59.127Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:31:59.291Z] provisioning config files... [2025-06-18T06:31:59.304Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/200@tmp/config12705624330781762799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:31:59.643Z] ---> ****-login.sh [2025-06-18T06:31:59.643Z] nexus3.edgexfoundry.org:10001 [2025-06-18T06:31:59.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:31:59.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:31:59.910Z] Configure a credential helper to remove this warning. See [2025-06-18T06:31:59.910Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:31:59.910Z] [2025-06-18T06:31:59.910Z] Login Succeeded [2025-06-18T06:31:59.910Z] nexus3.edgexfoundry.org:10002 [2025-06-18T06:32:00.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:32:00.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:32:00.176Z] Configure a credential helper to remove this warning. See [2025-06-18T06:32:00.176Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:32:00.176Z] [2025-06-18T06:32:00.176Z] Login Succeeded [2025-06-18T06:32:00.176Z] nexus3.edgexfoundry.org:10003 [2025-06-18T06:32:00.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:32:00.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:32:00.442Z] Configure a credential helper to remove this warning. See [2025-06-18T06:32:00.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:32:00.442Z] [2025-06-18T06:32:00.442Z] Login Succeeded [2025-06-18T06:32:00.442Z] nexus3.edgexfoundry.org:10004 [2025-06-18T06:32:00.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:32:00.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:32:00.972Z] Configure a credential helper to remove this warning. See [2025-06-18T06:32:00.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:32:00.972Z] [2025-06-18T06:32:00.972Z] Login Succeeded [2025-06-18T06:32:00.972Z] ****.io [2025-06-18T06:32:01.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-18T06:32:01.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-18T06:32:01.236Z] Configure a credential helper to remove this warning. See [2025-06-18T06:32:01.236Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-18T06:32:01.236Z] [2025-06-18T06:32:01.236Z] Login Succeeded [2025-06-18T06:32:01.236Z] ---> ****-login.sh ends [Pipeline] } [2025-06-18T06:32:01.246Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T06:32:01.298Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-18T06:32:01.325Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-06-18T06:32:01.325Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:32:01.325Z] latest [2025-06-18T06:32:01.325Z] 4.1.0-dev.2 [2025-06-18T06:32:01.325Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:32:01.325Z] main [2025-06-18T06:32:01.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:01.681Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:02.038Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:32:02.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T06:32:02.038Z] 16cce65e274a: Preparing [2025-06-18T06:32:02.038Z] 747db09f140b: Preparing [2025-06-18T06:32:02.038Z] d9adbe01cef7: Preparing [2025-06-18T06:32:02.038Z] 941f220f6390: Preparing [2025-06-18T06:32:02.038Z] effe5ac756c7: Preparing [2025-06-18T06:32:02.038Z] dd9c8f8612c8: Preparing [2025-06-18T06:32:02.038Z] dd9c8f8612c8: Waiting [2025-06-18T06:32:02.302Z] 941f220f6390: Pushed [2025-06-18T06:32:02.302Z] effe5ac756c7: Pushed [2025-06-18T06:32:02.302Z] dd9c8f8612c8: Layer already exists [2025-06-18T06:32:02.302Z] 747db09f140b: Pushed [2025-06-18T06:32:02.302Z] 16cce65e274a: Pushed [2025-06-18T06:32:08.928Z] d9adbe01cef7: Pushed [2025-06-18T06:32:09.193Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:09.546Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:09.894Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-18T06:32:09.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T06:32:09.894Z] 16cce65e274a: Preparing [2025-06-18T06:32:09.894Z] 747db09f140b: Preparing [2025-06-18T06:32:09.894Z] d9adbe01cef7: Preparing [2025-06-18T06:32:09.894Z] 941f220f6390: Preparing [2025-06-18T06:32:09.894Z] effe5ac756c7: Preparing [2025-06-18T06:32:09.894Z] dd9c8f8612c8: Preparing [2025-06-18T06:32:09.894Z] dd9c8f8612c8: Waiting [2025-06-18T06:32:09.894Z] 941f220f6390: Layer already exists [2025-06-18T06:32:09.894Z] 16cce65e274a: Layer already exists [2025-06-18T06:32:09.894Z] d9adbe01cef7: Layer already exists [2025-06-18T06:32:09.894Z] effe5ac756c7: Layer already exists [2025-06-18T06:32:09.894Z] 747db09f140b: Layer already exists [2025-06-18T06:32:09.894Z] dd9c8f8612c8: Layer already exists [2025-06-18T06:32:10.158Z] latest: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:10.507Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:10.869Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-18T06:32:10.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T06:32:10.869Z] 16cce65e274a: Preparing [2025-06-18T06:32:10.869Z] 747db09f140b: Preparing [2025-06-18T06:32:10.869Z] d9adbe01cef7: Preparing [2025-06-18T06:32:10.869Z] 941f220f6390: Preparing [2025-06-18T06:32:10.869Z] effe5ac756c7: Preparing [2025-06-18T06:32:10.869Z] dd9c8f8612c8: Preparing [2025-06-18T06:32:10.869Z] dd9c8f8612c8: Waiting [2025-06-18T06:32:10.869Z] 747db09f140b: Layer already exists [2025-06-18T06:32:10.869Z] 16cce65e274a: Layer already exists [2025-06-18T06:32:10.869Z] d9adbe01cef7: Layer already exists [2025-06-18T06:32:10.869Z] 941f220f6390: Layer already exists [2025-06-18T06:32:10.869Z] effe5ac756c7: Layer already exists [2025-06-18T06:32:10.869Z] dd9c8f8612c8: Layer already exists [2025-06-18T06:32:10.869Z] 4.1.0-dev.2: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:11.215Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:11.566Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:32:11.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T06:32:11.566Z] 16cce65e274a: Preparing [2025-06-18T06:32:11.566Z] 747db09f140b: Preparing [2025-06-18T06:32:11.566Z] d9adbe01cef7: Preparing [2025-06-18T06:32:11.566Z] 941f220f6390: Preparing [2025-06-18T06:32:11.566Z] effe5ac756c7: Preparing [2025-06-18T06:32:11.566Z] dd9c8f8612c8: Preparing [2025-06-18T06:32:11.566Z] dd9c8f8612c8: Waiting [2025-06-18T06:32:11.566Z] 747db09f140b: Layer already exists [2025-06-18T06:32:11.566Z] effe5ac756c7: Layer already exists [2025-06-18T06:32:11.566Z] 16cce65e274a: Layer already exists [2025-06-18T06:32:11.566Z] 941f220f6390: Layer already exists [2025-06-18T06:32:11.566Z] d9adbe01cef7: Layer already exists [2025-06-18T06:32:11.566Z] dd9c8f8612c8: Layer already exists [2025-06-18T06:32:11.566Z] 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:11.920Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:12.266Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-06-18T06:32:12.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-18T06:32:12.267Z] 16cce65e274a: Preparing [2025-06-18T06:32:12.267Z] 747db09f140b: Preparing [2025-06-18T06:32:12.267Z] d9adbe01cef7: Preparing [2025-06-18T06:32:12.267Z] 941f220f6390: Preparing [2025-06-18T06:32:12.267Z] effe5ac756c7: Preparing [2025-06-18T06:32:12.267Z] dd9c8f8612c8: Preparing [2025-06-18T06:32:12.267Z] dd9c8f8612c8: Waiting [2025-06-18T06:32:12.267Z] effe5ac756c7: Layer already exists [2025-06-18T06:32:12.267Z] 747db09f140b: Layer already exists [2025-06-18T06:32:12.267Z] d9adbe01cef7: Layer already exists [2025-06-18T06:32:12.267Z] 16cce65e274a: Layer already exists [2025-06-18T06:32:12.267Z] 941f220f6390: Layer already exists [2025-06-18T06:32:12.267Z] dd9c8f8612c8: Layer already exists [2025-06-18T06:32:12.267Z] main: digest: sha256:562e1776401ecf52c7243f65517f0cf8973218bb3491fc79450a7436f5473efc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-18T06:32:12.608Z] ===================================================== [Pipeline] echo [2025-06-18T06:32:12.627Z] taggedImages: [2025-06-18T06:32:12.627Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [2025-06-18T06:32:12.627Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-18T06:32:12.627Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-18T06:32:12.627Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [2025-06-18T06:32:12.627Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-06-18T06:32:12.642Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] echo [2025-06-18T06:32:12.659Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-06-18T06:32:12.674Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] echo [2025-06-18T06:32:12.689Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:29ece5ecb4eb59755b9c469d003fe9bbe467b4e5-4.1.0-dev.2 [Pipeline] echo [2025-06-18T06:32:12.704Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:13.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-18T06:32:13.083Z] [2025-06-18T06:32:13.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:13.410Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-18T06:32:13.410Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-18T06:32:13.410Z] 8998bd30e6a1: Pulling fs layer [2025-06-18T06:32:13.410Z] 04944245beec: Pulling fs layer [2025-06-18T06:32:13.410Z] 699f458cf7ca: Pulling fs layer [2025-06-18T06:32:13.410Z] 765212b225bb: Pulling fs layer [2025-06-18T06:32:13.410Z] f23df028b6ca: Pulling fs layer [2025-06-18T06:32:13.410Z] d65c8cfc05b1: Pulling fs layer [2025-06-18T06:32:13.410Z] 2437ff75d9bd: Pulling fs layer [2025-06-18T06:32:13.410Z] f23df028b6ca: Waiting [2025-06-18T06:32:13.410Z] d65c8cfc05b1: Waiting [2025-06-18T06:32:13.410Z] 2437ff75d9bd: Waiting [2025-06-18T06:32:13.410Z] 765212b225bb: Waiting [2025-06-18T06:32:13.677Z] 04944245beec: Verifying Checksum [2025-06-18T06:32:13.677Z] 04944245beec: Download complete [2025-06-18T06:32:13.677Z] 765212b225bb: Verifying Checksum [2025-06-18T06:32:13.677Z] 765212b225bb: Download complete [2025-06-18T06:32:13.677Z] f23df028b6ca: Verifying Checksum [2025-06-18T06:32:13.677Z] f23df028b6ca: Download complete [2025-06-18T06:32:13.677Z] d65c8cfc05b1: Verifying Checksum [2025-06-18T06:32:13.677Z] d65c8cfc05b1: Download complete [2025-06-18T06:32:13.677Z] 699f458cf7ca: Verifying Checksum [2025-06-18T06:32:13.677Z] 699f458cf7ca: Download complete [2025-06-18T06:32:14.350Z] 8998bd30e6a1: Verifying Checksum [2025-06-18T06:32:14.350Z] 8998bd30e6a1: Download complete [2025-06-18T06:32:16.977Z] 2437ff75d9bd: Verifying Checksum [2025-06-18T06:32:16.977Z] 2437ff75d9bd: Download complete [2025-06-18T06:32:19.568Z] 8998bd30e6a1: Pull complete [2025-06-18T06:32:19.568Z] 04944245beec: Pull complete [2025-06-18T06:32:21.509Z] 699f458cf7ca: Pull complete [2025-06-18T06:32:21.509Z] 765212b225bb: Pull complete [2025-06-18T06:32:22.467Z] f23df028b6ca: Pull complete [2025-06-18T06:32:22.467Z] d65c8cfc05b1: Pull complete [2025-06-18T06:32:40.677Z] 2437ff75d9bd: Pull complete [2025-06-18T06:32:40.677Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-18T06:32:40.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-18T06:32:40.677Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:32:40.879Z] prd-ubuntu20.04-docker-arm64-4c-16g-3501 does not seem to be running inside a container [2025-06-18T06:32:40.945Z] $ 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/200 -v /w/workspace/device-rest-go/200:/w/workspace/device-rest-go/200:rw,z -v /w/workspace/device-rest-go/200@tmp:/w/workspace/device-rest-go/200@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-06-18T06:32:43.569Z] $ docker top 5ff300702079f303f58d6e50dc1071c6e2247cac752ebab782b55b9db65323dd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:32:44.419Z] ---> job-cost.sh [2025-06-18T06:32:44.419Z] lf-activate-venv: SKIPPING [2025-06-18T06:32:44.419Z] INFO: No Stack... [2025-06-18T06:32:44.684Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-18T06:32:45.640Z] INFO: Archiving Costs [Pipeline] sh [2025-06-18T06:32:46.273Z] + cat /w/workspace/device-rest-go/200/archives/cost.csv [2025-06-18T06:32:46.273Z] + cut -d, -f6 [Pipeline] lock [2025-06-18T06:32:46.330Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [2025-06-18T06:32:46.337Z] Resource [jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] did not exist. Created. [2025-06-18T06:32:46.343Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-18T06:32:47.010Z] /w/workspace/device-rest-go/200@tmp/durable-bb76140a/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-18T06:32:47.644Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-18T06:32:47.670Z] Warning: overwriting stash ‘stack-cost’ [2025-06-18T06:32:47.713Z] Stashed 1 file(s) [Pipeline] } [2025-06-18T06:32:47.721Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-200-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-18T06:32:47.749Z] $ docker stop --time=1 5ff300702079f303f58d6e50dc1071c6e2247cac752ebab782b55b9db65323dd [2025-06-18T06:32:49.225Z] $ docker rm -f --volumes 5ff300702079f303f58d6e50dc1071c6e2247cac752ebab782b55b9db65323dd [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-06-18T06:32:49.752Z] provisioning config files... [2025-06-18T06:32:49.759Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9476231937793818699tmp [Pipeline] { [Pipeline] sh [2025-06-18T06:32:50.054Z] + set +x [2025-06-18T06:32:50.054Z] + curl -s https://codecov.io/bash [2025-06-18T06:32:50.054Z] + bash -s -- [2025-06-18T06:32:50.054Z] [2025-06-18T06:32:50.054Z] _____ _ [2025-06-18T06:32:50.054Z] / ____| | | [2025-06-18T06:32:50.054Z] | | ___ __| | ___ ___ _____ __ [2025-06-18T06:32:50.054Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-18T06:32:50.054Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-18T06:32:50.054Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-18T06:32:50.054Z] Bash-1.0.6 [2025-06-18T06:32:50.054Z] [2025-06-18T06:32:50.054Z] [2025-06-18T06:32:50.054Z] ==> git version 2.25.1 found [2025-06-18T06:32:50.054Z] ==> 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-06-18T06:32:50.054Z] Release-Date: 2020-01-08 [2025-06-18T06:32:50.054Z] 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-06-18T06:32:50.054Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-18T06:32:50.054Z] ==> Jenkins CI detected. [2025-06-18T06:32:50.055Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-06-18T06:32:50.055Z] project root: . [2025-06-18T06:32:50.055Z] --> token set from env [2025-06-18T06:32:50.055Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-18T06:32:50.055Z] ==> Running gcov in . (disable via -X gcov) [2025-06-18T06:32:50.055Z] ==> Python coveragepy not found [2025-06-18T06:32:50.055Z] ==> Searching for coverage reports in: [2025-06-18T06:32:50.055Z] + . [2025-06-18T06:32:50.313Z] -> Found 1 reports [2025-06-18T06:32:50.313Z] ==> Detecting git/mercurial file structure [2025-06-18T06:32:50.313Z] ==> Reading reports [2025-06-18T06:32:50.313Z] + ./coverage.out bytes=14565 [2025-06-18T06:32:50.313Z] ==> Appending adjustments [2025-06-18T06:32:50.313Z] https://docs.codecov.io/docs/fixing-reports [2025-06-18T06:32:50.313Z] + Found adjustments [2025-06-18T06:32:50.313Z] ==> Gzipping contents [2025-06-18T06:32:50.313Z] 4.0K /tmp/codecov.3nwRXL.gz [2025-06-18T06:32:50.313Z] ==> Uploading reports [2025-06-18T06:32:50.313Z] url: https://codecov.io [2025-06-18T06:32:50.313Z] query: branch=main&commit=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F200%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-18T06:32:50.313Z] -> Pinging Codecov [2025-06-18T06:32:50.313Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=29ece5ecb4eb59755b9c469d003fe9bbe467b4e5&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F200%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-18T06:32:50.572Z] -> Uploading to [2025-06-18T06:32:50.572Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/29ece5ecb4eb59755b9c469d003fe9bbe467b4e5/14f7de75-d992-4275-aad4-f5eaa7fa8564.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250618%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250618T063250Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=2ad93a30eccad38762a64c1614ef7c2572c9c9ff26d77426a0d1f4062ac356d8 [2025-06-18T06:32:50.572Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-18T06:32:50.572Z] Dload Upload Total Spent Left Speed [2025-06-18T06:32:50.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 9691 --:--:-- --:--:-- --:--:-- 9691 [2025-06-18T06:32:50.831Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] } [2025-06-18T06:32:50.838Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-18T06:32:51.062Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-18T06:32:51.076Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:51.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-18T06:32:51.379Z] [2025-06-18T06:32:51.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:32:51.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-18T06:32:51.681Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-18T06:32:51.681Z] 0a9a5dfd008f: Already exists [2025-06-18T06:32:51.681Z] 36466aa92d05: Already exists [2025-06-18T06:32:51.681Z] e10405b45d13: Already exists [2025-06-18T06:32:51.681Z] 096b7ceb2af7: Already exists [2025-06-18T06:32:51.681Z] 4f4fb700ef54: Already exists [2025-06-18T06:32:51.681Z] e50aa161e22a: Pulling fs layer [2025-06-18T06:32:51.681Z] d3c8db5fb9df: Pulling fs layer [2025-06-18T06:32:51.939Z] e50aa161e22a: Verifying Checksum [2025-06-18T06:32:51.939Z] e50aa161e22a: Download complete [2025-06-18T06:32:52.507Z] e50aa161e22a: Pull complete [2025-06-18T06:32:52.764Z] d3c8db5fb9df: Verifying Checksum [2025-06-18T06:32:52.764Z] d3c8db5fb9df: Download complete [2025-06-18T06:32:56.040Z] d3c8db5fb9df: Pull complete [2025-06-18T06:32:56.040Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-06-18T06:32:56.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-18T06:32:56.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:32:56.140Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:32:56.175Z] $ 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-06-18T06:32:58.447Z] $ docker top 06cfe502a21fb140222a8498930bf46125eda2bdd93a528a30c43a5d126a06d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:32:58.793Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-06-18T06:32:58.804Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-06-18T06:32:59.082Z] + set -o pipefail [2025-06-18T06:32:59.082Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-06-18T06:33:09.064Z] [2025-06-18T06:33:09.064Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-06-18T06:33:09.064Z] [2025-06-18T06:33:09.064Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/92aa0242-41ea-4196-9abf-40b9cf6fa02b [2025-06-18T06:33:09.064Z] [2025-06-18T06:33:09.064Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-18T06:33:09.064Z] [2025-06-18T06:33:09.064Z] [2025-06-18T06:33:09.064Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-18T06:33:09.064Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-18T06:33:09.081Z] $ docker stop --time=1 06cfe502a21fb140222a8498930bf46125eda2bdd93a528a30c43a5d126a06d7 [2025-06-18T06:33:12.709Z] $ docker rm -f --volumes 06cfe502a21fb140222a8498930bf46125eda2bdd93a528a30c43a5d126a06d7 [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-06-18T06:33:13.582Z] + git log --format=format:%s -1 29ece5ecb4eb59755b9c469d003fe9bbe467b4e5 [Pipeline] sh [2025-06-18T06:33:13.894Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-18T06:33:13.894Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:33:14.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T06:33:14.266Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:33:14.353Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:33:14.385Z] $ 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-06-18T06:33:14.863Z] $ docker top b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae -eo pid,comm [2025-06-18T06:33:14.906Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-18T06:33:14.906Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-18T06:33:14.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-18T06:33:14.964Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-18T06:33:15.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-18T06:33:15.074Z] $ docker exec b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae ssh-agent [2025-06-18T06:33:15.166Z] SSH_AUTH_SOCK=/tmp/ssh-UPza4ION7Mqw/agent.33 [2025-06-18T06:33:15.166Z] SSH_AGENT_PID=39 [2025-06-18T06:33:15.170Z] Running ssh-add (command line suppressed) [2025-06-18T06:33:15.280Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11939893236634206057.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11939893236634206057.key) [2025-06-18T06:33:15.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-18T06:33:15.583Z] + git semver tag [2025-06-18T06:33:15.843Z] 2025-06-18 06:33:15,834 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-18T06:33:15.843Z] 2025-06-18 06:33:15,838 [run_tag] DEBUG tag force:False [2025-06-18T06:33:15.843Z] 2025-06-18 06:33:15,838 [check_head_tag] DEBUG check head tag [2025-06-18T06:33:15.843Z] 2025-06-18 06:33:15,839 [execute] INFO git cat-file --batch-check [2025-06-18T06:33:15.843Z] 2025-06-18 06:33:15,839 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-18T06:33:15.843Z] 2025-06-18 06:33:15,841 [execute] INFO git cat-file --batch [2025-06-18T06:33:15.843Z] 2025-06-18 06:33:15,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-18T06:33:16.101Z] 2025-06-18 06:33:15,850 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:33:16.102Z] 2025-06-18 06:33:15,850 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 [2025-06-18T06:33:16.102Z] 2025-06-18 06:33:15,850 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-18T06:33:16.102Z] 2025-06-18 06:33:15,854 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:33:16.102Z] 4.1.0-dev.2 [Pipeline] } [2025-06-18T06:33:16.114Z] $ docker exec --env ******** --env ******** b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae ssh-agent -k [2025-06-18T06:33:16.206Z] unset SSH_AUTH_SOCK; [2025-06-18T06:33:16.207Z] unset SSH_AGENT_PID; [2025-06-18T06:33:16.207Z] echo Agent pid 39 killed; [2025-06-18T06:33:16.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-18T06:33:16.531Z] + git semver [Pipeline] } [2025-06-18T06:33:16.805Z] $ docker stop --time=1 b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae [2025-06-18T06:33:18.085Z] $ docker rm -f --volumes b2260920bfe8522ba57223833e24d2b9b4770ebbbb4eb0073d5991dbe8c4b7ae [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:33:18.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-18T06:33:18.495Z] [2025-06-18T06:33:18.495Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:33:18.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-18T06:33:18.798Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-18T06:33:18.798Z] ab5ef0e58194: Pulling fs layer [2025-06-18T06:33:18.798Z] 9712f1f96733: Pulling fs layer [2025-06-18T06:33:18.798Z] 63f879dbbcfc: Pulling fs layer [2025-06-18T06:33:18.798Z] 0d9ebad4ef96: Pulling fs layer [2025-06-18T06:33:18.798Z] e9a5061849ea: Pulling fs layer [2025-06-18T06:33:18.798Z] d747dcd14b5f: Pulling fs layer [2025-06-18T06:33:18.798Z] 2de7ff778b66: Pulling fs layer [2025-06-18T06:33:18.798Z] 0d9ebad4ef96: Waiting [2025-06-18T06:33:18.798Z] 2de7ff778b66: Waiting [2025-06-18T06:33:18.798Z] e9a5061849ea: Waiting [2025-06-18T06:33:18.798Z] d747dcd14b5f: Waiting [2025-06-18T06:33:18.798Z] 9712f1f96733: Verifying Checksum [2025-06-18T06:33:18.798Z] 9712f1f96733: Download complete [2025-06-18T06:33:19.365Z] 63f879dbbcfc: Download complete [2025-06-18T06:33:19.365Z] 0d9ebad4ef96: Verifying Checksum [2025-06-18T06:33:19.365Z] 0d9ebad4ef96: Download complete [2025-06-18T06:33:19.365Z] e9a5061849ea: Verifying Checksum [2025-06-18T06:33:19.365Z] e9a5061849ea: Download complete [2025-06-18T06:33:19.365Z] d747dcd14b5f: Verifying Checksum [2025-06-18T06:33:19.365Z] d747dcd14b5f: Download complete [2025-06-18T06:33:19.365Z] ab5ef0e58194: Download complete [2025-06-18T06:33:19.365Z] 2de7ff778b66: Verifying Checksum [2025-06-18T06:33:19.365Z] 2de7ff778b66: Download complete [2025-06-18T06:33:22.652Z] ab5ef0e58194: Pull complete [2025-06-18T06:33:22.652Z] 9712f1f96733: Pull complete [2025-06-18T06:33:22.911Z] 63f879dbbcfc: Pull complete [2025-06-18T06:33:27.775Z] 0d9ebad4ef96: Pull complete [2025-06-18T06:33:45.935Z] Cannot contact prd-ubuntu20.04-docker-8c-8g-3500: java.lang.InterruptedException [2025-06-18T06:34:03.290Z] e9a5061849ea: Pull complete [2025-06-18T06:34:03.290Z] d747dcd14b5f: Pull complete [2025-06-18T06:34:03.290Z] 2de7ff778b66: Pull complete [2025-06-18T06:34:03.290Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-18T06:34:03.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-18T06:34:03.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:34:03.401Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:34:03.435Z] $ 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-06-18T06:34:03.897Z] $ docker top b66470c1ee14001bf3983e3afff076ac1bac776fb1d3c7282c003fa8bd88bd6b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:34:03.971Z] provisioning config files... [2025-06-18T06:34:03.978Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6680463983612191196tmp [2025-06-18T06:34:03.987Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config882017662781363003tmp [2025-06-18T06:34:03.995Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15142586631031207755tmp [Pipeline] { [Pipeline] echo [2025-06-18T06:34:04.017Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:04.307Z] ---> sigul-configuration.sh [2025-06-18T06:34:04.307Z] gpg: directory `/root/.gnupg' created [2025-06-18T06:34:04.307Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-18T06:34:04.307Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-18T06:34:04.307Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-18T06:34:04.307Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-18T06:34:04.307Z] gpg: CAST5 encrypted data [2025-06-18T06:34:04.307Z] gpg: encrypted with 1 passphrase [2025-06-18T06:34:04.307Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-18T06:34:04.602Z] + mkdir /home/jenkins [2025-06-18T06:34:04.602Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-18T06:34:04.888Z] + 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-06-18T06:34:04.903Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:05.195Z] ---> sigul-install.sh [2025-06-18T06:34:05.195Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-18T06:34:05.488Z] + git tag --list [2025-06-18T06:34:05.488Z] v1.0.0 [2025-06-18T06:34:05.488Z] v1.1.0 [2025-06-18T06:34:05.488Z] v1.1.1 [2025-06-18T06:34:05.488Z] v1.1.2 [2025-06-18T06:34:05.488Z] v1.2.0 [2025-06-18T06:34:05.488Z] v1.2.1 [2025-06-18T06:34:05.488Z] v2.0.0 [2025-06-18T06:34:05.488Z] v2.1.0 [2025-06-18T06:34:05.488Z] v2.1.1 [2025-06-18T06:34:05.488Z] v2.2.0 [2025-06-18T06:34:05.488Z] v2.3.0 [2025-06-18T06:34:05.488Z] v3.0 [2025-06-18T06:34:05.488Z] v3.0.0 [2025-06-18T06:34:05.488Z] v3.1 [2025-06-18T06:34:05.488Z] v3.1.0 [2025-06-18T06:34:05.488Z] v3.1.1 [2025-06-18T06:34:05.488Z] v4.0 [2025-06-18T06:34:05.488Z] v4.0.0 [2025-06-18T06:34:05.488Z] v4.1.0-dev.1 [2025-06-18T06:34:05.488Z] v4.1.0-dev.2 [Pipeline] sh [2025-06-18T06:34:05.781Z] + lftools sign git-tag v4.1.0-dev.2 [2025-06-18T06:34:06.350Z] Signing Git tag with Sigul... [2025-06-18T06:34:06.350Z] Signing v4.1.0-dev.2 [Pipeline] echo [2025-06-18T06:34:06.620Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:06.912Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-18T06:34:06.918Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-18T06:34:06.945Z] $ docker stop --time=1 b66470c1ee14001bf3983e3afff076ac1bac776fb1d3c7282c003fa8bd88bd6b [2025-06-18T06:34:08.290Z] $ docker rm -f --volumes b66470c1ee14001bf3983e3afff076ac1bac776fb1d3c7282c003fa8bd88bd6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-18T06:34:08.737Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-18T06:34:08.737Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:34:09.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T06:34:09.043Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:34:09.123Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:34:09.159Z] $ 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-06-18T06:34:09.492Z] $ docker top 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 -eo pid,comm [2025-06-18T06:34:09.531Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-18T06:34:09.531Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-18T06:34:09.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-18T06:34:09.591Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-18T06:34:09.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-18T06:34:09.705Z] $ docker exec 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 ssh-agent [2025-06-18T06:34:09.799Z] SSH_AUTH_SOCK=/tmp/ssh-n8nXCdaoiwul/agent.32 [2025-06-18T06:34:09.799Z] SSH_AGENT_PID=38 [2025-06-18T06:34:09.802Z] Running ssh-add (command line suppressed) [2025-06-18T06:34:09.911Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2400224219260882624.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2400224219260882624.key) [2025-06-18T06:34:09.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-18T06:34:10.215Z] + git semver bump pre [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,437 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,440 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,440 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,440 [bump_version] DEBUG bumped version:4.1.0-dev.3 [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,441 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,441 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,441 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,443 [execute] INFO git cat-file --batch-check [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,443 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,447 [execute] INFO git cat-file --batch [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-18T06:34:10.473Z] 2025-06-18 06:34:10,450 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:34:10.473Z] 4.1.0-dev.3 [Pipeline] } [2025-06-18T06:34:10.486Z] $ docker exec --env ******** --env ******** 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 ssh-agent -k [2025-06-18T06:34:10.580Z] unset SSH_AUTH_SOCK; [2025-06-18T06:34:10.581Z] unset SSH_AGENT_PID; [2025-06-18T06:34:10.581Z] echo Agent pid 38 killed; [2025-06-18T06:34:10.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-18T06:34:10.911Z] + git semver [Pipeline] } [2025-06-18T06:34:11.186Z] $ docker stop --time=1 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 [2025-06-18T06:34:12.429Z] $ docker rm -f --volumes 20eabc3efa5fac13f8ae19e13479c82e15d579e7311923b1c318f3b356617997 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-18T06:34:12.777Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-18T06:34:12.777Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:34:13.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-18T06:34:13.078Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:34:14.025Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:34:14.060Z] $ 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-06-18T06:34:14.390Z] $ docker top d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c -eo pid,comm [2025-06-18T06:34:14.433Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-18T06:34:14.433Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-18T06:34:14.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-18T06:34:14.487Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-18T06:34:14.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-18T06:34:14.609Z] $ docker exec d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c ssh-agent [2025-06-18T06:34:14.698Z] SSH_AUTH_SOCK=/tmp/ssh-Lf6N3W7jaXrE/agent.32 [2025-06-18T06:34:14.698Z] SSH_AGENT_PID=38 [2025-06-18T06:34:14.702Z] Running ssh-add (command line suppressed) [2025-06-18T06:34:14.817Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4009212422423237755.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4009212422423237755.key) [2025-06-18T06:34:14.827Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-18T06:34:15.118Z] + git semver push [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,337 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,340 [run_push] DEBUG push [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,341 [execute] INFO git cat-file --batch-check [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,341 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,343 [execute] INFO git rev-list 3fa2938c476469262ffdb229062c73eec9f4d588 -- [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,343 [execute] DEBUG Popen(['git', 'rev-list', '3fa2938c476469262ffdb229062c73eec9f4d588', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,350 [execute] INFO git fetch -v -- origin [2025-06-18T06:34:15.377Z] 2025-06-18 06:34:15,350 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-18T06:34:15.944Z] 2025-06-18 06:34:15,847 [run_push] DEBUG no remote changes detected [2025-06-18T06:34:15.944Z] 2025-06-18 06:34:15,848 [execute] INFO git push origin semver [2025-06-18T06:34:15.944Z] 2025-06-18 06:34:15,848 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-18T06:34:16.880Z] 2025-06-18 06:34:16,556 [run_push] DEBUG push all version tags [2025-06-18T06:34:16.880Z] 2025-06-18 06:34:16,556 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-18T06:34:16.880Z] 2025-06-18 06:34:16,556 [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-06-18T06:34:17.449Z] 2025-06-18 06:34:17,165 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-18T06:34:17.449Z] 4.1.0-dev.3 [Pipeline] } [2025-06-18T06:34:17.462Z] $ docker exec --env ******** --env ******** d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c ssh-agent -k [2025-06-18T06:34:17.557Z] unset SSH_AUTH_SOCK; [2025-06-18T06:34:17.559Z] unset SSH_AGENT_PID; [2025-06-18T06:34:17.559Z] echo Agent pid 38 killed; [2025-06-18T06:34:17.565Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-18T06:34:17.887Z] + git semver [Pipeline] } [2025-06-18T06:34:18.161Z] $ docker stop --time=1 d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c [2025-06-18T06:34:19.548Z] $ docker rm -f --volumes d953ea6c2a918bfd3185f2f7139a3ed6692f98c5dc4fded9a7f5c2987651bf1c [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-06-18T06:34:20.137Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-06-18T06:34:20.137Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-18T06:34:20.137Z] total 16 [2025-06-18T06:34:20.137Z] drwxr-xr-x 3 root root 4096 Jun 18 06:23 . [2025-06-18T06:34:20.137Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 06:34 .. [2025-06-18T06:34:20.137Z] drwxr-xr-x 2 root root 4096 Jun 18 06:23 cost [2025-06-18T06:34:20.137Z] -rw-r--r-- 1 root root 86 Jun 18 06:23 cost.csv [2025-06-18T06:34:20.137Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-18T06:34:20.137Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-18T06:34:20.137Z] total 16 [2025-06-18T06:34:20.137Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 18 06:23 . [2025-06-18T06:34:20.137Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 06:34 .. [2025-06-18T06:34:20.137Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 18 06:23 cost [2025-06-18T06:34:20.137Z] -rw-r--r-- 1 jenkins jenkins 86 Jun 18 06:23 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:20.429Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:21.286Z] ---> package-listing.sh [2025-06-18T06:34:21.286Z] ++ facter osfamily [2025-06-18T06:34:21.286Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-18T06:34:21.551Z] + OS_FAMILY=debian [2025-06-18T06:34:21.551Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-18T06:34:21.551Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-18T06:34:21.551Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-18T06:34:21.551Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-18T06:34:21.551Z] + PACKAGES=/tmp/packages_start.txt [2025-06-18T06:34:21.551Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:34:21.551Z] + PACKAGES=/tmp/packages_end.txt [2025-06-18T06:34:21.551Z] + case "${OS_FAMILY}" in [2025-06-18T06:34:21.551Z] + dpkg -l [2025-06-18T06:34:21.551Z] + grep '^ii' [2025-06-18T06:34:21.551Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-18T06:34:21.551Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-18T06:34:21.551Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-18T06:34:21.551Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-18T06:34:21.551Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-18T06:34:21.551Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-18T06:34:21.564Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-18T06:34:22.600Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-18T06:34:22.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-18T06:34:22.912Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-18T06:34:22.993Z] prd-ubuntu20.04-docker-8c-8g-3500 does not seem to be running inside a container [2025-06-18T06:34:23.027Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-18T06:34:23.233Z] $ docker top 8cfe4c6c5ee4b4570c3151450d1a79f79bbacfc977ec5524ebccd98fcc065352 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-18T06:34:23.573Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-18T06:34:23.856Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-18T06:34:24.137Z] + ls /var/log/sa-host [2025-06-18T06:34:24.137Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-18T06:34:24.175Z] provisioning config files... [2025-06-18T06:34:24.186Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8774327400773998056tmp [Pipeline] { [Pipeline] echo [2025-06-18T06:34:24.208Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:24.489Z] ---> create-netrc.sh [Pipeline] } [2025-06-18T06:34:24.501Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:24.825Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-18T06:34:24.834Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:25.116Z] ---> sudo-logs.sh [2025-06-18T06:34:25.116Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-18T06:34:25.146Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:25.427Z] ---> job-cost.sh [2025-06-18T06:34:25.427Z] lf-activate-venv: SKIPPING [2025-06-18T06:34:25.427Z] DEBUG: total: 0.2199999988079071 [2025-06-18T06:34:25.427Z] INFO: Retrieving Stack Cost... [2025-06-18T06:34:25.686Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-18T06:34:26.254Z] INFO: Archiving Costs [Pipeline] echo [2025-06-18T06:34:26.267Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-18T06:34:26.549Z] ---> logs-deploy.sh [2025-06-18T06:34:26.549Z] lf-activate-venv: SKIPPING [2025-06-18T06:34:26.549Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/200 [2025-06-18T06:34:26.549Z] INFO: archiving workspace using pattern(s): [2025-06-18T06:34:27.485Z] Archives upload complete. [2025-06-18T06:34:27.743Z] INFO: archiving logs to Nexus [2025-06-18T06:34:28.310Z] ---> uname -a: [2025-06-18T06:34:28.311Z] Linux prd-ubuntu20-04-docker-8c-8g-3500 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] ---> lscpu: [2025-06-18T06:34:28.311Z] Architecture: x86_64 [2025-06-18T06:34:28.311Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-18T06:34:28.311Z] Byte Order: Little Endian [2025-06-18T06:34:28.311Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-18T06:34:28.311Z] CPU(s): 8 [2025-06-18T06:34:28.311Z] On-line CPU(s) list: 0-7 [2025-06-18T06:34:28.311Z] Thread(s) per core: 1 [2025-06-18T06:34:28.311Z] Core(s) per socket: 1 [2025-06-18T06:34:28.311Z] Socket(s): 8 [2025-06-18T06:34:28.311Z] NUMA node(s): 1 [2025-06-18T06:34:28.311Z] Vendor ID: AuthenticAMD [2025-06-18T06:34:28.311Z] CPU family: 23 [2025-06-18T06:34:28.311Z] Model: 49 [2025-06-18T06:34:28.311Z] Model name: AMD EPYC-Rome Processor [2025-06-18T06:34:28.311Z] Stepping: 0 [2025-06-18T06:34:28.311Z] CPU MHz: 2799.998 [2025-06-18T06:34:28.311Z] BogoMIPS: 5599.99 [2025-06-18T06:34:28.311Z] Virtualization: AMD-V [2025-06-18T06:34:28.311Z] Hypervisor vendor: KVM [2025-06-18T06:34:28.311Z] Virtualization type: full [2025-06-18T06:34:28.311Z] L1d cache: 256 KiB [2025-06-18T06:34:28.311Z] L1i cache: 256 KiB [2025-06-18T06:34:28.311Z] L2 cache: 4 MiB [2025-06-18T06:34:28.311Z] L3 cache: 128 MiB [2025-06-18T06:34:28.311Z] NUMA node0 CPU(s): 0-7 [2025-06-18T06:34:28.311Z] Vulnerability Itlb multihit: Not affected [2025-06-18T06:34:28.311Z] Vulnerability L1tf: Not affected [2025-06-18T06:34:28.311Z] Vulnerability Mds: Not affected [2025-06-18T06:34:28.311Z] Vulnerability Meltdown: Not affected [2025-06-18T06:34:28.311Z] Vulnerability Mmio stale data: Not affected [2025-06-18T06:34:28.311Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-18T06:34:28.311Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-18T06:34:28.311Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-18T06:34:28.311Z] Vulnerability Srbds: Not affected [2025-06-18T06:34:28.311Z] Vulnerability Tsx async abort: Not affected [2025-06-18T06:34:28.311Z] 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 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] ---> nproc: [2025-06-18T06:34:28.311Z] 8 [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] ---> df -h: [2025-06-18T06:34:28.311Z] Filesystem Size Used Avail Use% Mounted on [2025-06-18T06:34:28.311Z] overlay 155G 14G 142G 9% / [2025-06-18T06:34:28.311Z] tmpfs 64M 0 64M 0% /dev [2025-06-18T06:34:28.311Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-18T06:34:28.311Z] shm 64M 0 64M 0% /dev/shm [2025-06-18T06:34:28.311Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] ---> sar -b -r -n DEV: [2025-06-18T06:34:28.311Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3500) 06/18/25 _x86_64_ (8 CPU) [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] 06:17:31 LINUX RESTART (8 CPU) [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] 06:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-18T06:34:28.311Z] 06:19:01 365.16 15.32 349.84 0.00 1957.23 49129.03 0.00 [2025-06-18T06:34:28.311Z] 06:20:01 216.96 1.67 215.30 0.00 13.46 69554.14 0.00 [2025-06-18T06:34:28.311Z] 06:21:01 121.86 1.25 120.61 0.00 32.26 23345.17 0.00 [2025-06-18T06:34:28.311Z] 06:22:01 100.63 0.07 100.57 0.00 5.60 31364.77 0.00 [2025-06-18T06:34:28.311Z] 06:23:01 38.96 4.90 34.06 0.00 2607.17 6156.71 0.00 [2025-06-18T06:34:28.311Z] 06:24:01 53.76 0.05 53.71 0.00 3.07 16823.20 0.00 [2025-06-18T06:34:28.311Z] 06:25:01 1.87 0.03 1.83 0.00 0.27 19.06 0.00 [2025-06-18T06:34:28.311Z] 06:26:01 5.07 2.23 2.84 0.00 36.29 82.94 0.00 [2025-06-18T06:34:28.311Z] 06:27:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 [2025-06-18T06:34:28.311Z] 06:28:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 [2025-06-18T06:34:28.311Z] 06:29:01 1.18 0.00 1.18 0.00 0.00 17.46 0.00 [2025-06-18T06:34:28.311Z] 06:30:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 [2025-06-18T06:34:28.311Z] 06:31:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2025-06-18T06:34:28.311Z] 06:32:01 1.07 0.00 1.07 0.00 0.00 13.06 0.00 [2025-06-18T06:34:28.311Z] 06:33:01 22.63 0.17 22.46 0.00 10.80 14957.91 0.00 [2025-06-18T06:34:28.311Z] 06:34:01 102.93 0.02 102.92 0.00 1.73 36341.01 0.00 [2025-06-18T06:34:28.311Z] Average: 64.45 1.59 62.85 0.00 289.95 15452.82 0.00 [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] 06:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-18T06:34:28.311Z] 06:19:01 28784852 31489652 822356 2.50 79232 2887180 1954568 5.76 1075112 2619928 5252 [2025-06-18T06:34:28.311Z] 06:20:01 26656124 31499296 805268 2.45 182408 4710748 1843468 5.43 1325412 4276420 160 [2025-06-18T06:34:28.311Z] 06:21:01 26847760 31123776 1175420 3.57 190680 4172648 2488000 7.33 1883888 3556684 333892 [2025-06-18T06:34:28.311Z] 06:22:01 27154456 31503416 800220 2.43 193148 4261244 1727360 5.09 1395032 3767504 264 [2025-06-18T06:34:28.311Z] 06:23:01 26812040 31473884 798400 2.43 218656 4550932 1728568 5.09 1604988 3861196 1004 [2025-06-18T06:34:28.311Z] 06:24:01 26316908 31482292 788532 2.40 224888 4999572 1731616 5.10 1616072 4296744 144 [2025-06-18T06:34:28.311Z] 06:25:01 26317456 31482960 787696 2.40 224972 4999576 1731616 5.10 1617264 4296752 220 [2025-06-18T06:34:28.311Z] 06:26:01 26321596 31489824 780232 2.37 225048 5001940 1731616 5.10 1608964 4299036 12 [2025-06-18T06:34:28.311Z] 06:27:01 26321700 31489992 780044 2.37 225092 5001940 1731616 5.10 1609300 4299040 12 [2025-06-18T06:34:28.311Z] 06:28:01 26329880 31498276 771656 2.35 225140 5001948 1731616 5.10 1600948 4299052 156 [2025-06-18T06:34:28.311Z] 06:29:01 26330328 31498796 771080 2.34 225176 5001948 1731616 5.10 1600020 4299044 40 [2025-06-18T06:34:28.311Z] 06:30:01 26330500 31499012 770748 2.34 225192 5001952 1731616 5.10 1600072 4299048 172 [2025-06-18T06:34:28.311Z] 06:31:01 26330472 31498988 770912 2.34 225208 5001952 1731616 5.10 1600136 4299048 8 [2025-06-18T06:34:28.311Z] 06:32:01 26330580 31499156 770752 2.34 225228 5001956 1731616 5.10 1599744 4299056 128 [2025-06-18T06:34:28.311Z] 06:33:01 25514148 31217720 1045980 3.18 229040 5497952 2074704 6.11 1891756 4779304 98136 [2025-06-18T06:34:28.311Z] 06:34:01 25187260 31467348 798936 2.43 241148 6003856 1683308 4.96 1653808 5290620 7308 [2025-06-18T06:34:28.311Z] Average: 26492879 31450899 827390 2.52 210016 4818584 1817782 5.36 1580157 4177405 27932 [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] 06:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-18T06:34:28.311Z] 06:19:01 veth01e0a34 67.26 71.70 6.40 68.59 0.00 0.00 0.00 0.01 [2025-06-18T06:34:28.311Z] 06:19:01 docker0 148.20 150.55 10.95 488.11 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:19:01 ens3 704.20 506.46 8225.10 97.13 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:19:01 lo 6.71 6.71 0.66 0.66 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:20:01 docker0 308.55 341.94 23.72 2804.19 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:20:01 ens3 349.26 310.31 2807.26 29.37 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:21:01 docker0 1.37 3.83 0.08 38.17 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:21:01 ens3 47.28 27.36 81.32 17.33 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:21:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:21:01 vethcc8f1c3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:22:01 docker0 3.95 9.42 0.23 76.99 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:22:01 ens3 60.74 49.93 108.59 192.66 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:22:01 lo 6.87 6.87 0.68 0.68 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:23:01 ens3 146.53 85.17 2281.72 6.10 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:23:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:24:01 ens3 89.59 54.44 2522.55 10.04 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:24:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:25:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:26:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:27:01 ens3 0.33 0.20 1.43 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:28:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:29:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:31:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:33:01 docker0 18.95 21.15 1.37 127.54 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:33:01 ens3 114.55 73.34 2778.00 11.40 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:33:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:33:01 vethe8ab863 18.95 21.25 1.63 127.55 0.00 0.00 0.00 0.01 [2025-06-18T06:34:28.311Z] 06:34:01 docker0 72.77 73.27 5.88 729.94 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:34:01 ens3 218.31 196.53 3927.89 153.25 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] 06:34:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] Average: docker0 34.49 37.38 2.63 266.27 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] Average: ens3 107.59 81.06 1413.49 32.26 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] Average: lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] ---> sar -P ALL: [2025-06-18T06:34:28.311Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3500) 06/18/25 _x86_64_ (8 CPU) [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] 06:17:31 LINUX RESTART (8 CPU) [2025-06-18T06:34:28.311Z] [2025-06-18T06:34:28.311Z] 06:18:02 CPU %user %nice %system %iowait %steal %idle [2025-06-18T06:34:28.311Z] 06:19:01 all 9.23 0.00 3.22 2.61 0.06 84.90 [2025-06-18T06:34:28.311Z] 06:19:01 0 8.04 0.00 3.77 6.37 0.05 81.77 [2025-06-18T06:34:28.311Z] 06:19:01 1 9.03 0.00 3.18 5.41 0.07 82.31 [2025-06-18T06:34:28.311Z] 06:19:01 2 8.87 0.00 3.31 5.49 0.07 82.27 [2025-06-18T06:34:28.311Z] 06:19:01 3 11.73 0.00 3.09 1.80 0.07 83.31 [2025-06-18T06:34:28.311Z] 06:19:01 4 10.28 0.00 2.69 0.29 0.05 86.68 [2025-06-18T06:34:28.311Z] 06:19:01 5 9.39 0.00 2.96 0.12 0.05 87.48 [2025-06-18T06:34:28.311Z] 06:19:01 6 7.86 0.00 3.94 0.46 0.05 87.69 [2025-06-18T06:34:28.311Z] 06:19:01 7 8.61 0.00 2.77 0.89 0.05 87.68 [2025-06-18T06:34:28.311Z] 06:20:01 all 5.34 0.00 2.69 3.43 0.05 88.49 [2025-06-18T06:34:28.311Z] 06:20:01 0 5.01 0.00 3.63 1.24 0.05 90.07 [2025-06-18T06:34:28.311Z] 06:20:01 1 4.43 0.00 1.84 0.74 0.03 92.96 [2025-06-18T06:34:28.311Z] 06:20:01 2 4.93 0.00 4.03 20.35 0.05 70.64 [2025-06-18T06:34:28.311Z] 06:20:01 3 5.89 0.00 2.12 0.44 0.03 91.52 [2025-06-18T06:34:28.312Z] 06:20:01 4 5.25 0.00 2.33 0.40 0.05 91.97 [2025-06-18T06:34:28.312Z] 06:20:01 5 6.25 0.00 2.46 1.09 0.07 90.13 [2025-06-18T06:34:28.312Z] 06:20:01 6 5.45 0.00 2.86 3.13 0.05 88.50 [2025-06-18T06:34:28.312Z] 06:20:01 7 5.55 0.00 2.26 0.13 0.03 92.02 [2025-06-18T06:34:28.312Z] 06:21:01 all 49.23 0.00 7.50 1.66 0.10 41.51 [2025-06-18T06:34:28.312Z] 06:21:01 0 49.47 0.00 7.55 5.95 0.10 36.93 [2025-06-18T06:34:28.312Z] 06:21:01 1 48.11 0.00 7.33 0.74 0.10 43.72 [2025-06-18T06:34:28.312Z] 06:21:01 2 48.54 0.00 7.66 1.55 0.12 42.13 [2025-06-18T06:34:28.312Z] 06:21:01 3 48.68 0.00 7.15 0.39 0.08 43.70 [2025-06-18T06:34:28.312Z] 06:21:01 4 50.99 0.00 6.94 0.30 0.10 41.67 [2025-06-18T06:34:28.312Z] 06:21:01 5 49.92 0.00 7.83 0.62 0.10 41.54 [2025-06-18T06:34:28.312Z] 06:21:01 6 48.47 0.00 8.57 3.11 0.10 39.75 [2025-06-18T06:34:28.312Z] 06:21:01 7 49.64 0.00 7.02 0.62 0.12 42.61 [2025-06-18T06:34:28.312Z] 06:22:01 all 10.66 0.00 2.15 1.34 0.04 85.81 [2025-06-18T06:34:28.312Z] 06:22:01 0 9.61 0.00 2.11 1.00 0.03 87.25 [2025-06-18T06:34:28.312Z] 06:22:01 1 10.02 0.00 2.19 6.99 0.05 80.75 [2025-06-18T06:34:28.312Z] 06:22:01 2 10.44 0.00 2.64 2.49 0.03 84.41 [2025-06-18T06:34:28.312Z] 06:22:01 3 11.09 0.00 1.86 0.03 0.05 86.97 [2025-06-18T06:34:28.312Z] 06:22:01 4 11.89 0.00 1.92 0.02 0.03 86.14 [2025-06-18T06:34:28.312Z] 06:22:01 5 10.82 0.00 1.77 0.02 0.03 87.36 [2025-06-18T06:34:28.312Z] 06:22:01 6 10.34 0.00 2.07 0.17 0.03 87.39 [2025-06-18T06:34:28.312Z] 06:22:01 7 11.10 0.00 2.61 0.05 0.03 86.21 [2025-06-18T06:34:28.312Z] 06:23:01 all 2.05 0.00 1.11 0.43 0.02 96.39 [2025-06-18T06:34:28.312Z] 06:23:01 0 1.76 0.00 0.95 1.76 0.02 95.51 [2025-06-18T06:34:28.312Z] 06:23:01 1 1.74 0.00 1.69 0.67 0.03 95.87 [2025-06-18T06:34:28.312Z] 06:23:01 2 2.37 0.00 1.03 0.05 0.02 96.53 [2025-06-18T06:34:28.312Z] 06:23:01 3 1.27 0.00 0.62 0.23 0.02 97.87 [2025-06-18T06:34:28.312Z] 06:23:01 4 1.23 0.00 0.52 0.05 0.02 98.18 [2025-06-18T06:34:28.312Z] 06:23:01 5 2.49 0.00 0.92 0.03 0.02 96.54 [2025-06-18T06:34:28.312Z] 06:23:01 6 3.51 0.00 2.42 0.58 0.02 93.47 [2025-06-18T06:34:28.312Z] 06:23:01 7 2.05 0.00 0.73 0.03 0.02 97.16 [2025-06-18T06:34:28.312Z] 06:24:01 all 2.46 0.00 1.04 0.74 0.02 95.74 [2025-06-18T06:34:28.312Z] 06:24:01 0 3.08 0.00 0.97 1.15 0.03 94.76 [2025-06-18T06:34:28.312Z] 06:24:01 1 2.16 0.00 0.84 0.02 0.02 96.97 [2025-06-18T06:34:28.312Z] 06:24:01 2 1.69 0.00 1.51 4.40 0.02 92.38 [2025-06-18T06:34:28.312Z] 06:24:01 3 2.19 0.00 1.09 0.00 0.02 96.70 [2025-06-18T06:34:28.312Z] 06:24:01 4 2.26 0.00 0.99 0.32 0.02 96.41 [2025-06-18T06:34:28.312Z] 06:24:01 5 2.99 0.00 1.07 0.02 0.02 95.90 [2025-06-18T06:34:28.312Z] 06:24:01 6 2.43 0.00 1.00 0.03 0.02 96.52 [2025-06-18T06:34:28.312Z] 06:24:01 7 2.84 0.00 0.87 0.00 0.02 96.27 [2025-06-18T06:34:28.312Z] 06:25:01 all 0.05 0.00 0.01 0.01 0.01 99.93 [2025-06-18T06:34:28.312Z] 06:25:01 0 0.28 0.00 0.02 0.03 0.02 99.65 [2025-06-18T06:34:28.312Z] 06:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:25:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-18T06:34:28.312Z] 06:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:25:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-18T06:34:28.312Z] 06:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-18T06:34:28.312Z] 06:26:01 all 0.04 0.00 0.03 0.01 0.00 99.91 [2025-06-18T06:34:28.312Z] 06:26:01 0 0.12 0.00 0.07 0.03 0.02 99.77 [2025-06-18T06:34:28.312Z] 06:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:26:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:26:01 4 0.05 0.00 0.03 0.05 0.00 99.87 [2025-06-18T06:34:28.312Z] 06:26:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-18T06:34:28.312Z] 06:26:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-18T06:34:28.312Z] 06:26:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-18T06:34:28.312Z] 06:27:01 all 0.19 0.00 0.02 0.00 0.00 99.79 [2025-06-18T06:34:28.312Z] 06:27:01 0 1.19 0.00 0.03 0.00 0.02 98.76 [2025-06-18T06:34:28.312Z] 06:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:27:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-18T06:34:28.312Z] 06:27:01 7 0.25 0.00 0.03 0.00 0.00 99.72 [2025-06-18T06:34:28.312Z] 06:28:01 all 0.28 0.00 0.00 0.00 0.01 99.70 [2025-06-18T06:34:28.312Z] 06:28:01 0 1.99 0.00 0.00 0.02 0.02 97.98 [2025-06-18T06:34:28.312Z] 06:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-18T06:34:28.312Z] 06:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:28:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:28:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-18T06:34:28.312Z] 06:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:28:01 7 0.12 0.00 0.00 0.00 0.02 99.87 [2025-06-18T06:34:28.312Z] 06:29:01 all 0.24 0.00 0.01 0.00 0.01 99.74 [2025-06-18T06:34:28.312Z] 06:29:01 0 1.83 0.00 0.03 0.02 0.02 98.11 [2025-06-18T06:34:28.312Z] 06:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:29:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:29:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-18T06:34:28.312Z] 06:29:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-18T06:34:28.312Z] 06:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] [2025-06-18T06:34:28.312Z] 06:29:01 CPU %user %nice %system %iowait %steal %idle [2025-06-18T06:34:28.312Z] 06:30:01 all 0.04 0.00 0.01 0.00 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:30:01 0 0.10 0.00 0.05 0.00 0.02 99.83 [2025-06-18T06:34:28.312Z] 06:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:30:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:30:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:30:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-18T06:34:28.312Z] 06:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:31:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-06-18T06:34:28.312Z] 06:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:31:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-18T06:34:28.312Z] 06:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:31:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-18T06:34:28.312Z] 06:32:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2025-06-18T06:34:28.312Z] 06:32:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-06-18T06:34:28.312Z] 06:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:32:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-18T06:34:28.312Z] 06:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:32:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:32:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-18T06:34:28.312Z] 06:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-18T06:34:28.312Z] 06:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-18T06:34:28.312Z] 06:33:01 all 2.00 0.00 0.86 0.80 0.02 96.31 [2025-06-18T06:34:28.312Z] 06:33:01 0 2.81 0.00 0.84 2.28 0.03 94.04 [2025-06-18T06:34:28.312Z] 06:33:01 1 1.57 0.00 0.90 0.15 0.02 97.35 [2025-06-18T06:34:28.312Z] 06:33:01 2 1.54 0.00 0.70 2.88 0.02 94.86 [2025-06-18T06:34:28.312Z] 06:33:01 3 2.21 0.00 0.64 0.02 0.02 97.12 [2025-06-18T06:34:28.312Z] 06:33:01 4 2.11 0.00 0.55 0.00 0.02 97.32 [2025-06-18T06:34:28.312Z] 06:33:01 5 2.35 0.00 1.30 1.07 0.02 95.26 [2025-06-18T06:34:28.312Z] 06:33:01 6 2.22 0.00 1.25 0.02 0.02 96.49 [2025-06-18T06:34:28.312Z] 06:33:01 7 1.20 0.00 0.72 0.02 0.02 98.05 [2025-06-18T06:34:28.312Z] 06:34:01 all 4.96 0.00 2.13 1.63 0.04 91.24 [2025-06-18T06:34:28.312Z] 06:34:01 0 4.48 0.00 1.89 1.06 0.03 92.54 [2025-06-18T06:34:28.312Z] 06:34:01 1 4.43 0.00 1.66 0.05 0.03 93.82 [2025-06-18T06:34:28.312Z] 06:34:01 2 5.42 0.00 2.65 9.97 0.05 81.91 [2025-06-18T06:34:28.312Z] 06:34:01 3 4.99 0.00 1.94 0.15 0.03 92.89 [2025-06-18T06:34:28.312Z] 06:34:01 4 5.10 0.00 3.82 0.05 0.03 91.00 [2025-06-18T06:34:28.312Z] 06:34:01 5 4.31 0.00 1.51 0.50 0.03 93.64 [2025-06-18T06:34:28.312Z] 06:34:01 6 5.17 0.00 2.05 0.05 0.03 92.70 [2025-06-18T06:34:28.312Z] 06:34:01 7 5.78 0.00 1.55 1.26 0.03 91.38 [2025-06-18T06:34:28.312Z] Average: all 5.39 0.00 1.29 0.79 0.02 92.51 [2025-06-18T06:34:28.312Z] Average: 0 5.58 0.00 1.36 1.30 0.03 91.74 [2025-06-18T06:34:28.312Z] Average: 1 5.07 0.00 1.22 0.91 0.02 92.78 [2025-06-18T06:34:28.312Z] Average: 2 5.19 0.00 1.47 2.93 0.03 90.38 [2025-06-18T06:34:28.312Z] Average: 3 5.47 0.00 1.15 0.19 0.02 93.17 [2025-06-18T06:34:28.312Z] Average: 4 5.55 0.00 1.23 0.09 0.02 93.11 [2025-06-18T06:34:28.312Z] Average: 5 5.52 0.00 1.24 0.22 0.02 93.00 [2025-06-18T06:34:28.312Z] Average: 6 5.32 0.00 1.51 0.47 0.02 92.69 [2025-06-18T06:34:28.312Z] Average: 7 5.43 0.00 1.16 0.19 0.02 93.20 [2025-06-18T06:34:28.312Z] [2025-06-18T06:34:28.312Z] [2025-06-18T06:34:28.312Z]