Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 006e574f4599aba59af61064dd31cc44b4b3ac06 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-ssh14942568404772470693.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-ssh869621278619511790.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-ssh3353197670991864603.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-ssh2137215265979357312.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-ssh8562753329631625848.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-4243’ Running on prd-ubuntu20.04-docker-8c-8g-4245 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 006e574f4599aba59af61064dd31cc44b4b3ac06 (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1737)" > 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 006e574f4599aba59af61064dd31cc44b4b3ac06 # timeout=10 > git rev-list --no-walk 3fa13119d3635a99f74e8853114510a82c61fcd0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:28:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:28:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:28:11 ========================================================= 05:28:11 EdgeX Global Pipelines Version Info 05:28:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:28:13 ------------------- 05:28:13 stable info: 05:28:13 ------------------- 05:28:13 Commited By: Ginny Guan ginny@iotechsys.com 05:28:13 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 05:28:13 Message: update stable to v1.0.274 05:28:13 ------------------- 05:28:13 experimental info: 05:28:13 ------------------- 05:28:13 Commited By: **** collab-it+edgex@linuxfoundation.org 05:28:13 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 05:28:13 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:28:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 006e574 [Pipeline] echo 05:28:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:28:14 provisioning config files... 05:28:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1973544123355353497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:28:14 ---> ****-login.sh 05:28:14 nexus3.edgexfoundry.org:10001 05:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:14 Configure a credential helper to remove this warning. See 05:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:14 05:28:14 Login Succeeded 05:28:14 nexus3.edgexfoundry.org:10002 05:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:14 Configure a credential helper to remove this warning. See 05:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:14 05:28:14 Login Succeeded 05:28:14 nexus3.edgexfoundry.org:10003 05:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:15 Configure a credential helper to remove this warning. See 05:28:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:15 05:28:15 Login Succeeded 05:28:15 nexus3.edgexfoundry.org:10004 05:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:15 Configure a credential helper to remove this warning. See 05:28:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:15 05:28:15 Login Succeeded 05:28:15 ****.io 05:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:16 Configure a credential helper to remove this warning. See 05:28:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:16 05:28:16 Login Succeeded 05:28:16 ---> ****-login.sh ends [Pipeline] } 05:28:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:28:16 + git rev-list -1 --merges 006e574f4599aba59af61064dd31cc44b4b3ac06~1..006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo 05:28:16 -----------> git rev-list -1 --merges 006e574f4599aba59af61064dd31cc44b4b3ac06~1..006e574f4599aba59af61064dd31cc44b4b3ac06 006e574f4599aba59af61064dd31cc44b4b3ac06 [false] [Pipeline] sh 05:28:16 + git log --format=format:%s -1 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo 05:28:16 ========================================================= 05:28:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:28:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:28:17 + git log --format=format:%s -1 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] echo 05:28:17 [semverPrep] GIT_COMMIT: 006e574f4599aba59af61064dd31cc44b4b3ac06, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1737) [Pipeline] echo 05:28:17 [semverPrep] This is not a build commit. [Pipeline] sh 05:28:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:28:17 + grep -v github /etc/ssh/ssh_known_hosts 05:28:17 + [ -e /tmp/ssh_known_hosts ] 05:28:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:28:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:28:17 + sudo tee -a /etc/ssh/ssh_known_hosts 05:28:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:28:17 05:28:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:28:18 0.1.4: Pulling from edgex-devops/py-git-semver 05:28:18 3dae71ba6b94: Pulling fs layer 05:28:18 6bf1a483ea7c: Pulling fs layer 05:28:18 f5dfc541a4d3: Pulling fs layer 05:28:18 461d9e800cba: Pulling fs layer 05:28:18 80192f66455f: Pulling fs layer 05:28:18 2e8e34ca0e6c: Pulling fs layer 05:28:18 a29436f7fd5d: Pulling fs layer 05:28:18 923cac83aea3: Pulling fs layer 05:28:18 25ad8b0a4227: Pulling fs layer 05:28:18 db01528c6b51: Pulling fs layer 05:28:18 28988de357af: Pulling fs layer 05:28:18 a29436f7fd5d: Waiting 05:28:18 923cac83aea3: Waiting 05:28:18 25ad8b0a4227: Waiting 05:28:18 db01528c6b51: Waiting 05:28:18 28988de357af: Waiting 05:28:18 80192f66455f: Waiting 05:28:18 2e8e34ca0e6c: Waiting 05:28:18 461d9e800cba: Waiting 05:28:18 6bf1a483ea7c: Verifying Checksum 05:28:18 6bf1a483ea7c: Download complete 05:28:18 461d9e800cba: Verifying Checksum 05:28:18 461d9e800cba: Download complete 05:28:18 80192f66455f: Verifying Checksum 05:28:18 80192f66455f: Download complete 05:28:18 f5dfc541a4d3: Verifying Checksum 05:28:18 f5dfc541a4d3: Download complete 05:28:18 3dae71ba6b94: Verifying Checksum 05:28:18 3dae71ba6b94: Download complete 05:28:18 923cac83aea3: Verifying Checksum 05:28:18 923cac83aea3: Download complete 05:28:18 25ad8b0a4227: Verifying Checksum 05:28:18 25ad8b0a4227: Download complete 05:28:18 db01528c6b51: Verifying Checksum 05:28:18 db01528c6b51: Download complete 05:28:18 28988de357af: Verifying Checksum 05:28:18 28988de357af: Download complete 05:28:18 a29436f7fd5d: Verifying Checksum 05:28:18 a29436f7fd5d: Download complete 05:28:19 2e8e34ca0e6c: Verifying Checksum 05:28:19 2e8e34ca0e6c: Download complete 05:28:19 3dae71ba6b94: Pull complete 05:28:19 6bf1a483ea7c: Pull complete 05:28:20 f5dfc541a4d3: Pull complete 05:28:20 461d9e800cba: Pull complete 05:28:20 80192f66455f: Pull complete 05:28:23 2e8e34ca0e6c: Pull complete 05:28:24 a29436f7fd5d: Pull complete 05:28:24 923cac83aea3: Pull complete 05:28:24 25ad8b0a4227: Pull complete 05:28:24 db01528c6b51: Pull complete 05:28:24 28988de357af: Pull complete 05:28:24 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:28:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:28:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:28:24 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:28:24 $ 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 05:28:27 $ docker top 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 -eo pid,comm 05:28:27 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). 05:28:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:28:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:28:27 [ssh-agent] Looking for ssh-agent implementation... 05:28:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:28:27 $ docker exec 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent 05:28:27 SSH_AUTH_SOCK=/tmp/ssh-u4ctZsgLSmL4/agent.33 05:28:27 SSH_AGENT_PID=39 05:28:27 Running ssh-add (command line suppressed) 05:28:27 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12771979603114588332.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12771979603114588332.key) 05:28:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:28:27 + git tag --points-at HEAD [Pipeline] } 05:28:27 $ docker exec --env ******** --env ******** 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent -k 05:28:27 unset SSH_AUTH_SOCK; 05:28:27 unset SSH_AGENT_PID; 05:28:27 echo Agent pid 39 killed; 05:28:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:28:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:28:27 [ssh-agent] Looking for ssh-agent implementation... 05:28:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:28:28 $ docker exec 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent 05:28:28 SSH_AUTH_SOCK=/tmp/ssh-tuNBoB3VR3xZ/agent.72 05:28:28 SSH_AGENT_PID=78 05:28:28 Running ssh-add (command line suppressed) 05:28:28 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17444725409933935455.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17444725409933935455.key) 05:28:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:28:28 + git semver init 05:28:28 2025-06-30 05:28:28,877 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:28:28 2025-06-30 05:28:28,881 [run_init] DEBUG init version:0.0.0 force:False 05:28:28 2025-06-30 05:28:28,881 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 05:28:28 2025-06-30 05:28:28,882 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 05:28:28 2025-06-30 05:28:28,882 [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) 05:28:30 2025-06-30 05:28:30,335 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 05:28:30 2025-06-30 05:28:30,336 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 05:28:30 2025-06-30 05:28:30,336 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:28:30 2025-06-30 05:28:30,336 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:28:30 4.1.0-dev.18 [Pipeline] } 05:28:30 $ docker exec --env ******** --env ******** 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 ssh-agent -k 05:28:30 unset SSH_AUTH_SOCK; 05:28:30 unset SSH_AGENT_PID; 05:28:30 echo Agent pid 78 killed; 05:28:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:28:31 + git semver [Pipeline] } 05:28:31 $ docker stop --time=1 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 05:28:32 $ docker rm -f --volumes 52a4e677c0538f1a415e009de5b6f2c143ee97a8a28521694bd35900c342ec35 [Pipeline] // withDockerContainer [Pipeline] sh 05:28:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:28:33 Stashed 1 file(s) [Pipeline] echo 05:28:33 [edgeXSemver]: initialized semver on version 4.1.0-dev.18 [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 05:28:33 provisioning config files... [Pipeline] // stage [Pipeline] } 05:28:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14647634124836422215tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 05:28:34 ---> ****-login.sh 05:28:34 nexus3.edgexfoundry.org:10001 05:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:34 Configure a credential helper to remove this warning. See 05:28:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:34 05:28:34 Login Succeeded 05:28:34 nexus3.edgexfoundry.org:10002 05:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:34 Configure a credential helper to remove this warning. See 05:28:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:34 05:28:34 Login Succeeded 05:28:34 nexus3.edgexfoundry.org:10003 05:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:34 Configure a credential helper to remove this warning. See 05:28:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:34 05:28:34 Login Succeeded 05:28:34 nexus3.edgexfoundry.org:10004 05:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:34 Configure a credential helper to remove this warning. See 05:28:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:34 05:28:34 Login Succeeded 05:28:34 ****.io 05:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:34 Configure a credential helper to remove this warning. See 05:28:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:34 05:28:34 Login Succeeded 05:28:34 ---> ****-login.sh ends [Pipeline] } 05:28:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:28:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:28:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:28:34 ========================================================= 05:28:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:28:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:35 + 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 . 05:28:35 Sending build context to Docker daemon 36.05MB 05:28:35 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 05:28:35 Step 2/10 : FROM ${BASE} AS builder 05:28:35 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 05:28:35 0a9a5dfd008f: Pulling fs layer 05:28:35 36466aa92d05: Pulling fs layer 05:28:35 e10405b45d13: Pulling fs layer 05:28:35 096b7ceb2af7: Pulling fs layer 05:28:35 4f4fb700ef54: Pulling fs layer 05:28:35 8213a616a21b: Pulling fs layer 05:28:35 985586143405: Pulling fs layer 05:28:35 0eae2285b678: Pulling fs layer 05:28:35 d3ac315be8c5: Pulling fs layer 05:28:35 4f4fb700ef54: Waiting 05:28:35 0eae2285b678: Waiting 05:28:35 8213a616a21b: Waiting 05:28:35 985586143405: Waiting 05:28:35 d3ac315be8c5: Waiting 05:28:35 096b7ceb2af7: Waiting 05:28:35 36466aa92d05: Verifying Checksum 05:28:35 36466aa92d05: Download complete 05:28:35 096b7ceb2af7: Download complete 05:28:35 4f4fb700ef54: Download complete 05:28:35 8213a616a21b: Verifying Checksum 05:28:35 8213a616a21b: Download complete 05:28:35 0a9a5dfd008f: Download complete 05:28:35 985586143405: Verifying Checksum 05:28:35 985586143405: Download complete 05:28:35 0a9a5dfd008f: Pull complete 05:28:35 d3ac315be8c5: Verifying Checksum 05:28:35 d3ac315be8c5: Download complete 05:28:35 36466aa92d05: Pull complete 05:28:35 e10405b45d13: Verifying Checksum 05:28:35 e10405b45d13: Download complete 05:28:36 0eae2285b678: Verifying Checksum 05:28:36 0eae2285b678: Download complete 05:28:39 e10405b45d13: Pull complete 05:28:39 096b7ceb2af7: Pull complete 05:28:39 4f4fb700ef54: Pull complete 05:28:39 8213a616a21b: Pull complete 05:28:39 985586143405: Pull complete 05:28:42 0eae2285b678: Pull complete 05:28:42 d3ac315be8c5: Pull complete 05:28:42 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 05:28:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:28:42 ---> ea6120ae94a0 05:28:42 Step 3/10 : ARG MAKE=make build 05:28:44 ---> Running in a9456ba12144 05:28:44 Removing intermediate container a9456ba12144 05:28:44 ---> 5e3052ba651c 05:28:44 Step 4/10 : WORKDIR /device-sdk-go 05:28:44 ---> Running in 5b4073e60f45 05:28:44 Removing intermediate container 5b4073e60f45 05:28:44 ---> d1c8ef5a7112 05:28:44 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:28:44 ---> Running in d67623c7a241 05:28:44 Removing intermediate container d67623c7a241 05:28:44 ---> 6485f40aaff1 05:28:44 Step 6/10 : RUN apk add --update --no-cache make git 05:28:44 ---> Running in 4196892b25bd 05:28:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:28:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:28:45 OK: 248 MiB in 58 packages 05:28:45 Removing intermediate container 4196892b25bd 05:28:45 ---> 56ffe67c92f3 05:28:45 Step 7/10 : COPY go.mod vendor* ./ 05:28:46 ---> 81f03474b9e3 05:28:46 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:28:46 ---> Running in 41a4302791cd 05:29:53 Removing intermediate container 41a4302791cd 05:29:53 ---> 7641a2a9050e 05:29:53 Step 9/10 : COPY . . 05:29:53 ---> c0e08fb136f9 05:29:53 Step 10/10 : RUN ${MAKE} 05:29:53 ---> Running in 7b8c97895e70 05:29:53 noop 05:29:53 Removing intermediate container 7b8c97895e70 05:29:53 ---> 98c46d00e649 05:29:53 Successfully built 98c46d00e649 05:29:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:54 + docker inspect -f . ci-base-image-x86_64 05:29:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:29:54 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:29:54 $ 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 05:29:54 $ docker top a7496e072911474b70887a1291ea1413532702e1ba783e95ed31a8584c56d870 -eo pid,comm [Pipeline] { [Pipeline] sh 05:29:54 + go version 05:29:54 go version go1.23.9 linux/amd64 [Pipeline] } 05:29:54 $ docker stop --time=1 a7496e072911474b70887a1291ea1413532702e1ba783e95ed31a8584c56d870 05:29:56 $ docker rm -f --volumes a7496e072911474b70887a1291ea1413532702e1ba783e95ed31a8584c56d870 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:56 + docker inspect -f . ci-base-image-x86_64 05:29:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:29:56 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:29:56 $ 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 05:29:57 $ docker top 4a9483711a76429fe4afd27b1ce0dd8828b4a76acbeea26ce8f50c35f2a59ce2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:29:57 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 05:29:57 + make test 05:29:57 go test -race -coverprofile=coverage.out ./... 05:30:05 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 05:30:44 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 05:30:44 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 05:30:44 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 05:30:44 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 05:30:44 ok github.com/edgexfoundry/device-sdk-go/v4/internal/application 1.031s coverage: 2.8% of statements 05:30:44 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.029s coverage: 28.2% of statements 05:30:44 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.038s coverage: 79.3% of statements 05:30:44 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 05:30:44 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 05:30:45 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.034s coverage: 90.4% of statements 05:30:45 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 05:30:45 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 05:30:45 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 05:30:45 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 05:30:46 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.077s coverage: 45.0% of statements 05:30:47 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 05:30:52 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.043s coverage: 14.3% of statements 05:30:52 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.904s coverage: 44.6% of statements 05:30:52 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.058s coverage: 69.4% of statements 05:30:52 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.078s coverage: 88.4% of statements 05:30:52 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.055s coverage: 5.0% of statements 05:31:24 GO111MODULE=on go vet ./... 05:31:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:31:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:31:30 ./bin/test-attribution-txt.sh 05:31:30 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 05:31:30 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 05:31:30 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 05:31:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:31:30 $ docker stop --time=1 4a9483711a76429fe4afd27b1ce0dd8828b4a76acbeea26ce8f50c35f2a59ce2 05:31:32 $ docker rm -f --volumes 4a9483711a76429fe4afd27b1ce0dd8828b4a76acbeea26ce8f50c35f2a59ce2 [Pipeline] // withDockerContainer [Pipeline] sh 05:31:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:31:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:31:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:31:34 + ls -al . 05:31:34 total 608 05:31:34 drwxrwxr-x 11 jenkins jenkins 4096 Jun 30 05:29 . 05:31:34 drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 05:28 .. 05:31:34 -rw-rw-r-- 1 jenkins jenkins 140 Jun 30 05:28 .dockerignore 05:31:34 drwxrwxr-x 8 jenkins jenkins 4096 Jun 30 05:30 .git 05:31:34 drwxrwxr-x 3 jenkins jenkins 4096 Jun 30 05:28 .github 05:31:34 -rw-rw-r-- 1 jenkins jenkins 137 Jun 30 05:28 .gitignore 05:31:34 -rw-rw-r-- 1 jenkins jenkins 199 Jun 30 05:28 .golangci.yml 05:31:34 drwxr-xr-x 3 jenkins jenkins 4096 Jun 30 05:28 .semver 05:31:34 -rw-rw-r-- 1 jenkins jenkins 53715 Jun 30 05:28 CHANGELOG.md 05:31:34 -rw-rw-r-- 1 jenkins jenkins 677 Jun 30 05:28 GOVERNANCE.md 05:31:34 -rw-rw-r-- 1 jenkins jenkins 882 Jun 30 05:28 Jenkinsfile 05:31:34 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 30 05:28 LICENSE 05:31:34 -rw-rw-r-- 1 jenkins jenkins 2424 Jun 30 05:28 Makefile 05:31:34 -rw-rw-r-- 1 jenkins jenkins 619 Jun 30 05:28 OWNERS.md 05:31:34 -rw-rw-r-- 1 jenkins jenkins 4937 Jun 30 05:28 README.md 05:31:34 -rw-rw-r-- 1 jenkins jenkins 12 Jun 30 05:28 VERSION 05:31:34 drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 05:28 bin 05:31:34 -rw-r--r-- 1 jenkins jenkins 364182 Jun 30 05:30 coverage.out 05:31:34 drwxrwxr-x 5 jenkins jenkins 4096 Jun 30 05:28 example 05:31:34 -rw-rw-r-- 1 jenkins jenkins 6110 Jun 30 05:28 go.mod 05:31:34 -rw-rw-r-- 1 jenkins jenkins 86550 Jun 30 05:28 go.sum 05:31:34 drwxrwxr-x 13 jenkins jenkins 4096 Jun 30 05:28 internal 05:31:34 drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 05:28 openapi 05:31:34 drwxrwxr-x 6 jenkins jenkins 4096 Jun 30 05:28 pkg 05:31:34 drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 05:28 snap 05:31:34 -rw-rw-r-- 1 jenkins jenkins 222 Jun 30 05:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:34 + 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=006e574f4599aba59af61064dd31cc44b4b3ac06 --label arch=amd64 --label version=4.1.0-dev.18 . 05:31:34 Sending build context to Docker daemon 36.42MB 05:31:34 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 05:31:34 Step 2/24 : FROM ${BASE} AS builder 05:31:34 ---> 98c46d00e649 05:31:34 Step 3/24 : ARG MAKE=make build 05:31:35 ---> Running in de70b00a5ed1 05:31:35 Removing intermediate container de70b00a5ed1 05:31:35 ---> e6da05c1d0d7 05:31:35 Step 4/24 : WORKDIR /device-sdk-go 05:31:35 ---> Running in a041a4543586 05:31:35 Removing intermediate container a041a4543586 05:31:35 ---> fe8589b358f5 05:31:35 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:31:35 ---> Running in b83e86543f37 05:31:35 Removing intermediate container b83e86543f37 05:31:35 ---> e20f79df76c7 05:31:35 Step 6/24 : RUN apk add --update --no-cache make git 05:31:35 ---> Running in 2d4bfbc4b58b 05:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:31:36 OK: 248 MiB in 58 packages 05:31:36 Removing intermediate container 2d4bfbc4b58b 05:31:36 ---> 2f46e3c82ecb 05:31:36 Step 7/24 : COPY go.mod vendor* ./ 05:31:36 ---> 51dde1a3aba8 05:31:36 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:31:36 ---> Running in 3f66eacbd2b9 05:31:37 Removing intermediate container 3f66eacbd2b9 05:31:37 ---> 83fad12c0004 05:31:37 Step 9/24 : COPY . . 05:31:38 ---> 0b92b17c3c51 05:31:38 Step 10/24 : RUN ${MAKE} 05:31:38 ---> Running in 4ec30211f7b3 05:31:38 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.18 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:32:10 Removing intermediate container 4ec30211f7b3 05:32:10 ---> 50564a0b64f9 05:32:10 Step 11/24 : FROM alpine:3.20 05:32:10 3.20: Pulling from library/alpine 05:32:10 0a9a5dfd008f: Already exists 05:32:10 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:32:10 Status: Downloaded newer image for alpine:3.20 05:32:10 ---> ff221270b9fb 05:32:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:32:10 ---> Running in 0861653cb770 05:32:10 Removing intermediate container 0861653cb770 05:32:10 ---> 545294beedff 05:32:10 Step 13/24 : RUN apk add --update --no-cache dumb-init 05:32:10 ---> Running in 26d87bf27dda 05:32:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:10 (1/1) Installing dumb-init (1.2.5-r3) 05:32:10 Executing busybox-1.36.1-r29.trigger 05:32:10 OK: 8 MiB in 15 packages 05:32:10 Removing intermediate container 26d87bf27dda 05:32:10 ---> c1b3c03d018e 05:32:10 Step 14/24 : RUN apk --no-cache upgrade 05:32:10 ---> Running in 8dd2e70f5232 05:32:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:10 OK: 8 MiB in 15 packages 05:32:10 Removing intermediate container 8dd2e70f5232 05:32:10 ---> 3e851b8398db 05:32:10 Step 15/24 : WORKDIR / 05:32:10 ---> Running in 6bf6972d2dc9 05:32:10 Removing intermediate container 6bf6972d2dc9 05:32:10 ---> fc13a691431f 05:32:10 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:32:10 ---> 407076a6dc61 05:32:10 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:32:11 ---> 1f5469e880db 05:32:11 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:32:11 ---> aa14d698d78c 05:32:11 Step 19/24 : EXPOSE 59999 05:32:11 ---> Running in d3865fc11317 05:32:11 Removing intermediate container d3865fc11317 05:32:11 ---> 872ec268b91a 05:32:11 Step 20/24 : ENTRYPOINT ["/device-simple"] 05:32:11 ---> Running in 0ad65528cf71 05:32:11 Removing intermediate container 0ad65528cf71 05:32:11 ---> 751f7fe2d91b 05:32:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:32:11 ---> Running in 4e6f553f5e76 05:32:12 Removing intermediate container 4e6f553f5e76 05:32:12 ---> 498e8020a354 05:32:12 Step 22/24 : LABEL arch=amd64 05:32:12 ---> Running in 2df61cf7dd99 05:32:12 Removing intermediate container 2df61cf7dd99 05:32:12 ---> a5d9401d69c7 05:32:12 Step 23/24 : LABEL git_sha=006e574f4599aba59af61064dd31cc44b4b3ac06 05:32:12 ---> Running in a01421766e0c 05:32:12 Removing intermediate container a01421766e0c 05:32:12 ---> 0b1a82bfeb05 05:32:12 Step 24/24 : LABEL version=4.1.0-dev.18 05:32:12 ---> Running in 124cf2c32bce 05:32:12 Removing intermediate container 124cf2c32bce 05:32:12 ---> 5d644df56dd0 05:32:12 [Warning] One or more build-args [ARCH] were not consumed 05:32:12 Successfully built 5d644df56dd0 05:32:12 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 05:32:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:32:12 05:32:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:32:13 latest: Pulling from edgex-lftools-log-publisher 05:32:13 5eb5b503b376: Pulling fs layer 05:32:13 5c69ac0246d0: Pulling fs layer 05:32:13 ec43610c2a17: Pulling fs layer 05:32:13 3a2ae6a8a46f: Pulling fs layer 05:32:13 33b1e0a273af: Pulling fs layer 05:32:13 5d3b04190fa2: Pulling fs layer 05:32:13 2f39f015ded8: Pulling fs layer 05:32:13 3a2ae6a8a46f: Waiting 05:32:13 33b1e0a273af: Waiting 05:32:13 5d3b04190fa2: Waiting 05:32:13 5c69ac0246d0: Verifying Checksum 05:32:13 5c69ac0246d0: Download complete 05:32:13 3a2ae6a8a46f: Download complete 05:32:13 33b1e0a273af: Verifying Checksum 05:32:13 33b1e0a273af: Download complete 05:32:13 5d3b04190fa2: Download complete 05:32:13 ec43610c2a17: Verifying Checksum 05:32:13 ec43610c2a17: Download complete 05:32:13 5eb5b503b376: Verifying Checksum 05:32:13 5eb5b503b376: Download complete 05:32:14 2f39f015ded8: Download complete 05:32:15 5eb5b503b376: Pull complete 05:32:15 5c69ac0246d0: Pull complete 05:32:15 ec43610c2a17: Pull complete 05:32:15 3a2ae6a8a46f: Pull complete 05:32:15 33b1e0a273af: Pull complete 05:32:15 5d3b04190fa2: Pull complete 05:32:20 2f39f015ded8: Pull complete 05:32:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:32:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:32:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:32:20 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:32:20 $ 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 05:32:22 $ docker top 803a2bcd90e84bd6ce4c288b0e42319f1e2d80e0b0f3251a7a863515b469dad7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:32:22 ---> job-cost.sh 05:32:22 lf-activate-venv: SKIPPING 05:32:22 INFO: No Stack... 05:32:22 INFO: Retrieving Pricing Info for: v3-standard-8 05:32:23 INFO: Archiving Costs [Pipeline] sh 05:32:23 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 05:32:23 + cut -d, -f6 [Pipeline] lock 05:32:23 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] 05:32:23 Resource [jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] did not exist. Created. 05:32:23 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:32:23 + echo total: 0.2199999988079071 [Pipeline] stash 05:32:23 Stashed 1 file(s) [Pipeline] } 05:32:23 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-373-stack-cost] [Pipeline] // lock [Pipeline] } 05:32:23 $ docker stop --time=1 803a2bcd90e84bd6ce4c288b0e42319f1e2d80e0b0f3251a7a863515b469dad7 05:32:24 $ docker rm -f --volumes 803a2bcd90e84bd6ce4c288b0e42319f1e2d80e0b0f3251a7a863515b469dad7 [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 05:32:25 provisioning config files... 05:32:25 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8139116003382354140tmp [Pipeline] { [Pipeline] sh 05:32:25 + set +x 05:32:25 + curl -s https://codecov.io/bash 05:32:25 + bash -s -- 05:32:25 05:32:25 _____ _ 05:32:25 / ____| | | 05:32:25 | | ___ __| | ___ ___ _____ __ 05:32:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:32:25 | |___| (_) | (_| | __/ (_| (_) \ V / 05:32:25 \_____\___/ \__,_|\___|\___\___/ \_/ 05:32:25 Bash-1.0.6 05:32:25 05:32:25 05:32:25 ==> git version 2.25.1 found 05:32:25 ==> 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 05:32:25 Release-Date: 2020-01-08 05:32:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:32:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:32:25 ==> Jenkins CI detected. 05:32:25 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 05:32:25 project root: . 05:32:25 --> token set from env 05:32:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:32:25 ==> Running gcov in . (disable via -X gcov) 05:32:25 ==> Python coveragepy not found 05:32:25 ==> Searching for coverage reports in: 05:32:25 + . 05:32:25 -> Found 1 reports 05:32:25 ==> Detecting git/mercurial file structure 05:32:25 ==> Reading reports 05:32:25 + ./coverage.out bytes=364182 05:32:25 ==> Appending adjustments 05:32:25 https://docs.codecov.io/docs/fixing-reports 05:32:26 + Found adjustments 05:32:26 ==> Gzipping contents 05:32:26 36K /tmp/codecov.u7eY09.gz 05:32:26 ==> Uploading reports 05:32:26 url: https://codecov.io 05:32:26 query: branch=main&commit=006e574f4599aba59af61064dd31cc44b4b3ac06&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:32:26 -> Pinging Codecov 05:32:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=006e574f4599aba59af61064dd31cc44b4b3ac06&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:32:26 -> Uploading to 05:32:26 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/006e574f4599aba59af61064dd31cc44b4b3ac06/78d98318-5c75-4479-bb34-f3d68c9b1552.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250630%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250630T053226Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=35dd52aaafe62afa44f3b2e1f96fed4032b36349833f3dd9628335e29bd4c272 05:32:26 % Total % Received % Xferd Average Speed Time Time Time Current 05:32:26 Dload Upload Total Spent Left Speed 05:32:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35835 0 0 100 35835 0 115k --:--:-- --:--:-- --:--:-- 115k 05:32:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] } 05:32:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:32:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:32:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:32:27 05:32:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:32:27 latest: Pulling from edgex-devops/edgex-snyk-go 05:32:27 0a9a5dfd008f: Already exists 05:32:27 36466aa92d05: Already exists 05:32:27 e10405b45d13: Already exists 05:32:27 096b7ceb2af7: Already exists 05:32:27 4f4fb700ef54: Already exists 05:32:27 e50aa161e22a: Pulling fs layer 05:32:27 d3c8db5fb9df: Pulling fs layer 05:32:27 e50aa161e22a: Verifying Checksum 05:32:27 e50aa161e22a: Download complete 05:32:27 e50aa161e22a: Pull complete 05:32:28 d3c8db5fb9df: Verifying Checksum 05:32:28 d3c8db5fb9df: Download complete 05:32:31 d3c8db5fb9df: Pull complete 05:32:32 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 05:32:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:32:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:32:32 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:32:32 $ 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 05:32:36 $ docker top 33a5c1262f51e5819964cbd72baa23dbcbac30cc886c157d03b9de0d681af3b1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:32:36 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 05:32:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 05:32:36 + set -o pipefail 05:32:36 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 05:32:46 05:32:46 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 05:32:46 05:32:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/e8a674b3-0528-490a-a642-b9db15c1b750 05:32:46 05:32:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:32:46 [Pipeline] } 05:32:46 $ docker stop --time=1 33a5c1262f51e5819964cbd72baa23dbcbac30cc886c157d03b9de0d681af3b1 05:32:48 $ docker rm -f --volumes 33a5c1262f51e5819964cbd72baa23dbcbac30cc886c157d03b9de0d681af3b1 [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 05:32:48 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:32:48 provisioning config files... 05:32:48 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7048650070628218373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:32:49 --> edgex-publish-swagger.sh 05:32:49 === Publish openapi API === 05:32:49 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 05:32:49 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 05:32:49 % Total % Received % Xferd Average Speed Time Time Time Current 05:32:49 Dload Upload Total Spent Left Speed 05:32:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38224 100 66 100 38158 272 153k --:--:-- --:--:-- --:--:-- 154k 05:32:49 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:32:49 [Pipeline] } 05:32:49 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 05:32:49 + git log --format=format:%s -1 006e574f4599aba59af61064dd31cc44b4b3ac06 [Pipeline] sh 05:32:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:32:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:32:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:32:50 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:32:50 $ 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 05:32:51 $ docker top 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 -eo pid,comm 05:32: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). 05:32:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:32:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:32:51 [ssh-agent] Looking for ssh-agent implementation... 05:32:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:32:51 $ docker exec 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 ssh-agent 05:32:51 SSH_AUTH_SOCK=/tmp/ssh-eEinZ31aWJcp/agent.32 05:32:51 SSH_AGENT_PID=38 05:32:51 Running ssh-add (command line suppressed) 05:32:52 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12409384222724122011.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12409384222724122011.key) 05:32:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:32:52 + git semver tag 05:32:52 2025-06-30 05:32:52,611 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:32:52 2025-06-30 05:32:52,615 [run_tag] DEBUG tag force:False 05:32:52 2025-06-30 05:32:52,615 [check_head_tag] DEBUG check head tag 05:32:52 2025-06-30 05:32:52,616 [execute] INFO git cat-file --batch-check 05:32:52 2025-06-30 05:32:52,616 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 05:32:52 2025-06-30 05:32:52,619 [execute] INFO git cat-file --batch 05:32:52 2025-06-30 05:32:52,619 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 05:32:52 2025-06-30 05:32:52,634 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:32:52 2025-06-30 05:32:52,634 [execute] INFO git tag -a v4.1.0-dev.18 -m v4.1.0-dev.18 05:32:52 2025-06-30 05:32:52,634 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.18', '-m', 'v4.1.0-dev.18'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 05:32:52 2025-06-30 05:32:52,638 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:32:52 4.1.0-dev.18 [Pipeline] } 05:32:52 $ docker exec --env ******** --env ******** 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 ssh-agent -k 05:32:52 unset SSH_AUTH_SOCK; 05:32:52 unset SSH_AGENT_PID; 05:32:52 echo Agent pid 38 killed; 05:32:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:32:53 + git semver [Pipeline] } 05:32:53 $ docker stop --time=1 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 05:32:54 $ docker rm -f --volumes 3905764eca0a99bc5a78a3fd7fcc59fc0ee442882457f04a4a2b1098b62dcda3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:32:55 05:32:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:32:55 0.23.1-centos7: Pulling from edgex-lftools 05:32:55 ab5ef0e58194: Pulling fs layer 05:32:55 9712f1f96733: Pulling fs layer 05:32:55 63f879dbbcfc: Pulling fs layer 05:32:55 0d9ebad4ef96: Pulling fs layer 05:32:55 e9a5061849ea: Pulling fs layer 05:32:55 d747dcd14b5f: Pulling fs layer 05:32:55 2de7ff778b66: Pulling fs layer 05:32:55 0d9ebad4ef96: Waiting 05:32:55 e9a5061849ea: Waiting 05:32:55 d747dcd14b5f: Waiting 05:32:55 2de7ff778b66: Waiting 05:32:55 9712f1f96733: Verifying Checksum 05:32:55 9712f1f96733: Download complete 05:32:55 63f879dbbcfc: Verifying Checksum 05:32:55 63f879dbbcfc: Download complete 05:32:55 e9a5061849ea: Verifying Checksum 05:32:55 e9a5061849ea: Download complete 05:32:55 d747dcd14b5f: Download complete 05:32:55 0d9ebad4ef96: Verifying Checksum 05:32:55 0d9ebad4ef96: Download complete 05:32:56 ab5ef0e58194: Verifying Checksum 05:32:56 ab5ef0e58194: Download complete 05:32:56 2de7ff778b66: Verifying Checksum 05:32:56 2de7ff778b66: Download complete 05:32:58 ab5ef0e58194: Pull complete 05:32:58 9712f1f96733: Pull complete 05:32:59 63f879dbbcfc: Pull complete 05:33:02 0d9ebad4ef96: Pull complete 05:33:03 e9a5061849ea: Pull complete 05:33:03 d747dcd14b5f: Pull complete 05:33:04 2de7ff778b66: Pull complete 05:33:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:33:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:33:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:04 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:33:04 $ 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 05:33:06 $ docker top 7433b85399e0454936e29186ccd3b8f59dd167a4fdc42bf8c0e51b2e73346215 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:33:06 provisioning config files... 05:33:06 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13492570295688644464tmp 05:33:06 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4999110171777694766tmp 05:33:06 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17538253915068828990tmp [Pipeline] { [Pipeline] echo 05:33:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:33:06 ---> sigul-configuration.sh 05:33:06 gpg: directory `/root/.gnupg' created 05:33:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:33:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:33:06 gpg: keyring `/root/.gnupg/secring.gpg' created 05:33:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:33:06 gpg: CAST5 encrypted data 05:33:06 gpg: encrypted with 1 passphrase 05:33:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:33:06 + mkdir /home/jenkins 05:33:06 + mkdir /home/jenkins/sigul [Pipeline] sh 05:33:07 + 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 05:33:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:33:07 ---> sigul-install.sh 05:33:07 Sigul already installed; skipping installation. [Pipeline] sh 05:33:07 + git tag --list 05:33:07 0.7.1 05:33:07 delhi-tag 05:33:07 v1.0.0 05:33:07 v1.1.0 05:33:07 v1.1.1 05:33:07 v1.1.2 05:33:07 v1.2.0 05:33:07 v1.2.1 05:33:07 v1.2.2 05:33:07 v1.2.3 05:33:07 v1.3.0 05:33:07 v1.4.0 05:33:07 v2.0.0 05:33:07 v2.1.0 05:33:07 v2.1.1 05:33:07 v2.2.0 05:33:07 v2.3.0 05:33:07 v2.3.1 05:33:07 v3.0 05:33:07 v3.0.0 05:33:07 v3.1 05:33:07 v3.1.0 05:33:07 v3.1.1 05:33:07 v4.0 05:33:07 v4.0.0 05:33:07 v4.1.0-dev.1 05:33:07 v4.1.0-dev.10 05:33:07 v4.1.0-dev.11 05:33:07 v4.1.0-dev.12 05:33:07 v4.1.0-dev.13 05:33:07 v4.1.0-dev.14 05:33:07 v4.1.0-dev.15 05:33:07 v4.1.0-dev.16 05:33:07 v4.1.0-dev.17 05:33:07 v4.1.0-dev.18 05:33:07 v4.1.0-dev.2 05:33:07 v4.1.0-dev.3 05:33:07 v4.1.0-dev.4 05:33:07 v4.1.0-dev.5 05:33:07 v4.1.0-dev.6 05:33:07 v4.1.0-dev.7 05:33:07 v4.1.0-dev.8 05:33:07 v4.1.0-dev.9 [Pipeline] sh 05:33:08 + lftools sign git-tag v4.1.0-dev.18 05:33:08 Signing Git tag with Sigul... 05:33:08 Signing v4.1.0-dev.18 [Pipeline] echo 05:33:08 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:33:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:33:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:33:09 $ docker stop --time=1 7433b85399e0454936e29186ccd3b8f59dd167a4fdc42bf8c0e51b2e73346215 05:33:10 $ docker rm -f --volumes 7433b85399e0454936e29186ccd3b8f59dd167a4fdc42bf8c0e51b2e73346215 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:33:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:33:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:33:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:11 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:33:11 $ 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 05:33:11 $ docker top 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 -eo pid,comm 05:33:11 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). 05:33:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:33:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:33:11 [ssh-agent] Looking for ssh-agent implementation... 05:33:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:33:12 $ docker exec 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 ssh-agent 05:33:12 SSH_AUTH_SOCK=/tmp/ssh-wUkgP3XanzWd/agent.32 05:33:12 SSH_AGENT_PID=38 05:33:12 Running ssh-add (command line suppressed) 05:33:12 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17623114643152994779.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17623114643152994779.key) 05:33:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:33:12 + git semver bump pre 05:33:12 2025-06-30 05:33:12,840 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:33:12 2025-06-30 05:33:12,843 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:33:12 2025-06-30 05:33:12,843 [bump_version] DEBUG bumping version:4.1.0-dev.18 on axis:pre with prefix:dev 05:33:12 2025-06-30 05:33:12,843 [bump_version] DEBUG bumped version:4.1.0-dev.19 05:33:12 2025-06-30 05:33:12,843 [write_version] DEBUG write version:4.1.0-dev.19 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 05:33:12 2025-06-30 05:33:12,843 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:33:12 2025-06-30 05:33:12,843 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:33:12 2025-06-30 05:33:12,844 [execute] INFO git cat-file --batch-check 05:33:12 2025-06-30 05:33:12,845 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:33:12 2025-06-30 05:33:12,849 [execute] INFO git cat-file --batch 05:33:12 2025-06-30 05:33:12,849 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:33:12 2025-06-30 05:33:12,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:33:12 4.1.0-dev.19 [Pipeline] } 05:33:12 $ docker exec --env ******** --env ******** 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 ssh-agent -k 05:33:13 unset SSH_AUTH_SOCK; 05:33:13 unset SSH_AGENT_PID; 05:33:13 echo Agent pid 38 killed; 05:33:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:33:13 + git semver [Pipeline] } 05:33:13 $ docker stop --time=1 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 05:33:14 $ docker rm -f --volumes 4da635c34606b21717d9142a5ccc6e8dd508dbabd484af4a5497b5865568a085 [Pipeline] // withDockerContainer [Pipeline] sh 05:33:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:33:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:33:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:15 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:33:15 $ 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 05:33:16 $ docker top 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:33:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:33:16 [ssh-agent] Looking for ssh-agent implementation... 05:33:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:33:16 $ docker exec 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f ssh-agent 05:33:16 SSH_AUTH_SOCK=/tmp/ssh-UbIbhsytPIwi/agent.33 05:33:16 SSH_AGENT_PID=39 05:33:16 Running ssh-add (command line suppressed) 05:33:16 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3972248511179605265.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3972248511179605265.key) 05:33:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:33:16 + git semver push 05:33:16 2025-06-30 05:33:16,954 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:33:16 2025-06-30 05:33:16,957 [run_push] DEBUG push 05:33:16 2025-06-30 05:33:16,958 [execute] INFO git cat-file --batch-check 05:33:16 2025-06-30 05:33:16,958 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:33:16 2025-06-30 05:33:16,960 [execute] INFO git rev-list 0fdf10820f54edb7ee3d74dd1dbd7a459fd3ad32 -- 05:33:16 2025-06-30 05:33:16,961 [execute] DEBUG Popen(['git', 'rev-list', '0fdf10820f54edb7ee3d74dd1dbd7a459fd3ad32', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:33:16 2025-06-30 05:33:16,973 [execute] INFO git fetch -v -- origin 05:33:16 2025-06-30 05:33:16,973 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 05:33:17 2025-06-30 05:33:17,481 [run_push] DEBUG no remote changes detected 05:33:17 2025-06-30 05:33:17,481 [execute] INFO git push origin semver 05:33:17 2025-06-30 05:33:17,481 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:33:18 2025-06-30 05:33:18,198 [run_push] DEBUG push all version tags 05:33:18 2025-06-30 05:33:18,198 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:33:18 2025-06-30 05:33:18,198 [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) 05:33:19 2025-06-30 05:33:19,005 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:33:19 4.1.0-dev.19 [Pipeline] } 05:33:19 $ docker exec --env ******** --env ******** 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f ssh-agent -k 05:33:19 unset SSH_AUTH_SOCK; 05:33:19 unset SSH_AGENT_PID; 05:33:19 echo Agent pid 39 killed; 05:33:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:33:19 + git semver [Pipeline] } 05:33:19 $ docker stop --time=1 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f 05:33:21 $ docker rm -f --volumes 4cc68a342b7825fec4260e8dc559488d7fd50490742aedaef08e3871208ab11f [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 05:33:21 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 05:33:21 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:33:21 total 16 05:33:21 drwxr-xr-x 3 root root 4096 Jun 30 05:32 . 05:33:21 drwxrwxr-x 12 jenkins jenkins 4096 Jun 30 05:33 .. 05:33:21 drwxr-xr-x 2 root root 4096 Jun 30 05:32 cost 05:33:21 -rw-r--r-- 1 root root 85 Jun 30 05:32 cost.csv 05:33:21 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:33:21 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:33:21 total 16 05:33:21 drwxr-xr-x 3 jenkins jenkins 4096 Jun 30 05:32 . 05:33:21 drwxrwxr-x 12 jenkins jenkins 4096 Jun 30 05:33 .. 05:33:21 drwxr-xr-x 2 jenkins jenkins 4096 Jun 30 05:32 cost 05:33:21 -rw-r--r-- 1 jenkins jenkins 85 Jun 30 05:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:33:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:33:22 ---> package-listing.sh 05:33:22 ++ facter osfamily 05:33:22 ++ tr '[:upper:]' '[:lower:]' 05:33:23 + OS_FAMILY=debian 05:33:23 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 05:33:23 + START_PACKAGES=/tmp/packages_start.txt 05:33:23 + END_PACKAGES=/tmp/packages_end.txt 05:33:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:33:23 + PACKAGES=/tmp/packages_start.txt 05:33:23 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 05:33:23 + PACKAGES=/tmp/packages_end.txt 05:33:23 + case "${OS_FAMILY}" in 05:33:23 + dpkg -l 05:33:23 + grep '^ii' 05:33:23 + '[' -f /tmp/packages_start.txt ']' 05:33:23 + '[' -f /tmp/packages_end.txt ']' 05:33:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:33:23 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 05:33:23 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 05:33:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 05:33:23 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 05:33:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:33:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:24 prd-ubuntu20.04-docker-8c-8g-4245 does not seem to be running inside a container 05:33:24 $ 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 05:33:24 $ docker top fc0d58da994a8d31532371108c5a72363c8512b274c26acd4cb2daa4bf7b1978 -eo pid,comm [Pipeline] { [Pipeline] sh 05:33:24 + touch /tmp/pre-build-complete [Pipeline] sh 05:33:24 + mkdir -p /var/log/sysstat [Pipeline] sh 05:33:25 + ls /var/log/sa-host 05:33:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:33:25 provisioning config files... 05:33:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8325842687205467129tmp [Pipeline] { [Pipeline] echo 05:33:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:33:25 ---> create-netrc.sh [Pipeline] } 05:33:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:33:25 ---> python-tools-install.sh [Pipeline] echo 05:33:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:33:26 ---> sudo-logs.sh 05:33:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:33:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:33:26 ---> job-cost.sh 05:33:26 lf-activate-venv: SKIPPING 05:33:26 DEBUG: total: 0.2199999988079071 05:33:26 INFO: Retrieving Stack Cost... 05:33:27 INFO: Retrieving Pricing Info for: v3-standard-8 05:33:27 INFO: Archiving Costs [Pipeline] echo 05:33:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:33:27 ---> logs-deploy.sh 05:33:27 lf-activate-venv: SKIPPING 05:33:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/373 05:33:27 INFO: archiving workspace using pattern(s): 05:33:28 Archives upload complete. 05:33:28 INFO: archiving logs to Nexus 05:33:29 ---> uname -a: 05:33:29 Linux prd-ubuntu20-04-docker-8c-8g-4245 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:33:29 05:33:29 05:33:29 ---> lscpu: 05:33:29 Architecture: x86_64 05:33:29 CPU op-mode(s): 32-bit, 64-bit 05:33:29 Byte Order: Little Endian 05:33:29 Address sizes: 40 bits physical, 48 bits virtual 05:33:29 CPU(s): 8 05:33:29 On-line CPU(s) list: 0-7 05:33:29 Thread(s) per core: 1 05:33:29 Core(s) per socket: 1 05:33:29 Socket(s): 8 05:33:29 NUMA node(s): 1 05:33:29 Vendor ID: AuthenticAMD 05:33:29 CPU family: 23 05:33:29 Model: 49 05:33:29 Model name: AMD EPYC-Rome Processor 05:33:29 Stepping: 0 05:33:29 CPU MHz: 2799.998 05:33:29 BogoMIPS: 5599.99 05:33:29 Virtualization: AMD-V 05:33:29 Hypervisor vendor: KVM 05:33:29 Virtualization type: full 05:33:29 L1d cache: 256 KiB 05:33:29 L1i cache: 256 KiB 05:33:29 L2 cache: 4 MiB 05:33:29 L3 cache: 128 MiB 05:33:29 NUMA node0 CPU(s): 0-7 05:33:29 Vulnerability Itlb multihit: Not affected 05:33:29 Vulnerability L1tf: Not affected 05:33:29 Vulnerability Mds: Not affected 05:33:29 Vulnerability Meltdown: Not affected 05:33:29 Vulnerability Mmio stale data: Not affected 05:33:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:33:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:33:29 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:33:29 Vulnerability Srbds: Not affected 05:33:29 Vulnerability Tsx async abort: Not affected 05:33:29 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 05:33:29 05:33:29 05:33:29 ---> nproc: 05:33:29 8 05:33:29 05:33:29 05:33:29 ---> df -h: 05:33:29 Filesystem Size Used Avail Use% Mounted on 05:33:29 overlay 155G 14G 142G 9% / 05:33:29 tmpfs 64M 0 64M 0% /dev 05:33:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:33:29 shm 64M 0 64M 0% /dev/shm 05:33:29 /dev/vda1 155G 14G 142G 9% /facter-os 05:33:29 05:33:29 05:33:29 ---> sar -b -r -n DEV: 05:33:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4245) 06/30/25 _x86_64_ (8 CPU) 05:33:29 05:33:29 05:27:24 LINUX RESTART (8 CPU) 05:33:29 05:33:29 05:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:33:29 05:29:01 376.41 14.65 361.76 0.00 1904.30 48587.94 0.00 05:33:29 05:30:01 227.00 1.52 225.48 0.00 13.86 73994.60 0.00 05:33:29 05:31:01 37.94 0.02 37.93 0.00 0.13 26930.06 0.00 05:33:29 05:32:01 87.39 0.12 87.27 0.00 4.93 27187.74 0.00 05:33:29 05:33:01 262.65 6.15 256.50 0.00 2643.52 83460.98 0.00 05:33:29 Average: 198.28 4.49 193.79 0.00 913.44 52033.20 0.00 05:33:29 05:33:29 05:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:33:29 05:29:01 28814356 31533916 776056 2.36 80420 2899876 1992744 5.87 1046048 2621120 8568 05:33:29 05:30:01 27465536 31348712 951544 2.89 184544 3818624 2093864 6.17 1358908 3498280 18272 05:33:29 05:31:01 26501976 31159120 1138260 3.46 188460 4546020 2508712 7.39 1788516 3985852 349296 05:33:29 05:32:01 27132588 31523616 777328 2.36 192084 4296204 1930868 5.69 1394476 3777368 265596 05:33:29 05:33:01 25199600 31466256 800824 2.44 239260 6004216 2057552 6.06 1674176 5267836 576712 05:33:29 Average: 27022811 31406324 888802 2.70 176954 4312988 2116748 6.24 1452425 3830091 243689 05:33:29 05:33:29 05:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:33:29 05:29:01 veth89712cb 127.77 136.17 12.34 120.42 0.00 0.00 0.00 0.01 05:33:29 05:29:01 ens3 658.96 464.66 7952.04 92.93 0.00 0.00 0.00 0.00 05:33:29 05:29:01 lo 6.53 6.53 0.64 0.64 0.00 0.00 0.00 0.00 05:33:29 05:29:01 docker0 180.79 188.69 14.40 439.38 0.00 0.00 0.00 0.00 05:33:29 05:30:01 ens3 282.14 259.81 2766.02 29.82 0.00 0.00 0.00 0.00 05:33:29 05:30:01 vetha9c6b6a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:33:29 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:33:29 05:30:01 docker0 247.11 259.16 18.50 2744.22 0.00 0.00 0.00 0.00 05:33:29 05:31:01 ens3 16.00 9.20 14.24 6.59 0.00 0.00 0.00 0.00 05:33:29 05:31:01 vetha9c6b6a 0.92 1.30 0.12 0.37 0.00 0.00 0.00 0.00 05:33:29 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:29 05:31:01 docker0 0.92 1.25 0.11 0.37 0.00 0.00 0.00 0.00 05:33:29 05:32:01 ens3 22.71 12.75 56.06 8.62 0.00 0.00 0.00 0.00 05:33:29 05:32:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 05:33:29 05:32:01 docker0 1.77 2.77 0.10 38.49 0.00 0.00 0.00 0.00 05:33:29 05:33:01 ens3 541.24 382.04 11580.53 181.80 0.00 0.00 0.00 0.00 05:33:29 05:33:01 lo 3.87 3.87 0.40 0.40 0.00 0.00 0.00 0.00 05:33:29 05:33:01 docker0 87.62 96.58 6.99 929.47 0.00 0.00 0.00 0.00 05:33:29 Average: ens3 304.23 225.70 4474.13 63.95 0.00 0.00 0.00 0.00 05:33:29 Average: lo 2.21 2.21 0.22 0.22 0.00 0.00 0.00 0.00 05:33:29 Average: docker0 103.64 109.69 8.02 830.38 0.00 0.00 0.00 0.00 05:33:29 05:33:29 05:33:29 ---> sar -P ALL: 05:33:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4245) 06/30/25 _x86_64_ (8 CPU) 05:33:29 05:33:29 05:27:24 LINUX RESTART (8 CPU) 05:33:29 05:33:29 05:28:01 CPU %user %nice %system %iowait %steal %idle 05:33:29 05:29:01 all 9.13 0.00 3.48 1.51 0.07 85.82 05:33:29 05:29:01 0 6.80 0.00 3.18 0.12 0.08 89.82 05:33:29 05:29:01 1 11.29 0.00 3.44 0.34 0.07 84.87 05:33:29 05:29:01 2 9.69 0.00 3.19 0.17 0.05 86.90 05:33:29 05:29:01 3 9.99 0.00 2.98 0.45 0.07 86.51 05:33:29 05:29:01 4 7.40 0.00 3.52 5.68 0.05 83.35 05:33:29 05:29:01 5 10.09 0.00 4.18 0.22 0.07 85.44 05:33:29 05:29:01 6 9.33 0.00 2.95 0.20 0.07 87.45 05:33:29 05:29:01 7 8.45 0.00 4.39 4.88 0.07 82.20 05:33:29 05:30:01 all 7.47 0.00 3.35 1.65 0.05 87.49 05:33:29 05:30:01 0 6.65 0.00 4.46 0.22 0.03 88.64 05:33:29 05:30:01 1 6.23 0.00 2.66 0.61 0.03 90.47 05:33:29 05:30:01 2 7.77 0.00 5.07 10.55 0.07 76.54 05:33:29 05:30:01 3 6.48 0.00 3.23 1.11 0.05 89.13 05:33:29 05:30:01 4 8.21 0.00 3.01 0.30 0.05 88.43 05:33:29 05:30:01 5 7.89 0.00 2.57 0.29 0.07 89.18 05:33:29 05:30:01 6 8.25 0.00 2.62 0.07 0.03 89.03 05:33:29 05:30:01 7 8.30 0.00 3.16 0.05 0.05 88.44 05:33:29 05:31:01 all 40.51 0.00 5.69 0.50 0.07 53.23 05:33:29 05:31:01 0 40.77 0.00 5.68 0.05 0.07 53.44 05:33:29 05:31:01 1 41.52 0.00 5.22 0.02 0.08 53.16 05:33:29 05:31:01 2 40.99 0.00 5.39 0.12 0.07 53.43 05:33:29 05:31:01 3 40.05 0.00 6.43 3.23 0.08 50.20 05:33:29 05:31:01 4 38.75 0.00 6.36 0.00 0.07 54.81 05:33:29 05:31:01 5 42.19 0.00 5.60 0.25 0.07 51.89 05:33:29 05:31:01 6 39.99 0.00 5.43 0.30 0.07 54.21 05:33:29 05:31:01 7 39.79 0.00 5.44 0.03 0.07 54.67 05:33:29 05:32:01 all 52.10 0.00 7.57 0.60 0.08 39.65 05:33:29 05:32:01 0 51.74 0.00 8.48 0.05 0.08 39.64 05:33:29 05:32:01 1 52.36 0.00 7.94 0.40 0.07 39.23 05:33:29 05:32:01 2 50.66 0.00 7.08 0.67 0.07 41.53 05:33:29 05:32:01 3 51.54 0.00 6.97 0.29 0.07 41.14 05:33:29 05:32:01 4 52.12 0.00 7.60 0.89 0.08 39.31 05:33:29 05:32:01 5 54.41 0.00 7.42 0.03 0.08 38.06 05:33:29 05:32:01 6 51.77 0.00 7.97 2.32 0.08 37.86 05:33:29 05:32:01 7 52.24 0.00 7.12 0.15 0.07 40.42 05:33:29 05:33:01 all 12.17 0.00 5.68 4.27 0.09 77.79 05:33:29 05:33:01 0 11.74 0.00 6.57 3.02 0.10 78.57 05:33:29 05:33:01 1 12.31 0.00 6.56 2.43 0.08 78.61 05:33:29 05:33:01 2 11.75 0.00 5.15 3.61 0.14 79.36 05:33:29 05:33:01 3 10.83 0.00 6.21 2.00 0.08 80.87 05:33:29 05:33:01 4 12.82 0.00 5.11 8.94 0.09 73.04 05:33:29 05:33:01 5 10.65 0.00 6.58 11.06 0.08 71.62 05:33:29 05:33:01 6 14.94 0.00 4.62 1.39 0.07 78.98 05:33:29 05:33:01 7 12.32 0.00 4.61 1.78 0.10 81.19 05:33:29 Average: all 24.32 0.00 5.15 1.70 0.07 68.75 05:33:29 Average: 0 23.59 0.00 5.67 0.69 0.07 69.98 05:33:29 Average: 1 24.78 0.00 5.16 0.76 0.07 69.23 05:33:29 Average: 2 24.21 0.00 5.18 3.02 0.08 67.51 05:33:29 Average: 3 23.82 0.00 5.16 1.42 0.07 69.52 05:33:29 Average: 4 23.92 0.00 5.12 3.14 0.07 67.75 05:33:29 Average: 5 25.10 0.00 5.27 2.36 0.07 67.19 05:33:29 Average: 6 24.89 0.00 4.72 0.86 0.06 69.47 05:33:29 Average: 7 24.23 0.00 4.95 1.38 0.07 69.37 05:33:29 05:33:29 05:33:29