Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f73af9fb476840cf8901b7429a17d9f184c17d1d 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-ssh6305035848719318142.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-ssh18162156867835756598.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-ssh11813558073105586317.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-ssh5674787705439665583.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-ssh14337058413388957358.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3225’ Running on prd-ubuntu20.04-docker-8c-8g-3239 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f73af9fb476840cf8901b7429a17d9f184c17d1d (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f73af9fb476840cf8901b7429a17d9f184c17d1d # timeout=10 Commit message: "Merge pull request #1729 from yichun-chou/EDX-5631-branch" > git rev-list --no-walk 05a2533cebf2158f1f8d7aa1f8baeaf4726edb2b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:04:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:04:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:04:51 ========================================================= 08:04:51 EdgeX Global Pipelines Version Info 08:04:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:04:51 ------------------- 08:04:51 stable info: 08:04:51 ------------------- 08:04:51 Commited By: Ginny Guan ginny@iotechsys.com 08:04:51 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 08:04:51 Message: update stable to v1.0.274 08:04:52 ------------------- 08:04:52 experimental info: 08:04:52 ------------------- 08:04:52 Commited By: **** collab-it+edgex@linuxfoundation.org 08:04:52 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 08:04:52 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f73af9f [Pipeline] echo 08:04:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:04:53 provisioning config files... 08:04:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8534820430334843035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:04:54 ---> ****-login.sh 08:04:54 nexus3.edgexfoundry.org:10001 08:04:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:04:54 Configure a credential helper to remove this warning. See 08:04:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:04:54 08:04:54 Login Succeeded 08:04:54 nexus3.edgexfoundry.org:10002 08:04:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:04:54 Configure a credential helper to remove this warning. See 08:04:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:04:54 08:04:54 Login Succeeded 08:04:54 nexus3.edgexfoundry.org:10003 08:04:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:04:54 Configure a credential helper to remove this warning. See 08:04:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:04:54 08:04:54 Login Succeeded 08:04:54 nexus3.edgexfoundry.org:10004 08:04:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:04:54 Configure a credential helper to remove this warning. See 08:04:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:04:54 08:04:54 Login Succeeded 08:04:54 ****.io 08:04:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:04:55 Configure a credential helper to remove this warning. See 08:04:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:04:55 08:04:55 Login Succeeded 08:04:55 ---> ****-login.sh ends [Pipeline] } 08:04:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:04:55 + git rev-list -1 --merges f73af9fb476840cf8901b7429a17d9f184c17d1d~1..f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo 08:04:55 -----------> git rev-list -1 --merges f73af9fb476840cf8901b7429a17d9f184c17d1d~1..f73af9fb476840cf8901b7429a17d9f184c17d1d f73af9fb476840cf8901b7429a17d9f184c17d1d 08:04:55 f73af9fb476840cf8901b7429a17d9f184c17d1d [false] [Pipeline] sh 08:04:55 + git log --format=format:%s -1 f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo 08:04:55 ========================================================= 08:04:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:04:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:04:56 + git log --format=format:%s -1 f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] echo 08:04:56 [semverPrep] GIT_COMMIT: f73af9fb476840cf8901b7429a17d9f184c17d1d, Commit Message: Merge pull request #1729 from yichun-chou/EDX-5631-branch [Pipeline] echo 08:04:56 [semverPrep] This is not a build commit. [Pipeline] sh 08:04:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:04:56 + grep -v github /etc/ssh/ssh_known_hosts 08:04:56 + [ -e /tmp/ssh_known_hosts ] 08:04:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:04:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:04:56 + sudo tee -a /etc/ssh/ssh_known_hosts 08:04:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:04:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:04:56 08:04:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:04:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:04:57 0.1.4: Pulling from edgex-devops/py-git-semver 08:04:57 3dae71ba6b94: Pulling fs layer 08:04:57 6bf1a483ea7c: Pulling fs layer 08:04:57 f5dfc541a4d3: Pulling fs layer 08:04:57 461d9e800cba: Pulling fs layer 08:04:57 80192f66455f: Pulling fs layer 08:04:57 2e8e34ca0e6c: Pulling fs layer 08:04:57 461d9e800cba: Waiting 08:04:57 2e8e34ca0e6c: Waiting 08:04:57 a29436f7fd5d: Pulling fs layer 08:04:57 923cac83aea3: Pulling fs layer 08:04:57 25ad8b0a4227: Pulling fs layer 08:04:57 923cac83aea3: Waiting 08:04:57 a29436f7fd5d: Waiting 08:04:57 db01528c6b51: Pulling fs layer 08:04:57 28988de357af: Pulling fs layer 08:04:57 25ad8b0a4227: Waiting 08:04:57 28988de357af: Waiting 08:04:57 6bf1a483ea7c: Verifying Checksum 08:04:57 6bf1a483ea7c: Download complete 08:04:57 461d9e800cba: Verifying Checksum 08:04:57 461d9e800cba: Download complete 08:04:57 80192f66455f: Download complete 08:04:57 f5dfc541a4d3: Verifying Checksum 08:04:57 f5dfc541a4d3: Download complete 08:04:57 3dae71ba6b94: Verifying Checksum 08:04:57 3dae71ba6b94: Download complete 08:04:57 923cac83aea3: Download complete 08:04:57 25ad8b0a4227: Verifying Checksum 08:04:57 25ad8b0a4227: Download complete 08:04:57 db01528c6b51: Verifying Checksum 08:04:57 db01528c6b51: Download complete 08:04:57 28988de357af: Download complete 08:04:57 a29436f7fd5d: Verifying Checksum 08:04:57 a29436f7fd5d: Download complete 08:04:58 2e8e34ca0e6c: Verifying Checksum 08:04:58 2e8e34ca0e6c: Download complete 08:04:58 3dae71ba6b94: Pull complete 08:04:58 6bf1a483ea7c: Pull complete 08:04:59 f5dfc541a4d3: Pull complete 08:04:59 461d9e800cba: Pull complete 08:04:59 80192f66455f: Pull complete 08:05:02 2e8e34ca0e6c: Pull complete 08:05:03 a29436f7fd5d: Pull complete 08:05:03 923cac83aea3: Pull complete 08:05:03 25ad8b0a4227: Pull complete 08:05:03 db01528c6b51: Pull complete 08:05:03 28988de357af: Pull complete 08:05:03 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 08:05:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:05:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:05:03 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:05:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:05:05 $ docker top e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa -eo pid,comm 08:05:06 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). 08:05:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:05:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:05:06 [ssh-agent] Looking for ssh-agent implementation... 08:05:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:05:06 $ docker exec e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent 08:05:06 SSH_AUTH_SOCK=/tmp/ssh-IBbUqS8XYZtf/agent.31 08:05:06 SSH_AGENT_PID=37 08:05:06 Running ssh-add (command line suppressed) 08:05:06 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1297638379309484383.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1297638379309484383.key) 08:05:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:05:06 + git tag --points-at HEAD [Pipeline] } 08:05:06 $ docker exec --env ******** --env ******** e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent -k 08:05:06 unset SSH_AUTH_SOCK; 08:05:06 unset SSH_AGENT_PID; 08:05:06 echo Agent pid 37 killed; 08:05:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:05:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:05:06 [ssh-agent] Looking for ssh-agent implementation... 08:05:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:05:07 $ docker exec e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent 08:05:07 SSH_AUTH_SOCK=/tmp/ssh-ZHh8hoTeTcpn/agent.70 08:05:07 SSH_AGENT_PID=77 08:05:07 Running ssh-add (command line suppressed) 08:05:07 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18337480586324785668.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18337480586324785668.key) 08:05:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:05:07 + git semver init 08:05:07 2025-06-13 08:05:07,755 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:05:07 2025-06-13 08:05:07,760 [run_init] DEBUG init version:0.0.0 force:False 08:05:07 2025-06-13 08:05:07,761 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 08:05:07 2025-06-13 08:05:07,761 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 08:05:07 2025-06-13 08:05:07,762 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 08:05:09 2025-06-13 08:05:09,145 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 08:05:09 2025-06-13 08:05:09,145 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 08:05:09 2025-06-13 08:05:09,145 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:05:09 2025-06-13 08:05:09,146 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:05:09 4.1.0-dev.12 [Pipeline] } 08:05:09 $ docker exec --env ******** --env ******** e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa ssh-agent -k 08:05:09 unset SSH_AUTH_SOCK; 08:05:09 unset SSH_AGENT_PID; 08:05:09 echo Agent pid 77 killed; 08:05:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:05:09 + git semver [Pipeline] } 08:05:10 $ docker stop --time=1 e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa 08:05:11 $ docker rm -f --volumes e8e64e68b3fdf0fd3cb7ea835cf0e129fea60598a48661196655cd349170d8aa [Pipeline] // withDockerContainer [Pipeline] sh 08:05:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:05:12 Stashed 1 file(s) [Pipeline] echo 08:05:12 [edgeXSemver]: initialized semver on version 4.1.0-dev.12 [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 08:05:12 provisioning config files... 08:05:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5040364150384439782tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 08:05:12 ---> ****-login.sh 08:05:12 nexus3.edgexfoundry.org:10001 08:05:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:05:12 Configure a credential helper to remove this warning. See 08:05:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:05:12 08:05:12 Login Succeeded 08:05:12 nexus3.edgexfoundry.org:10002 08:05:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:05:12 Configure a credential helper to remove this warning. See 08:05:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:05:12 08:05:12 Login Succeeded 08:05:12 nexus3.edgexfoundry.org:10003 08:05:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:05:12 Configure a credential helper to remove this warning. See 08:05:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:05:12 08:05:12 Login Succeeded 08:05:12 nexus3.edgexfoundry.org:10004 08:05:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:05:12 Configure a credential helper to remove this warning. See 08:05:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:05:12 08:05:12 Login Succeeded 08:05:12 ****.io 08:05:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:05:13 Configure a credential helper to remove this warning. See 08:05:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:05:13 08:05:13 Login Succeeded 08:05:13 ---> ****-login.sh ends [Pipeline] } 08:05:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:05:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:05:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:05:13 ========================================================= 08:05:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 08:05:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:13 + 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 . 08:05:13 Sending build context to Docker daemon 35.96MB 08:05:13 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 08:05:13 Step 2/10 : FROM ${BASE} AS builder 08:05:13 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 08:05:13 0a9a5dfd008f: Pulling fs layer 08:05:13 dbfa0bcfca99: Pulling fs layer 08:05:13 70eabb1d9476: Pulling fs layer 08:05:13 957bedc73fa3: Pulling fs layer 08:05:13 4f4fb700ef54: Pulling fs layer 08:05:13 f40432e63723: Pulling fs layer 08:05:13 90b4343acab7: Pulling fs layer 08:05:13 9f67ea4ac784: Pulling fs layer 08:05:13 9228b9a606be: Pulling fs layer 08:05:13 f40432e63723: Waiting 08:05:13 90b4343acab7: Waiting 08:05:13 9f67ea4ac784: Waiting 08:05:13 9228b9a606be: Waiting 08:05:13 4f4fb700ef54: Waiting 08:05:13 dbfa0bcfca99: Download complete 08:05:13 957bedc73fa3: Verifying Checksum 08:05:13 957bedc73fa3: Download complete 08:05:13 4f4fb700ef54: Download complete 08:05:13 f40432e63723: Verifying Checksum 08:05:13 f40432e63723: Download complete 08:05:13 0a9a5dfd008f: Verifying Checksum 08:05:13 0a9a5dfd008f: Download complete 08:05:13 90b4343acab7: Verifying Checksum 08:05:13 90b4343acab7: Download complete 08:05:14 0a9a5dfd008f: Pull complete 08:05:14 9228b9a606be: Verifying Checksum 08:05:14 9228b9a606be: Download complete 08:05:14 dbfa0bcfca99: Pull complete 08:05:14 70eabb1d9476: Download complete 08:05:14 9f67ea4ac784: Verifying Checksum 08:05:14 9f67ea4ac784: Download complete 08:05:18 70eabb1d9476: Pull complete 08:05:18 957bedc73fa3: Pull complete 08:05:18 4f4fb700ef54: Pull complete 08:05:18 f40432e63723: Pull complete 08:05:18 90b4343acab7: Pull complete 08:05:19 9f67ea4ac784: Pull complete 08:05:20 9228b9a606be: Pull complete 08:05:20 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 08:05:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:05:20 ---> 69404ca5bff2 08:05:20 Step 3/10 : ARG MAKE=make build 08:05:22 ---> Running in b183fdc4f9de 08:05:22 Removing intermediate container b183fdc4f9de 08:05:22 ---> 677f17c1ae41 08:05:22 Step 4/10 : WORKDIR /device-sdk-go 08:05:22 ---> Running in 1de65eb0534a 08:05:22 Removing intermediate container 1de65eb0534a 08:05:22 ---> bd293e234f06 08:05:22 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 08:05:22 ---> Running in 2a8949670123 08:05:22 Removing intermediate container 2a8949670123 08:05:22 ---> 21f9c7f954cc 08:05:22 Step 6/10 : RUN apk add --update --no-cache make git 08:05:22 ---> Running in c3474f7bc384 08:05:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:05:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:05:23 OK: 248 MiB in 58 packages 08:05:23 Removing intermediate container c3474f7bc384 08:05:23 ---> eee304edbf6a 08:05:23 Step 7/10 : COPY go.mod vendor* ./ 08:05:23 ---> 6d3f72f469bc 08:05:23 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:05:23 ---> Running in 80bf2c7510c6 08:06:02 Removing intermediate container 80bf2c7510c6 08:06:02 ---> 0c6586d58eab 08:06:02 Step 9/10 : COPY . . 08:06:02 ---> 0d9d23fd3f11 08:06:02 Step 10/10 : RUN ${MAKE} 08:06:02 ---> Running in 92d6228578b8 08:06:02 noop 08:06:02 Removing intermediate container 92d6228578b8 08:06:02 ---> e15c07f21e7d 08:06:02 Successfully built e15c07f21e7d 08:06:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:02 + docker inspect -f . ci-base-image-x86_64 08:06:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:02 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:06:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:06:03 $ docker top 4c782c4fbc254cdecf76bb37e057e8c290c813c4edcee69fa67a935c88d7a0c2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:03 + go version 08:06:03 go version go1.23.8 linux/amd64 [Pipeline] } 08:06:03 $ docker stop --time=1 4c782c4fbc254cdecf76bb37e057e8c290c813c4edcee69fa67a935c88d7a0c2 08:06:04 $ docker rm -f --volumes 4c782c4fbc254cdecf76bb37e057e8c290c813c4edcee69fa67a935c88d7a0c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:05 + docker inspect -f . ci-base-image-x86_64 08:06:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:05 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:06:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:06:05 $ docker top 48b669e67432c67505beb6303e777f2d1512c5a3bcf2ba437be40a9a0b5069f1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:06 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 08:06:06 + make test 08:06:06 go test -race -coverprofile=coverage.out ./... 08:06:14 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 08:06:55 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 08:06:55 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 08:06:55 github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements 08:06:55 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 08:06:55 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 08:06:55 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.039s coverage: 28.2% of statements 08:06:55 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.029s coverage: 79.3% of statements 08:06:55 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 08:06:55 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 08:06:56 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 08:06:56 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.027s coverage: 90.4% of statements 08:06:56 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 08:06:56 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 08:06:56 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 08:06:57 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.092s coverage: 45.0% of statements 08:06:58 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 08:07:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.051s coverage: 14.3% of statements 08:07:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.063s coverage: 44.6% of statements 08:07:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.054s coverage: 68.4% of statements 08:07:03 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.087s coverage: 88.3% of statements 08:07:03 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.057s coverage: 5.0% of statements 08:07:35 GO111MODULE=on go vet ./... 08:07:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:07:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:07:40 ./bin/test-attribution-txt.sh 08:07:40 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 08:07:40 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 08:07:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 08:07:40 $ docker stop --time=1 48b669e67432c67505beb6303e777f2d1512c5a3bcf2ba437be40a9a0b5069f1 08:07:43 $ docker rm -f --volumes 48b669e67432c67505beb6303e777f2d1512c5a3bcf2ba437be40a9a0b5069f1 [Pipeline] // withDockerContainer [Pipeline] sh 08:07:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:07:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:07:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:07:44 + ls -al . 08:07:44 total 740 08:07:44 drwxrwxr-x 11 jenkins jenkins 4096 Jun 13 08:06 . 08:07:44 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 08:04 .. 08:07:44 -rw-rw-r-- 1 jenkins jenkins 140 Jun 13 08:04 .dockerignore 08:07:44 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 08:07 .git 08:07:44 drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 08:04 .github 08:07:44 -rw-rw-r-- 1 jenkins jenkins 137 Jun 13 08:04 .gitignore 08:07:44 -rw-rw-r-- 1 jenkins jenkins 199 Jun 13 08:04 .golangci.yml 08:07:44 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 08:05 .semver 08:07:44 -rw-rw-r-- 1 jenkins jenkins 53715 Jun 13 08:04 CHANGELOG.md 08:07:44 -rw-rw-r-- 1 jenkins jenkins 677 Jun 13 08:04 GOVERNANCE.md 08:07:44 -rw-rw-r-- 1 jenkins jenkins 882 Jun 13 08:04 Jenkinsfile 08:07:44 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 13 08:04 LICENSE 08:07:44 -rw-rw-r-- 1 jenkins jenkins 2424 Jun 13 08:04 Makefile 08:07:44 -rw-rw-r-- 1 jenkins jenkins 619 Jun 13 08:04 OWNERS.md 08:07:44 -rw-rw-r-- 1 jenkins jenkins 4937 Jun 13 08:04 README.md 08:07:44 -rw-rw-r-- 1 jenkins jenkins 12 Jun 13 08:05 VERSION 08:07:44 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 08:04 bin 08:07:44 -rw-r--r-- 1 jenkins jenkins 497264 Jun 13 08:07 coverage.out 08:07:44 drwxrwxr-x 5 jenkins jenkins 4096 Jun 13 08:04 example 08:07:44 -rw-rw-r-- 1 jenkins jenkins 6110 Jun 13 08:04 go.mod 08:07:44 -rw-rw-r-- 1 jenkins jenkins 86200 Jun 13 08:04 go.sum 08:07:44 drwxrwxr-x 13 jenkins jenkins 4096 Jun 13 08:04 internal 08:07:44 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 08:04 openapi 08:07:44 drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 08:04 pkg 08:07:44 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 08:04 snap 08:07:44 -rw-rw-r-- 1 jenkins jenkins 222 Jun 13 08:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:44 + 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=f73af9fb476840cf8901b7429a17d9f184c17d1d --label arch=amd64 --label version=4.1.0-dev.12 . 08:07:44 Sending build context to Docker daemon 36.46MB 08:07:44 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 08:07:44 Step 2/24 : FROM ${BASE} AS builder 08:07:44 ---> e15c07f21e7d 08:07:44 Step 3/24 : ARG MAKE=make build 08:07:45 ---> Running in 7a812580dce5 08:07:45 Removing intermediate container 7a812580dce5 08:07:45 ---> 5a1a5ecbbe43 08:07:45 Step 4/24 : WORKDIR /device-sdk-go 08:07:45 ---> Running in a49a12e502bd 08:07:45 Removing intermediate container a49a12e502bd 08:07:45 ---> e722338e67b7 08:07:45 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 08:07:45 ---> Running in 15df8329e1a6 08:07:45 Removing intermediate container 15df8329e1a6 08:07:45 ---> 4231e259dcfd 08:07:45 Step 6/24 : RUN apk add --update --no-cache make git 08:07:45 ---> Running in ce4a06e61c14 08:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:07:46 OK: 248 MiB in 58 packages 08:07:46 Removing intermediate container ce4a06e61c14 08:07:46 ---> 93b7b75eb305 08:07:46 Step 7/24 : COPY go.mod vendor* ./ 08:07:46 ---> fe1dc03607c5 08:07:46 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:07:46 ---> Running in 590b68635247 08:07:47 Removing intermediate container 590b68635247 08:07:47 ---> 2c1980bfdede 08:07:47 Step 9/24 : COPY . . 08:07:48 ---> 2e381bc73ca4 08:07:48 Step 10/24 : RUN ${MAKE} 08:07:48 ---> Running in 6cc1cfc0e7c4 08:07:48 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:08:20 Removing intermediate container 6cc1cfc0e7c4 08:08:20 ---> e255f12add8f 08:08:20 Step 11/24 : FROM alpine:3.20 08:08:20 3.20: Pulling from library/alpine 08:08:20 0a9a5dfd008f: Already exists 08:08:20 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:08:20 Status: Downloaded newer image for alpine:3.20 08:08:20 ---> ff221270b9fb 08:08:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 08:08:20 ---> Running in 65abe7efe384 08:08:20 Removing intermediate container 65abe7efe384 08:08:20 ---> 553f7fff78d3 08:08:20 Step 13/24 : RUN apk add --update --no-cache dumb-init 08:08:20 ---> Running in b1b07a52509e 08:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:08:20 (1/1) Installing dumb-init (1.2.5-r3) 08:08:20 Executing busybox-1.36.1-r29.trigger 08:08:20 OK: 8 MiB in 15 packages 08:08:20 Removing intermediate container b1b07a52509e 08:08:20 ---> 07be71ec1063 08:08:20 Step 14/24 : RUN apk --no-cache upgrade 08:08:20 ---> Running in fe50ffda9577 08:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:08:20 OK: 8 MiB in 15 packages 08:08:21 Removing intermediate container fe50ffda9577 08:08:21 ---> d35159c437a1 08:08:21 Step 15/24 : WORKDIR / 08:08:21 ---> Running in 95640f454a53 08:08:21 Removing intermediate container 95640f454a53 08:08:21 ---> 17bb437d635d 08:08:21 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:08:21 ---> 1bbf71610bfa 08:08:21 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:08:22 ---> c002342088f1 08:08:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:08:22 ---> 8c3316af669a 08:08:22 Step 19/24 : EXPOSE 59999 08:08:22 ---> Running in 426b416c5886 08:08:22 Removing intermediate container 426b416c5886 08:08:22 ---> fb27368e0491 08:08:22 Step 20/24 : ENTRYPOINT ["/device-simple"] 08:08:22 ---> Running in 40f304ca3cdf 08:08:22 Removing intermediate container 40f304ca3cdf 08:08:22 ---> 5b5c7ef4b4e8 08:08:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:08:22 ---> Running in 8067034660bc 08:08:23 Removing intermediate container 8067034660bc 08:08:23 ---> 1ed9caeeabc1 08:08:23 Step 22/24 : LABEL arch=amd64 08:08:23 ---> Running in a0b3ccd43500 08:08:23 Removing intermediate container a0b3ccd43500 08:08:23 ---> de95a891c3cc 08:08:23 Step 23/24 : LABEL git_sha=f73af9fb476840cf8901b7429a17d9f184c17d1d 08:08:23 ---> Running in 0f9f6737fbde 08:08:23 Removing intermediate container 0f9f6737fbde 08:08:23 ---> 1f53e9a2d1e5 08:08:23 Step 24/24 : LABEL version=4.1.0-dev.12 08:08:23 ---> Running in 0a2a15bdb631 08:08:23 Removing intermediate container 0a2a15bdb631 08:08:23 ---> 97d19186aece 08:08:23 [Warning] One or more build-args [ARCH] were not consumed 08:08:23 Successfully built 97d19186aece 08:08:23 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 08:08:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:08:23 08:08:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:08:24 latest: Pulling from edgex-lftools-log-publisher 08:08:24 5eb5b503b376: Pulling fs layer 08:08:24 5c69ac0246d0: Pulling fs layer 08:08:24 ec43610c2a17: Pulling fs layer 08:08:24 3a2ae6a8a46f: Pulling fs layer 08:08:24 33b1e0a273af: Pulling fs layer 08:08:24 5d3b04190fa2: Pulling fs layer 08:08:24 2f39f015ded8: Pulling fs layer 08:08:24 33b1e0a273af: Waiting 08:08:24 5d3b04190fa2: Waiting 08:08:24 3a2ae6a8a46f: Waiting 08:08:24 2f39f015ded8: Waiting 08:08:24 5c69ac0246d0: Verifying Checksum 08:08:24 5c69ac0246d0: Download complete 08:08:24 3a2ae6a8a46f: Verifying Checksum 08:08:24 3a2ae6a8a46f: Download complete 08:08:24 33b1e0a273af: Verifying Checksum 08:08:24 33b1e0a273af: Download complete 08:08:24 ec43610c2a17: Verifying Checksum 08:08:24 ec43610c2a17: Download complete 08:08:24 5d3b04190fa2: Download complete 08:08:24 5eb5b503b376: Verifying Checksum 08:08:24 5eb5b503b376: Download complete 08:08:24 2f39f015ded8: Verifying Checksum 08:08:24 2f39f015ded8: Download complete 08:08:25 5eb5b503b376: Pull complete 08:08:25 5c69ac0246d0: Pull complete 08:08:26 ec43610c2a17: Pull complete 08:08:26 3a2ae6a8a46f: Pull complete 08:08:26 33b1e0a273af: Pull complete 08:08:26 5d3b04190fa2: Pull complete 08:08:30 2f39f015ded8: Pull complete 08:08:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:08:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:08:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:30 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:08:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:08:32 $ docker top a3a328a9d2ed96599876e94e34bc1e680344008f81e26fc90e5037ba9792399e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:08:32 ---> job-cost.sh 08:08:32 lf-activate-venv: SKIPPING 08:08:32 INFO: No Stack... 08:08:32 INFO: Retrieving Pricing Info for: v3-standard-8 08:08:33 INFO: Archiving Costs [Pipeline] sh 08:08:33 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 08:08:33 + cut -d, -f6 [Pipeline] lock 08:08:33 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] 08:08:33 Resource [jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] did not exist. Created. 08:08:33 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:08:33 + echo total: 0.2199999988079071 [Pipeline] stash 08:08:33 Stashed 1 file(s) [Pipeline] } 08:08:33 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-367-stack-cost] [Pipeline] // lock [Pipeline] } 08:08:33 $ docker stop --time=1 a3a328a9d2ed96599876e94e34bc1e680344008f81e26fc90e5037ba9792399e 08:08:35 $ docker rm -f --volumes a3a328a9d2ed96599876e94e34bc1e680344008f81e26fc90e5037ba9792399e [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 08:08:35 provisioning config files... 08:08:35 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7841824380378624964tmp [Pipeline] { [Pipeline] sh 08:08:35 + set +x 08:08:35 + curl -s https://codecov.io/bash 08:08:35 + bash -s -- 08:08:35 08:08:35 _____ _ 08:08:35 / ____| | | 08:08:35 | | ___ __| | ___ ___ _____ __ 08:08:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:08:35 | |___| (_) | (_| | __/ (_| (_) \ V / 08:08:35 \_____\___/ \__,_|\___|\___\___/ \_/ 08:08:35 Bash-1.0.6 08:08:35 08:08:35 08:08:35 ==> git version 2.25.1 found 08:08:35 ==> 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 08:08:35 Release-Date: 2020-01-08 08:08:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:08:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:08:35 ==> Jenkins CI detected. 08:08:35 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 08:08:35 project root: . 08:08:35 --> token set from env 08:08:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:08:36 ==> Running gcov in . (disable via -X gcov) 08:08:36 ==> Python coveragepy not found 08:08:36 ==> Searching for coverage reports in: 08:08:36 + . 08:08:36 -> Found 1 reports 08:08:36 ==> Detecting git/mercurial file structure 08:08:36 ==> Reading reports 08:08:36 + ./coverage.out bytes=497264 08:08:36 ==> Appending adjustments 08:08:36 https://docs.codecov.io/docs/fixing-reports 08:08:36 + Found adjustments 08:08:36 ==> Gzipping contents 08:08:36 48K /tmp/codecov.eB6HgL.gz 08:08:36 ==> Uploading reports 08:08:36 url: https://codecov.io 08:08:36 query: branch=main&commit=f73af9fb476840cf8901b7429a17d9f184c17d1d&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:08:36 -> Pinging Codecov 08:08:36 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f73af9fb476840cf8901b7429a17d9f184c17d1d&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:08:36 -> Uploading to 08:08:36 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/f73af9fb476840cf8901b7429a17d9f184c17d1d/ebd584c0-9d11-4930-b2d5-44c6f14c1930.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250613%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250613T080836Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3400708dc4a63703ae49c18cf4b13699e444066709fa95e0018b8e7e1471f841 08:08:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:36 Dload Upload Total Spent Left Speed 08:08:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47497 0 0 100 47497 0 245k --:--:-- --:--:-- --:--:-- 245k 08:08:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] } 08:08:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:08:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:08:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:08:37 08:08:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:08:37 latest: Pulling from edgex-devops/edgex-snyk-go 08:08:37 43c4264eed91: Pulling fs layer 08:08:37 4cc291be95ef: Pulling fs layer 08:08:37 2ac1f1163629: Pulling fs layer 08:08:37 5c3c966382ef: Pulling fs layer 08:08:37 4f4fb700ef54: Pulling fs layer 08:08:37 d9c7d2e4e75e: Pulling fs layer 08:08:37 9c3e1370e548: Pulling fs layer 08:08:37 5c3c966382ef: Waiting 08:08:37 4f4fb700ef54: Waiting 08:08:37 d9c7d2e4e75e: Waiting 08:08:37 9c3e1370e548: Waiting 08:08:37 4cc291be95ef: Download complete 08:08:37 5c3c966382ef: Download complete 08:08:37 43c4264eed91: Download complete 08:08:38 43c4264eed91: Pull complete 08:08:38 d9c7d2e4e75e: Verifying Checksum 08:08:38 d9c7d2e4e75e: Download complete 08:08:38 4cc291be95ef: Pull complete 08:08:38 2ac1f1163629: Verifying Checksum 08:08:38 2ac1f1163629: Download complete 08:08:38 9c3e1370e548: Verifying Checksum 08:08:42 2ac1f1163629: Pull complete 08:08:42 5c3c966382ef: Pull complete 08:08:42 4f4fb700ef54: Pull complete 08:08:42 d9c7d2e4e75e: Pull complete 08:08:45 9c3e1370e548: Pull complete 08:08:45 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 08:08:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:08:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:45 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:08:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 08:08:47 $ docker top fa65f8d0deec674df4b7cbe64e7859cecc35d73fe4fc6f4f4327c4b66dbd3f35 -eo pid,comm [Pipeline] { [Pipeline] sh 08:08:48 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 08:08:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 08:08:48 + set -o pipefail 08:08:48 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 08:08:58 08:08:58 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 08:08:58 08:08:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/53207501-ad68-4f49-83d0-f80d827cce70 08:08:58 08:08:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:08:58 08:08:58 08:08:58 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 08:08:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:08:58 $ docker stop --time=1 fa65f8d0deec674df4b7cbe64e7859cecc35d73fe4fc6f4f4327c4b66dbd3f35 08:09:01 $ docker rm -f --volumes fa65f8d0deec674df4b7cbe64e7859cecc35d73fe4fc6f4f4327c4b66dbd3f35 [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 08:09:01 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:09:01 provisioning config files... 08:09:01 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14940236553746895834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:09:01 --> edgex-publish-swagger.sh 08:09:01 === Publish openapi API === 08:09:01 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 08:09:01 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 08:09:01 % Total % Received % Xferd Average Speed Time Time Time Current 08:09:01 Dload Upload Total Spent Left Speed 08:09:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38048 100 66 100 37982 209 117k --:--:-- --:--:-- --:--:-- 117k 08:09:02 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:09:02 [Pipeline] } 08:09:02 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 08:09:02 + git log --format=format:%s -1 f73af9fb476840cf8901b7429a17d9f184c17d1d [Pipeline] sh 08:09:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:09:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:09:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:09:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:09:03 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:09:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:09:03 $ docker top 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b -eo pid,comm 08:09:03 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). 08:09:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:09:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:04 [ssh-agent] Looking for ssh-agent implementation... 08:09:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:04 $ docker exec 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b ssh-agent 08:09:04 SSH_AUTH_SOCK=/tmp/ssh-M1MI0NYpo70e/agent.32 08:09:04 SSH_AGENT_PID=38 08:09:04 Running ssh-add (command line suppressed) 08:09:04 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16579358379929038001.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16579358379929038001.key) 08:09:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:04 + git semver tag 08:09:04 2025-06-13 08:09:04,903 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:09:04 2025-06-13 08:09:04,907 [run_tag] DEBUG tag force:False 08:09:04 2025-06-13 08:09:04,907 [check_head_tag] DEBUG check head tag 08:09:04 2025-06-13 08:09:04,908 [execute] INFO git cat-file --batch-check 08:09:04 2025-06-13 08:09:04,908 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 08:09:04 2025-06-13 08:09:04,910 [execute] INFO git cat-file --batch 08:09:04 2025-06-13 08:09:04,910 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 08:09:04 2025-06-13 08:09:04,921 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:09:04 2025-06-13 08:09:04,921 [execute] INFO git tag -a v4.1.0-dev.12 -m v4.1.0-dev.12 08:09:04 2025-06-13 08:09:04,922 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.12', '-m', 'v4.1.0-dev.12'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 08:09:04 2025-06-13 08:09:04,924 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:09:04 4.1.0-dev.12 [Pipeline] } 08:09:05 $ docker exec --env ******** --env ******** 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b ssh-agent -k 08:09:05 unset SSH_AUTH_SOCK; 08:09:05 unset SSH_AGENT_PID; 08:09:05 echo Agent pid 38 killed; 08:09:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:09:05 + git semver [Pipeline] } 08:09:05 $ docker stop --time=1 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b 08:09:07 $ docker rm -f --volumes 57e591c97825075d7a891e054bbcbada9f30ccecf977c647e1c30c965c5b039b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:09:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:09:07 08:09:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:09:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:09:07 0.23.1-centos7: Pulling from edgex-lftools 08:09:07 ab5ef0e58194: Pulling fs layer 08:09:07 9712f1f96733: Pulling fs layer 08:09:07 63f879dbbcfc: Pulling fs layer 08:09:07 0d9ebad4ef96: Pulling fs layer 08:09:07 e9a5061849ea: Pulling fs layer 08:09:07 d747dcd14b5f: Pulling fs layer 08:09:07 2de7ff778b66: Pulling fs layer 08:09:07 0d9ebad4ef96: Waiting 08:09:07 e9a5061849ea: Waiting 08:09:07 d747dcd14b5f: Waiting 08:09:07 2de7ff778b66: Waiting 08:09:07 9712f1f96733: Verifying Checksum 08:09:07 9712f1f96733: Download complete 08:09:08 63f879dbbcfc: Verifying Checksum 08:09:08 63f879dbbcfc: Download complete 08:09:08 e9a5061849ea: Verifying Checksum 08:09:08 e9a5061849ea: Download complete 08:09:08 0d9ebad4ef96: Verifying Checksum 08:09:08 0d9ebad4ef96: Download complete 08:09:08 d747dcd14b5f: Verifying Checksum 08:09:08 d747dcd14b5f: Download complete 08:09:08 ab5ef0e58194: Download complete 08:09:08 2de7ff778b66: Verifying Checksum 08:09:08 2de7ff778b66: Download complete 08:09:11 ab5ef0e58194: Pull complete 08:09:12 9712f1f96733: Pull complete 08:09:14 63f879dbbcfc: Pull complete 08:09:21 0d9ebad4ef96: Pull complete 08:09:24 e9a5061849ea: Pull complete 08:09:27 d747dcd14b5f: Pull complete 08:09:32 2de7ff778b66: Pull complete 08:09:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:09:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:09:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:09:34 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:09:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:10:27 $ docker top 26b5830c43ca346a60b6629cffd574407f35cb2af08eab25d9316d7e38b45f52 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:10:27 provisioning config files... 08:10:27 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11270525312170259098tmp 08:10:27 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14388058156918850325tmp 08:10:27 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10251276404212467750tmp [Pipeline] { [Pipeline] echo 08:10:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:10:28 ---> sigul-configuration.sh 08:10:28 gpg: directory `/root/.gnupg' created 08:10:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:10:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:10:28 gpg: keyring `/root/.gnupg/secring.gpg' created 08:10:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:10:28 gpg: CAST5 encrypted data 08:10:28 gpg: encrypted with 1 passphrase 08:10:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:10:28 + mkdir /home/jenkins 08:10:28 + mkdir /home/jenkins/sigul [Pipeline] sh 08:10:28 + 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 08:10:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:10:29 ---> sigul-install.sh 08:10:29 Sigul already installed; skipping installation. [Pipeline] sh 08:10:29 + git tag --list 08:10:29 0.7.1 08:10:29 delhi-tag 08:10:29 v1.0.0 08:10:29 v1.1.0 08:10:29 v1.1.1 08:10:29 v1.1.2 08:10:29 v1.2.0 08:10:29 v1.2.1 08:10:29 v1.2.2 08:10:29 v1.2.3 08:10:29 v1.3.0 08:10:29 v1.4.0 08:10:29 v2.0.0 08:10:29 v2.1.0 08:10:29 v2.1.1 08:10:29 v2.2.0 08:10:29 v2.3.0 08:10:29 v2.3.1 08:10:29 v3.0 08:10:29 v3.0.0 08:10:29 v3.1 08:10:29 v3.1.0 08:10:29 v3.1.1 08:10:29 v4.0 08:10:29 v4.0.0 08:10:29 v4.1.0-dev.1 08:10:29 v4.1.0-dev.10 08:10:29 v4.1.0-dev.11 08:10:29 v4.1.0-dev.12 08:10:29 v4.1.0-dev.2 08:10:29 v4.1.0-dev.3 08:10:29 v4.1.0-dev.4 08:10:29 v4.1.0-dev.5 08:10:29 v4.1.0-dev.6 08:10:29 v4.1.0-dev.7 08:10:29 v4.1.0-dev.8 08:10:29 v4.1.0-dev.9 [Pipeline] sh 08:10:31 + lftools sign git-tag v4.1.0-dev.12 08:10:32 Signing Git tag with Sigul... 08:10:32 Signing v4.1.0-dev.12 [Pipeline] echo 08:10:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:10:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:10:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:10:33 $ docker stop --time=1 26b5830c43ca346a60b6629cffd574407f35cb2af08eab25d9316d7e38b45f52 08:10:42 $ docker rm -f --volumes 26b5830c43ca346a60b6629cffd574407f35cb2af08eab25d9316d7e38b45f52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:10:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:10:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:10:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:10:43 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:10:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:10:51 $ docker top 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae -eo pid,comm 08:10:51 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). 08:10:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:10:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:10:52 [ssh-agent] Looking for ssh-agent implementation... 08:10:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:10:52 $ docker exec 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae ssh-agent 08:10:52 SSH_AUTH_SOCK=/tmp/ssh-ktjApoyaU6wm/agent.13 08:10:52 SSH_AGENT_PID=19 08:10:52 Running ssh-add (command line suppressed) 08:10:52 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16877027201527325891.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16877027201527325891.key) 08:10:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:10:52 + git semver bump pre 08:10:53 2025-06-13 08:10:52,984 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:10:53 2025-06-13 08:10:53,097 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:10:53 2025-06-13 08:10:53,097 [bump_version] DEBUG bumping version:4.1.0-dev.12 on axis:pre with prefix:dev 08:10:53 2025-06-13 08:10:53,097 [bump_version] DEBUG bumped version:4.1.0-dev.13 08:10:53 2025-06-13 08:10:53,097 [write_version] DEBUG write version:4.1.0-dev.13 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 08:10:53 2025-06-13 08:10:53,097 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:10:53 2025-06-13 08:10:53,097 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:10:53 2025-06-13 08:10:53,101 [execute] INFO git cat-file --batch-check 08:10:53 2025-06-13 08:10:53,101 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 08:10:53 2025-06-13 08:10:53,107 [execute] INFO git cat-file --batch 08:10:53 2025-06-13 08:10:53,107 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 08:10:53 2025-06-13 08:10:53,111 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:10:53 4.1.0-dev.13 [Pipeline] } 08:10:53 $ docker exec --env ******** --env ******** 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae ssh-agent -k 08:10:53 unset SSH_AUTH_SOCK; 08:10:53 unset SSH_AGENT_PID; 08:10:53 echo Agent pid 19 killed; 08:10:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:10:53 + git semver [Pipeline] } 08:10:54 $ docker stop --time=1 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae 08:11:03 $ docker rm -f --volumes 355a6481bf8b541da63243cc0179742333920aaf69a2012ac03187a7932ed5ae [Pipeline] // withDockerContainer [Pipeline] sh 08:11:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:11:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:11:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:11:04 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:11:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:11:14 $ docker top 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe -eo pid,comm 08:11:14 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). 08:11:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:11:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:11:14 [ssh-agent] Looking for ssh-agent implementation... 08:11:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:11:14 $ docker exec 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe ssh-agent 08:11:15 SSH_AUTH_SOCK=/tmp/ssh-a01JUbIiTpIX/agent.14 08:11:15 SSH_AGENT_PID=20 08:11:15 Running ssh-add (command line suppressed) 08:11:15 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13045990130982431954.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13045990130982431954.key) 08:11:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:11:15 + git semver push 08:11:15 2025-06-13 08:11:15,775 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:11:16 2025-06-13 08:11:16,353 [run_push] DEBUG push 08:11:16 2025-06-13 08:11:16,355 [execute] INFO git cat-file --batch-check 08:11:16 2025-06-13 08:11:16,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 08:11:16 2025-06-13 08:11:16,359 [execute] INFO git rev-list 0b6df428f9fec85122c3adeea38cd3c8c6409c15 -- 08:11:16 2025-06-13 08:11:16,360 [execute] DEBUG Popen(['git', 'rev-list', '0b6df428f9fec85122c3adeea38cd3c8c6409c15', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 08:11:16 2025-06-13 08:11:16,372 [execute] INFO git fetch -v -- origin 08:11:16 2025-06-13 08:11:16,372 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 08:11:17 2025-06-13 08:11:16,886 [run_push] DEBUG no remote changes detected 08:11:17 2025-06-13 08:11:16,886 [execute] INFO git push origin semver 08:11:17 2025-06-13 08:11:16,886 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 08:11:17 2025-06-13 08:11:17,514 [run_push] DEBUG push all version tags 08:11:17 2025-06-13 08:11:17,514 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:11:17 2025-06-13 08:11:17,514 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 08:11:18 2025-06-13 08:11:18,220 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:11:18 4.1.0-dev.13 [Pipeline] } 08:11:18 $ docker exec --env ******** --env ******** 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe ssh-agent -k 08:11:18 unset SSH_AUTH_SOCK; 08:11:18 unset SSH_AGENT_PID; 08:11:18 echo Agent pid 20 killed; 08:11:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:11:18 + git semver [Pipeline] } 08:11:20 $ docker stop --time=1 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe 08:11:27 $ docker rm -f --volumes 4d4a73d7b7156893c0f2a6190638ab3d98314d57ad15bab1adc11b75be861abe [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 08:11:28 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 08:11:28 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 08:11:28 total 16 08:11:28 drwxr-xr-x 3 root root 4096 Jun 13 08:08 . 08:11:28 drwxrwxr-x 12 jenkins jenkins 4096 Jun 13 08:10 .. 08:11:28 drwxr-xr-x 2 root root 4096 Jun 13 08:08 cost 08:11:28 -rw-r--r-- 1 root root 85 Jun 13 08:08 cost.csv 08:11:28 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 08:11:28 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 08:11:28 total 16 08:11:28 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 08:08 . 08:11:28 drwxrwxr-x 12 jenkins jenkins 4096 Jun 13 08:10 .. 08:11:28 drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 08:08 cost 08:11:28 -rw-r--r-- 1 jenkins jenkins 85 Jun 13 08:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:11:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:11:30 ---> package-listing.sh 08:11:30 ++ facter osfamily 08:11:30 ++ tr '[:upper:]' '[:lower:]' 08:11:30 + OS_FAMILY=debian 08:11:30 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 08:11:30 + START_PACKAGES=/tmp/packages_start.txt 08:11:30 + END_PACKAGES=/tmp/packages_end.txt 08:11:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:11:30 + PACKAGES=/tmp/packages_start.txt 08:11:30 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 08:11:30 + PACKAGES=/tmp/packages_end.txt 08:11:30 + case "${OS_FAMILY}" in 08:11:30 + dpkg -l 08:11:30 + grep '^ii' 08:11:30 + '[' -f /tmp/packages_start.txt ']' 08:11:30 + '[' -f /tmp/packages_end.txt ']' 08:11:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:11:30 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 08:11:30 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 08:11:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 08:11:30 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 08:11:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:11:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:11:31 prd-ubuntu20.04-docker-8c-8g-3239 does not seem to be running inside a container 08:11:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:11:34 $ docker top 6ac483cbc12c7955acecc9c3b326954ce4c9d532edaed7436072c35fbf51d38e -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:34 + touch /tmp/pre-build-complete [Pipeline] sh 08:11:34 + mkdir -p /var/log/sysstat [Pipeline] sh 08:11:35 + ls /var/log/sa-host 08:11:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:11:35 provisioning config files... 08:11:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6787341388983787439tmp [Pipeline] { [Pipeline] echo 08:11:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:11:35 ---> create-netrc.sh [Pipeline] } 08:11:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:11:35 ---> python-tools-install.sh [Pipeline] echo 08:11:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:11:36 ---> sudo-logs.sh 08:11:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:11:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:11:36 ---> job-cost.sh 08:11:36 lf-activate-venv: SKIPPING 08:11:36 DEBUG: total: 0.2199999988079071 08:11:36 INFO: Retrieving Stack Cost... 08:11:37 INFO: Retrieving Pricing Info for: v3-standard-8 08:11:37 INFO: Archiving Costs [Pipeline] echo 08:11:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:11:37 ---> logs-deploy.sh 08:11:37 lf-activate-venv: SKIPPING 08:11:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/367 08:11:37 INFO: archiving workspace using pattern(s): 08:11:38 Archives upload complete. 08:11:38 INFO: archiving logs to Nexus 08:11:39 ---> uname -a: 08:11:39 Linux prd-ubuntu20-04-docker-8c-8g-3239 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:11:39 08:11:39 08:11:39 ---> lscpu: 08:11:39 Architecture: x86_64 08:11:39 CPU op-mode(s): 32-bit, 64-bit 08:11:39 Byte Order: Little Endian 08:11:39 Address sizes: 40 bits physical, 48 bits virtual 08:11:39 CPU(s): 8 08:11:39 On-line CPU(s) list: 0-7 08:11:39 Thread(s) per core: 1 08:11:39 Core(s) per socket: 1 08:11:39 Socket(s): 8 08:11:39 NUMA node(s): 1 08:11:39 Vendor ID: AuthenticAMD 08:11:39 CPU family: 23 08:11:39 Model: 49 08:11:39 Model name: AMD EPYC-Rome Processor 08:11:39 Stepping: 0 08:11:39 CPU MHz: 2800.000 08:11:39 BogoMIPS: 5600.00 08:11:39 Virtualization: AMD-V 08:11:39 Hypervisor vendor: KVM 08:11:39 Virtualization type: full 08:11:39 L1d cache: 256 KiB 08:11:39 L1i cache: 256 KiB 08:11:39 L2 cache: 4 MiB 08:11:39 L3 cache: 128 MiB 08:11:39 NUMA node0 CPU(s): 0-7 08:11:39 Vulnerability Itlb multihit: Not affected 08:11:39 Vulnerability L1tf: Not affected 08:11:39 Vulnerability Mds: Not affected 08:11:39 Vulnerability Meltdown: Not affected 08:11:39 Vulnerability Mmio stale data: Not affected 08:11:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:11:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:11:39 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:11:39 Vulnerability Srbds: Not affected 08:11:39 Vulnerability Tsx async abort: Not affected 08:11:39 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 08:11:39 08:11:39 08:11:39 ---> nproc: 08:11:39 8 08:11:39 08:11:39 08:11:39 ---> df -h: 08:11:39 Filesystem Size Used Avail Use% Mounted on 08:11:39 overlay 155G 14G 142G 9% / 08:11:39 tmpfs 64M 0 64M 0% /dev 08:11:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:11:39 shm 64M 0 64M 0% /dev/shm 08:11:39 /dev/vda1 155G 14G 142G 9% /facter-os 08:11:39 08:11:39 08:11:39 ---> sar -b -r -n DEV: 08:11:39 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3239) 06/13/25 _x86_64_ (8 CPU) 08:11:39 08:11:39 08:04:10 LINUX RESTART (8 CPU) 08:11:39 08:11:39 08:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:11:39 08:06:01 353.91 5.98 347.93 0.00 429.93 118772.47 0.00 08:11:39 08:07:01 52.80 0.08 52.72 0.00 5.73 27113.63 0.00 08:11:39 08:08:01 81.27 0.15 81.12 0.00 11.60 24138.26 0.00 08:11:39 08:09:01 234.48 0.18 234.29 0.00 26.00 87366.37 0.00 08:11:39 08:10:01 49.56 1.02 48.54 0.00 75.99 18609.03 0.00 08:11:39 08:11:01 40.04 0.02 40.03 0.00 4.27 7318.78 0.00 08:11:39 Average: 135.34 1.24 134.10 0.00 92.25 47219.20 0.00 08:11:39 08:11:39 08:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:11:39 08:06:01 27690716 31510132 791116 2.41 182940 3793336 1775792 5.23 1172908 3496720 552 08:11:39 08:07:01 26617144 31428944 862144 2.62 186172 4706772 1944404 5.73 1818776 3839604 185568 08:11:39 08:08:01 26775564 31249320 1039920 3.16 191692 4366960 2431084 7.16 1856216 3646984 502080 08:11:39 08:09:01 25847308 31489268 801352 2.44 214404 5435032 1788160 5.27 1489744 4863756 88 08:11:39 08:10:01 25117356 31465708 815568 2.48 228536 6055252 1879716 5.54 1516416 5480180 160272 08:11:39 08:11:01 25074432 31467448 818760 2.49 229612 6091808 1946980 5.74 1540864 5499556 4 08:11:39 Average: 26187087 31435137 854810 2.60 205559 5074860 1961023 5.78 1565821 4471133 141427 08:11:39 08:11:39 08:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:11:39 08:06:01 docker0 330.03 442.91 27.72 3189.19 0.00 0.00 0.00 0.00 08:11:39 08:06:01 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 08:11:39 08:06:01 ens3 595.05 418.05 6419.35 53.47 0.00 0.00 0.00 0.00 08:11:39 08:07:01 veth1371c31 0.97 1.50 0.13 0.41 0.00 0.00 0.00 0.00 08:11:39 08:07:01 docker0 0.97 1.38 0.11 0.40 0.00 0.00 0.00 0.00 08:11:39 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:11:39 08:07:01 ens3 31.61 18.13 29.18 11.86 0.00 0.00 0.00 0.00 08:11:39 08:08:01 vethf53b593 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:11:39 08:08:01 docker0 1.65 3.62 0.10 38.16 0.00 0.00 0.00 0.00 08:11:39 08:08:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 08:11:39 08:08:01 ens3 26.51 15.51 58.23 10.37 0.00 0.00 0.00 0.00 08:11:39 08:09:01 docker0 55.19 100.03 5.22 935.68 0.00 0.00 0.00 0.00 08:11:39 08:09:01 lo 2.93 2.93 0.29 0.29 0.00 0.00 0.00 0.00 08:11:39 08:09:01 ens3 340.83 194.77 7399.25 33.54 0.00 0.00 0.00 0.00 08:11:39 08:10:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:11:39 08:10:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 08:11:39 08:10:01 ens3 234.49 132.43 3470.42 149.20 0.00 0.00 0.00 0.00 08:11:39 08:11:01 docker0 0.32 0.33 0.08 0.12 0.00 0.00 0.00 0.00 08:11:39 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:11:39 08:11:01 ens3 161.62 56.27 646.75 12.98 0.00 0.00 0.00 0.00 08:11:39 Average: docker0 64.69 91.38 5.54 693.90 0.00 0.00 0.00 0.00 08:11:39 Average: lo 1.26 1.26 0.12 0.12 0.00 0.00 0.00 0.00 08:11:39 Average: ens3 231.68 139.19 3003.78 45.24 0.00 0.00 0.00 0.00 08:11:39 08:11:39 08:11:39 ---> sar -P ALL: 08:11:39 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3239) 06/13/25 _x86_64_ (8 CPU) 08:11:39 08:11:39 08:04:10 LINUX RESTART (8 CPU) 08:11:39 08:11:39 08:05:01 CPU %user %nice %system %iowait %steal %idle 08:11:39 08:06:01 all 10.28 0.00 5.32 1.98 0.07 82.36 08:11:39 08:06:01 0 10.63 0.00 5.65 0.34 0.05 83.34 08:11:39 08:06:01 1 9.81 0.00 6.66 7.05 0.07 76.40 08:11:39 08:06:01 2 10.45 0.00 5.12 1.06 0.07 83.30 08:11:39 08:06:01 3 9.96 0.00 4.27 0.15 0.07 85.56 08:11:39 08:06:01 4 10.75 0.00 4.96 5.26 0.05 78.97 08:11:39 08:06:01 5 9.94 0.00 5.82 1.14 0.07 83.04 08:11:39 08:06:01 6 10.78 0.00 4.70 0.45 0.08 83.98 08:11:39 08:06:01 7 9.90 0.00 5.42 0.39 0.07 84.22 08:11:39 08:07:01 all 30.05 0.00 4.24 3.35 0.15 62.20 08:11:39 08:07:01 0 30.21 0.00 4.24 0.02 0.20 65.32 08:11:39 08:07:01 1 29.92 0.00 4.39 0.30 0.12 65.28 08:11:39 08:07:01 2 27.72 0.00 4.11 24.23 0.20 43.73 08:11:39 08:07:01 3 30.15 0.00 3.99 0.03 0.13 65.69 08:11:39 08:07:01 4 32.69 0.00 4.31 2.14 0.13 60.72 08:11:39 08:07:01 5 28.07 0.00 4.07 0.02 0.17 67.68 08:11:39 08:07:01 6 31.79 0.00 4.75 0.13 0.15 63.17 08:11:39 08:07:01 7 29.82 0.00 4.07 0.02 0.12 65.98 08:11:39 08:08:01 all 53.87 0.00 7.58 0.87 0.10 37.58 08:11:39 08:08:01 0 54.87 0.00 7.60 0.13 0.08 37.31 08:11:39 08:08:01 1 53.59 0.00 7.31 0.69 0.08 38.32 08:11:39 08:08:01 2 52.79 0.00 7.68 0.89 0.10 38.53 08:11:39 08:08:01 3 53.26 0.00 8.06 0.07 0.12 38.49 08:11:39 08:08:01 4 54.76 0.00 7.28 5.00 0.10 32.86 08:11:39 08:08:01 5 52.65 0.00 7.55 0.13 0.10 39.57 08:11:39 08:08:01 6 54.79 0.00 7.69 0.02 0.12 37.38 08:11:39 08:08:01 7 54.22 0.00 7.46 0.05 0.12 38.16 08:11:39 08:09:01 all 15.23 0.00 4.95 1.62 0.07 78.12 08:11:39 08:09:01 0 15.78 0.00 4.64 0.42 0.08 79.08 08:11:39 08:09:01 1 14.96 0.00 4.64 1.90 0.10 78.40 08:11:39 08:09:01 2 15.51 0.00 6.43 0.20 0.07 77.79 08:11:39 08:09:01 3 14.35 0.00 4.49 0.44 0.05 80.67 08:11:39 08:09:01 4 15.49 0.00 5.50 3.84 0.07 75.10 08:11:39 08:09:01 5 14.67 0.00 4.13 0.07 0.07 81.07 08:11:39 08:09:01 6 16.27 0.00 5.10 6.04 0.09 72.50 08:11:39 08:09:01 7 14.87 0.00 4.65 0.14 0.07 80.27 08:11:39 08:10:01 all 3.66 0.00 1.56 13.04 0.04 81.70 08:11:39 08:10:01 0 4.30 0.00 1.44 0.43 0.03 93.80 08:11:39 08:10:01 1 3.74 0.00 1.47 1.21 0.03 93.55 08:11:39 08:10:01 2 4.13 0.00 1.33 14.39 0.03 80.12 08:11:39 08:10:01 3 3.37 0.00 1.47 4.52 0.03 90.60 08:11:39 08:10:01 4 3.05 0.00 1.46 0.22 0.05 95.22 08:11:39 08:10:01 5 3.44 0.00 2.54 78.20 0.03 15.79 08:11:39 08:10:01 6 3.82 0.00 1.77 1.90 0.03 92.48 08:11:39 08:10:01 7 3.43 0.00 0.99 3.61 0.03 91.94 08:11:39 08:11:01 all 1.37 0.00 0.49 17.62 0.03 80.48 08:11:39 08:11:01 0 0.60 0.00 0.50 3.96 0.05 94.89 08:11:39 08:11:01 1 0.90 0.00 0.42 15.56 0.02 83.10 08:11:39 08:11:01 2 0.62 0.00 0.43 1.44 0.03 97.48 08:11:39 08:11:01 3 2.33 0.00 0.62 5.73 0.05 91.27 08:11:39 08:11:01 4 1.84 0.00 0.37 7.46 0.03 90.29 08:11:39 08:11:01 5 1.66 0.00 0.79 94.80 0.03 2.73 08:11:39 08:11:01 6 1.19 0.00 0.45 5.80 0.02 92.54 08:11:39 08:11:01 7 1.89 0.00 0.32 5.95 0.03 91.81 08:11:39 Average: all 19.09 0.00 4.02 6.43 0.08 70.39 08:11:39 Average: 0 19.37 0.00 4.01 0.89 0.08 75.65 08:11:39 Average: 1 18.82 0.00 4.14 4.46 0.07 72.51 08:11:39 Average: 2 18.53 0.00 4.18 7.04 0.08 70.17 08:11:39 Average: 3 18.97 0.00 3.83 1.81 0.08 75.32 08:11:39 Average: 4 19.76 0.00 3.97 3.99 0.07 72.21 08:11:39 Average: 5 18.46 0.00 4.14 29.12 0.08 48.20 08:11:39 Average: 6 19.79 0.00 4.08 2.39 0.08 73.67 08:11:39 Average: 7 19.03 0.00 3.81 1.70 0.07 75.39 08:11:39 08:11:39 08:11:39