Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 47c68daee9751b50a4ba77164948ce4cc3f1e92d 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-ssh5303724228464272646.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-ssh6507705739177390197.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-ssh2376714137409869407.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-ssh13949460720336490428.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-ssh16955468533932827967.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-3141’ Running on prd-ubuntu20.04-docker-8c-8g-3142 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 > 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 Avoid second fetch Checking out Revision 47c68daee9751b50a4ba77164948ce4cc3f1e92d (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1727)" > git config core.sparsecheckout # timeout=10 > git checkout -f 47c68daee9751b50a4ba77164948ce4cc3f1e92d # timeout=10 > git rev-list --no-walk 1fa3249a16c5e4947735e7736ab81511a542f194 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-11T11:07:08.982Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-11T11:07:09.051Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-11T11:07:09.083Z] ========================================================= [2025-06-11T11:07:09.083Z] EdgeX Global Pipelines Version Info [2025-06-11T11:07:09.083Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:07:10.183Z] ------------------- [2025-06-11T11:07:10.183Z] stable info: [2025-06-11T11:07:10.183Z] ------------------- [2025-06-11T11:07:10.183Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-11T11:07:10.183Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-11T11:07:10.183Z] Message: update stable to v1.0.274 [2025-06-11T11:07:10.751Z] ------------------- [2025-06-11T11:07:10.751Z] experimental info: [2025-06-11T11:07:10.751Z] ------------------- [2025-06-11T11:07:10.751Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-11T11:07:10.751Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-11T11:07:10.751Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-11T11:07:10.832Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-06-11T11:07:10.855Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-06-11T11:07:10.878Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-11T11:07:10.902Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-11T11:07:10.927Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-11T11:07:10.955Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-11T11:07:10.981Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-11T11:07:11.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-06-11T11:07:11.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-11T11:07:11.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-11T11:07:11.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-11T11:07:11.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-06-11T11:07:11.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-11T11:07:11.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-11T11:07:11.176Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-11T11:07:11.197Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-06-11T11:07:11.220Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-11T11:07:11.241Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-11T11:07:11.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-11T11:07:11.281Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-11T11:07:11.308Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-11T11:07:11.335Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-11T11:07:11.356Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-11T11:07:11.377Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-11T11:07:11.402Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-11T11:07:11.422Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-11T11:07:11.446Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-11T11:07:11.474Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-11T11:07:11.501Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-11T11:07:11.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-11T11:07:11.561Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo [2025-06-11T11:07:11.582Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 47c68da [Pipeline] echo [2025-06-11T11:07:11.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-11T11:07:11.675Z] provisioning config files... [2025-06-11T11:07:11.689Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10867452529186023015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:07:12.020Z] ---> ****-login.sh [2025-06-11T11:07:12.020Z] nexus3.edgexfoundry.org:10001 [2025-06-11T11:07:12.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:12.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:12.279Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:12.279Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:12.279Z] [2025-06-11T11:07:12.279Z] Login Succeeded [2025-06-11T11:07:12.279Z] nexus3.edgexfoundry.org:10002 [2025-06-11T11:07:12.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:12.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:12.280Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:12.280Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:12.280Z] [2025-06-11T11:07:12.280Z] Login Succeeded [2025-06-11T11:07:12.280Z] nexus3.edgexfoundry.org:10003 [2025-06-11T11:07:12.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:12.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:12.539Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:12.539Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:12.539Z] [2025-06-11T11:07:12.539Z] Login Succeeded [2025-06-11T11:07:12.539Z] nexus3.edgexfoundry.org:10004 [2025-06-11T11:07:12.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:12.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:12.539Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:12.539Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:12.539Z] [2025-06-11T11:07:12.539Z] Login Succeeded [2025-06-11T11:07:12.539Z] ****.io [2025-06-11T11:07:12.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:12.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:12.799Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:12.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:12.799Z] [2025-06-11T11:07:12.799Z] Login Succeeded [2025-06-11T11:07:12.799Z] ---> ****-login.sh ends [Pipeline] } [2025-06-11T11:07:12.807Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-11T11:07:13.203Z] + git rev-list -1 --merges 47c68daee9751b50a4ba77164948ce4cc3f1e92d~1..47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo [2025-06-11T11:07:13.225Z] -----------> git rev-list -1 --merges 47c68daee9751b50a4ba77164948ce4cc3f1e92d~1..47c68daee9751b50a4ba77164948ce4cc3f1e92d 47c68daee9751b50a4ba77164948ce4cc3f1e92d [false] [Pipeline] sh [2025-06-11T11:07:13.518Z] + git log --format=format:%s -1 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo [2025-06-11T11:07:13.534Z] ========================================================= [2025-06-11T11:07:13.534Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-11T11:07:13.534Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-11T11:07:13.859Z] + git log --format=format:%s -1 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo [2025-06-11T11:07:13.871Z] [semverPrep] GIT_COMMIT: 47c68daee9751b50a4ba77164948ce4cc3f1e92d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1727) [Pipeline] echo [2025-06-11T11:07:13.886Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-11T11:07:14.256Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-11T11:07:14.256Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-11T11:07:14.256Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-11T11:07:14.256Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-11T11:07:14.256Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-11T11:07:14.256Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-11T11:07:14.256Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:07:14.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-11T11:07:14.610Z] [2025-06-11T11:07:14.610Z] 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-11T11:07:14.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-11T11:07:14.909Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-11T11:07:14.909Z] 3dae71ba6b94: Pulling fs layer [2025-06-11T11:07:14.909Z] 6bf1a483ea7c: Pulling fs layer [2025-06-11T11:07:14.909Z] f5dfc541a4d3: Pulling fs layer [2025-06-11T11:07:14.909Z] 461d9e800cba: Pulling fs layer [2025-06-11T11:07:14.909Z] 80192f66455f: Pulling fs layer [2025-06-11T11:07:14.909Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-11T11:07:14.909Z] a29436f7fd5d: Pulling fs layer [2025-06-11T11:07:14.909Z] 923cac83aea3: Pulling fs layer [2025-06-11T11:07:14.909Z] 25ad8b0a4227: Pulling fs layer [2025-06-11T11:07:14.909Z] db01528c6b51: Pulling fs layer [2025-06-11T11:07:14.909Z] 28988de357af: Pulling fs layer [2025-06-11T11:07:14.909Z] a29436f7fd5d: Waiting [2025-06-11T11:07:14.909Z] 923cac83aea3: Waiting [2025-06-11T11:07:14.909Z] 461d9e800cba: Waiting [2025-06-11T11:07:14.909Z] 25ad8b0a4227: Waiting [2025-06-11T11:07:14.909Z] db01528c6b51: Waiting [2025-06-11T11:07:14.909Z] 28988de357af: Waiting [2025-06-11T11:07:14.909Z] 80192f66455f: Waiting [2025-06-11T11:07:14.909Z] 2e8e34ca0e6c: Waiting [2025-06-11T11:07:14.909Z] 6bf1a483ea7c: Verifying Checksum [2025-06-11T11:07:14.909Z] 6bf1a483ea7c: Download complete [2025-06-11T11:07:14.909Z] 461d9e800cba: Verifying Checksum [2025-06-11T11:07:14.909Z] 461d9e800cba: Download complete [2025-06-11T11:07:14.909Z] 80192f66455f: Verifying Checksum [2025-06-11T11:07:14.909Z] 80192f66455f: Download complete [2025-06-11T11:07:15.168Z] f5dfc541a4d3: Verifying Checksum [2025-06-11T11:07:15.168Z] f5dfc541a4d3: Download complete [2025-06-11T11:07:15.168Z] 3dae71ba6b94: Verifying Checksum [2025-06-11T11:07:15.168Z] 3dae71ba6b94: Download complete [2025-06-11T11:07:15.168Z] 923cac83aea3: Download complete [2025-06-11T11:07:15.168Z] 25ad8b0a4227: Verifying Checksum [2025-06-11T11:07:15.168Z] 25ad8b0a4227: Download complete [2025-06-11T11:07:15.168Z] db01528c6b51: Verifying Checksum [2025-06-11T11:07:15.168Z] db01528c6b51: Download complete [2025-06-11T11:07:15.168Z] 28988de357af: Verifying Checksum [2025-06-11T11:07:15.168Z] 28988de357af: Download complete [2025-06-11T11:07:15.427Z] a29436f7fd5d: Verifying Checksum [2025-06-11T11:07:15.427Z] a29436f7fd5d: Download complete [2025-06-11T11:07:16.001Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-11T11:07:16.002Z] 2e8e34ca0e6c: Download complete [2025-06-11T11:07:16.261Z] 3dae71ba6b94: Pull complete [2025-06-11T11:07:16.261Z] 6bf1a483ea7c: Pull complete [2025-06-11T11:07:16.829Z] f5dfc541a4d3: Pull complete [2025-06-11T11:07:16.829Z] 461d9e800cba: Pull complete [2025-06-11T11:07:16.829Z] 80192f66455f: Pull complete [2025-06-11T11:07:20.110Z] 2e8e34ca0e6c: Pull complete [2025-06-11T11:07:20.681Z] a29436f7fd5d: Pull complete [2025-06-11T11:07:20.681Z] 923cac83aea3: Pull complete [2025-06-11T11:07:20.681Z] 25ad8b0a4227: Pull complete [2025-06-11T11:07:20.941Z] db01528c6b51: Pull complete [2025-06-11T11:07:20.941Z] 28988de357af: Pull complete [2025-06-11T11:07:20.941Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-11T11:07:20.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-11T11:07:20.941Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:07:21.075Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:07:21.111Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-11T11:07:22.904Z] $ docker top ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba -eo pid,comm [2025-06-11T11:07:22.953Z] 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-11T11:07:22.953Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-11T11:07:23.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-11T11:07:23.003Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-11T11:07:23.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-11T11:07:23.110Z] $ docker exec ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent [2025-06-11T11:07:23.212Z] SSH_AUTH_SOCK=/tmp/ssh-8jDctcateL49/agent.33 [2025-06-11T11:07:23.212Z] SSH_AGENT_PID=39 [2025-06-11T11:07:23.217Z] Running ssh-add (command line suppressed) [2025-06-11T11:07:23.318Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7127036355766438090.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7127036355766438090.key) [2025-06-11T11:07:23.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-11T11:07:23.625Z] + git tag --points-at HEAD [Pipeline] } [2025-06-11T11:07:23.649Z] $ docker exec --env ******** --env ******** ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent -k [2025-06-11T11:07:23.750Z] unset SSH_AUTH_SOCK; [2025-06-11T11:07:23.750Z] unset SSH_AGENT_PID; [2025-06-11T11:07:23.750Z] echo Agent pid 39 killed; [2025-06-11T11:07:23.758Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-11T11:07:23.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-11T11:07:23.809Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-11T11:07:23.934Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-11T11:07:23.941Z] $ docker exec ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent [2025-06-11T11:07:24.041Z] SSH_AUTH_SOCK=/tmp/ssh-Xo7YASWwq13L/agent.72 [2025-06-11T11:07:24.041Z] SSH_AGENT_PID=78 [2025-06-11T11:07:24.045Z] Running ssh-add (command line suppressed) [2025-06-11T11:07:24.148Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_48951999220933168.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_48951999220933168.key) [2025-06-11T11:07:24.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-11T11:07:24.448Z] + git semver init [2025-06-11T11:07:24.707Z] 2025-06-11 11:07:24,663 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-11T11:07:24.707Z] 2025-06-11 11:07:24,667 [run_init] DEBUG init version:0.0.0 force:False [2025-06-11T11:07:24.707Z] 2025-06-11 11:07:24,667 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-11T11:07:24.707Z] 2025-06-11 11:07:24,668 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-11T11:07:24.707Z] 2025-06-11 11:07:24,668 [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-11T11:07:26.083Z] 2025-06-11 11:07:26,042 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-06-11T11:07:26.083Z] 2025-06-11 11:07:26,042 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-06-11T11:07:26.083Z] 2025-06-11 11:07:26,042 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:07:26.083Z] 2025-06-11 11:07:26,043 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:07:26.083Z] 4.1.0-dev.10 [Pipeline] } [2025-06-11T11:07:26.096Z] $ docker exec --env ******** --env ******** ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent -k [2025-06-11T11:07:26.191Z] unset SSH_AUTH_SOCK; [2025-06-11T11:07:26.191Z] unset SSH_AGENT_PID; [2025-06-11T11:07:26.191Z] echo Agent pid 78 killed; [2025-06-11T11:07:26.196Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-11T11:07:26.520Z] + git semver [Pipeline] } [2025-06-11T11:07:26.794Z] $ docker stop --time=1 ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba [2025-06-11T11:07:28.059Z] $ docker rm -f --volumes ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-11T11:07:28.392Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-11T11:07:28.631Z] Stashed 1 file(s) [Pipeline] echo [2025-06-11T11:07:28.636Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.10 [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-11T11:07:28.957Z] provisioning config files... [2025-06-11T11:07:28.966Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4582573440303802327tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:07:29.295Z] ---> ****-login.sh [2025-06-11T11:07:29.295Z] nexus3.edgexfoundry.org:10001 [2025-06-11T11:07:29.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:29.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:29.295Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:29.295Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:29.295Z] [2025-06-11T11:07:29.295Z] Login Succeeded [2025-06-11T11:07:29.295Z] nexus3.edgexfoundry.org:10002 [2025-06-11T11:07:29.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:29.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:29.295Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:29.295Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:29.295Z] [2025-06-11T11:07:29.295Z] Login Succeeded [2025-06-11T11:07:29.295Z] nexus3.edgexfoundry.org:10003 [2025-06-11T11:07:29.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:29.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:29.554Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:29.554Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:29.554Z] [2025-06-11T11:07:29.554Z] Login Succeeded [2025-06-11T11:07:29.555Z] nexus3.edgexfoundry.org:10004 [2025-06-11T11:07:29.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:29.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:29.555Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:29.555Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:29.555Z] [2025-06-11T11:07:29.555Z] Login Succeeded [2025-06-11T11:07:29.555Z] ****.io [2025-06-11T11:07:29.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-11T11:07:29.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-11T11:07:29.814Z] Configure a credential helper to remove this warning. See [2025-06-11T11:07:29.814Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-11T11:07:29.814Z] [2025-06-11T11:07:29.814Z] Login Succeeded [2025-06-11T11:07:29.814Z] ---> ****-login.sh ends [Pipeline] } [2025-06-11T11:07:29.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-11T11:07:29.918Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-11T11:07:29.934Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-11T11:07:29.952Z] ========================================================= [2025-06-11T11:07:29.952Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-11T11:07:29.952Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:07:30.288Z] + 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-11T11:07:30.289Z] Sending build context to Docker daemon 35.94MB [2025-06-11T11:07:30.289Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-06-11T11:07:30.289Z] Step 2/10 : FROM ${BASE} AS builder [2025-06-11T11:07:30.547Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-11T11:07:30.547Z] 0a9a5dfd008f: Pulling fs layer [2025-06-11T11:07:30.547Z] dbfa0bcfca99: Pulling fs layer [2025-06-11T11:07:30.547Z] 70eabb1d9476: Pulling fs layer [2025-06-11T11:07:30.547Z] 957bedc73fa3: Pulling fs layer [2025-06-11T11:07:30.547Z] 4f4fb700ef54: Pulling fs layer [2025-06-11T11:07:30.547Z] f40432e63723: Pulling fs layer [2025-06-11T11:07:30.547Z] 90b4343acab7: Pulling fs layer [2025-06-11T11:07:30.547Z] 9f67ea4ac784: Pulling fs layer [2025-06-11T11:07:30.547Z] 9228b9a606be: Pulling fs layer [2025-06-11T11:07:30.547Z] 957bedc73fa3: Waiting [2025-06-11T11:07:30.547Z] 90b4343acab7: Waiting [2025-06-11T11:07:30.547Z] f40432e63723: Waiting [2025-06-11T11:07:30.547Z] 9f67ea4ac784: Waiting [2025-06-11T11:07:30.547Z] dbfa0bcfca99: Verifying Checksum [2025-06-11T11:07:30.547Z] dbfa0bcfca99: Download complete [2025-06-11T11:07:30.547Z] 957bedc73fa3: Verifying Checksum [2025-06-11T11:07:30.547Z] 957bedc73fa3: Download complete [2025-06-11T11:07:30.547Z] 4f4fb700ef54: Verifying Checksum [2025-06-11T11:07:30.547Z] 4f4fb700ef54: Download complete [2025-06-11T11:07:30.547Z] f40432e63723: Download complete [2025-06-11T11:07:30.547Z] 0a9a5dfd008f: Download complete [2025-06-11T11:07:30.547Z] 90b4343acab7: Verifying Checksum [2025-06-11T11:07:30.547Z] 90b4343acab7: Download complete [2025-06-11T11:07:30.806Z] 0a9a5dfd008f: Pull complete [2025-06-11T11:07:30.806Z] 9228b9a606be: Verifying Checksum [2025-06-11T11:07:30.806Z] 9228b9a606be: Download complete [2025-06-11T11:07:30.806Z] dbfa0bcfca99: Pull complete [2025-06-11T11:07:31.064Z] 70eabb1d9476: Download complete [2025-06-11T11:07:31.323Z] 9f67ea4ac784: Verifying Checksum [2025-06-11T11:07:31.323Z] 9f67ea4ac784: Download complete [2025-06-11T11:07:34.604Z] 70eabb1d9476: Pull complete [2025-06-11T11:07:34.604Z] 957bedc73fa3: Pull complete [2025-06-11T11:07:34.604Z] 4f4fb700ef54: Pull complete [2025-06-11T11:07:34.604Z] f40432e63723: Pull complete [2025-06-11T11:07:34.604Z] 90b4343acab7: Pull complete [2025-06-11T11:07:36.504Z] 9f67ea4ac784: Pull complete [2025-06-11T11:07:36.764Z] 9228b9a606be: Pull complete [2025-06-11T11:07:36.764Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-11T11:07:36.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-11T11:07:36.764Z] ---> 69404ca5bff2 [2025-06-11T11:07:36.764Z] Step 3/10 : ARG MAKE=make build [2025-06-11T11:07:38.140Z] ---> Running in 15129e3a8138 [2025-06-11T11:07:38.140Z] Removing intermediate container 15129e3a8138 [2025-06-11T11:07:38.140Z] ---> dd40091bff91 [2025-06-11T11:07:38.140Z] Step 4/10 : WORKDIR /device-sdk-go [2025-06-11T11:07:38.140Z] ---> Running in d9b9f6a620cb [2025-06-11T11:07:38.398Z] Removing intermediate container d9b9f6a620cb [2025-06-11T11:07:38.398Z] ---> fe9d8894d70c [2025-06-11T11:07:38.398Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-11T11:07:38.398Z] ---> Running in 456e5c481f0b [2025-06-11T11:07:38.398Z] Removing intermediate container 456e5c481f0b [2025-06-11T11:07:38.398Z] ---> fc4a7586c253 [2025-06-11T11:07:38.398Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-06-11T11:07:38.398Z] ---> Running in 2d31abf55e30 [2025-06-11T11:07:38.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-11T11:07:38.916Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-11T11:07:39.173Z] OK: 248 MiB in 58 packages [2025-06-11T11:07:39.430Z] Removing intermediate container 2d31abf55e30 [2025-06-11T11:07:39.430Z] ---> f549f17e750b [2025-06-11T11:07:39.430Z] Step 7/10 : COPY go.mod vendor* ./ [2025-06-11T11:07:39.687Z] ---> 2e786101c283 [2025-06-11T11:07:39.687Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-11T11:07:39.687Z] ---> Running in 46530c6a76c8 [2025-06-11T11:08:18.413Z] Removing intermediate container 46530c6a76c8 [2025-06-11T11:08:18.413Z] ---> 6a6750478faa [2025-06-11T11:08:18.413Z] Step 9/10 : COPY . . [2025-06-11T11:08:18.413Z] ---> 2bac7ce4d345 [2025-06-11T11:08:18.413Z] Step 10/10 : RUN ${MAKE} [2025-06-11T11:08:18.413Z] ---> Running in f0d8a9902802 [2025-06-11T11:08:18.413Z] noop [2025-06-11T11:08:18.413Z] Removing intermediate container f0d8a9902802 [2025-06-11T11:08:18.413Z] ---> 5fa4fe0ed8e0 [2025-06-11T11:08:18.413Z] Successfully built 5fa4fe0ed8e0 [2025-06-11T11:08:18.413Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:08:18.741Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-11T11:08:18.741Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:08:18.815Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:08:18.848Z] $ 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 ******** ci-base-image-x86_64 cat [2025-06-11T11:08:19.158Z] $ docker top 450f48552553bde846c112733f8a2371153631f30268bd65a4bafdd04502eb68 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-11T11:08:19.505Z] + go version [2025-06-11T11:08:19.505Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-11T11:08:19.519Z] $ docker stop --time=1 450f48552553bde846c112733f8a2371153631f30268bd65a4bafdd04502eb68 [2025-06-11T11:08:20.757Z] $ docker rm -f --volumes 450f48552553bde846c112733f8a2371153631f30268bd65a4bafdd04502eb68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:08:21.194Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-11T11:08:21.194Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:08:21.272Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:08:21.305Z] $ 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 ******** ci-base-image-x86_64 cat [2025-06-11T11:08:21.637Z] $ docker top 508db10ba64fa3d50a49816dfbdb493c9ab53d6a755ff47b5147b0cc727917b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-11T11:08:21.971Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-11T11:08:22.272Z] + make test [2025-06-11T11:08:22.272Z] go test -race -coverprofile=coverage.out ./... [2025-06-11T11:08:30.382Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-06-11T11:09:02.442Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-06-11T11:09:02.442Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-06-11T11:09:02.442Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-06-11T11:09:02.442Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-06-11T11:09:02.442Z] github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements [2025-06-11T11:09:03.011Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.034s coverage: 28.2% of statements [2025-06-11T11:09:03.011Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.042s coverage: 79.3% of statements [2025-06-11T11:09:03.946Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-06-11T11:09:03.946Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-06-11T11:09:04.883Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-06-11T11:09:04.884Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.026s coverage: 90.4% of statements [2025-06-11T11:09:04.884Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-06-11T11:09:04.884Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-06-11T11:09:04.884Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-06-11T11:09:05.817Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.088s coverage: 45.0% of statements [2025-06-11T11:09:06.749Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-06-11T11:09:12.034Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.051s coverage: 14.3% of statements [2025-06-11T11:09:12.034Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.403s coverage: 44.6% of statements [2025-06-11T11:09:12.034Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.051s coverage: 68.4% of statements [2025-06-11T11:09:12.034Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.082s coverage: 88.3% of statements [2025-06-11T11:09:12.034Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.054s coverage: 5.0% of statements [2025-06-11T11:09:44.101Z] GO111MODULE=on go vet ./... [2025-06-11T11:09:45.037Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-11T11:09:45.037Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-11T11:09:45.037Z] ./bin/test-attribution-txt.sh [2025-06-11T11:09:45.037Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-11T11:09:45.037Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-11T11:09:45.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-11T11:09:45.072Z] $ docker stop --time=1 508db10ba64fa3d50a49816dfbdb493c9ab53d6a755ff47b5147b0cc727917b5 [2025-06-11T11:09:47.346Z] $ docker rm -f --volumes 508db10ba64fa3d50a49816dfbdb493c9ab53d6a755ff47b5147b0cc727917b5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-11T11:09:47.966Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-11T11:09:48.083Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-11T11:09:48.623Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-11T11:09:48.915Z] + ls -al . [2025-06-11T11:09:48.915Z] total 740 [2025-06-11T11:09:48.915Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 11 11:08 . [2025-06-11T11:09:48.915Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 11:07 .. [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 11:07 .dockerignore [2025-06-11T11:09:48.915Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 11:09 .git [2025-06-11T11:09:48.915Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 11:07 .github [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 137 Jun 11 11:07 .gitignore [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 11 11:07 .golangci.yml [2025-06-11T11:09:48.915Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 11 11:07 .semver [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 53715 Jun 11 11:07 CHANGELOG.md [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 11 11:07 GOVERNANCE.md [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 882 Jun 11 11:07 Jenkinsfile [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 11 11:07 LICENSE [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 2424 Jun 11 11:07 Makefile [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 619 Jun 11 11:07 OWNERS.md [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jun 11 11:07 README.md [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 12 Jun 11 11:07 VERSION [2025-06-11T11:09:48.915Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 11:07 bin [2025-06-11T11:09:48.915Z] -rw-r--r-- 1 jenkins jenkins 497266 Jun 11 11:09 coverage.out [2025-06-11T11:09:48.915Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 11 11:07 example [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 6110 Jun 11 11:07 go.mod [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 86200 Jun 11 11:07 go.sum [2025-06-11T11:09:48.915Z] drwxrwxr-x 13 jenkins jenkins 4096 Jun 11 11:07 internal [2025-06-11T11:09:48.915Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 11:07 openapi [2025-06-11T11:09:48.915Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 11 11:07 pkg [2025-06-11T11:09:48.915Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 11:07 snap [2025-06-11T11:09:48.915Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 11 11:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:09:49.228Z] + 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=47c68daee9751b50a4ba77164948ce4cc3f1e92d --label arch=amd64 --label version=4.1.0-dev.10 . [2025-06-11T11:09:49.228Z] Sending build context to Docker daemon 36.43MB [2025-06-11T11:09:49.228Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-06-11T11:09:49.228Z] Step 2/24 : FROM ${BASE} AS builder [2025-06-11T11:09:49.228Z] ---> 5fa4fe0ed8e0 [2025-06-11T11:09:49.228Z] Step 3/24 : ARG MAKE=make build [2025-06-11T11:09:49.487Z] ---> Running in 9c72ddec10b0 [2025-06-11T11:09:49.487Z] Removing intermediate container 9c72ddec10b0 [2025-06-11T11:09:49.487Z] ---> 2dcd6d728fe4 [2025-06-11T11:09:49.487Z] Step 4/24 : WORKDIR /device-sdk-go [2025-06-11T11:09:49.487Z] ---> Running in f737cc11e5d2 [2025-06-11T11:09:49.747Z] Removing intermediate container f737cc11e5d2 [2025-06-11T11:09:49.747Z] ---> c4c8137ad0c9 [2025-06-11T11:09:49.747Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-11T11:09:49.747Z] ---> Running in a4069d9ece80 [2025-06-11T11:09:49.747Z] Removing intermediate container a4069d9ece80 [2025-06-11T11:09:49.747Z] ---> bf53c472a0d9 [2025-06-11T11:09:49.747Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-06-11T11:09:49.747Z] ---> Running in 292636c0f2d3 [2025-06-11T11:09:50.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-11T11:09:50.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-11T11:09:50.525Z] OK: 248 MiB in 58 packages [2025-06-11T11:09:50.784Z] Removing intermediate container 292636c0f2d3 [2025-06-11T11:09:50.784Z] ---> 6ec1520709bf [2025-06-11T11:09:50.784Z] Step 7/24 : COPY go.mod vendor* ./ [2025-06-11T11:09:51.043Z] ---> b15d8034a24b [2025-06-11T11:09:51.043Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-11T11:09:51.043Z] ---> Running in f98e003c3fa5 [2025-06-11T11:09:51.610Z] Removing intermediate container f98e003c3fa5 [2025-06-11T11:09:51.610Z] ---> 37be14673424 [2025-06-11T11:09:51.610Z] Step 9/24 : COPY . . [2025-06-11T11:09:52.177Z] ---> 42d1dbfeaa8d [2025-06-11T11:09:52.177Z] Step 10/24 : RUN ${MAKE} [2025-06-11T11:09:52.177Z] ---> Running in 7377921f03fd [2025-06-11T11:09:52.436Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.10 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-06-11T11:10:18.967Z] Removing intermediate container 7377921f03fd [2025-06-11T11:10:18.967Z] ---> 1dacb80a5c0e [2025-06-11T11:10:18.967Z] Step 11/24 : FROM alpine:3.20 [2025-06-11T11:10:18.967Z] 3.20: Pulling from library/alpine [2025-06-11T11:10:18.967Z] 0a9a5dfd008f: Already exists [2025-06-11T11:10:18.967Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-11T11:10:18.967Z] Status: Downloaded newer image for alpine:3.20 [2025-06-11T11:10:18.967Z] ---> ff221270b9fb [2025-06-11T11:10:18.967Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-06-11T11:10:18.967Z] ---> Running in a2b96ac34889 [2025-06-11T11:10:18.967Z] Removing intermediate container a2b96ac34889 [2025-06-11T11:10:18.967Z] ---> 2c8f90cc949e [2025-06-11T11:10:18.967Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-06-11T11:10:18.967Z] ---> Running in 588e7094c49d [2025-06-11T11:10:18.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-11T11:10:18.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-11T11:10:18.967Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-11T11:10:18.967Z] Executing busybox-1.36.1-r29.trigger [2025-06-11T11:10:18.967Z] OK: 8 MiB in 15 packages [2025-06-11T11:10:19.226Z] Removing intermediate container 588e7094c49d [2025-06-11T11:10:19.226Z] ---> 6681902830ee [2025-06-11T11:10:19.226Z] Step 14/24 : RUN apk --no-cache upgrade [2025-06-11T11:10:19.226Z] ---> Running in c39a90e8c1a8 [2025-06-11T11:10:19.484Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-11T11:10:19.484Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-11T11:10:19.742Z] OK: 8 MiB in 15 packages [2025-06-11T11:10:20.001Z] Removing intermediate container c39a90e8c1a8 [2025-06-11T11:10:20.001Z] ---> a3bd3c2af980 [2025-06-11T11:10:20.001Z] Step 15/24 : WORKDIR / [2025-06-11T11:10:20.001Z] ---> Running in 3842e7c800c5 [2025-06-11T11:10:20.260Z] Removing intermediate container 3842e7c800c5 [2025-06-11T11:10:20.260Z] ---> 99550ecde9ad [2025-06-11T11:10:20.260Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-06-11T11:10:20.260Z] ---> 19080ebde3dd [2025-06-11T11:10:20.260Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-06-11T11:10:21.197Z] ---> 9e4fccd8a9c2 [2025-06-11T11:10:21.197Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-06-11T11:10:21.197Z] ---> c506300a3a1d [2025-06-11T11:10:21.197Z] Step 19/24 : EXPOSE 59999 [2025-06-11T11:10:21.197Z] ---> Running in b8e1fd4b2c5f [2025-06-11T11:10:21.197Z] Removing intermediate container b8e1fd4b2c5f [2025-06-11T11:10:21.197Z] ---> 613fca38dd85 [2025-06-11T11:10:21.197Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-06-11T11:10:21.197Z] ---> Running in a0027080b3af [2025-06-11T11:10:21.197Z] Removing intermediate container a0027080b3af [2025-06-11T11:10:21.197Z] ---> cd74d6251635 [2025-06-11T11:10:21.197Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-06-11T11:10:21.197Z] ---> Running in 0293122e6ed8 [2025-06-11T11:10:21.455Z] Removing intermediate container 0293122e6ed8 [2025-06-11T11:10:21.455Z] ---> 909114f01e30 [2025-06-11T11:10:21.455Z] Step 22/24 : LABEL arch=amd64 [2025-06-11T11:10:21.455Z] ---> Running in 52ded5fe2502 [2025-06-11T11:10:21.455Z] Removing intermediate container 52ded5fe2502 [2025-06-11T11:10:21.455Z] ---> 49b95c56862c [2025-06-11T11:10:21.455Z] Step 23/24 : LABEL git_sha=47c68daee9751b50a4ba77164948ce4cc3f1e92d [2025-06-11T11:10:21.455Z] ---> Running in 63acfed338db [2025-06-11T11:10:21.455Z] Removing intermediate container 63acfed338db [2025-06-11T11:10:21.455Z] ---> 349bf611ce0c [2025-06-11T11:10:21.455Z] Step 24/24 : LABEL version=4.1.0-dev.10 [2025-06-11T11:10:21.455Z] ---> Running in 9a971cf6547d [2025-06-11T11:10:21.714Z] Removing intermediate container 9a971cf6547d [2025-06-11T11:10:21.714Z] ---> 2a475571a0b8 [2025-06-11T11:10:21.714Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-11T11:10:21.714Z] Successfully built 2a475571a0b8 [2025-06-11T11:10:21.714Z] 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-11T11:10:22.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-11T11:10:22.323Z] [2025-06-11T11:10:22.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:10:22.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-11T11:10:22.683Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-11T11:10:22.683Z] 5eb5b503b376: Pulling fs layer [2025-06-11T11:10:22.683Z] 5c69ac0246d0: Pulling fs layer [2025-06-11T11:10:22.683Z] ec43610c2a17: Pulling fs layer [2025-06-11T11:10:22.683Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-11T11:10:22.683Z] 33b1e0a273af: Pulling fs layer [2025-06-11T11:10:22.683Z] 5d3b04190fa2: Pulling fs layer [2025-06-11T11:10:22.683Z] 2f39f015ded8: Pulling fs layer [2025-06-11T11:10:22.683Z] 3a2ae6a8a46f: Waiting [2025-06-11T11:10:22.683Z] 33b1e0a273af: Waiting [2025-06-11T11:10:22.683Z] 5d3b04190fa2: Waiting [2025-06-11T11:10:22.683Z] 2f39f015ded8: Waiting [2025-06-11T11:10:22.683Z] 5c69ac0246d0: Verifying Checksum [2025-06-11T11:10:22.683Z] 5c69ac0246d0: Download complete [2025-06-11T11:10:22.683Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-11T11:10:22.683Z] 3a2ae6a8a46f: Download complete [2025-06-11T11:10:22.683Z] 33b1e0a273af: Verifying Checksum [2025-06-11T11:10:22.683Z] 33b1e0a273af: Download complete [2025-06-11T11:10:22.683Z] ec43610c2a17: Verifying Checksum [2025-06-11T11:10:22.683Z] ec43610c2a17: Download complete [2025-06-11T11:10:22.940Z] 5d3b04190fa2: Verifying Checksum [2025-06-11T11:10:22.940Z] 5d3b04190fa2: Download complete [2025-06-11T11:10:22.940Z] 5eb5b503b376: Download complete [2025-06-11T11:10:23.503Z] 2f39f015ded8: Download complete [2025-06-11T11:10:24.068Z] 5eb5b503b376: Pull complete [2025-06-11T11:10:24.068Z] 5c69ac0246d0: Pull complete [2025-06-11T11:10:24.336Z] ec43610c2a17: Pull complete [2025-06-11T11:10:24.336Z] 3a2ae6a8a46f: Pull complete [2025-06-11T11:10:24.597Z] 33b1e0a273af: Pull complete [2025-06-11T11:10:24.597Z] 5d3b04190fa2: Pull complete [2025-06-11T11:10:28.778Z] 2f39f015ded8: Pull complete [2025-06-11T11:10:28.778Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-11T11:10:28.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-11T11:10:28.778Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:10:28.880Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:10:28.912Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-11T11:10:30.029Z] $ docker top 1120f746c77061d08d791378a60e02844278841a489e412678a0701f323fa1f2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:10:30.403Z] ---> job-cost.sh [2025-06-11T11:10:30.404Z] lf-activate-venv: SKIPPING [2025-06-11T11:10:30.404Z] INFO: No Stack... [2025-06-11T11:10:30.664Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-11T11:10:30.923Z] INFO: Archiving Costs [Pipeline] sh [2025-06-11T11:10:31.211Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-06-11T11:10:31.211Z] + cut -d, -f6 [Pipeline] lock [2025-06-11T11:10:31.226Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] [2025-06-11T11:10:31.233Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] did not exist. Created. [2025-06-11T11:10:31.238Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-11T11:10:31.547Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-11T11:10:31.577Z] Stashed 1 file(s) [Pipeline] } [2025-06-11T11:10:31.584Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-11T11:10:31.615Z] $ docker stop --time=1 1120f746c77061d08d791378a60e02844278841a489e412678a0701f323fa1f2 [2025-06-11T11:10:32.755Z] $ docker rm -f --volumes 1120f746c77061d08d791378a60e02844278841a489e412678a0701f323fa1f2 [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-11T11:10:33.025Z] provisioning config files... [2025-06-11T11:10:33.386Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config593212867905599998tmp [Pipeline] { [Pipeline] sh [2025-06-11T11:10:33.685Z] + set +x [2025-06-11T11:10:33.685Z] + curl -s https://codecov.io/bash [2025-06-11T11:10:33.685Z] + bash -s -- [2025-06-11T11:10:33.685Z] [2025-06-11T11:10:33.685Z] _____ _ [2025-06-11T11:10:33.685Z] / ____| | | [2025-06-11T11:10:33.685Z] | | ___ __| | ___ ___ _____ __ [2025-06-11T11:10:33.685Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-11T11:10:33.685Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-11T11:10:33.685Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-11T11:10:33.685Z] Bash-1.0.6 [2025-06-11T11:10:33.686Z] [2025-06-11T11:10:33.686Z] [2025-06-11T11:10:33.686Z] ==> git version 2.25.1 found [2025-06-11T11:10:33.686Z] ==> 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-11T11:10:33.686Z] Release-Date: 2020-01-08 [2025-06-11T11:10:33.686Z] 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-11T11:10:33.686Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-11T11:10:33.686Z] ==> Jenkins CI detected. [2025-06-11T11:10:33.686Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-06-11T11:10:33.686Z] project root: . [2025-06-11T11:10:33.686Z] --> token set from env [2025-06-11T11:10:33.686Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-11T11:10:33.686Z] ==> Running gcov in . (disable via -X gcov) [2025-06-11T11:10:33.686Z] ==> Python coveragepy not found [2025-06-11T11:10:33.686Z] ==> Searching for coverage reports in: [2025-06-11T11:10:33.686Z] + . [2025-06-11T11:10:33.686Z] -> Found 1 reports [2025-06-11T11:10:33.686Z] ==> Detecting git/mercurial file structure [2025-06-11T11:10:33.948Z] ==> Reading reports [2025-06-11T11:10:33.948Z] + ./coverage.out bytes=497266 [2025-06-11T11:10:33.948Z] ==> Appending adjustments [2025-06-11T11:10:33.948Z] https://docs.codecov.io/docs/fixing-reports [2025-06-11T11:10:34.210Z] + Found adjustments [2025-06-11T11:10:34.210Z] ==> Gzipping contents [2025-06-11T11:10:34.210Z] 48K /tmp/codecov.3fA9ve.gz [2025-06-11T11:10:34.210Z] ==> Uploading reports [2025-06-11T11:10:34.210Z] url: https://codecov.io [2025-06-11T11:10:34.210Z] query: branch=main&commit=47c68daee9751b50a4ba77164948ce4cc3f1e92d&build=365&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F365%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-11T11:10:34.210Z] -> Pinging Codecov [2025-06-11T11:10:34.210Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=47c68daee9751b50a4ba77164948ce4cc3f1e92d&build=365&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F365%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-11T11:10:34.469Z] -> Uploading to [2025-06-11T11:10:34.469Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/47c68daee9751b50a4ba77164948ce4cc3f1e92d/9802ba2c-3158-48f7-8242-e360d69458dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250611%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250611T111034Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=5f62afe78e02975be27a496077690cbbcbd6b41035b99a4110a8b0a6d2714fab [2025-06-11T11:10:34.469Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-11T11:10:34.469Z] Dload Upload Total Spent Left Speed [2025-06-11T11:10:34.469Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47138 0 0 100 47138 0 270k --:--:-- --:--:-- --:--:-- 270k [2025-06-11T11:10:34.469Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] } [2025-06-11T11:10:34.476Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-11T11:10:34.605Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-11T11:10:34.626Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:10:34.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-11T11:10:34.937Z] [2025-06-11T11:10:34.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:10:35.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-11T11:10:35.246Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-11T11:10:35.246Z] 43c4264eed91: Pulling fs layer [2025-06-11T11:10:35.246Z] 4cc291be95ef: Pulling fs layer [2025-06-11T11:10:35.246Z] 2ac1f1163629: Pulling fs layer [2025-06-11T11:10:35.246Z] 5c3c966382ef: Pulling fs layer [2025-06-11T11:10:35.246Z] 4f4fb700ef54: Pulling fs layer [2025-06-11T11:10:35.246Z] d9c7d2e4e75e: Pulling fs layer [2025-06-11T11:10:35.246Z] 9c3e1370e548: Pulling fs layer [2025-06-11T11:10:35.246Z] d9c7d2e4e75e: Waiting [2025-06-11T11:10:35.246Z] 9c3e1370e548: Waiting [2025-06-11T11:10:35.246Z] 5c3c966382ef: Waiting [2025-06-11T11:10:35.246Z] 4f4fb700ef54: Waiting [2025-06-11T11:10:35.246Z] 4cc291be95ef: Download complete [2025-06-11T11:10:35.246Z] 5c3c966382ef: Verifying Checksum [2025-06-11T11:10:35.246Z] 5c3c966382ef: Download complete [2025-06-11T11:10:35.246Z] 4f4fb700ef54: Verifying Checksum [2025-06-11T11:10:35.246Z] 4f4fb700ef54: Download complete [2025-06-11T11:10:35.246Z] 43c4264eed91: Verifying Checksum [2025-06-11T11:10:35.246Z] 43c4264eed91: Download complete [2025-06-11T11:10:35.510Z] 43c4264eed91: Pull complete [2025-06-11T11:10:35.510Z] d9c7d2e4e75e: Verifying Checksum [2025-06-11T11:10:35.510Z] d9c7d2e4e75e: Download complete [2025-06-11T11:10:35.510Z] 4cc291be95ef: Pull complete [2025-06-11T11:10:35.768Z] 2ac1f1163629: Verifying Checksum [2025-06-11T11:10:35.768Z] 2ac1f1163629: Download complete [2025-06-11T11:10:36.332Z] 9c3e1370e548: Verifying Checksum [2025-06-11T11:10:36.332Z] 9c3e1370e548: Download complete [2025-06-11T11:10:38.882Z] 2ac1f1163629: Pull complete [2025-06-11T11:10:38.882Z] 5c3c966382ef: Pull complete [2025-06-11T11:10:38.882Z] 4f4fb700ef54: Pull complete [2025-06-11T11:10:39.147Z] d9c7d2e4e75e: Pull complete [2025-06-11T11:10:41.698Z] 9c3e1370e548: Pull complete [2025-06-11T11:10:41.698Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-11T11:10:41.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-11T11:10:41.699Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:10:41.790Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:10:41.826Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-11T11:10:43.421Z] $ docker top 16ff0b3a118ef2408b98d3f4dae09eb18f525957f32d3eff5894050366e4fee5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-11T11:10:43.776Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-06-11T11:10:43.788Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-06-11T11:10:44.067Z] + set -o pipefail [2025-06-11T11:10:44.067Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-06-11T11:10:50.622Z] [2025-06-11T11:10:50.622Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-06-11T11:10:50.622Z] [2025-06-11T11:10:50.622Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/611fd969-c0fd-4faf-908f-3871bd9c36f2 [2025-06-11T11:10:50.622Z] [2025-06-11T11:10:50.622Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-11T11:10:50.622Z] [2025-06-11T11:10:50.622Z] [2025-06-11T11:10:50.622Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-11T11:10:50.622Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-11T11:10:50.895Z] $ docker stop --time=1 16ff0b3a118ef2408b98d3f4dae09eb18f525957f32d3eff5894050366e4fee5 [2025-06-11T11:10:52.944Z] $ docker rm -f --volumes 16ff0b3a118ef2408b98d3f4dae09eb18f525957f32d3eff5894050366e4fee5 [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-11T11:10:53.425Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-11T11:10:53.443Z] provisioning config files... [2025-06-11T11:10:53.455Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4794685013275282538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:10:53.759Z] --> edgex-publish-swagger.sh [2025-06-11T11:10:53.759Z] === Publish openapi API === [2025-06-11T11:10:53.759Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-11T11:10:53.759Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-06-11T11:10:53.759Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-11T11:10:53.759Z] Dload Upload Total Spent Left Speed [2025-06-11T11:10:54.018Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37584 100 66 100 37518 250 139k --:--:-- --:--:-- --:--:-- 139k [2025-06-11T11:10:54.018Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-11T11:10:54.018Z] [Pipeline] } [2025-06-11T11:10:54.025Z] 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-11T11:10:54.455Z] + git log --format=format:%s -1 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] sh [2025-06-11T11:10:54.743Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-11T11:10:54.743Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:10:55.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-11T11:10:55.046Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:10:55.122Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:10:55.155Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-11T11:10:55.505Z] $ docker top 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-11T11:10:55.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-11T11:10:55.602Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-11T11:10:55.713Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-11T11:10:55.720Z] $ docker exec 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b ssh-agent [2025-06-11T11:10:55.819Z] SSH_AUTH_SOCK=/tmp/ssh-KX4fCe2MVLie/agent.32 [2025-06-11T11:10:55.819Z] SSH_AGENT_PID=38 [2025-06-11T11:10:55.823Z] Running ssh-add (command line suppressed) [2025-06-11T11:10:55.927Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16972528726584390789.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16972528726584390789.key) [2025-06-11T11:10:55.936Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-11T11:10:56.223Z] + git semver tag [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,449 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,453 [run_tag] DEBUG tag force:False [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,453 [check_head_tag] DEBUG check head tag [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,454 [execute] INFO git cat-file --batch-check [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,456 [execute] INFO git cat-file --batch [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,456 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,467 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,467 [execute] INFO git tag -a v4.1.0-dev.10 -m v4.1.0-dev.10 [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,467 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.10', '-m', 'v4.1.0-dev.10'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-11T11:10:56.482Z] 2025-06-11 11:10:56,470 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:10:56.482Z] 4.1.0-dev.10 [Pipeline] } [2025-06-11T11:10:56.754Z] $ docker exec --env ******** --env ******** 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b ssh-agent -k [2025-06-11T11:10:56.855Z] unset SSH_AUTH_SOCK; [2025-06-11T11:10:56.856Z] unset SSH_AGENT_PID; [2025-06-11T11:10:56.856Z] echo Agent pid 38 killed; [2025-06-11T11:10:56.858Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-11T11:10:57.176Z] + git semver [Pipeline] } [2025-06-11T11:10:57.451Z] $ docker stop --time=1 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b [2025-06-11T11:10:58.721Z] $ docker rm -f --volumes 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:10:59.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-11T11:10:59.129Z] [2025-06-11T11:10:59.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:10:59.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-11T11:10:59.426Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-11T11:10:59.426Z] ab5ef0e58194: Pulling fs layer [2025-06-11T11:10:59.426Z] 9712f1f96733: Pulling fs layer [2025-06-11T11:10:59.426Z] 63f879dbbcfc: Pulling fs layer [2025-06-11T11:10:59.426Z] 0d9ebad4ef96: Pulling fs layer [2025-06-11T11:10:59.426Z] e9a5061849ea: Pulling fs layer [2025-06-11T11:10:59.426Z] d747dcd14b5f: Pulling fs layer [2025-06-11T11:10:59.426Z] 2de7ff778b66: Pulling fs layer [2025-06-11T11:10:59.426Z] e9a5061849ea: Waiting [2025-06-11T11:10:59.426Z] d747dcd14b5f: Waiting [2025-06-11T11:10:59.426Z] 2de7ff778b66: Waiting [2025-06-11T11:10:59.426Z] 0d9ebad4ef96: Waiting [2025-06-11T11:10:59.686Z] 63f879dbbcfc: Verifying Checksum [2025-06-11T11:10:59.686Z] 63f879dbbcfc: Download complete [2025-06-11T11:10:59.947Z] e9a5061849ea: Verifying Checksum [2025-06-11T11:10:59.947Z] e9a5061849ea: Download complete [2025-06-11T11:10:59.947Z] d747dcd14b5f: Download complete [2025-06-11T11:10:59.947Z] 0d9ebad4ef96: Verifying Checksum [2025-06-11T11:10:59.947Z] 0d9ebad4ef96: Download complete [2025-06-11T11:10:59.947Z] 2de7ff778b66: Verifying Checksum [2025-06-11T11:10:59.947Z] 2de7ff778b66: Download complete [2025-06-11T11:10:59.947Z] ab5ef0e58194: Verifying Checksum [2025-06-11T11:10:59.947Z] ab5ef0e58194: Download complete [2025-06-11T11:11:02.478Z] ab5ef0e58194: Pull complete [2025-06-11T11:11:02.478Z] 9712f1f96733: Pull complete [2025-06-11T11:11:03.042Z] 63f879dbbcfc: Pull complete [2025-06-11T11:11:06.322Z] 0d9ebad4ef96: Pull complete [2025-06-11T11:11:06.322Z] e9a5061849ea: Pull complete [2025-06-11T11:11:06.322Z] d747dcd14b5f: Pull complete [2025-06-11T11:11:07.255Z] 2de7ff778b66: Pull complete [2025-06-11T11:11:07.255Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-11T11:11:07.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-11T11:11:07.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:11:07.349Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:11:07.380Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-11T11:11:09.098Z] $ docker top 560a59cc08f5f69d1e11bddad6cccd0c9c25742b93e97d9d38842447b1606a53 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-11T11:11:09.170Z] provisioning config files... [2025-06-11T11:11:09.455Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13752900606558600031tmp [2025-06-11T11:11:09.472Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config265131392696907603tmp [2025-06-11T11:11:09.481Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config545344066666106658tmp [Pipeline] { [Pipeline] echo [2025-06-11T11:11:09.505Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:09.791Z] ---> sigul-configuration.sh [2025-06-11T11:11:09.791Z] gpg: directory `/root/.gnupg' created [2025-06-11T11:11:09.791Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-11T11:11:09.792Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-11T11:11:09.792Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-11T11:11:09.792Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-11T11:11:09.792Z] gpg: CAST5 encrypted data [2025-06-11T11:11:09.792Z] gpg: encrypted with 1 passphrase [2025-06-11T11:11:09.792Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-11T11:11:10.084Z] + mkdir /home/jenkins [2025-06-11T11:11:10.084Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-11T11:11:10.379Z] + 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-11T11:11:10.396Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:10.684Z] ---> sigul-install.sh [2025-06-11T11:11:10.684Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-11T11:11:10.986Z] + git tag --list [2025-06-11T11:11:10.986Z] 0.7.1 [2025-06-11T11:11:10.986Z] delhi-tag [2025-06-11T11:11:10.986Z] v1.0.0 [2025-06-11T11:11:10.986Z] v1.1.0 [2025-06-11T11:11:10.986Z] v1.1.1 [2025-06-11T11:11:10.986Z] v1.1.2 [2025-06-11T11:11:10.986Z] v1.2.0 [2025-06-11T11:11:10.986Z] v1.2.1 [2025-06-11T11:11:10.986Z] v1.2.2 [2025-06-11T11:11:10.986Z] v1.2.3 [2025-06-11T11:11:10.986Z] v1.3.0 [2025-06-11T11:11:10.986Z] v1.4.0 [2025-06-11T11:11:10.986Z] v2.0.0 [2025-06-11T11:11:10.986Z] v2.1.0 [2025-06-11T11:11:10.986Z] v2.1.1 [2025-06-11T11:11:10.986Z] v2.2.0 [2025-06-11T11:11:10.986Z] v2.3.0 [2025-06-11T11:11:10.986Z] v2.3.1 [2025-06-11T11:11:10.986Z] v3.0 [2025-06-11T11:11:10.986Z] v3.0.0 [2025-06-11T11:11:10.986Z] v3.1 [2025-06-11T11:11:10.986Z] v3.1.0 [2025-06-11T11:11:10.986Z] v3.1.1 [2025-06-11T11:11:10.986Z] v4.0 [2025-06-11T11:11:10.986Z] v4.0.0 [2025-06-11T11:11:10.986Z] v4.1.0-dev.1 [2025-06-11T11:11:10.986Z] v4.1.0-dev.10 [2025-06-11T11:11:10.986Z] v4.1.0-dev.2 [2025-06-11T11:11:10.986Z] v4.1.0-dev.3 [2025-06-11T11:11:10.986Z] v4.1.0-dev.4 [2025-06-11T11:11:10.986Z] v4.1.0-dev.5 [2025-06-11T11:11:10.986Z] v4.1.0-dev.6 [2025-06-11T11:11:10.986Z] v4.1.0-dev.7 [2025-06-11T11:11:10.986Z] v4.1.0-dev.8 [2025-06-11T11:11:10.986Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-11T11:11:11.276Z] + lftools sign git-tag v4.1.0-dev.10 [2025-06-11T11:11:11.842Z] Signing Git tag with Sigul... [2025-06-11T11:11:11.842Z] Signing v4.1.0-dev.10 [Pipeline] echo [2025-06-11T11:11:12.116Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:12.402Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-11T11:11:12.408Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-11T11:11:12.445Z] $ docker stop --time=1 560a59cc08f5f69d1e11bddad6cccd0c9c25742b93e97d9d38842447b1606a53 [2025-06-11T11:11:13.751Z] $ docker rm -f --volumes 560a59cc08f5f69d1e11bddad6cccd0c9c25742b93e97d9d38842447b1606a53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-11T11:11:14.173Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-11T11:11:14.173Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:11:14.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-11T11:11:14.475Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:11:14.549Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:11:14.580Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-11T11:11:14.908Z] $ docker top 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb -eo pid,comm [2025-06-11T11:11:14.953Z] 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-11T11:11:14.953Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-11T11:11:15.013Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-11T11:11:15.013Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-11T11:11:15.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-11T11:11:15.141Z] $ docker exec 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb ssh-agent [2025-06-11T11:11:15.243Z] SSH_AUTH_SOCK=/tmp/ssh-63Fsz9EGTMNW/agent.31 [2025-06-11T11:11:15.243Z] SSH_AGENT_PID=37 [2025-06-11T11:11:15.247Z] Running ssh-add (command line suppressed) [2025-06-11T11:11:15.344Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9615415831971431131.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9615415831971431131.key) [2025-06-11T11:11:15.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-11T11:11:15.641Z] + git semver bump pre [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,847 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,852 [bump_version] DEBUG bumping version:4.1.0-dev.10 on axis:pre with prefix:dev [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,852 [bump_version] DEBUG bumped version:4.1.0-dev.11 [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,852 [write_version] DEBUG write version:4.1.0-dev.11 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,852 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,854 [execute] INFO git cat-file --batch-check [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,855 [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-11T11:11:15.900Z] 2025-06-11 11:11:15,858 [execute] INFO git cat-file --batch [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,858 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-11T11:11:15.900Z] 2025-06-11 11:11:15,861 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:11:15.900Z] 4.1.0-dev.11 [Pipeline] } [2025-06-11T11:11:15.913Z] $ docker exec --env ******** --env ******** 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb ssh-agent -k [2025-06-11T11:11:16.001Z] unset SSH_AUTH_SOCK; [2025-06-11T11:11:16.001Z] unset SSH_AGENT_PID; [2025-06-11T11:11:16.001Z] echo Agent pid 37 killed; [2025-06-11T11:11:16.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-11T11:11:16.459Z] + git semver [Pipeline] } [2025-06-11T11:11:16.783Z] $ docker stop --time=1 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb [2025-06-11T11:11:18.011Z] $ docker rm -f --volumes 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-11T11:11:18.349Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-11T11:11:18.350Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:11:18.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-11T11:11:18.650Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:11:18.726Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:11:18.758Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-11T11:11:19.366Z] $ docker top bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-11T11:11:19.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-11T11:11:19.463Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-11T11:11:19.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-11T11:11:19.575Z] $ docker exec bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 ssh-agent [2025-06-11T11:11:19.686Z] SSH_AUTH_SOCK=/tmp/ssh-SUaN6NwEscIY/agent.32 [2025-06-11T11:11:19.686Z] SSH_AGENT_PID=38 [2025-06-11T11:11:19.691Z] Running ssh-add (command line suppressed) [2025-06-11T11:11:19.795Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16610407503011527197.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16610407503011527197.key) [2025-06-11T11:11:19.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-11T11:11:20.091Z] + git semver push [2025-06-11T11:11:20.352Z] 2025-06-11 11:11:20,292 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-11T11:11:20.352Z] 2025-06-11 11:11:20,296 [run_push] DEBUG push [2025-06-11T11:11:20.352Z] 2025-06-11 11:11:20,297 [execute] INFO git cat-file --batch-check [2025-06-11T11:11:20.352Z] 2025-06-11 11:11:20,297 [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-11T11:11:20.352Z] 2025-06-11 11:11:20,299 [execute] INFO git rev-list b01f228133ef96ed175f008e894d6d81df62a096 -- [2025-06-11T11:11:20.352Z] 2025-06-11 11:11:20,299 [execute] DEBUG Popen(['git', 'rev-list', 'b01f228133ef96ed175f008e894d6d81df62a096', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-11T11:11:20.352Z] 2025-06-11 11:11:20,311 [execute] INFO git fetch -v -- origin [2025-06-11T11:11:20.352Z] 2025-06-11 11:11:20,311 [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-11T11:11:20.918Z] 2025-06-11 11:11:20,809 [run_push] DEBUG no remote changes detected [2025-06-11T11:11:20.918Z] 2025-06-11 11:11:20,809 [execute] INFO git push origin semver [2025-06-11T11:11:20.918Z] 2025-06-11 11:11:20,809 [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-11T11:11:21.855Z] 2025-06-11 11:11:21,525 [run_push] DEBUG push all version tags [2025-06-11T11:11:21.855Z] 2025-06-11 11:11:21,526 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-11T11:11:21.855Z] 2025-06-11 11:11:21,526 [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-11T11:11:22.423Z] 2025-06-11 11:11:22,148 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-11T11:11:22.423Z] 4.1.0-dev.11 [Pipeline] } [2025-06-11T11:11:22.436Z] $ docker exec --env ******** --env ******** bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 ssh-agent -k [2025-06-11T11:11:22.534Z] unset SSH_AUTH_SOCK; [2025-06-11T11:11:22.534Z] unset SSH_AGENT_PID; [2025-06-11T11:11:22.535Z] echo Agent pid 38 killed; [2025-06-11T11:11:22.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-11T11:11:22.860Z] + git semver [Pipeline] } [2025-06-11T11:11:23.134Z] $ docker stop --time=1 bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 [2025-06-11T11:11:24.388Z] $ docker rm -f --volumes bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 [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-11T11:11:24.978Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-06-11T11:11:24.979Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-11T11:11:24.979Z] total 16 [2025-06-11T11:11:24.979Z] drwxr-xr-x 3 root root 4096 Jun 11 11:10 . [2025-06-11T11:11:24.979Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 11 11:11 .. [2025-06-11T11:11:24.979Z] drwxr-xr-x 2 root root 4096 Jun 11 11:10 cost [2025-06-11T11:11:24.979Z] -rw-r--r-- 1 root root 85 Jun 11 11:10 cost.csv [2025-06-11T11:11:24.979Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-11T11:11:24.979Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-11T11:11:24.979Z] total 16 [2025-06-11T11:11:24.979Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 11 11:10 . [2025-06-11T11:11:24.979Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 11 11:11 .. [2025-06-11T11:11:24.979Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 11 11:10 cost [2025-06-11T11:11:24.979Z] -rw-r--r-- 1 jenkins jenkins 85 Jun 11 11:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:25.267Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:26.125Z] ---> package-listing.sh [2025-06-11T11:11:26.125Z] ++ facter osfamily [2025-06-11T11:11:26.125Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-11T11:11:26.385Z] + OS_FAMILY=debian [2025-06-11T11:11:26.385Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-06-11T11:11:26.385Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-11T11:11:26.385Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-11T11:11:26.385Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-11T11:11:26.385Z] + PACKAGES=/tmp/packages_start.txt [2025-06-11T11:11:26.385Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-11T11:11:26.385Z] + PACKAGES=/tmp/packages_end.txt [2025-06-11T11:11:26.385Z] + case "${OS_FAMILY}" in [2025-06-11T11:11:26.385Z] + dpkg -l [2025-06-11T11:11:26.385Z] + grep '^ii' [2025-06-11T11:11:26.385Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-11T11:11:26.385Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-11T11:11:26.385Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-11T11:11:26.385Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-11T11:11:26.385Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-06-11T11:11:26.385Z] + 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-11T11:11:26.394Z] 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-11T11:11:26.668Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-11T11:11:27.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-11T11:11:27.224Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-11T11:11:27.304Z] prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container [2025-06-11T11:11:27.334Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-11T11:11:27.526Z] $ docker top 52a4a027ccbe8440b4ff099b226db0d9ab3dcf91d1603b22831252f1c419ccec -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-11T11:11:27.863Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-11T11:11:28.145Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-11T11:11:28.529Z] + ls /var/log/sa-host [2025-06-11T11:11:28.529Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-11T11:11:28.931Z] provisioning config files... [2025-06-11T11:11:28.965Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5174119867373078387tmp [Pipeline] { [Pipeline] echo [2025-06-11T11:11:28.999Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:29.290Z] ---> create-netrc.sh [Pipeline] } [2025-06-11T11:11:29.296Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:29.622Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-11T11:11:29.630Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:29.911Z] ---> sudo-logs.sh [2025-06-11T11:11:29.911Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-11T11:11:29.944Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:30.227Z] ---> job-cost.sh [2025-06-11T11:11:30.227Z] lf-activate-venv: SKIPPING [2025-06-11T11:11:30.227Z] DEBUG: total: 0.2199999988079071 [2025-06-11T11:11:30.227Z] INFO: Retrieving Stack Cost... [2025-06-11T11:11:30.490Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-11T11:11:30.748Z] INFO: Archiving Costs [Pipeline] echo [2025-06-11T11:11:30.760Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-11T11:11:31.041Z] ---> logs-deploy.sh [2025-06-11T11:11:31.042Z] lf-activate-venv: SKIPPING [2025-06-11T11:11:31.042Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/365 [2025-06-11T11:11:31.042Z] INFO: archiving workspace using pattern(s): [2025-06-11T11:11:31.981Z] Archives upload complete. [2025-06-11T11:11:31.981Z] INFO: archiving logs to Nexus [2025-06-11T11:11:32.552Z] ---> uname -a: [2025-06-11T11:11:32.552Z] Linux prd-ubuntu20-04-docker-8c-8g-3142 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-11T11:11:32.552Z] [2025-06-11T11:11:32.552Z] [2025-06-11T11:11:32.552Z] ---> lscpu: [2025-06-11T11:11:32.552Z] Architecture: x86_64 [2025-06-11T11:11:32.552Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-11T11:11:32.552Z] Byte Order: Little Endian [2025-06-11T11:11:32.552Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-11T11:11:32.552Z] CPU(s): 8 [2025-06-11T11:11:32.552Z] On-line CPU(s) list: 0-7 [2025-06-11T11:11:32.552Z] Thread(s) per core: 1 [2025-06-11T11:11:32.552Z] Core(s) per socket: 1 [2025-06-11T11:11:32.552Z] Socket(s): 8 [2025-06-11T11:11:32.552Z] NUMA node(s): 1 [2025-06-11T11:11:32.552Z] Vendor ID: AuthenticAMD [2025-06-11T11:11:32.552Z] CPU family: 23 [2025-06-11T11:11:32.552Z] Model: 49 [2025-06-11T11:11:32.552Z] Model name: AMD EPYC-Rome Processor [2025-06-11T11:11:32.552Z] Stepping: 0 [2025-06-11T11:11:32.552Z] CPU MHz: 2799.996 [2025-06-11T11:11:32.552Z] BogoMIPS: 5599.99 [2025-06-11T11:11:32.552Z] Virtualization: AMD-V [2025-06-11T11:11:32.552Z] Hypervisor vendor: KVM [2025-06-11T11:11:32.552Z] Virtualization type: full [2025-06-11T11:11:32.552Z] L1d cache: 256 KiB [2025-06-11T11:11:32.552Z] L1i cache: 256 KiB [2025-06-11T11:11:32.552Z] L2 cache: 4 MiB [2025-06-11T11:11:32.552Z] L3 cache: 128 MiB [2025-06-11T11:11:32.552Z] NUMA node0 CPU(s): 0-7 [2025-06-11T11:11:32.552Z] Vulnerability Itlb multihit: Not affected [2025-06-11T11:11:32.552Z] Vulnerability L1tf: Not affected [2025-06-11T11:11:32.552Z] Vulnerability Mds: Not affected [2025-06-11T11:11:32.552Z] Vulnerability Meltdown: Not affected [2025-06-11T11:11:32.552Z] Vulnerability Mmio stale data: Not affected [2025-06-11T11:11:32.552Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-11T11:11:32.552Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-11T11:11:32.552Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-11T11:11:32.552Z] Vulnerability Srbds: Not affected [2025-06-11T11:11:32.552Z] Vulnerability Tsx async abort: Not affected [2025-06-11T11:11:32.552Z] 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-11T11:11:32.552Z] [2025-06-11T11:11:32.552Z] [2025-06-11T11:11:32.552Z] ---> nproc: [2025-06-11T11:11:32.552Z] 8 [2025-06-11T11:11:32.552Z] [2025-06-11T11:11:32.552Z]