Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f8171bedad86b7e07c34694afd78fffcf76b65a9 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-ssh1618090903511195215.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-ssh10818898747040230207.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-ssh11457398408395347735.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-ssh12351856052201350023.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-ssh12346508799215649710.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-2690’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2691 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 f8171bedad86b7e07c34694afd78fffcf76b65a9 (main) Commit message: "Merge pull request #1723 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.10" > git config core.sparsecheckout # timeout=10 > git checkout -f f8171bedad86b7e07c34694afd78fffcf76b65a9 # timeout=10 > git rev-list --no-walk ee54e05a466e4f30f0d475fdaf6f1dcb3e2f12b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:17:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:17:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:17:24 ========================================================= 04:17:24 EdgeX Global Pipelines Version Info 04:17:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:17:25 ------------------- 04:17:25 stable info: 04:17:25 ------------------- 04:17:25 Commited By: Ginny Guan ginny@iotechsys.com 04:17:25 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 04:17:25 Message: update stable to v1.0.274 04:17:25 ------------------- 04:17:25 experimental info: 04:17:25 ------------------- 04:17:25 Commited By: **** collab-it+edgex@linuxfoundation.org 04:17:25 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 04:17:25 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f8171be [Pipeline] echo 04:17:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:26 provisioning config files... 04:17:26 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3223430844845905088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:27 ---> ****-login.sh 04:17:27 nexus3.edgexfoundry.org:10001 04:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:27 Configure a credential helper to remove this warning. See 04:17:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:27 04:17:27 Login Succeeded 04:17:27 nexus3.edgexfoundry.org:10002 04:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:27 Configure a credential helper to remove this warning. See 04:17:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:27 04:17:27 Login Succeeded 04:17:27 nexus3.edgexfoundry.org:10003 04:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:27 Configure a credential helper to remove this warning. See 04:17:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:27 04:17:27 Login Succeeded 04:17:27 nexus3.edgexfoundry.org:10004 04:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:27 Configure a credential helper to remove this warning. See 04:17:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:27 04:17:27 Login Succeeded 04:17:27 ****.io 04:17:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:28 Configure a credential helper to remove this warning. See 04:17:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:28 04:17:28 Login Succeeded 04:17:28 ---> ****-login.sh ends [Pipeline] } 04:17:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:17:28 + git rev-list -1 --merges f8171bedad86b7e07c34694afd78fffcf76b65a9~1..f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo 04:17:28 -----------> git rev-list -1 --merges f8171bedad86b7e07c34694afd78fffcf76b65a9~1..f8171bedad86b7e07c34694afd78fffcf76b65a9 f8171bedad86b7e07c34694afd78fffcf76b65a9 04:17:28 f8171bedad86b7e07c34694afd78fffcf76b65a9 [false] [Pipeline] sh 04:17:29 + git log --format=format:%s -1 f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo 04:17:29 ========================================================= 04:17:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:17:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:17:29 + git log --format=format:%s -1 f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] echo 04:17:29 [semverPrep] GIT_COMMIT: f8171bedad86b7e07c34694afd78fffcf76b65a9, Commit Message: Merge pull request #1723 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.10 [Pipeline] echo 04:17:29 [semverPrep] This is not a build commit. [Pipeline] sh 04:17:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:17:29 + grep -v github /etc/ssh/ssh_known_hosts 04:17:29 + [ -e /tmp/ssh_known_hosts ] 04:17:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:17:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:17:29 + sudo tee -a /etc/ssh/ssh_known_hosts 04:17:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:17:30 04:17:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:17:30 0.1.4: Pulling from edgex-devops/py-git-semver 04:17:30 3dae71ba6b94: Pulling fs layer 04:17:30 6bf1a483ea7c: Pulling fs layer 04:17:30 f5dfc541a4d3: Pulling fs layer 04:17:30 461d9e800cba: Pulling fs layer 04:17:30 80192f66455f: Pulling fs layer 04:17:30 2e8e34ca0e6c: Pulling fs layer 04:17:30 a29436f7fd5d: Pulling fs layer 04:17:30 923cac83aea3: Pulling fs layer 04:17:30 25ad8b0a4227: Pulling fs layer 04:17:30 db01528c6b51: Pulling fs layer 04:17:30 28988de357af: Pulling fs layer 04:17:30 80192f66455f: Waiting 04:17:30 db01528c6b51: Waiting 04:17:30 a29436f7fd5d: Waiting 04:17:30 28988de357af: Waiting 04:17:30 25ad8b0a4227: Waiting 04:17:30 2e8e34ca0e6c: Waiting 04:17:30 461d9e800cba: Waiting 04:17:30 6bf1a483ea7c: Verifying Checksum 04:17:30 6bf1a483ea7c: Download complete 04:17:30 461d9e800cba: Download complete 04:17:30 80192f66455f: Verifying Checksum 04:17:30 80192f66455f: Download complete 04:17:30 f5dfc541a4d3: Verifying Checksum 04:17:30 f5dfc541a4d3: Download complete 04:17:30 3dae71ba6b94: Verifying Checksum 04:17:30 3dae71ba6b94: Download complete 04:17:30 923cac83aea3: Verifying Checksum 04:17:30 923cac83aea3: Download complete 04:17:30 25ad8b0a4227: Verifying Checksum 04:17:30 25ad8b0a4227: Download complete 04:17:30 db01528c6b51: Verifying Checksum 04:17:30 db01528c6b51: Download complete 04:17:30 28988de357af: Verifying Checksum 04:17:30 28988de357af: Download complete 04:17:31 a29436f7fd5d: Verifying Checksum 04:17:31 a29436f7fd5d: Download complete 04:17:31 2e8e34ca0e6c: Verifying Checksum 04:17:31 2e8e34ca0e6c: Download complete 04:17:32 3dae71ba6b94: Pull complete 04:17:32 6bf1a483ea7c: Pull complete 04:17:32 f5dfc541a4d3: Pull complete 04:17:32 461d9e800cba: Pull complete 04:17:33 80192f66455f: Pull complete 04:17:37 2e8e34ca0e6c: Pull complete 04:17:37 a29436f7fd5d: Pull complete 04:17:38 923cac83aea3: Pull complete 04:17:38 25ad8b0a4227: Pull complete 04:17:38 db01528c6b51: Pull complete 04:17:38 28988de357af: Pull complete 04:17:38 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 04:17:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:17:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:17:38 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:17:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:17:40 $ docker top bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f -eo pid,comm 04:17:40 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). 04:17:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:17:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:17:40 [ssh-agent] Looking for ssh-agent implementation... 04:17:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:17:40 $ docker exec bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent 04:17:40 SSH_AUTH_SOCK=/tmp/ssh-jrY50rEI7zaC/agent.32 04:17:40 SSH_AGENT_PID=38 04:17:40 Running ssh-add (command line suppressed) 04:17:40 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7166590002255294626.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7166590002255294626.key) 04:17:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:17:41 + git tag --points-at HEAD [Pipeline] } 04:17:41 $ docker exec --env ******** --env ******** bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent -k 04:17:41 unset SSH_AUTH_SOCK; 04:17:41 unset SSH_AGENT_PID; 04:17:41 echo Agent pid 38 killed; 04:17:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:17:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:17:41 [ssh-agent] Looking for ssh-agent implementation... 04:17:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:17:41 $ docker exec bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent 04:17:41 SSH_AUTH_SOCK=/tmp/ssh-SEIUO63rXPNV/agent.71 04:17:41 SSH_AGENT_PID=77 04:17:41 Running ssh-add (command line suppressed) 04:17:41 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7002102211465650597.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7002102211465650597.key) 04:17:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:17:42 + git semver init 04:17:42 2025-06-03 04:17:42,233 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:17:42 2025-06-03 04:17:42,237 [run_init] DEBUG init version:0.0.0 force:False 04:17:42 2025-06-03 04:17:42,238 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 04:17:42 2025-06-03 04:17:42,239 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 04:17:42 2025-06-03 04:17:42,239 [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) 04:17:44 2025-06-03 04:17:43,705 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 04:17:44 2025-06-03 04:17:43,705 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 04:17:44 2025-06-03 04:17:43,705 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:17:44 2025-06-03 04:17:43,706 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:17:44 4.1.0-dev.7 [Pipeline] } 04:17:44 $ docker exec --env ******** --env ******** bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f ssh-agent -k 04:17:44 unset SSH_AUTH_SOCK; 04:17:44 unset SSH_AGENT_PID; 04:17:44 echo Agent pid 77 killed; 04:17:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:17:44 + git semver [Pipeline] } 04:17:44 $ docker stop --time=1 bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f 04:17:46 $ docker rm -f --volumes bb4ed19f4e7d1d85da5b49738081595809b031ddd6534943b2c9444880562a2f [Pipeline] // withDockerContainer [Pipeline] sh 04:17:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:17:46 Stashed 1 file(s) [Pipeline] echo 04:17:46 [edgeXSemver]: initialized semver on version 4.1.0-dev.7 [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 04:17:47 provisioning config files... 04:17:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3084551055999009936tmp [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 04:17:47 ---> ****-login.sh 04:17:47 nexus3.edgexfoundry.org:10001 04:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:47 Configure a credential helper to remove this warning. See 04:17:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:47 04:17:47 Login Succeeded 04:17:47 nexus3.edgexfoundry.org:10002 04:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:47 Configure a credential helper to remove this warning. See 04:17:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:47 04:17:47 Login Succeeded 04:17:47 nexus3.edgexfoundry.org:10003 04:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:47 Configure a credential helper to remove this warning. See 04:17:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:47 04:17:47 Login Succeeded 04:17:47 nexus3.edgexfoundry.org:10004 04:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:47 Configure a credential helper to remove this warning. See 04:17:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:47 04:17:47 Login Succeeded 04:17:47 ****.io 04:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:47 Configure a credential helper to remove this warning. See 04:17:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:47 04:17:47 Login Succeeded 04:17:47 ---> ****-login.sh ends [Pipeline] } 04:17:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:17:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:17:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:17:48 ========================================================= 04:17:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:17:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:48 + 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 . 04:17:48 Sending build context to Docker daemon 35.92MB 04:17:48 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 04:17:48 Step 2/10 : FROM ${BASE} AS builder 04:17:48 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:17:48 0a9a5dfd008f: Pulling fs layer 04:17:48 dbfa0bcfca99: Pulling fs layer 04:17:48 70eabb1d9476: Pulling fs layer 04:17:48 957bedc73fa3: Pulling fs layer 04:17:48 4f4fb700ef54: Pulling fs layer 04:17:48 957bedc73fa3: Waiting 04:17:48 f40432e63723: Pulling fs layer 04:17:48 90b4343acab7: Pulling fs layer 04:17:48 4f4fb700ef54: Waiting 04:17:48 9f67ea4ac784: Pulling fs layer 04:17:48 f40432e63723: Waiting 04:17:48 9228b9a606be: Pulling fs layer 04:17:48 9228b9a606be: Waiting 04:17:48 dbfa0bcfca99: Verifying Checksum 04:17:48 dbfa0bcfca99: Download complete 04:17:48 957bedc73fa3: Verifying Checksum 04:17:48 957bedc73fa3: Download complete 04:17:48 4f4fb700ef54: Verifying Checksum 04:17:48 4f4fb700ef54: Download complete 04:17:48 f40432e63723: Verifying Checksum 04:17:48 f40432e63723: Download complete 04:17:48 0a9a5dfd008f: Download complete 04:17:48 90b4343acab7: Verifying Checksum 04:17:48 90b4343acab7: Download complete 04:17:49 0a9a5dfd008f: Pull complete 04:17:49 9228b9a606be: Verifying Checksum 04:17:49 9228b9a606be: Download complete 04:17:49 dbfa0bcfca99: Pull complete 04:17:49 70eabb1d9476: Download complete 04:17:49 9f67ea4ac784: Verifying Checksum 04:17:49 9f67ea4ac784: Download complete 04:17:54 70eabb1d9476: Pull complete 04:17:54 957bedc73fa3: Pull complete 04:17:54 4f4fb700ef54: Pull complete 04:17:54 f40432e63723: Pull complete 04:17:54 90b4343acab7: Pull complete 04:17:55 9f67ea4ac784: Pull complete 04:17:55 9228b9a606be: Pull complete 04:17:55 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 04:17:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:17:56 ---> 69404ca5bff2 04:17:56 Step 3/10 : ARG MAKE=make build 04:17:57 ---> Running in 0c455288f991 04:17:57 Removing intermediate container 0c455288f991 04:17:57 ---> cc3a3df55ada 04:17:57 Step 4/10 : WORKDIR /device-sdk-go 04:17:57 ---> Running in 3a28734399b0 04:17:57 Removing intermediate container 3a28734399b0 04:17:57 ---> 07f079394698 04:17:57 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:17:57 ---> Running in 8f2fc388ff17 04:17:57 Removing intermediate container 8f2fc388ff17 04:17:57 ---> 87c2cc7f1f2a 04:17:57 Step 6/10 : RUN apk add --update --no-cache make git 04:17:57 ---> Running in f12a271e3bce 04:17:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:17:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:17:58 OK: 248 MiB in 58 packages 04:17:58 Removing intermediate container f12a271e3bce 04:17:58 ---> ebe80ea698f5 04:17:58 Step 7/10 : COPY go.mod vendor* ./ 04:17:58 ---> 3aa0b0cc972b 04:17:58 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:58 ---> Running in 16c08df98703 04:18:38 Removing intermediate container 16c08df98703 04:18:38 ---> a06382570cf1 04:18:38 Step 9/10 : COPY . . 04:18:38 ---> dc86eb66766b 04:18:38 Step 10/10 : RUN ${MAKE} 04:18:38 ---> Running in 57536c529483 04:18:38 noop 04:18:38 Removing intermediate container 57536c529483 04:18:38 ---> 0b92ce599093 04:18:38 Successfully built 0b92ce599093 04:18:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:39 + docker inspect -f . ci-base-image-x86_64 04:18:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:18:39 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:18:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:18:39 $ docker top 89215331c539faea330c58ea71f631fc494c68c7ddc46c72bea26cfff645032c -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:40 + go version 04:18:40 go version go1.23.8 linux/amd64 [Pipeline] } 04:18:40 $ docker stop --time=1 89215331c539faea330c58ea71f631fc494c68c7ddc46c72bea26cfff645032c 04:18:41 $ docker rm -f --volumes 89215331c539faea330c58ea71f631fc494c68c7ddc46c72bea26cfff645032c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:41 + docker inspect -f . ci-base-image-x86_64 04:18:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:18:41 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:18:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:18:42 $ docker top 4604802c4bae7608a48d7a4ece041935320e87d474a72bc95e92b4acf8fe9c37 -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:42 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 04:18:42 + make test 04:18:42 go test -race -coverprofile=coverage.out ./... 04:18:51 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 04:19:29 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 04:19:29 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 04:19:29 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 04:19:29 github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements 04:19:29 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 04:19:29 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.041s coverage: 28.2% of statements 04:19:29 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.041s coverage: 79.3% of statements 04:19:29 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 04:19:29 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 04:19:30 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.034s coverage: 90.4% of statements 04:19:30 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 04:19:30 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 04:19:30 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 04:19:30 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 04:19:31 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.103s coverage: 45.0% of statements 04:19:32 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 04:19:37 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.062s coverage: 14.3% of statements 04:19:37 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.821s coverage: 44.6% of statements 04:19:37 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.054s coverage: 68.4% of statements 04:19:37 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.102s coverage: 88.3% of statements 04:19:37 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.056s coverage: 5.0% of statements 04:20:16 GO111MODULE=on go vet ./... 04:20:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:20:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:20:17 ./bin/test-attribution-txt.sh 04:20:17 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 04:20:17 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 04:20:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 04:20:17 $ docker stop --time=1 4604802c4bae7608a48d7a4ece041935320e87d474a72bc95e92b4acf8fe9c37 04:20:19 $ docker rm -f --volumes 4604802c4bae7608a48d7a4ece041935320e87d474a72bc95e92b4acf8fe9c37 [Pipeline] // withDockerContainer [Pipeline] sh 04:20:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:20:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:20:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:20:21 + ls -al . 04:20:21 total 740 04:20:21 drwxrwxr-x 11 jenkins jenkins 4096 Jun 3 04:18 . 04:20:21 drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 04:17 .. 04:20:21 -rw-rw-r-- 1 jenkins jenkins 140 Jun 3 04:17 .dockerignore 04:20:21 drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 04:19 .git 04:20:21 drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 04:17 .github 04:20:21 -rw-rw-r-- 1 jenkins jenkins 137 Jun 3 04:17 .gitignore 04:20:21 -rw-rw-r-- 1 jenkins jenkins 199 Jun 3 04:17 .golangci.yml 04:20:21 drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 04:17 .semver 04:20:21 -rw-rw-r-- 1 jenkins jenkins 53715 Jun 3 04:17 CHANGELOG.md 04:20:21 -rw-rw-r-- 1 jenkins jenkins 677 Jun 3 04:17 GOVERNANCE.md 04:20:21 -rw-rw-r-- 1 jenkins jenkins 882 Jun 3 04:17 Jenkinsfile 04:20:21 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 3 04:17 LICENSE 04:20:21 -rw-rw-r-- 1 jenkins jenkins 2424 Jun 3 04:17 Makefile 04:20:21 -rw-rw-r-- 1 jenkins jenkins 619 Jun 3 04:17 OWNERS.md 04:20:21 -rw-rw-r-- 1 jenkins jenkins 4937 Jun 3 04:17 README.md 04:20:21 -rw-rw-r-- 1 jenkins jenkins 11 Jun 3 04:17 VERSION 04:20:21 drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 04:17 bin 04:20:21 -rw-r--r-- 1 jenkins jenkins 497266 Jun 3 04:19 coverage.out 04:20:21 drwxrwxr-x 5 jenkins jenkins 4096 Jun 3 04:17 example 04:20:21 -rw-rw-r-- 1 jenkins jenkins 6110 Jun 3 04:17 go.mod 04:20:21 -rw-rw-r-- 1 jenkins jenkins 86200 Jun 3 04:17 go.sum 04:20:21 drwxrwxr-x 13 jenkins jenkins 4096 Jun 3 04:17 internal 04:20:21 drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 04:17 openapi 04:20:21 drwxrwxr-x 6 jenkins jenkins 4096 Jun 3 04:17 pkg 04:20:21 drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 04:17 snap 04:20:21 -rw-rw-r-- 1 jenkins jenkins 222 Jun 3 04:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:21 + 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=f8171bedad86b7e07c34694afd78fffcf76b65a9 --label arch=amd64 --label version=4.1.0-dev.7 . 04:20:21 Sending build context to Docker daemon 36.42MB 04:20:21 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 04:20:21 Step 2/24 : FROM ${BASE} AS builder 04:20:21 ---> 0b92ce599093 04:20:21 Step 3/24 : ARG MAKE=make build 04:20:21 ---> Running in e973dc48ca8e 04:20:21 Removing intermediate container e973dc48ca8e 04:20:21 ---> c695066f84f5 04:20:21 Step 4/24 : WORKDIR /device-sdk-go 04:20:21 ---> Running in c4eb659f8822 04:20:22 Removing intermediate container c4eb659f8822 04:20:22 ---> 9358a0635ff4 04:20:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:20:22 ---> Running in 6d74f14b794b 04:20:22 Removing intermediate container 6d74f14b794b 04:20:22 ---> 18e2b3f33d13 04:20:22 Step 6/24 : RUN apk add --update --no-cache make git 04:20:22 ---> Running in 3486177a08b7 04:20:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:20:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:20:22 OK: 248 MiB in 58 packages 04:20:23 Removing intermediate container 3486177a08b7 04:20:23 ---> c6e632b639b0 04:20:23 Step 7/24 : COPY go.mod vendor* ./ 04:20:23 ---> df23bdcf024e 04:20:23 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:23 ---> Running in 57089643c3e8 04:20:24 Removing intermediate container 57089643c3e8 04:20:24 ---> 98a2bd073062 04:20:24 Step 9/24 : COPY . . 04:20:24 ---> 3e121a6c0c02 04:20:24 Step 10/24 : RUN ${MAKE} 04:20:24 ---> Running in e6ddf3794c88 04:20:24 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.7 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:20:56 Removing intermediate container e6ddf3794c88 04:20:56 ---> a01290e12faa 04:20:56 Step 11/24 : FROM alpine:3.20 04:20:56 3.20: Pulling from library/alpine 04:20:56 0a9a5dfd008f: Already exists 04:20:56 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:20:56 Status: Downloaded newer image for alpine:3.20 04:20:56 ---> ff221270b9fb 04:20:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:20:56 ---> Running in e04c298a9f03 04:20:56 Removing intermediate container e04c298a9f03 04:20:56 ---> 3a201d2d8456 04:20:56 Step 13/24 : RUN apk add --update --no-cache dumb-init 04:20:56 ---> Running in 978f96accff4 04:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:20:56 (1/1) Installing dumb-init (1.2.5-r3) 04:20:56 Executing busybox-1.36.1-r29.trigger 04:20:56 OK: 8 MiB in 15 packages 04:20:56 Removing intermediate container 978f96accff4 04:20:56 ---> 08bab0cdc3a0 04:20:56 Step 14/24 : RUN apk --no-cache upgrade 04:20:56 ---> Running in 01e8f5fcd9b5 04:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:20:56 OK: 8 MiB in 15 packages 04:20:56 Removing intermediate container 01e8f5fcd9b5 04:20:56 ---> 35381753fdc0 04:20:56 Step 15/24 : WORKDIR / 04:20:56 ---> Running in 1cc707481e34 04:20:56 Removing intermediate container 1cc707481e34 04:20:56 ---> 009a12cc149d 04:20:56 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:20:56 ---> ccd3a15e7309 04:20:56 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:20:57 ---> 0df7262c9038 04:20:57 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:20:57 ---> 5cdeb9ed0e6f 04:20:57 Step 19/24 : EXPOSE 59999 04:20:57 ---> Running in 357c934c23da 04:20:57 Removing intermediate container 357c934c23da 04:20:57 ---> c063f859c469 04:20:57 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:20:57 ---> Running in a7d4b4b5ab2e 04:20:57 Removing intermediate container a7d4b4b5ab2e 04:20:57 ---> 95c2de131c16 04:20:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:20:57 ---> Running in 1d2d8721f9ef 04:20:58 Removing intermediate container 1d2d8721f9ef 04:20:58 ---> 79aa24d99bcd 04:20:58 Step 22/24 : LABEL arch=amd64 04:20:58 ---> Running in 12aa01cc172d 04:20:58 Removing intermediate container 12aa01cc172d 04:20:58 ---> 9396a1cb9af2 04:20:58 Step 23/24 : LABEL git_sha=f8171bedad86b7e07c34694afd78fffcf76b65a9 04:20:58 ---> Running in 315190390a62 04:20:58 Removing intermediate container 315190390a62 04:20:58 ---> 94f0d158fa0e 04:20:58 Step 24/24 : LABEL version=4.1.0-dev.7 04:20:58 ---> Running in 1f7cd1f19b55 04:20:58 Removing intermediate container 1f7cd1f19b55 04:20:58 ---> f41373dd50b8 04:20:58 [Warning] One or more build-args [ARCH] were not consumed 04:20:58 Successfully built f41373dd50b8 04:20:58 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 04:20:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:20:58 04:20:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:20:59 latest: Pulling from edgex-lftools-log-publisher 04:20:59 5eb5b503b376: Pulling fs layer 04:20:59 5c69ac0246d0: Pulling fs layer 04:20:59 ec43610c2a17: Pulling fs layer 04:20:59 3a2ae6a8a46f: Pulling fs layer 04:20:59 33b1e0a273af: Pulling fs layer 04:20:59 5d3b04190fa2: Pulling fs layer 04:20:59 2f39f015ded8: Pulling fs layer 04:20:59 33b1e0a273af: Waiting 04:20:59 5d3b04190fa2: Waiting 04:20:59 2f39f015ded8: Waiting 04:20:59 3a2ae6a8a46f: Waiting 04:20:59 5c69ac0246d0: Verifying Checksum 04:20:59 5c69ac0246d0: Download complete 04:20:59 33b1e0a273af: Verifying Checksum 04:20:59 33b1e0a273af: Download complete 04:20:59 5d3b04190fa2: Verifying Checksum 04:20:59 5d3b04190fa2: Download complete 04:20:59 ec43610c2a17: Verifying Checksum 04:20:59 ec43610c2a17: Download complete 04:20:59 5eb5b503b376: Verifying Checksum 04:20:59 5eb5b503b376: Download complete 04:20:59 2f39f015ded8: Verifying Checksum 04:20:59 2f39f015ded8: Download complete 04:21:00 5eb5b503b376: Pull complete 04:21:00 5c69ac0246d0: Pull complete 04:21:00 ec43610c2a17: Pull complete 04:21:01 3a2ae6a8a46f: Pull complete 04:21:01 33b1e0a273af: Pull complete 04:21:01 5d3b04190fa2: Pull complete 04:21:05 2f39f015ded8: Pull complete 04:21:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:21:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:06 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:21:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:21:07 $ docker top a4e1831cc06396a8b35909864047fb4a2ebb7a81f3ccfccf9d36da87851b1b09 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:07 ---> job-cost.sh 04:21:07 lf-activate-venv: SKIPPING 04:21:07 INFO: No Stack... 04:21:07 INFO: Retrieving Pricing Info for: v3-standard-8 04:21:08 INFO: Archiving Costs [Pipeline] sh 04:21:08 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 04:21:08 + cut -d, -f6 [Pipeline] lock 04:21:08 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] 04:21:08 Resource [jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] did not exist. Created. 04:21:08 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:21:08 + echo total: 0.2199999988079071 [Pipeline] stash 04:21:08 Stashed 1 file(s) [Pipeline] } 04:21:08 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-362-stack-cost] [Pipeline] // lock [Pipeline] } 04:21:08 $ docker stop --time=1 a4e1831cc06396a8b35909864047fb4a2ebb7a81f3ccfccf9d36da87851b1b09 04:21:10 $ docker rm -f --volumes a4e1831cc06396a8b35909864047fb4a2ebb7a81f3ccfccf9d36da87851b1b09 [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 04:21:10 provisioning config files... 04:21:10 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8481701053459258680tmp [Pipeline] { [Pipeline] sh 04:21:10 + set +x 04:21:10 + curl -s https://codecov.io/bash 04:21:10 + bash -s -- 04:21:10 04:21:10 _____ _ 04:21:10 / ____| | | 04:21:10 | | ___ __| | ___ ___ _____ __ 04:21:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:21:10 | |___| (_) | (_| | __/ (_| (_) \ V / 04:21:10 \_____\___/ \__,_|\___|\___\___/ \_/ 04:21:10 Bash-1.0.6 04:21:10 04:21:10 04:21:10 ==> git version 2.25.1 found 04:21:10 ==> 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 04:21:10 Release-Date: 2020-01-08 04:21:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:21:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:21:10 ==> Jenkins CI detected. 04:21:10 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 04:21:10 project root: . 04:21:10 --> token set from env 04:21:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:21:10 ==> Running gcov in . (disable via -X gcov) 04:21:10 ==> Python coveragepy not found 04:21:10 ==> Searching for coverage reports in: 04:21:10 + . 04:21:10 -> Found 1 reports 04:21:10 ==> Detecting git/mercurial file structure 04:21:10 ==> Reading reports 04:21:10 + ./coverage.out bytes=497266 04:21:10 ==> Appending adjustments 04:21:10 https://docs.codecov.io/docs/fixing-reports 04:21:11 + Found adjustments 04:21:11 ==> Gzipping contents 04:21:11 48K /tmp/codecov.p1vUyB.gz 04:21:11 ==> Uploading reports 04:21:11 url: https://codecov.io 04:21:11 query: branch=main&commit=f8171bedad86b7e07c34694afd78fffcf76b65a9&build=362&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F362%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:21:11 -> Pinging Codecov 04:21:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f8171bedad86b7e07c34694afd78fffcf76b65a9&build=362&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F362%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:21:11 -> Uploading to 04:21:11 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/f8171bedad86b7e07c34694afd78fffcf76b65a9/b4648a92-ab24-4124-812b-c2735b898854.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250603%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250603T042111Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=b69af81af65f0e1c2e309b712ed23caa4927a158268254b36fd422a1db025526 04:21:11 % Total % Received % Xferd Average Speed Time Time Time Current 04:21:11 Dload Upload Total Spent Left Speed 04:21:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47538 0 0 100 47538 0 196k --:--:-- --:--:-- --:--:-- 195k 04:21:11 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] } 04:21:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:21:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:21:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:21:12 04:21:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:21:12 latest: Pulling from edgex-devops/edgex-snyk-go 04:21:12 43c4264eed91: Pulling fs layer 04:21:12 4cc291be95ef: Pulling fs layer 04:21:12 2ac1f1163629: Pulling fs layer 04:21:12 5c3c966382ef: Pulling fs layer 04:21:12 4f4fb700ef54: Pulling fs layer 04:21:12 d9c7d2e4e75e: Pulling fs layer 04:21:12 9c3e1370e548: Pulling fs layer 04:21:12 5c3c966382ef: Waiting 04:21:12 9c3e1370e548: Waiting 04:21:12 4f4fb700ef54: Waiting 04:21:12 d9c7d2e4e75e: Waiting 04:21:12 4cc291be95ef: Verifying Checksum 04:21:12 4cc291be95ef: Download complete 04:21:12 5c3c966382ef: Verifying Checksum 04:21:12 5c3c966382ef: Download complete 04:21:12 4f4fb700ef54: Verifying Checksum 04:21:12 4f4fb700ef54: Download complete 04:21:12 43c4264eed91: Verifying Checksum 04:21:12 43c4264eed91: Download complete 04:21:12 43c4264eed91: Pull complete 04:21:12 d9c7d2e4e75e: Verifying Checksum 04:21:12 d9c7d2e4e75e: Download complete 04:21:12 4cc291be95ef: Pull complete 04:21:13 2ac1f1163629: Verifying Checksum 04:21:13 2ac1f1163629: Download complete 04:21:13 9c3e1370e548: Verifying Checksum 04:21:13 9c3e1370e548: Download complete 04:21:16 2ac1f1163629: Pull complete 04:21:16 5c3c966382ef: Pull complete 04:21:16 4f4fb700ef54: Pull complete 04:21:16 d9c7d2e4e75e: Pull complete 04:21:20 9c3e1370e548: Pull complete 04:21:20 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 04:21:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:21:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:20 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:21:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 04:21:22 $ docker top 8e6ce7cbb9d81ea6a5edb06e88610878217d07b08a3bb40253a4407c19c7f51d -eo pid,comm [Pipeline] { [Pipeline] sh 04:21:22 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 04:21:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 04:21:23 + set -o pipefail 04:21:23 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 04:21:29 04:21:29 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 04:21:29 04:21:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/71394f3a-5f4b-4534-9100-7fa7e04eca82 04:21:29 04:21:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:21:29 04:21:29 04:21:29 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 04:21:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:21:29 $ docker stop --time=1 8e6ce7cbb9d81ea6a5edb06e88610878217d07b08a3bb40253a4407c19c7f51d 04:21:31 $ docker rm -f --volumes 8e6ce7cbb9d81ea6a5edb06e88610878217d07b08a3bb40253a4407c19c7f51d [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 04:21:32 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:21:32 provisioning config files... 04:21:32 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8047425219062430601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:32 --> edgex-publish-swagger.sh 04:21:32 === Publish openapi API === 04:21:32 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 04:21:32 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 04:21:32 % Total % Received % Xferd Average Speed Time Time Time Current 04:21:32 Dload Upload Total Spent Left Speed 04:21:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37584 100 66 100 37518 91 52180 --:--:-- --:--:-- --:--:-- 52345 04:21:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:21:33 [Pipeline] } 04:21:33 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 04:21:33 + git log --format=format:%s -1 f8171bedad86b7e07c34694afd78fffcf76b65a9 [Pipeline] sh 04:21:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:21:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:21:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:34 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:21:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:21:34 $ docker top 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:21:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:21:34 [ssh-agent] Looking for ssh-agent implementation... 04:21:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:21:35 $ docker exec 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc ssh-agent 04:21:35 SSH_AUTH_SOCK=/tmp/ssh-PhQplIX3r78V/agent.33 04:21:35 SSH_AGENT_PID=39 04:21:35 Running ssh-add (command line suppressed) 04:21:35 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13768307846858593065.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13768307846858593065.key) 04:21:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:21:35 + git semver tag 04:21:35 2025-06-03 04:21:35,868 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:21:35 2025-06-03 04:21:35,872 [run_tag] DEBUG tag force:False 04:21:35 2025-06-03 04:21:35,872 [check_head_tag] DEBUG check head tag 04:21:35 2025-06-03 04:21:35,873 [execute] INFO git cat-file --batch-check 04:21:35 2025-06-03 04:21:35,873 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 04:21:35 2025-06-03 04:21:35,875 [execute] INFO git cat-file --batch 04:21:35 2025-06-03 04:21:35,875 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 04:21:36 2025-06-03 04:21:35,886 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:21:36 2025-06-03 04:21:35,887 [execute] INFO git tag -a v4.1.0-dev.7 -m v4.1.0-dev.7 04:21:36 2025-06-03 04:21:35,887 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.7', '-m', 'v4.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 04:21:36 2025-06-03 04:21:35,890 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:21:36 4.1.0-dev.7 [Pipeline] } 04:21:36 $ docker exec --env ******** --env ******** 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc ssh-agent -k 04:21:36 unset SSH_AUTH_SOCK; 04:21:36 unset SSH_AGENT_PID; 04:21:36 echo Agent pid 39 killed; 04:21:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:21:36 + git semver [Pipeline] } 04:21:36 $ docker stop --time=1 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc 04:21:38 $ docker rm -f --volumes 51aa4c7147f5150fa3bc10aa5a01c948c9aa821fa59c4abe1aae70e27692f6dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:21:38 04:21:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:21:38 0.23.1-centos7: Pulling from edgex-lftools 04:21:38 ab5ef0e58194: Pulling fs layer 04:21:38 9712f1f96733: Pulling fs layer 04:21:38 63f879dbbcfc: Pulling fs layer 04:21:38 0d9ebad4ef96: Pulling fs layer 04:21:38 e9a5061849ea: Pulling fs layer 04:21:38 d747dcd14b5f: Pulling fs layer 04:21:38 2de7ff778b66: Pulling fs layer 04:21:38 e9a5061849ea: Waiting 04:21:38 d747dcd14b5f: Waiting 04:21:38 2de7ff778b66: Waiting 04:21:38 0d9ebad4ef96: Waiting 04:21:38 9712f1f96733: Verifying Checksum 04:21:38 9712f1f96733: Download complete 04:21:39 63f879dbbcfc: Verifying Checksum 04:21:39 0d9ebad4ef96: Verifying Checksum 04:21:39 0d9ebad4ef96: Download complete 04:21:39 e9a5061849ea: Verifying Checksum 04:21:39 e9a5061849ea: Download complete 04:21:39 d747dcd14b5f: Download complete 04:21:39 ab5ef0e58194: Verifying Checksum 04:21:39 ab5ef0e58194: Download complete 04:21:39 2de7ff778b66: Verifying Checksum 04:21:39 2de7ff778b66: Download complete 04:21:41 ab5ef0e58194: Pull complete 04:21:41 9712f1f96733: Pull complete 04:21:42 63f879dbbcfc: Pull complete 04:21:45 0d9ebad4ef96: Pull complete 04:21:45 e9a5061849ea: Pull complete 04:21:45 d747dcd14b5f: Pull complete 04:21:47 2de7ff778b66: Pull complete 04:21:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:21:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:21:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:47 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:21:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:21:49 $ docker top 3fdc5ccb84d121f1777050efa6c9e1281bd4225bd009aeca71ec88237137f90d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:21:49 provisioning config files... 04:21:49 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10156258457347042639tmp 04:21:49 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4166812632254311543tmp 04:21:49 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config81096318250312962tmp [Pipeline] { [Pipeline] echo 04:21:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:21:49 ---> sigul-configuration.sh 04:21:49 gpg: directory `/root/.gnupg' created 04:21:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:21:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:21:49 gpg: keyring `/root/.gnupg/secring.gpg' created 04:21:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:21:49 gpg: CAST5 encrypted data 04:21:49 gpg: encrypted with 1 passphrase 04:21:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:21:50 + mkdir /home/jenkins 04:21:50 + mkdir /home/jenkins/sigul [Pipeline] sh 04:21:50 + 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 04:21:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:21:50 ---> sigul-install.sh 04:21:50 Sigul already installed; skipping installation. [Pipeline] sh 04:21:50 + git tag --list 04:21:50 0.7.1 04:21:50 delhi-tag 04:21:50 v1.0.0 04:21:50 v1.1.0 04:21:50 v1.1.1 04:21:50 v1.1.2 04:21:50 v1.2.0 04:21:50 v1.2.1 04:21:50 v1.2.2 04:21:50 v1.2.3 04:21:50 v1.3.0 04:21:50 v1.4.0 04:21:50 v2.0.0 04:21:50 v2.1.0 04:21:50 v2.1.1 04:21:50 v2.2.0 04:21:50 v2.3.0 04:21:50 v2.3.1 04:21:50 v3.0 04:21:50 v3.0.0 04:21:50 v3.1 04:21:50 v3.1.0 04:21:50 v3.1.1 04:21:50 v4.0 04:21:50 v4.0.0 04:21:50 v4.1.0-dev.1 04:21:50 v4.1.0-dev.2 04:21:50 v4.1.0-dev.3 04:21:50 v4.1.0-dev.4 04:21:50 v4.1.0-dev.5 04:21:50 v4.1.0-dev.6 04:21:50 v4.1.0-dev.7 [Pipeline] sh 04:21:51 + lftools sign git-tag v4.1.0-dev.7 04:21:51 Signing Git tag with Sigul... 04:21:51 Signing v4.1.0-dev.7 [Pipeline] echo 04:21:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:21:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:21:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:21:52 $ docker stop --time=1 3fdc5ccb84d121f1777050efa6c9e1281bd4225bd009aeca71ec88237137f90d 04:21:53 $ docker rm -f --volumes 3fdc5ccb84d121f1777050efa6c9e1281bd4225bd009aeca71ec88237137f90d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:21:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:21:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:21:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:54 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:21:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:21:55 $ docker top 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:21:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:21:55 [ssh-agent] Looking for ssh-agent implementation... 04:21:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:21:55 $ docker exec 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 ssh-agent 04:21:55 SSH_AUTH_SOCK=/tmp/ssh-2F49GKk5CYSh/agent.32 04:21:55 SSH_AGENT_PID=38 04:21:55 Running ssh-add (command line suppressed) 04:21:55 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5524795774274864608.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5524795774274864608.key) 04:21:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:21:55 + git semver bump pre 04:21:56 2025-06-03 04:21:56,187 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:21:56 2025-06-03 04:21:56,190 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:21:56 2025-06-03 04:21:56,190 [bump_version] DEBUG bumping version:4.1.0-dev.7 on axis:pre with prefix:dev 04:21:56 2025-06-03 04:21:56,190 [bump_version] DEBUG bumped version:4.1.0-dev.8 04:21:56 2025-06-03 04:21:56,190 [write_version] DEBUG write version:4.1.0-dev.8 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 04:21:56 2025-06-03 04:21:56,191 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:21:56 2025-06-03 04:21:56,191 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:21:56 2025-06-03 04:21:56,192 [execute] INFO git cat-file --batch-check 04:21:56 2025-06-03 04:21:56,193 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 04:21:56 2025-06-03 04:21:56,196 [execute] INFO git cat-file --batch 04:21:56 2025-06-03 04:21:56,196 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 04:21:56 2025-06-03 04:21:56,198 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:21:56 4.1.0-dev.8 [Pipeline] } 04:21:56 $ docker exec --env ******** --env ******** 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 ssh-agent -k 04:21:56 unset SSH_AUTH_SOCK; 04:21:56 unset SSH_AGENT_PID; 04:21:56 echo Agent pid 38 killed; 04:21:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:21:56 + git semver [Pipeline] } 04:21:57 $ docker stop --time=1 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 04:21:58 $ docker rm -f --volumes 7c6fed2fd0ffb52eb810b83920ef5ff358f5342603f90cc3269fe29df0b80026 [Pipeline] // withDockerContainer [Pipeline] sh 04:21:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:21:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:21:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:59 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:21:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:21:59 $ docker top 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c -eo pid,comm 04:21:59 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). 04:21:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:22:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:22:00 [ssh-agent] Looking for ssh-agent implementation... 04:22:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:22:00 $ docker exec 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c ssh-agent 04:22:00 SSH_AUTH_SOCK=/tmp/ssh-jEUWwd4NTJbt/agent.33 04:22:00 SSH_AGENT_PID=39 04:22:00 Running ssh-add (command line suppressed) 04:22:00 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18215171342015800182.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18215171342015800182.key) 04:22:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:22:00 + git semver push 04:22:00 2025-06-03 04:22:00,860 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:22:00 2025-06-03 04:22:00,863 [run_push] DEBUG push 04:22:00 2025-06-03 04:22:00,864 [execute] INFO git cat-file --batch-check 04:22:00 2025-06-03 04:22:00,864 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 04:22:00 2025-06-03 04:22:00,865 [execute] INFO git rev-list ba5e527cf675a2a8dc0fe24c111b11333b4fb5d2 -- 04:22:00 2025-06-03 04:22:00,865 [execute] DEBUG Popen(['git', 'rev-list', 'ba5e527cf675a2a8dc0fe24c111b11333b4fb5d2', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 04:22:00 2025-06-03 04:22:00,877 [execute] INFO git fetch -v -- origin 04:22:00 2025-06-03 04:22:00,877 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 04:22:01 2025-06-03 04:22:01,381 [run_push] DEBUG no remote changes detected 04:22:01 2025-06-03 04:22:01,381 [execute] INFO git push origin semver 04:22:01 2025-06-03 04:22:01,381 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 04:22:02 2025-06-03 04:22:02,032 [run_push] DEBUG push all version tags 04:22:02 2025-06-03 04:22:02,032 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:22:02 2025-06-03 04:22:02,032 [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) 04:22:02 2025-06-03 04:22:02,651 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:22:02 4.1.0-dev.8 [Pipeline] } 04:22:02 $ docker exec --env ******** --env ******** 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c ssh-agent -k 04:22:03 unset SSH_AUTH_SOCK; 04:22:03 unset SSH_AGENT_PID; 04:22:03 echo Agent pid 39 killed; 04:22:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:22:03 + git semver [Pipeline] } 04:22:03 $ docker stop --time=1 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c 04:22:05 $ docker rm -f --volumes 2a5de36bd9ed8a323c47a22fbd0efec87e1522103e27f487067d2ce4ed9efa9c [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 04:22:05 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 04:22:05 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:22:05 total 16 04:22:05 drwxr-xr-x 3 root root 4096 Jun 3 04:21 . 04:22:05 drwxrwxr-x 12 jenkins jenkins 4096 Jun 3 04:21 .. 04:22:05 drwxr-xr-x 2 root root 4096 Jun 3 04:21 cost 04:22:05 -rw-r--r-- 1 root root 85 Jun 3 04:21 cost.csv 04:22:05 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:22:05 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:22:05 total 16 04:22:05 drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 04:21 . 04:22:05 drwxrwxr-x 12 jenkins jenkins 4096 Jun 3 04:21 .. 04:22:05 drwxr-xr-x 2 jenkins jenkins 4096 Jun 3 04:21 cost 04:22:05 -rw-r--r-- 1 jenkins jenkins 85 Jun 3 04:21 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:22:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:22:06 ---> package-listing.sh 04:22:06 ++ facter osfamily 04:22:06 ++ tr '[:upper:]' '[:lower:]' 04:22:07 + OS_FAMILY=debian 04:22:07 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 04:22:07 + START_PACKAGES=/tmp/packages_start.txt 04:22:07 + END_PACKAGES=/tmp/packages_end.txt 04:22:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:22:07 + PACKAGES=/tmp/packages_start.txt 04:22:07 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 04:22:07 + PACKAGES=/tmp/packages_end.txt 04:22:07 + case "${OS_FAMILY}" in 04:22:07 + dpkg -l 04:22:07 + grep '^ii' 04:22:07 + '[' -f /tmp/packages_start.txt ']' 04:22:07 + '[' -f /tmp/packages_end.txt ']' 04:22:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:22:07 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 04:22:07 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 04:22:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 04:22:07 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 04:22:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:07 prd-ubuntu20.04-docker-8c-8g-2691 does not seem to be running inside a container 04:22:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:22:08 $ docker top 673e992813113d672f8345ebdb0069cc12bbc59dc86e3ad688aa31981efc1ecb -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:08 + touch /tmp/pre-build-complete [Pipeline] sh 04:22:09 + mkdir -p /var/log/sysstat [Pipeline] sh 04:22:09 + ls /var/log/sa-host 04:22:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:09 provisioning config files... 04:22:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4845520451044181377tmp [Pipeline] { [Pipeline] echo 04:22:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:22:09 ---> create-netrc.sh [Pipeline] } 04:22:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:22:10 ---> python-tools-install.sh [Pipeline] echo 04:22:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:22:10 ---> sudo-logs.sh 04:22:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:22:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:22:10 ---> job-cost.sh 04:22:10 lf-activate-venv: SKIPPING 04:22:10 DEBUG: total: 0.2199999988079071 04:22:10 INFO: Retrieving Stack Cost... 04:22:11 INFO: Retrieving Pricing Info for: v3-standard-8 04:22:11 INFO: Archiving Costs [Pipeline] echo 04:22:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:22:11 ---> logs-deploy.sh 04:22:11 lf-activate-venv: SKIPPING 04:22:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/362 04:22:11 INFO: archiving workspace using pattern(s): 04:22:12 Archives upload complete. 04:22:12 INFO: archiving logs to Nexus 04:22:13 ---> uname -a: 04:22:13 Linux prd-ubuntu20-04-docker-8c-8g-2691 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:22:13 04:22:13 04:22:13 ---> lscpu: 04:22:13 Architecture: x86_64 04:22:13 CPU op-mode(s): 32-bit, 64-bit 04:22:13 Byte Order: Little Endian 04:22:13 Address sizes: 40 bits physical, 48 bits virtual 04:22:13 CPU(s): 8 04:22:13 On-line CPU(s) list: 0-7 04:22:13 Thread(s) per core: 1 04:22:13 Core(s) per socket: 1 04:22:13 Socket(s): 8 04:22:13 NUMA node(s): 1 04:22:13 Vendor ID: AuthenticAMD 04:22:13 CPU family: 23 04:22:13 Model: 49 04:22:13 Model name: AMD EPYC-Rome Processor 04:22:13 Stepping: 0 04:22:13 CPU MHz: 2799.996 04:22:13 BogoMIPS: 5599.99 04:22:13 Virtualization: AMD-V 04:22:13 Hypervisor vendor: KVM 04:22:13 Virtualization type: full 04:22:13 L1d cache: 256 KiB 04:22:13 L1i cache: 256 KiB 04:22:13 L2 cache: 4 MiB 04:22:13 L3 cache: 128 MiB 04:22:13 NUMA node0 CPU(s): 0-7 04:22:13 Vulnerability Itlb multihit: Not affected 04:22:13 Vulnerability L1tf: Not affected 04:22:13 Vulnerability Mds: Not affected 04:22:13 Vulnerability Meltdown: Not affected 04:22:13 Vulnerability Mmio stale data: Not affected 04:22:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:22:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:22:13 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:22:13 Vulnerability Srbds: Not affected 04:22:13 Vulnerability Tsx async abort: Not affected 04:22:13 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 04:22:13 04:22:13 04:22:13 ---> nproc: 04:22:13 8 04:22:13 04:22:13