Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 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-ssh9623695088447033358.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-ssh12502834880202558682.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-ssh12843608100795817922.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-ssh13846505052782249902.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-ssh15178915600634559719.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3168 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#468)" > git config core.sparsecheckout # timeout=10 > git checkout -f c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 # timeout=10 > git rev-list --no-walk c28f8a5196b65b8f4b4f316819e026cf630b1192 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-12T01:39:00.748Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-12T01:39:00.904Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-12T01:39:00.934Z] ========================================================= [2025-06-12T01:39:00.934Z] EdgeX Global Pipelines Version Info [2025-06-12T01:39:00.934Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:39:02.039Z] ------------------- [2025-06-12T01:39:02.039Z] stable info: [2025-06-12T01:39:02.039Z] ------------------- [2025-06-12T01:39:02.039Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-12T01:39:02.039Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-12T01:39:02.039Z] Message: update stable to v1.0.274 [2025-06-12T01:39:02.298Z] ------------------- [2025-06-12T01:39:02.298Z] experimental info: [2025-06-12T01:39:02.298Z] ------------------- [2025-06-12T01:39:02.298Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-12T01:39:02.298Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-12T01:39:02.298Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-12T01:39:02.637Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-06-12T01:39:02.661Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-06-12T01:39:02.684Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-12T01:39:02.707Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-12T01:39:02.730Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-12T01:39:02.754Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-12T01:39:02.775Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-12T01:39:02.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-12T01:39:02.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-12T01:39:02.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-12T01:39:02.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-12T01:39:02.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-06-12T01:39:02.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-12T01:39:02.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-12T01:39:02.966Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-12T01:39:02.989Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-12T01:39:03.008Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-12T01:39:03.033Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-12T01:39:03.054Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-12T01:39:03.075Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-12T01:39:03.097Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-12T01:39:03.118Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-12T01:39:03.142Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-12T01:39:03.167Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-12T01:39:03.190Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-12T01:39:03.213Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-12T01:39:03.237Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-12T01:39:03.262Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-12T01:39:03.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-12T01:39:03.321Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-12T01:39:03.349Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] echo [2025-06-12T01:39:03.376Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c373b56 [Pipeline] echo [2025-06-12T01:39:03.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:39:03.479Z] provisioning config files... [2025-06-12T01:39:03.494Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11484682966328204703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:39:03.834Z] ---> ****-login.sh [2025-06-12T01:39:03.834Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:39:04.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:04.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:04.358Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:04.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:04.358Z] [2025-06-12T01:39:04.358Z] Login Succeeded [2025-06-12T01:39:04.358Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:39:04.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:04.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:04.358Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:04.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:04.358Z] [2025-06-12T01:39:04.358Z] Login Succeeded [2025-06-12T01:39:04.358Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:39:04.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:04.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:04.618Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:04.618Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:04.618Z] [2025-06-12T01:39:04.618Z] Login Succeeded [2025-06-12T01:39:04.618Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:39:04.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:04.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:04.618Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:04.618Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:04.618Z] [2025-06-12T01:39:04.618Z] Login Succeeded [2025-06-12T01:39:04.618Z] ****.io [2025-06-12T01:39:04.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:04.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:04.878Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:04.878Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:04.878Z] [2025-06-12T01:39:04.878Z] Login Succeeded [2025-06-12T01:39:04.878Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:39:04.885Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-12T01:39:05.301Z] + git rev-list -1 --merges c373b56233cd9cbd8cdcfbe77523dd4dc7823e66~1..c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] echo [2025-06-12T01:39:05.330Z] -----------> git rev-list -1 --merges c373b56233cd9cbd8cdcfbe77523dd4dc7823e66~1..c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [false] [Pipeline] sh [2025-06-12T01:39:05.625Z] + git log --format=format:%s -1 c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] echo [2025-06-12T01:39:05.645Z] ========================================================= [2025-06-12T01:39:05.645Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-12T01:39:05.645Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-12T01:39:05.991Z] + git log --format=format:%s -1 c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] echo [2025-06-12T01:39:06.003Z] [semverPrep] GIT_COMMIT: c373b56233cd9cbd8cdcfbe77523dd4dc7823e66, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#468) [Pipeline] echo [2025-06-12T01:39:06.019Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-12T01:39:06.396Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-12T01:39:06.396Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-12T01:39:06.396Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-12T01:39:06.396Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-12T01:39:06.396Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-12T01:39:06.396Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-12T01:39:06.396Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:39:06.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T01:39:06.831Z] [2025-06-12T01:39:06.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:39:07.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T01:39:07.135Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-12T01:39:07.135Z] 3dae71ba6b94: Pulling fs layer [2025-06-12T01:39:07.135Z] 6bf1a483ea7c: Pulling fs layer [2025-06-12T01:39:07.135Z] f5dfc541a4d3: Pulling fs layer [2025-06-12T01:39:07.135Z] 461d9e800cba: Pulling fs layer [2025-06-12T01:39:07.135Z] 80192f66455f: Pulling fs layer [2025-06-12T01:39:07.135Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-12T01:39:07.135Z] a29436f7fd5d: Pulling fs layer [2025-06-12T01:39:07.135Z] 923cac83aea3: Pulling fs layer [2025-06-12T01:39:07.135Z] 25ad8b0a4227: Pulling fs layer [2025-06-12T01:39:07.135Z] db01528c6b51: Pulling fs layer [2025-06-12T01:39:07.135Z] 28988de357af: Pulling fs layer [2025-06-12T01:39:07.135Z] 461d9e800cba: Waiting [2025-06-12T01:39:07.135Z] 2e8e34ca0e6c: Waiting [2025-06-12T01:39:07.135Z] 25ad8b0a4227: Waiting [2025-06-12T01:39:07.135Z] a29436f7fd5d: Waiting [2025-06-12T01:39:07.135Z] db01528c6b51: Waiting [2025-06-12T01:39:07.135Z] 923cac83aea3: Waiting [2025-06-12T01:39:07.135Z] 28988de357af: Waiting [2025-06-12T01:39:07.135Z] 6bf1a483ea7c: Verifying Checksum [2025-06-12T01:39:07.135Z] 6bf1a483ea7c: Download complete [2025-06-12T01:39:07.135Z] 461d9e800cba: Verifying Checksum [2025-06-12T01:39:07.135Z] 461d9e800cba: Download complete [2025-06-12T01:39:07.135Z] 80192f66455f: Verifying Checksum [2025-06-12T01:39:07.135Z] 80192f66455f: Download complete [2025-06-12T01:39:07.394Z] f5dfc541a4d3: Verifying Checksum [2025-06-12T01:39:07.394Z] f5dfc541a4d3: Download complete [2025-06-12T01:39:07.394Z] 3dae71ba6b94: Download complete [2025-06-12T01:39:07.394Z] 923cac83aea3: Verifying Checksum [2025-06-12T01:39:07.394Z] 923cac83aea3: Download complete [2025-06-12T01:39:07.394Z] 25ad8b0a4227: Verifying Checksum [2025-06-12T01:39:07.394Z] 25ad8b0a4227: Download complete [2025-06-12T01:39:07.394Z] db01528c6b51: Download complete [2025-06-12T01:39:07.394Z] 28988de357af: Verifying Checksum [2025-06-12T01:39:07.394Z] 28988de357af: Download complete [2025-06-12T01:39:07.655Z] a29436f7fd5d: Verifying Checksum [2025-06-12T01:39:07.655Z] a29436f7fd5d: Download complete [2025-06-12T01:39:08.224Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-12T01:39:08.483Z] 3dae71ba6b94: Pull complete [2025-06-12T01:39:08.742Z] 6bf1a483ea7c: Pull complete [2025-06-12T01:39:09.322Z] f5dfc541a4d3: Pull complete [2025-06-12T01:39:09.322Z] 461d9e800cba: Pull complete [2025-06-12T01:39:09.582Z] 80192f66455f: Pull complete [2025-06-12T01:39:12.869Z] 2e8e34ca0e6c: Pull complete [2025-06-12T01:39:13.803Z] a29436f7fd5d: Pull complete [2025-06-12T01:39:13.803Z] 923cac83aea3: Pull complete [2025-06-12T01:39:13.803Z] 25ad8b0a4227: Pull complete [2025-06-12T01:39:13.803Z] db01528c6b51: Pull complete [2025-06-12T01:39:14.062Z] 28988de357af: Pull complete [2025-06-12T01:39:14.062Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-12T01:39:14.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T01:39:14.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:39:14.204Z] prd-ubuntu20.04-docker-8c-8g-3168 does not seem to be running inside a container [2025-06-12T01:39:14.242Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-12T01:39:16.243Z] $ docker top adcf0c810c3bc64625f4334871b732a0ed89e0457a404235807feaf26e7609b5 -eo pid,comm [2025-06-12T01:39:16.301Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-12T01:39:16.301Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-12T01:39:16.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-12T01:39:16.432Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-12T01:39:16.555Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-12T01:39:16.562Z] $ docker exec adcf0c810c3bc64625f4334871b732a0ed89e0457a404235807feaf26e7609b5 ssh-agent [2025-06-12T01:39:16.663Z] SSH_AUTH_SOCK=/tmp/ssh-4MIuqhii1kOy/agent.31 [2025-06-12T01:39:16.663Z] SSH_AGENT_PID=37 [2025-06-12T01:39:16.669Z] Running ssh-add (command line suppressed) [2025-06-12T01:39:16.774Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13282752190855597508.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13282752190855597508.key) [2025-06-12T01:39:16.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-12T01:39:17.081Z] + git tag --points-at HEAD [Pipeline] } [2025-06-12T01:39:17.097Z] $ docker exec --env ******** --env ******** adcf0c810c3bc64625f4334871b732a0ed89e0457a404235807feaf26e7609b5 ssh-agent -k [2025-06-12T01:39:17.192Z] unset SSH_AUTH_SOCK; [2025-06-12T01:39:17.193Z] unset SSH_AGENT_PID; [2025-06-12T01:39:17.193Z] echo Agent pid 37 killed; [2025-06-12T01:39:17.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-12T01:39:17.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-12T01:39:17.245Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-12T01:39:17.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-12T01:39:17.370Z] $ docker exec adcf0c810c3bc64625f4334871b732a0ed89e0457a404235807feaf26e7609b5 ssh-agent [2025-06-12T01:39:17.478Z] SSH_AUTH_SOCK=/tmp/ssh-J4ow4Vx0HayS/agent.70 [2025-06-12T01:39:17.478Z] SSH_AGENT_PID=76 [2025-06-12T01:39:17.482Z] Running ssh-add (command line suppressed) [2025-06-12T01:39:17.590Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5650520068949567547.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5650520068949567547.key) [2025-06-12T01:39:17.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-12T01:39:17.894Z] + git semver init [2025-06-12T01:39:18.153Z] 2025-06-12 01:39:18,126 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-12T01:39:18.153Z] 2025-06-12 01:39:18,131 [run_init] DEBUG init version:0.0.0 force:False [2025-06-12T01:39:18.153Z] 2025-06-12 01:39:18,132 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-12T01:39:18.153Z] 2025-06-12 01:39:18,132 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-06-12T01:39:18.153Z] 2025-06-12 01:39:18,132 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-12T01:39:20.117Z] 2025-06-12 01:39:19,639 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-06-12T01:39:20.117Z] 2025-06-12 01:39:19,640 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-06-12T01:39:20.117Z] 2025-06-12 01:39:19,640 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-12T01:39:20.117Z] 2025-06-12 01:39:19,641 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-06-12T01:39:20.117Z] 4.1.0-dev.2 [Pipeline] } [2025-06-12T01:39:20.143Z] $ docker exec --env ******** --env ******** adcf0c810c3bc64625f4334871b732a0ed89e0457a404235807feaf26e7609b5 ssh-agent -k [2025-06-12T01:39:20.241Z] unset SSH_AUTH_SOCK; [2025-06-12T01:39:20.242Z] unset SSH_AGENT_PID; [2025-06-12T01:39:20.242Z] echo Agent pid 76 killed; [2025-06-12T01:39:20.250Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T01:39:20.575Z] + git semver [Pipeline] } [2025-06-12T01:39:20.850Z] $ docker stop --time=1 adcf0c810c3bc64625f4334871b732a0ed89e0457a404235807feaf26e7609b5 [2025-06-12T01:39:22.165Z] $ docker rm -f --volumes adcf0c810c3bc64625f4334871b732a0ed89e0457a404235807feaf26e7609b5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-12T01:39:22.515Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-12T01:39:22.776Z] Stashed 1 file(s) [Pipeline] echo [2025-06-12T01:39:22.781Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:39:22.960Z] provisioning config files... [2025-06-12T01:39:22.972Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8429897910641586639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:39:23.280Z] ---> ****-login.sh [2025-06-12T01:39:23.280Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:39:23.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:23.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:23.280Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:23.280Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:23.280Z] [2025-06-12T01:39:23.280Z] Login Succeeded [2025-06-12T01:39:23.280Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:39:23.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:23.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:23.280Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:23.280Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:23.280Z] [2025-06-12T01:39:23.280Z] Login Succeeded [2025-06-12T01:39:23.280Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:39:23.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:23.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:23.550Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:23.550Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:23.550Z] [2025-06-12T01:39:23.550Z] Login Succeeded [2025-06-12T01:39:23.550Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:39:23.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:23.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:23.550Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:23.550Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:23.550Z] [2025-06-12T01:39:23.550Z] Login Succeeded [2025-06-12T01:39:23.550Z] ****.io [2025-06-12T01:39:23.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:23.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:23.809Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:23.809Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:23.809Z] [2025-06-12T01:39:23.809Z] Login Succeeded [2025-06-12T01:39:23.809Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:39:23.816Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-12T01:39:23.898Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:39:23.918Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:39:23.934Z] ========================================================= [2025-06-12T01:39:23.934Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-12T01:39:23.934Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:39:24.271Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-12T01:39:24.271Z] Sending build context to Docker daemon 21.64MB [2025-06-12T01:39:24.271Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-12T01:39:24.271Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-12T01:39:24.531Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-12T01:39:24.531Z] 0a9a5dfd008f: Pulling fs layer [2025-06-12T01:39:24.531Z] dbfa0bcfca99: Pulling fs layer [2025-06-12T01:39:24.531Z] 70eabb1d9476: Pulling fs layer [2025-06-12T01:39:24.531Z] 957bedc73fa3: Pulling fs layer [2025-06-12T01:39:24.531Z] 4f4fb700ef54: Pulling fs layer [2025-06-12T01:39:24.531Z] f40432e63723: Pulling fs layer [2025-06-12T01:39:24.531Z] 90b4343acab7: Pulling fs layer [2025-06-12T01:39:24.531Z] 9f67ea4ac784: Pulling fs layer [2025-06-12T01:39:24.531Z] 9228b9a606be: Pulling fs layer [2025-06-12T01:39:24.531Z] 4f4fb700ef54: Waiting [2025-06-12T01:39:24.531Z] f40432e63723: Waiting [2025-06-12T01:39:24.531Z] 9228b9a606be: Waiting [2025-06-12T01:39:24.531Z] 957bedc73fa3: Waiting [2025-06-12T01:39:24.531Z] 90b4343acab7: Waiting [2025-06-12T01:39:24.531Z] 9f67ea4ac784: Waiting [2025-06-12T01:39:24.531Z] dbfa0bcfca99: Verifying Checksum [2025-06-12T01:39:24.531Z] dbfa0bcfca99: Download complete [2025-06-12T01:39:24.531Z] 957bedc73fa3: Download complete [2025-06-12T01:39:24.531Z] 4f4fb700ef54: Verifying Checksum [2025-06-12T01:39:24.531Z] 4f4fb700ef54: Download complete [2025-06-12T01:39:24.531Z] f40432e63723: Download complete [2025-06-12T01:39:24.531Z] 0a9a5dfd008f: Verifying Checksum [2025-06-12T01:39:24.531Z] 0a9a5dfd008f: Download complete [2025-06-12T01:39:24.531Z] 90b4343acab7: Verifying Checksum [2025-06-12T01:39:24.531Z] 90b4343acab7: Download complete [2025-06-12T01:39:24.790Z] 0a9a5dfd008f: Pull complete [2025-06-12T01:39:24.790Z] 9228b9a606be: Verifying Checksum [2025-06-12T01:39:24.790Z] 9228b9a606be: Download complete [2025-06-12T01:39:24.790Z] dbfa0bcfca99: Pull complete [2025-06-12T01:39:25.049Z] 70eabb1d9476: Verifying Checksum [2025-06-12T01:39:25.049Z] 70eabb1d9476: Download complete [2025-06-12T01:39:25.307Z] 9f67ea4ac784: Verifying Checksum [2025-06-12T01:39:25.307Z] 9f67ea4ac784: Download complete [2025-06-12T01:39:28.594Z] 70eabb1d9476: Pull complete [2025-06-12T01:39:28.594Z] 957bedc73fa3: Pull complete [2025-06-12T01:39:28.594Z] 4f4fb700ef54: Pull complete [2025-06-12T01:39:28.594Z] f40432e63723: Pull complete [2025-06-12T01:39:28.852Z] 90b4343acab7: Pull complete [2025-06-12T01:39:31.384Z] 9f67ea4ac784: Pull complete [2025-06-12T01:39:31.643Z] 9228b9a606be: Pull complete [2025-06-12T01:39:31.643Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-12T01:39:31.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-12T01:39:31.643Z] ---> 69404ca5bff2 [2025-06-12T01:39:31.643Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-12T01:39:33.543Z] ---> Running in 6d2e090ef22d [2025-06-12T01:39:33.543Z] Removing intermediate container 6d2e090ef22d [2025-06-12T01:39:33.543Z] ---> 77897d6be7be [2025-06-12T01:39:33.543Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-12T01:39:33.543Z] ---> Running in 234bc82c9bf3 [2025-06-12T01:39:33.543Z] Removing intermediate container 234bc82c9bf3 [2025-06-12T01:39:33.543Z] ---> 072354aa8beb [2025-06-12T01:39:33.543Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-12T01:39:33.543Z] ---> Running in b3dd2e898805 [2025-06-12T01:39:33.543Z] Removing intermediate container b3dd2e898805 [2025-06-12T01:39:33.543Z] ---> f8195f58be36 [2025-06-12T01:39:33.543Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-12T01:39:33.543Z] ---> Running in a091b8f12945 [2025-06-12T01:39:33.543Z] Removing intermediate container a091b8f12945 [2025-06-12T01:39:33.543Z] ---> 0699d2fcf5a3 [2025-06-12T01:39:33.543Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-12T01:39:33.543Z] ---> Running in f3f1795f6fbf [2025-06-12T01:39:33.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:39:34.063Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:39:34.321Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-12T01:39:34.321Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-12T01:39:34.321Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-12T01:39:34.321Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-12T01:39:34.321Z] Executing busybox-1.36.1-r29.trigger [2025-06-12T01:39:34.321Z] OK: 252 MiB in 62 packages [2025-06-12T01:39:34.892Z] Removing intermediate container f3f1795f6fbf [2025-06-12T01:39:34.892Z] ---> 7ab18b42f04d [2025-06-12T01:39:34.892Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-12T01:39:34.892Z] ---> Running in 61c9042cf600 [2025-06-12T01:39:34.892Z] Removing intermediate container 61c9042cf600 [2025-06-12T01:39:34.892Z] ---> 6a3ca849cb81 [2025-06-12T01:39:34.892Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-12T01:39:35.152Z] ---> be72e4b5611f [2025-06-12T01:39:35.152Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:39:35.152Z] ---> Running in c3f357057b22 [2025-06-12T01:39:37.917Z] Still waiting to schedule task [2025-06-12T01:39:37.918Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3167’ [2025-06-12T01:40:19.561Z] Removing intermediate container c3f357057b22 [2025-06-12T01:40:19.561Z] ---> 7fbd7814264b [2025-06-12T01:40:19.561Z] Step 11/12 : COPY . . [2025-06-12T01:40:19.561Z] ---> 1d92f511d0f9 [2025-06-12T01:40:19.561Z] Step 12/12 : RUN $MAKE [2025-06-12T01:40:19.561Z] ---> Running in fc757bf5f982 [2025-06-12T01:40:19.821Z] noop [2025-06-12T01:40:20.079Z] Removing intermediate container fc757bf5f982 [2025-06-12T01:40:20.079Z] ---> bb887feb01be [2025-06-12T01:40:20.079Z] Successfully built bb887feb01be [2025-06-12T01:40:20.079Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:40:20.423Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-12T01:40:20.423Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:40:20.503Z] prd-ubuntu20.04-docker-8c-8g-3168 does not seem to be running inside a container [2025-06-12T01:40:20.531Z] $ 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 ******** ci-base-image-x86_64 cat [2025-06-12T01:40:20.865Z] $ docker top 7382aeea9670d824bf4b3f1bd348a946da6b61aa6b788d151f080d4f16113614 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:40:21.211Z] + go version [2025-06-12T01:40:21.211Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-12T01:40:21.228Z] $ docker stop --time=1 7382aeea9670d824bf4b3f1bd348a946da6b61aa6b788d151f080d4f16113614 [2025-06-12T01:40:22.522Z] $ docker rm -f --volumes 7382aeea9670d824bf4b3f1bd348a946da6b61aa6b788d151f080d4f16113614 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:40:22.966Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-12T01:40:22.966Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:40:23.049Z] prd-ubuntu20.04-docker-8c-8g-3168 does not seem to be running inside a container [2025-06-12T01:40:23.080Z] $ 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 ******** ci-base-image-x86_64 cat [2025-06-12T01:40:23.396Z] $ docker top f03b1b234545fde77030ce94768b8cc3bdc0e2a0c0e8d9758f934e9616f648fb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:40:23.741Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-12T01:40:24.050Z] + make test [2025-06-12T01:40:24.050Z] go test ./... -coverprofile=coverage.out ./... [2025-06-12T01:40:25.426Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-12T01:40:43.502Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-12T01:40:43.502Z] ok github.com/edgexfoundry/device-rest-go/driver 0.007s coverage: 32.2% of statements [2025-06-12T01:40:53.466Z] go vet ./... [2025-06-12T01:40:57.645Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-12T01:40:57.645Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-12T01:40:57.645Z] ./bin/test-attribution-txt.sh [2025-06-12T01:40:57.645Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-12T01:40:57.645Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-12T01:40:57.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-12T01:40:57.679Z] $ docker stop --time=1 f03b1b234545fde77030ce94768b8cc3bdc0e2a0c0e8d9758f934e9616f648fb [2025-06-12T01:40:59.991Z] $ docker rm -f --volumes f03b1b234545fde77030ce94768b8cc3bdc0e2a0c0e8d9758f934e9616f648fb [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-12T01:41:00.532Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-12T01:41:00.598Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-12T01:41:01.244Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-12T01:41:01.537Z] + ls -al . [2025-06-12T01:41:01.537Z] total 244 [2025-06-12T01:41:01.537Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 12 01:40 . [2025-06-12T01:41:01.537Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 01:38 .. [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 12 01:38 .dockerignore [2025-06-12T01:41:01.537Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 01:40 .git [2025-06-12T01:41:01.537Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 01:38 .github [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 12 01:38 .gitignore [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 12 01:38 .golangci.yml [2025-06-12T01:41:01.537Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 12 01:39 .semver [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 12 01:38 Attribution.txt [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 12 01:38 CHANGELOG.md [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 12 01:38 Dockerfile [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 12 01:38 GOVERNANCE.md [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 12 01:38 Jenkinsfile [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 12 01:38 LICENSE [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 12 01:38 Makefile [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 12 01:38 OWNERS.md [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 12 01:38 README.md [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 12 01:39 VERSION [2025-06-12T01:41:01.537Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 01:38 bin [2025-06-12T01:41:01.537Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 01:38 cmd [2025-06-12T01:41:01.537Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 12 01:40 coverage.out [2025-06-12T01:41:01.537Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 01:38 driver [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 12 01:38 go.mod [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 12 01:38 go.sum [2025-06-12T01:41:01.537Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 01:38 openapi [2025-06-12T01:41:01.537Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 12 01:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:01.867Z] + 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=c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-06-12T01:41:01.867Z] Sending build context to Docker daemon 21.66MB [2025-06-12T01:41:01.867Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-12T01:41:01.867Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-12T01:41:01.867Z] ---> bb887feb01be [2025-06-12T01:41:01.867Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-12T01:41:02.130Z] ---> Running in 527832dec83f [2025-06-12T01:41:02.130Z] Removing intermediate container 527832dec83f [2025-06-12T01:41:02.130Z] ---> 41feeb246836 [2025-06-12T01:41:02.130Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-12T01:41:02.130Z] ---> Running in 4b0cb9f2b314 [2025-06-12T01:41:02.130Z] Removing intermediate container 4b0cb9f2b314 [2025-06-12T01:41:02.130Z] ---> e77efa40ca6b [2025-06-12T01:41:02.130Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-12T01:41:02.130Z] ---> Running in f4be1494f5f8 [2025-06-12T01:41:02.130Z] Removing intermediate container f4be1494f5f8 [2025-06-12T01:41:02.130Z] ---> a13f3266728b [2025-06-12T01:41:02.130Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-12T01:41:02.387Z] ---> Running in 30994e6d6aed [2025-06-12T01:41:02.387Z] Removing intermediate container 30994e6d6aed [2025-06-12T01:41:02.387Z] ---> 3c3870dfbdd8 [2025-06-12T01:41:02.387Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-12T01:41:02.387Z] ---> Running in 0096e3232dca [2025-06-12T01:41:02.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:41:02.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:41:03.163Z] OK: 252 MiB in 62 packages [2025-06-12T01:41:03.731Z] Removing intermediate container 0096e3232dca [2025-06-12T01:41:03.731Z] ---> 1381ad2b0a7a [2025-06-12T01:41:03.731Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-12T01:41:03.731Z] ---> Running in 42d78e59b67f [2025-06-12T01:41:03.731Z] Removing intermediate container 42d78e59b67f [2025-06-12T01:41:03.731Z] ---> 49534e923535 [2025-06-12T01:41:03.731Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-12T01:41:03.731Z] ---> 45a135cc4ecb [2025-06-12T01:41:03.731Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:41:03.731Z] ---> Running in 4faf69475caf [2025-06-12T01:41:04.297Z] Removing intermediate container 4faf69475caf [2025-06-12T01:41:04.297Z] ---> 6748a411d3a9 [2025-06-12T01:41:04.297Z] Step 11/26 : COPY . . [2025-06-12T01:41:04.863Z] ---> 60b0bb84064e [2025-06-12T01:41:04.863Z] Step 12/26 : RUN $MAKE [2025-06-12T01:41:04.863Z] ---> Running in b2ecb1ce26ef [2025-06-12T01:41:05.123Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-12T01:41:37.191Z] Removing intermediate container b2ecb1ce26ef [2025-06-12T01:41:37.191Z] ---> 4f994a7b1585 [2025-06-12T01:41:37.191Z] Step 13/26 : FROM alpine:3.20 [2025-06-12T01:41:37.191Z] 3.20: Pulling from library/alpine [2025-06-12T01:41:37.191Z] 0a9a5dfd008f: Already exists [2025-06-12T01:41:37.448Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:41:37.448Z] Status: Downloaded newer image for alpine:3.20 [2025-06-12T01:41:37.448Z] ---> ff221270b9fb [2025-06-12T01:41:37.448Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-12T01:41:37.448Z] ---> Running in 3b61df95387c [2025-06-12T01:41:37.448Z] Removing intermediate container 3b61df95387c [2025-06-12T01:41:37.448Z] ---> 28dac411abc1 [2025-06-12T01:41:37.448Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-12T01:41:37.448Z] ---> Running in 4163c8f47551 [2025-06-12T01:41:38.543Z] Removing intermediate container 4163c8f47551 [2025-06-12T01:41:38.543Z] ---> eaf007875620 [2025-06-12T01:41:38.543Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-12T01:41:38.543Z] ---> Running in 1bd96a691b96 [2025-06-12T01:41:38.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:41:39.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:41:39.627Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:41:39.627Z] Executing busybox-1.36.1-r29.trigger [2025-06-12T01:41:39.627Z] OK: 8 MiB in 15 packages [2025-06-12T01:41:39.884Z] Removing intermediate container 1bd96a691b96 [2025-06-12T01:41:39.884Z] ---> 4902efd3e458 [2025-06-12T01:41:39.884Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-12T01:41:39.884Z] ---> Running in ca039bc12dff [2025-06-12T01:41:40.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:41:40.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:41:40.401Z] OK: 8 MiB in 15 packages [2025-06-12T01:41:40.660Z] Removing intermediate container ca039bc12dff [2025-06-12T01:41:40.660Z] ---> bb44047a8f75 [2025-06-12T01:41:40.660Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-12T01:41:41.225Z] ---> b541a77361dd [2025-06-12T01:41:41.225Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-12T01:41:41.482Z] ---> a2be29a2c83e [2025-06-12T01:41:41.482Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-12T01:41:41.482Z] ---> 3b345d9116b8 [2025-06-12T01:41:41.482Z] Step 21/26 : EXPOSE 59986 [2025-06-12T01:41:41.482Z] ---> Running in 700e9eab4156 [2025-06-12T01:41:41.740Z] Removing intermediate container 700e9eab4156 [2025-06-12T01:41:41.740Z] ---> a3a02a9ffe37 [2025-06-12T01:41:41.740Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-12T01:41:41.740Z] ---> Running in cde092bdf112 [2025-06-12T01:41:41.740Z] Removing intermediate container cde092bdf112 [2025-06-12T01:41:41.740Z] ---> b2e8cc2361e4 [2025-06-12T01:41:41.740Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-12T01:41:41.740Z] ---> Running in bf4b0cd87dd5 [2025-06-12T01:41:41.740Z] Removing intermediate container bf4b0cd87dd5 [2025-06-12T01:41:41.740Z] ---> 4b2fcd476b82 [2025-06-12T01:41:41.740Z] Step 24/26 : LABEL arch=amd64 [2025-06-12T01:41:41.740Z] ---> Running in 024a4471bf5c [2025-06-12T01:41:41.998Z] Removing intermediate container 024a4471bf5c [2025-06-12T01:41:41.998Z] ---> 57874ef18f57 [2025-06-12T01:41:41.998Z] Step 25/26 : LABEL git_sha=c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:41:41.998Z] ---> Running in 3bd5c98a012b [2025-06-12T01:41:41.998Z] Removing intermediate container 3bd5c98a012b [2025-06-12T01:41:41.998Z] ---> c47a75bbf69e [2025-06-12T01:41:41.998Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-12T01:41:41.998Z] ---> Running in 333bfa7d03bf [2025-06-12T01:41:41.998Z] Removing intermediate container 333bfa7d03bf [2025-06-12T01:41:41.998Z] ---> 583948d02187 [2025-06-12T01:41:41.998Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-12T01:41:41.998Z] Successfully built 583948d02187 [2025-06-12T01:41:41.998Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:41:42.129Z] provisioning config files... [2025-06-12T01:41:42.137Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5116203371231495314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:41:42.433Z] ---> ****-login.sh [2025-06-12T01:41:42.433Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:41:42.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:41:42.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:41:42.433Z] Configure a credential helper to remove this warning. See [2025-06-12T01:41:42.433Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:41:42.433Z] [2025-06-12T01:41:42.433Z] Login Succeeded [2025-06-12T01:41:42.433Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:41:42.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:41:42.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:41:42.433Z] Configure a credential helper to remove this warning. See [2025-06-12T01:41:42.433Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:41:42.433Z] [2025-06-12T01:41:42.433Z] Login Succeeded [2025-06-12T01:41:42.433Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:41:42.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:41:42.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:41:42.692Z] Configure a credential helper to remove this warning. See [2025-06-12T01:41:42.693Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:41:42.693Z] [2025-06-12T01:41:42.693Z] Login Succeeded [2025-06-12T01:41:42.693Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:41:42.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:41:42.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:41:42.693Z] Configure a credential helper to remove this warning. See [2025-06-12T01:41:42.693Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:41:42.693Z] [2025-06-12T01:41:42.693Z] Login Succeeded [2025-06-12T01:41:42.693Z] ****.io [2025-06-12T01:41:42.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:41:42.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:41:42.951Z] Configure a credential helper to remove this warning. See [2025-06-12T01:41:42.952Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:41:42.952Z] [2025-06-12T01:41:42.952Z] Login Succeeded [2025-06-12T01:41:42.952Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:41:42.958Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:41:43.014Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:41:43.045Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-06-12T01:41:43.045Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:41:43.045Z] latest [2025-06-12T01:41:43.045Z] 4.1.0-dev.2 [2025-06-12T01:41:43.045Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:41:43.045Z] main [2025-06-12T01:41:43.045Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:43.402Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:43.719Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:41:43.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-12T01:41:43.719Z] 24efbc43bee0: Preparing [2025-06-12T01:41:43.719Z] 2f22252756d0: Preparing [2025-06-12T01:41:43.719Z] 0b185407c98e: Preparing [2025-06-12T01:41:43.719Z] 6d8d99126e98: Preparing [2025-06-12T01:41:43.719Z] fa87359c01dd: Preparing [2025-06-12T01:41:43.719Z] 994456c4fd7b: Preparing [2025-06-12T01:41:43.719Z] 994456c4fd7b: Waiting [2025-06-12T01:41:43.719Z] fa87359c01dd: Pushed [2025-06-12T01:41:43.719Z] 6d8d99126e98: Pushed [2025-06-12T01:41:43.719Z] 24efbc43bee0: Pushed [2025-06-12T01:41:43.719Z] 2f22252756d0: Pushed [2025-06-12T01:41:43.719Z] 994456c4fd7b: Layer already exists [2025-06-12T01:41:47.003Z] 0b185407c98e: Pushed [2025-06-12T01:41:47.004Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66: digest: sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:47.332Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:47.653Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-12T01:41:47.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-12T01:41:47.653Z] 24efbc43bee0: Preparing [2025-06-12T01:41:47.653Z] 2f22252756d0: Preparing [2025-06-12T01:41:47.653Z] 0b185407c98e: Preparing [2025-06-12T01:41:47.653Z] 6d8d99126e98: Preparing [2025-06-12T01:41:47.653Z] fa87359c01dd: Preparing [2025-06-12T01:41:47.653Z] 994456c4fd7b: Preparing [2025-06-12T01:41:47.653Z] 994456c4fd7b: Waiting [2025-06-12T01:41:47.653Z] 24efbc43bee0: Layer already exists [2025-06-12T01:41:47.653Z] 2f22252756d0: Layer already exists [2025-06-12T01:41:47.653Z] 6d8d99126e98: Layer already exists [2025-06-12T01:41:47.653Z] 0b185407c98e: Layer already exists [2025-06-12T01:41:47.653Z] fa87359c01dd: Layer already exists [2025-06-12T01:41:47.653Z] 994456c4fd7b: Layer already exists [2025-06-12T01:41:47.653Z] latest: digest: sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:48.072Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:48.391Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-12T01:41:48.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-12T01:41:48.391Z] 24efbc43bee0: Preparing [2025-06-12T01:41:48.391Z] 2f22252756d0: Preparing [2025-06-12T01:41:48.391Z] 0b185407c98e: Preparing [2025-06-12T01:41:48.391Z] 6d8d99126e98: Preparing [2025-06-12T01:41:48.391Z] fa87359c01dd: Preparing [2025-06-12T01:41:48.391Z] 994456c4fd7b: Preparing [2025-06-12T01:41:48.391Z] 6d8d99126e98: Layer already exists [2025-06-12T01:41:48.391Z] fa87359c01dd: Layer already exists [2025-06-12T01:41:48.391Z] 0b185407c98e: Layer already exists [2025-06-12T01:41:48.391Z] 24efbc43bee0: Layer already exists [2025-06-12T01:41:48.391Z] 2f22252756d0: Layer already exists [2025-06-12T01:41:48.391Z] 994456c4fd7b: Layer already exists [2025-06-12T01:41:48.391Z] 4.1.0-dev.2: digest: sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:48.716Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:49.043Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:41:49.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-12T01:41:49.043Z] 24efbc43bee0: Preparing [2025-06-12T01:41:49.043Z] 2f22252756d0: Preparing [2025-06-12T01:41:49.043Z] 0b185407c98e: Preparing [2025-06-12T01:41:49.043Z] 6d8d99126e98: Preparing [2025-06-12T01:41:49.043Z] fa87359c01dd: Preparing [2025-06-12T01:41:49.043Z] 994456c4fd7b: Preparing [2025-06-12T01:41:49.043Z] 994456c4fd7b: Waiting [2025-06-12T01:41:49.043Z] 2f22252756d0: Layer already exists [2025-06-12T01:41:49.043Z] 6d8d99126e98: Layer already exists [2025-06-12T01:41:49.043Z] 24efbc43bee0: Layer already exists [2025-06-12T01:41:49.043Z] fa87359c01dd: Layer already exists [2025-06-12T01:41:49.043Z] 0b185407c98e: Layer already exists [2025-06-12T01:41:49.043Z] 994456c4fd7b: Layer already exists [2025-06-12T01:41:49.043Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2: digest: sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:49.376Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:41:49.710Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-12T01:41:49.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-06-12T01:41:49.710Z] 24efbc43bee0: Preparing [2025-06-12T01:41:49.710Z] 2f22252756d0: Preparing [2025-06-12T01:41:49.710Z] 0b185407c98e: Preparing [2025-06-12T01:41:49.710Z] 6d8d99126e98: Preparing [2025-06-12T01:41:49.710Z] fa87359c01dd: Preparing [2025-06-12T01:41:49.710Z] 994456c4fd7b: Preparing [2025-06-12T01:41:49.710Z] 994456c4fd7b: Waiting [2025-06-12T01:41:49.710Z] 24efbc43bee0: Layer already exists [2025-06-12T01:41:49.710Z] 6d8d99126e98: Layer already exists [2025-06-12T01:41:49.710Z] 0b185407c98e: Layer already exists [2025-06-12T01:41:49.710Z] fa87359c01dd: Layer already exists [2025-06-12T01:41:49.710Z] 2f22252756d0: Layer already exists [2025-06-12T01:41:49.710Z] 994456c4fd7b: Layer already exists [2025-06-12T01:41:49.710Z] main: digest: sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:41:49.796Z] ===================================================== [Pipeline] echo [2025-06-12T01:41:49.814Z] taggedImages: [2025-06-12T01:41:49.814Z] - nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:41:49.814Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-12T01:41:49.814Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-12T01:41:49.814Z] - nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:41:49.814Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-06-12T01:41:49.863Z] ========================================================= [2025-06-12T01:41:49.863Z] [edgeXBuildMultiArch] RAW Config: [2025-06-12T01:41:49.863Z] images: [2025-06-12T01:41:49.863Z] - nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:41:49.863Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-12T01:41:49.863Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-12T01:41:49.863Z] - nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:41:49.863Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-12T01:41:49.863Z] settingsFile: [2025-06-12T01:41:49.863Z] device-rest-go-settings [2025-06-12T01:41:49.863Z] ========================================================= [Pipeline] node [2025-06-12T01:42:04.868Z] Still waiting to schedule task [2025-06-12T01:42:04.868Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-12T01:42:30.440Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3170 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-06-12T01:42:30.460Z] Running in /w/workspace/device-rest-go/196 [Pipeline] { [Pipeline] checkout [2025-06-12T01:42:33.526Z] The recommended git tool is: git [2025-06-12T01:42:38.668Z] using credential edgex-jenkins-ssh [2025-06-12T01:42:38.694Z] Cloning the remote Git repository [2025-06-12T01:42:38.757Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-06-12T01:42:38.886Z] > git init /w/workspace/device-rest-go/196 # timeout=10 [2025-06-12T01:42:39.090Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-06-12T01:42:39.092Z] > git --version # timeout=10 [2025-06-12T01:42:39.115Z] > git --version # 'git version 2.25.1' [2025-06-12T01:42:39.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-12T01:42:39.297Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-12T01:42:43.742Z] Avoid second fetch [2025-06-12T01:42:43.742Z] Checking out Revision c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 (main) [2025-06-12T01:42:42.767Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-06-12T01:42:42.796Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-12T01:42:43.763Z] > git config core.sparsecheckout # timeout=10 [2025-06-12T01:42:44.399Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#468)" [2025-06-12T01:42:43.829Z] > git checkout -f c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-12T01:42:49.427Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-12T01:42:49.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T01:42:49.428Z] Dload Upload Total Spent Left Speed [2025-06-12T01:42:49.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 84277 0 --:--:-- --:--:-- --:--:-- 84277 [Pipeline] sh [2025-06-12T01:42:49.783Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-12T01:42:50.114Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2025-06-12T01:42:50.114Z] /etc/docker/daemon.json [2025-06-12T01:42:50.114Z] { [2025-06-12T01:42:50.114Z] "registry-mirrors": [ [2025-06-12T01:42:50.114Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-12T01:42:50.114Z] ], [2025-06-12T01:42:50.114Z] "bip": "10.250.0.254/24", [2025-06-12T01:42:50.114Z] "hosts": [ [2025-06-12T01:42:50.114Z] "tcp://0.0.0.0:5555", [2025-06-12T01:42:50.114Z] "unix:///var/run/docker.sock" [2025-06-12T01:42:50.114Z] ], [2025-06-12T01:42:50.114Z] "mtu": 1458, [2025-06-12T01:42:50.114Z] "selinux-enabled": true, [2025-06-12T01:42:50.114Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-12T01:42:50.114Z] } [Pipeline] sh [2025-06-12T01:42:50.442Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-12T01:42:50.787Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:43:09.076Z] provisioning config files... [2025-06-12T01:43:09.111Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/196@tmp/config13300596621314431294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:43:09.576Z] ---> ****-login.sh [2025-06-12T01:43:09.576Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:43:10.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:10.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:10.168Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:10.168Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:10.168Z] [2025-06-12T01:43:10.168Z] Login Succeeded [2025-06-12T01:43:10.168Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:43:10.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:10.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:10.717Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:10.717Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:10.717Z] [2025-06-12T01:43:10.717Z] Login Succeeded [2025-06-12T01:43:10.717Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:43:10.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:10.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:10.994Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:10.994Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:10.994Z] [2025-06-12T01:43:10.994Z] Login Succeeded [2025-06-12T01:43:10.994Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:43:11.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:11.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:11.266Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:11.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:11.266Z] [2025-06-12T01:43:11.266Z] Login Succeeded [2025-06-12T01:43:11.266Z] ****.io [2025-06-12T01:43:11.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:11.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:11.802Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:11.802Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:11.802Z] [2025-06-12T01:43:11.802Z] Login Succeeded [2025-06-12T01:43:11.802Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:43:11.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-12T01:43:12.127Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:43:12.145Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:43:12.164Z] ========================================================= [2025-06-12T01:43:12.164Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-12T01:43:12.164Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:43:12.541Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-12T01:43:12.541Z] Sending build context to Docker daemon 141.8kB [2025-06-12T01:43:12.811Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-06-12T01:43:12.811Z] Step 2/12 : FROM ${BASE} AS builder [2025-06-12T01:43:13.080Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-12T01:43:13.080Z] 94e9d8af2201: Pulling fs layer [2025-06-12T01:43:13.080Z] 634366ca850b: Pulling fs layer [2025-06-12T01:43:13.080Z] f66ade281fe9: Pulling fs layer [2025-06-12T01:43:13.080Z] 13fd4ce6e94e: Pulling fs layer [2025-06-12T01:43:13.080Z] 4f4fb700ef54: Pulling fs layer [2025-06-12T01:43:13.080Z] 4cccf3f17d63: Pulling fs layer [2025-06-12T01:43:13.080Z] 2d8010953d95: Pulling fs layer [2025-06-12T01:43:13.080Z] ec743f232bc5: Pulling fs layer [2025-06-12T01:43:13.080Z] 13fd4ce6e94e: Waiting [2025-06-12T01:43:13.080Z] 4f4fb700ef54: Waiting [2025-06-12T01:43:13.080Z] 2d8010953d95: Waiting [2025-06-12T01:43:13.080Z] 4cccf3f17d63: Waiting [2025-06-12T01:43:13.080Z] ec743f232bc5: Waiting [2025-06-12T01:43:13.080Z] 634366ca850b: Verifying Checksum [2025-06-12T01:43:13.080Z] 634366ca850b: Download complete [2025-06-12T01:43:13.080Z] 13fd4ce6e94e: Verifying Checksum [2025-06-12T01:43:13.080Z] 13fd4ce6e94e: Download complete [2025-06-12T01:43:13.080Z] 4f4fb700ef54: Verifying Checksum [2025-06-12T01:43:13.080Z] 4f4fb700ef54: Download complete [2025-06-12T01:43:13.080Z] 4cccf3f17d63: Verifying Checksum [2025-06-12T01:43:13.080Z] 4cccf3f17d63: Download complete [2025-06-12T01:43:13.080Z] 94e9d8af2201: Download complete [2025-06-12T01:43:13.666Z] ec743f232bc5: Verifying Checksum [2025-06-12T01:43:13.666Z] ec743f232bc5: Download complete [2025-06-12T01:43:14.251Z] 94e9d8af2201: Pull complete [2025-06-12T01:43:14.838Z] 634366ca850b: Pull complete [2025-06-12T01:43:15.424Z] f66ade281fe9: Verifying Checksum [2025-06-12T01:43:15.424Z] f66ade281fe9: Download complete [2025-06-12T01:43:16.386Z] 2d8010953d95: Verifying Checksum [2025-06-12T01:43:16.386Z] 2d8010953d95: Download complete [2025-06-12T01:43:29.639Z] Running on prd-centos7-docker-4c-2g-3172 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:43:29.684Z] provisioning config files... [2025-06-12T01:43:29.710Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config467197382297638597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:43:30.866Z] ---> ****-login.sh [2025-06-12T01:43:30.866Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:43:31.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:31.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:31.141Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:31.141Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:31.141Z] [2025-06-12T01:43:31.141Z] Login Succeeded [2025-06-12T01:43:31.141Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:43:31.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:31.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:31.405Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:31.405Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:31.405Z] [2025-06-12T01:43:31.405Z] Login Succeeded [2025-06-12T01:43:31.405Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:43:31.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:31.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:31.405Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:31.405Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:31.405Z] [2025-06-12T01:43:31.405Z] Login Succeeded [2025-06-12T01:43:31.405Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:43:31.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:31.454Z] f66ade281fe9: Pull complete [2025-06-12T01:43:31.454Z] 13fd4ce6e94e: Pull complete [2025-06-12T01:43:31.454Z] 4f4fb700ef54: Pull complete [2025-06-12T01:43:31.454Z] 4cccf3f17d63: Pull complete [2025-06-12T01:43:31.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:31.686Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:31.686Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:31.686Z] [2025-06-12T01:43:31.686Z] Login Succeeded [2025-06-12T01:43:31.686Z] ****.io [2025-06-12T01:43:31.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:43:31.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:43:31.979Z] Configure a credential helper to remove this warning. See [2025-06-12T01:43:31.979Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:43:31.979Z] [2025-06-12T01:43:31.979Z] Login Succeeded [2025-06-12T01:43:31.979Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:43:32.016Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T01:43:32.533Z] + docker buildx ls [2025-06-12T01:43:33.988Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-12T01:43:33.988Z] default * docker [2025-06-12T01:43:33.988Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-12T01:43:34.290Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-12T01:43:34.859Z] edgex-builder [Pipeline] sh [2025-06-12T01:43:35.219Z] + docker buildx inspect --bootstrap [2025-06-12T01:43:35.219Z] #1 [internal] booting buildkit [2025-06-12T01:43:35.219Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-12T01:43:39.683Z] 2d8010953d95: Pull complete [2025-06-12T01:43:40.276Z] ec743f232bc5: Pull complete [2025-06-12T01:43:40.276Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-12T01:43:40.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-12T01:43:40.276Z] ---> 12c1d4c06be1 [2025-06-12T01:43:40.276Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-06-12T01:43:40.519Z] #1 pulling image moby/buildkit:buildx-stable-1 4.4s done [2025-06-12T01:43:40.519Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-12T01:43:42.859Z] ---> Running in 61d218f787f9 [2025-06-12T01:43:42.859Z] Removing intermediate container 61d218f787f9 [2025-06-12T01:43:42.859Z] ---> 2206543384e4 [2025-06-12T01:43:42.859Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-12T01:43:42.859Z] ---> Running in b3e6e4dc12ae [2025-06-12T01:43:43.076Z] #1 creating container buildx_buildkit_edgex-builder0 3.4s done [2025-06-12T01:43:43.076Z] #1 DONE 7.8s [2025-06-12T01:43:43.076Z] Name: edgex-builder [2025-06-12T01:43:43.076Z] Driver: docker-container [2025-06-12T01:43:43.076Z] [2025-06-12T01:43:43.076Z] Nodes: [2025-06-12T01:43:43.076Z] Name: edgex-builder0 [2025-06-12T01:43:43.076Z] Endpoint: unix:///var/run/docker.sock [2025-06-12T01:43:43.076Z] Status: running [2025-06-12T01:43:43.076Z] Buildkit: v0.22.0 [2025-06-12T01:43:43.076Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-12T01:43:43.126Z] Removing intermediate container b3e6e4dc12ae [2025-06-12T01:43:43.126Z] ---> 720a75e2903e [2025-06-12T01:43:43.126Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-12T01:43:43.126Z] ---> Running in 641ec0c6fdd0 [2025-06-12T01:43:43.379Z] + docker buildx ls [2025-06-12T01:43:43.379Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-12T01:43:43.379Z] edgex-builder * docker-container [2025-06-12T01:43:43.379Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-12T01:43:43.379Z] default docker [2025-06-12T01:43:43.379Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-12T01:43:43.392Z] Removing intermediate container 641ec0c6fdd0 [2025-06-12T01:43:43.392Z] ---> c06f52240fed [2025-06-12T01:43:43.392Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-06-12T01:43:43.658Z] ---> Running in b9158c109cd4 [2025-06-12T01:43:43.676Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66' [2025-06-12T01:43:43.676Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 --push - [2025-06-12T01:43:43.925Z] Removing intermediate container b9158c109cd4 [2025-06-12T01:43:43.925Z] ---> ca03c4f55e4b [2025-06-12T01:43:43.925Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-12T01:43:43.925Z] ---> Running in 1c28ff3bebdd [2025-06-12T01:43:43.936Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:43:43.936Z] #1 transferring dockerfile: 196B done [2025-06-12T01:43:43.936Z] #1 DONE 0.0s [2025-06-12T01:43:43.936Z] [2025-06-12T01:43:43.936Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:43:43.936Z] #2 DONE 0.1s [2025-06-12T01:43:43.936Z] [2025-06-12T01:43:43.936Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:43:43.936Z] #3 DONE 0.1s [2025-06-12T01:43:43.936Z] [2025-06-12T01:43:43.936Z] #4 [internal] load .dockerignore [2025-06-12T01:43:43.936Z] #4 transferring context: 2B done [2025-06-12T01:43:43.936Z] #4 DONE 0.0s [2025-06-12T01:43:43.936Z] [2025-06-12T01:43:43.936Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:43.936Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:43.936Z] #5 DONE 0.0s [2025-06-12T01:43:43.936Z] [2025-06-12T01:43:43.936Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:43.936Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:43.936Z] #6 DONE 0.1s [2025-06-12T01:43:44.196Z] [2025-06-12T01:43:44.196Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:43:44.196Z] #7 DONE 0.0s [2025-06-12T01:43:44.196Z] [2025-06-12T01:43:44.196Z] #8 exporting to image [2025-06-12T01:43:44.196Z] #8 exporting layers done [2025-06-12T01:43:44.196Z] #8 exporting manifest sha256:b52362f6747e40107ed883e487bfdeb6faaff0ec143f7c5ef0ab5cf6092d9762 done [2025-06-12T01:43:44.196Z] #8 exporting config sha256:70a9abb3ebd96ce0b0e7284cd785be87b1a9ea9cbb549fecd7a356aa9a248857 0.0s done [2025-06-12T01:43:44.196Z] #8 exporting manifest sha256:f3e545222b50d0f00b0b688e945ae7d10501b0752655a0864d520ce80617c6f3 done [2025-06-12T01:43:44.196Z] #8 exporting config sha256:9876208de9cf3d479d2acc2da55b706fd58ee4196fe7e51be82f8326b1d962e0 done [2025-06-12T01:43:44.196Z] #8 exporting manifest list sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 done [2025-06-12T01:43:44.196Z] #8 pushing layers [2025-06-12T01:43:44.196Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:43:44.196Z] #8 pushing layers 0.1s done [2025-06-12T01:43:44.196Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66@sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 0.1s done [2025-06-12T01:43:44.196Z] #8 DONE 0.2s [2025-06-12T01:43:44.196Z] [2025-06-12T01:43:44.196Z] 1 warning found (use --debug to expand): [2025-06-12T01:43:44.196Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:43:44.492Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-06-12T01:43:44.492Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-06-12T01:43:44.752Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:43:44.752Z] #1 transferring dockerfile: 162B done [2025-06-12T01:43:44.752Z] #1 DONE 0.0s [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-12T01:43:44.752Z] #2 DONE 0.0s [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-06-12T01:43:44.752Z] #3 DONE 0.0s [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #4 [internal] load .dockerignore [2025-06-12T01:43:44.752Z] #4 transferring context: 2B done [2025-06-12T01:43:44.752Z] #4 DONE 0.0s [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:44.752Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:44.752Z] #5 DONE 0.0s [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:44.752Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:44.752Z] #6 CACHED [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:44.752Z] #5 CACHED [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:43:44.752Z] #7 DONE 0.0s [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] #8 exporting to image [2025-06-12T01:43:44.752Z] #8 exporting layers done [2025-06-12T01:43:44.752Z] #8 exporting manifest sha256:b52362f6747e40107ed883e487bfdeb6faaff0ec143f7c5ef0ab5cf6092d9762 done [2025-06-12T01:43:44.752Z] #8 exporting config sha256:70a9abb3ebd96ce0b0e7284cd785be87b1a9ea9cbb549fecd7a356aa9a248857 done [2025-06-12T01:43:44.752Z] #8 exporting manifest sha256:f3e545222b50d0f00b0b688e945ae7d10501b0752655a0864d520ce80617c6f3 done [2025-06-12T01:43:44.752Z] #8 exporting config sha256:9876208de9cf3d479d2acc2da55b706fd58ee4196fe7e51be82f8326b1d962e0 done [2025-06-12T01:43:44.752Z] #8 exporting manifest list sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 done [2025-06-12T01:43:44.752Z] #8 pushing layers 0.0s done [2025-06-12T01:43:44.752Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 0.1s done [2025-06-12T01:43:44.752Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:43:44.752Z] #8 DONE 0.1s [2025-06-12T01:43:44.752Z] [2025-06-12T01:43:44.752Z] 1 warning found (use --debug to expand): [2025-06-12T01:43:44.752Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:43:45.046Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2' [2025-06-12T01:43:45.046Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 --push - [2025-06-12T01:43:45.305Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:43:45.305Z] #1 transferring dockerfile: 167B done [2025-06-12T01:43:45.305Z] #1 DONE 0.0s [2025-06-12T01:43:45.305Z] [2025-06-12T01:43:45.305Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-12T01:43:45.305Z] #2 DONE 0.0s [2025-06-12T01:43:45.305Z] [2025-06-12T01:43:45.305Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [2025-06-12T01:43:45.305Z] #3 DONE 0.1s [2025-06-12T01:43:45.305Z] [2025-06-12T01:43:45.305Z] #4 [internal] load .dockerignore [2025-06-12T01:43:45.305Z] #4 transferring context: [2025-06-12T01:43:45.305Z] #4 transferring context: 2B done [2025-06-12T01:43:45.305Z] #4 DONE 0.1s [2025-06-12T01:43:45.305Z] [2025-06-12T01:43:45.305Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:45.305Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:45.305Z] #5 DONE 0.1s [2025-06-12T01:43:45.305Z] [2025-06-12T01:43:45.305Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:45.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:43:45.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:43:45.565Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:45.565Z] #6 CACHED [2025-06-12T01:43:45.565Z] [2025-06-12T01:43:45.565Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:45.565Z] #5 CACHED [2025-06-12T01:43:45.565Z] [2025-06-12T01:43:45.565Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:43:45.565Z] #7 DONE 0.0s [2025-06-12T01:43:45.565Z] [2025-06-12T01:43:45.565Z] #8 exporting to image [2025-06-12T01:43:45.565Z] #8 exporting layers done [2025-06-12T01:43:45.565Z] #8 exporting manifest sha256:b52362f6747e40107ed883e487bfdeb6faaff0ec143f7c5ef0ab5cf6092d9762 done [2025-06-12T01:43:45.565Z] #8 exporting config sha256:70a9abb3ebd96ce0b0e7284cd785be87b1a9ea9cbb549fecd7a356aa9a248857 done [2025-06-12T01:43:45.565Z] #8 exporting manifest sha256:f3e545222b50d0f00b0b688e945ae7d10501b0752655a0864d520ce80617c6f3 done [2025-06-12T01:43:45.565Z] #8 exporting config sha256:9876208de9cf3d479d2acc2da55b706fd58ee4196fe7e51be82f8326b1d962e0 done [2025-06-12T01:43:45.565Z] #8 exporting manifest list sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 done [2025-06-12T01:43:45.565Z] #8 pushing layers 0.0s done [2025-06-12T01:43:45.565Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 0.1s done [2025-06-12T01:43:45.565Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:43:45.565Z] #8 DONE 0.1s [2025-06-12T01:43:45.565Z] [2025-06-12T01:43:45.565Z] 1 warning found (use --debug to expand): [2025-06-12T01:43:45.565Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:43:45.859Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2' [2025-06-12T01:43:45.859Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 --push - [2025-06-12T01:43:46.118Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:43:46.118Z] #1 transferring dockerfile: 208B done [2025-06-12T01:43:46.118Z] #1 DONE 0.0s [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:43:46.118Z] #2 DONE 0.0s [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:43:46.118Z] #3 DONE 0.0s [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #4 [internal] load .dockerignore [2025-06-12T01:43:46.118Z] #4 transferring context: 2B done [2025-06-12T01:43:46.118Z] #4 DONE 0.0s [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:46.118Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:46.118Z] #5 DONE 0.0s [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:46.118Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:46.118Z] #6 CACHED [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:46.118Z] #5 CACHED [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:43:46.118Z] #7 DONE 0.0s [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] #8 exporting to image [2025-06-12T01:43:46.118Z] #8 exporting layers done [2025-06-12T01:43:46.118Z] #8 exporting manifest sha256:b52362f6747e40107ed883e487bfdeb6faaff0ec143f7c5ef0ab5cf6092d9762 done [2025-06-12T01:43:46.118Z] #8 exporting config sha256:70a9abb3ebd96ce0b0e7284cd785be87b1a9ea9cbb549fecd7a356aa9a248857 done [2025-06-12T01:43:46.118Z] #8 exporting manifest sha256:f3e545222b50d0f00b0b688e945ae7d10501b0752655a0864d520ce80617c6f3 done [2025-06-12T01:43:46.118Z] #8 exporting config sha256:9876208de9cf3d479d2acc2da55b706fd58ee4196fe7e51be82f8326b1d962e0 done [2025-06-12T01:43:46.118Z] #8 exporting manifest list sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 done [2025-06-12T01:43:46.118Z] #8 pushing layers 0.0s done [2025-06-12T01:43:46.118Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2@sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 0.1s done [2025-06-12T01:43:46.118Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:43:46.118Z] #8 DONE 0.1s [2025-06-12T01:43:46.118Z] [2025-06-12T01:43:46.118Z] 1 warning found (use --debug to expand): [2025-06-12T01:43:46.118Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:43:46.405Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-06-12T01:43:46.405Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-06-12T01:43:46.405Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:43:46.405Z] #1 transferring dockerfile: 160B done [2025-06-12T01:43:46.405Z] #1 DONE 0.0s [2025-06-12T01:43:46.405Z] [2025-06-12T01:43:46.405Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-12T01:43:46.405Z] #2 DONE 0.0s [2025-06-12T01:43:46.405Z] [2025-06-12T01:43:46.405Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-06-12T01:43:46.405Z] #3 DONE 0.0s [2025-06-12T01:43:46.405Z] [2025-06-12T01:43:46.405Z] #4 [internal] load .dockerignore [2025-06-12T01:43:46.405Z] #4 transferring context: 2B done [2025-06-12T01:43:46.405Z] #4 DONE 0.0s [2025-06-12T01:43:46.405Z] [2025-06-12T01:43:46.405Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:46.405Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:46.405Z] #5 CACHED [2025-06-12T01:43:46.405Z] [2025-06-12T01:43:46.405Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b [2025-06-12T01:43:46.405Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:05de08110cab27490405d4d20d674db8ca4afd0a102c017c96c4d2ca306d444b 0.0s done [2025-06-12T01:43:46.663Z] #6 CACHED [2025-06-12T01:43:46.663Z] [2025-06-12T01:43:46.663Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:43:46.663Z] #7 DONE 0.0s [2025-06-12T01:43:46.663Z] [2025-06-12T01:43:46.663Z] #8 exporting to image [2025-06-12T01:43:46.663Z] #8 exporting layers done [2025-06-12T01:43:46.664Z] #8 exporting manifest sha256:b52362f6747e40107ed883e487bfdeb6faaff0ec143f7c5ef0ab5cf6092d9762 done [2025-06-12T01:43:46.664Z] #8 exporting config sha256:70a9abb3ebd96ce0b0e7284cd785be87b1a9ea9cbb549fecd7a356aa9a248857 done [2025-06-12T01:43:46.664Z] #8 exporting manifest sha256:f3e545222b50d0f00b0b688e945ae7d10501b0752655a0864d520ce80617c6f3 done [2025-06-12T01:43:46.664Z] #8 exporting config sha256:9876208de9cf3d479d2acc2da55b706fd58ee4196fe7e51be82f8326b1d962e0 done [2025-06-12T01:43:46.664Z] #8 exporting manifest list sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 done [2025-06-12T01:43:46.664Z] #8 pushing layers 0.0s done [2025-06-12T01:43:46.664Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ba54087aee361f509bc53458318efcc28973a1306e210a62d6ff631c2ae9fea5 0.1s done [2025-06-12T01:43:46.664Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:43:46.664Z] #8 DONE 0.1s [2025-06-12T01:43:46.664Z] [2025-06-12T01:43:46.664Z] 1 warning found (use --debug to expand): [2025-06-12T01:43:46.664Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-12T01:43:47.074Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:43:47.374Z] ---> sysstat.sh [2025-06-12T01:43:47.415Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-06-12T01:43:47.415Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-06-12T01:43:47.415Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-06-12T01:43:47.415Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-06-12T01:43:47.415Z] Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:47.415Z] OK: 244 MiB in 62 packages [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:43:47.935Z] ---> package-listing.sh [2025-06-12T01:43:47.935Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-12T01:43:47.935Z] ++ facter osfamily [2025-06-12T01:43:48.194Z] + OS_FAMILY=redhat [2025-06-12T01:43:48.194Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-12T01:43:48.194Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-12T01:43:48.194Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-12T01:43:48.194Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-12T01:43:48.194Z] + PACKAGES=/tmp/packages_start.txt [2025-06-12T01:43:48.194Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-12T01:43:48.194Z] + PACKAGES=/tmp/packages_end.txt [2025-06-12T01:43:48.194Z] + case "${OS_FAMILY}" in [2025-06-12T01:43:48.194Z] + rpm -qa [2025-06-12T01:43:48.194Z] + sort [2025-06-12T01:43:48.381Z] Removing intermediate container 1c28ff3bebdd [2025-06-12T01:43:48.381Z] ---> e66272b72060 [2025-06-12T01:43:48.381Z] Step 8/12 : WORKDIR /device-rest-go [2025-06-12T01:43:48.381Z] ---> Running in 4afdf5b5806f [2025-06-12T01:43:48.653Z] Removing intermediate container 4afdf5b5806f [2025-06-12T01:43:48.653Z] ---> 6525eb0f786d [2025-06-12T01:43:48.653Z] Step 9/12 : COPY go.mod vendor* ./ [2025-06-12T01:43:48.788Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-12T01:43:48.788Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-12T01:43:48.788Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-12T01:43:48.788Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-12T01:43:48.788Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-12T01:43:48.788Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-12T01:43:48.798Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-12T01:43:49.092Z] + facter operatingsystem [2025-06-12T01:43:49.240Z] ---> dbc317f10c4a [2025-06-12T01:43:49.240Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:43:49.509Z] ---> Running in b38de6e8b59a [2025-06-12T01:43:49.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:43:49.670Z] [2025-06-12T01:43:49.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:43:49.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:43:49.994Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-12T01:43:49.994Z] 5eb5b503b376: Pulling fs layer [2025-06-12T01:43:49.994Z] 5c69ac0246d0: Pulling fs layer [2025-06-12T01:43:49.994Z] ec43610c2a17: Pulling fs layer [2025-06-12T01:43:49.994Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-12T01:43:49.994Z] 33b1e0a273af: Pulling fs layer [2025-06-12T01:43:49.994Z] 5d3b04190fa2: Pulling fs layer [2025-06-12T01:43:49.994Z] 2f39f015ded8: Pulling fs layer [2025-06-12T01:43:49.994Z] 3a2ae6a8a46f: Waiting [2025-06-12T01:43:49.994Z] 33b1e0a273af: Waiting [2025-06-12T01:43:49.994Z] 5d3b04190fa2: Waiting [2025-06-12T01:43:49.994Z] 2f39f015ded8: Waiting [2025-06-12T01:43:49.994Z] 5c69ac0246d0: Verifying Checksum [2025-06-12T01:43:49.994Z] 5c69ac0246d0: Download complete [2025-06-12T01:43:49.994Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-12T01:43:49.994Z] 3a2ae6a8a46f: Download complete [2025-06-12T01:43:50.267Z] 33b1e0a273af: Verifying Checksum [2025-06-12T01:43:50.267Z] 33b1e0a273af: Download complete [2025-06-12T01:43:50.267Z] ec43610c2a17: Verifying Checksum [2025-06-12T01:43:50.267Z] ec43610c2a17: Download complete [2025-06-12T01:43:50.267Z] 5d3b04190fa2: Verifying Checksum [2025-06-12T01:43:50.267Z] 5d3b04190fa2: Download complete [2025-06-12T01:43:50.267Z] 5eb5b503b376: Verifying Checksum [2025-06-12T01:43:50.267Z] 5eb5b503b376: Download complete [2025-06-12T01:43:51.234Z] 2f39f015ded8: Verifying Checksum [2025-06-12T01:43:51.234Z] 2f39f015ded8: Download complete [2025-06-12T01:43:51.811Z] 5eb5b503b376: Pull complete [2025-06-12T01:43:51.811Z] 5c69ac0246d0: Pull complete [2025-06-12T01:43:52.072Z] ec43610c2a17: Pull complete [2025-06-12T01:43:52.331Z] 3a2ae6a8a46f: Pull complete [2025-06-12T01:43:52.331Z] 33b1e0a273af: Pull complete [2025-06-12T01:43:52.606Z] 5d3b04190fa2: Pull complete [2025-06-12T01:43:56.818Z] 2f39f015ded8: Pull complete [2025-06-12T01:43:56.818Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-12T01:43:56.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:43:56.818Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:43:56.989Z] prd-centos7-docker-4c-2g-3172 does not seem to be running inside a container [2025-06-12T01:43:57.032Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-12T01:44:04.791Z] $ docker top cb9fb58b5abf8ef0cca50a6d2a59350ed8a2b46642d7d4bd4d6f15fb4a47f7f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:44:05.158Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-12T01:44:05.662Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-12T01:44:05.959Z] + ls /var/log/sa-host [2025-06-12T01:44:05.959Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:44:06.139Z] provisioning config files... [2025-06-12T01:44:06.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config164042404684974465tmp [Pipeline] { [Pipeline] echo [2025-06-12T01:44:06.173Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:44:06.466Z] ---> create-netrc.sh [Pipeline] } [2025-06-12T01:44:06.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:44:06.826Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-12T01:44:06.836Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:44:07.141Z] ---> sudo-logs.sh [2025-06-12T01:44:07.141Z] Archiving 'sudo' log.. [2025-06-12T01:44:07.141Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3172.novalocal: Name or service not known [2025-06-12T01:44:07.141Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3172.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-06-12T01:44:07.165Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:44:07.458Z] ---> job-cost.sh [2025-06-12T01:44:07.458Z] lf-activate-venv: SKIPPING [2025-06-12T01:44:07.458Z] INFO: No Stack... [2025-06-12T01:44:07.714Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-06-12T01:44:07.973Z] INFO: Archiving Costs [Pipeline] echo [2025-06-12T01:44:07.986Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:44:08.276Z] ---> logs-deploy.sh [2025-06-12T01:44:08.276Z] lf-activate-venv: SKIPPING [2025-06-12T01:44:08.276Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/196 [2025-06-12T01:44:08.276Z] INFO: archiving workspace using pattern(s): [2025-06-12T01:44:09.222Z] Archives upload complete. [2025-06-12T01:44:09.222Z] INFO: archiving logs to Nexus [2025-06-12T01:44:10.178Z] ---> uname -a: [2025-06-12T01:44:10.178Z] Linux prd-centos7-docker-4c-2g-3172.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] ---> lscpu: [2025-06-12T01:44:10.178Z] Architecture: x86_64 [2025-06-12T01:44:10.178Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-12T01:44:10.178Z] Byte Order: Little Endian [2025-06-12T01:44:10.178Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-12T01:44:10.178Z] CPU(s): 2 [2025-06-12T01:44:10.178Z] On-line CPU(s) list: 0,1 [2025-06-12T01:44:10.178Z] Thread(s) per core: 1 [2025-06-12T01:44:10.178Z] Core(s) per socket: 1 [2025-06-12T01:44:10.178Z] Socket(s): 2 [2025-06-12T01:44:10.178Z] NUMA node(s): 1 [2025-06-12T01:44:10.178Z] Vendor ID: AuthenticAMD [2025-06-12T01:44:10.178Z] CPU family: 23 [2025-06-12T01:44:10.178Z] Model: 49 [2025-06-12T01:44:10.178Z] Model name: AMD EPYC-Rome Processor [2025-06-12T01:44:10.178Z] Stepping: 0 [2025-06-12T01:44:10.178Z] CPU MHz: 2799.998 [2025-06-12T01:44:10.178Z] BogoMIPS: 5599.99 [2025-06-12T01:44:10.178Z] Virtualization: AMD-V [2025-06-12T01:44:10.178Z] Hypervisor vendor: KVM [2025-06-12T01:44:10.178Z] Virtualization type: full [2025-06-12T01:44:10.178Z] L1d cache: 64 KiB [2025-06-12T01:44:10.178Z] L1i cache: 64 KiB [2025-06-12T01:44:10.178Z] L2 cache: 1 MiB [2025-06-12T01:44:10.178Z] L3 cache: 32 MiB [2025-06-12T01:44:10.178Z] NUMA node0 CPU(s): 0,1 [2025-06-12T01:44:10.178Z] Vulnerability Itlb multihit: Not affected [2025-06-12T01:44:10.178Z] Vulnerability L1tf: Not affected [2025-06-12T01:44:10.178Z] Vulnerability Mds: Not affected [2025-06-12T01:44:10.178Z] Vulnerability Meltdown: Not affected [2025-06-12T01:44:10.178Z] Vulnerability Mmio stale data: Not affected [2025-06-12T01:44:10.178Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-12T01:44:10.178Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-06-12T01:44:10.178Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-06-12T01:44:10.178Z] Vulnerability Srbds: Not affected [2025-06-12T01:44:10.178Z] Vulnerability Tsx async abort: Not affected [2025-06-12T01:44:10.178Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] ---> nproc: [2025-06-12T01:44:10.178Z] 2 [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] ---> df -h: [2025-06-12T01:44:10.178Z] Filesystem Size Used Avail Use% Mounted on [2025-06-12T01:44:10.178Z] overlay 40G 7.3G 33G 19% / [2025-06-12T01:44:10.178Z] tmpfs 64M 0 64M 0% /dev [2025-06-12T01:44:10.178Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-06-12T01:44:10.178Z] shm 64M 0 64M 0% /dev/shm [2025-06-12T01:44:10.178Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] [2025-06-12T01:44:10.178Z] Cannot open /var/log/sysstat/sa12: No such file or directory [2025-06-12T01:44:10.178Z] Please check if data collecting is enabled [2025-06-12T01:44:10.178Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:44:10.480Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-12T01:44:10.488Z] $ docker stop --time=1 cb9fb58b5abf8ef0cca50a6d2a59350ed8a2b46642d7d4bd4d6f15fb4a47f7f9 [2025-06-12T01:44:11.681Z] $ docker rm -f --volumes cb9fb58b5abf8ef0cca50a6d2a59350ed8a2b46642d7d4bd4d6f15fb4a47f7f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-12T01:44:11.799Z] [WS-CLEANUP] Deleting project workspace... [2025-06-12T01:44:11.800Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-12T01:44:11.818Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:44:12.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:44:12.289Z] [2025-06-12T01:44:12.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:44:12.595Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:44:12.595Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-12T01:44:12.595Z] 5eb5b503b376: Pulling fs layer [2025-06-12T01:44:12.595Z] 5c69ac0246d0: Pulling fs layer [2025-06-12T01:44:12.595Z] ec43610c2a17: Pulling fs layer [2025-06-12T01:44:12.595Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-12T01:44:12.595Z] 33b1e0a273af: Pulling fs layer [2025-06-12T01:44:12.595Z] 5d3b04190fa2: Pulling fs layer [2025-06-12T01:44:12.595Z] 2f39f015ded8: Pulling fs layer [2025-06-12T01:44:12.595Z] 3a2ae6a8a46f: Waiting [2025-06-12T01:44:12.595Z] 33b1e0a273af: Waiting [2025-06-12T01:44:12.595Z] 5d3b04190fa2: Waiting [2025-06-12T01:44:12.595Z] 2f39f015ded8: Waiting [2025-06-12T01:44:12.595Z] 5c69ac0246d0: Download complete [2025-06-12T01:44:12.595Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-12T01:44:12.595Z] 3a2ae6a8a46f: Download complete [2025-06-12T01:44:12.595Z] 33b1e0a273af: Verifying Checksum [2025-06-12T01:44:12.595Z] 33b1e0a273af: Download complete [2025-06-12T01:44:12.595Z] 5d3b04190fa2: Download complete [2025-06-12T01:44:12.854Z] ec43610c2a17: Verifying Checksum [2025-06-12T01:44:12.854Z] ec43610c2a17: Download complete [2025-06-12T01:44:12.854Z] 5eb5b503b376: Verifying Checksum [2025-06-12T01:44:12.854Z] 5eb5b503b376: Download complete [2025-06-12T01:44:13.421Z] 2f39f015ded8: Download complete [2025-06-12T01:44:13.988Z] 5eb5b503b376: Pull complete [2025-06-12T01:44:13.988Z] 5c69ac0246d0: Pull complete [2025-06-12T01:44:14.557Z] ec43610c2a17: Pull complete [2025-06-12T01:44:14.557Z] 3a2ae6a8a46f: Pull complete [2025-06-12T01:44:14.557Z] 33b1e0a273af: Pull complete [2025-06-12T01:44:14.815Z] 5d3b04190fa2: Pull complete [2025-06-12T01:44:18.997Z] 2f39f015ded8: Pull complete [2025-06-12T01:44:18.997Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-12T01:44:18.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:44:18.997Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:44:19.108Z] prd-ubuntu20.04-docker-8c-8g-3168 does not seem to be running inside a container [2025-06-12T01:44:19.177Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-12T01:44:20.298Z] $ docker top 60937c04fa787d2ff59bbdc21667ba557999ece1a66efeca9ce494387344643e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:44:20.675Z] ---> job-cost.sh [2025-06-12T01:44:20.675Z] lf-activate-venv: SKIPPING [2025-06-12T01:44:20.675Z] INFO: No Stack... [2025-06-12T01:44:20.936Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-12T01:44:21.197Z] INFO: Archiving Costs [Pipeline] sh [2025-06-12T01:44:21.491Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-06-12T01:44:21.491Z] + cut -d, -f6 [Pipeline] lock [2025-06-12T01:44:21.511Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] [2025-06-12T01:44:21.519Z] Resource [jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] did not exist. Created. [2025-06-12T01:44:21.524Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-12T01:44:21.837Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-12T01:44:21.878Z] Stashed 1 file(s) [Pipeline] } [2025-06-12T01:44:21.885Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-12T01:44:21.952Z] $ docker stop --time=1 60937c04fa787d2ff59bbdc21667ba557999ece1a66efeca9ce494387344643e [2025-06-12T01:44:23.104Z] $ docker rm -f --volumes 60937c04fa787d2ff59bbdc21667ba557999ece1a66efeca9ce494387344643e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-12T01:45:56.229Z] Removing intermediate container b38de6e8b59a [2025-06-12T01:45:56.229Z] ---> e7c80f49e243 [2025-06-12T01:45:56.229Z] Step 11/12 : COPY . . [2025-06-12T01:45:56.229Z] ---> 1cd96005b85e [2025-06-12T01:45:56.229Z] Step 12/12 : RUN $MAKE [2025-06-12T01:45:56.229Z] ---> Running in 5276ea8e34dc [2025-06-12T01:45:56.229Z] noop [2025-06-12T01:45:56.229Z] Removing intermediate container 5276ea8e34dc [2025-06-12T01:45:56.229Z] ---> 6cd1e87aa546 [2025-06-12T01:45:56.229Z] Successfully built 6cd1e87aa546 [2025-06-12T01:45:56.229Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:45:56.604Z] + docker inspect -f . ci-base-image-arm64 [2025-06-12T01:45:56.604Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:45:56.840Z] prd-ubuntu20.04-docker-arm64-4c-16g-3170 does not seem to be running inside a container [2025-06-12T01:45:56.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/196 -v /w/workspace/device-rest-go/196:/w/workspace/device-rest-go/196:rw,z -v /w/workspace/device-rest-go/196@tmp:/w/workspace/device-rest-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-12T01:45:58.187Z] $ docker top 20fc6ab661271be5c3f6ed81f9f0bb727c00e669adab4a365dec3cc314ea31ae -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:45:59.031Z] + go version [2025-06-12T01:45:59.031Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-12T01:45:59.052Z] $ docker stop --time=1 20fc6ab661271be5c3f6ed81f9f0bb727c00e669adab4a365dec3cc314ea31ae [2025-06-12T01:46:00.670Z] $ docker rm -f --volumes 20fc6ab661271be5c3f6ed81f9f0bb727c00e669adab4a365dec3cc314ea31ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:46:01.248Z] + docker inspect -f . ci-base-image-arm64 [2025-06-12T01:46:01.248Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:46:01.463Z] prd-ubuntu20.04-docker-arm64-4c-16g-3170 does not seem to be running inside a container [2025-06-12T01:46:01.535Z] $ 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/196 -v /w/workspace/device-rest-go/196:/w/workspace/device-rest-go/196:rw,z -v /w/workspace/device-rest-go/196@tmp:/w/workspace/device-rest-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-12T01:46:02.698Z] $ docker top c934bb94dd010dc09adff521c099173f3e209795362ebdae1be2062a33b04ea9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:46:03.528Z] + git config --global --add safe.directory /w/workspace/device-rest-go/196 [Pipeline] fileExists [Pipeline] sh [2025-06-12T01:46:03.861Z] + make test [2025-06-12T01:46:04.127Z] go test ./... -coverprofile=coverage.out ./... [2025-06-12T01:46:10.759Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-06-12T01:49:47.574Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-06-12T01:49:52.927Z] ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 32.2% of statements [2025-06-12T01:49:53.891Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-06-12T01:49:53.891Z] go vet ./... [2025-06-12T01:50:50.351Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-12T01:50:50.351Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-12T01:50:50.351Z] ./bin/test-attribution-txt.sh [2025-06-12T01:50:50.351Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-12T01:50:50.351Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-12T01:50:50.373Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-12T01:50:50.401Z] $ docker stop --time=1 c934bb94dd010dc09adff521c099173f3e209795362ebdae1be2062a33b04ea9 [2025-06-12T01:50:52.241Z] $ docker rm -f --volumes c934bb94dd010dc09adff521c099173f3e209795362ebdae1be2062a33b04ea9 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-12T01:50:53.739Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-12T01:50:53.768Z] Warning: overwriting stash ‘coverage-report’ [2025-06-12T01:50:54.245Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-12T01:50:54.658Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-12T01:50:55.034Z] + ls -al . [2025-06-12T01:50:55.034Z] total 240 [2025-06-12T01:50:55.034Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 01:46 . [2025-06-12T01:50:55.034Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 01:42 .. [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 12 01:42 .dockerignore [2025-06-12T01:50:55.034Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 01:42 .git [2025-06-12T01:50:55.034Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 01:42 .github [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 264 Jun 12 01:42 .gitignore [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 12 01:42 .golangci.yml [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jun 12 01:42 Attribution.txt [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jun 12 01:42 CHANGELOG.md [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jun 12 01:42 Dockerfile [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 12 01:42 GOVERNANCE.md [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 680 Jun 12 01:42 Jenkinsfile [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 12 01:42 LICENSE [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jun 12 01:42 Makefile [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 12 01:42 OWNERS.md [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jun 12 01:42 README.md [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 12 01:39 VERSION [2025-06-12T01:50:55.034Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 01:42 bin [2025-06-12T01:50:55.034Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 01:42 cmd [2025-06-12T01:50:55.034Z] -rw-r--r-- 1 jenkins jenkins 14565 Jun 12 01:49 coverage.out [2025-06-12T01:50:55.034Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 01:42 driver [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jun 12 01:42 go.mod [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 86413 Jun 12 01:42 go.sum [2025-06-12T01:50:55.034Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 01:42 openapi [2025-06-12T01:50:55.034Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 12 01:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:50:55.417Z] + 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=c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-06-12T01:50:55.417Z] Sending build context to Docker daemon 157.2kB [2025-06-12T01:50:55.707Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-06-12T01:50:55.707Z] Step 2/26 : FROM ${BASE} AS builder [2025-06-12T01:50:55.707Z] ---> 6cd1e87aa546 [2025-06-12T01:50:55.707Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-06-12T01:50:55.707Z] ---> Running in 2b97fa38324d [2025-06-12T01:50:55.978Z] Removing intermediate container 2b97fa38324d [2025-06-12T01:50:55.978Z] ---> de80585a921f [2025-06-12T01:50:55.978Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-06-12T01:50:56.257Z] ---> Running in 0e11bc7cb8db [2025-06-12T01:50:56.531Z] Removing intermediate container 0e11bc7cb8db [2025-06-12T01:50:56.531Z] ---> 25ca1658cfd1 [2025-06-12T01:50:56.531Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-06-12T01:50:56.531Z] ---> Running in fffd51822ed5 [2025-06-12T01:50:56.798Z] Removing intermediate container fffd51822ed5 [2025-06-12T01:50:56.798Z] ---> a9729857ceb3 [2025-06-12T01:50:56.798Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-06-12T01:50:56.798Z] ---> Running in b3914bfd1eb2 [2025-06-12T01:50:57.066Z] Removing intermediate container b3914bfd1eb2 [2025-06-12T01:50:57.066Z] ---> 2541c85cf9b4 [2025-06-12T01:50:57.066Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-06-12T01:50:57.333Z] ---> Running in 29a97750e0e2 [2025-06-12T01:50:58.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:50:58.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:50:59.957Z] OK: 244 MiB in 62 packages [2025-06-12T01:51:00.919Z] Removing intermediate container 29a97750e0e2 [2025-06-12T01:51:00.919Z] ---> a5ee63c0a7f1 [2025-06-12T01:51:00.919Z] Step 8/26 : WORKDIR /device-rest-go [2025-06-12T01:51:00.919Z] ---> Running in c22414356136 [2025-06-12T01:51:01.186Z] Removing intermediate container c22414356136 [2025-06-12T01:51:01.186Z] ---> 4baf9cee8b8b [2025-06-12T01:51:01.186Z] Step 9/26 : COPY go.mod vendor* ./ [2025-06-12T01:51:01.769Z] ---> aec779481c17 [2025-06-12T01:51:01.769Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:51:01.769Z] ---> Running in b566bff7b53e [2025-06-12T01:51:03.704Z] Removing intermediate container b566bff7b53e [2025-06-12T01:51:03.704Z] ---> 8f95457426dd [2025-06-12T01:51:03.704Z] Step 11/26 : COPY . . [2025-06-12T01:51:04.285Z] ---> 24fc9d9dd7e7 [2025-06-12T01:51:04.285Z] Step 12/26 : RUN $MAKE [2025-06-12T01:51:04.285Z] ---> Running in b0bdce446c87 [2025-06-12T01:51:05.239Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-06-12T01:54:41.997Z] Removing intermediate container b0bdce446c87 [2025-06-12T01:54:41.997Z] ---> fc777777e328 [2025-06-12T01:54:41.997Z] Step 13/26 : FROM alpine:3.20 [2025-06-12T01:54:41.997Z] 3.20: Pulling from library/alpine [2025-06-12T01:54:41.997Z] 94e9d8af2201: Already exists [2025-06-12T01:54:41.997Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:54:41.997Z] Status: Downloaded newer image for alpine:3.20 [2025-06-12T01:54:41.997Z] ---> 7aab056cecc6 [2025-06-12T01:54:41.997Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-12T01:54:41.997Z] ---> Running in 07e0438a167b [2025-06-12T01:54:41.997Z] Removing intermediate container 07e0438a167b [2025-06-12T01:54:41.997Z] ---> cf84627d7d33 [2025-06-12T01:54:41.997Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-06-12T01:54:41.997Z] ---> Running in a3713933175f [2025-06-12T01:54:41.997Z] Removing intermediate container a3713933175f [2025-06-12T01:54:41.997Z] ---> 2cf4b957ecd6 [2025-06-12T01:54:41.997Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-06-12T01:54:41.997Z] ---> Running in 461c475ed50d [2025-06-12T01:54:41.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:54:41.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:54:41.997Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:54:41.997Z] Executing busybox-1.36.1-r29.trigger [2025-06-12T01:54:41.997Z] OK: 9 MiB in 15 packages [2025-06-12T01:54:42.960Z] Removing intermediate container 461c475ed50d [2025-06-12T01:54:42.960Z] ---> 379b47e84e4e [2025-06-12T01:54:42.960Z] Step 17/26 : RUN apk --no-cache upgrade [2025-06-12T01:54:42.960Z] ---> Running in b02d0d4d2a5d [2025-06-12T01:54:43.920Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:54:44.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:54:46.139Z] OK: 9 MiB in 15 packages [2025-06-12T01:54:46.720Z] Removing intermediate container b02d0d4d2a5d [2025-06-12T01:54:46.720Z] ---> 09b78ff821de [2025-06-12T01:54:46.720Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-06-12T01:54:49.314Z] ---> 3d4d8ced5c92 [2025-06-12T01:54:49.314Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-06-12T01:54:49.314Z] ---> 4d313a215355 [2025-06-12T01:54:49.314Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-06-12T01:54:49.902Z] ---> f5bae3f5a252 [2025-06-12T01:54:49.902Z] Step 21/26 : EXPOSE 59986 [2025-06-12T01:54:50.179Z] ---> Running in d6ebc827758d [2025-06-12T01:54:50.446Z] Removing intermediate container d6ebc827758d [2025-06-12T01:54:50.446Z] ---> 94d15d89e588 [2025-06-12T01:54:50.446Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-06-12T01:54:50.446Z] ---> Running in 39e0e509b4af [2025-06-12T01:54:50.715Z] Removing intermediate container 39e0e509b4af [2025-06-12T01:54:50.715Z] ---> 0ab6f24731e1 [2025-06-12T01:54:50.715Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-06-12T01:54:50.715Z] ---> Running in 966bc54498c2 [2025-06-12T01:54:50.986Z] Removing intermediate container 966bc54498c2 [2025-06-12T01:54:50.986Z] ---> 5f4421e29837 [2025-06-12T01:54:50.986Z] Step 24/26 : LABEL arch=arm64 [2025-06-12T01:54:51.255Z] ---> Running in 545331673cac [2025-06-12T01:54:51.522Z] Removing intermediate container 545331673cac [2025-06-12T01:54:51.522Z] ---> 2ec82ecd3000 [2025-06-12T01:54:51.522Z] Step 25/26 : LABEL git_sha=c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:54:51.522Z] ---> Running in 0f32b37e6972 [2025-06-12T01:54:51.789Z] Removing intermediate container 0f32b37e6972 [2025-06-12T01:54:51.789Z] ---> 7e1fa7c16d7c [2025-06-12T01:54:51.789Z] Step 26/26 : LABEL version=4.1.0-dev.2 [2025-06-12T01:54:51.789Z] ---> Running in f3bd4dc7a122 [2025-06-12T01:54:52.057Z] Removing intermediate container f3bd4dc7a122 [2025-06-12T01:54:52.057Z] ---> c378e61f704e [2025-06-12T01:54:52.057Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-12T01:54:52.057Z] Successfully built c378e61f704e [2025-06-12T01:54:52.324Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:54:52.480Z] provisioning config files... [2025-06-12T01:54:52.498Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/196@tmp/config6510718785090756209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:54:52.849Z] ---> ****-login.sh [2025-06-12T01:54:52.849Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:54:52.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:54:53.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:54:53.123Z] Configure a credential helper to remove this warning. See [2025-06-12T01:54:53.123Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:54:53.123Z] [2025-06-12T01:54:53.123Z] Login Succeeded [2025-06-12T01:54:53.123Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:54:53.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:54:53.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:54:53.392Z] Configure a credential helper to remove this warning. See [2025-06-12T01:54:53.392Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:54:53.392Z] [2025-06-12T01:54:53.392Z] Login Succeeded [2025-06-12T01:54:53.392Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:54:53.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:54:53.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:54:53.929Z] Configure a credential helper to remove this warning. See [2025-06-12T01:54:53.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:54:53.929Z] [2025-06-12T01:54:53.929Z] Login Succeeded [2025-06-12T01:54:53.929Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:54:54.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:54:54.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:54:54.198Z] Configure a credential helper to remove this warning. See [2025-06-12T01:54:54.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:54:54.198Z] [2025-06-12T01:54:54.198Z] Login Succeeded [2025-06-12T01:54:54.198Z] ****.io [2025-06-12T01:54:54.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:54:54.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:54:54.733Z] Configure a credential helper to remove this warning. See [2025-06-12T01:54:54.733Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:54:54.733Z] [2025-06-12T01:54:54.733Z] Login Succeeded [2025-06-12T01:54:54.733Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:54:54.745Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:54:54.796Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:54:54.828Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-06-12T01:54:54.828Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:54:54.828Z] latest [2025-06-12T01:54:54.828Z] 4.1.0-dev.2 [2025-06-12T01:54:54.828Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:54:54.828Z] main [2025-06-12T01:54:54.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:54:55.225Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:54:55.594Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:54:55.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-12T01:54:55.594Z] db18cb890cfd: Preparing [2025-06-12T01:54:55.594Z] 4c4955894785: Preparing [2025-06-12T01:54:55.594Z] b5dd36af5018: Preparing [2025-06-12T01:54:55.594Z] eb65c6469fc7: Preparing [2025-06-12T01:54:55.594Z] 96aa357d009f: Preparing [2025-06-12T01:54:55.594Z] dd9c8f8612c8: Preparing [2025-06-12T01:54:55.594Z] dd9c8f8612c8: Waiting [2025-06-12T01:54:55.859Z] 4c4955894785: Pushed [2025-06-12T01:54:55.859Z] db18cb890cfd: Pushed [2025-06-12T01:54:55.859Z] 96aa357d009f: Pushed [2025-06-12T01:54:55.859Z] eb65c6469fc7: Pushed [2025-06-12T01:54:55.859Z] dd9c8f8612c8: Layer already exists [2025-06-12T01:55:04.069Z] b5dd36af5018: Pushed [2025-06-12T01:55:04.069Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66: digest: sha256:ad9806b302c84e9363dede6cd157a33bcc13c9aef15a269a68c8f3b69dfa2f10 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:04.439Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:04.815Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-12T01:55:04.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-12T01:55:04.815Z] db18cb890cfd: Preparing [2025-06-12T01:55:04.815Z] 4c4955894785: Preparing [2025-06-12T01:55:04.815Z] b5dd36af5018: Preparing [2025-06-12T01:55:04.815Z] eb65c6469fc7: Preparing [2025-06-12T01:55:04.815Z] 96aa357d009f: Preparing [2025-06-12T01:55:04.815Z] dd9c8f8612c8: Preparing [2025-06-12T01:55:04.815Z] dd9c8f8612c8: Waiting [2025-06-12T01:55:04.815Z] 96aa357d009f: Layer already exists [2025-06-12T01:55:04.815Z] eb65c6469fc7: Layer already exists [2025-06-12T01:55:04.815Z] b5dd36af5018: Layer already exists [2025-06-12T01:55:04.815Z] 4c4955894785: Layer already exists [2025-06-12T01:55:04.815Z] db18cb890cfd: Layer already exists [2025-06-12T01:55:04.815Z] dd9c8f8612c8: Layer already exists [2025-06-12T01:55:05.080Z] latest: digest: sha256:ad9806b302c84e9363dede6cd157a33bcc13c9aef15a269a68c8f3b69dfa2f10 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:05.439Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:05.825Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-12T01:55:05.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-12T01:55:05.826Z] db18cb890cfd: Preparing [2025-06-12T01:55:05.826Z] 4c4955894785: Preparing [2025-06-12T01:55:05.826Z] b5dd36af5018: Preparing [2025-06-12T01:55:05.826Z] eb65c6469fc7: Preparing [2025-06-12T01:55:05.826Z] 96aa357d009f: Preparing [2025-06-12T01:55:05.826Z] dd9c8f8612c8: Preparing [2025-06-12T01:55:05.826Z] dd9c8f8612c8: Waiting [2025-06-12T01:55:05.826Z] b5dd36af5018: Layer already exists [2025-06-12T01:55:05.826Z] 96aa357d009f: Layer already exists [2025-06-12T01:55:05.826Z] eb65c6469fc7: Layer already exists [2025-06-12T01:55:05.826Z] db18cb890cfd: Layer already exists [2025-06-12T01:55:05.826Z] 4c4955894785: Layer already exists [2025-06-12T01:55:05.826Z] dd9c8f8612c8: Layer already exists [2025-06-12T01:55:05.826Z] 4.1.0-dev.2: digest: sha256:ad9806b302c84e9363dede6cd157a33bcc13c9aef15a269a68c8f3b69dfa2f10 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:06.450Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:06.801Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:55:06.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-12T01:55:06.802Z] db18cb890cfd: Preparing [2025-06-12T01:55:06.802Z] 4c4955894785: Preparing [2025-06-12T01:55:06.802Z] b5dd36af5018: Preparing [2025-06-12T01:55:06.802Z] eb65c6469fc7: Preparing [2025-06-12T01:55:06.802Z] 96aa357d009f: Preparing [2025-06-12T01:55:06.802Z] dd9c8f8612c8: Preparing [2025-06-12T01:55:06.802Z] dd9c8f8612c8: Waiting [2025-06-12T01:55:06.802Z] eb65c6469fc7: Layer already exists [2025-06-12T01:55:06.802Z] 96aa357d009f: Layer already exists [2025-06-12T01:55:06.802Z] 4c4955894785: Layer already exists [2025-06-12T01:55:06.802Z] b5dd36af5018: Layer already exists [2025-06-12T01:55:06.802Z] db18cb890cfd: Layer already exists [2025-06-12T01:55:06.802Z] dd9c8f8612c8: Layer already exists [2025-06-12T01:55:06.802Z] c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2: digest: sha256:ad9806b302c84e9363dede6cd157a33bcc13c9aef15a269a68c8f3b69dfa2f10 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:07.420Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:07.773Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-06-12T01:55:07.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-06-12T01:55:07.774Z] db18cb890cfd: Preparing [2025-06-12T01:55:07.774Z] 4c4955894785: Preparing [2025-06-12T01:55:07.774Z] b5dd36af5018: Preparing [2025-06-12T01:55:07.774Z] eb65c6469fc7: Preparing [2025-06-12T01:55:07.774Z] 96aa357d009f: Preparing [2025-06-12T01:55:07.774Z] dd9c8f8612c8: Preparing [2025-06-12T01:55:07.774Z] dd9c8f8612c8: Waiting [2025-06-12T01:55:07.774Z] 4c4955894785: Layer already exists [2025-06-12T01:55:07.774Z] db18cb890cfd: Layer already exists [2025-06-12T01:55:07.774Z] b5dd36af5018: Layer already exists [2025-06-12T01:55:07.774Z] eb65c6469fc7: Layer already exists [2025-06-12T01:55:07.774Z] 96aa357d009f: Layer already exists [2025-06-12T01:55:07.774Z] dd9c8f8612c8: Layer already exists [2025-06-12T01:55:08.041Z] main: digest: sha256:ad9806b302c84e9363dede6cd157a33bcc13c9aef15a269a68c8f3b69dfa2f10 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:55:08.120Z] ===================================================== [Pipeline] echo [2025-06-12T01:55:08.136Z] taggedImages: [2025-06-12T01:55:08.136Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [2025-06-12T01:55:08.136Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-06-12T01:55:08.136Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [2025-06-12T01:55:08.136Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [2025-06-12T01:55:08.136Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-06-12T01:55:08.150Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] echo [2025-06-12T01:55:08.162Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-06-12T01:55:08.179Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] echo [2025-06-12T01:55:08.198Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:c373b56233cd9cbd8cdcfbe77523dd4dc7823e66-4.1.0-dev.2 [Pipeline] echo [2025-06-12T01:55:08.213Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:08.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-12T01:55:08.614Z] [2025-06-12T01:55:08.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:08.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-12T01:55:09.220Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-12T01:55:09.220Z] 8998bd30e6a1: Pulling fs layer [2025-06-12T01:55:09.220Z] 04944245beec: Pulling fs layer [2025-06-12T01:55:09.220Z] 699f458cf7ca: Pulling fs layer [2025-06-12T01:55:09.220Z] 765212b225bb: Pulling fs layer [2025-06-12T01:55:09.220Z] f23df028b6ca: Pulling fs layer [2025-06-12T01:55:09.220Z] d65c8cfc05b1: Pulling fs layer [2025-06-12T01:55:09.220Z] 2437ff75d9bd: Pulling fs layer [2025-06-12T01:55:09.220Z] 765212b225bb: Waiting [2025-06-12T01:55:09.220Z] f23df028b6ca: Waiting [2025-06-12T01:55:09.220Z] d65c8cfc05b1: Waiting [2025-06-12T01:55:09.220Z] 2437ff75d9bd: Waiting [2025-06-12T01:55:09.220Z] 04944245beec: Verifying Checksum [2025-06-12T01:55:09.220Z] 04944245beec: Download complete [2025-06-12T01:55:09.220Z] 765212b225bb: Verifying Checksum [2025-06-12T01:55:09.220Z] 765212b225bb: Download complete [2025-06-12T01:55:09.220Z] f23df028b6ca: Verifying Checksum [2025-06-12T01:55:09.220Z] f23df028b6ca: Download complete [2025-06-12T01:55:09.220Z] d65c8cfc05b1: Verifying Checksum [2025-06-12T01:55:09.220Z] d65c8cfc05b1: Download complete [2025-06-12T01:55:09.488Z] 699f458cf7ca: Verifying Checksum [2025-06-12T01:55:10.074Z] 8998bd30e6a1: Verifying Checksum [2025-06-12T01:55:10.075Z] 8998bd30e6a1: Download complete [2025-06-12T01:55:12.659Z] 2437ff75d9bd: Verifying Checksum [2025-06-12T01:55:12.659Z] 2437ff75d9bd: Download complete [2025-06-12T01:55:15.245Z] 8998bd30e6a1: Pull complete [2025-06-12T01:55:15.245Z] 04944245beec: Pull complete [2025-06-12T01:55:17.193Z] 699f458cf7ca: Pull complete [2025-06-12T01:55:17.193Z] 765212b225bb: Pull complete [2025-06-12T01:55:18.157Z] f23df028b6ca: Pull complete [2025-06-12T01:55:18.157Z] d65c8cfc05b1: Pull complete [2025-06-12T01:55:36.369Z] 2437ff75d9bd: Pull complete [2025-06-12T01:55:36.369Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-12T01:55:36.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-12T01:55:36.369Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:55:36.575Z] prd-ubuntu20.04-docker-arm64-4c-16g-3170 does not seem to be running inside a container [2025-06-12T01:55:36.640Z] $ 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/196 -v /w/workspace/device-rest-go/196:/w/workspace/device-rest-go/196:rw,z -v /w/workspace/device-rest-go/196@tmp:/w/workspace/device-rest-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-06-12T01:55:39.523Z] $ docker top 192caa2b1a63af4b0b4fde5400877321c0b336e01a5ed832b4cc3169643b99d3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:55:40.363Z] ---> job-cost.sh [2025-06-12T01:55:40.363Z] lf-activate-venv: SKIPPING [2025-06-12T01:55:40.363Z] INFO: No Stack... [2025-06-12T01:55:40.944Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-12T01:55:41.526Z] INFO: Archiving Costs [Pipeline] sh [2025-06-12T01:55:42.163Z] + cat /w/workspace/device-rest-go/196/archives/cost.csv [2025-06-12T01:55:42.163Z] + cut -d, -f6 [Pipeline] lock [2025-06-12T01:55:42.224Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] [2025-06-12T01:55:42.234Z] Resource [jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] did not exist. Created. [2025-06-12T01:55:42.239Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-12T01:55:42.912Z] /w/workspace/device-rest-go/196@tmp/durable-8c108c58/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-12T01:55:43.553Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-12T01:55:43.580Z] Warning: overwriting stash ‘stack-cost’ [2025-06-12T01:55:43.628Z] Stashed 1 file(s) [Pipeline] } [2025-06-12T01:55:43.635Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-196-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-12T01:55:43.669Z] $ docker stop --time=1 192caa2b1a63af4b0b4fde5400877321c0b336e01a5ed832b4cc3169643b99d3 [2025-06-12T01:55:45.225Z] $ docker rm -f --volumes 192caa2b1a63af4b0b4fde5400877321c0b336e01a5ed832b4cc3169643b99d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-06-12T01:55:45.774Z] provisioning config files... [2025-06-12T01:55:45.782Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12657277610299428813tmp [Pipeline] { [Pipeline] sh [2025-06-12T01:55:46.075Z] + set +x [2025-06-12T01:55:46.075Z] + curl -s https://codecov.io/bash [2025-06-12T01:55:46.075Z] + bash -s -- [2025-06-12T01:55:46.075Z] [2025-06-12T01:55:46.075Z] _____ _ [2025-06-12T01:55:46.075Z] / ____| | | [2025-06-12T01:55:46.075Z] | | ___ __| | ___ ___ _____ __ [2025-06-12T01:55:46.075Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-12T01:55:46.075Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-12T01:55:46.075Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-12T01:55:46.075Z] Bash-1.0.6 [2025-06-12T01:55:46.075Z] [2025-06-12T01:55:46.075Z] [2025-06-12T01:55:46.075Z] ==> git version 2.25.1 found [2025-06-12T01:55:46.075Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-06-12T01:55:46.075Z] Release-Date: 2020-01-08 [2025-06-12T01:55:46.075Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-12T01:55:46.075Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-12T01:55:46.075Z] ==> Jenkins CI detected. [2025-06-12T01:55:46.333Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-06-12T01:55:46.333Z] project root: . [2025-06-12T01:55:46.333Z] --> token set from env [2025-06-12T01:55:46.333Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-12T01:55:46.333Z] ==> Running gcov in . (disable via -X gcov) [2025-06-12T01:55:46.333Z] ==> Python coveragepy not found [2025-06-12T01:55:46.333Z] ==> Searching for coverage reports in: [2025-06-12T01:55:46.333Z] + . [2025-06-12T01:55:46.333Z] -> Found 1 reports [2025-06-12T01:55:46.333Z] ==> Detecting git/mercurial file structure [2025-06-12T01:55:46.333Z] ==> Reading reports [2025-06-12T01:55:46.333Z] + ./coverage.out bytes=14565 [2025-06-12T01:55:46.333Z] ==> Appending adjustments [2025-06-12T01:55:46.333Z] https://docs.codecov.io/docs/fixing-reports [2025-06-12T01:55:46.333Z] + Found adjustments [2025-06-12T01:55:46.333Z] ==> Gzipping contents [2025-06-12T01:55:46.333Z] 4.0K /tmp/codecov.gahbji.gz [2025-06-12T01:55:46.333Z] ==> Uploading reports [2025-06-12T01:55:46.333Z] url: https://codecov.io [2025-06-12T01:55:46.333Z] query: branch=main&commit=c373b56233cd9cbd8cdcfbe77523dd4dc7823e66&build=196&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F196%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-12T01:55:46.333Z] -> Pinging Codecov [2025-06-12T01:55:46.333Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=c373b56233cd9cbd8cdcfbe77523dd4dc7823e66&build=196&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F196%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-12T01:55:46.596Z] -> Uploading to [2025-06-12T01:55:46.596Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/c373b56233cd9cbd8cdcfbe77523dd4dc7823e66/f5221e60-7b7d-480b-8e24-6b0418f04eb1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250612%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250612T015546Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=0dea6a87dfae797cb39e8eb3eda0aee293b52711963f2254aaf19a30d4d1ddda [2025-06-12T01:55:46.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T01:55:46.597Z] Dload Upload Total Spent Left Speed [2025-06-12T01:55:46.864Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 15931 --:--:-- --:--:-- --:--:-- 15823 [2025-06-12T01:55:46.864Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 [Pipeline] } [2025-06-12T01:55:46.872Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-12T01:55:47.145Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-12T01:55:47.163Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:47.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-12T01:55:47.508Z] [2025-06-12T01:55:47.508Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:55:47.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-12T01:55:47.866Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-12T01:55:47.866Z] 43c4264eed91: Pulling fs layer [2025-06-12T01:55:47.866Z] 4cc291be95ef: Pulling fs layer [2025-06-12T01:55:47.866Z] 2ac1f1163629: Pulling fs layer [2025-06-12T01:55:47.866Z] 5c3c966382ef: Pulling fs layer [2025-06-12T01:55:47.866Z] 4f4fb700ef54: Pulling fs layer [2025-06-12T01:55:47.866Z] d9c7d2e4e75e: Pulling fs layer [2025-06-12T01:55:47.866Z] 9c3e1370e548: Pulling fs layer [2025-06-12T01:55:47.866Z] 5c3c966382ef: Waiting [2025-06-12T01:55:47.866Z] d9c7d2e4e75e: Waiting [2025-06-12T01:55:47.866Z] 9c3e1370e548: Waiting [2025-06-12T01:55:47.866Z] 4f4fb700ef54: Waiting [2025-06-12T01:55:47.866Z] 4cc291be95ef: Verifying Checksum [2025-06-12T01:55:47.866Z] 4cc291be95ef: Download complete [2025-06-12T01:55:47.866Z] 5c3c966382ef: Verifying Checksum [2025-06-12T01:55:47.866Z] 5c3c966382ef: Download complete [2025-06-12T01:55:47.866Z] 4f4fb700ef54: Download complete [2025-06-12T01:55:48.247Z] 43c4264eed91: Download complete [2025-06-12T01:55:48.247Z] d9c7d2e4e75e: Verifying Checksum [2025-06-12T01:55:48.247Z] d9c7d2e4e75e: Download complete [2025-06-12T01:55:48.247Z] 43c4264eed91: Pull complete [2025-06-12T01:55:48.247Z] 4cc291be95ef: Pull complete [2025-06-12T01:55:48.517Z] 2ac1f1163629: Verifying Checksum [2025-06-12T01:55:48.518Z] 2ac1f1163629: Download complete [2025-06-12T01:55:49.093Z] 9c3e1370e548: Verifying Checksum [2025-06-12T01:55:49.093Z] 9c3e1370e548: Download complete [2025-06-12T01:55:51.641Z] 2ac1f1163629: Pull complete [2025-06-12T01:55:51.641Z] 5c3c966382ef: Pull complete [2025-06-12T01:55:51.641Z] 4f4fb700ef54: Pull complete [2025-06-12T01:55:51.898Z] d9c7d2e4e75e: Pull complete [2025-06-12T01:55:54.427Z] 9c3e1370e548: Pull complete [2025-06-12T01:55:54.427Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-12T01:55:54.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-12T01:55:54.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:55:54.536Z] prd-ubuntu20.04-docker-8c-8g-3168 does not seem to be running inside a container [2025-06-12T01:55:54.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-12T01:55:56.388Z] $ docker top 91208caec40199b4b8298cc0be5c2ad5b2483c767fa796af1cbcc054bddf13cb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:55:56.733Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-06-12T01:55:56.744Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-06-12T01:55:57.022Z] + set -o pipefail [2025-06-12T01:55:57.022Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-06-12T01:55:58.927Z] [2025-06-12T01:55:58.927Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main... [2025-06-12T01:55:58.927Z] [2025-06-12T01:55:58.927Z] 'go list -json -deps ./...' command failed with error: go: go.mod requires go >= 1.23.4 (running go 1.23.2; GOTOOLCHAIN=local) [2025-06-12T01:55:58.927Z] [Pipeline] } [2025-06-12T01:55:59.522Z] $ docker stop --time=1 91208caec40199b4b8298cc0be5c2ad5b2483c767fa796af1cbcc054bddf13cb [2025-06-12T01:56:00.920Z] $ docker rm -f --volumes 91208caec40199b4b8298cc0be5c2ad5b2483c767fa796af1cbcc054bddf13cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-12T01:56:00.997Z] [edgeXSnyk] Exit Code: 2 [Pipeline] error [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-06-12T01:56:01.794Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-06-12T01:56:01.794Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-12T01:56:01.794Z] total 16 [2025-06-12T01:56:01.794Z] drwxr-xr-x 3 root root 4096 Jun 12 01:44 . [2025-06-12T01:56:01.794Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 12 01:44 .. [2025-06-12T01:56:01.794Z] drwxr-xr-x 2 root root 4096 Jun 12 01:44 cost [2025-06-12T01:56:01.794Z] -rw-r--r-- 1 root root 86 Jun 12 01:44 cost.csv [2025-06-12T01:56:01.794Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-12T01:56:01.794Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-06-12T01:56:01.794Z] total 16 [2025-06-12T01:56:01.794Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 12 01:44 . [2025-06-12T01:56:01.794Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 12 01:44 .. [2025-06-12T01:56:01.794Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 12 01:44 cost [2025-06-12T01:56:01.794Z] -rw-r--r-- 1 jenkins jenkins 86 Jun 12 01:44 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:56:02.084Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:56:02.940Z] ---> package-listing.sh [2025-06-12T01:56:02.940Z] ++ facter osfamily [2025-06-12T01:56:02.940Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-12T01:56:03.200Z] + OS_FAMILY=debian [2025-06-12T01:56:03.200Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-06-12T01:56:03.200Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-12T01:56:03.200Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-12T01:56:03.200Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-12T01:56:03.200Z] + PACKAGES=/tmp/packages_start.txt [2025-06-12T01:56:03.200Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-12T01:56:03.200Z] + PACKAGES=/tmp/packages_end.txt [2025-06-12T01:56:03.200Z] + case "${OS_FAMILY}" in [2025-06-12T01:56:03.200Z] + dpkg -l [2025-06-12T01:56:03.200Z] + grep '^ii' [2025-06-12T01:56:03.200Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-12T01:56:03.200Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-12T01:56:03.200Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-12T01:56:03.200Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-06-12T01:56:03.200Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-06-12T01:56:03.200Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-06-12T01:56:03.212Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-12T01:56:03.490Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:56:04.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:56:04.054Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:56:04.140Z] prd-ubuntu20.04-docker-8c-8g-3168 does not seem to be running inside a container [2025-06-12T01:56:04.184Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-12T01:56:04.365Z] $ docker top af88eb1123a30b6dc8f40a81afb2d4c0373f5145074ac2305e103d6a8cfe9c9d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:56:04.706Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-12T01:56:04.993Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-12T01:56:05.281Z] + ls /var/log/sa-host [2025-06-12T01:56:05.281Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:56:05.318Z] provisioning config files... [2025-06-12T01:56:05.327Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6067055033070322627tmp [Pipeline] { [Pipeline] echo [2025-06-12T01:56:05.346Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:56:05.631Z] ---> create-netrc.sh [Pipeline] } [2025-06-12T01:56:05.639Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:56:05.949Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-12T01:56:05.961Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:56:06.245Z] ---> sudo-logs.sh [2025-06-12T01:56:06.245Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-12T01:56:06.279Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:56:06.563Z] ---> job-cost.sh [2025-06-12T01:56:06.563Z] lf-activate-venv: SKIPPING [2025-06-12T01:56:06.563Z] DEBUG: total: 0.2199999988079071 [2025-06-12T01:56:06.563Z] INFO: Retrieving Stack Cost... [2025-06-12T01:56:06.822Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-12T01:56:07.390Z] INFO: Archiving Costs [Pipeline] echo [2025-06-12T01:56:07.405Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:56:07.687Z] ---> logs-deploy.sh [2025-06-12T01:56:07.688Z] lf-activate-venv: SKIPPING [2025-06-12T01:56:07.688Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/196 [2025-06-12T01:56:07.688Z] INFO: archiving workspace using pattern(s): [2025-06-12T01:56:08.624Z] Archives upload complete. [2025-06-12T01:56:08.624Z] INFO: archiving logs to Nexus