Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7a923e7de7d08e6eabbb2f1bc96689eb05600298 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-ssh11409399786980556845.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15515968323299110629.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3939094754111832758.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6540640744277350026.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-ssh16091701743749920592.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4714 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 7a923e7de7d08e6eabbb2f1bc96689eb05600298 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a923e7de7d08e6eabbb2f1bc96689eb05600298 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1740)" > git rev-list --no-walk 59965ac2961d746f494e7a9b0ddc838816503f9c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-08T05:26:56.371Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-08T05:26:56.443Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-08T05:26:56.470Z] ========================================================= [2025-07-08T05:26:56.470Z] EdgeX Global Pipelines Version Info [2025-07-08T05:26:56.470Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:26:57.187Z] ------------------- [2025-07-08T05:26:57.187Z] stable info: [2025-07-08T05:26:57.187Z] ------------------- [2025-07-08T05:26:57.187Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-08T05:26:57.187Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-08T05:26:57.187Z] Message: update stable to v1.0.274 [2025-07-08T05:26:57.757Z] ------------------- [2025-07-08T05:26:57.757Z] experimental info: [2025-07-08T05:26:57.757Z] ------------------- [2025-07-08T05:26:57.757Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-08T05:26:57.757Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-08T05:26:57.757Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-08T05:26:57.833Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-07-08T05:26:57.848Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-07-08T05:26:57.868Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-08T05:26:57.884Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-08T05:26:57.900Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-08T05:26:57.916Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-08T05:26:57.939Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-08T05:26:57.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-07-08T05:26:57.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-08T05:26:58.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-08T05:26:58.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-08T05:26:58.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-07-08T05:26:58.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-08T05:26:58.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-08T05:26:58.117Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-08T05:26:58.141Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-07-08T05:26:58.160Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-08T05:26:58.184Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-08T05:26:58.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-08T05:26:58.230Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-08T05:26:58.250Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-07-08T05:26:58.270Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-07-08T05:26:58.291Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-08T05:26:58.314Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-08T05:26:58.339Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-08T05:26:58.364Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-08T05:26:58.392Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-08T05:26:58.414Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-08T05:26:58.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-08T05:26:58.467Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-08T05:26:58.487Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo [2025-07-08T05:26:58.506Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a923e7 [Pipeline] echo [2025-07-08T05:26:58.529Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-08T05:26:58.595Z] provisioning config files... [2025-07-08T05:26:58.611Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7386297992140593318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:26:58.944Z] ---> ****-login.sh [2025-07-08T05:26:58.944Z] nexus3.edgexfoundry.org:10001 [2025-07-08T05:26:59.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:26:59.204Z] [2025-07-08T05:26:59.204Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-08T05:26:59.204Z] Configure a credential helper to remove this warning. See [2025-07-08T05:26:59.204Z] https://docs.****.com/go/credential-store/ [2025-07-08T05:26:59.204Z] [2025-07-08T05:26:59.204Z] Login Succeeded [2025-07-08T05:26:59.204Z] nexus3.edgexfoundry.org:10002 [2025-07-08T05:26:59.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:26:59.464Z] [2025-07-08T05:26:59.464Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-08T05:26:59.464Z] Configure a credential helper to remove this warning. See [2025-07-08T05:26:59.464Z] https://docs.****.com/go/credential-store/ [2025-07-08T05:26:59.464Z] [2025-07-08T05:26:59.464Z] Login Succeeded [2025-07-08T05:26:59.464Z] nexus3.edgexfoundry.org:10003 [2025-07-08T05:26:59.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:26:59.464Z] [2025-07-08T05:26:59.464Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-08T05:26:59.464Z] Configure a credential helper to remove this warning. See [2025-07-08T05:26:59.464Z] https://docs.****.com/go/credential-store/ [2025-07-08T05:26:59.464Z] [2025-07-08T05:26:59.464Z] Login Succeeded [2025-07-08T05:26:59.464Z] nexus3.edgexfoundry.org:10004 [2025-07-08T05:26:59.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:26:59.464Z] [2025-07-08T05:26:59.464Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-08T05:26:59.464Z] Configure a credential helper to remove this warning. See [2025-07-08T05:26:59.464Z] https://docs.****.com/go/credential-store/ [2025-07-08T05:26:59.464Z] [2025-07-08T05:26:59.464Z] Login Succeeded [2025-07-08T05:26:59.464Z] ****.io [2025-07-08T05:26:59.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:26:59.724Z] [2025-07-08T05:26:59.724Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-08T05:26:59.724Z] Configure a credential helper to remove this warning. See [2025-07-08T05:26:59.724Z] https://docs.****.com/go/credential-store/ [2025-07-08T05:26:59.724Z] [2025-07-08T05:26:59.724Z] Login Succeeded [2025-07-08T05:26:59.724Z] ---> ****-login.sh ends [Pipeline] } [2025-07-08T05:26:59.732Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-08T05:27:00.128Z] + git rev-list -1 --merges 7a923e7de7d08e6eabbb2f1bc96689eb05600298~1..7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo [2025-07-08T05:27:00.159Z] -----------> git rev-list -1 --merges 7a923e7de7d08e6eabbb2f1bc96689eb05600298~1..7a923e7de7d08e6eabbb2f1bc96689eb05600298 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [false] [Pipeline] sh [2025-07-08T05:27:00.444Z] + git log --format=format:%s -1 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo [2025-07-08T05:27:00.460Z] ========================================================= [2025-07-08T05:27:00.460Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-08T05:27:00.460Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-08T05:27:00.795Z] + git log --format=format:%s -1 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo [2025-07-08T05:27:00.807Z] [semverPrep] GIT_COMMIT: 7a923e7de7d08e6eabbb2f1bc96689eb05600298, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1740) [Pipeline] echo [2025-07-08T05:27:00.818Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-08T05:27:01.170Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-08T05:27:01.170Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-08T05:27:01.170Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-08T05:27:01.170Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-08T05:27:01.170Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-08T05:27:01.170Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-08T05:27:01.170Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:27:01.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-08T05:27:01.590Z] [2025-07-08T05:27:01.590Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:27:01.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-08T05:27:01.895Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-08T05:27:01.895Z] 3dae71ba6b94: Pulling fs layer [2025-07-08T05:27:01.895Z] 6bf1a483ea7c: Pulling fs layer [2025-07-08T05:27:01.895Z] f5dfc541a4d3: Pulling fs layer [2025-07-08T05:27:01.895Z] 461d9e800cba: Pulling fs layer [2025-07-08T05:27:01.895Z] 80192f66455f: Pulling fs layer [2025-07-08T05:27:01.895Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-08T05:27:01.895Z] a29436f7fd5d: Pulling fs layer [2025-07-08T05:27:01.895Z] 923cac83aea3: Pulling fs layer [2025-07-08T05:27:01.895Z] 25ad8b0a4227: Pulling fs layer [2025-07-08T05:27:01.895Z] db01528c6b51: Pulling fs layer [2025-07-08T05:27:01.895Z] 28988de357af: Pulling fs layer [2025-07-08T05:27:01.895Z] 461d9e800cba: Waiting [2025-07-08T05:27:01.895Z] 80192f66455f: Waiting [2025-07-08T05:27:01.895Z] 2e8e34ca0e6c: Waiting [2025-07-08T05:27:01.895Z] a29436f7fd5d: Waiting [2025-07-08T05:27:01.895Z] 923cac83aea3: Waiting [2025-07-08T05:27:01.895Z] 25ad8b0a4227: Waiting [2025-07-08T05:27:01.895Z] db01528c6b51: Waiting [2025-07-08T05:27:01.895Z] 28988de357af: Waiting [2025-07-08T05:27:01.895Z] 6bf1a483ea7c: Verifying Checksum [2025-07-08T05:27:01.895Z] 6bf1a483ea7c: Download complete [2025-07-08T05:27:01.895Z] 461d9e800cba: Download complete [2025-07-08T05:27:02.153Z] 80192f66455f: Verifying Checksum [2025-07-08T05:27:02.153Z] 80192f66455f: Download complete [2025-07-08T05:27:02.153Z] f5dfc541a4d3: Verifying Checksum [2025-07-08T05:27:02.153Z] f5dfc541a4d3: Download complete [2025-07-08T05:27:02.153Z] 3dae71ba6b94: Verifying Checksum [2025-07-08T05:27:02.153Z] 3dae71ba6b94: Download complete [2025-07-08T05:27:02.153Z] 923cac83aea3: Verifying Checksum [2025-07-08T05:27:02.153Z] 923cac83aea3: Download complete [2025-07-08T05:27:02.412Z] 25ad8b0a4227: Verifying Checksum [2025-07-08T05:27:02.412Z] 25ad8b0a4227: Download complete [2025-07-08T05:27:02.412Z] db01528c6b51: Download complete [2025-07-08T05:27:02.412Z] 28988de357af: Verifying Checksum [2025-07-08T05:27:02.412Z] 28988de357af: Download complete [2025-07-08T05:27:02.412Z] a29436f7fd5d: Verifying Checksum [2025-07-08T05:27:02.412Z] a29436f7fd5d: Download complete [2025-07-08T05:27:02.981Z] 2e8e34ca0e6c: Download complete [2025-07-08T05:27:03.557Z] 3dae71ba6b94: Pull complete [2025-07-08T05:27:03.557Z] 6bf1a483ea7c: Pull complete [2025-07-08T05:27:04.493Z] f5dfc541a4d3: Pull complete [2025-07-08T05:27:04.493Z] 461d9e800cba: Pull complete [2025-07-08T05:27:04.494Z] 80192f66455f: Pull complete [2025-07-08T05:27:08.681Z] 2e8e34ca0e6c: Pull complete [2025-07-08T05:27:08.940Z] a29436f7fd5d: Pull complete [2025-07-08T05:27:08.940Z] 923cac83aea3: Pull complete [2025-07-08T05:27:08.940Z] 25ad8b0a4227: Pull complete [2025-07-08T05:27:08.940Z] db01528c6b51: Pull complete [2025-07-08T05:27:09.204Z] 28988de357af: Pull complete [2025-07-08T05:27:09.204Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-08T05:27:09.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-08T05:27:09.204Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:27:09.344Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:27:09.370Z] $ 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-07-08T05:27:11.523Z] $ docker top b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 -eo pid,comm [2025-07-08T05:27:11.569Z] 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-07-08T05:27:11.569Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-08T05:27:11.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-08T05:27:11.619Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-08T05:27:11.737Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-08T05:27:11.739Z] $ docker exec b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent [2025-07-08T05:27:11.836Z] SSH_AUTH_SOCK=/tmp/ssh-nzhK7VhpXi9y/agent.33 [2025-07-08T05:27:11.836Z] SSH_AGENT_PID=39 [2025-07-08T05:27:11.842Z] Running ssh-add (command line suppressed) [2025-07-08T05:27:11.922Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_140891098914478662.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_140891098914478662.key) [2025-07-08T05:27:11.938Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-08T05:27:12.231Z] + git tag --points-at HEAD [Pipeline] } [2025-07-08T05:27:12.242Z] $ docker exec --env ******** --env ******** b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent -k [2025-07-08T05:27:12.345Z] unset SSH_AUTH_SOCK; [2025-07-08T05:27:12.346Z] unset SSH_AGENT_PID; [2025-07-08T05:27:12.346Z] echo Agent pid 39 killed; [2025-07-08T05:27:12.356Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-08T05:27:12.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-08T05:27:12.395Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-08T05:27:12.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-08T05:27:12.504Z] $ docker exec b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent [2025-07-08T05:27:12.607Z] SSH_AUTH_SOCK=/tmp/ssh-hKUX2HXQQ4is/agent.72 [2025-07-08T05:27:12.607Z] SSH_AGENT_PID=78 [2025-07-08T05:27:12.612Z] Running ssh-add (command line suppressed) [2025-07-08T05:27:12.700Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12039765643537896673.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12039765643537896673.key) [2025-07-08T05:27:12.714Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-08T05:27:13.011Z] + git semver init [2025-07-08T05:27:13.270Z] 2025-07-08 05:27:13,232 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-08T05:27:13.270Z] 2025-07-08 05:27:13,237 [run_init] DEBUG init version:0.0.0 force:False [2025-07-08T05:27:13.270Z] 2025-07-08 05:27:13,237 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-07-08T05:27:13.270Z] 2025-07-08 05:27:13,238 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-07-08T05:27:13.270Z] 2025-07-08 05:27:13,238 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-08T05:27:14.646Z] 2025-07-08 05:27:14,642 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-07-08T05:27:14.646Z] 2025-07-08 05:27:14,643 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-07-08T05:27:14.646Z] 2025-07-08 05:27:14,643 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:27:14.646Z] 2025-07-08 05:27:14,643 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:27:14.646Z] 4.1.0-dev.21 [Pipeline] } [2025-07-08T05:27:14.915Z] $ docker exec --env ******** --env ******** b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent -k [2025-07-08T05:27:15.004Z] unset SSH_AUTH_SOCK; [2025-07-08T05:27:15.005Z] unset SSH_AGENT_PID; [2025-07-08T05:27:15.005Z] echo Agent pid 78 killed; [2025-07-08T05:27:15.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-08T05:27:15.336Z] + git semver [Pipeline] } [2025-07-08T05:27:15.916Z] $ docker stop --time=1 b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 [2025-07-08T05:27:17.208Z] $ docker rm -f --volumes b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-08T05:27:17.551Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-08T05:27:17.777Z] Stashed 1 file(s) [Pipeline] echo [2025-07-08T05:27:17.782Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.21 [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-07-08T05:27:18.016Z] provisioning config files... [Pipeline] // stage [Pipeline] } [2025-07-08T05:27:18.025Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7969345247470453106tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:27:18.368Z] ---> ****-login.sh [2025-07-08T05:27:18.368Z] nexus3.edgexfoundry.org:10001 [2025-07-08T05:27:18.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:27:18.368Z] Login Succeeded [2025-07-08T05:27:18.368Z] nexus3.edgexfoundry.org:10002 [2025-07-08T05:27:18.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:27:18.369Z] Login Succeeded [2025-07-08T05:27:18.369Z] nexus3.edgexfoundry.org:10003 [2025-07-08T05:27:18.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:27:18.639Z] Login Succeeded [2025-07-08T05:27:18.639Z] nexus3.edgexfoundry.org:10004 [2025-07-08T05:27:18.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:27:18.639Z] Login Succeeded [2025-07-08T05:27:18.639Z] ****.io [2025-07-08T05:27:18.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-08T05:27:18.899Z] Login Succeeded [2025-07-08T05:27:18.899Z] ---> ****-login.sh ends [Pipeline] } [2025-07-08T05:27:18.906Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-08T05:27:18.995Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-08T05:27:19.020Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-08T05:27:19.033Z] ========================================================= [2025-07-08T05:27:19.033Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-08T05:27:19.033Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:27:19.381Z] + 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-07-08T05:27:20.320Z] #0 building with "default" instance using docker driver [2025-07-08T05:27:20.320Z] [2025-07-08T05:27:20.320Z] #1 [internal] load build definition from Dockerfile [2025-07-08T05:27:20.320Z] #1 transferring dockerfile: 1.69kB done [2025-07-08T05:27:20.320Z] #1 DONE 0.0s [2025-07-08T05:27:20.320Z] [2025-07-08T05:27:20.320Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-08T05:27:20.320Z] #2 DONE 0.1s [2025-07-08T05:27:20.320Z] [2025-07-08T05:27:20.320Z] #3 [internal] load .dockerignore [2025-07-08T05:27:20.320Z] #3 transferring context: 182B done [2025-07-08T05:27:20.320Z] #3 DONE 0.0s [2025-07-08T05:27:20.320Z] [2025-07-08T05:27:20.320Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-08T05:27:20.320Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-08T05:27:20.320Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-08T05:27:20.320Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-08T05:27:20.320Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-08T05:27:20.320Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-07-08T05:27:20.320Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-08T05:27:20.320Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-07-08T05:27:20.320Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-08T05:27:20.320Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-08T05:27:20.320Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s [2025-07-08T05:27:20.320Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-08T05:27:20.320Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s [2025-07-08T05:27:20.320Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-08T05:27:20.320Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-08T05:27:20.320Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s [2025-07-08T05:27:20.580Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 27.26MB / 74.06MB 0.3s [2025-07-08T05:27:20.580Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-08T05:27:20.580Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s [2025-07-08T05:27:20.580Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-08T05:27:20.580Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 1.80MB / 13.29MB 0.3s [2025-07-08T05:27:20.580Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-07-08T05:27:20.580Z] #4 ... [2025-07-08T05:27:20.580Z] [2025-07-08T05:27:20.580Z] #5 [internal] load build context [2025-07-08T05:27:20.580Z] #5 transferring context: 35.87MB 0.3s done [2025-07-08T05:27:20.580Z] #5 DONE 0.3s [2025-07-08T05:27:20.580Z] [2025-07-08T05:27:20.580Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-08T05:27:20.580Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 64.21MB / 74.06MB 0.5s [2025-07-08T05:27:20.580Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 20.97MB / 100.52MB 0.5s [2025-07-08T05:27:20.580Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 12.58MB / 13.29MB 0.5s [2025-07-08T05:27:20.580Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-08T05:27:20.840Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-07-08T05:27:20.840Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 32.51MB / 100.52MB 0.6s [2025-07-08T05:27:20.840Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s [2025-07-08T05:27:20.840Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 39.85MB / 100.52MB 0.7s [2025-07-08T05:27:20.840Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-08T05:27:21.098Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-07-08T05:27:21.098Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 58.72MB / 100.52MB 0.8s [2025-07-08T05:27:21.098Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.7s done [2025-07-08T05:27:21.098Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 79.69MB / 100.52MB 0.9s [2025-07-08T05:27:21.357Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s [2025-07-08T05:27:21.615Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.2s done [2025-07-08T05:27:25.812Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.0s done [2025-07-08T05:27:25.812Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-08T05:27:25.812Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-08T05:27:25.812Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-08T05:27:25.812Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-08T05:27:25.812Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-08T05:27:25.812Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-08T05:27:25.812Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-08T05:27:28.343Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.7s done [2025-07-08T05:27:28.343Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-08T05:27:28.910Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.7s done [2025-07-08T05:27:28.910Z] #4 DONE 8.8s [2025-07-08T05:27:29.169Z] [2025-07-08T05:27:29.169Z] #6 [builder 2/7] WORKDIR /device-sdk-go [2025-07-08T05:27:31.075Z] #6 DONE 2.0s [2025-07-08T05:27:31.075Z] [2025-07-08T05:27:31.075Z] #7 [builder 3/7] RUN apk add --update --no-cache make git [2025-07-08T05:27:31.075Z] #7 0.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-08T05:27:31.334Z] #7 0.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-08T05:27:31.594Z] #7 0.679 OK: 248 MiB in 58 packages [2025-07-08T05:27:31.853Z] #7 DONE 0.8s [2025-07-08T05:27:31.853Z] [2025-07-08T05:27:31.853Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-08T05:27:31.853Z] #8 DONE 0.0s [2025-07-08T05:27:31.853Z] [2025-07-08T05:27:31.853Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-08T05:28:19.326Z] #9 DONE 45.3s [2025-07-08T05:28:19.326Z] [2025-07-08T05:28:19.326Z] #10 [builder 6/7] COPY . . [2025-07-08T05:28:19.326Z] #10 DONE 0.2s [2025-07-08T05:28:19.326Z] [2025-07-08T05:28:19.326Z] #11 [builder 7/7] RUN echo noop [2025-07-08T05:28:19.326Z] #11 0.214 noop [2025-07-08T05:28:19.326Z] #11 DONE 0.3s [2025-07-08T05:28:19.326Z] [2025-07-08T05:28:19.326Z] #12 exporting to image [2025-07-08T05:28:19.326Z] #12 exporting layers [2025-07-08T05:28:24.594Z] #12 exporting layers 6.6s done [2025-07-08T05:28:24.594Z] #12 writing image sha256:d449174cdb70ed9f32f13e4cee0905a0b58f7b32024626ad0bca826d9f937fcf done [2025-07-08T05:28:24.594Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-08T05:28:24.594Z] #12 DONE 6.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:28:24.927Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-08T05:28:24.927Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:28:25.003Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:28:25.034Z] $ 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-07-08T05:28:25.326Z] $ docker top c7ead1b8271b7abe2ec124ad7e3e4103604165ce31f79b8c713ac03ba6e9e4d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-08T05:28:25.664Z] + go version [2025-07-08T05:28:25.664Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-08T05:28:25.675Z] $ docker stop --time=1 c7ead1b8271b7abe2ec124ad7e3e4103604165ce31f79b8c713ac03ba6e9e4d9 [2025-07-08T05:28:26.958Z] $ docker rm -f --volumes c7ead1b8271b7abe2ec124ad7e3e4103604165ce31f79b8c713ac03ba6e9e4d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:28:27.395Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-08T05:28:27.396Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:28:27.476Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:28:27.506Z] $ 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-07-08T05:28:27.737Z] $ docker top 6ebcdaae55f63901db450408527e6f46e7877eee33267bab8c6fd89bb30e2bfa -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-08T05:28:28.082Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-08T05:28:28.391Z] + make test [2025-07-08T05:28:28.391Z] go test -race -coverprofile=coverage.out ./... [2025-07-08T05:28:36.515Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-07-08T05:29:08.583Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-07-08T05:29:08.583Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-07-08T05:29:08.583Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-07-08T05:29:08.583Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-07-08T05:29:08.842Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/application 1.033s coverage: 2.8% of statements [2025-07-08T05:29:08.842Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.024s coverage: 29.4% of statements [2025-07-08T05:29:10.221Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.031s coverage: 79.3% of statements [2025-07-08T05:29:10.481Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-07-08T05:29:10.481Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-07-08T05:29:11.416Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-07-08T05:29:11.675Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.041s coverage: 90.4% of statements [2025-07-08T05:29:11.933Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-07-08T05:29:11.933Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-07-08T05:29:11.933Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-07-08T05:29:12.504Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.081s coverage: 45.0% of statements [2025-07-08T05:29:13.879Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-07-08T05:29:19.160Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.044s coverage: 14.3% of statements [2025-07-08T05:29:19.160Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.747s coverage: 44.6% of statements [2025-07-08T05:29:19.160Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.060s coverage: 69.4% of statements [2025-07-08T05:29:19.160Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.081s coverage: 88.4% of statements [2025-07-08T05:29:19.160Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.045s coverage: 5.0% of statements [2025-07-08T05:29:51.232Z] GO111MODULE=on go vet ./... [2025-07-08T05:29:51.489Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-08T05:29:51.489Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-08T05:29:51.747Z] ./bin/test-attribution-txt.sh [2025-07-08T05:29:51.747Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-08T05:29:51.747Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-08T05:29:51.747Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-08T05:29:51.758Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-08T05:29:51.780Z] $ docker stop --time=1 6ebcdaae55f63901db450408527e6f46e7877eee33267bab8c6fd89bb30e2bfa [2025-07-08T05:29:54.259Z] $ docker rm -f --volumes 6ebcdaae55f63901db450408527e6f46e7877eee33267bab8c6fd89bb30e2bfa [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-08T05:29:54.896Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-08T05:29:54.983Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-08T05:29:55.752Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-08T05:29:56.032Z] + ls -al . [2025-07-08T05:29:56.032Z] total 608 [2025-07-08T05:29:56.032Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 8 05:28 . [2025-07-08T05:29:56.032Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 05:26 .. [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 8 05:26 .dockerignore [2025-07-08T05:29:56.032Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 05:29 .git [2025-07-08T05:29:56.032Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 8 05:26 .github [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 8 05:26 .gitignore [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 199 Jul 8 05:26 .golangci.yml [2025-07-08T05:29:56.032Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 8 05:27 .semver [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 53715 Jul 8 05:26 CHANGELOG.md [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 8 05:26 GOVERNANCE.md [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 882 Jul 8 05:26 Jenkinsfile [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 8 05:26 LICENSE [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 2424 Jul 8 05:26 Makefile [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 8 05:26 OWNERS.md [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 8 05:26 README.md [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 8 05:27 VERSION [2025-07-08T05:29:56.032Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 05:26 bin [2025-07-08T05:29:56.032Z] -rw-r--r-- 1 jenkins jenkins 364361 Jul 8 05:29 coverage.out [2025-07-08T05:29:56.032Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 8 05:26 example [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 6110 Jul 8 05:26 go.mod [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 86550 Jul 8 05:26 go.sum [2025-07-08T05:29:56.032Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 8 05:26 internal [2025-07-08T05:29:56.032Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 05:26 openapi [2025-07-08T05:29:56.032Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 8 05:26 pkg [2025-07-08T05:29:56.032Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 05:26 snap [2025-07-08T05:29:56.032Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 8 05:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:29:56.351Z] + 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=7a923e7de7d08e6eabbb2f1bc96689eb05600298 --label arch=amd64 --label version=4.1.0-dev.21 . [2025-07-08T05:29:56.610Z] #0 building with "default" instance using docker driver [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #1 [internal] load build definition from Dockerfile [2025-07-08T05:29:56.610Z] #1 transferring dockerfile: 1.69kB done [2025-07-08T05:29:56.610Z] #1 DONE 0.0s [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-08T05:29:56.610Z] #2 DONE 0.0s [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-08T05:29:56.610Z] #3 DONE 0.1s [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #4 [internal] load .dockerignore [2025-07-08T05:29:56.610Z] #4 transferring context: 182B done [2025-07-08T05:29:56.610Z] #4 DONE 0.0s [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #5 [internal] load build context [2025-07-08T05:29:56.610Z] #5 transferring context: 394.64kB 0.0s done [2025-07-08T05:29:56.610Z] #5 DONE 0.0s [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-08T05:29:56.610Z] #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-08T05:29:56.610Z] #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-08T05:29:56.610Z] #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-08T05:29:56.610Z] #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-08T05:29:56.610Z] #6 DONE 0.1s [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-08T05:29:56.610Z] #7 DONE 0.1s [2025-07-08T05:29:56.610Z] [2025-07-08T05:29:56.610Z] #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-08T05:29:56.868Z] #8 ... [2025-07-08T05:29:56.868Z] [2025-07-08T05:29:56.868Z] #9 [builder 2/7] WORKDIR /device-sdk-go [2025-07-08T05:29:56.868Z] #9 DONE 0.0s [2025-07-08T05:29:56.868Z] [2025-07-08T05:29:56.868Z] #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-08T05:29:56.868Z] #8 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-08T05:29:57.128Z] #8 0.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-08T05:29:57.386Z] #8 ... [2025-07-08T05:29:57.386Z] [2025-07-08T05:29:57.386Z] #10 [builder 3/7] RUN apk add --update --no-cache make git [2025-07-08T05:29:57.386Z] #10 0.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-08T05:29:57.386Z] #10 0.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-08T05:29:57.386Z] #10 0.612 OK: 248 MiB in 58 packages [2025-07-08T05:29:57.386Z] #10 DONE 0.7s [2025-07-08T05:29:57.386Z] [2025-07-08T05:29:57.386Z] #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-08T05:29:57.386Z] #8 0.694 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-08T05:29:57.386Z] #8 0.700 Executing busybox-1.36.1-r29.trigger [2025-07-08T05:29:57.386Z] #8 0.705 OK: 8 MiB in 15 packages [2025-07-08T05:29:57.644Z] #8 DONE 0.8s [2025-07-08T05:29:57.644Z] [2025-07-08T05:29:57.644Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-08T05:29:57.644Z] #11 DONE 0.0s [2025-07-08T05:29:57.644Z] [2025-07-08T05:29:57.644Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-08T05:29:57.903Z] #12 DONE 0.5s [2025-07-08T05:29:57.903Z] [2025-07-08T05:29:57.903Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-08T05:29:57.903Z] #13 0.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-08T05:29:58.161Z] #13 ... [2025-07-08T05:29:58.161Z] [2025-07-08T05:29:58.161Z] #14 [builder 6/7] COPY . . [2025-07-08T05:29:58.161Z] #14 DONE 0.2s [2025-07-08T05:29:58.161Z] [2025-07-08T05:29:58.161Z] #15 [builder 7/7] RUN make build [2025-07-08T05:29:58.420Z] #15 0.228 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.21 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-07-08T05:29:59.352Z] #15 ... [2025-07-08T05:29:59.352Z] [2025-07-08T05:29:59.352Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-08T05:29:59.352Z] #13 1.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-08T05:29:59.352Z] #13 1.755 OK: 8 MiB in 15 packages [2025-07-08T05:29:59.352Z] #13 DONE 1.9s [2025-07-08T05:29:59.352Z] [2025-07-08T05:29:59.352Z] #15 [builder 7/7] RUN make build [2025-07-08T05:30:25.898Z] #15 DONE 23.5s [2025-07-08T05:30:25.898Z] [2025-07-08T05:30:25.898Z] #16 [stage-1 4/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-07-08T05:30:25.898Z] #16 DONE 0.0s [2025-07-08T05:30:25.898Z] [2025-07-08T05:30:25.898Z] #17 [stage-1 5/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-07-08T05:30:25.898Z] #17 DONE 0.2s [2025-07-08T05:30:25.898Z] [2025-07-08T05:30:25.898Z] #18 [stage-1 6/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-07-08T05:30:25.898Z] #18 DONE 0.0s [2025-07-08T05:30:25.898Z] [2025-07-08T05:30:25.898Z] #19 exporting to image [2025-07-08T05:30:25.898Z] #19 exporting layers 0.1s done [2025-07-08T05:30:25.898Z] #19 writing image sha256:d26ee6e210d64b4b99dc04ef2ae7169610767b44335e2d7fadef664cdb01acb3 done [2025-07-08T05:30:25.898Z] #19 naming to docker.io/library/device-sdk-simple done [2025-07-08T05:30:25.898Z] #19 DONE 0.1s [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-07-08T05:30:26.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-08T05:30:26.394Z] [2025-07-08T05:30:26.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:30:26.705Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-08T05:30:26.705Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-08T05:30:26.705Z] 5eb5b503b376: Pulling fs layer [2025-07-08T05:30:26.705Z] 5c69ac0246d0: Pulling fs layer [2025-07-08T05:30:26.705Z] ec43610c2a17: Pulling fs layer [2025-07-08T05:30:26.705Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-08T05:30:26.705Z] 33b1e0a273af: Pulling fs layer [2025-07-08T05:30:26.705Z] 5d3b04190fa2: Pulling fs layer [2025-07-08T05:30:26.705Z] 2f39f015ded8: Pulling fs layer [2025-07-08T05:30:26.705Z] 33b1e0a273af: Waiting [2025-07-08T05:30:26.705Z] 5d3b04190fa2: Waiting [2025-07-08T05:30:26.705Z] 2f39f015ded8: Waiting [2025-07-08T05:30:26.705Z] 3a2ae6a8a46f: Waiting [2025-07-08T05:30:26.705Z] 5c69ac0246d0: Verifying Checksum [2025-07-08T05:30:26.705Z] 5c69ac0246d0: Download complete [2025-07-08T05:30:26.705Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-08T05:30:26.705Z] 3a2ae6a8a46f: Download complete [2025-07-08T05:30:26.705Z] 33b1e0a273af: Verifying Checksum [2025-07-08T05:30:26.705Z] 33b1e0a273af: Download complete [2025-07-08T05:30:26.705Z] 5d3b04190fa2: Verifying Checksum [2025-07-08T05:30:26.705Z] 5d3b04190fa2: Download complete [2025-07-08T05:30:26.705Z] ec43610c2a17: Verifying Checksum [2025-07-08T05:30:26.705Z] ec43610c2a17: Download complete [2025-07-08T05:30:26.963Z] 5eb5b503b376: Verifying Checksum [2025-07-08T05:30:26.963Z] 5eb5b503b376: Download complete [2025-07-08T05:30:27.531Z] 2f39f015ded8: Verifying Checksum [2025-07-08T05:30:27.531Z] 2f39f015ded8: Download complete [2025-07-08T05:30:28.908Z] 5eb5b503b376: Pull complete [2025-07-08T05:30:28.908Z] 5c69ac0246d0: Pull complete [2025-07-08T05:30:29.167Z] ec43610c2a17: Pull complete [2025-07-08T05:30:29.168Z] 3a2ae6a8a46f: Pull complete [2025-07-08T05:30:29.733Z] 33b1e0a273af: Pull complete [2025-07-08T05:30:29.733Z] 5d3b04190fa2: Pull complete [2025-07-08T05:30:34.998Z] 2f39f015ded8: Pull complete [2025-07-08T05:30:34.999Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-08T05:30:34.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-08T05:30:34.999Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:30:35.097Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:30:35.122Z] $ 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-07-08T05:30:36.655Z] $ docker top 22111c5e7223361ba8920d56f6c2f5bc4d146bfa96ff73ffb85f1ee013af5018 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:30:37.053Z] ---> job-cost.sh [2025-07-08T05:30:37.054Z] lf-activate-venv: SKIPPING [2025-07-08T05:30:37.054Z] INFO: No Stack... [2025-07-08T05:30:37.312Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-08T05:30:37.571Z] INFO: Archiving Costs [Pipeline] sh [2025-07-08T05:30:37.858Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-07-08T05:30:37.858Z] + cut -d, -f6 [Pipeline] lock [2025-07-08T05:30:37.874Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] [2025-07-08T05:30:37.881Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] did not exist. Created. [2025-07-08T05:30:37.886Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-08T05:30:38.195Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-08T05:30:38.235Z] Stashed 1 file(s) [Pipeline] } [2025-07-08T05:30:38.243Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-08T05:30:38.265Z] $ docker stop --time=1 22111c5e7223361ba8920d56f6c2f5bc4d146bfa96ff73ffb85f1ee013af5018 [2025-07-08T05:30:39.403Z] $ docker rm -f --volumes 22111c5e7223361ba8920d56f6c2f5bc4d146bfa96ff73ffb85f1ee013af5018 [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-07-08T05:30:39.720Z] provisioning config files... [2025-07-08T05:30:39.728Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18232727297404750370tmp [Pipeline] { [Pipeline] sh [2025-07-08T05:30:40.024Z] + set +x [2025-07-08T05:30:40.025Z] + curl -s https://codecov.io/bash [2025-07-08T05:30:40.025Z] + bash -s -- [2025-07-08T05:30:40.025Z] [2025-07-08T05:30:40.025Z] _____ _ [2025-07-08T05:30:40.025Z] / ____| | | [2025-07-08T05:30:40.025Z] | | ___ __| | ___ ___ _____ __ [2025-07-08T05:30:40.025Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-08T05:30:40.025Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-08T05:30:40.025Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-08T05:30:40.025Z] Bash-1.0.6 [2025-07-08T05:30:40.025Z] [2025-07-08T05:30:40.025Z] [2025-07-08T05:30:40.025Z] ==> git version 2.25.1 found [2025-07-08T05:30:40.025Z] ==> 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-07-08T05:30:40.025Z] Release-Date: 2020-01-08 [2025-07-08T05:30:40.025Z] 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-07-08T05:30:40.025Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-08T05:30:40.025Z] ==> Jenkins CI detected. [2025-07-08T05:30:40.025Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-07-08T05:30:40.025Z] project root: . [2025-07-08T05:30:40.025Z] --> token set from env [2025-07-08T05:30:40.025Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-08T05:30:40.025Z] ==> Running gcov in . (disable via -X gcov) [2025-07-08T05:30:40.025Z] ==> Python coveragepy not found [2025-07-08T05:30:40.025Z] ==> Searching for coverage reports in: [2025-07-08T05:30:40.025Z] + . [2025-07-08T05:30:40.025Z] -> Found 1 reports [2025-07-08T05:30:40.025Z] ==> Detecting git/mercurial file structure [2025-07-08T05:30:40.025Z] ==> Reading reports [2025-07-08T05:30:40.284Z] + ./coverage.out bytes=364361 [2025-07-08T05:30:40.284Z] ==> Appending adjustments [2025-07-08T05:30:40.284Z] https://docs.codecov.io/docs/fixing-reports [2025-07-08T05:30:40.544Z] + Found adjustments [2025-07-08T05:30:40.544Z] ==> Gzipping contents [2025-07-08T05:30:40.544Z] 36K /tmp/codecov.iamwjn.gz [2025-07-08T05:30:40.544Z] ==> Uploading reports [2025-07-08T05:30:40.544Z] url: https://codecov.io [2025-07-08T05:30:40.544Z] query: branch=main&commit=7a923e7de7d08e6eabbb2f1bc96689eb05600298&build=376&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F376%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-08T05:30:40.544Z] -> Pinging Codecov [2025-07-08T05:30:40.544Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7a923e7de7d08e6eabbb2f1bc96689eb05600298&build=376&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F376%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-08T05:30:40.804Z] -> Uploading to [2025-07-08T05:30:40.804Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/7a923e7de7d08e6eabbb2f1bc96689eb05600298/0a202568-c163-48e8-abd1-5e2678e940cb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250708%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250708T053040Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c3fdd9b7dc0722756f6bfa724939406b7f8a3a0bd855d351ee9cc627966e7e97 [2025-07-08T05:30:40.804Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-08T05:30:40.804Z] Dload Upload Total Spent Left Speed [2025-07-08T05:30:41.063Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35870 0 0 100 35870 0 114k --:--:-- --:--:-- --:--:-- 114k [2025-07-08T05:30:41.063Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] } [2025-07-08T05:30:41.069Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-08T05:30:41.310Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-08T05:30:41.325Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:30:41.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-08T05:30:41.628Z] [2025-07-08T05:30:41.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:30:41.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-08T05:30:41.933Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-08T05:30:41.933Z] 0a9a5dfd008f: Already exists [2025-07-08T05:30:41.933Z] 36466aa92d05: Already exists [2025-07-08T05:30:41.933Z] e10405b45d13: Already exists [2025-07-08T05:30:41.933Z] 096b7ceb2af7: Already exists [2025-07-08T05:30:41.933Z] 4f4fb700ef54: Already exists [2025-07-08T05:30:41.933Z] e50aa161e22a: Pulling fs layer [2025-07-08T05:30:41.933Z] d3c8db5fb9df: Pulling fs layer [2025-07-08T05:30:42.191Z] e50aa161e22a: Verifying Checksum [2025-07-08T05:30:42.191Z] e50aa161e22a: Download complete [2025-07-08T05:30:42.448Z] e50aa161e22a: Pull complete [2025-07-08T05:30:43.380Z] d3c8db5fb9df: Verifying Checksum [2025-07-08T05:30:43.380Z] d3c8db5fb9df: Download complete [2025-07-08T05:30:47.561Z] d3c8db5fb9df: Pull complete [2025-07-08T05:30:47.561Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-08T05:30:47.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-08T05:30:47.561Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:30:47.663Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:30:47.698Z] $ 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-07-08T05:30:49.021Z] $ docker top 8996cd265b4ae55e8b14180d4e54c11ff3e8b6666750162ee4a2fdff2febff94 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-08T05:30:49.361Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-07-08T05:30:49.372Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-07-08T05:30:49.647Z] + set -o pipefail [2025-07-08T05:30:49.647Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-07-08T05:30:59.619Z] [2025-07-08T05:30:59.619Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-07-08T05:30:59.619Z] [2025-07-08T05:30:59.619Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/93a7b184-a032-4803-b2b4-6be2443f2532 [2025-07-08T05:30:59.619Z] [2025-07-08T05:30:59.619Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-08T05:30:59.619Z] [Pipeline] } [2025-07-08T05:30:59.630Z] $ docker stop --time=1 8996cd265b4ae55e8b14180d4e54c11ff3e8b6666750162ee4a2fdff2febff94 [2025-07-08T05:31:02.094Z] $ docker rm -f --volumes 8996cd265b4ae55e8b14180d4e54c11ff3e8b6666750162ee4a2fdff2febff94 [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-07-08T05:31:02.675Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-08T05:31:02.691Z] provisioning config files... [2025-07-08T05:31:02.696Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6408591181432836149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:02.987Z] --> edgex-publish-swagger.sh [2025-07-08T05:31:02.987Z] === Publish openapi API === [2025-07-08T05:31:02.987Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-07-08T05:31:02.987Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-07-08T05:31:02.987Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-08T05:31:02.987Z] Dload Upload Total Spent Left Speed [2025-07-08T05:31:03.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38224 100 66 100 38158 226 127k --:--:-- --:--:-- --:--:-- 127k [2025-07-08T05:31:03.247Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-08T05:31:03.247Z] [Pipeline] } [2025-07-08T05:31:03.255Z] 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-07-08T05:31:03.689Z] + git log --format=format:%s -1 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] sh [2025-07-08T05:31:03.978Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-08T05:31:03.978Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:31:04.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-08T05:31:04.287Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:31:04.358Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:31:04.386Z] $ 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-07-08T05:31:04.629Z] $ docker top b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 -eo pid,comm [2025-07-08T05:31:04.665Z] 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-07-08T05:31:04.665Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-08T05:31:04.714Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-08T05:31:04.714Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-08T05:31:04.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-08T05:31:04.813Z] $ docker exec b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 ssh-agent [2025-07-08T05:31:04.903Z] SSH_AUTH_SOCK=/tmp/ssh-HVQX5M35MS2N/agent.32 [2025-07-08T05:31:04.903Z] SSH_AGENT_PID=38 [2025-07-08T05:31:04.908Z] Running ssh-add (command line suppressed) [2025-07-08T05:31:05.000Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16115680154019017993.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16115680154019017993.key) [2025-07-08T05:31:05.011Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-08T05:31:05.303Z] + git semver tag [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,500 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,504 [run_tag] DEBUG tag force:False [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,504 [check_head_tag] DEBUG check head tag [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,505 [execute] INFO git cat-file --batch-check [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,505 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,507 [execute] INFO git cat-file --batch [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,508 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,521 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,522 [execute] INFO git tag -a v4.1.0-dev.21 -m v4.1.0-dev.21 [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,522 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.21', '-m', 'v4.1.0-dev.21'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-08T05:31:05.562Z] 2025-07-08 05:31:05,525 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:31:05.562Z] 4.1.0-dev.21 [Pipeline] } [2025-07-08T05:31:05.571Z] $ docker exec --env ******** --env ******** b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 ssh-agent -k [2025-07-08T05:31:05.667Z] unset SSH_AUTH_SOCK; [2025-07-08T05:31:05.668Z] unset SSH_AGENT_PID; [2025-07-08T05:31:05.668Z] echo Agent pid 38 killed; [2025-07-08T05:31:05.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-08T05:31:06.004Z] + git semver [Pipeline] } [2025-07-08T05:31:06.278Z] $ docker stop --time=1 b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 [2025-07-08T05:31:07.561Z] $ docker rm -f --volumes b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:31:07.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-08T05:31:07.955Z] [2025-07-08T05:31:07.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:31:08.254Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-08T05:31:08.254Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-08T05:31:08.254Z] ab5ef0e58194: Pulling fs layer [2025-07-08T05:31:08.254Z] 9712f1f96733: Pulling fs layer [2025-07-08T05:31:08.254Z] 63f879dbbcfc: Pulling fs layer [2025-07-08T05:31:08.254Z] 0d9ebad4ef96: Pulling fs layer [2025-07-08T05:31:08.254Z] e9a5061849ea: Pulling fs layer [2025-07-08T05:31:08.254Z] d747dcd14b5f: Pulling fs layer [2025-07-08T05:31:08.254Z] 2de7ff778b66: Pulling fs layer [2025-07-08T05:31:08.254Z] e9a5061849ea: Waiting [2025-07-08T05:31:08.254Z] 0d9ebad4ef96: Waiting [2025-07-08T05:31:08.254Z] 2de7ff778b66: Waiting [2025-07-08T05:31:08.254Z] d747dcd14b5f: Waiting [2025-07-08T05:31:08.254Z] 9712f1f96733: Download complete [2025-07-08T05:31:08.513Z] 63f879dbbcfc: Verifying Checksum [2025-07-08T05:31:08.513Z] 63f879dbbcfc: Download complete [2025-07-08T05:31:08.771Z] e9a5061849ea: Verifying Checksum [2025-07-08T05:31:08.771Z] e9a5061849ea: Download complete [2025-07-08T05:31:08.771Z] d747dcd14b5f: Verifying Checksum [2025-07-08T05:31:08.771Z] d747dcd14b5f: Download complete [2025-07-08T05:31:08.771Z] 0d9ebad4ef96: Verifying Checksum [2025-07-08T05:31:08.771Z] 0d9ebad4ef96: Download complete [2025-07-08T05:31:08.771Z] ab5ef0e58194: Verifying Checksum [2025-07-08T05:31:08.771Z] ab5ef0e58194: Download complete [2025-07-08T05:31:08.771Z] 2de7ff778b66: Verifying Checksum [2025-07-08T05:31:08.771Z] 2de7ff778b66: Download complete [2025-07-08T05:31:12.057Z] ab5ef0e58194: Pull complete [2025-07-08T05:31:12.315Z] 9712f1f96733: Pull complete [2025-07-08T05:31:12.885Z] 63f879dbbcfc: Pull complete [2025-07-08T05:31:18.149Z] 0d9ebad4ef96: Pull complete [2025-07-08T05:31:18.149Z] e9a5061849ea: Pull complete [2025-07-08T05:31:18.149Z] d747dcd14b5f: Pull complete [2025-07-08T05:31:20.727Z] 2de7ff778b66: Pull complete [2025-07-08T05:31:20.727Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-08T05:31:20.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-08T05:31:20.727Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:31:20.820Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:31:20.846Z] $ 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-07-08T05:31:21.094Z] $ docker top b2053558cc22513a4785019e5ef3cd1a4d8a0905f3b7652fe92bcc09345700c7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-08T05:31:21.163Z] provisioning config files... [2025-07-08T05:31:21.170Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11824577433766148524tmp [2025-07-08T05:31:21.179Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3716767627047824700tmp [2025-07-08T05:31:21.188Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11044870163852697586tmp [Pipeline] { [Pipeline] echo [2025-07-08T05:31:21.215Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:21.512Z] ---> sigul-configuration.sh [2025-07-08T05:31:21.512Z] gpg: directory `/root/.gnupg' created [2025-07-08T05:31:21.512Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-08T05:31:21.512Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-08T05:31:21.512Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-08T05:31:21.512Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-08T05:31:21.512Z] gpg: CAST5 encrypted data [2025-07-08T05:31:21.512Z] gpg: encrypted with 1 passphrase [2025-07-08T05:31:21.512Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-08T05:31:21.810Z] + mkdir /home/jenkins [2025-07-08T05:31:21.810Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-08T05:31:22.104Z] + 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-07-08T05:31:22.116Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:22.406Z] ---> sigul-install.sh [2025-07-08T05:31:22.406Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-08T05:31:22.699Z] + git tag --list [2025-07-08T05:31:22.699Z] 0.7.1 [2025-07-08T05:31:22.699Z] delhi-tag [2025-07-08T05:31:22.699Z] v1.0.0 [2025-07-08T05:31:22.699Z] v1.1.0 [2025-07-08T05:31:22.699Z] v1.1.1 [2025-07-08T05:31:22.699Z] v1.1.2 [2025-07-08T05:31:22.699Z] v1.2.0 [2025-07-08T05:31:22.699Z] v1.2.1 [2025-07-08T05:31:22.699Z] v1.2.2 [2025-07-08T05:31:22.699Z] v1.2.3 [2025-07-08T05:31:22.699Z] v1.3.0 [2025-07-08T05:31:22.699Z] v1.4.0 [2025-07-08T05:31:22.699Z] v2.0.0 [2025-07-08T05:31:22.699Z] v2.1.0 [2025-07-08T05:31:22.699Z] v2.1.1 [2025-07-08T05:31:22.699Z] v2.2.0 [2025-07-08T05:31:22.699Z] v2.3.0 [2025-07-08T05:31:22.699Z] v2.3.1 [2025-07-08T05:31:22.699Z] v3.0 [2025-07-08T05:31:22.699Z] v3.0.0 [2025-07-08T05:31:22.699Z] v3.1 [2025-07-08T05:31:22.699Z] v3.1.0 [2025-07-08T05:31:22.699Z] v3.1.1 [2025-07-08T05:31:22.699Z] v4.0 [2025-07-08T05:31:22.699Z] v4.0.0 [2025-07-08T05:31:22.699Z] v4.1.0-dev.1 [2025-07-08T05:31:22.699Z] v4.1.0-dev.10 [2025-07-08T05:31:22.699Z] v4.1.0-dev.11 [2025-07-08T05:31:22.699Z] v4.1.0-dev.12 [2025-07-08T05:31:22.699Z] v4.1.0-dev.13 [2025-07-08T05:31:22.699Z] v4.1.0-dev.14 [2025-07-08T05:31:22.699Z] v4.1.0-dev.15 [2025-07-08T05:31:22.699Z] v4.1.0-dev.16 [2025-07-08T05:31:22.699Z] v4.1.0-dev.17 [2025-07-08T05:31:22.699Z] v4.1.0-dev.18 [2025-07-08T05:31:22.699Z] v4.1.0-dev.19 [2025-07-08T05:31:22.699Z] v4.1.0-dev.2 [2025-07-08T05:31:22.699Z] v4.1.0-dev.20 [2025-07-08T05:31:22.699Z] v4.1.0-dev.21 [2025-07-08T05:31:22.699Z] v4.1.0-dev.3 [2025-07-08T05:31:22.699Z] v4.1.0-dev.4 [2025-07-08T05:31:22.699Z] v4.1.0-dev.5 [2025-07-08T05:31:22.699Z] v4.1.0-dev.6 [2025-07-08T05:31:22.699Z] v4.1.0-dev.7 [2025-07-08T05:31:22.699Z] v4.1.0-dev.8 [2025-07-08T05:31:22.699Z] v4.1.0-dev.9 [Pipeline] sh [2025-07-08T05:31:22.989Z] + lftools sign git-tag v4.1.0-dev.21 [2025-07-08T05:31:23.556Z] Signing Git tag with Sigul... [2025-07-08T05:31:23.556Z] Signing v4.1.0-dev.21 [Pipeline] echo [2025-07-08T05:31:23.828Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:24.118Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-08T05:31:24.124Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-08T05:31:24.151Z] $ docker stop --time=1 b2053558cc22513a4785019e5ef3cd1a4d8a0905f3b7652fe92bcc09345700c7 [2025-07-08T05:31:25.430Z] $ docker rm -f --volumes b2053558cc22513a4785019e5ef3cd1a4d8a0905f3b7652fe92bcc09345700c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-08T05:31:25.843Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-08T05:31:25.843Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:31:26.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-08T05:31:26.144Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:31:26.216Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:31:26.246Z] $ 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-07-08T05:31:26.488Z] $ docker top 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 -eo pid,comm [2025-07-08T05:31:26.561Z] 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-07-08T05:31:26.561Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-08T05:31:26.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-08T05:31:26.613Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-08T05:31:26.711Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-08T05:31:26.713Z] $ docker exec 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 ssh-agent [2025-07-08T05:31:26.805Z] SSH_AUTH_SOCK=/tmp/ssh-ZXkOmzeOWdd2/agent.32 [2025-07-08T05:31:26.805Z] SSH_AGENT_PID=38 [2025-07-08T05:31:26.820Z] Running ssh-add (command line suppressed) [2025-07-08T05:31:26.922Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10679027359840612827.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10679027359840612827.key) [2025-07-08T05:31:26.942Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-08T05:31:27.288Z] + git semver bump pre [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,460 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,465 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,465 [bump_version] DEBUG bumping version:4.1.0-dev.21 on axis:pre with prefix:dev [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,465 [bump_version] DEBUG bumped version:4.1.0-dev.22 [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,465 [write_version] DEBUG write version:4.1.0-dev.22 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,465 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,465 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,468 [execute] INFO git cat-file --batch-check [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,468 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,472 [execute] INFO git cat-file --batch [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,472 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-08T05:31:27.547Z] 2025-07-08 05:31:27,475 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:31:27.547Z] 4.1.0-dev.22 [Pipeline] } [2025-07-08T05:31:27.558Z] $ docker exec --env ******** --env ******** 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 ssh-agent -k [2025-07-08T05:31:27.656Z] unset SSH_AUTH_SOCK; [2025-07-08T05:31:27.656Z] unset SSH_AGENT_PID; [2025-07-08T05:31:27.656Z] echo Agent pid 38 killed; [2025-07-08T05:31:27.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-08T05:31:27.985Z] + git semver [Pipeline] } [2025-07-08T05:31:28.257Z] $ docker stop --time=1 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 [2025-07-08T05:31:29.507Z] $ docker rm -f --volumes 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-08T05:31:29.852Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-08T05:31:29.852Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:31:30.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-08T05:31:30.156Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:31:30.227Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:31:30.252Z] $ 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-07-08T05:31:30.861Z] $ docker top b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 -eo pid,comm [2025-07-08T05:31:30.898Z] 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-07-08T05:31:30.898Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-08T05:31:30.953Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-08T05:31:30.953Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-08T05:31:31.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-08T05:31:31.056Z] $ docker exec b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 ssh-agent [2025-07-08T05:31:31.151Z] SSH_AUTH_SOCK=/tmp/ssh-XUBvgFrA2oE4/agent.32 [2025-07-08T05:31:31.152Z] SSH_AGENT_PID=38 [2025-07-08T05:31:31.156Z] Running ssh-add (command line suppressed) [2025-07-08T05:31:31.246Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3312293559851966147.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3312293559851966147.key) [2025-07-08T05:31:31.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-08T05:31:31.548Z] + git semver push [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,749 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,754 [run_push] DEBUG push [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,755 [execute] INFO git cat-file --batch-check [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,757 [execute] INFO git rev-list 834124ffebf0c0124e2e4f50c9aabfc40849e1eb -- [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,757 [execute] DEBUG Popen(['git', 'rev-list', '834124ffebf0c0124e2e4f50c9aabfc40849e1eb', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,764 [execute] INFO git fetch -v -- origin [2025-07-08T05:31:31.806Z] 2025-07-08 05:31:31,764 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-08T05:31:33.715Z] 2025-07-08 05:31:33,250 [run_push] DEBUG no remote changes detected [2025-07-08T05:31:33.715Z] 2025-07-08 05:31:33,251 [execute] INFO git push origin semver [2025-07-08T05:31:33.715Z] 2025-07-08 05:31:33,251 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-08T05:31:33.974Z] 2025-07-08 05:31:33,950 [run_push] DEBUG push all version tags [2025-07-08T05:31:33.974Z] 2025-07-08 05:31:33,950 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-08T05:31:33.974Z] 2025-07-08 05:31:33,951 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-08T05:31:34.910Z] 2025-07-08 05:31:34,632 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-08T05:31:34.911Z] 4.1.0-dev.22 [Pipeline] } [2025-07-08T05:31:34.919Z] $ docker exec --env ******** --env ******** b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 ssh-agent -k [2025-07-08T05:31:35.009Z] unset SSH_AUTH_SOCK; [2025-07-08T05:31:35.009Z] unset SSH_AGENT_PID; [2025-07-08T05:31:35.009Z] echo Agent pid 38 killed; [2025-07-08T05:31:35.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-08T05:31:35.352Z] + git semver [Pipeline] } [2025-07-08T05:31:35.622Z] $ docker stop --time=1 b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 [2025-07-08T05:31:36.863Z] $ docker rm -f --volumes b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 [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-07-08T05:31:37.447Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-07-08T05:31:37.447Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-07-08T05:31:37.447Z] total 16 [2025-07-08T05:31:37.447Z] drwxr-xr-x 3 root root 4096 Jul 8 05:30 . [2025-07-08T05:31:37.447Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 8 05:31 .. [2025-07-08T05:31:37.447Z] drwxr-xr-x 2 root root 4096 Jul 8 05:30 cost [2025-07-08T05:31:37.447Z] -rw-r--r-- 1 root root 85 Jul 8 05:30 cost.csv [2025-07-08T05:31:37.447Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-07-08T05:31:37.447Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-07-08T05:31:37.447Z] total 16 [2025-07-08T05:31:37.447Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 8 05:30 . [2025-07-08T05:31:37.447Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 8 05:31 .. [2025-07-08T05:31:37.447Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 8 05:30 cost [2025-07-08T05:31:37.447Z] -rw-r--r-- 1 jenkins jenkins 85 Jul 8 05:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:37.734Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:38.594Z] ---> package-listing.sh [2025-07-08T05:31:38.594Z] ++ facter osfamily [2025-07-08T05:31:38.594Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-08T05:31:38.854Z] + OS_FAMILY=debian [2025-07-08T05:31:38.854Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-07-08T05:31:38.854Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-08T05:31:38.854Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-08T05:31:38.854Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-08T05:31:38.854Z] + PACKAGES=/tmp/packages_start.txt [2025-07-08T05:31:38.854Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-07-08T05:31:38.854Z] + PACKAGES=/tmp/packages_end.txt [2025-07-08T05:31:38.854Z] + case "${OS_FAMILY}" in [2025-07-08T05:31:38.854Z] + dpkg -l [2025-07-08T05:31:38.854Z] + grep '^ii' [2025-07-08T05:31:38.854Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-08T05:31:38.854Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-08T05:31:38.854Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-08T05:31:38.854Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-07-08T05:31:38.854Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-07-08T05:31:38.854Z] + 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-07-08T05:31:38.866Z] 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-07-08T05:31:39.145Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-08T05:31:39.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-08T05:31:39.713Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-08T05:31:39.794Z] prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container [2025-07-08T05:31:39.820Z] $ 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-07-08T05:31:40.020Z] $ docker top 9a221e36d2a42e915e11b161d312a5beff17a5b824720084110ac7bc9b9ae63f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-08T05:31:40.358Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-08T05:31:40.645Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-08T05:31:40.930Z] + ls /var/log/sa-host [2025-07-08T05:31:40.930Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-08T05:31:41.091Z] provisioning config files... [2025-07-08T05:31:41.097Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6776215638578295817tmp [Pipeline] { [Pipeline] echo [2025-07-08T05:31:41.113Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:41.391Z] ---> create-netrc.sh [Pipeline] } [2025-07-08T05:31:41.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:41.732Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-08T05:31:41.740Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:42.018Z] ---> sudo-logs.sh [2025-07-08T05:31:42.018Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-08T05:31:42.047Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:42.328Z] ---> job-cost.sh [2025-07-08T05:31:42.328Z] lf-activate-venv: SKIPPING [2025-07-08T05:31:42.328Z] DEBUG: total: 0.2199999988079071 [2025-07-08T05:31:42.328Z] INFO: Retrieving Stack Cost... [2025-07-08T05:31:42.587Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-08T05:31:42.846Z] INFO: Archiving Costs [Pipeline] echo [2025-07-08T05:31:42.861Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-08T05:31:43.140Z] ---> logs-deploy.sh [2025-07-08T05:31:43.141Z] lf-activate-venv: SKIPPING [2025-07-08T05:31:43.141Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/376 [2025-07-08T05:31:43.141Z] INFO: archiving workspace using pattern(s): [2025-07-08T05:31:44.080Z] Archives upload complete. [2025-07-08T05:31:44.080Z] INFO: archiving logs to Nexus