Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 30c083a5452dbfcd7d2c6cff84583659684690cc Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8761631044630884674.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh5034097363196903501.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 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh11946496910100852845.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa # timeout=10 Commit message: "fix: add new goLTSImages 1.23 (#466)" > 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-ssh4896455005604617480.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-ssh1803508817566838355.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-40936 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 30c083a5452dbfcd7d2c6cff84583659684690cc (main) Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 > git rev-list --no-walk 367e7ce991daf9058552cca639fd49d18f0c0d72 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-12T00:12:57.878Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-12T00:12:57.972Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-12T00:12:58.003Z] ========================================================= [2025-03-12T00:12:58.003Z] EdgeX Global Pipelines Version Info [2025-03-12T00:12:58.003Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:12:59.108Z] ------------------- [2025-03-12T00:12:59.108Z] stable info: [2025-03-12T00:12:59.108Z] ------------------- [2025-03-12T00:12:59.108Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-03-12T00:12:59.108Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-12T00:12:59.108Z] Message: update stable to v1.0.271 [2025-03-12T00:12:59.368Z] ------------------- [2025-03-12T00:12:59.368Z] experimental info: [2025-03-12T00:12:59.368Z] ------------------- [2025-03-12T00:12:59.369Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-03-12T00:12:59.369Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-12T00:12:59.369Z] Message: update experimental to v1.0.271 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-12T00:12:59.466Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-03-12T00:12:59.488Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-03-12T00:12:59.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-12T00:12:59.544Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-12T00:12:59.571Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-12T00:12:59.595Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-12T00:12:59.621Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-12T00:12:59.654Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-03-12T00:12:59.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-12T00:12:59.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-12T00:12:59.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-12T00:12:59.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-03-12T00:12:59.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-12T00:12:59.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-12T00:12:59.827Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-12T00:12:59.858Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-12T00:12:59.879Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-03-12T00:12:59.907Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-03-12T00:12:59.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-12T00:12:59.958Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-12T00:12:59.992Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-03-12T00:13:00.025Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-03-12T00:13:00.045Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-03-12T00:13:00.075Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-03-12T00:13:00.106Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-03-12T00:13:00.127Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-12T00:13:00.151Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-12T00:13:00.174Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-12T00:13:00.194Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-12T00:13:00.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-12T00:13:00.240Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-12T00:13:00.341Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30c083a [Pipeline] echo [2025-03-12T00:13:00.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T00:13:00.431Z] provisioning config files... [2025-03-12T00:13:00.443Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12381375458733403483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:13:00.797Z] ---> ****-login.sh [2025-03-12T00:13:00.797Z] nexus3.edgexfoundry.org:10001 [2025-03-12T00:13:01.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:01.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:01.059Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:01.059Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:01.059Z] [2025-03-12T00:13:01.059Z] Login Succeeded [2025-03-12T00:13:01.059Z] nexus3.edgexfoundry.org:10002 [2025-03-12T00:13:01.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:01.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:01.319Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:01.319Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:01.319Z] [2025-03-12T00:13:01.319Z] Login Succeeded [2025-03-12T00:13:01.319Z] nexus3.edgexfoundry.org:10003 [2025-03-12T00:13:01.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:01.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:01.319Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:01.319Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:01.319Z] [2025-03-12T00:13:01.319Z] Login Succeeded [2025-03-12T00:13:01.319Z] nexus3.edgexfoundry.org:10004 [2025-03-12T00:13:01.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:01.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:01.580Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:01.580Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:01.580Z] [2025-03-12T00:13:01.580Z] Login Succeeded [2025-03-12T00:13:01.580Z] ****.io [2025-03-12T00:13:01.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:01.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:01.841Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:01.841Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:01.841Z] [2025-03-12T00:13:01.841Z] Login Succeeded [2025-03-12T00:13:01.841Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T00:13:01.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-12T00:13:02.274Z] + git rev-list -1 --merges 30c083a5452dbfcd7d2c6cff84583659684690cc~1..30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-12T00:13:02.304Z] -----------> git rev-list -1 --merges 30c083a5452dbfcd7d2c6cff84583659684690cc~1..30c083a5452dbfcd7d2c6cff84583659684690cc 30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:13:02.304Z] 30c083a5452dbfcd7d2c6cff84583659684690cc [false] [Pipeline] sh [2025-03-12T00:13:02.604Z] + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-12T00:13:02.621Z] ========================================================= [2025-03-12T00:13:02.621Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-12T00:13:02.621Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-12T00:13:02.966Z] + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo [2025-03-12T00:13:02.977Z] [semverPrep] GIT_COMMIT: 30c083a5452dbfcd7d2c6cff84583659684690cc, Commit Message: Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0 [Pipeline] echo [2025-03-12T00:13:02.992Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-03-12T00:13:03.368Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T00:13:03.368Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-12T00:13:03.368Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-12T00:13:03.368Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-12T00:13:03.368Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-12T00:13:03.368Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-12T00:13:03.368Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:13:03.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T00:13:03.796Z] [2025-03-12T00:13:03.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:13:04.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T00:13:04.096Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-12T00:13:04.096Z] b85a868b505f: Pulling fs layer [2025-03-12T00:13:04.096Z] e2be974225ed: Pulling fs layer [2025-03-12T00:13:04.096Z] 339a4e72a1f5: Pulling fs layer [2025-03-12T00:13:04.096Z] 988bab9f4d93: Pulling fs layer [2025-03-12T00:13:04.096Z] 1469e6f7b9e6: Pulling fs layer [2025-03-12T00:13:04.096Z] eaf3925da568: Pulling fs layer [2025-03-12T00:13:04.096Z] bab4dde63d76: Pulling fs layer [2025-03-12T00:13:04.096Z] bde34c3a00c8: Pulling fs layer [2025-03-12T00:13:04.096Z] b352a97aabf1: Pulling fs layer [2025-03-12T00:13:04.096Z] 4872d77fe225: Pulling fs layer [2025-03-12T00:13:04.096Z] 5851b861e8e6: Pulling fs layer [2025-03-12T00:13:04.096Z] 1469e6f7b9e6: Waiting [2025-03-12T00:13:04.096Z] eaf3925da568: Waiting [2025-03-12T00:13:04.096Z] bab4dde63d76: Waiting [2025-03-12T00:13:04.096Z] b352a97aabf1: Waiting [2025-03-12T00:13:04.096Z] 4872d77fe225: Waiting [2025-03-12T00:13:04.096Z] 5851b861e8e6: Waiting [2025-03-12T00:13:04.096Z] bde34c3a00c8: Waiting [2025-03-12T00:13:04.096Z] 988bab9f4d93: Waiting [2025-03-12T00:13:04.096Z] e2be974225ed: Download complete [2025-03-12T00:13:04.096Z] 988bab9f4d93: Verifying Checksum [2025-03-12T00:13:04.096Z] 988bab9f4d93: Download complete [2025-03-12T00:13:04.096Z] 1469e6f7b9e6: Verifying Checksum [2025-03-12T00:13:04.096Z] 1469e6f7b9e6: Download complete [2025-03-12T00:13:04.096Z] 339a4e72a1f5: Verifying Checksum [2025-03-12T00:13:04.096Z] 339a4e72a1f5: Download complete [2025-03-12T00:13:04.096Z] eaf3925da568: Download complete [2025-03-12T00:13:04.355Z] bde34c3a00c8: Verifying Checksum [2025-03-12T00:13:04.355Z] bde34c3a00c8: Download complete [2025-03-12T00:13:04.355Z] b352a97aabf1: Verifying Checksum [2025-03-12T00:13:04.355Z] b352a97aabf1: Download complete [2025-03-12T00:13:04.355Z] 4872d77fe225: Verifying Checksum [2025-03-12T00:13:04.355Z] 4872d77fe225: Download complete [2025-03-12T00:13:04.355Z] 5851b861e8e6: Verifying Checksum [2025-03-12T00:13:04.355Z] 5851b861e8e6: Download complete [2025-03-12T00:13:04.355Z] b85a868b505f: Verifying Checksum [2025-03-12T00:13:04.355Z] b85a868b505f: Download complete [2025-03-12T00:13:04.613Z] bab4dde63d76: Verifying Checksum [2025-03-12T00:13:04.613Z] bab4dde63d76: Download complete [2025-03-12T00:13:05.560Z] b85a868b505f: Pull complete [2025-03-12T00:13:05.560Z] e2be974225ed: Pull complete [2025-03-12T00:13:05.820Z] 339a4e72a1f5: Pull complete [2025-03-12T00:13:05.820Z] 988bab9f4d93: Pull complete [2025-03-12T00:13:06.081Z] 1469e6f7b9e6: Pull complete [2025-03-12T00:13:06.340Z] eaf3925da568: Pull complete [2025-03-12T00:13:08.243Z] bab4dde63d76: Pull complete [2025-03-12T00:13:08.243Z] bde34c3a00c8: Pull complete [2025-03-12T00:13:08.243Z] b352a97aabf1: Pull complete [2025-03-12T00:13:08.243Z] 4872d77fe225: Pull complete [2025-03-12T00:13:08.243Z] 5851b861e8e6: Pull complete [2025-03-12T00:13:08.243Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-12T00:13:08.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T00:13:08.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:13:08.391Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:13:08.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-12T00:13:09.771Z] $ docker top 3b81bab211488c2aef56a7ce8a19f9285e80f50c94ed511227008ccabd9418fe -eo pid,comm [2025-03-12T00:13:09.836Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-12T00:13:09.836Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T00:13:09.888Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T00:13:09.889Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T00:13:10.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T00:13:10.006Z] $ docker exec 3b81bab211488c2aef56a7ce8a19f9285e80f50c94ed511227008ccabd9418fe ssh-agent [2025-03-12T00:13:10.129Z] SSH_AUTH_SOCK=/tmp/ssh-M7EPLyAGLi5C/agent.33 [2025-03-12T00:13:10.129Z] SSH_AGENT_PID=39 [2025-03-12T00:13:10.136Z] Running ssh-add (command line suppressed) [2025-03-12T00:13:10.223Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6353199410841293329.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6353199410841293329.key) [2025-03-12T00:13:10.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T00:13:10.542Z] + git tag --points-at HEAD [Pipeline] } [2025-03-12T00:13:10.543Z] $ docker exec --env ******** --env ******** 3b81bab211488c2aef56a7ce8a19f9285e80f50c94ed511227008ccabd9418fe ssh-agent -k [2025-03-12T00:13:10.644Z] unset SSH_AUTH_SOCK; [2025-03-12T00:13:10.645Z] unset SSH_AGENT_PID; [2025-03-12T00:13:10.645Z] echo Agent pid 39 killed; [2025-03-12T00:13:10.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-03-12T00:13:10.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T00:13:10.709Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T00:13:10.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T00:13:10.809Z] $ docker exec 3b81bab211488c2aef56a7ce8a19f9285e80f50c94ed511227008ccabd9418fe ssh-agent [2025-03-12T00:13:10.928Z] SSH_AUTH_SOCK=/tmp/ssh-9nP9LVUw3Cjl/agent.72 [2025-03-12T00:13:10.928Z] SSH_AGENT_PID=78 [2025-03-12T00:13:10.932Z] Running ssh-add (command line suppressed) [2025-03-12T00:13:11.011Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17342805422473552642.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17342805422473552642.key) [2025-03-12T00:13:11.036Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T00:13:11.331Z] + git semver init [2025-03-12T00:13:11.591Z] 2025-03-12 00:13:11,482 [run_init] DEBUG init version:0.0.0 force:False [2025-03-12T00:13:11.591Z] 2025-03-12 00:13:11,483 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-03-12T00:13:11.591Z] 2025-03-12 00:13:11,483 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-03-12T00:13:11.591Z] 2025-03-12 00:13:11,484 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-12T00:13:12.974Z] 2025-03-12 00:13:12,614 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-03-12T00:13:12.974Z] 2025-03-12 00:13:12,614 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-03-12T00:13:12.974Z] 2025-03-12 00:13:12,614 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:13:12.974Z] 2025-03-12 00:13:12,614 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:13:12.974Z] 4.0.0-dev.12 [Pipeline] } [2025-03-12T00:13:12.973Z] $ docker exec --env ******** --env ******** 3b81bab211488c2aef56a7ce8a19f9285e80f50c94ed511227008ccabd9418fe ssh-agent -k [2025-03-12T00:13:13.072Z] unset SSH_AUTH_SOCK; [2025-03-12T00:13:13.072Z] unset SSH_AGENT_PID; [2025-03-12T00:13:13.073Z] echo Agent pid 78 killed; [2025-03-12T00:13:13.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T00:13:13.418Z] + git semver [Pipeline] } [2025-03-12T00:13:13.680Z] $ docker stop --time=1 3b81bab211488c2aef56a7ce8a19f9285e80f50c94ed511227008ccabd9418fe [2025-03-12T00:13:14.968Z] $ docker rm -f --volumes 3b81bab211488c2aef56a7ce8a19f9285e80f50c94ed511227008ccabd9418fe [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T00:13:15.325Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-12T00:13:15.553Z] Stashed 1 file(s) [Pipeline] echo [2025-03-12T00:13:15.558Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T00:13:15.762Z] provisioning config files... [2025-03-12T00:13:15.771Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3418112162075212509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:13:16.078Z] ---> ****-login.sh [2025-03-12T00:13:16.078Z] nexus3.edgexfoundry.org:10001 [2025-03-12T00:13:16.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:16.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:16.078Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:16.078Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:16.078Z] [2025-03-12T00:13:16.078Z] Login Succeeded [2025-03-12T00:13:16.078Z] nexus3.edgexfoundry.org:10002 [2025-03-12T00:13:16.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:16.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:16.078Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:16.079Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:16.079Z] [2025-03-12T00:13:16.079Z] Login Succeeded [2025-03-12T00:13:16.079Z] nexus3.edgexfoundry.org:10003 [2025-03-12T00:13:16.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:16.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:16.344Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:16.344Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:16.344Z] [2025-03-12T00:13:16.344Z] Login Succeeded [2025-03-12T00:13:16.344Z] nexus3.edgexfoundry.org:10004 [2025-03-12T00:13:16.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:16.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:16.344Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:16.344Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:16.344Z] [2025-03-12T00:13:16.344Z] Login Succeeded [2025-03-12T00:13:16.344Z] ****.io [2025-03-12T00:13:16.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:13:16.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:13:16.603Z] Configure a credential helper to remove this warning. See [2025-03-12T00:13:16.603Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:13:16.603Z] [2025-03-12T00:13:16.603Z] Login Succeeded [2025-03-12T00:13:16.603Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T00:13:16.611Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-12T00:13:16.702Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T00:13:16.730Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T00:13:16.749Z] ========================================================= [2025-03-12T00:13:16.749Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-12T00:13:16.749Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:13:17.090Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-03-12T00:13:17.090Z] Sending build context to Docker daemon 16.69MB [2025-03-12T00:13:17.090Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T00:13:17.090Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-12T00:13:17.090Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-12T00:13:17.090Z] da9db072f522: Pulling fs layer [2025-03-12T00:13:17.090Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-12T00:13:17.090Z] 06f05ace1117: Pulling fs layer [2025-03-12T00:13:17.090Z] 5fe327b54edc: Pulling fs layer [2025-03-12T00:13:17.090Z] 4f4fb700ef54: Pulling fs layer [2025-03-12T00:13:17.090Z] 92a5565b7b96: Pulling fs layer [2025-03-12T00:13:17.090Z] ff9bb7016b71: Pulling fs layer [2025-03-12T00:13:17.090Z] b67dba6c2c7d: Pulling fs layer [2025-03-12T00:13:17.090Z] a813b0c90790: Pulling fs layer [2025-03-12T00:13:17.090Z] 92a5565b7b96: Waiting [2025-03-12T00:13:17.090Z] b67dba6c2c7d: Waiting [2025-03-12T00:13:17.090Z] ff9bb7016b71: Waiting [2025-03-12T00:13:17.090Z] a813b0c90790: Waiting [2025-03-12T00:13:17.090Z] 5fe327b54edc: Waiting [2025-03-12T00:13:17.090Z] 4f4fb700ef54: Waiting [2025-03-12T00:13:17.090Z] 6ef4a4ee8ca5: Download complete [2025-03-12T00:13:17.090Z] 5fe327b54edc: Download complete [2025-03-12T00:13:17.350Z] 4f4fb700ef54: Verifying Checksum [2025-03-12T00:13:17.350Z] 4f4fb700ef54: Download complete [2025-03-12T00:13:17.350Z] 92a5565b7b96: Verifying Checksum [2025-03-12T00:13:17.350Z] 92a5565b7b96: Download complete [2025-03-12T00:13:17.350Z] da9db072f522: Verifying Checksum [2025-03-12T00:13:17.350Z] da9db072f522: Download complete [2025-03-12T00:13:17.350Z] ff9bb7016b71: Verifying Checksum [2025-03-12T00:13:17.350Z] ff9bb7016b71: Download complete [2025-03-12T00:13:17.350Z] da9db072f522: Pull complete [2025-03-12T00:13:17.608Z] a813b0c90790: Verifying Checksum [2025-03-12T00:13:17.608Z] a813b0c90790: Download complete [2025-03-12T00:13:17.608Z] 6ef4a4ee8ca5: Pull complete [2025-03-12T00:13:17.608Z] 06f05ace1117: Verifying Checksum [2025-03-12T00:13:17.608Z] 06f05ace1117: Download complete [2025-03-12T00:13:17.865Z] b67dba6c2c7d: Verifying Checksum [2025-03-12T00:13:17.865Z] b67dba6c2c7d: Download complete [2025-03-12T00:13:21.150Z] 06f05ace1117: Pull complete [2025-03-12T00:13:21.150Z] 5fe327b54edc: Pull complete [2025-03-12T00:13:21.150Z] 4f4fb700ef54: Pull complete [2025-03-12T00:13:21.150Z] 92a5565b7b96: Pull complete [2025-03-12T00:13:21.150Z] ff9bb7016b71: Pull complete [2025-03-12T00:13:23.685Z] b67dba6c2c7d: Pull complete [2025-03-12T00:13:23.685Z] a813b0c90790: Pull complete [2025-03-12T00:13:23.685Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-12T00:13:23.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-12T00:13:23.685Z] ---> 3ba60ce46760 [2025-03-12T00:13:23.685Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-12T00:13:25.593Z] ---> Running in 1bd21464c39c [2025-03-12T00:13:25.593Z] Removing intermediate container 1bd21464c39c [2025-03-12T00:13:25.593Z] ---> 8059334e32f8 [2025-03-12T00:13:25.593Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T00:13:25.593Z] ---> Running in fc9b47e7f3d9 [2025-03-12T00:13:25.593Z] Removing intermediate container fc9b47e7f3d9 [2025-03-12T00:13:25.593Z] ---> c5edc3b045c8 [2025-03-12T00:13:25.593Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-12T00:13:25.593Z] ---> Running in 9e440f613328 [2025-03-12T00:13:25.593Z] Removing intermediate container 9e440f613328 [2025-03-12T00:13:25.593Z] ---> 46acdf6e8319 [2025-03-12T00:13:25.593Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T00:13:25.593Z] ---> Running in 74ef19c367e1 [2025-03-12T00:13:25.853Z] Removing intermediate container 74ef19c367e1 [2025-03-12T00:13:25.853Z] ---> 8a796bc739f3 [2025-03-12T00:13:25.853Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T00:13:25.853Z] ---> Running in 47adc2eb1bfb [2025-03-12T00:13:26.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T00:13:26.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T00:13:26.632Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-12T00:13:26.632Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-12T00:13:26.632Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-12T00:13:26.632Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-12T00:13:26.632Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T00:13:26.632Z] OK: 252 MiB in 62 packages [2025-03-12T00:13:27.200Z] Removing intermediate container 47adc2eb1bfb [2025-03-12T00:13:27.200Z] ---> f41519dcb5ab [2025-03-12T00:13:27.200Z] Step 8/12 : WORKDIR /device-rest-go [2025-03-12T00:13:27.200Z] ---> Running in ec99778529a8 [2025-03-12T00:13:27.200Z] Removing intermediate container ec99778529a8 [2025-03-12T00:13:27.200Z] ---> 2d25d5354fee [2025-03-12T00:13:27.200Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-12T00:13:27.200Z] ---> 1625e35c621f [2025-03-12T00:13:27.200Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T00:13:27.200Z] ---> Running in ee7ded4f865b [2025-03-12T00:13:30.716Z] Still waiting to schedule task [2025-03-12T00:13:30.717Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-03-12T00:14:23.440Z] Removing intermediate container ee7ded4f865b [2025-03-12T00:14:23.440Z] ---> 1dc7ca78333b [2025-03-12T00:14:23.440Z] Step 11/12 : COPY . . [2025-03-12T00:14:23.440Z] ---> de182ce6b793 [2025-03-12T00:14:23.440Z] Step 12/12 : RUN $MAKE [2025-03-12T00:14:23.440Z] ---> Running in 6a74879f3117 [2025-03-12T00:14:23.440Z] noop [2025-03-12T00:14:23.440Z] Removing intermediate container 6a74879f3117 [2025-03-12T00:14:23.440Z] ---> 174ad588a551 [2025-03-12T00:14:23.440Z] Successfully built 174ad588a551 [2025-03-12T00:14:23.440Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:14:23.785Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-12T00:14:23.785Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:14:23.872Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:14:23.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-12T00:14:24.230Z] $ docker top ca214266893a57f180926eaeda65f912cb1d0aff4f1f3c55ebf9d7520d7347c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T00:14:24.576Z] + go version [2025-03-12T00:14:24.577Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-12T00:14:24.586Z] $ docker stop --time=1 ca214266893a57f180926eaeda65f912cb1d0aff4f1f3c55ebf9d7520d7347c9 [2025-03-12T00:14:25.862Z] $ docker rm -f --volumes ca214266893a57f180926eaeda65f912cb1d0aff4f1f3c55ebf9d7520d7347c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:14:26.341Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-12T00:14:26.341Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:14:26.428Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:14:26.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-12T00:14:26.756Z] $ docker top 8fc636318f1417c58682ae6f41e613993ff61eab0f070efdabad07470ec5b1f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T00:14:27.099Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-03-12T00:14:27.400Z] + make test [2025-03-12T00:14:27.400Z] go test ./... -coverprofile=coverage.out ./... [2025-03-12T00:14:28.333Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-03-12T00:14:46.406Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-03-12T00:14:46.406Z] ok github.com/edgexfoundry/device-rest-go/driver 0.007s coverage: 33.2% of statements [2025-03-12T00:14:56.383Z] go vet ./... [2025-03-12T00:15:02.935Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-12T00:15:02.935Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-12T00:15:02.935Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-12T00:15:02.947Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-12T00:15:02.967Z] $ docker stop --time=1 8fc636318f1417c58682ae6f41e613993ff61eab0f070efdabad07470ec5b1f2 [2025-03-12T00:15:05.079Z] $ docker rm -f --volumes 8fc636318f1417c58682ae6f41e613993ff61eab0f070efdabad07470ec5b1f2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T00:15:05.650Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-12T00:15:05.712Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-03-12T00:15:06.273Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-12T00:15:06.559Z] + ls -al . [2025-03-12T00:15:06.559Z] total 244 [2025-03-12T00:15:06.559Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 12 00:14 . [2025-03-12T00:15:06.559Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 00:12 .. [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 151 Mar 12 00:12 .dockerignore [2025-03-12T00:15:06.559Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 00:14 .git [2025-03-12T00:15:06.559Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 00:12 .github [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 264 Mar 12 00:12 .gitignore [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 12 00:12 .golangci.yml [2025-03-12T00:15:06.559Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 12 00:13 .semver [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 20138 Mar 12 00:12 Attribution.txt [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 18492 Mar 12 00:12 CHANGELOG.md [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 1697 Mar 12 00:12 Dockerfile [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 12 00:12 GOVERNANCE.md [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 680 Mar 12 00:12 Jenkinsfile [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 12 00:12 LICENSE [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 2598 Mar 12 00:12 Makefile [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 12 00:12 OWNERS.md [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 3989 Mar 12 00:12 README.md [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 12 00:13 VERSION [2025-03-12T00:15:06.559Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 00:12 bin [2025-03-12T00:15:06.559Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 00:12 cmd [2025-03-12T00:15:06.559Z] -rw-r--r-- 1 jenkins jenkins 14565 Mar 12 00:14 coverage.out [2025-03-12T00:15:06.559Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 00:12 driver [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 6244 Mar 12 00:12 go.mod [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 86532 Mar 12 00:12 go.sum [2025-03-12T00:15:06.559Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 00:12 openapi [2025-03-12T00:15:06.559Z] -rw-rw-r-- 1 jenkins jenkins 713 Mar 12 00:12 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:06.870Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc --label arch=amd64 --label version=4.0.0-dev.12 . [2025-03-12T00:15:06.870Z] Sending build context to Docker daemon 16.7MB [2025-03-12T00:15:06.870Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T00:15:06.870Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-12T00:15:06.870Z] ---> 174ad588a551 [2025-03-12T00:15:06.870Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-12T00:15:06.870Z] ---> Running in 0bd60ad347dc [2025-03-12T00:15:07.129Z] Removing intermediate container 0bd60ad347dc [2025-03-12T00:15:07.129Z] ---> 0b07c76deba4 [2025-03-12T00:15:07.129Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T00:15:07.129Z] ---> Running in 4b197590ec12 [2025-03-12T00:15:07.129Z] Removing intermediate container 4b197590ec12 [2025-03-12T00:15:07.129Z] ---> 9d3042e1e876 [2025-03-12T00:15:07.129Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-12T00:15:07.129Z] ---> Running in 4f343b206559 [2025-03-12T00:15:07.129Z] Removing intermediate container 4f343b206559 [2025-03-12T00:15:07.129Z] ---> ec81e2a69ac2 [2025-03-12T00:15:07.129Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T00:15:07.129Z] ---> Running in 728680639e22 [2025-03-12T00:15:07.388Z] Removing intermediate container 728680639e22 [2025-03-12T00:15:07.388Z] ---> c161be50e24c [2025-03-12T00:15:07.388Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T00:15:07.388Z] ---> Running in 08e54c6ecc73 [2025-03-12T00:15:07.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T00:15:07.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T00:15:08.214Z] OK: 252 MiB in 62 packages [2025-03-12T00:15:08.266Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-40937 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-03-12T00:15:08.283Z] Running in /w/workspace/device-rest-go/190 [Pipeline] { [Pipeline] checkout [2025-03-12T00:15:08.473Z] Removing intermediate container 08e54c6ecc73 [2025-03-12T00:15:08.473Z] ---> 4fcc8de459ed [2025-03-12T00:15:08.473Z] Step 8/26 : WORKDIR /device-rest-go [2025-03-12T00:15:08.473Z] ---> Running in 7a0218ffd788 [2025-03-12T00:15:08.473Z] Removing intermediate container 7a0218ffd788 [2025-03-12T00:15:08.473Z] ---> ff25302b3c60 [2025-03-12T00:15:08.473Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-12T00:15:08.732Z] ---> 31fb1313cac3 [2025-03-12T00:15:08.732Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T00:15:08.732Z] ---> Running in 7b3a1edc90a3 [2025-03-12T00:15:09.299Z] Removing intermediate container 7b3a1edc90a3 [2025-03-12T00:15:09.299Z] ---> 6c3240ac0388 [2025-03-12T00:15:09.299Z] Step 11/26 : COPY . . [2025-03-12T00:15:09.556Z] ---> 8bcae824ce36 [2025-03-12T00:15:09.556Z] Step 12/26 : RUN $MAKE [2025-03-12T00:15:09.556Z] ---> Running in eefffa1877df [2025-03-12T00:15:09.814Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.0.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-03-12T00:15:11.329Z] The recommended git tool is: git [2025-03-12T00:15:15.917Z] using credential edgex-jenkins-ssh [2025-03-12T00:15:15.941Z] Cloning the remote Git repository [2025-03-12T00:15:15.985Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-03-12T00:15:16.072Z] > git init /w/workspace/device-rest-go/190 # timeout=10 [2025-03-12T00:15:16.205Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-03-12T00:15:16.206Z] > git --version # timeout=10 [2025-03-12T00:15:16.224Z] > git --version # 'git version 2.25.1' [2025-03-12T00:15:16.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-03-12T00:15:16.358Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-12T00:15:19.837Z] Avoid second fetch [2025-03-12T00:15:19.838Z] Checking out Revision 30c083a5452dbfcd7d2c6cff84583659684690cc (main) [2025-03-12T00:15:19.000Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-03-12T00:15:19.024Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-12T00:15:19.851Z] > git config core.sparsecheckout # timeout=10 [2025-03-12T00:15:19.911Z] > git checkout -f 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 [2025-03-12T00:15:20.426Z] Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-12T00:15:25.086Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-03-12T00:15:25.086Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-12T00:15:25.086Z] Dload Upload Total Spent Left Speed [2025-03-12T00:15:25.086Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 158k 0 --:--:-- --:--:-- --:--:-- 158k [Pipeline] sh [2025-03-12T00:15:25.419Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-03-12T00:15:25.751Z] + sudo tee /etc/docker/daemon.new [2025-03-12T00:15:25.751Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-03-12T00:15:25.751Z] { [2025-03-12T00:15:25.751Z] "registry-mirrors": [ [2025-03-12T00:15:25.751Z] "https://nexus3.edgexfoundry.org:10001" [2025-03-12T00:15:25.751Z] ], [2025-03-12T00:15:25.751Z] "bip": "10.250.0.254/24", [2025-03-12T00:15:25.751Z] "hosts": [ [2025-03-12T00:15:25.751Z] "tcp://0.0.0.0:5555", [2025-03-12T00:15:25.751Z] "unix:///var/run/docker.sock" [2025-03-12T00:15:25.751Z] ], [2025-03-12T00:15:25.751Z] "mtu": 1458, [2025-03-12T00:15:25.751Z] "selinux-enabled": true, [2025-03-12T00:15:25.751Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-03-12T00:15:25.751Z] } [Pipeline] sh [2025-03-12T00:15:26.078Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-03-12T00:15:26.433Z] + sudo service docker restart [2025-03-12T00:15:36.336Z] Removing intermediate container eefffa1877df [2025-03-12T00:15:36.336Z] ---> 7c923fcdbc83 [2025-03-12T00:15:36.336Z] Step 13/26 : FROM alpine:3.20 [2025-03-12T00:15:36.336Z] 3.20: Pulling from library/alpine [2025-03-12T00:15:36.336Z] 0a9a5dfd008f: Pulling fs layer [2025-03-12T00:15:36.336Z] 0a9a5dfd008f: Verifying Checksum [2025-03-12T00:15:36.336Z] 0a9a5dfd008f: Download complete [2025-03-12T00:15:36.336Z] 0a9a5dfd008f: Pull complete [2025-03-12T00:15:36.336Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-12T00:15:36.336Z] Status: Downloaded newer image for alpine:3.20 [2025-03-12T00:15:36.336Z] ---> ff221270b9fb [2025-03-12T00:15:36.336Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-12T00:15:36.336Z] ---> Running in a814cd7e2980 [2025-03-12T00:15:36.336Z] Removing intermediate container a814cd7e2980 [2025-03-12T00:15:36.336Z] ---> 65bd1af9afa2 [2025-03-12T00:15:36.336Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-03-12T00:15:36.336Z] ---> Running in e3dde26fc205 [2025-03-12T00:15:36.336Z] Removing intermediate container e3dde26fc205 [2025-03-12T00:15:36.336Z] ---> de2e186b7023 [2025-03-12T00:15:36.336Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-03-12T00:15:36.336Z] ---> Running in dc49bad9b7fc [2025-03-12T00:15:36.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T00:15:36.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T00:15:36.596Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-12T00:15:36.596Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T00:15:36.596Z] OK: 8 MiB in 15 packages [2025-03-12T00:15:36.855Z] Removing intermediate container dc49bad9b7fc [2025-03-12T00:15:36.855Z] ---> bf0476dfcb79 [2025-03-12T00:15:36.855Z] Step 17/26 : RUN apk --no-cache upgrade [2025-03-12T00:15:36.855Z] ---> Running in 87374dde3b00 [2025-03-12T00:15:37.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T00:15:37.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T00:15:37.689Z] OK: 8 MiB in 15 packages [2025-03-12T00:15:37.947Z] Removing intermediate container 87374dde3b00 [2025-03-12T00:15:37.947Z] ---> 273085cd52fe [2025-03-12T00:15:37.947Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-03-12T00:15:38.516Z] ---> ccc55049e16f [2025-03-12T00:15:38.516Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-03-12T00:15:38.778Z] ---> e8ad8f9acf30 [2025-03-12T00:15:38.778Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-03-12T00:15:38.778Z] ---> 30ca4c7277cf [2025-03-12T00:15:38.778Z] Step 21/26 : EXPOSE 59986 [2025-03-12T00:15:38.778Z] ---> Running in f2a4484f1f42 [2025-03-12T00:15:39.038Z] Removing intermediate container f2a4484f1f42 [2025-03-12T00:15:39.038Z] ---> 05c218c5ba8a [2025-03-12T00:15:39.038Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-03-12T00:15:39.038Z] ---> Running in 271795a9f70a [2025-03-12T00:15:39.038Z] Removing intermediate container 271795a9f70a [2025-03-12T00:15:39.038Z] ---> fe45c812ad96 [2025-03-12T00:15:39.038Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-12T00:15:39.038Z] ---> Running in 87b0249ca0db [2025-03-12T00:15:39.038Z] Removing intermediate container 87b0249ca0db [2025-03-12T00:15:39.038Z] ---> dcd9caef3646 [2025-03-12T00:15:39.038Z] Step 24/26 : LABEL arch=amd64 [2025-03-12T00:15:39.038Z] ---> Running in 89d9f816c257 [2025-03-12T00:15:39.297Z] Removing intermediate container 89d9f816c257 [2025-03-12T00:15:39.297Z] ---> 1e5310a99fc3 [2025-03-12T00:15:39.297Z] Step 25/26 : LABEL git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:15:39.297Z] ---> Running in a177bf72ecbb [2025-03-12T00:15:39.297Z] Removing intermediate container a177bf72ecbb [2025-03-12T00:15:39.297Z] ---> 92363a2f2cb7 [2025-03-12T00:15:39.297Z] Step 26/26 : LABEL version=4.0.0-dev.12 [2025-03-12T00:15:39.297Z] ---> Running in 28eb309c765a [2025-03-12T00:15:39.297Z] Removing intermediate container 28eb309c765a [2025-03-12T00:15:39.297Z] ---> 058565ceadd6 [2025-03-12T00:15:39.297Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-12T00:15:39.297Z] Successfully built 058565ceadd6 [2025-03-12T00:15:39.297Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T00:15:39.437Z] provisioning config files... [2025-03-12T00:15:39.446Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11736636084070316507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:15:39.747Z] ---> ****-login.sh [2025-03-12T00:15:39.747Z] nexus3.edgexfoundry.org:10001 [2025-03-12T00:15:39.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:39.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:39.748Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:39.748Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:39.748Z] [2025-03-12T00:15:39.748Z] Login Succeeded [2025-03-12T00:15:39.748Z] nexus3.edgexfoundry.org:10002 [2025-03-12T00:15:39.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:39.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:39.748Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:39.748Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:39.748Z] [2025-03-12T00:15:39.748Z] Login Succeeded [2025-03-12T00:15:39.748Z] nexus3.edgexfoundry.org:10003 [2025-03-12T00:15:40.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:40.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:40.011Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:40.011Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:40.011Z] [2025-03-12T00:15:40.011Z] Login Succeeded [2025-03-12T00:15:40.011Z] nexus3.edgexfoundry.org:10004 [2025-03-12T00:15:40.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:40.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:40.011Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:40.011Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:40.011Z] [2025-03-12T00:15:40.011Z] Login Succeeded [2025-03-12T00:15:40.011Z] ****.io [2025-03-12T00:15:40.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:40.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:40.271Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:40.271Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:40.271Z] [2025-03-12T00:15:40.271Z] Login Succeeded [2025-03-12T00:15:40.271Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T00:15:40.277Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-12T00:15:40.334Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T00:15:40.363Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-03-12T00:15:40.363Z] 30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:15:40.363Z] latest [2025-03-12T00:15:40.363Z] 4.0.0-dev.12 [2025-03-12T00:15:40.363Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [2025-03-12T00:15:40.363Z] main [2025-03-12T00:15:40.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:40.742Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:41.074Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:15:41.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-12T00:15:41.074Z] 77351cc93c68: Preparing [2025-03-12T00:15:41.074Z] 66684b754377: Preparing [2025-03-12T00:15:41.074Z] 01c034496409: Preparing [2025-03-12T00:15:41.074Z] 59ecf9ff3b4c: Preparing [2025-03-12T00:15:41.074Z] 21e8ac8ded6e: Preparing [2025-03-12T00:15:41.074Z] 994456c4fd7b: Preparing [2025-03-12T00:15:41.074Z] 994456c4fd7b: Waiting [2025-03-12T00:15:41.074Z] 77351cc93c68: Pushed [2025-03-12T00:15:41.074Z] 21e8ac8ded6e: Pushed [2025-03-12T00:15:41.074Z] 59ecf9ff3b4c: Pushed [2025-03-12T00:15:41.074Z] 66684b754377: Pushed [2025-03-12T00:15:41.074Z] 994456c4fd7b: Layer already exists [2025-03-12T00:15:44.385Z] 01c034496409: Pushed [2025-03-12T00:15:44.385Z] 30c083a5452dbfcd7d2c6cff84583659684690cc: digest: sha256:8ddb186e3f985954f1632ff9c61b0e846e611fa6e52e05f8a756992c5e9aedf9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T00:15:44.671Z] provisioning config files... [2025-03-12T00:15:44.693Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/190@tmp/config5565650618670654561tmp [2025-03-12T00:15:44.716Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:45.144Z] ---> ****-login.sh [2025-03-12T00:15:45.144Z] nexus3.edgexfoundry.org:10001 [2025-03-12T00:15:45.209Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-03-12T00:15:45.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-12T00:15:45.209Z] 77351cc93c68: Preparing [2025-03-12T00:15:45.209Z] 66684b754377: Preparing [2025-03-12T00:15:45.209Z] 01c034496409: Preparing [2025-03-12T00:15:45.209Z] 59ecf9ff3b4c: Preparing [2025-03-12T00:15:45.209Z] 21e8ac8ded6e: Preparing [2025-03-12T00:15:45.209Z] 994456c4fd7b: Preparing [2025-03-12T00:15:45.209Z] 994456c4fd7b: Waiting [2025-03-12T00:15:45.209Z] 77351cc93c68: Layer already exists [2025-03-12T00:15:45.209Z] 21e8ac8ded6e: Layer already exists [2025-03-12T00:15:45.209Z] 66684b754377: Layer already exists [2025-03-12T00:15:45.209Z] 59ecf9ff3b4c: Layer already exists [2025-03-12T00:15:45.209Z] 01c034496409: Layer already exists [2025-03-12T00:15:45.209Z] 994456c4fd7b: Layer already exists [2025-03-12T00:15:45.209Z] latest: digest: sha256:8ddb186e3f985954f1632ff9c61b0e846e611fa6e52e05f8a756992c5e9aedf9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:45.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:45.546Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:45.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:45.690Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:45.690Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:45.690Z] [2025-03-12T00:15:45.690Z] Login Succeeded [2025-03-12T00:15:45.690Z] nexus3.edgexfoundry.org:10002 [2025-03-12T00:15:45.873Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.12 [2025-03-12T00:15:45.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-12T00:15:45.873Z] 77351cc93c68: Preparing [2025-03-12T00:15:45.873Z] 66684b754377: Preparing [2025-03-12T00:15:45.873Z] 01c034496409: Preparing [2025-03-12T00:15:45.873Z] 59ecf9ff3b4c: Preparing [2025-03-12T00:15:45.873Z] 21e8ac8ded6e: Preparing [2025-03-12T00:15:45.873Z] 994456c4fd7b: Preparing [2025-03-12T00:15:45.873Z] 994456c4fd7b: Waiting [2025-03-12T00:15:45.873Z] 66684b754377: Layer already exists [2025-03-12T00:15:45.873Z] 01c034496409: Layer already exists [2025-03-12T00:15:45.873Z] 21e8ac8ded6e: Layer already exists [2025-03-12T00:15:45.873Z] 77351cc93c68: Layer already exists [2025-03-12T00:15:45.873Z] 59ecf9ff3b4c: Layer already exists [2025-03-12T00:15:45.873Z] 994456c4fd7b: Layer already exists [2025-03-12T00:15:45.873Z] 4.0.0-dev.12: digest: sha256:8ddb186e3f985954f1632ff9c61b0e846e611fa6e52e05f8a756992c5e9aedf9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:45.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:45.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:45.957Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:45.957Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:45.957Z] [2025-03-12T00:15:45.957Z] Login Succeeded [2025-03-12T00:15:45.957Z] nexus3.edgexfoundry.org:10003 [2025-03-12T00:15:46.217Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [Pipeline] } [2025-03-12T00:15:46.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:46.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:46.508Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:46.508Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:46.508Z] [2025-03-12T00:15:46.508Z] Login Succeeded [2025-03-12T00:15:46.508Z] nexus3.edgexfoundry.org:10004 [2025-03-12T00:15:46.536Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [2025-03-12T00:15:46.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-12T00:15:46.536Z] 77351cc93c68: Preparing [2025-03-12T00:15:46.536Z] 66684b754377: Preparing [2025-03-12T00:15:46.536Z] 01c034496409: Preparing [2025-03-12T00:15:46.536Z] 59ecf9ff3b4c: Preparing [2025-03-12T00:15:46.536Z] 21e8ac8ded6e: Preparing [2025-03-12T00:15:46.536Z] 994456c4fd7b: Preparing [2025-03-12T00:15:46.536Z] 994456c4fd7b: Waiting [2025-03-12T00:15:46.536Z] 66684b754377: Layer already exists [2025-03-12T00:15:46.536Z] 01c034496409: Layer already exists [2025-03-12T00:15:46.536Z] 77351cc93c68: Layer already exists [2025-03-12T00:15:46.536Z] 59ecf9ff3b4c: Layer already exists [2025-03-12T00:15:46.536Z] 21e8ac8ded6e: Layer already exists [2025-03-12T00:15:46.536Z] 994456c4fd7b: Layer already exists [2025-03-12T00:15:46.536Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12: digest: sha256:8ddb186e3f985954f1632ff9c61b0e846e611fa6e52e05f8a756992c5e9aedf9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:46.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:46.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:46.777Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:46.777Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:46.777Z] [2025-03-12T00:15:46.777Z] Login Succeeded [2025-03-12T00:15:46.777Z] ****.io [2025-03-12T00:15:46.964Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:47.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:15:47.291Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-03-12T00:15:47.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-03-12T00:15:47.292Z] 77351cc93c68: Preparing [2025-03-12T00:15:47.292Z] 66684b754377: Preparing [2025-03-12T00:15:47.292Z] 01c034496409: Preparing [2025-03-12T00:15:47.292Z] 59ecf9ff3b4c: Preparing [2025-03-12T00:15:47.292Z] 21e8ac8ded6e: Preparing [2025-03-12T00:15:47.292Z] 994456c4fd7b: Preparing [2025-03-12T00:15:47.292Z] 994456c4fd7b: Waiting [2025-03-12T00:15:47.292Z] 21e8ac8ded6e: Layer already exists [2025-03-12T00:15:47.292Z] 59ecf9ff3b4c: Layer already exists [2025-03-12T00:15:47.292Z] 01c034496409: Layer already exists [2025-03-12T00:15:47.292Z] 66684b754377: Layer already exists [2025-03-12T00:15:47.292Z] 77351cc93c68: Layer already exists [2025-03-12T00:15:47.292Z] 994456c4fd7b: Layer already exists [2025-03-12T00:15:47.292Z] main: digest: sha256:8ddb186e3f985954f1632ff9c61b0e846e611fa6e52e05f8a756992c5e9aedf9 size: 1573 [Pipeline] } [2025-03-12T00:15:47.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:15:47.310Z] Configure a credential helper to remove this warning. See [2025-03-12T00:15:47.310Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:15:47.310Z] [2025-03-12T00:15:47.310Z] Login Succeeded [2025-03-12T00:15:47.310Z] ---> ****-login.sh ends [Pipeline] // withEnv [Pipeline] } [2025-03-12T00:15:47.321Z] Deleting 1 temporary files [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] // configFileProvider [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-12T00:15:47.386Z] ===================================================== [Pipeline] echo [2025-03-12T00:15:47.408Z] taggedImages: [2025-03-12T00:15:47.408Z] - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:15:47.408Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-03-12T00:15:47.408Z] - nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.12 [2025-03-12T00:15:47.408Z] - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [2025-03-12T00:15:47.408Z] - nexus3.edgexfoundry.org:10004/device-rest:main [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 [Pipeline] echo [2025-03-12T00:15:47.624Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T00:15:47.644Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T00:15:47.666Z] ========================================================= [2025-03-12T00:15:47.666Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-03-12T00:15:47.666Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:47.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T00:15:47.836Z] [2025-03-12T00:15:47.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:15:48.053Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-03-12T00:15:48.053Z] Sending build context to Docker daemon 141.8kB [2025-03-12T00:15:48.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T00:15:48.140Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-12T00:15:48.140Z] 5eb5b503b376: Pulling fs layer [2025-03-12T00:15:48.140Z] 5c69ac0246d0: Pulling fs layer [2025-03-12T00:15:48.140Z] ec43610c2a17: Pulling fs layer [2025-03-12T00:15:48.140Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-12T00:15:48.140Z] 33b1e0a273af: Pulling fs layer [2025-03-12T00:15:48.140Z] 5d3b04190fa2: Pulling fs layer [2025-03-12T00:15:48.140Z] 2f39f015ded8: Pulling fs layer [2025-03-12T00:15:48.140Z] 33b1e0a273af: Waiting [2025-03-12T00:15:48.140Z] 5d3b04190fa2: Waiting [2025-03-12T00:15:48.140Z] 2f39f015ded8: Waiting [2025-03-12T00:15:48.140Z] 3a2ae6a8a46f: Waiting [2025-03-12T00:15:48.140Z] 5c69ac0246d0: Download complete [2025-03-12T00:15:48.140Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-12T00:15:48.140Z] 3a2ae6a8a46f: Download complete [2025-03-12T00:15:48.140Z] 33b1e0a273af: Verifying Checksum [2025-03-12T00:15:48.140Z] 33b1e0a273af: Download complete [2025-03-12T00:15:48.140Z] 5d3b04190fa2: Verifying Checksum [2025-03-12T00:15:48.140Z] 5d3b04190fa2: Download complete [2025-03-12T00:15:48.140Z] ec43610c2a17: Verifying Checksum [2025-03-12T00:15:48.140Z] ec43610c2a17: Download complete [2025-03-12T00:15:48.322Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T00:15:48.322Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-12T00:15:48.322Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-03-12T00:15:48.322Z] 9986a736f7d3: Pulling fs layer [2025-03-12T00:15:48.322Z] 1f018df60701: Pulling fs layer [2025-03-12T00:15:48.322Z] 39f8f326b044: Pulling fs layer [2025-03-12T00:15:48.322Z] e6a1e7a6a96a: Pulling fs layer [2025-03-12T00:15:48.322Z] 4f4fb700ef54: Pulling fs layer [2025-03-12T00:15:48.322Z] d45d956e0dbf: Pulling fs layer [2025-03-12T00:15:48.322Z] d7702b0d1db1: Pulling fs layer [2025-03-12T00:15:48.322Z] 5c7f0f088c93: Pulling fs layer [2025-03-12T00:15:48.322Z] 4fdc064ae6cf: Pulling fs layer [2025-03-12T00:15:48.322Z] d45d956e0dbf: Waiting [2025-03-12T00:15:48.322Z] d7702b0d1db1: Waiting [2025-03-12T00:15:48.322Z] 5c7f0f088c93: Waiting [2025-03-12T00:15:48.322Z] 4fdc064ae6cf: Waiting [2025-03-12T00:15:48.322Z] e6a1e7a6a96a: Waiting [2025-03-12T00:15:48.322Z] 4f4fb700ef54: Waiting [2025-03-12T00:15:48.322Z] 1f018df60701: Verifying Checksum [2025-03-12T00:15:48.322Z] 1f018df60701: Download complete [2025-03-12T00:15:48.401Z] 5eb5b503b376: Verifying Checksum [2025-03-12T00:15:48.401Z] 5eb5b503b376: Download complete [2025-03-12T00:15:48.591Z] e6a1e7a6a96a: Verifying Checksum [2025-03-12T00:15:48.592Z] e6a1e7a6a96a: Download complete [2025-03-12T00:15:48.592Z] 4f4fb700ef54: Verifying Checksum [2025-03-12T00:15:48.592Z] 4f4fb700ef54: Download complete [2025-03-12T00:15:48.592Z] d45d956e0dbf: Verifying Checksum [2025-03-12T00:15:48.592Z] d45d956e0dbf: Download complete [2025-03-12T00:15:48.592Z] d7702b0d1db1: Verifying Checksum [2025-03-12T00:15:48.592Z] d7702b0d1db1: Download complete [2025-03-12T00:15:48.592Z] 9986a736f7d3: Verifying Checksum [2025-03-12T00:15:48.592Z] 9986a736f7d3: Download complete [2025-03-12T00:15:48.859Z] 4fdc064ae6cf: Verifying Checksum [2025-03-12T00:15:48.859Z] 4fdc064ae6cf: Download complete [2025-03-12T00:15:48.968Z] 2f39f015ded8: Download complete [2025-03-12T00:15:49.226Z] 5eb5b503b376: Pull complete [2025-03-12T00:15:49.442Z] 9986a736f7d3: Pull complete [2025-03-12T00:15:49.484Z] 5c69ac0246d0: Pull complete [2025-03-12T00:15:49.741Z] ec43610c2a17: Pull complete [2025-03-12T00:15:50.000Z] 3a2ae6a8a46f: Pull complete [2025-03-12T00:15:50.000Z] 33b1e0a273af: Pull complete [2025-03-12T00:15:50.039Z] 1f018df60701: Pull complete [2025-03-12T00:15:50.258Z] 5d3b04190fa2: Pull complete [2025-03-12T00:15:50.636Z] 39f8f326b044: Verifying Checksum [2025-03-12T00:15:50.636Z] 39f8f326b044: Download complete [2025-03-12T00:15:51.599Z] 5c7f0f088c93: Verifying Checksum [2025-03-12T00:15:51.599Z] 5c7f0f088c93: Download complete [2025-03-12T00:15:54.435Z] 2f39f015ded8: Pull complete [2025-03-12T00:15:54.435Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-12T00:15:54.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T00:15:54.435Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:15:54.545Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:15:54.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-12T00:15:56.436Z] $ docker top 19ffa832079ee1f56d4da3862dff3ff9f0d4e8f07eb77a10e8540c92be107a29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:15:56.840Z] ---> job-cost.sh [2025-03-12T00:15:56.841Z] lf-activate-venv: SKIPPING [2025-03-12T00:15:56.841Z] INFO: No Stack... [2025-03-12T00:15:57.101Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-12T00:15:57.361Z] INFO: Archiving Costs [Pipeline] sh [2025-03-12T00:15:57.658Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-03-12T00:15:57.658Z] + cut -d, -f6 [Pipeline] lock [2025-03-12T00:15:57.674Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] [2025-03-12T00:15:57.686Z] Resource [jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] did not exist. Created. [2025-03-12T00:15:57.693Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-12T00:15:58.010Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-12T00:15:58.037Z] Stashed 1 file(s) [Pipeline] } [2025-03-12T00:15:58.048Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-12T00:15:58.086Z] $ docker stop --time=1 19ffa832079ee1f56d4da3862dff3ff9f0d4e8f07eb77a10e8540c92be107a29 [2025-03-12T00:15:59.238Z] $ docker rm -f --volumes 19ffa832079ee1f56d4da3862dff3ff9f0d4e8f07eb77a10e8540c92be107a29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-03-12T00:16:03.920Z] 39f8f326b044: Pull complete [2025-03-12T00:16:04.187Z] e6a1e7a6a96a: Pull complete [2025-03-12T00:16:04.453Z] 4f4fb700ef54: Pull complete [2025-03-12T00:16:04.720Z] d45d956e0dbf: Pull complete [2025-03-12T00:16:04.987Z] d7702b0d1db1: Pull complete [2025-03-12T00:16:13.492Z] 5c7f0f088c93: Pull complete [2025-03-12T00:16:15.431Z] 4fdc064ae6cf: Pull complete [2025-03-12T00:16:15.431Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-03-12T00:16:15.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-12T00:16:15.431Z] ---> 63f30b955cb9 [2025-03-12T00:16:15.431Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-12T00:16:16.011Z] ---> Running in 8ab2b637f2c4 [2025-03-12T00:16:16.277Z] Removing intermediate container 8ab2b637f2c4 [2025-03-12T00:16:16.277Z] ---> 84c0195e92f3 [2025-03-12T00:16:16.277Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T00:16:16.277Z] ---> Running in c58dbf2ee179 [2025-03-12T00:16:16.550Z] Removing intermediate container c58dbf2ee179 [2025-03-12T00:16:16.550Z] ---> c88b1311cee9 [2025-03-12T00:16:16.550Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-12T00:16:16.824Z] ---> Running in ed0edb205637 [2025-03-12T00:16:17.090Z] Removing intermediate container ed0edb205637 [2025-03-12T00:16:17.090Z] ---> 7bb483cf8321 [2025-03-12T00:16:17.090Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T00:16:17.090Z] ---> Running in 1028399cd582 [2025-03-12T00:16:17.360Z] Removing intermediate container 1028399cd582 [2025-03-12T00:16:17.360Z] ---> 9e01814b65ee [2025-03-12T00:16:17.360Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T00:16:17.360Z] ---> Running in 1d28e1c316e7 [2025-03-12T00:16:18.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T00:16:18.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T00:16:20.184Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-12T00:16:20.184Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-12T00:16:20.184Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-12T00:16:20.184Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-12T00:16:20.184Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T00:16:20.184Z] OK: 244 MiB in 62 packages [2025-03-12T00:16:21.155Z] Removing intermediate container 1d28e1c316e7 [2025-03-12T00:16:21.155Z] ---> e799392e70d6 [2025-03-12T00:16:21.155Z] Step 8/12 : WORKDIR /device-rest-go [2025-03-12T00:16:21.425Z] ---> Running in f59cc41151a8 [2025-03-12T00:16:21.696Z] Removing intermediate container f59cc41151a8 [2025-03-12T00:16:21.696Z] ---> 3f4cd222686f [2025-03-12T00:16:21.696Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-12T00:16:21.964Z] ---> b58e0c9a07b9 [2025-03-12T00:16:21.964Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T00:16:22.242Z] ---> Running in 058c7d18d622 [2025-03-12T00:17:58.939Z] Removing intermediate container 058c7d18d622 [2025-03-12T00:17:58.939Z] ---> d041f4cccc1e [2025-03-12T00:17:58.939Z] Step 11/12 : COPY . . [2025-03-12T00:17:58.939Z] ---> 52a80d738c12 [2025-03-12T00:17:58.939Z] Step 12/12 : RUN $MAKE [2025-03-12T00:17:58.939Z] ---> Running in fbc8f7bb797e [2025-03-12T00:17:58.939Z] noop [2025-03-12T00:17:58.939Z] Removing intermediate container fbc8f7bb797e [2025-03-12T00:17:58.939Z] ---> 96faa5d34fac [2025-03-12T00:17:58.939Z] Successfully built 96faa5d34fac [2025-03-12T00:17:58.939Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:17:59.320Z] + docker inspect -f . ci-base-image-arm64 [2025-03-12T00:17:59.320Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:17:59.641Z] prd-ubuntu20.04-docker-arm64-4c-16g-40937 does not seem to be running inside a container [2025-03-12T00:17:59.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/190 -v /w/workspace/device-rest-go/190:/w/workspace/device-rest-go/190:rw,z -v /w/workspace/device-rest-go/190@tmp:/w/workspace/device-rest-go/190@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-03-12T00:18:00.995Z] $ docker top c977851f39c0de15ca9db0d3c6ed76903e139b548c473fa077c39da2becf3694 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T00:18:01.915Z] + go version [2025-03-12T00:18:01.915Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-03-12T00:18:01.934Z] $ docker stop --time=1 c977851f39c0de15ca9db0d3c6ed76903e139b548c473fa077c39da2becf3694 [2025-03-12T00:18:03.574Z] $ docker rm -f --volumes c977851f39c0de15ca9db0d3c6ed76903e139b548c473fa077c39da2becf3694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:18:04.179Z] + docker inspect -f . ci-base-image-arm64 [2025-03-12T00:18:04.179Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:18:04.367Z] prd-ubuntu20.04-docker-arm64-4c-16g-40937 does not seem to be running inside a container [2025-03-12T00:18:04.428Z] $ 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/190 -v /w/workspace/device-rest-go/190:/w/workspace/device-rest-go/190:rw,z -v /w/workspace/device-rest-go/190@tmp:/w/workspace/device-rest-go/190@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-03-12T00:18:05.773Z] $ docker top 744bfaf5482a5f6da4a21fc97e03a197236923a045ab68bbfcea69e7199339cc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T00:18:06.297Z] + git config --global --add safe.directory /w/workspace/device-rest-go/190 [Pipeline] fileExists [Pipeline] sh [2025-03-12T00:18:06.631Z] + make test [2025-03-12T00:18:06.631Z] go test ./... -coverprofile=coverage.out ./... [2025-03-12T00:18:12.004Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-03-12T00:22:04.026Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-03-12T00:22:04.026Z] ok github.com/edgexfoundry/device-rest-go/driver 0.054s coverage: 33.2% of statements [2025-03-12T00:22:04.026Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-03-12T00:22:04.026Z] go vet ./... [2025-03-12T00:23:11.961Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-12T00:23:11.961Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-12T00:23:11.961Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-12T00:23:11.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-12T00:23:12.000Z] $ docker stop --time=1 744bfaf5482a5f6da4a21fc97e03a197236923a045ab68bbfcea69e7199339cc [2025-03-12T00:23:14.217Z] $ docker rm -f --volumes 744bfaf5482a5f6da4a21fc97e03a197236923a045ab68bbfcea69e7199339cc [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T00:23:16.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-12T00:23:16.240Z] Warning: overwriting stash ‘coverage-report’ [2025-03-12T00:23:16.899Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-12T00:23:17.325Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-12T00:23:17.663Z] + ls -al . [2025-03-12T00:23:17.663Z] total 240 [2025-03-12T00:23:17.663Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 00:18 . [2025-03-12T00:23:17.663Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 00:15 .. [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 151 Mar 12 00:15 .dockerignore [2025-03-12T00:23:17.663Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 00:15 .git [2025-03-12T00:23:17.663Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 00:15 .github [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 264 Mar 12 00:15 .gitignore [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 12 00:15 .golangci.yml [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 20138 Mar 12 00:15 Attribution.txt [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 18492 Mar 12 00:15 CHANGELOG.md [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 1697 Mar 12 00:15 Dockerfile [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 12 00:15 GOVERNANCE.md [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 680 Mar 12 00:15 Jenkinsfile [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 12 00:15 LICENSE [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 2598 Mar 12 00:15 Makefile [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 12 00:15 OWNERS.md [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 3989 Mar 12 00:15 README.md [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 12 00:13 VERSION [2025-03-12T00:23:17.663Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 00:15 bin [2025-03-12T00:23:17.663Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 00:15 cmd [2025-03-12T00:23:17.663Z] -rw-r--r-- 1 jenkins jenkins 14565 Mar 12 00:22 coverage.out [2025-03-12T00:23:17.663Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 00:15 driver [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 6244 Mar 12 00:15 go.mod [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 86532 Mar 12 00:15 go.sum [2025-03-12T00:23:17.663Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 00:15 openapi [2025-03-12T00:23:17.663Z] -rw-rw-r-- 1 jenkins jenkins 713 Mar 12 00:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:23:18.032Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc --label arch=arm64 --label version=4.0.0-dev.12 . [2025-03-12T00:23:18.033Z] Sending build context to Docker daemon 157.2kB [2025-03-12T00:23:18.301Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T00:23:18.301Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-12T00:23:18.301Z] ---> 96faa5d34fac [2025-03-12T00:23:18.301Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-12T00:23:18.570Z] ---> Running in 839a6f964c16 [2025-03-12T00:23:18.840Z] Removing intermediate container 839a6f964c16 [2025-03-12T00:23:18.840Z] ---> fc68c7437e54 [2025-03-12T00:23:18.840Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T00:23:19.112Z] ---> Running in 905ca64e3b64 [2025-03-12T00:23:19.382Z] Removing intermediate container 905ca64e3b64 [2025-03-12T00:23:19.382Z] ---> c09540daffe8 [2025-03-12T00:23:19.382Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-03-12T00:23:19.655Z] ---> Running in 909483a25d48 [2025-03-12T00:23:19.935Z] Removing intermediate container 909483a25d48 [2025-03-12T00:23:19.935Z] ---> 907e7774ee15 [2025-03-12T00:23:19.935Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T00:23:20.208Z] ---> Running in 2fba12a13f41 [2025-03-12T00:23:20.479Z] Removing intermediate container 2fba12a13f41 [2025-03-12T00:23:20.479Z] ---> dba7910407ee [2025-03-12T00:23:20.479Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T00:23:20.751Z] ---> Running in 1ad75ab33fc7 [2025-03-12T00:23:22.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T00:23:22.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T00:23:25.055Z] OK: 244 MiB in 62 packages [2025-03-12T00:23:26.055Z] Removing intermediate container 1ad75ab33fc7 [2025-03-12T00:23:26.055Z] ---> 585b7bd5666c [2025-03-12T00:23:26.055Z] Step 8/26 : WORKDIR /device-rest-go [2025-03-12T00:23:26.328Z] ---> Running in 3cec197ef843 [2025-03-12T00:23:26.602Z] Removing intermediate container 3cec197ef843 [2025-03-12T00:23:26.602Z] ---> 0957defe7bea [2025-03-12T00:23:26.602Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-12T00:23:27.204Z] ---> e4662b95b4f0 [2025-03-12T00:23:27.204Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T00:23:27.476Z] ---> Running in 25d4efa81505 [2025-03-12T00:23:30.086Z] Removing intermediate container 25d4efa81505 [2025-03-12T00:23:30.086Z] ---> e22437d33d9c [2025-03-12T00:23:30.086Z] Step 11/26 : COPY . . [2025-03-12T00:23:31.049Z] ---> 8894b6570ae4 [2025-03-12T00:23:31.049Z] Step 12/26 : RUN $MAKE [2025-03-12T00:23:31.049Z] ---> Running in 934b79f1962c [2025-03-12T00:23:32.462Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.0.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-03-12T00:27:54.410Z] Removing intermediate container 934b79f1962c [2025-03-12T00:27:54.410Z] ---> 9115a8f0f66c [2025-03-12T00:27:54.410Z] Step 13/26 : FROM alpine:3.20 [2025-03-12T00:27:54.410Z] 3.20: Pulling from library/alpine [2025-03-12T00:27:54.410Z] 94e9d8af2201: Pulling fs layer [2025-03-12T00:27:54.410Z] 94e9d8af2201: Download complete [2025-03-12T00:27:54.410Z] 94e9d8af2201: Pull complete [2025-03-12T00:27:54.410Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-12T00:27:54.410Z] Status: Downloaded newer image for alpine:3.20 [2025-03-12T00:27:54.410Z] ---> 7aab056cecc6 [2025-03-12T00:27:54.410Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-12T00:27:54.410Z] ---> Running in 6210fbe21411 [2025-03-12T00:27:54.410Z] Removing intermediate container 6210fbe21411 [2025-03-12T00:27:54.410Z] ---> bc5bbf06d817 [2025-03-12T00:27:54.410Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-03-12T00:27:54.410Z] ---> Running in 409ae3fc5d5a [2025-03-12T00:27:54.410Z] Removing intermediate container 409ae3fc5d5a [2025-03-12T00:27:54.410Z] ---> 1f9db9f4429d [2025-03-12T00:27:54.410Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-03-12T00:27:54.410Z] ---> Running in 6a3b2cec293d [2025-03-12T00:27:54.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T00:27:54.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T00:27:54.410Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-12T00:27:54.410Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T00:27:54.410Z] OK: 9 MiB in 15 packages [2025-03-12T00:27:54.410Z] Removing intermediate container 6a3b2cec293d [2025-03-12T00:27:54.410Z] ---> 6ed866fe7d74 [2025-03-12T00:27:54.410Z] Step 17/26 : RUN apk --no-cache upgrade [2025-03-12T00:27:54.410Z] ---> Running in f31974ecee3f [2025-03-12T00:27:54.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T00:27:54.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T00:27:54.682Z] OK: 9 MiB in 15 packages [2025-03-12T00:27:56.116Z] Removing intermediate container f31974ecee3f [2025-03-12T00:27:56.116Z] ---> 82135aaf7e92 [2025-03-12T00:27:56.116Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-03-12T00:27:58.077Z] ---> 9c11d157d756 [2025-03-12T00:27:58.077Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-03-12T00:27:58.688Z] ---> 7167cfbd83ec [2025-03-12T00:27:58.688Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-03-12T00:27:59.672Z] ---> e68f564c7b17 [2025-03-12T00:27:59.672Z] Step 21/26 : EXPOSE 59986 [2025-03-12T00:27:59.672Z] ---> Running in 438c86167a5c [2025-03-12T00:27:59.943Z] Removing intermediate container 438c86167a5c [2025-03-12T00:27:59.943Z] ---> 93f70806a8a3 [2025-03-12T00:27:59.943Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-03-12T00:27:59.943Z] ---> Running in 4c27bca53798 [2025-03-12T00:28:00.536Z] Removing intermediate container 4c27bca53798 [2025-03-12T00:28:00.536Z] ---> 964b5b17cc85 [2025-03-12T00:28:00.536Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-12T00:28:00.536Z] ---> Running in 7eab3d754d0d [2025-03-12T00:28:00.807Z] Removing intermediate container 7eab3d754d0d [2025-03-12T00:28:00.807Z] ---> 8918c077e7d5 [2025-03-12T00:28:00.807Z] Step 24/26 : LABEL arch=arm64 [2025-03-12T00:28:01.085Z] ---> Running in bfa4766511fb [2025-03-12T00:28:01.355Z] Removing intermediate container bfa4766511fb [2025-03-12T00:28:01.355Z] ---> c5e221626b10 [2025-03-12T00:28:01.355Z] Step 25/26 : LABEL git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:28:01.355Z] ---> Running in a3c49d9f0e91 [2025-03-12T00:28:01.945Z] Removing intermediate container a3c49d9f0e91 [2025-03-12T00:28:01.945Z] ---> 7e4b83d3d169 [2025-03-12T00:28:01.945Z] Step 26/26 : LABEL version=4.0.0-dev.12 [2025-03-12T00:28:01.945Z] ---> Running in 7264ab63b121 [2025-03-12T00:28:02.220Z] Removing intermediate container 7264ab63b121 [2025-03-12T00:28:02.220Z] ---> 6d712b0328ed [2025-03-12T00:28:02.220Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-12T00:28:02.220Z] Successfully built 6d712b0328ed [2025-03-12T00:28:02.220Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T00:28:02.488Z] provisioning config files... [2025-03-12T00:28:02.508Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/190@tmp/config17269389466880231605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:28:02.871Z] ---> ****-login.sh [2025-03-12T00:28:02.871Z] nexus3.edgexfoundry.org:10001 [2025-03-12T00:28:03.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:28:03.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:28:03.139Z] Configure a credential helper to remove this warning. See [2025-03-12T00:28:03.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:28:03.139Z] [2025-03-12T00:28:03.139Z] Login Succeeded [2025-03-12T00:28:03.139Z] nexus3.edgexfoundry.org:10002 [2025-03-12T00:28:03.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:28:03.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:28:03.673Z] Configure a credential helper to remove this warning. See [2025-03-12T00:28:03.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:28:03.673Z] [2025-03-12T00:28:03.673Z] Login Succeeded [2025-03-12T00:28:03.673Z] nexus3.edgexfoundry.org:10003 [2025-03-12T00:28:03.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:28:03.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:28:03.940Z] Configure a credential helper to remove this warning. See [2025-03-12T00:28:03.940Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:28:03.940Z] [2025-03-12T00:28:03.940Z] Login Succeeded [2025-03-12T00:28:03.940Z] nexus3.edgexfoundry.org:10004 [2025-03-12T00:28:04.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:28:04.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:28:04.209Z] Configure a credential helper to remove this warning. See [2025-03-12T00:28:04.209Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:28:04.209Z] [2025-03-12T00:28:04.209Z] Login Succeeded [2025-03-12T00:28:04.479Z] ****.io [2025-03-12T00:28:04.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T00:28:05.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T00:28:05.017Z] Configure a credential helper to remove this warning. See [2025-03-12T00:28:05.018Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T00:28:05.018Z] [2025-03-12T00:28:05.018Z] Login Succeeded [2025-03-12T00:28:05.018Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T00:28:05.032Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-12T00:28:05.099Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T00:28:05.127Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-03-12T00:28:05.127Z] 30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:28:05.127Z] latest [2025-03-12T00:28:05.127Z] 4.0.0-dev.12 [2025-03-12T00:28:05.127Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [2025-03-12T00:28:05.127Z] main [2025-03-12T00:28:05.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:05.517Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:05.901Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:28:05.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-12T00:28:05.901Z] 3ce52357f0ba: Preparing [2025-03-12T00:28:05.901Z] 43bbf3b1fbd7: Preparing [2025-03-12T00:28:05.901Z] 8a7555e13caf: Preparing [2025-03-12T00:28:05.901Z] dafe2fc0b1de: Preparing [2025-03-12T00:28:05.901Z] a73b5e9bf895: Preparing [2025-03-12T00:28:05.901Z] dd9c8f8612c8: Preparing [2025-03-12T00:28:05.901Z] dd9c8f8612c8: Waiting [2025-03-12T00:28:06.168Z] dafe2fc0b1de: Pushed [2025-03-12T00:28:06.168Z] 43bbf3b1fbd7: Pushed [2025-03-12T00:28:06.168Z] 3ce52357f0ba: Pushed [2025-03-12T00:28:06.168Z] a73b5e9bf895: Pushed [2025-03-12T00:28:06.168Z] dd9c8f8612c8: Layer already exists [2025-03-12T00:28:14.389Z] 8a7555e13caf: Pushed [2025-03-12T00:28:14.389Z] 30c083a5452dbfcd7d2c6cff84583659684690cc: digest: sha256:f0cfaa83aa2d084ce4507a52ab508edfa180b2dd88be81f6d8fb6981f233f3ff size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:14.768Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:15.138Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-03-12T00:28:15.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-12T00:28:15.138Z] 3ce52357f0ba: Preparing [2025-03-12T00:28:15.138Z] 43bbf3b1fbd7: Preparing [2025-03-12T00:28:15.138Z] 8a7555e13caf: Preparing [2025-03-12T00:28:15.138Z] dafe2fc0b1de: Preparing [2025-03-12T00:28:15.138Z] a73b5e9bf895: Preparing [2025-03-12T00:28:15.138Z] dd9c8f8612c8: Preparing [2025-03-12T00:28:15.138Z] dd9c8f8612c8: Waiting [2025-03-12T00:28:15.138Z] a73b5e9bf895: Layer already exists [2025-03-12T00:28:15.138Z] 3ce52357f0ba: Layer already exists [2025-03-12T00:28:15.138Z] 8a7555e13caf: Layer already exists [2025-03-12T00:28:15.138Z] 43bbf3b1fbd7: Layer already exists [2025-03-12T00:28:15.138Z] dafe2fc0b1de: Layer already exists [2025-03-12T00:28:15.138Z] dd9c8f8612c8: Layer already exists [2025-03-12T00:28:15.405Z] latest: digest: sha256:f0cfaa83aa2d084ce4507a52ab508edfa180b2dd88be81f6d8fb6981f233f3ff size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:15.774Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:16.144Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.12 [2025-03-12T00:28:16.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-12T00:28:16.144Z] 3ce52357f0ba: Preparing [2025-03-12T00:28:16.144Z] 43bbf3b1fbd7: Preparing [2025-03-12T00:28:16.144Z] 8a7555e13caf: Preparing [2025-03-12T00:28:16.144Z] dafe2fc0b1de: Preparing [2025-03-12T00:28:16.144Z] a73b5e9bf895: Preparing [2025-03-12T00:28:16.144Z] dd9c8f8612c8: Preparing [2025-03-12T00:28:16.144Z] dd9c8f8612c8: Waiting [2025-03-12T00:28:16.144Z] a73b5e9bf895: Layer already exists [2025-03-12T00:28:16.144Z] dafe2fc0b1de: Layer already exists [2025-03-12T00:28:16.144Z] 3ce52357f0ba: Layer already exists [2025-03-12T00:28:16.144Z] 43bbf3b1fbd7: Layer already exists [2025-03-12T00:28:16.144Z] 8a7555e13caf: Layer already exists [2025-03-12T00:28:16.144Z] dd9c8f8612c8: Layer already exists [2025-03-12T00:28:16.412Z] 4.0.0-dev.12: digest: sha256:f0cfaa83aa2d084ce4507a52ab508edfa180b2dd88be81f6d8fb6981f233f3ff size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:16.789Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:17.167Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [2025-03-12T00:28:17.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-12T00:28:17.435Z] 3ce52357f0ba: Preparing [2025-03-12T00:28:17.435Z] 43bbf3b1fbd7: Preparing [2025-03-12T00:28:17.435Z] 8a7555e13caf: Preparing [2025-03-12T00:28:17.435Z] dafe2fc0b1de: Preparing [2025-03-12T00:28:17.435Z] a73b5e9bf895: Preparing [2025-03-12T00:28:17.435Z] dd9c8f8612c8: Preparing [2025-03-12T00:28:17.435Z] dd9c8f8612c8: Waiting [2025-03-12T00:28:17.435Z] a73b5e9bf895: Layer already exists [2025-03-12T00:28:17.435Z] 3ce52357f0ba: Layer already exists [2025-03-12T00:28:17.435Z] 43bbf3b1fbd7: Layer already exists [2025-03-12T00:28:17.435Z] 8a7555e13caf: Layer already exists [2025-03-12T00:28:17.435Z] dafe2fc0b1de: Layer already exists [2025-03-12T00:28:17.435Z] dd9c8f8612c8: Layer already exists [2025-03-12T00:28:17.435Z] 30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12: digest: sha256:f0cfaa83aa2d084ce4507a52ab508edfa180b2dd88be81f6d8fb6981f233f3ff size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:17.814Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:18.197Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-03-12T00:28:18.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-03-12T00:28:18.197Z] 3ce52357f0ba: Preparing [2025-03-12T00:28:18.197Z] 43bbf3b1fbd7: Preparing [2025-03-12T00:28:18.197Z] 8a7555e13caf: Preparing [2025-03-12T00:28:18.197Z] dafe2fc0b1de: Preparing [2025-03-12T00:28:18.197Z] a73b5e9bf895: Preparing [2025-03-12T00:28:18.197Z] dd9c8f8612c8: Preparing [2025-03-12T00:28:18.197Z] dd9c8f8612c8: Waiting [2025-03-12T00:28:18.197Z] 8a7555e13caf: Layer already exists [2025-03-12T00:28:18.197Z] 3ce52357f0ba: Layer already exists [2025-03-12T00:28:18.197Z] dafe2fc0b1de: Layer already exists [2025-03-12T00:28:18.197Z] 43bbf3b1fbd7: Layer already exists [2025-03-12T00:28:18.197Z] a73b5e9bf895: Layer already exists [2025-03-12T00:28:18.465Z] dd9c8f8612c8: Layer already exists [2025-03-12T00:28:18.465Z] main: digest: sha256:f0cfaa83aa2d084ce4507a52ab508edfa180b2dd88be81f6d8fb6981f233f3ff size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-12T00:28:18.548Z] ===================================================== [Pipeline] echo [2025-03-12T00:28:18.564Z] taggedImages: [2025-03-12T00:28:18.564Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [2025-03-12T00:28:18.564Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-03-12T00:28:18.564Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.12 [2025-03-12T00:28:18.564Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.0.0-dev.12 [2025-03-12T00:28:18.564Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:18.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-12T00:28:18.973Z] [2025-03-12T00:28:18.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:28:19.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-12T00:28:19.605Z] arm64: Pulling from edgex-lftools-log-publisher [2025-03-12T00:28:19.605Z] 8998bd30e6a1: Pulling fs layer [2025-03-12T00:28:19.605Z] 04944245beec: Pulling fs layer [2025-03-12T00:28:19.605Z] 699f458cf7ca: Pulling fs layer [2025-03-12T00:28:19.605Z] 765212b225bb: Pulling fs layer [2025-03-12T00:28:19.605Z] f23df028b6ca: Pulling fs layer [2025-03-12T00:28:19.605Z] d65c8cfc05b1: Pulling fs layer [2025-03-12T00:28:19.605Z] 2437ff75d9bd: Pulling fs layer [2025-03-12T00:28:19.605Z] f23df028b6ca: Waiting [2025-03-12T00:28:19.605Z] d65c8cfc05b1: Waiting [2025-03-12T00:28:19.605Z] 2437ff75d9bd: Waiting [2025-03-12T00:28:19.605Z] 765212b225bb: Waiting [2025-03-12T00:28:19.605Z] 04944245beec: Verifying Checksum [2025-03-12T00:28:19.605Z] 04944245beec: Download complete [2025-03-12T00:28:19.605Z] f23df028b6ca: Verifying Checksum [2025-03-12T00:28:19.605Z] f23df028b6ca: Download complete [2025-03-12T00:28:19.873Z] d65c8cfc05b1: Verifying Checksum [2025-03-12T00:28:19.873Z] d65c8cfc05b1: Download complete [2025-03-12T00:28:19.873Z] 699f458cf7ca: Verifying Checksum [2025-03-12T00:28:19.873Z] 699f458cf7ca: Download complete [2025-03-12T00:28:20.461Z] 8998bd30e6a1: Verifying Checksum [2025-03-12T00:28:20.461Z] 8998bd30e6a1: Download complete [2025-03-12T00:28:23.055Z] 2437ff75d9bd: Verifying Checksum [2025-03-12T00:28:23.055Z] 2437ff75d9bd: Download complete [2025-03-12T00:28:25.651Z] 8998bd30e6a1: Pull complete [2025-03-12T00:28:26.237Z] 04944245beec: Pull complete [2025-03-12T00:28:28.192Z] 699f458cf7ca: Pull complete [2025-03-12T00:28:28.462Z] 765212b225bb: Pull complete [2025-03-12T00:28:29.431Z] f23df028b6ca: Pull complete [2025-03-12T00:28:29.701Z] d65c8cfc05b1: Pull complete [2025-03-12T00:28:47.946Z] 2437ff75d9bd: Pull complete [2025-03-12T00:28:47.946Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-03-12T00:28:47.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-12T00:28:47.946Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:28:48.209Z] prd-ubuntu20.04-docker-arm64-4c-16g-40937 does not seem to be running inside a container [2025-03-12T00:28:48.292Z] $ 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/190 -v /w/workspace/device-rest-go/190:/w/workspace/device-rest-go/190:rw,z -v /w/workspace/device-rest-go/190@tmp:/w/workspace/device-rest-go/190@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-03-12T00:28:51.959Z] $ docker top c5c58ee147b590cb611c212526e0e077ee103bd008ef52d5250f1148d0524586 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:28:52.903Z] ---> job-cost.sh [2025-03-12T00:28:53.175Z] lf-activate-venv: SKIPPING [2025-03-12T00:28:53.175Z] INFO: No Stack... [2025-03-12T00:28:53.445Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-03-12T00:28:54.505Z] INFO: Archiving Costs [Pipeline] sh [2025-03-12T00:28:55.187Z] + cat /w/workspace/device-rest-go/190/archives/cost.csv [2025-03-12T00:28:55.187Z] + cut -d, -f6 [Pipeline] lock [2025-03-12T00:28:55.299Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] [2025-03-12T00:28:55.308Z] Resource [jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] did not exist. Created. [2025-03-12T00:28:55.315Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-12T00:28:56.058Z] /w/workspace/device-rest-go/190@tmp/durable-867d6822/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-03-12T00:28:56.756Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-03-12T00:28:56.790Z] Warning: overwriting stash ‘stack-cost’ [2025-03-12T00:28:56.853Z] Stashed 1 file(s) [Pipeline] } [2025-03-12T00:28:56.862Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-190-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-12T00:28:56.893Z] $ docker stop --time=1 c5c58ee147b590cb611c212526e0e077ee103bd008ef52d5250f1148d0524586 [2025-03-12T00:28:58.588Z] $ docker rm -f --volumes c5c58ee147b590cb611c212526e0e077ee103bd008ef52d5250f1148d0524586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-03-12T00:28:59.129Z] provisioning config files... [2025-03-12T00:28:59.136Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7649368052569458869tmp [Pipeline] { [Pipeline] sh [2025-03-12T00:28:59.433Z] + set +x [2025-03-12T00:28:59.433Z] + curl -s https://codecov.io/bash [2025-03-12T00:28:59.433Z] + bash -s -- [2025-03-12T00:28:59.433Z] [2025-03-12T00:28:59.433Z] _____ _ [2025-03-12T00:28:59.433Z] / ____| | | [2025-03-12T00:28:59.433Z] | | ___ __| | ___ ___ _____ __ [2025-03-12T00:28:59.433Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-03-12T00:28:59.433Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-03-12T00:28:59.433Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-03-12T00:28:59.433Z] Bash-1.0.6 [2025-03-12T00:28:59.433Z] [2025-03-12T00:28:59.433Z] [2025-03-12T00:28:59.433Z] ==> git version 2.25.1 found [2025-03-12T00:28:59.433Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-03-12T00:28:59.433Z] Release-Date: 2020-01-08 [2025-03-12T00:28:59.433Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-03-12T00:28:59.433Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-03-12T00:28:59.433Z] ==> Jenkins CI detected. [2025-03-12T00:28:59.433Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-03-12T00:28:59.433Z] project root: . [2025-03-12T00:28:59.433Z] --> token set from env [2025-03-12T00:28:59.433Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-03-12T00:28:59.433Z] ==> Running gcov in . (disable via -X gcov) [2025-03-12T00:28:59.433Z] ==> Python coveragepy not found [2025-03-12T00:28:59.433Z] ==> Searching for coverage reports in: [2025-03-12T00:28:59.433Z] + . [2025-03-12T00:28:59.433Z] -> Found 1 reports [2025-03-12T00:28:59.433Z] ==> Detecting git/mercurial file structure [2025-03-12T00:28:59.692Z] ==> Reading reports [2025-03-12T00:28:59.692Z] + ./coverage.out bytes=14565 [2025-03-12T00:28:59.692Z] ==> Appending adjustments [2025-03-12T00:28:59.692Z] https://docs.codecov.io/docs/fixing-reports [2025-03-12T00:28:59.692Z] + Found adjustments [2025-03-12T00:28:59.692Z] ==> Gzipping contents [2025-03-12T00:28:59.692Z] 4.0K /tmp/codecov.lX8MhU.gz [2025-03-12T00:28:59.692Z] ==> Uploading reports [2025-03-12T00:28:59.692Z] url: https://codecov.io [2025-03-12T00:28:59.692Z] query: branch=main&commit=30c083a5452dbfcd7d2c6cff84583659684690cc&build=190&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F190%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-12T00:28:59.692Z] -> Pinging Codecov [2025-03-12T00:28:59.692Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=30c083a5452dbfcd7d2c6cff84583659684690cc&build=190&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F190%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-12T00:28:59.950Z] -> Uploading to [2025-03-12T00:28:59.950Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/30c083a5452dbfcd7d2c6cff84583659684690cc/545c66da-65e5-4ac0-b211-a7f1f2651261.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250312%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250312T002859Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=d3a66c794fa4ef9cce01608ecc04634a1712565fc7e8c8d607f6fa8c178de675 [2025-03-12T00:28:59.950Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-12T00:28:59.950Z] Dload Upload Total Spent Left Speed [2025-03-12T00:28:59.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2327 0 0 100 2327 0 16741 --:--:-- --:--:-- --:--:-- 16741 [2025-03-12T00:28:59.951Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [2025-03-12T00:28:59.957Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-03-12T00:29:00.104Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-03-12T00:29:00.125Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:00.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-12T00:29:00.431Z] [2025-03-12T00:29:00.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:00.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-12T00:29:00.739Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-03-12T00:29:00.739Z] 43c4264eed91: Pulling fs layer [2025-03-12T00:29:00.739Z] 4cc291be95ef: Pulling fs layer [2025-03-12T00:29:00.739Z] 2ac1f1163629: Pulling fs layer [2025-03-12T00:29:00.739Z] 5c3c966382ef: Pulling fs layer [2025-03-12T00:29:00.739Z] 4f4fb700ef54: Pulling fs layer [2025-03-12T00:29:00.739Z] d9c7d2e4e75e: Pulling fs layer [2025-03-12T00:29:00.739Z] 9c3e1370e548: Pulling fs layer [2025-03-12T00:29:00.739Z] 4f4fb700ef54: Waiting [2025-03-12T00:29:00.739Z] d9c7d2e4e75e: Waiting [2025-03-12T00:29:00.739Z] 9c3e1370e548: Waiting [2025-03-12T00:29:00.739Z] 5c3c966382ef: Waiting [2025-03-12T00:29:00.739Z] 4cc291be95ef: Download complete [2025-03-12T00:29:00.739Z] 5c3c966382ef: Download complete [2025-03-12T00:29:00.739Z] 4f4fb700ef54: Verifying Checksum [2025-03-12T00:29:00.739Z] 4f4fb700ef54: Download complete [2025-03-12T00:29:00.739Z] 43c4264eed91: Download complete [2025-03-12T00:29:01.000Z] 43c4264eed91: Pull complete [2025-03-12T00:29:01.000Z] d9c7d2e4e75e: Verifying Checksum [2025-03-12T00:29:01.000Z] d9c7d2e4e75e: Download complete [2025-03-12T00:29:01.000Z] 4cc291be95ef: Pull complete [2025-03-12T00:29:01.257Z] 2ac1f1163629: Verifying Checksum [2025-03-12T00:29:01.257Z] 2ac1f1163629: Download complete [2025-03-12T00:29:01.824Z] 9c3e1370e548: Verifying Checksum [2025-03-12T00:29:01.824Z] 9c3e1370e548: Download complete [2025-03-12T00:29:04.352Z] 2ac1f1163629: Pull complete [2025-03-12T00:29:04.352Z] 5c3c966382ef: Pull complete [2025-03-12T00:29:04.609Z] 4f4fb700ef54: Pull complete [2025-03-12T00:29:04.866Z] d9c7d2e4e75e: Pull complete [2025-03-12T00:29:07.402Z] 9c3e1370e548: Pull complete [2025-03-12T00:29:07.402Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-03-12T00:29:07.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-12T00:29:07.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:29:07.509Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:29:07.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-03-12T00:29:09.514Z] $ docker top 3c91c7e94cc15f9676a39b21fe67a99c693ddd2a1b75931f41888538ae9cc7a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T00:29:09.932Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-03-12T00:29:09.944Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-03-12T00:29:10.240Z] + set -o pipefail [2025-03-12T00:29:10.240Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-03-12T00:29:16.856Z] [2025-03-12T00:29:16.856Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-03-12T00:29:16.856Z] [2025-03-12T00:29:16.856Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/b8e42123-eea4-4a5c-a797-1bfa46617980 [2025-03-12T00:29:16.856Z] [2025-03-12T00:29:16.856Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-03-12T00:29:16.856Z] [2025-03-12T00:29:16.856Z] [2025-03-12T00:29:16.856Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-03-12T00:29:16.856Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-03-12T00:29:16.877Z] $ docker stop --time=1 3c91c7e94cc15f9676a39b21fe67a99c693ddd2a1b75931f41888538ae9cc7a6 [2025-03-12T00:29:18.974Z] $ docker rm -f --volumes 3c91c7e94cc15f9676a39b21fe67a99c693ddd2a1b75931f41888538ae9cc7a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-12T00:29:19.843Z] + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] sh [2025-03-12T00:29:20.138Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T00:29:20.138Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:20.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T00:29:20.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:29:20.530Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:29:20.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-12T00:29:20.936Z] $ docker top 13950a95b04b2d07685cf9effa6f4b25d080e100e26e8f28ac0d61bfb4c61497 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T00:29:21.038Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T00:29:21.038Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T00:29:21.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T00:29:21.158Z] $ docker exec 13950a95b04b2d07685cf9effa6f4b25d080e100e26e8f28ac0d61bfb4c61497 ssh-agent [2025-03-12T00:29:21.247Z] SSH_AUTH_SOCK=/tmp/ssh-J413z9Acr1g0/agent.31 [2025-03-12T00:29:21.247Z] SSH_AGENT_PID=37 [2025-03-12T00:29:21.252Z] Running ssh-add (command line suppressed) [2025-03-12T00:29:21.356Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8119829960935925765.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8119829960935925765.key) [2025-03-12T00:29:21.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T00:29:21.645Z] + git semver tag [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,822 [run_tag] DEBUG tag force:False [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,822 [check_head_tag] DEBUG check head tag [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,823 [execute] INFO git cat-file --batch-check [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,824 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,827 [execute] INFO git cat-file --batch [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,827 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,847 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,847 [execute] INFO git tag -a v4.0.0-dev.12 -m v4.0.0-dev.12 [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,848 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.12', '-m', 'v4.0.0-dev.12'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-12T00:29:21.904Z] 2025-03-12 00:29:21,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:29:21.904Z] 4.0.0-dev.12 [Pipeline] } [2025-03-12T00:29:21.922Z] $ docker exec --env ******** --env ******** 13950a95b04b2d07685cf9effa6f4b25d080e100e26e8f28ac0d61bfb4c61497 ssh-agent -k [2025-03-12T00:29:22.017Z] unset SSH_AUTH_SOCK; [2025-03-12T00:29:22.017Z] unset SSH_AGENT_PID; [2025-03-12T00:29:22.017Z] echo Agent pid 37 killed; [2025-03-12T00:29:22.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T00:29:22.352Z] + git semver [Pipeline] } [2025-03-12T00:29:22.634Z] $ docker stop --time=1 13950a95b04b2d07685cf9effa6f4b25d080e100e26e8f28ac0d61bfb4c61497 [2025-03-12T00:29:23.909Z] $ docker rm -f --volumes 13950a95b04b2d07685cf9effa6f4b25d080e100e26e8f28ac0d61bfb4c61497 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:24.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-12T00:29:24.323Z] [2025-03-12T00:29:24.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:24.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-12T00:29:24.626Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-12T00:29:24.626Z] ab5ef0e58194: Pulling fs layer [2025-03-12T00:29:24.626Z] 9712f1f96733: Pulling fs layer [2025-03-12T00:29:24.626Z] 63f879dbbcfc: Pulling fs layer [2025-03-12T00:29:24.626Z] 0d9ebad4ef96: Pulling fs layer [2025-03-12T00:29:24.626Z] e9a5061849ea: Pulling fs layer [2025-03-12T00:29:24.626Z] d747dcd14b5f: Pulling fs layer [2025-03-12T00:29:24.626Z] 2de7ff778b66: Pulling fs layer [2025-03-12T00:29:24.626Z] e9a5061849ea: Waiting [2025-03-12T00:29:24.626Z] 2de7ff778b66: Waiting [2025-03-12T00:29:24.626Z] d747dcd14b5f: Waiting [2025-03-12T00:29:24.626Z] 0d9ebad4ef96: Waiting [2025-03-12T00:29:24.626Z] 9712f1f96733: Download complete [2025-03-12T00:29:25.194Z] 63f879dbbcfc: Verifying Checksum [2025-03-12T00:29:25.194Z] 63f879dbbcfc: Download complete [2025-03-12T00:29:25.194Z] e9a5061849ea: Verifying Checksum [2025-03-12T00:29:25.194Z] e9a5061849ea: Download complete [2025-03-12T00:29:25.452Z] d747dcd14b5f: Verifying Checksum [2025-03-12T00:29:25.452Z] d747dcd14b5f: Download complete [2025-03-12T00:29:25.452Z] 0d9ebad4ef96: Verifying Checksum [2025-03-12T00:29:25.452Z] 0d9ebad4ef96: Download complete [2025-03-12T00:29:25.452Z] ab5ef0e58194: Verifying Checksum [2025-03-12T00:29:25.452Z] ab5ef0e58194: Download complete [2025-03-12T00:29:25.452Z] 2de7ff778b66: Verifying Checksum [2025-03-12T00:29:25.452Z] 2de7ff778b66: Download complete [2025-03-12T00:29:27.982Z] ab5ef0e58194: Pull complete [2025-03-12T00:29:27.982Z] 9712f1f96733: Pull complete [2025-03-12T00:29:28.548Z] 63f879dbbcfc: Pull complete [2025-03-12T00:29:31.825Z] 0d9ebad4ef96: Pull complete [2025-03-12T00:29:31.825Z] e9a5061849ea: Pull complete [2025-03-12T00:29:32.083Z] d747dcd14b5f: Pull complete [2025-03-12T00:29:33.015Z] 2de7ff778b66: Pull complete [2025-03-12T00:29:33.015Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-12T00:29:33.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-12T00:29:33.015Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:29:33.111Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:29:33.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-03-12T00:29:35.025Z] $ docker top 76d7565ae9b9ea720d48509571cb5beca0dc82337dc22d0088a578dfaf1a5d88 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-12T00:29:35.092Z] provisioning config files... [2025-03-12T00:29:35.103Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1342977664776534645tmp [2025-03-12T00:29:35.112Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17003036786547874001tmp [2025-03-12T00:29:35.119Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17742917257839606844tmp [Pipeline] { [Pipeline] echo [2025-03-12T00:29:35.145Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:35.435Z] ---> sigul-configuration.sh [2025-03-12T00:29:35.435Z] gpg: directory `/root/.gnupg' created [2025-03-12T00:29:35.435Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-12T00:29:35.435Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-12T00:29:35.435Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-12T00:29:35.435Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-12T00:29:35.435Z] gpg: CAST5 encrypted data [2025-03-12T00:29:35.435Z] gpg: encrypted with 1 passphrase [2025-03-12T00:29:35.435Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-12T00:29:35.726Z] + mkdir /home/jenkins [2025-03-12T00:29:35.726Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-12T00:29:36.023Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-03-12T00:29:36.037Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:36.332Z] ---> sigul-install.sh [2025-03-12T00:29:36.332Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-12T00:29:36.632Z] + git tag --list [2025-03-12T00:29:36.632Z] v1.0.0 [2025-03-12T00:29:36.632Z] v1.1.0 [2025-03-12T00:29:36.632Z] v1.1.1 [2025-03-12T00:29:36.632Z] v1.1.2 [2025-03-12T00:29:36.632Z] v1.2.0 [2025-03-12T00:29:36.632Z] v1.2.1 [2025-03-12T00:29:36.632Z] v2.0.0 [2025-03-12T00:29:36.632Z] v2.1.0 [2025-03-12T00:29:36.632Z] v2.1.1 [2025-03-12T00:29:36.632Z] v2.2.0 [2025-03-12T00:29:36.632Z] v2.3.0 [2025-03-12T00:29:36.632Z] v3.0 [2025-03-12T00:29:36.632Z] v3.0.0 [2025-03-12T00:29:36.632Z] v3.1 [2025-03-12T00:29:36.632Z] v3.1.0 [2025-03-12T00:29:36.632Z] v3.1.0-dev.1 [2025-03-12T00:29:36.632Z] v3.1.0-dev.10 [2025-03-12T00:29:36.632Z] v3.1.0-dev.11 [2025-03-12T00:29:36.632Z] v3.1.0-dev.12 [2025-03-12T00:29:36.632Z] v3.1.0-dev.13 [2025-03-12T00:29:36.632Z] v3.1.0-dev.14 [2025-03-12T00:29:36.632Z] v3.1.0-dev.15 [2025-03-12T00:29:36.632Z] v3.1.0-dev.16 [2025-03-12T00:29:36.632Z] v3.1.0-dev.17 [2025-03-12T00:29:36.632Z] v3.1.0-dev.18 [2025-03-12T00:29:36.632Z] v3.1.0-dev.19 [2025-03-12T00:29:36.632Z] v3.1.0-dev.2 [2025-03-12T00:29:36.632Z] v3.1.0-dev.20 [2025-03-12T00:29:36.632Z] v3.1.0-dev.21 [2025-03-12T00:29:36.632Z] v3.1.0-dev.22 [2025-03-12T00:29:36.632Z] v3.1.0-dev.23 [2025-03-12T00:29:36.632Z] v3.1.0-dev.24 [2025-03-12T00:29:36.632Z] v3.1.0-dev.25 [2025-03-12T00:29:36.632Z] v3.1.0-dev.26 [2025-03-12T00:29:36.632Z] v3.1.0-dev.27 [2025-03-12T00:29:36.632Z] v3.1.0-dev.28 [2025-03-12T00:29:36.632Z] v3.1.0-dev.29 [2025-03-12T00:29:36.632Z] v3.1.0-dev.3 [2025-03-12T00:29:36.632Z] v3.1.0-dev.30 [2025-03-12T00:29:36.632Z] v3.1.0-dev.31 [2025-03-12T00:29:36.632Z] v3.1.0-dev.32 [2025-03-12T00:29:36.633Z] v3.1.0-dev.4 [2025-03-12T00:29:36.633Z] v3.1.0-dev.5 [2025-03-12T00:29:36.633Z] v3.1.0-dev.6 [2025-03-12T00:29:36.633Z] v3.1.0-dev.7 [2025-03-12T00:29:36.633Z] v3.1.0-dev.8 [2025-03-12T00:29:36.633Z] v3.1.0-dev.9 [2025-03-12T00:29:36.633Z] v3.1.1 [2025-03-12T00:29:36.633Z] v3.2.0-dev.1 [2025-03-12T00:29:36.633Z] v3.2.0-dev.10 [2025-03-12T00:29:36.633Z] v3.2.0-dev.11 [2025-03-12T00:29:36.633Z] v3.2.0-dev.12 [2025-03-12T00:29:36.633Z] v3.2.0-dev.13 [2025-03-12T00:29:36.633Z] v3.2.0-dev.14 [2025-03-12T00:29:36.633Z] v3.2.0-dev.15 [2025-03-12T00:29:36.633Z] v3.2.0-dev.16 [2025-03-12T00:29:36.633Z] v3.2.0-dev.17 [2025-03-12T00:29:36.633Z] v3.2.0-dev.18 [2025-03-12T00:29:36.633Z] v3.2.0-dev.19 [2025-03-12T00:29:36.633Z] v3.2.0-dev.2 [2025-03-12T00:29:36.633Z] v3.2.0-dev.20 [2025-03-12T00:29:36.633Z] v3.2.0-dev.21 [2025-03-12T00:29:36.633Z] v3.2.0-dev.22 [2025-03-12T00:29:36.633Z] v3.2.0-dev.23 [2025-03-12T00:29:36.633Z] v3.2.0-dev.24 [2025-03-12T00:29:36.633Z] v3.2.0-dev.25 [2025-03-12T00:29:36.633Z] v3.2.0-dev.3 [2025-03-12T00:29:36.633Z] v3.2.0-dev.4 [2025-03-12T00:29:36.633Z] v3.2.0-dev.5 [2025-03-12T00:29:36.633Z] v3.2.0-dev.6 [2025-03-12T00:29:36.633Z] v3.2.0-dev.7 [2025-03-12T00:29:36.633Z] v3.2.0-dev.8 [2025-03-12T00:29:36.633Z] v3.2.0-dev.9 [2025-03-12T00:29:36.633Z] v4.0.0-dev.1 [2025-03-12T00:29:36.633Z] v4.0.0-dev.10 [2025-03-12T00:29:36.633Z] v4.0.0-dev.11 [2025-03-12T00:29:36.633Z] v4.0.0-dev.12 [2025-03-12T00:29:36.633Z] v4.0.0-dev.2 [2025-03-12T00:29:36.633Z] v4.0.0-dev.3 [2025-03-12T00:29:36.633Z] v4.0.0-dev.4 [2025-03-12T00:29:36.633Z] v4.0.0-dev.5 [2025-03-12T00:29:36.633Z] v4.0.0-dev.6 [2025-03-12T00:29:36.633Z] v4.0.0-dev.7 [2025-03-12T00:29:36.633Z] v4.0.0-dev.8 [2025-03-12T00:29:36.633Z] v4.0.0-dev.9 [Pipeline] sh [2025-03-12T00:29:36.926Z] + lftools sign git-tag v4.0.0-dev.12 [2025-03-12T00:29:37.495Z] Signing Git tag with Sigul... [2025-03-12T00:29:37.495Z] Signing v4.0.0-dev.12 [Pipeline] echo [2025-03-12T00:29:37.769Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:38.060Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-12T00:29:38.067Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-12T00:29:38.103Z] $ docker stop --time=1 76d7565ae9b9ea720d48509571cb5beca0dc82337dc22d0088a578dfaf1a5d88 [2025-03-12T00:29:39.383Z] $ docker rm -f --volumes 76d7565ae9b9ea720d48509571cb5beca0dc82337dc22d0088a578dfaf1a5d88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-12T00:29:39.909Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T00:29:39.909Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:40.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T00:29:40.222Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:29:40.306Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:29:40.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-12T00:29:40.693Z] $ docker top a458b5f21369b5f0e4ae4254fcc93de33b62fe4c782c30539b6e6d1b063b026e -eo pid,comm [2025-03-12T00:29:40.732Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-12T00:29:40.732Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T00:29:40.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T00:29:40.803Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T00:29:40.913Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T00:29:40.925Z] $ docker exec a458b5f21369b5f0e4ae4254fcc93de33b62fe4c782c30539b6e6d1b063b026e ssh-agent [2025-03-12T00:29:41.036Z] SSH_AUTH_SOCK=/tmp/ssh-4QLAIKFjHAAK/agent.32 [2025-03-12T00:29:41.036Z] SSH_AGENT_PID=38 [2025-03-12T00:29:41.040Z] Running ssh-add (command line suppressed) [2025-03-12T00:29:41.142Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14213313443743411059.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14213313443743411059.key) [2025-03-12T00:29:41.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T00:29:41.442Z] + git semver bump pre [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,623 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,623 [bump_version] DEBUG bumping version:4.0.0-dev.12 on axis:pre with prefix:dev [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,623 [bump_version] DEBUG bumped version:4.0.0-dev.13 [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,623 [write_version] DEBUG write version:4.0.0-dev.13 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,623 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,623 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,625 [execute] INFO git cat-file --batch-check [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,625 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,631 [execute] INFO git cat-file --batch [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-12T00:29:41.701Z] 2025-03-12 00:29:41,636 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:29:41.701Z] 4.0.0-dev.13 [Pipeline] } [2025-03-12T00:29:41.720Z] $ docker exec --env ******** --env ******** a458b5f21369b5f0e4ae4254fcc93de33b62fe4c782c30539b6e6d1b063b026e ssh-agent -k [2025-03-12T00:29:41.807Z] unset SSH_AUTH_SOCK; [2025-03-12T00:29:41.808Z] unset SSH_AGENT_PID; [2025-03-12T00:29:41.808Z] echo Agent pid 38 killed; [2025-03-12T00:29:41.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T00:29:42.130Z] + git semver [Pipeline] } [2025-03-12T00:29:42.409Z] $ docker stop --time=1 a458b5f21369b5f0e4ae4254fcc93de33b62fe4c782c30539b6e6d1b063b026e [2025-03-12T00:29:43.687Z] $ docker rm -f --volumes a458b5f21369b5f0e4ae4254fcc93de33b62fe4c782c30539b6e6d1b063b026e [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T00:29:44.033Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T00:29:44.033Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:44.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T00:29:44.338Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:29:44.419Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:29:44.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-12T00:29:44.800Z] $ docker top 9f5111e7282d12d9b648586f358751e559615f1003f1aad45c1ed54e0796baa7 -eo pid,comm [2025-03-12T00:29:44.839Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-12T00:29:44.839Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T00:29:44.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T00:29:44.898Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T00:29:45.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T00:29:45.024Z] $ docker exec 9f5111e7282d12d9b648586f358751e559615f1003f1aad45c1ed54e0796baa7 ssh-agent [2025-03-12T00:29:45.134Z] SSH_AUTH_SOCK=/tmp/ssh-qi11JrJjx9OZ/agent.32 [2025-03-12T00:29:45.134Z] SSH_AGENT_PID=38 [2025-03-12T00:29:45.138Z] Running ssh-add (command line suppressed) [2025-03-12T00:29:45.247Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11610931883557639010.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11610931883557639010.key) [2025-03-12T00:29:45.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T00:29:45.552Z] + git semver push [2025-03-12T00:29:45.811Z] 2025-03-12 00:29:45,747 [run_push] DEBUG push [2025-03-12T00:29:45.811Z] 2025-03-12 00:29:45,747 [execute] INFO git cat-file --batch-check [2025-03-12T00:29:45.811Z] 2025-03-12 00:29:45,748 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-12T00:29:45.811Z] 2025-03-12 00:29:45,751 [execute] INFO git rev-list 77220e1c128ba80027dc999a17738396677c36a4 -- [2025-03-12T00:29:45.811Z] 2025-03-12 00:29:45,752 [execute] DEBUG Popen(['git', 'rev-list', '77220e1c128ba80027dc999a17738396677c36a4', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-12T00:29:45.811Z] 2025-03-12 00:29:45,761 [execute] INFO git fetch -v origin [2025-03-12T00:29:45.811Z] 2025-03-12 00:29:45,762 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-03-12T00:29:46.378Z] 2025-03-12 00:29:46,222 [run_push] DEBUG no remote changes detected [2025-03-12T00:29:46.378Z] 2025-03-12 00:29:46,223 [execute] INFO git push origin semver [2025-03-12T00:29:46.378Z] 2025-03-12 00:29:46,223 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-12T00:29:46.943Z] 2025-03-12 00:29:46,821 [run_push] DEBUG push all version tags [2025-03-12T00:29:46.943Z] 2025-03-12 00:29:46,822 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-03-12T00:29:46.943Z] 2025-03-12 00:29:46,822 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-12T00:29:47.510Z] 2025-03-12 00:29:47,403 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-03-12T00:29:47.510Z] 4.0.0-dev.13 [Pipeline] } [2025-03-12T00:29:47.528Z] $ docker exec --env ******** --env ******** 9f5111e7282d12d9b648586f358751e559615f1003f1aad45c1ed54e0796baa7 ssh-agent -k [2025-03-12T00:29:47.625Z] unset SSH_AUTH_SOCK; [2025-03-12T00:29:47.626Z] unset SSH_AGENT_PID; [2025-03-12T00:29:47.626Z] echo Agent pid 38 killed; [2025-03-12T00:29:47.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T00:29:47.960Z] + git semver [Pipeline] } [2025-03-12T00:29:48.240Z] $ docker stop --time=1 9f5111e7282d12d9b648586f358751e559615f1003f1aad45c1ed54e0796baa7 [2025-03-12T00:29:49.530Z] $ docker rm -f --volumes 9f5111e7282d12d9b648586f358751e559615f1003f1aad45c1ed54e0796baa7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-03-12T00:29:50.202Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-03-12T00:29:50.202Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-03-12T00:29:50.202Z] total 16 [2025-03-12T00:29:50.202Z] drwxr-xr-x 3 root root 4096 Mar 12 00:15 . [2025-03-12T00:29:50.202Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 12 00:29 .. [2025-03-12T00:29:50.202Z] drwxr-xr-x 2 root root 4096 Mar 12 00:15 cost [2025-03-12T00:29:50.202Z] -rw-r--r-- 1 root root 86 Mar 12 00:15 cost.csv [2025-03-12T00:29:50.202Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-03-12T00:29:50.202Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-03-12T00:29:50.202Z] total 16 [2025-03-12T00:29:50.202Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 12 00:15 . [2025-03-12T00:29:50.202Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 12 00:29 .. [2025-03-12T00:29:50.202Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 12 00:15 cost [2025-03-12T00:29:50.202Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 12 00:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:50.497Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:51.353Z] ---> package-listing.sh [2025-03-12T00:29:51.353Z] ++ facter osfamily [2025-03-12T00:29:51.353Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-12T00:29:51.612Z] + OS_FAMILY=debian [2025-03-12T00:29:51.612Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-03-12T00:29:51.612Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-12T00:29:51.612Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-12T00:29:51.612Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-12T00:29:51.612Z] + PACKAGES=/tmp/packages_start.txt [2025-03-12T00:29:51.612Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-03-12T00:29:51.612Z] + PACKAGES=/tmp/packages_end.txt [2025-03-12T00:29:51.612Z] + case "${OS_FAMILY}" in [2025-03-12T00:29:51.612Z] + dpkg -l [2025-03-12T00:29:51.612Z] + grep '^ii' [2025-03-12T00:29:51.612Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-12T00:29:51.612Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-12T00:29:51.612Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-12T00:29:51.612Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-03-12T00:29:51.612Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-03-12T00:29:51.612Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-03-12T00:29:51.624Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-03-12T00:29:51.900Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T00:29:52.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T00:29:52.466Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T00:29:52.556Z] prd-ubuntu20.04-docker-8c-8g-40936 does not seem to be running inside a container [2025-03-12T00:29:52.594Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-12T00:29:52.784Z] $ docker top a4168ad5a231fe6c5d3d9e7e95b67364b4e27190f16c8d012ca2c945f42bc5ea -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T00:29:53.122Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-12T00:29:53.405Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-12T00:29:53.690Z] + ls /var/log/sa-host [2025-03-12T00:29:53.690Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T00:29:53.778Z] provisioning config files... [2025-03-12T00:29:53.789Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15612256433771690538tmp [Pipeline] { [Pipeline] echo [2025-03-12T00:29:53.810Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:54.092Z] ---> create-netrc.sh [Pipeline] } [2025-03-12T00:29:54.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:54.441Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-12T00:29:54.451Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:54.732Z] ---> sudo-logs.sh [2025-03-12T00:29:54.732Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-12T00:29:54.767Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:55.047Z] ---> job-cost.sh [2025-03-12T00:29:55.047Z] lf-activate-venv: SKIPPING [2025-03-12T00:29:55.047Z] DEBUG: total: 0.2199999988079071 [2025-03-12T00:29:55.047Z] INFO: Retrieving Stack Cost... [2025-03-12T00:29:55.309Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-12T00:29:55.876Z] INFO: Archiving Costs [Pipeline] echo [2025-03-12T00:29:55.890Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T00:29:56.173Z] ---> logs-deploy.sh [2025-03-12T00:29:56.173Z] lf-activate-venv: SKIPPING [2025-03-12T00:29:56.173Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/190 [2025-03-12T00:29:56.173Z] INFO: archiving workspace using pattern(s): [2025-03-12T00:29:57.112Z] Archives upload complete. [2025-03-12T00:29:57.112Z] INFO: archiving logs to Nexus