Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f63fb5139c6428d0c38d16026cb9c80e4333607f 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-ssh8774471074922246093.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh15991860552123870634.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh3437893330975335459.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh15888036745427227456.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-ssh15433761465114415203.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], goVersion:1.25] ========================================================= [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.25 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 Running on prd-ubuntu20.04-docker-8c-8g-773241 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 f63fb5139c6428d0c38d16026cb9c80e4333607f (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1787)" > git config core.sparsecheckout # timeout=10 > git checkout -f f63fb5139c6428d0c38d16026cb9c80e4333607f # timeout=10 > git rev-list --no-walk 2e0c242dc5f93d6a171f2e17414bbe643d45d3ce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:52:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:52:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:52:01 ========================================================= 09:52:01 EdgeX Global Pipelines Version Info 09:52:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:52:02 ------------------- 09:52:02 stable info: 09:52:02 ------------------- 09:52:02 Commited By: Cherry Wang cherry@iotechsys.com 09:52:02 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 09:52:02 Message: update stable to v1.0.278 09:52:03 ------------------- 09:52:03 experimental info: 09:52:03 ------------------- 09:52:03 Commited By: **** collab-it+edgex@linuxfoundation.org 09:52:03 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 09:52:03 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:52:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f63fb5139c6428d0c38d16026cb9c80e4333607f [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f63fb51 [Pipeline] echo 09:52:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:52:04 provisioning config files... 09:52:04 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config770603669281943163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:52:04 ---> ****-login.sh 09:52:04 nexus3.edgexfoundry.org:10001 09:52:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:05 09:52:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:52:05 Configure a credential helper to remove this warning. See 09:52:05 https://docs.****.com/go/credential-store/ 09:52:05 09:52:05 Login Succeeded 09:52:05 nexus3.edgexfoundry.org:10002 09:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:05 09:52:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:52:05 Configure a credential helper to remove this warning. See 09:52:05 https://docs.****.com/go/credential-store/ 09:52:05 09:52:05 Login Succeeded 09:52:05 nexus3.edgexfoundry.org:10003 09:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:05 09:52:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:52:05 Configure a credential helper to remove this warning. See 09:52:05 https://docs.****.com/go/credential-store/ 09:52:05 09:52:05 Login Succeeded 09:52:05 nexus3.edgexfoundry.org:10004 09:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:05 09:52:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:52:05 Configure a credential helper to remove this warning. See 09:52:05 https://docs.****.com/go/credential-store/ 09:52:05 09:52:05 Login Succeeded 09:52:05 ****.io 09:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:05 09:52:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:52:05 Configure a credential helper to remove this warning. See 09:52:05 https://docs.****.com/go/credential-store/ 09:52:05 09:52:05 Login Succeeded 09:52:05 ---> ****-login.sh ends [Pipeline] } 09:52:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:52:06 + git rev-list -1 --merges f63fb5139c6428d0c38d16026cb9c80e4333607f~1..f63fb5139c6428d0c38d16026cb9c80e4333607f [Pipeline] echo 09:52:06 -----------> git rev-list -1 --merges f63fb5139c6428d0c38d16026cb9c80e4333607f~1..f63fb5139c6428d0c38d16026cb9c80e4333607f f63fb5139c6428d0c38d16026cb9c80e4333607f [false] [Pipeline] sh 09:52:06 + git log --format=format:%s -1 f63fb5139c6428d0c38d16026cb9c80e4333607f [Pipeline] echo 09:52:06 ========================================================= 09:52:06 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:52:06 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:52:06 + git log --format=format:%s -1 f63fb5139c6428d0c38d16026cb9c80e4333607f [Pipeline] echo 09:52:06 [semverPrep] GIT_COMMIT: f63fb5139c6428d0c38d16026cb9c80e4333607f, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1787) [Pipeline] echo 09:52:06 [semverPrep] This is not a build commit. [Pipeline] sh 09:52:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:52:07 + grep -v github /etc/ssh/ssh_known_hosts 09:52:07 + [ -e /tmp/ssh_known_hosts ] 09:52:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:52:07 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:52:07 + sudo tee -a /etc/ssh/ssh_known_hosts 09:52:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:52:07 09:52:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:52:08 0.1.4: Pulling from edgex-devops/py-git-semver 09:52:08 3dae71ba6b94: Pulling fs layer 09:52:08 6bf1a483ea7c: Pulling fs layer 09:52:08 f5dfc541a4d3: Pulling fs layer 09:52:08 461d9e800cba: Pulling fs layer 09:52:08 80192f66455f: Pulling fs layer 09:52:08 2e8e34ca0e6c: Pulling fs layer 09:52:08 a29436f7fd5d: Pulling fs layer 09:52:08 923cac83aea3: Pulling fs layer 09:52:08 25ad8b0a4227: Pulling fs layer 09:52:08 db01528c6b51: Pulling fs layer 09:52:08 28988de357af: Pulling fs layer 09:52:08 923cac83aea3: Waiting 09:52:08 db01528c6b51: Waiting 09:52:08 461d9e800cba: Waiting 09:52:08 28988de357af: Waiting 09:52:08 25ad8b0a4227: Waiting 09:52:08 a29436f7fd5d: Waiting 09:52:08 2e8e34ca0e6c: Waiting 09:52:08 6bf1a483ea7c: Verifying Checksum 09:52:08 6bf1a483ea7c: Download complete 09:52:08 461d9e800cba: Verifying Checksum 09:52:08 461d9e800cba: Download complete 09:52:08 80192f66455f: Verifying Checksum 09:52:08 80192f66455f: Download complete 09:52:08 f5dfc541a4d3: Verifying Checksum 09:52:08 f5dfc541a4d3: Download complete 09:52:08 3dae71ba6b94: Verifying Checksum 09:52:08 3dae71ba6b94: Download complete 09:52:08 923cac83aea3: Verifying Checksum 09:52:08 923cac83aea3: Download complete 09:52:08 25ad8b0a4227: Verifying Checksum 09:52:08 25ad8b0a4227: Download complete 09:52:08 db01528c6b51: Download complete 09:52:08 28988de357af: Verifying Checksum 09:52:08 28988de357af: Download complete 09:52:08 a29436f7fd5d: Verifying Checksum 09:52:08 a29436f7fd5d: Download complete 09:52:08 2e8e34ca0e6c: Verifying Checksum 09:52:08 2e8e34ca0e6c: Download complete 09:52:09 3dae71ba6b94: Pull complete 09:52:09 6bf1a483ea7c: Pull complete 09:52:10 f5dfc541a4d3: Pull complete 09:52:10 461d9e800cba: Pull complete 09:52:10 80192f66455f: Pull complete 09:52:14 2e8e34ca0e6c: Pull complete 09:52:14 a29436f7fd5d: Pull complete 09:52:14 923cac83aea3: Pull complete 09:52:14 25ad8b0a4227: Pull complete 09:52:14 db01528c6b51: Pull complete 09:52:14 28988de357af: Pull complete 09:52:14 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 09:52:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:52:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:52:14 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:52:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:52:16 $ docker top 255a8b6dfe0a79133014683612a82f2c9680bee5b1c279c08acef3da765ba16a -eo pid,comm 09:52:16 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). 09:52:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:52:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:16 [ssh-agent] Looking for ssh-agent implementation... 09:52:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:16 $ docker exec 255a8b6dfe0a79133014683612a82f2c9680bee5b1c279c08acef3da765ba16a ssh-agent 09:52:17 SSH_AUTH_SOCK=/tmp/ssh-zlGpeFhANVhd/agent.31 09:52:17 SSH_AGENT_PID=38 09:52:17 Running ssh-add (command line suppressed) 09:52:17 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11494017705650468560.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11494017705650468560.key) 09:52:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:17 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] sh 09:52:17 + git tag --points-at HEAD [Pipeline] } 09:52:17 $ docker exec --env ******** --env ******** 255a8b6dfe0a79133014683612a82f2c9680bee5b1c279c08acef3da765ba16a ssh-agent -k 09:52:17 unset SSH_AUTH_SOCK; 09:52:17 unset SSH_AGENT_PID; 09:52:17 echo Agent pid 38 killed; 09:52:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:52:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:17 [ssh-agent] Looking for ssh-agent implementation... 09:52:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:17 $ docker exec 255a8b6dfe0a79133014683612a82f2c9680bee5b1c279c08acef3da765ba16a ssh-agent 09:52:18 SSH_AUTH_SOCK=/tmp/ssh-ZfVyzpwO6YsI/agent.85 09:52:18 SSH_AGENT_PID=92 09:52:18 Running ssh-add (command line suppressed) 09:52:18 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14941725761013835875.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14941725761013835875.key) 09:52:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:18 + git semver init 09:52:18 2025-11-17 09:52:18,694 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:52:18 2025-11-17 09:52:18,697 [run_init] DEBUG init version:0.0.0 force:False 09:52:18 2025-11-17 09:52:18,697 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 09:52:18 2025-11-17 09:52:18,698 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 09:52:18 2025-11-17 09:52:18,698 [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) 09:52:20 2025-11-17 09:52:20,143 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 09:52:20 2025-11-17 09:52:20,144 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 09:52:20 2025-11-17 09:52:20,144 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:52:20 2025-11-17 09:52:20,144 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:52:20 4.1.0-dev.45 [Pipeline] } 09:52:20 $ docker exec --env ******** --env ******** 255a8b6dfe0a79133014683612a82f2c9680bee5b1c279c08acef3da765ba16a ssh-agent -k 09:52:20 unset SSH_AUTH_SOCK; 09:52:20 unset SSH_AGENT_PID; 09:52:20 echo Agent pid 92 killed; 09:52:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:52:21 + git semver [Pipeline] } 09:52:21 $ docker stop --time=1 255a8b6dfe0a79133014683612a82f2c9680bee5b1c279c08acef3da765ba16a 09:52:22 $ docker rm -f --volumes 255a8b6dfe0a79133014683612a82f2c9680bee5b1c279c08acef3da765ba16a [Pipeline] // withDockerContainer [Pipeline] sh 09:52:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:52:23 Stashed 1 file(s) [Pipeline] echo 09:52:23 [edgeXSemver]: initialized semver on version 4.1.0-dev.45 [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 09:52:23 provisioning config files... [Pipeline] // stage [Pipeline] } 09:52:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8108275213321931242tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 09:52:23 ---> ****-login.sh 09:52:23 nexus3.edgexfoundry.org:10001 09:52:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:23 Login Succeeded 09:52:23 nexus3.edgexfoundry.org:10002 09:52:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:23 Login Succeeded 09:52:23 nexus3.edgexfoundry.org:10003 09:52:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:24 Login Succeeded 09:52:24 nexus3.edgexfoundry.org:10004 09:52:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:24 Login Succeeded 09:52:24 ****.io 09:52:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:24 Login Succeeded 09:52:24 ---> ****-login.sh ends [Pipeline] } 09:52:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:52:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:52:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:52:24 ========================================================= 09:52:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 09:52:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:24 + 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.25-alpine --build-arg MAKE=echo noop --target=builder . 09:52:25 #0 building with "default" instance using docker driver 09:52:25 09:52:25 #1 [internal] load build definition from Dockerfile 09:52:25 #1 transferring dockerfile: 1.69kB done 09:52:25 #1 DONE 0.0s 09:52:25 09:52:25 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 09:52:25 #2 DONE 0.1s 09:52:25 09:52:25 #3 [internal] load .dockerignore 09:52:25 #3 transferring context: 182B done 09:52:25 #3 DONE 0.0s 09:52:25 09:52:25 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 09:52:25 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done 09:52:25 #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done 09:52:25 #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.0s done 09:52:25 #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.1s done 09:52:25 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0B / 11.98MB 0.1s 09:52:25 #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done 09:52:25 #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done 09:52:25 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s 09:52:25 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.19MB / 60.15MB 0.1s 09:52:25 #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.0s done 09:52:25 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 09:52:25 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 4.19MB / 11.98MB 0.2s 09:52:25 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 09:52:25 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 15.73MB / 60.15MB 0.2s 09:52:25 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 09:52:25 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 3.15MB / 112.58MB 0.2s 09:52:25 #4 ... 09:52:25 09:52:25 #5 [internal] load build context 09:52:25 #5 transferring context: 37.41MB 0.2s done 09:52:25 #5 DONE 0.3s 09:52:25 09:52:25 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 09:52:25 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 10.49MB / 11.98MB 0.3s 09:52:25 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 29.36MB / 60.15MB 0.3s 09:52:25 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done 09:52:25 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 11.53MB / 112.58MB 0.3s 09:52:25 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.0s done 09:52:25 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.3s done 09:52:25 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.5s 09:52:25 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 31.46MB / 112.58MB 0.5s 09:52:25 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 9.44MB / 14.72MB 0.5s 09:52:26 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 45.09MB / 112.58MB 0.6s 09:52:26 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.6s 09:52:26 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 09:52:26 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s done 09:52:26 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 66.06MB / 112.58MB 0.7s 09:52:26 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.6s done 09:52:26 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 89.13MB / 112.58MB 0.8s 09:52:26 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 0.9s 09:52:26 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s done 09:52:30 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.2s done 09:52:30 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 09:52:30 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 09:52:30 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 09:52:30 #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done 09:52:30 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.1s 09:52:31 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.3s done 09:52:31 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 0.1s 09:52:34 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 2.8s done 09:52:34 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.1s 09:52:34 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.6s done 09:52:34 #4 DONE 9.1s 09:52:34 09:52:34 #6 [builder 2/7] WORKDIR /device-sdk-go 09:52:36 #6 DONE 1.8s 09:52:36 09:52:36 #7 [builder 3/7] RUN apk add --update --no-cache make git 09:52:36 #7 0.184 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:52:36 #7 0.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:52:37 #7 0.744 OK: 265 MiB in 60 packages 09:52:37 #7 DONE 0.8s 09:52:37 09:52:37 #8 [builder 4/7] COPY go.mod vendor* ./ 09:52:37 #8 DONE 0.0s 09:52:37 09:52:37 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:52:59 #9 DONE 21.7s 09:52:59 09:52:59 #10 [builder 6/7] COPY . . 09:52:59 #10 DONE 0.2s 09:52:59 09:52:59 #11 [builder 7/7] RUN echo noop 09:52:59 #11 0.195 noop 09:52:59 #11 DONE 0.2s 09:52:59 09:52:59 #12 exporting to image 09:52:59 #12 exporting layers 09:53:07 #12 exporting layers 7.5s done 09:53:07 #12 writing image sha256:e3c5359527c6893e5e00b32bd7b29238e949ad895862100bbdf427533ef67742 done 09:53:07 #12 naming to docker.io/library/ci-base-image-x86_64 done 09:53:07 #12 DONE 7.6s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:07 + docker inspect -f . ci-base-image-x86_64 09:53:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:53:08 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:53:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:53:08 $ docker top 3c81c076165cec9f8b35bd4ec2c4f5e1ed9c09c934f38d7939aa29d594caf278 -eo pid,comm [Pipeline] { [Pipeline] sh 09:53:08 + go version 09:53:08 go version go1.25.2 linux/amd64 [Pipeline] } 09:53:08 $ docker stop --time=1 3c81c076165cec9f8b35bd4ec2c4f5e1ed9c09c934f38d7939aa29d594caf278 09:53:10 $ docker rm -f --volumes 3c81c076165cec9f8b35bd4ec2c4f5e1ed9c09c934f38d7939aa29d594caf278 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:10 + docker inspect -f . ci-base-image-x86_64 09:53:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:53:10 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:53:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:53:10 $ docker top f4eebf7d978a10d955af99ae0b07da2685915dd93f211db749d0c74f65b73b46 -eo pid,comm [Pipeline] { [Pipeline] sh 09:53:11 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 09:53:11 + make test 09:53:11 go test -race -coverprofile=coverage.out ./... 09:53:19 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 09:53:58 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 09:53:58 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 09:53:58 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 09:53:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/application 1.041s coverage: 2.8% of statements 09:53:58 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 09:53:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.030s coverage: 29.4% of statements 09:53:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.032s coverage: 79.3% of statements 09:53:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.039s coverage: 90.4% of statements 09:53:58 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 09:53:58 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 09:53:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.066s coverage: 45.0% of statements 09:53:58 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 09:54:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.039s coverage: 14.3% of statements 09:54:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.648s coverage: 45.1% of statements 09:54:03 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.056s coverage: 69.4% of statements 09:54:03 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 09:54:03 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 09:54:03 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 09:54:03 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.097s coverage: 88.4% of statements 09:54:03 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.048s coverage: 4.9% of statements 09:54:03 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 09:54:36 0 issues. 09:54:36 GO111MODULE=on go vet ./... 09:54:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:54:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:54:37 ./bin/test-attribution-txt.sh [Pipeline] echo 09:54:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 09:54:37 $ docker stop --time=1 f4eebf7d978a10d955af99ae0b07da2685915dd93f211db749d0c74f65b73b46 09:54:39 $ docker rm -f --volumes f4eebf7d978a10d955af99ae0b07da2685915dd93f211db749d0c74f65b73b46 [Pipeline] // withDockerContainer [Pipeline] sh 09:54:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:54:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:54:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:54:41 + ls -al . 09:54:41 total 472 09:54:41 drwxrwxr-x 11 jenkins jenkins 4096 Nov 17 09:53 . 09:54:41 drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 09:51 .. 09:54:41 -rw-rw-r-- 1 jenkins jenkins 140 Nov 17 09:51 .dockerignore 09:54:41 drwxrwxr-x 8 jenkins jenkins 4096 Nov 17 09:54 .git 09:54:41 drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 09:51 .github 09:54:41 -rw-rw-r-- 1 jenkins jenkins 137 Nov 17 09:51 .gitignore 09:54:41 -rw-rw-r-- 1 jenkins jenkins 359 Nov 17 09:51 .golangci.yml 09:54:41 drwxr-xr-x 3 jenkins jenkins 4096 Nov 17 09:52 .semver 09:54:41 -rw-rw-r-- 1 jenkins jenkins 53715 Nov 17 09:51 CHANGELOG.md 09:54:41 -rw-rw-r-- 1 jenkins jenkins 677 Nov 17 09:51 GOVERNANCE.md 09:54:41 -rw-rw-r-- 1 jenkins jenkins 905 Nov 17 09:51 Jenkinsfile 09:54:41 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 17 09:51 LICENSE 09:54:41 -rw-rw-r-- 1 jenkins jenkins 2423 Nov 17 09:51 Makefile 09:54:41 -rw-rw-r-- 1 jenkins jenkins 619 Nov 17 09:51 OWNERS.md 09:54:41 -rw-rw-r-- 1 jenkins jenkins 5513 Nov 17 09:51 README.md 09:54:41 -rw-rw-r-- 1 jenkins jenkins 12 Nov 17 09:52 VERSION 09:54:41 drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 09:51 bin 09:54:41 -rw-r--r-- 1 jenkins jenkins 223328 Nov 17 09:54 coverage.out 09:54:41 drwxrwxr-x 5 jenkins jenkins 4096 Nov 17 09:51 example 09:54:41 -rw-rw-r-- 1 jenkins jenkins 6706 Nov 17 09:51 go.mod 09:54:41 -rw-rw-r-- 1 jenkins jenkins 88866 Nov 17 09:51 go.sum 09:54:41 drwxrwxr-x 13 jenkins jenkins 4096 Nov 17 09:51 internal 09:54:41 drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 09:51 openapi 09:54:41 drwxrwxr-x 6 jenkins jenkins 4096 Nov 17 09:51 pkg 09:54:41 drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 09:51 snap 09:54:41 -rw-rw-r-- 1 jenkins jenkins 222 Nov 17 09:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:41 + 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=f63fb5139c6428d0c38d16026cb9c80e4333607f --label arch=amd64 --label version=4.1.0-dev.45 . 09:54:41 #0 building with "default" instance using docker driver 09:54:41 09:54:41 #1 [internal] load build definition from Dockerfile 09:54:41 #1 transferring dockerfile: 1.69kB done 09:54:41 #1 DONE 0.0s 09:54:41 09:54:41 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:54:41 #2 DONE 0.0s 09:54:41 09:54:41 #3 [internal] load metadata for docker.io/library/alpine:3.22 09:54:41 #3 DONE 0.1s 09:54:41 09:54:41 #4 [internal] load .dockerignore 09:54:41 #4 transferring context: 182B done 09:54:41 #4 DONE 0.0s 09:54:41 09:54:41 #5 [internal] load build context 09:54:41 #5 transferring context: 255.71kB 0.0s done 09:54:41 #5 DONE 0.0s 09:54:41 09:54:41 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:54:41 #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 09:54:41 #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 09:54:41 #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 09:54:41 #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 09:54:41 #6 DONE 0.0s 09:54:41 09:54:41 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 09:54:41 #7 DONE 0.1s 09:54:41 09:54:41 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:54:42 #8 ... 09:54:42 09:54:42 #9 [builder 2/7] WORKDIR /device-sdk-go 09:54:42 #9 DONE 0.0s 09:54:42 09:54:42 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:54:42 #8 0.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:54:42 #8 0.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:54:42 #8 0.553 (1/1) Installing dumb-init (1.2.5-r3) 09:54:42 #8 0.557 Executing busybox-1.37.0-r19.trigger 09:54:42 #8 0.564 OK: 7 MiB in 17 packages 09:54:42 #8 DONE 0.7s 09:54:42 09:54:42 #10 [builder 3/7] RUN apk add --update --no-cache make git 09:54:42 #10 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:54:42 #10 0.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:54:42 #10 0.561 OK: 265 MiB in 60 packages 09:54:42 #10 DONE 0.7s 09:54:42 09:54:42 #11 [builder 4/7] COPY go.mod vendor* ./ 09:54:42 #11 DONE 0.0s 09:54:42 09:54:42 #12 [stage-1 3/7] RUN apk --no-cache upgrade 09:54:42 #12 0.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:54:43 #12 0.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:54:43 #12 ... 09:54:43 09:54:43 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:54:43 #13 DONE 0.4s 09:54:43 09:54:43 #14 [builder 6/7] COPY . . 09:54:43 #14 DONE 0.2s 09:54:43 09:54:43 #12 [stage-1 3/7] RUN apk --no-cache upgrade 09:54:43 #12 0.703 OK: 7 MiB in 17 packages 09:54:43 #12 DONE 0.8s 09:54:43 09:54:43 #15 [builder 7/7] RUN make build 09:54:43 #15 0.261 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.45 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.45 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:55:10 #15 DONE 22.5s 09:55:10 09:55:10 #16 [stage-1 4/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 09:55:10 #16 DONE 0.0s 09:55:10 09:55:10 #17 [stage-1 5/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 09:55:10 #17 DONE 0.2s 09:55:10 09:55:10 #18 [stage-1 6/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 09:55:10 #18 DONE 0.0s 09:55:10 09:55:10 #19 exporting to image 09:55:10 #19 exporting layers 09:55:10 #19 exporting layers 0.2s done 09:55:10 #19 writing image sha256:566215723a8c4f0600864dd0260066e2f2bbb279c0341b25b6f14a1064d44cf0 done 09:55:10 #19 naming to docker.io/library/device-sdk-simple done 09:55:10 #19 DONE 0.2s [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 09:55:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:55:10 09:55:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:55:10 latest: Pulling from edgex-lftools-log-publisher 09:55:10 5eb5b503b376: Pulling fs layer 09:55:10 5c69ac0246d0: Pulling fs layer 09:55:10 ec43610c2a17: Pulling fs layer 09:55:10 3a2ae6a8a46f: Pulling fs layer 09:55:10 33b1e0a273af: Pulling fs layer 09:55:10 5d3b04190fa2: Pulling fs layer 09:55:10 2f39f015ded8: Pulling fs layer 09:55:10 3a2ae6a8a46f: Waiting 09:55:10 33b1e0a273af: Waiting 09:55:10 5d3b04190fa2: Waiting 09:55:10 2f39f015ded8: Waiting 09:55:10 5c69ac0246d0: Verifying Checksum 09:55:10 5c69ac0246d0: Download complete 09:55:10 3a2ae6a8a46f: Download complete 09:55:10 33b1e0a273af: Verifying Checksum 09:55:10 33b1e0a273af: Download complete 09:55:10 5d3b04190fa2: Verifying Checksum 09:55:10 5d3b04190fa2: Download complete 09:55:11 ec43610c2a17: Verifying Checksum 09:55:11 ec43610c2a17: Download complete 09:55:11 5eb5b503b376: Verifying Checksum 09:55:11 5eb5b503b376: Download complete 09:55:12 5eb5b503b376: Pull complete 09:55:12 5c69ac0246d0: Pull complete 09:55:13 ec43610c2a17: Pull complete 09:55:13 3a2ae6a8a46f: Pull complete 09:55:13 33b1e0a273af: Pull complete 09:55:13 5d3b04190fa2: Pull complete 09:55:18 2f39f015ded8: Pull complete 09:55:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:55:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:55:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:55:18 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:55:18 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:55:20 $ docker top 753eb3a5b0505c248c982e37c3a75f8faeb55618c75477d72c65a82af26c83b6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:55:20 ---> job-cost.sh 09:55:20 lf-activate-venv: SKIPPING 09:55:20 INFO: No Stack... 09:55:20 INFO: Retrieving Pricing Info for: v3-standard-8 09:55:21 INFO: Archiving Costs [Pipeline] sh 09:55:21 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 09:55:21 + cut -d, -f6 [Pipeline] lock 09:55:21 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-400-stack-cost] 09:55:21 Resource [jenkins-edgexfoundry-device-sdk-go-main-400-stack-cost] did not exist. Created. 09:55:21 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-400-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:55:21 + echo total: 1.309999942779541 [Pipeline] stash 09:55:21 Stashed 1 file(s) [Pipeline] } 09:55:21 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-400-stack-cost] [Pipeline] // lock [Pipeline] } 09:55:21 $ docker stop --time=1 753eb3a5b0505c248c982e37c3a75f8faeb55618c75477d72c65a82af26c83b6 09:55:22 $ docker rm -f --volumes 753eb3a5b0505c248c982e37c3a75f8faeb55618c75477d72c65a82af26c83b6 [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 09:55:23 provisioning config files... 09:55:23 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config122912749809161105tmp [Pipeline] { [Pipeline] sh 09:55:24 + set +x 09:55:24 + + bash -s -- 09:55:24 curl -s https://codecov.io/bash 09:55:24 09:55:24 _____ _ 09:55:24 / ____| | | 09:55:24 | | ___ __| | ___ ___ _____ __ 09:55:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:55:24 | |___| (_) | (_| | __/ (_| (_) \ V / 09:55:24 \_____\___/ \__,_|\___|\___\___/ \_/ 09:55:24 Bash-1.0.6 09:55:24 09:55:24 09:55:24 ==> git version 2.25.1 found 09:55:24 ==> 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 09:55:24 Release-Date: 2020-01-08 09:55:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:55:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:55:24 ==> Jenkins CI detected. 09:55:24 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 09:55:24 project root: . 09:55:24 --> token set from env 09:55:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:55:24 ==> Running gcov in . (disable via -X gcov) 09:55:24 ==> Python coveragepy not found 09:55:24 ==> Searching for coverage reports in: 09:55:24 + . 09:55:24 -> Found 1 reports 09:55:24 ==> Detecting git/mercurial file structure 09:55:24 ==> Reading reports 09:55:24 + ./coverage.out bytes=223328 09:55:24 ==> Appending adjustments 09:55:24 https://docs.codecov.io/docs/fixing-reports 09:55:24 + Found adjustments 09:55:24 ==> Gzipping contents 09:55:24 28K /tmp/codecov.ADsAMo.gz 09:55:24 ==> Uploading reports 09:55:24 url: https://codecov.io 09:55:24 query: branch=main&commit=f63fb5139c6428d0c38d16026cb9c80e4333607f&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F400%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:55:24 -> Pinging Codecov 09:55:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f63fb5139c6428d0c38d16026cb9c80e4333607f&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F400%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:55:24 -> Uploading to 09:55:24 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/f63fb5139c6428d0c38d16026cb9c80e4333607f/9f6df64c-932a-4076-9dff-8130ffdd76dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251117%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251117T095524Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=0804334cd10bdfa359f59b733acd1cbd6aba77dcf4985e2d068bd091abce37e8 09:55:24 % Total % Received % Xferd Average Speed Time Time Time Current 09:55:24 Dload Upload Total Spent Left Speed 09:55:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26065 0 0 100 26065 0 83541 --:--:-- --:--:-- --:--:-- 83541 09:55:25 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f63fb5139c6428d0c38d16026cb9c80e4333607f [Pipeline] } 09:55:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:55:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:55:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:55:25 09:55:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:55:26 latest: Pulling from edgex-devops/edgex-snyk-go 09:55:26 2d35ebdb57d9: Already exists 09:55:26 85e8836fcdb2: Pulling fs layer 09:55:26 91631faa732a: Pulling fs layer 09:55:26 f3f5ae8826fa: Pulling fs layer 09:55:26 4f4fb700ef54: Pulling fs layer 09:55:26 7861252a18e6: Pulling fs layer 09:55:26 9130f900ef6f: Pulling fs layer 09:55:26 4f4fb700ef54: Waiting 09:55:26 7861252a18e6: Waiting 09:55:26 9130f900ef6f: Waiting 09:55:26 f3f5ae8826fa: Verifying Checksum 09:55:26 f3f5ae8826fa: Download complete 09:55:26 85e8836fcdb2: Verifying Checksum 09:55:26 85e8836fcdb2: Download complete 09:55:26 4f4fb700ef54: Download complete 09:55:26 85e8836fcdb2: Pull complete 09:55:26 7861252a18e6: Verifying Checksum 09:55:26 7861252a18e6: Download complete 09:55:26 91631faa732a: Verifying Checksum 09:55:26 91631faa732a: Download complete 09:55:27 9130f900ef6f: Verifying Checksum 09:55:27 9130f900ef6f: Download complete 09:55:31 91631faa732a: Pull complete 09:55:31 f3f5ae8826fa: Pull complete 09:55:31 4f4fb700ef54: Pull complete 09:55:31 7861252a18e6: Pull complete 09:55:36 9130f900ef6f: Pull complete 09:55:36 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 09:55:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:55:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:55:36 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:55:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 09:55:38 $ docker top 3d5998db62ab5f6d56aff99103f30069350960570c1724ac26ed76371b77e37f -eo pid,comm [Pipeline] { [Pipeline] sh 09:55:38 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 09:55:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 09:55:38 + set -o pipefail 09:55:38 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 09:55:46 09:55:46 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 09:55:46 09:55:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/5dbe08e7-7500-48c1-bd8b-6774b8d0e8da 09:55:46 09:55:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:55:46 09:55:46 09:55:46 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 09:55:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:55:46 $ docker stop --time=1 3d5998db62ab5f6d56aff99103f30069350960570c1724ac26ed76371b77e37f 09:55:49 $ docker rm -f --volumes 3d5998db62ab5f6d56aff99103f30069350960570c1724ac26ed76371b77e37f [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 09:55:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:55:49 provisioning config files... 09:55:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9255473189766706730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:55:50 --> edgex-publish-swagger.sh 09:55:50 === Publish openapi API === 09:55:50 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 09:55:50 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 09:55:50 % Total % Received % Xferd Average Speed Time Time Time Current 09:55:50 Dload Upload Total Spent Left Speed 09:55:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38224 100 66 100 38158 370 209k --:--:-- --:--:-- --:--:-- 209k 100 38224 100 66 100 38158 370 209k --:--:-- --:--:-- --:--:-- 208k 09:55:50 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:55:50 [Pipeline] } 09:55:50 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 09:55:50 + git log --format=format:%s -1 f63fb5139c6428d0c38d16026cb9c80e4333607f [Pipeline] sh 09:55:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:55:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:55:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:55:51 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:55:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:55:51 $ docker top 5cf42ef4a3b93a56832b88070b599cb9b768d6e708e2e79ed103e3f138812c4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:55:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:55:51 [ssh-agent] Looking for ssh-agent implementation... 09:55:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:55:51 $ docker exec 5cf42ef4a3b93a56832b88070b599cb9b768d6e708e2e79ed103e3f138812c4e ssh-agent 09:55:52 SSH_AUTH_SOCK=/tmp/ssh-TGC1oqSG9hhg/agent.33 09:55:52 SSH_AGENT_PID=39 09:55:52 Running ssh-add (command line suppressed) 09:55:52 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3604433230319626898.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3604433230319626898.key) 09:55:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:55:52 + git semver tag 09:55:52 2025-11-17 09:55:52,670 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:55:52 2025-11-17 09:55:52,674 [run_tag] DEBUG tag force:False 09:55:52 2025-11-17 09:55:52,674 [check_head_tag] DEBUG check head tag 09:55:52 2025-11-17 09:55:52,675 [execute] INFO git cat-file --batch-check 09:55:52 2025-11-17 09:55:52,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 09:55:52 2025-11-17 09:55:52,677 [execute] INFO git cat-file --batch 09:55:52 2025-11-17 09:55:52,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 09:55:52 2025-11-17 09:55:52,696 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:55:52 2025-11-17 09:55:52,696 [execute] INFO git tag -a v4.1.0-dev.45 -m v4.1.0-dev.45 09:55:52 2025-11-17 09:55:52,696 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.45', '-m', 'v4.1.0-dev.45'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 09:55:52 2025-11-17 09:55:52,699 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:55:52 4.1.0-dev.45 [Pipeline] } 09:55:52 $ docker exec --env ******** --env ******** 5cf42ef4a3b93a56832b88070b599cb9b768d6e708e2e79ed103e3f138812c4e ssh-agent -k 09:55:52 unset SSH_AUTH_SOCK; 09:55:52 unset SSH_AGENT_PID; 09:55:52 echo Agent pid 39 killed; 09:55:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:55:53 + git semver [Pipeline] } 09:55:53 $ docker stop --time=1 5cf42ef4a3b93a56832b88070b599cb9b768d6e708e2e79ed103e3f138812c4e 09:55:54 $ docker rm -f --volumes 5cf42ef4a3b93a56832b88070b599cb9b768d6e708e2e79ed103e3f138812c4e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:55:55 09:55:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:55:55 0.23.1-centos7: Pulling from edgex-lftools 09:55:55 ab5ef0e58194: Pulling fs layer 09:55:55 9712f1f96733: Pulling fs layer 09:55:55 63f879dbbcfc: Pulling fs layer 09:55:55 0d9ebad4ef96: Pulling fs layer 09:55:55 e9a5061849ea: Pulling fs layer 09:55:55 d747dcd14b5f: Pulling fs layer 09:55:55 2de7ff778b66: Pulling fs layer 09:55:55 0d9ebad4ef96: Waiting 09:55:55 e9a5061849ea: Waiting 09:55:55 d747dcd14b5f: Waiting 09:55:55 2de7ff778b66: Waiting 09:55:55 9712f1f96733: Download complete 09:55:55 63f879dbbcfc: Verifying Checksum 09:55:55 63f879dbbcfc: Download complete 09:55:55 e9a5061849ea: Verifying Checksum 09:55:55 e9a5061849ea: Download complete 09:55:55 d747dcd14b5f: Verifying Checksum 09:55:55 d747dcd14b5f: Download complete 09:55:55 0d9ebad4ef96: Verifying Checksum 09:55:55 0d9ebad4ef96: Download complete 09:55:55 2de7ff778b66: Verifying Checksum 09:55:55 2de7ff778b66: Download complete 09:55:55 ab5ef0e58194: Verifying Checksum 09:55:55 ab5ef0e58194: Download complete 09:56:00 ab5ef0e58194: Pull complete 09:56:00 9712f1f96733: Pull complete 09:56:00 63f879dbbcfc: Pull complete 09:56:06 0d9ebad4ef96: Pull complete 09:56:06 e9a5061849ea: Pull complete 09:56:06 d747dcd14b5f: Pull complete 09:56:06 2de7ff778b66: Pull complete 09:56:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:56:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:56:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:56:07 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:56:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:56:08 $ docker top 416857d359d066b6e73560d595d170fe53f84c30a68b32a5d009832cb54733f9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:56:09 provisioning config files... 09:56:09 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2482644996021357938tmp 09:56:09 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16170025252351770164tmp 09:56:09 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7357041088410541483tmp [Pipeline] { [Pipeline] echo 09:56:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:56:09 ---> sigul-configuration.sh 09:56:09 gpg: directory `/root/.gnupg' created 09:56:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:56:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:56:09 gpg: keyring `/root/.gnupg/secring.gpg' created 09:56:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:56:09 gpg: CAST5 encrypted data 09:56:09 gpg: encrypted with 1 passphrase 09:56:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:56:09 + mkdir /home/jenkins 09:56:09 + mkdir /home/jenkins/sigul [Pipeline] sh 09:56:10 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:56:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:56:10 ---> sigul-install.sh 09:56:10 Sigul already installed; skipping installation. [Pipeline] sh 09:56:10 + git tag --list 09:56:10 0.7.1 09:56:10 delhi-tag 09:56:10 v1.0.0 09:56:10 v1.1.0 09:56:10 v1.1.1 09:56:10 v1.1.2 09:56:10 v1.2.0 09:56:10 v1.2.1 09:56:10 v1.2.2 09:56:10 v1.2.3 09:56:10 v1.3.0 09:56:10 v1.4.0 09:56:10 v2.0.0 09:56:10 v2.1.0 09:56:10 v2.1.1 09:56:10 v2.2.0 09:56:10 v2.3.0 09:56:10 v2.3.1 09:56:10 v3.0 09:56:10 v3.0.0 09:56:10 v3.1 09:56:10 v3.1.0 09:56:10 v3.1.1 09:56:10 v4.0 09:56:10 v4.0.0 09:56:10 v4.0.1-dev.1 09:56:10 v4.0.1-dev.2 09:56:10 v4.1.0-dev.1 09:56:10 v4.1.0-dev.10 09:56:10 v4.1.0-dev.11 09:56:10 v4.1.0-dev.12 09:56:10 v4.1.0-dev.13 09:56:10 v4.1.0-dev.14 09:56:10 v4.1.0-dev.15 09:56:10 v4.1.0-dev.16 09:56:10 v4.1.0-dev.17 09:56:10 v4.1.0-dev.18 09:56:10 v4.1.0-dev.19 09:56:10 v4.1.0-dev.2 09:56:10 v4.1.0-dev.20 09:56:10 v4.1.0-dev.21 09:56:10 v4.1.0-dev.22 09:56:10 v4.1.0-dev.23 09:56:10 v4.1.0-dev.24 09:56:10 v4.1.0-dev.25 09:56:10 v4.1.0-dev.26 09:56:10 v4.1.0-dev.27 09:56:10 v4.1.0-dev.28 09:56:10 v4.1.0-dev.29 09:56:10 v4.1.0-dev.3 09:56:10 v4.1.0-dev.30 09:56:10 v4.1.0-dev.31 09:56:10 v4.1.0-dev.32 09:56:10 v4.1.0-dev.33 09:56:10 v4.1.0-dev.34 09:56:10 v4.1.0-dev.35 09:56:10 v4.1.0-dev.36 09:56:10 v4.1.0-dev.37 09:56:10 v4.1.0-dev.38 09:56:10 v4.1.0-dev.39 09:56:10 v4.1.0-dev.4 09:56:10 v4.1.0-dev.40 09:56:10 v4.1.0-dev.41 09:56:10 v4.1.0-dev.42 09:56:10 v4.1.0-dev.43 09:56:10 v4.1.0-dev.44 09:56:10 v4.1.0-dev.45 09:56:10 v4.1.0-dev.5 09:56:10 v4.1.0-dev.6 09:56:10 v4.1.0-dev.7 09:56:10 v4.1.0-dev.8 09:56:10 v4.1.0-dev.9 [Pipeline] sh 09:56:11 + lftools sign git-tag v4.1.0-dev.45 09:56:11 Signing Git tag with Sigul... 09:56:11 Signing v4.1.0-dev.45 09:58:03 ERROR: I/O error: NSPR connection reset [Pipeline] echo 09:58:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:58:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:58:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:58:03 $ docker stop --time=1 416857d359d066b6e73560d595d170fe53f84c30a68b32a5d009832cb54733f9 09:58:04 $ docker rm -f --volumes 416857d359d066b6e73560d595d170fe53f84c30a68b32a5d009832cb54733f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:58:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:58:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:58:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:05 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:58:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:58:05 $ docker top 3b0b1eb9af2c3dc85349f320e78897eae8ed555b258c5fa9ddd3d32a8364746c -eo pid,comm 09:58:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:58:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:58:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:58:06 [ssh-agent] Looking for ssh-agent implementation... 09:58:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:58:06 $ docker exec 3b0b1eb9af2c3dc85349f320e78897eae8ed555b258c5fa9ddd3d32a8364746c ssh-agent 09:58:06 SSH_AUTH_SOCK=/tmp/ssh-pR2bRLe1Aw1l/agent.33 09:58:06 SSH_AGENT_PID=39 09:58:06 Running ssh-add (command line suppressed) 09:58:06 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16211736331403466362.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16211736331403466362.key) 09:58:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:58:06 + git semver bump pre 09:58:06 2025-11-17 09:58:06,907 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:58:06 2025-11-17 09:58:06,911 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:58:06 2025-11-17 09:58:06,911 [bump_version] DEBUG bumping version:4.1.0-dev.45 on axis:pre with prefix:dev 09:58:06 2025-11-17 09:58:06,911 [bump_version] DEBUG bumped version:4.1.0-dev.46 09:58:06 2025-11-17 09:58:06,911 [write_version] DEBUG write version:4.1.0-dev.46 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 09:58:06 2025-11-17 09:58:06,911 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:58:06 2025-11-17 09:58:06,911 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:58:06 2025-11-17 09:58:06,913 [execute] INFO git cat-file --batch-check 09:58:06 2025-11-17 09:58:06,913 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 09:58:06 2025-11-17 09:58:06,915 [execute] INFO git cat-file --batch 09:58:06 2025-11-17 09:58:06,916 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 09:58:06 2025-11-17 09:58:06,918 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:58:06 4.1.0-dev.46 [Pipeline] } 09:58:06 $ docker exec --env ******** --env ******** 3b0b1eb9af2c3dc85349f320e78897eae8ed555b258c5fa9ddd3d32a8364746c ssh-agent -k 09:58:07 unset SSH_AUTH_SOCK; 09:58:07 unset SSH_AGENT_PID; 09:58:07 echo Agent pid 39 killed; 09:58:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:58:07 + git semver [Pipeline] } 09:58:07 $ docker stop --time=1 3b0b1eb9af2c3dc85349f320e78897eae8ed555b258c5fa9ddd3d32a8364746c 09:58:08 $ docker rm -f --volumes 3b0b1eb9af2c3dc85349f320e78897eae8ed555b258c5fa9ddd3d32a8364746c [Pipeline] // withDockerContainer [Pipeline] sh 09:58:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:58:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:58:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:09 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:58:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:58:09 $ docker top 4f9ea62d8c07f917faace36fce64e5871d2a9318d76001b5228a9f14538c0b79 -eo pid,comm 09:58:09 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). 09:58:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:58:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:58:10 [ssh-agent] Looking for ssh-agent implementation... 09:58:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:58:10 $ docker exec 4f9ea62d8c07f917faace36fce64e5871d2a9318d76001b5228a9f14538c0b79 ssh-agent 09:58:10 SSH_AUTH_SOCK=/tmp/ssh-qF9iUkSiegKt/agent.32 09:58:10 SSH_AGENT_PID=38 09:58:10 Running ssh-add (command line suppressed) 09:58:10 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1768996961787671023.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1768996961787671023.key) 09:58:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:58:10 + git semver push 09:58:10 2025-11-17 09:58:10,851 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:58:10 2025-11-17 09:58:10,855 [run_push] DEBUG push 09:58:10 2025-11-17 09:58:10,856 [execute] INFO git cat-file --batch-check 09:58:10 2025-11-17 09:58:10,856 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 09:58:10 2025-11-17 09:58:10,859 [execute] INFO git rev-list c1d7a7e5a0351d9287712e42eb509d068328f11f -- 09:58:10 2025-11-17 09:58:10,859 [execute] DEBUG Popen(['git', 'rev-list', 'c1d7a7e5a0351d9287712e42eb509d068328f11f', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 09:58:10 2025-11-17 09:58:10,872 [execute] INFO git fetch -v -- origin 09:58:10 2025-11-17 09:58:10,873 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 09:58:11 2025-11-17 09:58:11,432 [run_push] DEBUG no remote changes detected 09:58:11 2025-11-17 09:58:11,432 [execute] INFO git push origin semver 09:58:11 2025-11-17 09:58:11,433 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 09:58:12 2025-11-17 09:58:12,171 [run_push] DEBUG push all version tags 09:58:12 2025-11-17 09:58:12,171 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:58:12 2025-11-17 09:58:12,172 [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) 09:58:12 2025-11-17 09:58:12,909 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 09:58:12 4.1.0-dev.46 [Pipeline] } 09:58:12 $ docker exec --env ******** --env ******** 4f9ea62d8c07f917faace36fce64e5871d2a9318d76001b5228a9f14538c0b79 ssh-agent -k 09:58:13 unset SSH_AUTH_SOCK; 09:58:13 unset SSH_AGENT_PID; 09:58:13 echo Agent pid 38 killed; 09:58:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:58:13 + git semver [Pipeline] } 09:58:13 $ docker stop --time=1 4f9ea62d8c07f917faace36fce64e5871d2a9318d76001b5228a9f14538c0b79 09:58:14 $ docker rm -f --volumes 4f9ea62d8c07f917faace36fce64e5871d2a9318d76001b5228a9f14538c0b79 [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 09:58:15 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 09:58:15 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 09:58:15 total 16 09:58:15 drwxr-xr-x 3 root root 4096 Nov 17 09:55 . 09:58:15 drwxrwxr-x 12 jenkins jenkins 4096 Nov 17 09:56 .. 09:58:15 drwxr-xr-x 2 root root 4096 Nov 17 09:55 cost 09:58:15 -rw-r--r-- 1 root root 87 Nov 17 09:55 cost.csv 09:58:15 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 09:58:15 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 09:58:15 total 16 09:58:15 drwxr-xr-x 3 jenkins jenkins 4096 Nov 17 09:55 . 09:58:15 drwxrwxr-x 12 jenkins jenkins 4096 Nov 17 09:56 .. 09:58:15 drwxr-xr-x 2 jenkins jenkins 4096 Nov 17 09:55 cost 09:58:15 -rw-r--r-- 1 jenkins jenkins 87 Nov 17 09:55 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:58:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:58:16 ---> package-listing.sh 09:58:16 ++ facter osfamily 09:58:16 ++ tr '[:upper:]' '[:lower:]' 09:58:17 + OS_FAMILY=debian 09:58:17 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 09:58:17 + START_PACKAGES=/tmp/packages_start.txt 09:58:17 + END_PACKAGES=/tmp/packages_end.txt 09:58:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:58:17 + PACKAGES=/tmp/packages_start.txt 09:58:17 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 09:58:17 + PACKAGES=/tmp/packages_end.txt 09:58:17 + case "${OS_FAMILY}" in 09:58:17 + dpkg -l 09:58:17 + grep '^ii' 09:58:17 + '[' -f /tmp/packages_start.txt ']' 09:58:17 + '[' -f /tmp/packages_end.txt ']' 09:58:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:58:17 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 09:58:17 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 09:58:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 09:58:17 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 09:58:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:58:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:17 prd-ubuntu20.04-docker-8c-8g-773241 does not seem to be running inside a container 09:58:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:58:18 $ docker top b45187713a7a59e06c4fe9136e4216a63f844d7cf093a09a6e61fdd835ea93ca -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:18 + touch /tmp/pre-build-complete [Pipeline] sh 09:58:18 + mkdir -p /var/log/sysstat [Pipeline] sh 09:58:19 + ls /var/log/sa-host 09:58:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:58:19 provisioning config files... 09:58:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2307617105083099655tmp [Pipeline] { [Pipeline] echo 09:58:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:58:19 ---> create-netrc.sh [Pipeline] } 09:58:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:58:19 ---> python-tools-install.sh [Pipeline] echo 09:58:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:58:20 ---> sudo-logs.sh 09:58:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:58:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:58:20 ---> job-cost.sh 09:58:20 lf-activate-venv: SKIPPING 09:58:20 DEBUG: total: 1.309999942779541 09:58:20 INFO: Retrieving Stack Cost... 09:58:21 INFO: Retrieving Pricing Info for: v3-standard-8 09:58:21 INFO: Archiving Costs [Pipeline] echo 09:58:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:58:21 ---> logs-deploy.sh 09:58:21 lf-activate-venv: SKIPPING 09:58:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/400 09:58:21 INFO: archiving workspace using pattern(s): 09:58:22 Archives upload complete. 09:58:22 INFO: archiving logs to Nexus 09:58:23 ---> uname -a: 09:58:23 Linux prd-ubuntu20-04-docker-8c-8g-773241 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 09:58:23 09:58:23 09:58:23 ---> lscpu: 09:58:23 Architecture: x86_64 09:58:23 CPU op-mode(s): 32-bit, 64-bit 09:58:23 Byte Order: Little Endian 09:58:23 Address sizes: 40 bits physical, 48 bits virtual 09:58:23 CPU(s): 8 09:58:23 On-line CPU(s) list: 0-7 09:58:23 Thread(s) per core: 1 09:58:23 Core(s) per socket: 1 09:58:23 Socket(s): 8 09:58:23 NUMA node(s): 1 09:58:23 Vendor ID: AuthenticAMD 09:58:23 CPU family: 23 09:58:23 Model: 49 09:58:23 Model name: AMD EPYC-Rome Processor 09:58:23 Stepping: 0 09:58:23 CPU MHz: 2799.998 09:58:23 BogoMIPS: 5599.99 09:58:23 Virtualization: AMD-V 09:58:23 Hypervisor vendor: KVM 09:58:23 Virtualization type: full 09:58:23 L1d cache: 256 KiB 09:58:23 L1i cache: 256 KiB 09:58:23 L2 cache: 4 MiB 09:58:23 L3 cache: 128 MiB 09:58:23 NUMA node0 CPU(s): 0-7 09:58:23 Vulnerability Gather data sampling: Not affected 09:58:23 Vulnerability Itlb multihit: Not affected 09:58:23 Vulnerability L1tf: Not affected 09:58:23 Vulnerability Mds: Not affected 09:58:23 Vulnerability Meltdown: Not affected 09:58:23 Vulnerability Mmio stale data: Not affected 09:58:23 Vulnerability Retbleed: Vulnerable 09:58:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:58:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:58:23 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 09:58:23 Vulnerability Srbds: Not affected 09:58:23 Vulnerability Tsx async abort: Not affected 09:58:23 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:58:23 09:58:23 09:58:23 ---> nproc: 09:58:23 8 09:58:23 09:58:23 09:58:23 ---> df -h: 09:58:23 Filesystem Size Used Avail Use% Mounted on 09:58:23 overlay 155G 15G 141G 10% / 09:58:23 tmpfs 64M 0 64M 0% /dev 09:58:23 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:58:23 shm 64M 0 64M 0% /dev/shm 09:58:23 /dev/vda1 155G 15G 141G 10% /facter-os 09:58:23 09:58:23