Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 91e9ee772181a3554f781682411732b8fac37f2e 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-ssh1234269809832798085.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-ssh17888611534224622282.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-ssh3397203471390616811.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-ssh10675844687835329405.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-ssh6914665988597093946.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-918’ Running on prd-ubuntu20.04-docker-8c-8g-927 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 91e9ee772181a3554f781682411732b8fac37f2e (main) Commit message: "build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 (#1717)" > git config core.sparsecheckout # timeout=10 > git checkout -f 91e9ee772181a3554f781682411732b8fac37f2e # timeout=10 > git rev-list --no-walk 6d65d367703209779c695a1a853b3cbdf6490621 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-05T05:20:51.984Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-05T05:20:52.059Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-05T05:20:52.087Z] ========================================================= [2025-05-05T05:20:52.087Z] EdgeX Global Pipelines Version Info [2025-05-05T05:20:52.087Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:20:53.199Z] ------------------- [2025-05-05T05:20:53.199Z] stable info: [2025-05-05T05:20:53.199Z] ------------------- [2025-05-05T05:20:53.199Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-05T05:20:53.199Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-05T05:20:53.199Z] Message: update stable to v1.0.274 [2025-05-05T05:20:53.461Z] ------------------- [2025-05-05T05:20:53.461Z] experimental info: [2025-05-05T05:20:53.461Z] ------------------- [2025-05-05T05:20:53.461Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-05T05:20:53.461Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-05-05T05:20:53.461Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-05-05T05:20:53.554Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-05-05T05:20:53.581Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-05-05T05:20:53.609Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-05-05T05:20:53.634Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-05-05T05:20:53.656Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-05-05T05:20:53.678Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-05-05T05:20:53.701Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-05-05T05:20:53.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-05-05T05:20:53.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-05-05T05:20:53.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-05T05:20:53.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-05-05T05:20:53.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-05-05T05:20:53.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-05-05T05:20:53.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-05-05T05:20:53.913Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-05-05T05:20:53.939Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-05-05T05:20:53.967Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-05-05T05:20:53.993Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-05-05T05:20:54.019Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-05T05:20:54.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-05-05T05:20:54.071Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-05-05T05:20:54.092Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-05-05T05:20:54.115Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-05-05T05:20:54.144Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-05-05T05:20:54.167Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-05-05T05:20:54.188Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-05T05:20:54.211Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-05-05T05:20:54.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-05T05:20:54.253Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-05T05:20:54.273Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-05T05:20:54.297Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91e9ee772181a3554f781682411732b8fac37f2e [Pipeline] echo [2025-05-05T05:20:54.317Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91e9ee7 [Pipeline] echo [2025-05-05T05:20:54.336Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-05T05:20:54.402Z] provisioning config files... [2025-05-05T05:20:54.418Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5728300321153639207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:20:54.767Z] ---> ****-login.sh [2025-05-05T05:20:54.767Z] nexus3.edgexfoundry.org:10001 [2025-05-05T05:20:55.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:20:55.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:20:55.029Z] Configure a credential helper to remove this warning. See [2025-05-05T05:20:55.029Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:20:55.029Z] [2025-05-05T05:20:55.029Z] Login Succeeded [2025-05-05T05:20:55.029Z] nexus3.edgexfoundry.org:10002 [2025-05-05T05:20:55.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:20:55.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:20:55.290Z] Configure a credential helper to remove this warning. See [2025-05-05T05:20:55.290Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:20:55.290Z] [2025-05-05T05:20:55.290Z] Login Succeeded [2025-05-05T05:20:55.290Z] nexus3.edgexfoundry.org:10003 [2025-05-05T05:20:55.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:20:55.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:20:55.291Z] Configure a credential helper to remove this warning. See [2025-05-05T05:20:55.291Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:20:55.291Z] [2025-05-05T05:20:55.291Z] Login Succeeded [2025-05-05T05:20:55.291Z] nexus3.edgexfoundry.org:10004 [2025-05-05T05:20:55.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:20:55.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:20:55.552Z] Configure a credential helper to remove this warning. See [2025-05-05T05:20:55.552Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:20:55.552Z] [2025-05-05T05:20:55.552Z] Login Succeeded [2025-05-05T05:20:55.552Z] ****.io [2025-05-05T05:20:55.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:20:55.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:20:55.812Z] Configure a credential helper to remove this warning. See [2025-05-05T05:20:55.812Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:20:55.812Z] [2025-05-05T05:20:55.812Z] Login Succeeded [2025-05-05T05:20:55.812Z] ---> ****-login.sh ends [Pipeline] } [2025-05-05T05:20:55.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-05-05T05:20:56.249Z] + git rev-list -1 --merges 91e9ee772181a3554f781682411732b8fac37f2e~1..91e9ee772181a3554f781682411732b8fac37f2e [Pipeline] echo [2025-05-05T05:20:56.278Z] -----------> git rev-list -1 --merges 91e9ee772181a3554f781682411732b8fac37f2e~1..91e9ee772181a3554f781682411732b8fac37f2e 91e9ee772181a3554f781682411732b8fac37f2e [false] [Pipeline] sh [2025-05-05T05:20:56.605Z] + git log --format=format:%s -1 91e9ee772181a3554f781682411732b8fac37f2e [Pipeline] echo [2025-05-05T05:20:56.626Z] ========================================================= [2025-05-05T05:20:56.626Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-05-05T05:20:56.626Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-05T05:20:56.979Z] + git log --format=format:%s -1 91e9ee772181a3554f781682411732b8fac37f2e [Pipeline] echo [2025-05-05T05:20:56.994Z] [semverPrep] GIT_COMMIT: 91e9ee772181a3554f781682411732b8fac37f2e, Commit Message: build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 (#1717) [Pipeline] echo [2025-05-05T05:20:57.013Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-05-05T05:20:57.388Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-05T05:20:57.388Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-05-05T05:20:57.388Z] + [ -e /tmp/ssh_known_hosts ] [2025-05-05T05:20:57.388Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-05-05T05:20:57.388Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-05-05T05:20:57.388Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-05-05T05:20:57.388Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:20:57.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T05:20:57.817Z] [2025-05-05T05:20:57.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:20:58.136Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T05:20:58.136Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-05-05T05:20:58.136Z] b85a868b505f: Pulling fs layer [2025-05-05T05:20:58.136Z] e2be974225ed: Pulling fs layer [2025-05-05T05:20:58.136Z] 339a4e72a1f5: Pulling fs layer [2025-05-05T05:20:58.136Z] 988bab9f4d93: Pulling fs layer [2025-05-05T05:20:58.136Z] 1469e6f7b9e6: Pulling fs layer [2025-05-05T05:20:58.136Z] eaf3925da568: Pulling fs layer [2025-05-05T05:20:58.136Z] bab4dde63d76: Pulling fs layer [2025-05-05T05:20:58.136Z] bde34c3a00c8: Pulling fs layer [2025-05-05T05:20:58.136Z] b352a97aabf1: Pulling fs layer [2025-05-05T05:20:58.136Z] 4872d77fe225: Pulling fs layer [2025-05-05T05:20:58.136Z] 5851b861e8e6: Pulling fs layer [2025-05-05T05:20:58.136Z] 4872d77fe225: Waiting [2025-05-05T05:20:58.136Z] bab4dde63d76: Waiting [2025-05-05T05:20:58.136Z] 988bab9f4d93: Waiting [2025-05-05T05:20:58.136Z] 1469e6f7b9e6: Waiting [2025-05-05T05:20:58.136Z] 5851b861e8e6: Waiting [2025-05-05T05:20:58.136Z] b352a97aabf1: Waiting [2025-05-05T05:20:58.136Z] bde34c3a00c8: Waiting [2025-05-05T05:20:58.136Z] eaf3925da568: Waiting [2025-05-05T05:20:58.136Z] e2be974225ed: Download complete [2025-05-05T05:20:58.136Z] 988bab9f4d93: Download complete [2025-05-05T05:20:58.396Z] 1469e6f7b9e6: Verifying Checksum [2025-05-05T05:20:58.396Z] 1469e6f7b9e6: Download complete [2025-05-05T05:20:58.396Z] eaf3925da568: Verifying Checksum [2025-05-05T05:20:58.396Z] eaf3925da568: Download complete [2025-05-05T05:20:58.396Z] 339a4e72a1f5: Verifying Checksum [2025-05-05T05:20:58.396Z] 339a4e72a1f5: Download complete [2025-05-05T05:20:58.396Z] bde34c3a00c8: Verifying Checksum [2025-05-05T05:20:58.396Z] bde34c3a00c8: Download complete [2025-05-05T05:20:58.396Z] b352a97aabf1: Verifying Checksum [2025-05-05T05:20:58.396Z] b352a97aabf1: Download complete [2025-05-05T05:20:58.396Z] 4872d77fe225: Verifying Checksum [2025-05-05T05:20:58.396Z] 4872d77fe225: Download complete [2025-05-05T05:20:58.396Z] 5851b861e8e6: Download complete [2025-05-05T05:20:58.396Z] b85a868b505f: Verifying Checksum [2025-05-05T05:20:58.396Z] b85a868b505f: Download complete [2025-05-05T05:20:58.655Z] bab4dde63d76: Verifying Checksum [2025-05-05T05:20:58.655Z] bab4dde63d76: Download complete [2025-05-05T05:20:59.612Z] b85a868b505f: Pull complete [2025-05-05T05:20:59.872Z] e2be974225ed: Pull complete [2025-05-05T05:21:00.446Z] 339a4e72a1f5: Pull complete [2025-05-05T05:21:00.446Z] 988bab9f4d93: Pull complete [2025-05-05T05:21:00.707Z] 1469e6f7b9e6: Pull complete [2025-05-05T05:21:00.707Z] eaf3925da568: Pull complete [2025-05-05T05:21:02.612Z] bab4dde63d76: Pull complete [2025-05-05T05:21:02.612Z] bde34c3a00c8: Pull complete [2025-05-05T05:21:02.613Z] b352a97aabf1: Pull complete [2025-05-05T05:21:02.872Z] 4872d77fe225: Pull complete [2025-05-05T05:21:02.872Z] 5851b861e8e6: Pull complete [2025-05-05T05:21:02.872Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-05-05T05:21:02.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T05:21:02.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:21:03.023Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:21:03.045Z] $ 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-05-05T05:21:05.451Z] $ docker top 36851b71d543042ab725050f006507b8e1ebafe519fdeca34d919f328beb59dc -eo pid,comm [2025-05-05T05:21:05.516Z] 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-05-05T05:21:05.516Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-05T05:21:05.578Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-05T05:21:05.578Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-05T05:21:05.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-05T05:21:05.721Z] $ docker exec 36851b71d543042ab725050f006507b8e1ebafe519fdeca34d919f328beb59dc ssh-agent [2025-05-05T05:21:05.844Z] SSH_AUTH_SOCK=/tmp/ssh-cbgLpPt0jCXX/agent.31 [2025-05-05T05:21:05.844Z] SSH_AGENT_PID=37 [2025-05-05T05:21:05.850Z] Running ssh-add (command line suppressed) [2025-05-05T05:21:05.956Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11107460257433327889.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11107460257433327889.key) [2025-05-05T05:21:05.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-05T05:21:06.272Z] + git tag --points-at HEAD [Pipeline] } [2025-05-05T05:21:06.277Z] $ docker exec --env ******** --env ******** 36851b71d543042ab725050f006507b8e1ebafe519fdeca34d919f328beb59dc ssh-agent -k [2025-05-05T05:21:06.372Z] unset SSH_AUTH_SOCK; [2025-05-05T05:21:06.372Z] unset SSH_AGENT_PID; [2025-05-05T05:21:06.372Z] echo Agent pid 37 killed; [2025-05-05T05:21:06.394Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-05-05T05:21:06.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-05T05:21:06.435Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-05T05:21:06.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-05T05:21:06.564Z] $ docker exec 36851b71d543042ab725050f006507b8e1ebafe519fdeca34d919f328beb59dc ssh-agent [2025-05-05T05:21:06.686Z] SSH_AUTH_SOCK=/tmp/ssh-kDjTFGslb4Eq/agent.70 [2025-05-05T05:21:06.686Z] SSH_AGENT_PID=76 [2025-05-05T05:21:06.690Z] Running ssh-add (command line suppressed) [2025-05-05T05:21:06.788Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4943693797612612749.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4943693797612612749.key) [2025-05-05T05:21:06.808Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-05T05:21:07.101Z] + git semver init [2025-05-05T05:21:07.361Z] 2025-05-05 05:21:07,290 [run_init] DEBUG init version:0.0.0 force:False [2025-05-05T05:21:07.361Z] 2025-05-05 05:21:07,291 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-05-05T05:21:07.361Z] 2025-05-05 05:21:07,291 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-05-05T05:21:07.361Z] 2025-05-05 05:21:07,292 [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-05-05T05:21:08.737Z] 2025-05-05 05:21:08,701 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-05-05T05:21:08.737Z] 2025-05-05 05:21:08,702 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-05-05T05:21:08.737Z] 2025-05-05 05:21:08,702 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:21:08.737Z] 2025-05-05 05:21:08,703 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:21:08.737Z] 4.1.0-dev.5 [Pipeline] } [2025-05-05T05:21:08.741Z] $ docker exec --env ******** --env ******** 36851b71d543042ab725050f006507b8e1ebafe519fdeca34d919f328beb59dc ssh-agent -k [2025-05-05T05:21:08.852Z] unset SSH_AUTH_SOCK; [2025-05-05T05:21:08.852Z] unset SSH_AGENT_PID; [2025-05-05T05:21:08.853Z] echo Agent pid 76 killed; [2025-05-05T05:21:08.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-05T05:21:09.191Z] + git semver [Pipeline] } [2025-05-05T05:21:09.460Z] $ docker stop --time=1 36851b71d543042ab725050f006507b8e1ebafe519fdeca34d919f328beb59dc [2025-05-05T05:21:10.768Z] $ docker rm -f --volumes 36851b71d543042ab725050f006507b8e1ebafe519fdeca34d919f328beb59dc [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-05T05:21:11.134Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-05-05T05:21:11.389Z] Stashed 1 file(s) [Pipeline] echo [2025-05-05T05:21:11.394Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [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-05-05T05:21:11.685Z] provisioning config files... [Pipeline] // stage [Pipeline] } [2025-05-05T05:21:11.700Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2741367842552931521tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:21:12.021Z] ---> ****-login.sh [2025-05-05T05:21:12.021Z] nexus3.edgexfoundry.org:10001 [2025-05-05T05:21:12.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:21:12.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:21:12.021Z] Configure a credential helper to remove this warning. See [2025-05-05T05:21:12.021Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:21:12.021Z] [2025-05-05T05:21:12.021Z] Login Succeeded [2025-05-05T05:21:12.021Z] nexus3.edgexfoundry.org:10002 [2025-05-05T05:21:12.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:21:12.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:21:12.021Z] Configure a credential helper to remove this warning. See [2025-05-05T05:21:12.021Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:21:12.021Z] [2025-05-05T05:21:12.021Z] Login Succeeded [2025-05-05T05:21:12.021Z] nexus3.edgexfoundry.org:10003 [2025-05-05T05:21:12.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:21:12.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:21:12.281Z] Configure a credential helper to remove this warning. See [2025-05-05T05:21:12.281Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:21:12.281Z] [2025-05-05T05:21:12.281Z] Login Succeeded [2025-05-05T05:21:12.281Z] nexus3.edgexfoundry.org:10004 [2025-05-05T05:21:12.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:21:12.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:21:12.281Z] Configure a credential helper to remove this warning. See [2025-05-05T05:21:12.281Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:21:12.281Z] [2025-05-05T05:21:12.281Z] Login Succeeded [2025-05-05T05:21:12.281Z] ****.io [2025-05-05T05:21:12.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T05:21:12.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T05:21:12.542Z] Configure a credential helper to remove this warning. See [2025-05-05T05:21:12.542Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T05:21:12.542Z] [2025-05-05T05:21:12.542Z] Login Succeeded [2025-05-05T05:21:12.542Z] ---> ****-login.sh ends [Pipeline] } [2025-05-05T05:21:12.550Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-05-05T05:21:12.639Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T05:21:12.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T05:21:12.679Z] ========================================================= [2025-05-05T05:21:12.679Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-05-05T05:21:12.679Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:21:13.016Z] + 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-05-05T05:21:13.016Z] Sending build context to Docker daemon 35.91MB [2025-05-05T05:21:13.016Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-05-05T05:21:13.016Z] Step 2/10 : FROM ${BASE} AS builder [2025-05-05T05:21:13.279Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-05-05T05:21:13.279Z] 0a9a5dfd008f: Pulling fs layer [2025-05-05T05:21:13.279Z] dbfa0bcfca99: Pulling fs layer [2025-05-05T05:21:13.279Z] 70eabb1d9476: Pulling fs layer [2025-05-05T05:21:13.279Z] 957bedc73fa3: Pulling fs layer [2025-05-05T05:21:13.279Z] 4f4fb700ef54: Pulling fs layer [2025-05-05T05:21:13.279Z] f40432e63723: Pulling fs layer [2025-05-05T05:21:13.279Z] 90b4343acab7: Pulling fs layer [2025-05-05T05:21:13.279Z] 9f67ea4ac784: Pulling fs layer [2025-05-05T05:21:13.279Z] 9228b9a606be: Pulling fs layer [2025-05-05T05:21:13.279Z] 957bedc73fa3: Waiting [2025-05-05T05:21:13.279Z] 9f67ea4ac784: Waiting [2025-05-05T05:21:13.279Z] 4f4fb700ef54: Waiting [2025-05-05T05:21:13.279Z] 9228b9a606be: Waiting [2025-05-05T05:21:13.279Z] f40432e63723: Waiting [2025-05-05T05:21:13.279Z] 90b4343acab7: Waiting [2025-05-05T05:21:13.279Z] dbfa0bcfca99: Verifying Checksum [2025-05-05T05:21:13.279Z] dbfa0bcfca99: Download complete [2025-05-05T05:21:13.279Z] 957bedc73fa3: Verifying Checksum [2025-05-05T05:21:13.279Z] 957bedc73fa3: Download complete [2025-05-05T05:21:13.279Z] 4f4fb700ef54: Download complete [2025-05-05T05:21:13.279Z] f40432e63723: Verifying Checksum [2025-05-05T05:21:13.279Z] f40432e63723: Download complete [2025-05-05T05:21:13.279Z] 0a9a5dfd008f: Download complete [2025-05-05T05:21:13.279Z] 90b4343acab7: Verifying Checksum [2025-05-05T05:21:13.279Z] 90b4343acab7: Download complete [2025-05-05T05:21:13.537Z] 0a9a5dfd008f: Pull complete [2025-05-05T05:21:13.537Z] dbfa0bcfca99: Pull complete [2025-05-05T05:21:13.797Z] 9228b9a606be: Verifying Checksum [2025-05-05T05:21:13.797Z] 9228b9a606be: Download complete [2025-05-05T05:21:14.056Z] 70eabb1d9476: Download complete [2025-05-05T05:21:14.056Z] 9f67ea4ac784: Verifying Checksum [2025-05-05T05:21:14.056Z] 9f67ea4ac784: Download complete [2025-05-05T05:21:17.344Z] 70eabb1d9476: Pull complete [2025-05-05T05:21:17.604Z] 957bedc73fa3: Pull complete [2025-05-05T05:21:17.604Z] 4f4fb700ef54: Pull complete [2025-05-05T05:21:17.604Z] f40432e63723: Pull complete [2025-05-05T05:21:17.870Z] 90b4343acab7: Pull complete [2025-05-05T05:21:20.414Z] 9f67ea4ac784: Pull complete [2025-05-05T05:21:20.674Z] 9228b9a606be: Pull complete [2025-05-05T05:21:20.674Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-05-05T05:21:20.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-05T05:21:20.674Z] ---> 69404ca5bff2 [2025-05-05T05:21:20.674Z] Step 3/10 : ARG MAKE=make build [2025-05-05T05:21:23.980Z] ---> Running in 4858b026b264 [2025-05-05T05:21:24.239Z] Removing intermediate container 4858b026b264 [2025-05-05T05:21:24.239Z] ---> d90cbcdc2975 [2025-05-05T05:21:24.239Z] Step 4/10 : WORKDIR /device-sdk-go [2025-05-05T05:21:24.239Z] ---> Running in ebf96d4db745 [2025-05-05T05:21:24.239Z] Removing intermediate container ebf96d4db745 [2025-05-05T05:21:24.239Z] ---> ff13776a96ce [2025-05-05T05:21:24.239Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-05-05T05:21:24.239Z] ---> Running in 1722ba3108de [2025-05-05T05:21:24.239Z] Removing intermediate container 1722ba3108de [2025-05-05T05:21:24.239Z] ---> f6c34d6a6d07 [2025-05-05T05:21:24.239Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-05-05T05:21:24.239Z] ---> Running in a1682ac03f29 [2025-05-05T05:21:24.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T05:21:24.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T05:21:25.017Z] OK: 248 MiB in 58 packages [2025-05-05T05:21:25.586Z] Removing intermediate container a1682ac03f29 [2025-05-05T05:21:25.586Z] ---> e44a5f7d0be9 [2025-05-05T05:21:25.586Z] Step 7/10 : COPY go.mod vendor* ./ [2025-05-05T05:21:25.586Z] ---> 583f892da3e3 [2025-05-05T05:21:25.586Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T05:21:25.586Z] ---> Running in 31d7d9e83a23 [2025-05-05T05:22:12.364Z] Removing intermediate container 31d7d9e83a23 [2025-05-05T05:22:12.364Z] ---> 9599606f5b89 [2025-05-05T05:22:12.364Z] Step 9/10 : COPY . . [2025-05-05T05:22:12.364Z] ---> 4adf2e13f770 [2025-05-05T05:22:12.364Z] Step 10/10 : RUN ${MAKE} [2025-05-05T05:22:12.364Z] ---> Running in 0fcdb7360345 [2025-05-05T05:22:12.364Z] noop [2025-05-05T05:22:12.364Z] Removing intermediate container 0fcdb7360345 [2025-05-05T05:22:12.364Z] ---> 9000114297d2 [2025-05-05T05:22:12.364Z] Successfully built 9000114297d2 [2025-05-05T05:22:12.364Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:22:12.696Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-05T05:22:12.697Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:22:12.777Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:22:12.812Z] $ 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-05-05T05:22:13.138Z] $ docker top 32adac0c516789eb197c6502b9f657bf615a378375dcb258e7aadda2e8e85c6a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T05:22:13.495Z] + go version [2025-05-05T05:22:13.495Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-05-05T05:22:13.509Z] $ docker stop --time=1 32adac0c516789eb197c6502b9f657bf615a378375dcb258e7aadda2e8e85c6a [2025-05-05T05:22:14.769Z] $ docker rm -f --volumes 32adac0c516789eb197c6502b9f657bf615a378375dcb258e7aadda2e8e85c6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:22:15.204Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-05T05:22:15.204Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:22:15.285Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:22:15.317Z] $ 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-05-05T05:22:15.629Z] $ docker top 135a71a1319a2b9aff66a81071c9b66fa7f0522a7db9f9674a11f00776eb854f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T05:22:16.009Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-05-05T05:22:16.315Z] + make test [2025-05-05T05:22:16.315Z] go test -race -coverprofile=coverage.out ./... [2025-05-05T05:22:24.429Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.031s coverage: 28.2% of statements [2025-05-05T05:23:03.137Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.031s coverage: 79.3% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.029s coverage: 90.4% of statements [2025-05-05T05:23:03.137Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-05-05T05:23:03.137Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.100s coverage: 45.0% of statements [2025-05-05T05:23:03.137Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-05-05T05:23:07.332Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.052s coverage: 14.3% of statements [2025-05-05T05:23:07.332Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.120s coverage: 44.6% of statements [2025-05-05T05:23:07.332Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.052s coverage: 68.4% of statements [2025-05-05T05:23:07.332Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.081s coverage: 88.3% of statements [2025-05-05T05:23:07.332Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.057s coverage: 5.0% of statements [2025-05-05T05:23:39.429Z] GO111MODULE=on go vet ./... [2025-05-05T05:23:40.365Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-05-05T05:23:40.365Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-05-05T05:23:40.365Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-05-05T05:23:40.380Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-05-05T05:23:40.404Z] $ docker stop --time=1 135a71a1319a2b9aff66a81071c9b66fa7f0522a7db9f9674a11f00776eb854f [2025-05-05T05:23:46.162Z] $ docker rm -f --volumes 135a71a1319a2b9aff66a81071c9b66fa7f0522a7db9f9674a11f00776eb854f [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-05T05:23:46.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-05-05T05:23:46.889Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-05-05T05:23:47.417Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-05T05:23:47.704Z] + ls -al . [2025-05-05T05:23:47.704Z] total 740 [2025-05-05T05:23:47.704Z] drwxrwxr-x 11 jenkins jenkins 4096 May 5 05:22 . [2025-05-05T05:23:47.704Z] drwxrwxr-x 4 jenkins jenkins 4096 May 5 05:20 .. [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 140 May 5 05:20 .dockerignore [2025-05-05T05:23:47.704Z] drwxrwxr-x 8 jenkins jenkins 4096 May 5 05:23 .git [2025-05-05T05:23:47.704Z] drwxrwxr-x 3 jenkins jenkins 4096 May 5 05:20 .github [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 137 May 5 05:20 .gitignore [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 199 May 5 05:20 .golangci.yml [2025-05-05T05:23:47.704Z] drwxr-xr-x 3 jenkins jenkins 4096 May 5 05:21 .semver [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 53715 May 5 05:20 CHANGELOG.md [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 677 May 5 05:20 GOVERNANCE.md [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 882 May 5 05:20 Jenkinsfile [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 5 05:20 LICENSE [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 2424 May 5 05:20 Makefile [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 619 May 5 05:20 OWNERS.md [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 4937 May 5 05:20 README.md [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 11 May 5 05:21 VERSION [2025-05-05T05:23:47.704Z] drwxrwxr-x 2 jenkins jenkins 4096 May 5 05:20 bin [2025-05-05T05:23:47.704Z] -rw-r--r-- 1 jenkins jenkins 497264 May 5 05:23 coverage.out [2025-05-05T05:23:47.704Z] drwxrwxr-x 5 jenkins jenkins 4096 May 5 05:20 example [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 6128 May 5 05:20 go.mod [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 86407 May 5 05:20 go.sum [2025-05-05T05:23:47.704Z] drwxrwxr-x 13 jenkins jenkins 4096 May 5 05:20 internal [2025-05-05T05:23:47.704Z] drwxrwxr-x 2 jenkins jenkins 4096 May 5 05:20 openapi [2025-05-05T05:23:47.704Z] drwxrwxr-x 6 jenkins jenkins 4096 May 5 05:20 pkg [2025-05-05T05:23:47.704Z] drwxrwxr-x 4 jenkins jenkins 4096 May 5 05:20 snap [2025-05-05T05:23:47.704Z] -rw-rw-r-- 1 jenkins jenkins 222 May 5 05:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:23:48.022Z] + 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=91e9ee772181a3554f781682411732b8fac37f2e --label arch=amd64 --label version=4.1.0-dev.5 . [2025-05-05T05:23:48.022Z] Sending build context to Docker daemon 36.4MB [2025-05-05T05:23:48.022Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-05-05T05:23:48.022Z] Step 2/24 : FROM ${BASE} AS builder [2025-05-05T05:23:48.022Z] ---> 9000114297d2 [2025-05-05T05:23:48.022Z] Step 3/24 : ARG MAKE=make build [2025-05-05T05:23:48.590Z] ---> Running in 1f7103c1ff56 [2025-05-05T05:23:48.590Z] Removing intermediate container 1f7103c1ff56 [2025-05-05T05:23:48.590Z] ---> 62fd3655dd69 [2025-05-05T05:23:48.590Z] Step 4/24 : WORKDIR /device-sdk-go [2025-05-05T05:23:48.590Z] ---> Running in d267ecc6f6d8 [2025-05-05T05:23:48.851Z] Removing intermediate container d267ecc6f6d8 [2025-05-05T05:23:48.851Z] ---> a3af961e333f [2025-05-05T05:23:48.851Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-05-05T05:23:48.851Z] ---> Running in bad3720645b7 [2025-05-05T05:23:48.851Z] Removing intermediate container bad3720645b7 [2025-05-05T05:23:48.851Z] ---> 0aab29d316e9 [2025-05-05T05:23:48.851Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-05-05T05:23:48.851Z] ---> Running in 4e36378c2526 [2025-05-05T05:23:49.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T05:23:49.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T05:23:49.627Z] OK: 248 MiB in 58 packages [2025-05-05T05:23:49.884Z] Removing intermediate container 4e36378c2526 [2025-05-05T05:23:49.884Z] ---> 9a647b9b6825 [2025-05-05T05:23:49.884Z] Step 7/24 : COPY go.mod vendor* ./ [2025-05-05T05:23:50.141Z] ---> 79e48d2ef5f5 [2025-05-05T05:23:50.141Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T05:23:50.141Z] ---> Running in 577af80af37b [2025-05-05T05:23:50.709Z] Removing intermediate container 577af80af37b [2025-05-05T05:23:50.709Z] ---> 033ebb3930f2 [2025-05-05T05:23:50.709Z] Step 9/24 : COPY . . [2025-05-05T05:23:51.645Z] ---> 66d4a8ee561e [2025-05-05T05:23:51.645Z] Step 10/24 : RUN ${MAKE} [2025-05-05T05:23:51.905Z] ---> Running in 7fa3a8db3af4 [2025-05-05T05:23:52.163Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-05-05T05:24:24.234Z] Removing intermediate container 7fa3a8db3af4 [2025-05-05T05:24:24.234Z] ---> f08ef8caabc6 [2025-05-05T05:24:24.234Z] Step 11/24 : FROM alpine:3.20 [2025-05-05T05:24:24.234Z] 3.20: Pulling from library/alpine [2025-05-05T05:24:24.234Z] 0a9a5dfd008f: Already exists [2025-05-05T05:24:24.234Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T05:24:24.234Z] Status: Downloaded newer image for alpine:3.20 [2025-05-05T05:24:24.234Z] ---> ff221270b9fb [2025-05-05T05:24:24.234Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-05-05T05:24:24.234Z] ---> Running in f2bcedaab971 [2025-05-05T05:24:24.234Z] Removing intermediate container f2bcedaab971 [2025-05-05T05:24:24.234Z] ---> 70609fd95eb8 [2025-05-05T05:24:24.234Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-05-05T05:24:24.234Z] ---> Running in 408d8fcfc7b4 [2025-05-05T05:24:24.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T05:24:24.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T05:24:24.234Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-05-05T05:24:24.234Z] Executing busybox-1.36.1-r29.trigger [2025-05-05T05:24:24.234Z] OK: 8 MiB in 15 packages [2025-05-05T05:24:24.234Z] Removing intermediate container 408d8fcfc7b4 [2025-05-05T05:24:24.234Z] ---> 766a7c5c0e01 [2025-05-05T05:24:24.234Z] Step 14/24 : RUN apk --no-cache upgrade [2025-05-05T05:24:24.234Z] ---> Running in 795f53555b0e [2025-05-05T05:24:24.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T05:24:24.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T05:24:24.234Z] OK: 8 MiB in 15 packages [2025-05-05T05:24:24.234Z] Removing intermediate container 795f53555b0e [2025-05-05T05:24:24.234Z] ---> 7da92c2715a7 [2025-05-05T05:24:24.234Z] Step 15/24 : WORKDIR / [2025-05-05T05:24:24.234Z] ---> Running in afe852d639cc [2025-05-05T05:24:24.234Z] Removing intermediate container afe852d639cc [2025-05-05T05:24:24.234Z] ---> beffcd6592b6 [2025-05-05T05:24:24.234Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-05-05T05:24:24.234Z] ---> 35a3aca6955d [2025-05-05T05:24:24.234Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-05-05T05:24:24.801Z] ---> b68a4c0bd0ba [2025-05-05T05:24:24.801Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-05-05T05:24:24.801Z] ---> 334281846e86 [2025-05-05T05:24:24.801Z] Step 19/24 : EXPOSE 59999 [2025-05-05T05:24:24.801Z] ---> Running in 9a64098c4025 [2025-05-05T05:24:24.801Z] Removing intermediate container 9a64098c4025 [2025-05-05T05:24:24.801Z] ---> 2a7097fa7f4d [2025-05-05T05:24:24.801Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-05-05T05:24:24.801Z] ---> Running in 611fbb7046e0 [2025-05-05T05:24:25.059Z] Removing intermediate container 611fbb7046e0 [2025-05-05T05:24:25.059Z] ---> ec33b3c988ee [2025-05-05T05:24:25.059Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-05-05T05:24:25.059Z] ---> Running in fcf0020800a4 [2025-05-05T05:24:25.059Z] Removing intermediate container fcf0020800a4 [2025-05-05T05:24:25.059Z] ---> 4284cda7ab42 [2025-05-05T05:24:25.059Z] Step 22/24 : LABEL arch=amd64 [2025-05-05T05:24:25.059Z] ---> Running in d1f8d3a67142 [2025-05-05T05:24:25.059Z] Removing intermediate container d1f8d3a67142 [2025-05-05T05:24:25.059Z] ---> 227e52ee3698 [2025-05-05T05:24:25.059Z] Step 23/24 : LABEL git_sha=91e9ee772181a3554f781682411732b8fac37f2e [2025-05-05T05:24:25.059Z] ---> Running in e84872a17312 [2025-05-05T05:24:25.318Z] Removing intermediate container e84872a17312 [2025-05-05T05:24:25.318Z] ---> f8da90e7ead1 [2025-05-05T05:24:25.318Z] Step 24/24 : LABEL version=4.1.0-dev.5 [2025-05-05T05:24:25.318Z] ---> Running in 0c140974f7b6 [2025-05-05T05:24:25.318Z] Removing intermediate container 0c140974f7b6 [2025-05-05T05:24:25.318Z] ---> ed96f46d34a5 [2025-05-05T05:24:25.318Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-05T05:24:25.318Z] Successfully built ed96f46d34a5 [2025-05-05T05:24:25.318Z] 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-05-05T05:24:25.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-05T05:24:25.789Z] [2025-05-05T05:24:25.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:24:26.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-05T05:24:26.107Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-05T05:24:26.107Z] 5eb5b503b376: Pulling fs layer [2025-05-05T05:24:26.107Z] 5c69ac0246d0: Pulling fs layer [2025-05-05T05:24:26.107Z] ec43610c2a17: Pulling fs layer [2025-05-05T05:24:26.107Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-05T05:24:26.107Z] 33b1e0a273af: Pulling fs layer [2025-05-05T05:24:26.107Z] 5d3b04190fa2: Pulling fs layer [2025-05-05T05:24:26.107Z] 2f39f015ded8: Pulling fs layer [2025-05-05T05:24:26.107Z] 33b1e0a273af: Waiting [2025-05-05T05:24:26.107Z] 5d3b04190fa2: Waiting [2025-05-05T05:24:26.107Z] 3a2ae6a8a46f: Waiting [2025-05-05T05:24:26.107Z] 5c69ac0246d0: Download complete [2025-05-05T05:24:26.107Z] 3a2ae6a8a46f: Download complete [2025-05-05T05:24:26.107Z] 33b1e0a273af: Verifying Checksum [2025-05-05T05:24:26.107Z] 33b1e0a273af: Download complete [2025-05-05T05:24:26.107Z] 5d3b04190fa2: Verifying Checksum [2025-05-05T05:24:26.108Z] 5d3b04190fa2: Download complete [2025-05-05T05:24:26.368Z] ec43610c2a17: Verifying Checksum [2025-05-05T05:24:26.368Z] ec43610c2a17: Download complete [2025-05-05T05:24:26.368Z] 5eb5b503b376: Verifying Checksum [2025-05-05T05:24:26.368Z] 5eb5b503b376: Download complete [2025-05-05T05:24:27.515Z] 5eb5b503b376: Pull complete [2025-05-05T05:24:27.515Z] 5c69ac0246d0: Pull complete [2025-05-05T05:24:27.772Z] 2f39f015ded8: Download complete [2025-05-05T05:24:28.029Z] ec43610c2a17: Pull complete [2025-05-05T05:24:28.029Z] 3a2ae6a8a46f: Pull complete [2025-05-05T05:24:28.289Z] 33b1e0a273af: Pull complete [2025-05-05T05:24:28.289Z] 5d3b04190fa2: Pull complete [2025-05-05T05:24:32.476Z] 2f39f015ded8: Pull complete [2025-05-05T05:24:32.476Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-05T05:24:32.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-05T05:24:32.476Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:24:32.571Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:24:32.611Z] $ 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-05-05T05:24:35.814Z] $ docker top ae9d184d61c5e0be4f5ab18de951c1d3dea5734bb3268153dd2348b4493a2459 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:24:36.204Z] ---> job-cost.sh [2025-05-05T05:24:36.205Z] lf-activate-venv: SKIPPING [2025-05-05T05:24:36.205Z] INFO: No Stack... [2025-05-05T05:24:36.464Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-05T05:24:36.723Z] INFO: Archiving Costs [Pipeline] sh [2025-05-05T05:24:37.019Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-05-05T05:24:37.019Z] + cut -d, -f6 [Pipeline] lock [2025-05-05T05:24:37.039Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-360-stack-cost] [2025-05-05T05:24:37.047Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-360-stack-cost] did not exist. Created. [2025-05-05T05:24:37.052Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-360-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-05T05:24:37.355Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-05-05T05:24:37.384Z] Stashed 1 file(s) [Pipeline] } [2025-05-05T05:24:37.392Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-360-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-05T05:24:37.430Z] $ docker stop --time=1 ae9d184d61c5e0be4f5ab18de951c1d3dea5734bb3268153dd2348b4493a2459 [2025-05-05T05:24:38.568Z] $ docker rm -f --volumes ae9d184d61c5e0be4f5ab18de951c1d3dea5734bb3268153dd2348b4493a2459 [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-05-05T05:24:38.865Z] provisioning config files... [2025-05-05T05:24:38.871Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2113427983282579379tmp [Pipeline] { [Pipeline] sh [2025-05-05T05:24:39.161Z] + set +x [2025-05-05T05:24:39.161Z] + bash -s -- [2025-05-05T05:24:39.161Z] + curl -s https://codecov.io/bash [2025-05-05T05:24:39.161Z] [2025-05-05T05:24:39.161Z] _____ _ [2025-05-05T05:24:39.161Z] / ____| | | [2025-05-05T05:24:39.161Z] | | ___ __| | ___ ___ _____ __ [2025-05-05T05:24:39.161Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-05-05T05:24:39.161Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-05-05T05:24:39.161Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-05-05T05:24:39.161Z] Bash-1.0.6 [2025-05-05T05:24:39.161Z] [2025-05-05T05:24:39.161Z] [2025-05-05T05:24:39.161Z] ==> git version 2.25.1 found [2025-05-05T05:24:39.161Z] ==> 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-05-05T05:24:39.161Z] Release-Date: 2020-01-08 [2025-05-05T05:24:39.161Z] 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-05-05T05:24:39.161Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-05-05T05:24:39.161Z] ==> Jenkins CI detected. [2025-05-05T05:24:39.161Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-05-05T05:24:39.161Z] project root: . [2025-05-05T05:24:39.161Z] --> token set from env [2025-05-05T05:24:39.161Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-05-05T05:24:39.161Z] ==> Running gcov in . (disable via -X gcov) [2025-05-05T05:24:39.161Z] ==> Python coveragepy not found [2025-05-05T05:24:39.161Z] ==> Searching for coverage reports in: [2025-05-05T05:24:39.161Z] + . [2025-05-05T05:24:39.419Z] -> Found 1 reports [2025-05-05T05:24:39.420Z] ==> Detecting git/mercurial file structure [2025-05-05T05:24:39.420Z] ==> Reading reports [2025-05-05T05:24:39.420Z] + ./coverage.out bytes=497264 [2025-05-05T05:24:39.420Z] ==> Appending adjustments [2025-05-05T05:24:39.420Z] https://docs.codecov.io/docs/fixing-reports [2025-05-05T05:24:39.678Z] + Found adjustments [2025-05-05T05:24:39.678Z] ==> Gzipping contents [2025-05-05T05:24:39.678Z] 48K /tmp/codecov.1sCpun.gz [2025-05-05T05:24:39.678Z] ==> Uploading reports [2025-05-05T05:24:39.678Z] url: https://codecov.io [2025-05-05T05:24:39.679Z] query: branch=main&commit=91e9ee772181a3554f781682411732b8fac37f2e&build=360&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F360%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-05T05:24:39.679Z] -> Pinging Codecov [2025-05-05T05:24:39.679Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=91e9ee772181a3554f781682411732b8fac37f2e&build=360&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F360%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-05T05:24:39.938Z] -> Uploading to [2025-05-05T05:24:39.938Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/91e9ee772181a3554f781682411732b8fac37f2e/8c377d88-f70a-40c5-a01c-c9f222c52f0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250505%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250505T052439Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=bcce7c2686190fa9848de664967ba88c5ba9d3ba4cb78cdff4f23a502696d247 [2025-05-05T05:24:39.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-05T05:24:39.938Z] Dload Upload Total Spent Left Speed [2025-05-05T05:24:40.197Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47515 0 0 100 47515 0 114k --:--:-- --:--:-- --:--:-- 114k [2025-05-05T05:24:40.197Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/91e9ee772181a3554f781682411732b8fac37f2e [Pipeline] } [2025-05-05T05:24:40.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-05-05T05:24:40.440Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-05-05T05:24:40.456Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:24:40.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-05T05:24:40.765Z] [2025-05-05T05:24:40.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:24:41.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-05T05:24:41.071Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-05-05T05:24:41.071Z] 43c4264eed91: Pulling fs layer [2025-05-05T05:24:41.071Z] 4cc291be95ef: Pulling fs layer [2025-05-05T05:24:41.071Z] 2ac1f1163629: Pulling fs layer [2025-05-05T05:24:41.071Z] 5c3c966382ef: Pulling fs layer [2025-05-05T05:24:41.071Z] 4f4fb700ef54: Pulling fs layer [2025-05-05T05:24:41.071Z] d9c7d2e4e75e: Pulling fs layer [2025-05-05T05:24:41.071Z] 9c3e1370e548: Pulling fs layer [2025-05-05T05:24:41.071Z] 4f4fb700ef54: Waiting [2025-05-05T05:24:41.071Z] d9c7d2e4e75e: Waiting [2025-05-05T05:24:41.071Z] 5c3c966382ef: Waiting [2025-05-05T05:24:41.071Z] 9c3e1370e548: Waiting [2025-05-05T05:24:41.071Z] 4cc291be95ef: Download complete [2025-05-05T05:24:41.071Z] 5c3c966382ef: Download complete [2025-05-05T05:24:41.071Z] 4f4fb700ef54: Verifying Checksum [2025-05-05T05:24:41.071Z] 4f4fb700ef54: Download complete [2025-05-05T05:24:41.071Z] 43c4264eed91: Download complete [2025-05-05T05:24:41.333Z] 43c4264eed91: Pull complete [2025-05-05T05:24:41.333Z] d9c7d2e4e75e: Verifying Checksum [2025-05-05T05:24:41.333Z] d9c7d2e4e75e: Download complete [2025-05-05T05:24:41.333Z] 4cc291be95ef: Pull complete [2025-05-05T05:24:41.592Z] 2ac1f1163629: Verifying Checksum [2025-05-05T05:24:41.592Z] 2ac1f1163629: Download complete [2025-05-05T05:24:42.159Z] 9c3e1370e548: Verifying Checksum [2025-05-05T05:24:42.159Z] 9c3e1370e548: Download complete [2025-05-05T05:24:45.440Z] 2ac1f1163629: Pull complete [2025-05-05T05:24:45.440Z] 5c3c966382ef: Pull complete [2025-05-05T05:24:45.440Z] 4f4fb700ef54: Pull complete [2025-05-05T05:24:45.440Z] d9c7d2e4e75e: Pull complete [2025-05-05T05:24:47.968Z] 9c3e1370e548: Pull complete [2025-05-05T05:24:47.968Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-05-05T05:24:47.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-05T05:24:47.968Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:24:48.075Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:24:48.109Z] $ 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-05-05T05:24:52.941Z] $ docker top f981e3cde50ff5bbefdd60a31419b91e11461018d25242f46c85fcfba316c515 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T05:24:53.282Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-05-05T05:24:53.296Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-05-05T05:24:53.573Z] + set -o pipefail [2025-05-05T05:24:53.573Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-05-05T05:25:00.155Z] [2025-05-05T05:25:00.155Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-05-05T05:25:00.155Z] [2025-05-05T05:25:00.155Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/1aacca27-c89e-4a09-a919-ffda3d2b3e04 [2025-05-05T05:25:00.155Z] [2025-05-05T05:25:00.155Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-05-05T05:25:00.155Z] [2025-05-05T05:25:00.155Z] [2025-05-05T05:25:00.155Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-05-05T05:25:00.155Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-05-05T05:25:00.433Z] $ docker stop --time=1 f981e3cde50ff5bbefdd60a31419b91e11461018d25242f46c85fcfba316c515 [2025-05-05T05:25:04.047Z] $ docker rm -f --volumes f981e3cde50ff5bbefdd60a31419b91e11461018d25242f46c85fcfba316c515 [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-05-05T05:25:04.568Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-05T05:25:04.587Z] provisioning config files... [2025-05-05T05:25:04.598Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13545408285425898059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:04.896Z] --> edgex-publish-swagger.sh [2025-05-05T05:25:04.896Z] === Publish openapi API === [2025-05-05T05:25:04.896Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-05-05T05:25:04.896Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-05-05T05:25:04.896Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-05T05:25:04.896Z] Dload Upload Total Spent Left Speed [2025-05-05T05:25:05.155Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37584 100 66 100 37518 218 121k --:--:-- --:--:-- --:--:-- 121k [2025-05-05T05:25:05.155Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-05T05:25:05.155Z] [Pipeline] } [2025-05-05T05:25:05.163Z] 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-05-05T05:25:05.579Z] + git log --format=format:%s -1 91e9ee772181a3554f781682411732b8fac37f2e [Pipeline] sh [2025-05-05T05:25:05.868Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-05T05:25:05.868Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:25:06.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T05:25:06.169Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:25:06.315Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:25:06.363Z] $ 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-05-05T05:25:06.811Z] $ docker top d9f3e21af43acc79c886513edb6e54464562e719b6927d26fdd177a9b02dc543 -eo pid,comm [2025-05-05T05:25:06.858Z] 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-05-05T05:25:06.858Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-05T05:25:06.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-05T05:25:06.909Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-05T05:25:07.010Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-05T05:25:07.018Z] $ docker exec d9f3e21af43acc79c886513edb6e54464562e719b6927d26fdd177a9b02dc543 ssh-agent [2025-05-05T05:25:07.124Z] SSH_AUTH_SOCK=/tmp/ssh-5tMSdC7rCUDZ/agent.32 [2025-05-05T05:25:07.124Z] SSH_AGENT_PID=38 [2025-05-05T05:25:07.128Z] Running ssh-add (command line suppressed) [2025-05-05T05:25:07.224Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14437331839554061180.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14437331839554061180.key) [2025-05-05T05:25:07.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-05T05:25:07.604Z] + git semver tag [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,776 [run_tag] DEBUG tag force:False [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,776 [check_head_tag] DEBUG check head tag [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,777 [execute] INFO git cat-file --batch-check [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,777 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,780 [execute] INFO git cat-file --batch [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,781 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,791 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,791 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,792 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-05-05T05:25:07.862Z] 2025-05-05 05:25:07,796 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:25:07.862Z] 4.1.0-dev.5 [Pipeline] } [2025-05-05T05:25:07.874Z] $ docker exec --env ******** --env ******** d9f3e21af43acc79c886513edb6e54464562e719b6927d26fdd177a9b02dc543 ssh-agent -k [2025-05-05T05:25:07.984Z] unset SSH_AUTH_SOCK; [2025-05-05T05:25:07.984Z] unset SSH_AGENT_PID; [2025-05-05T05:25:07.984Z] echo Agent pid 38 killed; [2025-05-05T05:25:07.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-05T05:25:08.315Z] + git semver [Pipeline] } [2025-05-05T05:25:08.599Z] $ docker stop --time=1 d9f3e21af43acc79c886513edb6e54464562e719b6927d26fdd177a9b02dc543 [2025-05-05T05:25:09.907Z] $ docker rm -f --volumes d9f3e21af43acc79c886513edb6e54464562e719b6927d26fdd177a9b02dc543 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:25:10.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-05T05:25:10.325Z] [2025-05-05T05:25:10.325Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:25:10.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-05T05:25:10.633Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-05-05T05:25:10.633Z] ab5ef0e58194: Pulling fs layer [2025-05-05T05:25:10.633Z] 9712f1f96733: Pulling fs layer [2025-05-05T05:25:10.633Z] 63f879dbbcfc: Pulling fs layer [2025-05-05T05:25:10.633Z] 0d9ebad4ef96: Pulling fs layer [2025-05-05T05:25:10.633Z] e9a5061849ea: Pulling fs layer [2025-05-05T05:25:10.633Z] d747dcd14b5f: Pulling fs layer [2025-05-05T05:25:10.633Z] 2de7ff778b66: Pulling fs layer [2025-05-05T05:25:10.633Z] 0d9ebad4ef96: Waiting [2025-05-05T05:25:10.633Z] e9a5061849ea: Waiting [2025-05-05T05:25:10.633Z] d747dcd14b5f: Waiting [2025-05-05T05:25:10.633Z] 2de7ff778b66: Waiting [2025-05-05T05:25:10.633Z] 9712f1f96733: Verifying Checksum [2025-05-05T05:25:10.633Z] 9712f1f96733: Download complete [2025-05-05T05:25:10.891Z] 63f879dbbcfc: Verifying Checksum [2025-05-05T05:25:10.891Z] 63f879dbbcfc: Download complete [2025-05-05T05:25:11.148Z] e9a5061849ea: Verifying Checksum [2025-05-05T05:25:11.148Z] e9a5061849ea: Download complete [2025-05-05T05:25:11.148Z] d747dcd14b5f: Download complete [2025-05-05T05:25:11.148Z] ab5ef0e58194: Verifying Checksum [2025-05-05T05:25:11.148Z] ab5ef0e58194: Download complete [2025-05-05T05:25:11.406Z] 0d9ebad4ef96: Verifying Checksum [2025-05-05T05:25:11.406Z] 0d9ebad4ef96: Download complete [2025-05-05T05:25:11.406Z] 2de7ff778b66: Verifying Checksum [2025-05-05T05:25:11.406Z] 2de7ff778b66: Download complete [2025-05-05T05:25:14.691Z] ab5ef0e58194: Pull complete [2025-05-05T05:25:14.691Z] 9712f1f96733: Pull complete [2025-05-05T05:25:14.949Z] 63f879dbbcfc: Pull complete [2025-05-05T05:25:23.055Z] 0d9ebad4ef96: Pull complete [2025-05-05T05:25:23.055Z] e9a5061849ea: Pull complete [2025-05-05T05:25:23.055Z] d747dcd14b5f: Pull complete [2025-05-05T05:25:23.622Z] 2de7ff778b66: Pull complete [2025-05-05T05:25:23.622Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-05-05T05:25:23.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-05T05:25:23.622Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:25:23.736Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:25:23.770Z] $ 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-05-05T05:25:24.807Z] $ docker top 0725dc8ee34bb2cb0d175626e985162877774019e5faa3d8dcf179fed47bac71 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-05-05T05:25:24.876Z] provisioning config files... [2025-05-05T05:25:24.882Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12316512772926551340tmp [2025-05-05T05:25:24.890Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7376090550999147946tmp [2025-05-05T05:25:24.898Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5218511842851812410tmp [Pipeline] { [Pipeline] echo [2025-05-05T05:25:25.282Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:25.575Z] ---> sigul-configuration.sh [2025-05-05T05:25:25.575Z] gpg: directory `/root/.gnupg' created [2025-05-05T05:25:25.575Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-05-05T05:25:25.575Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-05-05T05:25:25.575Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-05-05T05:25:25.575Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-05-05T05:25:25.575Z] gpg: CAST5 encrypted data [2025-05-05T05:25:25.575Z] gpg: encrypted with 1 passphrase [2025-05-05T05:25:25.575Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-05-05T05:25:25.867Z] + mkdir /home/jenkins [2025-05-05T05:25:25.867Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-05-05T05:25:26.162Z] + 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-05-05T05:25:26.178Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:26.465Z] ---> sigul-install.sh [2025-05-05T05:25:26.465Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-05-05T05:25:26.762Z] + git tag --list [2025-05-05T05:25:26.762Z] 0.7.1 [2025-05-05T05:25:26.762Z] delhi-tag [2025-05-05T05:25:26.762Z] v1.0.0 [2025-05-05T05:25:26.762Z] v1.1.0 [2025-05-05T05:25:26.762Z] v1.1.1 [2025-05-05T05:25:26.762Z] v1.1.2 [2025-05-05T05:25:26.762Z] v1.2.0 [2025-05-05T05:25:26.762Z] v1.2.1 [2025-05-05T05:25:26.762Z] v1.2.2 [2025-05-05T05:25:26.762Z] v1.2.3 [2025-05-05T05:25:26.762Z] v1.3.0 [2025-05-05T05:25:26.762Z] v1.4.0 [2025-05-05T05:25:26.762Z] v2.0.0 [2025-05-05T05:25:26.762Z] v2.1.0 [2025-05-05T05:25:26.762Z] v2.1.1 [2025-05-05T05:25:26.762Z] v2.2.0 [2025-05-05T05:25:26.762Z] v2.3.0 [2025-05-05T05:25:26.762Z] v2.3.1 [2025-05-05T05:25:26.762Z] v3.0 [2025-05-05T05:25:26.762Z] v3.0.0 [2025-05-05T05:25:26.762Z] v3.1 [2025-05-05T05:25:26.762Z] v3.1.0 [2025-05-05T05:25:26.762Z] v3.1.1 [2025-05-05T05:25:26.762Z] v4.0 [2025-05-05T05:25:26.762Z] v4.0.0 [2025-05-05T05:25:26.762Z] v4.1.0-dev.1 [2025-05-05T05:25:26.762Z] v4.1.0-dev.2 [2025-05-05T05:25:26.762Z] v4.1.0-dev.3 [2025-05-05T05:25:26.762Z] v4.1.0-dev.4 [2025-05-05T05:25:26.762Z] v4.1.0-dev.5 [Pipeline] sh [2025-05-05T05:25:27.055Z] + lftools sign git-tag v4.1.0-dev.5 [2025-05-05T05:25:27.622Z] Signing Git tag with Sigul... [2025-05-05T05:25:27.622Z] Signing v4.1.0-dev.5 [Pipeline] echo [2025-05-05T05:25:27.895Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:28.186Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-05-05T05:25:28.194Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-05-05T05:25:28.231Z] $ docker stop --time=1 0725dc8ee34bb2cb0d175626e985162877774019e5faa3d8dcf179fed47bac71 [2025-05-05T05:25:29.523Z] $ docker rm -f --volumes 0725dc8ee34bb2cb0d175626e985162877774019e5faa3d8dcf179fed47bac71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-05-05T05:25:29.961Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-05T05:25:29.961Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:25:30.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T05:25:30.267Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:25:30.353Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:25:30.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-05-05T05:25:30.704Z] $ docker top f5cfb6bf1e597ba1197ae918c983be6930c95a01b28675666186f811215b1ab3 -eo pid,comm [2025-05-05T05:25:30.743Z] 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-05-05T05:25:30.743Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-05T05:25:30.811Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-05T05:25:30.811Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-05T05:25:30.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-05T05:25:30.932Z] $ docker exec f5cfb6bf1e597ba1197ae918c983be6930c95a01b28675666186f811215b1ab3 ssh-agent [2025-05-05T05:25:31.033Z] SSH_AUTH_SOCK=/tmp/ssh-Q9PfLLVh8UiW/agent.32 [2025-05-05T05:25:31.033Z] SSH_AGENT_PID=38 [2025-05-05T05:25:31.038Z] Running ssh-add (command line suppressed) [2025-05-05T05:25:31.144Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3285353404233041700.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3285353404233041700.key) [2025-05-05T05:25:31.150Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-05T05:25:31.439Z] + git semver bump pre [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,607 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,607 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,607 [bump_version] DEBUG bumped version:4.1.0-dev.6 [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,607 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,607 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,607 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,610 [execute] INFO git cat-file --batch-check [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,615 [execute] INFO git cat-file --batch [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,616 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-05-05T05:25:31.698Z] 2025-05-05 05:25:31,621 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:25:31.698Z] 4.1.0-dev.6 [Pipeline] } [2025-05-05T05:25:31.714Z] $ docker exec --env ******** --env ******** f5cfb6bf1e597ba1197ae918c983be6930c95a01b28675666186f811215b1ab3 ssh-agent -k [2025-05-05T05:25:31.816Z] unset SSH_AUTH_SOCK; [2025-05-05T05:25:31.817Z] unset SSH_AGENT_PID; [2025-05-05T05:25:31.817Z] echo Agent pid 38 killed; [2025-05-05T05:25:31.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-05T05:25:32.143Z] + git semver [Pipeline] } [2025-05-05T05:25:32.419Z] $ docker stop --time=1 f5cfb6bf1e597ba1197ae918c983be6930c95a01b28675666186f811215b1ab3 [2025-05-05T05:25:33.665Z] $ docker rm -f --volumes f5cfb6bf1e597ba1197ae918c983be6930c95a01b28675666186f811215b1ab3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-05T05:25:34.016Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-05T05:25:34.016Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:25:34.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T05:25:34.325Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:25:34.410Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:25:34.444Z] $ 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-05-05T05:25:34.798Z] $ docker top 5862194f81b3ee404487be8365e0ccca10e90ff408b84efcd6d262347a1fed3e -eo pid,comm [2025-05-05T05:25:34.837Z] 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-05-05T05:25:34.837Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-05T05:25:34.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-05T05:25:34.893Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-05T05:25:35.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-05T05:25:35.009Z] $ docker exec 5862194f81b3ee404487be8365e0ccca10e90ff408b84efcd6d262347a1fed3e ssh-agent [2025-05-05T05:25:35.109Z] SSH_AUTH_SOCK=/tmp/ssh-lfYaJVCdXkln/agent.32 [2025-05-05T05:25:35.109Z] SSH_AGENT_PID=38 [2025-05-05T05:25:35.113Z] Running ssh-add (command line suppressed) [2025-05-05T05:25:35.225Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9132922962152803698.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9132922962152803698.key) [2025-05-05T05:25:35.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-05T05:25:35.525Z] + git semver push [2025-05-05T05:25:35.783Z] 2025-05-05 05:25:35,690 [run_push] DEBUG push [2025-05-05T05:25:35.783Z] 2025-05-05 05:25:35,691 [execute] INFO git cat-file --batch-check [2025-05-05T05:25:35.783Z] 2025-05-05 05:25:35,691 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-05-05T05:25:35.783Z] 2025-05-05 05:25:35,695 [execute] INFO git rev-list 025fc7a5f58bf777ebe41ec67732be7793354cda -- [2025-05-05T05:25:35.783Z] 2025-05-05 05:25:35,695 [execute] DEBUG Popen(['git', 'rev-list', '025fc7a5f58bf777ebe41ec67732be7793354cda', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-05-05T05:25:35.783Z] 2025-05-05 05:25:35,710 [execute] INFO git fetch -v origin [2025-05-05T05:25:35.783Z] 2025-05-05 05:25:35,710 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-05-05T05:25:36.352Z] 2025-05-05 05:25:36,151 [run_push] DEBUG no remote changes detected [2025-05-05T05:25:36.352Z] 2025-05-05 05:25:36,151 [execute] INFO git push origin semver [2025-05-05T05:25:36.352Z] 2025-05-05 05:25:36,151 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-05-05T05:25:36.922Z] 2025-05-05 05:25:36,810 [run_push] DEBUG push all version tags [2025-05-05T05:25:36.922Z] 2025-05-05 05:25:36,810 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-05-05T05:25:36.922Z] 2025-05-05 05:25:36,811 [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-05-05T05:25:37.492Z] 2025-05-05 05:25:37,451 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-05-05T05:25:37.492Z] 4.1.0-dev.6 [Pipeline] } [2025-05-05T05:25:37.506Z] $ docker exec --env ******** --env ******** 5862194f81b3ee404487be8365e0ccca10e90ff408b84efcd6d262347a1fed3e ssh-agent -k [2025-05-05T05:25:37.603Z] unset SSH_AUTH_SOCK; [2025-05-05T05:25:37.603Z] unset SSH_AGENT_PID; [2025-05-05T05:25:37.603Z] echo Agent pid 38 killed; [2025-05-05T05:25:37.610Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-05T05:25:37.927Z] + git semver [Pipeline] } [2025-05-05T05:25:38.205Z] $ docker stop --time=1 5862194f81b3ee404487be8365e0ccca10e90ff408b84efcd6d262347a1fed3e [2025-05-05T05:25:39.482Z] $ docker rm -f --volumes 5862194f81b3ee404487be8365e0ccca10e90ff408b84efcd6d262347a1fed3e [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-05-05T05:25:40.066Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-05-05T05:25:40.067Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-05-05T05:25:40.067Z] total 16 [2025-05-05T05:25:40.067Z] drwxr-xr-x 3 root root 4096 May 5 05:24 . [2025-05-05T05:25:40.067Z] drwxrwxr-x 12 jenkins jenkins 4096 May 5 05:25 .. [2025-05-05T05:25:40.067Z] drwxr-xr-x 2 root root 4096 May 5 05:24 cost [2025-05-05T05:25:40.067Z] -rw-r--r-- 1 root root 85 May 5 05:24 cost.csv [2025-05-05T05:25:40.067Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-05-05T05:25:40.067Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-05-05T05:25:40.067Z] total 16 [2025-05-05T05:25:40.067Z] drwxr-xr-x 3 jenkins jenkins 4096 May 5 05:24 . [2025-05-05T05:25:40.067Z] drwxrwxr-x 12 jenkins jenkins 4096 May 5 05:25 .. [2025-05-05T05:25:40.067Z] drwxr-xr-x 2 jenkins jenkins 4096 May 5 05:24 cost [2025-05-05T05:25:40.067Z] -rw-r--r-- 1 jenkins jenkins 85 May 5 05:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:40.357Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:41.209Z] ---> package-listing.sh [2025-05-05T05:25:41.209Z] ++ facter osfamily [2025-05-05T05:25:41.209Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-05T05:25:41.468Z] + OS_FAMILY=debian [2025-05-05T05:25:41.468Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-05-05T05:25:41.468Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-05T05:25:41.468Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-05T05:25:41.468Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-05T05:25:41.468Z] + PACKAGES=/tmp/packages_start.txt [2025-05-05T05:25:41.468Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-05-05T05:25:41.468Z] + PACKAGES=/tmp/packages_end.txt [2025-05-05T05:25:41.468Z] + case "${OS_FAMILY}" in [2025-05-05T05:25:41.468Z] + dpkg -l [2025-05-05T05:25:41.468Z] + grep '^ii' [2025-05-05T05:25:41.468Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-05T05:25:41.468Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-05T05:25:41.468Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-05T05:25:41.468Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-05-05T05:25:41.468Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-05-05T05:25:41.468Z] + 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-05-05T05:25:41.480Z] 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-05-05T05:25:41.758Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T05:25:42.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-05T05:25:42.323Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T05:25:42.410Z] prd-ubuntu20.04-docker-8c-8g-927 does not seem to be running inside a container [2025-05-05T05:25:42.438Z] $ 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-05-05T05:25:42.633Z] $ docker top 2441f67519ac64b8cfae78e1c9bbbf52ef0c8e1720e580d62673fa2b153abd45 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T05:25:42.976Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-05T05:25:47.221Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-05T05:25:47.500Z] + ls /var/log/sa-host [2025-05-05T05:25:47.501Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-05T05:25:47.683Z] provisioning config files... [2025-05-05T05:25:47.691Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3762453716543176146tmp [Pipeline] { [Pipeline] echo [2025-05-05T05:25:47.714Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:47.991Z] ---> create-netrc.sh [Pipeline] } [2025-05-05T05:25:47.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:48.354Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-05T05:25:48.363Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:48.645Z] ---> sudo-logs.sh [2025-05-05T05:25:48.646Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-05T05:25:48.687Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:48.969Z] ---> job-cost.sh [2025-05-05T05:25:48.969Z] lf-activate-venv: SKIPPING [2025-05-05T05:25:48.970Z] DEBUG: total: 0.2199999988079071 [2025-05-05T05:25:48.970Z] INFO: Retrieving Stack Cost... [2025-05-05T05:25:49.229Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-05T05:25:49.488Z] INFO: Archiving Costs [Pipeline] echo [2025-05-05T05:25:49.502Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-05T05:25:49.784Z] ---> logs-deploy.sh [2025-05-05T05:25:49.784Z] lf-activate-venv: SKIPPING [2025-05-05T05:25:49.784Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/360 [2025-05-05T05:25:49.784Z] INFO: archiving workspace using pattern(s): [2025-05-05T05:25:50.722Z] Archives upload complete. [2025-05-05T05:25:50.722Z] INFO: archiving logs to Nexus