Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1736bffb6f9249122deed05ee7f896dde1cd3714 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-ssh908432292747754887.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh15366019451736295481.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 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh5557493539651472891.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa # timeout=10 Commit message: "fix: add new goLTSImages 1.23 (#466)" > 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-ssh4558012460929920035.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-ssh10207582391554417614.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-40855 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1736bffb6f9249122deed05ee7f896dde1cd3714 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1736bffb6f9249122deed05ee7f896dde1cd3714 # timeout=10 Commit message: "build: Update to released go-mods for odessa (#1704)" > git rev-list --no-walk d1fbc779a240cbbcf284b6d6f9490aecbadfae6e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-11T06:35:43.776Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-11T06:35:43.863Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-11T06:35:43.888Z] ========================================================= [2025-03-11T06:35:43.888Z] EdgeX Global Pipelines Version Info [2025-03-11T06:35:43.888Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:35:45.106Z] ------------------- [2025-03-11T06:35:45.106Z] stable info: [2025-03-11T06:35:45.106Z] ------------------- [2025-03-11T06:35:45.106Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-03-11T06:35:45.106Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-11T06:35:45.106Z] Message: update stable to v1.0.271 [2025-03-11T06:35:45.675Z] ------------------- [2025-03-11T06:35:45.675Z] experimental info: [2025-03-11T06:35:45.675Z] ------------------- [2025-03-11T06:35:45.675Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-03-11T06:35:45.675Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-11T06:35:45.675Z] Message: update experimental to v1.0.271 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-11T06:35:45.749Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2025-03-11T06:35:45.767Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2025-03-11T06:35:45.788Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-11T06:35:45.806Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-11T06:35:45.828Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-11T06:35:45.850Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-11T06:35:45.868Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-11T06:35:45.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2025-03-11T06:35:45.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-11T06:35:45.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-11T06:35:45.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-11T06:35:45.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2025-03-11T06:35:45.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-11T06:35:46.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-11T06:35:46.043Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-11T06:35:46.068Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-03-11T06:35:46.092Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-03-11T06:35:46.119Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-03-11T06:35:46.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-11T06:35:46.177Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-11T06:35:46.204Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-03-11T06:35:46.224Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-03-11T06:35:46.246Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-03-11T06:35:46.269Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-03-11T06:35:46.289Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-03-11T06:35:46.313Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-11T06:35:46.333Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-11T06:35:46.353Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-11T06:35:46.377Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-11T06:35:46.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-11T06:35:46.422Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo [2025-03-11T06:35:46.444Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1736bff [Pipeline] echo [2025-03-11T06:35:46.467Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-11T06:35:46.519Z] provisioning config files... [2025-03-11T06:35:46.533Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14269952704254530272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:35:46.863Z] ---> ****-login.sh [2025-03-11T06:35:46.863Z] nexus3.edgexfoundry.org:10001 [2025-03-11T06:35:47.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:35:47.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:35:47.123Z] Configure a credential helper to remove this warning. See [2025-03-11T06:35:47.123Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:35:47.123Z] [2025-03-11T06:35:47.123Z] Login Succeeded [2025-03-11T06:35:47.123Z] nexus3.edgexfoundry.org:10002 [2025-03-11T06:35:47.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:35:47.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:35:47.124Z] Configure a credential helper to remove this warning. See [2025-03-11T06:35:47.124Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:35:47.124Z] [2025-03-11T06:35:47.124Z] Login Succeeded [2025-03-11T06:35:47.124Z] nexus3.edgexfoundry.org:10003 [2025-03-11T06:35:47.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:35:47.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:35:47.384Z] Configure a credential helper to remove this warning. See [2025-03-11T06:35:47.384Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:35:47.384Z] [2025-03-11T06:35:47.384Z] Login Succeeded [2025-03-11T06:35:47.384Z] nexus3.edgexfoundry.org:10004 [2025-03-11T06:35:47.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:35:47.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:35:47.384Z] Configure a credential helper to remove this warning. See [2025-03-11T06:35:47.384Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:35:47.384Z] [2025-03-11T06:35:47.384Z] Login Succeeded [2025-03-11T06:35:47.384Z] ****.io [2025-03-11T06:35:47.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:35:47.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:35:47.645Z] Configure a credential helper to remove this warning. See [2025-03-11T06:35:47.645Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:35:47.645Z] [2025-03-11T06:35:47.645Z] Login Succeeded [2025-03-11T06:35:47.645Z] ---> ****-login.sh ends [Pipeline] } [2025-03-11T06:35:47.658Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-11T06:35:48.111Z] + git rev-list -1 --merges 1736bffb6f9249122deed05ee7f896dde1cd3714~1..1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo [2025-03-11T06:35:48.137Z] -----------> git rev-list -1 --merges 1736bffb6f9249122deed05ee7f896dde1cd3714~1..1736bffb6f9249122deed05ee7f896dde1cd3714 1736bffb6f9249122deed05ee7f896dde1cd3714 [false] [Pipeline] sh [2025-03-11T06:35:48.432Z] + git log --format=format:%s -1 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo [2025-03-11T06:35:48.445Z] ========================================================= [2025-03-11T06:35:48.445Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-11T06:35:48.445Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-11T06:35:48.799Z] + git log --format=format:%s -1 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo [2025-03-11T06:35:48.812Z] [semverPrep] GIT_COMMIT: 1736bffb6f9249122deed05ee7f896dde1cd3714, Commit Message: build: Update to released go-mods for odessa (#1704) [Pipeline] echo [2025-03-11T06:35:48.830Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-03-11T06:35:49.188Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-11T06:35:49.188Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-11T06:35:49.188Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-11T06:35:49.188Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-11T06:35:49.188Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-11T06:35:49.188Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-11T06:35:49.188Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:35:49.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-11T06:35:49.534Z] [2025-03-11T06:35:49.534Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:35:49.841Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-11T06:35:49.841Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-11T06:35:49.841Z] b85a868b505f: Pulling fs layer [2025-03-11T06:35:49.841Z] e2be974225ed: Pulling fs layer [2025-03-11T06:35:49.841Z] 339a4e72a1f5: Pulling fs layer [2025-03-11T06:35:49.841Z] 988bab9f4d93: Pulling fs layer [2025-03-11T06:35:49.841Z] 1469e6f7b9e6: Pulling fs layer [2025-03-11T06:35:49.841Z] eaf3925da568: Pulling fs layer [2025-03-11T06:35:49.841Z] bab4dde63d76: Pulling fs layer [2025-03-11T06:35:49.841Z] bde34c3a00c8: Pulling fs layer [2025-03-11T06:35:49.841Z] b352a97aabf1: Pulling fs layer [2025-03-11T06:35:49.841Z] 4872d77fe225: Pulling fs layer [2025-03-11T06:35:49.841Z] 5851b861e8e6: Pulling fs layer [2025-03-11T06:35:49.841Z] bab4dde63d76: Waiting [2025-03-11T06:35:49.841Z] bde34c3a00c8: Waiting [2025-03-11T06:35:49.841Z] b352a97aabf1: Waiting [2025-03-11T06:35:49.841Z] 4872d77fe225: Waiting [2025-03-11T06:35:49.841Z] 5851b861e8e6: Waiting [2025-03-11T06:35:49.841Z] 1469e6f7b9e6: Waiting [2025-03-11T06:35:49.841Z] 988bab9f4d93: Waiting [2025-03-11T06:35:49.841Z] eaf3925da568: Waiting [2025-03-11T06:35:49.841Z] e2be974225ed: Verifying Checksum [2025-03-11T06:35:49.841Z] e2be974225ed: Download complete [2025-03-11T06:35:49.841Z] 988bab9f4d93: Verifying Checksum [2025-03-11T06:35:49.841Z] 988bab9f4d93: Download complete [2025-03-11T06:35:49.841Z] 1469e6f7b9e6: Verifying Checksum [2025-03-11T06:35:49.841Z] 1469e6f7b9e6: Download complete [2025-03-11T06:35:49.841Z] 339a4e72a1f5: Verifying Checksum [2025-03-11T06:35:49.841Z] 339a4e72a1f5: Download complete [2025-03-11T06:35:49.841Z] eaf3925da568: Download complete [2025-03-11T06:35:50.100Z] bde34c3a00c8: Verifying Checksum [2025-03-11T06:35:50.100Z] bde34c3a00c8: Download complete [2025-03-11T06:35:50.100Z] b352a97aabf1: Download complete [2025-03-11T06:35:50.100Z] 4872d77fe225: Verifying Checksum [2025-03-11T06:35:50.100Z] 4872d77fe225: Download complete [2025-03-11T06:35:50.100Z] 5851b861e8e6: Download complete [2025-03-11T06:35:50.100Z] b85a868b505f: Download complete [2025-03-11T06:35:50.361Z] bab4dde63d76: Verifying Checksum [2025-03-11T06:35:50.361Z] bab4dde63d76: Download complete [2025-03-11T06:35:51.299Z] b85a868b505f: Pull complete [2025-03-11T06:35:51.561Z] e2be974225ed: Pull complete [2025-03-11T06:35:52.135Z] 339a4e72a1f5: Pull complete [2025-03-11T06:35:52.135Z] 988bab9f4d93: Pull complete [2025-03-11T06:35:52.394Z] 1469e6f7b9e6: Pull complete [2025-03-11T06:35:52.394Z] eaf3925da568: Pull complete [2025-03-11T06:35:54.301Z] bab4dde63d76: Pull complete [2025-03-11T06:35:54.563Z] bde34c3a00c8: Pull complete [2025-03-11T06:35:54.564Z] b352a97aabf1: Pull complete [2025-03-11T06:35:54.564Z] 4872d77fe225: Pull complete [2025-03-11T06:35:54.823Z] 5851b861e8e6: Pull complete [2025-03-11T06:35:54.823Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-11T06:35:54.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-11T06:35:54.823Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:35:54.979Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:35:55.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-11T06:35:57.664Z] $ docker top 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 -eo pid,comm [2025-03-11T06:35:57.739Z] 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-03-11T06:35:57.739Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-11T06:35:57.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-11T06:35:57.798Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-11T06:35:57.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-11T06:35:57.904Z] $ docker exec 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent [2025-03-11T06:35:58.015Z] SSH_AUTH_SOCK=/tmp/ssh-KUIXPcnPgTex/agent.32 [2025-03-11T06:35:58.015Z] SSH_AGENT_PID=38 [2025-03-11T06:35:58.021Z] Running ssh-add (command line suppressed) [2025-03-11T06:35:58.106Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_345611330865820087.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_345611330865820087.key) [2025-03-11T06:35:58.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-11T06:35:58.419Z] + git tag --points-at HEAD [Pipeline] } [2025-03-11T06:35:58.421Z] $ docker exec --env ******** --env ******** 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent -k [2025-03-11T06:35:58.522Z] unset SSH_AUTH_SOCK; [2025-03-11T06:35:58.522Z] unset SSH_AGENT_PID; [2025-03-11T06:35:58.522Z] echo Agent pid 38 killed; [2025-03-11T06:35:58.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-03-11T06:35:58.584Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-11T06:35:58.584Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-11T06:35:58.688Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-11T06:35:58.682Z] $ docker exec 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent [2025-03-11T06:35:58.826Z] SSH_AUTH_SOCK=/tmp/ssh-Rl9HzSUQdOID/agent.71 [2025-03-11T06:35:58.826Z] SSH_AGENT_PID=77 [2025-03-11T06:35:58.830Z] Running ssh-add (command line suppressed) [2025-03-11T06:35:58.918Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9687840814517987104.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9687840814517987104.key) [2025-03-11T06:35:58.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-11T06:35:59.230Z] + git semver init [2025-03-11T06:35:59.487Z] 2025-03-11 06:35:59,413 [run_init] DEBUG init version:0.0.0 force:False [2025-03-11T06:35:59.487Z] 2025-03-11 06:35:59,414 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-03-11T06:35:59.487Z] 2025-03-11 06:35:59,414 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2025-03-11T06:35:59.487Z] 2025-03-11 06:35:59,414 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-11T06:36:01.393Z] 2025-03-11 06:36:01,008 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2025-03-11T06:36:01.393Z] 2025-03-11 06:36:01,009 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2025-03-11T06:36:01.393Z] 2025-03-11 06:36:01,009 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:36:01.393Z] 2025-03-11 06:36:01,009 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:36:01.393Z] 4.0.0-dev.32 [Pipeline] } [2025-03-11T06:36:01.394Z] $ docker exec --env ******** --env ******** 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent -k [2025-03-11T06:36:01.490Z] unset SSH_AUTH_SOCK; [2025-03-11T06:36:01.491Z] unset SSH_AGENT_PID; [2025-03-11T06:36:01.491Z] echo Agent pid 77 killed; [2025-03-11T06:36:01.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-11T06:36:01.829Z] + git semver [Pipeline] } [2025-03-11T06:36:02.107Z] $ docker stop --time=1 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 [2025-03-11T06:36:03.495Z] $ docker rm -f --volumes 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-11T06:36:03.841Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-11T06:36:04.065Z] Stashed 1 file(s) [Pipeline] echo [2025-03-11T06:36:04.070Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.32 [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-03-11T06:36:04.391Z] provisioning config files... [2025-03-11T06:36:04.401Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config985698851892908548tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:36:04.753Z] ---> ****-login.sh [2025-03-11T06:36:04.753Z] nexus3.edgexfoundry.org:10001 [2025-03-11T06:36:04.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:36:04.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:36:04.754Z] Configure a credential helper to remove this warning. See [2025-03-11T06:36:04.754Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:36:04.754Z] [2025-03-11T06:36:04.754Z] Login Succeeded [2025-03-11T06:36:04.754Z] nexus3.edgexfoundry.org:10002 [2025-03-11T06:36:04.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:36:04.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:36:04.754Z] Configure a credential helper to remove this warning. See [2025-03-11T06:36:04.754Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:36:04.754Z] [2025-03-11T06:36:04.754Z] Login Succeeded [2025-03-11T06:36:04.754Z] nexus3.edgexfoundry.org:10003 [2025-03-11T06:36:05.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:36:05.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:36:05.015Z] Configure a credential helper to remove this warning. See [2025-03-11T06:36:05.015Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:36:05.015Z] [2025-03-11T06:36:05.015Z] Login Succeeded [2025-03-11T06:36:05.015Z] nexus3.edgexfoundry.org:10004 [2025-03-11T06:36:05.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:36:05.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:36:05.015Z] Configure a credential helper to remove this warning. See [2025-03-11T06:36:05.015Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:36:05.015Z] [2025-03-11T06:36:05.015Z] Login Succeeded [2025-03-11T06:36:05.015Z] ****.io [2025-03-11T06:36:05.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-11T06:36:05.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-11T06:36:05.275Z] Configure a credential helper to remove this warning. See [2025-03-11T06:36:05.275Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-11T06:36:05.275Z] [2025-03-11T06:36:05.275Z] Login Succeeded [2025-03-11T06:36:05.275Z] ---> ****-login.sh ends [Pipeline] } [2025-03-11T06:36:05.282Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-11T06:36:05.378Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-11T06:36:05.395Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-11T06:36:05.407Z] ========================================================= [2025-03-11T06:36:05.407Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-11T06:36:05.407Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:36:05.756Z] + 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-03-11T06:36:05.756Z] Sending build context to Docker daemon 26.35MB [2025-03-11T06:36:05.756Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-03-11T06:36:05.756Z] Step 2/10 : FROM ${BASE} AS builder [2025-03-11T06:36:06.025Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-11T06:36:06.025Z] da9db072f522: Pulling fs layer [2025-03-11T06:36:06.025Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-11T06:36:06.025Z] 06f05ace1117: Pulling fs layer [2025-03-11T06:36:06.025Z] 5fe327b54edc: Pulling fs layer [2025-03-11T06:36:06.025Z] 4f4fb700ef54: Pulling fs layer [2025-03-11T06:36:06.025Z] 92a5565b7b96: Pulling fs layer [2025-03-11T06:36:06.025Z] ff9bb7016b71: Pulling fs layer [2025-03-11T06:36:06.025Z] b67dba6c2c7d: Pulling fs layer [2025-03-11T06:36:06.025Z] a813b0c90790: Pulling fs layer [2025-03-11T06:36:06.025Z] 5fe327b54edc: Waiting [2025-03-11T06:36:06.025Z] 92a5565b7b96: Waiting [2025-03-11T06:36:06.025Z] ff9bb7016b71: Waiting [2025-03-11T06:36:06.025Z] 4f4fb700ef54: Waiting [2025-03-11T06:36:06.025Z] b67dba6c2c7d: Waiting [2025-03-11T06:36:06.025Z] a813b0c90790: Waiting [2025-03-11T06:36:06.025Z] 6ef4a4ee8ca5: Verifying Checksum [2025-03-11T06:36:06.025Z] 6ef4a4ee8ca5: Download complete [2025-03-11T06:36:06.025Z] 5fe327b54edc: Verifying Checksum [2025-03-11T06:36:06.025Z] 5fe327b54edc: Download complete [2025-03-11T06:36:06.025Z] 4f4fb700ef54: Verifying Checksum [2025-03-11T06:36:06.025Z] 4f4fb700ef54: Download complete [2025-03-11T06:36:06.025Z] 92a5565b7b96: Verifying Checksum [2025-03-11T06:36:06.025Z] 92a5565b7b96: Download complete [2025-03-11T06:36:06.025Z] da9db072f522: Download complete [2025-03-11T06:36:06.025Z] ff9bb7016b71: Verifying Checksum [2025-03-11T06:36:06.025Z] ff9bb7016b71: Download complete [2025-03-11T06:36:06.286Z] da9db072f522: Pull complete [2025-03-11T06:36:06.286Z] a813b0c90790: Verifying Checksum [2025-03-11T06:36:06.286Z] a813b0c90790: Download complete [2025-03-11T06:36:06.286Z] 6ef4a4ee8ca5: Pull complete [2025-03-11T06:36:06.544Z] 06f05ace1117: Verifying Checksum [2025-03-11T06:36:06.544Z] 06f05ace1117: Download complete [2025-03-11T06:36:06.807Z] b67dba6c2c7d: Verifying Checksum [2025-03-11T06:36:06.807Z] b67dba6c2c7d: Download complete [2025-03-11T06:36:10.090Z] 06f05ace1117: Pull complete [2025-03-11T06:36:10.090Z] 5fe327b54edc: Pull complete [2025-03-11T06:36:10.090Z] 4f4fb700ef54: Pull complete [2025-03-11T06:36:10.090Z] 92a5565b7b96: Pull complete [2025-03-11T06:36:10.090Z] ff9bb7016b71: Pull complete [2025-03-11T06:36:12.634Z] b67dba6c2c7d: Pull complete [2025-03-11T06:36:12.634Z] a813b0c90790: Pull complete [2025-03-11T06:36:12.894Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-11T06:36:12.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-11T06:36:12.894Z] ---> 3ba60ce46760 [2025-03-11T06:36:12.894Z] Step 3/10 : ARG MAKE=make build [2025-03-11T06:36:18.213Z] ---> Running in e60a64c0e430 [2025-03-11T06:36:18.214Z] Removing intermediate container e60a64c0e430 [2025-03-11T06:36:18.214Z] ---> 01f97ff3ddd4 [2025-03-11T06:36:18.214Z] Step 4/10 : WORKDIR /device-sdk-go [2025-03-11T06:36:18.214Z] ---> Running in 968a8a3c88d6 [2025-03-11T06:36:18.214Z] Removing intermediate container 968a8a3c88d6 [2025-03-11T06:36:18.214Z] ---> 6bc4e15edb8f [2025-03-11T06:36:18.214Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-11T06:36:18.214Z] ---> Running in 7ac80ff7e0b3 [2025-03-11T06:36:18.214Z] Removing intermediate container 7ac80ff7e0b3 [2025-03-11T06:36:18.214Z] ---> ed614f246aeb [2025-03-11T06:36:18.214Z] Step 6/10 : RUN apk add --update --no-cache make git [2025-03-11T06:36:18.214Z] ---> Running in b73f84a851a1 [2025-03-11T06:36:18.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-11T06:36:18.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-11T06:36:18.990Z] OK: 248 MiB in 58 packages [2025-03-11T06:36:19.248Z] Removing intermediate container b73f84a851a1 [2025-03-11T06:36:19.248Z] ---> 75852f548ff9 [2025-03-11T06:36:19.248Z] Step 7/10 : COPY go.mod vendor* ./ [2025-03-11T06:36:19.506Z] ---> b619763fc0f8 [2025-03-11T06:36:19.506Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-11T06:36:19.506Z] ---> Running in a2425362df46 [2025-03-11T06:37:06.222Z] Removing intermediate container a2425362df46 [2025-03-11T06:37:06.222Z] ---> 120bff6adccd [2025-03-11T06:37:06.222Z] Step 9/10 : COPY . . [2025-03-11T06:37:06.222Z] ---> 5686e29afb51 [2025-03-11T06:37:06.222Z] Step 10/10 : RUN ${MAKE} [2025-03-11T06:37:06.222Z] ---> Running in 14d355f01aa3 [2025-03-11T06:37:06.222Z] noop [2025-03-11T06:37:06.222Z] Removing intermediate container 14d355f01aa3 [2025-03-11T06:37:06.222Z] ---> 9d1cd4d064ea [2025-03-11T06:37:06.222Z] Successfully built 9d1cd4d064ea [2025-03-11T06:37:06.222Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:37:06.546Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-11T06:37:06.546Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:37:06.632Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:37:06.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-11T06:37:07.011Z] $ docker top 2e6496739cdfec2a9b6169732483d6af9fce32f343ac4e94a57727852b72707c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-11T06:37:07.369Z] + go version [2025-03-11T06:37:07.369Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-11T06:37:07.386Z] $ docker stop --time=1 2e6496739cdfec2a9b6169732483d6af9fce32f343ac4e94a57727852b72707c [2025-03-11T06:37:08.674Z] $ docker rm -f --volumes 2e6496739cdfec2a9b6169732483d6af9fce32f343ac4e94a57727852b72707c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:37:09.111Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-11T06:37:09.111Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:37:09.198Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:37:09.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-11T06:37:09.599Z] $ docker top b9012c9747347145c935c740a18ff798e2610f57d8bf7f1dff867916a9da019d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-11T06:37:09.951Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2025-03-11T06:37:10.257Z] + make test [2025-03-11T06:37:10.257Z] go test -race -coverprofile=coverage.out ./... [2025-03-11T06:37:20.232Z] ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.039s coverage: 28.2% of statements [2025-03-11T06:37:58.965Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.053s coverage: 79.3% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.031s coverage: 90.4% of statements [2025-03-11T06:37:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2025-03-11T06:37:58.965Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.090s coverage: 45.0% of statements [2025-03-11T06:37:59.539Z] github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements [2025-03-11T06:38:04.861Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.057s coverage: 14.3% of statements [2025-03-11T06:38:04.861Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.399s coverage: 44.6% of statements [2025-03-11T06:38:04.861Z] ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.057s coverage: 68.4% of statements [2025-03-11T06:38:04.861Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.084s coverage: 88.3% of statements [2025-03-11T06:38:04.861Z] ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.059s coverage: 5.0% of statements [2025-03-11T06:38:43.581Z] GO111MODULE=on go vet ./... [2025-03-11T06:38:44.149Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-11T06:38:44.409Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-11T06:38:44.409Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-11T06:38:44.687Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-11T06:38:44.716Z] $ docker stop --time=1 b9012c9747347145c935c740a18ff798e2610f57d8bf7f1dff867916a9da019d [2025-03-11T06:38:48.188Z] $ docker rm -f --volumes b9012c9747347145c935c740a18ff798e2610f57d8bf7f1dff867916a9da019d [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-11T06:38:48.946Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-11T06:38:49.057Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-03-11T06:38:49.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-11T06:38:49.827Z] + ls -al . [2025-03-11T06:38:49.827Z] total 740 [2025-03-11T06:38:49.827Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 11 06:37 . [2025-03-11T06:38:49.827Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 06:35 .. [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 11 06:35 .dockerignore [2025-03-11T06:38:49.827Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 06:38 .git [2025-03-11T06:38:49.827Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 06:35 .github [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 137 Mar 11 06:35 .gitignore [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 199 Mar 11 06:35 .golangci.yml [2025-03-11T06:38:49.827Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 11 06:36 .semver [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 53715 Mar 11 06:35 CHANGELOG.md [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 11 06:35 GOVERNANCE.md [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 882 Mar 11 06:35 Jenkinsfile [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 11 06:35 LICENSE [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 2424 Mar 11 06:35 Makefile [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 11 06:35 OWNERS.md [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 4937 Mar 11 06:35 README.md [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 11 06:36 VERSION [2025-03-11T06:38:49.827Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 06:35 bin [2025-03-11T06:38:49.827Z] -rw-r--r-- 1 jenkins jenkins 497263 Mar 11 06:38 coverage.out [2025-03-11T06:38:49.827Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 11 06:35 example [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 6089 Mar 11 06:35 go.mod [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 86333 Mar 11 06:35 go.sum [2025-03-11T06:38:49.827Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 11 06:35 internal [2025-03-11T06:38:49.827Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 06:35 openapi [2025-03-11T06:38:49.827Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 11 06:35 pkg [2025-03-11T06:38:49.827Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 06:35 snap [2025-03-11T06:38:49.827Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 11 06:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:38:50.145Z] + 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=1736bffb6f9249122deed05ee7f896dde1cd3714 --label arch=amd64 --label version=4.0.0-dev.32 . [2025-03-11T06:38:50.145Z] Sending build context to Docker daemon 26.85MB [2025-03-11T06:38:50.145Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-03-11T06:38:50.145Z] Step 2/24 : FROM ${BASE} AS builder [2025-03-11T06:38:50.145Z] ---> 9d1cd4d064ea [2025-03-11T06:38:50.145Z] Step 3/24 : ARG MAKE=make build [2025-03-11T06:38:50.712Z] ---> Running in 977c7a084861 [2025-03-11T06:38:50.712Z] Removing intermediate container 977c7a084861 [2025-03-11T06:38:50.712Z] ---> f03cae9b1910 [2025-03-11T06:38:50.712Z] Step 4/24 : WORKDIR /device-sdk-go [2025-03-11T06:38:50.712Z] ---> Running in 51db5a3d7f5b [2025-03-11T06:38:50.712Z] Removing intermediate container 51db5a3d7f5b [2025-03-11T06:38:50.712Z] ---> b499f2c39ce1 [2025-03-11T06:38:50.712Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-03-11T06:38:50.712Z] ---> Running in f58dbce066e4 [2025-03-11T06:38:50.970Z] Removing intermediate container f58dbce066e4 [2025-03-11T06:38:50.970Z] ---> dacc5bcd810b [2025-03-11T06:38:50.970Z] Step 6/24 : RUN apk add --update --no-cache make git [2025-03-11T06:38:50.970Z] ---> Running in efe739c3ef72 [2025-03-11T06:38:51.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-11T06:38:51.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-11T06:38:51.797Z] OK: 248 MiB in 58 packages [2025-03-11T06:38:52.059Z] Removing intermediate container efe739c3ef72 [2025-03-11T06:38:52.059Z] ---> 4f3489b84f9a [2025-03-11T06:38:52.059Z] Step 7/24 : COPY go.mod vendor* ./ [2025-03-11T06:38:52.059Z] ---> 175a4bc86909 [2025-03-11T06:38:52.059Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-11T06:38:52.318Z] ---> Running in eea50dc7fd86 [2025-03-11T06:38:52.887Z] Removing intermediate container eea50dc7fd86 [2025-03-11T06:38:52.887Z] ---> afdbe7097641 [2025-03-11T06:38:52.887Z] Step 9/24 : COPY . . [2025-03-11T06:38:53.825Z] ---> a4ffd9f65662 [2025-03-11T06:38:53.825Z] Step 10/24 : RUN ${MAKE} [2025-03-11T06:38:53.825Z] ---> Running in 125ac6bc5bde [2025-03-11T06:38:54.084Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.0.0-dev.32 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.0.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2025-03-11T06:39:26.194Z] Removing intermediate container 125ac6bc5bde [2025-03-11T06:39:26.194Z] ---> b9195d1fc1ff [2025-03-11T06:39:26.194Z] Step 11/24 : FROM alpine:3.20 [2025-03-11T06:39:26.194Z] 3.20: Pulling from library/alpine [2025-03-11T06:39:26.194Z] 0a9a5dfd008f: Pulling fs layer [2025-03-11T06:39:26.194Z] 0a9a5dfd008f: Download complete [2025-03-11T06:39:26.194Z] 0a9a5dfd008f: Pull complete [2025-03-11T06:39:26.194Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-11T06:39:26.194Z] Status: Downloaded newer image for alpine:3.20 [2025-03-11T06:39:26.194Z] ---> ff221270b9fb [2025-03-11T06:39:26.194Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2025-03-11T06:39:26.194Z] ---> Running in dff5f233b6ab [2025-03-11T06:39:26.194Z] Removing intermediate container dff5f233b6ab [2025-03-11T06:39:26.194Z] ---> 7e365dfdabca [2025-03-11T06:39:26.194Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-03-11T06:39:26.194Z] ---> Running in 2a96b864e429 [2025-03-11T06:39:26.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-11T06:39:26.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-11T06:39:26.714Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-11T06:39:26.714Z] Executing busybox-1.36.1-r29.trigger [2025-03-11T06:39:26.714Z] OK: 8 MiB in 15 packages [2025-03-11T06:39:27.282Z] Removing intermediate container 2a96b864e429 [2025-03-11T06:39:27.282Z] ---> 4df2cd10cfbd [2025-03-11T06:39:27.282Z] Step 14/24 : RUN apk --no-cache upgrade [2025-03-11T06:39:27.282Z] ---> Running in 5ae7b0fdbf79 [2025-03-11T06:39:27.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-11T06:39:27.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-11T06:39:27.801Z] OK: 8 MiB in 15 packages [2025-03-11T06:39:28.061Z] Removing intermediate container 5ae7b0fdbf79 [2025-03-11T06:39:28.061Z] ---> 63e2825c97c8 [2025-03-11T06:39:28.061Z] Step 15/24 : WORKDIR / [2025-03-11T06:39:28.320Z] ---> Running in f57962b0ed86 [2025-03-11T06:39:28.320Z] Removing intermediate container f57962b0ed86 [2025-03-11T06:39:28.320Z] ---> 44cd91fd666e [2025-03-11T06:39:28.320Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2025-03-11T06:39:28.320Z] ---> 134907c29065 [2025-03-11T06:39:28.320Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2025-03-11T06:39:29.698Z] ---> 230e0cfd0f3c [2025-03-11T06:39:29.698Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2025-03-11T06:39:29.957Z] ---> 2c04c9d51f12 [2025-03-11T06:39:29.957Z] Step 19/24 : EXPOSE 59999 [2025-03-11T06:39:29.957Z] ---> Running in 18a080546411 [2025-03-11T06:39:29.957Z] Removing intermediate container 18a080546411 [2025-03-11T06:39:29.957Z] ---> e6375df21706 [2025-03-11T06:39:29.957Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2025-03-11T06:39:29.957Z] ---> Running in d14b6e424d3d [2025-03-11T06:39:29.957Z] Removing intermediate container d14b6e424d3d [2025-03-11T06:39:29.957Z] ---> 1d4119d927a1 [2025-03-11T06:39:29.957Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2025-03-11T06:39:29.957Z] ---> Running in f0ab8d9af6e0 [2025-03-11T06:39:30.217Z] Removing intermediate container f0ab8d9af6e0 [2025-03-11T06:39:30.217Z] ---> 82d3973313c1 [2025-03-11T06:39:30.217Z] Step 22/24 : LABEL arch=amd64 [2025-03-11T06:39:30.217Z] ---> Running in 7f583f0005b0 [2025-03-11T06:39:30.217Z] Removing intermediate container 7f583f0005b0 [2025-03-11T06:39:30.217Z] ---> ea9253cb07c9 [2025-03-11T06:39:30.217Z] Step 23/24 : LABEL git_sha=1736bffb6f9249122deed05ee7f896dde1cd3714 [2025-03-11T06:39:30.217Z] ---> Running in 731d09b8f1c3 [2025-03-11T06:39:30.217Z] Removing intermediate container 731d09b8f1c3 [2025-03-11T06:39:30.217Z] ---> d97c9d4d0805 [2025-03-11T06:39:30.217Z] Step 24/24 : LABEL version=4.0.0-dev.32 [2025-03-11T06:39:30.477Z] ---> Running in 7dcc7d6c59dc [2025-03-11T06:39:30.477Z] Removing intermediate container 7dcc7d6c59dc [2025-03-11T06:39:30.477Z] ---> e505cce2804e [2025-03-11T06:39:30.477Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-11T06:39:30.477Z] Successfully built e505cce2804e [2025-03-11T06:39:30.477Z] 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-03-11T06:39:30.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-11T06:39:30.963Z] [2025-03-11T06:39:30.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:39:31.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-11T06:39:31.266Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-11T06:39:31.266Z] 5eb5b503b376: Pulling fs layer [2025-03-11T06:39:31.266Z] 5c69ac0246d0: Pulling fs layer [2025-03-11T06:39:31.266Z] ec43610c2a17: Pulling fs layer [2025-03-11T06:39:31.266Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-11T06:39:31.266Z] 33b1e0a273af: Pulling fs layer [2025-03-11T06:39:31.266Z] 5d3b04190fa2: Pulling fs layer [2025-03-11T06:39:31.266Z] 2f39f015ded8: Pulling fs layer [2025-03-11T06:39:31.266Z] 33b1e0a273af: Waiting [2025-03-11T06:39:31.266Z] 3a2ae6a8a46f: Waiting [2025-03-11T06:39:31.266Z] 5d3b04190fa2: Waiting [2025-03-11T06:39:31.266Z] 2f39f015ded8: Waiting [2025-03-11T06:39:31.266Z] 5c69ac0246d0: Download complete [2025-03-11T06:39:31.266Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-11T06:39:31.266Z] 3a2ae6a8a46f: Download complete [2025-03-11T06:39:31.266Z] 33b1e0a273af: Verifying Checksum [2025-03-11T06:39:31.266Z] 33b1e0a273af: Download complete [2025-03-11T06:39:31.266Z] 5d3b04190fa2: Verifying Checksum [2025-03-11T06:39:31.266Z] 5d3b04190fa2: Download complete [2025-03-11T06:39:31.266Z] ec43610c2a17: Verifying Checksum [2025-03-11T06:39:31.266Z] ec43610c2a17: Download complete [2025-03-11T06:39:31.524Z] 5eb5b503b376: Verifying Checksum [2025-03-11T06:39:31.524Z] 5eb5b503b376: Download complete [2025-03-11T06:39:32.089Z] 2f39f015ded8: Download complete [2025-03-11T06:39:32.654Z] 5eb5b503b376: Pull complete [2025-03-11T06:39:32.913Z] 5c69ac0246d0: Pull complete [2025-03-11T06:39:33.172Z] ec43610c2a17: Pull complete [2025-03-11T06:39:33.432Z] 3a2ae6a8a46f: Pull complete [2025-03-11T06:39:33.433Z] 33b1e0a273af: Pull complete [2025-03-11T06:39:33.691Z] 5d3b04190fa2: Pull complete [2025-03-11T06:39:37.878Z] 2f39f015ded8: Pull complete [2025-03-11T06:39:37.878Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-11T06:39:37.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-11T06:39:37.878Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:39:37.986Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:39:38.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-11T06:39:40.690Z] $ docker top 531e3bdf6d019abba32b202e0a177119a666a1221a05b4ba65a0ceda5da078c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:39:41.080Z] ---> job-cost.sh [2025-03-11T06:39:41.080Z] lf-activate-venv: SKIPPING [2025-03-11T06:39:41.080Z] INFO: No Stack... [2025-03-11T06:39:41.339Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-11T06:39:41.598Z] INFO: Archiving Costs [Pipeline] sh [2025-03-11T06:39:41.887Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2025-03-11T06:39:41.887Z] + cut -d, -f6 [Pipeline] lock [2025-03-11T06:39:41.901Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] [2025-03-11T06:39:41.913Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] did not exist. Created. [2025-03-11T06:39:41.919Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-11T06:39:42.229Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-11T06:39:42.275Z] Stashed 1 file(s) [Pipeline] } [2025-03-11T06:39:42.282Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-11T06:39:42.311Z] $ docker stop --time=1 531e3bdf6d019abba32b202e0a177119a666a1221a05b4ba65a0ceda5da078c2 [2025-03-11T06:39:43.465Z] $ docker rm -f --volumes 531e3bdf6d019abba32b202e0a177119a666a1221a05b4ba65a0ceda5da078c2 [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-03-11T06:39:43.727Z] provisioning config files... [2025-03-11T06:39:43.734Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6013149100715546339tmp [Pipeline] { [Pipeline] sh [2025-03-11T06:39:44.029Z] + set +x [2025-03-11T06:39:44.029Z] + curl -s https://codecov.io/bash [2025-03-11T06:39:44.029Z] + bash -s -- [2025-03-11T06:39:44.029Z] [2025-03-11T06:39:44.029Z] _____ _ [2025-03-11T06:39:44.029Z] / ____| | | [2025-03-11T06:39:44.029Z] | | ___ __| | ___ ___ _____ __ [2025-03-11T06:39:44.029Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-03-11T06:39:44.029Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-03-11T06:39:44.029Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-03-11T06:39:44.029Z] Bash-1.0.6 [2025-03-11T06:39:44.029Z] [2025-03-11T06:39:44.029Z] [2025-03-11T06:39:44.029Z] ==> git version 2.25.1 found [2025-03-11T06:39:44.029Z] ==> 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-03-11T06:39:44.029Z] Release-Date: 2020-01-08 [2025-03-11T06:39:44.029Z] 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-03-11T06:39:44.029Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-03-11T06:39:44.029Z] ==> Jenkins CI detected. [2025-03-11T06:39:44.029Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2025-03-11T06:39:44.029Z] project root: . [2025-03-11T06:39:44.029Z] --> token set from env [2025-03-11T06:39:44.029Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-03-11T06:39:44.029Z] ==> Running gcov in . (disable via -X gcov) [2025-03-11T06:39:44.029Z] ==> Python coveragepy not found [2025-03-11T06:39:44.029Z] ==> Searching for coverage reports in: [2025-03-11T06:39:44.029Z] + . [2025-03-11T06:39:44.288Z] -> Found 1 reports [2025-03-11T06:39:44.288Z] ==> Detecting git/mercurial file structure [2025-03-11T06:39:44.288Z] ==> Reading reports [2025-03-11T06:39:44.288Z] + ./coverage.out bytes=497263 [2025-03-11T06:39:44.288Z] ==> Appending adjustments [2025-03-11T06:39:44.288Z] https://docs.codecov.io/docs/fixing-reports [2025-03-11T06:39:44.547Z] + Found adjustments [2025-03-11T06:39:44.547Z] ==> Gzipping contents [2025-03-11T06:39:44.547Z] 48K /tmp/codecov.tN8ZGa.gz [2025-03-11T06:39:44.547Z] ==> Uploading reports [2025-03-11T06:39:44.547Z] url: https://codecov.io [2025-03-11T06:39:44.547Z] query: branch=main&commit=1736bffb6f9249122deed05ee7f896dde1cd3714&build=355&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F355%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-11T06:39:44.547Z] -> Pinging Codecov [2025-03-11T06:39:44.547Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=1736bffb6f9249122deed05ee7f896dde1cd3714&build=355&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F355%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-11T06:39:44.806Z] -> Uploading to [2025-03-11T06:39:44.807Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/1736bffb6f9249122deed05ee7f896dde1cd3714/3234ee6e-b637-41cf-b1cf-7ff342f2f5df.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250311%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250311T063944Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c59620bdfdd4434fcbfd75c20ceb3b8a873f17bf2150c15ad95f7206cd32126a [2025-03-11T06:39:44.807Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-11T06:39:44.807Z] Dload Upload Total Spent Left Speed [2025-03-11T06:39:45.066Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47529 0 0 100 47529 0 131k --:--:-- --:--:-- --:--:-- 131k [2025-03-11T06:39:45.066Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] } [2025-03-11T06:39:45.073Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-03-11T06:39:45.212Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-03-11T06:39:45.229Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:39:45.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-11T06:39:45.534Z] [2025-03-11T06:39:45.534Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:39:45.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-11T06:39:45.844Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-03-11T06:39:45.844Z] 43c4264eed91: Pulling fs layer [2025-03-11T06:39:45.844Z] 4cc291be95ef: Pulling fs layer [2025-03-11T06:39:45.844Z] 2ac1f1163629: Pulling fs layer [2025-03-11T06:39:45.844Z] 5c3c966382ef: Pulling fs layer [2025-03-11T06:39:45.844Z] 4f4fb700ef54: Pulling fs layer [2025-03-11T06:39:45.844Z] d9c7d2e4e75e: Pulling fs layer [2025-03-11T06:39:45.844Z] 9c3e1370e548: Pulling fs layer [2025-03-11T06:39:45.844Z] 5c3c966382ef: Waiting [2025-03-11T06:39:45.844Z] 4f4fb700ef54: Waiting [2025-03-11T06:39:45.844Z] d9c7d2e4e75e: Waiting [2025-03-11T06:39:45.844Z] 9c3e1370e548: Waiting [2025-03-11T06:39:45.844Z] 4cc291be95ef: Verifying Checksum [2025-03-11T06:39:45.844Z] 4cc291be95ef: Download complete [2025-03-11T06:39:45.844Z] 5c3c966382ef: Download complete [2025-03-11T06:39:45.844Z] 4f4fb700ef54: Verifying Checksum [2025-03-11T06:39:45.844Z] 4f4fb700ef54: Download complete [2025-03-11T06:39:45.844Z] 43c4264eed91: Download complete [2025-03-11T06:39:46.105Z] 43c4264eed91: Pull complete [2025-03-11T06:39:46.105Z] d9c7d2e4e75e: Verifying Checksum [2025-03-11T06:39:46.105Z] d9c7d2e4e75e: Download complete [2025-03-11T06:39:46.105Z] 4cc291be95ef: Pull complete [2025-03-11T06:39:46.363Z] 2ac1f1163629: Verifying Checksum [2025-03-11T06:39:46.363Z] 2ac1f1163629: Download complete [2025-03-11T06:39:46.929Z] 9c3e1370e548: Verifying Checksum [2025-03-11T06:39:46.929Z] 9c3e1370e548: Download complete [2025-03-11T06:39:50.213Z] 2ac1f1163629: Pull complete [2025-03-11T06:39:50.213Z] 5c3c966382ef: Pull complete [2025-03-11T06:39:50.213Z] 4f4fb700ef54: Pull complete [2025-03-11T06:39:50.213Z] d9c7d2e4e75e: Pull complete [2025-03-11T06:39:53.500Z] 9c3e1370e548: Pull complete [2025-03-11T06:39:53.500Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-03-11T06:39:53.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-11T06:39:53.500Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:39:53.603Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:39:53.641Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-03-11T06:39:57.482Z] $ docker top 2557804d6fccba216652a97b5fd6978007a6e31a25365c5532f902863263cc1d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-11T06:39:57.833Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2025-03-11T06:39:57.843Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2025-03-11T06:39:58.119Z] + set -o pipefail [2025-03-11T06:39:58.120Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2025-03-11T06:40:04.692Z] [2025-03-11T06:40:04.692Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... [2025-03-11T06:40:04.692Z] [2025-03-11T06:40:04.692Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/7e5115ca-07a3-4c63-95c7-aafc4867c730 [2025-03-11T06:40:04.692Z] [2025-03-11T06:40:04.692Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-03-11T06:40:04.692Z] [2025-03-11T06:40:04.950Z] [2025-03-11T06:40:04.950Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-03-11T06:40:04.950Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-03-11T06:40:05.220Z] $ docker stop --time=1 2557804d6fccba216652a97b5fd6978007a6e31a25365c5532f902863263cc1d [2025-03-11T06:40:08.840Z] $ docker rm -f --volumes 2557804d6fccba216652a97b5fd6978007a6e31a25365c5532f902863263cc1d [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-03-11T06:40:09.386Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-11T06:40:09.402Z] provisioning config files... [2025-03-11T06:40:09.417Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1139771918224381584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:09.885Z] --> edgex-publish-swagger.sh [2025-03-11T06:40:09.885Z] === Publish openapi API === [2025-03-11T06:40:09.885Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-03-11T06:40:09.885Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] [2025-03-11T06:40:09.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-11T06:40:09.885Z] Dload Upload Total Spent Left Speed [2025-03-11T06:40:10.155Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37674 100 156 100 37518 353 85074 --:--:-- --:--:-- --:--:-- 85428 [2025-03-11T06:40:10.155Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2025-03-11T06:40:10.155Z] [Pipeline] } [2025-03-11T06:40:10.179Z] 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-03-11T06:40:10.632Z] + git log --format=format:%s -1 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] sh [2025-03-11T06:40:10.925Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-11T06:40:10.925Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:40:11.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-11T06:40:11.229Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:40:11.317Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:40:11.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-11T06:40:12.246Z] $ docker top 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 -eo pid,comm [2025-03-11T06:40:12.292Z] 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-03-11T06:40:12.292Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-11T06:40:12.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-11T06:40:12.342Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-11T06:40:12.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-11T06:40:12.461Z] $ docker exec 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 ssh-agent [2025-03-11T06:40:12.571Z] SSH_AUTH_SOCK=/tmp/ssh-Hrg4qtDRS8Nm/agent.33 [2025-03-11T06:40:12.571Z] SSH_AGENT_PID=39 [2025-03-11T06:40:12.577Z] Running ssh-add (command line suppressed) [2025-03-11T06:40:12.689Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5005629226480785592.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5005629226480785592.key) [2025-03-11T06:40:12.705Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-11T06:40:13.001Z] + git semver tag [2025-03-11T06:40:13.262Z] 2025-03-11 06:40:13,243 [run_tag] DEBUG tag force:False [2025-03-11T06:40:13.262Z] 2025-03-11 06:40:13,243 [check_head_tag] DEBUG check head tag [2025-03-11T06:40:13.262Z] 2025-03-11 06:40:13,245 [execute] INFO git cat-file --batch-check [2025-03-11T06:40:13.262Z] 2025-03-11 06:40:13,245 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-03-11T06:40:13.262Z] 2025-03-11 06:40:13,250 [execute] INFO git cat-file --batch [2025-03-11T06:40:13.262Z] 2025-03-11 06:40:13,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2025-03-11T06:40:13.520Z] 2025-03-11 06:40:13,290 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:40:13.520Z] 2025-03-11 06:40:13,290 [execute] INFO git tag -a v4.0.0-dev.32 -m v4.0.0-dev.32 [2025-03-11T06:40:13.520Z] 2025-03-11 06:40:13,290 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.32', '-m', 'v4.0.0-dev.32'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-11T06:40:13.520Z] 2025-03-11 06:40:13,296 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:40:13.520Z] 4.0.0-dev.32 [Pipeline] } [2025-03-11T06:40:13.534Z] $ docker exec --env ******** --env ******** 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 ssh-agent -k [2025-03-11T06:40:13.632Z] unset SSH_AUTH_SOCK; [2025-03-11T06:40:13.632Z] unset SSH_AGENT_PID; [2025-03-11T06:40:13.632Z] echo Agent pid 39 killed; [2025-03-11T06:40:13.637Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-11T06:40:13.964Z] + git semver [Pipeline] } [2025-03-11T06:40:14.241Z] $ docker stop --time=1 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 [2025-03-11T06:40:16.003Z] $ docker rm -f --volumes 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:40:16.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-11T06:40:16.403Z] [2025-03-11T06:40:16.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:40:16.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-11T06:40:16.722Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-11T06:40:16.722Z] ab5ef0e58194: Pulling fs layer [2025-03-11T06:40:16.722Z] 9712f1f96733: Pulling fs layer [2025-03-11T06:40:16.722Z] 63f879dbbcfc: Pulling fs layer [2025-03-11T06:40:16.722Z] 0d9ebad4ef96: Pulling fs layer [2025-03-11T06:40:16.722Z] e9a5061849ea: Pulling fs layer [2025-03-11T06:40:16.722Z] d747dcd14b5f: Pulling fs layer [2025-03-11T06:40:16.722Z] 2de7ff778b66: Pulling fs layer [2025-03-11T06:40:16.722Z] e9a5061849ea: Waiting [2025-03-11T06:40:16.722Z] 0d9ebad4ef96: Waiting [2025-03-11T06:40:16.722Z] d747dcd14b5f: Waiting [2025-03-11T06:40:16.722Z] 2de7ff778b66: Waiting [2025-03-11T06:40:16.722Z] 9712f1f96733: Verifying Checksum [2025-03-11T06:40:16.980Z] 63f879dbbcfc: Verifying Checksum [2025-03-11T06:40:16.980Z] 63f879dbbcfc: Download complete [2025-03-11T06:40:17.237Z] e9a5061849ea: Verifying Checksum [2025-03-11T06:40:17.237Z] e9a5061849ea: Download complete [2025-03-11T06:40:17.237Z] d747dcd14b5f: Verifying Checksum [2025-03-11T06:40:17.237Z] d747dcd14b5f: Download complete [2025-03-11T06:40:17.237Z] ab5ef0e58194: Verifying Checksum [2025-03-11T06:40:17.237Z] ab5ef0e58194: Download complete [2025-03-11T06:40:17.237Z] 2de7ff778b66: Verifying Checksum [2025-03-11T06:40:17.237Z] 2de7ff778b66: Download complete [2025-03-11T06:40:17.495Z] 0d9ebad4ef96: Verifying Checksum [2025-03-11T06:40:17.495Z] 0d9ebad4ef96: Download complete [2025-03-11T06:40:20.777Z] ab5ef0e58194: Pull complete [2025-03-11T06:40:20.777Z] 9712f1f96733: Pull complete [2025-03-11T06:40:21.034Z] 63f879dbbcfc: Pull complete [2025-03-11T06:40:25.222Z] 0d9ebad4ef96: Pull complete [2025-03-11T06:40:25.482Z] e9a5061849ea: Pull complete [2025-03-11T06:40:25.482Z] d747dcd14b5f: Pull complete [2025-03-11T06:40:26.859Z] 2de7ff778b66: Pull complete [2025-03-11T06:40:26.859Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-11T06:40:26.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-11T06:40:26.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:40:26.962Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:40:26.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-03-11T06:40:31.505Z] $ docker top dbada9cad062fed8984b566e06929c09ac2f3a8b77a1b1b7354eb51d022b7fc1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-11T06:40:31.586Z] provisioning config files... [2025-03-11T06:40:31.593Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16046623775214991740tmp [2025-03-11T06:40:31.601Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1852531872744282475tmp [2025-03-11T06:40:31.607Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10918146008324650542tmp [Pipeline] { [Pipeline] echo [2025-03-11T06:40:31.633Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:31.924Z] ---> sigul-configuration.sh [2025-03-11T06:40:31.924Z] gpg: directory `/root/.gnupg' created [2025-03-11T06:40:31.924Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-11T06:40:31.924Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-11T06:40:31.924Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-11T06:40:31.924Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-11T06:40:31.924Z] gpg: CAST5 encrypted data [2025-03-11T06:40:31.924Z] gpg: encrypted with 1 passphrase [2025-03-11T06:40:31.924Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-11T06:40:32.218Z] + mkdir /home/jenkins [2025-03-11T06:40:32.218Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-11T06:40:32.519Z] + 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-03-11T06:40:32.533Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:32.832Z] ---> sigul-install.sh [2025-03-11T06:40:32.832Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-11T06:40:33.127Z] + git tag --list [2025-03-11T06:40:33.127Z] 0.7.1 [2025-03-11T06:40:33.127Z] delhi-tag [2025-03-11T06:40:33.127Z] v1.0.0 [2025-03-11T06:40:33.127Z] v1.1.0 [2025-03-11T06:40:33.127Z] v1.1.1 [2025-03-11T06:40:33.127Z] v1.1.2 [2025-03-11T06:40:33.127Z] v1.2.0 [2025-03-11T06:40:33.127Z] v1.2.1 [2025-03-11T06:40:33.127Z] v1.2.2 [2025-03-11T06:40:33.127Z] v1.2.3 [2025-03-11T06:40:33.127Z] v1.3.0 [2025-03-11T06:40:33.127Z] v1.4.0 [2025-03-11T06:40:33.127Z] v2.0.0 [2025-03-11T06:40:33.127Z] v2.1.0 [2025-03-11T06:40:33.127Z] v2.1.1 [2025-03-11T06:40:33.127Z] v2.2.0 [2025-03-11T06:40:33.127Z] v2.3.0 [2025-03-11T06:40:33.127Z] v2.3.1 [2025-03-11T06:40:33.127Z] v3.0 [2025-03-11T06:40:33.127Z] v3.0.0 [2025-03-11T06:40:33.127Z] v3.0.1-dev.1 [2025-03-11T06:40:33.127Z] v3.1 [2025-03-11T06:40:33.127Z] v3.1.0 [2025-03-11T06:40:33.127Z] v3.1.0-dev.1 [2025-03-11T06:40:33.127Z] v3.1.0-dev.10 [2025-03-11T06:40:33.127Z] v3.1.0-dev.11 [2025-03-11T06:40:33.127Z] v3.1.0-dev.12 [2025-03-11T06:40:33.127Z] v3.1.0-dev.13 [2025-03-11T06:40:33.127Z] v3.1.0-dev.14 [2025-03-11T06:40:33.127Z] v3.1.0-dev.15 [2025-03-11T06:40:33.127Z] v3.1.0-dev.16 [2025-03-11T06:40:33.127Z] v3.1.0-dev.17 [2025-03-11T06:40:33.127Z] v3.1.0-dev.18 [2025-03-11T06:40:33.127Z] v3.1.0-dev.19 [2025-03-11T06:40:33.127Z] v3.1.0-dev.2 [2025-03-11T06:40:33.127Z] v3.1.0-dev.20 [2025-03-11T06:40:33.127Z] v3.1.0-dev.21 [2025-03-11T06:40:33.127Z] v3.1.0-dev.22 [2025-03-11T06:40:33.127Z] v3.1.0-dev.23 [2025-03-11T06:40:33.127Z] v3.1.0-dev.24 [2025-03-11T06:40:33.127Z] v3.1.0-dev.25 [2025-03-11T06:40:33.127Z] v3.1.0-dev.26 [2025-03-11T06:40:33.127Z] v3.1.0-dev.27 [2025-03-11T06:40:33.127Z] v3.1.0-dev.28 [2025-03-11T06:40:33.127Z] v3.1.0-dev.29 [2025-03-11T06:40:33.127Z] v3.1.0-dev.3 [2025-03-11T06:40:33.127Z] v3.1.0-dev.30 [2025-03-11T06:40:33.127Z] v3.1.0-dev.31 [2025-03-11T06:40:33.127Z] v3.1.0-dev.32 [2025-03-11T06:40:33.127Z] v3.1.0-dev.33 [2025-03-11T06:40:33.127Z] v3.1.0-dev.34 [2025-03-11T06:40:33.127Z] v3.1.0-dev.35 [2025-03-11T06:40:33.127Z] v3.1.0-dev.36 [2025-03-11T06:40:33.127Z] v3.1.0-dev.37 [2025-03-11T06:40:33.127Z] v3.1.0-dev.38 [2025-03-11T06:40:33.127Z] v3.1.0-dev.39 [2025-03-11T06:40:33.127Z] v3.1.0-dev.4 [2025-03-11T06:40:33.127Z] v3.1.0-dev.40 [2025-03-11T06:40:33.127Z] v3.1.0-dev.41 [2025-03-11T06:40:33.127Z] v3.1.0-dev.5 [2025-03-11T06:40:33.127Z] v3.1.0-dev.6 [2025-03-11T06:40:33.127Z] v3.1.0-dev.7 [2025-03-11T06:40:33.127Z] v3.1.0-dev.8 [2025-03-11T06:40:33.127Z] v3.1.0-dev.9 [2025-03-11T06:40:33.127Z] v3.1.1 [2025-03-11T06:40:33.127Z] v3.1.1-dev.1 [2025-03-11T06:40:33.127Z] v3.2.0-dev.1 [2025-03-11T06:40:33.127Z] v3.2.0-dev.10 [2025-03-11T06:40:33.127Z] v3.2.0-dev.11 [2025-03-11T06:40:33.127Z] v3.2.0-dev.12 [2025-03-11T06:40:33.127Z] v3.2.0-dev.13 [2025-03-11T06:40:33.127Z] v3.2.0-dev.14 [2025-03-11T06:40:33.127Z] v3.2.0-dev.15 [2025-03-11T06:40:33.127Z] v3.2.0-dev.16 [2025-03-11T06:40:33.127Z] v3.2.0-dev.17 [2025-03-11T06:40:33.127Z] v3.2.0-dev.18 [2025-03-11T06:40:33.127Z] v3.2.0-dev.19 [2025-03-11T06:40:33.127Z] v3.2.0-dev.2 [2025-03-11T06:40:33.127Z] v3.2.0-dev.20 [2025-03-11T06:40:33.127Z] v3.2.0-dev.21 [2025-03-11T06:40:33.127Z] v3.2.0-dev.22 [2025-03-11T06:40:33.127Z] v3.2.0-dev.23 [2025-03-11T06:40:33.127Z] v3.2.0-dev.24 [2025-03-11T06:40:33.127Z] v3.2.0-dev.25 [2025-03-11T06:40:33.127Z] v3.2.0-dev.26 [2025-03-11T06:40:33.127Z] v3.2.0-dev.27 [2025-03-11T06:40:33.127Z] v3.2.0-dev.28 [2025-03-11T06:40:33.127Z] v3.2.0-dev.29 [2025-03-11T06:40:33.127Z] v3.2.0-dev.3 [2025-03-11T06:40:33.127Z] v3.2.0-dev.30 [2025-03-11T06:40:33.127Z] v3.2.0-dev.31 [2025-03-11T06:40:33.127Z] v3.2.0-dev.32 [2025-03-11T06:40:33.127Z] v3.2.0-dev.33 [2025-03-11T06:40:33.127Z] v3.2.0-dev.34 [2025-03-11T06:40:33.127Z] v3.2.0-dev.35 [2025-03-11T06:40:33.127Z] v3.2.0-dev.36 [2025-03-11T06:40:33.127Z] v3.2.0-dev.37 [2025-03-11T06:40:33.127Z] v3.2.0-dev.38 [2025-03-11T06:40:33.127Z] v3.2.0-dev.39 [2025-03-11T06:40:33.127Z] v3.2.0-dev.4 [2025-03-11T06:40:33.127Z] v3.2.0-dev.40 [2025-03-11T06:40:33.127Z] v3.2.0-dev.41 [2025-03-11T06:40:33.127Z] v3.2.0-dev.42 [2025-03-11T06:40:33.127Z] v3.2.0-dev.43 [2025-03-11T06:40:33.127Z] v3.2.0-dev.44 [2025-03-11T06:40:33.127Z] v3.2.0-dev.45 [2025-03-11T06:40:33.127Z] v3.2.0-dev.46 [2025-03-11T06:40:33.127Z] v3.2.0-dev.47 [2025-03-11T06:40:33.127Z] v3.2.0-dev.48 [2025-03-11T06:40:33.127Z] v3.2.0-dev.5 [2025-03-11T06:40:33.127Z] v3.2.0-dev.6 [2025-03-11T06:40:33.127Z] v3.2.0-dev.7 [2025-03-11T06:40:33.127Z] v3.2.0-dev.8 [2025-03-11T06:40:33.127Z] v3.2.0-dev.9 [2025-03-11T06:40:33.127Z] v4.0.0-dev.1 [2025-03-11T06:40:33.127Z] v4.0.0-dev.10 [2025-03-11T06:40:33.127Z] v4.0.0-dev.11 [2025-03-11T06:40:33.127Z] v4.0.0-dev.12 [2025-03-11T06:40:33.127Z] v4.0.0-dev.13 [2025-03-11T06:40:33.127Z] v4.0.0-dev.14 [2025-03-11T06:40:33.127Z] v4.0.0-dev.15 [2025-03-11T06:40:33.127Z] v4.0.0-dev.16 [2025-03-11T06:40:33.127Z] v4.0.0-dev.17 [2025-03-11T06:40:33.127Z] v4.0.0-dev.18 [2025-03-11T06:40:33.127Z] v4.0.0-dev.19 [2025-03-11T06:40:33.127Z] v4.0.0-dev.2 [2025-03-11T06:40:33.127Z] v4.0.0-dev.20 [2025-03-11T06:40:33.127Z] v4.0.0-dev.21 [2025-03-11T06:40:33.127Z] v4.0.0-dev.22 [2025-03-11T06:40:33.127Z] v4.0.0-dev.23 [2025-03-11T06:40:33.127Z] v4.0.0-dev.24 [2025-03-11T06:40:33.127Z] v4.0.0-dev.25 [2025-03-11T06:40:33.127Z] v4.0.0-dev.26 [2025-03-11T06:40:33.127Z] v4.0.0-dev.27 [2025-03-11T06:40:33.127Z] v4.0.0-dev.28 [2025-03-11T06:40:33.127Z] v4.0.0-dev.29 [2025-03-11T06:40:33.127Z] v4.0.0-dev.3 [2025-03-11T06:40:33.127Z] v4.0.0-dev.30 [2025-03-11T06:40:33.127Z] v4.0.0-dev.31 [2025-03-11T06:40:33.127Z] v4.0.0-dev.32 [2025-03-11T06:40:33.127Z] v4.0.0-dev.4 [2025-03-11T06:40:33.127Z] v4.0.0-dev.5 [2025-03-11T06:40:33.127Z] v4.0.0-dev.6 [2025-03-11T06:40:33.127Z] v4.0.0-dev.7 [2025-03-11T06:40:33.127Z] v4.0.0-dev.8 [2025-03-11T06:40:33.127Z] v4.0.0-dev.9 [Pipeline] sh [2025-03-11T06:40:33.423Z] + lftools sign git-tag v4.0.0-dev.32 [2025-03-11T06:40:33.993Z] Signing Git tag with Sigul... [2025-03-11T06:40:33.993Z] Signing v4.0.0-dev.32 [Pipeline] echo [2025-03-11T06:40:34.268Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:34.562Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-11T06:40:34.570Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-11T06:40:34.597Z] $ docker stop --time=1 dbada9cad062fed8984b566e06929c09ac2f3a8b77a1b1b7354eb51d022b7fc1 [2025-03-11T06:40:35.943Z] $ docker rm -f --volumes dbada9cad062fed8984b566e06929c09ac2f3a8b77a1b1b7354eb51d022b7fc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-11T06:40:36.375Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-11T06:40:36.375Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:40:36.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-11T06:40:36.673Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:40:36.753Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:40:36.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-11T06:40:37.141Z] $ docker top a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-11T06:40:37.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-11T06:40:37.237Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-11T06:40:37.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-11T06:40:37.361Z] $ docker exec a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 ssh-agent [2025-03-11T06:40:37.465Z] SSH_AUTH_SOCK=/tmp/ssh-ZpAtXuwFPq5s/agent.32 [2025-03-11T06:40:37.465Z] SSH_AGENT_PID=38 [2025-03-11T06:40:37.472Z] Running ssh-add (command line suppressed) [2025-03-11T06:40:37.592Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16404331346428805383.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16404331346428805383.key) [2025-03-11T06:40:37.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-11T06:40:37.893Z] + git semver bump pre [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,081 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,082 [bump_version] DEBUG bumping version:4.0.0-dev.32 on axis:pre with prefix:dev [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,082 [bump_version] DEBUG bumped version:4.0.0-dev.33 [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,082 [write_version] DEBUG write version:4.0.0-dev.33 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,082 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,082 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,084 [execute] INFO git cat-file --batch-check [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,085 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,091 [execute] INFO git cat-file --batch [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,091 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-11T06:40:38.151Z] 2025-03-11 06:40:38,096 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:40:38.151Z] 4.0.0-dev.33 [Pipeline] } [2025-03-11T06:40:38.164Z] $ docker exec --env ******** --env ******** a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 ssh-agent -k [2025-03-11T06:40:38.271Z] unset SSH_AUTH_SOCK; [2025-03-11T06:40:38.271Z] unset SSH_AGENT_PID; [2025-03-11T06:40:38.271Z] echo Agent pid 38 killed; [2025-03-11T06:40:38.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-11T06:40:38.635Z] + git semver [Pipeline] } [2025-03-11T06:40:38.909Z] $ docker stop --time=1 a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 [2025-03-11T06:40:40.172Z] $ docker rm -f --volumes a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-11T06:40:40.525Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-11T06:40:40.525Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:40:40.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-11T06:40:40.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:40:40.921Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:40:40.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-11T06:40:41.317Z] $ docker top 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-11T06:40:41.419Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-11T06:40:41.419Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-11T06:40:41.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-11T06:40:41.565Z] $ docker exec 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 ssh-agent [2025-03-11T06:40:41.672Z] SSH_AUTH_SOCK=/tmp/ssh-PmXaCoTRcVBs/agent.32 [2025-03-11T06:40:41.672Z] SSH_AGENT_PID=38 [2025-03-11T06:40:41.677Z] Running ssh-add (command line suppressed) [2025-03-11T06:40:41.793Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15614863064920438833.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15614863064920438833.key) [2025-03-11T06:40:41.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-11T06:40:42.096Z] + git semver push [2025-03-11T06:40:42.355Z] 2025-03-11 06:40:42,306 [run_push] DEBUG push [2025-03-11T06:40:42.355Z] 2025-03-11 06:40:42,307 [execute] INFO git cat-file --batch-check [2025-03-11T06:40:42.355Z] 2025-03-11 06:40:42,307 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-11T06:40:42.355Z] 2025-03-11 06:40:42,312 [execute] INFO git rev-list 92cb11b0970b962a5dd2a70d771b5b805bdd6e64 -- [2025-03-11T06:40:42.355Z] 2025-03-11 06:40:42,312 [execute] DEBUG Popen(['git', 'rev-list', '92cb11b0970b962a5dd2a70d771b5b805bdd6e64', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-11T06:40:42.355Z] 2025-03-11 06:40:42,325 [execute] INFO git fetch -v origin [2025-03-11T06:40:42.355Z] 2025-03-11 06:40:42,326 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-03-11T06:40:42.921Z] 2025-03-11 06:40:42,750 [run_push] DEBUG no remote changes detected [2025-03-11T06:40:42.921Z] 2025-03-11 06:40:42,751 [execute] INFO git push origin semver [2025-03-11T06:40:42.921Z] 2025-03-11 06:40:42,751 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-11T06:40:43.487Z] 2025-03-11 06:40:43,441 [run_push] DEBUG push all version tags [2025-03-11T06:40:43.487Z] 2025-03-11 06:40:43,442 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-03-11T06:40:43.487Z] 2025-03-11 06:40:43,442 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2025-03-11T06:40:44.423Z] 2025-03-11 06:40:44,070 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2025-03-11T06:40:44.423Z] 4.0.0-dev.33 [Pipeline] } [2025-03-11T06:40:44.439Z] $ docker exec --env ******** --env ******** 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 ssh-agent -k [2025-03-11T06:40:44.540Z] unset SSH_AUTH_SOCK; [2025-03-11T06:40:44.540Z] unset SSH_AGENT_PID; [2025-03-11T06:40:44.541Z] echo Agent pid 38 killed; [2025-03-11T06:40:44.545Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-11T06:40:44.866Z] + git semver [Pipeline] } [2025-03-11T06:40:45.142Z] $ docker stop --time=1 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 [2025-03-11T06:40:46.459Z] $ docker rm -f --volumes 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 [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-03-11T06:40:47.089Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2025-03-11T06:40:47.089Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-03-11T06:40:47.089Z] total 16 [2025-03-11T06:40:47.089Z] drwxr-xr-x 3 root root 4096 Mar 11 06:39 . [2025-03-11T06:40:47.089Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 11 06:40 .. [2025-03-11T06:40:47.089Z] drwxr-xr-x 2 root root 4096 Mar 11 06:39 cost [2025-03-11T06:40:47.089Z] -rw-r--r-- 1 root root 85 Mar 11 06:39 cost.csv [2025-03-11T06:40:47.089Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-03-11T06:40:47.089Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2025-03-11T06:40:47.089Z] total 16 [2025-03-11T06:40:47.089Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 11 06:39 . [2025-03-11T06:40:47.089Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 11 06:40 .. [2025-03-11T06:40:47.089Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 11 06:39 cost [2025-03-11T06:40:47.089Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 11 06:39 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:47.376Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:48.231Z] ---> package-listing.sh [2025-03-11T06:40:48.231Z] ++ facter osfamily [2025-03-11T06:40:48.231Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-11T06:40:48.491Z] + OS_FAMILY=debian [2025-03-11T06:40:48.491Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2025-03-11T06:40:48.491Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-11T06:40:48.491Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-11T06:40:48.491Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-11T06:40:48.491Z] + PACKAGES=/tmp/packages_start.txt [2025-03-11T06:40:48.491Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-03-11T06:40:48.491Z] + PACKAGES=/tmp/packages_end.txt [2025-03-11T06:40:48.491Z] + case "${OS_FAMILY}" in [2025-03-11T06:40:48.491Z] + dpkg -l [2025-03-11T06:40:48.491Z] + grep '^ii' [2025-03-11T06:40:48.491Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-11T06:40:48.491Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-11T06:40:48.491Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-11T06:40:48.491Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2025-03-11T06:40:48.491Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2025-03-11T06:40:48.491Z] + 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-03-11T06:40:48.502Z] 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-03-11T06:40:48.787Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-11T06:40:49.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-11T06:40:49.346Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-11T06:40:49.426Z] prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container [2025-03-11T06:40:49.458Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-11T06:40:49.647Z] $ docker top fa99cc6610d7330f9c523bfaf463bb6ee786ebb08921bf25228e35584120316d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-11T06:40:49.992Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-11T06:40:50.283Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-11T06:40:50.570Z] + ls /var/log/sa-host [2025-03-11T06:40:50.570Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-11T06:40:50.737Z] provisioning config files... [2025-03-11T06:40:50.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17484810895459923759tmp [Pipeline] { [Pipeline] echo [2025-03-11T06:40:50.774Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:51.067Z] ---> create-netrc.sh [Pipeline] } [2025-03-11T06:40:51.074Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:51.424Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-11T06:40:51.434Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:51.715Z] ---> sudo-logs.sh [2025-03-11T06:40:51.715Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-11T06:40:51.750Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:52.034Z] ---> job-cost.sh [2025-03-11T06:40:52.034Z] lf-activate-venv: SKIPPING [2025-03-11T06:40:52.034Z] DEBUG: total: 0.2199999988079071 [2025-03-11T06:40:52.034Z] INFO: Retrieving Stack Cost... [2025-03-11T06:40:52.293Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-11T06:40:52.552Z] INFO: Archiving Costs [Pipeline] echo [2025-03-11T06:40:52.566Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-11T06:40:52.849Z] ---> logs-deploy.sh [2025-03-11T06:40:52.849Z] lf-activate-venv: SKIPPING [2025-03-11T06:40:52.849Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/355 [2025-03-11T06:40:52.849Z] INFO: archiving workspace using pattern(s): [2025-03-11T06:40:53.785Z] Archives upload complete. [2025-03-11T06:40:54.045Z] INFO: archiving logs to Nexus [2025-03-11T06:40:54.613Z] ---> uname -a: [2025-03-11T06:40:54.613Z] Linux prd-ubuntu20-04-docker-8c-8g-40855 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] ---> lscpu: [2025-03-11T06:40:54.613Z] Architecture: x86_64 [2025-03-11T06:40:54.613Z] CPU op-mode(s): 32-bit, 64-bit [2025-03-11T06:40:54.613Z] Byte Order: Little Endian [2025-03-11T06:40:54.613Z] Address sizes: 40 bits physical, 48 bits virtual [2025-03-11T06:40:54.613Z] CPU(s): 8 [2025-03-11T06:40:54.613Z] On-line CPU(s) list: 0-7 [2025-03-11T06:40:54.613Z] Thread(s) per core: 1 [2025-03-11T06:40:54.613Z] Core(s) per socket: 1 [2025-03-11T06:40:54.613Z] Socket(s): 8 [2025-03-11T06:40:54.613Z] NUMA node(s): 1 [2025-03-11T06:40:54.613Z] Vendor ID: AuthenticAMD [2025-03-11T06:40:54.613Z] CPU family: 23 [2025-03-11T06:40:54.613Z] Model: 49 [2025-03-11T06:40:54.613Z] Model name: AMD EPYC-Rome Processor [2025-03-11T06:40:54.613Z] Stepping: 0 [2025-03-11T06:40:54.613Z] CPU MHz: 2799.998 [2025-03-11T06:40:54.613Z] BogoMIPS: 5599.99 [2025-03-11T06:40:54.613Z] Virtualization: AMD-V [2025-03-11T06:40:54.613Z] Hypervisor vendor: KVM [2025-03-11T06:40:54.613Z] Virtualization type: full [2025-03-11T06:40:54.613Z] L1d cache: 256 KiB [2025-03-11T06:40:54.613Z] L1i cache: 256 KiB [2025-03-11T06:40:54.613Z] L2 cache: 4 MiB [2025-03-11T06:40:54.613Z] L3 cache: 128 MiB [2025-03-11T06:40:54.613Z] NUMA node0 CPU(s): 0-7 [2025-03-11T06:40:54.613Z] Vulnerability Itlb multihit: Not affected [2025-03-11T06:40:54.613Z] Vulnerability L1tf: Not affected [2025-03-11T06:40:54.613Z] Vulnerability Mds: Not affected [2025-03-11T06:40:54.613Z] Vulnerability Meltdown: Not affected [2025-03-11T06:40:54.613Z] Vulnerability Mmio stale data: Not affected [2025-03-11T06:40:54.613Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-03-11T06:40:54.613Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-03-11T06:40:54.613Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-03-11T06:40:54.613Z] Vulnerability Srbds: Not affected [2025-03-11T06:40:54.613Z] Vulnerability Tsx async abort: Not affected [2025-03-11T06:40:54.613Z] 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-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] ---> nproc: [2025-03-11T06:40:54.613Z] 8 [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] ---> df -h: [2025-03-11T06:40:54.613Z] Filesystem Size Used Avail Use% Mounted on [2025-03-11T06:40:54.613Z] overlay 155G 14G 142G 9% / [2025-03-11T06:40:54.613Z] tmpfs 64M 0 64M 0% /dev [2025-03-11T06:40:54.613Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-03-11T06:40:54.613Z] shm 64M 0 64M 0% /dev/shm [2025-03-11T06:40:54.613Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] ---> sar -b -r -n DEV: [2025-03-11T06:40:54.613Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-40855) 03/11/25 _x86_64_ (8 CPU) [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] 06:35:02 LINUX RESTART (8 CPU) [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] 06:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-03-11T06:40:54.613Z] 06:37:01 300.58 3.58 297.00 0.00 67.32 93461.22 0.00 [2025-03-11T06:40:54.613Z] 06:38:01 58.24 0.00 58.24 0.00 0.00 23490.62 0.00 [2025-03-11T06:40:54.613Z] 06:39:01 88.42 0.22 88.20 0.00 11.06 24546.23 0.00 [2025-03-11T06:40:54.613Z] 06:40:01 186.15 0.22 185.94 0.00 18.66 73825.70 0.00 [2025-03-11T06:40:54.613Z] Average: 158.35 1.00 157.34 0.00 24.26 53829.72 0.00 [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] 06:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-03-11T06:40:54.613Z] 06:37:01 28038208 31529144 785416 2.39 181452 3467604 2040068 6.01 1150548 3187052 76 [2025-03-11T06:40:54.613Z] 06:38:01 27008104 31473432 830916 2.53 185476 4363264 1974184 5.82 1764312 3521216 316124 [2025-03-11T06:40:54.613Z] 06:39:01 27445072 31244088 1059088 3.22 191048 3709696 2530752 7.46 1702928 3162468 187480 [2025-03-11T06:40:54.613Z] 06:40:01 25629132 31269884 1026200 3.12 210160 5392980 2212144 6.52 1725716 4801524 294020 [2025-03-11T06:40:54.613Z] Average: 27030129 31379137 925405 2.81 192034 4233386 2189287 6.45 1585876 3668065 199425 [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] 06:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-03-11T06:40:54.613Z] 06:37:01 lo 2.67 2.67 0.27 0.27 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:37:01 ens3 550.74 350.34 6147.68 43.30 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:37:01 docker0 273.25 421.56 23.77 2900.15 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:38:01 ens3 25.41 16.10 27.10 10.83 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:38:01 docker0 0.98 1.48 0.11 0.41 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:38:01 veth52cd07d 0.98 1.55 0.13 0.41 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:39:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:39:01 ens3 24.33 15.99 57.03 9.99 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:39:01 docker0 1.77 4.00 0.10 38.17 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:39:01 vethd81b493 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:40:01 lo 2.93 2.93 0.29 0.29 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:40:01 ens3 330.41 187.89 7415.26 31.38 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:40:01 docker0 45.78 87.65 4.01 903.18 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] 06:40:01 veth4e3df5b 42.93 81.69 4.42 826.41 0.00 0.00 0.00 0.07 [2025-03-11T06:40:54.613Z] Average: lo 1.52 1.52 0.15 0.15 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] Average: ens3 232.71 142.57 3411.62 23.87 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] Average: docker0 80.44 128.67 7.00 960.44 0.00 0.00 0.00 0.00 [2025-03-11T06:40:54.613Z] Average: veth4e3df5b 10.73 20.42 1.11 206.59 0.00 0.00 0.00 0.02 [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] ---> sar -P ALL: [2025-03-11T06:40:54.613Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-40855) 03/11/25 _x86_64_ (8 CPU) [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] 06:35:02 LINUX RESTART (8 CPU) [2025-03-11T06:40:54.613Z] [2025-03-11T06:40:54.613Z] 06:36:01 CPU %user %nice %system %iowait %steal %idle [2025-03-11T06:40:54.613Z] 06:37:01 all 8.83 0.00 4.29 5.21 0.06 81.61 [2025-03-11T06:40:54.613Z] 06:37:01 0 9.79 0.00 5.02 17.04 0.07 68.08 [2025-03-11T06:40:54.613Z] 06:37:01 1 10.05 0.00 3.35 0.94 0.05 85.61 [2025-03-11T06:40:54.613Z] 06:37:01 2 7.83 0.00 4.40 11.17 0.07 76.53 [2025-03-11T06:40:54.613Z] 06:37:01 3 9.47 0.00 4.36 8.73 0.05 77.39 [2025-03-11T06:40:54.613Z] 06:37:01 4 8.09 0.00 4.90 0.85 0.05 86.10 [2025-03-11T06:40:54.613Z] 06:37:01 5 8.54 0.00 3.86 1.13 0.05 86.41 [2025-03-11T06:40:54.613Z] 06:37:01 6 8.08 0.00 3.23 0.37 0.05 88.27 [2025-03-11T06:40:54.613Z] 06:37:01 7 8.79 0.00 5.24 1.47 0.07 84.43 [2025-03-11T06:40:54.613Z] 06:38:01 all 32.39 0.00 5.07 1.44 0.07 61.02 [2025-03-11T06:40:54.613Z] 06:38:01 0 30.51 0.00 5.91 0.50 0.08 63.00 [2025-03-11T06:40:54.613Z] 06:38:01 1 34.17 0.00 4.96 3.60 0.08 57.19 [2025-03-11T06:40:54.613Z] 06:38:01 2 33.55 0.00 5.50 2.54 0.07 58.34 [2025-03-11T06:40:54.613Z] 06:38:01 3 31.98 0.00 5.73 0.34 0.08 61.87 [2025-03-11T06:40:54.613Z] 06:38:01 4 31.07 0.00 4.43 3.09 0.07 61.34 [2025-03-11T06:40:54.613Z] 06:38:01 5 32.48 0.00 4.83 0.25 0.07 62.37 [2025-03-11T06:40:54.614Z] 06:38:01 6 30.97 0.00 4.56 0.42 0.07 63.99 [2025-03-11T06:40:54.614Z] 06:38:01 7 34.38 0.00 4.65 0.80 0.07 60.09 [2025-03-11T06:40:54.614Z] 06:39:01 all 50.61 0.00 7.48 0.80 0.09 41.02 [2025-03-11T06:40:54.614Z] 06:39:01 0 50.47 0.00 7.37 0.03 0.08 42.05 [2025-03-11T06:40:54.614Z] 06:39:01 1 51.29 0.00 7.31 0.03 0.08 41.28 [2025-03-11T06:40:54.614Z] 06:39:01 2 49.35 0.00 8.22 1.02 0.10 41.31 [2025-03-11T06:40:54.614Z] 06:39:01 3 51.91 0.00 7.71 0.30 0.10 39.98 [2025-03-11T06:40:54.614Z] 06:39:01 4 50.15 0.00 7.36 0.13 0.10 42.25 [2025-03-11T06:40:54.614Z] 06:39:01 5 51.29 0.00 7.04 0.71 0.08 40.88 [2025-03-11T06:40:54.614Z] 06:39:01 6 49.69 0.00 7.55 0.32 0.08 42.36 [2025-03-11T06:40:54.614Z] 06:39:01 7 50.71 0.00 7.25 3.85 0.10 38.08 [2025-03-11T06:40:54.614Z] 06:40:01 all 24.13 0.00 6.29 2.47 0.07 67.04 [2025-03-11T06:40:54.614Z] 06:40:01 0 23.17 0.00 6.65 1.35 0.07 68.77 [2025-03-11T06:40:54.614Z] 06:40:01 1 24.61 0.00 5.59 0.08 0.07 69.65 [2025-03-11T06:40:54.614Z] 06:40:01 2 24.46 0.00 6.48 3.98 0.07 65.01 [2025-03-11T06:40:54.614Z] 06:40:01 3 25.64 0.00 6.73 5.59 0.07 61.97 [2025-03-11T06:40:54.614Z] 06:40:01 4 23.76 0.00 6.38 2.57 0.07 67.21 [2025-03-11T06:40:54.614Z] 06:40:01 5 24.13 0.00 5.88 5.59 0.07 64.34 [2025-03-11T06:40:54.614Z] 06:40:01 6 24.61 0.00 5.77 0.03 0.07 69.51 [2025-03-11T06:40:54.614Z] 06:40:01 7 22.66 0.00 6.88 0.56 0.07 69.84 [2025-03-11T06:40:54.614Z] Average: all 29.02 0.00 5.78 2.48 0.07 62.65 [2025-03-11T06:40:54.614Z] Average: 0 28.55 0.00 6.24 4.70 0.08 60.44 [2025-03-11T06:40:54.614Z] Average: 1 30.04 0.00 5.30 1.17 0.07 63.41 [2025-03-11T06:40:54.614Z] Average: 2 28.83 0.00 6.15 4.67 0.08 60.27 [2025-03-11T06:40:54.614Z] Average: 3 29.75 0.00 6.13 3.74 0.08 60.30 [2025-03-11T06:40:54.614Z] Average: 4 28.33 0.00 5.77 1.66 0.07 64.17 [2025-03-11T06:40:54.614Z] Average: 5 29.14 0.00 5.40 1.91 0.07 63.47 [2025-03-11T06:40:54.614Z] Average: 6 28.33 0.00 5.28 0.29 0.07 66.04 [2025-03-11T06:40:54.614Z] Average: 7 29.17 0.00 6.00 1.67 0.08 63.08 [2025-03-11T06:40:54.614Z] [2025-03-11T06:40:54.614Z] [2025-03-11T06:40:54.614Z]