Started by user Jin Lin Guan Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 30c083a5452dbfcd7d2c6cff84583659684690cc 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-ssh2377008212580402134.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-ssh3258163108949473696.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-ssh15761670163131139074.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-ssh3594008419954926690.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-ssh16013431284857299850.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-42429 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 30c083a5452dbfcd7d2c6cff84583659684690cc (main) Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 > git rev-list --no-walk 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-31T07:11:24.365Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-31T07:11:24.449Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T07:11:24.484Z] ========================================================= [2025-03-31T07:11:24.484Z] EdgeX Global Pipelines Version Info [2025-03-31T07:11:24.484Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:11:25.224Z] ------------------- [2025-03-31T07:11:25.225Z] stable info: [2025-03-31T07:11:25.225Z] ------------------- [2025-03-31T07:11:25.225Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-31T07:11:25.225Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-03-31T07:11:25.225Z] Message: update stable to v1.0.274 [2025-03-31T07:11:25.806Z] ------------------- [2025-03-31T07:11:25.806Z] experimental info: [2025-03-31T07:11:25.806Z] ------------------- [2025-03-31T07:11:25.806Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-31T07:11:25.806Z] Commit SHA: e63c24b3e3d9a84dc1e69f593cedf07ec71d9018 [2025-03-31T07:11:25.806Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-31T07:11:25.895Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-03-31T07:11:25.919Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-03-31T07:11:25.947Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-31T07:11:25.971Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-31T07:11:25.994Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-31T07:11:26.081Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-31T07:11:26.104Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-31T07:11:26.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-03-31T07:11:26.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-31T07:11:26.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-31T07:11:26.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-31T07:11:26.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-03-31T07:11:26.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-31T07:11:26.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-31T07:11:26.287Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-31T07:11:26.314Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-31T07:11:26.341Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-03-31T07:11:26.371Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-03-31T07:11:26.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-31T07:11:26.428Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-31T07:11:26.456Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-03-31T07:11:26.485Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-03-31T07:11:26.506Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-03-31T07:11:26.529Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-03-31T07:11:26.553Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-03-31T07:11:26.579Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-31T07:11:26.601Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-31T07:11:26.629Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-31T07:11:26.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-31T07:11:26.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-31T07:11:26.702Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-31T07:11:26.727Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30c083a [Pipeline] echo [2025-03-31T07:11:26.750Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:11:26.815Z] provisioning config files... [2025-03-31T07:11:26.829Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14838355209045109695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:11:27.166Z] ---> ****-login.sh [2025-03-31T07:11:27.166Z] nexus3.edgexfoundry.org:10001 [2025-03-31T07:11:27.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:27.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:27.427Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:27.427Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:27.427Z] [2025-03-31T07:11:27.427Z] Login Succeeded [2025-03-31T07:11:27.427Z] nexus3.edgexfoundry.org:10002 [2025-03-31T07:11:27.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:27.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:27.690Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:27.690Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:27.690Z] [2025-03-31T07:11:27.690Z] Login Succeeded [2025-03-31T07:11:27.690Z] nexus3.edgexfoundry.org:10003 [2025-03-31T07:11:27.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:27.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:27.690Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:27.690Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:27.690Z] [2025-03-31T07:11:27.690Z] Login Succeeded [2025-03-31T07:11:27.690Z] nexus3.edgexfoundry.org:10004 [2025-03-31T07:11:27.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:27.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:27.950Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:27.950Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:27.950Z] [2025-03-31T07:11:27.950Z] Login Succeeded [2025-03-31T07:11:27.950Z] ****.io [2025-03-31T07:11:27.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:28.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:28.210Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:28.210Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:28.210Z] [2025-03-31T07:11:28.210Z] Login Succeeded [2025-03-31T07:11:28.210Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T07:11:28.217Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-31T07:11:28.632Z] + git rev-list -1 --merges 30c083a5452dbfcd7d2c6cff84583659684690cc~1..30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-31T07:11:28.659Z] -----------> git rev-list -1 --merges 30c083a5452dbfcd7d2c6cff84583659684690cc~1..30c083a5452dbfcd7d2c6cff84583659684690cc 30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:11:28.659Z] 30c083a5452dbfcd7d2c6cff84583659684690cc [false] [Pipeline] sh [2025-03-31T07:11:28.952Z] + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-31T07:11:28.965Z] ========================================================= [2025-03-31T07:11:28.965Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-31T07:11:28.965Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-31T07:11:29.315Z] + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-31T07:11:29.326Z] [semverPrep] GIT_COMMIT: 30c083a5452dbfcd7d2c6cff84583659684690cc, Commit Message: Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0 [Pipeline] echo [2025-03-31T07:11:29.344Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-03-31T07:11:29.731Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T07:11:29.731Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-31T07:11:29.731Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-31T07:11:29.731Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-31T07:11:29.731Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-31T07:11:29.731Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-31T07:11:29.731Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:11:30.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:11:30.155Z] [2025-03-31T07:11:30.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:11:30.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:11:30.465Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-31T07:11:30.465Z] b85a868b505f: Pulling fs layer [2025-03-31T07:11:30.465Z] e2be974225ed: Pulling fs layer [2025-03-31T07:11:30.465Z] 339a4e72a1f5: Pulling fs layer [2025-03-31T07:11:30.465Z] 988bab9f4d93: Pulling fs layer [2025-03-31T07:11:30.465Z] 1469e6f7b9e6: Pulling fs layer [2025-03-31T07:11:30.465Z] eaf3925da568: Pulling fs layer [2025-03-31T07:11:30.465Z] bab4dde63d76: Pulling fs layer [2025-03-31T07:11:30.465Z] bde34c3a00c8: Pulling fs layer [2025-03-31T07:11:30.465Z] b352a97aabf1: Pulling fs layer [2025-03-31T07:11:30.465Z] 4872d77fe225: Pulling fs layer [2025-03-31T07:11:30.465Z] 5851b861e8e6: Pulling fs layer [2025-03-31T07:11:30.465Z] 988bab9f4d93: Waiting [2025-03-31T07:11:30.465Z] 1469e6f7b9e6: Waiting [2025-03-31T07:11:30.465Z] eaf3925da568: Waiting [2025-03-31T07:11:30.465Z] bab4dde63d76: Waiting [2025-03-31T07:11:30.465Z] bde34c3a00c8: Waiting [2025-03-31T07:11:30.465Z] b352a97aabf1: Waiting [2025-03-31T07:11:30.465Z] 4872d77fe225: Waiting [2025-03-31T07:11:30.465Z] 5851b861e8e6: Waiting [2025-03-31T07:11:30.465Z] e2be974225ed: Download complete [2025-03-31T07:11:30.465Z] 988bab9f4d93: Download complete [2025-03-31T07:11:30.465Z] 1469e6f7b9e6: Verifying Checksum [2025-03-31T07:11:30.465Z] 1469e6f7b9e6: Download complete [2025-03-31T07:11:30.465Z] 339a4e72a1f5: Verifying Checksum [2025-03-31T07:11:30.465Z] 339a4e72a1f5: Download complete [2025-03-31T07:11:30.465Z] eaf3925da568: Verifying Checksum [2025-03-31T07:11:30.465Z] eaf3925da568: Download complete [2025-03-31T07:11:30.465Z] bde34c3a00c8: Download complete [2025-03-31T07:11:30.724Z] b352a97aabf1: Download complete [2025-03-31T07:11:30.724Z] 4872d77fe225: Verifying Checksum [2025-03-31T07:11:30.724Z] 4872d77fe225: Download complete [2025-03-31T07:11:30.724Z] 5851b861e8e6: Verifying Checksum [2025-03-31T07:11:30.724Z] 5851b861e8e6: Download complete [2025-03-31T07:11:30.724Z] b85a868b505f: Verifying Checksum [2025-03-31T07:11:30.724Z] b85a868b505f: Download complete [2025-03-31T07:11:30.992Z] bab4dde63d76: Verifying Checksum [2025-03-31T07:11:30.992Z] bab4dde63d76: Download complete [2025-03-31T07:11:31.931Z] b85a868b505f: Pull complete [2025-03-31T07:11:31.931Z] e2be974225ed: Pull complete [2025-03-31T07:11:32.497Z] 339a4e72a1f5: Pull complete [2025-03-31T07:11:32.497Z] 988bab9f4d93: Pull complete [2025-03-31T07:11:32.755Z] 1469e6f7b9e6: Pull complete [2025-03-31T07:11:32.755Z] eaf3925da568: Pull complete [2025-03-31T07:11:34.656Z] bab4dde63d76: Pull complete [2025-03-31T07:11:34.656Z] bde34c3a00c8: Pull complete [2025-03-31T07:11:34.656Z] b352a97aabf1: Pull complete [2025-03-31T07:11:34.656Z] 4872d77fe225: Pull complete [2025-03-31T07:11:34.656Z] 5851b861e8e6: Pull complete [2025-03-31T07:11:34.656Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-31T07:11:34.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:11:34.656Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:11:34.793Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:11:34.820Z] $ 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-03-31T07:11:37.051Z] $ docker top 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 -eo pid,comm [2025-03-31T07:11:37.111Z] 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-03-31T07:11:37.111Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-31T07:11:37.177Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-31T07:11:37.177Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-31T07:11:37.297Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-31T07:11:37.299Z] $ docker exec 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent [2025-03-31T07:11:37.417Z] SSH_AUTH_SOCK=/tmp/ssh-qAXZWenrfSl6/agent.32 [2025-03-31T07:11:37.417Z] SSH_AGENT_PID=40 [2025-03-31T07:11:37.422Z] Running ssh-add (command line suppressed) [2025-03-31T07:11:37.517Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12311758880357773447.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12311758880357773447.key) [2025-03-31T07:11:37.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-31T07:11:37.820Z] + git tag --points-at HEAD [Pipeline] } [2025-03-31T07:11:37.830Z] $ docker exec --env ******** --env ******** 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent -k [2025-03-31T07:11:37.937Z] unset SSH_AUTH_SOCK; [2025-03-31T07:11:37.938Z] unset SSH_AGENT_PID; [2025-03-31T07:11:37.938Z] echo Agent pid 40 killed; [2025-03-31T07:11:37.947Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2025-03-31T07:11:37.986Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v4.0.0-dev.12' [Pipeline] sshagent [2025-03-31T07:11:38.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-31T07:11:38.011Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-31T07:11:38.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-31T07:11:38.127Z] $ docker exec 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent [2025-03-31T07:11:38.245Z] SSH_AUTH_SOCK=/tmp/ssh-dPOqQZMbegTf/agent.74 [2025-03-31T07:11:38.245Z] SSH_AGENT_PID=80 [2025-03-31T07:11:38.249Z] Running ssh-add (command line suppressed) [2025-03-31T07:11:38.357Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4679320438252582295.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4679320438252582295.key) [2025-03-31T07:11:38.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-31T07:11:38.664Z] + git semver init [2025-03-31T07:11:38.923Z] 2025-03-31 07:11:38,879 [run_init] DEBUG init version:0.0.0 force:False [2025-03-31T07:11:38.923Z] 2025-03-31 07:11:38,880 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-03-31T07:11:38.923Z] 2025-03-31 07:11:38,880 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-03-31T07:11:38.923Z] 2025-03-31 07:11:38,880 [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, universal_newlines=False, shell=None, istream=None) [2025-03-31T07:11:40.831Z] 2025-03-31 07:11:40,314 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-03-31T07:11:40.831Z] 2025-03-31 07:11:40,314 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-03-31T07:11:40.831Z] 2025-03-31 07:11:40,315 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-31T07:11:40.831Z] 2025-03-31 07:11:40,315 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-31T07:11:40.831Z] 4.1.0-dev.1 [Pipeline] } [2025-03-31T07:11:40.840Z] $ docker exec --env ******** --env ******** 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent -k [2025-03-31T07:11:40.938Z] unset SSH_AUTH_SOCK; [2025-03-31T07:11:40.938Z] unset SSH_AGENT_PID; [2025-03-31T07:11:40.939Z] echo Agent pid 80 killed; [2025-03-31T07:11:40.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:11:41.270Z] + git semver [Pipeline] } [2025-03-31T07:11:41.543Z] $ docker stop --time=1 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 [2025-03-31T07:11:42.846Z] $ docker rm -f --volumes 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-31T07:11:43.198Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-31T07:11:43.438Z] Stashed 1 file(s) [Pipeline] echo [2025-03-31T07:11:43.442Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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-03-31T07:11:43.647Z] provisioning config files... [2025-03-31T07:11:43.662Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17506642608031332515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:11:43.971Z] ---> ****-login.sh [2025-03-31T07:11:43.971Z] nexus3.edgexfoundry.org:10001 [2025-03-31T07:11:43.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:43.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:43.971Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:43.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:43.972Z] [2025-03-31T07:11:43.972Z] Login Succeeded [2025-03-31T07:11:43.972Z] nexus3.edgexfoundry.org:10002 [2025-03-31T07:11:43.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:43.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:43.972Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:43.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:43.972Z] [2025-03-31T07:11:43.972Z] Login Succeeded [2025-03-31T07:11:43.972Z] nexus3.edgexfoundry.org:10003 [2025-03-31T07:11:44.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:44.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:44.238Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:44.238Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:44.238Z] [2025-03-31T07:11:44.238Z] Login Succeeded [2025-03-31T07:11:44.238Z] nexus3.edgexfoundry.org:10004 [2025-03-31T07:11:44.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:44.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:44.239Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:44.239Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:44.239Z] [2025-03-31T07:11:44.239Z] Login Succeeded [2025-03-31T07:11:44.239Z] ****.io [2025-03-31T07:11:44.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:11:44.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:11:44.758Z] Configure a credential helper to remove this warning. See [2025-03-31T07:11:44.758Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:11:44.758Z] [2025-03-31T07:11:44.758Z] Login Succeeded [2025-03-31T07:11:44.758Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T07:11:44.765Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-31T07:11:44.857Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T07:11:44.886Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T07:11:44.906Z] ========================================================= [2025-03-31T07:11:44.906Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-31T07:11:44.906Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:11:45.256Z] + 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-03-31T07:11:45.256Z] Sending build context to Docker daemon 21.66MB [2025-03-31T07:11:45.256Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T07:11:45.256Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-31T07:11:45.256Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-31T07:11:45.256Z] da9db072f522: Pulling fs layer [2025-03-31T07:11:45.256Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-31T07:11:45.256Z] 06f05ace1117: Pulling fs layer [2025-03-31T07:11:45.256Z] 5fe327b54edc: Pulling fs layer [2025-03-31T07:11:45.256Z] 4f4fb700ef54: Pulling fs layer [2025-03-31T07:11:45.256Z] 92a5565b7b96: Pulling fs layer [2025-03-31T07:11:45.256Z] ff9bb7016b71: Pulling fs layer [2025-03-31T07:11:45.256Z] b67dba6c2c7d: Pulling fs layer [2025-03-31T07:11:45.256Z] a813b0c90790: Pulling fs layer [2025-03-31T07:11:45.256Z] 4f4fb700ef54: Waiting [2025-03-31T07:11:45.256Z] 92a5565b7b96: Waiting [2025-03-31T07:11:45.256Z] ff9bb7016b71: Waiting [2025-03-31T07:11:45.256Z] b67dba6c2c7d: Waiting [2025-03-31T07:11:45.256Z] a813b0c90790: Waiting [2025-03-31T07:11:45.256Z] 5fe327b54edc: Waiting [2025-03-31T07:11:45.517Z] 6ef4a4ee8ca5: Verifying Checksum [2025-03-31T07:11:45.517Z] 6ef4a4ee8ca5: Download complete [2025-03-31T07:11:45.517Z] 5fe327b54edc: Verifying Checksum [2025-03-31T07:11:45.517Z] 5fe327b54edc: Download complete [2025-03-31T07:11:45.517Z] 4f4fb700ef54: Download complete [2025-03-31T07:11:45.517Z] 92a5565b7b96: Download complete [2025-03-31T07:11:45.517Z] da9db072f522: Download complete [2025-03-31T07:11:45.517Z] ff9bb7016b71: Verifying Checksum [2025-03-31T07:11:45.517Z] ff9bb7016b71: Download complete [2025-03-31T07:11:45.517Z] da9db072f522: Pull complete [2025-03-31T07:11:45.776Z] a813b0c90790: Verifying Checksum [2025-03-31T07:11:45.776Z] a813b0c90790: Download complete [2025-03-31T07:11:45.776Z] 6ef4a4ee8ca5: Pull complete [2025-03-31T07:11:45.776Z] 06f05ace1117: Download complete [2025-03-31T07:11:46.343Z] b67dba6c2c7d: Verifying Checksum [2025-03-31T07:11:46.343Z] b67dba6c2c7d: Download complete [2025-03-31T07:11:49.631Z] 06f05ace1117: Pull complete [2025-03-31T07:11:49.631Z] 5fe327b54edc: Pull complete [2025-03-31T07:11:49.631Z] 4f4fb700ef54: Pull complete [2025-03-31T07:11:49.631Z] 92a5565b7b96: Pull complete [2025-03-31T07:11:49.631Z] ff9bb7016b71: Pull complete [2025-03-31T07:11:52.162Z] b67dba6c2c7d: Pull complete [2025-03-31T07:11:52.421Z] a813b0c90790: Pull complete [2025-03-31T07:11:52.421Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-31T07:11:52.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-31T07:11:52.421Z] ---> 3ba60ce46760 [2025-03-31T07:11:52.421Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-31T07:11:55.715Z] ---> Running in d68d5fc78617 [2025-03-31T07:11:55.715Z] Removing intermediate container d68d5fc78617 [2025-03-31T07:11:55.715Z] ---> 22e8850b7d37 [2025-03-31T07:11:55.715Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T07:11:55.715Z] ---> Running in 2cde3676a3f9 [2025-03-31T07:11:55.715Z] Removing intermediate container 2cde3676a3f9 [2025-03-31T07:11:55.715Z] ---> c4a43edf6143 [2025-03-31T07:11:55.715Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T07:11:55.715Z] ---> Running in 4fd9ef635de5 [2025-03-31T07:11:55.975Z] Removing intermediate container 4fd9ef635de5 [2025-03-31T07:11:55.975Z] ---> 4647d1081d16 [2025-03-31T07:11:55.975Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T07:11:55.975Z] ---> Running in 22682bd48ef7 [2025-03-31T07:11:55.975Z] Removing intermediate container 22682bd48ef7 [2025-03-31T07:11:55.975Z] ---> 3569f61cb9df [2025-03-31T07:11:55.975Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T07:11:55.975Z] ---> Running in 298273c75118 [2025-03-31T07:11:56.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T07:11:56.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T07:11:56.771Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-31T07:11:56.771Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-31T07:11:56.771Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-31T07:11:56.771Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-31T07:11:56.771Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T07:11:56.771Z] OK: 252 MiB in 62 packages [2025-03-31T07:11:57.349Z] Removing intermediate container 298273c75118 [2025-03-31T07:11:57.349Z] ---> 4b68ba1b9f80 [2025-03-31T07:11:57.349Z] Step 8/12 : WORKDIR /device-rest-go [2025-03-31T07:11:57.349Z] ---> Running in 40a100fe5646 [2025-03-31T07:11:57.349Z] Removing intermediate container 40a100fe5646 [2025-03-31T07:11:57.349Z] ---> 8691d54ab83f [2025-03-31T07:11:57.349Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-31T07:11:57.609Z] ---> 0335b779aaf9 [2025-03-31T07:11:57.609Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T07:11:57.609Z] ---> Running in 65f3f9a5541c [2025-03-31T07:11:58.600Z] Still waiting to schedule task [2025-03-31T07:11:58.600Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-03-31T07:12:36.496Z] Removing intermediate container 65f3f9a5541c [2025-03-31T07:12:36.496Z] ---> 506cfe0d0bef [2025-03-31T07:12:36.496Z] Step 11/12 : COPY . . [2025-03-31T07:12:37.503Z] ---> 13bc9d27f944 [2025-03-31T07:12:37.503Z] Step 12/12 : RUN $MAKE [2025-03-31T07:12:37.503Z] ---> Running in bd4448b46d3c [2025-03-31T07:12:37.765Z] noop [2025-03-31T07:12:38.024Z] Removing intermediate container bd4448b46d3c [2025-03-31T07:12:38.024Z] ---> ecd674305bac [2025-03-31T07:12:38.024Z] Successfully built ecd674305bac [2025-03-31T07:12:38.024Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:12:38.358Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-31T07:12:38.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:12:38.447Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:12:38.471Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-03-31T07:12:38.809Z] $ docker top 4e820dea3b3e26049cb443a869df88d5b499bdc412b1b154d7b0ce2e960c4086 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:12:39.158Z] + go version [2025-03-31T07:12:39.158Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-31T07:12:39.167Z] $ docker stop --time=1 4e820dea3b3e26049cb443a869df88d5b499bdc412b1b154d7b0ce2e960c4086 [2025-03-31T07:12:40.421Z] $ docker rm -f --volumes 4e820dea3b3e26049cb443a869df88d5b499bdc412b1b154d7b0ce2e960c4086 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:12:40.862Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-31T07:12:40.862Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:12:40.942Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:12:40.969Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-03-31T07:12:41.293Z] $ docker top 6f06fa2a5d487ce42988a1cfdddf8f5b8cb89f80d0d8988921be3fa8f444ad69 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:12:41.638Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-03-31T07:12:41.945Z] + make test [2025-03-31T07:12:41.945Z] go test ./... -coverprofile=coverage.out ./... [2025-03-31T07:12:43.331Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-03-31T07:13:05.959Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-03-31T07:13:05.959Z] ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 33.2% of statements [2025-03-31T07:13:15.926Z] go vet ./... [2025-03-31T07:13:21.197Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-31T07:13:21.197Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-31T07:13:21.197Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-31T07:13:21.210Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-31T07:13:21.231Z] $ docker stop --time=1 6f06fa2a5d487ce42988a1cfdddf8f5b8cb89f80d0d8988921be3fa8f444ad69 [2025-03-31T07:13:24.544Z] $ docker rm -f --volumes 6f06fa2a5d487ce42988a1cfdddf8f5b8cb89f80d0d8988921be3fa8f444ad69 [2025-03-31T07:13:24.628Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-42430 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws [2025-03-31T07:13:24.903Z] Running in /w/workspace/device-rest-go/192 [Pipeline] { [Pipeline] checkout [2025-03-31T07:13:25.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-31T07:13:27.961Z] The recommended git tool is: git [2025-03-31T07:13:27.995Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-03-31T07:13:28.563Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-31T07:13:28.854Z] + ls -al . [2025-03-31T07:13:28.854Z] total 244 [2025-03-31T07:13:28.854Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:12 . [2025-03-31T07:13:28.854Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:11 .. [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 151 Mar 31 07:11 .dockerignore [2025-03-31T07:13:28.854Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:13 .git [2025-03-31T07:13:28.854Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 .github [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 264 Mar 31 07:11 .gitignore [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 31 07:11 .golangci.yml [2025-03-31T07:13:28.854Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 07:11 .semver [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 20138 Mar 31 07:11 Attribution.txt [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 18492 Mar 31 07:11 CHANGELOG.md [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 1697 Mar 31 07:11 Dockerfile [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 07:11 GOVERNANCE.md [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 680 Mar 31 07:11 Jenkinsfile [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 07:11 LICENSE [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 2598 Mar 31 07:11 Makefile [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 31 07:11 OWNERS.md [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 3989 Mar 31 07:11 README.md [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 07:11 VERSION [2025-03-31T07:13:28.854Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:11 bin [2025-03-31T07:13:28.854Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 cmd [2025-03-31T07:13:28.854Z] -rw-r--r-- 1 jenkins jenkins 14565 Mar 31 07:13 coverage.out [2025-03-31T07:13:28.854Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:11 driver [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 6244 Mar 31 07:11 go.mod [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 07:11 go.sum [2025-03-31T07:13:28.854Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 openapi [2025-03-31T07:13:28.854Z] -rw-rw-r-- 1 jenkins jenkins 713 Mar 31 07:11 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:13:29.170Z] + 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=30c083a5452dbfcd7d2c6cff84583659684690cc --label arch=amd64 --label version=4.1.0-dev.1 . [2025-03-31T07:13:29.170Z] Sending build context to Docker daemon 21.68MB [2025-03-31T07:13:29.170Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T07:13:29.170Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-31T07:13:29.170Z] ---> ecd674305bac [2025-03-31T07:13:29.170Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-31T07:13:29.428Z] ---> Running in d78b5422a791 [2025-03-31T07:13:29.428Z] Removing intermediate container d78b5422a791 [2025-03-31T07:13:29.428Z] ---> 7f6778c40c1c [2025-03-31T07:13:29.428Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T07:13:29.428Z] ---> Running in 4526e1066515 [2025-03-31T07:13:29.689Z] Removing intermediate container 4526e1066515 [2025-03-31T07:13:29.689Z] ---> 6d3dc48d75be [2025-03-31T07:13:29.689Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T07:13:29.689Z] ---> Running in 8eaa0d04aa26 [2025-03-31T07:13:29.689Z] Removing intermediate container 8eaa0d04aa26 [2025-03-31T07:13:29.689Z] ---> 847c9984fdb8 [2025-03-31T07:13:29.689Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T07:13:29.689Z] ---> Running in 5c449fca49b4 [2025-03-31T07:13:29.689Z] Removing intermediate container 5c449fca49b4 [2025-03-31T07:13:29.689Z] ---> 359e23cbca1b [2025-03-31T07:13:29.689Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T07:13:29.689Z] ---> Running in 0d8f0ef4e581 [2025-03-31T07:13:30.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T07:13:30.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T07:13:30.514Z] OK: 252 MiB in 62 packages [2025-03-31T07:13:31.083Z] Removing intermediate container 0d8f0ef4e581 [2025-03-31T07:13:31.083Z] ---> 44f743e615b9 [2025-03-31T07:13:31.083Z] Step 8/26 : WORKDIR /device-rest-go [2025-03-31T07:13:31.083Z] ---> Running in 90898529d87f [2025-03-31T07:13:31.083Z] Removing intermediate container 90898529d87f [2025-03-31T07:13:31.083Z] ---> 8b26573a7d39 [2025-03-31T07:13:31.083Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-31T07:13:31.083Z] ---> 9755c424b808 [2025-03-31T07:13:31.083Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T07:13:31.083Z] ---> Running in cdab14c9a28d [2025-03-31T07:13:32.017Z] Removing intermediate container cdab14c9a28d [2025-03-31T07:13:32.017Z] ---> 5b898a78ff1e [2025-03-31T07:13:32.017Z] Step 11/26 : COPY . . [2025-03-31T07:13:32.287Z] using credential edgex-jenkins-ssh [2025-03-31T07:13:32.309Z] Cloning the remote Git repository [2025-03-31T07:13:32.583Z] ---> bba0919cee3d [2025-03-31T07:13:32.583Z] Step 12/26 : RUN $MAKE [2025-03-31T07:13:32.583Z] ---> Running in a1ccdc8e1e19 [2025-03-31T07:13:32.344Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-03-31T07:13:32.431Z] > git init /w/workspace/device-rest-go/192 # timeout=10 [2025-03-31T07:13:32.562Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-03-31T07:13:32.563Z] > git --version # timeout=10 [2025-03-31T07:13:32.585Z] > git --version # 'git version 2.25.1' [2025-03-31T07:13:32.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-03-31T07:13:32.715Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-31T07:13:32.841Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-03-31T07:13:36.026Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-03-31T07:13:36.056Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-31T07:13:36.893Z] Avoid second fetch [2025-03-31T07:13:36.894Z] Checking out Revision 30c083a5452dbfcd7d2c6cff84583659684690cc (main) [2025-03-31T07:13:37.489Z] Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" [2025-03-31T07:13:36.908Z] > git config core.sparsecheckout # timeout=10 [2025-03-31T07:13:36.967Z] > git checkout -f 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-31T07:13:42.241Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-03-31T07:13:42.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-31T07:13:42.242Z] Dload Upload Total Spent Left Speed [2025-03-31T07:13:42.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 96451 [Pipeline] sh [2025-03-31T07:13:42.575Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-03-31T07:13:42.892Z] + sudo jq+ sudo tee /etc/docker/daemon.new [2025-03-31T07:13:42.892Z] . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-03-31T07:13:42.892Z] { [2025-03-31T07:13:42.892Z] "registry-mirrors": [ [2025-03-31T07:13:42.892Z] "https://nexus3.edgexfoundry.org:10001" [2025-03-31T07:13:42.892Z] ], [2025-03-31T07:13:42.892Z] "bip": "10.250.0.254/24", [2025-03-31T07:13:42.892Z] "hosts": [ [2025-03-31T07:13:42.892Z] "tcp://0.0.0.0:5555", [2025-03-31T07:13:42.892Z] "unix:///var/run/docker.sock" [2025-03-31T07:13:42.892Z] ], [2025-03-31T07:13:42.892Z] "mtu": 1458, [2025-03-31T07:13:42.892Z] "selinux-enabled": true, [2025-03-31T07:13:42.892Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-03-31T07:13:42.892Z] } [Pipeline] sh [2025-03-31T07:13:43.214Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-03-31T07:13:43.534Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:14:01.759Z] provisioning config files... [2025-03-31T07:14:01.781Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/192@tmp/config6812165154052961798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:14:02.233Z] ---> ****-login.sh [2025-03-31T07:14:02.233Z] nexus3.edgexfoundry.org:10001 [2025-03-31T07:14:02.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:02.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:02.773Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:02.773Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:02.773Z] [2025-03-31T07:14:02.773Z] Login Succeeded [2025-03-31T07:14:02.773Z] nexus3.edgexfoundry.org:10002 [2025-03-31T07:14:03.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:03.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:03.042Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:03.042Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:03.042Z] [2025-03-31T07:14:03.042Z] Login Succeeded [2025-03-31T07:14:03.042Z] nexus3.edgexfoundry.org:10003 [2025-03-31T07:14:03.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:03.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:03.309Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:03.309Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:03.309Z] [2025-03-31T07:14:03.309Z] Login Succeeded [2025-03-31T07:14:03.575Z] nexus3.edgexfoundry.org:10004 [2025-03-31T07:14:03.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:03.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:03.846Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:03.846Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:03.846Z] [2025-03-31T07:14:03.846Z] Login Succeeded [2025-03-31T07:14:03.846Z] ****.io [2025-03-31T07:14:03.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:04.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:04.113Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:04.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:04.113Z] [2025-03-31T07:14:04.113Z] Login Succeeded [2025-03-31T07:14:04.113Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T07:14:04.126Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-31T07:14:04.451Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T07:14:04.538Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T07:14:04.558Z] ========================================================= [2025-03-31T07:14:04.558Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-03-31T07:14:04.558Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:04.923Z] + 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-03-31T07:14:04.923Z] Sending build context to Docker daemon 141.8kB [2025-03-31T07:14:04.929Z] Removing intermediate container a1ccdc8e1e19 [2025-03-31T07:14:04.929Z] ---> c16e4b115f4b [2025-03-31T07:14:04.929Z] Step 13/26 : FROM alpine:3.20 [2025-03-31T07:14:04.929Z] 3.20: Pulling from library/alpine [2025-03-31T07:14:04.929Z] 0a9a5dfd008f: Pulling fs layer [2025-03-31T07:14:04.929Z] 0a9a5dfd008f: Verifying Checksum [2025-03-31T07:14:04.929Z] 0a9a5dfd008f: Download complete [2025-03-31T07:14:04.929Z] 0a9a5dfd008f: Pull complete [2025-03-31T07:14:04.929Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-31T07:14:04.929Z] Status: Downloaded newer image for alpine:3.20 [2025-03-31T07:14:04.929Z] ---> ff221270b9fb [2025-03-31T07:14:04.929Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-31T07:14:04.929Z] ---> Running in 2c93982804a4 [2025-03-31T07:14:04.929Z] Removing intermediate container 2c93982804a4 [2025-03-31T07:14:04.929Z] ---> 51db36a8f328 [2025-03-31T07:14:04.929Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-03-31T07:14:04.929Z] ---> Running in 644162daa33d [2025-03-31T07:14:04.929Z] Removing intermediate container 644162daa33d [2025-03-31T07:14:04.929Z] ---> 413f15f8eeb1 [2025-03-31T07:14:04.929Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-03-31T07:14:04.929Z] ---> Running in 14122d876171 [2025-03-31T07:14:05.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T07:14:05.191Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T07:14:05.191Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-31T07:14:05.191Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-03-31T07:14:05.191Z] 9986a736f7d3: Pulling fs layer [2025-03-31T07:14:05.191Z] 1f018df60701: Pulling fs layer [2025-03-31T07:14:05.191Z] 39f8f326b044: Pulling fs layer [2025-03-31T07:14:05.191Z] e6a1e7a6a96a: Pulling fs layer [2025-03-31T07:14:05.191Z] 4f4fb700ef54: Pulling fs layer [2025-03-31T07:14:05.191Z] d45d956e0dbf: Pulling fs layer [2025-03-31T07:14:05.191Z] d7702b0d1db1: Pulling fs layer [2025-03-31T07:14:05.191Z] 5c7f0f088c93: Pulling fs layer [2025-03-31T07:14:05.191Z] 4fdc064ae6cf: Pulling fs layer [2025-03-31T07:14:05.191Z] d45d956e0dbf: Waiting [2025-03-31T07:14:05.191Z] d7702b0d1db1: Waiting [2025-03-31T07:14:05.191Z] 5c7f0f088c93: Waiting [2025-03-31T07:14:05.191Z] e6a1e7a6a96a: Waiting [2025-03-31T07:14:05.191Z] 4f4fb700ef54: Waiting [2025-03-31T07:14:05.191Z] 4fdc064ae6cf: Waiting [2025-03-31T07:14:05.191Z] 1f018df60701: Verifying Checksum [2025-03-31T07:14:05.191Z] 1f018df60701: Download complete [2025-03-31T07:14:05.191Z] e6a1e7a6a96a: Verifying Checksum [2025-03-31T07:14:05.191Z] e6a1e7a6a96a: Download complete [2025-03-31T07:14:05.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T07:14:05.461Z] 4f4fb700ef54: Verifying Checksum [2025-03-31T07:14:05.461Z] 4f4fb700ef54: Download complete [2025-03-31T07:14:05.461Z] d45d956e0dbf: Verifying Checksum [2025-03-31T07:14:05.461Z] d45d956e0dbf: Download complete [2025-03-31T07:14:05.461Z] d7702b0d1db1: Verifying Checksum [2025-03-31T07:14:05.461Z] d7702b0d1db1: Download complete [2025-03-31T07:14:05.461Z] 9986a736f7d3: Verifying Checksum [2025-03-31T07:14:05.461Z] 9986a736f7d3: Download complete [2025-03-31T07:14:05.706Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-31T07:14:05.706Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T07:14:05.706Z] OK: 8 MiB in 15 packages [2025-03-31T07:14:05.731Z] 4fdc064ae6cf: Verifying Checksum [2025-03-31T07:14:05.732Z] 4fdc064ae6cf: Download complete [2025-03-31T07:14:05.966Z] Removing intermediate container 14122d876171 [2025-03-31T07:14:05.966Z] ---> 8906ca950010 [2025-03-31T07:14:05.966Z] Step 17/26 : RUN apk --no-cache upgrade [2025-03-31T07:14:05.966Z] ---> Running in 0af7b1cffaa9 [2025-03-31T07:14:06.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-31T07:14:06.321Z] 9986a736f7d3: Pull complete [2025-03-31T07:14:06.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-31T07:14:06.748Z] OK: 8 MiB in 15 packages [2025-03-31T07:14:06.913Z] 1f018df60701: Pull complete [2025-03-31T07:14:07.007Z] Removing intermediate container 0af7b1cffaa9 [2025-03-31T07:14:07.007Z] ---> e4d5aa7b4409 [2025-03-31T07:14:07.007Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-03-31T07:14:07.185Z] 39f8f326b044: Download complete [2025-03-31T07:14:07.941Z] ---> 3fe4db57bfd8 [2025-03-31T07:14:07.941Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-03-31T07:14:07.941Z] ---> 144709d21541 [2025-03-31T07:14:07.941Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-03-31T07:14:07.941Z] ---> 309ab4fc2529 [2025-03-31T07:14:07.941Z] Step 21/26 : EXPOSE 59986 [2025-03-31T07:14:07.941Z] ---> Running in 3fdd1387e177 [2025-03-31T07:14:08.154Z] 5c7f0f088c93: Download complete [2025-03-31T07:14:08.201Z] Removing intermediate container 3fdd1387e177 [2025-03-31T07:14:08.201Z] ---> 920563c9aa8d [2025-03-31T07:14:08.201Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-03-31T07:14:08.201Z] ---> Running in b14a53801413 [2025-03-31T07:14:08.201Z] Removing intermediate container b14a53801413 [2025-03-31T07:14:08.201Z] ---> d98a39fc3651 [2025-03-31T07:14:08.201Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-31T07:14:08.201Z] ---> Running in ccd99aeaf41e [2025-03-31T07:14:08.460Z] Removing intermediate container ccd99aeaf41e [2025-03-31T07:14:08.460Z] ---> a0eeda173877 [2025-03-31T07:14:08.460Z] Step 24/26 : LABEL arch=amd64 [2025-03-31T07:14:08.460Z] ---> Running in 69fb0ec70d33 [2025-03-31T07:14:08.460Z] Removing intermediate container 69fb0ec70d33 [2025-03-31T07:14:08.460Z] ---> 6bef12371824 [2025-03-31T07:14:08.460Z] Step 25/26 : LABEL git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:14:08.460Z] ---> Running in aa67cb38e062 [2025-03-31T07:14:08.460Z] Removing intermediate container aa67cb38e062 [2025-03-31T07:14:08.460Z] ---> ed9b2a013bf1 [2025-03-31T07:14:08.460Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-03-31T07:14:08.460Z] ---> Running in 02441535e542 [2025-03-31T07:14:08.720Z] Removing intermediate container 02441535e542 [2025-03-31T07:14:08.720Z] ---> 85fa9cb712e3 [2025-03-31T07:14:08.720Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-31T07:14:08.720Z] Successfully built 85fa9cb712e3 [2025-03-31T07:14:08.720Z] 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-03-31T07:14:08.865Z] provisioning config files... [2025-03-31T07:14:08.873Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9381973265834631416tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:14:09.185Z] ---> ****-login.sh [2025-03-31T07:14:09.185Z] nexus3.edgexfoundry.org:10001 [2025-03-31T07:14:09.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:09.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:09.185Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:09.185Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:09.185Z] [2025-03-31T07:14:09.185Z] Login Succeeded [2025-03-31T07:14:09.185Z] nexus3.edgexfoundry.org:10002 [2025-03-31T07:14:09.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:09.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:09.185Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:09.185Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:09.185Z] [2025-03-31T07:14:09.185Z] Login Succeeded [2025-03-31T07:14:09.185Z] nexus3.edgexfoundry.org:10003 [2025-03-31T07:14:09.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:09.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:09.444Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:09.444Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:09.444Z] [2025-03-31T07:14:09.444Z] Login Succeeded [2025-03-31T07:14:09.444Z] nexus3.edgexfoundry.org:10004 [2025-03-31T07:14:09.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:09.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:09.444Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:09.444Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:09.444Z] [2025-03-31T07:14:09.444Z] Login Succeeded [2025-03-31T07:14:09.444Z] ****.io [2025-03-31T07:14:09.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:14:09.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:14:09.703Z] Configure a credential helper to remove this warning. See [2025-03-31T07:14:09.703Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:14:09.703Z] [2025-03-31T07:14:09.703Z] Login Succeeded [2025-03-31T07:14:09.703Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T07:14:09.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T07:14:09.767Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T07:14:09.796Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-03-31T07:14:09.796Z] 30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:14:09.796Z] latest [2025-03-31T07:14:09.796Z] 4.1.0-dev.1 [2025-03-31T07:14:09.796Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:14:09.796Z] main [2025-03-31T07:14:09.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:10.143Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:10.470Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:14:10.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-31T07:14:10.470Z] 99dcdafa4618: Preparing [2025-03-31T07:14:10.470Z] dbb7e6f96060: Preparing [2025-03-31T07:14:10.470Z] 045d38dc69f8: Preparing [2025-03-31T07:14:10.470Z] 27392decb73e: Preparing [2025-03-31T07:14:10.470Z] e8d2fc165818: Preparing [2025-03-31T07:14:10.470Z] 994456c4fd7b: Preparing [2025-03-31T07:14:10.470Z] 994456c4fd7b: Waiting [2025-03-31T07:14:10.470Z] 99dcdafa4618: Pushed [2025-03-31T07:14:10.470Z] e8d2fc165818: Pushed [2025-03-31T07:14:10.470Z] dbb7e6f96060: Pushed [2025-03-31T07:14:10.470Z] 994456c4fd7b: Layer already exists [2025-03-31T07:14:10.470Z] 27392decb73e: Pushed [2025-03-31T07:14:13.757Z] 045d38dc69f8: Pushed [2025-03-31T07:14:14.017Z] 30c083a5452dbfcd7d2c6cff84583659684690cc: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:14.345Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:14.676Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-03-31T07:14:14.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-31T07:14:14.677Z] 99dcdafa4618: Preparing [2025-03-31T07:14:14.677Z] dbb7e6f96060: Preparing [2025-03-31T07:14:14.677Z] 045d38dc69f8: Preparing [2025-03-31T07:14:14.677Z] 27392decb73e: Preparing [2025-03-31T07:14:14.677Z] e8d2fc165818: Preparing [2025-03-31T07:14:14.677Z] 994456c4fd7b: Preparing [2025-03-31T07:14:14.677Z] 994456c4fd7b: Waiting [2025-03-31T07:14:14.677Z] e8d2fc165818: Layer already exists [2025-03-31T07:14:14.677Z] dbb7e6f96060: Layer already exists [2025-03-31T07:14:14.677Z] 99dcdafa4618: Layer already exists [2025-03-31T07:14:14.677Z] 045d38dc69f8: Layer already exists [2025-03-31T07:14:14.677Z] 27392decb73e: Layer already exists [2025-03-31T07:14:14.677Z] 994456c4fd7b: Layer already exists [2025-03-31T07:14:14.677Z] latest: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:15.013Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:15.351Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-03-31T07:14:15.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-31T07:14:15.352Z] 99dcdafa4618: Preparing [2025-03-31T07:14:15.352Z] dbb7e6f96060: Preparing [2025-03-31T07:14:15.352Z] 045d38dc69f8: Preparing [2025-03-31T07:14:15.352Z] 27392decb73e: Preparing [2025-03-31T07:14:15.352Z] e8d2fc165818: Preparing [2025-03-31T07:14:15.352Z] 994456c4fd7b: Preparing [2025-03-31T07:14:15.352Z] 994456c4fd7b: Waiting [2025-03-31T07:14:15.352Z] dbb7e6f96060: Layer already exists [2025-03-31T07:14:15.352Z] 99dcdafa4618: Layer already exists [2025-03-31T07:14:15.352Z] e8d2fc165818: Layer already exists [2025-03-31T07:14:15.352Z] 045d38dc69f8: Layer already exists [2025-03-31T07:14:15.352Z] 27392decb73e: Layer already exists [2025-03-31T07:14:15.352Z] 994456c4fd7b: Layer already exists [2025-03-31T07:14:15.352Z] 4.1.0-dev.1: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:15.696Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:16.026Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:14:16.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-31T07:14:16.026Z] 99dcdafa4618: Preparing [2025-03-31T07:14:16.026Z] dbb7e6f96060: Preparing [2025-03-31T07:14:16.026Z] 045d38dc69f8: Preparing [2025-03-31T07:14:16.026Z] 27392decb73e: Preparing [2025-03-31T07:14:16.026Z] e8d2fc165818: Preparing [2025-03-31T07:14:16.026Z] 994456c4fd7b: Preparing [2025-03-31T07:14:16.026Z] 994456c4fd7b: Waiting [2025-03-31T07:14:16.026Z] e8d2fc165818: Layer already exists [2025-03-31T07:14:16.026Z] 045d38dc69f8: Layer already exists [2025-03-31T07:14:16.026Z] 99dcdafa4618: Layer already exists [2025-03-31T07:14:16.026Z] dbb7e6f96060: Layer already exists [2025-03-31T07:14:16.026Z] 27392decb73e: Layer already exists [2025-03-31T07:14:16.026Z] 994456c4fd7b: Layer already exists [2025-03-31T07:14:16.026Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:16.362Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:14:16.693Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-03-31T07:14:16.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-31T07:14:16.693Z] 99dcdafa4618: Preparing [2025-03-31T07:14:16.693Z] dbb7e6f96060: Preparing [2025-03-31T07:14:16.693Z] 045d38dc69f8: Preparing [2025-03-31T07:14:16.693Z] 27392decb73e: Preparing [2025-03-31T07:14:16.693Z] e8d2fc165818: Preparing [2025-03-31T07:14:16.693Z] 994456c4fd7b: Preparing [2025-03-31T07:14:16.693Z] 994456c4fd7b: Waiting [2025-03-31T07:14:16.693Z] dbb7e6f96060: Layer already exists [2025-03-31T07:14:16.693Z] 27392decb73e: Layer already exists [2025-03-31T07:14:16.693Z] e8d2fc165818: Layer already exists [2025-03-31T07:14:16.693Z] 99dcdafa4618: Layer already exists [2025-03-31T07:14:16.693Z] 045d38dc69f8: Layer already exists [2025-03-31T07:14:16.693Z] 994456c4fd7b: Layer already exists [2025-03-31T07:14:16.693Z] main: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T07:14:16.770Z] ===================================================== [Pipeline] echo [2025-03-31T07:14:16.784Z] taggedImages: [2025-03-31T07:14:16.784Z] - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:14:16.784Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-03-31T07:14:16.784Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-03-31T07:14:16.784Z] - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:14:16.784Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-03-31T07:14:16.826Z] ========================================================= [2025-03-31T07:14:16.826Z] [edgeXBuildMultiArch] RAW Config: [2025-03-31T07:14:16.826Z] images: [2025-03-31T07:14:16.826Z] - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:14:16.826Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-03-31T07:14:16.826Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-03-31T07:14:16.826Z] - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:14:16.826Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-03-31T07:14:16.826Z] settingsFile: [2025-03-31T07:14:16.826Z] device-rest-go-settings [2025-03-31T07:14:16.826Z] ========================================================= [Pipeline] node [2025-03-31T07:14:23.172Z] 39f8f326b044: Pull complete [2025-03-31T07:14:23.172Z] e6a1e7a6a96a: Pull complete [2025-03-31T07:14:23.172Z] 4f4fb700ef54: Pull complete [2025-03-31T07:14:23.172Z] d45d956e0dbf: Pull complete [2025-03-31T07:14:23.172Z] d7702b0d1db1: Pull complete [2025-03-31T07:14:29.801Z] 5c7f0f088c93: Pull complete [2025-03-31T07:14:31.829Z] Still waiting to schedule task [2025-03-31T07:14:31.829Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-03-31T07:14:32.385Z] 4fdc064ae6cf: Pull complete [2025-03-31T07:14:32.385Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-03-31T07:14:32.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-31T07:14:32.385Z] ---> 63f30b955cb9 [2025-03-31T07:14:32.385Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-31T07:14:33.866Z] ---> Running in c4da44b51d87 [2025-03-31T07:14:33.866Z] Removing intermediate container c4da44b51d87 [2025-03-31T07:14:33.866Z] ---> 8ed3062839e6 [2025-03-31T07:14:33.866Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T07:14:34.131Z] ---> Running in 5399d63886ac [2025-03-31T07:14:34.399Z] Removing intermediate container 5399d63886ac [2025-03-31T07:14:34.399Z] ---> 6af4f2817680 [2025-03-31T07:14:34.399Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T07:14:34.399Z] ---> Running in e8bf006c00e9 [2025-03-31T07:14:34.664Z] Removing intermediate container e8bf006c00e9 [2025-03-31T07:14:34.664Z] ---> 97f12a752626 [2025-03-31T07:14:34.664Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T07:14:34.929Z] ---> Running in 73fa138bcf8f [2025-03-31T07:14:35.195Z] Removing intermediate container 73fa138bcf8f [2025-03-31T07:14:35.195Z] ---> 569b3d9a227b [2025-03-31T07:14:35.195Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T07:14:35.195Z] ---> Running in 736357bd4f2c [2025-03-31T07:14:36.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T07:14:36.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T07:14:38.141Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-31T07:14:38.141Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-31T07:14:38.141Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-31T07:14:38.141Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-31T07:14:38.141Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T07:14:38.141Z] OK: 244 MiB in 62 packages [2025-03-31T07:14:39.106Z] Removing intermediate container 736357bd4f2c [2025-03-31T07:14:39.106Z] ---> cc415c80686b [2025-03-31T07:14:39.106Z] Step 8/12 : WORKDIR /device-rest-go [2025-03-31T07:14:39.106Z] ---> Running in 53376598076f [2025-03-31T07:14:39.376Z] Removing intermediate container 53376598076f [2025-03-31T07:14:39.376Z] ---> 51d5b5737f69 [2025-03-31T07:14:39.376Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-31T07:14:39.960Z] ---> 253b1ba28840 [2025-03-31T07:14:39.960Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T07:14:39.960Z] ---> Running in 668e86617c0f [2025-03-31T07:15:08.487Z] Running on prd-centos7-docker-4c-2g-42431 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:15:08.538Z] provisioning config files... [2025-03-31T07:15:08.560Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17746405829221315740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:12.509Z] ---> ****-login.sh [2025-03-31T07:15:12.509Z] nexus3.edgexfoundry.org:10001 [2025-03-31T07:15:12.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:15:12.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:15:12.509Z] Configure a credential helper to remove this warning. See [2025-03-31T07:15:12.509Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:15:12.509Z] [2025-03-31T07:15:12.509Z] Login Succeeded [2025-03-31T07:15:12.509Z] nexus3.edgexfoundry.org:10002 [2025-03-31T07:15:12.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:15:12.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:15:12.769Z] Configure a credential helper to remove this warning. See [2025-03-31T07:15:12.769Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:15:12.769Z] [2025-03-31T07:15:12.769Z] Login Succeeded [2025-03-31T07:15:12.769Z] nexus3.edgexfoundry.org:10003 [2025-03-31T07:15:12.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:15:12.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:15:12.770Z] Configure a credential helper to remove this warning. See [2025-03-31T07:15:12.770Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:15:12.770Z] [2025-03-31T07:15:12.770Z] Login Succeeded [2025-03-31T07:15:12.770Z] nexus3.edgexfoundry.org:10004 [2025-03-31T07:15:12.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:15:13.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:15:13.030Z] Configure a credential helper to remove this warning. See [2025-03-31T07:15:13.030Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:15:13.030Z] [2025-03-31T07:15:13.030Z] Login Succeeded [2025-03-31T07:15:13.030Z] ****.io [2025-03-31T07:15:13.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:15:13.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:15:13.291Z] Configure a credential helper to remove this warning. See [2025-03-31T07:15:13.291Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:15:13.291Z] [2025-03-31T07:15:13.291Z] Login Succeeded [2025-03-31T07:15:13.291Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T07:15:13.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:15:13.652Z] + docker buildx ls [2025-03-31T07:15:13.652Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-03-31T07:15:13.652Z] default * docker [2025-03-31T07:15:13.652Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-03-31T07:15:13.946Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-03-31T07:15:13.946Z] edgex-builder [Pipeline] sh [2025-03-31T07:15:14.237Z] + docker buildx inspect --bootstrap [2025-03-31T07:15:14.237Z] #1 [internal] booting buildkit [2025-03-31T07:15:14.237Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-03-31T07:15:16.813Z] #1 pulling image moby/buildkit:buildx-stable-1 2.6s done [2025-03-31T07:15:16.813Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-03-31T07:15:18.197Z] #1 creating container buildx_buildkit_edgex-builder0 1.1s done [2025-03-31T07:15:18.197Z] #1 DONE 3.7s [2025-03-31T07:15:18.197Z] Name: edgex-builder [2025-03-31T07:15:18.197Z] Driver: docker-container [2025-03-31T07:15:18.197Z] [2025-03-31T07:15:18.197Z] Nodes: [2025-03-31T07:15:18.197Z] Name: edgex-builder0 [2025-03-31T07:15:18.197Z] Endpoint: unix:///var/run/docker.sock [2025-03-31T07:15:18.197Z] Status: running [2025-03-31T07:15:18.197Z] Buildkit: v0.20.2 [2025-03-31T07:15:18.197Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-03-31T07:15:18.493Z] + docker buildx ls [2025-03-31T07:15:18.493Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-03-31T07:15:18.493Z] edgex-builder * docker-container [2025-03-31T07:15:18.493Z] edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-03-31T07:15:18.493Z] default docker [2025-03-31T07:15:18.493Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-03-31T07:15:18.813Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc' [2025-03-31T07:15:18.813Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc --push - [2025-03-31T07:15:19.091Z] #1 [internal] load build definition from Dockerfile [2025-03-31T07:15:19.091Z] #1 transferring dockerfile: 196B done [2025-03-31T07:15:19.091Z] #1 DONE 0.0s [2025-03-31T07:15:19.091Z] [2025-03-31T07:15:19.091Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:15:19.091Z] #2 DONE 0.1s [2025-03-31T07:15:19.091Z] [2025-03-31T07:15:19.091Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:15:19.091Z] #3 DONE 0.1s [2025-03-31T07:15:19.091Z] [2025-03-31T07:15:19.091Z] #4 [internal] load .dockerignore [2025-03-31T07:15:19.091Z] #4 transferring context: 2B done [2025-03-31T07:15:19.091Z] #4 DONE 0.0s [2025-03-31T07:15:19.091Z] [2025-03-31T07:15:19.091Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:19.091Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:19.091Z] #5 DONE 0.0s [2025-03-31T07:15:19.091Z] [2025-03-31T07:15:19.091Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:19.091Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:19.091Z] #6 DONE 0.1s [2025-03-31T07:15:19.353Z] [2025-03-31T07:15:19.353Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T07:15:19.353Z] #7 DONE 0.0s [2025-03-31T07:15:19.353Z] [2025-03-31T07:15:19.353Z] #8 exporting to image [2025-03-31T07:15:19.353Z] #8 exporting layers done [2025-03-31T07:15:19.353Z] #8 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 0.0s done [2025-03-31T07:15:19.353Z] #8 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done [2025-03-31T07:15:19.353Z] #8 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done [2025-03-31T07:15:19.353Z] #8 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done [2025-03-31T07:15:19.353Z] #8 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done [2025-03-31T07:15:19.353Z] #8 pushing layers 0.1s done [2025-03-31T07:15:19.353Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed [2025-03-31T07:15:19.353Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T07:15:19.353Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done [2025-03-31T07:15:19.353Z] #8 DONE 0.2s [2025-03-31T07:15:19.353Z] [2025-03-31T07:15:19.353Z] 1 warning found (use --debug to expand): [2025-03-31T07:15:19.353Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T07:15:19.643Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-03-31T07:15:19.643Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-03-31T07:15:19.903Z] #1 [internal] load build definition from Dockerfile [2025-03-31T07:15:19.903Z] #1 transferring dockerfile: 162B done [2025-03-31T07:15:19.903Z] #1 DONE 0.0s [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-03-31T07:15:19.903Z] #2 DONE 0.0s [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-03-31T07:15:19.903Z] #3 DONE 0.0s [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #4 [internal] load .dockerignore [2025-03-31T07:15:19.903Z] #4 transferring context: 2B done [2025-03-31T07:15:19.903Z] #4 DONE 0.0s [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:19.903Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:19.903Z] #5 DONE 0.0s [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:19.903Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:19.903Z] #6 CACHED [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:19.903Z] #5 CACHED [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T07:15:19.903Z] #7 DONE 0.0s [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] #8 exporting to image [2025-03-31T07:15:19.903Z] #8 exporting layers done [2025-03-31T07:15:19.903Z] #8 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done [2025-03-31T07:15:19.903Z] #8 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done [2025-03-31T07:15:19.903Z] #8 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done [2025-03-31T07:15:19.903Z] #8 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done [2025-03-31T07:15:19.903Z] #8 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done [2025-03-31T07:15:19.903Z] #8 pushing layers 0.0s done [2025-03-31T07:15:19.903Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done [2025-03-31T07:15:19.903Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T07:15:19.903Z] #8 DONE 0.1s [2025-03-31T07:15:19.903Z] [2025-03-31T07:15:19.903Z] 1 warning found (use --debug to expand): [2025-03-31T07:15:19.903Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T07:15:20.195Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 --push - [2025-03-31T07:15:20.195Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1' [2025-03-31T07:15:20.195Z] #1 [internal] load build definition from Dockerfile [2025-03-31T07:15:20.195Z] #1 transferring dockerfile: 167B done [2025-03-31T07:15:20.195Z] #1 DONE 0.0s [2025-03-31T07:15:20.195Z] [2025-03-31T07:15:20.195Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-03-31T07:15:20.195Z] #2 DONE 0.0s [2025-03-31T07:15:20.195Z] [2025-03-31T07:15:20.195Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-03-31T07:15:20.195Z] #3 DONE 0.0s [2025-03-31T07:15:20.195Z] [2025-03-31T07:15:20.195Z] #4 [internal] load .dockerignore [2025-03-31T07:15:20.195Z] #4 transferring context: 2B done [2025-03-31T07:15:20.195Z] #4 DONE 0.0s [2025-03-31T07:15:20.195Z] [2025-03-31T07:15:20.195Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:20.195Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:20.195Z] #5 CACHED [2025-03-31T07:15:20.195Z] [2025-03-31T07:15:20.195Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:20.195Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:20.195Z] #6 CACHED [2025-03-31T07:15:20.195Z] [2025-03-31T07:15:20.195Z] #7 exporting to image [2025-03-31T07:15:20.195Z] #7 exporting layers done [2025-03-31T07:15:20.195Z] #7 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done [2025-03-31T07:15:20.195Z] #7 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done [2025-03-31T07:15:20.195Z] #7 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done [2025-03-31T07:15:20.195Z] #7 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done [2025-03-31T07:15:20.195Z] #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed [2025-03-31T07:15:20.195Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T07:15:20.454Z] #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done [2025-03-31T07:15:20.454Z] #7 pushing layers 0.0s done [2025-03-31T07:15:20.454Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done [2025-03-31T07:15:20.454Z] #7 DONE 0.1s [2025-03-31T07:15:20.454Z] [2025-03-31T07:15:20.454Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T07:15:20.454Z] #8 DONE 0.0s [2025-03-31T07:15:20.454Z] [2025-03-31T07:15:20.454Z] 1 warning found (use --debug to expand): [2025-03-31T07:15:20.454Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T07:15:20.748Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 --push - [2025-03-31T07:15:20.748Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1' [2025-03-31T07:15:21.009Z] #1 [internal] load build definition from Dockerfile [2025-03-31T07:15:21.009Z] #1 transferring dockerfile: 208B done [2025-03-31T07:15:21.009Z] #1 DONE 0.0s [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:15:21.009Z] #2 DONE 0.0s [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:15:21.009Z] #3 DONE 0.0s [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] #4 [internal] load .dockerignore [2025-03-31T07:15:21.009Z] #4 transferring context: 2B done [2025-03-31T07:15:21.009Z] #4 DONE 0.0s [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:21.009Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:21.009Z] #5 CACHED [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:21.009Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:21.009Z] #6 CACHED [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] #7 exporting to image [2025-03-31T07:15:21.009Z] #7 exporting layers done [2025-03-31T07:15:21.009Z] #7 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done [2025-03-31T07:15:21.009Z] #7 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done [2025-03-31T07:15:21.009Z] #7 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done [2025-03-31T07:15:21.009Z] #7 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done [2025-03-31T07:15:21.009Z] #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done [2025-03-31T07:15:21.009Z] #7 pushing layers 0.0s done [2025-03-31T07:15:21.009Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed [2025-03-31T07:15:21.009Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T07:15:21.009Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done [2025-03-31T07:15:21.009Z] #7 DONE 0.1s [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T07:15:21.009Z] #8 DONE 0.0s [2025-03-31T07:15:21.009Z] [2025-03-31T07:15:21.009Z] 1 warning found (use --debug to expand): [2025-03-31T07:15:21.009Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-31T07:15:21.307Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-03-31T07:15:21.307Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-03-31T07:15:21.307Z] #1 [internal] load build definition from Dockerfile [2025-03-31T07:15:21.307Z] #1 transferring dockerfile: 160B done [2025-03-31T07:15:21.307Z] #1 DONE 0.0s [2025-03-31T07:15:21.307Z] [2025-03-31T07:15:21.307Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-03-31T07:15:21.307Z] #2 DONE 0.0s [2025-03-31T07:15:21.307Z] [2025-03-31T07:15:21.307Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-03-31T07:15:21.307Z] #3 DONE 0.0s [2025-03-31T07:15:21.307Z] [2025-03-31T07:15:21.307Z] #4 [internal] load .dockerignore [2025-03-31T07:15:21.307Z] #4 transferring context: 2B done [2025-03-31T07:15:21.307Z] #4 DONE 0.0s [2025-03-31T07:15:21.307Z] [2025-03-31T07:15:21.307Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:21.307Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:21.307Z] #5 CACHED [2025-03-31T07:15:21.307Z] [2025-03-31T07:15:21.307Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 [2025-03-31T07:15:21.307Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done [2025-03-31T07:15:21.307Z] #6 CACHED [2025-03-31T07:15:21.307Z] [2025-03-31T07:15:21.307Z] #7 exporting to image [2025-03-31T07:15:21.307Z] #7 exporting layers done [2025-03-31T07:15:21.307Z] #7 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done [2025-03-31T07:15:21.307Z] #7 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done [2025-03-31T07:15:21.307Z] #7 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done [2025-03-31T07:15:21.307Z] #7 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done [2025-03-31T07:15:21.307Z] #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed [2025-03-31T07:15:21.307Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-31T07:15:21.568Z] #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done [2025-03-31T07:15:21.568Z] #7 pushing layers 0.0s done [2025-03-31T07:15:21.568Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done [2025-03-31T07:15:21.568Z] #7 DONE 0.1s [2025-03-31T07:15:21.568Z] [2025-03-31T07:15:21.568Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-03-31T07:15:21.568Z] #8 DONE 0.0s [2025-03-31T07:15:21.568Z] [2025-03-31T07:15:21.568Z] 1 warning found (use --debug to expand): [2025-03-31T07:15:21.568Z]  - 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-03-31T07:15:21.998Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:22.313Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:22.875Z] ---> package-listing.sh [2025-03-31T07:15:22.875Z] ++ facter osfamily [2025-03-31T07:15:22.875Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-31T07:15:23.135Z] + OS_FAMILY=redhat [2025-03-31T07:15:23.135Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-03-31T07:15:23.135Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-31T07:15:23.135Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-31T07:15:23.135Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-31T07:15:23.135Z] + PACKAGES=/tmp/packages_start.txt [2025-03-31T07:15:23.135Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-03-31T07:15:23.135Z] + PACKAGES=/tmp/packages_end.txt [2025-03-31T07:15:23.135Z] + case "${OS_FAMILY}" in [2025-03-31T07:15:23.135Z] + sort [2025-03-31T07:15:23.135Z] + rpm -qa [2025-03-31T07:15:23.710Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-31T07:15:23.710Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-31T07:15:23.711Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-31T07:15:23.711Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-03-31T07:15:23.711Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-03-31T07:15:23.711Z] + 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-03-31T07:15:23.724Z] 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-03-31T07:15:24.008Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:15:24.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:15:24.581Z] [2025-03-31T07:15:24.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:15:24.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:15:24.894Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-31T07:15:24.894Z] 5eb5b503b376: Pulling fs layer [2025-03-31T07:15:24.894Z] 5c69ac0246d0: Pulling fs layer [2025-03-31T07:15:24.894Z] ec43610c2a17: Pulling fs layer [2025-03-31T07:15:24.894Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-31T07:15:24.894Z] 33b1e0a273af: Pulling fs layer [2025-03-31T07:15:24.894Z] 5d3b04190fa2: Pulling fs layer [2025-03-31T07:15:24.894Z] 2f39f015ded8: Pulling fs layer [2025-03-31T07:15:24.894Z] 33b1e0a273af: Waiting [2025-03-31T07:15:24.894Z] 5d3b04190fa2: Waiting [2025-03-31T07:15:24.894Z] 2f39f015ded8: Waiting [2025-03-31T07:15:24.894Z] 3a2ae6a8a46f: Waiting [2025-03-31T07:15:24.894Z] 5c69ac0246d0: Verifying Checksum [2025-03-31T07:15:24.894Z] 5c69ac0246d0: Download complete [2025-03-31T07:15:24.894Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-31T07:15:24.894Z] 3a2ae6a8a46f: Download complete [2025-03-31T07:15:24.894Z] ec43610c2a17: Verifying Checksum [2025-03-31T07:15:24.894Z] ec43610c2a17: Download complete [2025-03-31T07:15:24.894Z] 33b1e0a273af: Verifying Checksum [2025-03-31T07:15:24.894Z] 33b1e0a273af: Download complete [2025-03-31T07:15:24.894Z] 5d3b04190fa2: Verifying Checksum [2025-03-31T07:15:24.894Z] 5d3b04190fa2: Download complete [2025-03-31T07:15:25.161Z] 5eb5b503b376: Verifying Checksum [2025-03-31T07:15:25.161Z] 5eb5b503b376: Download complete [2025-03-31T07:15:25.740Z] 2f39f015ded8: Verifying Checksum [2025-03-31T07:15:25.740Z] 2f39f015ded8: Download complete [2025-03-31T07:15:26.688Z] 5eb5b503b376: Pull complete [2025-03-31T07:15:26.688Z] 5c69ac0246d0: Pull complete [2025-03-31T07:15:27.265Z] ec43610c2a17: Pull complete [2025-03-31T07:15:27.265Z] 3a2ae6a8a46f: Pull complete [2025-03-31T07:15:27.533Z] 33b1e0a273af: Pull complete [2025-03-31T07:15:27.533Z] 5d3b04190fa2: Pull complete [2025-03-31T07:15:31.774Z] 2f39f015ded8: Pull complete [2025-03-31T07:15:31.774Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-31T07:15:31.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:15:31.774Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:15:31.957Z] prd-centos7-docker-4c-2g-42431 does not seem to be running inside a container [2025-03-31T07:15:31.990Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-31T07:15:35.230Z] $ docker top 5682105b53293f4ebdce9209912e0372a1f453241bf02788ac471b6eff5a6ac6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:15:35.595Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-31T07:15:35.884Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-31T07:15:36.182Z] + ls /var/log/sa-host [2025-03-31T07:15:36.182Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:15:36.380Z] provisioning config files... [2025-03-31T07:15:36.390Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4817491942257928983tmp [Pipeline] { [Pipeline] echo [2025-03-31T07:15:36.414Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:36.715Z] ---> create-netrc.sh [Pipeline] } [2025-03-31T07:15:36.723Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:37.084Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-31T07:15:37.094Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:37.385Z] ---> sudo-logs.sh [2025-03-31T07:15:37.385Z] Archiving 'sudo' log.. [2025-03-31T07:15:37.385Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42431.novalocal: Name or service not known [2025-03-31T07:15:37.385Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42431.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-03-31T07:15:37.414Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:37.704Z] ---> job-cost.sh [2025-03-31T07:15:37.705Z] lf-activate-venv: SKIPPING [2025-03-31T07:15:37.705Z] INFO: No Stack... [2025-03-31T07:15:37.964Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-03-31T07:15:38.222Z] INFO: Archiving Costs [Pipeline] echo [2025-03-31T07:15:38.235Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:38.515Z] ---> logs-deploy.sh [2025-03-31T07:15:38.515Z] lf-activate-venv: SKIPPING [2025-03-31T07:15:38.515Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/192 [2025-03-31T07:15:38.515Z] INFO: archiving workspace using pattern(s): [2025-03-31T07:15:39.454Z] Archives upload complete. [2025-03-31T07:15:39.454Z] INFO: archiving logs to Nexus [2025-03-31T07:15:40.476Z] ---> uname -a: [2025-03-31T07:15:40.476Z] Linux prd-centos7-docker-4c-2g-42431.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-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] ---> lscpu: [2025-03-31T07:15:40.476Z] Architecture: x86_64 [2025-03-31T07:15:40.476Z] CPU op-mode(s): 32-bit, 64-bit [2025-03-31T07:15:40.476Z] Byte Order: Little Endian [2025-03-31T07:15:40.476Z] Address sizes: 40 bits physical, 48 bits virtual [2025-03-31T07:15:40.476Z] CPU(s): 2 [2025-03-31T07:15:40.476Z] On-line CPU(s) list: 0,1 [2025-03-31T07:15:40.476Z] Thread(s) per core: 1 [2025-03-31T07:15:40.476Z] Core(s) per socket: 1 [2025-03-31T07:15:40.476Z] Socket(s): 2 [2025-03-31T07:15:40.476Z] NUMA node(s): 1 [2025-03-31T07:15:40.476Z] Vendor ID: AuthenticAMD [2025-03-31T07:15:40.476Z] CPU family: 23 [2025-03-31T07:15:40.476Z] Model: 49 [2025-03-31T07:15:40.476Z] Model name: AMD EPYC-Rome Processor [2025-03-31T07:15:40.476Z] Stepping: 0 [2025-03-31T07:15:40.476Z] CPU MHz: 2799.998 [2025-03-31T07:15:40.476Z] BogoMIPS: 5599.99 [2025-03-31T07:15:40.476Z] Virtualization: AMD-V [2025-03-31T07:15:40.476Z] Hypervisor vendor: KVM [2025-03-31T07:15:40.476Z] Virtualization type: full [2025-03-31T07:15:40.476Z] L1d cache: 64 KiB [2025-03-31T07:15:40.476Z] L1i cache: 64 KiB [2025-03-31T07:15:40.476Z] L2 cache: 1 MiB [2025-03-31T07:15:40.476Z] L3 cache: 32 MiB [2025-03-31T07:15:40.476Z] NUMA node0 CPU(s): 0,1 [2025-03-31T07:15:40.476Z] Vulnerability Itlb multihit: Not affected [2025-03-31T07:15:40.476Z] Vulnerability L1tf: Not affected [2025-03-31T07:15:40.476Z] Vulnerability Mds: Not affected [2025-03-31T07:15:40.476Z] Vulnerability Meltdown: Not affected [2025-03-31T07:15:40.476Z] Vulnerability Mmio stale data: Not affected [2025-03-31T07:15:40.476Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-03-31T07:15:40.476Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-03-31T07:15:40.476Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-03-31T07:15:40.476Z] Vulnerability Srbds: Not affected [2025-03-31T07:15:40.476Z] Vulnerability Tsx async abort: Not affected [2025-03-31T07:15:40.476Z] 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-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] ---> nproc: [2025-03-31T07:15:40.476Z] 2 [2025-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] ---> df -h: [2025-03-31T07:15:40.476Z] Filesystem Size Used Avail Use% Mounted on [2025-03-31T07:15:40.476Z] overlay 40G 7.3G 33G 19% / [2025-03-31T07:15:40.476Z] tmpfs 64M 0 64M 0% /dev [2025-03-31T07:15:40.476Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-03-31T07:15:40.476Z] shm 64M 0 64M 0% /dev/shm [2025-03-31T07:15:40.476Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] [2025-03-31T07:15:40.476Z] Cannot open /var/log/sysstat/sa31: No such file or directory [2025-03-31T07:15:40.476Z] Please check if data collecting is enabled [2025-03-31T07:15:40.476Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T07:15:40.519Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-03-31T07:15:40.525Z] $ docker stop --time=1 5682105b53293f4ebdce9209912e0372a1f453241bf02788ac471b6eff5a6ac6 [2025-03-31T07:15:41.699Z] $ docker rm -f --volumes 5682105b53293f4ebdce9209912e0372a1f453241bf02788ac471b6eff5a6ac6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-03-31T07:15:41.803Z] [WS-CLEANUP] Deleting project workspace... [2025-03-31T07:15:41.803Z] [WS-CLEANUP] Deferred wipeout is used... [2025-03-31T07:15:41.823Z] [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-03-31T07:15:42.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:15:42.280Z] [2025-03-31T07:15:42.280Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:15:42.588Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:15:42.588Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-31T07:15:42.588Z] 5eb5b503b376: Pulling fs layer [2025-03-31T07:15:42.588Z] 5c69ac0246d0: Pulling fs layer [2025-03-31T07:15:42.588Z] ec43610c2a17: Pulling fs layer [2025-03-31T07:15:42.588Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-31T07:15:42.588Z] 33b1e0a273af: Pulling fs layer [2025-03-31T07:15:42.588Z] 5d3b04190fa2: Pulling fs layer [2025-03-31T07:15:42.588Z] 2f39f015ded8: Pulling fs layer [2025-03-31T07:15:42.588Z] 3a2ae6a8a46f: Waiting [2025-03-31T07:15:42.588Z] 33b1e0a273af: Waiting [2025-03-31T07:15:42.588Z] 5d3b04190fa2: Waiting [2025-03-31T07:15:42.588Z] 2f39f015ded8: Waiting [2025-03-31T07:15:42.588Z] 5c69ac0246d0: Download complete [2025-03-31T07:15:42.588Z] 3a2ae6a8a46f: Download complete [2025-03-31T07:15:42.588Z] 33b1e0a273af: Verifying Checksum [2025-03-31T07:15:42.588Z] 33b1e0a273af: Download complete [2025-03-31T07:15:42.588Z] 5d3b04190fa2: Download complete [2025-03-31T07:15:42.588Z] ec43610c2a17: Download complete [2025-03-31T07:15:42.847Z] 5eb5b503b376: Verifying Checksum [2025-03-31T07:15:42.847Z] 5eb5b503b376: Download complete [2025-03-31T07:15:43.413Z] 2f39f015ded8: Download complete [2025-03-31T07:15:43.981Z] 5eb5b503b376: Pull complete [2025-03-31T07:15:43.981Z] 5c69ac0246d0: Pull complete [2025-03-31T07:15:44.548Z] ec43610c2a17: Pull complete [2025-03-31T07:15:44.548Z] 3a2ae6a8a46f: Pull complete [2025-03-31T07:15:44.807Z] 33b1e0a273af: Pull complete [2025-03-31T07:15:44.808Z] 5d3b04190fa2: Pull complete [2025-03-31T07:15:50.080Z] 2f39f015ded8: Pull complete [2025-03-31T07:15:50.080Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-31T07:15:50.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:15:50.080Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:15:50.184Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:15:50.213Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-31T07:15:53.493Z] $ docker top 92f1430dae0fa99b0847193d7a9af951f76bc37b072b1cadc9a142bfd6da877c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:15:53.897Z] ---> job-cost.sh [2025-03-31T07:15:53.897Z] lf-activate-venv: SKIPPING [2025-03-31T07:15:53.897Z] INFO: No Stack... [2025-03-31T07:15:54.156Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-31T07:15:54.416Z] INFO: Archiving Costs [Pipeline] sh [2025-03-31T07:15:54.705Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-03-31T07:15:54.705Z] + cut -d, -f6 [Pipeline] lock [2025-03-31T07:15:54.717Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [2025-03-31T07:15:54.724Z] Resource [jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] did not exist. Created. [2025-03-31T07:15:54.730Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-31T07:15:55.041Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-31T07:15:55.074Z] Stashed 1 file(s) [Pipeline] } [2025-03-31T07:15:55.086Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-31T07:15:55.116Z] $ docker stop --time=1 92f1430dae0fa99b0847193d7a9af951f76bc37b072b1cadc9a142bfd6da877c [2025-03-31T07:15:56.293Z] $ docker rm -f --volumes 92f1430dae0fa99b0847193d7a9af951f76bc37b072b1cadc9a142bfd6da877c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-03-31T07:16:31.607Z] Removing intermediate container 668e86617c0f [2025-03-31T07:16:31.607Z] ---> 5d33fafed1e1 [2025-03-31T07:16:31.607Z] Step 11/12 : COPY . . [2025-03-31T07:16:31.607Z] ---> 949ed1cd160e [2025-03-31T07:16:31.607Z] Step 12/12 : RUN $MAKE [2025-03-31T07:16:31.607Z] ---> Running in ef24cd1df10d [2025-03-31T07:16:31.607Z] noop [2025-03-31T07:16:31.607Z] Removing intermediate container ef24cd1df10d [2025-03-31T07:16:31.607Z] ---> 60326bb49e02 [2025-03-31T07:16:31.607Z] Successfully built 60326bb49e02 [2025-03-31T07:16:31.607Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:16:31.971Z] + docker inspect -f . ci-base-image-arm64 [2025-03-31T07:16:31.971Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:16:32.192Z] prd-ubuntu20.04-docker-arm64-4c-16g-42430 does not seem to be running inside a container [2025-03-31T07:16:32.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/192 -v /w/workspace/device-rest-go/192:/w/workspace/device-rest-go/192:rw,z -v /w/workspace/device-rest-go/192@tmp:/w/workspace/device-rest-go/192@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 ******** -e ******** ci-base-image-arm64 cat [2025-03-31T07:16:33.467Z] $ docker top 6521a655ddb492227cf5c6adb4549580ebedf0ed9d8ea9c120665cbed8264992 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:16:34.309Z] + go version [2025-03-31T07:16:34.309Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-03-31T07:16:34.318Z] $ docker stop --time=1 6521a655ddb492227cf5c6adb4549580ebedf0ed9d8ea9c120665cbed8264992 [2025-03-31T07:16:35.927Z] $ docker rm -f --volumes 6521a655ddb492227cf5c6adb4549580ebedf0ed9d8ea9c120665cbed8264992 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:16:36.518Z] + docker inspect -f . ci-base-image-arm64 [2025-03-31T07:16:36.518Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:16:36.695Z] prd-ubuntu20.04-docker-arm64-4c-16g-42430 does not seem to be running inside a container [2025-03-31T07:16:36.753Z] $ 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/192 -v /w/workspace/device-rest-go/192:/w/workspace/device-rest-go/192:rw,z -v /w/workspace/device-rest-go/192@tmp:/w/workspace/device-rest-go/192@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 ******** -e ******** ci-base-image-arm64 cat [2025-03-31T07:16:37.892Z] $ docker top 98bf8043715a630515069a28c3b8e0e5dce1e6cd60c1e2b52417564a0279d1c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:16:38.713Z] + git config --global --add safe.directory /w/workspace/device-rest-go/192 [Pipeline] fileExists [Pipeline] sh [2025-03-31T07:16:39.049Z] + make test [2025-03-31T07:16:39.050Z] go test ./... -coverprofile=coverage.out ./... [2025-03-31T07:16:44.414Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-03-31T07:19:51.646Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-03-31T07:19:51.646Z] ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 33.2% of statements [2025-03-31T07:19:51.646Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-03-31T07:19:51.646Z] go vet ./... [2025-03-31T07:20:38.498Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-31T07:20:38.498Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-31T07:20:38.498Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-31T07:20:38.519Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-31T07:20:38.539Z] $ docker stop --time=1 98bf8043715a630515069a28c3b8e0e5dce1e6cd60c1e2b52417564a0279d1c1 [2025-03-31T07:20:40.368Z] $ docker rm -f --volumes 98bf8043715a630515069a28c3b8e0e5dce1e6cd60c1e2b52417564a0279d1c1 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-31T07:20:41.929Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-31T07:20:41.958Z] Warning: overwriting stash ‘coverage-report’ [2025-03-31T07:20:42.397Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-31T07:20:42.796Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-31T07:20:43.104Z] + ls -al . [2025-03-31T07:20:43.105Z] total 240 [2025-03-31T07:20:43.105Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:16 . [2025-03-31T07:20:43.105Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:13 .. [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 151 Mar 31 07:13 .dockerignore [2025-03-31T07:20:43.105Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:13 .git [2025-03-31T07:20:43.105Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:13 .github [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 264 Mar 31 07:13 .gitignore [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 31 07:13 .golangci.yml [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 20138 Mar 31 07:13 Attribution.txt [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 18492 Mar 31 07:13 CHANGELOG.md [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 1697 Mar 31 07:13 Dockerfile [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 07:13 GOVERNANCE.md [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 680 Mar 31 07:13 Jenkinsfile [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 07:13 LICENSE [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 2598 Mar 31 07:13 Makefile [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 31 07:13 OWNERS.md [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 3989 Mar 31 07:13 README.md [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 07:11 VERSION [2025-03-31T07:20:43.105Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:13 bin [2025-03-31T07:20:43.105Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:13 cmd [2025-03-31T07:20:43.105Z] -rw-r--r-- 1 jenkins jenkins 14565 Mar 31 07:19 coverage.out [2025-03-31T07:20:43.105Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:13 driver [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 6244 Mar 31 07:13 go.mod [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 07:13 go.sum [2025-03-31T07:20:43.105Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:13 openapi [2025-03-31T07:20:43.105Z] -rw-rw-r-- 1 jenkins jenkins 713 Mar 31 07:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:20:43.456Z] + 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=30c083a5452dbfcd7d2c6cff84583659684690cc --label arch=arm64 --label version=4.1.0-dev.1 . [2025-03-31T07:20:43.456Z] Sending build context to Docker daemon 157.2kB [2025-03-31T07:20:43.723Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-31T07:20:43.723Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-31T07:20:43.723Z] ---> 60326bb49e02 [2025-03-31T07:20:43.723Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-31T07:20:43.723Z] ---> Running in fb4f4c14f0fb [2025-03-31T07:20:43.989Z] Removing intermediate container fb4f4c14f0fb [2025-03-31T07:20:43.989Z] ---> 814b207d6d19 [2025-03-31T07:20:43.989Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-31T07:20:43.989Z] ---> Running in 32a84f0d1cca [2025-03-31T07:20:44.254Z] Removing intermediate container 32a84f0d1cca [2025-03-31T07:20:44.254Z] ---> ae944197a643 [2025-03-31T07:20:44.254Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-31T07:20:44.520Z] ---> Running in b119b6159dcc [2025-03-31T07:20:44.785Z] Removing intermediate container b119b6159dcc [2025-03-31T07:20:44.785Z] ---> 40ddf9fc53b4 [2025-03-31T07:20:44.785Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-31T07:20:44.785Z] ---> Running in e1f7dabb6de3 [2025-03-31T07:20:45.052Z] Removing intermediate container e1f7dabb6de3 [2025-03-31T07:20:45.052Z] ---> 4392807d2bd0 [2025-03-31T07:20:45.052Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-31T07:20:45.052Z] ---> Running in e458fcf6242a [2025-03-31T07:20:46.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T07:20:46.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T07:20:47.671Z] OK: 244 MiB in 62 packages [2025-03-31T07:20:48.628Z] Removing intermediate container e458fcf6242a [2025-03-31T07:20:48.628Z] ---> a219933d3546 [2025-03-31T07:20:48.628Z] Step 8/26 : WORKDIR /device-rest-go [2025-03-31T07:20:48.628Z] ---> Running in c32159c451ef [2025-03-31T07:20:48.893Z] Removing intermediate container c32159c451ef [2025-03-31T07:20:48.893Z] ---> 0f2f29d03b8b [2025-03-31T07:20:48.893Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-31T07:20:49.475Z] ---> a0504ae5d7e2 [2025-03-31T07:20:49.475Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-31T07:20:49.475Z] ---> Running in efde887d631d [2025-03-31T07:20:51.411Z] Removing intermediate container efde887d631d [2025-03-31T07:20:51.411Z] ---> ce79fc126259 [2025-03-31T07:20:51.411Z] Step 11/26 : COPY . . [2025-03-31T07:20:52.367Z] ---> 8729da8f174e [2025-03-31T07:20:52.367Z] Step 12/26 : RUN $MAKE [2025-03-31T07:20:52.367Z] ---> Running in c39577b75672 [2025-03-31T07:20:53.329Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-03-31T07:24:00.062Z] Removing intermediate container c39577b75672 [2025-03-31T07:24:00.062Z] ---> 464de7ca18c4 [2025-03-31T07:24:00.062Z] Step 13/26 : FROM alpine:3.20 [2025-03-31T07:24:00.062Z] 3.20: Pulling from library/alpine [2025-03-31T07:24:00.062Z] 94e9d8af2201: Pulling fs layer [2025-03-31T07:24:00.062Z] 94e9d8af2201: Verifying Checksum [2025-03-31T07:24:00.062Z] 94e9d8af2201: Download complete [2025-03-31T07:24:00.062Z] 94e9d8af2201: Pull complete [2025-03-31T07:24:00.062Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-31T07:24:00.062Z] Status: Downloaded newer image for alpine:3.20 [2025-03-31T07:24:00.062Z] ---> 7aab056cecc6 [2025-03-31T07:24:00.062Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-31T07:24:00.062Z] ---> Running in 5e913702db51 [2025-03-31T07:24:00.062Z] Removing intermediate container 5e913702db51 [2025-03-31T07:24:00.062Z] ---> 5e7e3942bdb6 [2025-03-31T07:24:00.062Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-03-31T07:24:00.062Z] ---> Running in c8246a08299b [2025-03-31T07:24:00.328Z] Removing intermediate container c8246a08299b [2025-03-31T07:24:00.328Z] ---> 6764e70af4a0 [2025-03-31T07:24:00.328Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-03-31T07:24:00.328Z] ---> Running in 46a03fbc02f0 [2025-03-31T07:24:01.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T07:24:01.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T07:24:02.952Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-31T07:24:02.952Z] Executing busybox-1.36.1-r29.trigger [2025-03-31T07:24:02.952Z] OK: 9 MiB in 15 packages [2025-03-31T07:24:03.912Z] Removing intermediate container 46a03fbc02f0 [2025-03-31T07:24:03.912Z] ---> bc116a64540d [2025-03-31T07:24:03.912Z] Step 17/26 : RUN apk --no-cache upgrade [2025-03-31T07:24:03.912Z] ---> Running in 91146f8d544b [2025-03-31T07:24:04.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-31T07:24:05.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-31T07:24:06.545Z] OK: 9 MiB in 15 packages [2025-03-31T07:24:07.510Z] Removing intermediate container 91146f8d544b [2025-03-31T07:24:07.510Z] ---> 701e2bb7b27d [2025-03-31T07:24:07.510Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-03-31T07:24:08.918Z] ---> 371b20e2cd25 [2025-03-31T07:24:08.918Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-03-31T07:24:09.501Z] ---> ba14051ebbab [2025-03-31T07:24:09.501Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-03-31T07:24:10.085Z] ---> 2a94d70f6535 [2025-03-31T07:24:10.085Z] Step 21/26 : EXPOSE 59986 [2025-03-31T07:24:10.085Z] ---> Running in f8ff2d349e9a [2025-03-31T07:24:10.349Z] Removing intermediate container f8ff2d349e9a [2025-03-31T07:24:10.349Z] ---> b4a01305510c [2025-03-31T07:24:10.349Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-03-31T07:24:10.349Z] ---> Running in 8f7f3e5f3a14 [2025-03-31T07:24:10.614Z] Removing intermediate container 8f7f3e5f3a14 [2025-03-31T07:24:10.615Z] ---> f3ee7e3ae58d [2025-03-31T07:24:10.615Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-31T07:24:10.615Z] ---> Running in c237afc6c2e0 [2025-03-31T07:24:11.193Z] Removing intermediate container c237afc6c2e0 [2025-03-31T07:24:11.193Z] ---> de75a172650e [2025-03-31T07:24:11.193Z] Step 24/26 : LABEL arch=arm64 [2025-03-31T07:24:11.193Z] ---> Running in b8a697f5c90b [2025-03-31T07:24:11.458Z] Removing intermediate container b8a697f5c90b [2025-03-31T07:24:11.458Z] ---> 2b553c8627c3 [2025-03-31T07:24:11.458Z] Step 25/26 : LABEL git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:24:11.458Z] ---> Running in 525b357b5ec5 [2025-03-31T07:24:11.724Z] Removing intermediate container 525b357b5ec5 [2025-03-31T07:24:11.724Z] ---> 0daa5063caa2 [2025-03-31T07:24:11.724Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-03-31T07:24:11.724Z] ---> Running in 161a40f80242 [2025-03-31T07:24:11.988Z] Removing intermediate container 161a40f80242 [2025-03-31T07:24:11.988Z] ---> 752caf5a9183 [2025-03-31T07:24:11.988Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-31T07:24:11.988Z] Successfully built 752caf5a9183 [2025-03-31T07:24:11.988Z] 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-03-31T07:24:12.142Z] provisioning config files... [2025-03-31T07:24:12.157Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/192@tmp/config312612475539101471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:24:12.486Z] ---> ****-login.sh [2025-03-31T07:24:12.487Z] nexus3.edgexfoundry.org:10001 [2025-03-31T07:24:12.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:24:12.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:24:12.759Z] Configure a credential helper to remove this warning. See [2025-03-31T07:24:12.759Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:24:12.759Z] [2025-03-31T07:24:12.759Z] Login Succeeded [2025-03-31T07:24:12.759Z] nexus3.edgexfoundry.org:10002 [2025-03-31T07:24:13.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:24:13.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:24:13.026Z] Configure a credential helper to remove this warning. See [2025-03-31T07:24:13.026Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:24:13.026Z] [2025-03-31T07:24:13.026Z] Login Succeeded [2025-03-31T07:24:13.026Z] nexus3.edgexfoundry.org:10003 [2025-03-31T07:24:13.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:24:13.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:24:13.294Z] Configure a credential helper to remove this warning. See [2025-03-31T07:24:13.294Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:24:13.294Z] [2025-03-31T07:24:13.294Z] Login Succeeded [2025-03-31T07:24:13.294Z] nexus3.edgexfoundry.org:10004 [2025-03-31T07:24:13.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:24:13.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:24:13.830Z] Configure a credential helper to remove this warning. See [2025-03-31T07:24:13.830Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:24:13.830Z] [2025-03-31T07:24:13.830Z] Login Succeeded [2025-03-31T07:24:13.830Z] ****.io [2025-03-31T07:24:14.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-31T07:24:14.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-31T07:24:14.358Z] Configure a credential helper to remove this warning. See [2025-03-31T07:24:14.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-31T07:24:14.358Z] [2025-03-31T07:24:14.358Z] Login Succeeded [2025-03-31T07:24:14.359Z] ---> ****-login.sh ends [Pipeline] } [2025-03-31T07:24:14.370Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T07:24:14.426Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-31T07:24:14.452Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-03-31T07:24:14.452Z] 30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:24:14.452Z] latest [2025-03-31T07:24:14.452Z] 4.1.0-dev.1 [2025-03-31T07:24:14.452Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:24:14.452Z] main [2025-03-31T07:24:14.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:14.828Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:15.196Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:24:15.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-31T07:24:15.196Z] b4b2e05d5251: Preparing [2025-03-31T07:24:15.196Z] f3d837c16345: Preparing [2025-03-31T07:24:15.196Z] 4595fb17b40e: Preparing [2025-03-31T07:24:15.196Z] 322ccee0d998: Preparing [2025-03-31T07:24:15.196Z] 2c00723dd5b5: Preparing [2025-03-31T07:24:15.196Z] dd9c8f8612c8: Preparing [2025-03-31T07:24:15.196Z] dd9c8f8612c8: Waiting [2025-03-31T07:24:15.460Z] 322ccee0d998: Pushed [2025-03-31T07:24:15.460Z] f3d837c16345: Pushed [2025-03-31T07:24:15.460Z] 2c00723dd5b5: Pushed [2025-03-31T07:24:15.460Z] b4b2e05d5251: Pushed [2025-03-31T07:24:15.460Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:24:22.077Z] 4595fb17b40e: Pushed [2025-03-31T07:24:22.077Z] 30c083a5452dbfcd7d2c6cff84583659684690cc: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:22.460Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:22.815Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-03-31T07:24:22.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-31T07:24:22.815Z] b4b2e05d5251: Preparing [2025-03-31T07:24:22.815Z] f3d837c16345: Preparing [2025-03-31T07:24:22.815Z] 4595fb17b40e: Preparing [2025-03-31T07:24:22.815Z] 322ccee0d998: Preparing [2025-03-31T07:24:22.815Z] 2c00723dd5b5: Preparing [2025-03-31T07:24:22.815Z] dd9c8f8612c8: Preparing [2025-03-31T07:24:22.815Z] dd9c8f8612c8: Waiting [2025-03-31T07:24:22.815Z] b4b2e05d5251: Layer already exists [2025-03-31T07:24:22.815Z] 322ccee0d998: Layer already exists [2025-03-31T07:24:22.815Z] f3d837c16345: Layer already exists [2025-03-31T07:24:22.815Z] 4595fb17b40e: Layer already exists [2025-03-31T07:24:22.815Z] 2c00723dd5b5: Layer already exists [2025-03-31T07:24:22.815Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:24:22.815Z] latest: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:23.181Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:23.533Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [2025-03-31T07:24:23.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-31T07:24:23.533Z] b4b2e05d5251: Preparing [2025-03-31T07:24:23.533Z] f3d837c16345: Preparing [2025-03-31T07:24:23.533Z] 4595fb17b40e: Preparing [2025-03-31T07:24:23.533Z] 322ccee0d998: Preparing [2025-03-31T07:24:23.533Z] 2c00723dd5b5: Preparing [2025-03-31T07:24:23.533Z] dd9c8f8612c8: Preparing [2025-03-31T07:24:23.533Z] dd9c8f8612c8: Waiting [2025-03-31T07:24:23.533Z] 4595fb17b40e: Layer already exists [2025-03-31T07:24:23.533Z] b4b2e05d5251: Layer already exists [2025-03-31T07:24:23.533Z] f3d837c16345: Layer already exists [2025-03-31T07:24:23.533Z] 2c00723dd5b5: Layer already exists [2025-03-31T07:24:23.533Z] 322ccee0d998: Layer already exists [2025-03-31T07:24:23.533Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:24:23.533Z] 4.1.0-dev.1: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:23.890Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:24.252Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:24:24.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-31T07:24:24.253Z] b4b2e05d5251: Preparing [2025-03-31T07:24:24.253Z] f3d837c16345: Preparing [2025-03-31T07:24:24.253Z] 4595fb17b40e: Preparing [2025-03-31T07:24:24.253Z] 322ccee0d998: Preparing [2025-03-31T07:24:24.253Z] 2c00723dd5b5: Preparing [2025-03-31T07:24:24.253Z] dd9c8f8612c8: Preparing [2025-03-31T07:24:24.253Z] 322ccee0d998: Layer already exists [2025-03-31T07:24:24.253Z] f3d837c16345: Layer already exists [2025-03-31T07:24:24.253Z] b4b2e05d5251: Layer already exists [2025-03-31T07:24:24.253Z] 4595fb17b40e: Layer already exists [2025-03-31T07:24:24.253Z] 2c00723dd5b5: Layer already exists [2025-03-31T07:24:24.253Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:24:24.253Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:24.608Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:24.962Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-03-31T07:24:24.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-31T07:24:24.963Z] b4b2e05d5251: Preparing [2025-03-31T07:24:24.963Z] f3d837c16345: Preparing [2025-03-31T07:24:24.963Z] 4595fb17b40e: Preparing [2025-03-31T07:24:24.963Z] 322ccee0d998: Preparing [2025-03-31T07:24:24.963Z] 2c00723dd5b5: Preparing [2025-03-31T07:24:24.963Z] dd9c8f8612c8: Preparing [2025-03-31T07:24:24.963Z] dd9c8f8612c8: Waiting [2025-03-31T07:24:24.963Z] 2c00723dd5b5: Layer already exists [2025-03-31T07:24:24.963Z] 4595fb17b40e: Layer already exists [2025-03-31T07:24:24.963Z] 322ccee0d998: Layer already exists [2025-03-31T07:24:24.963Z] b4b2e05d5251: Layer already exists [2025-03-31T07:24:24.963Z] f3d837c16345: Layer already exists [2025-03-31T07:24:24.963Z] dd9c8f8612c8: Layer already exists [2025-03-31T07:24:24.963Z] main: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-31T07:24:25.065Z] ===================================================== [Pipeline] echo [2025-03-31T07:24:25.084Z] taggedImages: [2025-03-31T07:24:25.084Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-31T07:24:25.084Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-03-31T07:24:25.084Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [2025-03-31T07:24:25.084Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [2025-03-31T07:24:25.084Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-03-31T07:24:25.100Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-31T07:24:25.114Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-03-31T07:24:25.125Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [Pipeline] echo [2025-03-31T07:24:25.138Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [Pipeline] echo [2025-03-31T07:24:25.154Z] 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-03-31T07:24:25.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-31T07:24:25.547Z] [2025-03-31T07:24:25.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:24:25.874Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-31T07:24:25.874Z] arm64: Pulling from edgex-lftools-log-publisher [2025-03-31T07:24:25.874Z] 8998bd30e6a1: Pulling fs layer [2025-03-31T07:24:25.874Z] 04944245beec: Pulling fs layer [2025-03-31T07:24:25.874Z] 699f458cf7ca: Pulling fs layer [2025-03-31T07:24:25.874Z] 765212b225bb: Pulling fs layer [2025-03-31T07:24:25.874Z] f23df028b6ca: Pulling fs layer [2025-03-31T07:24:25.874Z] d65c8cfc05b1: Pulling fs layer [2025-03-31T07:24:25.874Z] 2437ff75d9bd: Pulling fs layer [2025-03-31T07:24:25.874Z] 765212b225bb: Waiting [2025-03-31T07:24:25.874Z] f23df028b6ca: Waiting [2025-03-31T07:24:25.874Z] d65c8cfc05b1: Waiting [2025-03-31T07:24:25.874Z] 2437ff75d9bd: Waiting [2025-03-31T07:24:26.141Z] 04944245beec: Verifying Checksum [2025-03-31T07:24:26.141Z] 04944245beec: Download complete [2025-03-31T07:24:26.141Z] 765212b225bb: Verifying Checksum [2025-03-31T07:24:26.141Z] 765212b225bb: Download complete [2025-03-31T07:24:26.141Z] f23df028b6ca: Verifying Checksum [2025-03-31T07:24:26.141Z] f23df028b6ca: Download complete [2025-03-31T07:24:26.141Z] d65c8cfc05b1: Verifying Checksum [2025-03-31T07:24:26.141Z] d65c8cfc05b1: Download complete [2025-03-31T07:24:26.141Z] 699f458cf7ca: Verifying Checksum [2025-03-31T07:24:26.141Z] 699f458cf7ca: Download complete [2025-03-31T07:24:26.725Z] 8998bd30e6a1: Verifying Checksum [2025-03-31T07:24:26.725Z] 8998bd30e6a1: Download complete [2025-03-31T07:24:28.665Z] 2437ff75d9bd: Verifying Checksum [2025-03-31T07:24:28.665Z] 2437ff75d9bd: Download complete [2025-03-31T07:24:31.240Z] 8998bd30e6a1: Pull complete [2025-03-31T07:24:31.508Z] 04944245beec: Pull complete [2025-03-31T07:24:33.448Z] 699f458cf7ca: Pull complete [2025-03-31T07:24:33.448Z] 765212b225bb: Pull complete [2025-03-31T07:24:34.404Z] f23df028b6ca: Pull complete [2025-03-31T07:24:34.404Z] d65c8cfc05b1: Pull complete [2025-03-31T07:24:52.601Z] 2437ff75d9bd: Pull complete [2025-03-31T07:24:52.601Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-03-31T07:24:52.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-31T07:24:52.601Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:24:52.808Z] prd-ubuntu20.04-docker-arm64-4c-16g-42430 does not seem to be running inside a container [2025-03-31T07:24:52.871Z] $ 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/192 -v /w/workspace/device-rest-go/192:/w/workspace/device-rest-go/192:rw,z -v /w/workspace/device-rest-go/192@tmp:/w/workspace/device-rest-go/192@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-03-31T07:24:55.433Z] $ docker top 36d3d362938a60b3e7d9151efe582aebc419aab6e3619c67b9c78e78273f856d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:24:56.273Z] ---> job-cost.sh [2025-03-31T07:24:56.273Z] lf-activate-venv: SKIPPING [2025-03-31T07:24:56.273Z] INFO: No Stack... [2025-03-31T07:24:56.853Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-03-31T07:24:57.433Z] INFO: Archiving Costs [Pipeline] sh [2025-03-31T07:24:58.067Z] + cat /w/workspace/device-rest-go/192/archives/cost.csv [2025-03-31T07:24:58.068Z] + cut -d, -f6 [Pipeline] lock [2025-03-31T07:24:58.120Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [2025-03-31T07:24:58.129Z] Resource [jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] did not exist. Created. [2025-03-31T07:24:58.135Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-31T07:24:58.790Z] /w/workspace/device-rest-go/192@tmp/durable-ab9c05c7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-03-31T07:24:59.433Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-03-31T07:24:59.459Z] Warning: overwriting stash ‘stack-cost’ [2025-03-31T07:24:59.500Z] Stashed 1 file(s) [Pipeline] } [2025-03-31T07:24:59.511Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-31T07:24:59.534Z] $ docker stop --time=1 36d3d362938a60b3e7d9151efe582aebc419aab6e3619c67b9c78e78273f856d [2025-03-31T07:25:01.026Z] $ docker rm -f --volumes 36d3d362938a60b3e7d9151efe582aebc419aab6e3619c67b9c78e78273f856d [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-03-31T07:25:01.568Z] provisioning config files... [2025-03-31T07:25:01.577Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8069033771615608076tmp [Pipeline] { [Pipeline] sh [2025-03-31T07:25:01.876Z] + set +x [2025-03-31T07:25:01.876Z] + bash -s -- [2025-03-31T07:25:01.876Z] + curl -s https://codecov.io/bash [2025-03-31T07:25:02.135Z] [2025-03-31T07:25:02.135Z] _____ _ [2025-03-31T07:25:02.135Z] / ____| | | [2025-03-31T07:25:02.135Z] | | ___ __| | ___ ___ _____ __ [2025-03-31T07:25:02.135Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-03-31T07:25:02.135Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-03-31T07:25:02.135Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-03-31T07:25:02.135Z] Bash-1.0.6 [2025-03-31T07:25:02.135Z] [2025-03-31T07:25:02.135Z] [2025-03-31T07:25:02.135Z] ==> git version 2.25.1 found [2025-03-31T07:25:02.135Z] ==> 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-03-31T07:25:02.135Z] Release-Date: 2020-01-08 [2025-03-31T07:25:02.135Z] 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-03-31T07:25:02.135Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-03-31T07:25:02.135Z] ==> Jenkins CI detected. [2025-03-31T07:25:02.135Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-03-31T07:25:02.135Z] project root: . [2025-03-31T07:25:02.135Z] --> token set from env [2025-03-31T07:25:02.135Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-03-31T07:25:02.135Z] ==> Running gcov in . (disable via -X gcov) [2025-03-31T07:25:02.135Z] ==> Python coveragepy not found [2025-03-31T07:25:02.135Z] ==> Searching for coverage reports in: [2025-03-31T07:25:02.135Z] + . [2025-03-31T07:25:02.135Z] -> Found 1 reports [2025-03-31T07:25:02.135Z] ==> Detecting git/mercurial file structure [2025-03-31T07:25:02.135Z] ==> Reading reports [2025-03-31T07:25:02.135Z] + ./coverage.out bytes=14565 [2025-03-31T07:25:02.136Z] ==> Appending adjustments [2025-03-31T07:25:02.136Z] https://docs.codecov.io/docs/fixing-reports [2025-03-31T07:25:02.136Z] + Found adjustments [2025-03-31T07:25:02.136Z] ==> Gzipping contents [2025-03-31T07:25:02.136Z] 4.0K /tmp/codecov.ezutbU.gz [2025-03-31T07:25:02.136Z] ==> Uploading reports [2025-03-31T07:25:02.136Z] url: https://codecov.io [2025-03-31T07:25:02.136Z] query: branch=main&commit=30c083a5452dbfcd7d2c6cff84583659684690cc&build=192&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F192%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-31T07:25:02.136Z] -> Pinging Codecov [2025-03-31T07:25:02.136Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=30c083a5452dbfcd7d2c6cff84583659684690cc&build=192&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F192%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-31T07:25:02.395Z] -> Uploading to [2025-03-31T07:25:02.395Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/30c083a5452dbfcd7d2c6cff84583659684690cc/2bfc86f6-4827-43e5-ae88-ac75b830b239.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250331%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250331T072502Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=48a8c89849c348e509203915898b52462714c18c017a99e55dd0178f8f1e204d [2025-03-31T07:25:02.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-31T07:25:02.395Z] Dload Upload Total Spent Left Speed [2025-03-31T07:25:02.654Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2327 0 0 100 2327 0 13073 --:--:-- --:--:-- --:--:-- 13073 [2025-03-31T07:25:02.654Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [2025-03-31T07:25:02.662Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-03-31T07:25:02.907Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-03-31T07:25:02.925Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:25:03.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-31T07:25:03.230Z] [2025-03-31T07:25:03.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:25:03.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-31T07:25:03.540Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-03-31T07:25:03.540Z] 43c4264eed91: Pulling fs layer [2025-03-31T07:25:03.540Z] 4cc291be95ef: Pulling fs layer [2025-03-31T07:25:03.540Z] 2ac1f1163629: Pulling fs layer [2025-03-31T07:25:03.540Z] 5c3c966382ef: Pulling fs layer [2025-03-31T07:25:03.540Z] 4f4fb700ef54: Pulling fs layer [2025-03-31T07:25:03.540Z] d9c7d2e4e75e: Pulling fs layer [2025-03-31T07:25:03.540Z] 9c3e1370e548: Pulling fs layer [2025-03-31T07:25:03.540Z] 4f4fb700ef54: Waiting [2025-03-31T07:25:03.540Z] d9c7d2e4e75e: Waiting [2025-03-31T07:25:03.540Z] 9c3e1370e548: Waiting [2025-03-31T07:25:03.540Z] 4cc291be95ef: Download complete [2025-03-31T07:25:03.540Z] 5c3c966382ef: Verifying Checksum [2025-03-31T07:25:03.540Z] 5c3c966382ef: Download complete [2025-03-31T07:25:03.540Z] 4f4fb700ef54: Verifying Checksum [2025-03-31T07:25:03.540Z] 4f4fb700ef54: Download complete [2025-03-31T07:25:03.540Z] 43c4264eed91: Download complete [2025-03-31T07:25:03.800Z] 43c4264eed91: Pull complete [2025-03-31T07:25:03.800Z] 4cc291be95ef: Pull complete [2025-03-31T07:25:03.800Z] d9c7d2e4e75e: Verifying Checksum [2025-03-31T07:25:03.800Z] d9c7d2e4e75e: Download complete [2025-03-31T07:25:04.060Z] 2ac1f1163629: Verifying Checksum [2025-03-31T07:25:04.060Z] 2ac1f1163629: Download complete [2025-03-31T07:25:04.627Z] 9c3e1370e548: Verifying Checksum [2025-03-31T07:25:04.627Z] 9c3e1370e548: Download complete [2025-03-31T07:25:07.909Z] 2ac1f1163629: Pull complete [2025-03-31T07:25:07.909Z] 5c3c966382ef: Pull complete [2025-03-31T07:25:07.909Z] 4f4fb700ef54: Pull complete [2025-03-31T07:25:07.909Z] d9c7d2e4e75e: Pull complete [2025-03-31T07:25:11.188Z] 9c3e1370e548: Pull complete [2025-03-31T07:25:11.188Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-03-31T07:25:11.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-31T07:25:11.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:25:11.299Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:25:11.466Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-03-31T07:25:14.809Z] $ docker top 2b855dfb9360e8e1965840107dc40dac913f826d1e0dd12769179970ea016e7e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:25:15.190Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-03-31T07:25:15.212Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-03-31T07:25:15.530Z] + set -o pipefail [2025-03-31T07:25:15.530Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-03-31T07:25:25.507Z] [2025-03-31T07:25:25.507Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-03-31T07:25:25.507Z] [2025-03-31T07:25:25.507Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/9fa7f3ce-c248-4884-9d95-91fefe0db0f7 [2025-03-31T07:25:25.507Z] [2025-03-31T07:25:25.507Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-03-31T07:25:25.507Z] [Pipeline] } [2025-03-31T07:25:25.514Z] $ docker stop --time=1 2b855dfb9360e8e1965840107dc40dac913f826d1e0dd12769179970ea016e7e [2025-03-31T07:25:28.642Z] $ docker rm -f --volumes 2b855dfb9360e8e1965840107dc40dac913f826d1e0dd12769179970ea016e7e [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-03-31T07:25:29.520Z] + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] sh [2025-03-31T07:25:29.829Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T07:25:29.829Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:25:30.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:25:30.130Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:25:30.209Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:25:30.235Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-31T07:25:30.667Z] $ docker top b9272b209c5f55495139d255ed5db9a6ed87af59190a1542c0c6685b698b1e54 -eo pid,comm [2025-03-31T07:25:30.720Z] 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-03-31T07:25:30.720Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T07:25:30.774Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.12' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:25:31.081Z] + git semver [Pipeline] } [2025-03-31T07:25:31.350Z] $ docker stop --time=1 b9272b209c5f55495139d255ed5db9a6ed87af59190a1542c0c6685b698b1e54 [2025-03-31T07:25:32.621Z] $ docker rm -f --volumes b9272b209c5f55495139d255ed5db9a6ed87af59190a1542c0c6685b698b1e54 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:25:33.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-31T07:25:33.101Z] [2025-03-31T07:25:33.101Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:25:33.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-31T07:25:33.405Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-31T07:25:33.405Z] ab5ef0e58194: Pulling fs layer [2025-03-31T07:25:33.405Z] 9712f1f96733: Pulling fs layer [2025-03-31T07:25:33.405Z] 63f879dbbcfc: Pulling fs layer [2025-03-31T07:25:33.405Z] 0d9ebad4ef96: Pulling fs layer [2025-03-31T07:25:33.405Z] e9a5061849ea: Pulling fs layer [2025-03-31T07:25:33.405Z] d747dcd14b5f: Pulling fs layer [2025-03-31T07:25:33.405Z] 2de7ff778b66: Pulling fs layer [2025-03-31T07:25:33.405Z] e9a5061849ea: Waiting [2025-03-31T07:25:33.405Z] 2de7ff778b66: Waiting [2025-03-31T07:25:33.405Z] d747dcd14b5f: Waiting [2025-03-31T07:25:33.405Z] 9712f1f96733: Verifying Checksum [2025-03-31T07:25:33.405Z] 9712f1f96733: Download complete [2025-03-31T07:25:33.663Z] 63f879dbbcfc: Verifying Checksum [2025-03-31T07:25:33.663Z] 63f879dbbcfc: Download complete [2025-03-31T07:25:33.921Z] e9a5061849ea: Verifying Checksum [2025-03-31T07:25:33.921Z] e9a5061849ea: Download complete [2025-03-31T07:25:33.921Z] d747dcd14b5f: Verifying Checksum [2025-03-31T07:25:33.921Z] d747dcd14b5f: Download complete [2025-03-31T07:25:33.921Z] ab5ef0e58194: Verifying Checksum [2025-03-31T07:25:33.921Z] ab5ef0e58194: Download complete [2025-03-31T07:25:33.921Z] 0d9ebad4ef96: Verifying Checksum [2025-03-31T07:25:33.921Z] 0d9ebad4ef96: Download complete [2025-03-31T07:25:33.921Z] 2de7ff778b66: Verifying Checksum [2025-03-31T07:25:33.921Z] 2de7ff778b66: Download complete [2025-03-31T07:25:37.205Z] ab5ef0e58194: Pull complete [2025-03-31T07:25:37.205Z] 9712f1f96733: Pull complete [2025-03-31T07:25:37.463Z] 63f879dbbcfc: Pull complete [2025-03-31T07:25:41.647Z] 0d9ebad4ef96: Pull complete [2025-03-31T07:25:41.647Z] e9a5061849ea: Pull complete [2025-03-31T07:25:41.647Z] d747dcd14b5f: Pull complete [2025-03-31T07:25:42.581Z] 2de7ff778b66: Pull complete [2025-03-31T07:25:42.581Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-31T07:25:42.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-31T07:25:42.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:25:42.693Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:25:42.715Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-03-31T07:25:47.166Z] $ docker top a8ce5f847bc080bccd875cc4b28306bbc90260479628c2a201d83ba80a7ff6fa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:25:47.247Z] provisioning config files... [2025-03-31T07:25:47.253Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1178048503721431743tmp [2025-03-31T07:25:47.263Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config274429220822030392tmp [2025-03-31T07:25:47.271Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8790493966363564604tmp [Pipeline] { [Pipeline] echo [2025-03-31T07:25:47.304Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:25:47.596Z] ---> sigul-configuration.sh [2025-03-31T07:25:47.596Z] gpg: directory `/root/.gnupg' created [2025-03-31T07:25:47.596Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-31T07:25:47.596Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-31T07:25:47.596Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-31T07:25:47.596Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-31T07:25:47.596Z] gpg: CAST5 encrypted data [2025-03-31T07:25:47.596Z] gpg: encrypted with 1 passphrase [2025-03-31T07:25:47.596Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-31T07:25:47.890Z] + mkdir /home/jenkins [2025-03-31T07:25:47.890Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-31T07:25:48.188Z] + 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-03-31T07:25:48.203Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:25:48.494Z] ---> sigul-install.sh [2025-03-31T07:25:48.495Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-31T07:25:48.790Z] + git tag --list [2025-03-31T07:25:48.790Z] v1.0.0 [2025-03-31T07:25:48.790Z] v1.1.0 [2025-03-31T07:25:48.790Z] v1.1.1 [2025-03-31T07:25:48.790Z] v1.1.2 [2025-03-31T07:25:48.790Z] v1.2.0 [2025-03-31T07:25:48.790Z] v1.2.1 [2025-03-31T07:25:48.790Z] v2.0.0 [2025-03-31T07:25:48.790Z] v2.1.0 [2025-03-31T07:25:48.790Z] v2.1.1 [2025-03-31T07:25:48.790Z] v2.2.0 [2025-03-31T07:25:48.790Z] v2.3.0 [2025-03-31T07:25:48.790Z] v3.0 [2025-03-31T07:25:48.790Z] v3.0.0 [2025-03-31T07:25:48.790Z] v3.1 [2025-03-31T07:25:48.790Z] v3.1.0 [2025-03-31T07:25:48.790Z] v3.1.1 [2025-03-31T07:25:48.790Z] v4.0 [2025-03-31T07:25:48.790Z] v4.0.0 [2025-03-31T07:25:48.790Z] v4.0.0-dev.1 [2025-03-31T07:25:48.790Z] v4.0.0-dev.10 [2025-03-31T07:25:48.790Z] v4.0.0-dev.11 [2025-03-31T07:25:48.790Z] v4.0.0-dev.12 [2025-03-31T07:25:48.790Z] v4.0.0-dev.2 [2025-03-31T07:25:48.790Z] v4.0.0-dev.3 [2025-03-31T07:25:48.790Z] v4.0.0-dev.4 [2025-03-31T07:25:48.790Z] v4.0.0-dev.5 [2025-03-31T07:25:48.790Z] v4.0.0-dev.6 [2025-03-31T07:25:48.790Z] v4.0.0-dev.7 [2025-03-31T07:25:48.790Z] v4.0.0-dev.8 [2025-03-31T07:25:48.790Z] v4.0.0-dev.9 [Pipeline] sh [2025-03-31T07:25:49.087Z] + lftools sign git-tag v4.1.0-dev.1 [2025-03-31T07:25:49.654Z] Signing Git tag with Sigul... [2025-03-31T07:25:49.654Z] Signing v4.1.0-dev.1 [2025-03-31T07:25:49.654Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v4.1.0-dev.1'], return code 1, stdout , stderr [Pipeline] echo [2025-03-31T07:25:49.667Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:25:49.959Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-31T07:25:49.966Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-31T07:25:49.991Z] $ docker stop --time=1 a8ce5f847bc080bccd875cc4b28306bbc90260479628c2a201d83ba80a7ff6fa [2025-03-31T07:25:51.290Z] $ docker rm -f --volumes a8ce5f847bc080bccd875cc4b28306bbc90260479628c2a201d83ba80a7ff6fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-31T07:25:51.748Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T07:25:51.749Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:25:52.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:25:52.051Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:25:52.130Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:25:52.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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-31T07:25:52.503Z] $ docker top 024e9f31428d3440d488bc5a366fe7955d6c186c9b3fefe7b58c25bc574e8c98 -eo pid,comm [2025-03-31T07:25:52.556Z] 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-03-31T07:25:52.556Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T07:25:52.594Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.12' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:25:52.898Z] + git semver [Pipeline] } [2025-03-31T07:25:53.167Z] $ docker stop --time=1 024e9f31428d3440d488bc5a366fe7955d6c186c9b3fefe7b58c25bc574e8c98 [2025-03-31T07:25:54.443Z] $ docker rm -f --volumes 024e9f31428d3440d488bc5a366fe7955d6c186c9b3fefe7b58c25bc574e8c98 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-31T07:25:54.808Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-31T07:25:54.808Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:25:55.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-31T07:25:55.111Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:25:55.190Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:25:55.214Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-31T07:25:55.556Z] $ docker top 4e2f144bf0e3a82bfe797f8457ba7a4f8cc62b099d8c7bb94f6fde87b9352aea -eo pid,comm [2025-03-31T07:25:55.610Z] 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-03-31T07:25:55.610Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-31T07:25:55.662Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.12' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-31T07:25:55.971Z] + git semver [Pipeline] } [2025-03-31T07:25:56.238Z] $ docker stop --time=1 4e2f144bf0e3a82bfe797f8457ba7a4f8cc62b099d8c7bb94f6fde87b9352aea [2025-03-31T07:25:57.519Z] $ docker rm -f --volumes 4e2f144bf0e3a82bfe797f8457ba7a4f8cc62b099d8c7bb94f6fde87b9352aea [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-03-31T07:25:58.123Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-03-31T07:25:58.123Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-03-31T07:25:58.123Z] total 16 [2025-03-31T07:25:58.123Z] drwxr-xr-x 3 root root 4096 Mar 31 07:15 . [2025-03-31T07:25:58.123Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 07:25 .. [2025-03-31T07:25:58.123Z] drwxr-xr-x 2 root root 4096 Mar 31 07:15 cost [2025-03-31T07:25:58.123Z] -rw-r--r-- 1 root root 86 Mar 31 07:15 cost.csv [2025-03-31T07:25:58.123Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-03-31T07:25:58.123Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-03-31T07:25:58.123Z] total 16 [2025-03-31T07:25:58.123Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 07:15 . [2025-03-31T07:25:58.123Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 07:25 .. [2025-03-31T07:25:58.123Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 31 07:15 cost [2025-03-31T07:25:58.123Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 31 07:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:25:58.415Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:25:59.274Z] ---> package-listing.sh [2025-03-31T07:25:59.274Z] ++ facter osfamily [2025-03-31T07:25:59.274Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-31T07:25:59.532Z] + OS_FAMILY=debian [2025-03-31T07:25:59.532Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-03-31T07:25:59.532Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-31T07:25:59.532Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-31T07:25:59.532Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-31T07:25:59.532Z] + PACKAGES=/tmp/packages_start.txt [2025-03-31T07:25:59.532Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-03-31T07:25:59.532Z] + PACKAGES=/tmp/packages_end.txt [2025-03-31T07:25:59.532Z] + case "${OS_FAMILY}" in [2025-03-31T07:25:59.532Z] + dpkg -l [2025-03-31T07:25:59.532Z] + grep '^ii' [2025-03-31T07:25:59.532Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-31T07:25:59.532Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-31T07:25:59.532Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-31T07:25:59.532Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-03-31T07:25:59.532Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-03-31T07:25:59.532Z] + 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-03-31T07:25:59.544Z] 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-03-31T07:25:59.818Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-31T07:26:00.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-31T07:26:00.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-31T07:26:00.472Z] prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container [2025-03-31T07:26:00.494Z] $ 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-03-31T07:26:00.679Z] $ docker top 5896dc68aed7ca99fbb708a63cf1d13ad170c995753f594d06d6f12c528ce0d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-31T07:26:01.033Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-31T07:26:01.317Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-31T07:26:01.600Z] + ls /var/log/sa-host [2025-03-31T07:26:01.600Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-31T07:26:01.640Z] provisioning config files... [2025-03-31T07:26:01.651Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8704112984634908592tmp [Pipeline] { [Pipeline] echo [2025-03-31T07:26:01.672Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:26:01.955Z] ---> create-netrc.sh [Pipeline] } [2025-03-31T07:26:01.963Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:26:02.276Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-31T07:26:02.286Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:26:02.570Z] ---> sudo-logs.sh [2025-03-31T07:26:02.570Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-31T07:26:02.598Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:26:02.879Z] ---> job-cost.sh [2025-03-31T07:26:02.879Z] lf-activate-venv: SKIPPING [2025-03-31T07:26:02.879Z] DEBUG: total: 0.2199999988079071 [2025-03-31T07:26:02.879Z] INFO: Retrieving Stack Cost... [2025-03-31T07:26:03.138Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-31T07:26:03.706Z] INFO: Archiving Costs [Pipeline] echo [2025-03-31T07:26:03.719Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-31T07:26:04.000Z] ---> logs-deploy.sh [2025-03-31T07:26:04.000Z] lf-activate-venv: SKIPPING [2025-03-31T07:26:04.000Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/192 [2025-03-31T07:26:04.000Z] INFO: archiving workspace using pattern(s): [2025-03-31T07:26:05.376Z] Archives upload complete. [2025-03-31T07:26:05.376Z] INFO: archiving logs to Nexus [2025-03-31T07:26:05.944Z] ---> uname -a: [2025-03-31T07:26:05.944Z] Linux prd-ubuntu20-04-docker-8c-8g-42429 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] ---> lscpu: [2025-03-31T07:26:05.944Z] Architecture: x86_64 [2025-03-31T07:26:05.944Z] CPU op-mode(s): 32-bit, 64-bit [2025-03-31T07:26:05.944Z] Byte Order: Little Endian [2025-03-31T07:26:05.944Z] Address sizes: 40 bits physical, 48 bits virtual [2025-03-31T07:26:05.944Z] CPU(s): 8 [2025-03-31T07:26:05.944Z] On-line CPU(s) list: 0-7 [2025-03-31T07:26:05.944Z] Thread(s) per core: 1 [2025-03-31T07:26:05.944Z] Core(s) per socket: 1 [2025-03-31T07:26:05.944Z] Socket(s): 8 [2025-03-31T07:26:05.944Z] NUMA node(s): 1 [2025-03-31T07:26:05.944Z] Vendor ID: AuthenticAMD [2025-03-31T07:26:05.944Z] CPU family: 23 [2025-03-31T07:26:05.944Z] Model: 49 [2025-03-31T07:26:05.944Z] Model name: AMD EPYC-Rome Processor [2025-03-31T07:26:05.944Z] Stepping: 0 [2025-03-31T07:26:05.944Z] CPU MHz: 2800.000 [2025-03-31T07:26:05.944Z] BogoMIPS: 5600.00 [2025-03-31T07:26:05.944Z] Virtualization: AMD-V [2025-03-31T07:26:05.944Z] Hypervisor vendor: KVM [2025-03-31T07:26:05.944Z] Virtualization type: full [2025-03-31T07:26:05.944Z] L1d cache: 256 KiB [2025-03-31T07:26:05.944Z] L1i cache: 256 KiB [2025-03-31T07:26:05.944Z] L2 cache: 4 MiB [2025-03-31T07:26:05.944Z] L3 cache: 128 MiB [2025-03-31T07:26:05.944Z] NUMA node0 CPU(s): 0-7 [2025-03-31T07:26:05.944Z] Vulnerability Itlb multihit: Not affected [2025-03-31T07:26:05.944Z] Vulnerability L1tf: Not affected [2025-03-31T07:26:05.944Z] Vulnerability Mds: Not affected [2025-03-31T07:26:05.944Z] Vulnerability Meltdown: Not affected [2025-03-31T07:26:05.944Z] Vulnerability Mmio stale data: Not affected [2025-03-31T07:26:05.944Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-03-31T07:26:05.944Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-03-31T07:26:05.944Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-03-31T07:26:05.944Z] Vulnerability Srbds: Not affected [2025-03-31T07:26:05.944Z] Vulnerability Tsx async abort: Not affected [2025-03-31T07:26:05.944Z] 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-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] ---> nproc: [2025-03-31T07:26:05.944Z] 8 [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] ---> df -h: [2025-03-31T07:26:05.944Z] Filesystem Size Used Avail Use% Mounted on [2025-03-31T07:26:05.944Z] overlay 155G 14G 142G 9% / [2025-03-31T07:26:05.944Z] tmpfs 64M 0 64M 0% /dev [2025-03-31T07:26:05.944Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-03-31T07:26:05.944Z] shm 64M 0 64M 0% /dev/shm [2025-03-31T07:26:05.944Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] ---> sar -b -r -n DEV: [2025-03-31T07:26:05.944Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-42429) 03/31/25 _x86_64_ (8 CPU) [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] 07:10:43 LINUX RESTART (8 CPU) [2025-03-31T07:26:05.944Z] [2025-03-31T07:26:05.944Z] 07:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-03-31T07:26:05.945Z] 07:12:01 432.64 40.72 391.92 0.00 4497.14 123598.71 0.00 [2025-03-31T07:26:05.945Z] 07:13:01 241.76 3.25 238.51 0.00 39.73 75179.60 0.00 [2025-03-31T07:26:05.945Z] 07:14:01 101.95 0.10 101.85 0.00 3.07 32473.52 0.00 [2025-03-31T07:26:05.945Z] 07:15:01 78.37 0.08 78.29 0.00 6.13 15557.63 0.00 [2025-03-31T07:26:05.945Z] 07:16:01 78.62 10.41 68.21 0.00 3464.89 20872.25 0.00 [2025-03-31T07:26:05.945Z] 07:17:01 2.35 0.02 2.33 0.00 0.13 30.79 0.00 [2025-03-31T07:26:05.945Z] 07:18:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 [2025-03-31T07:26:05.945Z] 07:19:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 [2025-03-31T07:26:05.945Z] 07:20:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 [2025-03-31T07:26:05.945Z] 07:21:01 1.33 0.00 1.33 0.00 0.00 24.93 0.00 [2025-03-31T07:26:05.945Z] 07:22:01 1.40 0.00 1.40 0.00 0.00 14.66 0.00 [2025-03-31T07:26:05.945Z] 07:23:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 [2025-03-31T07:26:05.945Z] 07:24:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-03-31T07:26:05.945Z] 07:25:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 [2025-03-31T07:26:05.945Z] 07:26:01 173.01 0.38 172.63 0.00 33.72 68477.84 0.00 [2025-03-31T07:26:05.945Z] Average: 74.16 3.62 70.53 0.00 531.87 22307.13 0.00 [2025-03-31T07:26:05.945Z] [2025-03-31T07:26:05.945Z] 07:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-03-31T07:26:05.945Z] 07:12:01 29114032 31515800 800104 2.43 80656 2586028 1994504 5.88 1051276 2318264 3904 [2025-03-31T07:26:05.945Z] 07:13:01 27115564 31406520 894952 2.72 186268 4196484 1990004 5.86 1705748 3479160 674552 [2025-03-31T07:26:05.945Z] 07:14:01 27102088 31522556 780548 2.37 191356 4326108 1851696 5.46 1375372 3825348 310092 [2025-03-31T07:26:05.945Z] 07:15:01 27514644 31539236 763712 2.32 193752 3948000 1724684 5.08 1361328 3450360 64 [2025-03-31T07:26:05.945Z] 07:16:01 26762940 31517000 774792 2.36 205160 4604180 1812824 5.34 1535148 3948588 512 [2025-03-31T07:26:05.945Z] 07:17:01 26764580 31518608 773436 2.35 205200 4604176 1812824 5.34 1533988 3948556 56 [2025-03-31T07:26:05.945Z] 07:18:01 26765884 31520056 771724 2.35 205232 4604184 1812824 5.34 1532672 3948560 164 [2025-03-31T07:26:05.945Z] 07:19:01 26770516 31524708 767084 2.33 205264 4604184 1812824 5.34 1527572 3948568 12 [2025-03-31T07:26:05.945Z] 07:20:01 26772232 31526472 765288 2.33 205288 4604188 1812824 5.34 1526280 3948572 36 [2025-03-31T07:26:05.945Z] 07:21:01 26772720 31527240 764668 2.33 205388 4604168 1828896 5.39 1525596 3948768 232 [2025-03-31T07:26:05.945Z] 07:22:01 26773208 31527780 764116 2.32 205424 4604168 1828896 5.39 1525448 3948768 8 [2025-03-31T07:26:05.945Z] 07:23:01 26773308 31527908 763912 2.32 205464 4604172 1828896 5.39 1525184 3948772 176 [2025-03-31T07:26:05.945Z] 07:24:01 26772812 31527448 764276 2.32 205488 4604172 1828896 5.39 1525868 3948772 192 [2025-03-31T07:26:05.945Z] 07:25:01 26772032 31526700 765012 2.33 205524 4604192 1828896 5.39 1527240 3948808 204 [2025-03-31T07:26:05.945Z] 07:26:01 25263608 31461140 823260 2.50 232772 5888144 2000132 5.89 1659876 5184488 320 [2025-03-31T07:26:05.945Z] Average: 26920678 31512611 782459 2.38 195882 4465770 1851308 5.46 1495906 3849623 66035 [2025-03-31T07:26:05.945Z] [2025-03-31T07:26:05.945Z] 07:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-03-31T07:26:05.945Z] 07:12:01 veth54817c8 122.69 132.37 12.19 120.97 0.00 0.00 0.00 0.01 [2025-03-31T07:26:05.945Z] 07:12:01 ens3 772.04 576.04 6653.78 117.24 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:12:01 docker0 191.81 205.41 15.24 540.69 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:12:01 lo 6.71 6.71 0.66 0.66 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:13:01 ens3 346.88 171.12 2767.75 26.05 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:13:01 docker0 154.17 321.18 13.50 2736.19 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:13:01 veth22ed2d0 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:14:01 ens3 24.20 13.93 57.75 9.39 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:14:01 docker0 1.57 2.75 0.09 38.12 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:14:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:15:01 ens3 61.71 52.18 167.56 189.49 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:15:01 docker0 3.58 6.95 0.21 76.81 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:15:01 lo 6.93 6.93 0.68 0.68 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:16:01 ens3 153.89 86.79 3927.72 12.52 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:16:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:17:01 ens3 1.45 0.73 1.62 0.30 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:20:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:21:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:22:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:23:01 ens3 0.65 0.15 0.11 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:24:01 ens3 0.42 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:25:01 ens3 1.48 1.05 1.54 0.53 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:25:01 lo 0.25 0.25 0.02 0.02 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:26:01 ens3 440.42 277.06 8040.14 177.62 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:26:01 docker0 49.58 90.07 4.87 853.72 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] 07:26:01 lo 2.02 2.02 0.20 0.20 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] Average: ens3 119.51 78.09 1435.39 35.47 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] Average: docker0 26.53 41.57 2.25 282.73 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] Average: lo 1.22 1.22 0.12 0.12 0.00 0.00 0.00 0.00 [2025-03-31T07:26:05.945Z] [2025-03-31T07:26:05.945Z] [2025-03-31T07:26:05.945Z] ---> sar -P ALL: [2025-03-31T07:26:05.945Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-42429) 03/31/25 _x86_64_ (8 CPU) [2025-03-31T07:26:05.945Z] [2025-03-31T07:26:05.945Z] 07:10:43 LINUX RESTART (8 CPU) [2025-03-31T07:26:05.945Z] [2025-03-31T07:26:05.945Z] 07:11:02 CPU %user %nice %system %iowait %steal %idle [2025-03-31T07:26:05.945Z] 07:12:01 all 10.11 0.00 3.62 2.65 0.06 83.56 [2025-03-31T07:26:05.945Z] 07:12:01 0 10.65 0.00 3.42 0.46 0.05 85.42 [2025-03-31T07:26:05.945Z] 07:12:01 1 11.77 0.00 3.62 3.83 0.07 80.71 [2025-03-31T07:26:05.945Z] 07:12:01 2 9.29 0.00 3.13 1.35 0.07 86.16 [2025-03-31T07:26:05.945Z] 07:12:01 3 11.33 0.00 2.83 3.75 0.05 82.03 [2025-03-31T07:26:05.945Z] 07:12:01 4 11.14 0.00 5.34 0.22 0.07 83.22 [2025-03-31T07:26:05.945Z] 07:12:01 5 8.09 0.00 3.91 10.18 0.07 77.75 [2025-03-31T07:26:05.945Z] 07:12:01 6 8.86 0.00 3.60 0.74 0.05 86.76 [2025-03-31T07:26:05.945Z] 07:12:01 7 9.77 0.00 3.15 0.68 0.05 86.34 [2025-03-31T07:26:05.945Z] 07:13:01 all 29.75 0.00 7.70 3.87 0.07 58.61 [2025-03-31T07:26:05.945Z] 07:13:01 0 29.31 0.00 7.39 1.62 0.05 61.62 [2025-03-31T07:26:05.945Z] 07:13:01 1 30.34 0.00 7.03 0.71 0.07 61.84 [2025-03-31T07:26:05.945Z] 07:13:01 2 28.92 0.00 7.67 0.73 0.08 62.60 [2025-03-31T07:26:05.945Z] 07:13:01 3 27.79 0.00 8.83 1.10 0.07 62.21 [2025-03-31T07:26:05.945Z] 07:13:01 4 30.15 0.00 8.26 20.97 0.08 40.54 [2025-03-31T07:26:05.945Z] 07:13:01 5 30.56 0.00 6.88 3.26 0.07 59.24 [2025-03-31T07:26:05.945Z] 07:13:01 6 30.47 0.00 6.46 0.88 0.08 62.11 [2025-03-31T07:26:05.945Z] 07:13:01 7 30.44 0.00 9.07 1.65 0.08 58.75 [2025-03-31T07:26:05.945Z] 07:14:01 all 42.63 0.00 6.50 1.16 0.08 49.63 [2025-03-31T07:26:05.945Z] 07:14:01 0 41.87 0.00 6.36 0.52 0.10 51.15 [2025-03-31T07:26:05.945Z] 07:14:01 1 42.12 0.00 6.52 0.12 0.07 51.18 [2025-03-31T07:26:05.945Z] 07:14:01 2 42.95 0.00 6.16 0.71 0.08 50.10 [2025-03-31T07:26:05.945Z] 07:14:01 3 41.35 0.00 7.51 0.12 0.07 50.95 [2025-03-31T07:26:05.945Z] 07:14:01 4 44.57 0.00 6.66 7.37 0.08 41.31 [2025-03-31T07:26:05.945Z] 07:14:01 5 42.06 0.00 5.91 0.08 0.07 51.88 [2025-03-31T07:26:05.945Z] 07:14:01 6 42.83 0.00 6.48 0.03 0.08 50.57 [2025-03-31T07:26:05.945Z] 07:14:01 7 43.29 0.00 6.45 0.32 0.07 49.88 [2025-03-31T07:26:05.945Z] 07:15:01 all 1.68 0.00 0.57 0.64 0.02 97.09 [2025-03-31T07:26:05.945Z] 07:15:01 0 0.63 0.00 0.55 1.37 0.02 97.43 [2025-03-31T07:26:05.945Z] 07:15:01 1 2.20 0.00 0.45 0.03 0.02 97.30 [2025-03-31T07:26:05.945Z] 07:15:01 2 1.89 0.00 0.52 0.22 0.02 97.36 [2025-03-31T07:26:05.945Z] 07:15:01 3 2.28 0.00 0.54 0.00 0.02 97.17 [2025-03-31T07:26:05.945Z] 07:15:01 4 0.69 0.00 0.62 3.38 0.03 95.29 [2025-03-31T07:26:05.945Z] 07:15:01 5 0.99 0.00 0.38 0.00 0.03 98.60 [2025-03-31T07:26:05.945Z] 07:15:01 6 3.47 0.00 0.90 0.02 0.02 95.60 [2025-03-31T07:26:05.945Z] 07:15:01 7 1.27 0.00 0.62 0.13 0.02 97.96 [2025-03-31T07:26:05.945Z] 07:16:01 all 3.38 0.00 1.57 1.25 0.03 93.78 [2025-03-31T07:26:05.945Z] 07:16:01 0 2.29 0.00 1.99 0.40 0.02 95.31 [2025-03-31T07:26:05.945Z] 07:16:01 1 2.42 0.00 0.97 0.55 0.03 96.02 [2025-03-31T07:26:05.945Z] 07:16:01 2 3.80 0.00 1.19 0.22 0.02 94.78 [2025-03-31T07:26:05.945Z] 07:16:01 3 4.33 0.00 1.85 2.53 0.02 91.28 [2025-03-31T07:26:05.945Z] 07:16:01 4 3.52 0.00 1.31 4.45 0.02 90.71 [2025-03-31T07:26:05.945Z] 07:16:01 5 2.94 0.00 1.99 0.43 0.05 94.58 [2025-03-31T07:26:05.945Z] 07:16:01 6 3.75 0.00 1.57 0.90 0.03 93.74 [2025-03-31T07:26:05.945Z] 07:16:01 7 3.96 0.00 1.66 0.50 0.03 93.84 [2025-03-31T07:26:05.945Z] 07:17:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2025-03-31T07:26:05.945Z] 07:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.945Z] 07:17:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-03-31T07:26:05.945Z] 07:17:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-03-31T07:26:05.945Z] 07:17:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2025-03-31T07:26:05.945Z] 07:17:01 4 0.05 0.00 0.02 0.03 0.02 99.88 [2025-03-31T07:26:05.945Z] 07:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.945Z] 07:17:01 6 0.03 0.00 0.03 0.02 0.02 99.90 [2025-03-31T07:26:05.945Z] 07:17:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-03-31T07:26:05.945Z] 07:18:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-03-31T07:26:05.945Z] 07:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-03-31T07:26:05.945Z] 07:18:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-03-31T07:26:05.945Z] 07:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-03-31T07:26:05.945Z] 07:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-03-31T07:26:05.945Z] 07:18:01 4 0.08 0.00 0.02 0.02 0.02 99.87 [2025-03-31T07:26:05.945Z] 07:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.945Z] 07:18:01 6 0.05 0.00 0.02 0.02 0.02 99.90 [2025-03-31T07:26:05.945Z] 07:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-03-31T07:26:05.945Z] 07:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-03-31T07:26:05.945Z] 07:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-03-31T07:26:05.945Z] 07:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-03-31T07:26:05.945Z] 07:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-03-31T07:26:05.945Z] 07:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-03-31T07:26:05.945Z] 07:19:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-03-31T07:26:05.945Z] 07:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-03-31T07:26:05.945Z] 07:19:01 6 0.03 0.00 0.00 0.03 0.00 99.93 [2025-03-31T07:26:05.945Z] 07:19:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-03-31T07:26:05.945Z] 07:20:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-03-31T07:26:05.945Z] 07:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-03-31T07:26:05.945Z] 07:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-03-31T07:26:05.945Z] 07:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.945Z] 07:20:01 3 0.25 0.00 0.00 0.00 0.00 99.75 [2025-03-31T07:26:05.945Z] 07:20:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-03-31T07:26:05.945Z] 07:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.945Z] 07:20:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-03-31T07:26:05.945Z] 07:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-03-31T07:26:05.945Z] 07:21:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2025-03-31T07:26:05.945Z] 07:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.945Z] 07:21:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2025-03-31T07:26:05.945Z] 07:21:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-03-31T07:26:05.945Z] 07:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-03-31T07:26:05.945Z] 07:21:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-03-31T07:26:05.945Z] 07:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.945Z] 07:21:01 6 0.07 0.00 0.02 0.05 0.02 99.85 [2025-03-31T07:26:05.945Z] 07:21:01 7 0.17 0.00 0.00 0.00 0.02 99.82 [2025-03-31T07:26:05.945Z] 07:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-03-31T07:26:05.945Z] 07:22:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2025-03-31T07:26:05.945Z] 07:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-03-31T07:26:05.945Z] 07:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.945Z] 07:22:01 3 0.12 0.00 0.00 0.00 0.00 99.88 [2025-03-31T07:26:05.945Z] 07:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-03-31T07:26:05.945Z] 07:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-03-31T07:26:05.945Z] 07:22:01 6 0.05 0.00 0.02 0.03 0.02 99.88 [2025-03-31T07:26:05.945Z] 07:22:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-03-31T07:26:05.945Z] [2025-03-31T07:26:05.945Z] 07:22:01 CPU %user %nice %system %iowait %steal %idle [2025-03-31T07:26:05.945Z] 07:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-03-31T07:26:05.945Z] 07:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.945Z] 07:23:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-03-31T07:26:05.945Z] 07:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-03-31T07:26:05.945Z] 07:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-03-31T07:26:05.945Z] 07:23:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-03-31T07:26:05.945Z] 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.945Z] 07:23:01 6 0.02 0.00 0.00 0.03 0.02 99.93 [2025-03-31T07:26:05.945Z] 07:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.945Z] 07:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-03-31T07:26:05.945Z] 07:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-03-31T07:26:05.945Z] 07:24:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-03-31T07:26:05.945Z] 07:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.946Z] 07:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.946Z] 07:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.946Z] 07:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.946Z] 07:24:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2025-03-31T07:26:05.946Z] 07:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-03-31T07:26:05.946Z] 07:25:01 all 0.07 0.00 0.02 0.00 0.01 99.90 [2025-03-31T07:26:05.946Z] 07:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-03-31T07:26:05.946Z] 07:25:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-03-31T07:26:05.946Z] 07:25:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-03-31T07:26:05.946Z] 07:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-03-31T07:26:05.946Z] 07:25:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-03-31T07:26:05.946Z] 07:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-03-31T07:26:05.946Z] 07:25:01 6 0.07 0.00 0.02 0.02 0.02 99.88 [2025-03-31T07:26:05.946Z] 07:25:01 7 0.33 0.00 0.02 0.02 0.00 99.63 [2025-03-31T07:26:05.946Z] 07:26:01 all 9.71 0.00 4.30 2.32 0.06 83.61 [2025-03-31T07:26:05.946Z] 07:26:01 0 9.74 0.00 3.47 0.66 0.05 86.09 [2025-03-31T07:26:05.946Z] 07:26:01 1 9.93 0.00 4.40 2.77 0.05 82.85 [2025-03-31T07:26:05.946Z] 07:26:01 2 8.97 0.00 3.99 0.07 0.05 86.92 [2025-03-31T07:26:05.946Z] 07:26:01 3 9.75 0.00 5.32 6.07 0.07 78.79 [2025-03-31T07:26:05.946Z] 07:26:01 4 10.18 0.00 3.85 0.20 0.07 85.70 [2025-03-31T07:26:05.946Z] 07:26:01 5 9.05 0.00 4.08 0.34 0.05 86.48 [2025-03-31T07:26:05.946Z] 07:26:01 6 10.53 0.00 4.92 1.56 0.07 82.92 [2025-03-31T07:26:05.946Z] 07:26:01 7 9.52 0.00 4.38 6.96 0.07 79.08 [2025-03-31T07:26:05.946Z] Average: all 6.45 0.00 1.61 0.79 0.03 91.12 [2025-03-31T07:26:05.946Z] Average: 0 6.26 0.00 1.54 0.33 0.02 91.84 [2025-03-31T07:26:05.946Z] Average: 1 6.55 0.00 1.53 0.53 0.03 91.36 [2025-03-31T07:26:05.946Z] Average: 2 6.34 0.00 1.50 0.22 0.02 91.92 [2025-03-31T07:26:05.946Z] Average: 3 6.44 0.00 1.78 0.89 0.02 90.86 [2025-03-31T07:26:05.946Z] Average: 4 6.64 0.00 1.73 2.43 0.03 89.17 [2025-03-31T07:26:05.946Z] Average: 5 6.19 0.00 1.53 0.93 0.02 91.33 [2025-03-31T07:26:05.946Z] Average: 6 6.63 0.00 1.59 0.29 0.03 91.46 [2025-03-31T07:26:05.946Z] Average: 7 6.56 0.00 1.68 0.68 0.03 91.05 [2025-03-31T07:26:05.946Z] [2025-03-31T07:26:05.946Z] [2025-03-31T07:26:05.946Z]