Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 006e574f4599aba59af61064dd31cc44b4b3ac06 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-ssh14942568404772470693.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-ssh869621278619511790.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-ssh3353197670991864603.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-ssh2137215265979357312.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-ssh8562753329631625848.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-4243’ Running on prd-ubuntu20.04-docker-8c-8g-4245 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 006e574f4599aba59af61064dd31cc44b4b3ac06 (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1737)" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 006e574f4599aba59af61064dd31cc44b4b3ac06 # timeout=10 > git rev-list --no-walk 3fa13119d3635a99f74e8853114510a82c61fcd0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-30T05:28:11.801Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-30T05:28:11.886Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-30T05:28:11.913Z] ========================================================= [2025-06-30T05:28:11.913Z] EdgeX Global Pipelines Version Info [2025-06-30T05:28:11.913Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:28:13.019Z] ------------------- [2025-06-30T05:28:13.019Z] stable info: [2025-06-30T05:28:13.019Z] ------------------- [2025-06-30T05:28:13.019Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-30T05:28:13.019Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-30T05:28:13.019Z] Message: update stable to v1.0.274 [2025-06-30T05:28:13.280Z] ------------------- [2025-06-30T05:28:13.280Z] experimental info: [2025-06-30T05:28:13.280Z] ------------------- [2025-06-30T05:28:13.280Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-30T05:28:13.280Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-30T05:28:13.280Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-30T05:28:13.358Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-06-30T05:28:13.379Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-06-30T05:28:13.407Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-30T05:28:13.440Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-30T05:28:13.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-30T05:28:13.498Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-30T05:28:13.525Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-30T05:28:13.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-06-30T05:28:13.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-30T05:28:13.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-30T05:28:13.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-30T05:28:13.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-06-30T05:28:13.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-30T05:28:13.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-30T05:28:13.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-30T05:28:13.764Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-06-30T05:28:13.787Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-30T05:28:13.812Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-30T05:28:13.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-30T05:28:13.864Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-30T05:28:13.886Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-30T05:28:13.910Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-30T05:28:13.936Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-30T05:28:13.957Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-30T05:28:13.979Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-30T05:28:14.008Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-30T05:28:14.036Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-30T05:28:14.064Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-30T05:28:14.092Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-30T05:28:14.120Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-30T05:28:14.149Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo [2025-06-30T05:28:14.173Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 006e574 [Pipeline] echo [2025-06-30T05:28:14.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-30T05:28:14.268Z] provisioning config files... [2025-06-30T05:28:14.283Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1973544123355353497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:28:14.626Z] ---> ****-login.sh [2025-06-30T05:28:14.626Z] nexus3.edgexfoundry.org:10001 [2025-06-30T05:28:14.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:14.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:14.884Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:14.884Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:14.884Z] [2025-06-30T05:28:14.884Z] Login Succeeded [2025-06-30T05:28:14.884Z] nexus3.edgexfoundry.org:10002 [2025-06-30T05:28:14.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:14.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:14.884Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:14.884Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:14.884Z] [2025-06-30T05:28:14.884Z] Login Succeeded [2025-06-30T05:28:14.884Z] nexus3.edgexfoundry.org:10003 [2025-06-30T05:28:15.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:15.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:15.143Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:15.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:15.143Z] [2025-06-30T05:28:15.143Z] Login Succeeded [2025-06-30T05:28:15.143Z] nexus3.edgexfoundry.org:10004 [2025-06-30T05:28:15.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:15.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:15.143Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:15.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:15.143Z] [2025-06-30T05:28:15.143Z] Login Succeeded [2025-06-30T05:28:15.143Z] ****.io [2025-06-30T05:28:15.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:16.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:16.080Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:16.080Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:16.080Z] [2025-06-30T05:28:16.080Z] Login Succeeded [2025-06-30T05:28:16.080Z] ---> ****-login.sh ends [Pipeline] } [2025-06-30T05:28:16.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-30T05:28:16.516Z] + git rev-list -1 --merges 006e574f4599aba59af61064dd31cc44b4b3ac06~1..006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo [2025-06-30T05:28:16.546Z] -----------> git rev-list -1 --merges 006e574f4599aba59af61064dd31cc44b4b3ac06~1..006e574f4599aba59af61064dd31cc44b4b3ac06 006e574f4599aba59af61064dd31cc44b4b3ac06 [false] [Pipeline] sh [2025-06-30T05:28:16.836Z] + git log --format=format:%s -1 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo [2025-06-30T05:28:16.853Z] ========================================================= [2025-06-30T05:28:16.853Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-30T05:28:16.853Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-30T05:28:17.209Z] + git log --format=format:%s -1 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo [2025-06-30T05:28:17.225Z] [semverPrep] GIT_COMMIT: 006e574f4599aba59af61064dd31cc44b4b3ac06, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1737) [Pipeline] echo [2025-06-30T05:28:17.242Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-30T05:28:17.614Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-30T05:28:17.615Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-30T05:28:17.615Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-30T05:28:17.615Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-30T05:28:17.615Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-30T05:28:17.615Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-30T05:28:17.615Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:28:17.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-30T05:28:17.971Z] [2025-06-30T05:28:17.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:28:18.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-30T05:28:18.276Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-30T05:28:18.276Z] 3dae71ba6b94: Pulling fs layer [2025-06-30T05:28:18.276Z] 6bf1a483ea7c: Pulling fs layer [2025-06-30T05:28:18.276Z] f5dfc541a4d3: Pulling fs layer [2025-06-30T05:28:18.276Z] 461d9e800cba: Pulling fs layer [2025-06-30T05:28:18.276Z] 80192f66455f: Pulling fs layer [2025-06-30T05:28:18.276Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-30T05:28:18.276Z] a29436f7fd5d: Pulling fs layer [2025-06-30T05:28:18.276Z] 923cac83aea3: Pulling fs layer [2025-06-30T05:28:18.276Z] 25ad8b0a4227: Pulling fs layer [2025-06-30T05:28:18.276Z] db01528c6b51: Pulling fs layer [2025-06-30T05:28:18.276Z] 28988de357af: Pulling fs layer [2025-06-30T05:28:18.276Z] a29436f7fd5d: Waiting [2025-06-30T05:28:18.276Z] 923cac83aea3: Waiting [2025-06-30T05:28:18.276Z] 25ad8b0a4227: Waiting [2025-06-30T05:28:18.276Z] db01528c6b51: Waiting [2025-06-30T05:28:18.276Z] 28988de357af: Waiting [2025-06-30T05:28:18.276Z] 80192f66455f: Waiting [2025-06-30T05:28:18.276Z] 2e8e34ca0e6c: Waiting [2025-06-30T05:28:18.276Z] 461d9e800cba: Waiting [2025-06-30T05:28:18.276Z] 6bf1a483ea7c: Verifying Checksum [2025-06-30T05:28:18.276Z] 6bf1a483ea7c: Download complete [2025-06-30T05:28:18.276Z] 461d9e800cba: Verifying Checksum [2025-06-30T05:28:18.276Z] 461d9e800cba: Download complete [2025-06-30T05:28:18.276Z] 80192f66455f: Verifying Checksum [2025-06-30T05:28:18.276Z] 80192f66455f: Download complete [2025-06-30T05:28:18.535Z] f5dfc541a4d3: Verifying Checksum [2025-06-30T05:28:18.535Z] f5dfc541a4d3: Download complete [2025-06-30T05:28:18.535Z] 3dae71ba6b94: Verifying Checksum [2025-06-30T05:28:18.535Z] 3dae71ba6b94: Download complete [2025-06-30T05:28:18.535Z] 923cac83aea3: Verifying Checksum [2025-06-30T05:28:18.535Z] 923cac83aea3: Download complete [2025-06-30T05:28:18.535Z] 25ad8b0a4227: Verifying Checksum [2025-06-30T05:28:18.535Z] 25ad8b0a4227: Download complete [2025-06-30T05:28:18.535Z] db01528c6b51: Verifying Checksum [2025-06-30T05:28:18.535Z] db01528c6b51: Download complete [2025-06-30T05:28:18.795Z] 28988de357af: Verifying Checksum [2025-06-30T05:28:18.795Z] 28988de357af: Download complete [2025-06-30T05:28:18.795Z] a29436f7fd5d: Verifying Checksum [2025-06-30T05:28:18.795Z] a29436f7fd5d: Download complete [2025-06-30T05:28:19.363Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-30T05:28:19.363Z] 2e8e34ca0e6c: Download complete [2025-06-30T05:28:19.620Z] 3dae71ba6b94: Pull complete [2025-06-30T05:28:19.878Z] 6bf1a483ea7c: Pull complete [2025-06-30T05:28:20.444Z] f5dfc541a4d3: Pull complete [2025-06-30T05:28:20.444Z] 461d9e800cba: Pull complete [2025-06-30T05:28:20.444Z] 80192f66455f: Pull complete [2025-06-30T05:28:23.732Z] 2e8e34ca0e6c: Pull complete [2025-06-30T05:28:24.300Z] a29436f7fd5d: Pull complete [2025-06-30T05:28:24.300Z] 923cac83aea3: Pull complete [2025-06-30T05:28:24.558Z] 25ad8b0a4227: Pull complete [2025-06-30T05:28:24.558Z] db01528c6b51: Pull complete [2025-06-30T05:28:24.558Z] 28988de357af: Pull complete [2025-06-30T05:28:24.558Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-30T05:28:24.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-30T05:28:24.558Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:28:24.685Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:28:24.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-30T05:28:27.100Z] $ docker top 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 -eo pid,comm [2025-06-30T05:28:27.147Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-30T05:28:27.147Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-30T05:28:27.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-30T05:28:27.212Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-30T05:28:27.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-30T05:28:27.334Z] $ docker exec 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent [2025-06-30T05:28:27.432Z] SSH_AUTH_SOCK=/tmp/ssh-u4ctZsgLSmL4/agent.33 [2025-06-30T05:28:27.432Z] SSH_AGENT_PID=39 [2025-06-30T05:28:27.438Z] Running ssh-add (command line suppressed) [2025-06-30T05:28:27.551Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12771979603114588332.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12771979603114588332.key) [2025-06-30T05:28:27.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-30T05:28:27.850Z] + git tag --points-at HEAD [Pipeline] } [2025-06-30T05:28:27.872Z] $ docker exec --env ******** --env ******** 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent -k [2025-06-30T05:28:27.968Z] unset SSH_AUTH_SOCK; [2025-06-30T05:28:27.969Z] unset SSH_AGENT_PID; [2025-06-30T05:28:27.969Z] echo Agent pid 39 killed; [2025-06-30T05:28:27.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-30T05:28:27.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-30T05:28:27.998Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-30T05:28:28.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-30T05:28:28.129Z] $ docker exec 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent [2025-06-30T05:28:28.236Z] SSH_AUTH_SOCK=/tmp/ssh-tuNBoB3VR3xZ/agent.72 [2025-06-30T05:28:28.236Z] SSH_AGENT_PID=78 [2025-06-30T05:28:28.241Z] Running ssh-add (command line suppressed) [2025-06-30T05:28:28.345Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17444725409933935455.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17444725409933935455.key) [2025-06-30T05:28:28.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-30T05:28:28.646Z] + git semver init [2025-06-30T05:28:28.906Z] 2025-06-30 05:28:28,877 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-30T05:28:28.906Z] 2025-06-30 05:28:28,881 [run_init] DEBUG init version:0.0.0 force:False [2025-06-30T05:28:28.906Z] 2025-06-30 05:28:28,881 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-30T05:28:28.906Z] 2025-06-30 05:28:28,882 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-30T05:28:28.906Z] 2025-06-30 05:28:28,882 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-30T05:28:30.812Z] 2025-06-30 05:28:30,335 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-06-30T05:28:30.812Z] 2025-06-30 05:28:30,336 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-06-30T05:28:30.812Z] 2025-06-30 05:28:30,336 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:28:30.812Z] 2025-06-30 05:28:30,336 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:28:30.812Z] 4.1.0-dev.18 [Pipeline] } [2025-06-30T05:28:30.830Z] $ docker exec --env ******** --env ******** 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent -k [2025-06-30T05:28:30.927Z] unset SSH_AUTH_SOCK; [2025-06-30T05:28:30.927Z] unset SSH_AGENT_PID; [2025-06-30T05:28:30.928Z] echo Agent pid 78 killed; [2025-06-30T05:28:30.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-30T05:28:31.252Z] + git semver [Pipeline] } [2025-06-30T05:28:31.531Z] $ docker stop --time=1 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 [2025-06-30T05:28:32.813Z] $ docker rm -f --volumes 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-30T05:28:33.155Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-30T05:28:33.385Z] Stashed 1 file(s) [Pipeline] echo [2025-06-30T05:28:33.388Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.18 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-30T05:28:33.742Z] provisioning config files... [Pipeline] // stage [Pipeline] } [2025-06-30T05:28:33.754Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14647634124836422215tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:28:34.077Z] ---> ****-login.sh [2025-06-30T05:28:34.077Z] nexus3.edgexfoundry.org:10001 [2025-06-30T05:28:34.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:34.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:34.077Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:34.077Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:34.077Z] [2025-06-30T05:28:34.077Z] Login Succeeded [2025-06-30T05:28:34.077Z] nexus3.edgexfoundry.org:10002 [2025-06-30T05:28:34.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:34.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:34.077Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:34.077Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:34.077Z] [2025-06-30T05:28:34.077Z] Login Succeeded [2025-06-30T05:28:34.077Z] nexus3.edgexfoundry.org:10003 [2025-06-30T05:28:34.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:34.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:34.340Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:34.340Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:34.340Z] [2025-06-30T05:28:34.340Z] Login Succeeded [2025-06-30T05:28:34.340Z] nexus3.edgexfoundry.org:10004 [2025-06-30T05:28:34.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:34.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:34.341Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:34.341Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:34.341Z] [2025-06-30T05:28:34.341Z] Login Succeeded [2025-06-30T05:28:34.341Z] ****.io [2025-06-30T05:28:34.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-30T05:28:34.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-30T05:28:34.601Z] Configure a credential helper to remove this warning. See [2025-06-30T05:28:34.601Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-30T05:28:34.601Z] [2025-06-30T05:28:34.601Z] Login Succeeded [2025-06-30T05:28:34.601Z] ---> ****-login.sh ends [Pipeline] } [2025-06-30T05:28:34.608Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-30T05:28:34.693Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-30T05:28:34.713Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-30T05:28:34.729Z] ========================================================= [2025-06-30T05:28:34.729Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-30T05:28:34.729Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:28:35.074Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-30T05:28:35.074Z] Sending build context to Docker daemon 36.05MB [2025-06-30T05:28:35.074Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-06-30T05:28:35.074Z] Step 2/10 : FROM ${BASE} AS builder [2025-06-30T05:28:35.334Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-30T05:28:35.334Z] 0a9a5dfd008f: Pulling fs layer [2025-06-30T05:28:35.334Z] 36466aa92d05: Pulling fs layer [2025-06-30T05:28:35.334Z] e10405b45d13: Pulling fs layer [2025-06-30T05:28:35.334Z] 096b7ceb2af7: Pulling fs layer [2025-06-30T05:28:35.334Z] 4f4fb700ef54: Pulling fs layer [2025-06-30T05:28:35.334Z] 8213a616a21b: Pulling fs layer [2025-06-30T05:28:35.334Z] 985586143405: Pulling fs layer [2025-06-30T05:28:35.334Z] 0eae2285b678: Pulling fs layer [2025-06-30T05:28:35.334Z] d3ac315be8c5: Pulling fs layer [2025-06-30T05:28:35.334Z] 4f4fb700ef54: Waiting [2025-06-30T05:28:35.334Z] 0eae2285b678: Waiting [2025-06-30T05:28:35.334Z] 8213a616a21b: Waiting [2025-06-30T05:28:35.334Z] 985586143405: Waiting [2025-06-30T05:28:35.334Z] d3ac315be8c5: Waiting [2025-06-30T05:28:35.334Z] 096b7ceb2af7: Waiting [2025-06-30T05:28:35.334Z] 36466aa92d05: Verifying Checksum [2025-06-30T05:28:35.334Z] 36466aa92d05: Download complete [2025-06-30T05:28:35.334Z] 096b7ceb2af7: Download complete [2025-06-30T05:28:35.334Z] 4f4fb700ef54: Download complete [2025-06-30T05:28:35.334Z] 8213a616a21b: Verifying Checksum [2025-06-30T05:28:35.334Z] 8213a616a21b: Download complete [2025-06-30T05:28:35.334Z] 0a9a5dfd008f: Download complete [2025-06-30T05:28:35.334Z] 985586143405: Verifying Checksum [2025-06-30T05:28:35.334Z] 985586143405: Download complete [2025-06-30T05:28:35.594Z] 0a9a5dfd008f: Pull complete [2025-06-30T05:28:35.594Z] d3ac315be8c5: Verifying Checksum [2025-06-30T05:28:35.594Z] d3ac315be8c5: Download complete [2025-06-30T05:28:35.594Z] 36466aa92d05: Pull complete [2025-06-30T05:28:35.853Z] e10405b45d13: Verifying Checksum [2025-06-30T05:28:35.853Z] e10405b45d13: Download complete [2025-06-30T05:28:36.110Z] 0eae2285b678: Verifying Checksum [2025-06-30T05:28:36.110Z] 0eae2285b678: Download complete [2025-06-30T05:28:39.394Z] e10405b45d13: Pull complete [2025-06-30T05:28:39.394Z] 096b7ceb2af7: Pull complete [2025-06-30T05:28:39.394Z] 4f4fb700ef54: Pull complete [2025-06-30T05:28:39.653Z] 8213a616a21b: Pull complete [2025-06-30T05:28:39.653Z] 985586143405: Pull complete [2025-06-30T05:28:42.186Z] 0eae2285b678: Pull complete [2025-06-30T05:28:42.448Z] d3ac315be8c5: Pull complete [2025-06-30T05:28:42.448Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-30T05:28:42.448Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-30T05:28:42.448Z] ---> ea6120ae94a0 [2025-06-30T05:28:42.448Z] Step 3/10 : ARG MAKE=make build [2025-06-30T05:28:44.987Z] ---> Running in a9456ba12144 [2025-06-30T05:28:44.987Z] Removing intermediate container a9456ba12144 [2025-06-30T05:28:44.987Z] ---> 5e3052ba651c [2025-06-30T05:28:44.987Z] Step 4/10 : WORKDIR /device-sdk-go [2025-06-30T05:28:44.987Z] ---> Running in 5b4073e60f45 [2025-06-30T05:28:44.987Z] Removing intermediate container 5b4073e60f45 [2025-06-30T05:28:44.987Z] ---> d1c8ef5a7112 [2025-06-30T05:28:44.987Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-30T05:28:44.987Z] ---> Running in d67623c7a241 [2025-06-30T05:28:44.987Z] Removing intermediate container d67623c7a241 [2025-06-30T05:28:44.987Z] ---> 6485f40aaff1 [2025-06-30T05:28:44.987Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-06-30T05:28:44.987Z] ---> Running in 4196892b25bd [2025-06-30T05:28:44.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-30T05:28:45.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-30T05:28:45.506Z] OK: 248 MiB in 58 packages [2025-06-30T05:28:45.764Z] Removing intermediate container 4196892b25bd [2025-06-30T05:28:45.764Z] ---> 56ffe67c92f3 [2025-06-30T05:28:45.764Z] Step 7/10 : COPY go.mod vendor* ./ [2025-06-30T05:28:46.023Z] ---> 81f03474b9e3 [2025-06-30T05:28:46.023Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-30T05:28:46.023Z] ---> Running in 41a4302791cd [2025-06-30T05:29:53.767Z] Removing intermediate container 41a4302791cd [2025-06-30T05:29:53.767Z] ---> 7641a2a9050e [2025-06-30T05:29:53.767Z] Step 9/10 : COPY . . [2025-06-30T05:29:53.767Z] ---> c0e08fb136f9 [2025-06-30T05:29:53.767Z] Step 10/10 : RUN ${MAKE} [2025-06-30T05:29:53.767Z] ---> Running in 7b8c97895e70 [2025-06-30T05:29:53.767Z] noop [2025-06-30T05:29:53.767Z] Removing intermediate container 7b8c97895e70 [2025-06-30T05:29:53.767Z] ---> 98c46d00e649 [2025-06-30T05:29:53.767Z] Successfully built 98c46d00e649 [2025-06-30T05:29:53.767Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:29:54.089Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-30T05:29:54.089Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:29:54.171Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:29:54.206Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-30T05:29:54.558Z] $ docker top a7496e072911474b70887a1291ea1413532702e1ba783e95ed31a8584c56d870 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-30T05:29:54.909Z] + go version [2025-06-30T05:29:54.909Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-30T05:29:54.926Z] $ docker stop --time=1 a7496e072911474b70887a1291ea1413532702e1ba783e95ed31a8584c56d870 [2025-06-30T05:29:56.178Z] $ docker rm -f --volumes a7496e072911474b70887a1291ea1413532702e1ba783e95ed31a8584c56d870 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:29:56.622Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-30T05:29:56.622Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:29:56.705Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:29:56.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-30T05:29:57.069Z] $ docker top 4a9483711a76429fe4afd27b1ce0dd8828b4a76acbeea26ce8f50c35f2a59ce2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-30T05:29:57.423Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-30T05:29:57.726Z] + make test [2025-06-30T05:29:57.726Z] go test -race -coverprofile=coverage.out ./... [2025-06-30T05:30:05.847Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-06-30T05:30:44.570Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-06-30T05:30:44.570Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-06-30T05:30:44.570Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-06-30T05:30:44.570Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-06-30T05:30:44.570Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/application 1.031s coverage: 2.8% of statements [2025-06-30T05:30:44.570Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.029s coverage: 28.2% of statements [2025-06-30T05:30:44.570Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.038s coverage: 79.3% of statements [2025-06-30T05:30:44.570Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-06-30T05:30:44.570Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-06-30T05:30:45.137Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.034s coverage: 90.4% of statements [2025-06-30T05:30:45.396Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-06-30T05:30:45.396Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-06-30T05:30:45.396Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-06-30T05:30:45.396Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-06-30T05:30:46.776Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.077s coverage: 45.0% of statements [2025-06-30T05:30:47.349Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-06-30T05:30:52.628Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.043s coverage: 14.3% of statements [2025-06-30T05:30:52.628Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.904s coverage: 44.6% of statements [2025-06-30T05:30:52.628Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.058s coverage: 69.4% of statements [2025-06-30T05:30:52.628Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.078s coverage: 88.4% of statements [2025-06-30T05:30:52.628Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.055s coverage: 5.0% of statements [2025-06-30T05:31:24.763Z] GO111MODULE=on go vet ./... [2025-06-30T05:31:30.026Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-30T05:31:30.027Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-30T05:31:30.027Z] ./bin/test-attribution-txt.sh [2025-06-30T05:31:30.027Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-30T05:31:30.027Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-30T05:31:30.027Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-30T05:31:30.043Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-30T05:31:30.071Z] $ docker stop --time=1 4a9483711a76429fe4afd27b1ce0dd8828b4a76acbeea26ce8f50c35f2a59ce2 [2025-06-30T05:31:32.925Z] $ docker rm -f --volumes 4a9483711a76429fe4afd27b1ce0dd8828b4a76acbeea26ce8f50c35f2a59ce2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-30T05:31:33.608Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-30T05:31:33.687Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-30T05:31:34.351Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-30T05:31:34.638Z] + ls -al . [2025-06-30T05:31:34.638Z] total 608 [2025-06-30T05:31:34.638Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 30 05:29 . [2025-06-30T05:31:34.638Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 05:28 .. [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 30 05:28 .dockerignore [2025-06-30T05:31:34.638Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 30 05:30 .git [2025-06-30T05:31:34.638Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 30 05:28 .github [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 137 Jun 30 05:28 .gitignore [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 30 05:28 .golangci.yml [2025-06-30T05:31:34.638Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 30 05:28 .semver [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 53715 Jun 30 05:28 CHANGELOG.md [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 30 05:28 GOVERNANCE.md [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 882 Jun 30 05:28 Jenkinsfile [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 30 05:28 LICENSE [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 2424 Jun 30 05:28 Makefile [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 619 Jun 30 05:28 OWNERS.md [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jun 30 05:28 README.md [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 12 Jun 30 05:28 VERSION [2025-06-30T05:31:34.638Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 05:28 bin [2025-06-30T05:31:34.638Z] -rw-r--r-- 1 jenkins jenkins 364182 Jun 30 05:30 coverage.out [2025-06-30T05:31:34.638Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 30 05:28 example [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 6110 Jun 30 05:28 go.mod [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 86550 Jun 30 05:28 go.sum [2025-06-30T05:31:34.638Z] drwxrwxr-x 13 jenkins jenkins 4096 Jun 30 05:28 internal [2025-06-30T05:31:34.638Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 05:28 openapi [2025-06-30T05:31:34.638Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 30 05:28 pkg [2025-06-30T05:31:34.638Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 05:28 snap [2025-06-30T05:31:34.638Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 30 05:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:31:34.961Z] + 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=006e574f4599aba59af61064dd31cc44b4b3ac06 --label arch=amd64 --label version=4.1.0-dev.18 . [2025-06-30T05:31:34.962Z] Sending build context to Docker daemon 36.42MB [2025-06-30T05:31:34.962Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-06-30T05:31:34.962Z] Step 2/24 : FROM ${BASE} AS builder [2025-06-30T05:31:34.962Z] ---> 98c46d00e649 [2025-06-30T05:31:34.962Z] Step 3/24 : ARG MAKE=make build [2025-06-30T05:31:35.223Z] ---> Running in de70b00a5ed1 [2025-06-30T05:31:35.223Z] Removing intermediate container de70b00a5ed1 [2025-06-30T05:31:35.223Z] ---> e6da05c1d0d7 [2025-06-30T05:31:35.223Z] Step 4/24 : WORKDIR /device-sdk-go [2025-06-30T05:31:35.223Z] ---> Running in a041a4543586 [2025-06-30T05:31:35.482Z] Removing intermediate container a041a4543586 [2025-06-30T05:31:35.482Z] ---> fe8589b358f5 [2025-06-30T05:31:35.482Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-30T05:31:35.482Z] ---> Running in b83e86543f37 [2025-06-30T05:31:35.482Z] Removing intermediate container b83e86543f37 [2025-06-30T05:31:35.482Z] ---> e20f79df76c7 [2025-06-30T05:31:35.482Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-06-30T05:31:35.482Z] ---> Running in 2d4bfbc4b58b [2025-06-30T05:31:35.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-30T05:31:36.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-30T05:31:36.261Z] OK: 248 MiB in 58 packages [2025-06-30T05:31:36.828Z] Removing intermediate container 2d4bfbc4b58b [2025-06-30T05:31:36.828Z] ---> 2f46e3c82ecb [2025-06-30T05:31:36.828Z] Step 7/24 : COPY go.mod vendor* ./ [2025-06-30T05:31:36.828Z] ---> 51dde1a3aba8 [2025-06-30T05:31:36.828Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-30T05:31:36.828Z] ---> Running in 3f66eacbd2b9 [2025-06-30T05:31:37.396Z] Removing intermediate container 3f66eacbd2b9 [2025-06-30T05:31:37.396Z] ---> 83fad12c0004 [2025-06-30T05:31:37.396Z] Step 9/24 : COPY . . [2025-06-30T05:31:38.331Z] ---> 0b92b17c3c51 [2025-06-30T05:31:38.331Z] Step 10/24 : RUN ${MAKE} [2025-06-30T05:31:38.331Z] ---> Running in 4ec30211f7b3 [2025-06-30T05:31:38.591Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.18 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-06-30T05:32:10.990Z] Removing intermediate container 4ec30211f7b3 [2025-06-30T05:32:10.990Z] ---> 50564a0b64f9 [2025-06-30T05:32:10.990Z] Step 11/24 : FROM alpine:3.20 [2025-06-30T05:32:10.990Z] 3.20: Pulling from library/alpine [2025-06-30T05:32:10.990Z] 0a9a5dfd008f: Already exists [2025-06-30T05:32:10.990Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-30T05:32:10.990Z] Status: Downloaded newer image for alpine:3.20 [2025-06-30T05:32:10.990Z] ---> ff221270b9fb [2025-06-30T05:32:10.990Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-06-30T05:32:10.990Z] ---> Running in 0861653cb770 [2025-06-30T05:32:10.990Z] Removing intermediate container 0861653cb770 [2025-06-30T05:32:10.990Z] ---> 545294beedff [2025-06-30T05:32:10.990Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-06-30T05:32:10.990Z] ---> Running in 26d87bf27dda [2025-06-30T05:32:10.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-30T05:32:10.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-30T05:32:10.990Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-30T05:32:10.991Z] Executing busybox-1.36.1-r29.trigger [2025-06-30T05:32:10.991Z] OK: 8 MiB in 15 packages [2025-06-30T05:32:10.991Z] Removing intermediate container 26d87bf27dda [2025-06-30T05:32:10.991Z] ---> c1b3c03d018e [2025-06-30T05:32:10.991Z] Step 14/24 : RUN apk --no-cache upgrade [2025-06-30T05:32:10.991Z] ---> Running in 8dd2e70f5232 [2025-06-30T05:32:10.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-30T05:32:10.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-30T05:32:10.991Z] OK: 8 MiB in 15 packages [2025-06-30T05:32:10.991Z] Removing intermediate container 8dd2e70f5232 [2025-06-30T05:32:10.991Z] ---> 3e851b8398db [2025-06-30T05:32:10.991Z] Step 15/24 : WORKDIR / [2025-06-30T05:32:10.991Z] ---> Running in 6bf6972d2dc9 [2025-06-30T05:32:10.991Z] Removing intermediate container 6bf6972d2dc9 [2025-06-30T05:32:10.991Z] ---> fc13a691431f [2025-06-30T05:32:10.991Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-06-30T05:32:10.991Z] ---> 407076a6dc61 [2025-06-30T05:32:10.991Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-06-30T05:32:11.934Z] ---> 1f5469e880db [2025-06-30T05:32:11.934Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-06-30T05:32:11.934Z] ---> aa14d698d78c [2025-06-30T05:32:11.934Z] Step 19/24 : EXPOSE 59999 [2025-06-30T05:32:11.934Z] ---> Running in d3865fc11317 [2025-06-30T05:32:11.934Z] Removing intermediate container d3865fc11317 [2025-06-30T05:32:11.934Z] ---> 872ec268b91a [2025-06-30T05:32:11.934Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-06-30T05:32:11.934Z] ---> Running in 0ad65528cf71 [2025-06-30T05:32:11.934Z] Removing intermediate container 0ad65528cf71 [2025-06-30T05:32:11.934Z] ---> 751f7fe2d91b [2025-06-30T05:32:11.934Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-06-30T05:32:11.934Z] ---> Running in 4e6f553f5e76 [2025-06-30T05:32:12.192Z] Removing intermediate container 4e6f553f5e76 [2025-06-30T05:32:12.192Z] ---> 498e8020a354 [2025-06-30T05:32:12.192Z] Step 22/24 : LABEL arch=amd64 [2025-06-30T05:32:12.192Z] ---> Running in 2df61cf7dd99 [2025-06-30T05:32:12.192Z] Removing intermediate container 2df61cf7dd99 [2025-06-30T05:32:12.192Z] ---> a5d9401d69c7 [2025-06-30T05:32:12.192Z] Step 23/24 : LABEL git_sha=006e574f4599aba59af61064dd31cc44b4b3ac06 [2025-06-30T05:32:12.192Z] ---> Running in a01421766e0c [2025-06-30T05:32:12.192Z] Removing intermediate container a01421766e0c [2025-06-30T05:32:12.192Z] ---> 0b1a82bfeb05 [2025-06-30T05:32:12.192Z] Step 24/24 : LABEL version=4.1.0-dev.18 [2025-06-30T05:32:12.192Z] ---> Running in 124cf2c32bce [2025-06-30T05:32:12.466Z] Removing intermediate container 124cf2c32bce [2025-06-30T05:32:12.466Z] ---> 5d644df56dd0 [2025-06-30T05:32:12.466Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-30T05:32:12.466Z] Successfully built 5d644df56dd0 [2025-06-30T05:32:12.466Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:32:12.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-30T05:32:12.974Z] [2025-06-30T05:32:12.974Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:32:13.296Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-30T05:32:13.296Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-30T05:32:13.296Z] 5eb5b503b376: Pulling fs layer [2025-06-30T05:32:13.296Z] 5c69ac0246d0: Pulling fs layer [2025-06-30T05:32:13.296Z] ec43610c2a17: Pulling fs layer [2025-06-30T05:32:13.296Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-30T05:32:13.296Z] 33b1e0a273af: Pulling fs layer [2025-06-30T05:32:13.296Z] 5d3b04190fa2: Pulling fs layer [2025-06-30T05:32:13.296Z] 2f39f015ded8: Pulling fs layer [2025-06-30T05:32:13.296Z] 3a2ae6a8a46f: Waiting [2025-06-30T05:32:13.296Z] 33b1e0a273af: Waiting [2025-06-30T05:32:13.296Z] 5d3b04190fa2: Waiting [2025-06-30T05:32:13.296Z] 5c69ac0246d0: Verifying Checksum [2025-06-30T05:32:13.296Z] 5c69ac0246d0: Download complete [2025-06-30T05:32:13.296Z] 3a2ae6a8a46f: Download complete [2025-06-30T05:32:13.560Z] 33b1e0a273af: Verifying Checksum [2025-06-30T05:32:13.560Z] 33b1e0a273af: Download complete [2025-06-30T05:32:13.560Z] 5d3b04190fa2: Download complete [2025-06-30T05:32:13.560Z] ec43610c2a17: Verifying Checksum [2025-06-30T05:32:13.560Z] ec43610c2a17: Download complete [2025-06-30T05:32:13.819Z] 5eb5b503b376: Verifying Checksum [2025-06-30T05:32:13.819Z] 5eb5b503b376: Download complete [2025-06-30T05:32:14.760Z] 2f39f015ded8: Download complete [2025-06-30T05:32:15.027Z] 5eb5b503b376: Pull complete [2025-06-30T05:32:15.027Z] 5c69ac0246d0: Pull complete [2025-06-30T05:32:15.294Z] ec43610c2a17: Pull complete [2025-06-30T05:32:15.554Z] 3a2ae6a8a46f: Pull complete [2025-06-30T05:32:15.554Z] 33b1e0a273af: Pull complete [2025-06-30T05:32:15.812Z] 5d3b04190fa2: Pull complete [2025-06-30T05:32:20.005Z] 2f39f015ded8: Pull complete [2025-06-30T05:32:20.005Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-30T05:32:20.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-30T05:32:20.005Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:32:20.103Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:32:20.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-30T05:32:22.106Z] $ docker top 803a2bcd90e84bd6ce4c288b0e42319f1e2d80e0b0f3251a7a863515b469dad7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:32:22.522Z] ---> job-cost.sh [2025-06-30T05:32:22.522Z] lf-activate-venv: SKIPPING [2025-06-30T05:32:22.522Z] INFO: No Stack... [2025-06-30T05:32:22.781Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-30T05:32:23.040Z] INFO: Archiving Costs [Pipeline] sh [2025-06-30T05:32:23.329Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-06-30T05:32:23.329Z] + cut -d, -f6 [Pipeline] lock [2025-06-30T05:32:23.344Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] [2025-06-30T05:32:23.349Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] did not exist. Created. [2025-06-30T05:32:23.354Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-30T05:32:23.662Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-30T05:32:23.698Z] Stashed 1 file(s) [Pipeline] } [2025-06-30T05:32:23.706Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-30T05:32:23.734Z] $ docker stop --time=1 803a2bcd90e84bd6ce4c288b0e42319f1e2d80e0b0f3251a7a863515b469dad7 [2025-06-30T05:32:24.885Z] $ docker rm -f --volumes 803a2bcd90e84bd6ce4c288b0e42319f1e2d80e0b0f3251a7a863515b469dad7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-06-30T05:32:25.197Z] provisioning config files... [2025-06-30T05:32:25.205Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8139116003382354140tmp [Pipeline] { [Pipeline] sh [2025-06-30T05:32:25.498Z] + set +x [2025-06-30T05:32:25.498Z] + curl -s https://codecov.io/bash [2025-06-30T05:32:25.498Z] + bash -s -- [2025-06-30T05:32:25.498Z] [2025-06-30T05:32:25.498Z] _____ _ [2025-06-30T05:32:25.498Z] / ____| | | [2025-06-30T05:32:25.498Z] | | ___ __| | ___ ___ _____ __ [2025-06-30T05:32:25.498Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-30T05:32:25.498Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-30T05:32:25.498Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-30T05:32:25.498Z] Bash-1.0.6 [2025-06-30T05:32:25.498Z] [2025-06-30T05:32:25.498Z] [2025-06-30T05:32:25.498Z] ==> git version 2.25.1 found [2025-06-30T05:32:25.498Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-06-30T05:32:25.498Z] Release-Date: 2020-01-08 [2025-06-30T05:32:25.498Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-30T05:32:25.498Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-30T05:32:25.498Z] ==> Jenkins CI detected. [2025-06-30T05:32:25.498Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-06-30T05:32:25.498Z] project root: . [2025-06-30T05:32:25.498Z] --> token set from env [2025-06-30T05:32:25.498Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-30T05:32:25.757Z] ==> Running gcov in . (disable via -X gcov) [2025-06-30T05:32:25.757Z] ==> Python coveragepy not found [2025-06-30T05:32:25.757Z] ==> Searching for coverage reports in: [2025-06-30T05:32:25.757Z] + . [2025-06-30T05:32:25.757Z] -> Found 1 reports [2025-06-30T05:32:25.757Z] ==> Detecting git/mercurial file structure [2025-06-30T05:32:25.757Z] ==> Reading reports [2025-06-30T05:32:25.757Z] + ./coverage.out bytes=364182 [2025-06-30T05:32:25.757Z] ==> Appending adjustments [2025-06-30T05:32:25.757Z] https://docs.codecov.io/docs/fixing-reports [2025-06-30T05:32:26.016Z] + Found adjustments [2025-06-30T05:32:26.016Z] ==> Gzipping contents [2025-06-30T05:32:26.016Z] 36K /tmp/codecov.u7eY09.gz [2025-06-30T05:32:26.016Z] ==> Uploading reports [2025-06-30T05:32:26.016Z] url: https://codecov.io [2025-06-30T05:32:26.016Z] query: branch=main&commit=006e574f4599aba59af61064dd31cc44b4b3ac06&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-30T05:32:26.016Z] -> Pinging Codecov [2025-06-30T05:32:26.016Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=006e574f4599aba59af61064dd31cc44b4b3ac06&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-30T05:32:26.275Z] -> Uploading to [2025-06-30T05:32:26.275Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/006e574f4599aba59af61064dd31cc44b4b3ac06/78d98318-5c75-4479-bb34-f3d68c9b1552.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250630%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250630T053226Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=35dd52aaafe62afa44f3b2e1f96fed4032b36349833f3dd9628335e29bd4c272 [2025-06-30T05:32:26.275Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-30T05:32:26.275Z] Dload Upload Total Spent Left Speed [2025-06-30T05:32:26.533Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35835 0 0 100 35835 0 115k --:--:-- --:--:-- --:--:-- 115k [2025-06-30T05:32:26.534Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] } [2025-06-30T05:32:26.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-30T05:32:26.763Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-30T05:32:26.782Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:32:27.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-30T05:32:27.091Z] [2025-06-30T05:32:27.091Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:32:27.386Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-30T05:32:27.386Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-30T05:32:27.386Z] 0a9a5dfd008f: Already exists [2025-06-30T05:32:27.386Z] 36466aa92d05: Already exists [2025-06-30T05:32:27.386Z] e10405b45d13: Already exists [2025-06-30T05:32:27.386Z] 096b7ceb2af7: Already exists [2025-06-30T05:32:27.386Z] 4f4fb700ef54: Already exists [2025-06-30T05:32:27.386Z] e50aa161e22a: Pulling fs layer [2025-06-30T05:32:27.387Z] d3c8db5fb9df: Pulling fs layer [2025-06-30T05:32:27.644Z] e50aa161e22a: Verifying Checksum [2025-06-30T05:32:27.644Z] e50aa161e22a: Download complete [2025-06-30T05:32:27.900Z] e50aa161e22a: Pull complete [2025-06-30T05:32:28.464Z] d3c8db5fb9df: Verifying Checksum [2025-06-30T05:32:28.464Z] d3c8db5fb9df: Download complete [2025-06-30T05:32:31.743Z] d3c8db5fb9df: Pull complete [2025-06-30T05:32:32.001Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-06-30T05:32:32.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-30T05:32:32.261Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:32:32.362Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:32:32.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-30T05:32:36.298Z] $ docker top 33a5c1262f51e5819964cbd72baa23dbcbac30cc886c157d03b9de0d681af3b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-30T05:32:36.644Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-06-30T05:32:36.655Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-06-30T05:32:36.936Z] + set -o pipefail [2025-06-30T05:32:36.937Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-06-30T05:32:46.914Z] [2025-06-30T05:32:46.914Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-06-30T05:32:46.914Z] [2025-06-30T05:32:46.914Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/e8a674b3-0528-490a-a642-b9db15c1b750 [2025-06-30T05:32:46.914Z] [2025-06-30T05:32:46.914Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-30T05:32:46.914Z] [Pipeline] } [2025-06-30T05:32:46.929Z] $ docker stop --time=1 33a5c1262f51e5819964cbd72baa23dbcbac30cc886c157d03b9de0d681af3b1 [2025-06-30T05:32:48.304Z] $ docker rm -f --volumes 33a5c1262f51e5819964cbd72baa23dbcbac30cc886c157d03b9de0d681af3b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-30T05:32:48.913Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-30T05:32:48.937Z] provisioning config files... [2025-06-30T05:32:48.943Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7048650070628218373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:32:49.259Z] --> edgex-publish-swagger.sh [2025-06-30T05:32:49.259Z] === Publish openapi API === [2025-06-30T05:32:49.259Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-30T05:32:49.259Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-06-30T05:32:49.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-30T05:32:49.259Z] Dload Upload Total Spent Left Speed [2025-06-30T05:32:49.518Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38224 100 66 100 38158 272 153k --:--:-- --:--:-- --:--:-- 154k [2025-06-30T05:32:49.518Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-30T05:32:49.518Z] [Pipeline] } [2025-06-30T05:32:49.525Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-30T05:32:49.982Z] + git log --format=format:%s -1 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] sh [2025-06-30T05:32:50.273Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-30T05:32:50.273Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:32:50.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-30T05:32:50.577Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:32:50.671Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:32:50.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-30T05:32:51.521Z] $ docker top 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 -eo pid,comm [2025-06-30T05:32:51.611Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-30T05:32:51.611Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-30T05:32:51.664Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-30T05:32:51.664Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-30T05:32:51.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-30T05:32:51.794Z] $ docker exec 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 ssh-agent [2025-06-30T05:32:51.922Z] SSH_AUTH_SOCK=/tmp/ssh-eEinZ31aWJcp/agent.32 [2025-06-30T05:32:51.922Z] SSH_AGENT_PID=38 [2025-06-30T05:32:51.931Z] Running ssh-add (command line suppressed) [2025-06-30T05:32:52.026Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12409384222724122011.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12409384222724122011.key) [2025-06-30T05:32:52.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-30T05:32:52.405Z] + git semver tag [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,611 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,615 [run_tag] DEBUG tag force:False [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,615 [check_head_tag] DEBUG check head tag [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,616 [execute] INFO git cat-file --batch-check [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,616 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,619 [execute] INFO git cat-file --batch [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,619 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,634 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,634 [execute] INFO git tag -a v4.1.0-dev.18 -m v4.1.0-dev.18 [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,634 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.18', '-m', 'v4.1.0-dev.18'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-30T05:32:52.685Z] 2025-06-30 05:32:52,638 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:32:52.685Z] 4.1.0-dev.18 [Pipeline] } [2025-06-30T05:32:52.698Z] $ docker exec --env ******** --env ******** 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 ssh-agent -k [2025-06-30T05:32:52.802Z] unset SSH_AUTH_SOCK; [2025-06-30T05:32:52.802Z] unset SSH_AGENT_PID; [2025-06-30T05:32:52.802Z] echo Agent pid 38 killed; [2025-06-30T05:32:52.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-30T05:32:53.132Z] + git semver [Pipeline] } [2025-06-30T05:32:53.414Z] $ docker stop --time=1 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 [2025-06-30T05:32:54.690Z] $ docker rm -f --volumes 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:32:55.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-30T05:32:55.106Z] [2025-06-30T05:32:55.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:32:55.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-30T05:32:55.405Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-30T05:32:55.405Z] ab5ef0e58194: Pulling fs layer [2025-06-30T05:32:55.405Z] 9712f1f96733: Pulling fs layer [2025-06-30T05:32:55.405Z] 63f879dbbcfc: Pulling fs layer [2025-06-30T05:32:55.405Z] 0d9ebad4ef96: Pulling fs layer [2025-06-30T05:32:55.405Z] e9a5061849ea: Pulling fs layer [2025-06-30T05:32:55.405Z] d747dcd14b5f: Pulling fs layer [2025-06-30T05:32:55.405Z] 2de7ff778b66: Pulling fs layer [2025-06-30T05:32:55.405Z] 0d9ebad4ef96: Waiting [2025-06-30T05:32:55.405Z] e9a5061849ea: Waiting [2025-06-30T05:32:55.405Z] d747dcd14b5f: Waiting [2025-06-30T05:32:55.405Z] 2de7ff778b66: Waiting [2025-06-30T05:32:55.405Z] 9712f1f96733: Verifying Checksum [2025-06-30T05:32:55.405Z] 9712f1f96733: Download complete [2025-06-30T05:32:55.973Z] 63f879dbbcfc: Verifying Checksum [2025-06-30T05:32:55.973Z] 63f879dbbcfc: Download complete [2025-06-30T05:32:55.973Z] e9a5061849ea: Verifying Checksum [2025-06-30T05:32:55.973Z] e9a5061849ea: Download complete [2025-06-30T05:32:55.973Z] d747dcd14b5f: Download complete [2025-06-30T05:32:55.973Z] 0d9ebad4ef96: Verifying Checksum [2025-06-30T05:32:55.973Z] 0d9ebad4ef96: Download complete [2025-06-30T05:32:56.230Z] ab5ef0e58194: Verifying Checksum [2025-06-30T05:32:56.230Z] ab5ef0e58194: Download complete [2025-06-30T05:32:56.230Z] 2de7ff778b66: Verifying Checksum [2025-06-30T05:32:56.230Z] 2de7ff778b66: Download complete [2025-06-30T05:32:58.758Z] ab5ef0e58194: Pull complete [2025-06-30T05:32:58.758Z] 9712f1f96733: Pull complete [2025-06-30T05:32:59.690Z] 63f879dbbcfc: Pull complete [2025-06-30T05:33:02.966Z] 0d9ebad4ef96: Pull complete [2025-06-30T05:33:03.225Z] e9a5061849ea: Pull complete [2025-06-30T05:33:03.225Z] d747dcd14b5f: Pull complete [2025-06-30T05:33:04.157Z] 2de7ff778b66: Pull complete [2025-06-30T05:33:04.157Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-30T05:33:04.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-30T05:33:04.157Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:33:04.263Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:33:04.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-30T05:33:06.204Z] $ docker top 7433b85399e0454936e29186ccd3b8f59dd167a4fdc42bf8c0e51b2e73346215 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-30T05:33:06.284Z] provisioning config files... [2025-06-30T05:33:06.292Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13492570295688644464tmp [2025-06-30T05:33:06.301Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4999110171777694766tmp [2025-06-30T05:33:06.308Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17538253915068828990tmp [Pipeline] { [Pipeline] echo [2025-06-30T05:33:06.338Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:06.630Z] ---> sigul-configuration.sh [2025-06-30T05:33:06.631Z] gpg: directory `/root/.gnupg' created [2025-06-30T05:33:06.631Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-30T05:33:06.631Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-30T05:33:06.631Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-30T05:33:06.631Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-30T05:33:06.631Z] gpg: CAST5 encrypted data [2025-06-30T05:33:06.631Z] gpg: encrypted with 1 passphrase [2025-06-30T05:33:06.631Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-30T05:33:06.923Z] + mkdir /home/jenkins [2025-06-30T05:33:06.923Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-30T05:33:07.215Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-06-30T05:33:07.228Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:07.519Z] ---> sigul-install.sh [2025-06-30T05:33:07.519Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-30T05:33:07.816Z] + git tag --list [2025-06-30T05:33:07.816Z] 0.7.1 [2025-06-30T05:33:07.816Z] delhi-tag [2025-06-30T05:33:07.816Z] v1.0.0 [2025-06-30T05:33:07.816Z] v1.1.0 [2025-06-30T05:33:07.816Z] v1.1.1 [2025-06-30T05:33:07.816Z] v1.1.2 [2025-06-30T05:33:07.816Z] v1.2.0 [2025-06-30T05:33:07.816Z] v1.2.1 [2025-06-30T05:33:07.816Z] v1.2.2 [2025-06-30T05:33:07.816Z] v1.2.3 [2025-06-30T05:33:07.816Z] v1.3.0 [2025-06-30T05:33:07.816Z] v1.4.0 [2025-06-30T05:33:07.816Z] v2.0.0 [2025-06-30T05:33:07.816Z] v2.1.0 [2025-06-30T05:33:07.816Z] v2.1.1 [2025-06-30T05:33:07.816Z] v2.2.0 [2025-06-30T05:33:07.816Z] v2.3.0 [2025-06-30T05:33:07.816Z] v2.3.1 [2025-06-30T05:33:07.816Z] v3.0 [2025-06-30T05:33:07.816Z] v3.0.0 [2025-06-30T05:33:07.816Z] v3.1 [2025-06-30T05:33:07.816Z] v3.1.0 [2025-06-30T05:33:07.816Z] v3.1.1 [2025-06-30T05:33:07.816Z] v4.0 [2025-06-30T05:33:07.816Z] v4.0.0 [2025-06-30T05:33:07.816Z] v4.1.0-dev.1 [2025-06-30T05:33:07.816Z] v4.1.0-dev.10 [2025-06-30T05:33:07.816Z] v4.1.0-dev.11 [2025-06-30T05:33:07.816Z] v4.1.0-dev.12 [2025-06-30T05:33:07.816Z] v4.1.0-dev.13 [2025-06-30T05:33:07.816Z] v4.1.0-dev.14 [2025-06-30T05:33:07.816Z] v4.1.0-dev.15 [2025-06-30T05:33:07.816Z] v4.1.0-dev.16 [2025-06-30T05:33:07.816Z] v4.1.0-dev.17 [2025-06-30T05:33:07.816Z] v4.1.0-dev.18 [2025-06-30T05:33:07.816Z] v4.1.0-dev.2 [2025-06-30T05:33:07.816Z] v4.1.0-dev.3 [2025-06-30T05:33:07.816Z] v4.1.0-dev.4 [2025-06-30T05:33:07.816Z] v4.1.0-dev.5 [2025-06-30T05:33:07.816Z] v4.1.0-dev.6 [2025-06-30T05:33:07.816Z] v4.1.0-dev.7 [2025-06-30T05:33:07.816Z] v4.1.0-dev.8 [2025-06-30T05:33:07.816Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-30T05:33:08.109Z] + lftools sign git-tag v4.1.0-dev.18 [2025-06-30T05:33:08.678Z] Signing Git tag with Sigul... [2025-06-30T05:33:08.678Z] Signing v4.1.0-dev.18 [Pipeline] echo [2025-06-30T05:33:08.950Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:09.239Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-30T05:33:09.245Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-30T05:33:09.363Z] $ docker stop --time=1 7433b85399e0454936e29186ccd3b8f59dd167a4fdc42bf8c0e51b2e73346215 [2025-06-30T05:33:10.657Z] $ docker rm -f --volumes 7433b85399e0454936e29186ccd3b8f59dd167a4fdc42bf8c0e51b2e73346215 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-30T05:33:11.092Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-30T05:33:11.092Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:33:11.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-30T05:33:11.401Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:33:11.480Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:33:11.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-30T05:33:11.870Z] $ docker top 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 -eo pid,comm [2025-06-30T05:33:11.913Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-30T05:33:11.913Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-30T05:33:11.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-30T05:33:11.965Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-30T05:33:12.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-30T05:33:12.078Z] $ docker exec 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 ssh-agent [2025-06-30T05:33:12.198Z] SSH_AUTH_SOCK=/tmp/ssh-wUkgP3XanzWd/agent.32 [2025-06-30T05:33:12.198Z] SSH_AGENT_PID=38 [2025-06-30T05:33:12.203Z] Running ssh-add (command line suppressed) [2025-06-30T05:33:12.310Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17623114643152994779.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17623114643152994779.key) [2025-06-30T05:33:12.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-30T05:33:12.616Z] + git semver bump pre [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,840 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,843 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,843 [bump_version] DEBUG bumping version:4.1.0-dev.18 on axis:pre with prefix:dev [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,843 [bump_version] DEBUG bumped version:4.1.0-dev.19 [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,843 [write_version] DEBUG write version:4.1.0-dev.19 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,843 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,843 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,844 [execute] INFO git cat-file --batch-check [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,845 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,849 [execute] INFO git cat-file --batch [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,849 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-30T05:33:12.875Z] 2025-06-30 05:33:12,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:33:12.875Z] 4.1.0-dev.19 [Pipeline] } [2025-06-30T05:33:12.889Z] $ docker exec --env ******** --env ******** 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 ssh-agent -k [2025-06-30T05:33:13.008Z] unset SSH_AUTH_SOCK; [2025-06-30T05:33:13.008Z] unset SSH_AGENT_PID; [2025-06-30T05:33:13.008Z] echo Agent pid 38 killed; [2025-06-30T05:33:13.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-30T05:33:13.338Z] + git semver [Pipeline] } [2025-06-30T05:33:13.615Z] $ docker stop --time=1 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 [2025-06-30T05:33:14.902Z] $ docker rm -f --volumes 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-30T05:33:15.256Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-30T05:33:15.256Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:33:15.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-30T05:33:15.556Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:33:15.638Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:33:15.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-30T05:33:16.001Z] $ docker top 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-30T05:33:16.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-30T05:33:16.114Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-30T05:33:16.226Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-30T05:33:16.232Z] $ docker exec 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f ssh-agent [2025-06-30T05:33:16.330Z] SSH_AUTH_SOCK=/tmp/ssh-UbIbhsytPIwi/agent.33 [2025-06-30T05:33:16.330Z] SSH_AGENT_PID=39 [2025-06-30T05:33:16.334Z] Running ssh-add (command line suppressed) [2025-06-30T05:33:16.439Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3972248511179605265.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3972248511179605265.key) [2025-06-30T05:33:16.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-30T05:33:16.738Z] + git semver push [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,954 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,957 [run_push] DEBUG push [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,958 [execute] INFO git cat-file --batch-check [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,958 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,960 [execute] INFO git rev-list 0fdf10820f54edb7ee3d74dd1dbd7a459fd3ad32 -- [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,961 [execute] DEBUG Popen(['git', 'rev-list', '0fdf10820f54edb7ee3d74dd1dbd7a459fd3ad32', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,973 [execute] INFO git fetch -v -- origin [2025-06-30T05:33:16.997Z] 2025-06-30 05:33:16,973 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-30T05:33:17.565Z] 2025-06-30 05:33:17,481 [run_push] DEBUG no remote changes detected [2025-06-30T05:33:17.565Z] 2025-06-30 05:33:17,481 [execute] INFO git push origin semver [2025-06-30T05:33:17.565Z] 2025-06-30 05:33:17,481 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-30T05:33:18.501Z] 2025-06-30 05:33:18,198 [run_push] DEBUG push all version tags [2025-06-30T05:33:18.501Z] 2025-06-30 05:33:18,198 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-30T05:33:18.501Z] 2025-06-30 05:33:18,198 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-30T05:33:19.069Z] 2025-06-30 05:33:19,005 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-30T05:33:19.070Z] 4.1.0-dev.19 [Pipeline] } [2025-06-30T05:33:19.083Z] $ docker exec --env ******** --env ******** 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f ssh-agent -k [2025-06-30T05:33:19.178Z] unset SSH_AUTH_SOCK; [2025-06-30T05:33:19.178Z] unset SSH_AGENT_PID; [2025-06-30T05:33:19.178Z] echo Agent pid 39 killed; [2025-06-30T05:33:19.182Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-30T05:33:19.502Z] + git semver [Pipeline] } [2025-06-30T05:33:19.777Z] $ docker stop --time=1 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f [2025-06-30T05:33:21.055Z] $ docker rm -f --volumes 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-30T05:33:21.668Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-06-30T05:33:21.668Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-30T05:33:21.668Z] total 16 [2025-06-30T05:33:21.668Z] drwxr-xr-x 3 root root 4096 Jun 30 05:32 . [2025-06-30T05:33:21.668Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 30 05:33 .. [2025-06-30T05:33:21.668Z] drwxr-xr-x 2 root root 4096 Jun 30 05:32 cost [2025-06-30T05:33:21.668Z] -rw-r--r-- 1 root root 85 Jun 30 05:32 cost.csv [2025-06-30T05:33:21.668Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-30T05:33:21.668Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-30T05:33:21.668Z] total 16 [2025-06-30T05:33:21.668Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 30 05:32 . [2025-06-30T05:33:21.668Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 30 05:33 .. [2025-06-30T05:33:21.668Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 30 05:32 cost [2025-06-30T05:33:21.668Z] -rw-r--r-- 1 jenkins jenkins 85 Jun 30 05:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:21.958Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:22.816Z] ---> package-listing.sh [2025-06-30T05:33:22.816Z] ++ facter osfamily [2025-06-30T05:33:22.816Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-30T05:33:23.076Z] + OS_FAMILY=debian [2025-06-30T05:33:23.076Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-06-30T05:33:23.076Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-30T05:33:23.076Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-30T05:33:23.076Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-30T05:33:23.076Z] + PACKAGES=/tmp/packages_start.txt [2025-06-30T05:33:23.076Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-30T05:33:23.076Z] + PACKAGES=/tmp/packages_end.txt [2025-06-30T05:33:23.076Z] + case "${OS_FAMILY}" in [2025-06-30T05:33:23.076Z] + dpkg -l [2025-06-30T05:33:23.076Z] + grep '^ii' [2025-06-30T05:33:23.076Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-30T05:33:23.076Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-30T05:33:23.076Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-30T05:33:23.076Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-30T05:33:23.076Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-06-30T05:33:23.076Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2025-06-30T05:33:23.090Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-30T05:33:23.367Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-30T05:33:23.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-30T05:33:23.931Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-30T05:33:24.018Z] prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container [2025-06-30T05:33:24.049Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-30T05:33:24.238Z] $ docker top fc0d58da994a8d31532371108c5a72363c8512b274c26acd4cb2daa4bf7b1978 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-30T05:33:24.594Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-30T05:33:24.880Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-30T05:33:25.166Z] + ls /var/log/sa-host [2025-06-30T05:33:25.166Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-30T05:33:25.255Z] provisioning config files... [2025-06-30T05:33:25.264Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8325842687205467129tmp [Pipeline] { [Pipeline] echo [2025-06-30T05:33:25.286Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:25.571Z] ---> create-netrc.sh [Pipeline] } [2025-06-30T05:33:25.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:25.913Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-30T05:33:25.923Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:26.206Z] ---> sudo-logs.sh [2025-06-30T05:33:26.206Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-30T05:33:26.240Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:26.523Z] ---> job-cost.sh [2025-06-30T05:33:26.523Z] lf-activate-venv: SKIPPING [2025-06-30T05:33:26.523Z] DEBUG: total: 0.2199999988079071 [2025-06-30T05:33:26.523Z] INFO: Retrieving Stack Cost... [2025-06-30T05:33:27.097Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-30T05:33:27.363Z] INFO: Archiving Costs [Pipeline] echo [2025-06-30T05:33:27.375Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-30T05:33:27.661Z] ---> logs-deploy.sh [2025-06-30T05:33:27.661Z] lf-activate-venv: SKIPPING [2025-06-30T05:33:27.661Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/373 [2025-06-30T05:33:27.661Z] INFO: archiving workspace using pattern(s): [2025-06-30T05:33:28.602Z] Archives upload complete. [2025-06-30T05:33:28.863Z] INFO: archiving logs to Nexus [2025-06-30T05:33:29.432Z] ---> uname -a: [2025-06-30T05:33:29.432Z] Linux prd-ubuntu20-04-docker-8c-8g-4245 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] ---> lscpu: [2025-06-30T05:33:29.432Z] Architecture: x86_64 [2025-06-30T05:33:29.432Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-30T05:33:29.432Z] Byte Order: Little Endian [2025-06-30T05:33:29.432Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-30T05:33:29.432Z] CPU(s): 8 [2025-06-30T05:33:29.432Z] On-line CPU(s) list: 0-7 [2025-06-30T05:33:29.432Z] Thread(s) per core: 1 [2025-06-30T05:33:29.432Z] Core(s) per socket: 1 [2025-06-30T05:33:29.432Z] Socket(s): 8 [2025-06-30T05:33:29.432Z] NUMA node(s): 1 [2025-06-30T05:33:29.432Z] Vendor ID: AuthenticAMD [2025-06-30T05:33:29.432Z] CPU family: 23 [2025-06-30T05:33:29.432Z] Model: 49 [2025-06-30T05:33:29.432Z] Model name: AMD EPYC-Rome Processor [2025-06-30T05:33:29.432Z] Stepping: 0 [2025-06-30T05:33:29.432Z] CPU MHz: 2799.998 [2025-06-30T05:33:29.432Z] BogoMIPS: 5599.99 [2025-06-30T05:33:29.432Z] Virtualization: AMD-V [2025-06-30T05:33:29.432Z] Hypervisor vendor: KVM [2025-06-30T05:33:29.432Z] Virtualization type: full [2025-06-30T05:33:29.432Z] L1d cache: 256 KiB [2025-06-30T05:33:29.432Z] L1i cache: 256 KiB [2025-06-30T05:33:29.432Z] L2 cache: 4 MiB [2025-06-30T05:33:29.432Z] L3 cache: 128 MiB [2025-06-30T05:33:29.432Z] NUMA node0 CPU(s): 0-7 [2025-06-30T05:33:29.432Z] Vulnerability Itlb multihit: Not affected [2025-06-30T05:33:29.432Z] Vulnerability L1tf: Not affected [2025-06-30T05:33:29.432Z] Vulnerability Mds: Not affected [2025-06-30T05:33:29.432Z] Vulnerability Meltdown: Not affected [2025-06-30T05:33:29.432Z] Vulnerability Mmio stale data: Not affected [2025-06-30T05:33:29.432Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-30T05:33:29.432Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-30T05:33:29.432Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-30T05:33:29.432Z] Vulnerability Srbds: Not affected [2025-06-30T05:33:29.432Z] Vulnerability Tsx async abort: Not affected [2025-06-30T05:33:29.432Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] ---> nproc: [2025-06-30T05:33:29.432Z] 8 [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] ---> df -h: [2025-06-30T05:33:29.432Z] Filesystem Size Used Avail Use% Mounted on [2025-06-30T05:33:29.432Z] overlay 155G 14G 142G 9% / [2025-06-30T05:33:29.432Z] tmpfs 64M 0 64M 0% /dev [2025-06-30T05:33:29.432Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-30T05:33:29.432Z] shm 64M 0 64M 0% /dev/shm [2025-06-30T05:33:29.432Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] ---> sar -b -r -n DEV: [2025-06-30T05:33:29.432Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4245) 06/30/25 _x86_64_ (8 CPU) [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] 05:27:24 LINUX RESTART (8 CPU) [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] 05:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-30T05:33:29.432Z] 05:29:01 376.41 14.65 361.76 0.00 1904.30 48587.94 0.00 [2025-06-30T05:33:29.432Z] 05:30:01 227.00 1.52 225.48 0.00 13.86 73994.60 0.00 [2025-06-30T05:33:29.432Z] 05:31:01 37.94 0.02 37.93 0.00 0.13 26930.06 0.00 [2025-06-30T05:33:29.432Z] 05:32:01 87.39 0.12 87.27 0.00 4.93 27187.74 0.00 [2025-06-30T05:33:29.432Z] 05:33:01 262.65 6.15 256.50 0.00 2643.52 83460.98 0.00 [2025-06-30T05:33:29.432Z] Average: 198.28 4.49 193.79 0.00 913.44 52033.20 0.00 [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] 05:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-30T05:33:29.432Z] 05:29:01 28814356 31533916 776056 2.36 80420 2899876 1992744 5.87 1046048 2621120 8568 [2025-06-30T05:33:29.432Z] 05:30:01 27465536 31348712 951544 2.89 184544 3818624 2093864 6.17 1358908 3498280 18272 [2025-06-30T05:33:29.432Z] 05:31:01 26501976 31159120 1138260 3.46 188460 4546020 2508712 7.39 1788516 3985852 349296 [2025-06-30T05:33:29.432Z] 05:32:01 27132588 31523616 777328 2.36 192084 4296204 1930868 5.69 1394476 3777368 265596 [2025-06-30T05:33:29.432Z] 05:33:01 25199600 31466256 800824 2.44 239260 6004216 2057552 6.06 1674176 5267836 576712 [2025-06-30T05:33:29.432Z] Average: 27022811 31406324 888802 2.70 176954 4312988 2116748 6.24 1452425 3830091 243689 [2025-06-30T05:33:29.432Z] [2025-06-30T05:33:29.432Z] 05:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-30T05:33:29.432Z] 05:29:01 veth89712cb 127.77 136.17 12.34 120.42 0.00 0.00 0.00 0.01 [2025-06-30T05:33:29.433Z] 05:29:01 ens3 658.96 464.66 7952.04 92.93 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:29:01 lo 6.53 6.53 0.64 0.64 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:29:01 docker0 180.79 188.69 14.40 439.38 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:30:01 ens3 282.14 259.81 2766.02 29.82 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:30:01 vetha9c6b6a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:30:01 docker0 247.11 259.16 18.50 2744.22 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:31:01 ens3 16.00 9.20 14.24 6.59 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:31:01 vetha9c6b6a 0.92 1.30 0.12 0.37 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:31:01 docker0 0.92 1.25 0.11 0.37 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:32:01 ens3 22.71 12.75 56.06 8.62 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:32:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:32:01 docker0 1.77 2.77 0.10 38.49 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:33:01 ens3 541.24 382.04 11580.53 181.80 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:33:01 lo 3.87 3.87 0.40 0.40 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] 05:33:01 docker0 87.62 96.58 6.99 929.47 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] Average: ens3 304.23 225.70 4474.13 63.95 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] Average: lo 2.21 2.21 0.22 0.22 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] Average: docker0 103.64 109.69 8.02 830.38 0.00 0.00 0.00 0.00 [2025-06-30T05:33:29.433Z] [2025-06-30T05:33:29.433Z] [2025-06-30T05:33:29.433Z] ---> sar -P ALL: [2025-06-30T05:33:29.433Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4245) 06/30/25 _x86_64_ (8 CPU) [2025-06-30T05:33:29.433Z] [2025-06-30T05:33:29.433Z] 05:27:24 LINUX RESTART (8 CPU) [2025-06-30T05:33:29.433Z] [2025-06-30T05:33:29.433Z] 05:28:01 CPU %user %nice %system %iowait %steal %idle [2025-06-30T05:33:29.433Z] 05:29:01 all 9.13 0.00 3.48 1.51 0.07 85.82 [2025-06-30T05:33:29.433Z] 05:29:01 0 6.80 0.00 3.18 0.12 0.08 89.82 [2025-06-30T05:33:29.433Z] 05:29:01 1 11.29 0.00 3.44 0.34 0.07 84.87 [2025-06-30T05:33:29.433Z] 05:29:01 2 9.69 0.00 3.19 0.17 0.05 86.90 [2025-06-30T05:33:29.433Z] 05:29:01 3 9.99 0.00 2.98 0.45 0.07 86.51 [2025-06-30T05:33:29.433Z] 05:29:01 4 7.40 0.00 3.52 5.68 0.05 83.35 [2025-06-30T05:33:29.433Z] 05:29:01 5 10.09 0.00 4.18 0.22 0.07 85.44 [2025-06-30T05:33:29.433Z] 05:29:01 6 9.33 0.00 2.95 0.20 0.07 87.45 [2025-06-30T05:33:29.433Z] 05:29:01 7 8.45 0.00 4.39 4.88 0.07 82.20 [2025-06-30T05:33:29.433Z] 05:30:01 all 7.47 0.00 3.35 1.65 0.05 87.49 [2025-06-30T05:33:29.433Z] 05:30:01 0 6.65 0.00 4.46 0.22 0.03 88.64 [2025-06-30T05:33:29.433Z] 05:30:01 1 6.23 0.00 2.66 0.61 0.03 90.47 [2025-06-30T05:33:29.433Z] 05:30:01 2 7.77 0.00 5.07 10.55 0.07 76.54 [2025-06-30T05:33:29.433Z] 05:30:01 3 6.48 0.00 3.23 1.11 0.05 89.13 [2025-06-30T05:33:29.433Z] 05:30:01 4 8.21 0.00 3.01 0.30 0.05 88.43 [2025-06-30T05:33:29.433Z] 05:30:01 5 7.89 0.00 2.57 0.29 0.07 89.18 [2025-06-30T05:33:29.433Z] 05:30:01 6 8.25 0.00 2.62 0.07 0.03 89.03 [2025-06-30T05:33:29.433Z] 05:30:01 7 8.30 0.00 3.16 0.05 0.05 88.44 [2025-06-30T05:33:29.433Z] 05:31:01 all 40.51 0.00 5.69 0.50 0.07 53.23 [2025-06-30T05:33:29.433Z] 05:31:01 0 40.77 0.00 5.68 0.05 0.07 53.44 [2025-06-30T05:33:29.433Z] 05:31:01 1 41.52 0.00 5.22 0.02 0.08 53.16 [2025-06-30T05:33:29.433Z] 05:31:01 2 40.99 0.00 5.39 0.12 0.07 53.43 [2025-06-30T05:33:29.433Z] 05:31:01 3 40.05 0.00 6.43 3.23 0.08 50.20 [2025-06-30T05:33:29.433Z] 05:31:01 4 38.75 0.00 6.36 0.00 0.07 54.81 [2025-06-30T05:33:29.433Z] 05:31:01 5 42.19 0.00 5.60 0.25 0.07 51.89 [2025-06-30T05:33:29.433Z] 05:31:01 6 39.99 0.00 5.43 0.30 0.07 54.21 [2025-06-30T05:33:29.433Z] 05:31:01 7 39.79 0.00 5.44 0.03 0.07 54.67 [2025-06-30T05:33:29.433Z] 05:32:01 all 52.10 0.00 7.57 0.60 0.08 39.65 [2025-06-30T05:33:29.433Z] 05:32:01 0 51.74 0.00 8.48 0.05 0.08 39.64 [2025-06-30T05:33:29.433Z] 05:32:01 1 52.36 0.00 7.94 0.40 0.07 39.23 [2025-06-30T05:33:29.433Z] 05:32:01 2 50.66 0.00 7.08 0.67 0.07 41.53 [2025-06-30T05:33:29.433Z] 05:32:01 3 51.54 0.00 6.97 0.29 0.07 41.14 [2025-06-30T05:33:29.433Z] 05:32:01 4 52.12 0.00 7.60 0.89 0.08 39.31 [2025-06-30T05:33:29.433Z] 05:32:01 5 54.41 0.00 7.42 0.03 0.08 38.06 [2025-06-30T05:33:29.433Z] 05:32:01 6 51.77 0.00 7.97 2.32 0.08 37.86 [2025-06-30T05:33:29.433Z] 05:32:01 7 52.24 0.00 7.12 0.15 0.07 40.42 [2025-06-30T05:33:29.433Z] 05:33:01 all 12.17 0.00 5.68 4.27 0.09 77.79 [2025-06-30T05:33:29.433Z] 05:33:01 0 11.74 0.00 6.57 3.02 0.10 78.57 [2025-06-30T05:33:29.433Z] 05:33:01 1 12.31 0.00 6.56 2.43 0.08 78.61 [2025-06-30T05:33:29.433Z] 05:33:01 2 11.75 0.00 5.15 3.61 0.14 79.36 [2025-06-30T05:33:29.433Z] 05:33:01 3 10.83 0.00 6.21 2.00 0.08 80.87 [2025-06-30T05:33:29.433Z] 05:33:01 4 12.82 0.00 5.11 8.94 0.09 73.04 [2025-06-30T05:33:29.433Z] 05:33:01 5 10.65 0.00 6.58 11.06 0.08 71.62 [2025-06-30T05:33:29.433Z] 05:33:01 6 14.94 0.00 4.62 1.39 0.07 78.98 [2025-06-30T05:33:29.433Z] 05:33:01 7 12.32 0.00 4.61 1.78 0.10 81.19 [2025-06-30T05:33:29.433Z] Average: all 24.32 0.00 5.15 1.70 0.07 68.75 [2025-06-30T05:33:29.433Z] Average: 0 23.59 0.00 5.67 0.69 0.07 69.98 [2025-06-30T05:33:29.433Z] Average: 1 24.78 0.00 5.16 0.76 0.07 69.23 [2025-06-30T05:33:29.433Z] Average: 2 24.21 0.00 5.18 3.02 0.08 67.51 [2025-06-30T05:33:29.433Z] Average: 3 23.82 0.00 5.16 1.42 0.07 69.52 [2025-06-30T05:33:29.433Z] Average: 4 23.92 0.00 5.12 3.14 0.07 67.75 [2025-06-30T05:33:29.433Z] Average: 5 25.10 0.00 5.27 2.36 0.07 67.19 [2025-06-30T05:33:29.433Z] Average: 6 24.89 0.00 4.72 0.86 0.06 69.47 [2025-06-30T05:33:29.433Z] Average: 7 24.23 0.00 4.95 1.38 0.07 69.37 [2025-06-30T05:33:29.433Z] [2025-06-30T05:33:29.433Z] [2025-06-30T05:33:29.433Z]