Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ea8efc1bdf50fce9abd2053ea9328b28ead432ce 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-ssh14072499191644766532.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-ssh8605248032015695165.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-ssh8336505786434458767.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-ssh9945795110054048970.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-ssh2655390664662381686.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-42613 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 Avoid second fetch Checking out Revision ea8efc1bdf50fce9abd2053ea9328b28ead432ce (main) Commit message: "fix(rest): fix uri formatting when protocol path is empty (#461)" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ea8efc1bdf50fce9abd2053ea9328b28ead432ce # timeout=10 > git rev-list --no-walk 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-02T07:13:27.414Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-02T07:13:27.506Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-02T07:13:27.530Z] ========================================================= [2025-04-02T07:13:27.530Z] EdgeX Global Pipelines Version Info [2025-04-02T07:13:27.530Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:13:28.645Z] ------------------- [2025-04-02T07:13:28.645Z] stable info: [2025-04-02T07:13:28.645Z] ------------------- [2025-04-02T07:13:28.645Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-02T07:13:28.645Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-02T07:13:28.645Z] Message: update stable to v1.0.274 [2025-04-02T07:13:28.905Z] ------------------- [2025-04-02T07:13:28.905Z] experimental info: [2025-04-02T07:13:28.905Z] ------------------- [2025-04-02T07:13:28.905Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-02T07:13:28.905Z] Commit SHA: e63c24b3e3d9a84dc1e69f593cedf07ec71d9018 [2025-04-02T07:13:28.905Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-02T07:13:28.990Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-04-02T07:13:29.026Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-04-02T07:13:29.046Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-02T07:13:29.066Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-02T07:13:29.096Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-02T07:13:29.125Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-04-02T07:13:29.156Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-04-02T07:13:29.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-04-02T07:13:29.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-04-02T07:13:29.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-02T07:13:29.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-02T07:13:29.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-04-02T07:13:29.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-02T07:13:29.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-02T07:13:29.404Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-04-02T07:13:29.440Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-04-02T07:13:29.469Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-04-02T07:13:29.499Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-04-02T07:13:29.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-02T07:13:29.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-02T07:13:29.590Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-04-02T07:13:29.619Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-04-02T07:13:29.647Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-04-02T07:13:29.677Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-04-02T07:13:29.708Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-04-02T07:13:29.740Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-02T07:13:29.769Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-04-02T07:13:29.803Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-02T07:13:29.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-02T07:13:29.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-02T07:13:29.885Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea8efc1bdf50fce9abd2053ea9328b28ead432ce [Pipeline] echo [2025-04-02T07:13:29.915Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea8efc1 [Pipeline] echo [2025-04-02T07:13:29.944Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T07:13:30.020Z] provisioning config files... [2025-04-02T07:13:30.033Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2968870330387893620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:13:30.373Z] ---> ****-login.sh [2025-04-02T07:13:30.373Z] nexus3.edgexfoundry.org:10001 [2025-04-02T07:13:30.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:30.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:30.635Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:30.635Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:30.635Z] [2025-04-02T07:13:30.635Z] Login Succeeded [2025-04-02T07:13:30.635Z] nexus3.edgexfoundry.org:10002 [2025-04-02T07:13:30.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:30.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:30.897Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:30.897Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:30.897Z] [2025-04-02T07:13:30.897Z] Login Succeeded [2025-04-02T07:13:30.897Z] nexus3.edgexfoundry.org:10003 [2025-04-02T07:13:30.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:30.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:30.897Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:30.897Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:30.897Z] [2025-04-02T07:13:30.897Z] Login Succeeded [2025-04-02T07:13:30.897Z] nexus3.edgexfoundry.org:10004 [2025-04-02T07:13:30.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:30.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:30.897Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:30.898Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:30.898Z] [2025-04-02T07:13:30.898Z] Login Succeeded [2025-04-02T07:13:30.898Z] ****.io [2025-04-02T07:13:31.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:31.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:31.162Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:31.162Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:31.162Z] [2025-04-02T07:13:31.163Z] Login Succeeded [2025-04-02T07:13:31.163Z] ---> ****-login.sh ends [Pipeline] } [2025-04-02T07:13:31.170Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-04-02T07:13:31.609Z] + git rev-list -1 --merges ea8efc1bdf50fce9abd2053ea9328b28ead432ce~1..ea8efc1bdf50fce9abd2053ea9328b28ead432ce [Pipeline] echo [2025-04-02T07:13:31.638Z] -----------> git rev-list -1 --merges ea8efc1bdf50fce9abd2053ea9328b28ead432ce~1..ea8efc1bdf50fce9abd2053ea9328b28ead432ce ea8efc1bdf50fce9abd2053ea9328b28ead432ce [false] [Pipeline] sh [2025-04-02T07:13:31.949Z] + git log --format=format:%s -1 ea8efc1bdf50fce9abd2053ea9328b28ead432ce [Pipeline] echo [2025-04-02T07:13:31.967Z] ========================================================= [2025-04-02T07:13:31.967Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-02T07:13:31.967Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-02T07:13:32.321Z] + git log --format=format:%s -1 ea8efc1bdf50fce9abd2053ea9328b28ead432ce [Pipeline] echo [2025-04-02T07:13:32.383Z] [semverPrep] GIT_COMMIT: ea8efc1bdf50fce9abd2053ea9328b28ead432ce, Commit Message: fix(rest): fix uri formatting when protocol path is empty (#461) [Pipeline] echo [2025-04-02T07:13:32.399Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-04-02T07:13:32.797Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-02T07:13:32.798Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-02T07:13:32.798Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-02T07:13:32.798Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-02T07:13:32.798Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-02T07:13:32.798Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-02T07:13:32.798Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:13:33.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T07:13:33.244Z] [2025-04-02T07:13:33.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:13:33.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T07:13:33.550Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-02T07:13:33.550Z] b85a868b505f: Pulling fs layer [2025-04-02T07:13:33.550Z] e2be974225ed: Pulling fs layer [2025-04-02T07:13:33.550Z] 339a4e72a1f5: Pulling fs layer [2025-04-02T07:13:33.550Z] 988bab9f4d93: Pulling fs layer [2025-04-02T07:13:33.550Z] 1469e6f7b9e6: Pulling fs layer [2025-04-02T07:13:33.550Z] eaf3925da568: Pulling fs layer [2025-04-02T07:13:33.550Z] bab4dde63d76: Pulling fs layer [2025-04-02T07:13:33.550Z] bde34c3a00c8: Pulling fs layer [2025-04-02T07:13:33.550Z] b352a97aabf1: Pulling fs layer [2025-04-02T07:13:33.550Z] 4872d77fe225: Pulling fs layer [2025-04-02T07:13:33.550Z] 5851b861e8e6: Pulling fs layer [2025-04-02T07:13:33.550Z] bab4dde63d76: Waiting [2025-04-02T07:13:33.550Z] bde34c3a00c8: Waiting [2025-04-02T07:13:33.550Z] b352a97aabf1: Waiting [2025-04-02T07:13:33.550Z] 4872d77fe225: Waiting [2025-04-02T07:13:33.550Z] 5851b861e8e6: Waiting [2025-04-02T07:13:33.550Z] 988bab9f4d93: Waiting [2025-04-02T07:13:33.550Z] 1469e6f7b9e6: Waiting [2025-04-02T07:13:33.550Z] eaf3925da568: Waiting [2025-04-02T07:13:33.550Z] e2be974225ed: Download complete [2025-04-02T07:13:33.550Z] 988bab9f4d93: Verifying Checksum [2025-04-02T07:13:33.550Z] 988bab9f4d93: Download complete [2025-04-02T07:13:33.810Z] 1469e6f7b9e6: Verifying Checksum [2025-04-02T07:13:33.810Z] 1469e6f7b9e6: Download complete [2025-04-02T07:13:33.810Z] 339a4e72a1f5: Verifying Checksum [2025-04-02T07:13:33.810Z] 339a4e72a1f5: Download complete [2025-04-02T07:13:33.810Z] eaf3925da568: Verifying Checksum [2025-04-02T07:13:33.810Z] eaf3925da568: Download complete [2025-04-02T07:13:33.810Z] bde34c3a00c8: Verifying Checksum [2025-04-02T07:13:33.810Z] bde34c3a00c8: Download complete [2025-04-02T07:13:33.810Z] b352a97aabf1: Download complete [2025-04-02T07:13:33.810Z] 4872d77fe225: Verifying Checksum [2025-04-02T07:13:33.810Z] 4872d77fe225: Download complete [2025-04-02T07:13:33.810Z] 5851b861e8e6: Verifying Checksum [2025-04-02T07:13:33.810Z] 5851b861e8e6: Download complete [2025-04-02T07:13:33.810Z] b85a868b505f: Verifying Checksum [2025-04-02T07:13:33.810Z] b85a868b505f: Download complete [2025-04-02T07:13:34.069Z] bab4dde63d76: Verifying Checksum [2025-04-02T07:13:34.069Z] bab4dde63d76: Download complete [2025-04-02T07:13:35.008Z] b85a868b505f: Pull complete [2025-04-02T07:13:35.008Z] e2be974225ed: Pull complete [2025-04-02T07:13:35.576Z] 339a4e72a1f5: Pull complete [2025-04-02T07:13:35.576Z] 988bab9f4d93: Pull complete [2025-04-02T07:13:35.835Z] 1469e6f7b9e6: Pull complete [2025-04-02T07:13:36.094Z] eaf3925da568: Pull complete [2025-04-02T07:13:37.470Z] bab4dde63d76: Pull complete [2025-04-02T07:13:37.730Z] bde34c3a00c8: Pull complete [2025-04-02T07:13:37.730Z] b352a97aabf1: Pull complete [2025-04-02T07:13:37.730Z] 4872d77fe225: Pull complete [2025-04-02T07:13:37.989Z] 5851b861e8e6: Pull complete [2025-04-02T07:13:37.989Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-02T07:13:37.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T07:13:37.989Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T07:13:38.143Z] prd-ubuntu20.04-docker-8c-8g-42613 does not seem to be running inside a container [2025-04-02T07:13:38.177Z] $ 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-04-02T07:13:40.111Z] $ docker top 4693c3f94bf2854e1464151beae7e2804eb7680e6db63b8a7a483edf66c280a0 -eo pid,comm [2025-04-02T07:13:40.179Z] 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-04-02T07:13:40.179Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-02T07:13:40.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-02T07:13:40.243Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-02T07:13:40.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-02T07:13:40.358Z] $ docker exec 4693c3f94bf2854e1464151beae7e2804eb7680e6db63b8a7a483edf66c280a0 ssh-agent [2025-04-02T07:13:40.462Z] SSH_AUTH_SOCK=/tmp/ssh-sOYDqVfCUMFU/agent.32 [2025-04-02T07:13:40.462Z] SSH_AGENT_PID=38 [2025-04-02T07:13:40.468Z] Running ssh-add (command line suppressed) [2025-04-02T07:13:40.563Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3940135810383499317.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3940135810383499317.key) [2025-04-02T07:13:40.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-02T07:13:40.872Z] + git tag --points-at HEAD [Pipeline] } [2025-04-02T07:13:40.885Z] $ docker exec --env ******** --env ******** 4693c3f94bf2854e1464151beae7e2804eb7680e6db63b8a7a483edf66c280a0 ssh-agent -k [2025-04-02T07:13:40.975Z] unset SSH_AUTH_SOCK; [2025-04-02T07:13:40.976Z] unset SSH_AGENT_PID; [2025-04-02T07:13:40.976Z] echo Agent pid 38 killed; [2025-04-02T07:13:40.992Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-02T07:13:41.056Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-02T07:13:41.057Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-02T07:13:41.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-02T07:13:41.191Z] $ docker exec 4693c3f94bf2854e1464151beae7e2804eb7680e6db63b8a7a483edf66c280a0 ssh-agent [2025-04-02T07:13:41.300Z] SSH_AUTH_SOCK=/tmp/ssh-iLx20yEYsYAz/agent.71 [2025-04-02T07:13:41.300Z] SSH_AGENT_PID=77 [2025-04-02T07:13:41.305Z] Running ssh-add (command line suppressed) [2025-04-02T07:13:41.398Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11174258228499858264.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11174258228499858264.key) [2025-04-02T07:13:41.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-02T07:13:41.700Z] + git semver init [2025-04-02T07:13:41.961Z] 2025-04-02 07:13:41,889 [run_init] DEBUG init version:0.0.0 force:False [2025-04-02T07:13:41.961Z] 2025-04-02 07:13:41,890 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-04-02T07:13:41.961Z] 2025-04-02 07:13:41,891 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-04-02T07:13:41.961Z] 2025-04-02 07:13:41,891 [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-04-02T07:13:43.873Z] 2025-04-02 07:13:43,379 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-04-02T07:13:43.873Z] 2025-04-02 07:13:43,379 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-04-02T07:13:43.873Z] 2025-04-02 07:13:43,379 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-04-02T07:13:43.873Z] 2025-04-02 07:13:43,380 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-04-02T07:13:43.873Z] 4.1.0-dev.1 [Pipeline] } [2025-04-02T07:13:44.060Z] $ docker exec --env ******** --env ******** 4693c3f94bf2854e1464151beae7e2804eb7680e6db63b8a7a483edf66c280a0 ssh-agent -k [2025-04-02T07:13:44.163Z] unset SSH_AUTH_SOCK; [2025-04-02T07:13:44.163Z] unset SSH_AGENT_PID; [2025-04-02T07:13:44.164Z] echo Agent pid 77 killed; [2025-04-02T07:13:44.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-02T07:13:44.499Z] + git semver [Pipeline] } [2025-04-02T07:13:44.773Z] $ docker stop --time=1 4693c3f94bf2854e1464151beae7e2804eb7680e6db63b8a7a483edf66c280a0 [2025-04-02T07:13:46.070Z] $ docker rm -f --volumes 4693c3f94bf2854e1464151beae7e2804eb7680e6db63b8a7a483edf66c280a0 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-02T07:13:46.422Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-02T07:13:46.976Z] Stashed 1 file(s) [Pipeline] echo [2025-04-02T07:13:46.982Z] [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-04-02T07:13:47.172Z] provisioning config files... [2025-04-02T07:13:47.180Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2933510915967763471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:13:47.498Z] ---> ****-login.sh [2025-04-02T07:13:47.498Z] nexus3.edgexfoundry.org:10001 [2025-04-02T07:13:47.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:47.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:47.499Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:47.499Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:47.499Z] [2025-04-02T07:13:47.499Z] Login Succeeded [2025-04-02T07:13:47.499Z] nexus3.edgexfoundry.org:10002 [2025-04-02T07:13:47.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:47.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:47.499Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:47.499Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:47.499Z] [2025-04-02T07:13:47.499Z] Login Succeeded [2025-04-02T07:13:47.499Z] nexus3.edgexfoundry.org:10003 [2025-04-02T07:13:47.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:47.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:47.759Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:47.759Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:47.759Z] [2025-04-02T07:13:47.759Z] Login Succeeded [2025-04-02T07:13:47.759Z] nexus3.edgexfoundry.org:10004 [2025-04-02T07:13:47.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:47.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:47.759Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:47.759Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:47.759Z] [2025-04-02T07:13:47.759Z] Login Succeeded [2025-04-02T07:13:47.759Z] ****.io [2025-04-02T07:13:47.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:13:48.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:13:48.019Z] Configure a credential helper to remove this warning. See [2025-04-02T07:13:48.019Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:13:48.019Z] [2025-04-02T07:13:48.019Z] Login Succeeded [2025-04-02T07:13:48.019Z] ---> ****-login.sh ends [Pipeline] } [2025-04-02T07:13:48.027Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-04-02T07:13:48.144Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T07:13:48.162Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T07:13:48.179Z] ========================================================= [2025-04-02T07:13:48.179Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-04-02T07:13:48.179Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:13:48.519Z] + 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-04-02T07:13:48.519Z] Sending build context to Docker daemon 21.66MB [2025-04-02T07:13:48.519Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-04-02T07:13:48.519Z] Step 2/12 : FROM ${BASE} AS builder [2025-04-02T07:13:49.128Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-04-02T07:13:49.128Z] da9db072f522: Pulling fs layer [2025-04-02T07:13:49.128Z] 6ef4a4ee8ca5: Pulling fs layer [2025-04-02T07:13:49.128Z] 06f05ace1117: Pulling fs layer [2025-04-02T07:13:49.128Z] 5fe327b54edc: Pulling fs layer [2025-04-02T07:13:49.128Z] 4f4fb700ef54: Pulling fs layer [2025-04-02T07:13:49.128Z] 92a5565b7b96: Pulling fs layer [2025-04-02T07:13:49.128Z] ff9bb7016b71: Pulling fs layer [2025-04-02T07:13:49.128Z] b67dba6c2c7d: Pulling fs layer [2025-04-02T07:13:49.128Z] a813b0c90790: Pulling fs layer [2025-04-02T07:13:49.128Z] 5fe327b54edc: Waiting [2025-04-02T07:13:49.128Z] 4f4fb700ef54: Waiting [2025-04-02T07:13:49.128Z] 92a5565b7b96: Waiting [2025-04-02T07:13:49.128Z] ff9bb7016b71: Waiting [2025-04-02T07:13:49.128Z] b67dba6c2c7d: Waiting [2025-04-02T07:13:49.128Z] a813b0c90790: Waiting [2025-04-02T07:13:49.128Z] 6ef4a4ee8ca5: Verifying Checksum [2025-04-02T07:13:49.128Z] 6ef4a4ee8ca5: Download complete [2025-04-02T07:13:49.128Z] 5fe327b54edc: Verifying Checksum [2025-04-02T07:13:49.128Z] 5fe327b54edc: Download complete [2025-04-02T07:13:49.128Z] 4f4fb700ef54: Verifying Checksum [2025-04-02T07:13:49.128Z] 4f4fb700ef54: Download complete [2025-04-02T07:13:49.128Z] da9db072f522: Verifying Checksum [2025-04-02T07:13:49.128Z] 92a5565b7b96: Verifying Checksum [2025-04-02T07:13:49.128Z] da9db072f522: Download complete [2025-04-02T07:13:49.128Z] 92a5565b7b96: Download complete [2025-04-02T07:13:49.128Z] ff9bb7016b71: Verifying Checksum [2025-04-02T07:13:49.128Z] ff9bb7016b71: Download complete [2025-04-02T07:13:49.128Z] da9db072f522: Pull complete [2025-04-02T07:13:49.128Z] 6ef4a4ee8ca5: Pull complete [2025-04-02T07:13:50.547Z] a813b0c90790: Verifying Checksum [2025-04-02T07:13:50.547Z] a813b0c90790: Download complete [2025-04-02T07:13:50.547Z] 06f05ace1117: Verifying Checksum [2025-04-02T07:13:50.547Z] 06f05ace1117: Download complete [2025-04-02T07:13:50.813Z] b67dba6c2c7d: Verifying Checksum [2025-04-02T07:13:50.813Z] b67dba6c2c7d: Download complete [2025-04-02T07:13:54.103Z] 06f05ace1117: Pull complete [2025-04-02T07:13:54.103Z] 5fe327b54edc: Pull complete [2025-04-02T07:13:54.103Z] 4f4fb700ef54: Pull complete [2025-04-02T07:13:54.363Z] 92a5565b7b96: Pull complete [2025-04-02T07:13:54.363Z] ff9bb7016b71: Pull complete [2025-04-02T07:13:56.905Z] b67dba6c2c7d: Pull complete [2025-04-02T07:13:57.163Z] a813b0c90790: Pull complete [2025-04-02T07:13:57.163Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-04-02T07:13:57.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-02T07:13:57.163Z] ---> 3ba60ce46760 [2025-04-02T07:13:57.163Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-04-02T07:14:00.448Z] ---> Running in 2bd32c5c912c [2025-04-02T07:14:00.448Z] Removing intermediate container 2bd32c5c912c [2025-04-02T07:14:00.448Z] ---> 47f32bf0a5ba [2025-04-02T07:14:00.448Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-02T07:14:00.448Z] ---> Running in 2adf80726ec5 [2025-04-02T07:14:00.705Z] Removing intermediate container 2adf80726ec5 [2025-04-02T07:14:00.705Z] ---> 7db855eed1ba [2025-04-02T07:14:00.705Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-02T07:14:00.705Z] ---> Running in b8780d3f841e [2025-04-02T07:14:00.705Z] Removing intermediate container b8780d3f841e [2025-04-02T07:14:00.705Z] ---> fcaad066b914 [2025-04-02T07:14:00.705Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-04-02T07:14:00.705Z] ---> Running in 1011d460a25c [2025-04-02T07:14:00.705Z] Removing intermediate container 1011d460a25c [2025-04-02T07:14:00.705Z] ---> ceebe09c2db1 [2025-04-02T07:14:00.705Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-02T07:14:00.705Z] ---> Running in 88494d9961b9 [2025-04-02T07:14:00.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T07:14:01.226Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T07:14:01.486Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-04-02T07:14:01.486Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-04-02T07:14:01.486Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-04-02T07:14:01.486Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-04-02T07:14:01.486Z] Executing busybox-1.36.1-r29.trigger [2025-04-02T07:14:01.486Z] OK: 252 MiB in 62 packages [2025-04-02T07:14:02.061Z] Removing intermediate container 88494d9961b9 [2025-04-02T07:14:02.061Z] ---> 237c9780d846 [2025-04-02T07:14:02.061Z] Step 8/12 : WORKDIR /device-rest-go [2025-04-02T07:14:02.061Z] ---> Running in aee22e9d36c5 [2025-04-02T07:14:02.128Z] Still waiting to schedule task [2025-04-02T07:14:02.129Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-04-02T07:14:02.321Z] Removing intermediate container aee22e9d36c5 [2025-04-02T07:14:02.321Z] ---> 505f872a6fdf [2025-04-02T07:14:02.321Z] Step 9/12 : COPY go.mod vendor* ./ [2025-04-02T07:14:02.321Z] ---> 54dfd429115a [2025-04-02T07:14:02.321Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-02T07:14:02.321Z] ---> Running in 6b5c41c17a2e [2025-04-02T07:14:49.530Z] Removing intermediate container 6b5c41c17a2e [2025-04-02T07:14:49.531Z] ---> 2b9e3bb607a1 [2025-04-02T07:14:49.531Z] Step 11/12 : COPY . . [2025-04-02T07:14:49.531Z] ---> aae74aff9143 [2025-04-02T07:14:49.531Z] Step 12/12 : RUN $MAKE [2025-04-02T07:14:49.531Z] ---> Running in 2c117b71f97d [2025-04-02T07:14:49.531Z] noop [2025-04-02T07:14:49.531Z] Removing intermediate container 2c117b71f97d [2025-04-02T07:14:49.531Z] ---> 2eff26c8c365 [2025-04-02T07:14:49.531Z] Successfully built 2eff26c8c365 [2025-04-02T07:14:49.531Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:14:49.870Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-02T07:14:49.870Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T07:14:49.962Z] prd-ubuntu20.04-docker-8c-8g-42613 does not seem to be running inside a container [2025-04-02T07:14:49.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-02T07:14:50.327Z] $ docker top e415b73728372d8654bc7e335d1a75a4e29fd69233bbb44ae243efe204513864 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T07:14:50.678Z] + go version [2025-04-02T07:14:50.678Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-04-02T07:14:50.690Z] $ docker stop --time=1 e415b73728372d8654bc7e335d1a75a4e29fd69233bbb44ae243efe204513864 [2025-04-02T07:14:51.969Z] $ docker rm -f --volumes e415b73728372d8654bc7e335d1a75a4e29fd69233bbb44ae243efe204513864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:14:52.434Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-02T07:14:52.434Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T07:14:52.513Z] prd-ubuntu20.04-docker-8c-8g-42613 does not seem to be running inside a container [2025-04-02T07:14:52.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-02T07:14:52.888Z] $ docker top 7ed7050c04080d3a7770984d4628b88252878f386e2e1a7c9d2eca36219ac844 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T07:14:53.235Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-04-02T07:14:53.540Z] + make test [2025-04-02T07:14:53.540Z] go test ./... -coverprofile=coverage.out ./... [2025-04-02T07:14:54.917Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-04-02T07:15:13.013Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-04-02T07:15:13.013Z] ok github.com/edgexfoundry/device-rest-go/driver 0.010s coverage: 33.2% of statements [2025-04-02T07:15:25.210Z] go vet ./... [2025-04-02T07:15:29.408Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-02T07:15:29.408Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-04-02T07:15:29.408Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-04-02T07:15:29.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-04-02T07:15:29.699Z] $ docker stop --time=1 7ed7050c04080d3a7770984d4628b88252878f386e2e1a7c9d2eca36219ac844 [2025-04-02T07:15:32.291Z] $ docker rm -f --volumes 7ed7050c04080d3a7770984d4628b88252878f386e2e1a7c9d2eca36219ac844 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-02T07:15:32.829Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-04-02T07:15:32.885Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-04-02T07:15:33.507Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-04-02T07:15:33.793Z] + ls -al . [2025-04-02T07:15:33.793Z] total 244 [2025-04-02T07:15:33.793Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 2 07:14 . [2025-04-02T07:15:33.793Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 07:13 .. [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 151 Apr 2 07:13 .dockerignore [2025-04-02T07:15:33.793Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 07:15 .git [2025-04-02T07:15:33.793Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 07:13 .github [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 264 Apr 2 07:13 .gitignore [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 2 07:13 .golangci.yml [2025-04-02T07:15:33.793Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 2 07:13 .semver [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 20138 Apr 2 07:13 Attribution.txt [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 18492 Apr 2 07:13 CHANGELOG.md [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 1697 Apr 2 07:13 Dockerfile [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 2 07:13 GOVERNANCE.md [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 680 Apr 2 07:13 Jenkinsfile [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 2 07:13 LICENSE [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 2598 Apr 2 07:13 Makefile [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 2 07:13 OWNERS.md [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 3989 Apr 2 07:13 README.md [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 2 07:13 VERSION [2025-04-02T07:15:33.793Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 07:13 bin [2025-04-02T07:15:33.793Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 07:13 cmd [2025-04-02T07:15:33.793Z] -rw-r--r-- 1 jenkins jenkins 14565 Apr 2 07:15 coverage.out [2025-04-02T07:15:33.793Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 07:13 driver [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 6244 Apr 2 07:13 go.mod [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 86532 Apr 2 07:13 go.sum [2025-04-02T07:15:33.793Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 07:13 openapi [2025-04-02T07:15:33.793Z] -rw-rw-r-- 1 jenkins jenkins 713 Apr 2 07:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:15:34.131Z] + 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=ea8efc1bdf50fce9abd2053ea9328b28ead432ce --label arch=amd64 --label version=4.1.0-dev.1 . [2025-04-02T07:15:34.131Z] Sending build context to Docker daemon 21.67MB [2025-04-02T07:15:34.131Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-04-02T07:15:34.131Z] Step 2/26 : FROM ${BASE} AS builder [2025-04-02T07:15:34.131Z] ---> 2eff26c8c365 [2025-04-02T07:15:34.131Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-04-02T07:15:34.390Z] ---> Running in 76346a1ac22d [2025-04-02T07:15:34.390Z] Removing intermediate container 76346a1ac22d [2025-04-02T07:15:34.390Z] ---> f5bf8bace65d [2025-04-02T07:15:34.390Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-02T07:15:34.390Z] ---> Running in c3b0a1779054 [2025-04-02T07:15:34.390Z] Removing intermediate container c3b0a1779054 [2025-04-02T07:15:34.390Z] ---> ab5fbf041971 [2025-04-02T07:15:34.390Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-02T07:15:34.390Z] ---> Running in b22933179c6c [2025-04-02T07:15:34.650Z] Removing intermediate container b22933179c6c [2025-04-02T07:15:34.650Z] ---> 3f25b63aab49 [2025-04-02T07:15:34.650Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-04-02T07:15:34.650Z] ---> Running in 0edaae3c9d9d [2025-04-02T07:15:34.650Z] Removing intermediate container 0edaae3c9d9d [2025-04-02T07:15:34.650Z] ---> 9f76e4285ccf [2025-04-02T07:15:34.650Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-02T07:15:34.650Z] ---> Running in 31506d831cf8 [2025-04-02T07:15:34.910Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T07:15:37.402Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-42614 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-04-02T07:15:37.428Z] Running in /w/workspace/device-rest-go/193 [Pipeline] { [Pipeline] checkout [2025-04-02T07:15:38.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T07:15:38.208Z] OK: 252 MiB in 62 packages [2025-04-02T07:15:38.208Z] Removing intermediate container 31506d831cf8 [2025-04-02T07:15:38.208Z] ---> 3156ac2ce0e0 [2025-04-02T07:15:38.208Z] Step 8/26 : WORKDIR /device-rest-go [2025-04-02T07:15:38.208Z] ---> Running in a727d8b4a8f0 [2025-04-02T07:15:38.468Z] Removing intermediate container a727d8b4a8f0 [2025-04-02T07:15:38.468Z] ---> 86f9db6343ae [2025-04-02T07:15:38.468Z] Step 9/26 : COPY go.mod vendor* ./ [2025-04-02T07:15:38.468Z] ---> 22c50d0b2b9c [2025-04-02T07:15:38.468Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-02T07:15:38.468Z] ---> Running in e30a7adaa0a9 [2025-04-02T07:15:39.684Z] Removing intermediate container e30a7adaa0a9 [2025-04-02T07:15:39.684Z] ---> 3b835e96d579 [2025-04-02T07:15:39.684Z] Step 11/26 : COPY . . [2025-04-02T07:15:39.944Z] ---> 74575f293b47 [2025-04-02T07:15:39.944Z] Step 12/26 : RUN $MAKE [2025-04-02T07:15:39.944Z] ---> Running in 4e292d72c4eb [2025-04-02T07:15:40.201Z] 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-04-02T07:15:40.479Z] The recommended git tool is: git [2025-04-02T07:15:44.980Z] using credential edgex-jenkins-ssh [2025-04-02T07:15:45.004Z] Cloning the remote Git repository [2025-04-02T07:15:45.044Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-04-02T07:15:45.127Z] > git init /w/workspace/device-rest-go/193 # timeout=10 [2025-04-02T07:15:45.255Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-04-02T07:15:45.256Z] > git --version # timeout=10 [2025-04-02T07:15:45.274Z] > git --version # 'git version 2.25.1' [2025-04-02T07:15:45.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-04-02T07:15:45.428Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-02T07:15:48.695Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-04-02T07:15:48.722Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-02T07:15:49.658Z] Avoid second fetch [2025-04-02T07:15:49.658Z] Checking out Revision ea8efc1bdf50fce9abd2053ea9328b28ead432ce (main) [2025-04-02T07:15:50.228Z] Commit message: "fix(rest): fix uri formatting when protocol path is empty (#461)" [2025-04-02T07:15:49.674Z] > git config core.sparsecheckout # timeout=10 [2025-04-02T07:15:49.730Z] > git checkout -f ea8efc1bdf50fce9abd2053ea9328b28ead432ce # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-02T07:15:54.913Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-04-02T07:15:54.913Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-02T07:15:54.913Z] Dload Upload Total Spent Left Speed [2025-04-02T07:15:54.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 95022 0 --:--:-- --:--:-- --:--:-- 95731 [Pipeline] sh [2025-04-02T07:15:55.260Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-04-02T07:15:55.588Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-04-02T07:15:55.588Z] + sudo tee /etc/docker/daemon.new [2025-04-02T07:15:55.588Z] { [2025-04-02T07:15:55.588Z] "registry-mirrors": [ [2025-04-02T07:15:55.588Z] "https://nexus3.edgexfoundry.org:10001" [2025-04-02T07:15:55.588Z] ], [2025-04-02T07:15:55.588Z] "bip": "10.250.0.254/24", [2025-04-02T07:15:55.588Z] "hosts": [ [2025-04-02T07:15:55.588Z] "tcp://0.0.0.0:5555", [2025-04-02T07:15:55.588Z] "unix:///var/run/docker.sock" [2025-04-02T07:15:55.588Z] ], [2025-04-02T07:15:55.588Z] "mtu": 1458, [2025-04-02T07:15:55.588Z] "selinux-enabled": true, [2025-04-02T07:15:55.588Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-04-02T07:15:55.588Z] } [Pipeline] sh [2025-04-02T07:15:55.912Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-04-02T07:15:56.244Z] + sudo service docker restart [2025-04-02T07:16:12.276Z] Removing intermediate container 4e292d72c4eb [2025-04-02T07:16:12.277Z] ---> 063086495cd5 [2025-04-02T07:16:12.277Z] Step 13/26 : FROM alpine:3.20 [2025-04-02T07:16:12.277Z] 3.20: Pulling from library/alpine [2025-04-02T07:16:12.277Z] 0a9a5dfd008f: Pulling fs layer [2025-04-02T07:16:12.277Z] 0a9a5dfd008f: Verifying Checksum [2025-04-02T07:16:12.277Z] 0a9a5dfd008f: Download complete [2025-04-02T07:16:12.277Z] 0a9a5dfd008f: Pull complete [2025-04-02T07:16:12.277Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-02T07:16:12.277Z] Status: Downloaded newer image for alpine:3.20 [2025-04-02T07:16:12.277Z] ---> ff221270b9fb [2025-04-02T07:16:12.277Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-04-02T07:16:12.277Z] ---> Running in 538465a1d280 [2025-04-02T07:16:12.277Z] Removing intermediate container 538465a1d280 [2025-04-02T07:16:12.277Z] ---> fbcf346a3da2 [2025-04-02T07:16:12.277Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-04-02T07:16:12.277Z] ---> Running in 92373ee3569d [2025-04-02T07:16:12.277Z] Removing intermediate container 92373ee3569d [2025-04-02T07:16:12.277Z] ---> 5833ecb5a793 [2025-04-02T07:16:12.277Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-04-02T07:16:12.277Z] ---> Running in d213db93ce14 [2025-04-02T07:16:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T07:16:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T07:16:12.277Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-04-02T07:16:12.277Z] Executing busybox-1.36.1-r29.trigger [2025-04-02T07:16:12.277Z] OK: 8 MiB in 15 packages [2025-04-02T07:16:12.277Z] Removing intermediate container d213db93ce14 [2025-04-02T07:16:12.277Z] ---> 73e7c091ec02 [2025-04-02T07:16:12.277Z] Step 17/26 : RUN apk --no-cache upgrade [2025-04-02T07:16:12.277Z] ---> Running in a37458fee1e8 [2025-04-02T07:16:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T07:16:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T07:16:12.277Z] OK: 8 MiB in 15 packages [2025-04-02T07:16:12.277Z] Removing intermediate container a37458fee1e8 [2025-04-02T07:16:12.277Z] ---> 5c3569929945 [2025-04-02T07:16:12.277Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-04-02T07:16:12.277Z] ---> 089b9dce155b [2025-04-02T07:16:12.277Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-04-02T07:16:12.277Z] ---> 9b87a1acab51 [2025-04-02T07:16:12.277Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-04-02T07:16:12.277Z] ---> 07fab6d4de47 [2025-04-02T07:16:12.277Z] Step 21/26 : EXPOSE 59986 [2025-04-02T07:16:12.277Z] ---> Running in 77ab98b99110 [2025-04-02T07:16:12.277Z] Removing intermediate container 77ab98b99110 [2025-04-02T07:16:12.277Z] ---> 1ef10bf73f92 [2025-04-02T07:16:12.277Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-04-02T07:16:12.277Z] ---> Running in 9b9e8e754a9f [2025-04-02T07:16:12.536Z] Removing intermediate container 9b9e8e754a9f [2025-04-02T07:16:12.536Z] ---> 835558bbdf77 [2025-04-02T07:16:12.536Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-04-02T07:16:12.536Z] ---> Running in 6292e2b7cf59 [2025-04-02T07:16:12.536Z] Removing intermediate container 6292e2b7cf59 [2025-04-02T07:16:12.536Z] ---> d8acc45c614f [2025-04-02T07:16:12.536Z] Step 24/26 : LABEL arch=amd64 [2025-04-02T07:16:12.536Z] ---> Running in 4723bcbd8c48 [2025-04-02T07:16:12.796Z] Removing intermediate container 4723bcbd8c48 [2025-04-02T07:16:12.796Z] ---> d73df6041250 [2025-04-02T07:16:12.796Z] Step 25/26 : LABEL git_sha=ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:16:12.796Z] ---> Running in d27dd6e46400 [2025-04-02T07:16:12.796Z] Removing intermediate container d27dd6e46400 [2025-04-02T07:16:12.796Z] ---> a0a044626e06 [2025-04-02T07:16:12.796Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-04-02T07:16:12.796Z] ---> Running in 748fd266a7b9 [2025-04-02T07:16:12.796Z] Removing intermediate container 748fd266a7b9 [2025-04-02T07:16:12.796Z] ---> 4665b54e65d0 [2025-04-02T07:16:12.796Z] [Warning] One or more build-args [ARCH] were not consumed [2025-04-02T07:16:12.796Z] Successfully built 4665b54e65d0 [2025-04-02T07:16:12.796Z] 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-04-02T07:16:12.951Z] provisioning config files... [2025-04-02T07:16:12.962Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10107854456113354372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:16:13.264Z] ---> ****-login.sh [2025-04-02T07:16:13.264Z] nexus3.edgexfoundry.org:10001 [2025-04-02T07:16:13.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:13.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:13.264Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:13.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:13.264Z] [2025-04-02T07:16:13.264Z] Login Succeeded [2025-04-02T07:16:13.264Z] nexus3.edgexfoundry.org:10002 [2025-04-02T07:16:13.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:13.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:13.264Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:13.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:13.264Z] [2025-04-02T07:16:13.264Z] Login Succeeded [2025-04-02T07:16:13.264Z] nexus3.edgexfoundry.org:10003 [2025-04-02T07:16:13.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:13.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:13.525Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:13.525Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:13.525Z] [2025-04-02T07:16:13.525Z] Login Succeeded [2025-04-02T07:16:13.525Z] nexus3.edgexfoundry.org:10004 [2025-04-02T07:16:13.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:13.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:13.525Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:13.525Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:13.525Z] [2025-04-02T07:16:13.525Z] Login Succeeded [2025-04-02T07:16:13.525Z] ****.io [2025-04-02T07:16:13.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:13.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:13.784Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:13.784Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:13.784Z] [2025-04-02T07:16:13.784Z] Login Succeeded [2025-04-02T07:16:13.784Z] ---> ****-login.sh ends [Pipeline] } [2025-04-02T07:16:13.792Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-02T07:16:13.849Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T07:16:13.874Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-04-02T07:16:13.874Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:16:13.874Z] latest [2025-04-02T07:16:13.874Z] 4.1.0-dev.1 [2025-04-02T07:16:13.874Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [2025-04-02T07:16:13.874Z] main [2025-04-02T07:16:13.874Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:14.222Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T07:16:14.473Z] provisioning config files... [2025-04-02T07:16:14.500Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/193@tmp/config10939164770266795943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:16:14.545Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:16:14.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-04-02T07:16:14.546Z] a259921740b0: Preparing [2025-04-02T07:16:14.546Z] 9a1024ef8809: Preparing [2025-04-02T07:16:14.546Z] ea92bc38f214: Preparing [2025-04-02T07:16:14.546Z] 692c7020f0df: Preparing [2025-04-02T07:16:14.546Z] f80c99dc7f15: Preparing [2025-04-02T07:16:14.546Z] 994456c4fd7b: Preparing [2025-04-02T07:16:14.546Z] 994456c4fd7b: Waiting [2025-04-02T07:16:14.546Z] 692c7020f0df: Pushed [2025-04-02T07:16:14.546Z] 9a1024ef8809: Pushed [2025-04-02T07:16:14.546Z] f80c99dc7f15: Pushed [2025-04-02T07:16:14.546Z] a259921740b0: Pushed [2025-04-02T07:16:14.546Z] 994456c4fd7b: Layer already exists [2025-04-02T07:16:14.920Z] ---> ****-login.sh [2025-04-02T07:16:14.920Z] nexus3.edgexfoundry.org:10001 [2025-04-02T07:16:15.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:15.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:15.460Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:15.460Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:15.460Z] [2025-04-02T07:16:15.460Z] Login Succeeded [2025-04-02T07:16:15.460Z] nexus3.edgexfoundry.org:10002 [2025-04-02T07:16:15.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:15.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:15.730Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:15.730Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:15.730Z] [2025-04-02T07:16:15.730Z] Login Succeeded [2025-04-02T07:16:15.730Z] nexus3.edgexfoundry.org:10003 [2025-04-02T07:16:15.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:16.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:16.265Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:16.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:16.266Z] [2025-04-02T07:16:16.266Z] Login Succeeded [2025-04-02T07:16:16.266Z] nexus3.edgexfoundry.org:10004 [2025-04-02T07:16:16.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:16.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:16.535Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:16.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:16.535Z] [2025-04-02T07:16:16.535Z] Login Succeeded [2025-04-02T07:16:16.535Z] ****.io [2025-04-02T07:16:16.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:16:16.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:16:16.801Z] Configure a credential helper to remove this warning. See [2025-04-02T07:16:16.801Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:16:16.801Z] [2025-04-02T07:16:16.801Z] Login Succeeded [2025-04-02T07:16:17.067Z] ---> ****-login.sh ends [Pipeline] } [2025-04-02T07:16:17.080Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-04-02T07:16:17.364Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T07:16:17.384Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T07:16:17.406Z] ========================================================= [2025-04-02T07:16:17.407Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-04-02T07:16:17.407Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:17.774Z] + 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-04-02T07:16:17.775Z] Sending build context to Docker daemon 141.8kB [2025-04-02T07:16:17.832Z] ea92bc38f214: Pushed [2025-04-02T07:16:17.832Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce: digest: sha256:a8f736ab9098b8fdfe861944041879d5f9dafb1abedbaf40fdfe2addee6f892b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:18.042Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-04-02T07:16:18.043Z] Step 2/12 : FROM ${BASE} AS builder [2025-04-02T07:16:18.043Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-04-02T07:16:18.043Z] 9986a736f7d3: Pulling fs layer [2025-04-02T07:16:18.043Z] 1f018df60701: Pulling fs layer [2025-04-02T07:16:18.043Z] 39f8f326b044: Pulling fs layer [2025-04-02T07:16:18.043Z] e6a1e7a6a96a: Pulling fs layer [2025-04-02T07:16:18.043Z] 4f4fb700ef54: Pulling fs layer [2025-04-02T07:16:18.043Z] d45d956e0dbf: Pulling fs layer [2025-04-02T07:16:18.043Z] d7702b0d1db1: Pulling fs layer [2025-04-02T07:16:18.043Z] 5c7f0f088c93: Pulling fs layer [2025-04-02T07:16:18.043Z] 4fdc064ae6cf: Pulling fs layer [2025-04-02T07:16:18.043Z] e6a1e7a6a96a: Waiting [2025-04-02T07:16:18.043Z] 4f4fb700ef54: Waiting [2025-04-02T07:16:18.043Z] d45d956e0dbf: Waiting [2025-04-02T07:16:18.043Z] d7702b0d1db1: Waiting [2025-04-02T07:16:18.043Z] 5c7f0f088c93: Waiting [2025-04-02T07:16:18.043Z] 1f018df60701: Verifying Checksum [2025-04-02T07:16:18.043Z] 1f018df60701: Download complete [2025-04-02T07:16:18.169Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:18.310Z] e6a1e7a6a96a: Verifying Checksum [2025-04-02T07:16:18.310Z] e6a1e7a6a96a: Download complete [2025-04-02T07:16:18.310Z] 4f4fb700ef54: Verifying Checksum [2025-04-02T07:16:18.310Z] 4f4fb700ef54: Download complete [2025-04-02T07:16:18.310Z] d45d956e0dbf: Verifying Checksum [2025-04-02T07:16:18.310Z] d45d956e0dbf: Download complete [2025-04-02T07:16:18.310Z] d7702b0d1db1: Download complete [2025-04-02T07:16:18.310Z] 9986a736f7d3: Verifying Checksum [2025-04-02T07:16:18.310Z] 9986a736f7d3: Download complete [2025-04-02T07:16:18.507Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-04-02T07:16:18.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-04-02T07:16:18.507Z] a259921740b0: Preparing [2025-04-02T07:16:18.507Z] 9a1024ef8809: Preparing [2025-04-02T07:16:18.507Z] ea92bc38f214: Preparing [2025-04-02T07:16:18.507Z] 692c7020f0df: Preparing [2025-04-02T07:16:18.507Z] f80c99dc7f15: Preparing [2025-04-02T07:16:18.507Z] 994456c4fd7b: Preparing [2025-04-02T07:16:18.507Z] 994456c4fd7b: Waiting [2025-04-02T07:16:18.507Z] 9a1024ef8809: Layer already exists [2025-04-02T07:16:18.507Z] f80c99dc7f15: Layer already exists [2025-04-02T07:16:18.507Z] 692c7020f0df: Layer already exists [2025-04-02T07:16:18.507Z] ea92bc38f214: Layer already exists [2025-04-02T07:16:18.507Z] a259921740b0: Layer already exists [2025-04-02T07:16:18.507Z] 994456c4fd7b: Layer already exists [2025-04-02T07:16:18.507Z] latest: digest: sha256:a8f736ab9098b8fdfe861944041879d5f9dafb1abedbaf40fdfe2addee6f892b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:18.576Z] 4fdc064ae6cf: Verifying Checksum [2025-04-02T07:16:18.576Z] 4fdc064ae6cf: Download complete [2025-04-02T07:16:18.843Z] + 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-04-02T07:16:19.158Z] 9986a736f7d3: Pull complete [2025-04-02T07:16:19.177Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-04-02T07:16:19.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-04-02T07:16:19.177Z] a259921740b0: Preparing [2025-04-02T07:16:19.177Z] 9a1024ef8809: Preparing [2025-04-02T07:16:19.177Z] ea92bc38f214: Preparing [2025-04-02T07:16:19.177Z] 692c7020f0df: Preparing [2025-04-02T07:16:19.177Z] f80c99dc7f15: Preparing [2025-04-02T07:16:19.177Z] 994456c4fd7b: Preparing [2025-04-02T07:16:19.177Z] 994456c4fd7b: Waiting [2025-04-02T07:16:19.177Z] 692c7020f0df: Layer already exists [2025-04-02T07:16:19.177Z] ea92bc38f214: Layer already exists [2025-04-02T07:16:19.177Z] a259921740b0: Layer already exists [2025-04-02T07:16:19.177Z] 9a1024ef8809: Layer already exists [2025-04-02T07:16:19.177Z] f80c99dc7f15: Layer already exists [2025-04-02T07:16:19.177Z] 994456c4fd7b: Layer already exists [2025-04-02T07:16:19.177Z] 4.1.0-dev.1: digest: sha256:a8f736ab9098b8fdfe861944041879d5f9dafb1abedbaf40fdfe2addee6f892b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:19.505Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:19.741Z] 1f018df60701: Pull complete [2025-04-02T07:16:19.835Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [2025-04-02T07:16:19.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-04-02T07:16:19.835Z] a259921740b0: Preparing [2025-04-02T07:16:19.835Z] 9a1024ef8809: Preparing [2025-04-02T07:16:19.835Z] ea92bc38f214: Preparing [2025-04-02T07:16:19.835Z] 692c7020f0df: Preparing [2025-04-02T07:16:19.835Z] f80c99dc7f15: Preparing [2025-04-02T07:16:19.835Z] 994456c4fd7b: Preparing [2025-04-02T07:16:19.835Z] 994456c4fd7b: Waiting [2025-04-02T07:16:19.835Z] 692c7020f0df: Layer already exists [2025-04-02T07:16:19.835Z] f80c99dc7f15: Layer already exists [2025-04-02T07:16:19.835Z] ea92bc38f214: Layer already exists [2025-04-02T07:16:19.835Z] a259921740b0: Layer already exists [2025-04-02T07:16:19.835Z] 9a1024ef8809: Layer already exists [2025-04-02T07:16:19.835Z] 994456c4fd7b: Layer already exists [2025-04-02T07:16:19.835Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1: digest: sha256:a8f736ab9098b8fdfe861944041879d5f9dafb1abedbaf40fdfe2addee6f892b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:20.179Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:16:20.325Z] 39f8f326b044: Download complete [2025-04-02T07:16:20.516Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-04-02T07:16:20.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-04-02T07:16:20.516Z] a259921740b0: Preparing [2025-04-02T07:16:20.516Z] 9a1024ef8809: Preparing [2025-04-02T07:16:20.516Z] ea92bc38f214: Preparing [2025-04-02T07:16:20.516Z] 692c7020f0df: Preparing [2025-04-02T07:16:20.516Z] f80c99dc7f15: Preparing [2025-04-02T07:16:20.516Z] 994456c4fd7b: Preparing [2025-04-02T07:16:20.516Z] 994456c4fd7b: Waiting [2025-04-02T07:16:20.516Z] f80c99dc7f15: Layer already exists [2025-04-02T07:16:20.516Z] a259921740b0: Layer already exists [2025-04-02T07:16:20.516Z] 9a1024ef8809: Layer already exists [2025-04-02T07:16:20.516Z] 692c7020f0df: Layer already exists [2025-04-02T07:16:20.516Z] ea92bc38f214: Layer already exists [2025-04-02T07:16:20.516Z] 994456c4fd7b: Layer already exists [2025-04-02T07:16:20.516Z] main: digest: sha256:a8f736ab9098b8fdfe861944041879d5f9dafb1abedbaf40fdfe2addee6f892b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-02T07:16:20.599Z] ===================================================== [Pipeline] echo [2025-04-02T07:16:20.612Z] taggedImages: [2025-04-02T07:16:20.612Z] - nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:16:20.612Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-04-02T07:16:20.612Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-04-02T07:16:20.612Z] - nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [2025-04-02T07:16:20.612Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-04-02T07:16:20.651Z] ========================================================= [2025-04-02T07:16:20.651Z] [edgeXBuildMultiArch] RAW Config: [2025-04-02T07:16:20.651Z] images: [2025-04-02T07:16:20.651Z] - nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:16:20.651Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-04-02T07:16:20.651Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [2025-04-02T07:16:20.651Z] - nexus3.edgexfoundry.org:10004/device-rest:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [2025-04-02T07:16:20.651Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-04-02T07:16:20.651Z] settingsFile: [2025-04-02T07:16:20.651Z] device-rest-go-settings [2025-04-02T07:16:20.651Z] ========================================================= [Pipeline] node [2025-04-02T07:16:20.907Z] 5c7f0f088c93: Verifying Checksum [2025-04-02T07:16:20.907Z] 5c7f0f088c93: Download complete [2025-04-02T07:16:35.654Z] Still waiting to schedule task [2025-04-02T07:16:35.654Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-04-02T07:16:35.898Z] 39f8f326b044: Pull complete [2025-04-02T07:16:35.899Z] e6a1e7a6a96a: Pull complete [2025-04-02T07:16:35.899Z] 4f4fb700ef54: Pull complete [2025-04-02T07:16:35.899Z] d45d956e0dbf: Pull complete [2025-04-02T07:16:35.899Z] d7702b0d1db1: Pull complete [2025-04-02T07:16:42.550Z] 5c7f0f088c93: Pull complete [2025-04-02T07:16:44.496Z] 4fdc064ae6cf: Pull complete [2025-04-02T07:16:44.496Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-04-02T07:16:44.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-02T07:16:44.496Z] ---> 63f30b955cb9 [2025-04-02T07:16:44.496Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-04-02T07:16:45.903Z] ---> Running in 8fb6e0033c06 [2025-04-02T07:16:45.903Z] Removing intermediate container 8fb6e0033c06 [2025-04-02T07:16:45.903Z] ---> b115689e15d7 [2025-04-02T07:16:45.903Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-02T07:16:46.170Z] ---> Running in aa6e8c6752c9 [2025-04-02T07:16:46.170Z] Removing intermediate container aa6e8c6752c9 [2025-04-02T07:16:46.170Z] ---> 86cfc40d8e87 [2025-04-02T07:16:46.170Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-02T07:16:46.436Z] ---> Running in 6aee033b5f7d [2025-04-02T07:16:46.704Z] Removing intermediate container 6aee033b5f7d [2025-04-02T07:16:46.704Z] ---> ad2c595b4c82 [2025-04-02T07:16:46.704Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-04-02T07:16:46.704Z] ---> Running in 892fabcd0f58 [2025-04-02T07:16:46.972Z] Removing intermediate container 892fabcd0f58 [2025-04-02T07:16:46.972Z] ---> 4960c4517071 [2025-04-02T07:16:46.972Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-02T07:16:47.239Z] ---> Running in 5692e6f49673 [2025-04-02T07:16:48.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-02T07:16:48.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-02T07:16:49.874Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-04-02T07:16:49.875Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-04-02T07:16:49.875Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-04-02T07:16:49.875Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-04-02T07:16:49.875Z] Executing busybox-1.36.1-r29.trigger [2025-04-02T07:16:50.142Z] OK: 244 MiB in 62 packages [2025-04-02T07:16:51.102Z] Removing intermediate container 5692e6f49673 [2025-04-02T07:16:51.102Z] ---> 299393a7df01 [2025-04-02T07:16:51.102Z] Step 8/12 : WORKDIR /device-rest-go [2025-04-02T07:16:51.370Z] ---> Running in abb0a6a7db96 [2025-04-02T07:16:51.638Z] Removing intermediate container abb0a6a7db96 [2025-04-02T07:16:51.638Z] ---> 9804478f3412 [2025-04-02T07:16:51.638Z] Step 9/12 : COPY go.mod vendor* ./ [2025-04-02T07:16:52.223Z] ---> dfcd290758d9 [2025-04-02T07:16:52.223Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-02T07:16:52.223Z] ---> Running in b13fc7819581 [2025-04-02T07:17:31.203Z] Running on prd-centos7-docker-4c-2g-42615 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T07:17:31.260Z] provisioning config files... [2025-04-02T07:17:31.310Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1609630061653856134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:17:32.443Z] ---> ****-login.sh [2025-04-02T07:17:32.443Z] nexus3.edgexfoundry.org:10001 [2025-04-02T07:18:43.890Z] Removing intermediate container b13fc7819581 [2025-04-02T07:18:43.890Z] ---> 5474309b597c [2025-04-02T07:18:43.891Z] Step 11/12 : COPY . . [2025-04-02T07:18:43.891Z] ---> dcf1e272f3d7 [2025-04-02T07:18:43.891Z] Step 12/12 : RUN $MAKE [2025-04-02T07:18:43.891Z] ---> Running in 3ec3ae8beacf [2025-04-02T07:18:43.891Z] noop [2025-04-02T07:18:43.891Z] Removing intermediate container 3ec3ae8beacf [2025-04-02T07:18:43.891Z] ---> 6ca5472adfec [2025-04-02T07:18:43.891Z] Successfully built 6ca5472adfec [2025-04-02T07:18:43.891Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:18:44.262Z] + docker inspect -f . ci-base-image-arm64 [2025-04-02T07:18:44.262Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T07:18:44.475Z] prd-ubuntu20.04-docker-arm64-4c-16g-42614 does not seem to be running inside a container [2025-04-02T07:18:44.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/193 -v /w/workspace/device-rest-go/193:/w/workspace/device-rest-go/193:rw,z -v /w/workspace/device-rest-go/193@tmp:/w/workspace/device-rest-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-04-02T07:18:45.741Z] $ docker top 47c12df862bc70e8fe8f6bbca30b96ff800a84b9be7b3f7318dca2347af6423e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T07:18:46.552Z] + go version [2025-04-02T07:18:46.552Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-04-02T07:18:46.573Z] $ docker stop --time=1 47c12df862bc70e8fe8f6bbca30b96ff800a84b9be7b3f7318dca2347af6423e [2025-04-02T07:18:48.211Z] $ docker rm -f --volumes 47c12df862bc70e8fe8f6bbca30b96ff800a84b9be7b3f7318dca2347af6423e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:18:48.792Z] + docker inspect -f . ci-base-image-arm64 [2025-04-02T07:18:48.792Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T07:18:48.981Z] prd-ubuntu20.04-docker-arm64-4c-16g-42614 does not seem to be running inside a container [2025-04-02T07:18:49.046Z] $ 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/193 -v /w/workspace/device-rest-go/193:/w/workspace/device-rest-go/193:rw,z -v /w/workspace/device-rest-go/193@tmp:/w/workspace/device-rest-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-04-02T07:18:50.189Z] $ docker top e1a53ea5a24fd452c42f29462e151a5f1ad205abddd32d73d9bec69a7a6b8c24 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T07:18:51.018Z] + git config --global --add safe.directory /w/workspace/device-rest-go/193 [Pipeline] fileExists [Pipeline] sh [2025-04-02T07:18:51.350Z] + make test [2025-04-02T07:18:51.617Z] go test ./... -coverprofile=coverage.out ./... [2025-04-02T07:18:56.959Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-04-02T07:22:03.720Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-04-02T07:22:03.720Z] ok github.com/edgexfoundry/device-rest-go/driver 0.043s coverage: 33.2% of statements [2025-04-02T07:22:03.720Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-04-02T07:22:03.720Z] go vet ./... [2025-04-02T07:22:50.886Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-02T07:22:50.886Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-04-02T07:22:50.887Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-04-02T07:22:50.906Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-04-02T07:22:50.931Z] $ docker stop --time=1 e1a53ea5a24fd452c42f29462e151a5f1ad205abddd32d73d9bec69a7a6b8c24 [2025-04-02T07:22:52.872Z] $ docker rm -f --volumes e1a53ea5a24fd452c42f29462e151a5f1ad205abddd32d73d9bec69a7a6b8c24 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-02T07:22:54.410Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-04-02T07:22:54.440Z] Warning: overwriting stash ‘coverage-report’ [2025-04-02T07:22:54.855Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-02T07:22:55.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-04-02T07:22:55.594Z] + ls -al . [2025-04-02T07:22:55.594Z] total 240 [2025-04-02T07:22:55.594Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 07:18 . [2025-04-02T07:22:55.594Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 07:15 .. [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 151 Apr 2 07:15 .dockerignore [2025-04-02T07:22:55.594Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 07:15 .git [2025-04-02T07:22:55.594Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 07:15 .github [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 264 Apr 2 07:15 .gitignore [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 2 07:15 .golangci.yml [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 20138 Apr 2 07:15 Attribution.txt [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 18492 Apr 2 07:15 CHANGELOG.md [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 1697 Apr 2 07:15 Dockerfile [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 2 07:15 GOVERNANCE.md [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 680 Apr 2 07:15 Jenkinsfile [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 2 07:15 LICENSE [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 2598 Apr 2 07:15 Makefile [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 2 07:15 OWNERS.md [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 3989 Apr 2 07:15 README.md [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 2 07:13 VERSION [2025-04-02T07:22:55.594Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 07:15 bin [2025-04-02T07:22:55.594Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 07:15 cmd [2025-04-02T07:22:55.594Z] -rw-r--r-- 1 jenkins jenkins 14565 Apr 2 07:22 coverage.out [2025-04-02T07:22:55.594Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 07:15 driver [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 6244 Apr 2 07:15 go.mod [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 86532 Apr 2 07:15 go.sum [2025-04-02T07:22:55.594Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 07:15 openapi [2025-04-02T07:22:55.594Z] -rw-rw-r-- 1 jenkins jenkins 713 Apr 2 07:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:22:55.958Z] + 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=ea8efc1bdf50fce9abd2053ea9328b28ead432ce --label arch=arm64 --label version=4.1.0-dev.1 . [2025-04-02T07:22:55.958Z] Sending build context to Docker daemon 157.2kB [2025-04-02T07:22:56.227Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-04-02T07:22:56.227Z] Step 2/26 : FROM ${BASE} AS builder [2025-04-02T07:22:56.227Z] ---> 6ca5472adfec [2025-04-02T07:22:56.227Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-04-02T07:22:56.227Z] ---> Running in df43717e1bb1 [2025-04-02T07:22:56.494Z] Removing intermediate container df43717e1bb1 [2025-04-02T07:22:56.494Z] ---> b7474875e8f4 [2025-04-02T07:22:56.494Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-02T07:22:56.761Z] ---> Running in 7605f25cb69b [2025-04-02T07:22:57.031Z] Removing intermediate container 7605f25cb69b [2025-04-02T07:22:57.031Z] ---> 9dd027ea36ec [2025-04-02T07:22:57.031Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-02T07:22:57.031Z] ---> Running in d016e47b2a23 [2025-04-02T07:22:57.298Z] Removing intermediate container d016e47b2a23 [2025-04-02T07:22:57.298Z] ---> 4268710efdfd [2025-04-02T07:22:57.298Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-04-02T07:22:57.298Z] ---> Running in 353deea0c5fb [2025-04-02T07:22:57.565Z] Removing intermediate container 353deea0c5fb [2025-04-02T07:22:57.565Z] ---> 8b7300c53e08 [2025-04-02T07:22:57.565Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-02T07:22:57.837Z] ---> Running in 991dd5b8a144 [2025-04-02T07:22:58.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-02T07:22:59.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-02T07:23:00.460Z] OK: 244 MiB in 62 packages [2025-04-02T07:23:01.424Z] Removing intermediate container 991dd5b8a144 [2025-04-02T07:23:01.424Z] ---> c092622bb1d5 [2025-04-02T07:23:01.424Z] Step 8/26 : WORKDIR /device-rest-go [2025-04-02T07:23:01.424Z] ---> Running in 728d01fb69ee [2025-04-02T07:23:02.005Z] Removing intermediate container 728d01fb69ee [2025-04-02T07:23:02.005Z] ---> d6f771d6ca85 [2025-04-02T07:23:02.005Z] Step 9/26 : COPY go.mod vendor* ./ [2025-04-02T07:23:02.962Z] ---> 425a97902263 [2025-04-02T07:23:02.962Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-02T07:23:02.962Z] ---> Running in 51ec56e53788 [2025-04-02T07:23:04.905Z] Removing intermediate container 51ec56e53788 [2025-04-02T07:23:04.905Z] ---> 720d0977e717 [2025-04-02T07:23:04.905Z] Step 11/26 : COPY . . [2025-04-02T07:23:05.490Z] ---> 60585b52445b [2025-04-02T07:23:05.490Z] Step 12/26 : RUN $MAKE [2025-04-02T07:23:05.758Z] ---> Running in 83e4ae192699 [2025-04-02T07:23:06.717Z] 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-04-02T07:26:13.467Z] Removing intermediate container 83e4ae192699 [2025-04-02T07:26:13.467Z] ---> 066c4eb2908b [2025-04-02T07:26:13.467Z] Step 13/26 : FROM alpine:3.20 [2025-04-02T07:26:13.467Z] 3.20: Pulling from library/alpine [2025-04-02T07:26:13.467Z] 94e9d8af2201: Pulling fs layer [2025-04-02T07:26:13.467Z] 94e9d8af2201: Verifying Checksum [2025-04-02T07:26:13.467Z] 94e9d8af2201: Download complete [2025-04-02T07:26:14.047Z] 94e9d8af2201: Pull complete [2025-04-02T07:26:14.047Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-02T07:26:14.047Z] Status: Downloaded newer image for alpine:3.20 [2025-04-02T07:26:14.047Z] ---> 7aab056cecc6 [2025-04-02T07:26:14.047Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-04-02T07:26:14.047Z] ---> Running in f538485e5381 [2025-04-02T07:26:14.314Z] Removing intermediate container f538485e5381 [2025-04-02T07:26:14.314Z] ---> 4aca041f2d96 [2025-04-02T07:26:14.314Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-04-02T07:26:14.580Z] ---> Running in a4de0e10b6c3 [2025-04-02T07:26:14.847Z] Removing intermediate container a4de0e10b6c3 [2025-04-02T07:26:14.847Z] ---> 530eb6c394b1 [2025-04-02T07:26:14.847Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-04-02T07:26:14.847Z] ---> Running in 0e1701b2c8ed [2025-04-02T07:26:15.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-02T07:26:16.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-02T07:26:17.479Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-04-02T07:26:17.479Z] Executing busybox-1.36.1-r29.trigger [2025-04-02T07:26:17.479Z] OK: 9 MiB in 15 packages [2025-04-02T07:26:18.443Z] Removing intermediate container 0e1701b2c8ed [2025-04-02T07:26:18.443Z] ---> 5798f287cf02 [2025-04-02T07:26:18.443Z] Step 17/26 : RUN apk --no-cache upgrade [2025-04-02T07:26:18.711Z] ---> Running in 2f900de7a7cd [2025-04-02T07:26:19.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-02T07:26:19.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-02T07:26:20.899Z] OK: 9 MiB in 15 packages [2025-04-02T07:26:21.854Z] Removing intermediate container 2f900de7a7cd [2025-04-02T07:26:21.854Z] ---> dfb80c1df0b9 [2025-04-02T07:26:21.854Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-04-02T07:26:23.796Z] ---> 54d3ee1a65e4 [2025-04-02T07:26:23.796Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-04-02T07:26:24.064Z] ---> 74dda13e110f [2025-04-02T07:26:24.064Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-04-02T07:26:24.654Z] ---> ec5bab2df60d [2025-04-02T07:26:24.654Z] Step 21/26 : EXPOSE 59986 [2025-04-02T07:26:24.654Z] ---> Running in 673f93bb19f5 [2025-04-02T07:26:25.238Z] Removing intermediate container 673f93bb19f5 [2025-04-02T07:26:25.238Z] ---> bb31944855ce [2025-04-02T07:26:25.238Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-04-02T07:26:25.238Z] ---> Running in 46200bb87dff [2025-04-02T07:26:25.506Z] Removing intermediate container 46200bb87dff [2025-04-02T07:26:25.506Z] ---> 7ef66ebe97cd [2025-04-02T07:26:25.506Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-04-02T07:26:25.506Z] ---> Running in b47f9c4a03a9 [2025-04-02T07:26:25.772Z] Removing intermediate container b47f9c4a03a9 [2025-04-02T07:26:25.772Z] ---> e8ed60a5701f [2025-04-02T07:26:25.772Z] Step 24/26 : LABEL arch=arm64 [2025-04-02T07:26:25.772Z] ---> Running in 732cd1f0a88e [2025-04-02T07:26:26.355Z] Removing intermediate container 732cd1f0a88e [2025-04-02T07:26:26.355Z] ---> e56cd0d44c47 [2025-04-02T07:26:26.355Z] Step 25/26 : LABEL git_sha=ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:26:26.355Z] ---> Running in 8fbc3f43ccf4 [2025-04-02T07:26:26.623Z] Removing intermediate container 8fbc3f43ccf4 [2025-04-02T07:26:26.623Z] ---> 78c98ce8a8ad [2025-04-02T07:26:26.623Z] Step 26/26 : LABEL version=4.1.0-dev.1 [2025-04-02T07:26:26.623Z] ---> Running in 9ce03add949f [2025-04-02T07:26:26.889Z] Removing intermediate container 9ce03add949f [2025-04-02T07:26:26.889Z] ---> 29dfe66719e8 [2025-04-02T07:26:26.889Z] [Warning] One or more build-args [ARCH] were not consumed [2025-04-02T07:26:26.889Z] Successfully built 29dfe66719e8 [2025-04-02T07:26:26.889Z] 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-04-02T07:26:27.048Z] provisioning config files... [2025-04-02T07:26:27.062Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/193@tmp/config2787547567129610847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:26:27.408Z] ---> ****-login.sh [2025-04-02T07:26:27.408Z] nexus3.edgexfoundry.org:10001 [2025-04-02T07:26:27.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:26:27.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:26:27.678Z] Configure a credential helper to remove this warning. See [2025-04-02T07:26:27.679Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:26:27.679Z] [2025-04-02T07:26:27.679Z] Login Succeeded [2025-04-02T07:26:27.679Z] nexus3.edgexfoundry.org:10002 [2025-04-02T07:26:27.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:26:27.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:26:27.948Z] Configure a credential helper to remove this warning. See [2025-04-02T07:26:27.948Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:26:27.948Z] [2025-04-02T07:26:27.948Z] Login Succeeded [2025-04-02T07:26:27.948Z] nexus3.edgexfoundry.org:10003 [2025-04-02T07:26:28.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:26:28.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:26:28.483Z] Configure a credential helper to remove this warning. See [2025-04-02T07:26:28.483Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:26:28.483Z] [2025-04-02T07:26:28.483Z] Login Succeeded [2025-04-02T07:26:28.483Z] nexus3.edgexfoundry.org:10004 [2025-04-02T07:26:28.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:26:28.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:26:28.750Z] Configure a credential helper to remove this warning. See [2025-04-02T07:26:28.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:26:28.750Z] [2025-04-02T07:26:28.750Z] Login Succeeded [2025-04-02T07:26:28.750Z] ****.io [2025-04-02T07:26:29.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T07:26:29.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T07:26:29.283Z] Configure a credential helper to remove this warning. See [2025-04-02T07:26:29.283Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T07:26:29.283Z] [2025-04-02T07:26:29.283Z] Login Succeeded [2025-04-02T07:26:29.283Z] ---> ****-login.sh ends [Pipeline] } [2025-04-02T07:26:29.294Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-02T07:26:29.353Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T07:26:29.386Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-04-02T07:26:29.386Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:26:29.386Z] latest [2025-04-02T07:26:29.386Z] 4.1.0-dev.1 [2025-04-02T07:26:29.386Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [2025-04-02T07:26:29.386Z] main [2025-04-02T07:26:29.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:29.778Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:30.150Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:26:30.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-04-02T07:26:30.150Z] e5e557b2be57: Preparing [2025-04-02T07:26:30.150Z] 31c802950f6f: Preparing [2025-04-02T07:26:30.150Z] 672e930352f0: Preparing [2025-04-02T07:26:30.150Z] 9aad0ecffd58: Preparing [2025-04-02T07:26:30.150Z] 601f10019525: Preparing [2025-04-02T07:26:30.150Z] dd9c8f8612c8: Preparing [2025-04-02T07:26:30.150Z] dd9c8f8612c8: Waiting [2025-04-02T07:26:30.415Z] e5e557b2be57: Pushed [2025-04-02T07:26:30.415Z] 31c802950f6f: Pushed [2025-04-02T07:26:30.415Z] 9aad0ecffd58: Pushed [2025-04-02T07:26:30.415Z] 601f10019525: Pushed [2025-04-02T07:26:30.415Z] dd9c8f8612c8: Layer already exists [2025-04-02T07:26:38.601Z] 672e930352f0: Pushed [2025-04-02T07:26:38.601Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce: digest: sha256:9e09a8e8fda1d33a11afd69382f56f5dbfc7cb8d25b7aa885bf866a7eff929e0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:38.973Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:39.333Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-04-02T07:26:39.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-04-02T07:26:39.333Z] e5e557b2be57: Preparing [2025-04-02T07:26:39.333Z] 31c802950f6f: Preparing [2025-04-02T07:26:39.333Z] 672e930352f0: Preparing [2025-04-02T07:26:39.333Z] 9aad0ecffd58: Preparing [2025-04-02T07:26:39.333Z] 601f10019525: Preparing [2025-04-02T07:26:39.333Z] dd9c8f8612c8: Preparing [2025-04-02T07:26:39.333Z] dd9c8f8612c8: Waiting [2025-04-02T07:26:39.333Z] e5e557b2be57: Layer already exists [2025-04-02T07:26:39.333Z] 672e930352f0: Layer already exists [2025-04-02T07:26:39.333Z] 31c802950f6f: Layer already exists [2025-04-02T07:26:39.333Z] 9aad0ecffd58: Layer already exists [2025-04-02T07:26:39.333Z] 601f10019525: Layer already exists [2025-04-02T07:26:39.333Z] dd9c8f8612c8: Layer already exists [2025-04-02T07:26:39.333Z] latest: digest: sha256:9e09a8e8fda1d33a11afd69382f56f5dbfc7cb8d25b7aa885bf866a7eff929e0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:39.699Z] + 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-04-02T07:26:40.055Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [2025-04-02T07:26:40.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-04-02T07:26:40.055Z] e5e557b2be57: Preparing [2025-04-02T07:26:40.055Z] 31c802950f6f: Preparing [2025-04-02T07:26:40.055Z] 672e930352f0: Preparing [2025-04-02T07:26:40.055Z] 9aad0ecffd58: Preparing [2025-04-02T07:26:40.055Z] 601f10019525: Preparing [2025-04-02T07:26:40.055Z] dd9c8f8612c8: Preparing [2025-04-02T07:26:40.055Z] dd9c8f8612c8: Waiting [2025-04-02T07:26:40.055Z] e5e557b2be57: Layer already exists [2025-04-02T07:26:40.055Z] 9aad0ecffd58: Layer already exists [2025-04-02T07:26:40.055Z] 672e930352f0: Layer already exists [2025-04-02T07:26:40.055Z] 601f10019525: Layer already exists [2025-04-02T07:26:40.055Z] 31c802950f6f: Layer already exists [2025-04-02T07:26:40.055Z] dd9c8f8612c8: Layer already exists [2025-04-02T07:26:40.319Z] 4.1.0-dev.1: digest: sha256:9e09a8e8fda1d33a11afd69382f56f5dbfc7cb8d25b7aa885bf866a7eff929e0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:40.694Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:41.061Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [2025-04-02T07:26:41.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-04-02T07:26:41.061Z] e5e557b2be57: Preparing [2025-04-02T07:26:41.061Z] 31c802950f6f: Preparing [2025-04-02T07:26:41.061Z] 672e930352f0: Preparing [2025-04-02T07:26:41.061Z] 9aad0ecffd58: Preparing [2025-04-02T07:26:41.061Z] 601f10019525: Preparing [2025-04-02T07:26:41.061Z] dd9c8f8612c8: Preparing [2025-04-02T07:26:41.061Z] dd9c8f8612c8: Waiting [2025-04-02T07:26:41.061Z] 601f10019525: Layer already exists [2025-04-02T07:26:41.061Z] e5e557b2be57: Layer already exists [2025-04-02T07:26:41.061Z] 31c802950f6f: Layer already exists [2025-04-02T07:26:41.061Z] 9aad0ecffd58: Layer already exists [2025-04-02T07:26:41.061Z] 672e930352f0: Layer already exists [2025-04-02T07:26:41.061Z] dd9c8f8612c8: Layer already exists [2025-04-02T07:26:41.324Z] ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1: digest: sha256:9e09a8e8fda1d33a11afd69382f56f5dbfc7cb8d25b7aa885bf866a7eff929e0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:41.692Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:42.050Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-04-02T07:26:42.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-04-02T07:26:42.051Z] e5e557b2be57: Preparing [2025-04-02T07:26:42.051Z] 31c802950f6f: Preparing [2025-04-02T07:26:42.051Z] 672e930352f0: Preparing [2025-04-02T07:26:42.051Z] 9aad0ecffd58: Preparing [2025-04-02T07:26:42.051Z] 601f10019525: Preparing [2025-04-02T07:26:42.051Z] dd9c8f8612c8: Preparing [2025-04-02T07:26:42.051Z] dd9c8f8612c8: Waiting [2025-04-02T07:26:42.051Z] 31c802950f6f: Layer already exists [2025-04-02T07:26:42.051Z] 672e930352f0: Layer already exists [2025-04-02T07:26:42.051Z] e5e557b2be57: Layer already exists [2025-04-02T07:26:42.051Z] 601f10019525: Layer already exists [2025-04-02T07:26:42.051Z] 9aad0ecffd58: Layer already exists [2025-04-02T07:26:42.051Z] dd9c8f8612c8: Layer already exists [2025-04-02T07:26:42.051Z] main: digest: sha256:9e09a8e8fda1d33a11afd69382f56f5dbfc7cb8d25b7aa885bf866a7eff929e0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-02T07:26:42.405Z] ===================================================== [Pipeline] echo [2025-04-02T07:26:42.424Z] taggedImages: [2025-04-02T07:26:42.424Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [2025-04-02T07:26:42.424Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-04-02T07:26:42.424Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [2025-04-02T07:26:42.424Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [2025-04-02T07:26:42.424Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-04-02T07:26:42.440Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce [Pipeline] echo [2025-04-02T07:26:42.454Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-04-02T07:26:42.470Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [Pipeline] echo [2025-04-02T07:26:42.483Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:ea8efc1bdf50fce9abd2053ea9328b28ead432ce-4.1.0-dev.1 [Pipeline] echo [2025-04-02T07:26:42.495Z] 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-04-02T07:26:42.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-02T07:26:42.880Z] [2025-04-02T07:26:42.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T07:26:43.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-02T07:26:43.214Z] arm64: Pulling from edgex-lftools-log-publisher [2025-04-02T07:26:43.214Z] 8998bd30e6a1: Pulling fs layer [2025-04-02T07:26:43.214Z] 04944245beec: Pulling fs layer [2025-04-02T07:26:43.214Z] 699f458cf7ca: Pulling fs layer [2025-04-02T07:26:43.214Z] 765212b225bb: Pulling fs layer [2025-04-02T07:26:43.214Z] f23df028b6ca: Pulling fs layer [2025-04-02T07:26:43.214Z] d65c8cfc05b1: Pulling fs layer [2025-04-02T07:26:43.214Z] 2437ff75d9bd: Pulling fs layer [2025-04-02T07:26:43.214Z] 765212b225bb: Waiting [2025-04-02T07:26:43.214Z] f23df028b6ca: Waiting [2025-04-02T07:26:43.214Z] d65c8cfc05b1: Waiting [2025-04-02T07:26:43.214Z] 2437ff75d9bd: Waiting [2025-04-02T07:26:43.479Z] 04944245beec: Verifying Checksum [2025-04-02T07:26:43.479Z] 04944245beec: Download complete [2025-04-02T07:26:43.479Z] 765212b225bb: Verifying Checksum [2025-04-02T07:26:43.479Z] 765212b225bb: Download complete [2025-04-02T07:26:43.479Z] f23df028b6ca: Download complete [2025-04-02T07:26:43.479Z] d65c8cfc05b1: Verifying Checksum [2025-04-02T07:26:43.479Z] d65c8cfc05b1: Download complete [2025-04-02T07:26:43.744Z] 699f458cf7ca: Verifying Checksum [2025-04-02T07:26:43.744Z] 699f458cf7ca: Download complete [2025-04-02T07:26:44.009Z] 8998bd30e6a1: Verifying Checksum [2025-04-02T07:26:44.009Z] 8998bd30e6a1: Download complete [2025-04-02T07:26:46.578Z] 2437ff75d9bd: Verifying Checksum [2025-04-02T07:26:46.578Z] 2437ff75d9bd: Download complete [2025-04-02T07:26:48.510Z] 8998bd30e6a1: Pull complete [2025-04-02T07:26:49.089Z] 04944245beec: Pull complete [2025-04-02T07:26:51.026Z] 699f458cf7ca: Pull complete [2025-04-02T07:26:51.026Z] 765212b225bb: Pull complete [2025-04-02T07:26:51.610Z] f23df028b6ca: Pull complete [2025-04-02T07:26:51.875Z] d65c8cfc05b1: Pull complete [2025-04-02T07:27:10.048Z] 2437ff75d9bd: Pull complete [2025-04-02T07:27:10.048Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-04-02T07:27:10.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-02T07:27:10.048Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T07:27:10.260Z] prd-ubuntu20.04-docker-arm64-4c-16g-42614 does not seem to be running inside a container [2025-04-02T07:27:10.325Z] $ 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/193 -v /w/workspace/device-rest-go/193:/w/workspace/device-rest-go/193:rw,z -v /w/workspace/device-rest-go/193@tmp:/w/workspace/device-rest-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-04-02T07:27:12.925Z] $ docker top c4320ed10bd4f6e16fb3a2945271d8a3ea6b68366eb7c01d8f734660f99a259f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T07:27:13.881Z] ---> job-cost.sh [2025-04-02T07:27:13.881Z] lf-activate-venv: SKIPPING [2025-04-02T07:27:13.881Z] INFO: No Stack... [2025-04-02T07:27:14.465Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-04-02T07:27:15.113Z] INFO: Archiving Costs [Pipeline] sh [2025-04-02T07:27:15.756Z] + cat /w/workspace/device-rest-go/193/archives/cost.csv [2025-04-02T07:27:15.756Z] + cut -d, -f6 [Pipeline] lock [2025-04-02T07:27:15.813Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] [2025-04-02T07:27:15.820Z] Resource [jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] did not exist. Created. [2025-04-02T07:27:15.826Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-02T07:27:16.162Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-04-02T07:27:16.493Z] Stashed 1 file(s) [Pipeline] } [2025-04-02T07:27:16.502Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-02T07:27:16.531Z] $ docker stop --time=1 c4320ed10bd4f6e16fb3a2945271d8a3ea6b68366eb7c01d8f734660f99a259f [2025-04-02T07:27:18.030Z] $ docker rm -f --volumes c4320ed10bd4f6e16fb3a2945271d8a3ea6b68366eb7c01d8f734660f99a259f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-04-02T13:13:27.415Z] Cancelling nested steps due to timeout [2025-04-02T13:13:27.421Z] Sending interrupt signal to process [2025-04-02T13:13:29.258Z] script returned exit code 143 [Pipeline] } [2025-04-02T13:13:29.268Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-04-02T13:13:29.901Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:13:30.209Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:13:30.766Z] ---> package-listing.sh [2025-04-02T13:13:30.766Z] ++ facter osfamily [2025-04-02T13:13:30.766Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-02T13:13:31.027Z] + OS_FAMILY=redhat [2025-04-02T13:13:31.027Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-04-02T13:13:31.027Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-02T13:13:31.027Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-02T13:13:31.027Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-02T13:13:31.027Z] + PACKAGES=/tmp/packages_start.txt [2025-04-02T13:13:31.027Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-04-02T13:13:31.027Z] + PACKAGES=/tmp/packages_end.txt [2025-04-02T13:13:31.027Z] + case "${OS_FAMILY}" in [2025-04-02T13:13:31.027Z] + sort [2025-04-02T13:13:31.027Z] + rpm -qa [2025-04-02T13:13:31.596Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-02T13:13:31.596Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-02T13:13:31.596Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-02T13:13:31.596Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-04-02T13:13:31.596Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-04-02T13:13:31.596Z] + 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-04-02T13:13:31.607Z] 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-04-02T13:13:31.890Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T13:13:32.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T13:13:32.469Z] [2025-04-02T13:13:32.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T13:13:32.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T13:13:33.058Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-02T13:13:33.058Z] 5eb5b503b376: Pulling fs layer [2025-04-02T13:13:33.058Z] 5c69ac0246d0: Pulling fs layer [2025-04-02T13:13:33.058Z] ec43610c2a17: Pulling fs layer [2025-04-02T13:13:33.058Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-02T13:13:33.058Z] 33b1e0a273af: Pulling fs layer [2025-04-02T13:13:33.058Z] 5d3b04190fa2: Pulling fs layer [2025-04-02T13:13:33.058Z] 2f39f015ded8: Pulling fs layer [2025-04-02T13:13:33.058Z] 3a2ae6a8a46f: Waiting [2025-04-02T13:13:33.058Z] 33b1e0a273af: Waiting [2025-04-02T13:13:33.058Z] 2f39f015ded8: Waiting [2025-04-02T13:13:33.058Z] 5d3b04190fa2: Waiting [2025-04-02T13:13:33.058Z] 5c69ac0246d0: Download complete [2025-04-02T13:13:33.058Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-02T13:13:33.058Z] 3a2ae6a8a46f: Download complete [2025-04-02T13:13:33.058Z] ec43610c2a17: Verifying Checksum [2025-04-02T13:13:33.058Z] ec43610c2a17: Download complete [2025-04-02T13:13:33.058Z] 5d3b04190fa2: Verifying Checksum [2025-04-02T13:13:33.058Z] 5d3b04190fa2: Download complete [2025-04-02T13:13:33.058Z] 33b1e0a273af: Verifying Checksum [2025-04-02T13:13:33.058Z] 33b1e0a273af: Download complete [2025-04-02T13:13:33.321Z] 5eb5b503b376: Verifying Checksum [2025-04-02T13:13:33.321Z] 5eb5b503b376: Download complete [2025-04-02T13:13:33.915Z] 2f39f015ded8: Download complete [2025-04-02T13:13:34.492Z] 5eb5b503b376: Pull complete [2025-04-02T13:13:34.750Z] 5c69ac0246d0: Pull complete [2025-04-02T13:13:35.011Z] ec43610c2a17: Pull complete [2025-04-02T13:13:35.011Z] 3a2ae6a8a46f: Pull complete [2025-04-02T13:13:35.270Z] 33b1e0a273af: Pull complete [2025-04-02T13:13:35.270Z] 5d3b04190fa2: Pull complete [2025-04-02T13:13:39.495Z] 2f39f015ded8: Pull complete [2025-04-02T13:13:39.495Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-02T13:13:39.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T13:13:39.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T13:13:39.628Z] prd-centos7-docker-4c-2g-42615 does not seem to be running inside a container [2025-04-02T13:13:39.660Z] $ 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-04-02T13:13:43.317Z] $ docker top f5ac8f59a03885d04a27d6bd3a738f0a4f487daf094eca5c62390e3c1aefd758 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T13:13:43.678Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-02T13:13:43.973Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-02T13:13:44.275Z] + ls /var/log/sa-host [2025-04-02T13:13:44.275Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T13:13:44.479Z] provisioning config files... [2025-04-02T13:13:44.494Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5970386679590709879tmp [Pipeline] { [Pipeline] echo [2025-04-02T13:13:44.525Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:13:44.817Z] ---> create-netrc.sh [Pipeline] } [2025-04-02T13:13:44.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:13:45.212Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-02T13:13:45.225Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:13:45.515Z] ---> sudo-logs.sh [2025-04-02T13:13:45.515Z] Archiving 'sudo' log.. [2025-04-02T13:13:45.515Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42615.novalocal: Name or service not known [2025-04-02T13:13:45.515Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42615.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-04-02T13:13:45.687Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:13:45.978Z] ---> job-cost.sh [2025-04-02T13:13:45.978Z] lf-activate-venv: SKIPPING [2025-04-02T13:13:45.978Z] DEBUG: total: 0.10999999940395355 [2025-04-02T13:13:45.979Z] INFO: Retrieving Stack Cost... [2025-04-02T13:13:46.238Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-04-02T13:13:46.499Z] INFO: Archiving Costs [Pipeline] echo [2025-04-02T13:13:46.514Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:13:46.803Z] ---> logs-deploy.sh [2025-04-02T13:13:46.804Z] lf-activate-venv: SKIPPING [2025-04-02T13:13:46.804Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/193 [2025-04-02T13:13:46.804Z] INFO: archiving workspace using pattern(s): [2025-04-02T13:13:47.743Z] Archives upload complete. [2025-04-02T13:13:48.002Z] INFO: archiving logs to Nexus [2025-04-02T13:13:48.571Z] ---> uname -a: [2025-04-02T13:13:48.571Z] Linux prd-centos7-docker-4c-2g-42615.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-04-02T13:13:48.571Z] [2025-04-02T13:13:48.571Z] [2025-04-02T13:13:48.571Z] ---> lscpu: [2025-04-02T13:13:48.571Z] Architecture: x86_64 [2025-04-02T13:13:48.571Z] CPU op-mode(s): 32-bit, 64-bit [2025-04-02T13:13:48.571Z] Byte Order: Little Endian [2025-04-02T13:13:48.571Z] Address sizes: 40 bits physical, 48 bits virtual [2025-04-02T13:13:48.571Z] CPU(s): 2 [2025-04-02T13:13:48.571Z] On-line CPU(s) list: 0,1 [2025-04-02T13:13:48.571Z] Thread(s) per core: 1 [2025-04-02T13:13:48.571Z] Core(s) per socket: 1 [2025-04-02T13:13:48.571Z] Socket(s): 2 [2025-04-02T13:13:48.571Z] NUMA node(s): 1 [2025-04-02T13:13:48.571Z] Vendor ID: AuthenticAMD [2025-04-02T13:13:48.571Z] CPU family: 23 [2025-04-02T13:13:48.571Z] Model: 49 [2025-04-02T13:13:48.571Z] Model name: AMD EPYC-Rome Processor [2025-04-02T13:13:48.571Z] Stepping: 0 [2025-04-02T13:13:48.571Z] CPU MHz: 2799.998 [2025-04-02T13:13:48.571Z] BogoMIPS: 5599.99 [2025-04-02T13:13:48.571Z] Virtualization: AMD-V [2025-04-02T13:13:48.571Z] Hypervisor vendor: KVM [2025-04-02T13:13:48.572Z] Virtualization type: full [2025-04-02T13:13:48.572Z] L1d cache: 64 KiB [2025-04-02T13:13:48.572Z] L1i cache: 64 KiB [2025-04-02T13:13:48.572Z] L2 cache: 1 MiB [2025-04-02T13:13:48.572Z] L3 cache: 32 MiB [2025-04-02T13:13:48.572Z] NUMA node0 CPU(s): 0,1 [2025-04-02T13:13:48.572Z] Vulnerability Itlb multihit: Not affected [2025-04-02T13:13:48.572Z] Vulnerability L1tf: Not affected [2025-04-02T13:13:48.572Z] Vulnerability Mds: Not affected [2025-04-02T13:13:48.572Z] Vulnerability Meltdown: Not affected [2025-04-02T13:13:48.572Z] Vulnerability Mmio stale data: Not affected [2025-04-02T13:13:48.572Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-04-02T13:13:48.572Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-04-02T13:13:48.572Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-04-02T13:13:48.572Z] Vulnerability Srbds: Not affected [2025-04-02T13:13:48.572Z] Vulnerability Tsx async abort: Not affected [2025-04-02T13:13:48.572Z] 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-04-02T13:13:48.572Z] [2025-04-02T13:13:48.572Z] [2025-04-02T13:13:48.572Z] ---> nproc: [2025-04-02T13:13:48.572Z] 2 [2025-04-02T13:13:48.572Z] [2025-04-02T13:13:48.572Z] [2025-04-02T13:13:48.572Z] ---> df -h: [2025-04-02T13:13:48.572Z] Filesystem Size Used Avail Use% Mounted on [2025-04-02T13:13:48.572Z] overlay 40G 6.8G 34G 17% / [2025-04-02T13:13:48.572Z] tmpfs 64M 0 64M 0% /dev [2025-04-02T13:13:48.572Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-04-02T13:13:48.572Z] shm 64M 0 64M 0% /dev/shm [2025-04-02T13:13:48.572Z] /dev/vda1 40G 6.8G 34G 17% /facter-os [2025-04-02T13:13:48.572Z] [2025-04-02T13:13:48.572Z] [2025-04-02T13:13:48.572Z] Cannot open /var/log/sysstat/sa02: No such file or directory [2025-04-02T13:13:48.572Z] Please check if data collecting is enabled [2025-04-02T13:13:48.572Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-02T13:13:48.882Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-04-02T13:13:48.900Z] $ docker stop --time=1 f5ac8f59a03885d04a27d6bd3a738f0a4f487daf094eca5c62390e3c1aefd758 [2025-04-02T13:13:50.151Z] $ docker rm -f --volumes f5ac8f59a03885d04a27d6bd3a738f0a4f487daf094eca5c62390e3c1aefd758 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-04-02T13:13:50.253Z] [WS-CLEANUP] Deleting project workspace... [2025-04-02T13:13:50.253Z] [WS-CLEANUP] Deferred wipeout is used... [2025-04-02T13:13:50.289Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T13:13:50.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T13:13:50.771Z] [2025-04-02T13:13:50.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T13:13:51.093Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T13:13:51.093Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-02T13:13:51.093Z] 5eb5b503b376: Pulling fs layer [2025-04-02T13:13:51.093Z] 5c69ac0246d0: Pulling fs layer [2025-04-02T13:13:51.093Z] ec43610c2a17: Pulling fs layer [2025-04-02T13:13:51.093Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-02T13:13:51.093Z] 33b1e0a273af: Pulling fs layer [2025-04-02T13:13:51.093Z] 5d3b04190fa2: Pulling fs layer [2025-04-02T13:13:51.093Z] 2f39f015ded8: Pulling fs layer [2025-04-02T13:13:51.093Z] 3a2ae6a8a46f: Waiting [2025-04-02T13:13:51.093Z] 5d3b04190fa2: Waiting [2025-04-02T13:13:51.093Z] 33b1e0a273af: Waiting [2025-04-02T13:13:51.093Z] 2f39f015ded8: Waiting [2025-04-02T13:13:51.093Z] 5c69ac0246d0: Verifying Checksum [2025-04-02T13:13:51.093Z] 5c69ac0246d0: Download complete [2025-04-02T13:13:51.093Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-02T13:13:51.093Z] 3a2ae6a8a46f: Download complete [2025-04-02T13:13:51.093Z] 33b1e0a273af: Verifying Checksum [2025-04-02T13:13:51.093Z] 33b1e0a273af: Download complete [2025-04-02T13:13:51.352Z] 5d3b04190fa2: Verifying Checksum [2025-04-02T13:13:51.352Z] 5d3b04190fa2: Download complete [2025-04-02T13:13:51.352Z] ec43610c2a17: Verifying Checksum [2025-04-02T13:13:51.352Z] ec43610c2a17: Download complete [2025-04-02T13:13:51.352Z] 5eb5b503b376: Verifying Checksum [2025-04-02T13:13:51.352Z] 5eb5b503b376: Download complete [2025-04-02T13:13:51.916Z] 2f39f015ded8: Download complete [2025-04-02T13:13:52.482Z] 5eb5b503b376: Pull complete [2025-04-02T13:13:52.482Z] 5c69ac0246d0: Pull complete [2025-04-02T13:13:53.048Z] ec43610c2a17: Pull complete [2025-04-02T13:13:53.048Z] 3a2ae6a8a46f: Pull complete [2025-04-02T13:13:53.048Z] 33b1e0a273af: Pull complete [2025-04-02T13:13:53.306Z] 5d3b04190fa2: Pull complete [2025-04-02T13:13:57.495Z] 2f39f015ded8: Pull complete [2025-04-02T13:13:57.495Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-02T13:13:57.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T13:13:57.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T13:13:57.599Z] prd-ubuntu20.04-docker-8c-8g-42613 does not seem to be running inside a container [2025-04-02T13:13:57.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-04-02T13:13:59.751Z] $ docker top bfac0315162a384c81584c1b607ba7bef00f30de191a61451f22217b859639bc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:00.109Z] ---> job-cost.sh [2025-04-02T13:14:00.109Z] lf-activate-venv: SKIPPING [2025-04-02T13:14:00.109Z] INFO: No Stack... [2025-04-02T13:14:00.370Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-02T13:14:00.939Z] INFO: Archiving Costs [Pipeline] sh [2025-04-02T13:14:01.234Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-04-02T13:14:01.234Z] + cut -d, -f6 [Pipeline] lock [2025-04-02T13:14:01.255Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] [2025-04-02T13:14:01.262Z] Resource [jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] did not exist. Created. [2025-04-02T13:14:01.269Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-02T13:14:01.590Z] /w/workspace/edgexfoundry_device-rest-go_main@tmp/durable-e26689d3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-04-02T13:14:01.885Z] + echo total: 1.5299999713897705 [Pipeline] stash [2025-04-02T13:14:01.908Z] Warning: overwriting stash ‘stack-cost’ [2025-04-02T13:14:01.923Z] Stashed 1 file(s) [Pipeline] } [2025-04-02T13:14:01.934Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-193-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-02T13:14:01.965Z] $ docker stop --time=1 bfac0315162a384c81584c1b607ba7bef00f30de191a61451f22217b859639bc [2025-04-02T13:14:03.114Z] $ docker rm -f --volumes bfac0315162a384c81584c1b607ba7bef00f30de191a61451f22217b859639bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-04-02T13:14:03.261Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-04-02T13:14:04.147Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-04-02T13:14:04.147Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-04-02T13:14:04.147Z] total 16 [2025-04-02T13:14:04.147Z] drwxr-xr-x 3 root root 4096 Apr 2 13:14 . [2025-04-02T13:14:04.147Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 2 13:14 .. [2025-04-02T13:14:04.147Z] drwxr-xr-x 2 root root 4096 Apr 2 13:14 cost [2025-04-02T13:14:04.147Z] -rw-r--r-- 1 root root 88 Apr 2 13:14 cost.csv [2025-04-02T13:14:04.147Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-04-02T13:14:04.147Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-04-02T13:14:04.147Z] total 16 [2025-04-02T13:14:04.147Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 2 13:14 . [2025-04-02T13:14:04.147Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 2 13:14 .. [2025-04-02T13:14:04.147Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 2 13:14 cost [2025-04-02T13:14:04.147Z] -rw-r--r-- 1 jenkins jenkins 88 Apr 2 13:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:04.438Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:05.293Z] ---> package-listing.sh [2025-04-02T13:14:05.293Z] ++ facter osfamily [2025-04-02T13:14:05.293Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-02T13:14:05.552Z] + OS_FAMILY=debian [2025-04-02T13:14:05.552Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-04-02T13:14:05.552Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-02T13:14:05.552Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-02T13:14:05.552Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-02T13:14:05.552Z] + PACKAGES=/tmp/packages_start.txt [2025-04-02T13:14:05.552Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-04-02T13:14:05.552Z] + PACKAGES=/tmp/packages_end.txt [2025-04-02T13:14:05.552Z] + case "${OS_FAMILY}" in [2025-04-02T13:14:05.552Z] + dpkg -l [2025-04-02T13:14:05.552Z] + grep '^ii' [2025-04-02T13:14:05.552Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-02T13:14:05.552Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-02T13:14:05.552Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-02T13:14:05.552Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-04-02T13:14:05.552Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-04-02T13:14:05.552Z] + 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-04-02T13:14:05.565Z] 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-04-02T13:14:05.847Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T13:14:06.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T13:14:06.413Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T13:14:06.515Z] prd-ubuntu20.04-docker-8c-8g-42613 does not seem to be running inside a container [2025-04-02T13:14:06.546Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-04-02T13:14:06.736Z] $ docker top 907d6f0825422bf90349a10af92c24bd6d94daf0611e146efa65b9246309a4e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T13:14:07.093Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-02T13:14:07.380Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-02T13:14:07.673Z] + ls /var/log/sa-host [2025-04-02T13:14:07.673Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T13:14:07.708Z] provisioning config files... [2025-04-02T13:14:07.717Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7577212601122311097tmp [Pipeline] { [Pipeline] echo [2025-04-02T13:14:07.735Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:08.026Z] ---> create-netrc.sh [Pipeline] } [2025-04-02T13:14:08.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:08.353Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-02T13:14:08.368Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:08.655Z] ---> sudo-logs.sh [2025-04-02T13:14:08.655Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-02T13:14:08.686Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:09.056Z] ---> job-cost.sh [2025-04-02T13:14:09.056Z] lf-activate-venv: SKIPPING [2025-04-02T13:14:09.056Z] DEBUG: total: 1.5299999713897705 [2025-04-02T13:14:09.056Z] INFO: Retrieving Stack Cost... [2025-04-02T13:14:09.056Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-02T13:14:09.314Z] INFO: Archiving Costs [Pipeline] echo [2025-04-02T13:14:09.326Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T13:14:09.609Z] ---> logs-deploy.sh [2025-04-02T13:14:09.609Z] lf-activate-venv: SKIPPING [2025-04-02T13:14:09.609Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/193 [2025-04-02T13:14:09.609Z] INFO: archiving workspace using pattern(s): [2025-04-02T13:14:10.547Z] Archives upload complete. [2025-04-02T13:14:10.808Z] INFO: archiving logs to Nexus