Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4c8762db10e0facc8234d5cdc2b4007155e2b406 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-ssh4256873504661112411.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh7835850062809303532.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh6471635519435875714.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > 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-ssh1978618897764181194.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-ssh658388940457440130.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-39157 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4c8762db10e0facc8234d5cdc2b4007155e2b406 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c8762db10e0facc8234d5cdc2b4007155e2b406 # timeout=10 Commit message: "Merge pull request #449 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" > git rev-list --no-walk 4c8762db10e0facc8234d5cdc2b4007155e2b406 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-02-18T06:33:32.728Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-02-18T06:33:32.824Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-02-18T06:33:32.853Z] ========================================================= [2025-02-18T06:33:32.853Z] EdgeX Global Pipelines Version Info [2025-02-18T06:33:32.853Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:33:33.935Z] ------------------- [2025-02-18T06:33:33.936Z] stable info: [2025-02-18T06:33:33.936Z] ------------------- [2025-02-18T06:33:33.936Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-02-18T06:33:33.936Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-18T06:33:33.936Z] Message: update stable to v1.0.269 [2025-02-18T06:33:34.196Z] ------------------- [2025-02-18T06:33:34.196Z] experimental info: [2025-02-18T06:33:34.196Z] ------------------- [2025-02-18T06:33:34.196Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-02-18T06:33:34.196Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-18T06:33:34.196Z] Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-02-18T06:33:34.297Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-02-18T06:33:34.326Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-02-18T06:33:34.355Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-02-18T06:33:34.380Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-02-18T06:33:34.402Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-02-18T06:33:34.423Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-02-18T06:33:34.450Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-02-18T06:33:34.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-02-18T06:33:34.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-02-18T06:33:34.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-02-18T06:33:34.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-02-18T06:33:34.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-02-18T06:33:34.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-02-18T06:33:34.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-02-18T06:33:34.648Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-02-18T06:33:34.674Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-02-18T06:33:34.694Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-02-18T06:33:34.716Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-02-18T06:33:34.740Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-02-18T06:33:34.768Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-02-18T06:33:34.797Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-02-18T06:33:34.826Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-02-18T06:33:34.854Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-02-18T06:33:34.878Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-02-18T06:33:34.896Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-02-18T06:33:34.919Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-02-18T06:33:34.943Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-02-18T06:33:34.968Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-02-18T06:33:34.988Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-02-18T06:33:35.012Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-02-18T06:33:35.037Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] echo [2025-02-18T06:33:35.063Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c8762d [Pipeline] echo [2025-02-18T06:33:35.086Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-18T06:33:35.152Z] provisioning config files... [2025-02-18T06:33:35.166Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3572231651696416292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:33:35.501Z] ---> ****-login.sh [2025-02-18T06:33:35.501Z] nexus3.edgexfoundry.org:10001 [2025-02-18T06:33:35.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:35.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:35.761Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:35.762Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:35.762Z] [2025-02-18T06:33:35.762Z] Login Succeeded [2025-02-18T06:33:35.762Z] nexus3.edgexfoundry.org:10002 [2025-02-18T06:33:36.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:36.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:36.023Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:36.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:36.023Z] [2025-02-18T06:33:36.023Z] Login Succeeded [2025-02-18T06:33:36.023Z] nexus3.edgexfoundry.org:10003 [2025-02-18T06:33:36.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:36.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:36.023Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:36.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:36.023Z] [2025-02-18T06:33:36.023Z] Login Succeeded [2025-02-18T06:33:36.023Z] nexus3.edgexfoundry.org:10004 [2025-02-18T06:33:36.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:36.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:36.284Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:36.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:36.284Z] [2025-02-18T06:33:36.284Z] Login Succeeded [2025-02-18T06:33:36.284Z] ****.io [2025-02-18T06:33:36.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:36.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:36.545Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:36.545Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:36.545Z] [2025-02-18T06:33:36.545Z] Login Succeeded [2025-02-18T06:33:36.545Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T06:33:36.553Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-02-18T06:33:36.983Z] + git rev-list -1 --merges 4c8762db10e0facc8234d5cdc2b4007155e2b406~1..4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] echo [2025-02-18T06:33:37.012Z] -----------> git rev-list -1 --merges 4c8762db10e0facc8234d5cdc2b4007155e2b406~1..4c8762db10e0facc8234d5cdc2b4007155e2b406 4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:33:37.012Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406 [false] [Pipeline] sh [2025-02-18T06:33:37.306Z] + git log --format=format:%s -1 4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] echo [2025-02-18T06:33:37.324Z] ========================================================= [2025-02-18T06:33:37.324Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-02-18T06:33:37.324Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-18T06:33:37.663Z] + git log --format=format:%s -1 4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] echo [2025-02-18T06:33:37.676Z] [semverPrep] GIT_COMMIT: 4c8762db10e0facc8234d5cdc2b4007155e2b406, Commit Message: Merge pull request #449 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24 [Pipeline] echo [2025-02-18T06:33:37.696Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-02-18T06:33:38.081Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T06:33:38.082Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-02-18T06:33:38.082Z] + [ -e /tmp/ssh_known_hosts ] [2025-02-18T06:33:38.082Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-02-18T06:33:38.082Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-02-18T06:33:38.082Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-02-18T06:33:38.082Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:33:38.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T06:33:38.525Z] [2025-02-18T06:33:38.525Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:33:38.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T06:33:38.835Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-02-18T06:33:38.835Z] b85a868b505f: Pulling fs layer [2025-02-18T06:33:38.835Z] e2be974225ed: Pulling fs layer [2025-02-18T06:33:38.835Z] 339a4e72a1f5: Pulling fs layer [2025-02-18T06:33:38.835Z] 988bab9f4d93: Pulling fs layer [2025-02-18T06:33:38.835Z] 1469e6f7b9e6: Pulling fs layer [2025-02-18T06:33:38.835Z] eaf3925da568: Pulling fs layer [2025-02-18T06:33:38.835Z] bab4dde63d76: Pulling fs layer [2025-02-18T06:33:38.835Z] bde34c3a00c8: Pulling fs layer [2025-02-18T06:33:38.835Z] b352a97aabf1: Pulling fs layer [2025-02-18T06:33:38.835Z] 4872d77fe225: Pulling fs layer [2025-02-18T06:33:38.835Z] 5851b861e8e6: Pulling fs layer [2025-02-18T06:33:38.835Z] eaf3925da568: Waiting [2025-02-18T06:33:38.835Z] bab4dde63d76: Waiting [2025-02-18T06:33:38.835Z] 4872d77fe225: Waiting [2025-02-18T06:33:38.835Z] 5851b861e8e6: Waiting [2025-02-18T06:33:38.835Z] 1469e6f7b9e6: Waiting [2025-02-18T06:33:38.835Z] 988bab9f4d93: Waiting [2025-02-18T06:33:38.835Z] bde34c3a00c8: Waiting [2025-02-18T06:33:38.835Z] b352a97aabf1: Waiting [2025-02-18T06:33:38.835Z] e2be974225ed: Verifying Checksum [2025-02-18T06:33:38.835Z] e2be974225ed: Download complete [2025-02-18T06:33:38.835Z] 988bab9f4d93: Download complete [2025-02-18T06:33:38.835Z] 1469e6f7b9e6: Download complete [2025-02-18T06:33:38.835Z] eaf3925da568: Verifying Checksum [2025-02-18T06:33:38.835Z] eaf3925da568: Download complete [2025-02-18T06:33:38.835Z] 339a4e72a1f5: Verifying Checksum [2025-02-18T06:33:38.835Z] 339a4e72a1f5: Download complete [2025-02-18T06:33:39.101Z] bde34c3a00c8: Verifying Checksum [2025-02-18T06:33:39.101Z] bde34c3a00c8: Download complete [2025-02-18T06:33:39.101Z] b352a97aabf1: Download complete [2025-02-18T06:33:39.101Z] 4872d77fe225: Verifying Checksum [2025-02-18T06:33:39.101Z] 4872d77fe225: Download complete [2025-02-18T06:33:39.101Z] 5851b861e8e6: Download complete [2025-02-18T06:33:39.101Z] b85a868b505f: Verifying Checksum [2025-02-18T06:33:39.101Z] b85a868b505f: Download complete [2025-02-18T06:33:39.361Z] bab4dde63d76: Verifying Checksum [2025-02-18T06:33:39.361Z] bab4dde63d76: Download complete [2025-02-18T06:33:40.300Z] b85a868b505f: Pull complete [2025-02-18T06:33:40.300Z] e2be974225ed: Pull complete [2025-02-18T06:33:40.870Z] 339a4e72a1f5: Pull complete [2025-02-18T06:33:40.870Z] 988bab9f4d93: Pull complete [2025-02-18T06:33:41.169Z] 1469e6f7b9e6: Pull complete [2025-02-18T06:33:41.169Z] eaf3925da568: Pull complete [2025-02-18T06:33:43.086Z] bab4dde63d76: Pull complete [2025-02-18T06:33:43.086Z] bde34c3a00c8: Pull complete [2025-02-18T06:33:43.086Z] b352a97aabf1: Pull complete [2025-02-18T06:33:43.086Z] 4872d77fe225: Pull complete [2025-02-18T06:33:43.086Z] 5851b861e8e6: Pull complete [2025-02-18T06:33:43.086Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-02-18T06:33:43.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T06:33:43.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:33:43.234Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:33:43.265Z] $ 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-02-18T06:33:44.823Z] $ docker top 48fc8ba2bb576fbbc2e66296e865d45c369a58523beeb9ad01836be16e3fb268 -eo pid,comm [2025-02-18T06:33:44.876Z] 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-02-18T06:33:44.876Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T06:33:44.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T06:33:44.941Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T06:33:45.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T06:33:45.055Z] $ docker exec 48fc8ba2bb576fbbc2e66296e865d45c369a58523beeb9ad01836be16e3fb268 ssh-agent [2025-02-18T06:33:45.153Z] SSH_AUTH_SOCK=/tmp/ssh-ZEDYdvdNirFC/agent.32 [2025-02-18T06:33:45.153Z] SSH_AGENT_PID=38 [2025-02-18T06:33:45.159Z] Running ssh-add (command line suppressed) [2025-02-18T06:33:45.264Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_433591817088460470.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_433591817088460470.key) [2025-02-18T06:33:45.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T06:33:45.572Z] + git tag --points-at HEAD [Pipeline] } [2025-02-18T06:33:45.583Z] $ docker exec --env ******** --env ******** 48fc8ba2bb576fbbc2e66296e865d45c369a58523beeb9ad01836be16e3fb268 ssh-agent -k [2025-02-18T06:33:45.684Z] unset SSH_AUTH_SOCK; [2025-02-18T06:33:45.684Z] unset SSH_AGENT_PID; [2025-02-18T06:33:45.685Z] echo Agent pid 38 killed; [2025-02-18T06:33:45.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-02-18T06:33:45.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T06:33:45.839Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T06:33:45.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T06:33:45.957Z] $ docker exec 48fc8ba2bb576fbbc2e66296e865d45c369a58523beeb9ad01836be16e3fb268 ssh-agent [2025-02-18T06:33:46.054Z] SSH_AUTH_SOCK=/tmp/ssh-cCtzDxd1rUnP/agent.71 [2025-02-18T06:33:46.054Z] SSH_AGENT_PID=77 [2025-02-18T06:33:46.060Z] Running ssh-add (command line suppressed) [2025-02-18T06:33:46.158Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8148168285373509261.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8148168285373509261.key) [2025-02-18T06:33:46.170Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T06:33:46.470Z] + git semver init [2025-02-18T06:33:46.730Z] 2025-02-18 06:33:46,656 [run_init] DEBUG init version:0.0.0 force:False [2025-02-18T06:33:46.730Z] 2025-02-18 06:33:46,657 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-02-18T06:33:46.730Z] 2025-02-18 06:33:46,658 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-02-18T06:33:46.730Z] 2025-02-18 06:33:46,658 [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-02-18T06:33:48.118Z] 2025-02-18 06:33:47,846 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-02-18T06:33:48.118Z] 2025-02-18 06:33:47,847 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-02-18T06:33:48.118Z] 2025-02-18 06:33:47,847 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:33:48.118Z] 2025-02-18 06:33:47,847 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:33:48.118Z] 4.0.0-dev.8 [Pipeline] } [2025-02-18T06:33:48.129Z] $ docker exec --env ******** --env ******** 48fc8ba2bb576fbbc2e66296e865d45c369a58523beeb9ad01836be16e3fb268 ssh-agent -k [2025-02-18T06:33:48.229Z] unset SSH_AUTH_SOCK; [2025-02-18T06:33:48.230Z] unset SSH_AGENT_PID; [2025-02-18T06:33:48.230Z] echo Agent pid 77 killed; [2025-02-18T06:33:48.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T06:33:48.571Z] + git semver [Pipeline] } [2025-02-18T06:33:48.846Z] $ docker stop --time=1 48fc8ba2bb576fbbc2e66296e865d45c369a58523beeb9ad01836be16e3fb268 [2025-02-18T06:33:50.125Z] $ docker rm -f --volumes 48fc8ba2bb576fbbc2e66296e865d45c369a58523beeb9ad01836be16e3fb268 [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T06:33:50.474Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-02-18T06:33:50.722Z] Stashed 1 file(s) [Pipeline] echo [2025-02-18T06:33:50.727Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.8 [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-02-18T06:33:50.918Z] provisioning config files... [2025-02-18T06:33:50.930Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5467281661408904821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:33:51.239Z] ---> ****-login.sh [2025-02-18T06:33:51.239Z] nexus3.edgexfoundry.org:10001 [2025-02-18T06:33:51.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:51.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:51.239Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:51.240Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:51.240Z] [2025-02-18T06:33:51.240Z] Login Succeeded [2025-02-18T06:33:51.240Z] nexus3.edgexfoundry.org:10002 [2025-02-18T06:33:51.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:51.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:51.240Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:51.240Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:51.240Z] [2025-02-18T06:33:51.240Z] Login Succeeded [2025-02-18T06:33:51.240Z] nexus3.edgexfoundry.org:10003 [2025-02-18T06:33:51.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:51.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:51.500Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:51.500Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:51.500Z] [2025-02-18T06:33:51.500Z] Login Succeeded [2025-02-18T06:33:51.500Z] nexus3.edgexfoundry.org:10004 [2025-02-18T06:33:51.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:51.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:51.500Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:51.500Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:51.500Z] [2025-02-18T06:33:51.500Z] Login Succeeded [2025-02-18T06:33:51.500Z] ****.io [2025-02-18T06:33:51.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:33:51.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:33:51.761Z] Configure a credential helper to remove this warning. See [2025-02-18T06:33:51.761Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:33:51.761Z] [2025-02-18T06:33:51.761Z] Login Succeeded [2025-02-18T06:33:51.761Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T06:33:51.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-02-18T06:33:51.878Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T06:33:51.902Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T06:33:51.919Z] ========================================================= [2025-02-18T06:33:51.919Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-02-18T06:33:51.919Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:33:52.265Z] + 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-02-18T06:33:52.265Z] Sending build context to Docker daemon 16.67MB [2025-02-18T06:33:52.265Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T06:33:52.265Z] Step 2/12 : FROM ${BASE} AS builder [2025-02-18T06:33:52.265Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-02-18T06:33:52.265Z] da9db072f522: Pulling fs layer [2025-02-18T06:33:52.265Z] 6ef4a4ee8ca5: Pulling fs layer [2025-02-18T06:33:52.265Z] 06f05ace1117: Pulling fs layer [2025-02-18T06:33:52.265Z] 5fe327b54edc: Pulling fs layer [2025-02-18T06:33:52.265Z] 4f4fb700ef54: Pulling fs layer [2025-02-18T06:33:52.265Z] 92a5565b7b96: Pulling fs layer [2025-02-18T06:33:52.265Z] ff9bb7016b71: Pulling fs layer [2025-02-18T06:33:52.265Z] b67dba6c2c7d: Pulling fs layer [2025-02-18T06:33:52.265Z] a813b0c90790: Pulling fs layer [2025-02-18T06:33:52.265Z] 5fe327b54edc: Waiting [2025-02-18T06:33:52.265Z] a813b0c90790: Waiting [2025-02-18T06:33:52.265Z] 92a5565b7b96: Waiting [2025-02-18T06:33:52.265Z] b67dba6c2c7d: Waiting [2025-02-18T06:33:52.265Z] ff9bb7016b71: Waiting [2025-02-18T06:33:52.265Z] 4f4fb700ef54: Waiting [2025-02-18T06:33:52.265Z] 6ef4a4ee8ca5: Download complete [2025-02-18T06:33:52.525Z] 5fe327b54edc: Verifying Checksum [2025-02-18T06:33:52.525Z] 5fe327b54edc: Download complete [2025-02-18T06:33:52.525Z] 4f4fb700ef54: Verifying Checksum [2025-02-18T06:33:52.525Z] 4f4fb700ef54: Download complete [2025-02-18T06:33:52.525Z] 92a5565b7b96: Verifying Checksum [2025-02-18T06:33:52.525Z] 92a5565b7b96: Download complete [2025-02-18T06:33:52.525Z] da9db072f522: Verifying Checksum [2025-02-18T06:33:52.525Z] da9db072f522: Download complete [2025-02-18T06:33:52.525Z] ff9bb7016b71: Verifying Checksum [2025-02-18T06:33:52.525Z] ff9bb7016b71: Download complete [2025-02-18T06:33:52.525Z] da9db072f522: Pull complete [2025-02-18T06:33:52.785Z] a813b0c90790: Download complete [2025-02-18T06:33:52.785Z] 6ef4a4ee8ca5: Pull complete [2025-02-18T06:33:52.785Z] 06f05ace1117: Verifying Checksum [2025-02-18T06:33:52.785Z] 06f05ace1117: Download complete [2025-02-18T06:33:53.044Z] b67dba6c2c7d: Verifying Checksum [2025-02-18T06:33:53.045Z] b67dba6c2c7d: Download complete [2025-02-18T06:33:56.332Z] 06f05ace1117: Pull complete [2025-02-18T06:33:56.332Z] 5fe327b54edc: Pull complete [2025-02-18T06:33:56.332Z] 4f4fb700ef54: Pull complete [2025-02-18T06:33:56.591Z] 92a5565b7b96: Pull complete [2025-02-18T06:33:56.591Z] ff9bb7016b71: Pull complete [2025-02-18T06:33:59.137Z] b67dba6c2c7d: Pull complete [2025-02-18T06:33:59.395Z] a813b0c90790: Pull complete [2025-02-18T06:33:59.395Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-02-18T06:33:59.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-02-18T06:33:59.395Z] ---> 3ba60ce46760 [2025-02-18T06:33:59.395Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-02-18T06:34:01.996Z] ---> Running in eab619176d9a [2025-02-18T06:34:01.996Z] Removing intermediate container eab619176d9a [2025-02-18T06:34:01.996Z] ---> d96b6d7673b6 [2025-02-18T06:34:01.996Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T06:34:01.996Z] ---> Running in d1029b7b9c8b [2025-02-18T06:34:01.996Z] Removing intermediate container d1029b7b9c8b [2025-02-18T06:34:01.996Z] ---> 77b1ceada421 [2025-02-18T06:34:01.996Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T06:34:01.996Z] ---> Running in 43a112c6331e [2025-02-18T06:34:01.996Z] Removing intermediate container 43a112c6331e [2025-02-18T06:34:01.996Z] ---> 5ece4d73afed [2025-02-18T06:34:01.996Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T06:34:01.996Z] ---> Running in 2fa7ad633b29 [2025-02-18T06:34:01.996Z] Removing intermediate container 2fa7ad633b29 [2025-02-18T06:34:01.996Z] ---> 657ac69624e2 [2025-02-18T06:34:01.996Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T06:34:01.996Z] ---> Running in 8cd4b9431fc8 [2025-02-18T06:34:02.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T06:34:02.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T06:34:02.775Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2025-02-18T06:34:02.775Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-02-18T06:34:02.775Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2025-02-18T06:34:02.775Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2025-02-18T06:34:02.775Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T06:34:02.775Z] OK: 252 MiB in 62 packages [2025-02-18T06:34:03.035Z] Removing intermediate container 8cd4b9431fc8 [2025-02-18T06:34:03.035Z] ---> 44540cce4ddf [2025-02-18T06:34:03.035Z] Step 8/12 : WORKDIR /device-rest-go [2025-02-18T06:34:03.294Z] ---> Running in 380c6589751b [2025-02-18T06:34:03.294Z] Removing intermediate container 380c6589751b [2025-02-18T06:34:03.294Z] ---> c4ddb104c027 [2025-02-18T06:34:03.294Z] Step 9/12 : COPY go.mod vendor* ./ [2025-02-18T06:34:03.294Z] ---> f59bc4c9fc4d [2025-02-18T06:34:03.294Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T06:34:03.294Z] ---> Running in f72edf4a07f2 [2025-02-18T06:34:05.869Z] Still waiting to schedule task [2025-02-18T06:34:05.870Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-02-18T06:34:49.983Z] Removing intermediate container f72edf4a07f2 [2025-02-18T06:34:49.983Z] ---> 25848da6cb58 [2025-02-18T06:34:49.983Z] Step 11/12 : COPY . . [2025-02-18T06:34:49.983Z] ---> 8a67319b3a1d [2025-02-18T06:34:49.983Z] Step 12/12 : RUN $MAKE [2025-02-18T06:34:49.983Z] ---> Running in 893237c435a7 [2025-02-18T06:34:49.983Z] noop [2025-02-18T06:34:49.983Z] Removing intermediate container 893237c435a7 [2025-02-18T06:34:49.983Z] ---> 20e6cdfcf997 [2025-02-18T06:34:49.983Z] Successfully built 20e6cdfcf997 [2025-02-18T06:34:49.983Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:34:50.318Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-18T06:34:50.318Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:34:50.397Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:34:50.426Z] $ 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-02-18T06:34:50.741Z] $ docker top 2a185d42c6bcfb0711213b1025e8eb8f245f3d7d8a5007f93439f695654da118 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T06:34:51.109Z] + go version [2025-02-18T06:34:51.109Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-02-18T06:34:51.119Z] $ docker stop --time=1 2a185d42c6bcfb0711213b1025e8eb8f245f3d7d8a5007f93439f695654da118 [2025-02-18T06:34:52.379Z] $ docker rm -f --volumes 2a185d42c6bcfb0711213b1025e8eb8f245f3d7d8a5007f93439f695654da118 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:34:52.808Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-18T06:34:52.808Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:34:52.887Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:34:52.915Z] $ 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-02-18T06:34:53.230Z] $ docker top 96b3cb467b94d95f892e26e278fa52fa984a0c41d3f61a627b757b6115068ba4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T06:34:53.577Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-02-18T06:34:53.872Z] + make test [2025-02-18T06:34:53.872Z] go test ./... -coverprofile=coverage.out ./... [2025-02-18T06:34:55.247Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-02-18T06:35:13.320Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-02-18T06:35:13.320Z] ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 33.2% of statements [2025-02-18T06:35:21.420Z] go vet ./... [2025-02-18T06:35:25.602Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-02-18T06:35:25.602Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-02-18T06:35:25.602Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-02-18T06:35:25.615Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-02-18T06:35:25.635Z] $ docker stop --time=1 96b3cb467b94d95f892e26e278fa52fa984a0c41d3f61a627b757b6115068ba4 [2025-02-18T06:35:28.053Z] $ docker rm -f --volumes 96b3cb467b94d95f892e26e278fa52fa984a0c41d3f61a627b757b6115068ba4 [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T06:35:28.592Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-02-18T06:35:28.655Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-02-18T06:35:29.211Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-02-18T06:35:29.495Z] + ls -al . [2025-02-18T06:35:29.495Z] total 244 [2025-02-18T06:35:29.495Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 18 06:34 . [2025-02-18T06:35:29.495Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 06:33 .. [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 151 Feb 18 06:33 .dockerignore [2025-02-18T06:35:29.495Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 06:35 .git [2025-02-18T06:35:29.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 06:33 .github [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 264 Feb 18 06:33 .gitignore [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 18 06:33 .golangci.yml [2025-02-18T06:35:29.495Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 18 06:33 .semver [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 20138 Feb 18 06:33 Attribution.txt [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 17685 Feb 18 06:33 CHANGELOG.md [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 1697 Feb 18 06:33 Dockerfile [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 18 06:33 GOVERNANCE.md [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 680 Feb 18 06:33 Jenkinsfile [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 18 06:33 LICENSE [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 2598 Feb 18 06:33 Makefile [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 620 Feb 18 06:33 OWNERS.md [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 3989 Feb 18 06:33 README.md [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 18 06:33 VERSION [2025-02-18T06:35:29.495Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 06:33 bin [2025-02-18T06:35:29.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 06:33 cmd [2025-02-18T06:35:29.495Z] -rw-r--r-- 1 jenkins jenkins 14565 Feb 18 06:35 coverage.out [2025-02-18T06:35:29.495Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 06:33 driver [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 6291 Feb 18 06:33 go.mod [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 86626 Feb 18 06:33 go.sum [2025-02-18T06:35:29.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 06:33 openapi [2025-02-18T06:35:29.495Z] -rw-rw-r-- 1 jenkins jenkins 713 Feb 18 06:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:35:29.809Z] + 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=4c8762db10e0facc8234d5cdc2b4007155e2b406 --label arch=amd64 --label version=4.0.0-dev.8 . [2025-02-18T06:35:29.809Z] Sending build context to Docker daemon 16.68MB [2025-02-18T06:35:29.809Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T06:35:29.809Z] Step 2/26 : FROM ${BASE} AS builder [2025-02-18T06:35:29.809Z] ---> 20e6cdfcf997 [2025-02-18T06:35:29.809Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-02-18T06:35:29.809Z] ---> Running in 4f0058f6f2cf [2025-02-18T06:35:30.067Z] Removing intermediate container 4f0058f6f2cf [2025-02-18T06:35:30.067Z] ---> 7adbbb9d6734 [2025-02-18T06:35:30.067Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T06:35:30.067Z] ---> Running in f0721454b47a [2025-02-18T06:35:30.067Z] Removing intermediate container f0721454b47a [2025-02-18T06:35:30.067Z] ---> 04262cff07c0 [2025-02-18T06:35:30.067Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T06:35:30.067Z] ---> Running in 17fd203252b0 [2025-02-18T06:35:30.067Z] Removing intermediate container 17fd203252b0 [2025-02-18T06:35:30.067Z] ---> d10f3a385eaa [2025-02-18T06:35:30.067Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T06:35:30.067Z] ---> Running in 1157cffdb83b [2025-02-18T06:35:30.326Z] Removing intermediate container 1157cffdb83b [2025-02-18T06:35:30.326Z] ---> c4bb146028e5 [2025-02-18T06:35:30.326Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T06:35:30.326Z] ---> Running in f165249232f7 [2025-02-18T06:35:30.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T06:35:30.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T06:35:31.148Z] OK: 252 MiB in 62 packages [2025-02-18T06:35:31.408Z] Removing intermediate container f165249232f7 [2025-02-18T06:35:31.408Z] ---> 556e5509e95f [2025-02-18T06:35:31.408Z] Step 8/26 : WORKDIR /device-rest-go [2025-02-18T06:35:31.408Z] ---> Running in 6a0c03efce04 [2025-02-18T06:35:31.408Z] Removing intermediate container 6a0c03efce04 [2025-02-18T06:35:31.408Z] ---> 4a1af5c259a3 [2025-02-18T06:35:31.408Z] Step 9/26 : COPY go.mod vendor* ./ [2025-02-18T06:35:31.667Z] ---> 3d8262bcec2f [2025-02-18T06:35:31.667Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T06:35:31.667Z] ---> Running in f69f14ebdd68 [2025-02-18T06:35:32.232Z] Removing intermediate container f69f14ebdd68 [2025-02-18T06:35:32.232Z] ---> 0f099f2bf8e0 [2025-02-18T06:35:32.232Z] Step 11/26 : COPY . . [2025-02-18T06:35:32.489Z] ---> 07f7c7557780 [2025-02-18T06:35:32.489Z] Step 12/26 : RUN $MAKE [2025-02-18T06:35:32.489Z] ---> Running in d7e917017dfa [2025-02-18T06:35:32.747Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.0.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-02-18T06:35:33.833Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-39158 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-02-18T06:35:33.852Z] Running in /w/workspace/device-rest-go/186 [Pipeline] { [Pipeline] checkout [2025-02-18T06:35:36.901Z] The recommended git tool is: git [2025-02-18T06:35:41.409Z] using credential edgex-jenkins-ssh [2025-02-18T06:35:41.433Z] Cloning the remote Git repository [2025-02-18T06:35:41.463Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-02-18T06:35:41.548Z] > git init /w/workspace/device-rest-go/186 # timeout=10 [2025-02-18T06:35:41.677Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-02-18T06:35:41.678Z] > git --version # timeout=10 [2025-02-18T06:35:41.702Z] > git --version # 'git version 2.25.1' [2025-02-18T06:35:41.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-02-18T06:35:41.869Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-02-18T06:35:45.363Z] Avoid second fetch [2025-02-18T06:35:45.364Z] Checking out Revision 4c8762db10e0facc8234d5cdc2b4007155e2b406 (main) [2025-02-18T06:35:44.550Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-02-18T06:35:44.577Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-02-18T06:35:45.375Z] > git config core.sparsecheckout # timeout=10 [2025-02-18T06:35:45.437Z] > git checkout -f 4c8762db10e0facc8234d5cdc2b4007155e2b406 # timeout=10 [2025-02-18T06:35:45.950Z] Commit message: "Merge pull request #449 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-18T06:35:50.695Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-02-18T06:35:50.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-02-18T06:35:50.695Z] Dload Upload Total Spent Left Speed [2025-02-18T06:35:50.695Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh [2025-02-18T06:35:51.026Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-02-18T06:35:51.350Z] + sudo tee /etc/docker/daemon.new [2025-02-18T06:35:51.350Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-02-18T06:35:51.350Z] { [2025-02-18T06:35:51.350Z] "registry-mirrors": [ [2025-02-18T06:35:51.350Z] "https://nexus3.edgexfoundry.org:10001" [2025-02-18T06:35:51.350Z] ], [2025-02-18T06:35:51.350Z] "bip": "10.250.0.254/24", [2025-02-18T06:35:51.350Z] "hosts": [ [2025-02-18T06:35:51.350Z] "tcp://0.0.0.0:5555", [2025-02-18T06:35:51.350Z] "unix:///var/run/docker.sock" [2025-02-18T06:35:51.350Z] ], [2025-02-18T06:35:51.350Z] "mtu": 1458, [2025-02-18T06:35:51.350Z] "selinux-enabled": true, [2025-02-18T06:35:51.350Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-02-18T06:35:51.350Z] } [Pipeline] sh [2025-02-18T06:35:51.679Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-02-18T06:35:52.021Z] + sudo service docker restart [2025-02-18T06:35:59.277Z] Removing intermediate container d7e917017dfa [2025-02-18T06:35:59.277Z] ---> 291b6c9deb0f [2025-02-18T06:35:59.277Z] Step 13/26 : FROM alpine:3.20 [2025-02-18T06:35:59.277Z] 3.20: Pulling from library/alpine [2025-02-18T06:35:59.277Z] 0a9a5dfd008f: Pulling fs layer [2025-02-18T06:35:59.277Z] 0a9a5dfd008f: Verifying Checksum [2025-02-18T06:35:59.277Z] 0a9a5dfd008f: Download complete [2025-02-18T06:35:59.277Z] 0a9a5dfd008f: Pull complete [2025-02-18T06:35:59.277Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-02-18T06:35:59.277Z] Status: Downloaded newer image for alpine:3.20 [2025-02-18T06:35:59.277Z] ---> ff221270b9fb [2025-02-18T06:35:59.277Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-02-18T06:35:59.277Z] ---> Running in 01a554f8a4f9 [2025-02-18T06:35:59.277Z] Removing intermediate container 01a554f8a4f9 [2025-02-18T06:35:59.277Z] ---> 30038445481b [2025-02-18T06:35:59.277Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-02-18T06:35:59.277Z] ---> Running in 25707f3ffce1 [2025-02-18T06:35:59.277Z] Removing intermediate container 25707f3ffce1 [2025-02-18T06:35:59.277Z] ---> a6d28d18f428 [2025-02-18T06:35:59.277Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-02-18T06:35:59.277Z] ---> Running in cf259d5849fd [2025-02-18T06:35:59.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T06:35:59.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T06:35:59.277Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-02-18T06:35:59.277Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T06:35:59.277Z] OK: 8 MiB in 15 packages [2025-02-18T06:35:59.277Z] Removing intermediate container cf259d5849fd [2025-02-18T06:35:59.277Z] ---> 94713b0a494f [2025-02-18T06:35:59.277Z] Step 17/26 : RUN apk --no-cache upgrade [2025-02-18T06:35:59.277Z] ---> Running in b5ebf54ca485 [2025-02-18T06:35:59.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-18T06:35:59.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-18T06:35:59.277Z] OK: 8 MiB in 15 packages [2025-02-18T06:35:59.845Z] Removing intermediate container b5ebf54ca485 [2025-02-18T06:35:59.845Z] ---> 9d9dd45e2524 [2025-02-18T06:35:59.845Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-02-18T06:36:00.412Z] ---> 4a9402ba7ba3 [2025-02-18T06:36:00.412Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-02-18T06:36:00.412Z] ---> dd052fd758ed [2025-02-18T06:36:00.412Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-02-18T06:36:00.412Z] ---> 73fc35eff239 [2025-02-18T06:36:00.412Z] Step 21/26 : EXPOSE 59986 [2025-02-18T06:36:00.671Z] ---> Running in b5ab6033ee46 [2025-02-18T06:36:00.671Z] Removing intermediate container b5ab6033ee46 [2025-02-18T06:36:00.671Z] ---> f4a1c1f29676 [2025-02-18T06:36:00.671Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-02-18T06:36:00.671Z] ---> Running in acc7ec5b5154 [2025-02-18T06:36:00.671Z] Removing intermediate container acc7ec5b5154 [2025-02-18T06:36:00.671Z] ---> 4f8b8beb4b91 [2025-02-18T06:36:00.671Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-02-18T06:36:00.671Z] ---> Running in 7e1915261f2e [2025-02-18T06:36:00.671Z] Removing intermediate container 7e1915261f2e [2025-02-18T06:36:00.671Z] ---> a5bd4cd08797 [2025-02-18T06:36:00.671Z] Step 24/26 : LABEL arch=amd64 [2025-02-18T06:36:00.930Z] ---> Running in 4ba25ef49cb0 [2025-02-18T06:36:00.930Z] Removing intermediate container 4ba25ef49cb0 [2025-02-18T06:36:00.930Z] ---> 62096830344f [2025-02-18T06:36:00.930Z] Step 25/26 : LABEL git_sha=4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:36:00.930Z] ---> Running in d8c8bd620e8a [2025-02-18T06:36:00.930Z] Removing intermediate container d8c8bd620e8a [2025-02-18T06:36:00.930Z] ---> 67142334ff3e [2025-02-18T06:36:00.930Z] Step 26/26 : LABEL version=4.0.0-dev.8 [2025-02-18T06:36:00.930Z] ---> Running in 9c07adfa55d7 [2025-02-18T06:36:00.930Z] Removing intermediate container 9c07adfa55d7 [2025-02-18T06:36:00.930Z] ---> 910306a711c6 [2025-02-18T06:36:00.930Z] [Warning] One or more build-args [ARCH] were not consumed [2025-02-18T06:36:01.190Z] Successfully built 910306a711c6 [2025-02-18T06:36:01.190Z] 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-02-18T06:36:01.323Z] provisioning config files... [2025-02-18T06:36:01.333Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2310970418204321415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:36:01.634Z] ---> ****-login.sh [2025-02-18T06:36:01.634Z] nexus3.edgexfoundry.org:10001 [2025-02-18T06:36:01.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:01.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:01.635Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:01.635Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:01.635Z] [2025-02-18T06:36:01.635Z] Login Succeeded [2025-02-18T06:36:01.635Z] nexus3.edgexfoundry.org:10002 [2025-02-18T06:36:01.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:01.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:01.635Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:01.635Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:01.635Z] [2025-02-18T06:36:01.635Z] Login Succeeded [2025-02-18T06:36:01.635Z] nexus3.edgexfoundry.org:10003 [2025-02-18T06:36:01.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:01.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:01.893Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:01.893Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:01.893Z] [2025-02-18T06:36:01.893Z] Login Succeeded [2025-02-18T06:36:01.893Z] nexus3.edgexfoundry.org:10004 [2025-02-18T06:36:01.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:01.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:01.894Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:01.894Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:01.894Z] [2025-02-18T06:36:01.894Z] Login Succeeded [2025-02-18T06:36:01.894Z] ****.io [2025-02-18T06:36:01.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:02.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:02.153Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:02.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:02.153Z] [2025-02-18T06:36:02.153Z] Login Succeeded [2025-02-18T06:36:02.153Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T06:36:02.159Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T06:36:02.214Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T06:36:02.243Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-02-18T06:36:02.243Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:36:02.243Z] latest [2025-02-18T06:36:02.243Z] 4.0.0-dev.8 [2025-02-18T06:36:02.243Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [2025-02-18T06:36:02.243Z] main [2025-02-18T06:36:02.243Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:02.589Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:02.913Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:36:02.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-02-18T06:36:02.913Z] f8099af6fa66: Preparing [2025-02-18T06:36:02.913Z] 8770897a6387: Preparing [2025-02-18T06:36:02.913Z] 6b10451153ab: Preparing [2025-02-18T06:36:02.913Z] 218f301a7cfd: Preparing [2025-02-18T06:36:02.913Z] 94d6aee45a75: Preparing [2025-02-18T06:36:02.913Z] 994456c4fd7b: Preparing [2025-02-18T06:36:02.913Z] 994456c4fd7b: Waiting [2025-02-18T06:36:02.913Z] f8099af6fa66: Pushed [2025-02-18T06:36:02.913Z] 8770897a6387: Pushed [2025-02-18T06:36:02.913Z] 94d6aee45a75: Pushed [2025-02-18T06:36:02.913Z] 218f301a7cfd: Pushed [2025-02-18T06:36:02.913Z] 994456c4fd7b: Layer already exists [2025-02-18T06:36:06.197Z] 6b10451153ab: Pushed [2025-02-18T06:36:06.197Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406: digest: sha256:a3c6b013340f1b09e27144eebf643a7a1dcd398d30240177c14fb1b368d47286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:06.523Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:06.848Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-02-18T06:36:06.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-02-18T06:36:06.849Z] f8099af6fa66: Preparing [2025-02-18T06:36:06.849Z] 8770897a6387: Preparing [2025-02-18T06:36:06.849Z] 6b10451153ab: Preparing [2025-02-18T06:36:06.849Z] 218f301a7cfd: Preparing [2025-02-18T06:36:06.849Z] 94d6aee45a75: Preparing [2025-02-18T06:36:06.849Z] 994456c4fd7b: Preparing [2025-02-18T06:36:06.849Z] 994456c4fd7b: Waiting [2025-02-18T06:36:06.849Z] 8770897a6387: Layer already exists [2025-02-18T06:36:06.849Z] f8099af6fa66: Layer already exists [2025-02-18T06:36:06.849Z] 6b10451153ab: Layer already exists [2025-02-18T06:36:06.849Z] 218f301a7cfd: Layer already exists [2025-02-18T06:36:06.849Z] 94d6aee45a75: Layer already exists [2025-02-18T06:36:06.849Z] 994456c4fd7b: Layer already exists [2025-02-18T06:36:06.849Z] latest: digest: sha256:a3c6b013340f1b09e27144eebf643a7a1dcd398d30240177c14fb1b368d47286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:07.170Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:07.491Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.8 [2025-02-18T06:36:07.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-02-18T06:36:07.491Z] f8099af6fa66: Preparing [2025-02-18T06:36:07.491Z] 8770897a6387: Preparing [2025-02-18T06:36:07.491Z] 6b10451153ab: Preparing [2025-02-18T06:36:07.491Z] 218f301a7cfd: Preparing [2025-02-18T06:36:07.491Z] 94d6aee45a75: Preparing [2025-02-18T06:36:07.491Z] 994456c4fd7b: Preparing [2025-02-18T06:36:07.491Z] 994456c4fd7b: Waiting [2025-02-18T06:36:07.491Z] f8099af6fa66: Layer already exists [2025-02-18T06:36:07.491Z] 94d6aee45a75: Layer already exists [2025-02-18T06:36:07.491Z] 6b10451153ab: Layer already exists [2025-02-18T06:36:07.491Z] 8770897a6387: Layer already exists [2025-02-18T06:36:07.491Z] 218f301a7cfd: Layer already exists [2025-02-18T06:36:07.491Z] 994456c4fd7b: Layer already exists [2025-02-18T06:36:07.491Z] 4.0.0-dev.8: digest: sha256:a3c6b013340f1b09e27144eebf643a7a1dcd398d30240177c14fb1b368d47286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:07.821Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:08.143Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [2025-02-18T06:36:08.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-02-18T06:36:08.143Z] f8099af6fa66: Preparing [2025-02-18T06:36:08.143Z] 8770897a6387: Preparing [2025-02-18T06:36:08.143Z] 6b10451153ab: Preparing [2025-02-18T06:36:08.143Z] 218f301a7cfd: Preparing [2025-02-18T06:36:08.143Z] 94d6aee45a75: Preparing [2025-02-18T06:36:08.143Z] 994456c4fd7b: Preparing [2025-02-18T06:36:08.143Z] 994456c4fd7b: Waiting [2025-02-18T06:36:08.143Z] 8770897a6387: Layer already exists [2025-02-18T06:36:08.143Z] 6b10451153ab: Layer already exists [2025-02-18T06:36:08.143Z] f8099af6fa66: Layer already exists [2025-02-18T06:36:08.143Z] 218f301a7cfd: Layer already exists [2025-02-18T06:36:08.143Z] 94d6aee45a75: Layer already exists [2025-02-18T06:36:08.143Z] 994456c4fd7b: Layer already exists [2025-02-18T06:36:08.143Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8: digest: sha256:a3c6b013340f1b09e27144eebf643a7a1dcd398d30240177c14fb1b368d47286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:08.466Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:08.790Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-02-18T06:36:08.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-02-18T06:36:08.790Z] f8099af6fa66: Preparing [2025-02-18T06:36:08.790Z] 8770897a6387: Preparing [2025-02-18T06:36:08.790Z] 6b10451153ab: Preparing [2025-02-18T06:36:08.790Z] 218f301a7cfd: Preparing [2025-02-18T06:36:08.790Z] 94d6aee45a75: Preparing [2025-02-18T06:36:08.790Z] 994456c4fd7b: Preparing [2025-02-18T06:36:08.790Z] 994456c4fd7b: Waiting [2025-02-18T06:36:08.790Z] 218f301a7cfd: Layer already exists [2025-02-18T06:36:08.791Z] 6b10451153ab: Layer already exists [2025-02-18T06:36:08.791Z] 94d6aee45a75: Layer already exists [2025-02-18T06:36:08.791Z] f8099af6fa66: Layer already exists [2025-02-18T06:36:08.791Z] 8770897a6387: Layer already exists [2025-02-18T06:36:08.791Z] 994456c4fd7b: Layer already exists [2025-02-18T06:36:08.791Z] main: digest: sha256:a3c6b013340f1b09e27144eebf643a7a1dcd398d30240177c14fb1b368d47286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T06:36:08.869Z] ===================================================== [Pipeline] echo [2025-02-18T06:36:08.885Z] taggedImages: [2025-02-18T06:36:08.885Z] - nexus3.edgexfoundry.org:10004/device-rest:4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:36:08.885Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-02-18T06:36:08.885Z] - nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.8 [2025-02-18T06:36:08.885Z] - nexus3.edgexfoundry.org:10004/device-rest:4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [2025-02-18T06:36:08.885Z] - 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 [2025-02-18T06:36:09.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T06:36:09.296Z] [2025-02-18T06:36:09.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:09.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T06:36:09.598Z] latest: Pulling from edgex-lftools-log-publisher [2025-02-18T06:36:09.598Z] 5eb5b503b376: Pulling fs layer [2025-02-18T06:36:09.598Z] 5c69ac0246d0: Pulling fs layer [2025-02-18T06:36:09.598Z] ec43610c2a17: Pulling fs layer [2025-02-18T06:36:09.598Z] 3a2ae6a8a46f: Pulling fs layer [2025-02-18T06:36:09.598Z] 33b1e0a273af: Pulling fs layer [2025-02-18T06:36:09.598Z] 5d3b04190fa2: Pulling fs layer [2025-02-18T06:36:09.598Z] 2f39f015ded8: Pulling fs layer [2025-02-18T06:36:09.598Z] 3a2ae6a8a46f: Waiting [2025-02-18T06:36:09.598Z] 33b1e0a273af: Waiting [2025-02-18T06:36:09.598Z] 5d3b04190fa2: Waiting [2025-02-18T06:36:09.598Z] 2f39f015ded8: Waiting [2025-02-18T06:36:09.598Z] 5c69ac0246d0: Download complete [2025-02-18T06:36:09.598Z] 3a2ae6a8a46f: Download complete [2025-02-18T06:36:09.598Z] 33b1e0a273af: Verifying Checksum [2025-02-18T06:36:09.598Z] 33b1e0a273af: Download complete [2025-02-18T06:36:09.598Z] 5d3b04190fa2: Download complete [2025-02-18T06:36:09.599Z] ec43610c2a17: Verifying Checksum [2025-02-18T06:36:09.599Z] ec43610c2a17: Download complete [2025-02-18T06:36:09.857Z] 5eb5b503b376: Verifying Checksum [2025-02-18T06:36:09.857Z] 5eb5b503b376: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-18T06:36:10.285Z] provisioning config files... [2025-02-18T06:36:10.310Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/186@tmp/config2471021321315872562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:36:10.423Z] 2f39f015ded8: Download complete [2025-02-18T06:36:10.773Z] ---> ****-login.sh [2025-02-18T06:36:10.773Z] nexus3.edgexfoundry.org:10001 [2025-02-18T06:36:10.988Z] 5eb5b503b376: Pull complete [2025-02-18T06:36:10.988Z] 5c69ac0246d0: Pull complete [2025-02-18T06:36:11.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:11.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:11.318Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:11.318Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:11.318Z] [2025-02-18T06:36:11.318Z] Login Succeeded [2025-02-18T06:36:11.318Z] nexus3.edgexfoundry.org:10002 [2025-02-18T06:36:11.554Z] ec43610c2a17: Pull complete [2025-02-18T06:36:11.554Z] 3a2ae6a8a46f: Pull complete [2025-02-18T06:36:11.554Z] 33b1e0a273af: Pull complete [2025-02-18T06:36:11.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:11.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:11.584Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:11.584Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:11.584Z] [2025-02-18T06:36:11.584Z] Login Succeeded [2025-02-18T06:36:11.584Z] nexus3.edgexfoundry.org:10003 [2025-02-18T06:36:11.812Z] 5d3b04190fa2: Pull complete [2025-02-18T06:36:11.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:12.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:12.124Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:12.124Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:12.124Z] [2025-02-18T06:36:12.124Z] Login Succeeded [2025-02-18T06:36:12.124Z] nexus3.edgexfoundry.org:10004 [2025-02-18T06:36:12.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:12.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:12.396Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:12.396Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:12.396Z] [2025-02-18T06:36:12.396Z] Login Succeeded [2025-02-18T06:36:12.396Z] ****.io [2025-02-18T06:36:12.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:36:12.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:36:12.931Z] Configure a credential helper to remove this warning. See [2025-02-18T06:36:12.931Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:36:12.931Z] [2025-02-18T06:36:12.931Z] Login Succeeded [2025-02-18T06:36:12.931Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T06:36:12.947Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-02-18T06:36:13.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T06:36:13.287Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T06:36:13.313Z] ========================================================= [2025-02-18T06:36:13.313Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-02-18T06:36:13.313Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:36:13.683Z] + 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-02-18T06:36:13.684Z] Sending build context to Docker daemon 140.8kB [2025-02-18T06:36:13.958Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T06:36:13.958Z] Step 2/12 : FROM ${BASE} AS builder [2025-02-18T06:36:13.958Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-02-18T06:36:13.958Z] 9986a736f7d3: Pulling fs layer [2025-02-18T06:36:13.958Z] 1f018df60701: Pulling fs layer [2025-02-18T06:36:13.958Z] 39f8f326b044: Pulling fs layer [2025-02-18T06:36:13.958Z] e6a1e7a6a96a: Pulling fs layer [2025-02-18T06:36:13.958Z] 4f4fb700ef54: Pulling fs layer [2025-02-18T06:36:13.958Z] d45d956e0dbf: Pulling fs layer [2025-02-18T06:36:13.958Z] d7702b0d1db1: Pulling fs layer [2025-02-18T06:36:13.958Z] 5c7f0f088c93: Pulling fs layer [2025-02-18T06:36:13.958Z] 4fdc064ae6cf: Pulling fs layer [2025-02-18T06:36:13.958Z] e6a1e7a6a96a: Waiting [2025-02-18T06:36:13.958Z] 4f4fb700ef54: Waiting [2025-02-18T06:36:13.958Z] d45d956e0dbf: Waiting [2025-02-18T06:36:13.958Z] 5c7f0f088c93: Waiting [2025-02-18T06:36:13.958Z] d7702b0d1db1: Waiting [2025-02-18T06:36:13.958Z] 4fdc064ae6cf: Waiting [2025-02-18T06:36:13.958Z] 1f018df60701: Verifying Checksum [2025-02-18T06:36:13.958Z] 1f018df60701: Download complete [2025-02-18T06:36:14.228Z] e6a1e7a6a96a: Verifying Checksum [2025-02-18T06:36:14.228Z] e6a1e7a6a96a: Download complete [2025-02-18T06:36:14.228Z] 4f4fb700ef54: Verifying Checksum [2025-02-18T06:36:14.228Z] 4f4fb700ef54: Download complete [2025-02-18T06:36:14.228Z] d45d956e0dbf: Verifying Checksum [2025-02-18T06:36:14.228Z] d45d956e0dbf: Download complete [2025-02-18T06:36:14.228Z] d7702b0d1db1: Verifying Checksum [2025-02-18T06:36:14.228Z] d7702b0d1db1: Download complete [2025-02-18T06:36:14.228Z] 9986a736f7d3: Verifying Checksum [2025-02-18T06:36:14.228Z] 9986a736f7d3: Download complete [2025-02-18T06:36:14.821Z] 4fdc064ae6cf: Verifying Checksum [2025-02-18T06:36:14.821Z] 4fdc064ae6cf: Download complete [2025-02-18T06:36:15.090Z] 9986a736f7d3: Pull complete [2025-02-18T06:36:15.686Z] 1f018df60701: Pull complete [2025-02-18T06:36:15.992Z] 2f39f015ded8: Pull complete [2025-02-18T06:36:15.992Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-02-18T06:36:15.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T06:36:15.992Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:36:16.179Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:36:16.207Z] $ 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-02-18T06:36:16.371Z] 39f8f326b044: Download complete [2025-02-18T06:36:17.338Z] 5c7f0f088c93: Verifying Checksum [2025-02-18T06:36:17.338Z] 5c7f0f088c93: Download complete [2025-02-18T06:36:17.778Z] $ docker top 84e7b99d7c90abb47f14ab1a6821156247647a7051a49f8e5f5fe5d27beebd1c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:36:18.184Z] ---> job-cost.sh [2025-02-18T06:36:18.184Z] lf-activate-venv: SKIPPING [2025-02-18T06:36:18.184Z] INFO: No Stack... [2025-02-18T06:36:18.443Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-02-18T06:36:18.702Z] INFO: Archiving Costs [Pipeline] sh [2025-02-18T06:36:18.993Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-02-18T06:36:18.993Z] + cut -d, -f6 [Pipeline] lock [2025-02-18T06:36:19.009Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] [2025-02-18T06:36:19.016Z] Resource [jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] did not exist. Created. [2025-02-18T06:36:19.021Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-02-18T06:36:19.341Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-02-18T06:36:19.379Z] Stashed 1 file(s) [Pipeline] } [2025-02-18T06:36:19.386Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] [Pipeline] // lock [Pipeline] } [2025-02-18T06:36:19.415Z] $ docker stop --time=1 84e7b99d7c90abb47f14ab1a6821156247647a7051a49f8e5f5fe5d27beebd1c [2025-02-18T06:36:20.555Z] $ docker rm -f --volumes 84e7b99d7c90abb47f14ab1a6821156247647a7051a49f8e5f5fe5d27beebd1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-02-18T06:36:32.339Z] 39f8f326b044: Pull complete [2025-02-18T06:36:32.339Z] e6a1e7a6a96a: Pull complete [2025-02-18T06:36:32.339Z] 4f4fb700ef54: Pull complete [2025-02-18T06:36:32.339Z] d45d956e0dbf: Pull complete [2025-02-18T06:36:32.339Z] d7702b0d1db1: Pull complete [2025-02-18T06:36:38.999Z] 5c7f0f088c93: Pull complete [2025-02-18T06:36:40.954Z] 4fdc064ae6cf: Pull complete [2025-02-18T06:36:40.954Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-02-18T06:36:40.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-02-18T06:36:40.954Z] ---> 63f30b955cb9 [2025-02-18T06:36:40.954Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-02-18T06:36:41.923Z] ---> Running in 9bd8006c130d [2025-02-18T06:36:41.923Z] Removing intermediate container 9bd8006c130d [2025-02-18T06:36:41.923Z] ---> df48a8452d2f [2025-02-18T06:36:41.923Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T06:36:42.199Z] ---> Running in 58c19c9ff419 [2025-02-18T06:36:42.464Z] Removing intermediate container 58c19c9ff419 [2025-02-18T06:36:42.464Z] ---> 37319fd3ae79 [2025-02-18T06:36:42.464Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T06:36:42.464Z] ---> Running in 648e3c21003d [2025-02-18T06:36:42.732Z] Removing intermediate container 648e3c21003d [2025-02-18T06:36:42.733Z] ---> 1cdf4391135d [2025-02-18T06:36:42.733Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T06:36:42.733Z] ---> Running in 97423a37cf8e [2025-02-18T06:36:42.999Z] Removing intermediate container 97423a37cf8e [2025-02-18T06:36:42.999Z] ---> e2485c26c59d [2025-02-18T06:36:42.999Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T06:36:43.265Z] ---> Running in 1af371743c0d [2025-02-18T06:36:44.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T06:36:44.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T06:36:45.900Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2025-02-18T06:36:45.900Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-02-18T06:36:45.900Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2025-02-18T06:36:45.900Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2025-02-18T06:36:45.900Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T06:36:46.167Z] OK: 244 MiB in 62 packages [2025-02-18T06:36:47.125Z] Removing intermediate container 1af371743c0d [2025-02-18T06:36:47.125Z] ---> d940f6e2a4cf [2025-02-18T06:36:47.125Z] Step 8/12 : WORKDIR /device-rest-go [2025-02-18T06:36:47.125Z] ---> Running in bddee1f2f5e9 [2025-02-18T06:36:47.392Z] Removing intermediate container bddee1f2f5e9 [2025-02-18T06:36:47.392Z] ---> 4750952d634b [2025-02-18T06:36:47.392Z] Step 9/12 : COPY go.mod vendor* ./ [2025-02-18T06:36:47.985Z] ---> e45f46d05fbf [2025-02-18T06:36:47.985Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T06:36:47.985Z] ---> Running in b9dfd4c52c76 [2025-02-18T06:38:39.647Z] Removing intermediate container b9dfd4c52c76 [2025-02-18T06:38:39.647Z] ---> 3f152f32c888 [2025-02-18T06:38:39.647Z] Step 11/12 : COPY . . [2025-02-18T06:38:39.647Z] ---> c623065e5edd [2025-02-18T06:38:39.647Z] Step 12/12 : RUN $MAKE [2025-02-18T06:38:39.647Z] ---> Running in 2074d6001455 [2025-02-18T06:38:39.647Z] noop [2025-02-18T06:38:39.647Z] Removing intermediate container 2074d6001455 [2025-02-18T06:38:39.647Z] ---> 123fbaeb8cd0 [2025-02-18T06:38:39.647Z] Successfully built 123fbaeb8cd0 [2025-02-18T06:38:39.647Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:38:40.018Z] + docker inspect -f . ci-base-image-arm64 [2025-02-18T06:38:40.018Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:38:40.234Z] prd-ubuntu20.04-docker-arm64-4c-16g-39158 does not seem to be running inside a container [2025-02-18T06:38:40.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/186 -v /w/workspace/device-rest-go/186:/w/workspace/device-rest-go/186:rw,z -v /w/workspace/device-rest-go/186@tmp:/w/workspace/device-rest-go/186@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-02-18T06:38:41.469Z] $ docker top 770927f53045cf577f04ca44c0a40efca699b10d0e82eeab4869bbaeb7b2d6c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T06:38:42.301Z] + go version [2025-02-18T06:38:42.301Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-02-18T06:38:42.320Z] $ docker stop --time=1 770927f53045cf577f04ca44c0a40efca699b10d0e82eeab4869bbaeb7b2d6c4 [2025-02-18T06:38:43.967Z] $ docker rm -f --volumes 770927f53045cf577f04ca44c0a40efca699b10d0e82eeab4869bbaeb7b2d6c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:38:44.541Z] + docker inspect -f . ci-base-image-arm64 [2025-02-18T06:38:44.541Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:38:44.730Z] prd-ubuntu20.04-docker-arm64-4c-16g-39158 does not seem to be running inside a container [2025-02-18T06:38:44.794Z] $ 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/186 -v /w/workspace/device-rest-go/186:/w/workspace/device-rest-go/186:rw,z -v /w/workspace/device-rest-go/186@tmp:/w/workspace/device-rest-go/186@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-02-18T06:38:46.972Z] $ docker top 1d8afb96cae9533f207bad28701851f0a2185cdd79c5bf1fe4c33059bf6ce7ec -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T06:38:47.496Z] + git config --global --add safe.directory /w/workspace/device-rest-go/186 [Pipeline] fileExists [Pipeline] sh [2025-02-18T06:38:48.414Z] + make test [2025-02-18T06:38:48.414Z] go test ./... -coverprofile=coverage.out ./... [2025-02-18T06:38:53.764Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-02-18T06:42:15.560Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-02-18T06:42:22.199Z] ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 33.2% of statements [2025-02-18T06:42:22.564Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-02-18T06:42:22.564Z] go vet ./... [2025-02-18T06:43:11.135Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-02-18T06:43:11.136Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-02-18T06:43:11.136Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-02-18T06:43:11.155Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-02-18T06:43:11.179Z] $ docker stop --time=1 1d8afb96cae9533f207bad28701851f0a2185cdd79c5bf1fe4c33059bf6ce7ec [2025-02-18T06:43:13.097Z] $ docker rm -f --volumes 1d8afb96cae9533f207bad28701851f0a2185cdd79c5bf1fe4c33059bf6ce7ec [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T06:43:14.681Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-02-18T06:43:14.713Z] Warning: overwriting stash ‘coverage-report’ [2025-02-18T06:43:15.142Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-18T06:43:15.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-02-18T06:43:15.866Z] + ls -al . [2025-02-18T06:43:15.866Z] total 240 [2025-02-18T06:43:15.866Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 06:38 . [2025-02-18T06:43:15.866Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 06:35 .. [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 151 Feb 18 06:35 .dockerignore [2025-02-18T06:43:15.866Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 06:35 .git [2025-02-18T06:43:15.866Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 06:35 .github [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 264 Feb 18 06:35 .gitignore [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 18 06:35 .golangci.yml [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 20138 Feb 18 06:35 Attribution.txt [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 17685 Feb 18 06:35 CHANGELOG.md [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 1697 Feb 18 06:35 Dockerfile [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 18 06:35 GOVERNANCE.md [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 680 Feb 18 06:35 Jenkinsfile [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 18 06:35 LICENSE [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 2598 Feb 18 06:35 Makefile [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 620 Feb 18 06:35 OWNERS.md [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 3989 Feb 18 06:35 README.md [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 18 06:33 VERSION [2025-02-18T06:43:15.866Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 06:35 bin [2025-02-18T06:43:15.866Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 06:35 cmd [2025-02-18T06:43:15.866Z] -rw-r--r-- 1 jenkins jenkins 14565 Feb 18 06:42 coverage.out [2025-02-18T06:43:15.866Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 06:35 driver [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 6291 Feb 18 06:35 go.mod [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 86626 Feb 18 06:35 go.sum [2025-02-18T06:43:15.866Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 18 06:35 openapi [2025-02-18T06:43:15.866Z] -rw-rw-r-- 1 jenkins jenkins 713 Feb 18 06:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:43:16.210Z] + 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=4c8762db10e0facc8234d5cdc2b4007155e2b406 --label arch=arm64 --label version=4.0.0-dev.8 . [2025-02-18T06:43:16.210Z] Sending build context to Docker daemon 156.2kB [2025-02-18T06:43:16.477Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-02-18T06:43:16.477Z] Step 2/26 : FROM ${BASE} AS builder [2025-02-18T06:43:16.477Z] ---> 123fbaeb8cd0 [2025-02-18T06:43:16.477Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-02-18T06:43:16.477Z] ---> Running in 1815181139c6 [2025-02-18T06:43:16.745Z] Removing intermediate container 1815181139c6 [2025-02-18T06:43:16.745Z] ---> eaa34b3a2bb4 [2025-02-18T06:43:16.745Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-02-18T06:43:17.013Z] ---> Running in f3bb9c8bb26d [2025-02-18T06:43:17.280Z] Removing intermediate container f3bb9c8bb26d [2025-02-18T06:43:17.280Z] ---> b4c559519f78 [2025-02-18T06:43:17.280Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-02-18T06:43:17.280Z] ---> Running in 56e8692ce10b [2025-02-18T06:43:17.546Z] Removing intermediate container 56e8692ce10b [2025-02-18T06:43:17.546Z] ---> dd7bfd06ca42 [2025-02-18T06:43:17.546Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-02-18T06:43:17.546Z] ---> Running in f3d75de61432 [2025-02-18T06:43:17.819Z] Removing intermediate container f3d75de61432 [2025-02-18T06:43:17.819Z] ---> bc71ac458e78 [2025-02-18T06:43:17.819Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-02-18T06:43:18.092Z] ---> Running in ad5e97d21da8 [2025-02-18T06:43:19.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T06:43:19.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T06:43:20.725Z] OK: 244 MiB in 62 packages [2025-02-18T06:43:21.684Z] Removing intermediate container ad5e97d21da8 [2025-02-18T06:43:21.684Z] ---> f89764632f61 [2025-02-18T06:43:21.684Z] Step 8/26 : WORKDIR /device-rest-go [2025-02-18T06:43:21.684Z] ---> Running in 294ac768b384 [2025-02-18T06:43:21.951Z] Removing intermediate container 294ac768b384 [2025-02-18T06:43:21.951Z] ---> 43e5355d0907 [2025-02-18T06:43:21.951Z] Step 9/26 : COPY go.mod vendor* ./ [2025-02-18T06:43:22.533Z] ---> 61631e58a9e4 [2025-02-18T06:43:22.533Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-18T06:43:22.533Z] ---> Running in f86e0cee2c0b [2025-02-18T06:43:25.112Z] Removing intermediate container f86e0cee2c0b [2025-02-18T06:43:25.112Z] ---> a85cf4f651cf [2025-02-18T06:43:25.112Z] Step 11/26 : COPY . . [2025-02-18T06:43:25.112Z] ---> 3653cc4d5840 [2025-02-18T06:43:25.112Z] Step 12/26 : RUN $MAKE [2025-02-18T06:43:25.379Z] ---> Running in 2bb483e17028 [2025-02-18T06:43:26.339Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.0.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-02-18T06:46:48.067Z] Removing intermediate container 2bb483e17028 [2025-02-18T06:46:48.067Z] ---> 8c54920c9214 [2025-02-18T06:46:48.067Z] Step 13/26 : FROM alpine:3.20 [2025-02-18T06:46:48.067Z] 3.20: Pulling from library/alpine [2025-02-18T06:46:48.067Z] 94e9d8af2201: Pulling fs layer [2025-02-18T06:46:48.067Z] 94e9d8af2201: Verifying Checksum [2025-02-18T06:46:48.067Z] 94e9d8af2201: Download complete [2025-02-18T06:46:48.067Z] 94e9d8af2201: Pull complete [2025-02-18T06:46:48.067Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-02-18T06:46:48.067Z] Status: Downloaded newer image for alpine:3.20 [2025-02-18T06:46:48.067Z] ---> 7aab056cecc6 [2025-02-18T06:46:48.067Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-02-18T06:46:48.067Z] ---> Running in 6e55b9c3c821 [2025-02-18T06:46:48.067Z] Removing intermediate container 6e55b9c3c821 [2025-02-18T06:46:48.067Z] ---> c726b75bf537 [2025-02-18T06:46:48.067Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-02-18T06:46:48.067Z] ---> Running in bc503c18ae45 [2025-02-18T06:46:48.067Z] Removing intermediate container bc503c18ae45 [2025-02-18T06:46:48.067Z] ---> 62f9bf70767b [2025-02-18T06:46:48.067Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-02-18T06:46:48.067Z] ---> Running in a348ae07ba91 [2025-02-18T06:46:48.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T06:46:48.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T06:46:48.067Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-02-18T06:46:48.067Z] Executing busybox-1.36.1-r29.trigger [2025-02-18T06:46:48.067Z] OK: 9 MiB in 15 packages [2025-02-18T06:46:48.067Z] Removing intermediate container a348ae07ba91 [2025-02-18T06:46:48.067Z] ---> 70cb24405efd [2025-02-18T06:46:48.067Z] Step 17/26 : RUN apk --no-cache upgrade [2025-02-18T06:46:48.067Z] ---> Running in 844f4c39274d [2025-02-18T06:46:48.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-18T06:46:48.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-18T06:46:48.067Z] OK: 9 MiB in 15 packages [2025-02-18T06:46:48.067Z] Removing intermediate container 844f4c39274d [2025-02-18T06:46:48.067Z] ---> ee84fe4be74f [2025-02-18T06:46:48.067Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-02-18T06:46:48.067Z] ---> 2c041004a1c6 [2025-02-18T06:46:48.067Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-02-18T06:46:49.994Z] ---> 43894e76971e [2025-02-18T06:46:49.994Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-02-18T06:46:50.573Z] ---> da798519413b [2025-02-18T06:46:50.573Z] Step 21/26 : EXPOSE 59986 [2025-02-18T06:46:50.573Z] ---> Running in 28e1b69ac794 [2025-02-18T06:46:50.837Z] Removing intermediate container 28e1b69ac794 [2025-02-18T06:46:50.837Z] ---> 311fe296d32a [2025-02-18T06:46:50.837Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-02-18T06:46:50.837Z] ---> Running in 2eeff8153d64 [2025-02-18T06:46:51.103Z] Removing intermediate container 2eeff8153d64 [2025-02-18T06:46:51.103Z] ---> 0fbaadd79199 [2025-02-18T06:46:51.103Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-02-18T06:46:51.103Z] ---> Running in ad20bc9eed1e [2025-02-18T06:46:51.681Z] Removing intermediate container ad20bc9eed1e [2025-02-18T06:46:51.681Z] ---> 5f2ecb5f3751 [2025-02-18T06:46:51.681Z] Step 24/26 : LABEL arch=arm64 [2025-02-18T06:46:51.681Z] ---> Running in 561b7460deb8 [2025-02-18T06:46:51.945Z] Removing intermediate container 561b7460deb8 [2025-02-18T06:46:51.945Z] ---> 46bba20dbc55 [2025-02-18T06:46:51.945Z] Step 25/26 : LABEL git_sha=4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:46:51.945Z] ---> Running in 9af0a7f2092d [2025-02-18T06:46:52.210Z] Removing intermediate container 9af0a7f2092d [2025-02-18T06:46:52.210Z] ---> c8711bd35790 [2025-02-18T06:46:52.210Z] Step 26/26 : LABEL version=4.0.0-dev.8 [2025-02-18T06:46:52.210Z] ---> Running in 00e9b6f2ebf7 [2025-02-18T06:46:52.473Z] Removing intermediate container 00e9b6f2ebf7 [2025-02-18T06:46:52.473Z] ---> 2aa6ea8bbb12 [2025-02-18T06:46:52.473Z] [Warning] One or more build-args [ARCH] were not consumed [2025-02-18T06:46:52.473Z] Successfully built 2aa6ea8bbb12 [2025-02-18T06:46:52.473Z] 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-02-18T06:46:52.895Z] provisioning config files... [2025-02-18T06:46:52.907Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/186@tmp/config3342830198594858858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:46:53.245Z] ---> ****-login.sh [2025-02-18T06:46:53.245Z] nexus3.edgexfoundry.org:10001 [2025-02-18T06:46:53.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:46:53.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:46:53.510Z] Configure a credential helper to remove this warning. See [2025-02-18T06:46:53.510Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:46:53.510Z] [2025-02-18T06:46:53.510Z] Login Succeeded [2025-02-18T06:46:53.510Z] nexus3.edgexfoundry.org:10002 [2025-02-18T06:46:53.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:46:53.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:46:53.776Z] Configure a credential helper to remove this warning. See [2025-02-18T06:46:53.776Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:46:53.776Z] [2025-02-18T06:46:53.776Z] Login Succeeded [2025-02-18T06:46:53.776Z] nexus3.edgexfoundry.org:10003 [2025-02-18T06:46:54.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:46:54.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:46:54.308Z] Configure a credential helper to remove this warning. See [2025-02-18T06:46:54.308Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:46:54.308Z] [2025-02-18T06:46:54.308Z] Login Succeeded [2025-02-18T06:46:54.308Z] nexus3.edgexfoundry.org:10004 [2025-02-18T06:46:54.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:46:54.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:46:54.575Z] Configure a credential helper to remove this warning. See [2025-02-18T06:46:54.575Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:46:54.575Z] [2025-02-18T06:46:54.575Z] Login Succeeded [2025-02-18T06:46:54.575Z] ****.io [2025-02-18T06:46:54.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-18T06:46:55.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-18T06:46:55.102Z] Configure a credential helper to remove this warning. See [2025-02-18T06:46:55.103Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-18T06:46:55.103Z] [2025-02-18T06:46:55.103Z] Login Succeeded [2025-02-18T06:46:55.103Z] ---> ****-login.sh ends [Pipeline] } [2025-02-18T06:46:55.113Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T06:46:55.173Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-18T06:46:55.201Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-02-18T06:46:55.201Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:46:55.201Z] latest [2025-02-18T06:46:55.201Z] 4.0.0-dev.8 [2025-02-18T06:46:55.201Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [2025-02-18T06:46:55.201Z] main [2025-02-18T06:46:55.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:46:55.579Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:46:55.929Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:46:55.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-02-18T06:46:55.929Z] 40318051021b: Preparing [2025-02-18T06:46:55.929Z] 5059fb4beb75: Preparing [2025-02-18T06:46:55.929Z] bcda23b8f076: Preparing [2025-02-18T06:46:55.929Z] b35c7bd86c55: Preparing [2025-02-18T06:46:55.929Z] 9a1ba1f7f4bb: Preparing [2025-02-18T06:46:55.929Z] dd9c8f8612c8: Preparing [2025-02-18T06:46:55.929Z] dd9c8f8612c8: Waiting [2025-02-18T06:46:56.199Z] b35c7bd86c55: Pushed [2025-02-18T06:46:56.200Z] 5059fb4beb75: Pushed [2025-02-18T06:46:56.200Z] 9a1ba1f7f4bb: Pushed [2025-02-18T06:46:56.200Z] 40318051021b: Pushed [2025-02-18T06:46:56.200Z] dd9c8f8612c8: Layer already exists [2025-02-18T06:47:04.388Z] bcda23b8f076: Pushed [2025-02-18T06:47:04.388Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406: digest: sha256:4aa365af7e8bc6ded573faa4aeef7af217b08bd3f9b096a5cf6b90596923eff5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:04.750Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:05.101Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-02-18T06:47:05.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-02-18T06:47:05.101Z] 40318051021b: Preparing [2025-02-18T06:47:05.101Z] 5059fb4beb75: Preparing [2025-02-18T06:47:05.101Z] bcda23b8f076: Preparing [2025-02-18T06:47:05.101Z] b35c7bd86c55: Preparing [2025-02-18T06:47:05.101Z] 9a1ba1f7f4bb: Preparing [2025-02-18T06:47:05.101Z] dd9c8f8612c8: Preparing [2025-02-18T06:47:05.101Z] dd9c8f8612c8: Waiting [2025-02-18T06:47:05.101Z] b35c7bd86c55: Layer already exists [2025-02-18T06:47:05.101Z] 40318051021b: Layer already exists [2025-02-18T06:47:05.101Z] bcda23b8f076: Layer already exists [2025-02-18T06:47:05.101Z] 9a1ba1f7f4bb: Layer already exists [2025-02-18T06:47:05.101Z] 5059fb4beb75: Layer already exists [2025-02-18T06:47:05.101Z] dd9c8f8612c8: Layer already exists [2025-02-18T06:47:05.101Z] latest: digest: sha256:4aa365af7e8bc6ded573faa4aeef7af217b08bd3f9b096a5cf6b90596923eff5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:05.459Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:05.813Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.8 [2025-02-18T06:47:05.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-02-18T06:47:05.813Z] 40318051021b: Preparing [2025-02-18T06:47:05.813Z] 5059fb4beb75: Preparing [2025-02-18T06:47:05.813Z] bcda23b8f076: Preparing [2025-02-18T06:47:05.813Z] b35c7bd86c55: Preparing [2025-02-18T06:47:05.813Z] 9a1ba1f7f4bb: Preparing [2025-02-18T06:47:05.813Z] dd9c8f8612c8: Preparing [2025-02-18T06:47:05.813Z] dd9c8f8612c8: Waiting [2025-02-18T06:47:05.813Z] 9a1ba1f7f4bb: Layer already exists [2025-02-18T06:47:05.813Z] 40318051021b: Layer already exists [2025-02-18T06:47:05.813Z] bcda23b8f076: Layer already exists [2025-02-18T06:47:05.813Z] b35c7bd86c55: Layer already exists [2025-02-18T06:47:05.813Z] 5059fb4beb75: Layer already exists [2025-02-18T06:47:05.813Z] dd9c8f8612c8: Layer already exists [2025-02-18T06:47:05.813Z] 4.0.0-dev.8: digest: sha256:4aa365af7e8bc6ded573faa4aeef7af217b08bd3f9b096a5cf6b90596923eff5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:06.167Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:06.517Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [2025-02-18T06:47:06.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-02-18T06:47:06.517Z] 40318051021b: Preparing [2025-02-18T06:47:06.517Z] 5059fb4beb75: Preparing [2025-02-18T06:47:06.517Z] bcda23b8f076: Preparing [2025-02-18T06:47:06.517Z] b35c7bd86c55: Preparing [2025-02-18T06:47:06.517Z] 9a1ba1f7f4bb: Preparing [2025-02-18T06:47:06.517Z] dd9c8f8612c8: Preparing [2025-02-18T06:47:06.517Z] dd9c8f8612c8: Waiting [2025-02-18T06:47:06.517Z] b35c7bd86c55: Layer already exists [2025-02-18T06:47:06.517Z] 40318051021b: Layer already exists [2025-02-18T06:47:06.517Z] bcda23b8f076: Layer already exists [2025-02-18T06:47:06.517Z] 5059fb4beb75: Layer already exists [2025-02-18T06:47:06.517Z] 9a1ba1f7f4bb: Layer already exists [2025-02-18T06:47:06.517Z] dd9c8f8612c8: Layer already exists [2025-02-18T06:47:06.517Z] 4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8: digest: sha256:4aa365af7e8bc6ded573faa4aeef7af217b08bd3f9b096a5cf6b90596923eff5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:06.878Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:07.239Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-02-18T06:47:07.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-02-18T06:47:07.239Z] 40318051021b: Preparing [2025-02-18T06:47:07.239Z] 5059fb4beb75: Preparing [2025-02-18T06:47:07.239Z] bcda23b8f076: Preparing [2025-02-18T06:47:07.239Z] b35c7bd86c55: Preparing [2025-02-18T06:47:07.239Z] 9a1ba1f7f4bb: Preparing [2025-02-18T06:47:07.239Z] dd9c8f8612c8: Preparing [2025-02-18T06:47:07.239Z] dd9c8f8612c8: Waiting [2025-02-18T06:47:07.239Z] 9a1ba1f7f4bb: Layer already exists [2025-02-18T06:47:07.239Z] b35c7bd86c55: Layer already exists [2025-02-18T06:47:07.239Z] bcda23b8f076: Layer already exists [2025-02-18T06:47:07.239Z] 40318051021b: Layer already exists [2025-02-18T06:47:07.239Z] 5059fb4beb75: Layer already exists [2025-02-18T06:47:07.239Z] dd9c8f8612c8: Layer already exists [2025-02-18T06:47:07.239Z] main: digest: sha256:4aa365af7e8bc6ded573faa4aeef7af217b08bd3f9b096a5cf6b90596923eff5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-18T06:47:07.581Z] ===================================================== [Pipeline] echo [2025-02-18T06:47:07.598Z] taggedImages: [2025-02-18T06:47:07.598Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4c8762db10e0facc8234d5cdc2b4007155e2b406 [2025-02-18T06:47:07.598Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-02-18T06:47:07.598Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.8 [2025-02-18T06:47:07.598Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4c8762db10e0facc8234d5cdc2b4007155e2b406-4.0.0-dev.8 [2025-02-18T06:47:07.598Z] - 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-02-18T06:47:07.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-18T06:47:07.994Z] [2025-02-18T06:47:07.994Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:08.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-18T06:47:08.332Z] arm64: Pulling from edgex-lftools-log-publisher [2025-02-18T06:47:08.332Z] 8998bd30e6a1: Pulling fs layer [2025-02-18T06:47:08.332Z] 04944245beec: Pulling fs layer [2025-02-18T06:47:08.332Z] 699f458cf7ca: Pulling fs layer [2025-02-18T06:47:08.332Z] 765212b225bb: Pulling fs layer [2025-02-18T06:47:08.332Z] f23df028b6ca: Pulling fs layer [2025-02-18T06:47:08.332Z] d65c8cfc05b1: Pulling fs layer [2025-02-18T06:47:08.332Z] 2437ff75d9bd: Pulling fs layer [2025-02-18T06:47:08.332Z] f23df028b6ca: Waiting [2025-02-18T06:47:08.332Z] d65c8cfc05b1: Waiting [2025-02-18T06:47:08.332Z] 2437ff75d9bd: Waiting [2025-02-18T06:47:08.600Z] 04944245beec: Verifying Checksum [2025-02-18T06:47:08.600Z] 04944245beec: Download complete [2025-02-18T06:47:08.600Z] 765212b225bb: Verifying Checksum [2025-02-18T06:47:08.600Z] 765212b225bb: Download complete [2025-02-18T06:47:08.600Z] f23df028b6ca: Verifying Checksum [2025-02-18T06:47:08.600Z] f23df028b6ca: Download complete [2025-02-18T06:47:08.600Z] d65c8cfc05b1: Verifying Checksum [2025-02-18T06:47:08.600Z] d65c8cfc05b1: Download complete [2025-02-18T06:47:08.600Z] 699f458cf7ca: Verifying Checksum [2025-02-18T06:47:08.600Z] 699f458cf7ca: Download complete [2025-02-18T06:47:09.183Z] 8998bd30e6a1: Download complete [2025-02-18T06:47:11.758Z] 2437ff75d9bd: Verifying Checksum [2025-02-18T06:47:11.758Z] 2437ff75d9bd: Download complete [2025-02-18T06:47:13.697Z] 8998bd30e6a1: Pull complete [2025-02-18T06:47:14.654Z] 04944245beec: Pull complete [2025-02-18T06:47:16.061Z] 699f458cf7ca: Pull complete [2025-02-18T06:47:16.326Z] 765212b225bb: Pull complete [2025-02-18T06:47:17.280Z] f23df028b6ca: Pull complete [2025-02-18T06:47:17.547Z] d65c8cfc05b1: Pull complete [2025-02-18T06:47:35.735Z] 2437ff75d9bd: Pull complete [2025-02-18T06:47:35.735Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-02-18T06:47:35.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-18T06:47:35.735Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:47:35.935Z] prd-ubuntu20.04-docker-arm64-4c-16g-39158 does not seem to be running inside a container [2025-02-18T06:47:36.006Z] $ 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/186 -v /w/workspace/device-rest-go/186:/w/workspace/device-rest-go/186:rw,z -v /w/workspace/device-rest-go/186@tmp:/w/workspace/device-rest-go/186@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-02-18T06:47:38.553Z] $ docker top 96870852edad551a197edc593708fbd6ff213f5d5dbf28a617728f9a267f9b2e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:47:39.357Z] ---> job-cost.sh [2025-02-18T06:47:39.357Z] lf-activate-venv: SKIPPING [2025-02-18T06:47:39.357Z] INFO: No Stack... [2025-02-18T06:47:39.621Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-02-18T06:47:40.575Z] INFO: Archiving Costs [Pipeline] sh [2025-02-18T06:47:40.885Z] + cat /w/workspace/device-rest-go/186/archives/cost.csv [2025-02-18T06:47:40.885Z] + cut -d, -f6 [Pipeline] lock [2025-02-18T06:47:40.941Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] [2025-02-18T06:47:40.949Z] Resource [jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] did not exist. Created. [2025-02-18T06:47:40.956Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-02-18T06:47:41.302Z] /w/workspace/device-rest-go/186@tmp/durable-6a176f8c/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-02-18T06:47:41.736Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-02-18T06:47:41.754Z] Warning: overwriting stash ‘stack-cost’ [2025-02-18T06:47:41.791Z] Stashed 1 file(s) [Pipeline] } [2025-02-18T06:47:41.803Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-186-stack-cost] [Pipeline] // lock [Pipeline] } [2025-02-18T06:47:41.832Z] $ docker stop --time=1 96870852edad551a197edc593708fbd6ff213f5d5dbf28a617728f9a267f9b2e [2025-02-18T06:47:43.338Z] $ docker rm -f --volumes 96870852edad551a197edc593708fbd6ff213f5d5dbf28a617728f9a267f9b2e [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-02-18T06:47:43.870Z] provisioning config files... [2025-02-18T06:47:43.880Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2379343374472753399tmp [Pipeline] { [Pipeline] sh [2025-02-18T06:47:44.191Z] + set +x [2025-02-18T06:47:44.191Z] + bash -s -- [2025-02-18T06:47:44.191Z] + curl -s https://codecov.io/bash [2025-02-18T06:47:44.191Z] [2025-02-18T06:47:44.191Z] _____ _ [2025-02-18T06:47:44.191Z] / ____| | | [2025-02-18T06:47:44.191Z] | | ___ __| | ___ ___ _____ __ [2025-02-18T06:47:44.191Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-02-18T06:47:44.191Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-02-18T06:47:44.191Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-02-18T06:47:44.191Z] Bash-1.0.6 [2025-02-18T06:47:44.192Z] [2025-02-18T06:47:44.192Z] [2025-02-18T06:47:44.192Z] ==> git version 2.25.1 found [2025-02-18T06:47:44.192Z] ==> 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-02-18T06:47:44.192Z] Release-Date: 2020-01-08 [2025-02-18T06:47:44.192Z] 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-02-18T06:47:44.192Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-02-18T06:47:44.192Z] ==> Jenkins CI detected. [2025-02-18T06:47:44.192Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-02-18T06:47:44.192Z] project root: . [2025-02-18T06:47:44.192Z] --> token set from env [2025-02-18T06:47:44.192Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-02-18T06:47:44.453Z] ==> Running gcov in . (disable via -X gcov) [2025-02-18T06:47:44.453Z] ==> Python coveragepy not found [2025-02-18T06:47:44.453Z] ==> Searching for coverage reports in: [2025-02-18T06:47:44.453Z] + . [2025-02-18T06:47:44.453Z] -> Found 1 reports [2025-02-18T06:47:44.453Z] ==> Detecting git/mercurial file structure [2025-02-18T06:47:44.453Z] ==> Reading reports [2025-02-18T06:47:44.453Z] + ./coverage.out bytes=14565 [2025-02-18T06:47:44.453Z] ==> Appending adjustments [2025-02-18T06:47:44.453Z] https://docs.codecov.io/docs/fixing-reports [2025-02-18T06:47:44.453Z] + Found adjustments [2025-02-18T06:47:44.453Z] ==> Gzipping contents [2025-02-18T06:47:44.453Z] 4.0K /tmp/codecov.yLhtF4.gz [2025-02-18T06:47:44.453Z] ==> Uploading reports [2025-02-18T06:47:44.453Z] url: https://codecov.io [2025-02-18T06:47:44.453Z] query: branch=main&commit=4c8762db10e0facc8234d5cdc2b4007155e2b406&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F186%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-02-18T06:47:44.453Z] -> Pinging Codecov [2025-02-18T06:47:44.453Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4c8762db10e0facc8234d5cdc2b4007155e2b406&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F186%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-02-18T06:47:46.992Z] -> Uploading to [2025-02-18T06:47:46.992Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/4c8762db10e0facc8234d5cdc2b4007155e2b406/e657f2d9-1f0b-4e91-9a40-167de97cfd71.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250218%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250218T064746Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=51de77da6086f38062974db4f506c2bdfb1e01140604dad5310214e47c74f9c6 [2025-02-18T06:47:46.992Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-02-18T06:47:46.992Z] Dload Upload Total Spent Left Speed [2025-02-18T06:47:46.992Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2327 0 0 100 2327 0 14276 --:--:-- --:--:-- --:--:-- 14276 [2025-02-18T06:47:46.992Z] -> Reports have been successfully queued for processing at upstream connect error or disconnect/reset before headers. reset reason: connection terminationhttps://app.codecov.io/github/edgexfoundry/device-rest-go/commit/4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] } [2025-02-18T06:47:47.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-02-18T06:47:47.220Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-02-18T06:47:47.238Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:47.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-18T06:47:47.554Z] [2025-02-18T06:47:47.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:47:47.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-18T06:47:47.860Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-02-18T06:47:47.860Z] 43c4264eed91: Pulling fs layer [2025-02-18T06:47:47.860Z] 4cc291be95ef: Pulling fs layer [2025-02-18T06:47:47.860Z] 2ac1f1163629: Pulling fs layer [2025-02-18T06:47:47.860Z] 5c3c966382ef: Pulling fs layer [2025-02-18T06:47:47.860Z] 4f4fb700ef54: Pulling fs layer [2025-02-18T06:47:47.860Z] d9c7d2e4e75e: Pulling fs layer [2025-02-18T06:47:47.860Z] 9c3e1370e548: Pulling fs layer [2025-02-18T06:47:47.860Z] 4f4fb700ef54: Waiting [2025-02-18T06:47:47.860Z] d9c7d2e4e75e: Waiting [2025-02-18T06:47:47.860Z] 9c3e1370e548: Waiting [2025-02-18T06:47:47.860Z] 5c3c966382ef: Waiting [2025-02-18T06:47:47.861Z] 4cc291be95ef: Verifying Checksum [2025-02-18T06:47:47.861Z] 4cc291be95ef: Download complete [2025-02-18T06:47:47.861Z] 5c3c966382ef: Verifying Checksum [2025-02-18T06:47:47.861Z] 5c3c966382ef: Download complete [2025-02-18T06:47:47.861Z] 4f4fb700ef54: Verifying Checksum [2025-02-18T06:47:47.861Z] 4f4fb700ef54: Download complete [2025-02-18T06:47:47.861Z] 43c4264eed91: Download complete [2025-02-18T06:47:48.119Z] 43c4264eed91: Pull complete [2025-02-18T06:47:48.119Z] d9c7d2e4e75e: Verifying Checksum [2025-02-18T06:47:48.119Z] d9c7d2e4e75e: Download complete [2025-02-18T06:47:48.119Z] 4cc291be95ef: Pull complete [2025-02-18T06:47:48.378Z] 2ac1f1163629: Download complete [2025-02-18T06:47:48.946Z] 9c3e1370e548: Verifying Checksum [2025-02-18T06:47:48.946Z] 9c3e1370e548: Download complete [2025-02-18T06:47:52.230Z] 2ac1f1163629: Pull complete [2025-02-18T06:47:52.230Z] 5c3c966382ef: Pull complete [2025-02-18T06:47:52.230Z] 4f4fb700ef54: Pull complete [2025-02-18T06:47:52.230Z] d9c7d2e4e75e: Pull complete [2025-02-18T06:47:55.516Z] 9c3e1370e548: Pull complete [2025-02-18T06:47:55.516Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-02-18T06:47:55.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-18T06:47:55.516Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:47:55.695Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:47:55.781Z] $ 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-02-18T06:47:57.700Z] $ docker top c825256e8edd78ce2fdbaf0e30a25502721b3532587d4bca5d37b515178a885e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T06:47:58.075Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-02-18T06:47:58.085Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-02-18T06:47:58.362Z] + set -o pipefail [2025-02-18T06:47:58.362Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-02-18T06:48:04.935Z] [2025-02-18T06:48:04.935Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-02-18T06:48:04.935Z] [2025-02-18T06:48:04.935Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/2e2c80ae-9a7a-41de-bb4b-541dd9493610 [2025-02-18T06:48:04.935Z] [2025-02-18T06:48:04.935Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-02-18T06:48:04.935Z] [2025-02-18T06:48:05.502Z] [2025-02-18T06:48:05.502Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-02-18T06:48:05.502Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-02-18T06:48:05.511Z] $ docker stop --time=1 c825256e8edd78ce2fdbaf0e30a25502721b3532587d4bca5d37b515178a885e [2025-02-18T06:48:07.620Z] $ docker rm -f --volumes c825256e8edd78ce2fdbaf0e30a25502721b3532587d4bca5d37b515178a885e [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-02-18T06:48:08.480Z] + git log --format=format:%s -1 4c8762db10e0facc8234d5cdc2b4007155e2b406 [Pipeline] sh [2025-02-18T06:48:08.768Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T06:48:08.768Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:48:09.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T06:48:09.068Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:48:09.149Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:48:09.174Z] $ 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-02-18T06:48:09.513Z] $ docker top 25265a307e775b5f56438d47b8e28e1c50c59dbdc2456754f33c8e2f55994813 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T06:48:09.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T06:48:09.615Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T06:48:09.724Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T06:48:09.724Z] $ docker exec 25265a307e775b5f56438d47b8e28e1c50c59dbdc2456754f33c8e2f55994813 ssh-agent [2025-02-18T06:48:09.821Z] SSH_AUTH_SOCK=/tmp/ssh-ERdOO14kz8ex/agent.33 [2025-02-18T06:48:09.821Z] SSH_AGENT_PID=39 [2025-02-18T06:48:09.826Z] Running ssh-add (command line suppressed) [2025-02-18T06:48:09.930Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_16031886587225925404.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_16031886587225925404.key) [2025-02-18T06:48:09.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T06:48:10.241Z] + git semver tag [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,400 [run_tag] DEBUG tag force:False [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,400 [check_head_tag] DEBUG check head tag [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,402 [execute] INFO git cat-file --batch-check [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,402 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,406 [execute] INFO git cat-file --batch [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,406 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,429 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,429 [execute] INFO git tag -a v4.0.0-dev.8 -m v4.0.0-dev.8 [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,430 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.8', '-m', 'v4.0.0-dev.8'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2025-02-18T06:48:10.500Z] 2025-02-18 06:48:10,433 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:48:10.500Z] 4.0.0-dev.8 [Pipeline] } [2025-02-18T06:48:10.506Z] $ docker exec --env ******** --env ******** 25265a307e775b5f56438d47b8e28e1c50c59dbdc2456754f33c8e2f55994813 ssh-agent -k [2025-02-18T06:48:10.603Z] unset SSH_AUTH_SOCK; [2025-02-18T06:48:10.604Z] unset SSH_AGENT_PID; [2025-02-18T06:48:10.604Z] echo Agent pid 39 killed; [2025-02-18T06:48:10.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T06:48:10.940Z] + git semver [Pipeline] } [2025-02-18T06:48:11.210Z] $ docker stop --time=1 25265a307e775b5f56438d47b8e28e1c50c59dbdc2456754f33c8e2f55994813 [2025-02-18T06:48:12.466Z] $ docker rm -f --volumes 25265a307e775b5f56438d47b8e28e1c50c59dbdc2456754f33c8e2f55994813 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:48:12.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-18T06:48:12.891Z] [2025-02-18T06:48:12.891Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:48:13.200Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-18T06:48:13.200Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-02-18T06:48:13.200Z] ab5ef0e58194: Pulling fs layer [2025-02-18T06:48:13.200Z] 9712f1f96733: Pulling fs layer [2025-02-18T06:48:13.200Z] 63f879dbbcfc: Pulling fs layer [2025-02-18T06:48:13.200Z] 0d9ebad4ef96: Pulling fs layer [2025-02-18T06:48:13.200Z] e9a5061849ea: Pulling fs layer [2025-02-18T06:48:13.200Z] 0d9ebad4ef96: Waiting [2025-02-18T06:48:13.200Z] d747dcd14b5f: Pulling fs layer [2025-02-18T06:48:13.200Z] 2de7ff778b66: Pulling fs layer [2025-02-18T06:48:13.200Z] e9a5061849ea: Waiting [2025-02-18T06:48:13.200Z] d747dcd14b5f: Waiting [2025-02-18T06:48:13.200Z] 2de7ff778b66: Waiting [2025-02-18T06:48:13.200Z] 9712f1f96733: Verifying Checksum [2025-02-18T06:48:13.200Z] 9712f1f96733: Download complete [2025-02-18T06:48:13.461Z] 63f879dbbcfc: Verifying Checksum [2025-02-18T06:48:13.462Z] 63f879dbbcfc: Download complete [2025-02-18T06:48:13.720Z] e9a5061849ea: Verifying Checksum [2025-02-18T06:48:13.720Z] e9a5061849ea: Download complete [2025-02-18T06:48:13.720Z] d747dcd14b5f: Download complete [2025-02-18T06:48:13.720Z] ab5ef0e58194: Verifying Checksum [2025-02-18T06:48:13.720Z] ab5ef0e58194: Download complete [2025-02-18T06:48:13.720Z] 0d9ebad4ef96: Verifying Checksum [2025-02-18T06:48:13.720Z] 0d9ebad4ef96: Download complete [2025-02-18T06:48:13.720Z] 2de7ff778b66: Verifying Checksum [2025-02-18T06:48:13.720Z] 2de7ff778b66: Download complete [2025-02-18T06:48:16.249Z] ab5ef0e58194: Pull complete [2025-02-18T06:48:16.249Z] 9712f1f96733: Pull complete [2025-02-18T06:48:16.815Z] 63f879dbbcfc: Pull complete [2025-02-18T06:48:20.097Z] 0d9ebad4ef96: Pull complete [2025-02-18T06:48:20.355Z] e9a5061849ea: Pull complete [2025-02-18T06:48:20.355Z] d747dcd14b5f: Pull complete [2025-02-18T06:48:21.289Z] 2de7ff778b66: Pull complete [2025-02-18T06:48:21.289Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-02-18T06:48:21.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-18T06:48:21.289Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:48:21.397Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:48:21.425Z] $ 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-02-18T06:48:23.672Z] $ docker top 869e1ea577ba0388670ffc114ee7e2c8f8263cf52d537bfadd8ea212e9bdb8c9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-02-18T06:48:23.763Z] provisioning config files... [2025-02-18T06:48:23.769Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12353216775820638374tmp [2025-02-18T06:48:23.782Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5749079424033179584tmp [2025-02-18T06:48:23.790Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11792631483203828431tmp [Pipeline] { [Pipeline] echo [2025-02-18T06:48:23.821Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:24.115Z] ---> sigul-configuration.sh [2025-02-18T06:48:24.115Z] gpg: directory `/root/.gnupg' created [2025-02-18T06:48:24.115Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-02-18T06:48:24.115Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-02-18T06:48:24.115Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-02-18T06:48:24.115Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-02-18T06:48:24.115Z] gpg: CAST5 encrypted data [2025-02-18T06:48:24.115Z] gpg: encrypted with 1 passphrase [2025-02-18T06:48:24.115Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-02-18T06:48:24.411Z] + mkdir /home/jenkins [2025-02-18T06:48:24.411Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-02-18T06:48:24.709Z] + 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-02-18T06:48:24.725Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:25.018Z] ---> sigul-install.sh [2025-02-18T06:48:25.018Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-02-18T06:48:25.312Z] + git tag --list [2025-02-18T06:48:25.312Z] v1.0.0 [2025-02-18T06:48:25.312Z] v1.1.0 [2025-02-18T06:48:25.312Z] v1.1.1 [2025-02-18T06:48:25.312Z] v1.1.2 [2025-02-18T06:48:25.312Z] v1.2.0 [2025-02-18T06:48:25.312Z] v1.2.1 [2025-02-18T06:48:25.312Z] v2.0.0 [2025-02-18T06:48:25.312Z] v2.1.0 [2025-02-18T06:48:25.312Z] v2.1.1 [2025-02-18T06:48:25.312Z] v2.2.0 [2025-02-18T06:48:25.312Z] v2.3.0 [2025-02-18T06:48:25.312Z] v3.0 [2025-02-18T06:48:25.312Z] v3.0.0 [2025-02-18T06:48:25.312Z] v3.1 [2025-02-18T06:48:25.312Z] v3.1.0 [2025-02-18T06:48:25.312Z] v3.1.0-dev.1 [2025-02-18T06:48:25.312Z] v3.1.0-dev.10 [2025-02-18T06:48:25.312Z] v3.1.0-dev.11 [2025-02-18T06:48:25.312Z] v3.1.0-dev.12 [2025-02-18T06:48:25.312Z] v3.1.0-dev.13 [2025-02-18T06:48:25.312Z] v3.1.0-dev.14 [2025-02-18T06:48:25.312Z] v3.1.0-dev.15 [2025-02-18T06:48:25.312Z] v3.1.0-dev.16 [2025-02-18T06:48:25.312Z] v3.1.0-dev.17 [2025-02-18T06:48:25.312Z] v3.1.0-dev.18 [2025-02-18T06:48:25.312Z] v3.1.0-dev.19 [2025-02-18T06:48:25.312Z] v3.1.0-dev.2 [2025-02-18T06:48:25.312Z] v3.1.0-dev.20 [2025-02-18T06:48:25.312Z] v3.1.0-dev.21 [2025-02-18T06:48:25.312Z] v3.1.0-dev.22 [2025-02-18T06:48:25.312Z] v3.1.0-dev.23 [2025-02-18T06:48:25.312Z] v3.1.0-dev.24 [2025-02-18T06:48:25.312Z] v3.1.0-dev.25 [2025-02-18T06:48:25.312Z] v3.1.0-dev.26 [2025-02-18T06:48:25.312Z] v3.1.0-dev.27 [2025-02-18T06:48:25.312Z] v3.1.0-dev.28 [2025-02-18T06:48:25.312Z] v3.1.0-dev.29 [2025-02-18T06:48:25.312Z] v3.1.0-dev.3 [2025-02-18T06:48:25.312Z] v3.1.0-dev.30 [2025-02-18T06:48:25.312Z] v3.1.0-dev.31 [2025-02-18T06:48:25.312Z] v3.1.0-dev.32 [2025-02-18T06:48:25.312Z] v3.1.0-dev.4 [2025-02-18T06:48:25.312Z] v3.1.0-dev.5 [2025-02-18T06:48:25.312Z] v3.1.0-dev.6 [2025-02-18T06:48:25.312Z] v3.1.0-dev.7 [2025-02-18T06:48:25.312Z] v3.1.0-dev.8 [2025-02-18T06:48:25.312Z] v3.1.0-dev.9 [2025-02-18T06:48:25.312Z] v3.1.1 [2025-02-18T06:48:25.312Z] v3.2.0-dev.1 [2025-02-18T06:48:25.312Z] v3.2.0-dev.10 [2025-02-18T06:48:25.312Z] v3.2.0-dev.11 [2025-02-18T06:48:25.312Z] v3.2.0-dev.12 [2025-02-18T06:48:25.312Z] v3.2.0-dev.13 [2025-02-18T06:48:25.312Z] v3.2.0-dev.14 [2025-02-18T06:48:25.312Z] v3.2.0-dev.15 [2025-02-18T06:48:25.312Z] v3.2.0-dev.16 [2025-02-18T06:48:25.312Z] v3.2.0-dev.17 [2025-02-18T06:48:25.312Z] v3.2.0-dev.18 [2025-02-18T06:48:25.312Z] v3.2.0-dev.19 [2025-02-18T06:48:25.312Z] v3.2.0-dev.2 [2025-02-18T06:48:25.312Z] v3.2.0-dev.20 [2025-02-18T06:48:25.312Z] v3.2.0-dev.21 [2025-02-18T06:48:25.312Z] v3.2.0-dev.22 [2025-02-18T06:48:25.312Z] v3.2.0-dev.23 [2025-02-18T06:48:25.312Z] v3.2.0-dev.24 [2025-02-18T06:48:25.312Z] v3.2.0-dev.25 [2025-02-18T06:48:25.312Z] v3.2.0-dev.3 [2025-02-18T06:48:25.312Z] v3.2.0-dev.4 [2025-02-18T06:48:25.312Z] v3.2.0-dev.5 [2025-02-18T06:48:25.312Z] v3.2.0-dev.6 [2025-02-18T06:48:25.312Z] v3.2.0-dev.7 [2025-02-18T06:48:25.312Z] v3.2.0-dev.8 [2025-02-18T06:48:25.312Z] v3.2.0-dev.9 [2025-02-18T06:48:25.312Z] v4.0.0-dev.1 [2025-02-18T06:48:25.312Z] v4.0.0-dev.2 [2025-02-18T06:48:25.312Z] v4.0.0-dev.3 [2025-02-18T06:48:25.312Z] v4.0.0-dev.4 [2025-02-18T06:48:25.312Z] v4.0.0-dev.5 [2025-02-18T06:48:25.312Z] v4.0.0-dev.6 [2025-02-18T06:48:25.312Z] v4.0.0-dev.7 [2025-02-18T06:48:25.312Z] v4.0.0-dev.8 [Pipeline] sh [2025-02-18T06:48:25.605Z] + lftools sign git-tag v4.0.0-dev.8 [2025-02-18T06:48:26.174Z] Signing Git tag with Sigul... [2025-02-18T06:48:26.174Z] Signing v4.0.0-dev.8 [Pipeline] echo [2025-02-18T06:48:26.447Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:26.737Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-02-18T06:48:26.743Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-02-18T06:48:26.771Z] $ docker stop --time=1 869e1ea577ba0388670ffc114ee7e2c8f8263cf52d537bfadd8ea212e9bdb8c9 [2025-02-18T06:48:28.070Z] $ docker rm -f --volumes 869e1ea577ba0388670ffc114ee7e2c8f8263cf52d537bfadd8ea212e9bdb8c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-02-18T06:48:28.528Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T06:48:28.528Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:48:28.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T06:48:28.836Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:48:28.921Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:48:28.946Z] $ 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-02-18T06:48:29.289Z] $ docker top 0cbdfd454b080ba4516f93314b3348b524f3bfe8bd8e72036b5ee7ce758ad78a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T06:48:29.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T06:48:29.404Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T06:48:29.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T06:48:29.515Z] $ docker exec 0cbdfd454b080ba4516f93314b3348b524f3bfe8bd8e72036b5ee7ce758ad78a ssh-agent [2025-02-18T06:48:29.636Z] SSH_AUTH_SOCK=/tmp/ssh-xaOiuqS7nblX/agent.31 [2025-02-18T06:48:29.636Z] SSH_AGENT_PID=37 [2025-02-18T06:48:29.641Z] Running ssh-add (command line suppressed) [2025-02-18T06:48:29.737Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10694571737310818393.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10694571737310818393.key) [2025-02-18T06:48:29.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T06:48:30.046Z] + git semver bump pre [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,246 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,246 [bump_version] DEBUG bumping version:4.0.0-dev.8 on axis:pre with prefix:dev [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,246 [bump_version] DEBUG bumped version:4.0.0-dev.9 [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,246 [write_version] DEBUG write version:4.0.0-dev.9 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,246 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,246 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,248 [execute] INFO git cat-file --batch-check [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,248 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,253 [execute] INFO git cat-file --batch [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-18T06:48:30.305Z] 2025-02-18 06:48:30,257 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:48:30.305Z] 4.0.0-dev.9 [Pipeline] } [2025-02-18T06:48:30.311Z] $ docker exec --env ******** --env ******** 0cbdfd454b080ba4516f93314b3348b524f3bfe8bd8e72036b5ee7ce758ad78a ssh-agent -k [2025-02-18T06:48:30.408Z] unset SSH_AUTH_SOCK; [2025-02-18T06:48:30.409Z] unset SSH_AGENT_PID; [2025-02-18T06:48:30.409Z] echo Agent pid 37 killed; [2025-02-18T06:48:30.420Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T06:48:30.751Z] + git semver [Pipeline] } [2025-02-18T06:48:31.020Z] $ docker stop --time=1 0cbdfd454b080ba4516f93314b3348b524f3bfe8bd8e72036b5ee7ce758ad78a [2025-02-18T06:48:32.295Z] $ docker rm -f --volumes 0cbdfd454b080ba4516f93314b3348b524f3bfe8bd8e72036b5ee7ce758ad78a [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-18T06:48:32.654Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-18T06:48:32.655Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:48:32.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-18T06:48:32.959Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:48:33.029Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:48:33.055Z] $ 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-02-18T06:48:33.359Z] $ docker top b94e0c871794531341ccf0d10503cd75a5c6a87c85fb7d57ff555924990a7554 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-18T06:48:33.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-18T06:48:33.464Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-18T06:48:33.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-18T06:48:33.573Z] $ docker exec b94e0c871794531341ccf0d10503cd75a5c6a87c85fb7d57ff555924990a7554 ssh-agent [2025-02-18T06:48:33.677Z] SSH_AUTH_SOCK=/tmp/ssh-7c0UEasqnCE3/agent.32 [2025-02-18T06:48:33.677Z] SSH_AGENT_PID=38 [2025-02-18T06:48:33.682Z] Running ssh-add (command line suppressed) [2025-02-18T06:48:33.783Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5458641574045215954.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5458641574045215954.key) [2025-02-18T06:48:33.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-18T06:48:34.096Z] + git semver push [2025-02-18T06:48:34.355Z] 2025-02-18 06:48:34,249 [run_push] DEBUG push [2025-02-18T06:48:34.355Z] 2025-02-18 06:48:34,250 [execute] INFO git cat-file --batch-check [2025-02-18T06:48:34.355Z] 2025-02-18 06:48:34,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-18T06:48:34.355Z] 2025-02-18 06:48:34,253 [execute] INFO git rev-list fe7a8f3c9721a956dcc6e0331ce6a47918ea12cf -- [2025-02-18T06:48:34.355Z] 2025-02-18 06:48:34,253 [execute] DEBUG Popen(['git', 'rev-list', 'fe7a8f3c9721a956dcc6e0331ce6a47918ea12cf', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-02-18T06:48:34.355Z] 2025-02-18 06:48:34,261 [execute] INFO git fetch -v origin [2025-02-18T06:48:34.355Z] 2025-02-18 06:48:34,262 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-02-18T06:48:34.922Z] 2025-02-18 06:48:34,707 [run_push] DEBUG no remote changes detected [2025-02-18T06:48:34.922Z] 2025-02-18 06:48:34,707 [execute] INFO git push origin semver [2025-02-18T06:48:34.922Z] 2025-02-18 06:48:34,707 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-02-18T06:48:37.454Z] 2025-02-18 06:48:37,340 [run_push] DEBUG push all version tags [2025-02-18T06:48:37.454Z] 2025-02-18 06:48:37,341 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-02-18T06:48:37.454Z] 2025-02-18 06:48:37,341 [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-02-18T06:48:38.023Z] 2025-02-18 06:48:37,926 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-02-18T06:48:38.023Z] 4.0.0-dev.9 [Pipeline] } [2025-02-18T06:48:38.030Z] $ docker exec --env ******** --env ******** b94e0c871794531341ccf0d10503cd75a5c6a87c85fb7d57ff555924990a7554 ssh-agent -k [2025-02-18T06:48:38.136Z] unset SSH_AUTH_SOCK; [2025-02-18T06:48:38.136Z] unset SSH_AGENT_PID; [2025-02-18T06:48:38.137Z] echo Agent pid 38 killed; [2025-02-18T06:48:38.148Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-18T06:48:38.472Z] + git semver [Pipeline] } [2025-02-18T06:48:38.740Z] $ docker stop --time=1 b94e0c871794531341ccf0d10503cd75a5c6a87c85fb7d57ff555924990a7554 [2025-02-18T06:48:40.029Z] $ docker rm -f --volumes b94e0c871794531341ccf0d10503cd75a5c6a87c85fb7d57ff555924990a7554 [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-02-18T06:48:40.723Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-02-18T06:48:40.723Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-02-18T06:48:40.723Z] total 16 [2025-02-18T06:48:40.723Z] drwxr-xr-x 3 root root 4096 Feb 18 06:36 . [2025-02-18T06:48:40.723Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 18 06:48 .. [2025-02-18T06:48:40.723Z] drwxr-xr-x 2 root root 4096 Feb 18 06:36 cost [2025-02-18T06:48:40.723Z] -rw-r--r-- 1 root root 86 Feb 18 06:36 cost.csv [2025-02-18T06:48:40.724Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-02-18T06:48:40.724Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-02-18T06:48:40.724Z] total 16 [2025-02-18T06:48:40.724Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 18 06:36 . [2025-02-18T06:48:40.724Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 18 06:48 .. [2025-02-18T06:48:40.724Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 18 06:36 cost [2025-02-18T06:48:40.724Z] -rw-r--r-- 1 jenkins jenkins 86 Feb 18 06:36 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:41.013Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:41.873Z] ---> package-listing.sh [2025-02-18T06:48:41.873Z] ++ facter osfamily [2025-02-18T06:48:41.873Z] ++ tr '[:upper:]' '[:lower:]' [2025-02-18T06:48:42.133Z] + OS_FAMILY=debian [2025-02-18T06:48:42.133Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-02-18T06:48:42.133Z] + START_PACKAGES=/tmp/packages_start.txt [2025-02-18T06:48:42.133Z] + END_PACKAGES=/tmp/packages_end.txt [2025-02-18T06:48:42.133Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-02-18T06:48:42.133Z] + PACKAGES=/tmp/packages_start.txt [2025-02-18T06:48:42.133Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-02-18T06:48:42.133Z] + PACKAGES=/tmp/packages_end.txt [2025-02-18T06:48:42.133Z] + case "${OS_FAMILY}" in [2025-02-18T06:48:42.133Z] + dpkg -l [2025-02-18T06:48:42.133Z] + grep '^ii' [2025-02-18T06:48:42.133Z] + '[' -f /tmp/packages_start.txt ']' [2025-02-18T06:48:42.133Z] + '[' -f /tmp/packages_end.txt ']' [2025-02-18T06:48:42.133Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-02-18T06:48:42.133Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-02-18T06:48:42.133Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-02-18T06:48:42.133Z] + 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-02-18T06:48:42.143Z] 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-02-18T06:48:42.425Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-18T06:48:43.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-18T06:48:43.000Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-18T06:48:43.084Z] prd-ubuntu20.04-docker-8c-8g-39157 does not seem to be running inside a container [2025-02-18T06:48:43.112Z] $ 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-02-18T06:48:43.315Z] $ docker top e0748843039faa7eca0d109606e9764c5dc2b238d5ae4718dc9bab34fa3f6b00 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-18T06:48:43.666Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-02-18T06:48:43.964Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-02-18T06:48:44.248Z] + ls /var/log/sa-host [2025-02-18T06:48:44.248Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-18T06:48:44.414Z] provisioning config files... [2025-02-18T06:48:44.424Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12238444381420367413tmp [Pipeline] { [Pipeline] echo [2025-02-18T06:48:44.441Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:44.730Z] ---> create-netrc.sh [Pipeline] } [2025-02-18T06:48:44.737Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:45.084Z] ---> python-tools-install.sh [Pipeline] echo [2025-02-18T06:48:45.092Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:45.374Z] ---> sudo-logs.sh [2025-02-18T06:48:45.375Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-02-18T06:48:45.409Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:45.693Z] ---> job-cost.sh [2025-02-18T06:48:45.693Z] lf-activate-venv: SKIPPING [2025-02-18T06:48:45.693Z] DEBUG: total: 0.2199999988079071 [2025-02-18T06:48:45.693Z] INFO: Retrieving Stack Cost... [2025-02-18T06:48:46.261Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-02-18T06:48:46.523Z] INFO: Archiving Costs [Pipeline] echo [2025-02-18T06:48:46.538Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-18T06:48:46.818Z] ---> logs-deploy.sh [2025-02-18T06:48:46.818Z] lf-activate-venv: SKIPPING [2025-02-18T06:48:46.818Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/186 [2025-02-18T06:48:46.818Z] INFO: archiving workspace using pattern(s): [2025-02-18T06:48:47.756Z] Archives upload complete. [2025-02-18T06:48:47.756Z] INFO: archiving logs to Nexus