Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3b8bfbe400214ea9673fedc962e36bce2491427b 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-ssh8755479146745722056.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10614264439662254079.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh7307739883834216972.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa # timeout=10 Commit message: "fix: add new goLTSImages 1.23 (#466)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17204870595372902278.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-ssh12198761325013042248.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 ‘prd-centos7-blackbox-4c-2g-39928’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-40556’ is offline ‘prd-ubuntu20.04-docker-8c-8g-40558’ is offline Running on prd-ubuntu20.04-docker-8c-8g-40559 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3b8bfbe400214ea9673fedc962e36bce2491427b (main) Commit message: "build: update to bootstrap 4.0.2 (#1701)" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b8bfbe400214ea9673fedc962e36bce2491427b # timeout=10 > git rev-list --no-walk 2292029da43dc8641ae4f1a5e09ca71d8d6a0c64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-07T08:44:54.724Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-07T08:44:54.804Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-07T08:44:54.830Z] ========================================================= [2025-03-07T08:44:54.830Z] EdgeX Global Pipelines Version Info [2025-03-07T08:44:54.830Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:44:55.583Z] ------------------- [2025-03-07T08:44:55.583Z] stable info: [2025-03-07T08:44:55.583Z] ------------------- [2025-03-07T08:44:55.583Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-03-07T08:44:55.583Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-07T08:44:55.583Z] Message: update stable to v1.0.271 [2025-03-07T08:44:56.151Z] ------------------- [2025-03-07T08:44:56.151Z] experimental info: [2025-03-07T08:44:56.151Z] ------------------- [2025-03-07T08:44:56.151Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-03-07T08:44:56.151Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-07T08:44:56.151Z] Message: update experimental to v1.0.271 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-07T08:44:56.217Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-03-07T08:44:56.240Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-03-07T08:44:56.262Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-07T08:44:56.288Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-07T08:44:56.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-07T08:44:56.330Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-07T08:44:56.353Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-07T08:44:56.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-03-07T08:44:56.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-07T08:44:56.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-07T08:44:56.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-07T08:44:56.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-03-07T08:44:56.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-07T08:44:56.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-07T08:44:56.541Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-07T08:44:56.566Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-03-07T08:44:56.591Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-03-07T08:44:56.612Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-03-07T08:44:56.635Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-07T08:44:56.658Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-07T08:44:56.682Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-03-07T08:44:56.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-03-07T08:44:56.727Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-03-07T08:44:56.749Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-03-07T08:44:56.772Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-03-07T08:44:56.796Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-07T08:44:56.816Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-07T08:44:56.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-07T08:44:56.864Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-07T08:44:56.887Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-07T08:44:56.912Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo [2025-03-07T08:44:56.930Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b8bfbe [Pipeline] echo [2025-03-07T08:44:56.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-07T08:44:57.009Z] provisioning config files... [2025-03-07T08:44:57.021Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1791717977797531169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:44:57.358Z] ---> ****-login.sh [2025-03-07T08:44:57.358Z] nexus3.edgexfoundry.org:10001 [2025-03-07T08:44:57.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:44:57.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:44:57.618Z] Configure a credential helper to remove this warning. See [2025-03-07T08:44:57.618Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:44:57.618Z] [2025-03-07T08:44:57.618Z] Login Succeeded [2025-03-07T08:44:57.618Z] nexus3.edgexfoundry.org:10002 [2025-03-07T08:44:57.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:44:57.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:44:57.877Z] Configure a credential helper to remove this warning. See [2025-03-07T08:44:57.877Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:44:57.877Z] [2025-03-07T08:44:57.877Z] Login Succeeded [2025-03-07T08:44:57.877Z] nexus3.edgexfoundry.org:10003 [2025-03-07T08:44:57.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:44:57.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:44:57.878Z] Configure a credential helper to remove this warning. See [2025-03-07T08:44:57.878Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:44:57.878Z] [2025-03-07T08:44:57.878Z] Login Succeeded [2025-03-07T08:44:57.878Z] nexus3.edgexfoundry.org:10004 [2025-03-07T08:44:58.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:44:58.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:44:58.138Z] Configure a credential helper to remove this warning. See [2025-03-07T08:44:58.138Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:44:58.138Z] [2025-03-07T08:44:58.138Z] Login Succeeded [2025-03-07T08:44:58.138Z] ****.io [2025-03-07T08:44:58.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:44:58.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:44:58.398Z] Configure a credential helper to remove this warning. See [2025-03-07T08:44:58.398Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:44:58.398Z] [2025-03-07T08:44:58.398Z] Login Succeeded [2025-03-07T08:44:58.398Z] ---> ****-login.sh ends [Pipeline] } [2025-03-07T08:44:58.406Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-07T08:44:58.832Z] + git rev-list -1 --merges 3b8bfbe400214ea9673fedc962e36bce2491427b~1..3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo [2025-03-07T08:44:58.862Z] -----------> git rev-list -1 --merges 3b8bfbe400214ea9673fedc962e36bce2491427b~1..3b8bfbe400214ea9673fedc962e36bce2491427b 3b8bfbe400214ea9673fedc962e36bce2491427b [false] [Pipeline] sh [2025-03-07T08:44:59.154Z] + git log --format=format:%s -1 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo [2025-03-07T08:44:59.168Z] ========================================================= [2025-03-07T08:44:59.168Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-07T08:44:59.168Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-07T08:44:59.519Z] + git log --format=format:%s -1 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo [2025-03-07T08:44:59.531Z] [semverPrep] GIT_COMMIT: 3b8bfbe400214ea9673fedc962e36bce2491427b, Commit Message: build: update to bootstrap 4.0.2 (#1701) [Pipeline] echo [2025-03-07T08:44:59.549Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-03-07T08:44:59.950Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-07T08:44:59.950Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-07T08:44:59.950Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-07T08:44:59.950Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-07T08:44:59.950Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-07T08:44:59.950Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-07T08:44:59.950Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:45:00.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-07T08:45:00.304Z] [2025-03-07T08:45:00.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:45:00.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-07T08:45:00.617Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-07T08:45:00.617Z] b85a868b505f: Pulling fs layer [2025-03-07T08:45:00.617Z] e2be974225ed: Pulling fs layer [2025-03-07T08:45:00.617Z] 339a4e72a1f5: Pulling fs layer [2025-03-07T08:45:00.617Z] 988bab9f4d93: Pulling fs layer [2025-03-07T08:45:00.617Z] 1469e6f7b9e6: Pulling fs layer [2025-03-07T08:45:00.617Z] eaf3925da568: Pulling fs layer [2025-03-07T08:45:00.617Z] bab4dde63d76: Pulling fs layer [2025-03-07T08:45:00.617Z] bde34c3a00c8: Pulling fs layer [2025-03-07T08:45:00.617Z] b352a97aabf1: Pulling fs layer [2025-03-07T08:45:00.617Z] 4872d77fe225: Pulling fs layer [2025-03-07T08:45:00.617Z] 5851b861e8e6: Pulling fs layer [2025-03-07T08:45:00.617Z] bab4dde63d76: Waiting [2025-03-07T08:45:00.617Z] bde34c3a00c8: Waiting [2025-03-07T08:45:00.617Z] 988bab9f4d93: Waiting [2025-03-07T08:45:00.617Z] b352a97aabf1: Waiting [2025-03-07T08:45:00.617Z] 4872d77fe225: Waiting [2025-03-07T08:45:00.617Z] 1469e6f7b9e6: Waiting [2025-03-07T08:45:00.617Z] 5851b861e8e6: Waiting [2025-03-07T08:45:00.617Z] eaf3925da568: Waiting [2025-03-07T08:45:00.617Z] e2be974225ed: Verifying Checksum [2025-03-07T08:45:00.617Z] e2be974225ed: Download complete [2025-03-07T08:45:00.617Z] 1469e6f7b9e6: Verifying Checksum [2025-03-07T08:45:00.617Z] 1469e6f7b9e6: Download complete [2025-03-07T08:45:00.617Z] 339a4e72a1f5: Verifying Checksum [2025-03-07T08:45:00.617Z] 339a4e72a1f5: Download complete [2025-03-07T08:45:00.617Z] eaf3925da568: Download complete [2025-03-07T08:45:00.877Z] bde34c3a00c8: Download complete [2025-03-07T08:45:00.877Z] b352a97aabf1: Download complete [2025-03-07T08:45:00.877Z] 4872d77fe225: Download complete [2025-03-07T08:45:00.877Z] 5851b861e8e6: Verifying Checksum [2025-03-07T08:45:00.877Z] 5851b861e8e6: Download complete [2025-03-07T08:45:00.877Z] b85a868b505f: Verifying Checksum [2025-03-07T08:45:00.877Z] b85a868b505f: Download complete [2025-03-07T08:45:01.135Z] bab4dde63d76: Verifying Checksum [2025-03-07T08:45:01.135Z] bab4dde63d76: Download complete [2025-03-07T08:45:02.071Z] b85a868b505f: Pull complete [2025-03-07T08:45:02.071Z] e2be974225ed: Pull complete [2025-03-07T08:45:02.651Z] 339a4e72a1f5: Pull complete [2025-03-07T08:45:02.651Z] 988bab9f4d93: Pull complete [2025-03-07T08:45:02.911Z] 1469e6f7b9e6: Pull complete [2025-03-07T08:45:02.911Z] eaf3925da568: Pull complete [2025-03-07T08:45:04.286Z] bab4dde63d76: Pull complete [2025-03-07T08:45:04.546Z] bde34c3a00c8: Pull complete [2025-03-07T08:45:04.546Z] b352a97aabf1: Pull complete [2025-03-07T08:45:04.546Z] 4872d77fe225: Pull complete [2025-03-07T08:45:04.805Z] 5851b861e8e6: Pull complete [2025-03-07T08:45:04.805Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-07T08:45:04.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-07T08:45:04.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:45:04.946Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:45:04.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-07T08:45:06.730Z] $ docker top c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 -eo pid,comm [2025-03-07T08:45:06.792Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-07T08:45:06.792Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-07T08:45:06.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-07T08:45:06.847Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-07T08:45:06.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-07T08:45:06.952Z] $ docker exec c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent [2025-03-07T08:45:07.046Z] SSH_AUTH_SOCK=/tmp/ssh-oacuiBfQrtnm/agent.33 [2025-03-07T08:45:07.046Z] SSH_AGENT_PID=39 [2025-03-07T08:45:07.051Z] Running ssh-add (command line suppressed) [2025-03-07T08:45:07.138Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6589710017858395285.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6589710017858395285.key) [2025-03-07T08:45:07.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-07T08:45:07.444Z] + git tag --points-at HEAD [Pipeline] } [2025-03-07T08:45:07.455Z] $ docker exec --env ******** --env ******** c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent -k [2025-03-07T08:45:07.550Z] unset SSH_AUTH_SOCK; [2025-03-07T08:45:07.551Z] unset SSH_AGENT_PID; [2025-03-07T08:45:07.551Z] echo Agent pid 39 killed; [2025-03-07T08:45:07.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-03-07T08:45:07.610Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-07T08:45:07.610Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-07T08:45:07.708Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-07T08:45:07.710Z] $ docker exec c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent [2025-03-07T08:45:07.815Z] SSH_AUTH_SOCK=/tmp/ssh-iwEnc8eJXrJc/agent.72 [2025-03-07T08:45:07.815Z] SSH_AGENT_PID=78 [2025-03-07T08:45:07.819Z] Running ssh-add (command line suppressed) [2025-03-07T08:45:07.912Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14730431228576878504.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14730431228576878504.key) [2025-03-07T08:45:07.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-07T08:45:08.221Z] + git semver init [2025-03-07T08:45:08.480Z] 2025-03-07 08:45:08,391 [run_init] DEBUG init version:0.0.0 force:False [2025-03-07T08:45:08.480Z] 2025-03-07 08:45:08,392 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-03-07T08:45:08.480Z] 2025-03-07 08:45:08,393 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-03-07T08:45:08.480Z] 2025-03-07 08:45:08,393 [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, universal_newlines=False, shell=None, istream=None) [2025-03-07T08:45:09.852Z] 2025-03-07 08:45:09,532 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-03-07T08:45:09.852Z] 2025-03-07 08:45:09,533 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-03-07T08:45:09.852Z] 2025-03-07 08:45:09,533 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:45:09.852Z] 2025-03-07 08:45:09,533 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:45:09.852Z] 4.0.0-dev.30 [Pipeline] } [2025-03-07T08:45:09.859Z] $ docker exec --env ******** --env ******** c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent -k [2025-03-07T08:45:09.949Z] unset SSH_AUTH_SOCK; [2025-03-07T08:45:09.950Z] unset SSH_AGENT_PID; [2025-03-07T08:45:09.950Z] echo Agent pid 78 killed; [2025-03-07T08:45:09.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-07T08:45:10.288Z] + git semver [Pipeline] } [2025-03-07T08:45:10.560Z] $ docker stop --time=1 c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 [2025-03-07T08:45:11.829Z] $ docker rm -f --volumes c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-07T08:45:12.170Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-07T08:45:12.402Z] Stashed 1 file(s) [Pipeline] echo [2025-03-07T08:45:12.406Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.30 [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-03-07T08:45:12.686Z] provisioning config files... [Pipeline] // stage [2025-03-07T08:45:12.694Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2250392396675416480tmp [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:45:13.022Z] ---> ****-login.sh [2025-03-07T08:45:13.022Z] nexus3.edgexfoundry.org:10001 [2025-03-07T08:45:13.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:45:13.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:45:13.023Z] Configure a credential helper to remove this warning. See [2025-03-07T08:45:13.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:45:13.023Z] [2025-03-07T08:45:13.023Z] Login Succeeded [2025-03-07T08:45:13.023Z] nexus3.edgexfoundry.org:10002 [2025-03-07T08:45:13.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:45:13.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:45:13.023Z] Configure a credential helper to remove this warning. See [2025-03-07T08:45:13.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:45:13.023Z] [2025-03-07T08:45:13.023Z] Login Succeeded [2025-03-07T08:45:13.023Z] nexus3.edgexfoundry.org:10003 [2025-03-07T08:45:13.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:45:13.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:45:13.284Z] Configure a credential helper to remove this warning. See [2025-03-07T08:45:13.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:45:13.284Z] [2025-03-07T08:45:13.284Z] Login Succeeded [2025-03-07T08:45:13.284Z] nexus3.edgexfoundry.org:10004 [2025-03-07T08:45:13.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:45:13.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:45:13.285Z] Configure a credential helper to remove this warning. See [2025-03-07T08:45:13.285Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:45:13.285Z] [2025-03-07T08:45:13.285Z] Login Succeeded [2025-03-07T08:45:13.285Z] ****.io [2025-03-07T08:45:13.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-07T08:45:13.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-07T08:45:13.545Z] Configure a credential helper to remove this warning. See [2025-03-07T08:45:13.545Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-07T08:45:13.545Z] [2025-03-07T08:45:13.545Z] Login Succeeded [2025-03-07T08:45:13.545Z] ---> ****-login.sh ends [Pipeline] } [2025-03-07T08:45:13.553Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-07T08:45:13.643Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-07T08:45:13.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-07T08:45:13.674Z] ========================================================= [2025-03-07T08:45:13.674Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-07T08:45:13.674Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:45:14.011Z] + 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-03-07T08:45:14.011Z] Sending build context to Docker daemon 25.18MB [2025-03-07T08:45:14.011Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-03-07T08:45:14.011Z] Step 2/10 : FROM ${BASE} AS builder [2025-03-07T08:45:14.271Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-07T08:45:14.271Z] da9db072f522: Pulling fs layer [2025-03-07T08:45:14.271Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-07T08:45:14.271Z] 06f05ace1117: Pulling fs layer [2025-03-07T08:45:14.271Z] 5fe327b54edc: Pulling fs layer [2025-03-07T08:45:14.271Z] 4f4fb700ef54: Pulling fs layer [2025-03-07T08:45:14.271Z] 92a5565b7b96: Pulling fs layer [2025-03-07T08:45:14.271Z] ff9bb7016b71: Pulling fs layer [2025-03-07T08:45:14.271Z] b67dba6c2c7d: Pulling fs layer [2025-03-07T08:45:14.271Z] a813b0c90790: Pulling fs layer [2025-03-07T08:45:14.271Z] ff9bb7016b71: Waiting [2025-03-07T08:45:14.271Z] b67dba6c2c7d: Waiting [2025-03-07T08:45:14.271Z] 92a5565b7b96: Waiting [2025-03-07T08:45:14.271Z] a813b0c90790: Waiting [2025-03-07T08:45:14.271Z] 5fe327b54edc: Waiting [2025-03-07T08:45:14.271Z] 4f4fb700ef54: Waiting [2025-03-07T08:45:14.271Z] 6ef4a4ee8ca5: Verifying Checksum [2025-03-07T08:45:14.271Z] 6ef4a4ee8ca5: Download complete [2025-03-07T08:45:14.271Z] 5fe327b54edc: Verifying Checksum [2025-03-07T08:45:14.271Z] 5fe327b54edc: Download complete [2025-03-07T08:45:14.271Z] 4f4fb700ef54: Verifying Checksum [2025-03-07T08:45:14.271Z] 4f4fb700ef54: Download complete [2025-03-07T08:45:14.271Z] 92a5565b7b96: Download complete [2025-03-07T08:45:14.271Z] da9db072f522: Verifying Checksum [2025-03-07T08:45:14.271Z] da9db072f522: Download complete [2025-03-07T08:45:14.271Z] ff9bb7016b71: Verifying Checksum [2025-03-07T08:45:14.271Z] ff9bb7016b71: Download complete [2025-03-07T08:45:14.271Z] da9db072f522: Pull complete [2025-03-07T08:45:14.530Z] a813b0c90790: Verifying Checksum [2025-03-07T08:45:14.530Z] a813b0c90790: Download complete [2025-03-07T08:45:14.530Z] 6ef4a4ee8ca5: Pull complete [2025-03-07T08:45:14.788Z] 06f05ace1117: Download complete [2025-03-07T08:45:15.046Z] b67dba6c2c7d: Verifying Checksum [2025-03-07T08:45:15.046Z] b67dba6c2c7d: Download complete [2025-03-07T08:45:17.577Z] 06f05ace1117: Pull complete [2025-03-07T08:45:17.577Z] 5fe327b54edc: Pull complete [2025-03-07T08:45:17.834Z] 4f4fb700ef54: Pull complete [2025-03-07T08:45:17.834Z] 92a5565b7b96: Pull complete [2025-03-07T08:45:17.834Z] ff9bb7016b71: Pull complete [2025-03-07T08:45:20.363Z] b67dba6c2c7d: Pull complete [2025-03-07T08:45:20.363Z] a813b0c90790: Pull complete [2025-03-07T08:45:20.363Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-07T08:45:20.363Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-07T08:45:20.363Z] ---> 3ba60ce46760 [2025-03-07T08:45:20.363Z] Step 3/10 : ARG MAKE=make build [2025-03-07T08:45:23.666Z] ---> Running in 51e7c59b8f1a [2025-03-07T08:45:23.666Z] Removing intermediate container 51e7c59b8f1a [2025-03-07T08:45:23.666Z] ---> 6b6a74580283 [2025-03-07T08:45:23.666Z] Step 4/10 : WORKDIR /device-sdk-go [2025-03-07T08:45:23.666Z] ---> Running in 5d5d11580f8f [2025-03-07T08:45:23.666Z] Removing intermediate container 5d5d11580f8f [2025-03-07T08:45:23.666Z] ---> 0a8583d578b8 [2025-03-07T08:45:23.666Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-07T08:45:23.666Z] ---> Running in a098de193b21 [2025-03-07T08:45:23.666Z] Removing intermediate container a098de193b21 [2025-03-07T08:45:23.666Z] ---> 0e72fad102ea [2025-03-07T08:45:23.666Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-03-07T08:45:23.666Z] ---> Running in 73f9a54b597b [2025-03-07T08:45:23.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-07T08:45:23.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-07T08:45:24.234Z] OK: 248 MiB in 58 packages [2025-03-07T08:45:24.496Z] Removing intermediate container 73f9a54b597b [2025-03-07T08:45:24.496Z] ---> 3284f7a8c2cf [2025-03-07T08:45:24.496Z] Step 7/10 : COPY go.mod vendor* ./ [2025-03-07T08:45:24.496Z] ---> 03f6a27fc7aa [2025-03-07T08:45:24.496Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-07T08:45:24.496Z] ---> Running in 9b3af49452ce [2025-03-07T08:46:03.225Z] Removing intermediate container 9b3af49452ce [2025-03-07T08:46:03.225Z] ---> f380ef395251 [2025-03-07T08:46:03.225Z] Step 9/10 : COPY . . [2025-03-07T08:46:03.225Z] ---> 20293890ae2c [2025-03-07T08:46:03.225Z] Step 10/10 : RUN ${MAKE} [2025-03-07T08:46:03.225Z] ---> Running in da70679353cd [2025-03-07T08:46:03.225Z] noop [2025-03-07T08:46:03.225Z] Removing intermediate container da70679353cd [2025-03-07T08:46:03.225Z] ---> c8a85434e30a [2025-03-07T08:46:03.225Z] Successfully built c8a85434e30a [2025-03-07T08:46:03.225Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:46:03.567Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-07T08:46:03.567Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:46:03.653Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:46:03.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-07T08:46:04.028Z] $ docker top 03f7660979c6b4c286d6bd2cf0188b6c0196946b6870bdd902648f7ddfcefc1d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-07T08:46:04.378Z] + go version [2025-03-07T08:46:04.378Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-07T08:46:04.386Z] $ docker stop --time=1 03f7660979c6b4c286d6bd2cf0188b6c0196946b6870bdd902648f7ddfcefc1d [2025-03-07T08:46:05.643Z] $ docker rm -f --volumes 03f7660979c6b4c286d6bd2cf0188b6c0196946b6870bdd902648f7ddfcefc1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:46:06.081Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-07T08:46:06.081Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:46:06.160Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:46:06.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-07T08:46:06.539Z] $ docker top 080a33a866c05fce5186cad6fd1a5060b13f3b891cca4603b9ed3e290fdfc8d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-07T08:46:06.895Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-03-07T08:46:07.200Z] + make test [2025-03-07T08:46:07.200Z] go test -race -coverprofile=coverage.out ./... [2025-03-07T08:46:15.324Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-03-07T08:46:47.386Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-03-07T08:46:47.386Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-03-07T08:46:47.386Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-03-07T08:46:47.386Z] github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements [2025-03-07T08:46:47.386Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-03-07T08:46:47.386Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.037s coverage: 28.2% of statements [2025-03-07T08:46:47.386Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.028s coverage: 79.3% of statements [2025-03-07T08:46:47.386Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-03-07T08:46:47.386Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-03-07T08:46:48.759Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-03-07T08:46:48.759Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.031s coverage: 90.4% of statements [2025-03-07T08:46:48.759Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-03-07T08:46:48.759Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-03-07T08:46:48.759Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-03-07T08:46:49.696Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.078s coverage: 45.0% of statements [2025-03-07T08:46:50.264Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-03-07T08:46:55.536Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.048s coverage: 14.3% of statements [2025-03-07T08:46:55.536Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.915s coverage: 44.6% of statements [2025-03-07T08:46:55.536Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.055s coverage: 68.4% of statements [2025-03-07T08:46:55.536Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.088s coverage: 88.3% of statements [2025-03-07T08:46:55.536Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.058s coverage: 5.0% of statements [2025-03-07T08:47:27.620Z] GO111MODULE=on go vet ./... [2025-03-07T08:47:28.991Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-07T08:47:28.991Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-07T08:47:28.991Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-07T08:47:29.261Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-07T08:47:29.276Z] $ docker stop --time=1 080a33a866c05fce5186cad6fd1a5060b13f3b891cca4603b9ed3e290fdfc8d6 [2025-03-07T08:47:32.757Z] $ docker rm -f --volumes 080a33a866c05fce5186cad6fd1a5060b13f3b891cca4603b9ed3e290fdfc8d6 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-07T08:47:33.376Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-07T08:47:33.502Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-03-07T08:47:34.074Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-07T08:47:34.358Z] + ls -al . [2025-03-07T08:47:34.358Z] total 740 [2025-03-07T08:47:34.358Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 7 08:46 . [2025-03-07T08:47:34.358Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 7 08:44 .. [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 7 08:44 .dockerignore [2025-03-07T08:47:34.358Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 7 08:46 .git [2025-03-07T08:47:34.358Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 7 08:44 .github [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 137 Mar 7 08:44 .gitignore [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 199 Mar 7 08:44 .golangci.yml [2025-03-07T08:47:34.358Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 7 08:45 .semver [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 53715 Mar 7 08:44 CHANGELOG.md [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 7 08:44 GOVERNANCE.md [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 882 Mar 7 08:44 Jenkinsfile [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 7 08:44 LICENSE [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 2424 Mar 7 08:44 Makefile [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 7 08:44 OWNERS.md [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 4937 Mar 7 08:44 README.md [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 7 08:45 VERSION [2025-03-07T08:47:34.358Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 7 08:44 bin [2025-03-07T08:47:34.358Z] -rw-r--r-- 1 jenkins jenkins 497265 Mar 7 08:46 coverage.out [2025-03-07T08:47:34.358Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 7 08:44 example [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 6089 Mar 7 08:44 go.mod [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 86333 Mar 7 08:44 go.sum [2025-03-07T08:47:34.358Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 7 08:44 internal [2025-03-07T08:47:34.358Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 7 08:44 openapi [2025-03-07T08:47:34.358Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 7 08:44 pkg [2025-03-07T08:47:34.358Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 7 08:44 snap [2025-03-07T08:47:34.358Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 7 08:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:47:34.678Z] + 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=3b8bfbe400214ea9673fedc962e36bce2491427b --label arch=amd64 --label version=4.0.0-dev.30 . [2025-03-07T08:47:34.678Z] Sending build context to Docker daemon 25.68MB [2025-03-07T08:47:34.678Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-03-07T08:47:34.678Z] Step 2/24 : FROM ${BASE} AS builder [2025-03-07T08:47:34.678Z] ---> c8a85434e30a [2025-03-07T08:47:34.678Z] Step 3/24 : ARG MAKE=make build [2025-03-07T08:47:34.938Z] ---> Running in da52947aabba [2025-03-07T08:47:34.938Z] Removing intermediate container da52947aabba [2025-03-07T08:47:34.938Z] ---> 524849c302aa [2025-03-07T08:47:34.938Z] Step 4/24 : WORKDIR /device-sdk-go [2025-03-07T08:47:35.198Z] ---> Running in 0c3bb44d6201 [2025-03-07T08:47:35.198Z] Removing intermediate container 0c3bb44d6201 [2025-03-07T08:47:35.198Z] ---> 3e7a2fa7a128 [2025-03-07T08:47:35.198Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-07T08:47:35.198Z] ---> Running in 35c145a4812c [2025-03-07T08:47:35.198Z] Removing intermediate container 35c145a4812c [2025-03-07T08:47:35.198Z] ---> 8f4b49385346 [2025-03-07T08:47:35.198Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-03-07T08:47:35.198Z] ---> Running in 9db4885aab17 [2025-03-07T08:47:35.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-07T08:47:35.715Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-07T08:47:35.974Z] OK: 248 MiB in 58 packages [2025-03-07T08:47:36.232Z] Removing intermediate container 9db4885aab17 [2025-03-07T08:47:36.232Z] ---> 78f1e37be4fa [2025-03-07T08:47:36.232Z] Step 7/24 : COPY go.mod vendor* ./ [2025-03-07T08:47:36.491Z] ---> b7a5a7db75be [2025-03-07T08:47:36.491Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-07T08:47:36.491Z] ---> Running in 28fa7a82d8cd [2025-03-07T08:47:37.059Z] Removing intermediate container 28fa7a82d8cd [2025-03-07T08:47:37.059Z] ---> 7de142b99ac8 [2025-03-07T08:47:37.059Z] Step 9/24 : COPY . . [2025-03-07T08:47:37.995Z] ---> 59afcd7be963 [2025-03-07T08:47:37.995Z] Step 10/24 : RUN ${MAKE} [2025-03-07T08:47:37.995Z] ---> Running in f89ccf807ce7 [2025-03-07T08:47:37.995Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.0.0-dev.30 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.0.0-dev.30 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-03-07T08:48:10.054Z] Removing intermediate container f89ccf807ce7 [2025-03-07T08:48:10.054Z] ---> 2d70c162b61b [2025-03-07T08:48:10.054Z] Step 11/24 : FROM alpine:3.20 [2025-03-07T08:48:10.054Z] 3.20: Pulling from library/alpine [2025-03-07T08:48:10.054Z] 0a9a5dfd008f: Pulling fs layer [2025-03-07T08:48:10.054Z] 0a9a5dfd008f: Verifying Checksum [2025-03-07T08:48:10.054Z] 0a9a5dfd008f: Download complete [2025-03-07T08:48:10.054Z] 0a9a5dfd008f: Pull complete [2025-03-07T08:48:10.054Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-07T08:48:10.054Z] Status: Downloaded newer image for alpine:3.20 [2025-03-07T08:48:10.054Z] ---> ff221270b9fb [2025-03-07T08:48:10.054Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-03-07T08:48:10.055Z] ---> Running in 83a5957bce64 [2025-03-07T08:48:10.055Z] Removing intermediate container 83a5957bce64 [2025-03-07T08:48:10.055Z] ---> e3be40e4538a [2025-03-07T08:48:10.055Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-03-07T08:48:10.055Z] ---> Running in f56e8cc6c15e [2025-03-07T08:48:10.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-07T08:48:10.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-07T08:48:10.055Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-07T08:48:10.055Z] Executing busybox-1.36.1-r29.trigger [2025-03-07T08:48:10.055Z] OK: 8 MiB in 15 packages [2025-03-07T08:48:10.055Z] Removing intermediate container f56e8cc6c15e [2025-03-07T08:48:10.055Z] ---> 8917ae596595 [2025-03-07T08:48:10.055Z] Step 14/24 : RUN apk --no-cache upgrade [2025-03-07T08:48:10.055Z] ---> Running in 723aa5f182b9 [2025-03-07T08:48:10.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-07T08:48:10.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-07T08:48:10.055Z] OK: 8 MiB in 15 packages [2025-03-07T08:48:10.055Z] Removing intermediate container 723aa5f182b9 [2025-03-07T08:48:10.055Z] ---> 126129b8020d [2025-03-07T08:48:10.055Z] Step 15/24 : WORKDIR / [2025-03-07T08:48:10.055Z] ---> Running in 1e80e7abf69b [2025-03-07T08:48:10.055Z] Removing intermediate container 1e80e7abf69b [2025-03-07T08:48:10.055Z] ---> e12187d5d289 [2025-03-07T08:48:10.055Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-03-07T08:48:10.055Z] ---> 86d65e8b415a [2025-03-07T08:48:10.055Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-03-07T08:48:10.621Z] ---> 0403323d98cd [2025-03-07T08:48:10.621Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-03-07T08:48:10.879Z] ---> d478dfa3adfb [2025-03-07T08:48:10.879Z] Step 19/24 : EXPOSE 59999 [2025-03-07T08:48:10.879Z] ---> Running in 35eca9a8cee3 [2025-03-07T08:48:11.147Z] Removing intermediate container 35eca9a8cee3 [2025-03-07T08:48:11.147Z] ---> 8dfcb5d8edd0 [2025-03-07T08:48:11.147Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-03-07T08:48:11.147Z] ---> Running in f5df01b12309 [2025-03-07T08:48:11.147Z] Removing intermediate container f5df01b12309 [2025-03-07T08:48:11.147Z] ---> c6f4340ab9f3 [2025-03-07T08:48:11.147Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-03-07T08:48:11.147Z] ---> Running in c1d645359550 [2025-03-07T08:48:11.406Z] Removing intermediate container c1d645359550 [2025-03-07T08:48:11.406Z] ---> 11f3d98a4b59 [2025-03-07T08:48:11.406Z] Step 22/24 : LABEL arch=amd64 [2025-03-07T08:48:11.406Z] ---> Running in 3fd81a97c0a1 [2025-03-07T08:48:11.406Z] Removing intermediate container 3fd81a97c0a1 [2025-03-07T08:48:11.406Z] ---> 26e2c87186fb [2025-03-07T08:48:11.406Z] Step 23/24 : LABEL git_sha=3b8bfbe400214ea9673fedc962e36bce2491427b [2025-03-07T08:48:11.406Z] ---> Running in 9e63f9060dfb [2025-03-07T08:48:11.665Z] Removing intermediate container 9e63f9060dfb [2025-03-07T08:48:11.665Z] ---> ddf039f78107 [2025-03-07T08:48:11.665Z] Step 24/24 : LABEL version=4.0.0-dev.30 [2025-03-07T08:48:11.665Z] ---> Running in ef51e07cbc64 [2025-03-07T08:48:11.665Z] Removing intermediate container ef51e07cbc64 [2025-03-07T08:48:11.665Z] ---> 4092ab965782 [2025-03-07T08:48:11.665Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-07T08:48:11.665Z] Successfully built 4092ab965782 [2025-03-07T08:48:11.665Z] 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-03-07T08:48:12.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-07T08:48:12.140Z] [2025-03-07T08:48:12.140Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:48:12.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-07T08:48:12.444Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-07T08:48:12.444Z] 5eb5b503b376: Pulling fs layer [2025-03-07T08:48:12.444Z] 5c69ac0246d0: Pulling fs layer [2025-03-07T08:48:12.444Z] ec43610c2a17: Pulling fs layer [2025-03-07T08:48:12.444Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-07T08:48:12.444Z] 33b1e0a273af: Pulling fs layer [2025-03-07T08:48:12.444Z] 5d3b04190fa2: Pulling fs layer [2025-03-07T08:48:12.444Z] 2f39f015ded8: Pulling fs layer [2025-03-07T08:48:12.444Z] 5d3b04190fa2: Waiting [2025-03-07T08:48:12.444Z] 2f39f015ded8: Waiting [2025-03-07T08:48:12.704Z] 5c69ac0246d0: Download complete [2025-03-07T08:48:12.704Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-07T08:48:12.704Z] 3a2ae6a8a46f: Download complete [2025-03-07T08:48:12.704Z] 33b1e0a273af: Verifying Checksum [2025-03-07T08:48:12.704Z] 33b1e0a273af: Download complete [2025-03-07T08:48:12.704Z] ec43610c2a17: Verifying Checksum [2025-03-07T08:48:12.704Z] ec43610c2a17: Download complete [2025-03-07T08:48:12.704Z] 5d3b04190fa2: Verifying Checksum [2025-03-07T08:48:12.704Z] 5d3b04190fa2: Download complete [2025-03-07T08:48:12.704Z] 5eb5b503b376: Verifying Checksum [2025-03-07T08:48:12.704Z] 5eb5b503b376: Download complete [2025-03-07T08:48:13.270Z] 2f39f015ded8: Download complete [2025-03-07T08:48:13.847Z] 5eb5b503b376: Pull complete [2025-03-07T08:48:14.105Z] 5c69ac0246d0: Pull complete [2025-03-07T08:48:14.362Z] ec43610c2a17: Pull complete [2025-03-07T08:48:14.362Z] 3a2ae6a8a46f: Pull complete [2025-03-07T08:48:14.620Z] 33b1e0a273af: Pull complete [2025-03-07T08:48:14.620Z] 5d3b04190fa2: Pull complete [2025-03-07T08:48:18.803Z] 2f39f015ded8: Pull complete [2025-03-07T08:48:18.803Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-07T08:48:18.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-07T08:48:18.803Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:48:18.908Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:48:18.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-07T08:48:22.038Z] $ docker top db33cef704a048b1b49b1aa7beb012edf1f3aa0e6d3451d70373f18602ce9fb9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:48:22.439Z] ---> job-cost.sh [2025-03-07T08:48:22.439Z] lf-activate-venv: SKIPPING [2025-03-07T08:48:22.439Z] INFO: No Stack... [2025-03-07T08:48:22.698Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-07T08:48:22.957Z] INFO: Archiving Costs [Pipeline] sh [2025-03-07T08:48:23.243Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-03-07T08:48:23.243Z] + cut -d, -f6 [Pipeline] lock [2025-03-07T08:48:23.259Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] [2025-03-07T08:48:23.271Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] did not exist. Created. [2025-03-07T08:48:23.276Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-07T08:48:23.585Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-07T08:48:23.627Z] Stashed 1 file(s) [Pipeline] } [2025-03-07T08:48:23.637Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-07T08:48:23.659Z] $ docker stop --time=1 db33cef704a048b1b49b1aa7beb012edf1f3aa0e6d3451d70373f18602ce9fb9 [2025-03-07T08:48:24.800Z] $ docker rm -f --volumes db33cef704a048b1b49b1aa7beb012edf1f3aa0e6d3451d70373f18602ce9fb9 [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-03-07T08:48:25.071Z] provisioning config files... [2025-03-07T08:48:25.076Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11433949842806358539tmp [Pipeline] { [Pipeline] sh [2025-03-07T08:48:25.375Z] + set +x [2025-03-07T08:48:25.375Z] + curl -s https://codecov.io/bash [2025-03-07T08:48:25.375Z] + bash -s -- [2025-03-07T08:48:25.375Z] [2025-03-07T08:48:25.375Z] _____ _ [2025-03-07T08:48:25.375Z] / ____| | | [2025-03-07T08:48:25.375Z] | | ___ __| | ___ ___ _____ __ [2025-03-07T08:48:25.375Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-03-07T08:48:25.375Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-03-07T08:48:25.375Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-03-07T08:48:25.375Z] Bash-1.0.6 [2025-03-07T08:48:25.375Z] [2025-03-07T08:48:25.375Z] [2025-03-07T08:48:25.375Z] ==> git version 2.25.1 found [2025-03-07T08:48:25.375Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-03-07T08:48:25.375Z] Release-Date: 2020-01-08 [2025-03-07T08:48:25.375Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-03-07T08:48:25.375Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-03-07T08:48:25.375Z] ==> Jenkins CI detected. [2025-03-07T08:48:25.375Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-03-07T08:48:25.375Z] project root: . [2025-03-07T08:48:25.375Z] --> token set from env [2025-03-07T08:48:25.375Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-03-07T08:48:25.375Z] ==> Running gcov in . (disable via -X gcov) [2025-03-07T08:48:25.375Z] ==> Python coveragepy not found [2025-03-07T08:48:25.375Z] ==> Searching for coverage reports in: [2025-03-07T08:48:25.375Z] + . [2025-03-07T08:48:25.375Z] -> Found 1 reports [2025-03-07T08:48:25.375Z] ==> Detecting git/mercurial file structure [2025-03-07T08:48:25.375Z] ==> Reading reports [2025-03-07T08:48:25.375Z] + ./coverage.out bytes=497265 [2025-03-07T08:48:25.375Z] ==> Appending adjustments [2025-03-07T08:48:25.375Z] https://docs.codecov.io/docs/fixing-reports [2025-03-07T08:48:25.956Z] + Found adjustments [2025-03-07T08:48:25.956Z] ==> Gzipping contents [2025-03-07T08:48:25.956Z] 48K /tmp/codecov.WA1XUc.gz [2025-03-07T08:48:25.956Z] ==> Uploading reports [2025-03-07T08:48:25.956Z] url: https://codecov.io [2025-03-07T08:48:25.956Z] query: branch=main&commit=3b8bfbe400214ea9673fedc962e36bce2491427b&build=353&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F353%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-07T08:48:25.956Z] -> Pinging Codecov [2025-03-07T08:48:25.956Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3b8bfbe400214ea9673fedc962e36bce2491427b&build=353&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F353%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-07T08:48:26.215Z] -> Uploading to [2025-03-07T08:48:26.215Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/3b8bfbe400214ea9673fedc962e36bce2491427b/9092d66b-9b88-458f-a55f-a4137d6fbd5a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250307%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250307T084825Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=e7428345155293326e60c0375009e830e96ffd9a3e312f40857d9f8a9901170d [2025-03-07T08:48:26.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-07T08:48:26.215Z] Dload Upload Total Spent Left Speed [2025-03-07T08:48:26.474Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47496 0 0 100 47496 0 127k --:--:-- --:--:-- --:--:-- 127k 100 47496 0 0 100 47496 0 127k --:--:-- --:--:-- --:--:-- 127k [2025-03-07T08:48:26.474Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] } [2025-03-07T08:48:26.481Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-03-07T08:48:26.620Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-03-07T08:48:26.635Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:48:26.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-07T08:48:26.976Z] [2025-03-07T08:48:26.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:48:27.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-07T08:48:27.276Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-03-07T08:48:27.276Z] 43c4264eed91: Pulling fs layer [2025-03-07T08:48:27.276Z] 4cc291be95ef: Pulling fs layer [2025-03-07T08:48:27.276Z] 2ac1f1163629: Pulling fs layer [2025-03-07T08:48:27.276Z] 5c3c966382ef: Pulling fs layer [2025-03-07T08:48:27.276Z] 4f4fb700ef54: Pulling fs layer [2025-03-07T08:48:27.276Z] d9c7d2e4e75e: Pulling fs layer [2025-03-07T08:48:27.276Z] 9c3e1370e548: Pulling fs layer [2025-03-07T08:48:27.276Z] 5c3c966382ef: Waiting [2025-03-07T08:48:27.276Z] 4f4fb700ef54: Waiting [2025-03-07T08:48:27.276Z] 9c3e1370e548: Waiting [2025-03-07T08:48:27.276Z] d9c7d2e4e75e: Waiting [2025-03-07T08:48:27.276Z] 4cc291be95ef: Download complete [2025-03-07T08:48:27.276Z] 5c3c966382ef: Download complete [2025-03-07T08:48:27.276Z] 4f4fb700ef54: Verifying Checksum [2025-03-07T08:48:27.276Z] 4f4fb700ef54: Download complete [2025-03-07T08:48:27.276Z] 43c4264eed91: Download complete [2025-03-07T08:48:27.532Z] 43c4264eed91: Pull complete [2025-03-07T08:48:27.532Z] d9c7d2e4e75e: Verifying Checksum [2025-03-07T08:48:27.532Z] d9c7d2e4e75e: Download complete [2025-03-07T08:48:27.532Z] 4cc291be95ef: Pull complete [2025-03-07T08:48:27.789Z] 2ac1f1163629: Download complete [2025-03-07T08:48:28.349Z] 9c3e1370e548: Verifying Checksum [2025-03-07T08:48:28.349Z] 9c3e1370e548: Download complete [2025-03-07T08:48:30.871Z] 2ac1f1163629: Pull complete [2025-03-07T08:48:30.871Z] 5c3c966382ef: Pull complete [2025-03-07T08:48:30.871Z] 4f4fb700ef54: Pull complete [2025-03-07T08:48:31.129Z] d9c7d2e4e75e: Pull complete [2025-03-07T08:48:34.426Z] 9c3e1370e548: Pull complete [2025-03-07T08:48:34.426Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-03-07T08:48:34.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-07T08:48:34.426Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:48:34.540Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:48:34.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-03-07T08:48:39.621Z] $ docker top 0fd0dd1ccee8bb3a142a7921978af33c6a5a2e38970e4f4e337484033c5ee43d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-07T08:48:39.984Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-03-07T08:48:39.994Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-03-07T08:48:40.274Z] + set -o pipefail [2025-03-07T08:48:40.274Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-03-07T08:48:46.834Z] [2025-03-07T08:48:46.834Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-03-07T08:48:46.834Z] [2025-03-07T08:48:46.834Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/1fee3e27-f776-49bc-aa6a-417f71803ecf [2025-03-07T08:48:46.834Z] [2025-03-07T08:48:46.834Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-03-07T08:48:46.834Z] [2025-03-07T08:48:46.834Z] [2025-03-07T08:48:46.834Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-03-07T08:48:46.834Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-03-07T08:48:47.103Z] $ docker stop --time=1 0fd0dd1ccee8bb3a142a7921978af33c6a5a2e38970e4f4e337484033c5ee43d [2025-03-07T08:48:50.339Z] $ docker rm -f --volumes 0fd0dd1ccee8bb3a142a7921978af33c6a5a2e38970e4f4e337484033c5ee43d [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-03-07T08:48:50.852Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-07T08:48:50.874Z] provisioning config files... [2025-03-07T08:48:50.883Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6566147499861560381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:48:51.185Z] --> edgex-publish-swagger.sh [2025-03-07T08:48:51.185Z] === Publish openapi API === [2025-03-07T08:48:51.185Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-03-07T08:48:51.185Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-03-07T08:48:51.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-07T08:48:51.185Z] Dload Upload Total Spent Left Speed [2025-03-07T08:48:51.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37674 100 156 100 37518 331 79825 --:--:-- --:--:-- --:--:-- 79987 100 37674 100 156 100 37518 331 79825 --:--:-- --:--:-- --:--:-- 79987 [2025-03-07T08:48:51.443Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2025-03-07T08:48:51.443Z] [Pipeline] } [2025-03-07T08:48:51.449Z] 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-03-07T08:48:51.887Z] + git log --format=format:%s -1 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] sh [2025-03-07T08:48:52.181Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-07T08:48:52.181Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:48:52.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-07T08:48:52.481Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:48:52.567Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:48:52.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-07T08:48:53.025Z] $ docker top f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad -eo pid,comm [2025-03-07T08:48:53.077Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-07T08:48:53.077Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-07T08:48:53.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-07T08:48:53.132Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-07T08:48:53.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-07T08:48:53.243Z] $ docker exec f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad ssh-agent [2025-03-07T08:48:53.353Z] SSH_AUTH_SOCK=/tmp/ssh-HYQV1ELZKrOf/agent.32 [2025-03-07T08:48:53.353Z] SSH_AGENT_PID=38 [2025-03-07T08:48:53.358Z] Running ssh-add (command line suppressed) [2025-03-07T08:48:53.456Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12259700898410716561.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12259700898410716561.key) [2025-03-07T08:48:53.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-07T08:48:53.761Z] + git semver tag [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,935 [run_tag] DEBUG tag force:False [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,935 [check_head_tag] DEBUG check head tag [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,937 [execute] INFO git cat-file --batch-check [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,937 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,940 [execute] INFO git cat-file --batch [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,973 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,973 [execute] INFO git tag -a v4.0.0-dev.30 -m v4.0.0-dev.30 [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,973 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.30', '-m', 'v4.0.0-dev.30'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-07T08:48:54.020Z] 2025-03-07 08:48:53,978 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:48:54.020Z] 4.0.0-dev.30 [Pipeline] } [2025-03-07T08:48:54.028Z] $ docker exec --env ******** --env ******** f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad ssh-agent -k [2025-03-07T08:48:54.128Z] unset SSH_AUTH_SOCK; [2025-03-07T08:48:54.128Z] unset SSH_AGENT_PID; [2025-03-07T08:48:54.128Z] echo Agent pid 38 killed; [2025-03-07T08:48:54.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-07T08:48:54.476Z] + git semver [Pipeline] } [2025-03-07T08:48:54.746Z] $ docker stop --time=1 f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad [2025-03-07T08:48:56.025Z] $ docker rm -f --volumes f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:48:56.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-07T08:48:56.445Z] [2025-03-07T08:48:56.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:48:56.746Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-07T08:48:56.746Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-07T08:48:56.746Z] ab5ef0e58194: Pulling fs layer [2025-03-07T08:48:56.746Z] 9712f1f96733: Pulling fs layer [2025-03-07T08:48:56.746Z] 63f879dbbcfc: Pulling fs layer [2025-03-07T08:48:56.746Z] 0d9ebad4ef96: Pulling fs layer [2025-03-07T08:48:56.746Z] e9a5061849ea: Pulling fs layer [2025-03-07T08:48:56.746Z] d747dcd14b5f: Pulling fs layer [2025-03-07T08:48:56.746Z] 2de7ff778b66: Pulling fs layer [2025-03-07T08:48:56.746Z] d747dcd14b5f: Waiting [2025-03-07T08:48:56.746Z] 2de7ff778b66: Waiting [2025-03-07T08:48:56.746Z] 0d9ebad4ef96: Waiting [2025-03-07T08:48:56.746Z] e9a5061849ea: Waiting [2025-03-07T08:48:56.746Z] 9712f1f96733: Verifying Checksum [2025-03-07T08:48:56.746Z] 9712f1f96733: Download complete [2025-03-07T08:48:57.005Z] 63f879dbbcfc: Verifying Checksum [2025-03-07T08:48:57.005Z] 63f879dbbcfc: Download complete [2025-03-07T08:48:57.263Z] e9a5061849ea: Verifying Checksum [2025-03-07T08:48:57.263Z] e9a5061849ea: Download complete [2025-03-07T08:48:57.263Z] d747dcd14b5f: Download complete [2025-03-07T08:48:57.263Z] ab5ef0e58194: Verifying Checksum [2025-03-07T08:48:57.263Z] ab5ef0e58194: Download complete [2025-03-07T08:48:57.263Z] 0d9ebad4ef96: Verifying Checksum [2025-03-07T08:48:57.263Z] 0d9ebad4ef96: Download complete [2025-03-07T08:48:57.263Z] 2de7ff778b66: Verifying Checksum [2025-03-07T08:48:57.263Z] 2de7ff778b66: Download complete [2025-03-07T08:48:59.936Z] ab5ef0e58194: Pull complete [2025-03-07T08:48:59.936Z] 9712f1f96733: Pull complete [2025-03-07T08:49:00.538Z] 63f879dbbcfc: Pull complete [2025-03-07T08:49:04.829Z] 0d9ebad4ef96: Pull complete [2025-03-07T08:49:04.829Z] e9a5061849ea: Pull complete [2025-03-07T08:49:04.829Z] d747dcd14b5f: Pull complete [2025-03-07T08:49:05.763Z] 2de7ff778b66: Pull complete [2025-03-07T08:49:05.763Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-07T08:49:05.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-07T08:49:05.763Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:49:05.867Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:49:05.892Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-03-07T08:49:10.705Z] $ docker top 61515287959fd73de905fb13ff21c8d813571982c1ab39e8016fa62b53297b95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-07T08:49:10.796Z] provisioning config files... [2025-03-07T08:49:10.802Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4966024454764425589tmp [2025-03-07T08:49:10.810Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15995595862824264880tmp [2025-03-07T08:49:10.818Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9415326777941719832tmp [Pipeline] { [Pipeline] echo [2025-03-07T08:49:10.845Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:11.137Z] ---> sigul-configuration.sh [2025-03-07T08:49:11.137Z] gpg: directory `/root/.gnupg' created [2025-03-07T08:49:11.137Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-07T08:49:11.137Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-07T08:49:11.137Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-07T08:49:11.137Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-07T08:49:11.137Z] gpg: CAST5 encrypted data [2025-03-07T08:49:11.137Z] gpg: encrypted with 1 passphrase [2025-03-07T08:49:11.137Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-07T08:49:11.428Z] + mkdir /home/jenkins [2025-03-07T08:49:11.428Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-07T08:49:11.721Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-03-07T08:49:11.734Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:12.041Z] ---> sigul-install.sh [2025-03-07T08:49:12.041Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-07T08:49:12.338Z] + git tag --list [2025-03-07T08:49:12.338Z] 0.7.1 [2025-03-07T08:49:12.338Z] delhi-tag [2025-03-07T08:49:12.338Z] v1.0.0 [2025-03-07T08:49:12.338Z] v1.1.0 [2025-03-07T08:49:12.338Z] v1.1.1 [2025-03-07T08:49:12.338Z] v1.1.2 [2025-03-07T08:49:12.338Z] v1.2.0 [2025-03-07T08:49:12.338Z] v1.2.1 [2025-03-07T08:49:12.338Z] v1.2.2 [2025-03-07T08:49:12.338Z] v1.2.3 [2025-03-07T08:49:12.338Z] v1.3.0 [2025-03-07T08:49:12.338Z] v1.4.0 [2025-03-07T08:49:12.338Z] v2.0.0 [2025-03-07T08:49:12.338Z] v2.1.0 [2025-03-07T08:49:12.338Z] v2.1.1 [2025-03-07T08:49:12.338Z] v2.2.0 [2025-03-07T08:49:12.338Z] v2.3.0 [2025-03-07T08:49:12.338Z] v2.3.1 [2025-03-07T08:49:12.338Z] v3.0 [2025-03-07T08:49:12.338Z] v3.0.0 [2025-03-07T08:49:12.338Z] v3.0.1-dev.1 [2025-03-07T08:49:12.338Z] v3.1 [2025-03-07T08:49:12.338Z] v3.1.0 [2025-03-07T08:49:12.338Z] v3.1.0-dev.1 [2025-03-07T08:49:12.338Z] v3.1.0-dev.10 [2025-03-07T08:49:12.338Z] v3.1.0-dev.11 [2025-03-07T08:49:12.338Z] v3.1.0-dev.12 [2025-03-07T08:49:12.338Z] v3.1.0-dev.13 [2025-03-07T08:49:12.338Z] v3.1.0-dev.14 [2025-03-07T08:49:12.338Z] v3.1.0-dev.15 [2025-03-07T08:49:12.338Z] v3.1.0-dev.16 [2025-03-07T08:49:12.338Z] v3.1.0-dev.17 [2025-03-07T08:49:12.338Z] v3.1.0-dev.18 [2025-03-07T08:49:12.338Z] v3.1.0-dev.19 [2025-03-07T08:49:12.338Z] v3.1.0-dev.2 [2025-03-07T08:49:12.338Z] v3.1.0-dev.20 [2025-03-07T08:49:12.338Z] v3.1.0-dev.21 [2025-03-07T08:49:12.338Z] v3.1.0-dev.22 [2025-03-07T08:49:12.338Z] v3.1.0-dev.23 [2025-03-07T08:49:12.338Z] v3.1.0-dev.24 [2025-03-07T08:49:12.338Z] v3.1.0-dev.25 [2025-03-07T08:49:12.338Z] v3.1.0-dev.26 [2025-03-07T08:49:12.338Z] v3.1.0-dev.27 [2025-03-07T08:49:12.338Z] v3.1.0-dev.28 [2025-03-07T08:49:12.338Z] v3.1.0-dev.29 [2025-03-07T08:49:12.338Z] v3.1.0-dev.3 [2025-03-07T08:49:12.338Z] v3.1.0-dev.30 [2025-03-07T08:49:12.338Z] v3.1.0-dev.31 [2025-03-07T08:49:12.338Z] v3.1.0-dev.32 [2025-03-07T08:49:12.338Z] v3.1.0-dev.33 [2025-03-07T08:49:12.338Z] v3.1.0-dev.34 [2025-03-07T08:49:12.338Z] v3.1.0-dev.35 [2025-03-07T08:49:12.338Z] v3.1.0-dev.36 [2025-03-07T08:49:12.338Z] v3.1.0-dev.37 [2025-03-07T08:49:12.338Z] v3.1.0-dev.38 [2025-03-07T08:49:12.338Z] v3.1.0-dev.39 [2025-03-07T08:49:12.338Z] v3.1.0-dev.4 [2025-03-07T08:49:12.338Z] v3.1.0-dev.40 [2025-03-07T08:49:12.338Z] v3.1.0-dev.41 [2025-03-07T08:49:12.338Z] v3.1.0-dev.5 [2025-03-07T08:49:12.338Z] v3.1.0-dev.6 [2025-03-07T08:49:12.338Z] v3.1.0-dev.7 [2025-03-07T08:49:12.338Z] v3.1.0-dev.8 [2025-03-07T08:49:12.338Z] v3.1.0-dev.9 [2025-03-07T08:49:12.338Z] v3.1.1 [2025-03-07T08:49:12.338Z] v3.1.1-dev.1 [2025-03-07T08:49:12.338Z] v3.2.0-dev.1 [2025-03-07T08:49:12.338Z] v3.2.0-dev.10 [2025-03-07T08:49:12.338Z] v3.2.0-dev.11 [2025-03-07T08:49:12.338Z] v3.2.0-dev.12 [2025-03-07T08:49:12.338Z] v3.2.0-dev.13 [2025-03-07T08:49:12.338Z] v3.2.0-dev.14 [2025-03-07T08:49:12.338Z] v3.2.0-dev.15 [2025-03-07T08:49:12.338Z] v3.2.0-dev.16 [2025-03-07T08:49:12.338Z] v3.2.0-dev.17 [2025-03-07T08:49:12.338Z] v3.2.0-dev.18 [2025-03-07T08:49:12.338Z] v3.2.0-dev.19 [2025-03-07T08:49:12.338Z] v3.2.0-dev.2 [2025-03-07T08:49:12.339Z] v3.2.0-dev.20 [2025-03-07T08:49:12.339Z] v3.2.0-dev.21 [2025-03-07T08:49:12.339Z] v3.2.0-dev.22 [2025-03-07T08:49:12.339Z] v3.2.0-dev.23 [2025-03-07T08:49:12.339Z] v3.2.0-dev.24 [2025-03-07T08:49:12.339Z] v3.2.0-dev.25 [2025-03-07T08:49:12.339Z] v3.2.0-dev.26 [2025-03-07T08:49:12.339Z] v3.2.0-dev.27 [2025-03-07T08:49:12.339Z] v3.2.0-dev.28 [2025-03-07T08:49:12.339Z] v3.2.0-dev.29 [2025-03-07T08:49:12.339Z] v3.2.0-dev.3 [2025-03-07T08:49:12.339Z] v3.2.0-dev.30 [2025-03-07T08:49:12.339Z] v3.2.0-dev.31 [2025-03-07T08:49:12.339Z] v3.2.0-dev.32 [2025-03-07T08:49:12.339Z] v3.2.0-dev.33 [2025-03-07T08:49:12.339Z] v3.2.0-dev.34 [2025-03-07T08:49:12.339Z] v3.2.0-dev.35 [2025-03-07T08:49:12.339Z] v3.2.0-dev.36 [2025-03-07T08:49:12.339Z] v3.2.0-dev.37 [2025-03-07T08:49:12.339Z] v3.2.0-dev.38 [2025-03-07T08:49:12.339Z] v3.2.0-dev.39 [2025-03-07T08:49:12.339Z] v3.2.0-dev.4 [2025-03-07T08:49:12.339Z] v3.2.0-dev.40 [2025-03-07T08:49:12.339Z] v3.2.0-dev.41 [2025-03-07T08:49:12.339Z] v3.2.0-dev.42 [2025-03-07T08:49:12.339Z] v3.2.0-dev.43 [2025-03-07T08:49:12.339Z] v3.2.0-dev.44 [2025-03-07T08:49:12.339Z] v3.2.0-dev.45 [2025-03-07T08:49:12.339Z] v3.2.0-dev.46 [2025-03-07T08:49:12.339Z] v3.2.0-dev.47 [2025-03-07T08:49:12.339Z] v3.2.0-dev.48 [2025-03-07T08:49:12.339Z] v3.2.0-dev.5 [2025-03-07T08:49:12.339Z] v3.2.0-dev.6 [2025-03-07T08:49:12.339Z] v3.2.0-dev.7 [2025-03-07T08:49:12.339Z] v3.2.0-dev.8 [2025-03-07T08:49:12.339Z] v3.2.0-dev.9 [2025-03-07T08:49:12.339Z] v4.0.0-dev.1 [2025-03-07T08:49:12.339Z] v4.0.0-dev.10 [2025-03-07T08:49:12.339Z] v4.0.0-dev.11 [2025-03-07T08:49:12.339Z] v4.0.0-dev.12 [2025-03-07T08:49:12.339Z] v4.0.0-dev.13 [2025-03-07T08:49:12.339Z] v4.0.0-dev.14 [2025-03-07T08:49:12.339Z] v4.0.0-dev.15 [2025-03-07T08:49:12.339Z] v4.0.0-dev.16 [2025-03-07T08:49:12.339Z] v4.0.0-dev.17 [2025-03-07T08:49:12.339Z] v4.0.0-dev.18 [2025-03-07T08:49:12.339Z] v4.0.0-dev.19 [2025-03-07T08:49:12.339Z] v4.0.0-dev.2 [2025-03-07T08:49:12.339Z] v4.0.0-dev.20 [2025-03-07T08:49:12.339Z] v4.0.0-dev.21 [2025-03-07T08:49:12.339Z] v4.0.0-dev.22 [2025-03-07T08:49:12.339Z] v4.0.0-dev.23 [2025-03-07T08:49:12.339Z] v4.0.0-dev.24 [2025-03-07T08:49:12.339Z] v4.0.0-dev.25 [2025-03-07T08:49:12.339Z] v4.0.0-dev.26 [2025-03-07T08:49:12.339Z] v4.0.0-dev.27 [2025-03-07T08:49:12.339Z] v4.0.0-dev.28 [2025-03-07T08:49:12.339Z] v4.0.0-dev.29 [2025-03-07T08:49:12.339Z] v4.0.0-dev.3 [2025-03-07T08:49:12.339Z] v4.0.0-dev.30 [2025-03-07T08:49:12.339Z] v4.0.0-dev.4 [2025-03-07T08:49:12.339Z] v4.0.0-dev.5 [2025-03-07T08:49:12.339Z] v4.0.0-dev.6 [2025-03-07T08:49:12.339Z] v4.0.0-dev.7 [2025-03-07T08:49:12.339Z] v4.0.0-dev.8 [2025-03-07T08:49:12.339Z] v4.0.0-dev.9 [Pipeline] sh [2025-03-07T08:49:12.634Z] + lftools sign git-tag v4.0.0-dev.30 [2025-03-07T08:49:13.203Z] Signing Git tag with Sigul... [2025-03-07T08:49:13.203Z] Signing v4.0.0-dev.30 [Pipeline] echo [2025-03-07T08:49:13.476Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:13.770Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-07T08:49:13.777Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-07T08:49:13.806Z] $ docker stop --time=1 61515287959fd73de905fb13ff21c8d813571982c1ab39e8016fa62b53297b95 [2025-03-07T08:49:15.098Z] $ docker rm -f --volumes 61515287959fd73de905fb13ff21c8d813571982c1ab39e8016fa62b53297b95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-07T08:49:15.555Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-07T08:49:15.555Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:49:15.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-07T08:49:15.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:49:15.934Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:49:15.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-07T08:49:16.337Z] $ docker top 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e -eo pid,comm [2025-03-07T08:49:16.387Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-07T08:49:16.387Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-07T08:49:16.442Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-07T08:49:16.442Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-07T08:49:16.576Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-07T08:49:16.576Z] $ docker exec 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e ssh-agent [2025-03-07T08:49:16.683Z] SSH_AUTH_SOCK=/tmp/ssh-fBFINGh9ZFim/agent.32 [2025-03-07T08:49:16.683Z] SSH_AGENT_PID=38 [2025-03-07T08:49:16.687Z] Running ssh-add (command line suppressed) [2025-03-07T08:49:16.793Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1343618210608689751.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1343618210608689751.key) [2025-03-07T08:49:16.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-07T08:49:17.100Z] + git semver bump pre [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,343 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,344 [bump_version] DEBUG bumping version:4.0.0-dev.30 on axis:pre with prefix:dev [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,344 [bump_version] DEBUG bumped version:4.0.0-dev.31 [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,344 [write_version] DEBUG write version:4.0.0-dev.31 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,344 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,344 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,346 [execute] INFO git cat-file --batch-check [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,346 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,353 [execute] INFO git cat-file --batch [2025-03-07T08:49:17.360Z] 2025-03-07 08:49:17,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-07T08:49:17.619Z] 2025-03-07 08:49:17,361 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:49:17.619Z] 4.0.0-dev.31 [Pipeline] } [2025-03-07T08:49:17.631Z] $ docker exec --env ******** --env ******** 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e ssh-agent -k [2025-03-07T08:49:17.737Z] unset SSH_AUTH_SOCK; [2025-03-07T08:49:17.738Z] unset SSH_AGENT_PID; [2025-03-07T08:49:17.738Z] echo Agent pid 38 killed; [2025-03-07T08:49:17.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-07T08:49:18.109Z] + git semver [Pipeline] } [2025-03-07T08:49:18.376Z] $ docker stop --time=1 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e [2025-03-07T08:49:19.805Z] $ docker rm -f --volumes 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-07T08:49:20.153Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-07T08:49:20.153Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:49:20.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-07T08:49:20.455Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:49:20.531Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:49:20.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-07T08:49:20.908Z] $ docker top 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 -eo pid,comm [2025-03-07T08:49:20.950Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-03-07T08:49:20.950Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-07T08:49:21.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-07T08:49:21.006Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-07T08:49:21.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-07T08:49:21.099Z] $ docker exec 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 ssh-agent [2025-03-07T08:49:21.217Z] SSH_AUTH_SOCK=/tmp/ssh-XTgkJ7tdDW7g/agent.33 [2025-03-07T08:49:21.217Z] SSH_AGENT_PID=39 [2025-03-07T08:49:21.220Z] Running ssh-add (command line suppressed) [2025-03-07T08:49:21.304Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11297700875078162738.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11297700875078162738.key) [2025-03-07T08:49:21.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-07T08:49:21.611Z] + git semver push [2025-03-07T08:49:21.869Z] 2025-03-07 08:49:21,783 [run_push] DEBUG push [2025-03-07T08:49:21.869Z] 2025-03-07 08:49:21,783 [execute] INFO git cat-file --batch-check [2025-03-07T08:49:21.869Z] 2025-03-07 08:49:21,784 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-07T08:49:21.869Z] 2025-03-07 08:49:21,787 [execute] INFO git rev-list c854e9d8d980d55cdb6c41e43b9398866527840c -- [2025-03-07T08:49:21.869Z] 2025-03-07 08:49:21,787 [execute] DEBUG Popen(['git', 'rev-list', 'c854e9d8d980d55cdb6c41e43b9398866527840c', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-07T08:49:21.869Z] 2025-03-07 08:49:21,801 [execute] INFO git fetch -v origin [2025-03-07T08:49:21.869Z] 2025-03-07 08:49:21,801 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-03-07T08:49:22.437Z] 2025-03-07 08:49:22,246 [run_push] DEBUG no remote changes detected [2025-03-07T08:49:22.437Z] 2025-03-07 08:49:22,247 [execute] INFO git push origin semver [2025-03-07T08:49:22.437Z] 2025-03-07 08:49:22,247 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-07T08:49:23.003Z] 2025-03-07 08:49:22,887 [run_push] DEBUG push all version tags [2025-03-07T08:49:23.003Z] 2025-03-07 08:49:22,887 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-03-07T08:49:23.003Z] 2025-03-07 08:49:22,888 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-07T08:49:23.939Z] 2025-03-07 08:49:23,664 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-07T08:49:23.939Z] 4.0.0-dev.31 [Pipeline] } [2025-03-07T08:49:23.953Z] $ docker exec --env ******** --env ******** 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 ssh-agent -k [2025-03-07T08:49:24.071Z] unset SSH_AUTH_SOCK; [2025-03-07T08:49:24.071Z] unset SSH_AGENT_PID; [2025-03-07T08:49:24.071Z] echo Agent pid 39 killed; [2025-03-07T08:49:24.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-07T08:49:24.416Z] + git semver [Pipeline] } [2025-03-07T08:49:24.685Z] $ docker stop --time=1 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 [2025-03-07T08:49:26.018Z] $ docker rm -f --volumes 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-03-07T08:49:26.640Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-03-07T08:49:26.640Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-03-07T08:49:26.640Z] total 16 [2025-03-07T08:49:26.640Z] drwxr-xr-x 3 root root 4096 Mar 7 08:48 . [2025-03-07T08:49:26.640Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 7 08:49 .. [2025-03-07T08:49:26.640Z] drwxr-xr-x 2 root root 4096 Mar 7 08:48 cost [2025-03-07T08:49:26.640Z] -rw-r--r-- 1 root root 85 Mar 7 08:48 cost.csv [2025-03-07T08:49:26.640Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-03-07T08:49:26.640Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-03-07T08:49:26.640Z] total 16 [2025-03-07T08:49:26.640Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 7 08:48 . [2025-03-07T08:49:26.640Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 7 08:49 .. [2025-03-07T08:49:26.640Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 7 08:48 cost [2025-03-07T08:49:26.640Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 7 08:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:26.929Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:27.781Z] ---> package-listing.sh [2025-03-07T08:49:27.781Z] ++ facter osfamily [2025-03-07T08:49:27.782Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-07T08:49:28.038Z] + OS_FAMILY=debian [2025-03-07T08:49:28.039Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-03-07T08:49:28.039Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-07T08:49:28.039Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-07T08:49:28.039Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-07T08:49:28.039Z] + PACKAGES=/tmp/packages_start.txt [2025-03-07T08:49:28.039Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-03-07T08:49:28.039Z] + PACKAGES=/tmp/packages_end.txt [2025-03-07T08:49:28.039Z] + case "${OS_FAMILY}" in [2025-03-07T08:49:28.039Z] + dpkg -l [2025-03-07T08:49:28.039Z] + grep '^ii' [2025-03-07T08:49:28.039Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-07T08:49:28.039Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-07T08:49:28.039Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-07T08:49:28.039Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-03-07T08:49:28.039Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-03-07T08:49:28.039Z] + 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-03-07T08:49:28.050Z] 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-03-07T08:49:28.325Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-07T08:49:28.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-07T08:49:28.884Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-07T08:49:28.963Z] prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container [2025-03-07T08:49:28.987Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-07T08:49:30.220Z] $ docker top 9770968e6128c4a4a9d4863c56ea94ae8f0d2456d72741ef5f5bf93ef38e33f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-07T08:49:30.569Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-07T08:49:30.853Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-07T08:49:31.135Z] + ls /var/log/sa-host [2025-03-07T08:49:31.135Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-07T08:49:31.216Z] provisioning config files... [2025-03-07T08:49:31.224Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16345622531468180319tmp [Pipeline] { [Pipeline] echo [2025-03-07T08:49:31.246Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:31.530Z] ---> create-netrc.sh [Pipeline] } [2025-03-07T08:49:31.538Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:31.867Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-07T08:49:31.875Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:32.154Z] ---> sudo-logs.sh [2025-03-07T08:49:32.155Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-07T08:49:32.449Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:32.734Z] ---> job-cost.sh [2025-03-07T08:49:32.734Z] lf-activate-venv: SKIPPING [2025-03-07T08:49:32.734Z] DEBUG: total: 0.2199999988079071 [2025-03-07T08:49:32.734Z] INFO: Retrieving Stack Cost... [2025-03-07T08:49:32.993Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-07T08:49:33.252Z] INFO: Archiving Costs [Pipeline] echo [2025-03-07T08:49:33.266Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-07T08:49:33.546Z] ---> logs-deploy.sh [2025-03-07T08:49:33.546Z] lf-activate-venv: SKIPPING [2025-03-07T08:49:33.546Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/353 [2025-03-07T08:49:33.546Z] INFO: archiving workspace using pattern(s): [2025-03-07T08:49:34.481Z] Archives upload complete. [2025-03-07T08:49:34.481Z] INFO: archiving logs to Nexus