Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 47c68daee9751b50a4ba77164948ce4cc3f1e92d 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-ssh5303724228464272646.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-ssh6507705739177390197.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-ssh2376714137409869407.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-ssh13949460720336490428.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-ssh16955468533932827967.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-3141’ Running on prd-ubuntu20.04-docker-8c-8g-3142 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 47c68daee9751b50a4ba77164948ce4cc3f1e92d (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1727)" > git config core.sparsecheckout # timeout=10 > git checkout -f 47c68daee9751b50a4ba77164948ce4cc3f1e92d # timeout=10 > git rev-list --no-walk 1fa3249a16c5e4947735e7736ab81511a542f194 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:07:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:07:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:07:09 ========================================================= 11:07:09 EdgeX Global Pipelines Version Info 11:07:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:07:10 ------------------- 11:07:10 stable info: 11:07:10 ------------------- 11:07:10 Commited By: Ginny Guan ginny@iotechsys.com 11:07:10 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 11:07:10 Message: update stable to v1.0.274 11:07:10 ------------------- 11:07:10 experimental info: 11:07:10 ------------------- 11:07:10 Commited By: **** collab-it+edgex@linuxfoundation.org 11:07:10 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 11:07:10 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:07:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 11:07:10 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 11:07:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:07:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:07:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:07:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 11:07:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 47c68da [Pipeline] echo 11:07:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:07:11 provisioning config files... 11:07:11 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10867452529186023015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:07:12 ---> ****-login.sh 11:07:12 nexus3.edgexfoundry.org:10001 11:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:12 Configure a credential helper to remove this warning. See 11:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:12 11:07:12 Login Succeeded 11:07:12 nexus3.edgexfoundry.org:10002 11:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:12 Configure a credential helper to remove this warning. See 11:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:12 11:07:12 Login Succeeded 11:07:12 nexus3.edgexfoundry.org:10003 11:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:12 Configure a credential helper to remove this warning. See 11:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:12 11:07:12 Login Succeeded 11:07:12 nexus3.edgexfoundry.org:10004 11:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:12 Configure a credential helper to remove this warning. See 11:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:12 11:07:12 Login Succeeded 11:07:12 ****.io 11:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:12 Configure a credential helper to remove this warning. See 11:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:12 11:07:12 Login Succeeded 11:07:12 ---> ****-login.sh ends [Pipeline] } 11:07:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:07:13 + git rev-list -1 --merges 47c68daee9751b50a4ba77164948ce4cc3f1e92d~1..47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo 11:07:13 -----------> git rev-list -1 --merges 47c68daee9751b50a4ba77164948ce4cc3f1e92d~1..47c68daee9751b50a4ba77164948ce4cc3f1e92d 47c68daee9751b50a4ba77164948ce4cc3f1e92d [false] [Pipeline] sh 11:07:13 + git log --format=format:%s -1 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo 11:07:13 ========================================================= 11:07:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:07:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:07:13 + git log --format=format:%s -1 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] echo 11:07:13 [semverPrep] GIT_COMMIT: 47c68daee9751b50a4ba77164948ce4cc3f1e92d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1727) [Pipeline] echo 11:07:13 [semverPrep] This is not a build commit. [Pipeline] sh 11:07:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:07:14 + grep -v github /etc/ssh/ssh_known_hosts 11:07:14 + [ -e /tmp/ssh_known_hosts ] 11:07:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:07:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:07:14 + sudo tee -a /etc/ssh/ssh_known_hosts 11:07:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:07:14 11:07:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:07:14 0.1.4: Pulling from edgex-devops/py-git-semver 11:07:14 3dae71ba6b94: Pulling fs layer 11:07:14 6bf1a483ea7c: Pulling fs layer 11:07:14 f5dfc541a4d3: Pulling fs layer 11:07:14 461d9e800cba: Pulling fs layer 11:07:14 80192f66455f: Pulling fs layer 11:07:14 2e8e34ca0e6c: Pulling fs layer 11:07:14 a29436f7fd5d: Pulling fs layer 11:07:14 923cac83aea3: Pulling fs layer 11:07:14 25ad8b0a4227: Pulling fs layer 11:07:14 db01528c6b51: Pulling fs layer 11:07:14 28988de357af: Pulling fs layer 11:07:14 a29436f7fd5d: Waiting 11:07:14 923cac83aea3: Waiting 11:07:14 461d9e800cba: Waiting 11:07:14 25ad8b0a4227: Waiting 11:07:14 db01528c6b51: Waiting 11:07:14 28988de357af: Waiting 11:07:14 80192f66455f: Waiting 11:07:14 2e8e34ca0e6c: Waiting 11:07:14 6bf1a483ea7c: Verifying Checksum 11:07:14 6bf1a483ea7c: Download complete 11:07:14 461d9e800cba: Verifying Checksum 11:07:14 461d9e800cba: Download complete 11:07:14 80192f66455f: Verifying Checksum 11:07:14 80192f66455f: Download complete 11:07:15 f5dfc541a4d3: Verifying Checksum 11:07:15 f5dfc541a4d3: Download complete 11:07:15 3dae71ba6b94: Verifying Checksum 11:07:15 3dae71ba6b94: Download complete 11:07:15 923cac83aea3: Download complete 11:07:15 25ad8b0a4227: Verifying Checksum 11:07:15 25ad8b0a4227: Download complete 11:07:15 db01528c6b51: Verifying Checksum 11:07:15 db01528c6b51: Download complete 11:07:15 28988de357af: Verifying Checksum 11:07:15 28988de357af: Download complete 11:07:15 a29436f7fd5d: Verifying Checksum 11:07:15 a29436f7fd5d: Download complete 11:07:16 2e8e34ca0e6c: Verifying Checksum 11:07:16 2e8e34ca0e6c: Download complete 11:07:16 3dae71ba6b94: Pull complete 11:07:16 6bf1a483ea7c: Pull complete 11:07:16 f5dfc541a4d3: Pull complete 11:07:16 461d9e800cba: Pull complete 11:07:16 80192f66455f: Pull complete 11:07:20 2e8e34ca0e6c: Pull complete 11:07:20 a29436f7fd5d: Pull complete 11:07:20 923cac83aea3: Pull complete 11:07:20 25ad8b0a4227: Pull complete 11:07:20 db01528c6b51: Pull complete 11:07:20 28988de357af: Pull complete 11:07:20 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 11:07:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:07:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:07:21 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:07:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:07:22 $ docker top ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba -eo pid,comm 11:07:22 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). 11:07:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:07:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:07:23 [ssh-agent] Looking for ssh-agent implementation... 11:07:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:07:23 $ docker exec ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent 11:07:23 SSH_AUTH_SOCK=/tmp/ssh-8jDctcateL49/agent.33 11:07:23 SSH_AGENT_PID=39 11:07:23 Running ssh-add (command line suppressed) 11:07:23 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7127036355766438090.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7127036355766438090.key) 11:07:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:07:23 + git tag --points-at HEAD [Pipeline] } 11:07:23 $ docker exec --env ******** --env ******** ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent -k 11:07:23 unset SSH_AUTH_SOCK; 11:07:23 unset SSH_AGENT_PID; 11:07:23 echo Agent pid 39 killed; 11:07:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:07:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:07:23 [ssh-agent] Looking for ssh-agent implementation... 11:07:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:07:23 $ docker exec ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent 11:07:24 SSH_AUTH_SOCK=/tmp/ssh-Xo7YASWwq13L/agent.72 11:07:24 SSH_AGENT_PID=78 11:07:24 Running ssh-add (command line suppressed) 11:07:24 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_48951999220933168.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_48951999220933168.key) 11:07:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:07:24 + git semver init 11:07:24 2025-06-11 11:07:24,663 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:07:24 2025-06-11 11:07:24,667 [run_init] DEBUG init version:0.0.0 force:False 11:07:24 2025-06-11 11:07:24,667 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 11:07:24 2025-06-11 11:07:24,668 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 11:07:24 2025-06-11 11:07:24,668 [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) 11:07:26 2025-06-11 11:07:26,042 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 11:07:26 2025-06-11 11:07:26,042 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 11:07:26 2025-06-11 11:07:26,042 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:07:26 2025-06-11 11:07:26,043 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:07:26 4.1.0-dev.10 [Pipeline] } 11:07:26 $ docker exec --env ******** --env ******** ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba ssh-agent -k 11:07:26 unset SSH_AUTH_SOCK; 11:07:26 unset SSH_AGENT_PID; 11:07:26 echo Agent pid 78 killed; 11:07:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:07:26 + git semver [Pipeline] } 11:07:26 $ docker stop --time=1 ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba 11:07:28 $ docker rm -f --volumes ac8680069185f456957db2a06c0d2bee7b3af8507c6dd46047322531b36abdba [Pipeline] // withDockerContainer [Pipeline] sh 11:07:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:07:28 Stashed 1 file(s) [Pipeline] echo 11:07:28 [edgeXSemver]: initialized semver on version 4.1.0-dev.10 [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 11:07:28 provisioning config files... 11:07:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4582573440303802327tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 11:07:29 ---> ****-login.sh 11:07:29 nexus3.edgexfoundry.org:10001 11:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:29 Configure a credential helper to remove this warning. See 11:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:29 11:07:29 Login Succeeded 11:07:29 nexus3.edgexfoundry.org:10002 11:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:29 Configure a credential helper to remove this warning. See 11:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:29 11:07:29 Login Succeeded 11:07:29 nexus3.edgexfoundry.org:10003 11:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:29 Configure a credential helper to remove this warning. See 11:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:29 11:07:29 Login Succeeded 11:07:29 nexus3.edgexfoundry.org:10004 11:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:29 Configure a credential helper to remove this warning. See 11:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:29 11:07:29 Login Succeeded 11:07:29 ****.io 11:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:07:29 Configure a credential helper to remove this warning. See 11:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:07:29 11:07:29 Login Succeeded 11:07:29 ---> ****-login.sh ends [Pipeline] } 11:07:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:07:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:07:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:07:29 ========================================================= 11:07:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 11:07:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:30 + 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 . 11:07:30 Sending build context to Docker daemon 35.94MB 11:07:30 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 11:07:30 Step 2/10 : FROM ${BASE} AS builder 11:07:30 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 11:07:30 0a9a5dfd008f: Pulling fs layer 11:07:30 dbfa0bcfca99: Pulling fs layer 11:07:30 70eabb1d9476: Pulling fs layer 11:07:30 957bedc73fa3: Pulling fs layer 11:07:30 4f4fb700ef54: Pulling fs layer 11:07:30 f40432e63723: Pulling fs layer 11:07:30 90b4343acab7: Pulling fs layer 11:07:30 9f67ea4ac784: Pulling fs layer 11:07:30 9228b9a606be: Pulling fs layer 11:07:30 957bedc73fa3: Waiting 11:07:30 90b4343acab7: Waiting 11:07:30 f40432e63723: Waiting 11:07:30 9f67ea4ac784: Waiting 11:07:30 dbfa0bcfca99: Verifying Checksum 11:07:30 dbfa0bcfca99: Download complete 11:07:30 957bedc73fa3: Verifying Checksum 11:07:30 957bedc73fa3: Download complete 11:07:30 4f4fb700ef54: Verifying Checksum 11:07:30 4f4fb700ef54: Download complete 11:07:30 f40432e63723: Download complete 11:07:30 0a9a5dfd008f: Download complete 11:07:30 90b4343acab7: Verifying Checksum 11:07:30 90b4343acab7: Download complete 11:07:30 0a9a5dfd008f: Pull complete 11:07:30 9228b9a606be: Verifying Checksum 11:07:30 9228b9a606be: Download complete 11:07:30 dbfa0bcfca99: Pull complete 11:07:31 70eabb1d9476: Download complete 11:07:31 9f67ea4ac784: Verifying Checksum 11:07:31 9f67ea4ac784: Download complete 11:07:34 70eabb1d9476: Pull complete 11:07:34 957bedc73fa3: Pull complete 11:07:34 4f4fb700ef54: Pull complete 11:07:34 f40432e63723: Pull complete 11:07:34 90b4343acab7: Pull complete 11:07:36 9f67ea4ac784: Pull complete 11:07:36 9228b9a606be: Pull complete 11:07:36 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 11:07:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:07:36 ---> 69404ca5bff2 11:07:36 Step 3/10 : ARG MAKE=make build 11:07:38 ---> Running in 15129e3a8138 11:07:38 Removing intermediate container 15129e3a8138 11:07:38 ---> dd40091bff91 11:07:38 Step 4/10 : WORKDIR /device-sdk-go 11:07:38 ---> Running in d9b9f6a620cb 11:07:38 Removing intermediate container d9b9f6a620cb 11:07:38 ---> fe9d8894d70c 11:07:38 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:07:38 ---> Running in 456e5c481f0b 11:07:38 Removing intermediate container 456e5c481f0b 11:07:38 ---> fc4a7586c253 11:07:38 Step 6/10 : RUN apk add --update --no-cache make git 11:07:38 ---> Running in 2d31abf55e30 11:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:07:39 OK: 248 MiB in 58 packages 11:07:39 Removing intermediate container 2d31abf55e30 11:07:39 ---> f549f17e750b 11:07:39 Step 7/10 : COPY go.mod vendor* ./ 11:07:39 ---> 2e786101c283 11:07:39 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:39 ---> Running in 46530c6a76c8 11:08:18 Removing intermediate container 46530c6a76c8 11:08:18 ---> 6a6750478faa 11:08:18 Step 9/10 : COPY . . 11:08:18 ---> 2bac7ce4d345 11:08:18 Step 10/10 : RUN ${MAKE} 11:08:18 ---> Running in f0d8a9902802 11:08:18 noop 11:08:18 Removing intermediate container f0d8a9902802 11:08:18 ---> 5fa4fe0ed8e0 11:08:18 Successfully built 5fa4fe0ed8e0 11:08:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:18 + docker inspect -f . ci-base-image-x86_64 11:08:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:08:18 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:08:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:08:19 $ docker top 450f48552553bde846c112733f8a2371153631f30268bd65a4bafdd04502eb68 -eo pid,comm [Pipeline] { [Pipeline] sh 11:08:19 + go version 11:08:19 go version go1.23.8 linux/amd64 [Pipeline] } 11:08:19 $ docker stop --time=1 450f48552553bde846c112733f8a2371153631f30268bd65a4bafdd04502eb68 11:08:20 $ docker rm -f --volumes 450f48552553bde846c112733f8a2371153631f30268bd65a4bafdd04502eb68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:21 + docker inspect -f . ci-base-image-x86_64 11:08:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:08:21 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:08:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:08:21 $ docker top 508db10ba64fa3d50a49816dfbdb493c9ab53d6a755ff47b5147b0cc727917b5 -eo pid,comm [Pipeline] { [Pipeline] sh 11:08:21 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 11:08:22 + make test 11:08:22 go test -race -coverprofile=coverage.out ./... 11:08:30 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 11:09:02 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 11:09:02 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 11:09:02 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 11:09:02 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 11:09:02 github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements 11:09:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.034s coverage: 28.2% of statements 11:09:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.042s coverage: 79.3% of statements 11:09:03 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 11:09:03 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 11:09:04 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 11:09:04 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.026s coverage: 90.4% of statements 11:09:04 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 11:09:04 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 11:09:04 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 11:09:05 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.088s coverage: 45.0% of statements 11:09:06 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 11:09:12 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.051s coverage: 14.3% of statements 11:09:12 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.403s coverage: 44.6% of statements 11:09:12 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.051s coverage: 68.4% of statements 11:09:12 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.082s coverage: 88.3% of statements 11:09:12 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.054s coverage: 5.0% of statements 11:09:44 GO111MODULE=on go vet ./... 11:09:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:09:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:09:45 ./bin/test-attribution-txt.sh 11:09:45 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 11:09:45 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 11:09:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:09:45 $ docker stop --time=1 508db10ba64fa3d50a49816dfbdb493c9ab53d6a755ff47b5147b0cc727917b5 11:09:47 $ docker rm -f --volumes 508db10ba64fa3d50a49816dfbdb493c9ab53d6a755ff47b5147b0cc727917b5 [Pipeline] // withDockerContainer [Pipeline] sh 11:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:09:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:09:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:09:48 + ls -al . 11:09:48 total 740 11:09:48 drwxrwxr-x 11 jenkins jenkins 4096 Jun 11 11:08 . 11:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 11:07 .. 11:09:48 -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 11:07 .dockerignore 11:09:48 drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 11:09 .git 11:09:48 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 11:07 .github 11:09:48 -rw-rw-r-- 1 jenkins jenkins 137 Jun 11 11:07 .gitignore 11:09:48 -rw-rw-r-- 1 jenkins jenkins 199 Jun 11 11:07 .golangci.yml 11:09:48 drwxr-xr-x 3 jenkins jenkins 4096 Jun 11 11:07 .semver 11:09:48 -rw-rw-r-- 1 jenkins jenkins 53715 Jun 11 11:07 CHANGELOG.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 677 Jun 11 11:07 GOVERNANCE.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 882 Jun 11 11:07 Jenkinsfile 11:09:48 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 11 11:07 LICENSE 11:09:48 -rw-rw-r-- 1 jenkins jenkins 2424 Jun 11 11:07 Makefile 11:09:48 -rw-rw-r-- 1 jenkins jenkins 619 Jun 11 11:07 OWNERS.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 4937 Jun 11 11:07 README.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 12 Jun 11 11:07 VERSION 11:09:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 11:07 bin 11:09:48 -rw-r--r-- 1 jenkins jenkins 497266 Jun 11 11:09 coverage.out 11:09:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 11 11:07 example 11:09:48 -rw-rw-r-- 1 jenkins jenkins 6110 Jun 11 11:07 go.mod 11:09:48 -rw-rw-r-- 1 jenkins jenkins 86200 Jun 11 11:07 go.sum 11:09:48 drwxrwxr-x 13 jenkins jenkins 4096 Jun 11 11:07 internal 11:09:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 11:07 openapi 11:09:48 drwxrwxr-x 6 jenkins jenkins 4096 Jun 11 11:07 pkg 11:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 11:07 snap 11:09:48 -rw-rw-r-- 1 jenkins jenkins 222 Jun 11 11:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:49 + 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=47c68daee9751b50a4ba77164948ce4cc3f1e92d --label arch=amd64 --label version=4.1.0-dev.10 . 11:09:49 Sending build context to Docker daemon 36.43MB 11:09:49 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 11:09:49 Step 2/24 : FROM ${BASE} AS builder 11:09:49 ---> 5fa4fe0ed8e0 11:09:49 Step 3/24 : ARG MAKE=make build 11:09:49 ---> Running in 9c72ddec10b0 11:09:49 Removing intermediate container 9c72ddec10b0 11:09:49 ---> 2dcd6d728fe4 11:09:49 Step 4/24 : WORKDIR /device-sdk-go 11:09:49 ---> Running in f737cc11e5d2 11:09:49 Removing intermediate container f737cc11e5d2 11:09:49 ---> c4c8137ad0c9 11:09:49 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:09:49 ---> Running in a4069d9ece80 11:09:49 Removing intermediate container a4069d9ece80 11:09:49 ---> bf53c472a0d9 11:09:49 Step 6/24 : RUN apk add --update --no-cache make git 11:09:49 ---> Running in 292636c0f2d3 11:09:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:09:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:09:50 OK: 248 MiB in 58 packages 11:09:50 Removing intermediate container 292636c0f2d3 11:09:50 ---> 6ec1520709bf 11:09:50 Step 7/24 : COPY go.mod vendor* ./ 11:09:51 ---> b15d8034a24b 11:09:51 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:09:51 ---> Running in f98e003c3fa5 11:09:51 Removing intermediate container f98e003c3fa5 11:09:51 ---> 37be14673424 11:09:51 Step 9/24 : COPY . . 11:09:52 ---> 42d1dbfeaa8d 11:09:52 Step 10/24 : RUN ${MAKE} 11:09:52 ---> Running in 7377921f03fd 11:09:52 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.10 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 11:10:18 Removing intermediate container 7377921f03fd 11:10:18 ---> 1dacb80a5c0e 11:10:18 Step 11/24 : FROM alpine:3.20 11:10:18 3.20: Pulling from library/alpine 11:10:18 0a9a5dfd008f: Already exists 11:10:18 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:10:18 Status: Downloaded newer image for alpine:3.20 11:10:18 ---> ff221270b9fb 11:10:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:10:18 ---> Running in a2b96ac34889 11:10:18 Removing intermediate container a2b96ac34889 11:10:18 ---> 2c8f90cc949e 11:10:18 Step 13/24 : RUN apk add --update --no-cache dumb-init 11:10:18 ---> Running in 588e7094c49d 11:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:10:18 (1/1) Installing dumb-init (1.2.5-r3) 11:10:18 Executing busybox-1.36.1-r29.trigger 11:10:18 OK: 8 MiB in 15 packages 11:10:19 Removing intermediate container 588e7094c49d 11:10:19 ---> 6681902830ee 11:10:19 Step 14/24 : RUN apk --no-cache upgrade 11:10:19 ---> Running in c39a90e8c1a8 11:10:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:10:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:10:19 OK: 8 MiB in 15 packages 11:10:20 Removing intermediate container c39a90e8c1a8 11:10:20 ---> a3bd3c2af980 11:10:20 Step 15/24 : WORKDIR / 11:10:20 ---> Running in 3842e7c800c5 11:10:20 Removing intermediate container 3842e7c800c5 11:10:20 ---> 99550ecde9ad 11:10:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 11:10:20 ---> 19080ebde3dd 11:10:20 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 11:10:21 ---> 9e4fccd8a9c2 11:10:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 11:10:21 ---> c506300a3a1d 11:10:21 Step 19/24 : EXPOSE 59999 11:10:21 ---> Running in b8e1fd4b2c5f 11:10:21 Removing intermediate container b8e1fd4b2c5f 11:10:21 ---> 613fca38dd85 11:10:21 Step 20/24 : ENTRYPOINT ["/device-simple"] 11:10:21 ---> Running in a0027080b3af 11:10:21 Removing intermediate container a0027080b3af 11:10:21 ---> cd74d6251635 11:10:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:10:21 ---> Running in 0293122e6ed8 11:10:21 Removing intermediate container 0293122e6ed8 11:10:21 ---> 909114f01e30 11:10:21 Step 22/24 : LABEL arch=amd64 11:10:21 ---> Running in 52ded5fe2502 11:10:21 Removing intermediate container 52ded5fe2502 11:10:21 ---> 49b95c56862c 11:10:21 Step 23/24 : LABEL git_sha=47c68daee9751b50a4ba77164948ce4cc3f1e92d 11:10:21 ---> Running in 63acfed338db 11:10:21 Removing intermediate container 63acfed338db 11:10:21 ---> 349bf611ce0c 11:10:21 Step 24/24 : LABEL version=4.1.0-dev.10 11:10:21 ---> Running in 9a971cf6547d 11:10:21 Removing intermediate container 9a971cf6547d 11:10:21 ---> 2a475571a0b8 11:10:21 [Warning] One or more build-args [ARCH] were not consumed 11:10:21 Successfully built 2a475571a0b8 11:10:21 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 11:10:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:10:22 11:10:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:10:22 latest: Pulling from edgex-lftools-log-publisher 11:10:22 5eb5b503b376: Pulling fs layer 11:10:22 5c69ac0246d0: Pulling fs layer 11:10:22 ec43610c2a17: Pulling fs layer 11:10:22 3a2ae6a8a46f: Pulling fs layer 11:10:22 33b1e0a273af: Pulling fs layer 11:10:22 5d3b04190fa2: Pulling fs layer 11:10:22 2f39f015ded8: Pulling fs layer 11:10:22 3a2ae6a8a46f: Waiting 11:10:22 33b1e0a273af: Waiting 11:10:22 5d3b04190fa2: Waiting 11:10:22 2f39f015ded8: Waiting 11:10:22 5c69ac0246d0: Verifying Checksum 11:10:22 5c69ac0246d0: Download complete 11:10:22 3a2ae6a8a46f: Verifying Checksum 11:10:22 3a2ae6a8a46f: Download complete 11:10:22 33b1e0a273af: Verifying Checksum 11:10:22 33b1e0a273af: Download complete 11:10:22 ec43610c2a17: Verifying Checksum 11:10:22 ec43610c2a17: Download complete 11:10:22 5d3b04190fa2: Verifying Checksum 11:10:22 5d3b04190fa2: Download complete 11:10:22 5eb5b503b376: Download complete 11:10:23 2f39f015ded8: Download complete 11:10:24 5eb5b503b376: Pull complete 11:10:24 5c69ac0246d0: Pull complete 11:10:24 ec43610c2a17: Pull complete 11:10:24 3a2ae6a8a46f: Pull complete 11:10:24 33b1e0a273af: Pull complete 11:10:24 5d3b04190fa2: Pull complete 11:10:28 2f39f015ded8: Pull complete 11:10:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:10:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:10:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:10:28 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:10:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:10:30 $ docker top 1120f746c77061d08d791378a60e02844278841a489e412678a0701f323fa1f2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:30 ---> job-cost.sh 11:10:30 lf-activate-venv: SKIPPING 11:10:30 INFO: No Stack... 11:10:30 INFO: Retrieving Pricing Info for: v3-standard-8 11:10:30 INFO: Archiving Costs [Pipeline] sh 11:10:31 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 11:10:31 + cut -d, -f6 [Pipeline] lock 11:10:31 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] 11:10:31 Resource [jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] did not exist. Created. 11:10:31 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:10:31 + echo total: 0.2199999988079071 [Pipeline] stash 11:10:31 Stashed 1 file(s) [Pipeline] } 11:10:31 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-365-stack-cost] [Pipeline] // lock [Pipeline] } 11:10:31 $ docker stop --time=1 1120f746c77061d08d791378a60e02844278841a489e412678a0701f323fa1f2 11:10:32 $ docker rm -f --volumes 1120f746c77061d08d791378a60e02844278841a489e412678a0701f323fa1f2 [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 11:10:33 provisioning config files... 11:10:33 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config593212867905599998tmp [Pipeline] { [Pipeline] sh 11:10:33 + set +x 11:10:33 + curl -s https://codecov.io/bash 11:10:33 + bash -s -- 11:10:33 11:10:33 _____ _ 11:10:33 / ____| | | 11:10:33 | | ___ __| | ___ ___ _____ __ 11:10:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:10:33 | |___| (_) | (_| | __/ (_| (_) \ V / 11:10:33 \_____\___/ \__,_|\___|\___\___/ \_/ 11:10:33 Bash-1.0.6 11:10:33 11:10:33 11:10:33 ==> git version 2.25.1 found 11:10:33 ==> 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 11:10:33 Release-Date: 2020-01-08 11:10:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:10:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:10:33 ==> Jenkins CI detected. 11:10:33 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 11:10:33 project root: . 11:10:33 --> token set from env 11:10:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:10:33 ==> Running gcov in . (disable via -X gcov) 11:10:33 ==> Python coveragepy not found 11:10:33 ==> Searching for coverage reports in: 11:10:33 + . 11:10:33 -> Found 1 reports 11:10:33 ==> Detecting git/mercurial file structure 11:10:33 ==> Reading reports 11:10:33 + ./coverage.out bytes=497266 11:10:33 ==> Appending adjustments 11:10:33 https://docs.codecov.io/docs/fixing-reports 11:10:34 + Found adjustments 11:10:34 ==> Gzipping contents 11:10:34 48K /tmp/codecov.3fA9ve.gz 11:10:34 ==> Uploading reports 11:10:34 url: https://codecov.io 11:10:34 query: branch=main&commit=47c68daee9751b50a4ba77164948ce4cc3f1e92d&build=365&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F365%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:10:34 -> Pinging Codecov 11:10:34 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=47c68daee9751b50a4ba77164948ce4cc3f1e92d&build=365&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F365%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:10:34 -> Uploading to 11:10:34 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/47c68daee9751b50a4ba77164948ce4cc3f1e92d/9802ba2c-3158-48f7-8242-e360d69458dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250611%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250611T111034Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=5f62afe78e02975be27a496077690cbbcbd6b41035b99a4110a8b0a6d2714fab 11:10:34 % Total % Received % Xferd Average Speed Time Time Time Current 11:10:34 Dload Upload Total Spent Left Speed 11:10:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47138 0 0 100 47138 0 270k --:--:-- --:--:-- --:--:-- 270k 11:10:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] } 11:10:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:10:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:10:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:10:34 11:10:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:10:35 latest: Pulling from edgex-devops/edgex-snyk-go 11:10:35 43c4264eed91: Pulling fs layer 11:10:35 4cc291be95ef: Pulling fs layer 11:10:35 2ac1f1163629: Pulling fs layer 11:10:35 5c3c966382ef: Pulling fs layer 11:10:35 4f4fb700ef54: Pulling fs layer 11:10:35 d9c7d2e4e75e: Pulling fs layer 11:10:35 9c3e1370e548: Pulling fs layer 11:10:35 d9c7d2e4e75e: Waiting 11:10:35 9c3e1370e548: Waiting 11:10:35 5c3c966382ef: Waiting 11:10:35 4f4fb700ef54: Waiting 11:10:35 4cc291be95ef: Download complete 11:10:35 5c3c966382ef: Verifying Checksum 11:10:35 5c3c966382ef: Download complete 11:10:35 4f4fb700ef54: Verifying Checksum 11:10:35 4f4fb700ef54: Download complete 11:10:35 43c4264eed91: Verifying Checksum 11:10:35 43c4264eed91: Download complete 11:10:35 43c4264eed91: Pull complete 11:10:35 d9c7d2e4e75e: Verifying Checksum 11:10:35 d9c7d2e4e75e: Download complete 11:10:35 4cc291be95ef: Pull complete 11:10:35 2ac1f1163629: Verifying Checksum 11:10:35 2ac1f1163629: Download complete 11:10:36 9c3e1370e548: Verifying Checksum 11:10:36 9c3e1370e548: Download complete 11:10:38 2ac1f1163629: Pull complete 11:10:38 5c3c966382ef: Pull complete 11:10:38 4f4fb700ef54: Pull complete 11:10:39 d9c7d2e4e75e: Pull complete 11:10:41 9c3e1370e548: Pull complete 11:10:41 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 11:10:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:10:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:10:41 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:10:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:10:43 $ docker top 16ff0b3a118ef2408b98d3f4dae09eb18f525957f32d3eff5894050366e4fee5 -eo pid,comm [Pipeline] { [Pipeline] sh 11:10:43 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 11:10:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 11:10:44 + set -o pipefail 11:10:44 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 11:10:50 11:10:50 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 11:10:50 11:10:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/611fd969-c0fd-4faf-908f-3871bd9c36f2 11:10:50 11:10:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:10:50 11:10:50 11:10:50 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 11:10:50 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:10:50 $ docker stop --time=1 16ff0b3a118ef2408b98d3f4dae09eb18f525957f32d3eff5894050366e4fee5 11:10:52 $ docker rm -f --volumes 16ff0b3a118ef2408b98d3f4dae09eb18f525957f32d3eff5894050366e4fee5 [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 11:10:53 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:10:53 provisioning config files... 11:10:53 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4794685013275282538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:53 --> edgex-publish-swagger.sh 11:10:53 === Publish openapi API === 11:10:53 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 11:10:53 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 11:10:53 % Total % Received % Xferd Average Speed Time Time Time Current 11:10:53 Dload Upload Total Spent Left Speed 11:10:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37584 100 66 100 37518 250 139k --:--:-- --:--:-- --:--:-- 139k 11:10:54 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:10:54 [Pipeline] } 11:10:54 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 11:10:54 + git log --format=format:%s -1 47c68daee9751b50a4ba77164948ce4cc3f1e92d [Pipeline] sh 11:10:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:10:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:10:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:10:55 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:10:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:10:55 $ docker top 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:10:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:10:55 [ssh-agent] Looking for ssh-agent implementation... 11:10:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:10:55 $ docker exec 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b ssh-agent 11:10:55 SSH_AUTH_SOCK=/tmp/ssh-KX4fCe2MVLie/agent.32 11:10:55 SSH_AGENT_PID=38 11:10:55 Running ssh-add (command line suppressed) 11:10:55 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16972528726584390789.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16972528726584390789.key) 11:10:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:10:56 + git semver tag 11:10:56 2025-06-11 11:10:56,449 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:10:56 2025-06-11 11:10:56,453 [run_tag] DEBUG tag force:False 11:10:56 2025-06-11 11:10:56,453 [check_head_tag] DEBUG check head tag 11:10:56 2025-06-11 11:10:56,454 [execute] INFO git cat-file --batch-check 11:10:56 2025-06-11 11:10:56,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 11:10:56 2025-06-11 11:10:56,456 [execute] INFO git cat-file --batch 11:10:56 2025-06-11 11:10:56,456 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 11:10:56 2025-06-11 11:10:56,467 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:10:56 2025-06-11 11:10:56,467 [execute] INFO git tag -a v4.1.0-dev.10 -m v4.1.0-dev.10 11:10:56 2025-06-11 11:10:56,467 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.10', '-m', 'v4.1.0-dev.10'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 11:10:56 2025-06-11 11:10:56,470 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:10:56 4.1.0-dev.10 [Pipeline] } 11:10:56 $ docker exec --env ******** --env ******** 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b ssh-agent -k 11:10:56 unset SSH_AUTH_SOCK; 11:10:56 unset SSH_AGENT_PID; 11:10:56 echo Agent pid 38 killed; 11:10:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:10:57 + git semver [Pipeline] } 11:10:57 $ docker stop --time=1 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b 11:10:58 $ docker rm -f --volumes 59df642bc9b4df8d284708cc77d2d4b78302bfaa4f7d90b83e0e016ecd1ad19b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:10:59 11:10:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:10:59 0.23.1-centos7: Pulling from edgex-lftools 11:10:59 ab5ef0e58194: Pulling fs layer 11:10:59 9712f1f96733: Pulling fs layer 11:10:59 63f879dbbcfc: Pulling fs layer 11:10:59 0d9ebad4ef96: Pulling fs layer 11:10:59 e9a5061849ea: Pulling fs layer 11:10:59 d747dcd14b5f: Pulling fs layer 11:10:59 2de7ff778b66: Pulling fs layer 11:10:59 e9a5061849ea: Waiting 11:10:59 d747dcd14b5f: Waiting 11:10:59 2de7ff778b66: Waiting 11:10:59 0d9ebad4ef96: Waiting 11:10:59 63f879dbbcfc: Verifying Checksum 11:10:59 63f879dbbcfc: Download complete 11:10:59 e9a5061849ea: Verifying Checksum 11:10:59 e9a5061849ea: Download complete 11:10:59 d747dcd14b5f: Download complete 11:10:59 0d9ebad4ef96: Verifying Checksum 11:10:59 0d9ebad4ef96: Download complete 11:10:59 2de7ff778b66: Verifying Checksum 11:10:59 2de7ff778b66: Download complete 11:10:59 ab5ef0e58194: Verifying Checksum 11:10:59 ab5ef0e58194: Download complete 11:11:02 ab5ef0e58194: Pull complete 11:11:02 9712f1f96733: Pull complete 11:11:03 63f879dbbcfc: Pull complete 11:11:06 0d9ebad4ef96: Pull complete 11:11:06 e9a5061849ea: Pull complete 11:11:06 d747dcd14b5f: Pull complete 11:11:07 2de7ff778b66: Pull complete 11:11:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:11:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:11:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:07 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:11:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:11:09 $ docker top 560a59cc08f5f69d1e11bddad6cccd0c9c25742b93e97d9d38842447b1606a53 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:11:09 provisioning config files... 11:11:09 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13752900606558600031tmp 11:11:09 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config265131392696907603tmp 11:11:09 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config545344066666106658tmp [Pipeline] { [Pipeline] echo 11:11:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:11:09 ---> sigul-configuration.sh 11:11:09 gpg: directory `/root/.gnupg' created 11:11:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:11:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:11:09 gpg: keyring `/root/.gnupg/secring.gpg' created 11:11:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:11:09 gpg: CAST5 encrypted data 11:11:09 gpg: encrypted with 1 passphrase 11:11:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:11:10 + mkdir /home/jenkins 11:11:10 + mkdir /home/jenkins/sigul [Pipeline] sh 11:11:10 + 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 11:11:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:11:10 ---> sigul-install.sh 11:11:10 Sigul already installed; skipping installation. [Pipeline] sh 11:11:10 + git tag --list 11:11:10 0.7.1 11:11:10 delhi-tag 11:11:10 v1.0.0 11:11:10 v1.1.0 11:11:10 v1.1.1 11:11:10 v1.1.2 11:11:10 v1.2.0 11:11:10 v1.2.1 11:11:10 v1.2.2 11:11:10 v1.2.3 11:11:10 v1.3.0 11:11:10 v1.4.0 11:11:10 v2.0.0 11:11:10 v2.1.0 11:11:10 v2.1.1 11:11:10 v2.2.0 11:11:10 v2.3.0 11:11:10 v2.3.1 11:11:10 v3.0 11:11:10 v3.0.0 11:11:10 v3.1 11:11:10 v3.1.0 11:11:10 v3.1.1 11:11:10 v4.0 11:11:10 v4.0.0 11:11:10 v4.1.0-dev.1 11:11:10 v4.1.0-dev.10 11:11:10 v4.1.0-dev.2 11:11:10 v4.1.0-dev.3 11:11:10 v4.1.0-dev.4 11:11:10 v4.1.0-dev.5 11:11:10 v4.1.0-dev.6 11:11:10 v4.1.0-dev.7 11:11:10 v4.1.0-dev.8 11:11:10 v4.1.0-dev.9 [Pipeline] sh 11:11:11 + lftools sign git-tag v4.1.0-dev.10 11:11:11 Signing Git tag with Sigul... 11:11:11 Signing v4.1.0-dev.10 [Pipeline] echo 11:11:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:11:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:11:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:11:12 $ docker stop --time=1 560a59cc08f5f69d1e11bddad6cccd0c9c25742b93e97d9d38842447b1606a53 11:11:13 $ docker rm -f --volumes 560a59cc08f5f69d1e11bddad6cccd0c9c25742b93e97d9d38842447b1606a53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:11:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:11:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:11:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:14 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:11:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:11:14 $ docker top 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb -eo pid,comm 11:11:14 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:11:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:11:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:11:15 [ssh-agent] Looking for ssh-agent implementation... 11:11:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:11:15 $ docker exec 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb ssh-agent 11:11:15 SSH_AUTH_SOCK=/tmp/ssh-63Fsz9EGTMNW/agent.31 11:11:15 SSH_AGENT_PID=37 11:11:15 Running ssh-add (command line suppressed) 11:11:15 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9615415831971431131.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9615415831971431131.key) 11:11:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:11:15 + git semver bump pre 11:11:15 2025-06-11 11:11:15,847 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:11:15 2025-06-11 11:11:15,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:11:15 2025-06-11 11:11:15,852 [bump_version] DEBUG bumping version:4.1.0-dev.10 on axis:pre with prefix:dev 11:11:15 2025-06-11 11:11:15,852 [bump_version] DEBUG bumped version:4.1.0-dev.11 11:11:15 2025-06-11 11:11:15,852 [write_version] DEBUG write version:4.1.0-dev.11 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 11:11:15 2025-06-11 11:11:15,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:11:15 2025-06-11 11:11:15,852 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:11:15 2025-06-11 11:11:15,854 [execute] INFO git cat-file --batch-check 11:11:15 2025-06-11 11:11:15,855 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:11:15 2025-06-11 11:11:15,858 [execute] INFO git cat-file --batch 11:11:15 2025-06-11 11:11:15,858 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:11:15 2025-06-11 11:11:15,861 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:11:15 4.1.0-dev.11 [Pipeline] } 11:11:15 $ docker exec --env ******** --env ******** 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb ssh-agent -k 11:11:16 unset SSH_AUTH_SOCK; 11:11:16 unset SSH_AGENT_PID; 11:11:16 echo Agent pid 37 killed; 11:11:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:11:16 + git semver [Pipeline] } 11:11:16 $ docker stop --time=1 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb 11:11:18 $ docker rm -f --volumes 33a8a20ddfd5b51eb31d50e00b26609e2aff9826d81e8c9120bc775bedd60abb [Pipeline] // withDockerContainer [Pipeline] sh 11:11:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:11:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:11:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:18 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:11:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:11:19 $ docker top bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:11:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:11:19 [ssh-agent] Looking for ssh-agent implementation... 11:11:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:11:19 $ docker exec bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 ssh-agent 11:11:19 SSH_AUTH_SOCK=/tmp/ssh-SUaN6NwEscIY/agent.32 11:11:19 SSH_AGENT_PID=38 11:11:19 Running ssh-add (command line suppressed) 11:11:19 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16610407503011527197.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16610407503011527197.key) 11:11:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:11:20 + git semver push 11:11:20 2025-06-11 11:11:20,292 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:11:20 2025-06-11 11:11:20,296 [run_push] DEBUG push 11:11:20 2025-06-11 11:11:20,297 [execute] INFO git cat-file --batch-check 11:11:20 2025-06-11 11:11:20,297 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:11:20 2025-06-11 11:11:20,299 [execute] INFO git rev-list b01f228133ef96ed175f008e894d6d81df62a096 -- 11:11:20 2025-06-11 11:11:20,299 [execute] DEBUG Popen(['git', 'rev-list', 'b01f228133ef96ed175f008e894d6d81df62a096', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:11:20 2025-06-11 11:11:20,311 [execute] INFO git fetch -v -- origin 11:11:20 2025-06-11 11:11:20,311 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 11:11:20 2025-06-11 11:11:20,809 [run_push] DEBUG no remote changes detected 11:11:20 2025-06-11 11:11:20,809 [execute] INFO git push origin semver 11:11:20 2025-06-11 11:11:20,809 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:11:21 2025-06-11 11:11:21,525 [run_push] DEBUG push all version tags 11:11:21 2025-06-11 11:11:21,526 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:11:21 2025-06-11 11:11:21,526 [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) 11:11:22 2025-06-11 11:11:22,148 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:11:22 4.1.0-dev.11 [Pipeline] } 11:11:22 $ docker exec --env ******** --env ******** bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 ssh-agent -k 11:11:22 unset SSH_AUTH_SOCK; 11:11:22 unset SSH_AGENT_PID; 11:11:22 echo Agent pid 38 killed; 11:11:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:11:22 + git semver [Pipeline] } 11:11:23 $ docker stop --time=1 bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 11:11:24 $ docker rm -f --volumes bc6f1e406657b564693d050a8be210c8e74cbd47605b31e9ddce20cb5bcb2086 [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 11:11:24 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 11:11:24 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 11:11:24 total 16 11:11:24 drwxr-xr-x 3 root root 4096 Jun 11 11:10 . 11:11:24 drwxrwxr-x 12 jenkins jenkins 4096 Jun 11 11:11 .. 11:11:24 drwxr-xr-x 2 root root 4096 Jun 11 11:10 cost 11:11:24 -rw-r--r-- 1 root root 85 Jun 11 11:10 cost.csv 11:11:24 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 11:11:24 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 11:11:24 total 16 11:11:24 drwxr-xr-x 3 jenkins jenkins 4096 Jun 11 11:10 . 11:11:24 drwxrwxr-x 12 jenkins jenkins 4096 Jun 11 11:11 .. 11:11:24 drwxr-xr-x 2 jenkins jenkins 4096 Jun 11 11:10 cost 11:11:24 -rw-r--r-- 1 jenkins jenkins 85 Jun 11 11:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:11:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:11:26 ---> package-listing.sh 11:11:26 ++ facter osfamily 11:11:26 ++ tr '[:upper:]' '[:lower:]' 11:11:26 + OS_FAMILY=debian 11:11:26 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 11:11:26 + START_PACKAGES=/tmp/packages_start.txt 11:11:26 + END_PACKAGES=/tmp/packages_end.txt 11:11:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:11:26 + PACKAGES=/tmp/packages_start.txt 11:11:26 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 11:11:26 + PACKAGES=/tmp/packages_end.txt 11:11:26 + case "${OS_FAMILY}" in 11:11:26 + dpkg -l 11:11:26 + grep '^ii' 11:11:26 + '[' -f /tmp/packages_start.txt ']' 11:11:26 + '[' -f /tmp/packages_end.txt ']' 11:11:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:11:26 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 11:11:26 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 11:11:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 11:11:26 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 11:11:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:11:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:27 prd-ubuntu20.04-docker-8c-8g-3142 does not seem to be running inside a container 11:11:27 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:11:27 $ docker top 52a4a027ccbe8440b4ff099b226db0d9ab3dcf91d1603b22831252f1c419ccec -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:27 + touch /tmp/pre-build-complete [Pipeline] sh 11:11:28 + mkdir -p /var/log/sysstat [Pipeline] sh 11:11:28 + ls /var/log/sa-host 11:11:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:28 provisioning config files... 11:11:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5174119867373078387tmp [Pipeline] { [Pipeline] echo 11:11:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:11:29 ---> create-netrc.sh [Pipeline] } 11:11:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:11:29 ---> python-tools-install.sh [Pipeline] echo 11:11:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:11:29 ---> sudo-logs.sh 11:11:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:11:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:11:30 ---> job-cost.sh 11:11:30 lf-activate-venv: SKIPPING 11:11:30 DEBUG: total: 0.2199999988079071 11:11:30 INFO: Retrieving Stack Cost... 11:11:30 INFO: Retrieving Pricing Info for: v3-standard-8 11:11:30 INFO: Archiving Costs [Pipeline] echo 11:11:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:11:31 ---> logs-deploy.sh 11:11:31 lf-activate-venv: SKIPPING 11:11:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/365 11:11:31 INFO: archiving workspace using pattern(s): 11:11:31 Archives upload complete. 11:11:31 INFO: archiving logs to Nexus 11:11:32 ---> uname -a: 11:11:32 Linux prd-ubuntu20-04-docker-8c-8g-3142 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:11:32 11:11:32 11:11:32 ---> lscpu: 11:11:32 Architecture: x86_64 11:11:32 CPU op-mode(s): 32-bit, 64-bit 11:11:32 Byte Order: Little Endian 11:11:32 Address sizes: 40 bits physical, 48 bits virtual 11:11:32 CPU(s): 8 11:11:32 On-line CPU(s) list: 0-7 11:11:32 Thread(s) per core: 1 11:11:32 Core(s) per socket: 1 11:11:32 Socket(s): 8 11:11:32 NUMA node(s): 1 11:11:32 Vendor ID: AuthenticAMD 11:11:32 CPU family: 23 11:11:32 Model: 49 11:11:32 Model name: AMD EPYC-Rome Processor 11:11:32 Stepping: 0 11:11:32 CPU MHz: 2799.996 11:11:32 BogoMIPS: 5599.99 11:11:32 Virtualization: AMD-V 11:11:32 Hypervisor vendor: KVM 11:11:32 Virtualization type: full 11:11:32 L1d cache: 256 KiB 11:11:32 L1i cache: 256 KiB 11:11:32 L2 cache: 4 MiB 11:11:32 L3 cache: 128 MiB 11:11:32 NUMA node0 CPU(s): 0-7 11:11:32 Vulnerability Itlb multihit: Not affected 11:11:32 Vulnerability L1tf: Not affected 11:11:32 Vulnerability Mds: Not affected 11:11:32 Vulnerability Meltdown: Not affected 11:11:32 Vulnerability Mmio stale data: Not affected 11:11:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:11:32 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:11:32 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:11:32 Vulnerability Srbds: Not affected 11:11:32 Vulnerability Tsx async abort: Not affected 11:11:32 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 11:11:32 11:11:32 11:11:32 ---> nproc: 11:11:32 8 11:11:32 11:11:32