Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f8171bedad86b7e07c34694afd78fffcf76b65a9 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-ssh1618090903511195215.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-ssh10818898747040230207.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-ssh11457398408395347735.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-ssh12351856052201350023.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-ssh12346508799215649710.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 ‘prd-ubuntu20.04-docker-8c-8g-2690’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2691 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f8171bedad86b7e07c34694afd78fffcf76b65a9 (main) Commit message: "Merge pull request #1723 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.10" > git config core.sparsecheckout # timeout=10 > git checkout -f f8171bedad86b7e07c34694afd78fffcf76b65a9 # timeout=10 > git rev-list --no-walk ee54e05a466e4f30f0d475fdaf6f1dcb3e2f12b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-03T04:17:24.521Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-03T04:17:24.600Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-03T04:17:24.627Z] ========================================================= [2025-06-03T04:17:24.627Z] EdgeX Global Pipelines Version Info [2025-06-03T04:17:24.627Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:17:25.353Z] ------------------- [2025-06-03T04:17:25.353Z] stable info: [2025-06-03T04:17:25.353Z] ------------------- [2025-06-03T04:17:25.353Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-03T04:17:25.353Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-03T04:17:25.353Z] Message: update stable to v1.0.274 [2025-06-03T04:17:25.962Z] ------------------- [2025-06-03T04:17:25.963Z] experimental info: [2025-06-03T04:17:25.963Z] ------------------- [2025-06-03T04:17:25.963Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-03T04:17:25.963Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-03T04:17:25.963Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-03T04:17:26.045Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-06-03T04:17:26.072Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-06-03T04:17:26.097Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-03T04:17:26.121Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-03T04:17:26.161Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-03T04:17:26.223Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-03T04:17:26.268Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-03T04:17:26.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-06-03T04:17:26.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-03T04:17:26.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-03T04:17:26.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-03T04:17:26.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-06-03T04:17:26.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-03T04:17:26.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-03T04:17:26.463Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-03T04:17:26.485Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-06-03T04:17:26.506Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-03T04:17:26.531Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-03T04:17:26.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-03T04:17:26.574Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-03T04:17:26.596Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-03T04:17:26.623Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-03T04:17:26.651Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-03T04:17:26.684Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-03T04:17:26.714Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-06-03T04:17:26.739Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-03T04:17:26.759Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-03T04:17:26.779Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-03T04:17:26.799Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-03T04:17:26.823Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-03T04:17:26.841Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo [2025-06-03T04:17:26.862Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f8171be [Pipeline] echo [2025-06-03T04:17:26.882Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T04:17:26.944Z] provisioning config files... [2025-06-03T04:17:26.956Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3223430844845905088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:17:27.297Z] ---> ****-login.sh [2025-06-03T04:17:27.297Z] nexus3.edgexfoundry.org:10001 [2025-06-03T04:17:27.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:27.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:27.557Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:27.557Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:27.557Z] [2025-06-03T04:17:27.557Z] Login Succeeded [2025-06-03T04:17:27.557Z] nexus3.edgexfoundry.org:10002 [2025-06-03T04:17:27.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:27.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:27.558Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:27.558Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:27.558Z] [2025-06-03T04:17:27.558Z] Login Succeeded [2025-06-03T04:17:27.558Z] nexus3.edgexfoundry.org:10003 [2025-06-03T04:17:27.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:27.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:27.819Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:27.819Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:27.819Z] [2025-06-03T04:17:27.819Z] Login Succeeded [2025-06-03T04:17:27.819Z] nexus3.edgexfoundry.org:10004 [2025-06-03T04:17:27.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:27.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:27.820Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:27.820Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:27.820Z] [2025-06-03T04:17:27.820Z] Login Succeeded [2025-06-03T04:17:27.820Z] ****.io [2025-06-03T04:17:28.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:28.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:28.081Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:28.081Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:28.081Z] [2025-06-03T04:17:28.081Z] Login Succeeded [2025-06-03T04:17:28.081Z] ---> ****-login.sh ends [Pipeline] } [2025-06-03T04:17:28.090Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-03T04:17:28.687Z] + git rev-list -1 --merges f8171bedad86b7e07c34694afd78fffcf76b65a9~1..f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo [2025-06-03T04:17:28.713Z] -----------> git rev-list -1 --merges f8171bedad86b7e07c34694afd78fffcf76b65a9~1..f8171bedad86b7e07c34694afd78fffcf76b65a9 f8171bedad86b7e07c34694afd78fffcf76b65a9 [2025-06-03T04:17:28.713Z] f8171bedad86b7e07c34694afd78fffcf76b65a9 [false] [Pipeline] sh [2025-06-03T04:17:29.008Z] + git log --format=format:%s -1 f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo [2025-06-03T04:17:29.026Z] ========================================================= [2025-06-03T04:17:29.026Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-03T04:17:29.026Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-03T04:17:29.368Z] + git log --format=format:%s -1 f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo [2025-06-03T04:17:29.379Z] [semverPrep] GIT_COMMIT: f8171bedad86b7e07c34694afd78fffcf76b65a9, Commit Message: Merge pull request #1723 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.10 [Pipeline] echo [2025-06-03T04:17:29.394Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-03T04:17:29.762Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T04:17:29.762Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-03T04:17:29.762Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-03T04:17:29.762Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-03T04:17:29.762Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-03T04:17:29.762Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-03T04:17:29.762Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:17:30.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T04:17:30.137Z] [2025-06-03T04:17:30.137Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:17:30.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T04:17:30.438Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-03T04:17:30.438Z] 3dae71ba6b94: Pulling fs layer [2025-06-03T04:17:30.438Z] 6bf1a483ea7c: Pulling fs layer [2025-06-03T04:17:30.438Z] f5dfc541a4d3: Pulling fs layer [2025-06-03T04:17:30.438Z] 461d9e800cba: Pulling fs layer [2025-06-03T04:17:30.438Z] 80192f66455f: Pulling fs layer [2025-06-03T04:17:30.438Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-03T04:17:30.438Z] a29436f7fd5d: Pulling fs layer [2025-06-03T04:17:30.438Z] 923cac83aea3: Pulling fs layer [2025-06-03T04:17:30.438Z] 25ad8b0a4227: Pulling fs layer [2025-06-03T04:17:30.438Z] db01528c6b51: Pulling fs layer [2025-06-03T04:17:30.438Z] 28988de357af: Pulling fs layer [2025-06-03T04:17:30.438Z] 80192f66455f: Waiting [2025-06-03T04:17:30.438Z] db01528c6b51: Waiting [2025-06-03T04:17:30.438Z] a29436f7fd5d: Waiting [2025-06-03T04:17:30.438Z] 28988de357af: Waiting [2025-06-03T04:17:30.438Z] 25ad8b0a4227: Waiting [2025-06-03T04:17:30.438Z] 2e8e34ca0e6c: Waiting [2025-06-03T04:17:30.438Z] 461d9e800cba: Waiting [2025-06-03T04:17:30.438Z] 6bf1a483ea7c: Verifying Checksum [2025-06-03T04:17:30.438Z] 6bf1a483ea7c: Download complete [2025-06-03T04:17:30.438Z] 461d9e800cba: Download complete [2025-06-03T04:17:30.438Z] 80192f66455f: Verifying Checksum [2025-06-03T04:17:30.438Z] 80192f66455f: Download complete [2025-06-03T04:17:30.701Z] f5dfc541a4d3: Verifying Checksum [2025-06-03T04:17:30.702Z] f5dfc541a4d3: Download complete [2025-06-03T04:17:30.702Z] 3dae71ba6b94: Verifying Checksum [2025-06-03T04:17:30.702Z] 3dae71ba6b94: Download complete [2025-06-03T04:17:30.702Z] 923cac83aea3: Verifying Checksum [2025-06-03T04:17:30.702Z] 923cac83aea3: Download complete [2025-06-03T04:17:30.702Z] 25ad8b0a4227: Verifying Checksum [2025-06-03T04:17:30.702Z] 25ad8b0a4227: Download complete [2025-06-03T04:17:30.961Z] db01528c6b51: Verifying Checksum [2025-06-03T04:17:30.961Z] db01528c6b51: Download complete [2025-06-03T04:17:30.961Z] 28988de357af: Verifying Checksum [2025-06-03T04:17:30.961Z] 28988de357af: Download complete [2025-06-03T04:17:31.221Z] a29436f7fd5d: Verifying Checksum [2025-06-03T04:17:31.221Z] a29436f7fd5d: Download complete [2025-06-03T04:17:31.791Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-03T04:17:31.791Z] 2e8e34ca0e6c: Download complete [2025-06-03T04:17:32.377Z] 3dae71ba6b94: Pull complete [2025-06-03T04:17:32.377Z] 6bf1a483ea7c: Pull complete [2025-06-03T04:17:32.948Z] f5dfc541a4d3: Pull complete [2025-06-03T04:17:32.948Z] 461d9e800cba: Pull complete [2025-06-03T04:17:33.207Z] 80192f66455f: Pull complete [2025-06-03T04:17:37.397Z] 2e8e34ca0e6c: Pull complete [2025-06-03T04:17:37.970Z] a29436f7fd5d: Pull complete [2025-06-03T04:17:38.228Z] 923cac83aea3: Pull complete [2025-06-03T04:17:38.228Z] 25ad8b0a4227: Pull complete [2025-06-03T04:17:38.488Z] db01528c6b51: Pull complete [2025-06-03T04:17:38.488Z] 28988de357af: Pull complete [2025-06-03T04:17:38.488Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-03T04:17:38.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T04:17:38.488Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:17:38.628Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:17:38.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T04:17:40.341Z] $ docker top bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f -eo pid,comm [2025-06-03T04:17:40.407Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-03T04:17:40.407Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T04:17:40.480Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T04:17:40.480Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T04:17:40.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T04:17:40.605Z] $ docker exec bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent [2025-06-03T04:17:40.727Z] SSH_AUTH_SOCK=/tmp/ssh-jrY50rEI7zaC/agent.32 [2025-06-03T04:17:40.727Z] SSH_AGENT_PID=38 [2025-06-03T04:17:40.734Z] Running ssh-add (command line suppressed) [2025-06-03T04:17:40.834Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7166590002255294626.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7166590002255294626.key) [2025-06-03T04:17:40.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T04:17:41.155Z] + git tag --points-at HEAD [Pipeline] } [2025-06-03T04:17:41.162Z] $ docker exec --env ******** --env ******** bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent -k [2025-06-03T04:17:41.262Z] unset SSH_AUTH_SOCK; [2025-06-03T04:17:41.263Z] unset SSH_AGENT_PID; [2025-06-03T04:17:41.263Z] echo Agent pid 38 killed; [2025-06-03T04:17:41.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-03T04:17:41.328Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T04:17:41.328Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T04:17:41.450Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T04:17:41.447Z] $ docker exec bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent [2025-06-03T04:17:41.579Z] SSH_AUTH_SOCK=/tmp/ssh-SEIUO63rXPNV/agent.71 [2025-06-03T04:17:41.579Z] SSH_AGENT_PID=77 [2025-06-03T04:17:41.584Z] Running ssh-add (command line suppressed) [2025-06-03T04:17:41.691Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7002102211465650597.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7002102211465650597.key) [2025-06-03T04:17:41.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T04:17:42.014Z] + git semver init [2025-06-03T04:17:42.277Z] 2025-06-03 04:17:42,233 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T04:17:42.277Z] 2025-06-03 04:17:42,237 [run_init] DEBUG init version:0.0.0 force:False [2025-06-03T04:17:42.277Z] 2025-06-03 04:17:42,238 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-03T04:17:42.277Z] 2025-06-03 04:17:42,239 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-06-03T04:17:42.277Z] 2025-06-03 04:17:42,239 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-03T04:17:44.183Z] 2025-06-03 04:17:43,705 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-06-03T04:17:44.183Z] 2025-06-03 04:17:43,705 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-06-03T04:17:44.183Z] 2025-06-03 04:17:43,705 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:17:44.183Z] 2025-06-03 04:17:43,706 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:17:44.183Z] 4.1.0-dev.7 [Pipeline] } [2025-06-03T04:17:44.189Z] $ docker exec --env ******** --env ******** bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent -k [2025-06-03T04:17:44.287Z] unset SSH_AUTH_SOCK; [2025-06-03T04:17:44.288Z] unset SSH_AGENT_PID; [2025-06-03T04:17:44.288Z] echo Agent pid 77 killed; [2025-06-03T04:17:44.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T04:17:44.626Z] + git semver [Pipeline] } [2025-06-03T04:17:44.894Z] $ docker stop --time=1 bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f [2025-06-03T04:17:46.194Z] $ docker rm -f --volumes bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T04:17:46.548Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-03T04:17:46.773Z] Stashed 1 file(s) [Pipeline] echo [2025-06-03T04:17:46.778Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T04:17:47.047Z] provisioning config files... [2025-06-03T04:17:47.058Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3084551055999009936tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:17:47.383Z] ---> ****-login.sh [2025-06-03T04:17:47.383Z] nexus3.edgexfoundry.org:10001 [2025-06-03T04:17:47.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:47.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:47.383Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:47.383Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:47.383Z] [2025-06-03T04:17:47.383Z] Login Succeeded [2025-06-03T04:17:47.383Z] nexus3.edgexfoundry.org:10002 [2025-06-03T04:17:47.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:47.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:47.383Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:47.384Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:47.384Z] [2025-06-03T04:17:47.384Z] Login Succeeded [2025-06-03T04:17:47.384Z] nexus3.edgexfoundry.org:10003 [2025-06-03T04:17:47.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:47.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:47.642Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:47.642Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:47.642Z] [2025-06-03T04:17:47.642Z] Login Succeeded [2025-06-03T04:17:47.642Z] nexus3.edgexfoundry.org:10004 [2025-06-03T04:17:47.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:47.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:47.642Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:47.642Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:47.642Z] [2025-06-03T04:17:47.642Z] Login Succeeded [2025-06-03T04:17:47.642Z] ****.io [2025-06-03T04:17:47.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T04:17:47.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T04:17:47.901Z] Configure a credential helper to remove this warning. See [2025-06-03T04:17:47.901Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T04:17:47.901Z] [2025-06-03T04:17:47.901Z] Login Succeeded [2025-06-03T04:17:47.901Z] ---> ****-login.sh ends [Pipeline] } [2025-06-03T04:17:47.907Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-06-03T04:17:48.109Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T04:17:48.132Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T04:17:48.147Z] ========================================================= [2025-06-03T04:17:48.147Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-03T04:17:48.147Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:17:48.497Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-06-03T04:17:48.497Z] Sending build context to Docker daemon 35.92MB [2025-06-03T04:17:48.497Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-06-03T04:17:48.497Z] Step 2/10 : FROM ${BASE} AS builder [2025-06-03T04:17:48.756Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-03T04:17:48.757Z] 0a9a5dfd008f: Pulling fs layer [2025-06-03T04:17:48.757Z] dbfa0bcfca99: Pulling fs layer [2025-06-03T04:17:48.757Z] 70eabb1d9476: Pulling fs layer [2025-06-03T04:17:48.757Z] 957bedc73fa3: Pulling fs layer [2025-06-03T04:17:48.757Z] 4f4fb700ef54: Pulling fs layer [2025-06-03T04:17:48.757Z] 957bedc73fa3: Waiting [2025-06-03T04:17:48.757Z] f40432e63723: Pulling fs layer [2025-06-03T04:17:48.757Z] 90b4343acab7: Pulling fs layer [2025-06-03T04:17:48.757Z] 4f4fb700ef54: Waiting [2025-06-03T04:17:48.757Z] 9f67ea4ac784: Pulling fs layer [2025-06-03T04:17:48.757Z] f40432e63723: Waiting [2025-06-03T04:17:48.757Z] 9228b9a606be: Pulling fs layer [2025-06-03T04:17:48.757Z] 9228b9a606be: Waiting [2025-06-03T04:17:48.757Z] dbfa0bcfca99: Verifying Checksum [2025-06-03T04:17:48.757Z] dbfa0bcfca99: Download complete [2025-06-03T04:17:48.757Z] 957bedc73fa3: Verifying Checksum [2025-06-03T04:17:48.757Z] 957bedc73fa3: Download complete [2025-06-03T04:17:48.757Z] 4f4fb700ef54: Verifying Checksum [2025-06-03T04:17:48.757Z] 4f4fb700ef54: Download complete [2025-06-03T04:17:48.757Z] f40432e63723: Verifying Checksum [2025-06-03T04:17:48.757Z] f40432e63723: Download complete [2025-06-03T04:17:48.757Z] 0a9a5dfd008f: Download complete [2025-06-03T04:17:48.757Z] 90b4343acab7: Verifying Checksum [2025-06-03T04:17:48.757Z] 90b4343acab7: Download complete [2025-06-03T04:17:49.016Z] 0a9a5dfd008f: Pull complete [2025-06-03T04:17:49.016Z] 9228b9a606be: Verifying Checksum [2025-06-03T04:17:49.016Z] 9228b9a606be: Download complete [2025-06-03T04:17:49.274Z] dbfa0bcfca99: Pull complete [2025-06-03T04:17:49.532Z] 70eabb1d9476: Download complete [2025-06-03T04:17:49.532Z] 9f67ea4ac784: Verifying Checksum [2025-06-03T04:17:49.532Z] 9f67ea4ac784: Download complete [2025-06-03T04:17:54.341Z] 70eabb1d9476: Pull complete [2025-06-03T04:17:54.341Z] 957bedc73fa3: Pull complete [2025-06-03T04:17:54.341Z] 4f4fb700ef54: Pull complete [2025-06-03T04:17:54.341Z] f40432e63723: Pull complete [2025-06-03T04:17:54.341Z] 90b4343acab7: Pull complete [2025-06-03T04:17:55.716Z] 9f67ea4ac784: Pull complete [2025-06-03T04:17:55.974Z] 9228b9a606be: Pull complete [2025-06-03T04:17:55.974Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-03T04:17:56.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-03T04:17:56.232Z] ---> 69404ca5bff2 [2025-06-03T04:17:56.232Z] Step 3/10 : ARG MAKE=make build [2025-06-03T04:17:57.608Z] ---> Running in 0c455288f991 [2025-06-03T04:17:57.608Z] Removing intermediate container 0c455288f991 [2025-06-03T04:17:57.608Z] ---> cc3a3df55ada [2025-06-03T04:17:57.608Z] Step 4/10 : WORKDIR /device-sdk-go [2025-06-03T04:17:57.608Z] ---> Running in 3a28734399b0 [2025-06-03T04:17:57.608Z] Removing intermediate container 3a28734399b0 [2025-06-03T04:17:57.608Z] ---> 07f079394698 [2025-06-03T04:17:57.608Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-03T04:17:57.608Z] ---> Running in 8f2fc388ff17 [2025-06-03T04:17:57.868Z] Removing intermediate container 8f2fc388ff17 [2025-06-03T04:17:57.868Z] ---> 87c2cc7f1f2a [2025-06-03T04:17:57.868Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-06-03T04:17:57.868Z] ---> Running in f12a271e3bce [2025-06-03T04:17:58.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T04:17:58.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T04:17:58.694Z] OK: 248 MiB in 58 packages [2025-06-03T04:17:58.953Z] Removing intermediate container f12a271e3bce [2025-06-03T04:17:58.953Z] ---> ebe80ea698f5 [2025-06-03T04:17:58.953Z] Step 7/10 : COPY go.mod vendor* ./ [2025-06-03T04:17:58.953Z] ---> 3aa0b0cc972b [2025-06-03T04:17:58.953Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T04:17:58.953Z] ---> Running in 16c08df98703 [2025-06-03T04:18:38.212Z] Removing intermediate container 16c08df98703 [2025-06-03T04:18:38.212Z] ---> a06382570cf1 [2025-06-03T04:18:38.212Z] Step 9/10 : COPY . . [2025-06-03T04:18:38.472Z] ---> dc86eb66766b [2025-06-03T04:18:38.472Z] Step 10/10 : RUN ${MAKE} [2025-06-03T04:18:38.472Z] ---> Running in 57536c529483 [2025-06-03T04:18:38.730Z] noop [2025-06-03T04:18:38.989Z] Removing intermediate container 57536c529483 [2025-06-03T04:18:38.989Z] ---> 0b92ce599093 [2025-06-03T04:18:38.989Z] Successfully built 0b92ce599093 [2025-06-03T04:18:38.989Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:18:39.316Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-03T04:18:39.316Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:18:39.399Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:18:39.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-03T04:18:39.772Z] $ docker top 89215331c539faea330c58ea71f631fc494c68c7ddc46c72bea26cfff645032c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T04:18:40.112Z] + go version [2025-06-03T04:18:40.112Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-03T04:18:40.125Z] $ docker stop --time=1 89215331c539faea330c58ea71f631fc494c68c7ddc46c72bea26cfff645032c [2025-06-03T04:18:41.372Z] $ docker rm -f --volumes 89215331c539faea330c58ea71f631fc494c68c7ddc46c72bea26cfff645032c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:18:41.825Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-03T04:18:41.825Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:18:41.899Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:18:41.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-03T04:18:42.238Z] $ docker top 4604802c4bae7608a48d7a4ece041935320e87d474a72bc95e92b4acf8fe9c37 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T04:18:42.579Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-06-03T04:18:42.881Z] + make test [2025-06-03T04:18:42.882Z] go test -race -coverprofile=coverage.out ./... [2025-06-03T04:18:51.012Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-06-03T04:19:29.732Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-06-03T04:19:29.732Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-06-03T04:19:29.732Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-06-03T04:19:29.732Z] github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements [2025-06-03T04:19:29.732Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-06-03T04:19:29.732Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.041s coverage: 28.2% of statements [2025-06-03T04:19:29.732Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.041s coverage: 79.3% of statements [2025-06-03T04:19:29.732Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-06-03T04:19:29.732Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-06-03T04:19:30.090Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.034s coverage: 90.4% of statements [2025-06-03T04:19:30.090Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-06-03T04:19:30.670Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-06-03T04:19:30.670Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-06-03T04:19:30.670Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-06-03T04:19:31.238Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.103s coverage: 45.0% of statements [2025-06-03T04:19:32.620Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-06-03T04:19:37.897Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.062s coverage: 14.3% of statements [2025-06-03T04:19:37.897Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.821s coverage: 44.6% of statements [2025-06-03T04:19:37.897Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.054s coverage: 68.4% of statements [2025-06-03T04:19:37.897Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.102s coverage: 88.3% of statements [2025-06-03T04:19:37.897Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.056s coverage: 5.0% of statements [2025-06-03T04:20:16.608Z] GO111MODULE=on go vet ./... [2025-06-03T04:20:17.543Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-03T04:20:17.543Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-03T04:20:17.543Z] ./bin/test-attribution-txt.sh [2025-06-03T04:20:17.543Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-03T04:20:17.543Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-03T04:20:17.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-03T04:20:17.578Z] $ docker stop --time=1 4604802c4bae7608a48d7a4ece041935320e87d474a72bc95e92b4acf8fe9c37 [2025-06-03T04:20:19.658Z] $ docker rm -f --volumes 4604802c4bae7608a48d7a4ece041935320e87d474a72bc95e92b4acf8fe9c37 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T04:20:20.297Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-03T04:20:20.392Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-06-03T04:20:21.077Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-03T04:20:21.366Z] + ls -al . [2025-06-03T04:20:21.366Z] total 740 [2025-06-03T04:20:21.366Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 3 04:18 . [2025-06-03T04:20:21.366Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 04:17 .. [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 3 04:17 .dockerignore [2025-06-03T04:20:21.366Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 04:19 .git [2025-06-03T04:20:21.366Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 04:17 .github [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 137 Jun 3 04:17 .gitignore [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 199 Jun 3 04:17 .golangci.yml [2025-06-03T04:20:21.366Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 04:17 .semver [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 53715 Jun 3 04:17 CHANGELOG.md [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 3 04:17 GOVERNANCE.md [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 882 Jun 3 04:17 Jenkinsfile [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 3 04:17 LICENSE [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 2424 Jun 3 04:17 Makefile [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 619 Jun 3 04:17 OWNERS.md [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jun 3 04:17 README.md [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 3 04:17 VERSION [2025-06-03T04:20:21.366Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 04:17 bin [2025-06-03T04:20:21.366Z] -rw-r--r-- 1 jenkins jenkins 497266 Jun 3 04:19 coverage.out [2025-06-03T04:20:21.366Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 3 04:17 example [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 6110 Jun 3 04:17 go.mod [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 86200 Jun 3 04:17 go.sum [2025-06-03T04:20:21.366Z] drwxrwxr-x 13 jenkins jenkins 4096 Jun 3 04:17 internal [2025-06-03T04:20:21.366Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 04:17 openapi [2025-06-03T04:20:21.366Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 3 04:17 pkg [2025-06-03T04:20:21.366Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 04:17 snap [2025-06-03T04:20:21.366Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 3 04:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:20:21.686Z] + 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=f8171bedad86b7e07c34694afd78fffcf76b65a9 --label arch=amd64 --label version=4.1.0-dev.7 . [2025-06-03T04:20:21.686Z] Sending build context to Docker daemon 36.42MB [2025-06-03T04:20:21.686Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-06-03T04:20:21.686Z] Step 2/24 : FROM ${BASE} AS builder [2025-06-03T04:20:21.686Z] ---> 0b92ce599093 [2025-06-03T04:20:21.686Z] Step 3/24 : ARG MAKE=make build [2025-06-03T04:20:21.945Z] ---> Running in e973dc48ca8e [2025-06-03T04:20:21.945Z] Removing intermediate container e973dc48ca8e [2025-06-03T04:20:21.945Z] ---> c695066f84f5 [2025-06-03T04:20:21.945Z] Step 4/24 : WORKDIR /device-sdk-go [2025-06-03T04:20:21.945Z] ---> Running in c4eb659f8822 [2025-06-03T04:20:22.204Z] Removing intermediate container c4eb659f8822 [2025-06-03T04:20:22.204Z] ---> 9358a0635ff4 [2025-06-03T04:20:22.204Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-06-03T04:20:22.204Z] ---> Running in 6d74f14b794b [2025-06-03T04:20:22.204Z] Removing intermediate container 6d74f14b794b [2025-06-03T04:20:22.204Z] ---> 18e2b3f33d13 [2025-06-03T04:20:22.204Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-06-03T04:20:22.204Z] ---> Running in 3486177a08b7 [2025-06-03T04:20:22.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T04:20:22.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T04:20:22.987Z] OK: 248 MiB in 58 packages [2025-06-03T04:20:23.247Z] Removing intermediate container 3486177a08b7 [2025-06-03T04:20:23.247Z] ---> c6e632b639b0 [2025-06-03T04:20:23.247Z] Step 7/24 : COPY go.mod vendor* ./ [2025-06-03T04:20:23.506Z] ---> df23bdcf024e [2025-06-03T04:20:23.506Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T04:20:23.506Z] ---> Running in 57089643c3e8 [2025-06-03T04:20:24.074Z] Removing intermediate container 57089643c3e8 [2025-06-03T04:20:24.074Z] ---> 98a2bd073062 [2025-06-03T04:20:24.074Z] Step 9/24 : COPY . . [2025-06-03T04:20:24.644Z] ---> 3e121a6c0c02 [2025-06-03T04:20:24.644Z] Step 10/24 : RUN ${MAKE} [2025-06-03T04:20:24.644Z] ---> Running in e6ddf3794c88 [2025-06-03T04:20:24.902Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.7 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-06-03T04:20:56.970Z] Removing intermediate container e6ddf3794c88 [2025-06-03T04:20:56.970Z] ---> a01290e12faa [2025-06-03T04:20:56.970Z] Step 11/24 : FROM alpine:3.20 [2025-06-03T04:20:56.970Z] 3.20: Pulling from library/alpine [2025-06-03T04:20:56.970Z] 0a9a5dfd008f: Already exists [2025-06-03T04:20:56.970Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T04:20:56.970Z] Status: Downloaded newer image for alpine:3.20 [2025-06-03T04:20:56.970Z] ---> ff221270b9fb [2025-06-03T04:20:56.970Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-06-03T04:20:56.970Z] ---> Running in e04c298a9f03 [2025-06-03T04:20:56.970Z] Removing intermediate container e04c298a9f03 [2025-06-03T04:20:56.970Z] ---> 3a201d2d8456 [2025-06-03T04:20:56.970Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-06-03T04:20:56.970Z] ---> Running in 978f96accff4 [2025-06-03T04:20:56.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T04:20:56.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T04:20:56.970Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-06-03T04:20:56.970Z] Executing busybox-1.36.1-r29.trigger [2025-06-03T04:20:56.970Z] OK: 8 MiB in 15 packages [2025-06-03T04:20:56.970Z] Removing intermediate container 978f96accff4 [2025-06-03T04:20:56.970Z] ---> 08bab0cdc3a0 [2025-06-03T04:20:56.970Z] Step 14/24 : RUN apk --no-cache upgrade [2025-06-03T04:20:56.970Z] ---> Running in 01e8f5fcd9b5 [2025-06-03T04:20:56.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T04:20:56.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T04:20:56.970Z] OK: 8 MiB in 15 packages [2025-06-03T04:20:56.970Z] Removing intermediate container 01e8f5fcd9b5 [2025-06-03T04:20:56.970Z] ---> 35381753fdc0 [2025-06-03T04:20:56.970Z] Step 15/24 : WORKDIR / [2025-06-03T04:20:56.970Z] ---> Running in 1cc707481e34 [2025-06-03T04:20:56.970Z] Removing intermediate container 1cc707481e34 [2025-06-03T04:20:56.970Z] ---> 009a12cc149d [2025-06-03T04:20:56.970Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-06-03T04:20:56.970Z] ---> ccd3a15e7309 [2025-06-03T04:20:56.970Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-06-03T04:20:57.538Z] ---> 0df7262c9038 [2025-06-03T04:20:57.539Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-06-03T04:20:57.539Z] ---> 5cdeb9ed0e6f [2025-06-03T04:20:57.539Z] Step 19/24 : EXPOSE 59999 [2025-06-03T04:20:57.796Z] ---> Running in 357c934c23da [2025-06-03T04:20:57.796Z] Removing intermediate container 357c934c23da [2025-06-03T04:20:57.796Z] ---> c063f859c469 [2025-06-03T04:20:57.796Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-06-03T04:20:57.796Z] ---> Running in a7d4b4b5ab2e [2025-06-03T04:20:57.796Z] Removing intermediate container a7d4b4b5ab2e [2025-06-03T04:20:57.796Z] ---> 95c2de131c16 [2025-06-03T04:20:57.796Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-06-03T04:20:57.796Z] ---> Running in 1d2d8721f9ef [2025-06-03T04:20:58.054Z] Removing intermediate container 1d2d8721f9ef [2025-06-03T04:20:58.054Z] ---> 79aa24d99bcd [2025-06-03T04:20:58.054Z] Step 22/24 : LABEL arch=amd64 [2025-06-03T04:20:58.054Z] ---> Running in 12aa01cc172d [2025-06-03T04:20:58.054Z] Removing intermediate container 12aa01cc172d [2025-06-03T04:20:58.054Z] ---> 9396a1cb9af2 [2025-06-03T04:20:58.054Z] Step 23/24 : LABEL git_sha=f8171bedad86b7e07c34694afd78fffcf76b65a9 [2025-06-03T04:20:58.054Z] ---> Running in 315190390a62 [2025-06-03T04:20:58.054Z] Removing intermediate container 315190390a62 [2025-06-03T04:20:58.054Z] ---> 94f0d158fa0e [2025-06-03T04:20:58.054Z] Step 24/24 : LABEL version=4.1.0-dev.7 [2025-06-03T04:20:58.054Z] ---> Running in 1f7cd1f19b55 [2025-06-03T04:20:58.313Z] Removing intermediate container 1f7cd1f19b55 [2025-06-03T04:20:58.313Z] ---> f41373dd50b8 [2025-06-03T04:20:58.313Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-03T04:20:58.313Z] Successfully built f41373dd50b8 [2025-06-03T04:20:58.313Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:20:58.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T04:20:58.775Z] [2025-06-03T04:20:58.775Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:20:59.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T04:20:59.073Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-03T04:20:59.073Z] 5eb5b503b376: Pulling fs layer [2025-06-03T04:20:59.073Z] 5c69ac0246d0: Pulling fs layer [2025-06-03T04:20:59.073Z] ec43610c2a17: Pulling fs layer [2025-06-03T04:20:59.073Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-03T04:20:59.073Z] 33b1e0a273af: Pulling fs layer [2025-06-03T04:20:59.073Z] 5d3b04190fa2: Pulling fs layer [2025-06-03T04:20:59.073Z] 2f39f015ded8: Pulling fs layer [2025-06-03T04:20:59.073Z] 33b1e0a273af: Waiting [2025-06-03T04:20:59.073Z] 5d3b04190fa2: Waiting [2025-06-03T04:20:59.073Z] 2f39f015ded8: Waiting [2025-06-03T04:20:59.073Z] 3a2ae6a8a46f: Waiting [2025-06-03T04:20:59.073Z] 5c69ac0246d0: Verifying Checksum [2025-06-03T04:20:59.073Z] 5c69ac0246d0: Download complete [2025-06-03T04:20:59.073Z] 33b1e0a273af: Verifying Checksum [2025-06-03T04:20:59.073Z] 33b1e0a273af: Download complete [2025-06-03T04:20:59.073Z] 5d3b04190fa2: Verifying Checksum [2025-06-03T04:20:59.073Z] 5d3b04190fa2: Download complete [2025-06-03T04:20:59.073Z] ec43610c2a17: Verifying Checksum [2025-06-03T04:20:59.073Z] ec43610c2a17: Download complete [2025-06-03T04:20:59.330Z] 5eb5b503b376: Verifying Checksum [2025-06-03T04:20:59.330Z] 5eb5b503b376: Download complete [2025-06-03T04:20:59.895Z] 2f39f015ded8: Verifying Checksum [2025-06-03T04:20:59.895Z] 2f39f015ded8: Download complete [2025-06-03T04:21:00.458Z] 5eb5b503b376: Pull complete [2025-06-03T04:21:00.715Z] 5c69ac0246d0: Pull complete [2025-06-03T04:21:00.973Z] ec43610c2a17: Pull complete [2025-06-03T04:21:01.232Z] 3a2ae6a8a46f: Pull complete [2025-06-03T04:21:01.489Z] 33b1e0a273af: Pull complete [2025-06-03T04:21:01.489Z] 5d3b04190fa2: Pull complete [2025-06-03T04:21:05.980Z] 2f39f015ded8: Pull complete [2025-06-03T04:21:05.980Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-03T04:21:05.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T04:21:05.980Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:21:06.087Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:21:06.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-03T04:21:07.338Z] $ docker top a4e1831cc06396a8b35909864047fb4a2ebb7a81f3ccfccf9d36da87851b1b09 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:21:07.737Z] ---> job-cost.sh [2025-06-03T04:21:07.737Z] lf-activate-venv: SKIPPING [2025-06-03T04:21:07.737Z] INFO: No Stack... [2025-06-03T04:21:07.996Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-03T04:21:08.256Z] INFO: Archiving Costs [Pipeline] sh [2025-06-03T04:21:08.546Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-06-03T04:21:08.546Z] + cut -d, -f6 [Pipeline] lock [2025-06-03T04:21:08.563Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] [2025-06-03T04:21:08.573Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] did not exist. Created. [2025-06-03T04:21:08.582Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-03T04:21:08.882Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-03T04:21:08.922Z] Stashed 1 file(s) [Pipeline] } [2025-06-03T04:21:08.928Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-03T04:21:08.954Z] $ docker stop --time=1 a4e1831cc06396a8b35909864047fb4a2ebb7a81f3ccfccf9d36da87851b1b09 [2025-06-03T04:21:10.097Z] $ docker rm -f --volumes a4e1831cc06396a8b35909864047fb4a2ebb7a81f3ccfccf9d36da87851b1b09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-06-03T04:21:10.416Z] provisioning config files... [2025-06-03T04:21:10.421Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8481701053459258680tmp [Pipeline] { [Pipeline] sh [2025-06-03T04:21:10.716Z] + set +x [2025-06-03T04:21:10.716Z] + curl -s https://codecov.io/bash [2025-06-03T04:21:10.716Z] + bash -s -- [2025-06-03T04:21:10.716Z] [2025-06-03T04:21:10.717Z] _____ _ [2025-06-03T04:21:10.717Z] / ____| | | [2025-06-03T04:21:10.717Z] | | ___ __| | ___ ___ _____ __ [2025-06-03T04:21:10.717Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-03T04:21:10.717Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-03T04:21:10.717Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-03T04:21:10.717Z] Bash-1.0.6 [2025-06-03T04:21:10.717Z] [2025-06-03T04:21:10.717Z] [2025-06-03T04:21:10.717Z] ==> git version 2.25.1 found [2025-06-03T04:21:10.717Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-06-03T04:21:10.717Z] Release-Date: 2020-01-08 [2025-06-03T04:21:10.717Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-03T04:21:10.717Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-03T04:21:10.717Z] ==> Jenkins CI detected. [2025-06-03T04:21:10.717Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-06-03T04:21:10.717Z] project root: . [2025-06-03T04:21:10.717Z] --> token set from env [2025-06-03T04:21:10.717Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-03T04:21:10.717Z] ==> Running gcov in . (disable via -X gcov) [2025-06-03T04:21:10.717Z] ==> Python coveragepy not found [2025-06-03T04:21:10.717Z] ==> Searching for coverage reports in: [2025-06-03T04:21:10.717Z] + . [2025-06-03T04:21:10.717Z] -> Found 1 reports [2025-06-03T04:21:10.975Z] ==> Detecting git/mercurial file structure [2025-06-03T04:21:10.975Z] ==> Reading reports [2025-06-03T04:21:10.975Z] + ./coverage.out bytes=497266 [2025-06-03T04:21:10.975Z] ==> Appending adjustments [2025-06-03T04:21:10.975Z] https://docs.codecov.io/docs/fixing-reports [2025-06-03T04:21:11.235Z] + Found adjustments [2025-06-03T04:21:11.235Z] ==> Gzipping contents [2025-06-03T04:21:11.235Z] 48K /tmp/codecov.p1vUyB.gz [2025-06-03T04:21:11.235Z] ==> Uploading reports [2025-06-03T04:21:11.235Z] url: https://codecov.io [2025-06-03T04:21:11.235Z] query: branch=main&commit=f8171bedad86b7e07c34694afd78fffcf76b65a9&build=362&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F362%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-03T04:21:11.235Z] -> Pinging Codecov [2025-06-03T04:21:11.235Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f8171bedad86b7e07c34694afd78fffcf76b65a9&build=362&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F362%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-03T04:21:11.494Z] -> Uploading to [2025-06-03T04:21:11.494Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/f8171bedad86b7e07c34694afd78fffcf76b65a9/b4648a92-ab24-4124-812b-c2735b898854.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250603%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250603T042111Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=b69af81af65f0e1c2e309b712ed23caa4927a158268254b36fd422a1db025526 [2025-06-03T04:21:11.494Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T04:21:11.494Z] Dload Upload Total Spent Left Speed [2025-06-03T04:21:11.753Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47538 0 0 100 47538 0 196k --:--:-- --:--:-- --:--:-- 195k [2025-06-03T04:21:11.753Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] } [2025-06-03T04:21:11.760Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-03T04:21:11.981Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-03T04:21:11.995Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:21:12.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T04:21:12.303Z] [2025-06-03T04:21:12.303Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:21:12.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T04:21:12.610Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-03T04:21:12.610Z] 43c4264eed91: Pulling fs layer [2025-06-03T04:21:12.610Z] 4cc291be95ef: Pulling fs layer [2025-06-03T04:21:12.610Z] 2ac1f1163629: Pulling fs layer [2025-06-03T04:21:12.610Z] 5c3c966382ef: Pulling fs layer [2025-06-03T04:21:12.610Z] 4f4fb700ef54: Pulling fs layer [2025-06-03T04:21:12.610Z] d9c7d2e4e75e: Pulling fs layer [2025-06-03T04:21:12.610Z] 9c3e1370e548: Pulling fs layer [2025-06-03T04:21:12.610Z] 5c3c966382ef: Waiting [2025-06-03T04:21:12.610Z] 9c3e1370e548: Waiting [2025-06-03T04:21:12.610Z] 4f4fb700ef54: Waiting [2025-06-03T04:21:12.610Z] d9c7d2e4e75e: Waiting [2025-06-03T04:21:12.610Z] 4cc291be95ef: Verifying Checksum [2025-06-03T04:21:12.610Z] 4cc291be95ef: Download complete [2025-06-03T04:21:12.610Z] 5c3c966382ef: Verifying Checksum [2025-06-03T04:21:12.610Z] 5c3c966382ef: Download complete [2025-06-03T04:21:12.610Z] 4f4fb700ef54: Verifying Checksum [2025-06-03T04:21:12.610Z] 4f4fb700ef54: Download complete [2025-06-03T04:21:12.610Z] 43c4264eed91: Verifying Checksum [2025-06-03T04:21:12.610Z] 43c4264eed91: Download complete [2025-06-03T04:21:12.869Z] 43c4264eed91: Pull complete [2025-06-03T04:21:12.869Z] d9c7d2e4e75e: Verifying Checksum [2025-06-03T04:21:12.869Z] d9c7d2e4e75e: Download complete [2025-06-03T04:21:12.869Z] 4cc291be95ef: Pull complete [2025-06-03T04:21:13.128Z] 2ac1f1163629: Verifying Checksum [2025-06-03T04:21:13.128Z] 2ac1f1163629: Download complete [2025-06-03T04:21:13.695Z] 9c3e1370e548: Verifying Checksum [2025-06-03T04:21:13.695Z] 9c3e1370e548: Download complete [2025-06-03T04:21:16.977Z] 2ac1f1163629: Pull complete [2025-06-03T04:21:16.977Z] 5c3c966382ef: Pull complete [2025-06-03T04:21:16.977Z] 4f4fb700ef54: Pull complete [2025-06-03T04:21:16.977Z] d9c7d2e4e75e: Pull complete [2025-06-03T04:21:20.608Z] 9c3e1370e548: Pull complete [2025-06-03T04:21:20.608Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-03T04:21:20.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T04:21:20.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:21:20.795Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:21:20.834Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-03T04:21:22.514Z] $ docker top 8e6ce7cbb9d81ea6a5edb06e88610878217d07b08a3bb40253a4407c19c7f51d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T04:21:22.857Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-06-03T04:21:22.867Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-06-03T04:21:23.146Z] + set -o pipefail [2025-06-03T04:21:23.146Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-06-03T04:21:29.709Z] [2025-06-03T04:21:29.709Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-06-03T04:21:29.709Z] [2025-06-03T04:21:29.709Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/71394f3a-5f4b-4534-9100-7fa7e04eca82 [2025-06-03T04:21:29.709Z] [2025-06-03T04:21:29.709Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-03T04:21:29.709Z] [2025-06-03T04:21:29.709Z] [2025-06-03T04:21:29.709Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-03T04:21:29.709Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-03T04:21:29.725Z] $ docker stop --time=1 8e6ce7cbb9d81ea6a5edb06e88610878217d07b08a3bb40253a4407c19c7f51d [2025-06-03T04:21:31.763Z] $ docker rm -f --volumes 8e6ce7cbb9d81ea6a5edb06e88610878217d07b08a3bb40253a4407c19c7f51d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-03T04:21:32.313Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T04:21:32.327Z] provisioning config files... [2025-06-03T04:21:32.340Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8047425219062430601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:21:32.635Z] --> edgex-publish-swagger.sh [2025-06-03T04:21:32.635Z] === Publish openapi API === [2025-06-03T04:21:32.635Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-03T04:21:32.635Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-06-03T04:21:32.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T04:21:32.635Z] Dload Upload Total Spent Left Speed [2025-06-03T04:21:33.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37584 100 66 100 37518 91 52180 --:--:-- --:--:-- --:--:-- 52345 [2025-06-03T04:21:33.202Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T04:21:33.202Z] [Pipeline] } [2025-06-03T04:21:33.210Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-03T04:21:33.650Z] + git log --format=format:%s -1 f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] sh [2025-06-03T04:21:33.937Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T04:21:33.937Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:21:34.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T04:21:34.241Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:21:34.322Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:21:34.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T04:21:34.871Z] $ docker top 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T04:21:34.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T04:21:34.966Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T04:21:35.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T04:21:35.088Z] $ docker exec 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc ssh-agent [2025-06-03T04:21:35.206Z] SSH_AUTH_SOCK=/tmp/ssh-PhQplIX3r78V/agent.33 [2025-06-03T04:21:35.206Z] SSH_AGENT_PID=39 [2025-06-03T04:21:35.210Z] Running ssh-add (command line suppressed) [2025-06-03T04:21:35.318Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13768307846858593065.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13768307846858593065.key) [2025-06-03T04:21:35.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T04:21:35.615Z] + git semver tag [2025-06-03T04:21:35.873Z] 2025-06-03 04:21:35,868 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T04:21:35.873Z] 2025-06-03 04:21:35,872 [run_tag] DEBUG tag force:False [2025-06-03T04:21:35.873Z] 2025-06-03 04:21:35,872 [check_head_tag] DEBUG check head tag [2025-06-03T04:21:35.873Z] 2025-06-03 04:21:35,873 [execute] INFO git cat-file --batch-check [2025-06-03T04:21:35.873Z] 2025-06-03 04:21:35,873 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-03T04:21:35.873Z] 2025-06-03 04:21:35,875 [execute] INFO git cat-file --batch [2025-06-03T04:21:35.873Z] 2025-06-03 04:21:35,875 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) [2025-06-03T04:21:36.132Z] 2025-06-03 04:21:35,886 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:21:36.132Z] 2025-06-03 04:21:35,887 [execute] INFO git tag -a v4.1.0-dev.7 -m v4.1.0-dev.7 [2025-06-03T04:21:36.132Z] 2025-06-03 04:21:35,887 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.7', '-m', 'v4.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-03T04:21:36.132Z] 2025-06-03 04:21:35,890 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:21:36.132Z] 4.1.0-dev.7 [Pipeline] } [2025-06-03T04:21:36.144Z] $ docker exec --env ******** --env ******** 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc ssh-agent -k [2025-06-03T04:21:36.245Z] unset SSH_AUTH_SOCK; [2025-06-03T04:21:36.246Z] unset SSH_AGENT_PID; [2025-06-03T04:21:36.246Z] echo Agent pid 39 killed; [2025-06-03T04:21:36.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T04:21:36.569Z] + git semver [Pipeline] } [2025-06-03T04:21:36.844Z] $ docker stop --time=1 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc [2025-06-03T04:21:38.122Z] $ docker rm -f --volumes 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:21:38.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T04:21:38.529Z] [2025-06-03T04:21:38.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:21:38.827Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T04:21:38.827Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-03T04:21:38.827Z] ab5ef0e58194: Pulling fs layer [2025-06-03T04:21:38.827Z] 9712f1f96733: Pulling fs layer [2025-06-03T04:21:38.827Z] 63f879dbbcfc: Pulling fs layer [2025-06-03T04:21:38.827Z] 0d9ebad4ef96: Pulling fs layer [2025-06-03T04:21:38.827Z] e9a5061849ea: Pulling fs layer [2025-06-03T04:21:38.827Z] d747dcd14b5f: Pulling fs layer [2025-06-03T04:21:38.827Z] 2de7ff778b66: Pulling fs layer [2025-06-03T04:21:38.827Z] e9a5061849ea: Waiting [2025-06-03T04:21:38.827Z] d747dcd14b5f: Waiting [2025-06-03T04:21:38.827Z] 2de7ff778b66: Waiting [2025-06-03T04:21:38.827Z] 0d9ebad4ef96: Waiting [2025-06-03T04:21:38.827Z] 9712f1f96733: Verifying Checksum [2025-06-03T04:21:38.827Z] 9712f1f96733: Download complete [2025-06-03T04:21:39.089Z] 63f879dbbcfc: Verifying Checksum [2025-06-03T04:21:39.347Z] 0d9ebad4ef96: Verifying Checksum [2025-06-03T04:21:39.347Z] 0d9ebad4ef96: Download complete [2025-06-03T04:21:39.347Z] e9a5061849ea: Verifying Checksum [2025-06-03T04:21:39.347Z] e9a5061849ea: Download complete [2025-06-03T04:21:39.347Z] d747dcd14b5f: Download complete [2025-06-03T04:21:39.347Z] ab5ef0e58194: Verifying Checksum [2025-06-03T04:21:39.347Z] ab5ef0e58194: Download complete [2025-06-03T04:21:39.347Z] 2de7ff778b66: Verifying Checksum [2025-06-03T04:21:39.347Z] 2de7ff778b66: Download complete [2025-06-03T04:21:41.875Z] ab5ef0e58194: Pull complete [2025-06-03T04:21:41.875Z] 9712f1f96733: Pull complete [2025-06-03T04:21:42.438Z] 63f879dbbcfc: Pull complete [2025-06-03T04:21:45.717Z] 0d9ebad4ef96: Pull complete [2025-06-03T04:21:45.975Z] e9a5061849ea: Pull complete [2025-06-03T04:21:45.975Z] d747dcd14b5f: Pull complete [2025-06-03T04:21:47.353Z] 2de7ff778b66: Pull complete [2025-06-03T04:21:47.353Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-03T04:21:47.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T04:21:47.353Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:21:47.450Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:21:47.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-03T04:21:49.313Z] $ docker top 3fdc5ccb84d121f1777050efa6c9e1281bd4225bd009aeca71ec88237137f90d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-03T04:21:49.389Z] provisioning config files... [2025-06-03T04:21:49.395Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10156258457347042639tmp [2025-06-03T04:21:49.405Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4166812632254311543tmp [2025-06-03T04:21:49.414Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config81096318250312962tmp [Pipeline] { [Pipeline] echo [2025-06-03T04:21:49.445Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:21:49.739Z] ---> sigul-configuration.sh [2025-06-03T04:21:49.739Z] gpg: directory `/root/.gnupg' created [2025-06-03T04:21:49.739Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-03T04:21:49.739Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-03T04:21:49.739Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-03T04:21:49.739Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-03T04:21:49.739Z] gpg: CAST5 encrypted data [2025-06-03T04:21:49.739Z] gpg: encrypted with 1 passphrase [2025-06-03T04:21:49.739Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-03T04:21:50.029Z] + mkdir /home/jenkins [2025-06-03T04:21:50.029Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-03T04:21:50.320Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-06-03T04:21:50.332Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:21:50.620Z] ---> sigul-install.sh [2025-06-03T04:21:50.620Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-03T04:21:50.912Z] + git tag --list [2025-06-03T04:21:50.913Z] 0.7.1 [2025-06-03T04:21:50.913Z] delhi-tag [2025-06-03T04:21:50.913Z] v1.0.0 [2025-06-03T04:21:50.913Z] v1.1.0 [2025-06-03T04:21:50.913Z] v1.1.1 [2025-06-03T04:21:50.913Z] v1.1.2 [2025-06-03T04:21:50.913Z] v1.2.0 [2025-06-03T04:21:50.913Z] v1.2.1 [2025-06-03T04:21:50.913Z] v1.2.2 [2025-06-03T04:21:50.913Z] v1.2.3 [2025-06-03T04:21:50.913Z] v1.3.0 [2025-06-03T04:21:50.913Z] v1.4.0 [2025-06-03T04:21:50.913Z] v2.0.0 [2025-06-03T04:21:50.913Z] v2.1.0 [2025-06-03T04:21:50.913Z] v2.1.1 [2025-06-03T04:21:50.913Z] v2.2.0 [2025-06-03T04:21:50.913Z] v2.3.0 [2025-06-03T04:21:50.913Z] v2.3.1 [2025-06-03T04:21:50.913Z] v3.0 [2025-06-03T04:21:50.913Z] v3.0.0 [2025-06-03T04:21:50.913Z] v3.1 [2025-06-03T04:21:50.913Z] v3.1.0 [2025-06-03T04:21:50.913Z] v3.1.1 [2025-06-03T04:21:50.913Z] v4.0 [2025-06-03T04:21:50.913Z] v4.0.0 [2025-06-03T04:21:50.913Z] v4.1.0-dev.1 [2025-06-03T04:21:50.913Z] v4.1.0-dev.2 [2025-06-03T04:21:50.913Z] v4.1.0-dev.3 [2025-06-03T04:21:50.913Z] v4.1.0-dev.4 [2025-06-03T04:21:50.913Z] v4.1.0-dev.5 [2025-06-03T04:21:50.913Z] v4.1.0-dev.6 [2025-06-03T04:21:50.913Z] v4.1.0-dev.7 [Pipeline] sh [2025-06-03T04:21:51.207Z] + lftools sign git-tag v4.1.0-dev.7 [2025-06-03T04:21:51.775Z] Signing Git tag with Sigul... [2025-06-03T04:21:51.775Z] Signing v4.1.0-dev.7 [Pipeline] echo [2025-06-03T04:21:52.047Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:21:52.334Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-03T04:21:52.339Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-03T04:21:52.365Z] $ docker stop --time=1 3fdc5ccb84d121f1777050efa6c9e1281bd4225bd009aeca71ec88237137f90d [2025-06-03T04:21:53.640Z] $ docker rm -f --volumes 3fdc5ccb84d121f1777050efa6c9e1281bd4225bd009aeca71ec88237137f90d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-03T04:21:54.459Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T04:21:54.460Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:21:54.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T04:21:54.760Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:21:54.835Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:21:54.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T04:21:55.240Z] $ docker top 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T04:21:55.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T04:21:55.340Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T04:21:55.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T04:21:55.445Z] $ docker exec 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 ssh-agent [2025-06-03T04:21:55.549Z] SSH_AUTH_SOCK=/tmp/ssh-2F49GKk5CYSh/agent.32 [2025-06-03T04:21:55.549Z] SSH_AGENT_PID=38 [2025-06-03T04:21:55.554Z] Running ssh-add (command line suppressed) [2025-06-03T04:21:55.659Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5524795774274864608.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5524795774274864608.key) [2025-06-03T04:21:55.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T04:21:55.957Z] + git semver bump pre [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,187 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,190 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,190 [bump_version] DEBUG bumping version:4.1.0-dev.7 on axis:pre with prefix:dev [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,190 [bump_version] DEBUG bumped version:4.1.0-dev.8 [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,190 [write_version] DEBUG write version:4.1.0-dev.8 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,191 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,191 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,192 [execute] INFO git cat-file --batch-check [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,193 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,196 [execute] INFO git cat-file --batch [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,196 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T04:21:56.218Z] 2025-06-03 04:21:56,198 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:21:56.218Z] 4.1.0-dev.8 [Pipeline] } [2025-06-03T04:21:56.230Z] $ docker exec --env ******** --env ******** 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 ssh-agent -k [2025-06-03T04:21:56.353Z] unset SSH_AUTH_SOCK; [2025-06-03T04:21:56.354Z] unset SSH_AGENT_PID; [2025-06-03T04:21:56.354Z] echo Agent pid 38 killed; [2025-06-03T04:21:56.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T04:21:56.677Z] + git semver [Pipeline] } [2025-06-03T04:21:57.271Z] $ docker stop --time=1 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 [2025-06-03T04:21:58.571Z] $ docker rm -f --volumes 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T04:21:58.916Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T04:21:58.916Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:21:59.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T04:21:59.224Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:21:59.302Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:21:59.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T04:21:59.912Z] $ docker top 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c -eo pid,comm [2025-06-03T04:21:59.955Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-03T04:21:59.955Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T04:22:00.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T04:22:00.010Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T04:22:00.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T04:22:00.130Z] $ docker exec 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c ssh-agent [2025-06-03T04:22:00.222Z] SSH_AUTH_SOCK=/tmp/ssh-jEUWwd4NTJbt/agent.33 [2025-06-03T04:22:00.222Z] SSH_AGENT_PID=39 [2025-06-03T04:22:00.227Z] Running ssh-add (command line suppressed) [2025-06-03T04:22:00.328Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18215171342015800182.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18215171342015800182.key) [2025-06-03T04:22:00.334Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T04:22:00.627Z] + git semver push [2025-06-03T04:22:00.885Z] 2025-06-03 04:22:00,860 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T04:22:00.885Z] 2025-06-03 04:22:00,863 [run_push] DEBUG push [2025-06-03T04:22:00.885Z] 2025-06-03 04:22:00,864 [execute] INFO git cat-file --batch-check [2025-06-03T04:22:00.885Z] 2025-06-03 04:22:00,864 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T04:22:00.885Z] 2025-06-03 04:22:00,865 [execute] INFO git rev-list ba5e527cf675a2a8dc0fe24c111b11333b4fb5d2 -- [2025-06-03T04:22:00.886Z] 2025-06-03 04:22:00,865 [execute] DEBUG Popen(['git', 'rev-list', 'ba5e527cf675a2a8dc0fe24c111b11333b4fb5d2', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-03T04:22:00.886Z] 2025-06-03 04:22:00,877 [execute] INFO git fetch -v -- origin [2025-06-03T04:22:00.886Z] 2025-06-03 04:22:00,877 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-03T04:22:01.451Z] 2025-06-03 04:22:01,381 [run_push] DEBUG no remote changes detected [2025-06-03T04:22:01.451Z] 2025-06-03 04:22:01,381 [execute] INFO git push origin semver [2025-06-03T04:22:01.451Z] 2025-06-03 04:22:01,381 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-03T04:22:02.388Z] 2025-06-03 04:22:02,032 [run_push] DEBUG push all version tags [2025-06-03T04:22:02.389Z] 2025-06-03 04:22:02,032 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-03T04:22:02.389Z] 2025-06-03 04:22:02,032 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) [2025-06-03T04:22:02.648Z] 2025-06-03 04:22:02,651 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-06-03T04:22:02.648Z] 4.1.0-dev.8 [Pipeline] } [2025-06-03T04:22:02.927Z] $ docker exec --env ******** --env ******** 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c ssh-agent -k [2025-06-03T04:22:03.031Z] unset SSH_AUTH_SOCK; [2025-06-03T04:22:03.031Z] unset SSH_AGENT_PID; [2025-06-03T04:22:03.031Z] echo Agent pid 39 killed; [2025-06-03T04:22:03.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T04:22:03.366Z] + git semver [Pipeline] } [2025-06-03T04:22:03.951Z] $ docker stop --time=1 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c [2025-06-03T04:22:05.226Z] $ docker rm -f --volumes 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-03T04:22:05.823Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-06-03T04:22:05.823Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-03T04:22:05.823Z] total 16 [2025-06-03T04:22:05.823Z] drwxr-xr-x 3 root root 4096 Jun 3 04:21 . [2025-06-03T04:22:05.823Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 3 04:21 .. [2025-06-03T04:22:05.823Z] drwxr-xr-x 2 root root 4096 Jun 3 04:21 cost [2025-06-03T04:22:05.823Z] -rw-r--r-- 1 root root 85 Jun 3 04:21 cost.csv [2025-06-03T04:22:05.823Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-03T04:22:05.823Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-06-03T04:22:05.823Z] total 16 [2025-06-03T04:22:05.823Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 04:21 . [2025-06-03T04:22:05.823Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 3 04:21 .. [2025-06-03T04:22:05.823Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 3 04:21 cost [2025-06-03T04:22:05.823Z] -rw-r--r-- 1 jenkins jenkins 85 Jun 3 04:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:22:06.112Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:22:06.968Z] ---> package-listing.sh [2025-06-03T04:22:06.968Z] ++ facter osfamily [2025-06-03T04:22:06.968Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-03T04:22:07.227Z] + OS_FAMILY=debian [2025-06-03T04:22:07.227Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-06-03T04:22:07.227Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-03T04:22:07.227Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-03T04:22:07.227Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-03T04:22:07.227Z] + PACKAGES=/tmp/packages_start.txt [2025-06-03T04:22:07.227Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-03T04:22:07.227Z] + PACKAGES=/tmp/packages_end.txt [2025-06-03T04:22:07.227Z] + case "${OS_FAMILY}" in [2025-06-03T04:22:07.227Z] + dpkg -l [2025-06-03T04:22:07.227Z] + grep '^ii' [2025-06-03T04:22:07.227Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-03T04:22:07.227Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-03T04:22:07.227Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-03T04:22:07.227Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-06-03T04:22:07.227Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-06-03T04:22:07.227Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2025-06-03T04:22:07.241Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-03T04:22:07.520Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T04:22:07.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T04:22:07.821Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T04:22:07.901Z] prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container [2025-06-03T04:22:07.930Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-03T04:22:08.111Z] $ docker top 673e992813113d672f8345ebdb0069cc12bbc59dc86e3ad688aa31981efc1ecb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T04:22:08.842Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-03T04:22:09.133Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-03T04:22:09.418Z] + ls /var/log/sa-host [2025-06-03T04:22:09.418Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T04:22:09.507Z] provisioning config files... [2025-06-03T04:22:09.516Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4845520451044181377tmp [Pipeline] { [Pipeline] echo [2025-06-03T04:22:09.534Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:22:09.818Z] ---> create-netrc.sh [Pipeline] } [2025-06-03T04:22:09.824Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:22:10.165Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-03T04:22:10.175Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:22:10.460Z] ---> sudo-logs.sh [2025-06-03T04:22:10.460Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-03T04:22:10.489Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:22:10.769Z] ---> job-cost.sh [2025-06-03T04:22:10.769Z] lf-activate-venv: SKIPPING [2025-06-03T04:22:10.769Z] DEBUG: total: 0.2199999988079071 [2025-06-03T04:22:10.769Z] INFO: Retrieving Stack Cost... [2025-06-03T04:22:11.030Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-03T04:22:11.289Z] INFO: Archiving Costs [Pipeline] echo [2025-06-03T04:22:11.301Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T04:22:11.584Z] ---> logs-deploy.sh [2025-06-03T04:22:11.584Z] lf-activate-venv: SKIPPING [2025-06-03T04:22:11.584Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/362 [2025-06-03T04:22:11.584Z] INFO: archiving workspace using pattern(s): [2025-06-03T04:22:12.971Z] Archives upload complete. [2025-06-03T04:22:12.971Z] INFO: archiving logs to Nexus [2025-06-03T04:22:13.544Z] ---> uname -a: [2025-06-03T04:22:13.544Z] Linux prd-ubuntu20-04-docker-8c-8g-2691 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-03T04:22:13.544Z] [2025-06-03T04:22:13.544Z] [2025-06-03T04:22:13.544Z] ---> lscpu: [2025-06-03T04:22:13.544Z] Architecture: x86_64 [2025-06-03T04:22:13.544Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-03T04:22:13.544Z] Byte Order: Little Endian [2025-06-03T04:22:13.544Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-03T04:22:13.544Z] CPU(s): 8 [2025-06-03T04:22:13.544Z] On-line CPU(s) list: 0-7 [2025-06-03T04:22:13.544Z] Thread(s) per core: 1 [2025-06-03T04:22:13.544Z] Core(s) per socket: 1 [2025-06-03T04:22:13.544Z] Socket(s): 8 [2025-06-03T04:22:13.544Z] NUMA node(s): 1 [2025-06-03T04:22:13.544Z] Vendor ID: AuthenticAMD [2025-06-03T04:22:13.544Z] CPU family: 23 [2025-06-03T04:22:13.544Z] Model: 49 [2025-06-03T04:22:13.544Z] Model name: AMD EPYC-Rome Processor [2025-06-03T04:22:13.544Z] Stepping: 0 [2025-06-03T04:22:13.544Z] CPU MHz: 2799.996 [2025-06-03T04:22:13.544Z] BogoMIPS: 5599.99 [2025-06-03T04:22:13.544Z] Virtualization: AMD-V [2025-06-03T04:22:13.544Z] Hypervisor vendor: KVM [2025-06-03T04:22:13.544Z] Virtualization type: full [2025-06-03T04:22:13.544Z] L1d cache: 256 KiB [2025-06-03T04:22:13.544Z] L1i cache: 256 KiB [2025-06-03T04:22:13.544Z] L2 cache: 4 MiB [2025-06-03T04:22:13.544Z] L3 cache: 128 MiB [2025-06-03T04:22:13.544Z] NUMA node0 CPU(s): 0-7 [2025-06-03T04:22:13.544Z] Vulnerability Itlb multihit: Not affected [2025-06-03T04:22:13.544Z] Vulnerability L1tf: Not affected [2025-06-03T04:22:13.544Z] Vulnerability Mds: Not affected [2025-06-03T04:22:13.544Z] Vulnerability Meltdown: Not affected [2025-06-03T04:22:13.544Z] Vulnerability Mmio stale data: Not affected [2025-06-03T04:22:13.544Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-03T04:22:13.544Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-03T04:22:13.545Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-03T04:22:13.545Z] Vulnerability Srbds: Not affected [2025-06-03T04:22:13.545Z] Vulnerability Tsx async abort: Not affected [2025-06-03T04:22:13.545Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-03T04:22:13.545Z] [2025-06-03T04:22:13.545Z] [2025-06-03T04:22:13.545Z] ---> nproc: [2025-06-03T04:22:13.545Z] 8 [2025-06-03T04:22:13.545Z] [2025-06-03T04:22:13.545Z]