Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4b6ca8d70c9af3126d05ae705606c288373503ea 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-ssh5753670159945599194.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-ssh17242465373849323495.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-ssh13528485748901918647.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-ssh11765030812326413454.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-ssh9698610874225090731.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-5988’ Running on prd-ubuntu20.04-docker-8c-8g-5995 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 4b6ca8d70c9af3126d05ae705606c288373503ea (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b6ca8d70c9af3126d05ae705606c288373503ea # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1748)" > git rev-list --no-walk bc9f3002f41c8746d60bcd043af9ce4c71c68aae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-31T01:09:00.692Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-31T01:09:00.771Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-31T01:09:00.795Z] ========================================================= [2025-07-31T01:09:00.795Z] EdgeX Global Pipelines Version Info [2025-07-31T01:09:00.795Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:09:01.885Z] ------------------- [2025-07-31T01:09:01.885Z] stable info: [2025-07-31T01:09:01.885Z] ------------------- [2025-07-31T01:09:01.885Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-31T01:09:01.885Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-31T01:09:01.885Z] Message: update stable to v1.0.274 [2025-07-31T01:09:02.452Z] ------------------- [2025-07-31T01:09:02.452Z] experimental info: [2025-07-31T01:09:02.452Z] ------------------- [2025-07-31T01:09:02.452Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-07-31T01:09:02.452Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-07-31T01:09:02.452Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-31T01:09:02.531Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-07-31T01:09:02.562Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-07-31T01:09:02.589Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-31T01:09:02.612Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-31T01:09:02.629Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-31T01:09:02.649Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-31T01:09:02.672Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-31T01:09:02.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-07-31T01:09:02.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-31T01:09:02.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-31T01:09:02.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-31T01:09:02.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-07-31T01:09:02.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-31T01:09:02.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-31T01:09:02.862Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-31T01:09:02.882Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-07-31T01:09:02.903Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-31T01:09:02.924Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-31T01:09:02.945Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-31T01:09:02.967Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-31T01:09:02.994Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-07-31T01:09:03.018Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-07-31T01:09:03.041Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-31T01:09:03.062Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-31T01:09:03.083Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-31T01:09:03.101Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-31T01:09:03.130Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-31T01:09:03.158Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-31T01:09:03.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-31T01:09:03.204Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-31T01:09:03.225Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b6ca8d70c9af3126d05ae705606c288373503ea [Pipeline] echo [2025-07-31T01:09:03.246Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b6ca8d [Pipeline] echo [2025-07-31T01:09:03.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:09:03.342Z] provisioning config files... [2025-07-31T01:09:03.355Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13174682073757782550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:09:03.691Z] ---> ****-login.sh [2025-07-31T01:09:03.692Z] nexus3.edgexfoundry.org:10001 [2025-07-31T01:09:03.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:04.262Z] [2025-07-31T01:09:04.262Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:09:04.262Z] Configure a credential helper to remove this warning. See [2025-07-31T01:09:04.262Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:09:04.262Z] [2025-07-31T01:09:04.262Z] Login Succeeded [2025-07-31T01:09:04.262Z] nexus3.edgexfoundry.org:10002 [2025-07-31T01:09:04.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:04.262Z] [2025-07-31T01:09:04.262Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:09:04.263Z] Configure a credential helper to remove this warning. See [2025-07-31T01:09:04.263Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:09:04.263Z] [2025-07-31T01:09:04.263Z] Login Succeeded [2025-07-31T01:09:04.263Z] nexus3.edgexfoundry.org:10003 [2025-07-31T01:09:04.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:04.263Z] [2025-07-31T01:09:04.263Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:09:04.263Z] Configure a credential helper to remove this warning. See [2025-07-31T01:09:04.263Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:09:04.263Z] [2025-07-31T01:09:04.263Z] Login Succeeded [2025-07-31T01:09:04.263Z] nexus3.edgexfoundry.org:10004 [2025-07-31T01:09:04.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:04.523Z] [2025-07-31T01:09:04.523Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:09:04.523Z] Configure a credential helper to remove this warning. See [2025-07-31T01:09:04.523Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:09:04.523Z] [2025-07-31T01:09:04.523Z] Login Succeeded [2025-07-31T01:09:04.523Z] ****.io [2025-07-31T01:09:04.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:04.523Z] [2025-07-31T01:09:04.523Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:09:04.523Z] Configure a credential helper to remove this warning. See [2025-07-31T01:09:04.523Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:09:04.523Z] [2025-07-31T01:09:04.523Z] Login Succeeded [2025-07-31T01:09:04.523Z] ---> ****-login.sh ends [Pipeline] } [2025-07-31T01:09:04.531Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-31T01:09:04.933Z] + git rev-list -1 --merges 4b6ca8d70c9af3126d05ae705606c288373503ea~1..4b6ca8d70c9af3126d05ae705606c288373503ea [Pipeline] echo [2025-07-31T01:09:04.962Z] -----------> git rev-list -1 --merges 4b6ca8d70c9af3126d05ae705606c288373503ea~1..4b6ca8d70c9af3126d05ae705606c288373503ea 4b6ca8d70c9af3126d05ae705606c288373503ea [false] [Pipeline] sh [2025-07-31T01:09:05.252Z] + git log --format=format:%s -1 4b6ca8d70c9af3126d05ae705606c288373503ea [Pipeline] echo [2025-07-31T01:09:05.266Z] ========================================================= [2025-07-31T01:09:05.266Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-31T01:09:05.266Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-31T01:09:05.590Z] + git log --format=format:%s -1 4b6ca8d70c9af3126d05ae705606c288373503ea [Pipeline] echo [2025-07-31T01:09:05.602Z] [semverPrep] GIT_COMMIT: 4b6ca8d70c9af3126d05ae705606c288373503ea, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1748) [Pipeline] echo [2025-07-31T01:09:05.618Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-31T01:09:06.035Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-31T01:09:06.035Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-31T01:09:06.035Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-31T01:09:06.035Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-31T01:09:06.035Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-31T01:09:06.035Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-31T01:09:06.035Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:09:06.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:09:06.383Z] [2025-07-31T01:09:06.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:09:06.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:09:06.686Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-31T01:09:06.686Z] 3dae71ba6b94: Pulling fs layer [2025-07-31T01:09:06.686Z] 6bf1a483ea7c: Pulling fs layer [2025-07-31T01:09:06.686Z] f5dfc541a4d3: Pulling fs layer [2025-07-31T01:09:06.686Z] 461d9e800cba: Pulling fs layer [2025-07-31T01:09:06.686Z] 80192f66455f: Pulling fs layer [2025-07-31T01:09:06.686Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-31T01:09:06.686Z] a29436f7fd5d: Pulling fs layer [2025-07-31T01:09:06.686Z] 923cac83aea3: Pulling fs layer [2025-07-31T01:09:06.686Z] 25ad8b0a4227: Pulling fs layer [2025-07-31T01:09:06.686Z] 461d9e800cba: Waiting [2025-07-31T01:09:06.686Z] 80192f66455f: Waiting [2025-07-31T01:09:06.686Z] a29436f7fd5d: Waiting [2025-07-31T01:09:06.686Z] 2e8e34ca0e6c: Waiting [2025-07-31T01:09:06.686Z] 923cac83aea3: Waiting [2025-07-31T01:09:06.686Z] db01528c6b51: Pulling fs layer [2025-07-31T01:09:06.686Z] 28988de357af: Pulling fs layer [2025-07-31T01:09:06.686Z] 25ad8b0a4227: Waiting [2025-07-31T01:09:06.686Z] db01528c6b51: Waiting [2025-07-31T01:09:06.686Z] 28988de357af: Waiting [2025-07-31T01:09:06.686Z] 6bf1a483ea7c: Verifying Checksum [2025-07-31T01:09:06.686Z] 6bf1a483ea7c: Download complete [2025-07-31T01:09:06.686Z] 461d9e800cba: Verifying Checksum [2025-07-31T01:09:06.686Z] 461d9e800cba: Download complete [2025-07-31T01:09:06.686Z] 80192f66455f: Download complete [2025-07-31T01:09:06.944Z] f5dfc541a4d3: Verifying Checksum [2025-07-31T01:09:06.944Z] f5dfc541a4d3: Download complete [2025-07-31T01:09:06.944Z] 3dae71ba6b94: Verifying Checksum [2025-07-31T01:09:06.944Z] 3dae71ba6b94: Download complete [2025-07-31T01:09:06.944Z] 923cac83aea3: Verifying Checksum [2025-07-31T01:09:06.944Z] 923cac83aea3: Download complete [2025-07-31T01:09:06.944Z] 25ad8b0a4227: Verifying Checksum [2025-07-31T01:09:06.944Z] 25ad8b0a4227: Download complete [2025-07-31T01:09:06.944Z] db01528c6b51: Download complete [2025-07-31T01:09:07.209Z] 28988de357af: Verifying Checksum [2025-07-31T01:09:07.209Z] 28988de357af: Download complete [2025-07-31T01:09:07.209Z] a29436f7fd5d: Verifying Checksum [2025-07-31T01:09:07.209Z] a29436f7fd5d: Download complete [2025-07-31T01:09:07.776Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-31T01:09:07.776Z] 2e8e34ca0e6c: Download complete [2025-07-31T01:09:08.035Z] 3dae71ba6b94: Pull complete [2025-07-31T01:09:08.293Z] 6bf1a483ea7c: Pull complete [2025-07-31T01:09:08.861Z] f5dfc541a4d3: Pull complete [2025-07-31T01:09:08.861Z] 461d9e800cba: Pull complete [2025-07-31T01:09:08.861Z] 80192f66455f: Pull complete [2025-07-31T01:09:13.050Z] 2e8e34ca0e6c: Pull complete [2025-07-31T01:09:13.050Z] a29436f7fd5d: Pull complete [2025-07-31T01:09:13.050Z] 923cac83aea3: Pull complete [2025-07-31T01:09:13.309Z] 25ad8b0a4227: Pull complete [2025-07-31T01:09:13.309Z] db01528c6b51: Pull complete [2025-07-31T01:09:13.309Z] 28988de357af: Pull complete [2025-07-31T01:09:13.309Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-31T01:09:13.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:09:13.309Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:09:13.444Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:09:13.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-31T01:09:15.425Z] $ docker top bc47205828d4618b451f85b9cda528078157f74d505a400adc0a20be0b7b4348 -eo pid,comm [2025-07-31T01:09:15.472Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-31T01:09:15.472Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-31T01:09:15.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-31T01:09:15.527Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-31T01:09:15.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-31T01:09:15.629Z] $ docker exec bc47205828d4618b451f85b9cda528078157f74d505a400adc0a20be0b7b4348 ssh-agent [2025-07-31T01:09:15.730Z] SSH_AUTH_SOCK=/tmp/ssh-h85YbOqlIpej/agent.33 [2025-07-31T01:09:15.730Z] SSH_AGENT_PID=39 [2025-07-31T01:09:15.737Z] Running ssh-add (command line suppressed) [2025-07-31T01:09:15.825Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9689772857041379172.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9689772857041379172.key) [2025-07-31T01:09:15.844Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-31T01:09:16.139Z] + git tag --points-at HEAD [Pipeline] } [2025-07-31T01:09:16.149Z] $ docker exec --env ******** --env ******** bc47205828d4618b451f85b9cda528078157f74d505a400adc0a20be0b7b4348 ssh-agent -k [2025-07-31T01:09:16.241Z] unset SSH_AUTH_SOCK; [2025-07-31T01:09:16.242Z] unset SSH_AGENT_PID; [2025-07-31T01:09:16.242Z] echo Agent pid 39 killed; [2025-07-31T01:09:16.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-31T01:09:16.294Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-31T01:09:16.294Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-31T01:09:16.388Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-31T01:09:16.388Z] $ docker exec bc47205828d4618b451f85b9cda528078157f74d505a400adc0a20be0b7b4348 ssh-agent [2025-07-31T01:09:16.473Z] SSH_AUTH_SOCK=/tmp/ssh-xxSxdA3DfC6d/agent.72 [2025-07-31T01:09:16.473Z] SSH_AGENT_PID=78 [2025-07-31T01:09:16.478Z] Running ssh-add (command line suppressed) [2025-07-31T01:09:16.568Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7176967110399060534.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7176967110399060534.key) [2025-07-31T01:09:16.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-31T01:09:16.879Z] + git semver init [2025-07-31T01:09:17.139Z] 2025-07-31 01:09:17,118 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-31T01:09:17.139Z] 2025-07-31 01:09:17,122 [run_init] DEBUG init version:0.0.0 force:False [2025-07-31T01:09:17.139Z] 2025-07-31 01:09:17,122 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-07-31T01:09:17.139Z] 2025-07-31 01:09:17,123 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-07-31T01:09:17.139Z] 2025-07-31 01:09:17,123 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-31T01:09:18.518Z] 2025-07-31 01:09:18,410 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-07-31T01:09:18.518Z] 2025-07-31 01:09:18,410 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-07-31T01:09:18.518Z] 2025-07-31 01:09:18,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:09:18.518Z] 2025-07-31 01:09:18,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:09:18.518Z] 4.1.0-dev.26 [Pipeline] } [2025-07-31T01:09:18.524Z] $ docker exec --env ******** --env ******** bc47205828d4618b451f85b9cda528078157f74d505a400adc0a20be0b7b4348 ssh-agent -k [2025-07-31T01:09:18.613Z] unset SSH_AUTH_SOCK; [2025-07-31T01:09:18.614Z] unset SSH_AGENT_PID; [2025-07-31T01:09:18.614Z] echo Agent pid 78 killed; [2025-07-31T01:09:18.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-31T01:09:18.960Z] + git semver [Pipeline] } [2025-07-31T01:09:19.228Z] $ docker stop --time=1 bc47205828d4618b451f85b9cda528078157f74d505a400adc0a20be0b7b4348 [2025-07-31T01:09:20.508Z] $ docker rm -f --volumes bc47205828d4618b451f85b9cda528078157f74d505a400adc0a20be0b7b4348 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-31T01:09:20.854Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-31T01:09:21.093Z] Stashed 1 file(s) [Pipeline] echo [2025-07-31T01:09:21.097Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.26 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:09:21.375Z] provisioning config files... [2025-07-31T01:09:21.385Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8173543762407218238tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:09:21.704Z] ---> ****-login.sh [2025-07-31T01:09:21.704Z] nexus3.edgexfoundry.org:10001 [2025-07-31T01:09:21.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:21.704Z] Login Succeeded [2025-07-31T01:09:21.704Z] nexus3.edgexfoundry.org:10002 [2025-07-31T01:09:21.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:21.704Z] Login Succeeded [2025-07-31T01:09:21.704Z] nexus3.edgexfoundry.org:10003 [2025-07-31T01:09:21.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:21.964Z] Login Succeeded [2025-07-31T01:09:21.964Z] nexus3.edgexfoundry.org:10004 [2025-07-31T01:09:21.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:21.964Z] Login Succeeded [2025-07-31T01:09:21.964Z] ****.io [2025-07-31T01:09:21.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:09:22.225Z] Login Succeeded [2025-07-31T01:09:22.225Z] ---> ****-login.sh ends [Pipeline] } [2025-07-31T01:09:22.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-31T01:09:22.410Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-31T01:09:22.427Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-31T01:09:22.444Z] ========================================================= [2025-07-31T01:09:22.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-31T01:09:22.444Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:09:22.777Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-07-31T01:09:23.345Z] #0 building with "default" instance using docker driver [2025-07-31T01:09:23.345Z] [2025-07-31T01:09:23.345Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:09:23.345Z] #1 transferring dockerfile: 1.69kB done [2025-07-31T01:09:23.345Z] #1 DONE 0.0s [2025-07-31T01:09:23.345Z] [2025-07-31T01:09:23.345Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-31T01:09:23.345Z] #2 DONE 0.1s [2025-07-31T01:09:23.605Z] [2025-07-31T01:09:23.605Z] #3 [internal] load .dockerignore [2025-07-31T01:09:23.605Z] #3 transferring context: 182B done [2025-07-31T01:09:23.605Z] #3 DONE 0.0s [2025-07-31T01:09:23.605Z] [2025-07-31T01:09:23.605Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-31T01:09:23.605Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-31T01:09:23.605Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-31T01:09:23.605Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-07-31T01:09:23.605Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-07-31T01:09:23.605Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-07-31T01:09:23.605Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-07-31T01:09:23.605Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-31T01:09:23.605Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-31T01:09:23.605Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-31T01:09:23.605Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.52MB / 74.06MB 0.2s [2025-07-31T01:09:23.605Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-31T01:09:23.605Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s [2025-07-31T01:09:23.605Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s [2025-07-31T01:09:23.605Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s [2025-07-31T01:09:23.605Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-31T01:09:23.605Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-31T01:09:23.865Z] #4 ... [2025-07-31T01:09:23.865Z] [2025-07-31T01:09:23.865Z] #5 [internal] load build context [2025-07-31T01:09:23.865Z] #5 transferring context: 35.96MB 0.3s done [2025-07-31T01:09:23.865Z] #5 DONE 0.3s [2025-07-31T01:09:23.865Z] [2025-07-31T01:09:23.865Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-31T01:09:23.865Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 30.41MB / 74.06MB 0.3s [2025-07-31T01:09:23.865Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done [2025-07-31T01:09:23.865Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-31T01:09:23.865Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s [2025-07-31T01:09:23.865Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s [2025-07-31T01:09:23.865Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 61.87MB / 74.06MB 0.5s [2025-07-31T01:09:23.865Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 28.31MB / 100.52MB 0.5s [2025-07-31T01:09:23.865Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done [2025-07-31T01:09:23.865Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-07-31T01:09:24.125Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-07-31T01:09:24.125Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 40.89MB / 100.52MB 0.6s [2025-07-31T01:09:24.125Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 59.77MB / 100.52MB 0.7s [2025-07-31T01:09:24.125Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-31T01:09:24.381Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-07-31T01:09:24.381Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 79.69MB / 100.52MB 0.8s [2025-07-31T01:09:24.381Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 98.57MB / 100.52MB 0.9s [2025-07-31T01:09:24.638Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s done [2025-07-31T01:09:28.825Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.0s done [2025-07-31T01:09:28.825Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-31T01:09:28.825Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-31T01:09:28.825Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-31T01:09:28.825Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-31T01:09:28.825Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-31T01:09:28.825Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-31T01:09:28.825Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-31T01:09:31.358Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.5s done [2025-07-31T01:09:31.358Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-31T01:09:31.925Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.5s done [2025-07-31T01:09:31.925Z] #4 DONE 8.4s [2025-07-31T01:09:31.925Z] [2025-07-31T01:09:31.925Z] #6 [builder 2/7] WORKDIR /device-sdk-go [2025-07-31T01:09:33.310Z] #6 DONE 1.6s [2025-07-31T01:09:33.568Z] [2025-07-31T01:09:33.568Z] #7 [builder 3/7] RUN apk add --update --no-cache make git [2025-07-31T01:09:33.568Z] #7 0.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:09:33.826Z] #7 0.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:09:34.085Z] #7 0.717 OK: 248 MiB in 58 packages [2025-07-31T01:09:34.343Z] #7 DONE 0.8s [2025-07-31T01:09:34.343Z] [2025-07-31T01:09:34.343Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:09:34.343Z] #8 DONE 0.0s [2025-07-31T01:09:34.343Z] [2025-07-31T01:09:34.343Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:10:21.022Z] #9 DONE 45.2s [2025-07-31T01:10:21.022Z] [2025-07-31T01:10:21.022Z] #10 [builder 6/7] COPY . . [2025-07-31T01:10:21.022Z] #10 DONE 0.2s [2025-07-31T01:10:21.022Z] [2025-07-31T01:10:21.022Z] #11 [builder 7/7] RUN echo noop [2025-07-31T01:10:21.022Z] #11 0.196 noop [2025-07-31T01:10:21.022Z] #11 DONE 0.2s [2025-07-31T01:10:21.022Z] [2025-07-31T01:10:21.022Z] #12 exporting to image [2025-07-31T01:10:21.022Z] #12 exporting layers [2025-07-31T01:10:27.608Z] #12 exporting layers 7.1s done [2025-07-31T01:10:27.608Z] #12 writing image sha256:1e14c733eebb3748f11511fbdaaec6ba4049222ecea67c4d3a792f271c48c170 done [2025-07-31T01:10:27.608Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-31T01:10:27.608Z] #12 DONE 7.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:10:27.932Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-31T01:10:27.932Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:10:27.999Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:10:28.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-31T01:10:28.305Z] $ docker top 8b75502282cbe5860738f5e84de2b6977f8e526d9c24d709a8981a39d405efe6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:10:28.663Z] + go version [2025-07-31T01:10:28.663Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-31T01:10:28.665Z] $ docker stop --time=1 8b75502282cbe5860738f5e84de2b6977f8e526d9c24d709a8981a39d405efe6 [2025-07-31T01:10:29.922Z] $ docker rm -f --volumes 8b75502282cbe5860738f5e84de2b6977f8e526d9c24d709a8981a39d405efe6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:10:30.375Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-31T01:10:30.375Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:10:30.447Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:10:30.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-31T01:10:30.701Z] $ docker top 5b6c0a7e325844701781f67cb54d86f1838804a5ce03547f6bc30b5d0449dd32 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:10:31.057Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-31T01:10:31.359Z] + make test [2025-07-31T01:10:31.359Z] go test -race -coverprofile=coverage.out ./... [2025-07-31T01:10:39.468Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-07-31T01:11:11.533Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-07-31T01:11:11.533Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-07-31T01:11:11.533Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-07-31T01:11:11.533Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-07-31T01:11:12.910Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/application 1.030s coverage: 2.8% of statements [2025-07-31T01:11:12.910Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.025s coverage: 29.4% of statements [2025-07-31T01:11:14.286Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.029s coverage: 79.3% of statements [2025-07-31T01:11:14.286Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-07-31T01:11:14.286Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-07-31T01:11:15.664Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.031s coverage: 90.4% of statements [2025-07-31T01:11:15.923Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-07-31T01:11:15.923Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-07-31T01:11:15.923Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-07-31T01:11:15.923Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:11:16.859Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.080s coverage: 45.0% of statements [2025-07-31T01:11:17.441Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-07-31T01:11:24.012Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.045s coverage: 14.3% of statements [2025-07-31T01:11:24.012Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 4.234s coverage: 44.6% of statements [2025-07-31T01:11:24.012Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.061s coverage: 69.4% of statements [2025-07-31T01:11:24.012Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.101s coverage: 88.4% of statements [2025-07-31T01:11:24.012Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.046s coverage: 5.0% of statements [2025-07-31T01:11:56.123Z] GO111MODULE=on go vet ./... [2025-07-31T01:11:56.124Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-31T01:11:56.124Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-31T01:11:56.124Z] ./bin/test-attribution-txt.sh [2025-07-31T01:11:56.384Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-31T01:11:56.384Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-31T01:11:56.384Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-31T01:11:56.398Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-31T01:11:56.404Z] $ docker stop --time=1 5b6c0a7e325844701781f67cb54d86f1838804a5ce03547f6bc30b5d0449dd32 [2025-07-31T01:11:59.006Z] $ docker rm -f --volumes 5b6c0a7e325844701781f67cb54d86f1838804a5ce03547f6bc30b5d0449dd32 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-31T01:11:59.667Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-31T01:11:59.746Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-31T01:12:00.214Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-31T01:12:00.499Z] + ls -al . [2025-07-31T01:12:00.499Z] total 608 [2025-07-31T01:12:00.499Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 31 01:10 . [2025-07-31T01:12:00.499Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 01:08 .. [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 31 01:08 .dockerignore [2025-07-31T01:12:00.499Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 01:11 .git [2025-07-31T01:12:00.499Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 01:08 .github [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 31 01:08 .gitignore [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 199 Jul 31 01:08 .golangci.yml [2025-07-31T01:12:00.499Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 01:09 .semver [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 53715 Jul 31 01:08 CHANGELOG.md [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 01:08 GOVERNANCE.md [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 882 Jul 31 01:08 Jenkinsfile [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 31 01:08 LICENSE [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 2424 Jul 31 01:08 Makefile [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 31 01:08 OWNERS.md [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 31 01:08 README.md [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 31 01:09 VERSION [2025-07-31T01:12:00.499Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 01:08 bin [2025-07-31T01:12:00.499Z] -rw-r--r-- 1 jenkins jenkins 364361 Jul 31 01:11 coverage.out [2025-07-31T01:12:00.499Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 31 01:08 example [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 6112 Jul 31 01:08 go.mod [2025-07-31T01:12:00.499Z] -rw-rw-r-- 1 jenkins jenkins 86554 Jul 31 01:08 go.sum [2025-07-31T01:12:00.499Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 31 01:08 internal [2025-07-31T01:12:00.499Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 01:08 openapi [2025-07-31T01:12:00.500Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 31 01:08 pkg [2025-07-31T01:12:00.500Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 01:08 snap [2025-07-31T01:12:00.500Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 31 01:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:12:00.815Z] + 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=4b6ca8d70c9af3126d05ae705606c288373503ea --label arch=amd64 --label version=4.1.0-dev.26 . [2025-07-31T01:12:01.073Z] #0 building with "default" instance using docker driver [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:12:01.073Z] #1 transferring dockerfile: 1.69kB done [2025-07-31T01:12:01.073Z] #1 DONE 0.0s [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-31T01:12:01.073Z] #2 DONE 0.0s [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-31T01:12:01.073Z] #3 DONE 0.1s [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #4 [internal] load .dockerignore [2025-07-31T01:12:01.073Z] #4 transferring context: 182B done [2025-07-31T01:12:01.073Z] #4 DONE 0.0s [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #5 [internal] load build context [2025-07-31T01:12:01.073Z] #5 transferring context: 394.87kB 0.0s done [2025-07-31T01:12:01.073Z] #5 DONE 0.1s [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:12:01.073Z] #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-31T01:12:01.073Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-07-31T01:12:01.073Z] #6 ... [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-31T01:12:01.073Z] #7 DONE 0.1s [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #8 [builder 2/7] WORKDIR /device-sdk-go [2025-07-31T01:12:01.073Z] #8 DONE 0.0s [2025-07-31T01:12:01.073Z] [2025-07-31T01:12:01.073Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:12:01.073Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-07-31T01:12:01.073Z] #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-31T01:12:01.073Z] #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-31T01:12:01.073Z] #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-31T01:12:01.073Z] #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-31T01:12:01.337Z] #6 DONE 0.3s [2025-07-31T01:12:01.337Z] [2025-07-31T01:12:01.337Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-31T01:12:01.337Z] #9 0.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:12:01.601Z] #9 0.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:12:01.861Z] #9 ... [2025-07-31T01:12:01.861Z] [2025-07-31T01:12:01.861Z] #10 [builder 3/7] RUN apk add --update --no-cache make git [2025-07-31T01:12:01.861Z] #10 0.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:12:01.861Z] #10 0.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:12:01.861Z] #10 0.543 OK: 248 MiB in 58 packages [2025-07-31T01:12:01.861Z] #10 DONE 0.6s [2025-07-31T01:12:01.861Z] [2025-07-31T01:12:01.861Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:12:01.861Z] #11 DONE 0.0s [2025-07-31T01:12:01.861Z] [2025-07-31T01:12:01.861Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-31T01:12:01.861Z] #9 0.563 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-31T01:12:01.861Z] #9 0.572 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:12:01.861Z] #9 0.578 OK: 8 MiB in 15 packages [2025-07-31T01:12:01.861Z] #9 DONE 0.7s [2025-07-31T01:12:01.861Z] [2025-07-31T01:12:01.861Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:12:02.429Z] #12 DONE 0.6s [2025-07-31T01:12:02.429Z] [2025-07-31T01:12:02.429Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-31T01:12:02.429Z] #13 0.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:12:02.429Z] #13 0.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:12:02.688Z] #13 ... [2025-07-31T01:12:02.688Z] [2025-07-31T01:12:02.688Z] #14 [builder 6/7] COPY . . [2025-07-31T01:12:02.688Z] #14 DONE 0.2s [2025-07-31T01:12:02.688Z] [2025-07-31T01:12:02.688Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-31T01:12:02.688Z] #13 0.665 OK: 8 MiB in 15 packages [2025-07-31T01:12:02.688Z] #13 DONE 0.8s [2025-07-31T01:12:02.688Z] [2025-07-31T01:12:02.688Z] #15 [builder 7/7] RUN make build [2025-07-31T01:12:02.947Z] #15 0.348 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.26 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-07-31T01:12:24.887Z] #15 DONE 21.8s [2025-07-31T01:12:24.887Z] [2025-07-31T01:12:24.887Z] #16 [stage-1 4/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-07-31T01:12:24.887Z] #16 DONE 0.0s [2025-07-31T01:12:24.887Z] [2025-07-31T01:12:24.887Z] #17 [stage-1 5/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-07-31T01:12:24.887Z] #17 DONE 0.2s [2025-07-31T01:12:24.887Z] [2025-07-31T01:12:24.887Z] #18 [stage-1 6/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-07-31T01:12:24.887Z] #18 DONE 0.0s [2025-07-31T01:12:24.887Z] [2025-07-31T01:12:24.887Z] #19 exporting to image [2025-07-31T01:12:24.887Z] #19 exporting layers [2025-07-31T01:12:24.887Z] #19 exporting layers 0.3s done [2025-07-31T01:12:25.146Z] #19 writing image sha256:2955d4bb140bc80fc4583d9f059037562a10b78fa718ad7885f12ea43263a55e done [2025-07-31T01:12:25.146Z] #19 naming to docker.io/library/device-sdk-simple done [2025-07-31T01:12:25.146Z] #19 DONE 0.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:12:25.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:12:25.643Z] [2025-07-31T01:12:25.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:12:25.944Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:12:25.945Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-31T01:12:25.945Z] 5eb5b503b376: Pulling fs layer [2025-07-31T01:12:25.945Z] 5c69ac0246d0: Pulling fs layer [2025-07-31T01:12:25.945Z] ec43610c2a17: Pulling fs layer [2025-07-31T01:12:25.945Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-31T01:12:25.945Z] 33b1e0a273af: Pulling fs layer [2025-07-31T01:12:25.945Z] 5d3b04190fa2: Pulling fs layer [2025-07-31T01:12:25.945Z] 2f39f015ded8: Pulling fs layer [2025-07-31T01:12:25.945Z] 33b1e0a273af: Waiting [2025-07-31T01:12:25.945Z] 5d3b04190fa2: Waiting [2025-07-31T01:12:25.945Z] 2f39f015ded8: Waiting [2025-07-31T01:12:25.945Z] 3a2ae6a8a46f: Waiting [2025-07-31T01:12:25.945Z] 5c69ac0246d0: Verifying Checksum [2025-07-31T01:12:25.945Z] 5c69ac0246d0: Download complete [2025-07-31T01:12:25.945Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-31T01:12:25.945Z] 3a2ae6a8a46f: Download complete [2025-07-31T01:12:25.945Z] 33b1e0a273af: Verifying Checksum [2025-07-31T01:12:25.945Z] 33b1e0a273af: Download complete [2025-07-31T01:12:25.945Z] ec43610c2a17: Verifying Checksum [2025-07-31T01:12:25.945Z] ec43610c2a17: Download complete [2025-07-31T01:12:25.945Z] 5d3b04190fa2: Verifying Checksum [2025-07-31T01:12:25.945Z] 5d3b04190fa2: Download complete [2025-07-31T01:12:26.202Z] 5eb5b503b376: Verifying Checksum [2025-07-31T01:12:26.202Z] 5eb5b503b376: Download complete [2025-07-31T01:12:26.766Z] 2f39f015ded8: Verifying Checksum [2025-07-31T01:12:26.766Z] 2f39f015ded8: Download complete [2025-07-31T01:12:27.698Z] 5eb5b503b376: Pull complete [2025-07-31T01:12:27.698Z] 5c69ac0246d0: Pull complete [2025-07-31T01:12:28.266Z] ec43610c2a17: Pull complete [2025-07-31T01:12:28.266Z] 3a2ae6a8a46f: Pull complete [2025-07-31T01:12:28.525Z] 33b1e0a273af: Pull complete [2025-07-31T01:12:28.525Z] 5d3b04190fa2: Pull complete [2025-07-31T01:12:33.792Z] 2f39f015ded8: Pull complete [2025-07-31T01:12:33.792Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-31T01:12:33.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:12:33.792Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:12:33.882Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:12:33.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-31T01:12:35.240Z] $ docker top f4d9c73bcc36cd75bebc816cbb1b0f3ec6fce6d1955d2cb702b759a5237d951d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:12:35.616Z] ---> job-cost.sh [2025-07-31T01:12:35.617Z] lf-activate-venv: SKIPPING [2025-07-31T01:12:35.617Z] INFO: No Stack... [2025-07-31T01:12:35.875Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-31T01:12:36.444Z] INFO: Archiving Costs [Pipeline] sh [2025-07-31T01:12:36.734Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-07-31T01:12:36.734Z] + cut -d, -f6 [Pipeline] lock [2025-07-31T01:12:36.749Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-381-stack-cost] [2025-07-31T01:12:36.756Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-381-stack-cost] did not exist. Created. [2025-07-31T01:12:36.762Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-381-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-31T01:12:37.075Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-31T01:12:37.113Z] Stashed 1 file(s) [Pipeline] } [2025-07-31T01:12:37.121Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-381-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-31T01:12:37.140Z] $ docker stop --time=1 f4d9c73bcc36cd75bebc816cbb1b0f3ec6fce6d1955d2cb702b759a5237d951d [2025-07-31T01:12:38.264Z] $ docker rm -f --volumes f4d9c73bcc36cd75bebc816cbb1b0f3ec6fce6d1955d2cb702b759a5237d951d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-07-31T01:12:38.528Z] provisioning config files... [2025-07-31T01:12:38.535Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16486986363203584759tmp [Pipeline] { [Pipeline] sh [2025-07-31T01:12:38.832Z] + set +x [2025-07-31T01:12:38.832Z] + curl -s https://codecov.io/bash [2025-07-31T01:12:38.832Z] + bash -s -- [2025-07-31T01:12:38.832Z] [2025-07-31T01:12:38.832Z] _____ _ [2025-07-31T01:12:38.832Z] / ____| | | [2025-07-31T01:12:38.832Z] | | ___ __| | ___ ___ _____ __ [2025-07-31T01:12:38.832Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-31T01:12:38.832Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-31T01:12:38.832Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-31T01:12:38.832Z] Bash-1.0.6 [2025-07-31T01:12:38.832Z] [2025-07-31T01:12:38.832Z] [2025-07-31T01:12:38.832Z] ==> git version 2.25.1 found [2025-07-31T01:12:38.832Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-07-31T01:12:38.832Z] Release-Date: 2020-01-08 [2025-07-31T01:12:38.832Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-07-31T01:12:38.832Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-31T01:12:38.832Z] ==> Jenkins CI detected. [2025-07-31T01:12:38.832Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-07-31T01:12:38.832Z] project root: . [2025-07-31T01:12:38.832Z] --> token set from env [2025-07-31T01:12:38.832Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-31T01:12:38.832Z] ==> Running gcov in . (disable via -X gcov) [2025-07-31T01:12:38.832Z] ==> Python coveragepy not found [2025-07-31T01:12:38.832Z] ==> Searching for coverage reports in: [2025-07-31T01:12:38.832Z] + . [2025-07-31T01:12:39.091Z] -> Found 1 reports [2025-07-31T01:12:39.091Z] ==> Detecting git/mercurial file structure [2025-07-31T01:12:39.091Z] ==> Reading reports [2025-07-31T01:12:39.091Z] + ./coverage.out bytes=364361 [2025-07-31T01:12:39.091Z] ==> Appending adjustments [2025-07-31T01:12:39.091Z] https://docs.codecov.io/docs/fixing-reports [2025-07-31T01:12:39.350Z] + Found adjustments [2025-07-31T01:12:39.350Z] ==> Gzipping contents [2025-07-31T01:12:39.350Z] 36K /tmp/codecov.3u6hE3.gz [2025-07-31T01:12:39.350Z] ==> Uploading reports [2025-07-31T01:12:39.350Z] url: https://codecov.io [2025-07-31T01:12:39.350Z] query: branch=main&commit=4b6ca8d70c9af3126d05ae705606c288373503ea&build=381&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F381%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-31T01:12:39.350Z] -> Pinging Codecov [2025-07-31T01:12:39.350Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4b6ca8d70c9af3126d05ae705606c288373503ea&build=381&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F381%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-31T01:12:39.609Z] -> Uploading to [2025-07-31T01:12:39.609Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/4b6ca8d70c9af3126d05ae705606c288373503ea/a0550e23-d819-4174-bde2-4becfe84bfe8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250731%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250731T011239Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=43a247767813428a7c26140216c996d18f8b076a79e516beb392b66fd69c2c13 [2025-07-31T01:12:39.609Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-31T01:12:39.609Z] Dload Upload Total Spent Left Speed [2025-07-31T01:12:39.868Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35954 0 0 100 35954 0 156k --:--:-- --:--:-- --:--:-- 156k [2025-07-31T01:12:39.868Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/4b6ca8d70c9af3126d05ae705606c288373503ea [Pipeline] } [2025-07-31T01:12:39.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-31T01:12:40.093Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-31T01:12:40.112Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:12:40.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-31T01:12:40.422Z] [2025-07-31T01:12:40.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:12:40.728Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-31T01:12:40.728Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-31T01:12:40.728Z] 0a9a5dfd008f: Already exists [2025-07-31T01:12:40.728Z] 36466aa92d05: Already exists [2025-07-31T01:12:40.728Z] e10405b45d13: Already exists [2025-07-31T01:12:40.728Z] 096b7ceb2af7: Already exists [2025-07-31T01:12:40.728Z] 4f4fb700ef54: Already exists [2025-07-31T01:12:40.728Z] e50aa161e22a: Pulling fs layer [2025-07-31T01:12:40.728Z] d3c8db5fb9df: Pulling fs layer [2025-07-31T01:12:40.986Z] e50aa161e22a: Verifying Checksum [2025-07-31T01:12:40.986Z] e50aa161e22a: Download complete [2025-07-31T01:12:41.258Z] e50aa161e22a: Pull complete [2025-07-31T01:12:42.194Z] d3c8db5fb9df: Verifying Checksum [2025-07-31T01:12:42.194Z] d3c8db5fb9df: Download complete [2025-07-31T01:12:45.477Z] d3c8db5fb9df: Pull complete [2025-07-31T01:12:45.477Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-31T01:12:45.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-31T01:12:45.477Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:12:45.576Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:12:45.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-07-31T01:12:46.858Z] $ docker top a1eb306c400286f7851371c4b3abfdb1f4950d31fc6e7b1f480bf9c7e1a344d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:12:47.209Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-07-31T01:12:47.220Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-07-31T01:12:47.503Z] + set -o pipefail [2025-07-31T01:12:47.503Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-07-31T01:12:55.614Z] [2025-07-31T01:12:55.614Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-07-31T01:12:55.614Z] [2025-07-31T01:12:55.614Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/b2041a86-1e40-48aa-ab3e-5564ba2372ab [2025-07-31T01:12:55.614Z] [2025-07-31T01:12:55.614Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-31T01:12:55.614Z] [Pipeline] } [2025-07-31T01:12:56.184Z] $ docker stop --time=1 a1eb306c400286f7851371c4b3abfdb1f4950d31fc6e7b1f480bf9c7e1a344d6 [2025-07-31T01:12:58.565Z] $ docker rm -f --volumes a1eb306c400286f7851371c4b3abfdb1f4950d31fc6e7b1f480bf9c7e1a344d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-07-31T01:12:59.118Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:12:59.141Z] provisioning config files... [2025-07-31T01:12:59.154Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1124288090908133492tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:12:59.449Z] --> edgex-publish-swagger.sh [2025-07-31T01:12:59.449Z] === Publish openapi API === [2025-07-31T01:12:59.449Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-07-31T01:12:59.449Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-07-31T01:12:59.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-31T01:12:59.449Z] Dload Upload Total Spent Left Speed [2025-07-31T01:12:59.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38224 100 66 100 38158 345 195k --:--:-- --:--:-- --:--:-- 195k [2025-07-31T01:12:59.449Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-31T01:12:59.449Z] [Pipeline] } [2025-07-31T01:12:59.455Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-31T01:12:59.901Z] + git log --format=format:%s -1 4b6ca8d70c9af3126d05ae705606c288373503ea [Pipeline] sh [2025-07-31T01:13:00.186Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-31T01:13:00.186Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:13:00.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:13:00.492Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:13:00.570Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:13:00.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-31T01:13:00.852Z] $ docker top 711aeca301e8f063841b888003efbf95ee62c859e1b3b3bd5ab2101ebec66b67 -eo pid,comm [2025-07-31T01:13:00.902Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-31T01:13:00.902Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-31T01:13:00.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-31T01:13:00.964Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-31T01:13:01.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-31T01:13:01.063Z] $ docker exec 711aeca301e8f063841b888003efbf95ee62c859e1b3b3bd5ab2101ebec66b67 ssh-agent [2025-07-31T01:13:01.174Z] SSH_AUTH_SOCK=/tmp/ssh-HmXTnW21Kl3S/agent.32 [2025-07-31T01:13:01.174Z] SSH_AGENT_PID=38 [2025-07-31T01:13:01.179Z] Running ssh-add (command line suppressed) [2025-07-31T01:13:01.277Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3856039308376277290.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3856039308376277290.key) [2025-07-31T01:13:01.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-31T01:13:01.591Z] + git semver tag [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,788 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,792 [run_tag] DEBUG tag force:False [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,792 [check_head_tag] DEBUG check head tag [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,792 [execute] INFO git cat-file --batch-check [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,793 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,795 [execute] INFO git cat-file --batch [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,795 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,811 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,811 [execute] INFO git tag -a v4.1.0-dev.26 -m v4.1.0-dev.26 [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,811 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.26', '-m', 'v4.1.0-dev.26'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-31T01:13:01.850Z] 2025-07-31 01:13:01,815 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:13:01.850Z] 4.1.0-dev.26 [Pipeline] } [2025-07-31T01:13:01.854Z] $ docker exec --env ******** --env ******** 711aeca301e8f063841b888003efbf95ee62c859e1b3b3bd5ab2101ebec66b67 ssh-agent -k [2025-07-31T01:13:01.951Z] unset SSH_AUTH_SOCK; [2025-07-31T01:13:01.951Z] unset SSH_AGENT_PID; [2025-07-31T01:13:01.951Z] echo Agent pid 38 killed; [2025-07-31T01:13:01.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-31T01:13:02.286Z] + git semver [Pipeline] } [2025-07-31T01:13:02.551Z] $ docker stop --time=1 711aeca301e8f063841b888003efbf95ee62c859e1b3b3bd5ab2101ebec66b67 [2025-07-31T01:13:03.802Z] $ docker rm -f --volumes 711aeca301e8f063841b888003efbf95ee62c859e1b3b3bd5ab2101ebec66b67 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:13:04.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-31T01:13:04.222Z] [2025-07-31T01:13:04.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:13:04.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-31T01:13:04.522Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-31T01:13:04.522Z] ab5ef0e58194: Pulling fs layer [2025-07-31T01:13:04.522Z] 9712f1f96733: Pulling fs layer [2025-07-31T01:13:04.522Z] 63f879dbbcfc: Pulling fs layer [2025-07-31T01:13:04.522Z] 0d9ebad4ef96: Pulling fs layer [2025-07-31T01:13:04.522Z] e9a5061849ea: Pulling fs layer [2025-07-31T01:13:04.522Z] d747dcd14b5f: Pulling fs layer [2025-07-31T01:13:04.522Z] 2de7ff778b66: Pulling fs layer [2025-07-31T01:13:04.522Z] 0d9ebad4ef96: Waiting [2025-07-31T01:13:04.522Z] e9a5061849ea: Waiting [2025-07-31T01:13:04.522Z] d747dcd14b5f: Waiting [2025-07-31T01:13:04.522Z] 2de7ff778b66: Waiting [2025-07-31T01:13:04.522Z] 9712f1f96733: Verifying Checksum [2025-07-31T01:13:04.522Z] 9712f1f96733: Download complete [2025-07-31T01:13:04.780Z] 63f879dbbcfc: Verifying Checksum [2025-07-31T01:13:04.780Z] 63f879dbbcfc: Download complete [2025-07-31T01:13:05.038Z] ab5ef0e58194: Verifying Checksum [2025-07-31T01:13:05.038Z] ab5ef0e58194: Download complete [2025-07-31T01:13:05.038Z] e9a5061849ea: Verifying Checksum [2025-07-31T01:13:05.038Z] e9a5061849ea: Download complete [2025-07-31T01:13:05.038Z] d747dcd14b5f: Download complete [2025-07-31T01:13:05.038Z] 0d9ebad4ef96: Verifying Checksum [2025-07-31T01:13:05.038Z] 0d9ebad4ef96: Download complete [2025-07-31T01:13:05.295Z] 2de7ff778b66: Verifying Checksum [2025-07-31T01:13:05.295Z] 2de7ff778b66: Download complete [2025-07-31T01:13:08.580Z] ab5ef0e58194: Pull complete [2025-07-31T01:13:08.580Z] 9712f1f96733: Pull complete [2025-07-31T01:13:08.840Z] 63f879dbbcfc: Pull complete [2025-07-31T01:13:14.113Z] 0d9ebad4ef96: Pull complete [2025-07-31T01:13:14.113Z] e9a5061849ea: Pull complete [2025-07-31T01:13:14.113Z] d747dcd14b5f: Pull complete [2025-07-31T01:13:15.051Z] 2de7ff778b66: Pull complete [2025-07-31T01:13:15.051Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-31T01:13:15.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-31T01:13:15.051Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:13:15.174Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:13:15.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-31T01:13:17.060Z] $ docker top 75806fe16d6ae7e8fa6f4dbbc970032ea317336e0e1a8038acb3beb66aa0355a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:13:17.135Z] provisioning config files... [2025-07-31T01:13:17.142Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5711342634295109020tmp [2025-07-31T01:13:17.153Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3955088198405347269tmp [2025-07-31T01:13:17.163Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5864706508523149487tmp [Pipeline] { [Pipeline] echo [2025-07-31T01:13:17.235Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:17.528Z] ---> sigul-configuration.sh [2025-07-31T01:13:17.528Z] gpg: directory `/root/.gnupg' created [2025-07-31T01:13:17.528Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-31T01:13:17.528Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-31T01:13:17.528Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-31T01:13:17.528Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-31T01:13:17.528Z] gpg: CAST5 encrypted data [2025-07-31T01:13:17.528Z] gpg: encrypted with 1 passphrase [2025-07-31T01:13:17.528Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-31T01:13:17.825Z] + mkdir /home/jenkins [2025-07-31T01:13:17.825Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-31T01:13:18.116Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-07-31T01:13:18.132Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:18.422Z] ---> sigul-install.sh [2025-07-31T01:13:18.422Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-31T01:13:18.716Z] + git tag --list [2025-07-31T01:13:18.716Z] 0.7.1 [2025-07-31T01:13:18.716Z] delhi-tag [2025-07-31T01:13:18.716Z] v1.0.0 [2025-07-31T01:13:18.716Z] v1.1.0 [2025-07-31T01:13:18.716Z] v1.1.1 [2025-07-31T01:13:18.716Z] v1.1.2 [2025-07-31T01:13:18.716Z] v1.2.0 [2025-07-31T01:13:18.716Z] v1.2.1 [2025-07-31T01:13:18.716Z] v1.2.2 [2025-07-31T01:13:18.716Z] v1.2.3 [2025-07-31T01:13:18.716Z] v1.3.0 [2025-07-31T01:13:18.716Z] v1.4.0 [2025-07-31T01:13:18.716Z] v2.0.0 [2025-07-31T01:13:18.716Z] v2.1.0 [2025-07-31T01:13:18.716Z] v2.1.1 [2025-07-31T01:13:18.716Z] v2.2.0 [2025-07-31T01:13:18.716Z] v2.3.0 [2025-07-31T01:13:18.716Z] v2.3.1 [2025-07-31T01:13:18.716Z] v3.0 [2025-07-31T01:13:18.716Z] v3.0.0 [2025-07-31T01:13:18.716Z] v3.1 [2025-07-31T01:13:18.716Z] v3.1.0 [2025-07-31T01:13:18.716Z] v3.1.1 [2025-07-31T01:13:18.716Z] v4.0 [2025-07-31T01:13:18.716Z] v4.0.0 [2025-07-31T01:13:18.716Z] v4.1.0-dev.1 [2025-07-31T01:13:18.716Z] v4.1.0-dev.10 [2025-07-31T01:13:18.716Z] v4.1.0-dev.11 [2025-07-31T01:13:18.716Z] v4.1.0-dev.12 [2025-07-31T01:13:18.716Z] v4.1.0-dev.13 [2025-07-31T01:13:18.716Z] v4.1.0-dev.14 [2025-07-31T01:13:18.716Z] v4.1.0-dev.15 [2025-07-31T01:13:18.716Z] v4.1.0-dev.16 [2025-07-31T01:13:18.716Z] v4.1.0-dev.17 [2025-07-31T01:13:18.716Z] v4.1.0-dev.18 [2025-07-31T01:13:18.716Z] v4.1.0-dev.19 [2025-07-31T01:13:18.716Z] v4.1.0-dev.2 [2025-07-31T01:13:18.716Z] v4.1.0-dev.20 [2025-07-31T01:13:18.716Z] v4.1.0-dev.21 [2025-07-31T01:13:18.716Z] v4.1.0-dev.22 [2025-07-31T01:13:18.716Z] v4.1.0-dev.23 [2025-07-31T01:13:18.716Z] v4.1.0-dev.24 [2025-07-31T01:13:18.716Z] v4.1.0-dev.25 [2025-07-31T01:13:18.716Z] v4.1.0-dev.26 [2025-07-31T01:13:18.716Z] v4.1.0-dev.3 [2025-07-31T01:13:18.716Z] v4.1.0-dev.4 [2025-07-31T01:13:18.716Z] v4.1.0-dev.5 [2025-07-31T01:13:18.716Z] v4.1.0-dev.6 [2025-07-31T01:13:18.716Z] v4.1.0-dev.7 [2025-07-31T01:13:18.716Z] v4.1.0-dev.8 [2025-07-31T01:13:18.716Z] v4.1.0-dev.9 [Pipeline] sh [2025-07-31T01:13:19.009Z] + lftools sign git-tag v4.1.0-dev.26 [2025-07-31T01:13:19.579Z] Signing Git tag with Sigul... [2025-07-31T01:13:19.579Z] Signing v4.1.0-dev.26 [Pipeline] echo [2025-07-31T01:13:19.850Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:20.144Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-31T01:13:20.150Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-31T01:13:20.176Z] $ docker stop --time=1 75806fe16d6ae7e8fa6f4dbbc970032ea317336e0e1a8038acb3beb66aa0355a [2025-07-31T01:13:21.451Z] $ docker rm -f --volumes 75806fe16d6ae7e8fa6f4dbbc970032ea317336e0e1a8038acb3beb66aa0355a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-31T01:13:21.894Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-31T01:13:21.894Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:13:22.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:13:22.197Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:13:22.272Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:13:22.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-31T01:13:22.527Z] $ docker top 22c13ea023b12e2f13f68b6b0a40ffd39e169a70431ab220aae1a0e43d02ca92 -eo pid,comm [2025-07-31T01:13:22.566Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-31T01:13:22.566Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-31T01:13:22.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-31T01:13:22.624Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-31T01:13:22.724Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-31T01:13:22.722Z] $ docker exec 22c13ea023b12e2f13f68b6b0a40ffd39e169a70431ab220aae1a0e43d02ca92 ssh-agent [2025-07-31T01:13:22.832Z] SSH_AUTH_SOCK=/tmp/ssh-cfQCzSwjzcQ9/agent.34 [2025-07-31T01:13:22.832Z] SSH_AGENT_PID=40 [2025-07-31T01:13:22.837Z] Running ssh-add (command line suppressed) [2025-07-31T01:13:22.929Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13452245829525656455.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13452245829525656455.key) [2025-07-31T01:13:22.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-31T01:13:23.302Z] + git semver bump pre [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,442 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,446 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,446 [bump_version] DEBUG bumping version:4.1.0-dev.26 on axis:pre with prefix:dev [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,446 [bump_version] DEBUG bumped version:4.1.0-dev.27 [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,446 [write_version] DEBUG write version:4.1.0-dev.27 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,446 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,446 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,448 [execute] INFO git cat-file --batch-check [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,449 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,452 [execute] INFO git cat-file --batch [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,452 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-31T01:13:23.587Z] 2025-07-31 01:13:23,455 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:13:23.587Z] 4.1.0-dev.27 [Pipeline] } [2025-07-31T01:13:23.601Z] $ docker exec --env ******** --env ******** 22c13ea023b12e2f13f68b6b0a40ffd39e169a70431ab220aae1a0e43d02ca92 ssh-agent -k [2025-07-31T01:13:23.677Z] unset SSH_AUTH_SOCK; [2025-07-31T01:13:23.678Z] unset SSH_AGENT_PID; [2025-07-31T01:13:23.678Z] echo Agent pid 40 killed; [2025-07-31T01:13:23.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-31T01:13:24.053Z] + git semver [Pipeline] } [2025-07-31T01:13:24.351Z] $ docker stop --time=1 22c13ea023b12e2f13f68b6b0a40ffd39e169a70431ab220aae1a0e43d02ca92 [2025-07-31T01:13:25.623Z] $ docker rm -f --volumes 22c13ea023b12e2f13f68b6b0a40ffd39e169a70431ab220aae1a0e43d02ca92 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-31T01:13:25.975Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-31T01:13:25.975Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:13:26.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:13:26.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:13:26.362Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:13:26.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-31T01:13:26.718Z] $ docker top 625c8d1160412138f56137d376369bc932e4a295591f9d8fa2198c6025fcf848 -eo pid,comm [2025-07-31T01:13:26.759Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-31T01:13:26.759Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-31T01:13:26.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-31T01:13:26.820Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-31T01:13:26.930Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-31T01:13:26.930Z] $ docker exec 625c8d1160412138f56137d376369bc932e4a295591f9d8fa2198c6025fcf848 ssh-agent [2025-07-31T01:13:27.018Z] SSH_AUTH_SOCK=/tmp/ssh-sAx7KYLXmSdp/agent.32 [2025-07-31T01:13:27.018Z] SSH_AGENT_PID=38 [2025-07-31T01:13:27.022Z] Running ssh-add (command line suppressed) [2025-07-31T01:13:27.110Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6770399272153075811.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6770399272153075811.key) [2025-07-31T01:13:27.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-31T01:13:27.419Z] + git semver push [2025-07-31T01:13:27.678Z] 2025-07-31 01:13:27,655 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-31T01:13:27.678Z] 2025-07-31 01:13:27,661 [run_push] DEBUG push [2025-07-31T01:13:27.678Z] 2025-07-31 01:13:27,662 [execute] INFO git cat-file --batch-check [2025-07-31T01:13:27.678Z] 2025-07-31 01:13:27,662 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-31T01:13:27.678Z] 2025-07-31 01:13:27,664 [execute] INFO git rev-list 1e78ddb9346559d321c7f9dd3c205d1f22605dea -- [2025-07-31T01:13:27.678Z] 2025-07-31 01:13:27,664 [execute] DEBUG Popen(['git', 'rev-list', '1e78ddb9346559d321c7f9dd3c205d1f22605dea', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-31T01:13:27.938Z] 2025-07-31 01:13:27,683 [execute] INFO git fetch -v -- origin [2025-07-31T01:13:27.938Z] 2025-07-31 01:13:27,684 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-31T01:13:28.197Z] 2025-07-31 01:13:28,144 [run_push] DEBUG no remote changes detected [2025-07-31T01:13:28.197Z] 2025-07-31 01:13:28,144 [execute] INFO git push origin semver [2025-07-31T01:13:28.197Z] 2025-07-31 01:13:28,144 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-31T01:13:29.133Z] 2025-07-31 01:13:28,865 [run_push] DEBUG push all version tags [2025-07-31T01:13:29.133Z] 2025-07-31 01:13:28,865 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-31T01:13:29.133Z] 2025-07-31 01:13:28,866 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-31T01:13:29.700Z] 2025-07-31 01:13:29,569 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-07-31T01:13:29.700Z] 4.1.0-dev.27 [Pipeline] } [2025-07-31T01:13:29.706Z] $ docker exec --env ******** --env ******** 625c8d1160412138f56137d376369bc932e4a295591f9d8fa2198c6025fcf848 ssh-agent -k [2025-07-31T01:13:29.810Z] unset SSH_AUTH_SOCK; [2025-07-31T01:13:29.810Z] unset SSH_AGENT_PID; [2025-07-31T01:13:29.810Z] echo Agent pid 38 killed; [2025-07-31T01:13:29.823Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-31T01:13:30.144Z] + git semver [Pipeline] } [2025-07-31T01:13:30.414Z] $ docker stop --time=1 625c8d1160412138f56137d376369bc932e4a295591f9d8fa2198c6025fcf848 [2025-07-31T01:13:31.672Z] $ docker rm -f --volumes 625c8d1160412138f56137d376369bc932e4a295591f9d8fa2198c6025fcf848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-31T01:13:32.288Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-07-31T01:13:32.288Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-07-31T01:13:32.288Z] total 16 [2025-07-31T01:13:32.288Z] drwxr-xr-x 3 root root 4096 Jul 31 01:12 . [2025-07-31T01:13:32.288Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 31 01:13 .. [2025-07-31T01:13:32.288Z] drwxr-xr-x 2 root root 4096 Jul 31 01:12 cost [2025-07-31T01:13:32.288Z] -rw-r--r-- 1 root root 85 Jul 31 01:12 cost.csv [2025-07-31T01:13:32.288Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-07-31T01:13:32.288Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-07-31T01:13:32.288Z] total 16 [2025-07-31T01:13:32.288Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 01:12 . [2025-07-31T01:13:32.288Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 31 01:13 .. [2025-07-31T01:13:32.288Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 31 01:12 cost [2025-07-31T01:13:32.288Z] -rw-r--r-- 1 jenkins jenkins 85 Jul 31 01:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:32.575Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:33.427Z] ---> package-listing.sh [2025-07-31T01:13:33.427Z] ++ facter osfamily [2025-07-31T01:13:33.427Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-31T01:13:33.684Z] + OS_FAMILY=debian [2025-07-31T01:13:33.684Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-07-31T01:13:33.684Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-31T01:13:33.684Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-31T01:13:33.684Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-31T01:13:33.684Z] + PACKAGES=/tmp/packages_start.txt [2025-07-31T01:13:33.684Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-07-31T01:13:33.684Z] + PACKAGES=/tmp/packages_end.txt [2025-07-31T01:13:33.684Z] + case "${OS_FAMILY}" in [2025-07-31T01:13:33.684Z] + dpkg -l [2025-07-31T01:13:33.684Z] + grep '^ii' [2025-07-31T01:13:33.684Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-31T01:13:33.684Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-31T01:13:33.684Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-31T01:13:33.684Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-07-31T01:13:33.684Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-07-31T01:13:33.684Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2025-07-31T01:13:33.695Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-31T01:13:33.971Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:13:34.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:13:34.528Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:13:34.596Z] prd-ubuntu20.04-docker-8c-8g-5995 does not seem to be running inside a container [2025-07-31T01:13:34.621Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-31T01:13:34.848Z] $ docker top b9e58721df1b2066a1461bea4cf35c8933f4de92b6433acdf07b862008e2e551 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:13:35.185Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-31T01:13:35.471Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-31T01:13:35.756Z] + ls /var/log/sa-host [2025-07-31T01:13:35.756Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:13:35.903Z] provisioning config files... [2025-07-31T01:13:35.911Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16045242387808392701tmp [Pipeline] { [Pipeline] echo [2025-07-31T01:13:35.927Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:36.207Z] ---> create-netrc.sh [Pipeline] } [2025-07-31T01:13:36.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:36.544Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-31T01:13:36.550Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:36.827Z] ---> sudo-logs.sh [2025-07-31T01:13:36.827Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-31T01:13:36.859Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:37.137Z] ---> job-cost.sh [2025-07-31T01:13:37.137Z] lf-activate-venv: SKIPPING [2025-07-31T01:13:37.137Z] DEBUG: total: 0.2199999988079071 [2025-07-31T01:13:37.137Z] INFO: Retrieving Stack Cost... [2025-07-31T01:13:37.395Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-31T01:13:37.654Z] INFO: Archiving Costs [Pipeline] echo [2025-07-31T01:13:37.666Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:13:37.946Z] ---> logs-deploy.sh [2025-07-31T01:13:37.946Z] lf-activate-venv: SKIPPING [2025-07-31T01:13:37.946Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/381 [2025-07-31T01:13:37.946Z] INFO: archiving workspace using pattern(s): [2025-07-31T01:13:38.883Z] Archives upload complete. [2025-07-31T01:13:39.141Z] INFO: archiving logs to Nexus [2025-07-31T01:13:39.707Z] ---> uname -a: [2025-07-31T01:13:39.707Z] Linux prd-ubuntu20-04-docker-8c-8g-5995 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-07-31T01:13:39.708Z] [2025-07-31T01:13:39.708Z] [2025-07-31T01:13:39.708Z] ---> lscpu: [2025-07-31T01:13:39.708Z] Architecture: x86_64 [2025-07-31T01:13:39.708Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-31T01:13:39.708Z] Byte Order: Little Endian [2025-07-31T01:13:39.708Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-31T01:13:39.708Z] CPU(s): 8 [2025-07-31T01:13:39.708Z] On-line CPU(s) list: 0-7 [2025-07-31T01:13:39.708Z] Thread(s) per core: 1 [2025-07-31T01:13:39.708Z] Core(s) per socket: 1 [2025-07-31T01:13:39.708Z] Socket(s): 8 [2025-07-31T01:13:39.708Z] NUMA node(s): 1 [2025-07-31T01:13:39.708Z] Vendor ID: AuthenticAMD [2025-07-31T01:13:39.708Z] CPU family: 23 [2025-07-31T01:13:39.708Z] Model: 49 [2025-07-31T01:13:39.708Z] Model name: AMD EPYC-Rome Processor [2025-07-31T01:13:39.708Z] Stepping: 0 [2025-07-31T01:13:39.708Z] CPU MHz: 2799.998 [2025-07-31T01:13:39.708Z] BogoMIPS: 5599.99 [2025-07-31T01:13:39.708Z] Virtualization: AMD-V [2025-07-31T01:13:39.708Z] Hypervisor vendor: KVM [2025-07-31T01:13:39.708Z] Virtualization type: full [2025-07-31T01:13:39.708Z] L1d cache: 256 KiB [2025-07-31T01:13:39.708Z] L1i cache: 256 KiB [2025-07-31T01:13:39.708Z] L2 cache: 4 MiB [2025-07-31T01:13:39.708Z] L3 cache: 128 MiB [2025-07-31T01:13:39.708Z] NUMA node0 CPU(s): 0-7 [2025-07-31T01:13:39.708Z] Vulnerability Gather data sampling: Not affected [2025-07-31T01:13:39.708Z] Vulnerability Itlb multihit: Not affected [2025-07-31T01:13:39.708Z] Vulnerability L1tf: Not affected [2025-07-31T01:13:39.708Z] Vulnerability Mds: Not affected [2025-07-31T01:13:39.708Z] Vulnerability Meltdown: Not affected [2025-07-31T01:13:39.708Z] Vulnerability Mmio stale data: Not affected [2025-07-31T01:13:39.708Z] Vulnerability Retbleed: Vulnerable [2025-07-31T01:13:39.708Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-31T01:13:39.708Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-07-31T01:13:39.708Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-07-31T01:13:39.708Z] Vulnerability Srbds: Not affected [2025-07-31T01:13:39.708Z] Vulnerability Tsx async abort: Not affected [2025-07-31T01:13:39.708Z] 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-07-31T01:13:39.708Z] [2025-07-31T01:13:39.708Z] [2025-07-31T01:13:39.708Z] ---> nproc: [2025-07-31T01:13:39.708Z] 8 [2025-07-31T01:13:39.708Z] [2025-07-31T01:13:39.708Z] [2025-07-31T01:13:39.708Z] ---> df -h: [2025-07-31T01:13:39.708Z] Filesystem Size Used Avail Use% Mounted on [2025-07-31T01:13:39.708Z] overlay 155G 14G 142G 9% / [2025-07-31T01:13:39.708Z] tmpfs 64M 0 64M 0% /dev [2025-07-31T01:13:39.708Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-07-31T01:13:39.708Z] shm 64M 0 64M 0% /dev/shm [2025-07-31T01:13:39.708Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-07-31T01:13:39.708Z] [2025-07-31T01:13:39.708Z]