Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f73af9fb476840cf8901b7429a17d9f184c17d1d 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-ssh6305035848719318142.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh18162156867835756598.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-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-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11813558073105586317.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5674787705439665583.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-sdk-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-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14337058413388957358.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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3225’ Running on prd-ubuntu20.04-docker-8c-8g-3239 in /w/workspace/edgexfoundry_device-sdk-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-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f73af9fb476840cf8901b7429a17d9f184c17d1d (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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 f73af9fb476840cf8901b7429a17d9f184c17d1d # timeout=10 Commit message: "Merge pull request #1729 from yichun-chou/EDX-5631-branch" > git rev-list --no-walk 05a2533cebf2158f1f8d7aa1f8baeaf4726edb2b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-13T08:04:50.905Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-13T08:04:51.004Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-13T08:04:51.034Z] ========================================================= [2025-06-13T08:04:51.034Z] EdgeX Global Pipelines Version Info [2025-06-13T08:04:51.034Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:04:51.785Z] ------------------- [2025-06-13T08:04:51.785Z] stable info: [2025-06-13T08:04:51.785Z] ------------------- [2025-06-13T08:04:51.785Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-13T08:04:51.785Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-13T08:04:51.785Z] Message: update stable to v1.0.274 [2025-06-13T08:04:52.732Z] ------------------- [2025-06-13T08:04:52.732Z] experimental info: [2025-06-13T08:04:52.732Z] ------------------- [2025-06-13T08:04:52.732Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-13T08:04:52.732Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-13T08:04:52.732Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-13T08:04:52.819Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-06-13T08:04:52.842Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-06-13T08:04:52.863Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-13T08:04:52.887Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-13T08:04:52.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-13T08:04:52.926Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-13T08:04:52.950Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-13T08:04:52.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-06-13T08:04:52.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-13T08:04:53.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-13T08:04:53.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-13T08:04:53.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-06-13T08:04:53.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-13T08:04:53.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-13T08:04:53.145Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-13T08:04:53.167Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-06-13T08:04:53.193Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-13T08:04:53.218Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-13T08:04:53.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-13T08:04:53.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-13T08:04:53.307Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-13T08:04:53.337Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-13T08:04:53.357Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-13T08:04:53.380Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-13T08:04:53.404Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-13T08:04:53.427Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-13T08:04:53.450Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-13T08:04:53.474Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-13T08:04:53.498Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-13T08:04:53.526Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-13T08:04:53.550Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo [2025-06-13T08:04:53.569Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f73af9f [Pipeline] echo [2025-06-13T08:04:53.593Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T08:04:53.659Z] provisioning config files... [2025-06-13T08:04:53.674Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8534820430334843035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:04:54.007Z] ---> ****-login.sh [2025-06-13T08:04:54.007Z] nexus3.edgexfoundry.org:10001 [2025-06-13T08:04:54.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:04:54.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:04:54.268Z] Configure a credential helper to remove this warning. See [2025-06-13T08:04:54.268Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:04:54.268Z] [2025-06-13T08:04:54.268Z] Login Succeeded [2025-06-13T08:04:54.268Z] nexus3.edgexfoundry.org:10002 [2025-06-13T08:04:54.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:04:54.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:04:54.530Z] Configure a credential helper to remove this warning. See [2025-06-13T08:04:54.530Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:04:54.530Z] [2025-06-13T08:04:54.530Z] Login Succeeded [2025-06-13T08:04:54.530Z] nexus3.edgexfoundry.org:10003 [2025-06-13T08:04:54.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:04:54.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:04:54.530Z] Configure a credential helper to remove this warning. See [2025-06-13T08:04:54.530Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:04:54.530Z] [2025-06-13T08:04:54.530Z] Login Succeeded [2025-06-13T08:04:54.530Z] nexus3.edgexfoundry.org:10004 [2025-06-13T08:04:54.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:04:54.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:04:54.791Z] Configure a credential helper to remove this warning. See [2025-06-13T08:04:54.791Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:04:54.791Z] [2025-06-13T08:04:54.791Z] Login Succeeded [2025-06-13T08:04:54.791Z] ****.io [2025-06-13T08:04:54.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:04:55.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:04:55.052Z] Configure a credential helper to remove this warning. See [2025-06-13T08:04:55.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:04:55.052Z] [2025-06-13T08:04:55.052Z] Login Succeeded [2025-06-13T08:04:55.052Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T08:04:55.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-13T08:04:55.471Z] + git rev-list -1 --merges f73af9fb476840cf8901b7429a17d9f184c17d1d~1..f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo [2025-06-13T08:04:55.498Z] -----------> git rev-list -1 --merges f73af9fb476840cf8901b7429a17d9f184c17d1d~1..f73af9fb476840cf8901b7429a17d9f184c17d1d f73af9fb476840cf8901b7429a17d9f184c17d1d [2025-06-13T08:04:55.498Z] f73af9fb476840cf8901b7429a17d9f184c17d1d [false] [Pipeline] sh [2025-06-13T08:04:55.792Z] + git log --format=format:%s -1 f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo [2025-06-13T08:04:55.809Z] ========================================================= [2025-06-13T08:04:55.809Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-13T08:04:55.809Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-13T08:04:56.161Z] + git log --format=format:%s -1 f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo [2025-06-13T08:04:56.174Z] [semverPrep] GIT_COMMIT: f73af9fb476840cf8901b7429a17d9f184c17d1d, Commit Message: Merge pull request #1729 from yichun-chou/EDX-5631-branch [Pipeline] echo [2025-06-13T08:04:56.188Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-13T08:04:56.550Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-13T08:04:56.550Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-13T08:04:56.550Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-13T08:04:56.550Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-13T08:04:56.550Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-13T08:04:56.550Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-13T08:04:56.550Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:04:56.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T08:04:56.900Z] [2025-06-13T08:04:56.900Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:04:57.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T08:04:57.221Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-13T08:04:57.221Z] 3dae71ba6b94: Pulling fs layer [2025-06-13T08:04:57.221Z] 6bf1a483ea7c: Pulling fs layer [2025-06-13T08:04:57.221Z] f5dfc541a4d3: Pulling fs layer [2025-06-13T08:04:57.221Z] 461d9e800cba: Pulling fs layer [2025-06-13T08:04:57.221Z] 80192f66455f: Pulling fs layer [2025-06-13T08:04:57.221Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-13T08:04:57.221Z] 461d9e800cba: Waiting [2025-06-13T08:04:57.221Z] 2e8e34ca0e6c: Waiting [2025-06-13T08:04:57.221Z] a29436f7fd5d: Pulling fs layer [2025-06-13T08:04:57.221Z] 923cac83aea3: Pulling fs layer [2025-06-13T08:04:57.221Z] 25ad8b0a4227: Pulling fs layer [2025-06-13T08:04:57.221Z] 923cac83aea3: Waiting [2025-06-13T08:04:57.221Z] a29436f7fd5d: Waiting [2025-06-13T08:04:57.221Z] db01528c6b51: Pulling fs layer [2025-06-13T08:04:57.221Z] 28988de357af: Pulling fs layer [2025-06-13T08:04:57.221Z] 25ad8b0a4227: Waiting [2025-06-13T08:04:57.221Z] 28988de357af: Waiting [2025-06-13T08:04:57.221Z] 6bf1a483ea7c: Verifying Checksum [2025-06-13T08:04:57.221Z] 6bf1a483ea7c: Download complete [2025-06-13T08:04:57.489Z] 461d9e800cba: Verifying Checksum [2025-06-13T08:04:57.489Z] 461d9e800cba: Download complete [2025-06-13T08:04:57.489Z] 80192f66455f: Download complete [2025-06-13T08:04:57.489Z] f5dfc541a4d3: Verifying Checksum [2025-06-13T08:04:57.489Z] f5dfc541a4d3: Download complete [2025-06-13T08:04:57.489Z] 3dae71ba6b94: Verifying Checksum [2025-06-13T08:04:57.489Z] 3dae71ba6b94: Download complete [2025-06-13T08:04:57.489Z] 923cac83aea3: Download complete [2025-06-13T08:04:57.489Z] 25ad8b0a4227: Verifying Checksum [2025-06-13T08:04:57.489Z] 25ad8b0a4227: Download complete [2025-06-13T08:04:57.748Z] db01528c6b51: Verifying Checksum [2025-06-13T08:04:57.748Z] db01528c6b51: Download complete [2025-06-13T08:04:57.748Z] 28988de357af: Download complete [2025-06-13T08:04:57.748Z] a29436f7fd5d: Verifying Checksum [2025-06-13T08:04:57.748Z] a29436f7fd5d: Download complete [2025-06-13T08:04:58.315Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-13T08:04:58.315Z] 2e8e34ca0e6c: Download complete [2025-06-13T08:04:58.574Z] 3dae71ba6b94: Pull complete [2025-06-13T08:04:58.834Z] 6bf1a483ea7c: Pull complete [2025-06-13T08:04:59.401Z] f5dfc541a4d3: Pull complete [2025-06-13T08:04:59.401Z] 461d9e800cba: Pull complete [2025-06-13T08:04:59.401Z] 80192f66455f: Pull complete [2025-06-13T08:05:02.687Z] 2e8e34ca0e6c: Pull complete [2025-06-13T08:05:03.257Z] a29436f7fd5d: Pull complete [2025-06-13T08:05:03.517Z] 923cac83aea3: Pull complete [2025-06-13T08:05:03.517Z] 25ad8b0a4227: Pull complete [2025-06-13T08:05:03.777Z] db01528c6b51: Pull complete [2025-06-13T08:05:03.777Z] 28988de357af: Pull complete [2025-06-13T08:05:03.777Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-13T08:05:03.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T08:05:03.777Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:05:03.933Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:05:03.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:05:05.999Z] $ docker top e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa -eo pid,comm [2025-06-13T08:05:06.046Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-13T08:05:06.046Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-13T08:05:06.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T08:05:06.106Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T08:05:06.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T08:05:06.224Z] $ docker exec e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent [2025-06-13T08:05:06.314Z] SSH_AUTH_SOCK=/tmp/ssh-IBbUqS8XYZtf/agent.31 [2025-06-13T08:05:06.314Z] SSH_AGENT_PID=37 [2025-06-13T08:05:06.320Z] Running ssh-add (command line suppressed) [2025-06-13T08:05:06.421Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1297638379309484383.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1297638379309484383.key) [2025-06-13T08:05:06.428Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T08:05:06.724Z] + git tag --points-at HEAD [Pipeline] } [2025-06-13T08:05:06.741Z] $ docker exec --env ******** --env ******** e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent -k [2025-06-13T08:05:06.840Z] unset SSH_AUTH_SOCK; [2025-06-13T08:05:06.840Z] unset SSH_AGENT_PID; [2025-06-13T08:05:06.840Z] echo Agent pid 37 killed; [2025-06-13T08:05:06.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-13T08:05:06.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T08:05:06.896Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T08:05:07.012Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T08:05:07.019Z] $ docker exec e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent [2025-06-13T08:05:07.112Z] SSH_AUTH_SOCK=/tmp/ssh-ZHh8hoTeTcpn/agent.70 [2025-06-13T08:05:07.112Z] SSH_AGENT_PID=77 [2025-06-13T08:05:07.116Z] Running ssh-add (command line suppressed) [2025-06-13T08:05:07.224Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18337480586324785668.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18337480586324785668.key) [2025-06-13T08:05:07.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T08:05:07.527Z] + git semver init [2025-06-13T08:05:07.786Z] 2025-06-13 08:05:07,755 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-13T08:05:07.786Z] 2025-06-13 08:05:07,760 [run_init] DEBUG init version:0.0.0 force:False [2025-06-13T08:05:07.786Z] 2025-06-13 08:05:07,761 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-13T08:05:07.786Z] 2025-06-13 08:05:07,761 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-13T08:05:07.786Z] 2025-06-13 08:05:07,762 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-13T08:05:09.167Z] 2025-06-13 08:05:09,145 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-06-13T08:05:09.167Z] 2025-06-13 08:05:09,145 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-06-13T08:05:09.167Z] 2025-06-13 08:05:09,145 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:05:09.167Z] 2025-06-13 08:05:09,146 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:05:09.167Z] 4.1.0-dev.12 [Pipeline] } [2025-06-13T08:05:09.442Z] $ docker exec --env ******** --env ******** e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent -k [2025-06-13T08:05:09.548Z] unset SSH_AUTH_SOCK; [2025-06-13T08:05:09.548Z] unset SSH_AGENT_PID; [2025-06-13T08:05:09.548Z] echo Agent pid 77 killed; [2025-06-13T08:05:09.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T08:05:09.885Z] + git semver [Pipeline] } [2025-06-13T08:05:10.164Z] $ docker stop --time=1 e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa [2025-06-13T08:05:11.466Z] $ docker rm -f --volumes e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T08:05:11.818Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-13T08:05:12.041Z] Stashed 1 file(s) [Pipeline] echo [2025-06-13T08:05:12.046Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T08:05:12.347Z] provisioning config files... [2025-06-13T08:05:12.355Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5040364150384439782tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:05:12.682Z] ---> ****-login.sh [2025-06-13T08:05:12.682Z] nexus3.edgexfoundry.org:10001 [2025-06-13T08:05:12.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:05:12.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:05:12.683Z] Configure a credential helper to remove this warning. See [2025-06-13T08:05:12.683Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:05:12.683Z] [2025-06-13T08:05:12.683Z] Login Succeeded [2025-06-13T08:05:12.683Z] nexus3.edgexfoundry.org:10002 [2025-06-13T08:05:12.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:05:12.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:05:12.683Z] Configure a credential helper to remove this warning. See [2025-06-13T08:05:12.683Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:05:12.683Z] [2025-06-13T08:05:12.683Z] Login Succeeded [2025-06-13T08:05:12.683Z] nexus3.edgexfoundry.org:10003 [2025-06-13T08:05:12.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:05:12.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:05:12.941Z] Configure a credential helper to remove this warning. See [2025-06-13T08:05:12.941Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:05:12.941Z] [2025-06-13T08:05:12.941Z] Login Succeeded [2025-06-13T08:05:12.942Z] nexus3.edgexfoundry.org:10004 [2025-06-13T08:05:12.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:05:12.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:05:12.942Z] Configure a credential helper to remove this warning. See [2025-06-13T08:05:12.942Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:05:12.942Z] [2025-06-13T08:05:12.942Z] Login Succeeded [2025-06-13T08:05:12.942Z] ****.io [2025-06-13T08:05:13.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T08:05:13.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T08:05:13.201Z] Configure a credential helper to remove this warning. See [2025-06-13T08:05:13.201Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T08:05:13.201Z] [2025-06-13T08:05:13.201Z] Login Succeeded [2025-06-13T08:05:13.201Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T08:05:13.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-13T08:05:13.304Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T08:05:13.325Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T08:05:13.344Z] ========================================================= [2025-06-13T08:05:13.344Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-13T08:05:13.344Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:05:13.684Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-13T08:05:13.684Z] Sending build context to Docker daemon 35.96MB [2025-06-13T08:05:13.684Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-06-13T08:05:13.684Z] Step 2/10 : FROM ${BASE} AS builder [2025-06-13T08:05:13.943Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-13T08:05:13.943Z] 0a9a5dfd008f: Pulling fs layer [2025-06-13T08:05:13.943Z] dbfa0bcfca99: Pulling fs layer [2025-06-13T08:05:13.943Z] 70eabb1d9476: Pulling fs layer [2025-06-13T08:05:13.943Z] 957bedc73fa3: Pulling fs layer [2025-06-13T08:05:13.943Z] 4f4fb700ef54: Pulling fs layer [2025-06-13T08:05:13.943Z] f40432e63723: Pulling fs layer [2025-06-13T08:05:13.943Z] 90b4343acab7: Pulling fs layer [2025-06-13T08:05:13.943Z] 9f67ea4ac784: Pulling fs layer [2025-06-13T08:05:13.943Z] 9228b9a606be: Pulling fs layer [2025-06-13T08:05:13.943Z] f40432e63723: Waiting [2025-06-13T08:05:13.943Z] 90b4343acab7: Waiting [2025-06-13T08:05:13.943Z] 9f67ea4ac784: Waiting [2025-06-13T08:05:13.943Z] 9228b9a606be: Waiting [2025-06-13T08:05:13.943Z] 4f4fb700ef54: Waiting [2025-06-13T08:05:13.943Z] dbfa0bcfca99: Download complete [2025-06-13T08:05:13.943Z] 957bedc73fa3: Verifying Checksum [2025-06-13T08:05:13.943Z] 957bedc73fa3: Download complete [2025-06-13T08:05:13.943Z] 4f4fb700ef54: Download complete [2025-06-13T08:05:13.943Z] f40432e63723: Verifying Checksum [2025-06-13T08:05:13.943Z] f40432e63723: Download complete [2025-06-13T08:05:13.943Z] 0a9a5dfd008f: Verifying Checksum [2025-06-13T08:05:13.943Z] 0a9a5dfd008f: Download complete [2025-06-13T08:05:13.943Z] 90b4343acab7: Verifying Checksum [2025-06-13T08:05:13.943Z] 90b4343acab7: Download complete [2025-06-13T08:05:14.202Z] 0a9a5dfd008f: Pull complete [2025-06-13T08:05:14.202Z] 9228b9a606be: Verifying Checksum [2025-06-13T08:05:14.202Z] 9228b9a606be: Download complete [2025-06-13T08:05:14.202Z] dbfa0bcfca99: Pull complete [2025-06-13T08:05:14.460Z] 70eabb1d9476: Download complete [2025-06-13T08:05:14.717Z] 9f67ea4ac784: Verifying Checksum [2025-06-13T08:05:14.718Z] 9f67ea4ac784: Download complete [2025-06-13T08:05:18.080Z] 70eabb1d9476: Pull complete [2025-06-13T08:05:18.080Z] 957bedc73fa3: Pull complete [2025-06-13T08:05:18.080Z] 4f4fb700ef54: Pull complete [2025-06-13T08:05:18.080Z] f40432e63723: Pull complete [2025-06-13T08:05:18.080Z] 90b4343acab7: Pull complete [2025-06-13T08:05:19.988Z] 9f67ea4ac784: Pull complete [2025-06-13T08:05:20.554Z] 9228b9a606be: Pull complete [2025-06-13T08:05:20.554Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-13T08:05:20.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-13T08:05:20.554Z] ---> 69404ca5bff2 [2025-06-13T08:05:20.554Z] Step 3/10 : ARG MAKE=make build [2025-06-13T08:05:22.469Z] ---> Running in b183fdc4f9de [2025-06-13T08:05:22.469Z] Removing intermediate container b183fdc4f9de [2025-06-13T08:05:22.469Z] ---> 677f17c1ae41 [2025-06-13T08:05:22.469Z] Step 4/10 : WORKDIR /device-sdk-go [2025-06-13T08:05:22.469Z] ---> Running in 1de65eb0534a [2025-06-13T08:05:22.469Z] Removing intermediate container 1de65eb0534a [2025-06-13T08:05:22.469Z] ---> bd293e234f06 [2025-06-13T08:05:22.469Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-13T08:05:22.469Z] ---> Running in 2a8949670123 [2025-06-13T08:05:22.469Z] Removing intermediate container 2a8949670123 [2025-06-13T08:05:22.469Z] ---> 21f9c7f954cc [2025-06-13T08:05:22.469Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-06-13T08:05:22.469Z] ---> Running in c3474f7bc384 [2025-06-13T08:05:22.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T08:05:22.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T08:05:23.247Z] OK: 248 MiB in 58 packages [2025-06-13T08:05:23.506Z] Removing intermediate container c3474f7bc384 [2025-06-13T08:05:23.506Z] ---> eee304edbf6a [2025-06-13T08:05:23.506Z] Step 7/10 : COPY go.mod vendor* ./ [2025-06-13T08:05:23.766Z] ---> 6d3f72f469bc [2025-06-13T08:05:23.766Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T08:05:23.766Z] ---> Running in 80bf2c7510c6 [2025-06-13T08:06:02.503Z] Removing intermediate container 80bf2c7510c6 [2025-06-13T08:06:02.503Z] ---> 0c6586d58eab [2025-06-13T08:06:02.503Z] Step 9/10 : COPY . . [2025-06-13T08:06:02.503Z] ---> 0d9d23fd3f11 [2025-06-13T08:06:02.503Z] Step 10/10 : RUN ${MAKE} [2025-06-13T08:06:02.503Z] ---> Running in 92d6228578b8 [2025-06-13T08:06:02.503Z] noop [2025-06-13T08:06:02.503Z] Removing intermediate container 92d6228578b8 [2025-06-13T08:06:02.503Z] ---> e15c07f21e7d [2025-06-13T08:06:02.503Z] Successfully built e15c07f21e7d [2025-06-13T08:06:02.503Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:06:02.841Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-13T08:06:02.841Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:06:02.928Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:06:02.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:06:03.288Z] $ docker top 4c782c4fbc254cdecf76bb37e057e8c290c813c4edcee69fa67a935c88d7a0c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T08:06:03.639Z] + go version [2025-06-13T08:06:03.640Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-13T08:06:03.653Z] $ docker stop --time=1 4c782c4fbc254cdecf76bb37e057e8c290c813c4edcee69fa67a935c88d7a0c2 [2025-06-13T08:06:04.900Z] $ docker rm -f --volumes 4c782c4fbc254cdecf76bb37e057e8c290c813c4edcee69fa67a935c88d7a0c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:06:05.325Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-13T08:06:05.325Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:06:05.406Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:06:05.440Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:06:05.760Z] $ docker top 48b669e67432c67505beb6303e777f2d1512c5a3bcf2ba437be40a9a0b5069f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T08:06:06.112Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-13T08:06:06.421Z] + make test [2025-06-13T08:06:06.421Z] go test -race -coverprofile=coverage.out ./... [2025-06-13T08:06:14.545Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-06-13T08:06:55.577Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-06-13T08:06:55.577Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-06-13T08:06:55.577Z] github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements [2025-06-13T08:06:55.577Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-06-13T08:06:55.577Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-06-13T08:06:55.577Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.039s coverage: 28.2% of statements [2025-06-13T08:06:55.577Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.029s coverage: 79.3% of statements [2025-06-13T08:06:55.577Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-06-13T08:06:55.577Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-06-13T08:06:56.513Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-06-13T08:06:56.513Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.027s coverage: 90.4% of statements [2025-06-13T08:06:56.770Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-06-13T08:06:56.770Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-06-13T08:06:56.770Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-06-13T08:06:57.706Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.092s coverage: 45.0% of statements [2025-06-13T08:06:58.641Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-06-13T08:07:03.913Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.051s coverage: 14.3% of statements [2025-06-13T08:07:03.914Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.063s coverage: 44.6% of statements [2025-06-13T08:07:03.914Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.054s coverage: 68.4% of statements [2025-06-13T08:07:03.914Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.087s coverage: 88.3% of statements [2025-06-13T08:07:03.914Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.057s coverage: 5.0% of statements [2025-06-13T08:07:35.983Z] GO111MODULE=on go vet ./... [2025-06-13T08:07:40.162Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-13T08:07:40.162Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-13T08:07:40.162Z] ./bin/test-attribution-txt.sh [2025-06-13T08:07:40.162Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-13T08:07:40.162Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-13T08:07:40.432Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-13T08:07:40.451Z] $ docker stop --time=1 48b669e67432c67505beb6303e777f2d1512c5a3bcf2ba437be40a9a0b5069f1 [2025-06-13T08:07:43.098Z] $ docker rm -f --volumes 48b669e67432c67505beb6303e777f2d1512c5a3bcf2ba437be40a9a0b5069f1 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T08:07:43.742Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-13T08:07:43.839Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-13T08:07:44.303Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-13T08:07:44.588Z] + ls -al . [2025-06-13T08:07:44.588Z] total 740 [2025-06-13T08:07:44.588Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 13 08:06 . [2025-06-13T08:07:44.588Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 08:04 .. [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 13 08:04 .dockerignore [2025-06-13T08:07:44.588Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 08:07 .git [2025-06-13T08:07:44.588Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 08:04 .github [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 137 Jun 13 08:04 .gitignore [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 13 08:04 .golangci.yml [2025-06-13T08:07:44.588Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 08:05 .semver [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 53715 Jun 13 08:04 CHANGELOG.md [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 13 08:04 GOVERNANCE.md [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 882 Jun 13 08:04 Jenkinsfile [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 13 08:04 LICENSE [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 2424 Jun 13 08:04 Makefile [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 619 Jun 13 08:04 OWNERS.md [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jun 13 08:04 README.md [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 12 Jun 13 08:05 VERSION [2025-06-13T08:07:44.588Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 08:04 bin [2025-06-13T08:07:44.588Z] -rw-r--r-- 1 jenkins jenkins 497264 Jun 13 08:07 coverage.out [2025-06-13T08:07:44.588Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 13 08:04 example [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 6110 Jun 13 08:04 go.mod [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 86200 Jun 13 08:04 go.sum [2025-06-13T08:07:44.588Z] drwxrwxr-x 13 jenkins jenkins 4096 Jun 13 08:04 internal [2025-06-13T08:07:44.588Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 08:04 openapi [2025-06-13T08:07:44.588Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 08:04 pkg [2025-06-13T08:07:44.588Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 08:04 snap [2025-06-13T08:07:44.588Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 13 08:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:07:44.910Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f73af9fb476840cf8901b7429a17d9f184c17d1d --label arch=amd64 --label version=4.1.0-dev.12 . [2025-06-13T08:07:44.910Z] Sending build context to Docker daemon 36.46MB [2025-06-13T08:07:44.910Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-06-13T08:07:44.910Z] Step 2/24 : FROM ${BASE} AS builder [2025-06-13T08:07:44.910Z] ---> e15c07f21e7d [2025-06-13T08:07:44.910Z] Step 3/24 : ARG MAKE=make build [2025-06-13T08:07:45.169Z] ---> Running in 7a812580dce5 [2025-06-13T08:07:45.169Z] Removing intermediate container 7a812580dce5 [2025-06-13T08:07:45.169Z] ---> 5a1a5ecbbe43 [2025-06-13T08:07:45.169Z] Step 4/24 : WORKDIR /device-sdk-go [2025-06-13T08:07:45.427Z] ---> Running in a49a12e502bd [2025-06-13T08:07:45.427Z] Removing intermediate container a49a12e502bd [2025-06-13T08:07:45.427Z] ---> e722338e67b7 [2025-06-13T08:07:45.427Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-13T08:07:45.427Z] ---> Running in 15df8329e1a6 [2025-06-13T08:07:45.427Z] Removing intermediate container 15df8329e1a6 [2025-06-13T08:07:45.427Z] ---> 4231e259dcfd [2025-06-13T08:07:45.427Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-06-13T08:07:45.427Z] ---> Running in ce4a06e61c14 [2025-06-13T08:07:45.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T08:07:45.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T08:07:46.202Z] OK: 248 MiB in 58 packages [2025-06-13T08:07:46.768Z] Removing intermediate container ce4a06e61c14 [2025-06-13T08:07:46.768Z] ---> 93b7b75eb305 [2025-06-13T08:07:46.768Z] Step 7/24 : COPY go.mod vendor* ./ [2025-06-13T08:07:46.768Z] ---> fe1dc03607c5 [2025-06-13T08:07:46.768Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T08:07:46.768Z] ---> Running in 590b68635247 [2025-06-13T08:07:47.335Z] Removing intermediate container 590b68635247 [2025-06-13T08:07:47.335Z] ---> 2c1980bfdede [2025-06-13T08:07:47.335Z] Step 9/24 : COPY . . [2025-06-13T08:07:48.269Z] ---> 2e381bc73ca4 [2025-06-13T08:07:48.269Z] Step 10/24 : RUN ${MAKE} [2025-06-13T08:07:48.269Z] ---> Running in 6cc1cfc0e7c4 [2025-06-13T08:07:48.528Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-06-13T08:08:20.592Z] Removing intermediate container 6cc1cfc0e7c4 [2025-06-13T08:08:20.592Z] ---> e255f12add8f [2025-06-13T08:08:20.592Z] Step 11/24 : FROM alpine:3.20 [2025-06-13T08:08:20.592Z] 3.20: Pulling from library/alpine [2025-06-13T08:08:20.592Z] 0a9a5dfd008f: Already exists [2025-06-13T08:08:20.592Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T08:08:20.592Z] Status: Downloaded newer image for alpine:3.20 [2025-06-13T08:08:20.592Z] ---> ff221270b9fb [2025-06-13T08:08:20.592Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-06-13T08:08:20.592Z] ---> Running in 65abe7efe384 [2025-06-13T08:08:20.592Z] Removing intermediate container 65abe7efe384 [2025-06-13T08:08:20.592Z] ---> 553f7fff78d3 [2025-06-13T08:08:20.592Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-06-13T08:08:20.592Z] ---> Running in b1b07a52509e [2025-06-13T08:08:20.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T08:08:20.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T08:08:20.592Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T08:08:20.592Z] Executing busybox-1.36.1-r29.trigger [2025-06-13T08:08:20.592Z] OK: 8 MiB in 15 packages [2025-06-13T08:08:20.592Z] Removing intermediate container b1b07a52509e [2025-06-13T08:08:20.592Z] ---> 07be71ec1063 [2025-06-13T08:08:20.592Z] Step 14/24 : RUN apk --no-cache upgrade [2025-06-13T08:08:20.592Z] ---> Running in fe50ffda9577 [2025-06-13T08:08:20.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T08:08:20.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T08:08:20.852Z] OK: 8 MiB in 15 packages [2025-06-13T08:08:21.111Z] Removing intermediate container fe50ffda9577 [2025-06-13T08:08:21.111Z] ---> d35159c437a1 [2025-06-13T08:08:21.111Z] Step 15/24 : WORKDIR / [2025-06-13T08:08:21.111Z] ---> Running in 95640f454a53 [2025-06-13T08:08:21.111Z] Removing intermediate container 95640f454a53 [2025-06-13T08:08:21.111Z] ---> 17bb437d635d [2025-06-13T08:08:21.111Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-06-13T08:08:21.371Z] ---> 1bbf71610bfa [2025-06-13T08:08:21.371Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-06-13T08:08:22.305Z] ---> c002342088f1 [2025-06-13T08:08:22.305Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-06-13T08:08:22.567Z] ---> 8c3316af669a [2025-06-13T08:08:22.567Z] Step 19/24 : EXPOSE 59999 [2025-06-13T08:08:22.567Z] ---> Running in 426b416c5886 [2025-06-13T08:08:22.825Z] Removing intermediate container 426b416c5886 [2025-06-13T08:08:22.825Z] ---> fb27368e0491 [2025-06-13T08:08:22.825Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-06-13T08:08:22.825Z] ---> Running in 40f304ca3cdf [2025-06-13T08:08:22.825Z] Removing intermediate container 40f304ca3cdf [2025-06-13T08:08:22.825Z] ---> 5b5c7ef4b4e8 [2025-06-13T08:08:22.825Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-06-13T08:08:22.825Z] ---> Running in 8067034660bc [2025-06-13T08:08:23.084Z] Removing intermediate container 8067034660bc [2025-06-13T08:08:23.084Z] ---> 1ed9caeeabc1 [2025-06-13T08:08:23.084Z] Step 22/24 : LABEL arch=amd64 [2025-06-13T08:08:23.084Z] ---> Running in a0b3ccd43500 [2025-06-13T08:08:23.084Z] Removing intermediate container a0b3ccd43500 [2025-06-13T08:08:23.084Z] ---> de95a891c3cc [2025-06-13T08:08:23.084Z] Step 23/24 : LABEL git_sha=f73af9fb476840cf8901b7429a17d9f184c17d1d [2025-06-13T08:08:23.084Z] ---> Running in 0f9f6737fbde [2025-06-13T08:08:23.343Z] Removing intermediate container 0f9f6737fbde [2025-06-13T08:08:23.343Z] ---> 1f53e9a2d1e5 [2025-06-13T08:08:23.343Z] Step 24/24 : LABEL version=4.1.0-dev.12 [2025-06-13T08:08:23.343Z] ---> Running in 0a2a15bdb631 [2025-06-13T08:08:23.343Z] Removing intermediate container 0a2a15bdb631 [2025-06-13T08:08:23.343Z] ---> 97d19186aece [2025-06-13T08:08:23.343Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-13T08:08:23.343Z] Successfully built 97d19186aece [2025-06-13T08:08:23.343Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:08:23.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T08:08:23.828Z] [2025-06-13T08:08:23.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:08:24.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T08:08:24.132Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-13T08:08:24.132Z] 5eb5b503b376: Pulling fs layer [2025-06-13T08:08:24.132Z] 5c69ac0246d0: Pulling fs layer [2025-06-13T08:08:24.132Z] ec43610c2a17: Pulling fs layer [2025-06-13T08:08:24.132Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-13T08:08:24.132Z] 33b1e0a273af: Pulling fs layer [2025-06-13T08:08:24.132Z] 5d3b04190fa2: Pulling fs layer [2025-06-13T08:08:24.132Z] 2f39f015ded8: Pulling fs layer [2025-06-13T08:08:24.132Z] 33b1e0a273af: Waiting [2025-06-13T08:08:24.132Z] 5d3b04190fa2: Waiting [2025-06-13T08:08:24.132Z] 3a2ae6a8a46f: Waiting [2025-06-13T08:08:24.132Z] 2f39f015ded8: Waiting [2025-06-13T08:08:24.132Z] 5c69ac0246d0: Verifying Checksum [2025-06-13T08:08:24.132Z] 5c69ac0246d0: Download complete [2025-06-13T08:08:24.132Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-13T08:08:24.132Z] 3a2ae6a8a46f: Download complete [2025-06-13T08:08:24.132Z] 33b1e0a273af: Verifying Checksum [2025-06-13T08:08:24.132Z] 33b1e0a273af: Download complete [2025-06-13T08:08:24.132Z] ec43610c2a17: Verifying Checksum [2025-06-13T08:08:24.132Z] ec43610c2a17: Download complete [2025-06-13T08:08:24.132Z] 5d3b04190fa2: Download complete [2025-06-13T08:08:24.390Z] 5eb5b503b376: Verifying Checksum [2025-06-13T08:08:24.390Z] 5eb5b503b376: Download complete [2025-06-13T08:08:24.955Z] 2f39f015ded8: Verifying Checksum [2025-06-13T08:08:24.955Z] 2f39f015ded8: Download complete [2025-06-13T08:08:25.521Z] 5eb5b503b376: Pull complete [2025-06-13T08:08:25.521Z] 5c69ac0246d0: Pull complete [2025-06-13T08:08:26.087Z] ec43610c2a17: Pull complete [2025-06-13T08:08:26.087Z] 3a2ae6a8a46f: Pull complete [2025-06-13T08:08:26.347Z] 33b1e0a273af: Pull complete [2025-06-13T08:08:26.347Z] 5d3b04190fa2: Pull complete [2025-06-13T08:08:30.531Z] 2f39f015ded8: Pull complete [2025-06-13T08:08:30.531Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-13T08:08:30.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T08:08:30.531Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:08:30.632Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:08:30.661Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-13T08:08:32.350Z] $ docker top a3a328a9d2ed96599876e94e34bc1e680344008f81e26fc90e5037ba9792399e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:08:32.732Z] ---> job-cost.sh [2025-06-13T08:08:32.732Z] lf-activate-venv: SKIPPING [2025-06-13T08:08:32.732Z] INFO: No Stack... [2025-06-13T08:08:32.991Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-13T08:08:33.251Z] INFO: Archiving Costs [Pipeline] sh [2025-06-13T08:08:33.541Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-06-13T08:08:33.541Z] + cut -d, -f6 [Pipeline] lock [2025-06-13T08:08:33.557Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] [2025-06-13T08:08:33.568Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] did not exist. Created. [2025-06-13T08:08:33.575Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-13T08:08:33.881Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-13T08:08:33.913Z] Stashed 1 file(s) [Pipeline] } [2025-06-13T08:08:33.922Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-13T08:08:33.957Z] $ docker stop --time=1 a3a328a9d2ed96599876e94e34bc1e680344008f81e26fc90e5037ba9792399e [2025-06-13T08:08:35.172Z] $ docker rm -f --volumes a3a328a9d2ed96599876e94e34bc1e680344008f81e26fc90e5037ba9792399e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-06-13T08:08:35.576Z] provisioning config files... [2025-06-13T08:08:35.583Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7841824380378624964tmp [Pipeline] { [Pipeline] sh [2025-06-13T08:08:35.882Z] + set +x [2025-06-13T08:08:35.882Z] + curl -s https://codecov.io/bash [2025-06-13T08:08:35.882Z] + bash -s -- [2025-06-13T08:08:35.882Z] [2025-06-13T08:08:35.882Z] _____ _ [2025-06-13T08:08:35.882Z] / ____| | | [2025-06-13T08:08:35.882Z] | | ___ __| | ___ ___ _____ __ [2025-06-13T08:08:35.882Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-13T08:08:35.882Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-13T08:08:35.882Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-13T08:08:35.882Z] Bash-1.0.6 [2025-06-13T08:08:35.882Z] [2025-06-13T08:08:35.882Z] [2025-06-13T08:08:35.882Z] ==> git version 2.25.1 found [2025-06-13T08:08:35.883Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-06-13T08:08:35.883Z] Release-Date: 2020-01-08 [2025-06-13T08:08:35.883Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-13T08:08:35.883Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-13T08:08:35.883Z] ==> Jenkins CI detected. [2025-06-13T08:08:35.883Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-06-13T08:08:35.883Z] project root: . [2025-06-13T08:08:35.883Z] --> token set from env [2025-06-13T08:08:35.883Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-13T08:08:36.141Z] ==> Running gcov in . (disable via -X gcov) [2025-06-13T08:08:36.141Z] ==> Python coveragepy not found [2025-06-13T08:08:36.141Z] ==> Searching for coverage reports in: [2025-06-13T08:08:36.141Z] + . [2025-06-13T08:08:36.141Z] -> Found 1 reports [2025-06-13T08:08:36.141Z] ==> Detecting git/mercurial file structure [2025-06-13T08:08:36.141Z] ==> Reading reports [2025-06-13T08:08:36.141Z] + ./coverage.out bytes=497264 [2025-06-13T08:08:36.141Z] ==> Appending adjustments [2025-06-13T08:08:36.141Z] https://docs.codecov.io/docs/fixing-reports [2025-06-13T08:08:36.400Z] + Found adjustments [2025-06-13T08:08:36.400Z] ==> Gzipping contents [2025-06-13T08:08:36.400Z] 48K /tmp/codecov.eB6HgL.gz [2025-06-13T08:08:36.400Z] ==> Uploading reports [2025-06-13T08:08:36.400Z] url: https://codecov.io [2025-06-13T08:08:36.400Z] query: branch=main&commit=f73af9fb476840cf8901b7429a17d9f184c17d1d&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-13T08:08:36.400Z] -> Pinging Codecov [2025-06-13T08:08:36.400Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f73af9fb476840cf8901b7429a17d9f184c17d1d&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-13T08:08:36.658Z] -> Uploading to [2025-06-13T08:08:36.658Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/f73af9fb476840cf8901b7429a17d9f184c17d1d/ebd584c0-9d11-4930-b2d5-44c6f14c1930.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250613%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250613T080836Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3400708dc4a63703ae49c18cf4b13699e444066709fa95e0018b8e7e1471f841 [2025-06-13T08:08:36.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-13T08:08:36.658Z] Dload Upload Total Spent Left Speed [2025-06-13T08:08:36.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47497 0 0 100 47497 0 245k --:--:-- --:--:-- --:--:-- 245k [2025-06-13T08:08:36.917Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] } [2025-06-13T08:08:36.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-13T08:08:37.144Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-13T08:08:37.162Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:08:37.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-13T08:08:37.463Z] [2025-06-13T08:08:37.463Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:08:37.761Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-13T08:08:37.762Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-13T08:08:37.762Z] 43c4264eed91: Pulling fs layer [2025-06-13T08:08:37.762Z] 4cc291be95ef: Pulling fs layer [2025-06-13T08:08:37.762Z] 2ac1f1163629: Pulling fs layer [2025-06-13T08:08:37.762Z] 5c3c966382ef: Pulling fs layer [2025-06-13T08:08:37.762Z] 4f4fb700ef54: Pulling fs layer [2025-06-13T08:08:37.762Z] d9c7d2e4e75e: Pulling fs layer [2025-06-13T08:08:37.762Z] 9c3e1370e548: Pulling fs layer [2025-06-13T08:08:37.762Z] 5c3c966382ef: Waiting [2025-06-13T08:08:37.762Z] 4f4fb700ef54: Waiting [2025-06-13T08:08:37.762Z] d9c7d2e4e75e: Waiting [2025-06-13T08:08:37.762Z] 9c3e1370e548: Waiting [2025-06-13T08:08:37.762Z] 4cc291be95ef: Download complete [2025-06-13T08:08:37.762Z] 5c3c966382ef: Download complete [2025-06-13T08:08:37.762Z] 43c4264eed91: Download complete [2025-06-13T08:08:38.020Z] 43c4264eed91: Pull complete [2025-06-13T08:08:38.020Z] d9c7d2e4e75e: Verifying Checksum [2025-06-13T08:08:38.020Z] d9c7d2e4e75e: Download complete [2025-06-13T08:08:38.279Z] 4cc291be95ef: Pull complete [2025-06-13T08:08:38.279Z] 2ac1f1163629: Verifying Checksum [2025-06-13T08:08:38.279Z] 2ac1f1163629: Download complete [2025-06-13T08:08:38.845Z] 9c3e1370e548: Verifying Checksum [2025-06-13T08:08:42.127Z] 2ac1f1163629: Pull complete [2025-06-13T08:08:42.127Z] 5c3c966382ef: Pull complete [2025-06-13T08:08:42.127Z] 4f4fb700ef54: Pull complete [2025-06-13T08:08:42.127Z] d9c7d2e4e75e: Pull complete [2025-06-13T08:08:45.419Z] 9c3e1370e548: Pull complete [2025-06-13T08:08:45.419Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-13T08:08:45.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-13T08:08:45.419Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:08:45.533Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:08:45.562Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:08:47.986Z] $ docker top fa65f8d0deec674df4b7cbe64e7859cecc35d73fe4fc6f4f4327c4b66dbd3f35 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T08:08:48.340Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-06-13T08:08:48.350Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-06-13T08:08:48.630Z] + set -o pipefail [2025-06-13T08:08:48.630Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-06-13T08:08:58.608Z] [2025-06-13T08:08:58.608Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-06-13T08:08:58.608Z] [2025-06-13T08:08:58.608Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/53207501-ad68-4f49-83d0-f80d827cce70 [2025-06-13T08:08:58.608Z] [2025-06-13T08:08:58.608Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-13T08:08:58.608Z] [2025-06-13T08:08:58.608Z] [2025-06-13T08:08:58.608Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-13T08:08:58.608Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-13T08:08:58.621Z] $ docker stop --time=1 fa65f8d0deec674df4b7cbe64e7859cecc35d73fe4fc6f4f4327c4b66dbd3f35 [2025-06-13T08:09:01.011Z] $ docker rm -f --volumes fa65f8d0deec674df4b7cbe64e7859cecc35d73fe4fc6f4f4327c4b66dbd3f35 [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) [Pipeline] echo [2025-06-13T08:09:01.573Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T08:09:01.587Z] provisioning config files... [2025-06-13T08:09:01.594Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14940236553746895834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:09:01.894Z] --> edgex-publish-swagger.sh [2025-06-13T08:09:01.894Z] === Publish openapi API === [2025-06-13T08:09:01.894Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-13T08:09:01.894Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-06-13T08:09:01.894Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-13T08:09:01.894Z] Dload Upload Total Spent Left Speed [2025-06-13T08:09:02.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38048 100 66 100 37982 209 117k --:--:-- --:--:-- --:--:-- 117k [2025-06-13T08:09:02.154Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-13T08:09:02.154Z] [Pipeline] } [2025-06-13T08:09:02.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-13T08:09:02.683Z] + git log --format=format:%s -1 f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] sh [2025-06-13T08:09:03.045Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-13T08:09:03.045Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:09:03.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T08:09:03.397Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:09:03.481Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:09:03.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:09:03.900Z] $ docker top 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b -eo pid,comm [2025-06-13T08:09:03.950Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-13T08:09:03.950Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-13T08:09:04.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T08:09:04.004Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T08:09:04.126Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T08:09:04.132Z] $ docker exec 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b ssh-agent [2025-06-13T08:09:04.250Z] SSH_AUTH_SOCK=/tmp/ssh-M1MI0NYpo70e/agent.32 [2025-06-13T08:09:04.250Z] SSH_AGENT_PID=38 [2025-06-13T08:09:04.254Z] Running ssh-add (command line suppressed) [2025-06-13T08:09:04.365Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16579358379929038001.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16579358379929038001.key) [2025-06-13T08:09:04.375Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T08:09:04.672Z] + git semver tag [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,903 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,907 [run_tag] DEBUG tag force:False [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,907 [check_head_tag] DEBUG check head tag [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,908 [execute] INFO git cat-file --batch-check [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,908 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,910 [execute] INFO git cat-file --batch [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,910 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,921 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,921 [execute] INFO git tag -a v4.1.0-dev.12 -m v4.1.0-dev.12 [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,922 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.12', '-m', 'v4.1.0-dev.12'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-13T08:09:04.931Z] 2025-06-13 08:09:04,924 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:09:04.931Z] 4.1.0-dev.12 [Pipeline] } [2025-06-13T08:09:05.203Z] $ docker exec --env ******** --env ******** 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b ssh-agent -k [2025-06-13T08:09:05.309Z] unset SSH_AUTH_SOCK; [2025-06-13T08:09:05.310Z] unset SSH_AGENT_PID; [2025-06-13T08:09:05.310Z] echo Agent pid 38 killed; [2025-06-13T08:09:05.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T08:09:05.649Z] + git semver [Pipeline] } [2025-06-13T08:09:05.926Z] $ docker stop --time=1 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b [2025-06-13T08:09:07.224Z] $ docker rm -f --volumes 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:09:07.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-13T08:09:07.634Z] [2025-06-13T08:09:07.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:09:07.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-13T08:09:07.937Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-13T08:09:07.937Z] ab5ef0e58194: Pulling fs layer [2025-06-13T08:09:07.937Z] 9712f1f96733: Pulling fs layer [2025-06-13T08:09:07.937Z] 63f879dbbcfc: Pulling fs layer [2025-06-13T08:09:07.937Z] 0d9ebad4ef96: Pulling fs layer [2025-06-13T08:09:07.937Z] e9a5061849ea: Pulling fs layer [2025-06-13T08:09:07.937Z] d747dcd14b5f: Pulling fs layer [2025-06-13T08:09:07.937Z] 2de7ff778b66: Pulling fs layer [2025-06-13T08:09:07.938Z] 0d9ebad4ef96: Waiting [2025-06-13T08:09:07.938Z] e9a5061849ea: Waiting [2025-06-13T08:09:07.938Z] d747dcd14b5f: Waiting [2025-06-13T08:09:07.938Z] 2de7ff778b66: Waiting [2025-06-13T08:09:07.938Z] 9712f1f96733: Verifying Checksum [2025-06-13T08:09:07.938Z] 9712f1f96733: Download complete [2025-06-13T08:09:08.196Z] 63f879dbbcfc: Verifying Checksum [2025-06-13T08:09:08.196Z] 63f879dbbcfc: Download complete [2025-06-13T08:09:08.453Z] e9a5061849ea: Verifying Checksum [2025-06-13T08:09:08.453Z] e9a5061849ea: Download complete [2025-06-13T08:09:08.453Z] 0d9ebad4ef96: Verifying Checksum [2025-06-13T08:09:08.453Z] 0d9ebad4ef96: Download complete [2025-06-13T08:09:08.453Z] d747dcd14b5f: Verifying Checksum [2025-06-13T08:09:08.453Z] d747dcd14b5f: Download complete [2025-06-13T08:09:08.453Z] ab5ef0e58194: Download complete [2025-06-13T08:09:08.453Z] 2de7ff778b66: Verifying Checksum [2025-06-13T08:09:08.453Z] 2de7ff778b66: Download complete [2025-06-13T08:09:11.740Z] ab5ef0e58194: Pull complete [2025-06-13T08:09:12.306Z] 9712f1f96733: Pull complete [2025-06-13T08:09:14.835Z] 63f879dbbcfc: Pull complete [2025-06-13T08:09:21.391Z] 0d9ebad4ef96: Pull complete [2025-06-13T08:09:24.707Z] e9a5061849ea: Pull complete [2025-06-13T08:09:27.239Z] d747dcd14b5f: Pull complete [2025-06-13T08:09:32.502Z] 2de7ff778b66: Pull complete [2025-06-13T08:09:33.910Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-13T08:09:34.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-13T08:09:34.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:09:34.618Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:09:34.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:10:27.768Z] $ docker top 26b5830c43ca346a60b6629cffd574407f35cb2af08eab25d9316d7e38b45f52 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-13T08:10:27.846Z] provisioning config files... [2025-06-13T08:10:27.854Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11270525312170259098tmp [2025-06-13T08:10:27.890Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14388058156918850325tmp [2025-06-13T08:10:27.898Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10251276404212467750tmp [Pipeline] { [Pipeline] echo [2025-06-13T08:10:27.928Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:10:28.221Z] ---> sigul-configuration.sh [2025-06-13T08:10:28.221Z] gpg: directory `/root/.gnupg' created [2025-06-13T08:10:28.221Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-13T08:10:28.221Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-13T08:10:28.221Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-13T08:10:28.221Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-13T08:10:28.221Z] gpg: CAST5 encrypted data [2025-06-13T08:10:28.221Z] gpg: encrypted with 1 passphrase [2025-06-13T08:10:28.221Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-13T08:10:28.582Z] + mkdir /home/jenkins [2025-06-13T08:10:28.582Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-13T08:10:28.875Z] + 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-06-13T08:10:28.888Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:10:29.183Z] ---> sigul-install.sh [2025-06-13T08:10:29.183Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-13T08:10:29.483Z] + git tag --list [2025-06-13T08:10:29.483Z] 0.7.1 [2025-06-13T08:10:29.483Z] delhi-tag [2025-06-13T08:10:29.483Z] v1.0.0 [2025-06-13T08:10:29.483Z] v1.1.0 [2025-06-13T08:10:29.483Z] v1.1.1 [2025-06-13T08:10:29.483Z] v1.1.2 [2025-06-13T08:10:29.483Z] v1.2.0 [2025-06-13T08:10:29.483Z] v1.2.1 [2025-06-13T08:10:29.483Z] v1.2.2 [2025-06-13T08:10:29.483Z] v1.2.3 [2025-06-13T08:10:29.483Z] v1.3.0 [2025-06-13T08:10:29.483Z] v1.4.0 [2025-06-13T08:10:29.483Z] v2.0.0 [2025-06-13T08:10:29.483Z] v2.1.0 [2025-06-13T08:10:29.483Z] v2.1.1 [2025-06-13T08:10:29.483Z] v2.2.0 [2025-06-13T08:10:29.483Z] v2.3.0 [2025-06-13T08:10:29.483Z] v2.3.1 [2025-06-13T08:10:29.483Z] v3.0 [2025-06-13T08:10:29.483Z] v3.0.0 [2025-06-13T08:10:29.483Z] v3.1 [2025-06-13T08:10:29.483Z] v3.1.0 [2025-06-13T08:10:29.483Z] v3.1.1 [2025-06-13T08:10:29.483Z] v4.0 [2025-06-13T08:10:29.483Z] v4.0.0 [2025-06-13T08:10:29.483Z] v4.1.0-dev.1 [2025-06-13T08:10:29.483Z] v4.1.0-dev.10 [2025-06-13T08:10:29.483Z] v4.1.0-dev.11 [2025-06-13T08:10:29.483Z] v4.1.0-dev.12 [2025-06-13T08:10:29.483Z] v4.1.0-dev.2 [2025-06-13T08:10:29.483Z] v4.1.0-dev.3 [2025-06-13T08:10:29.483Z] v4.1.0-dev.4 [2025-06-13T08:10:29.483Z] v4.1.0-dev.5 [2025-06-13T08:10:29.483Z] v4.1.0-dev.6 [2025-06-13T08:10:29.483Z] v4.1.0-dev.7 [2025-06-13T08:10:29.483Z] v4.1.0-dev.8 [2025-06-13T08:10:29.483Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-13T08:10:31.687Z] + lftools sign git-tag v4.1.0-dev.12 [2025-06-13T08:10:32.765Z] Signing Git tag with Sigul... [2025-06-13T08:10:32.765Z] Signing v4.1.0-dev.12 [Pipeline] echo [2025-06-13T08:10:33.349Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:10:33.644Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-13T08:10:33.650Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-13T08:10:33.685Z] $ docker stop --time=1 26b5830c43ca346a60b6629cffd574407f35cb2af08eab25d9316d7e38b45f52 [2025-06-13T08:10:42.211Z] $ docker rm -f --volumes 26b5830c43ca346a60b6629cffd574407f35cb2af08eab25d9316d7e38b45f52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-13T08:10:43.393Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-13T08:10:43.393Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:10:43.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T08:10:43.715Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:10:43.801Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:10:43.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:10:51.948Z] $ docker top 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae -eo pid,comm [2025-06-13T08:10:51.996Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-13T08:10:51.996Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-13T08:10:52.061Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T08:10:52.062Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T08:10:52.186Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T08:10:52.192Z] $ docker exec 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae ssh-agent [2025-06-13T08:10:52.322Z] SSH_AUTH_SOCK=/tmp/ssh-ktjApoyaU6wm/agent.13 [2025-06-13T08:10:52.322Z] SSH_AGENT_PID=19 [2025-06-13T08:10:52.328Z] Running ssh-add (command line suppressed) [2025-06-13T08:10:52.451Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16877027201527325891.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16877027201527325891.key) [2025-06-13T08:10:52.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T08:10:52.760Z] + git semver bump pre [2025-06-13T08:10:53.034Z] 2025-06-13 08:10:52,984 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,097 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,097 [bump_version] DEBUG bumping version:4.1.0-dev.12 on axis:pre with prefix:dev [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,097 [bump_version] DEBUG bumped version:4.1.0-dev.13 [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,097 [write_version] DEBUG write version:4.1.0-dev.13 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,097 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,097 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,101 [execute] INFO git cat-file --batch-check [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,101 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,107 [execute] INFO git cat-file --batch [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,107 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-13T08:10:53.305Z] 2025-06-13 08:10:53,111 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:10:53.305Z] 4.1.0-dev.13 [Pipeline] } [2025-06-13T08:10:53.334Z] $ docker exec --env ******** --env ******** 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae ssh-agent -k [2025-06-13T08:10:53.434Z] unset SSH_AUTH_SOCK; [2025-06-13T08:10:53.434Z] unset SSH_AGENT_PID; [2025-06-13T08:10:53.434Z] echo Agent pid 19 killed; [2025-06-13T08:10:53.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T08:10:53.774Z] + git semver [Pipeline] } [2025-06-13T08:10:54.358Z] $ docker stop --time=1 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae [2025-06-13T08:11:03.341Z] $ docker rm -f --volumes 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T08:11:04.527Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-13T08:11:04.527Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:11:04.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T08:11:04.843Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:11:04.937Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:11:04.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-06-13T08:11:14.691Z] $ docker top 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe -eo pid,comm [2025-06-13T08:11:14.730Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-13T08:11:14.730Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-13T08:11:14.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T08:11:14.784Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T08:11:14.952Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T08:11:14.957Z] $ docker exec 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe ssh-agent [2025-06-13T08:11:15.063Z] SSH_AUTH_SOCK=/tmp/ssh-a01JUbIiTpIX/agent.14 [2025-06-13T08:11:15.063Z] SSH_AGENT_PID=20 [2025-06-13T08:11:15.104Z] Running ssh-add (command line suppressed) [2025-06-13T08:11:15.207Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13045990130982431954.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13045990130982431954.key) [2025-06-13T08:11:15.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T08:11:15.524Z] + git semver push [2025-06-13T08:11:15.784Z] 2025-06-13 08:11:15,775 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-13T08:11:16.355Z] 2025-06-13 08:11:16,353 [run_push] DEBUG push [2025-06-13T08:11:16.355Z] 2025-06-13 08:11:16,355 [execute] INFO git cat-file --batch-check [2025-06-13T08:11:16.355Z] 2025-06-13 08:11:16,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-13T08:11:16.614Z] 2025-06-13 08:11:16,359 [execute] INFO git rev-list 0b6df428f9fec85122c3adeea38cd3c8c6409c15 -- [2025-06-13T08:11:16.614Z] 2025-06-13 08:11:16,360 [execute] DEBUG Popen(['git', 'rev-list', '0b6df428f9fec85122c3adeea38cd3c8c6409c15', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-13T08:11:16.614Z] 2025-06-13 08:11:16,372 [execute] INFO git fetch -v -- origin [2025-06-13T08:11:16.614Z] 2025-06-13 08:11:16,372 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-13T08:11:17.183Z] 2025-06-13 08:11:16,886 [run_push] DEBUG no remote changes detected [2025-06-13T08:11:17.183Z] 2025-06-13 08:11:16,886 [execute] INFO git push origin semver [2025-06-13T08:11:17.183Z] 2025-06-13 08:11:16,886 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-13T08:11:17.751Z] 2025-06-13 08:11:17,514 [run_push] DEBUG push all version tags [2025-06-13T08:11:17.751Z] 2025-06-13 08:11:17,514 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-13T08:11:17.751Z] 2025-06-13 08:11:17,514 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-13T08:11:18.321Z] 2025-06-13 08:11:18,220 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-13T08:11:18.321Z] 4.1.0-dev.13 [Pipeline] } [2025-06-13T08:11:18.333Z] $ docker exec --env ******** --env ******** 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe ssh-agent -k [2025-06-13T08:11:18.425Z] unset SSH_AUTH_SOCK; [2025-06-13T08:11:18.425Z] unset SSH_AGENT_PID; [2025-06-13T08:11:18.425Z] echo Agent pid 20 killed; [2025-06-13T08:11:18.431Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T08:11:18.766Z] + git semver [Pipeline] } [2025-06-13T08:11:20.159Z] $ docker stop --time=1 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe [2025-06-13T08:11:27.498Z] $ docker rm -f --volumes 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe [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-06-13T08:11:28.876Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-06-13T08:11:28.876Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-13T08:11:28.876Z] total 16 [2025-06-13T08:11:28.876Z] drwxr-xr-x 3 root root 4096 Jun 13 08:08 . [2025-06-13T08:11:28.876Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 13 08:10 .. [2025-06-13T08:11:28.876Z] drwxr-xr-x 2 root root 4096 Jun 13 08:08 cost [2025-06-13T08:11:28.876Z] -rw-r--r-- 1 root root 85 Jun 13 08:08 cost.csv [2025-06-13T08:11:28.876Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-13T08:11:28.876Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-13T08:11:28.876Z] total 16 [2025-06-13T08:11:28.876Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 08:08 . [2025-06-13T08:11:28.876Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 13 08:10 .. [2025-06-13T08:11:28.876Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 08:08 cost [2025-06-13T08:11:28.876Z] -rw-r--r-- 1 jenkins jenkins 85 Jun 13 08:08 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:11:29.161Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:11:30.012Z] ---> package-listing.sh [2025-06-13T08:11:30.012Z] ++ facter osfamily [2025-06-13T08:11:30.012Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-13T08:11:30.271Z] + OS_FAMILY=debian [2025-06-13T08:11:30.271Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-06-13T08:11:30.271Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-13T08:11:30.271Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-13T08:11:30.271Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-13T08:11:30.271Z] + PACKAGES=/tmp/packages_start.txt [2025-06-13T08:11:30.271Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-13T08:11:30.271Z] + PACKAGES=/tmp/packages_end.txt [2025-06-13T08:11:30.271Z] + case "${OS_FAMILY}" in [2025-06-13T08:11:30.271Z] + dpkg -l [2025-06-13T08:11:30.271Z] + grep '^ii' [2025-06-13T08:11:30.271Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-13T08:11:30.271Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-13T08:11:30.271Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-13T08:11:30.271Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-13T08:11:30.271Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-06-13T08:11:30.271Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2025-06-13T08:11:30.282Z] 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-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-13T08:11:30.557Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:11:31.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T08:11:31.117Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:11:31.200Z] prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container [2025-06-13T08:11:31.232Z] $ 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-sdk-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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-13T08:11:34.144Z] $ docker top 6ac483cbc12c7955acecc9c3b326954ce4c9d532edaed7436072c35fbf51d38e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T08:11:34.511Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-13T08:11:34.798Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-13T08:11:35.081Z] + ls /var/log/sa-host [2025-06-13T08:11:35.081Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T08:11:35.167Z] provisioning config files... [2025-06-13T08:11:35.178Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6787341388983787439tmp [Pipeline] { [Pipeline] echo [2025-06-13T08:11:35.201Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:11:35.484Z] ---> create-netrc.sh [Pipeline] } [2025-06-13T08:11:35.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:11:35.834Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-13T08:11:35.849Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:11:36.141Z] ---> sudo-logs.sh [2025-06-13T08:11:36.141Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-13T08:11:36.178Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:11:36.461Z] ---> job-cost.sh [2025-06-13T08:11:36.461Z] lf-activate-venv: SKIPPING [2025-06-13T08:11:36.461Z] DEBUG: total: 0.2199999988079071 [2025-06-13T08:11:36.461Z] INFO: Retrieving Stack Cost... [2025-06-13T08:11:37.031Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-13T08:11:37.290Z] INFO: Archiving Costs [Pipeline] echo [2025-06-13T08:11:37.303Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:11:37.587Z] ---> logs-deploy.sh [2025-06-13T08:11:37.588Z] lf-activate-venv: SKIPPING [2025-06-13T08:11:37.588Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/367 [2025-06-13T08:11:37.588Z] INFO: archiving workspace using pattern(s): [2025-06-13T08:11:38.965Z] Archives upload complete. [2025-06-13T08:11:38.965Z] INFO: archiving logs to Nexus [2025-06-13T08:11:39.534Z] ---> uname -a: [2025-06-13T08:11:39.534Z] Linux prd-ubuntu20-04-docker-8c-8g-3239 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] ---> lscpu: [2025-06-13T08:11:39.534Z] Architecture: x86_64 [2025-06-13T08:11:39.534Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-13T08:11:39.534Z] Byte Order: Little Endian [2025-06-13T08:11:39.534Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-13T08:11:39.534Z] CPU(s): 8 [2025-06-13T08:11:39.534Z] On-line CPU(s) list: 0-7 [2025-06-13T08:11:39.534Z] Thread(s) per core: 1 [2025-06-13T08:11:39.534Z] Core(s) per socket: 1 [2025-06-13T08:11:39.534Z] Socket(s): 8 [2025-06-13T08:11:39.534Z] NUMA node(s): 1 [2025-06-13T08:11:39.534Z] Vendor ID: AuthenticAMD [2025-06-13T08:11:39.534Z] CPU family: 23 [2025-06-13T08:11:39.534Z] Model: 49 [2025-06-13T08:11:39.534Z] Model name: AMD EPYC-Rome Processor [2025-06-13T08:11:39.534Z] Stepping: 0 [2025-06-13T08:11:39.534Z] CPU MHz: 2800.000 [2025-06-13T08:11:39.534Z] BogoMIPS: 5600.00 [2025-06-13T08:11:39.534Z] Virtualization: AMD-V [2025-06-13T08:11:39.534Z] Hypervisor vendor: KVM [2025-06-13T08:11:39.534Z] Virtualization type: full [2025-06-13T08:11:39.534Z] L1d cache: 256 KiB [2025-06-13T08:11:39.534Z] L1i cache: 256 KiB [2025-06-13T08:11:39.534Z] L2 cache: 4 MiB [2025-06-13T08:11:39.534Z] L3 cache: 128 MiB [2025-06-13T08:11:39.534Z] NUMA node0 CPU(s): 0-7 [2025-06-13T08:11:39.534Z] Vulnerability Itlb multihit: Not affected [2025-06-13T08:11:39.534Z] Vulnerability L1tf: Not affected [2025-06-13T08:11:39.534Z] Vulnerability Mds: Not affected [2025-06-13T08:11:39.534Z] Vulnerability Meltdown: Not affected [2025-06-13T08:11:39.534Z] Vulnerability Mmio stale data: Not affected [2025-06-13T08:11:39.534Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-13T08:11:39.534Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-13T08:11:39.534Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-13T08:11:39.534Z] Vulnerability Srbds: Not affected [2025-06-13T08:11:39.534Z] Vulnerability Tsx async abort: Not affected [2025-06-13T08:11:39.534Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] ---> nproc: [2025-06-13T08:11:39.534Z] 8 [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] ---> df -h: [2025-06-13T08:11:39.534Z] Filesystem Size Used Avail Use% Mounted on [2025-06-13T08:11:39.534Z] overlay 155G 14G 142G 9% / [2025-06-13T08:11:39.534Z] tmpfs 64M 0 64M 0% /dev [2025-06-13T08:11:39.534Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-13T08:11:39.534Z] shm 64M 0 64M 0% /dev/shm [2025-06-13T08:11:39.534Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] ---> sar -b -r -n DEV: [2025-06-13T08:11:39.534Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3239) 06/13/25 _x86_64_ (8 CPU) [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] 08:04:10 LINUX RESTART (8 CPU) [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] 08:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-13T08:11:39.534Z] 08:06:01 353.91 5.98 347.93 0.00 429.93 118772.47 0.00 [2025-06-13T08:11:39.534Z] 08:07:01 52.80 0.08 52.72 0.00 5.73 27113.63 0.00 [2025-06-13T08:11:39.534Z] 08:08:01 81.27 0.15 81.12 0.00 11.60 24138.26 0.00 [2025-06-13T08:11:39.534Z] 08:09:01 234.48 0.18 234.29 0.00 26.00 87366.37 0.00 [2025-06-13T08:11:39.534Z] 08:10:01 49.56 1.02 48.54 0.00 75.99 18609.03 0.00 [2025-06-13T08:11:39.534Z] 08:11:01 40.04 0.02 40.03 0.00 4.27 7318.78 0.00 [2025-06-13T08:11:39.534Z] Average: 135.34 1.24 134.10 0.00 92.25 47219.20 0.00 [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] 08:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-13T08:11:39.534Z] 08:06:01 27690716 31510132 791116 2.41 182940 3793336 1775792 5.23 1172908 3496720 552 [2025-06-13T08:11:39.534Z] 08:07:01 26617144 31428944 862144 2.62 186172 4706772 1944404 5.73 1818776 3839604 185568 [2025-06-13T08:11:39.534Z] 08:08:01 26775564 31249320 1039920 3.16 191692 4366960 2431084 7.16 1856216 3646984 502080 [2025-06-13T08:11:39.534Z] 08:09:01 25847308 31489268 801352 2.44 214404 5435032 1788160 5.27 1489744 4863756 88 [2025-06-13T08:11:39.534Z] 08:10:01 25117356 31465708 815568 2.48 228536 6055252 1879716 5.54 1516416 5480180 160272 [2025-06-13T08:11:39.534Z] 08:11:01 25074432 31467448 818760 2.49 229612 6091808 1946980 5.74 1540864 5499556 4 [2025-06-13T08:11:39.534Z] Average: 26187087 31435137 854810 2.60 205559 5074860 1961023 5.78 1565821 4471133 141427 [2025-06-13T08:11:39.534Z] [2025-06-13T08:11:39.534Z] 08:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-13T08:11:39.534Z] 08:06:01 docker0 330.03 442.91 27.72 3189.19 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:06:01 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:06:01 ens3 595.05 418.05 6419.35 53.47 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:07:01 veth1371c31 0.97 1.50 0.13 0.41 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:07:01 docker0 0.97 1.38 0.11 0.40 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:07:01 ens3 31.61 18.13 29.18 11.86 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:08:01 vethf53b593 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:08:01 docker0 1.65 3.62 0.10 38.16 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:08:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:08:01 ens3 26.51 15.51 58.23 10.37 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.534Z] 08:09:01 docker0 55.19 100.03 5.22 935.68 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:09:01 lo 2.93 2.93 0.29 0.29 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:09:01 ens3 340.83 194.77 7399.25 33.54 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:10:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:10:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:10:01 ens3 234.49 132.43 3470.42 149.20 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:11:01 docker0 0.32 0.33 0.08 0.12 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] 08:11:01 ens3 161.62 56.27 646.75 12.98 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] Average: docker0 64.69 91.38 5.54 693.90 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] Average: lo 1.26 1.26 0.12 0.12 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] Average: ens3 231.68 139.19 3003.78 45.24 0.00 0.00 0.00 0.00 [2025-06-13T08:11:39.535Z] [2025-06-13T08:11:39.535Z] [2025-06-13T08:11:39.535Z] ---> sar -P ALL: [2025-06-13T08:11:39.535Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3239) 06/13/25 _x86_64_ (8 CPU) [2025-06-13T08:11:39.535Z] [2025-06-13T08:11:39.535Z] 08:04:10 LINUX RESTART (8 CPU) [2025-06-13T08:11:39.535Z] [2025-06-13T08:11:39.535Z] 08:05:01 CPU %user %nice %system %iowait %steal %idle [2025-06-13T08:11:39.535Z] 08:06:01 all 10.28 0.00 5.32 1.98 0.07 82.36 [2025-06-13T08:11:39.535Z] 08:06:01 0 10.63 0.00 5.65 0.34 0.05 83.34 [2025-06-13T08:11:39.535Z] 08:06:01 1 9.81 0.00 6.66 7.05 0.07 76.40 [2025-06-13T08:11:39.535Z] 08:06:01 2 10.45 0.00 5.12 1.06 0.07 83.30 [2025-06-13T08:11:39.535Z] 08:06:01 3 9.96 0.00 4.27 0.15 0.07 85.56 [2025-06-13T08:11:39.535Z] 08:06:01 4 10.75 0.00 4.96 5.26 0.05 78.97 [2025-06-13T08:11:39.535Z] 08:06:01 5 9.94 0.00 5.82 1.14 0.07 83.04 [2025-06-13T08:11:39.535Z] 08:06:01 6 10.78 0.00 4.70 0.45 0.08 83.98 [2025-06-13T08:11:39.535Z] 08:06:01 7 9.90 0.00 5.42 0.39 0.07 84.22 [2025-06-13T08:11:39.535Z] 08:07:01 all 30.05 0.00 4.24 3.35 0.15 62.20 [2025-06-13T08:11:39.535Z] 08:07:01 0 30.21 0.00 4.24 0.02 0.20 65.32 [2025-06-13T08:11:39.535Z] 08:07:01 1 29.92 0.00 4.39 0.30 0.12 65.28 [2025-06-13T08:11:39.535Z] 08:07:01 2 27.72 0.00 4.11 24.23 0.20 43.73 [2025-06-13T08:11:39.535Z] 08:07:01 3 30.15 0.00 3.99 0.03 0.13 65.69 [2025-06-13T08:11:39.535Z] 08:07:01 4 32.69 0.00 4.31 2.14 0.13 60.72 [2025-06-13T08:11:39.535Z] 08:07:01 5 28.07 0.00 4.07 0.02 0.17 67.68 [2025-06-13T08:11:39.535Z] 08:07:01 6 31.79 0.00 4.75 0.13 0.15 63.17 [2025-06-13T08:11:39.535Z] 08:07:01 7 29.82 0.00 4.07 0.02 0.12 65.98 [2025-06-13T08:11:39.535Z] 08:08:01 all 53.87 0.00 7.58 0.87 0.10 37.58 [2025-06-13T08:11:39.535Z] 08:08:01 0 54.87 0.00 7.60 0.13 0.08 37.31 [2025-06-13T08:11:39.535Z] 08:08:01 1 53.59 0.00 7.31 0.69 0.08 38.32 [2025-06-13T08:11:39.535Z] 08:08:01 2 52.79 0.00 7.68 0.89 0.10 38.53 [2025-06-13T08:11:39.535Z] 08:08:01 3 53.26 0.00 8.06 0.07 0.12 38.49 [2025-06-13T08:11:39.535Z] 08:08:01 4 54.76 0.00 7.28 5.00 0.10 32.86 [2025-06-13T08:11:39.535Z] 08:08:01 5 52.65 0.00 7.55 0.13 0.10 39.57 [2025-06-13T08:11:39.535Z] 08:08:01 6 54.79 0.00 7.69 0.02 0.12 37.38 [2025-06-13T08:11:39.535Z] 08:08:01 7 54.22 0.00 7.46 0.05 0.12 38.16 [2025-06-13T08:11:39.535Z] 08:09:01 all 15.23 0.00 4.95 1.62 0.07 78.12 [2025-06-13T08:11:39.535Z] 08:09:01 0 15.78 0.00 4.64 0.42 0.08 79.08 [2025-06-13T08:11:39.535Z] 08:09:01 1 14.96 0.00 4.64 1.90 0.10 78.40 [2025-06-13T08:11:39.535Z] 08:09:01 2 15.51 0.00 6.43 0.20 0.07 77.79 [2025-06-13T08:11:39.535Z] 08:09:01 3 14.35 0.00 4.49 0.44 0.05 80.67 [2025-06-13T08:11:39.535Z] 08:09:01 4 15.49 0.00 5.50 3.84 0.07 75.10 [2025-06-13T08:11:39.535Z] 08:09:01 5 14.67 0.00 4.13 0.07 0.07 81.07 [2025-06-13T08:11:39.535Z] 08:09:01 6 16.27 0.00 5.10 6.04 0.09 72.50 [2025-06-13T08:11:39.535Z] 08:09:01 7 14.87 0.00 4.65 0.14 0.07 80.27 [2025-06-13T08:11:39.535Z] 08:10:01 all 3.66 0.00 1.56 13.04 0.04 81.70 [2025-06-13T08:11:39.535Z] 08:10:01 0 4.30 0.00 1.44 0.43 0.03 93.80 [2025-06-13T08:11:39.535Z] 08:10:01 1 3.74 0.00 1.47 1.21 0.03 93.55 [2025-06-13T08:11:39.535Z] 08:10:01 2 4.13 0.00 1.33 14.39 0.03 80.12 [2025-06-13T08:11:39.535Z] 08:10:01 3 3.37 0.00 1.47 4.52 0.03 90.60 [2025-06-13T08:11:39.535Z] 08:10:01 4 3.05 0.00 1.46 0.22 0.05 95.22 [2025-06-13T08:11:39.535Z] 08:10:01 5 3.44 0.00 2.54 78.20 0.03 15.79 [2025-06-13T08:11:39.535Z] 08:10:01 6 3.82 0.00 1.77 1.90 0.03 92.48 [2025-06-13T08:11:39.535Z] 08:10:01 7 3.43 0.00 0.99 3.61 0.03 91.94 [2025-06-13T08:11:39.535Z] 08:11:01 all 1.37 0.00 0.49 17.62 0.03 80.48 [2025-06-13T08:11:39.535Z] 08:11:01 0 0.60 0.00 0.50 3.96 0.05 94.89 [2025-06-13T08:11:39.535Z] 08:11:01 1 0.90 0.00 0.42 15.56 0.02 83.10 [2025-06-13T08:11:39.535Z] 08:11:01 2 0.62 0.00 0.43 1.44 0.03 97.48 [2025-06-13T08:11:39.535Z] 08:11:01 3 2.33 0.00 0.62 5.73 0.05 91.27 [2025-06-13T08:11:39.535Z] 08:11:01 4 1.84 0.00 0.37 7.46 0.03 90.29 [2025-06-13T08:11:39.535Z] 08:11:01 5 1.66 0.00 0.79 94.80 0.03 2.73 [2025-06-13T08:11:39.535Z] 08:11:01 6 1.19 0.00 0.45 5.80 0.02 92.54 [2025-06-13T08:11:39.535Z] 08:11:01 7 1.89 0.00 0.32 5.95 0.03 91.81 [2025-06-13T08:11:39.535Z] Average: all 19.09 0.00 4.02 6.43 0.08 70.39 [2025-06-13T08:11:39.535Z] Average: 0 19.37 0.00 4.01 0.89 0.08 75.65 [2025-06-13T08:11:39.535Z] Average: 1 18.82 0.00 4.14 4.46 0.07 72.51 [2025-06-13T08:11:39.535Z] Average: 2 18.53 0.00 4.18 7.04 0.08 70.17 [2025-06-13T08:11:39.535Z] Average: 3 18.97 0.00 3.83 1.81 0.08 75.32 [2025-06-13T08:11:39.535Z] Average: 4 19.76 0.00 3.97 3.99 0.07 72.21 [2025-06-13T08:11:39.535Z] Average: 5 18.46 0.00 4.14 29.12 0.08 48.20 [2025-06-13T08:11:39.535Z] Average: 6 19.79 0.00 4.08 2.39 0.08 73.67 [2025-06-13T08:11:39.535Z] Average: 7 19.03 0.00 3.81 1.70 0.07 75.39 [2025-06-13T08:11:39.535Z] [2025-06-13T08:11:39.535Z] [2025-06-13T08:11:39.535Z]