Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e95677e052f864a63c09cedad696e338d04e7b14 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-ssh9881454519502276914.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-ssh12463702405482894131.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-ssh5207723798582720701.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-ssh9903275927261190945.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-ssh8123239371572477870.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-42608 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e95677e052f864a63c09cedad696e338d04e7b14 (main) Commit message: "fix: Fix cache concurrent read write error (#1711)" > git config core.sparsecheckout # timeout=10 > git checkout -f e95677e052f864a63c09cedad696e338d04e7b14 # timeout=10 > git rev-list --no-walk f939d930aaed3a368ea42010ee2f0f41f3ba61da # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-02T05:42:56.012Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-02T05:42:56.089Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-02T05:42:56.127Z] ========================================================= [2025-04-02T05:42:56.127Z] EdgeX Global Pipelines Version Info [2025-04-02T05:42:56.127Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:42:56.865Z] ------------------- [2025-04-02T05:42:56.865Z] stable info: [2025-04-02T05:42:56.865Z] ------------------- [2025-04-02T05:42:56.865Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-02T05:42:56.865Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-02T05:42:56.865Z] Message: update stable to v1.0.274 [2025-04-02T05:42:57.436Z] ------------------- [2025-04-02T05:42:57.436Z] experimental info: [2025-04-02T05:42:57.436Z] ------------------- [2025-04-02T05:42:57.436Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-02T05:42:57.436Z] Commit SHA: e63c24b3e3d9a84dc1e69f593cedf07ec71d9018 [2025-04-02T05:42:57.436Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-02T05:42:57.528Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-04-02T05:42:57.547Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-04-02T05:42:57.566Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-02T05:42:57.600Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-02T05:42:57.742Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-02T05:42:57.773Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-04-02T05:42:57.844Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-04-02T05:42:58.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-04-02T05:42:58.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-04-02T05:42:58.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-02T05:42:58.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-02T05:42:58.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-04-02T05:42:58.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-02T05:42:58.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-02T05:42:58.991Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-04-02T05:42:59.030Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-04-02T05:42:59.058Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-04-02T05:42:59.099Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-04-02T05:42:59.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-02T05:42:59.157Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-02T05:42:59.185Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-04-02T05:42:59.220Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-04-02T05:42:59.247Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-04-02T05:42:59.284Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-04-02T05:42:59.315Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-04-02T05:42:59.348Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-02T05:42:59.380Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-04-02T05:42:59.415Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-02T05:42:59.446Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-02T05:42:59.476Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-02T05:42:59.505Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e95677e052f864a63c09cedad696e338d04e7b14 [Pipeline] echo [2025-04-02T05:42:59.540Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e95677e [Pipeline] echo [2025-04-02T05:42:59.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T05:42:59.690Z] provisioning config files... [2025-04-02T05:42:59.706Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10957282998557418227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:43:00.046Z] ---> ****-login.sh [2025-04-02T05:43:00.046Z] nexus3.edgexfoundry.org:10001 [2025-04-02T05:43:00.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:00.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:00.567Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:00.567Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:00.567Z] [2025-04-02T05:43:00.567Z] Login Succeeded [2025-04-02T05:43:00.567Z] nexus3.edgexfoundry.org:10002 [2025-04-02T05:43:00.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:00.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:00.567Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:00.567Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:00.567Z] [2025-04-02T05:43:00.567Z] Login Succeeded [2025-04-02T05:43:00.567Z] nexus3.edgexfoundry.org:10003 [2025-04-02T05:43:00.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:00.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:00.568Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:00.568Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:00.568Z] [2025-04-02T05:43:00.568Z] Login Succeeded [2025-04-02T05:43:00.568Z] nexus3.edgexfoundry.org:10004 [2025-04-02T05:43:00.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:00.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:00.829Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:00.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:00.829Z] [2025-04-02T05:43:00.829Z] Login Succeeded [2025-04-02T05:43:00.829Z] ****.io [2025-04-02T05:43:00.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:01.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:01.089Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:01.089Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:01.089Z] [2025-04-02T05:43:01.089Z] Login Succeeded [2025-04-02T05:43:01.089Z] ---> ****-login.sh ends [Pipeline] } [2025-04-02T05:43:01.097Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-04-02T05:43:01.523Z] + git rev-list -1 --merges e95677e052f864a63c09cedad696e338d04e7b14~1..e95677e052f864a63c09cedad696e338d04e7b14 [Pipeline] echo [2025-04-02T05:43:01.554Z] -----------> git rev-list -1 --merges e95677e052f864a63c09cedad696e338d04e7b14~1..e95677e052f864a63c09cedad696e338d04e7b14 e95677e052f864a63c09cedad696e338d04e7b14 [false] [Pipeline] sh [2025-04-02T05:43:01.850Z] + git log --format=format:%s -1 e95677e052f864a63c09cedad696e338d04e7b14 [Pipeline] echo [2025-04-02T05:43:01.873Z] ========================================================= [2025-04-02T05:43:01.873Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-02T05:43:01.874Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-02T05:43:02.240Z] + git log --format=format:%s -1 e95677e052f864a63c09cedad696e338d04e7b14 [Pipeline] echo [2025-04-02T05:43:02.252Z] [semverPrep] GIT_COMMIT: e95677e052f864a63c09cedad696e338d04e7b14, Commit Message: fix: Fix cache concurrent read write error (#1711) [Pipeline] echo [2025-04-02T05:43:02.273Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-04-02T05:43:02.666Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-02T05:43:02.666Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-02T05:43:02.666Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-02T05:43:02.666Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-02T05:43:02.666Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-02T05:43:02.666Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-02T05:43:02.666Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:43:03.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T05:43:03.142Z] [2025-04-02T05:43:03.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:43:03.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T05:43:03.459Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-02T05:43:03.459Z] b85a868b505f: Pulling fs layer [2025-04-02T05:43:03.459Z] e2be974225ed: Pulling fs layer [2025-04-02T05:43:03.459Z] 339a4e72a1f5: Pulling fs layer [2025-04-02T05:43:03.459Z] 988bab9f4d93: Pulling fs layer [2025-04-02T05:43:03.459Z] 1469e6f7b9e6: Pulling fs layer [2025-04-02T05:43:03.459Z] eaf3925da568: Pulling fs layer [2025-04-02T05:43:03.459Z] bab4dde63d76: Pulling fs layer [2025-04-02T05:43:03.459Z] bde34c3a00c8: Pulling fs layer [2025-04-02T05:43:03.459Z] b352a97aabf1: Pulling fs layer [2025-04-02T05:43:03.459Z] 4872d77fe225: Pulling fs layer [2025-04-02T05:43:03.459Z] 5851b861e8e6: Pulling fs layer [2025-04-02T05:43:03.459Z] bab4dde63d76: Waiting [2025-04-02T05:43:03.459Z] bde34c3a00c8: Waiting [2025-04-02T05:43:03.459Z] b352a97aabf1: Waiting [2025-04-02T05:43:03.459Z] 4872d77fe225: Waiting [2025-04-02T05:43:03.459Z] 5851b861e8e6: Waiting [2025-04-02T05:43:03.459Z] 1469e6f7b9e6: Waiting [2025-04-02T05:43:03.459Z] 988bab9f4d93: Waiting [2025-04-02T05:43:03.459Z] eaf3925da568: Waiting [2025-04-02T05:43:03.459Z] e2be974225ed: Verifying Checksum [2025-04-02T05:43:03.459Z] e2be974225ed: Download complete [2025-04-02T05:43:03.459Z] 988bab9f4d93: Verifying Checksum [2025-04-02T05:43:03.459Z] 988bab9f4d93: Download complete [2025-04-02T05:43:03.459Z] 1469e6f7b9e6: Verifying Checksum [2025-04-02T05:43:03.459Z] 1469e6f7b9e6: Download complete [2025-04-02T05:43:03.459Z] eaf3925da568: Verifying Checksum [2025-04-02T05:43:03.459Z] eaf3925da568: Download complete [2025-04-02T05:43:03.459Z] 339a4e72a1f5: Verifying Checksum [2025-04-02T05:43:03.459Z] 339a4e72a1f5: Download complete [2025-04-02T05:43:03.719Z] bde34c3a00c8: Verifying Checksum [2025-04-02T05:43:03.719Z] bde34c3a00c8: Download complete [2025-04-02T05:43:03.719Z] b352a97aabf1: Verifying Checksum [2025-04-02T05:43:03.719Z] b352a97aabf1: Download complete [2025-04-02T05:43:03.719Z] 4872d77fe225: Verifying Checksum [2025-04-02T05:43:03.719Z] 4872d77fe225: Download complete [2025-04-02T05:43:03.719Z] 5851b861e8e6: Verifying Checksum [2025-04-02T05:43:03.719Z] 5851b861e8e6: Download complete [2025-04-02T05:43:03.719Z] b85a868b505f: Verifying Checksum [2025-04-02T05:43:03.719Z] b85a868b505f: Download complete [2025-04-02T05:43:03.978Z] bab4dde63d76: Verifying Checksum [2025-04-02T05:43:03.978Z] bab4dde63d76: Download complete [2025-04-02T05:43:04.913Z] b85a868b505f: Pull complete [2025-04-02T05:43:05.172Z] e2be974225ed: Pull complete [2025-04-02T05:43:05.432Z] 339a4e72a1f5: Pull complete [2025-04-02T05:43:05.698Z] 988bab9f4d93: Pull complete [2025-04-02T05:43:05.961Z] 1469e6f7b9e6: Pull complete [2025-04-02T05:43:05.962Z] eaf3925da568: Pull complete [2025-04-02T05:43:07.872Z] bab4dde63d76: Pull complete [2025-04-02T05:43:07.872Z] bde34c3a00c8: Pull complete [2025-04-02T05:43:07.872Z] b352a97aabf1: Pull complete [2025-04-02T05:43:08.131Z] 4872d77fe225: Pull complete [2025-04-02T05:43:08.131Z] 5851b861e8e6: Pull complete [2025-04-02T05:43:08.131Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-02T05:43:08.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T05:43:08.131Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:43:08.281Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:43:08.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-02T05:43:09.848Z] $ docker top 3789e97b82991c8215b93e9b0f9be442410e2719a5bf0035f95175f3d409882a -eo pid,comm [2025-04-02T05:43:09.903Z] 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-04-02T05:43:09.903Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-02T05:43:09.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-02T05:43:09.972Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-02T05:43:10.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-02T05:43:10.087Z] $ docker exec 3789e97b82991c8215b93e9b0f9be442410e2719a5bf0035f95175f3d409882a ssh-agent [2025-04-02T05:43:10.180Z] SSH_AUTH_SOCK=/tmp/ssh-2T2c9v5Ww4A6/agent.32 [2025-04-02T05:43:10.180Z] SSH_AGENT_PID=39 [2025-04-02T05:43:10.186Z] Running ssh-add (command line suppressed) [2025-04-02T05:43:10.284Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14198782877030867628.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14198782877030867628.key) [2025-04-02T05:43:10.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-02T05:43:10.594Z] + git tag --points-at HEAD [Pipeline] } [2025-04-02T05:43:10.603Z] $ docker exec --env ******** --env ******** 3789e97b82991c8215b93e9b0f9be442410e2719a5bf0035f95175f3d409882a ssh-agent -k [2025-04-02T05:43:10.701Z] unset SSH_AUTH_SOCK; [2025-04-02T05:43:10.701Z] unset SSH_AGENT_PID; [2025-04-02T05:43:10.702Z] echo Agent pid 39 killed; [2025-04-02T05:43:10.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-02T05:43:10.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-02T05:43:10.754Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-02T05:43:10.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-02T05:43:10.859Z] $ docker exec 3789e97b82991c8215b93e9b0f9be442410e2719a5bf0035f95175f3d409882a ssh-agent [2025-04-02T05:43:10.964Z] SSH_AUTH_SOCK=/tmp/ssh-7QOwN67xSFED/agent.72 [2025-04-02T05:43:10.964Z] SSH_AGENT_PID=78 [2025-04-02T05:43:10.969Z] Running ssh-add (command line suppressed) [2025-04-02T05:43:11.068Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7063312812108136908.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7063312812108136908.key) [2025-04-02T05:43:11.084Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-02T05:43:11.380Z] + git semver init [2025-04-02T05:43:11.642Z] 2025-04-02 05:43:11,549 [run_init] DEBUG init version:0.0.0 force:False [2025-04-02T05:43:11.643Z] 2025-04-02 05:43:11,550 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-04-02T05:43:11.643Z] 2025-04-02 05:43:11,551 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-04-02T05:43:11.643Z] 2025-04-02 05:43:11,551 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-04-02T05:43:13.023Z] 2025-04-02 05:43:12,822 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-04-02T05:43:13.023Z] 2025-04-02 05:43:12,822 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-04-02T05:43:13.023Z] 2025-04-02 05:43:12,822 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:43:13.023Z] 2025-04-02 05:43:12,822 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:43:13.023Z] 4.1.0-dev.2 [Pipeline] } [2025-04-02T05:43:13.031Z] $ docker exec --env ******** --env ******** 3789e97b82991c8215b93e9b0f9be442410e2719a5bf0035f95175f3d409882a ssh-agent -k [2025-04-02T05:43:13.142Z] unset SSH_AUTH_SOCK; [2025-04-02T05:43:13.144Z] unset SSH_AGENT_PID; [2025-04-02T05:43:13.144Z] echo Agent pid 78 killed; [2025-04-02T05:43:13.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-02T05:43:13.481Z] + git semver [Pipeline] } [2025-04-02T05:43:13.753Z] $ docker stop --time=1 3789e97b82991c8215b93e9b0f9be442410e2719a5bf0035f95175f3d409882a [2025-04-02T05:43:15.053Z] $ docker rm -f --volumes 3789e97b82991c8215b93e9b0f9be442410e2719a5bf0035f95175f3d409882a [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-02T05:43:15.412Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-02T05:43:15.651Z] Stashed 1 file(s) [Pipeline] echo [2025-04-02T05:43:15.655Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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-04-02T05:43:15.973Z] provisioning config files... [2025-04-02T05:43:15.984Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18263330972305771301tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:43:16.326Z] ---> ****-login.sh [2025-04-02T05:43:16.326Z] nexus3.edgexfoundry.org:10001 [2025-04-02T05:43:16.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:16.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:16.326Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:16.326Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:16.326Z] [2025-04-02T05:43:16.326Z] Login Succeeded [2025-04-02T05:43:16.326Z] nexus3.edgexfoundry.org:10002 [2025-04-02T05:43:16.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:16.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:16.326Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:16.326Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:16.326Z] [2025-04-02T05:43:16.326Z] Login Succeeded [2025-04-02T05:43:16.326Z] nexus3.edgexfoundry.org:10003 [2025-04-02T05:43:16.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:16.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:16.586Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:16.586Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:16.586Z] [2025-04-02T05:43:16.586Z] Login Succeeded [2025-04-02T05:43:16.586Z] nexus3.edgexfoundry.org:10004 [2025-04-02T05:43:16.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:16.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:16.586Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:16.586Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:16.586Z] [2025-04-02T05:43:16.586Z] Login Succeeded [2025-04-02T05:43:16.586Z] ****.io [2025-04-02T05:43:16.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-02T05:43:16.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-02T05:43:16.846Z] Configure a credential helper to remove this warning. See [2025-04-02T05:43:16.846Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-02T05:43:16.846Z] [2025-04-02T05:43:16.846Z] Login Succeeded [2025-04-02T05:43:16.846Z] ---> ****-login.sh ends [Pipeline] } [2025-04-02T05:43:16.854Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-04-02T05:43:16.961Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T05:43:16.984Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-02T05:43:17.005Z] ========================================================= [2025-04-02T05:43:17.005Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-04-02T05:43:17.005Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:43:17.354Z] + 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-04-02T05:43:17.354Z] Sending build context to Docker daemon 35.89MB [2025-04-02T05:43:17.354Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-04-02T05:43:17.354Z] Step 2/10 : FROM ${BASE} AS builder [2025-04-02T05:43:17.615Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-04-02T05:43:17.615Z] da9db072f522: Pulling fs layer [2025-04-02T05:43:17.615Z] 6ef4a4ee8ca5: Pulling fs layer [2025-04-02T05:43:17.615Z] 06f05ace1117: Pulling fs layer [2025-04-02T05:43:17.615Z] 5fe327b54edc: Pulling fs layer [2025-04-02T05:43:17.615Z] 4f4fb700ef54: Pulling fs layer [2025-04-02T05:43:17.615Z] 92a5565b7b96: Pulling fs layer [2025-04-02T05:43:17.615Z] ff9bb7016b71: Pulling fs layer [2025-04-02T05:43:17.615Z] 5fe327b54edc: Waiting [2025-04-02T05:43:17.615Z] 4f4fb700ef54: Waiting [2025-04-02T05:43:17.615Z] b67dba6c2c7d: Pulling fs layer [2025-04-02T05:43:17.615Z] a813b0c90790: Pulling fs layer [2025-04-02T05:43:17.615Z] b67dba6c2c7d: Waiting [2025-04-02T05:43:17.615Z] a813b0c90790: Waiting [2025-04-02T05:43:17.615Z] 6ef4a4ee8ca5: Verifying Checksum [2025-04-02T05:43:17.615Z] 6ef4a4ee8ca5: Download complete [2025-04-02T05:43:17.615Z] 5fe327b54edc: Download complete [2025-04-02T05:43:17.615Z] 4f4fb700ef54: Verifying Checksum [2025-04-02T05:43:17.615Z] 4f4fb700ef54: Download complete [2025-04-02T05:43:17.615Z] da9db072f522: Download complete [2025-04-02T05:43:17.615Z] 92a5565b7b96: Verifying Checksum [2025-04-02T05:43:17.615Z] 92a5565b7b96: Download complete [2025-04-02T05:43:17.615Z] ff9bb7016b71: Verifying Checksum [2025-04-02T05:43:17.615Z] ff9bb7016b71: Download complete [2025-04-02T05:43:17.615Z] da9db072f522: Pull complete [2025-04-02T05:43:17.873Z] a813b0c90790: Verifying Checksum [2025-04-02T05:43:17.873Z] a813b0c90790: Download complete [2025-04-02T05:43:17.873Z] 6ef4a4ee8ca5: Pull complete [2025-04-02T05:43:18.130Z] 06f05ace1117: Download complete [2025-04-02T05:43:18.389Z] b67dba6c2c7d: Verifying Checksum [2025-04-02T05:43:18.389Z] b67dba6c2c7d: Download complete [2025-04-02T05:43:21.676Z] 06f05ace1117: Pull complete [2025-04-02T05:43:21.676Z] 5fe327b54edc: Pull complete [2025-04-02T05:43:21.676Z] 4f4fb700ef54: Pull complete [2025-04-02T05:43:21.676Z] 92a5565b7b96: Pull complete [2025-04-02T05:43:21.676Z] ff9bb7016b71: Pull complete [2025-04-02T05:43:23.573Z] b67dba6c2c7d: Pull complete [2025-04-02T05:43:24.141Z] a813b0c90790: Pull complete [2025-04-02T05:43:24.141Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-04-02T05:43:24.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-02T05:43:24.141Z] ---> 3ba60ce46760 [2025-04-02T05:43:24.141Z] Step 3/10 : ARG MAKE=make build [2025-04-02T05:43:26.728Z] ---> Running in 67f5076ed654 [2025-04-02T05:43:26.728Z] Removing intermediate container 67f5076ed654 [2025-04-02T05:43:26.728Z] ---> 83c5a1e1a2d1 [2025-04-02T05:43:26.728Z] Step 4/10 : WORKDIR /device-sdk-go [2025-04-02T05:43:26.728Z] ---> Running in d288d7179e99 [2025-04-02T05:43:26.728Z] Removing intermediate container d288d7179e99 [2025-04-02T05:43:26.728Z] ---> fd91f2b32f8f [2025-04-02T05:43:26.728Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-04-02T05:43:26.987Z] ---> Running in 18327fc3d290 [2025-04-02T05:43:26.987Z] Removing intermediate container 18327fc3d290 [2025-04-02T05:43:26.987Z] ---> 76ec61d640e6 [2025-04-02T05:43:26.987Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-04-02T05:43:26.987Z] ---> Running in c8f1853aa032 [2025-04-02T05:43:27.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T05:43:29.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T05:43:30.350Z] OK: 248 MiB in 58 packages [2025-04-02T05:43:30.609Z] Removing intermediate container c8f1853aa032 [2025-04-02T05:43:30.609Z] ---> da15eff3bf19 [2025-04-02T05:43:30.609Z] Step 7/10 : COPY go.mod vendor* ./ [2025-04-02T05:43:30.609Z] ---> 70dc56edadae [2025-04-02T05:43:30.609Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-02T05:43:30.609Z] ---> Running in 8697dfd57c3c [2025-04-02T05:44:17.331Z] Removing intermediate container 8697dfd57c3c [2025-04-02T05:44:17.331Z] ---> 81ece636ac33 [2025-04-02T05:44:17.331Z] Step 9/10 : COPY . . [2025-04-02T05:44:17.331Z] ---> 6c6a33a5be34 [2025-04-02T05:44:17.331Z] Step 10/10 : RUN ${MAKE} [2025-04-02T05:44:17.331Z] ---> Running in 574cd8cc3ef1 [2025-04-02T05:44:17.331Z] noop [2025-04-02T05:44:17.331Z] Removing intermediate container 574cd8cc3ef1 [2025-04-02T05:44:17.331Z] ---> b9a4abb7af3b [2025-04-02T05:44:17.331Z] Successfully built b9a4abb7af3b [2025-04-02T05:44:17.331Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:44:17.668Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-02T05:44:17.668Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:44:17.753Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:44:17.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-02T05:44:18.138Z] $ docker top aac4e5c452432906b3794b6fe5dac2868ddeafad1b8db526be1840a9a7c73289 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T05:44:18.493Z] + go version [2025-04-02T05:44:18.493Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-04-02T05:44:18.502Z] $ docker stop --time=1 aac4e5c452432906b3794b6fe5dac2868ddeafad1b8db526be1840a9a7c73289 [2025-04-02T05:44:19.770Z] $ docker rm -f --volumes aac4e5c452432906b3794b6fe5dac2868ddeafad1b8db526be1840a9a7c73289 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:44:20.222Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-02T05:44:20.222Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:44:20.305Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:44:20.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-02T05:44:20.679Z] $ docker top 28365e3cf81859a04353e2853d878a8a45c03350dd9051013e4118558124c3de -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T05:44:21.040Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-04-02T05:44:21.348Z] + make test [2025-04-02T05:44:21.348Z] go test -race -coverprofile=coverage.out ./... [2025-04-02T05:44:29.473Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.027s coverage: 28.2% of statements [2025-04-02T05:45:08.203Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.032s coverage: 79.3% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.035s coverage: 90.4% of statements [2025-04-02T05:45:08.203Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-04-02T05:45:08.203Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-04-02T05:45:08.461Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.088s coverage: 45.0% of statements [2025-04-02T05:45:09.397Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-04-02T05:45:14.669Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.054s coverage: 14.3% of statements [2025-04-02T05:45:14.669Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.521s coverage: 44.6% of statements [2025-04-02T05:45:14.669Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.055s coverage: 68.4% of statements [2025-04-02T05:45:14.669Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.086s coverage: 88.3% of statements [2025-04-02T05:45:14.669Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.051s coverage: 5.0% of statements [2025-04-02T05:45:46.729Z] GO111MODULE=on go vet ./... [2025-04-02T05:45:50.910Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-02T05:45:50.910Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-04-02T05:45:50.910Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-04-02T05:45:51.183Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-04-02T05:45:51.210Z] $ docker stop --time=1 28365e3cf81859a04353e2853d878a8a45c03350dd9051013e4118558124c3de [2025-04-02T05:45:54.150Z] $ docker rm -f --volumes 28365e3cf81859a04353e2853d878a8a45c03350dd9051013e4118558124c3de [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-02T05:45:54.845Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-04-02T05:45:54.942Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-04-02T05:45:55.539Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-04-02T05:45:55.826Z] + ls -al . [2025-04-02T05:45:55.826Z] total 740 [2025-04-02T05:45:55.826Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 2 05:44 . [2025-04-02T05:45:55.826Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 05:42 .. [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 2 05:42 .dockerignore [2025-04-02T05:45:55.826Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 05:45 .git [2025-04-02T05:45:55.826Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 05:42 .github [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 137 Apr 2 05:42 .gitignore [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 199 Apr 2 05:42 .golangci.yml [2025-04-02T05:45:55.826Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 2 05:43 .semver [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 53715 Apr 2 05:42 CHANGELOG.md [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 2 05:42 GOVERNANCE.md [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 882 Apr 2 05:42 Jenkinsfile [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 2 05:42 LICENSE [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 2424 Apr 2 05:42 Makefile [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 2 05:42 OWNERS.md [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 4937 Apr 2 05:42 README.md [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 2 05:43 VERSION [2025-04-02T05:45:55.826Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 05:42 bin [2025-04-02T05:45:55.826Z] -rw-r--r-- 1 jenkins jenkins 497264 Apr 2 05:45 coverage.out [2025-04-02T05:45:55.826Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 05:42 example [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 6127 Apr 2 05:42 go.mod [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 86405 Apr 2 05:42 go.sum [2025-04-02T05:45:55.826Z] drwxrwxr-x 13 jenkins jenkins 4096 Apr 2 05:42 internal [2025-04-02T05:45:55.826Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 05:42 openapi [2025-04-02T05:45:55.826Z] drwxrwxr-x 6 jenkins jenkins 4096 Apr 2 05:42 pkg [2025-04-02T05:45:55.826Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 05:42 snap [2025-04-02T05:45:55.826Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 2 05:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:45:56.164Z] + 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=e95677e052f864a63c09cedad696e338d04e7b14 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-04-02T05:45:56.164Z] Sending build context to Docker daemon 36.39MB [2025-04-02T05:45:56.164Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-04-02T05:45:56.164Z] Step 2/24 : FROM ${BASE} AS builder [2025-04-02T05:45:56.164Z] ---> b9a4abb7af3b [2025-04-02T05:45:56.164Z] Step 3/24 : ARG MAKE=make build [2025-04-02T05:45:56.424Z] ---> Running in 9caa40fe7ed1 [2025-04-02T05:45:56.424Z] Removing intermediate container 9caa40fe7ed1 [2025-04-02T05:45:56.424Z] ---> d37110c8b60d [2025-04-02T05:45:56.424Z] Step 4/24 : WORKDIR /device-sdk-go [2025-04-02T05:45:56.424Z] ---> Running in ea5b7acdeadb [2025-04-02T05:45:56.684Z] Removing intermediate container ea5b7acdeadb [2025-04-02T05:45:56.684Z] ---> bedb65bea84d [2025-04-02T05:45:56.684Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-04-02T05:45:56.684Z] ---> Running in 5cdccfbc6477 [2025-04-02T05:45:56.684Z] Removing intermediate container 5cdccfbc6477 [2025-04-02T05:45:56.684Z] ---> b01ecde3ca4a [2025-04-02T05:45:56.684Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-04-02T05:45:56.684Z] ---> Running in a27225d8600c [2025-04-02T05:45:56.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T05:45:57.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T05:45:57.770Z] OK: 248 MiB in 58 packages [2025-04-02T05:45:58.027Z] Removing intermediate container a27225d8600c [2025-04-02T05:45:58.028Z] ---> d80679bb871c [2025-04-02T05:45:58.028Z] Step 7/24 : COPY go.mod vendor* ./ [2025-04-02T05:45:58.028Z] ---> b38478c45cfa [2025-04-02T05:45:58.028Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-02T05:45:58.028Z] ---> Running in 2f500a943b7f [2025-04-02T05:45:58.962Z] Removing intermediate container 2f500a943b7f [2025-04-02T05:45:58.962Z] ---> fc0cd324e418 [2025-04-02T05:45:58.962Z] Step 9/24 : COPY . . [2025-04-02T05:45:59.539Z] ---> e7e65a41a894 [2025-04-02T05:45:59.539Z] Step 10/24 : RUN ${MAKE} [2025-04-02T05:45:59.539Z] ---> Running in a7988408a2e0 [2025-04-02T05:45:59.798Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-04-02T05:46:31.960Z] Removing intermediate container a7988408a2e0 [2025-04-02T05:46:31.960Z] ---> 8e8483d16c0d [2025-04-02T05:46:31.960Z] Step 11/24 : FROM alpine:3.20 [2025-04-02T05:46:31.960Z] 3.20: Pulling from library/alpine [2025-04-02T05:46:31.960Z] 0a9a5dfd008f: Pulling fs layer [2025-04-02T05:46:31.960Z] 0a9a5dfd008f: Verifying Checksum [2025-04-02T05:46:31.960Z] 0a9a5dfd008f: Download complete [2025-04-02T05:46:31.960Z] 0a9a5dfd008f: Pull complete [2025-04-02T05:46:31.960Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-02T05:46:31.960Z] Status: Downloaded newer image for alpine:3.20 [2025-04-02T05:46:31.960Z] ---> ff221270b9fb [2025-04-02T05:46:31.960Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-04-02T05:46:31.960Z] ---> Running in b018eb49e15e [2025-04-02T05:46:31.960Z] Removing intermediate container b018eb49e15e [2025-04-02T05:46:31.960Z] ---> 9bc6e10d16d6 [2025-04-02T05:46:31.960Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-04-02T05:46:31.960Z] ---> Running in fd0644d01e32 [2025-04-02T05:46:31.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T05:46:31.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T05:46:31.960Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-04-02T05:46:31.960Z] Executing busybox-1.36.1-r29.trigger [2025-04-02T05:46:31.960Z] OK: 8 MiB in 15 packages [2025-04-02T05:46:31.960Z] Removing intermediate container fd0644d01e32 [2025-04-02T05:46:31.960Z] ---> 0445c890b2e7 [2025-04-02T05:46:31.960Z] Step 14/24 : RUN apk --no-cache upgrade [2025-04-02T05:46:31.960Z] ---> Running in 8b9680d04378 [2025-04-02T05:46:31.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-02T05:46:31.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-02T05:46:31.960Z] OK: 8 MiB in 15 packages [2025-04-02T05:46:32.220Z] Removing intermediate container 8b9680d04378 [2025-04-02T05:46:32.220Z] ---> d8b68b8a7562 [2025-04-02T05:46:32.220Z] Step 15/24 : WORKDIR / [2025-04-02T05:46:32.479Z] ---> Running in e20491ce3646 [2025-04-02T05:46:32.479Z] Removing intermediate container e20491ce3646 [2025-04-02T05:46:32.479Z] ---> f4c3f03a73e2 [2025-04-02T05:46:32.479Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-04-02T05:46:32.479Z] ---> 78631643982f [2025-04-02T05:46:32.479Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-04-02T05:46:33.416Z] ---> b6f6c9e760f2 [2025-04-02T05:46:33.416Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-04-02T05:46:33.416Z] ---> 1a6d359bfd88 [2025-04-02T05:46:33.416Z] Step 19/24 : EXPOSE 59999 [2025-04-02T05:46:33.416Z] ---> Running in 8bec6f7db9e8 [2025-04-02T05:46:33.675Z] Removing intermediate container 8bec6f7db9e8 [2025-04-02T05:46:33.675Z] ---> 37c89ea5bdfa [2025-04-02T05:46:33.675Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-04-02T05:46:33.675Z] ---> Running in ef205b14aa31 [2025-04-02T05:46:33.675Z] Removing intermediate container ef205b14aa31 [2025-04-02T05:46:33.675Z] ---> 0d6b28358949 [2025-04-02T05:46:33.675Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-04-02T05:46:33.675Z] ---> Running in 3940981d72d7 [2025-04-02T05:46:33.934Z] Removing intermediate container 3940981d72d7 [2025-04-02T05:46:33.934Z] ---> 69f16639c7af [2025-04-02T05:46:33.934Z] Step 22/24 : LABEL arch=amd64 [2025-04-02T05:46:33.934Z] ---> Running in 73e71f81dcad [2025-04-02T05:46:33.934Z] Removing intermediate container 73e71f81dcad [2025-04-02T05:46:33.934Z] ---> 76fa00ff7a57 [2025-04-02T05:46:33.934Z] Step 23/24 : LABEL git_sha=e95677e052f864a63c09cedad696e338d04e7b14 [2025-04-02T05:46:33.934Z] ---> Running in c3f1f0b615ae [2025-04-02T05:46:33.934Z] Removing intermediate container c3f1f0b615ae [2025-04-02T05:46:33.934Z] ---> 3714a2c480ba [2025-04-02T05:46:33.934Z] Step 24/24 : LABEL version=4.1.0-dev.2 [2025-04-02T05:46:33.934Z] ---> Running in eca18d8edef8 [2025-04-02T05:46:34.195Z] Removing intermediate container eca18d8edef8 [2025-04-02T05:46:34.195Z] ---> d0e4c089674d [2025-04-02T05:46:34.195Z] [Warning] One or more build-args [ARCH] were not consumed [2025-04-02T05:46:34.195Z] Successfully built d0e4c089674d [2025-04-02T05:46:34.195Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:46:34.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T05:46:34.708Z] [2025-04-02T05:46:34.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:46:35.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T05:46:35.016Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-02T05:46:35.016Z] 5eb5b503b376: Pulling fs layer [2025-04-02T05:46:35.016Z] 5c69ac0246d0: Pulling fs layer [2025-04-02T05:46:35.016Z] ec43610c2a17: Pulling fs layer [2025-04-02T05:46:35.016Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-02T05:46:35.016Z] 33b1e0a273af: Pulling fs layer [2025-04-02T05:46:35.016Z] 5d3b04190fa2: Pulling fs layer [2025-04-02T05:46:35.016Z] 2f39f015ded8: Pulling fs layer [2025-04-02T05:46:35.016Z] 5d3b04190fa2: Waiting [2025-04-02T05:46:35.016Z] 3a2ae6a8a46f: Waiting [2025-04-02T05:46:35.016Z] 5c69ac0246d0: Download complete [2025-04-02T05:46:35.016Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-02T05:46:35.016Z] 3a2ae6a8a46f: Download complete [2025-04-02T05:46:35.016Z] ec43610c2a17: Verifying Checksum [2025-04-02T05:46:35.016Z] ec43610c2a17: Download complete [2025-04-02T05:46:35.016Z] 33b1e0a273af: Verifying Checksum [2025-04-02T05:46:35.016Z] 33b1e0a273af: Download complete [2025-04-02T05:46:35.016Z] 5d3b04190fa2: Verifying Checksum [2025-04-02T05:46:35.016Z] 5d3b04190fa2: Download complete [2025-04-02T05:46:35.275Z] 5eb5b503b376: Verifying Checksum [2025-04-02T05:46:35.275Z] 5eb5b503b376: Download complete [2025-04-02T05:46:35.841Z] 2f39f015ded8: Verifying Checksum [2025-04-02T05:46:35.841Z] 2f39f015ded8: Download complete [2025-04-02T05:46:36.407Z] 5eb5b503b376: Pull complete [2025-04-02T05:46:36.407Z] 5c69ac0246d0: Pull complete [2025-04-02T05:46:36.976Z] ec43610c2a17: Pull complete [2025-04-02T05:46:36.976Z] 3a2ae6a8a46f: Pull complete [2025-04-02T05:46:36.976Z] 33b1e0a273af: Pull complete [2025-04-02T05:46:37.235Z] 5d3b04190fa2: Pull complete [2025-04-02T05:46:41.425Z] 2f39f015ded8: Pull complete [2025-04-02T05:46:41.425Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-02T05:46:41.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T05:46:41.425Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:46:41.529Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:46:41.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-04-02T05:46:44.038Z] $ docker top fea940fbbc8182c729d41eb1e7ab9ee4c3b52c08724daf279ff9e960f917dde5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:46:44.446Z] ---> job-cost.sh [2025-04-02T05:46:44.446Z] lf-activate-venv: SKIPPING [2025-04-02T05:46:44.446Z] INFO: No Stack... [2025-04-02T05:46:44.711Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-02T05:46:45.281Z] INFO: Archiving Costs [Pipeline] sh [2025-04-02T05:46:45.570Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-04-02T05:46:45.570Z] + cut -d, -f6 [Pipeline] lock [2025-04-02T05:46:45.587Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-357-stack-cost] [2025-04-02T05:46:45.595Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-357-stack-cost] did not exist. Created. [2025-04-02T05:46:45.600Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-357-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-02T05:46:45.919Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-04-02T05:46:45.965Z] Stashed 1 file(s) [Pipeline] } [2025-04-02T05:46:45.974Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-357-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-02T05:46:46.005Z] $ docker stop --time=1 fea940fbbc8182c729d41eb1e7ab9ee4c3b52c08724daf279ff9e960f917dde5 [2025-04-02T05:46:47.164Z] $ docker rm -f --volumes fea940fbbc8182c729d41eb1e7ab9ee4c3b52c08724daf279ff9e960f917dde5 [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-04-02T05:46:47.519Z] provisioning config files... [2025-04-02T05:46:47.526Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5109413202375012494tmp [Pipeline] { [Pipeline] sh [2025-04-02T05:46:47.818Z] + set +x [2025-04-02T05:46:47.818Z] + curl -s https://codecov.io/bash [2025-04-02T05:46:47.818Z] + bash -s -- [2025-04-02T05:46:47.818Z] [2025-04-02T05:46:47.818Z] _____ _ [2025-04-02T05:46:47.818Z] / ____| | | [2025-04-02T05:46:47.818Z] | | ___ __| | ___ ___ _____ __ [2025-04-02T05:46:47.818Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-04-02T05:46:47.818Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-04-02T05:46:47.818Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-04-02T05:46:47.818Z] Bash-1.0.6 [2025-04-02T05:46:47.818Z] [2025-04-02T05:46:47.818Z] [2025-04-02T05:46:47.818Z] ==> git version 2.25.1 found [2025-04-02T05:46:47.818Z] ==> 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-04-02T05:46:47.818Z] Release-Date: 2020-01-08 [2025-04-02T05:46:47.818Z] 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-04-02T05:46:47.818Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-04-02T05:46:47.818Z] ==> Jenkins CI detected. [2025-04-02T05:46:47.818Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-04-02T05:46:47.818Z] project root: . [2025-04-02T05:46:47.818Z] --> token set from env [2025-04-02T05:46:47.818Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-04-02T05:46:47.818Z] ==> Running gcov in . (disable via -X gcov) [2025-04-02T05:46:47.818Z] ==> Python coveragepy not found [2025-04-02T05:46:47.818Z] ==> Searching for coverage reports in: [2025-04-02T05:46:47.818Z] + . [2025-04-02T05:46:47.818Z] -> Found 1 reports [2025-04-02T05:46:48.077Z] ==> Detecting git/mercurial file structure [2025-04-02T05:46:48.078Z] ==> Reading reports [2025-04-02T05:46:48.078Z] + ./coverage.out bytes=497264 [2025-04-02T05:46:48.078Z] ==> Appending adjustments [2025-04-02T05:46:48.078Z] https://docs.codecov.io/docs/fixing-reports [2025-04-02T05:46:48.338Z] + Found adjustments [2025-04-02T05:46:48.338Z] ==> Gzipping contents [2025-04-02T05:46:48.338Z] 48K /tmp/codecov.tbgueO.gz [2025-04-02T05:46:48.338Z] ==> Uploading reports [2025-04-02T05:46:48.338Z] url: https://codecov.io [2025-04-02T05:46:48.338Z] query: branch=main&commit=e95677e052f864a63c09cedad696e338d04e7b14&build=357&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F357%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-02T05:46:48.338Z] -> Pinging Codecov [2025-04-02T05:46:48.338Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=e95677e052f864a63c09cedad696e338d04e7b14&build=357&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F357%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-02T05:46:48.596Z] -> Uploading to [2025-04-02T05:46:48.596Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/e95677e052f864a63c09cedad696e338d04e7b14/767a877d-0cc0-4034-8367-5ce1448007f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250402%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250402T054648Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=ef0d00a3366a042e73529e045d73a9336df58dcd042697f1510e5e0e63fe90ed [2025-04-02T05:46:48.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-02T05:46:48.596Z] Dload Upload Total Spent Left Speed [2025-04-02T05:46:48.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47136 0 0 100 47136 0 230k --:--:-- --:--:-- --:--:-- 229k 100 47136 0 0 100 47136 0 230k --:--:-- --:--:-- --:--:-- 229k [2025-04-02T05:46:48.596Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/e95677e052f864a63c09cedad696e338d04e7b14 [Pipeline] } [2025-04-02T05:46:48.602Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-04-02T05:46:48.867Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-04-02T05:46:48.885Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:46:49.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-02T05:46:49.196Z] [2025-04-02T05:46:49.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:46:49.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-02T05:46:49.502Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-04-02T05:46:49.502Z] 43c4264eed91: Pulling fs layer [2025-04-02T05:46:49.502Z] 4cc291be95ef: Pulling fs layer [2025-04-02T05:46:49.502Z] 2ac1f1163629: Pulling fs layer [2025-04-02T05:46:49.502Z] 5c3c966382ef: Pulling fs layer [2025-04-02T05:46:49.502Z] 4f4fb700ef54: Pulling fs layer [2025-04-02T05:46:49.502Z] d9c7d2e4e75e: Pulling fs layer [2025-04-02T05:46:49.502Z] 9c3e1370e548: Pulling fs layer [2025-04-02T05:46:49.502Z] 5c3c966382ef: Waiting [2025-04-02T05:46:49.502Z] 4f4fb700ef54: Waiting [2025-04-02T05:46:49.502Z] d9c7d2e4e75e: Waiting [2025-04-02T05:46:49.502Z] 9c3e1370e548: Waiting [2025-04-02T05:46:49.502Z] 4cc291be95ef: Download complete [2025-04-02T05:46:49.502Z] 5c3c966382ef: Verifying Checksum [2025-04-02T05:46:49.502Z] 5c3c966382ef: Download complete [2025-04-02T05:46:49.502Z] 4f4fb700ef54: Verifying Checksum [2025-04-02T05:46:49.502Z] 4f4fb700ef54: Download complete [2025-04-02T05:46:49.502Z] 43c4264eed91: Download complete [2025-04-02T05:46:49.761Z] 43c4264eed91: Pull complete [2025-04-02T05:46:49.761Z] d9c7d2e4e75e: Verifying Checksum [2025-04-02T05:46:49.761Z] d9c7d2e4e75e: Download complete [2025-04-02T05:46:49.761Z] 4cc291be95ef: Pull complete [2025-04-02T05:46:50.019Z] 2ac1f1163629: Verifying Checksum [2025-04-02T05:46:50.019Z] 2ac1f1163629: Download complete [2025-04-02T05:46:50.588Z] 9c3e1370e548: Verifying Checksum [2025-04-02T05:46:50.588Z] 9c3e1370e548: Download complete [2025-04-02T05:46:53.206Z] 2ac1f1163629: Pull complete [2025-04-02T05:46:53.206Z] 5c3c966382ef: Pull complete [2025-04-02T05:46:53.206Z] 4f4fb700ef54: Pull complete [2025-04-02T05:46:53.206Z] d9c7d2e4e75e: Pull complete [2025-04-02T05:46:56.484Z] 9c3e1370e548: Pull complete [2025-04-02T05:46:56.484Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-04-02T05:46:56.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-02T05:46:56.484Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:46:56.589Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:46:56.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-04-02T05:47:00.020Z] $ docker top c203a2276d21ed1c8a4c39e66fc9e751a27213f0063ad79d36ab5ad67b56b476 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T05:47:00.369Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-04-02T05:47:00.379Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-04-02T05:47:00.656Z] + set -o pipefail [2025-04-02T05:47:00.656Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-04-02T05:47:07.223Z] [2025-04-02T05:47:07.223Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-04-02T05:47:07.223Z] [2025-04-02T05:47:07.223Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/721dd61c-888c-4a68-9208-f05d51a232e0 [2025-04-02T05:47:07.223Z] [2025-04-02T05:47:07.223Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-04-02T05:47:07.223Z] [2025-04-02T05:47:07.223Z] [2025-04-02T05:47:07.223Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-04-02T05:47:07.223Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-04-02T05:47:07.235Z] $ docker stop --time=1 c203a2276d21ed1c8a4c39e66fc9e751a27213f0063ad79d36ab5ad67b56b476 [2025-04-02T05:47:10.123Z] $ docker rm -f --volumes c203a2276d21ed1c8a4c39e66fc9e751a27213f0063ad79d36ab5ad67b56b476 [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-04-02T05:47:10.676Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T05:47:10.691Z] provisioning config files... [2025-04-02T05:47:10.699Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10378272031016340078tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:11.011Z] --> edgex-publish-swagger.sh [2025-04-02T05:47:11.011Z] === Publish openapi API === [2025-04-02T05:47:11.011Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-04-02T05:47:11.011Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-04-02T05:47:11.011Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-02T05:47:11.011Z] Dload Upload Total Spent Left Speed [2025-04-02T05:47:11.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37674 100 156 100 37518 327 78819 --:--:-- --:--:-- --:--:-- 79147 [2025-04-02T05:47:11.271Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2025-04-02T05:47:11.271Z] [Pipeline] } [2025-04-02T05:47:11.280Z] 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-04-02T05:47:11.710Z] + git log --format=format:%s -1 e95677e052f864a63c09cedad696e338d04e7b14 [Pipeline] sh [2025-04-02T05:47:11.999Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-02T05:47:11.999Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:47:12.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T05:47:12.324Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:47:12.417Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:47:12.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-02T05:47:12.817Z] $ docker top 1ecc6d7c9ecca80a5e75871ed36949aaf12ed671ddfcd9c4bca77185bd62c7f8 -eo pid,comm [2025-04-02T05:47:12.907Z] 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-04-02T05:47:12.907Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-02T05:47:12.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-02T05:47:12.965Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-02T05:47:13.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-02T05:47:13.077Z] $ docker exec 1ecc6d7c9ecca80a5e75871ed36949aaf12ed671ddfcd9c4bca77185bd62c7f8 ssh-agent [2025-04-02T05:47:13.181Z] SSH_AUTH_SOCK=/tmp/ssh-b6s93sSJmhGb/agent.33 [2025-04-02T05:47:13.181Z] SSH_AGENT_PID=39 [2025-04-02T05:47:13.206Z] Running ssh-add (command line suppressed) [2025-04-02T05:47:13.307Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16753847561328385799.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16753847561328385799.key) [2025-04-02T05:47:13.337Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-02T05:47:13.644Z] + git semver tag [2025-04-02T05:47:13.903Z] 2025-04-02 05:47:13,826 [run_tag] DEBUG tag force:False [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,827 [check_head_tag] DEBUG check head tag [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,827 [execute] INFO git cat-file --batch-check [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,827 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,830 [execute] INFO git cat-file --batch [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,830 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,840 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,841 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,841 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-04-02T05:47:13.904Z] 2025-04-02 05:47:13,846 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:47:13.904Z] 4.1.0-dev.2 [Pipeline] } [2025-04-02T05:47:13.914Z] $ docker exec --env ******** --env ******** 1ecc6d7c9ecca80a5e75871ed36949aaf12ed671ddfcd9c4bca77185bd62c7f8 ssh-agent -k [2025-04-02T05:47:14.013Z] unset SSH_AUTH_SOCK; [2025-04-02T05:47:14.013Z] unset SSH_AGENT_PID; [2025-04-02T05:47:14.013Z] echo Agent pid 39 killed; [2025-04-02T05:47:14.021Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-02T05:47:14.338Z] + git semver [Pipeline] } [2025-04-02T05:47:14.610Z] $ docker stop --time=1 1ecc6d7c9ecca80a5e75871ed36949aaf12ed671ddfcd9c4bca77185bd62c7f8 [2025-04-02T05:47:15.889Z] $ docker rm -f --volumes 1ecc6d7c9ecca80a5e75871ed36949aaf12ed671ddfcd9c4bca77185bd62c7f8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:47:16.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-02T05:47:16.316Z] [2025-04-02T05:47:16.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:47:16.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-02T05:47:16.616Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-04-02T05:47:16.616Z] ab5ef0e58194: Pulling fs layer [2025-04-02T05:47:16.617Z] 9712f1f96733: Pulling fs layer [2025-04-02T05:47:16.617Z] 63f879dbbcfc: Pulling fs layer [2025-04-02T05:47:16.617Z] 0d9ebad4ef96: Pulling fs layer [2025-04-02T05:47:16.617Z] e9a5061849ea: Pulling fs layer [2025-04-02T05:47:16.617Z] d747dcd14b5f: Pulling fs layer [2025-04-02T05:47:16.617Z] 2de7ff778b66: Pulling fs layer [2025-04-02T05:47:16.617Z] 2de7ff778b66: Waiting [2025-04-02T05:47:16.617Z] d747dcd14b5f: Waiting [2025-04-02T05:47:16.617Z] 0d9ebad4ef96: Waiting [2025-04-02T05:47:16.617Z] e9a5061849ea: Waiting [2025-04-02T05:47:16.617Z] 9712f1f96733: Download complete [2025-04-02T05:47:16.875Z] 63f879dbbcfc: Verifying Checksum [2025-04-02T05:47:16.875Z] 63f879dbbcfc: Download complete [2025-04-02T05:47:17.135Z] e9a5061849ea: Verifying Checksum [2025-04-02T05:47:17.135Z] e9a5061849ea: Download complete [2025-04-02T05:47:17.135Z] d747dcd14b5f: Download complete [2025-04-02T05:47:17.135Z] ab5ef0e58194: Verifying Checksum [2025-04-02T05:47:17.135Z] ab5ef0e58194: Download complete [2025-04-02T05:47:17.135Z] 0d9ebad4ef96: Verifying Checksum [2025-04-02T05:47:17.135Z] 0d9ebad4ef96: Download complete [2025-04-02T05:47:17.135Z] 2de7ff778b66: Verifying Checksum [2025-04-02T05:47:17.135Z] 2de7ff778b66: Download complete [2025-04-02T05:47:19.662Z] ab5ef0e58194: Pull complete [2025-04-02T05:47:19.662Z] 9712f1f96733: Pull complete [2025-04-02T05:47:20.228Z] 63f879dbbcfc: Pull complete [2025-04-02T05:47:23.516Z] 0d9ebad4ef96: Pull complete [2025-04-02T05:47:23.516Z] e9a5061849ea: Pull complete [2025-04-02T05:47:23.776Z] d747dcd14b5f: Pull complete [2025-04-02T05:47:24.712Z] 2de7ff778b66: Pull complete [2025-04-02T05:47:24.712Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-04-02T05:47:24.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-02T05:47:24.712Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:47:24.830Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:47:24.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-04-02T05:47:28.358Z] $ docker top 1906544aa0f71809acd46ccda60028852df844f15aa3b48351a8b635821bace7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-04-02T05:47:28.432Z] provisioning config files... [2025-04-02T05:47:28.439Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3724374372336527102tmp [2025-04-02T05:47:28.448Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14486096295161087309tmp [2025-04-02T05:47:28.454Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12050162972783446129tmp [Pipeline] { [Pipeline] echo [2025-04-02T05:47:28.488Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:28.783Z] ---> sigul-configuration.sh [2025-04-02T05:47:28.783Z] gpg: directory `/root/.gnupg' created [2025-04-02T05:47:28.783Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-04-02T05:47:28.783Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-04-02T05:47:28.783Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-04-02T05:47:28.783Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-04-02T05:47:28.783Z] gpg: CAST5 encrypted data [2025-04-02T05:47:28.783Z] gpg: encrypted with 1 passphrase [2025-04-02T05:47:28.783Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-04-02T05:47:29.075Z] + mkdir /home/jenkins [2025-04-02T05:47:29.075Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-04-02T05:47:29.438Z] + 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-04-02T05:47:29.448Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:29.738Z] ---> sigul-install.sh [2025-04-02T05:47:29.738Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-04-02T05:47:30.028Z] + git tag --list [2025-04-02T05:47:30.028Z] 0.7.1 [2025-04-02T05:47:30.028Z] delhi-tag [2025-04-02T05:47:30.028Z] v1.0.0 [2025-04-02T05:47:30.028Z] v1.1.0 [2025-04-02T05:47:30.028Z] v1.1.1 [2025-04-02T05:47:30.028Z] v1.1.2 [2025-04-02T05:47:30.028Z] v1.2.0 [2025-04-02T05:47:30.028Z] v1.2.1 [2025-04-02T05:47:30.028Z] v1.2.2 [2025-04-02T05:47:30.028Z] v1.2.3 [2025-04-02T05:47:30.028Z] v1.3.0 [2025-04-02T05:47:30.028Z] v1.4.0 [2025-04-02T05:47:30.028Z] v2.0.0 [2025-04-02T05:47:30.028Z] v2.1.0 [2025-04-02T05:47:30.028Z] v2.1.1 [2025-04-02T05:47:30.028Z] v2.2.0 [2025-04-02T05:47:30.028Z] v2.3.0 [2025-04-02T05:47:30.028Z] v2.3.1 [2025-04-02T05:47:30.028Z] v3.0 [2025-04-02T05:47:30.028Z] v3.0.0 [2025-04-02T05:47:30.028Z] v3.1 [2025-04-02T05:47:30.028Z] v3.1.0 [2025-04-02T05:47:30.028Z] v3.1.1 [2025-04-02T05:47:30.028Z] v4.0 [2025-04-02T05:47:30.028Z] v4.0.0 [2025-04-02T05:47:30.028Z] v4.1.0-dev.1 [2025-04-02T05:47:30.028Z] v4.1.0-dev.2 [Pipeline] sh [2025-04-02T05:47:30.323Z] + lftools sign git-tag v4.1.0-dev.2 [2025-04-02T05:47:30.891Z] Signing Git tag with Sigul... [2025-04-02T05:47:30.891Z] Signing v4.1.0-dev.2 [Pipeline] echo [2025-04-02T05:47:31.170Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:31.467Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-04-02T05:47:31.473Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-04-02T05:47:31.500Z] $ docker stop --time=1 1906544aa0f71809acd46ccda60028852df844f15aa3b48351a8b635821bace7 [2025-04-02T05:47:32.768Z] $ docker rm -f --volumes 1906544aa0f71809acd46ccda60028852df844f15aa3b48351a8b635821bace7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-04-02T05:47:33.225Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-02T05:47:33.225Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:47:33.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T05:47:33.530Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:47:33.610Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:47:33.636Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-02T05:47:33.975Z] $ docker top 285d31c4ca1bb28d616843b0dd633bb63811c15f67128427eed838a0ff7b5d1a -eo pid,comm [2025-04-02T05:47:34.020Z] 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-04-02T05:47:34.020Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-02T05:47:34.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-02T05:47:34.078Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-02T05:47:34.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-02T05:47:34.188Z] $ docker exec 285d31c4ca1bb28d616843b0dd633bb63811c15f67128427eed838a0ff7b5d1a ssh-agent [2025-04-02T05:47:34.281Z] SSH_AUTH_SOCK=/tmp/ssh-kA5b2XW0257U/agent.32 [2025-04-02T05:47:34.281Z] SSH_AGENT_PID=38 [2025-04-02T05:47:34.286Z] Running ssh-add (command line suppressed) [2025-04-02T05:47:34.369Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1285226341541301603.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1285226341541301603.key) [2025-04-02T05:47:34.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-02T05:47:34.678Z] + git semver bump pre [2025-04-02T05:47:34.936Z] 2025-04-02 05:47:34,845 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,845 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,846 [bump_version] DEBUG bumped version:4.1.0-dev.3 [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,846 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,846 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,846 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,847 [execute] INFO git cat-file --batch-check [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,848 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,852 [execute] INFO git cat-file --batch [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,852 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-02T05:47:34.937Z] 2025-04-02 05:47:34,856 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:47:34.937Z] 4.1.0-dev.3 [Pipeline] } [2025-04-02T05:47:34.945Z] $ docker exec --env ******** --env ******** 285d31c4ca1bb28d616843b0dd633bb63811c15f67128427eed838a0ff7b5d1a ssh-agent -k [2025-04-02T05:47:35.041Z] unset SSH_AUTH_SOCK; [2025-04-02T05:47:35.041Z] unset SSH_AGENT_PID; [2025-04-02T05:47:35.041Z] echo Agent pid 38 killed; [2025-04-02T05:47:35.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-02T05:47:35.375Z] + git semver [Pipeline] } [2025-04-02T05:47:35.649Z] $ docker stop --time=1 285d31c4ca1bb28d616843b0dd633bb63811c15f67128427eed838a0ff7b5d1a [2025-04-02T05:47:37.033Z] $ docker rm -f --volumes 285d31c4ca1bb28d616843b0dd633bb63811c15f67128427eed838a0ff7b5d1a [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-02T05:47:37.392Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-02T05:47:37.393Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:47:37.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-02T05:47:37.690Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:47:37.767Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:47:37.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-02T05:47:38.109Z] $ docker top e6ea6923c2f0597729a94799fd34a5cfaa3be8fc8408b350257c51ef8f41ccee -eo pid,comm [2025-04-02T05:47:38.151Z] 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-04-02T05:47:38.151Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-02T05:47:38.210Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-02T05:47:38.210Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-02T05:47:38.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-02T05:47:38.329Z] $ docker exec e6ea6923c2f0597729a94799fd34a5cfaa3be8fc8408b350257c51ef8f41ccee ssh-agent [2025-04-02T05:47:38.415Z] SSH_AUTH_SOCK=/tmp/ssh-BJLP9inmXoWh/agent.32 [2025-04-02T05:47:38.415Z] SSH_AGENT_PID=38 [2025-04-02T05:47:38.419Z] Running ssh-add (command line suppressed) [2025-04-02T05:47:38.511Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9636312975644707983.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9636312975644707983.key) [2025-04-02T05:47:38.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-02T05:47:38.815Z] + git semver push [2025-04-02T05:47:39.075Z] 2025-04-02 05:47:38,983 [run_push] DEBUG push [2025-04-02T05:47:39.075Z] 2025-04-02 05:47:38,984 [execute] INFO git cat-file --batch-check [2025-04-02T05:47:39.076Z] 2025-04-02 05:47:38,984 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-02T05:47:39.076Z] 2025-04-02 05:47:38,987 [execute] INFO git rev-list 848f01a1fadf71a8b3c72252c49b6bc03212deda -- [2025-04-02T05:47:39.076Z] 2025-04-02 05:47:38,988 [execute] DEBUG Popen(['git', 'rev-list', '848f01a1fadf71a8b3c72252c49b6bc03212deda', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-02T05:47:39.076Z] 2025-04-02 05:47:39,002 [execute] INFO git fetch -v origin [2025-04-02T05:47:39.076Z] 2025-04-02 05:47:39,002 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-04-02T05:47:39.644Z] 2025-04-02 05:47:39,448 [run_push] DEBUG no remote changes detected [2025-04-02T05:47:39.644Z] 2025-04-02 05:47:39,449 [execute] INFO git push origin semver [2025-04-02T05:47:39.644Z] 2025-04-02 05:47:39,449 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-02T05:47:40.212Z] 2025-04-02 05:47:40,168 [run_push] DEBUG push all version tags [2025-04-02T05:47:40.212Z] 2025-04-02 05:47:40,169 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-04-02T05:47:40.212Z] 2025-04-02 05:47:40,169 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-04-02T05:47:41.148Z] 2025-04-02 05:47:40,786 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-04-02T05:47:41.148Z] 4.1.0-dev.3 [Pipeline] } [2025-04-02T05:47:41.158Z] $ docker exec --env ******** --env ******** e6ea6923c2f0597729a94799fd34a5cfaa3be8fc8408b350257c51ef8f41ccee ssh-agent -k [2025-04-02T05:47:41.257Z] unset SSH_AUTH_SOCK; [2025-04-02T05:47:41.257Z] unset SSH_AGENT_PID; [2025-04-02T05:47:41.257Z] echo Agent pid 38 killed; [2025-04-02T05:47:41.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-02T05:47:41.587Z] + git semver [Pipeline] } [2025-04-02T05:47:41.858Z] $ docker stop --time=1 e6ea6923c2f0597729a94799fd34a5cfaa3be8fc8408b350257c51ef8f41ccee [2025-04-02T05:47:43.188Z] $ docker rm -f --volumes e6ea6923c2f0597729a94799fd34a5cfaa3be8fc8408b350257c51ef8f41ccee [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-04-02T05:47:43.853Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-04-02T05:47:43.853Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-04-02T05:47:43.853Z] total 16 [2025-04-02T05:47:43.853Z] drwxr-xr-x 3 root root 4096 Apr 2 05:46 . [2025-04-02T05:47:43.853Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 2 05:47 .. [2025-04-02T05:47:43.853Z] drwxr-xr-x 2 root root 4096 Apr 2 05:46 cost [2025-04-02T05:47:43.853Z] -rw-r--r-- 1 root root 85 Apr 2 05:46 cost.csv [2025-04-02T05:47:43.853Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-04-02T05:47:43.853Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-04-02T05:47:43.853Z] total 16 [2025-04-02T05:47:43.853Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 2 05:46 . [2025-04-02T05:47:43.853Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 2 05:47 .. [2025-04-02T05:47:43.853Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 2 05:46 cost [2025-04-02T05:47:43.853Z] -rw-r--r-- 1 jenkins jenkins 85 Apr 2 05:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:44.145Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:45.010Z] ---> package-listing.sh [2025-04-02T05:47:45.010Z] ++ facter osfamily [2025-04-02T05:47:45.010Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-02T05:47:45.271Z] + OS_FAMILY=debian [2025-04-02T05:47:45.271Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-04-02T05:47:45.271Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-02T05:47:45.271Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-02T05:47:45.271Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-02T05:47:45.271Z] + PACKAGES=/tmp/packages_start.txt [2025-04-02T05:47:45.271Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-04-02T05:47:45.271Z] + PACKAGES=/tmp/packages_end.txt [2025-04-02T05:47:45.271Z] + case "${OS_FAMILY}" in [2025-04-02T05:47:45.271Z] + dpkg -l [2025-04-02T05:47:45.271Z] + grep '^ii' [2025-04-02T05:47:45.271Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-02T05:47:45.271Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-02T05:47:45.271Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-02T05:47:45.271Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-04-02T05:47:45.271Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-04-02T05:47:45.271Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2025-04-02T05:47:45.284Z] 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-04-02T05:47:45.560Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-02T05:47:46.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-02T05:47:46.123Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-02T05:47:46.198Z] prd-ubuntu20.04-docker-8c-8g-42608 does not seem to be running inside a container [2025-04-02T05:47:46.228Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-04-02T05:47:46.403Z] $ docker top ecb69da0acd1e9b24fc13b8695bfc15b9dd569900d4a6da6003fb1a03d212a10 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-02T05:47:46.745Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-02T05:47:47.027Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-02T05:47:47.313Z] + ls /var/log/sa-host [2025-04-02T05:47:47.313Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-02T05:47:47.497Z] provisioning config files... [2025-04-02T05:47:47.504Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5727956027925790939tmp [Pipeline] { [Pipeline] echo [2025-04-02T05:47:47.526Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:47.808Z] ---> create-netrc.sh [Pipeline] } [2025-04-02T05:47:47.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:48.154Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-02T05:47:48.164Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:48.448Z] ---> sudo-logs.sh [2025-04-02T05:47:48.448Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-02T05:47:48.482Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:48.761Z] ---> job-cost.sh [2025-04-02T05:47:48.761Z] lf-activate-venv: SKIPPING [2025-04-02T05:47:48.761Z] DEBUG: total: 0.2199999988079071 [2025-04-02T05:47:48.761Z] INFO: Retrieving Stack Cost... [2025-04-02T05:47:49.020Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-02T05:47:49.279Z] INFO: Archiving Costs [Pipeline] echo [2025-04-02T05:47:49.292Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-02T05:47:49.573Z] ---> logs-deploy.sh [2025-04-02T05:47:49.573Z] lf-activate-venv: SKIPPING [2025-04-02T05:47:49.573Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/357 [2025-04-02T05:47:49.573Z] INFO: archiving workspace using pattern(s): [2025-04-02T05:47:50.508Z] Archives upload complete. [2025-04-02T05:47:50.508Z] INFO: archiving logs to Nexus