Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6d65d367703209779c695a1a853b3cbdf6490621 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-ssh4246132244164050384.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh18445933488206855221.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9985013321428133425.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2175220296510753944.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-ssh3820604203930771388.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-646’ is offline Running on prd-ubuntu20.04-docker-8c-8g-648 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 6d65d367703209779c695a1a853b3cbdf6490621 (main) Commit message: "build(deps): bump github.com/panjf2000/ants/v2 from 2.11.2 to 2.11.3 (#1713)" > git config core.sparsecheckout # timeout=10 > git checkout -f 6d65d367703209779c695a1a853b3cbdf6490621 # timeout=10 > git rev-list --no-walk 74ed8e8ef84e0fda684f317f5d95d1489d9bbfe0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:31:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:31:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:31:50 ========================================================= 07:31:50 EdgeX Global Pipelines Version Info 07:31:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:31:51 ------------------- 07:31:51 stable info: 07:31:51 ------------------- 07:31:51 Commited By: Ginny Guan ginny@iotechsys.com 07:31:51 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:31:51 Message: update stable to v1.0.274 07:31:52 ------------------- 07:31:52 experimental info: 07:31:52 ------------------- 07:31:52 Commited By: Ginny Guan ginny@iotechsys.com 07:31:52 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 07:31:52 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:31:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:31:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:31:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d65d367703209779c695a1a853b3cbdf6490621 [Pipeline] echo 07:31:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d65d36 [Pipeline] echo 07:31:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:31:53 provisioning config files... 07:31:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3888456694564337125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:31:53 ---> ****-login.sh 07:31:53 nexus3.edgexfoundry.org:10001 07:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:31:53 Configure a credential helper to remove this warning. See 07:31:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:31:53 07:31:53 Login Succeeded 07:31:53 nexus3.edgexfoundry.org:10002 07:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:31:54 Configure a credential helper to remove this warning. See 07:31:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:31:54 07:31:54 Login Succeeded 07:31:54 nexus3.edgexfoundry.org:10003 07:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:31:54 Configure a credential helper to remove this warning. See 07:31:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:31:54 07:31:54 Login Succeeded 07:31:54 nexus3.edgexfoundry.org:10004 07:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:31:54 Configure a credential helper to remove this warning. See 07:31:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:31:54 07:31:54 Login Succeeded 07:31:54 ****.io 07:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:31:54 Configure a credential helper to remove this warning. See 07:31:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:31:54 07:31:54 Login Succeeded 07:31:54 ---> ****-login.sh ends [Pipeline] } 07:31:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:31:54 + git rev-list -1 --merges 6d65d367703209779c695a1a853b3cbdf6490621~1..6d65d367703209779c695a1a853b3cbdf6490621 [Pipeline] echo 07:31:55 -----------> git rev-list -1 --merges 6d65d367703209779c695a1a853b3cbdf6490621~1..6d65d367703209779c695a1a853b3cbdf6490621 6d65d367703209779c695a1a853b3cbdf6490621 [false] [Pipeline] sh 07:31:55 + git log --format=format:%s -1 6d65d367703209779c695a1a853b3cbdf6490621 [Pipeline] echo 07:31:55 ========================================================= 07:31:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:31:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:31:55 + git log --format=format:%s -1 6d65d367703209779c695a1a853b3cbdf6490621 [Pipeline] echo 07:31:55 [semverPrep] GIT_COMMIT: 6d65d367703209779c695a1a853b3cbdf6490621, Commit Message: build(deps): bump github.com/panjf2000/ants/v2 from 2.11.2 to 2.11.3 (#1713) [Pipeline] echo 07:31:55 [semverPrep] This is not a build commit. [Pipeline] sh 07:31:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:31:56 + grep -v github /etc/ssh/ssh_known_hosts 07:31:56 + [ -e /tmp/ssh_known_hosts ] 07:31:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:31:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:31:56 + sudo tee -a /etc/ssh/ssh_known_hosts 07:31:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:31:56 07:31:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:31:56 0.1.4: Pulling from edgex-devops/py-git-semver 07:31:56 b85a868b505f: Pulling fs layer 07:31:56 e2be974225ed: Pulling fs layer 07:31:56 339a4e72a1f5: Pulling fs layer 07:31:56 988bab9f4d93: Pulling fs layer 07:31:56 1469e6f7b9e6: Pulling fs layer 07:31:56 eaf3925da568: Pulling fs layer 07:31:56 bab4dde63d76: Pulling fs layer 07:31:56 bde34c3a00c8: Pulling fs layer 07:31:56 b352a97aabf1: Pulling fs layer 07:31:56 eaf3925da568: Waiting 07:31:56 bab4dde63d76: Waiting 07:31:56 bde34c3a00c8: Waiting 07:31:56 1469e6f7b9e6: Waiting 07:31:56 4872d77fe225: Pulling fs layer 07:31:56 b352a97aabf1: Waiting 07:31:56 5851b861e8e6: Pulling fs layer 07:31:56 4872d77fe225: Waiting 07:31:56 5851b861e8e6: Waiting 07:31:56 e2be974225ed: Verifying Checksum 07:31:56 e2be974225ed: Download complete 07:31:56 988bab9f4d93: Verifying Checksum 07:31:56 988bab9f4d93: Download complete 07:31:56 1469e6f7b9e6: Verifying Checksum 07:31:56 1469e6f7b9e6: Download complete 07:31:56 eaf3925da568: Download complete 07:31:56 339a4e72a1f5: Verifying Checksum 07:31:56 339a4e72a1f5: Download complete 07:31:57 bde34c3a00c8: Verifying Checksum 07:31:57 bde34c3a00c8: Download complete 07:31:57 b352a97aabf1: Verifying Checksum 07:31:57 b352a97aabf1: Download complete 07:31:57 4872d77fe225: Verifying Checksum 07:31:57 4872d77fe225: Download complete 07:31:57 5851b861e8e6: Download complete 07:31:57 b85a868b505f: Verifying Checksum 07:31:57 b85a868b505f: Download complete 07:31:57 bab4dde63d76: Verifying Checksum 07:31:57 bab4dde63d76: Download complete 07:31:58 b85a868b505f: Pull complete 07:31:58 e2be974225ed: Pull complete 07:31:59 339a4e72a1f5: Pull complete 07:31:59 988bab9f4d93: Pull complete 07:31:59 1469e6f7b9e6: Pull complete 07:31:59 eaf3925da568: Pull complete 07:32:01 bab4dde63d76: Pull complete 07:32:01 bde34c3a00c8: Pull complete 07:32:01 b352a97aabf1: Pull complete 07:32:01 4872d77fe225: Pull complete 07:32:01 5851b861e8e6: Pull complete 07:32:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:32:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:32:01 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:32:01 $ 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 07:32:03 $ docker top 58187e75b20fb065e109035a82a7addf2f5ad6115a51fe0c37d95e6006987f6a -eo pid,comm 07:32:04 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). 07:32:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:32:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:32:04 [ssh-agent] Looking for ssh-agent implementation... 07:32:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:04 $ docker exec 58187e75b20fb065e109035a82a7addf2f5ad6115a51fe0c37d95e6006987f6a ssh-agent 07:32:04 SSH_AUTH_SOCK=/tmp/ssh-HhLiAhprw5tO/agent.32 07:32:04 SSH_AGENT_PID=38 07:32:04 Running ssh-add (command line suppressed) 07:32:04 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3628771460228185214.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3628771460228185214.key) 07:32:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:04 + git tag --points-at HEAD [Pipeline] } 07:32:04 $ docker exec --env ******** --env ******** 58187e75b20fb065e109035a82a7addf2f5ad6115a51fe0c37d95e6006987f6a ssh-agent -k 07:32:04 unset SSH_AUTH_SOCK; 07:32:04 unset SSH_AGENT_PID; 07:32:04 echo Agent pid 38 killed; 07:32:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:32:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:32:04 [ssh-agent] Looking for ssh-agent implementation... 07:32:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:04 $ docker exec 58187e75b20fb065e109035a82a7addf2f5ad6115a51fe0c37d95e6006987f6a ssh-agent 07:32:05 SSH_AUTH_SOCK=/tmp/ssh-ylD1h85fypeJ/agent.72 07:32:05 SSH_AGENT_PID=78 07:32:05 Running ssh-add (command line suppressed) 07:32:05 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3246476225372939727.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3246476225372939727.key) 07:32:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:05 + git semver init 07:32:05 2025-04-29 07:32:05,637 [run_init] DEBUG init version:0.0.0 force:False 07:32:05 2025-04-29 07:32:05,638 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 07:32:05 2025-04-29 07:32:05,639 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 07:32:05 2025-04-29 07:32:05,639 [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) 07:32:07 2025-04-29 07:32:07,108 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 07:32:07 2025-04-29 07:32:07,109 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 07:32:07 2025-04-29 07:32:07,109 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:32:07 2025-04-29 07:32:07,109 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:32:07 4.1.0-dev.4 [Pipeline] } 07:32:07 $ docker exec --env ******** --env ******** 58187e75b20fb065e109035a82a7addf2f5ad6115a51fe0c37d95e6006987f6a ssh-agent -k 07:32:07 unset SSH_AUTH_SOCK; 07:32:07 unset SSH_AGENT_PID; 07:32:07 echo Agent pid 78 killed; 07:32:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:32:08 + git semver [Pipeline] } 07:32:08 $ docker stop --time=1 58187e75b20fb065e109035a82a7addf2f5ad6115a51fe0c37d95e6006987f6a 07:32:09 $ docker rm -f --volumes 58187e75b20fb065e109035a82a7addf2f5ad6115a51fe0c37d95e6006987f6a [Pipeline] // withDockerContainer [Pipeline] sh 07:32:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:32:10 Stashed 1 file(s) [Pipeline] echo 07:32:10 [edgeXSemver]: initialized semver on version 4.1.0-dev.4 [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 07:32:10 provisioning config files... 07:32:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8312566130183587140tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 07:32:10 ---> ****-login.sh 07:32:10 nexus3.edgexfoundry.org:10001 07:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:32:10 Configure a credential helper to remove this warning. See 07:32:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:32:10 07:32:10 Login Succeeded 07:32:10 nexus3.edgexfoundry.org:10002 07:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:32:10 Configure a credential helper to remove this warning. See 07:32:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:32:10 07:32:10 Login Succeeded 07:32:10 nexus3.edgexfoundry.org:10003 07:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:32:11 Configure a credential helper to remove this warning. See 07:32:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:32:11 07:32:11 Login Succeeded 07:32:11 nexus3.edgexfoundry.org:10004 07:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:32:11 Configure a credential helper to remove this warning. See 07:32:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:32:11 07:32:11 Login Succeeded 07:32:11 ****.io 07:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:32:11 Configure a credential helper to remove this warning. See 07:32:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:32:11 07:32:11 Login Succeeded 07:32:11 ---> ****-login.sh ends [Pipeline] } 07:32:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:32:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:32:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:32:11 ========================================================= 07:32:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:32:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:11 + 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 . 07:32:11 Sending build context to Docker daemon 35.9MB 07:32:11 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 07:32:11 Step 2/10 : FROM ${BASE} AS builder 07:32:12 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:32:12 0a9a5dfd008f: Pulling fs layer 07:32:12 dbfa0bcfca99: Pulling fs layer 07:32:12 70eabb1d9476: Pulling fs layer 07:32:12 957bedc73fa3: Pulling fs layer 07:32:12 4f4fb700ef54: Pulling fs layer 07:32:12 f40432e63723: Pulling fs layer 07:32:12 957bedc73fa3: Waiting 07:32:12 4f4fb700ef54: Waiting 07:32:12 90b4343acab7: Pulling fs layer 07:32:12 f40432e63723: Waiting 07:32:12 9f67ea4ac784: Pulling fs layer 07:32:12 9228b9a606be: Pulling fs layer 07:32:12 90b4343acab7: Waiting 07:32:12 9228b9a606be: Waiting 07:32:12 dbfa0bcfca99: Verifying Checksum 07:32:12 dbfa0bcfca99: Download complete 07:32:12 957bedc73fa3: Download complete 07:32:12 4f4fb700ef54: Verifying Checksum 07:32:12 4f4fb700ef54: Download complete 07:32:12 f40432e63723: Download complete 07:32:12 0a9a5dfd008f: Download complete 07:32:12 90b4343acab7: Verifying Checksum 07:32:12 90b4343acab7: Download complete 07:32:12 0a9a5dfd008f: Pull complete 07:32:12 9228b9a606be: Verifying Checksum 07:32:12 9228b9a606be: Download complete 07:32:12 dbfa0bcfca99: Pull complete 07:32:12 70eabb1d9476: Download complete 07:32:13 9f67ea4ac784: Verifying Checksum 07:32:13 9f67ea4ac784: Download complete 07:32:16 70eabb1d9476: Pull complete 07:32:16 957bedc73fa3: Pull complete 07:32:16 4f4fb700ef54: Pull complete 07:32:16 f40432e63723: Pull complete 07:32:16 90b4343acab7: Pull complete 07:32:18 9f67ea4ac784: Pull complete 07:32:19 9228b9a606be: Pull complete 07:32:19 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 07:32:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:32:19 ---> 69404ca5bff2 07:32:19 Step 3/10 : ARG MAKE=make build 07:32:22 ---> Running in 26cb5917b1ff 07:32:22 Removing intermediate container 26cb5917b1ff 07:32:22 ---> e34d742d1caa 07:32:22 Step 4/10 : WORKDIR /device-sdk-go 07:32:22 ---> Running in 9b578ed24355 07:32:22 Removing intermediate container 9b578ed24355 07:32:22 ---> 7149bd346c32 07:32:22 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:32:22 ---> Running in 33abbb98360c 07:32:22 Removing intermediate container 33abbb98360c 07:32:22 ---> 3d60ac520dbd 07:32:22 Step 6/10 : RUN apk add --update --no-cache make git 07:32:22 ---> Running in 4f1cd86c0c48 07:32:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:32:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:32:23 OK: 248 MiB in 58 packages 07:32:24 Removing intermediate container 4f1cd86c0c48 07:32:24 ---> 0beb577abbe1 07:32:24 Step 7/10 : COPY go.mod vendor* ./ 07:32:24 ---> 75210fa755b6 07:32:24 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:24 ---> Running in 7727c61e032a 07:33:11 Removing intermediate container 7727c61e032a 07:33:11 ---> 7affae1bb666 07:33:11 Step 9/10 : COPY . . 07:33:11 ---> cc4869577e6d 07:33:11 Step 10/10 : RUN ${MAKE} 07:33:11 ---> Running in 8798644c1278 07:33:11 noop 07:33:11 Removing intermediate container 8798644c1278 07:33:11 ---> 44ab22832010 07:33:11 Successfully built 44ab22832010 07:33:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:11 + docker inspect -f . ci-base-image-x86_64 07:33:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:33:11 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:33:11 $ 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 07:33:11 $ docker top b82ede44f4c7c8140e4c28f35f203f46496f56b2cf0eaa529108d3446df9eaeb -eo pid,comm [Pipeline] { [Pipeline] sh 07:33:12 + go version 07:33:12 go version go1.23.8 linux/amd64 [Pipeline] } 07:33:12 $ docker stop --time=1 b82ede44f4c7c8140e4c28f35f203f46496f56b2cf0eaa529108d3446df9eaeb 07:33:13 $ docker rm -f --volumes b82ede44f4c7c8140e4c28f35f203f46496f56b2cf0eaa529108d3446df9eaeb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:13 + docker inspect -f . ci-base-image-x86_64 07:33:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:33:13 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:33:13 $ 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 07:33:14 $ docker top 1dc57a28c60acb784613d3316c158c55e1f57bf6bca00c2b8099cefb3f22b3d4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:33:14 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 07:33:14 + make test 07:33:14 go test -race -coverprofile=coverage.out ./... 07:33:23 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 07:34:01 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.044s coverage: 28.2% of statements 07:34:01 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.044s coverage: 79.3% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 07:34:01 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.028s coverage: 90.4% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 07:34:01 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 07:34:01 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.085s coverage: 45.0% of statements 07:34:01 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 07:34:05 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.050s coverage: 14.3% of statements 07:34:05 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 4.282s coverage: 44.6% of statements 07:34:05 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.052s coverage: 68.4% of statements 07:34:05 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.086s coverage: 88.3% of statements 07:34:05 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.052s coverage: 5.0% of statements 07:34:37 GO111MODULE=on go vet ./... 07:34:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:34:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:34:44 ./bin/test-attribution-txt.sh [Pipeline] echo 07:34:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 07:34:44 $ docker stop --time=1 1dc57a28c60acb784613d3316c158c55e1f57bf6bca00c2b8099cefb3f22b3d4 07:34:48 $ docker rm -f --volumes 1dc57a28c60acb784613d3316c158c55e1f57bf6bca00c2b8099cefb3f22b3d4 [Pipeline] // withDockerContainer [Pipeline] sh 07:34:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:34:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:34:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:34:50 + ls -al . 07:34:50 total 740 07:34:50 drwxrwxr-x 11 jenkins jenkins 4096 Apr 29 07:33 . 07:34:50 drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 07:31 .. 07:34:50 -rw-rw-r-- 1 jenkins jenkins 140 Apr 29 07:31 .dockerignore 07:34:50 drwxrwxr-x 8 jenkins jenkins 4096 Apr 29 07:34 .git 07:34:50 drwxrwxr-x 3 jenkins jenkins 4096 Apr 29 07:31 .github 07:34:50 -rw-rw-r-- 1 jenkins jenkins 137 Apr 29 07:31 .gitignore 07:34:50 -rw-rw-r-- 1 jenkins jenkins 199 Apr 29 07:31 .golangci.yml 07:34:50 drwxr-xr-x 3 jenkins jenkins 4096 Apr 29 07:32 .semver 07:34:50 -rw-rw-r-- 1 jenkins jenkins 53715 Apr 29 07:31 CHANGELOG.md 07:34:50 -rw-rw-r-- 1 jenkins jenkins 677 Apr 29 07:31 GOVERNANCE.md 07:34:50 -rw-rw-r-- 1 jenkins jenkins 882 Apr 29 07:31 Jenkinsfile 07:34:50 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 29 07:31 LICENSE 07:34:50 -rw-rw-r-- 1 jenkins jenkins 2424 Apr 29 07:31 Makefile 07:34:50 -rw-rw-r-- 1 jenkins jenkins 619 Apr 29 07:31 OWNERS.md 07:34:50 -rw-rw-r-- 1 jenkins jenkins 4937 Apr 29 07:31 README.md 07:34:50 -rw-rw-r-- 1 jenkins jenkins 11 Apr 29 07:32 VERSION 07:34:50 drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 07:31 bin 07:34:50 -rw-r--r-- 1 jenkins jenkins 497264 Apr 29 07:34 coverage.out 07:34:50 drwxrwxr-x 5 jenkins jenkins 4096 Apr 29 07:31 example 07:34:50 -rw-rw-r-- 1 jenkins jenkins 6128 Apr 29 07:31 go.mod 07:34:50 -rw-rw-r-- 1 jenkins jenkins 86407 Apr 29 07:31 go.sum 07:34:50 drwxrwxr-x 13 jenkins jenkins 4096 Apr 29 07:31 internal 07:34:50 drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 07:31 openapi 07:34:50 drwxrwxr-x 6 jenkins jenkins 4096 Apr 29 07:31 pkg 07:34:50 drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 07:31 snap 07:34:50 -rw-rw-r-- 1 jenkins jenkins 222 Apr 29 07:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:50 + 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=6d65d367703209779c695a1a853b3cbdf6490621 --label arch=amd64 --label version=4.1.0-dev.4 . 07:34:50 Sending build context to Docker daemon 36.4MB 07:34:50 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 07:34:50 Step 2/24 : FROM ${BASE} AS builder 07:34:50 ---> 44ab22832010 07:34:50 Step 3/24 : ARG MAKE=make build 07:34:51 ---> Running in 8bf435733268 07:34:51 Removing intermediate container 8bf435733268 07:34:51 ---> 40afd651a65d 07:34:51 Step 4/24 : WORKDIR /device-sdk-go 07:34:51 ---> Running in f9691715206f 07:34:51 Removing intermediate container f9691715206f 07:34:51 ---> 5f289543bb14 07:34:51 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:34:51 ---> Running in 3fb154bfde51 07:34:51 Removing intermediate container 3fb154bfde51 07:34:51 ---> cd5a1c81eb1e 07:34:51 Step 6/24 : RUN apk add --update --no-cache make git 07:34:51 ---> Running in 19ec951c490a 07:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:34:52 OK: 248 MiB in 58 packages 07:34:52 Removing intermediate container 19ec951c490a 07:34:52 ---> 3025beeaf844 07:34:52 Step 7/24 : COPY go.mod vendor* ./ 07:34:52 ---> 07f0aba002ce 07:34:52 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:34:52 ---> Running in 201100217dbd 07:34:53 Removing intermediate container 201100217dbd 07:34:53 ---> 44c2dd97f8d4 07:34:53 Step 9/24 : COPY . . 07:34:54 ---> 54108121c6eb 07:34:54 Step 10/24 : RUN ${MAKE} 07:34:54 ---> Running in 6c4f71c47e77 07:34:54 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.4 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:35:26 Removing intermediate container 6c4f71c47e77 07:35:26 ---> 8f9a67b48e9c 07:35:26 Step 11/24 : FROM alpine:3.20 07:35:26 3.20: Pulling from library/alpine 07:35:26 0a9a5dfd008f: Already exists 07:35:26 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:35:26 Status: Downloaded newer image for alpine:3.20 07:35:26 ---> ff221270b9fb 07:35:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 07:35:26 ---> Running in 35916df90a51 07:35:26 Removing intermediate container 35916df90a51 07:35:26 ---> 0ef3955c1eb4 07:35:26 Step 13/24 : RUN apk add --update --no-cache dumb-init 07:35:26 ---> Running in e8d45a9bd5bd 07:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:35:27 (1/1) Installing dumb-init (1.2.5-r3) 07:35:27 Executing busybox-1.36.1-r29.trigger 07:35:27 OK: 8 MiB in 15 packages 07:35:28 Removing intermediate container e8d45a9bd5bd 07:35:28 ---> 69461d450fd1 07:35:28 Step 14/24 : RUN apk --no-cache upgrade 07:35:28 ---> Running in 43a2beafc400 07:35:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:35:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:35:28 OK: 8 MiB in 15 packages 07:35:29 Removing intermediate container 43a2beafc400 07:35:29 ---> df716cba7674 07:35:29 Step 15/24 : WORKDIR / 07:35:29 ---> Running in 47242b6254db 07:35:29 Removing intermediate container 47242b6254db 07:35:29 ---> e6ecf649bec9 07:35:29 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:35:29 ---> 28d3385711b2 07:35:29 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:35:31 ---> 14ffe3aa4ec3 07:35:31 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:35:31 ---> 5f4b012744d9 07:35:31 Step 19/24 : EXPOSE 59999 07:35:31 ---> Running in f6aa2b0c16c8 07:35:31 Removing intermediate container f6aa2b0c16c8 07:35:31 ---> 711ee6fd7118 07:35:31 Step 20/24 : ENTRYPOINT ["/device-simple"] 07:35:31 ---> Running in 70bb1b3662fb 07:35:31 Removing intermediate container 70bb1b3662fb 07:35:31 ---> f13aa0a717d5 07:35:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:35:31 ---> Running in 4f82226d925b 07:35:31 Removing intermediate container 4f82226d925b 07:35:31 ---> c2572711820a 07:35:31 Step 22/24 : LABEL arch=amd64 07:35:31 ---> Running in 4b218b02c800 07:35:31 Removing intermediate container 4b218b02c800 07:35:31 ---> 7c6afc76349b 07:35:31 Step 23/24 : LABEL git_sha=6d65d367703209779c695a1a853b3cbdf6490621 07:35:31 ---> Running in c377420b4823 07:35:31 Removing intermediate container c377420b4823 07:35:31 ---> 0458bf8b75a7 07:35:31 Step 24/24 : LABEL version=4.1.0-dev.4 07:35:31 ---> Running in d424a73502ee 07:35:31 Removing intermediate container d424a73502ee 07:35:31 ---> d17734b1111d 07:35:31 [Warning] One or more build-args [ARCH] were not consumed 07:35:31 Successfully built d17734b1111d 07:35:31 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 07:35:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:35:32 07:35:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:35:32 latest: Pulling from edgex-lftools-log-publisher 07:35:32 5eb5b503b376: Pulling fs layer 07:35:32 5c69ac0246d0: Pulling fs layer 07:35:32 ec43610c2a17: Pulling fs layer 07:35:32 3a2ae6a8a46f: Pulling fs layer 07:35:32 33b1e0a273af: Pulling fs layer 07:35:32 5d3b04190fa2: Pulling fs layer 07:35:32 2f39f015ded8: Pulling fs layer 07:35:32 33b1e0a273af: Waiting 07:35:32 5d3b04190fa2: Waiting 07:35:32 3a2ae6a8a46f: Waiting 07:35:32 2f39f015ded8: Waiting 07:35:32 5c69ac0246d0: Download complete 07:35:32 3a2ae6a8a46f: Download complete 07:35:32 33b1e0a273af: Verifying Checksum 07:35:32 33b1e0a273af: Download complete 07:35:32 ec43610c2a17: Verifying Checksum 07:35:32 ec43610c2a17: Download complete 07:35:32 5d3b04190fa2: Verifying Checksum 07:35:32 5d3b04190fa2: Download complete 07:35:32 5eb5b503b376: Verifying Checksum 07:35:32 5eb5b503b376: Download complete 07:35:33 2f39f015ded8: Download complete 07:35:34 5eb5b503b376: Pull complete 07:35:34 5c69ac0246d0: Pull complete 07:35:34 ec43610c2a17: Pull complete 07:35:34 3a2ae6a8a46f: Pull complete 07:35:34 33b1e0a273af: Pull complete 07:35:34 5d3b04190fa2: Pull complete 07:35:40 2f39f015ded8: Pull complete 07:35:40 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:35:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:40 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:35:40 $ 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 07:35:44 $ docker top 8cca69a5adad8b1f7bd3b5ea18a2acbf137cfd133bdd95a0b4927140f4d98d48 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:35:44 ---> job-cost.sh 07:35:44 lf-activate-venv: SKIPPING 07:35:44 INFO: No Stack... 07:35:44 INFO: Retrieving Pricing Info for: v3-standard-8 07:35:45 INFO: Archiving Costs [Pipeline] sh 07:35:45 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 07:35:45 + cut -d, -f6 [Pipeline] lock 07:35:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-359-stack-cost] 07:35:45 Resource [jenkins-edgexfoundry-device-sdk-go-main-359-stack-cost] did not exist. Created. 07:35:45 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-359-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:35:45 + echo total: 0.2199999988079071 [Pipeline] stash 07:35:45 Stashed 1 file(s) [Pipeline] } 07:35:45 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-359-stack-cost] [Pipeline] // lock [Pipeline] } 07:35:45 $ docker stop --time=1 8cca69a5adad8b1f7bd3b5ea18a2acbf137cfd133bdd95a0b4927140f4d98d48 07:35:47 $ docker rm -f --volumes 8cca69a5adad8b1f7bd3b5ea18a2acbf137cfd133bdd95a0b4927140f4d98d48 [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 07:35:47 provisioning config files... 07:35:47 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1546580441545769498tmp [Pipeline] { [Pipeline] sh 07:35:47 + set +x 07:35:47 + curl -s https://codecov.io/bash 07:35:47 + bash -s -- 07:35:47 07:35:47 _____ _ 07:35:47 / ____| | | 07:35:47 | | ___ __| | ___ ___ _____ __ 07:35:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:35:47 | |___| (_) | (_| | __/ (_| (_) \ V / 07:35:47 \_____\___/ \__,_|\___|\___\___/ \_/ 07:35:47 Bash-1.0.6 07:35:47 07:35:47 07:35:47 ==> git version 2.25.1 found 07:35:47 ==> 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 07:35:47 Release-Date: 2020-01-08 07:35:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:35:47 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:35:47 ==> Jenkins CI detected. 07:35:47 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 07:35:47 project root: . 07:35:47 --> token set from env 07:35:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:35:47 ==> Running gcov in . (disable via -X gcov) 07:35:47 ==> Python coveragepy not found 07:35:47 ==> Searching for coverage reports in: 07:35:47 + . 07:35:47 -> Found 1 reports 07:35:47 ==> Detecting git/mercurial file structure 07:35:47 ==> Reading reports 07:35:47 + ./coverage.out bytes=497264 07:35:47 ==> Appending adjustments 07:35:47 https://docs.codecov.io/docs/fixing-reports 07:35:48 + Found adjustments 07:35:48 ==> Gzipping contents 07:35:48 48K /tmp/codecov.Jo2Lvv.gz 07:35:48 ==> Uploading reports 07:35:48 url: https://codecov.io 07:35:48 query: branch=main&commit=6d65d367703209779c695a1a853b3cbdf6490621&build=359&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F359%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:35:48 -> Pinging Codecov 07:35:48 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=6d65d367703209779c695a1a853b3cbdf6490621&build=359&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F359%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:35:48 -> Uploading to 07:35:48 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/6d65d367703209779c695a1a853b3cbdf6490621/804a1dbe-3196-4810-a3ee-204b9efa11d4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250429%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250429T073548Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=89e0fa9f15515e603f5ef16b91d015af6fe7cbece6205406f80cb15b0f34b1f3 07:35:48 % Total % Received % Xferd Average Speed Time Time Time Current 07:35:48 Dload Upload Total Spent Left Speed 07:35:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47147 0 0 100 47147 0 226k --:--:-- --:--:-- --:--:-- 225k 100 47147 0 0 100 47147 0 218k --:--:-- --:--:-- --:--:-- 217k 07:35:48 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/6d65d367703209779c695a1a853b3cbdf6490621 [Pipeline] } 07:35:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:35:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:35:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:35:49 07:35:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:35:49 latest: Pulling from edgex-devops/edgex-snyk-go 07:35:49 43c4264eed91: Pulling fs layer 07:35:49 4cc291be95ef: Pulling fs layer 07:35:49 2ac1f1163629: Pulling fs layer 07:35:49 5c3c966382ef: Pulling fs layer 07:35:49 4f4fb700ef54: Pulling fs layer 07:35:49 d9c7d2e4e75e: Pulling fs layer 07:35:49 5c3c966382ef: Waiting 07:35:49 4f4fb700ef54: Waiting 07:35:49 9c3e1370e548: Pulling fs layer 07:35:49 d9c7d2e4e75e: Waiting 07:35:49 9c3e1370e548: Waiting 07:35:49 4cc291be95ef: Download complete 07:35:49 5c3c966382ef: Verifying Checksum 07:35:49 5c3c966382ef: Download complete 07:35:49 4f4fb700ef54: Verifying Checksum 07:35:49 4f4fb700ef54: Download complete 07:35:49 43c4264eed91: Download complete 07:35:49 43c4264eed91: Pull complete 07:35:49 d9c7d2e4e75e: Download complete 07:35:49 4cc291be95ef: Pull complete 07:35:50 2ac1f1163629: Verifying Checksum 07:35:50 2ac1f1163629: Download complete 07:35:50 9c3e1370e548: Verifying Checksum 07:35:50 9c3e1370e548: Download complete 07:35:54 2ac1f1163629: Pull complete 07:35:54 5c3c966382ef: Pull complete 07:35:54 4f4fb700ef54: Pull complete 07:35:54 d9c7d2e4e75e: Pull complete 07:35:57 9c3e1370e548: Pull complete 07:35:57 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:35:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:35:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:57 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:35:57 $ 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 07:36:01 $ docker top 077148b2b601ac53257068a0f71f448439267b636ed50dca6cbfb1d6160312c1 -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:01 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 07:36:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 07:36:02 + set -o pipefail 07:36:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 07:36:10 07:36:10 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 07:36:10 07:36:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/1242530c-bc30-445b-8acd-df3d02a4af04 07:36:10 07:36:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:36:10 [Pipeline] } 07:36:10 $ docker stop --time=1 077148b2b601ac53257068a0f71f448439267b636ed50dca6cbfb1d6160312c1 07:36:14 $ docker rm -f --volumes 077148b2b601ac53257068a0f71f448439267b636ed50dca6cbfb1d6160312c1 [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 07:36:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:15 provisioning config files... 07:36:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config683468032976001276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:15 --> edgex-publish-swagger.sh 07:36:15 === Publish openapi API === 07:36:15 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 07:36:15 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 07:36:15 % Total % Received % Xferd Average Speed Time Time Time Current 07:36:15 Dload Upload Total Spent Left Speed 07:36:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37518 0 0 100 37518 0 373k --:--:-- --:--:-- --:--:-- 373k 100 37584 100 66 100 37518 246 136k --:--:-- --:--:-- --:--:-- 136k 07:36:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:36:15 [Pipeline] } 07:36:15 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 07:36:16 + git log --format=format:%s -1 6d65d367703209779c695a1a853b3cbdf6490621 [Pipeline] sh 07:36:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:36:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:36:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:17 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:36:17 $ 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 07:36:17 $ docker top 11dc5faafa72468f5f01c48c5dd3101c35fece662de108cbaf434897ad8aebc5 -eo pid,comm 07:36:17 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). 07:36:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:36:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:36:17 [ssh-agent] Looking for ssh-agent implementation... 07:36:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:36:17 $ docker exec 11dc5faafa72468f5f01c48c5dd3101c35fece662de108cbaf434897ad8aebc5 ssh-agent 07:36:17 SSH_AUTH_SOCK=/tmp/ssh-jQ6kWJ2qC1xZ/agent.33 07:36:17 SSH_AGENT_PID=39 07:36:17 Running ssh-add (command line suppressed) 07:36:18 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_772143902659489092.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_772143902659489092.key) 07:36:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:36:18 + git semver tag 07:36:18 2025-04-29 07:36:18,591 [run_tag] DEBUG tag force:False 07:36:18 2025-04-29 07:36:18,591 [check_head_tag] DEBUG check head tag 07:36:18 2025-04-29 07:36:18,591 [execute] INFO git cat-file --batch-check 07:36:18 2025-04-29 07:36:18,592 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 07:36:18 2025-04-29 07:36:18,595 [execute] INFO git cat-file --batch 07:36:18 2025-04-29 07:36:18,595 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 07:36:18 2025-04-29 07:36:18,608 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:36:18 2025-04-29 07:36:18,608 [execute] INFO git tag -a v4.1.0-dev.4 -m v4.1.0-dev.4 07:36:18 2025-04-29 07:36:18,608 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.4', '-m', 'v4.1.0-dev.4'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 07:36:18 2025-04-29 07:36:18,614 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:36:18 4.1.0-dev.4 [Pipeline] } 07:36:18 $ docker exec --env ******** --env ******** 11dc5faafa72468f5f01c48c5dd3101c35fece662de108cbaf434897ad8aebc5 ssh-agent -k 07:36:18 unset SSH_AUTH_SOCK; 07:36:18 unset SSH_AGENT_PID; 07:36:18 echo Agent pid 39 killed; 07:36:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:36:19 + git semver [Pipeline] } 07:36:19 $ docker stop --time=1 11dc5faafa72468f5f01c48c5dd3101c35fece662de108cbaf434897ad8aebc5 07:36:20 $ docker rm -f --volumes 11dc5faafa72468f5f01c48c5dd3101c35fece662de108cbaf434897ad8aebc5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:36:21 07:36:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:36:21 0.23.1-centos7: Pulling from edgex-lftools 07:36:21 ab5ef0e58194: Pulling fs layer 07:36:21 9712f1f96733: Pulling fs layer 07:36:21 63f879dbbcfc: Pulling fs layer 07:36:21 0d9ebad4ef96: Pulling fs layer 07:36:21 e9a5061849ea: Pulling fs layer 07:36:21 d747dcd14b5f: Pulling fs layer 07:36:21 0d9ebad4ef96: Waiting 07:36:21 e9a5061849ea: Waiting 07:36:21 2de7ff778b66: Pulling fs layer 07:36:21 d747dcd14b5f: Waiting 07:36:21 2de7ff778b66: Waiting 07:36:21 9712f1f96733: Verifying Checksum 07:36:21 9712f1f96733: Download complete 07:36:21 63f879dbbcfc: Verifying Checksum 07:36:21 63f879dbbcfc: Download complete 07:36:22 e9a5061849ea: Verifying Checksum 07:36:22 e9a5061849ea: Download complete 07:36:22 d747dcd14b5f: Verifying Checksum 07:36:22 d747dcd14b5f: Download complete 07:36:22 ab5ef0e58194: Download complete 07:36:22 0d9ebad4ef96: Verifying Checksum 07:36:22 0d9ebad4ef96: Download complete 07:36:22 2de7ff778b66: Verifying Checksum 07:36:22 2de7ff778b66: Download complete 07:36:25 ab5ef0e58194: Pull complete 07:36:25 9712f1f96733: Pull complete 07:36:25 63f879dbbcfc: Pull complete 07:36:34 0d9ebad4ef96: Pull complete 07:36:34 e9a5061849ea: Pull complete 07:36:34 d747dcd14b5f: Pull complete 07:36:35 2de7ff778b66: Pull complete 07:36:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:36:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:36:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:35 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:36:35 $ 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 07:36:36 $ docker top 0bccf59ef5187acbd0022b8bb12cadd6c59a2b02385be1298acb456ac1bce228 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:36:36 provisioning config files... 07:36:36 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5044072578295362973tmp 07:36:36 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17669281911926433063tmp 07:36:36 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11294597458957518138tmp [Pipeline] { [Pipeline] echo 07:36:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:36:37 ---> sigul-configuration.sh 07:36:37 gpg: directory `/root/.gnupg' created 07:36:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:36:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:36:37 gpg: keyring `/root/.gnupg/secring.gpg' created 07:36:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:36:37 gpg: CAST5 encrypted data 07:36:37 gpg: encrypted with 1 passphrase 07:36:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:36:37 + mkdir /home/jenkins 07:36:37 + mkdir /home/jenkins/sigul [Pipeline] sh 07:36:37 + 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 07:36:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:36:37 ---> sigul-install.sh 07:36:37 Sigul already installed; skipping installation. [Pipeline] sh 07:36:38 + git tag --list 07:36:38 0.7.1 07:36:38 delhi-tag 07:36:38 v1.0.0 07:36:38 v1.1.0 07:36:38 v1.1.1 07:36:38 v1.1.2 07:36:38 v1.2.0 07:36:38 v1.2.1 07:36:38 v1.2.2 07:36:38 v1.2.3 07:36:38 v1.3.0 07:36:38 v1.4.0 07:36:38 v2.0.0 07:36:38 v2.1.0 07:36:38 v2.1.1 07:36:38 v2.2.0 07:36:38 v2.3.0 07:36:38 v2.3.1 07:36:38 v3.0 07:36:38 v3.0.0 07:36:38 v3.1 07:36:38 v3.1.0 07:36:38 v3.1.1 07:36:38 v4.0 07:36:38 v4.0.0 07:36:38 v4.1.0-dev.1 07:36:38 v4.1.0-dev.2 07:36:38 v4.1.0-dev.3 07:36:38 v4.1.0-dev.4 [Pipeline] sh 07:36:38 + lftools sign git-tag v4.1.0-dev.4 07:36:39 Signing Git tag with Sigul... 07:36:39 Signing v4.1.0-dev.4 [Pipeline] echo 07:36:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:36:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:36:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:36:40 $ docker stop --time=1 0bccf59ef5187acbd0022b8bb12cadd6c59a2b02385be1298acb456ac1bce228 07:36:41 $ docker rm -f --volumes 0bccf59ef5187acbd0022b8bb12cadd6c59a2b02385be1298acb456ac1bce228 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:36:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:36:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:36:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:42 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:36:42 $ 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 07:36:42 $ docker top 5b733c89c3df8c1ded41a79984860faa6e829f1a3634cb5d3447611dce6f4d7b -eo pid,comm 07:36:42 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). 07:36:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:36:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:36:42 [ssh-agent] Looking for ssh-agent implementation... 07:36:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:36:42 $ docker exec 5b733c89c3df8c1ded41a79984860faa6e829f1a3634cb5d3447611dce6f4d7b ssh-agent 07:36:42 SSH_AUTH_SOCK=/tmp/ssh-km70OT8tWvxY/agent.32 07:36:42 SSH_AGENT_PID=38 07:36:42 Running ssh-add (command line suppressed) 07:36:42 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3229479944321155091.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3229479944321155091.key) 07:36:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:36:43 + git semver bump pre 07:36:43 2025-04-29 07:36:43,419 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:36:43 2025-04-29 07:36:43,419 [bump_version] DEBUG bumping version:4.1.0-dev.4 on axis:pre with prefix:dev 07:36:43 2025-04-29 07:36:43,419 [bump_version] DEBUG bumped version:4.1.0-dev.5 07:36:43 2025-04-29 07:36:43,419 [write_version] DEBUG write version:4.1.0-dev.5 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 07:36:43 2025-04-29 07:36:43,419 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:36:43 2025-04-29 07:36:43,419 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:36:43 2025-04-29 07:36:43,421 [execute] INFO git cat-file --batch-check 07:36:43 2025-04-29 07:36:43,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:36:43 2025-04-29 07:36:43,426 [execute] INFO git cat-file --batch 07:36:43 2025-04-29 07:36:43,426 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:36:43 2025-04-29 07:36:43,432 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:36:43 4.1.0-dev.5 [Pipeline] } 07:36:43 $ docker exec --env ******** --env ******** 5b733c89c3df8c1ded41a79984860faa6e829f1a3634cb5d3447611dce6f4d7b ssh-agent -k 07:36:43 unset SSH_AUTH_SOCK; 07:36:43 unset SSH_AGENT_PID; 07:36:43 echo Agent pid 38 killed; 07:36:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:36:43 + git semver [Pipeline] } 07:36:44 $ docker stop --time=1 5b733c89c3df8c1ded41a79984860faa6e829f1a3634cb5d3447611dce6f4d7b 07:36:45 $ docker rm -f --volumes 5b733c89c3df8c1ded41a79984860faa6e829f1a3634cb5d3447611dce6f4d7b [Pipeline] // withDockerContainer [Pipeline] sh 07:36:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:36:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:36:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:46 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:36:46 $ 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 07:36:46 $ docker top eb1e4dad4ae687ea1c0371040d706a69cf864439235ae19e0b44f474819e8c32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:36:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:36:46 [ssh-agent] Looking for ssh-agent implementation... 07:36:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:36:46 $ docker exec eb1e4dad4ae687ea1c0371040d706a69cf864439235ae19e0b44f474819e8c32 ssh-agent 07:36:46 SSH_AUTH_SOCK=/tmp/ssh-Ay31l2gF6Aby/agent.32 07:36:46 SSH_AGENT_PID=38 07:36:46 Running ssh-add (command line suppressed) 07:36:47 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9679226001870328625.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9679226001870328625.key) 07:36:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:36:47 + git semver push 07:36:47 2025-04-29 07:36:47,524 [run_push] DEBUG push 07:36:47 2025-04-29 07:36:47,525 [execute] INFO git cat-file --batch-check 07:36:47 2025-04-29 07:36:47,525 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:36:47 2025-04-29 07:36:47,529 [execute] INFO git rev-list cf9ec6b00235429ab1f4ee0a518e518e75b9074b -- 07:36:47 2025-04-29 07:36:47,529 [execute] DEBUG Popen(['git', 'rev-list', 'cf9ec6b00235429ab1f4ee0a518e518e75b9074b', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 07:36:47 2025-04-29 07:36:47,546 [execute] INFO git fetch -v origin 07:36:47 2025-04-29 07:36:47,546 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 07:36:48 2025-04-29 07:36:48,037 [run_push] DEBUG no remote changes detected 07:36:48 2025-04-29 07:36:48,037 [execute] INFO git push origin semver 07:36:48 2025-04-29 07:36:48,038 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 07:36:48 2025-04-29 07:36:48,673 [run_push] DEBUG push all version tags 07:36:48 2025-04-29 07:36:48,674 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:36:48 2025-04-29 07:36:48,674 [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) 07:36:49 2025-04-29 07:36:49,389 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:36:49 4.1.0-dev.5 [Pipeline] } 07:36:49 $ docker exec --env ******** --env ******** eb1e4dad4ae687ea1c0371040d706a69cf864439235ae19e0b44f474819e8c32 ssh-agent -k 07:36:49 unset SSH_AUTH_SOCK; 07:36:49 unset SSH_AGENT_PID; 07:36:49 echo Agent pid 38 killed; 07:36:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:36:50 + git semver [Pipeline] } 07:36:50 $ docker stop --time=1 eb1e4dad4ae687ea1c0371040d706a69cf864439235ae19e0b44f474819e8c32 07:36:51 $ docker rm -f --volumes eb1e4dad4ae687ea1c0371040d706a69cf864439235ae19e0b44f474819e8c32 [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 07:36:52 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 07:36:52 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 07:36:52 total 16 07:36:52 drwxr-xr-x 3 root root 4096 Apr 29 07:35 . 07:36:52 drwxrwxr-x 12 jenkins jenkins 4096 Apr 29 07:36 .. 07:36:52 drwxr-xr-x 2 root root 4096 Apr 29 07:35 cost 07:36:52 -rw-r--r-- 1 root root 85 Apr 29 07:35 cost.csv 07:36:52 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 07:36:52 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 07:36:52 total 16 07:36:52 drwxr-xr-x 3 jenkins jenkins 4096 Apr 29 07:35 . 07:36:52 drwxrwxr-x 12 jenkins jenkins 4096 Apr 29 07:36 .. 07:36:52 drwxr-xr-x 2 jenkins jenkins 4096 Apr 29 07:35 cost 07:36:52 -rw-r--r-- 1 jenkins jenkins 85 Apr 29 07:35 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:36:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:36:53 ---> package-listing.sh 07:36:53 ++ facter osfamily 07:36:53 ++ tr '[:upper:]' '[:lower:]' 07:36:53 + OS_FAMILY=debian 07:36:53 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 07:36:53 + START_PACKAGES=/tmp/packages_start.txt 07:36:53 + END_PACKAGES=/tmp/packages_end.txt 07:36:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:36:53 + PACKAGES=/tmp/packages_start.txt 07:36:53 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 07:36:53 + PACKAGES=/tmp/packages_end.txt 07:36:53 + case "${OS_FAMILY}" in 07:36:53 + grep '^ii' 07:36:53 + dpkg -l 07:36:53 + '[' -f /tmp/packages_start.txt ']' 07:36:53 + '[' -f /tmp/packages_end.txt ']' 07:36:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:36:53 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 07:36:53 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 07:36:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 07:36:53 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 07:36:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:36:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:54 prd-ubuntu20.04-docker-8c-8g-648 does not seem to be running inside a container 07:36:54 $ 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 07:36:54 $ docker top 9334abe6b582e1caa336d84ac0963e72d68937602ff1ba7a740c9b1ed84ee6ba -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:55 + touch /tmp/pre-build-complete [Pipeline] sh 07:36:55 + mkdir -p /var/log/sysstat [Pipeline] sh 07:36:55 + ls /var/log/sa-host 07:36:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:55 provisioning config files... 07:36:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1672464101858911005tmp [Pipeline] { [Pipeline] echo 07:36:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:36:56 ---> create-netrc.sh [Pipeline] } 07:36:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:36:56 ---> python-tools-install.sh [Pipeline] echo 07:36:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:36:56 ---> sudo-logs.sh 07:36:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:36:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:36:57 ---> job-cost.sh 07:36:57 lf-activate-venv: SKIPPING 07:36:57 DEBUG: total: 0.2199999988079071 07:36:57 INFO: Retrieving Stack Cost... 07:36:57 INFO: Retrieving Pricing Info for: v3-standard-8 07:36:57 INFO: Archiving Costs [Pipeline] echo 07:36:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:36:57 ---> logs-deploy.sh 07:36:57 lf-activate-venv: SKIPPING 07:36:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/359 07:36:57 INFO: archiving workspace using pattern(s): 07:36:58 Archives upload complete. 07:36:59 INFO: archiving logs to Nexus 07:36:59 ---> uname -a: 07:36:59 Linux prd-ubuntu20-04-docker-8c-8g-648 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:36:59 07:36:59 07:36:59 ---> lscpu: 07:36:59 Architecture: x86_64 07:36:59 CPU op-mode(s): 32-bit, 64-bit 07:36:59 Byte Order: Little Endian 07:36:59 Address sizes: 40 bits physical, 48 bits virtual 07:36:59 CPU(s): 8 07:36:59 On-line CPU(s) list: 0-7 07:36:59 Thread(s) per core: 1 07:36:59 Core(s) per socket: 1 07:36:59 Socket(s): 8 07:36:59 NUMA node(s): 1 07:36:59 Vendor ID: AuthenticAMD 07:36:59 CPU family: 23 07:36:59 Model: 49 07:36:59 Model name: AMD EPYC-Rome Processor 07:36:59 Stepping: 0 07:36:59 CPU MHz: 2799.998 07:36:59 BogoMIPS: 5599.99 07:36:59 Virtualization: AMD-V 07:36:59 Hypervisor vendor: KVM 07:36:59 Virtualization type: full 07:36:59 L1d cache: 256 KiB 07:36:59 L1i cache: 256 KiB 07:36:59 L2 cache: 4 MiB 07:36:59 L3 cache: 128 MiB 07:36:59 NUMA node0 CPU(s): 0-7 07:36:59 Vulnerability Itlb multihit: Not affected 07:36:59 Vulnerability L1tf: Not affected 07:36:59 Vulnerability Mds: Not affected 07:36:59 Vulnerability Meltdown: Not affected 07:36:59 Vulnerability Mmio stale data: Not affected 07:36:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:36:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:36:59 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:36:59 Vulnerability Srbds: Not affected 07:36:59 Vulnerability Tsx async abort: Not affected 07:36:59 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 07:36:59 07:36:59 07:36:59 ---> nproc: 07:36:59 8 07:36:59 07:36:59 07:36:59 ---> df -h: 07:36:59 Filesystem Size Used Avail Use% Mounted on 07:36:59 overlay 155G 14G 142G 9% / 07:36:59 tmpfs 64M 0 64M 0% /dev 07:36:59 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:36:59 shm 64M 0 64M 0% /dev/shm 07:36:59 /dev/vda1 155G 14G 142G 9% /facter-os 07:36:59 07:36:59 07:36:59 ---> sar -b -r -n DEV: 07:36:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-648) 04/29/25 _x86_64_ (8 CPU) 07:36:59 07:36:59 07:31:12 LINUX RESTART (8 CPU) 07:36:59 07:36:59 07:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:36:59 07:33:01 253.89 5.60 248.29 0.00 439.39 96898.65 0.00 07:36:59 07:34:01 127.25 0.03 127.21 0.00 1.87 49393.63 0.00 07:36:59 07:35:01 96.32 0.20 96.12 0.00 8.40 33730.24 0.00 07:36:59 07:36:01 187.10 0.17 186.94 0.00 16.53 73760.48 0.00 07:36:59 Average: 166.14 1.50 164.64 0.00 116.54 63444.94 0.00 07:36:59 07:36:59 07:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:36:59 07:33:01 27038292 31548640 758224 2.31 181608 4392584 1844184 5.44 1299416 3938164 971444 07:36:59 07:34:01 26869660 31417324 882660 2.68 186148 4443708 2087096 6.15 1886496 3530540 600416 07:36:59 07:35:01 27459644 31293944 1003644 3.05 191876 3744900 2512424 7.40 1660096 3184816 191204 07:36:59 07:36:01 26197920 31507876 790636 2.40 207212 5116092 2140508 6.31 1433688 4583028 248 07:36:59 Average: 26891379 31441946 858791 2.61 191711 4424321 2146053 6.32 1569924 3809137 440828 07:36:59 07:36:59 07:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:36:59 07:33:01 docker0 329.75 497.17 27.77 3181.04 0.00 0.00 0.00 0.00 07:36:59 07:33:01 ens3 650.26 421.35 6412.16 53.88 0.00 0.00 0.00 0.00 07:36:59 07:33:01 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 07:36:59 07:34:01 docker0 0.68 1.00 0.09 0.31 0.00 0.00 0.00 0.00 07:36:59 07:34:01 veth3e8e8cf 0.68 1.08 0.10 0.31 0.00 0.00 0.00 0.00 07:36:59 07:34:01 ens3 23.86 16.13 25.28 10.03 0.00 0.00 0.00 0.00 07:36:59 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:36:59 07:35:01 docker0 1.72 3.98 0.11 38.22 0.00 0.00 0.00 0.00 07:36:59 07:35:01 ens3 26.96 14.80 59.15 10.71 0.00 0.00 0.00 0.00 07:36:59 07:35:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 07:36:59 07:35:01 veth3187203 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:36:59 07:36:01 docker0 2.90 5.93 0.18 76.76 0.00 0.00 0.00 0.00 07:36:59 07:36:01 ens3 238.10 143.12 6528.93 25.54 0.00 0.00 0.00 0.00 07:36:59 07:36:01 lo 2.93 2.93 0.29 0.29 0.00 0.00 0.00 0.00 07:36:59 07:36:01 veth06f3882 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:36:59 Average: docker0 83.75 127.01 7.03 824.02 0.00 0.00 0.00 0.00 07:36:59 Average: ens3 234.79 148.84 3256.38 25.04 0.00 0.00 0.00 0.00 07:36:59 Average: lo 1.55 1.55 0.15 0.15 0.00 0.00 0.00 0.00 07:36:59 Average: veth06f3882 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:36:59 07:36:59 07:36:59 ---> sar -P ALL: 07:36:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-648) 04/29/25 _x86_64_ (8 CPU) 07:36:59 07:36:59 07:31:12 LINUX RESTART (8 CPU) 07:36:59 07:36:59 07:32:01 CPU %user %nice %system %iowait %steal %idle 07:36:59 07:33:01 all 9.76 0.00 4.65 3.67 0.07 81.84 07:36:59 07:33:01 0 9.56 0.00 6.11 1.88 0.07 82.39 07:36:59 07:33:01 1 9.60 0.00 3.93 0.32 0.08 86.06 07:36:59 07:33:01 2 9.78 0.00 5.00 5.78 0.08 79.35 07:36:59 07:33:01 3 9.82 0.00 4.87 5.01 0.07 80.23 07:36:59 07:33:01 4 9.44 0.00 3.61 2.15 0.07 84.74 07:36:59 07:33:01 5 8.94 0.00 3.95 0.54 0.07 86.50 07:36:59 07:33:01 6 10.36 0.00 3.70 1.70 0.07 84.18 07:36:59 07:33:01 7 10.61 0.00 6.05 12.05 0.07 71.21 07:36:59 07:34:01 all 30.24 0.00 4.60 1.96 0.08 63.11 07:36:59 07:34:01 0 28.72 0.00 4.85 0.12 0.08 66.22 07:36:59 07:34:01 1 28.96 0.00 4.63 0.47 0.12 65.82 07:36:59 07:34:01 2 30.74 0.00 4.47 2.29 0.07 62.42 07:36:59 07:34:01 3 30.42 0.00 4.41 0.54 0.07 64.56 07:36:59 07:34:01 4 33.10 0.00 4.33 0.10 0.08 62.38 07:36:59 07:34:01 5 30.14 0.00 4.32 0.12 0.08 65.34 07:36:59 07:34:01 6 30.13 0.00 4.84 2.70 0.07 62.27 07:36:59 07:34:01 7 29.73 0.00 4.95 9.40 0.08 55.83 07:36:59 07:35:01 all 48.03 0.00 6.82 1.38 0.09 43.68 07:36:59 07:35:01 0 48.45 0.00 6.47 0.64 0.08 44.36 07:36:59 07:35:01 1 47.92 0.00 6.27 0.08 0.10 45.62 07:36:59 07:35:01 2 47.04 0.00 6.60 1.99 0.08 44.28 07:36:59 07:35:01 3 47.77 0.00 6.98 0.20 0.07 44.99 07:36:59 07:35:01 4 47.85 0.00 6.58 2.38 0.08 43.10 07:36:59 07:35:01 5 47.81 0.00 6.83 0.02 0.08 45.25 07:36:59 07:35:01 6 47.97 0.00 7.25 2.61 0.10 42.07 07:36:59 07:35:01 7 49.45 0.00 7.60 3.11 0.12 39.72 07:36:59 07:36:01 all 21.66 0.00 5.55 3.18 0.07 69.54 07:36:59 07:36:01 0 21.64 0.00 5.18 0.91 0.07 72.20 07:36:59 07:36:01 1 23.14 0.00 5.13 0.02 0.07 71.65 07:36:59 07:36:01 2 20.26 0.00 6.32 9.22 0.07 64.14 07:36:59 07:36:01 3 21.69 0.00 5.25 0.87 0.07 72.13 07:36:59 07:36:01 4 20.95 0.00 4.69 2.08 0.07 72.22 07:36:59 07:36:01 5 21.63 0.00 6.11 0.02 0.05 72.20 07:36:59 07:36:01 6 22.01 0.00 5.44 5.07 0.07 67.42 07:36:59 07:36:01 7 21.93 0.00 6.33 7.33 0.08 64.32 07:36:59 Average: all 27.46 0.00 5.41 2.55 0.08 64.51 07:36:59 Average: 0 27.12 0.00 5.65 0.88 0.08 66.27 07:36:59 Average: 1 27.42 0.00 4.99 0.22 0.09 67.27 07:36:59 Average: 2 27.01 0.00 5.60 4.81 0.08 62.51 07:36:59 Average: 3 27.48 0.00 5.38 1.64 0.07 65.44 07:36:59 Average: 4 27.89 0.00 4.81 1.68 0.08 65.55 07:36:59 Average: 5 27.15 0.00 5.30 0.17 0.07 67.31 07:36:59 Average: 6 27.62 0.00 5.31 3.02 0.08 63.98 07:36:59 Average: 7 27.99 0.00 6.23 7.97 0.09 57.73 07:36:59 07:36:59 07:36:59