Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3b8bfbe400214ea9673fedc962e36bce2491427b 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-ssh8755479146745722056.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh10614264439662254079.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 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh7307739883834216972.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa # timeout=10 Commit message: "fix: add new goLTSImages 1.23 (#466)" > 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-ssh17204870595372902278.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-ssh12198761325013042248.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-39928’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-40556’ is offline ‘prd-ubuntu20.04-docker-8c-8g-40558’ is offline Running on prd-ubuntu20.04-docker-8c-8g-40559 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3b8bfbe400214ea9673fedc962e36bce2491427b (main) Commit message: "build: update to bootstrap 4.0.2 (#1701)" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b8bfbe400214ea9673fedc962e36bce2491427b # timeout=10 > git rev-list --no-walk 2292029da43dc8641ae4f1a5e09ca71d8d6a0c64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:44:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:44:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:44:54 ========================================================= 08:44:54 EdgeX Global Pipelines Version Info 08:44:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:44:55 ------------------- 08:44:55 stable info: 08:44:55 ------------------- 08:44:55 Commited By: Cherry Wang cherry@iotechsys.com 08:44:55 Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 08:44:55 Message: update stable to v1.0.271 08:44:56 ------------------- 08:44:56 experimental info: 08:44:56 ------------------- 08:44:56 Commited By: **** collab-it+edgex@linuxfoundation.org 08:44:56 Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 08:44:56 Message: update experimental to v1.0.271 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b8bfbe [Pipeline] echo 08:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:44:57 provisioning config files... 08:44:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1791717977797531169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:44:57 ---> ****-login.sh 08:44:57 nexus3.edgexfoundry.org:10001 08:44:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:44:57 Configure a credential helper to remove this warning. See 08:44:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:44:57 08:44:57 Login Succeeded 08:44:57 nexus3.edgexfoundry.org:10002 08:44:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:44:57 Configure a credential helper to remove this warning. See 08:44:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:44:57 08:44:57 Login Succeeded 08:44:57 nexus3.edgexfoundry.org:10003 08:44:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:44:57 Configure a credential helper to remove this warning. See 08:44:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:44:57 08:44:57 Login Succeeded 08:44:57 nexus3.edgexfoundry.org:10004 08:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:44:58 Configure a credential helper to remove this warning. See 08:44:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:44:58 08:44:58 Login Succeeded 08:44:58 ****.io 08:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:44:58 Configure a credential helper to remove this warning. See 08:44:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:44:58 08:44:58 Login Succeeded 08:44:58 ---> ****-login.sh ends [Pipeline] } 08:44:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:44:58 + git rev-list -1 --merges 3b8bfbe400214ea9673fedc962e36bce2491427b~1..3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo 08:44:58 -----------> git rev-list -1 --merges 3b8bfbe400214ea9673fedc962e36bce2491427b~1..3b8bfbe400214ea9673fedc962e36bce2491427b 3b8bfbe400214ea9673fedc962e36bce2491427b [false] [Pipeline] sh 08:44:59 + git log --format=format:%s -1 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo 08:44:59 ========================================================= 08:44:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:44:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:44:59 + git log --format=format:%s -1 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] echo 08:44:59 [semverPrep] GIT_COMMIT: 3b8bfbe400214ea9673fedc962e36bce2491427b, Commit Message: build: update to bootstrap 4.0.2 (#1701) [Pipeline] echo 08:44:59 [semverPrep] This is not a build commit. [Pipeline] sh 08:44:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:44:59 + grep -v github /etc/ssh/ssh_known_hosts 08:44:59 + [ -e /tmp/ssh_known_hosts ] 08:44:59 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:44:59 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:44:59 + sudo tee -a /etc/ssh/ssh_known_hosts 08:44:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:45:00 08:45:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:45:00 0.1.4: Pulling from edgex-devops/py-git-semver 08:45:00 b85a868b505f: Pulling fs layer 08:45:00 e2be974225ed: Pulling fs layer 08:45:00 339a4e72a1f5: Pulling fs layer 08:45:00 988bab9f4d93: Pulling fs layer 08:45:00 1469e6f7b9e6: Pulling fs layer 08:45:00 eaf3925da568: Pulling fs layer 08:45:00 bab4dde63d76: Pulling fs layer 08:45:00 bde34c3a00c8: Pulling fs layer 08:45:00 b352a97aabf1: Pulling fs layer 08:45:00 4872d77fe225: Pulling fs layer 08:45:00 5851b861e8e6: Pulling fs layer 08:45:00 bab4dde63d76: Waiting 08:45:00 bde34c3a00c8: Waiting 08:45:00 988bab9f4d93: Waiting 08:45:00 b352a97aabf1: Waiting 08:45:00 4872d77fe225: Waiting 08:45:00 1469e6f7b9e6: Waiting 08:45:00 5851b861e8e6: Waiting 08:45:00 eaf3925da568: Waiting 08:45:00 e2be974225ed: Verifying Checksum 08:45:00 e2be974225ed: Download complete 08:45:00 1469e6f7b9e6: Verifying Checksum 08:45:00 1469e6f7b9e6: Download complete 08:45:00 339a4e72a1f5: Verifying Checksum 08:45:00 339a4e72a1f5: Download complete 08:45:00 eaf3925da568: Download complete 08:45:00 bde34c3a00c8: Download complete 08:45:00 b352a97aabf1: Download complete 08:45:00 4872d77fe225: Download complete 08:45:00 5851b861e8e6: Verifying Checksum 08:45:00 5851b861e8e6: Download complete 08:45:00 b85a868b505f: Verifying Checksum 08:45:00 b85a868b505f: Download complete 08:45:01 bab4dde63d76: Verifying Checksum 08:45:01 bab4dde63d76: Download complete 08:45:02 b85a868b505f: Pull complete 08:45:02 e2be974225ed: Pull complete 08:45:02 339a4e72a1f5: Pull complete 08:45:02 988bab9f4d93: Pull complete 08:45:02 1469e6f7b9e6: Pull complete 08:45:02 eaf3925da568: Pull complete 08:45:04 bab4dde63d76: Pull complete 08:45:04 bde34c3a00c8: Pull complete 08:45:04 b352a97aabf1: Pull complete 08:45:04 4872d77fe225: Pull complete 08:45:04 5851b861e8e6: Pull complete 08:45:04 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:45:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:45:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:45:04 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:45:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:45:06 $ docker top c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 -eo pid,comm 08:45:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:45:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:45:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:06 [ssh-agent] Looking for ssh-agent implementation... 08:45:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:06 $ docker exec c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent 08:45:07 SSH_AUTH_SOCK=/tmp/ssh-oacuiBfQrtnm/agent.33 08:45:07 SSH_AGENT_PID=39 08:45:07 Running ssh-add (command line suppressed) 08:45:07 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6589710017858395285.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6589710017858395285.key) 08:45:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:07 + git tag --points-at HEAD [Pipeline] } 08:45:07 $ docker exec --env ******** --env ******** c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent -k 08:45:07 unset SSH_AUTH_SOCK; 08:45:07 unset SSH_AGENT_PID; 08:45:07 echo Agent pid 39 killed; 08:45:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:45:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:07 [ssh-agent] Looking for ssh-agent implementation... 08:45:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:07 $ docker exec c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent 08:45:07 SSH_AUTH_SOCK=/tmp/ssh-iwEnc8eJXrJc/agent.72 08:45:07 SSH_AGENT_PID=78 08:45:07 Running ssh-add (command line suppressed) 08:45:07 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14730431228576878504.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14730431228576878504.key) 08:45:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:08 + git semver init 08:45:08 2025-03-07 08:45:08,391 [run_init] DEBUG init version:0.0.0 force:False 08:45:08 2025-03-07 08:45:08,392 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 08:45:08 2025-03-07 08:45:08,393 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 08:45:08 2025-03-07 08:45:08,393 [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, universal_newlines=False, shell=None, istream=None) 08:45:09 2025-03-07 08:45:09,532 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 08:45:09 2025-03-07 08:45:09,533 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 08:45:09 2025-03-07 08:45:09,533 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:45:09 2025-03-07 08:45:09,533 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:45:09 4.0.0-dev.30 [Pipeline] } 08:45:09 $ docker exec --env ******** --env ******** c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 ssh-agent -k 08:45:09 unset SSH_AUTH_SOCK; 08:45:09 unset SSH_AGENT_PID; 08:45:09 echo Agent pid 78 killed; 08:45:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:45:10 + git semver [Pipeline] } 08:45:10 $ docker stop --time=1 c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 08:45:11 $ docker rm -f --volumes c369b4e7b58c252ced1da3830854279dd86f00aa76ebd754b4990fd8331db144 [Pipeline] // withDockerContainer [Pipeline] sh 08:45:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:45:12 Stashed 1 file(s) [Pipeline] echo 08:45:12 [edgeXSemver]: initialized semver on version 4.0.0-dev.30 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:45:12 provisioning config files... [Pipeline] // stage 08:45:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2250392396675416480tmp [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 08:45:13 ---> ****-login.sh 08:45:13 nexus3.edgexfoundry.org:10001 08:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:13 Configure a credential helper to remove this warning. See 08:45:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:13 08:45:13 Login Succeeded 08:45:13 nexus3.edgexfoundry.org:10002 08:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:13 Configure a credential helper to remove this warning. See 08:45:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:13 08:45:13 Login Succeeded 08:45:13 nexus3.edgexfoundry.org:10003 08:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:13 Configure a credential helper to remove this warning. See 08:45:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:13 08:45:13 Login Succeeded 08:45:13 nexus3.edgexfoundry.org:10004 08:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:13 Configure a credential helper to remove this warning. See 08:45:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:13 08:45:13 Login Succeeded 08:45:13 ****.io 08:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:13 Configure a credential helper to remove this warning. See 08:45:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:13 08:45:13 Login Succeeded 08:45:13 ---> ****-login.sh ends [Pipeline] } 08:45:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:45:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:45:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:45:13 ========================================================= 08:45:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 08:45:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:14 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 08:45:14 Sending build context to Docker daemon 25.18MB 08:45:14 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 08:45:14 Step 2/10 : FROM ${BASE} AS builder 08:45:14 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 08:45:14 da9db072f522: Pulling fs layer 08:45:14 6ef4a4ee8ca5: Pulling fs layer 08:45:14 06f05ace1117: Pulling fs layer 08:45:14 5fe327b54edc: Pulling fs layer 08:45:14 4f4fb700ef54: Pulling fs layer 08:45:14 92a5565b7b96: Pulling fs layer 08:45:14 ff9bb7016b71: Pulling fs layer 08:45:14 b67dba6c2c7d: Pulling fs layer 08:45:14 a813b0c90790: Pulling fs layer 08:45:14 ff9bb7016b71: Waiting 08:45:14 b67dba6c2c7d: Waiting 08:45:14 92a5565b7b96: Waiting 08:45:14 a813b0c90790: Waiting 08:45:14 5fe327b54edc: Waiting 08:45:14 4f4fb700ef54: Waiting 08:45:14 6ef4a4ee8ca5: Verifying Checksum 08:45:14 6ef4a4ee8ca5: Download complete 08:45:14 5fe327b54edc: Verifying Checksum 08:45:14 5fe327b54edc: Download complete 08:45:14 4f4fb700ef54: Verifying Checksum 08:45:14 4f4fb700ef54: Download complete 08:45:14 92a5565b7b96: Download complete 08:45:14 da9db072f522: Verifying Checksum 08:45:14 da9db072f522: Download complete 08:45:14 ff9bb7016b71: Verifying Checksum 08:45:14 ff9bb7016b71: Download complete 08:45:14 da9db072f522: Pull complete 08:45:14 a813b0c90790: Verifying Checksum 08:45:14 a813b0c90790: Download complete 08:45:14 6ef4a4ee8ca5: Pull complete 08:45:14 06f05ace1117: Download complete 08:45:15 b67dba6c2c7d: Verifying Checksum 08:45:15 b67dba6c2c7d: Download complete 08:45:17 06f05ace1117: Pull complete 08:45:17 5fe327b54edc: Pull complete 08:45:17 4f4fb700ef54: Pull complete 08:45:17 92a5565b7b96: Pull complete 08:45:17 ff9bb7016b71: Pull complete 08:45:20 b67dba6c2c7d: Pull complete 08:45:20 a813b0c90790: Pull complete 08:45:20 Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 08:45:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:45:20 ---> 3ba60ce46760 08:45:20 Step 3/10 : ARG MAKE=make build 08:45:23 ---> Running in 51e7c59b8f1a 08:45:23 Removing intermediate container 51e7c59b8f1a 08:45:23 ---> 6b6a74580283 08:45:23 Step 4/10 : WORKDIR /device-sdk-go 08:45:23 ---> Running in 5d5d11580f8f 08:45:23 Removing intermediate container 5d5d11580f8f 08:45:23 ---> 0a8583d578b8 08:45:23 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 08:45:23 ---> Running in a098de193b21 08:45:23 Removing intermediate container a098de193b21 08:45:23 ---> 0e72fad102ea 08:45:23 Step 6/10 : RUN apk add --update --no-cache make git 08:45:23 ---> Running in 73f9a54b597b 08:45:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:45:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:45:24 OK: 248 MiB in 58 packages 08:45:24 Removing intermediate container 73f9a54b597b 08:45:24 ---> 3284f7a8c2cf 08:45:24 Step 7/10 : COPY go.mod vendor* ./ 08:45:24 ---> 03f6a27fc7aa 08:45:24 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:45:24 ---> Running in 9b3af49452ce 08:46:03 Removing intermediate container 9b3af49452ce 08:46:03 ---> f380ef395251 08:46:03 Step 9/10 : COPY . . 08:46:03 ---> 20293890ae2c 08:46:03 Step 10/10 : RUN ${MAKE} 08:46:03 ---> Running in da70679353cd 08:46:03 noop 08:46:03 Removing intermediate container da70679353cd 08:46:03 ---> c8a85434e30a 08:46:03 Successfully built c8a85434e30a 08:46:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:03 + docker inspect -f . ci-base-image-x86_64 08:46:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:46:03 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:46:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:46:04 $ docker top 03f7660979c6b4c286d6bd2cf0188b6c0196946b6870bdd902648f7ddfcefc1d -eo pid,comm [Pipeline] { [Pipeline] sh 08:46:04 + go version 08:46:04 go version go1.23.4 linux/amd64 [Pipeline] } 08:46:04 $ docker stop --time=1 03f7660979c6b4c286d6bd2cf0188b6c0196946b6870bdd902648f7ddfcefc1d 08:46:05 $ docker rm -f --volumes 03f7660979c6b4c286d6bd2cf0188b6c0196946b6870bdd902648f7ddfcefc1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:06 + docker inspect -f . ci-base-image-x86_64 08:46:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:46:06 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:46:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:46:06 $ docker top 080a33a866c05fce5186cad6fd1a5060b13f3b891cca4603b9ed3e290fdfc8d6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:46:06 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 08:46:07 + make test 08:46:07 go test -race -coverprofile=coverage.out ./... 08:46:15 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 08:46:47 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 08:46:47 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 08:46:47 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 08:46:47 github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements 08:46:47 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 08:46:47 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.037s coverage: 28.2% of statements 08:46:47 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.028s coverage: 79.3% of statements 08:46:47 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 08:46:47 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 08:46:48 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 08:46:48 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.031s coverage: 90.4% of statements 08:46:48 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 08:46:48 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 08:46:48 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 08:46:49 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.078s coverage: 45.0% of statements 08:46:50 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 08:46:55 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.048s coverage: 14.3% of statements 08:46:55 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.915s coverage: 44.6% of statements 08:46:55 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.055s coverage: 68.4% of statements 08:46:55 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.088s coverage: 88.3% of statements 08:46:55 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.058s coverage: 5.0% of statements 08:47:27 GO111MODULE=on go vet ./... 08:47:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:47:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:47:28 ./bin/test-attribution-txt.sh [Pipeline] echo 08:47:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 08:47:29 $ docker stop --time=1 080a33a866c05fce5186cad6fd1a5060b13f3b891cca4603b9ed3e290fdfc8d6 08:47:32 $ docker rm -f --volumes 080a33a866c05fce5186cad6fd1a5060b13f3b891cca4603b9ed3e290fdfc8d6 [Pipeline] // withDockerContainer [Pipeline] sh 08:47:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:47:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:47:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:47:34 + ls -al . 08:47:34 total 740 08:47:34 drwxrwxr-x 11 jenkins jenkins 4096 Mar 7 08:46 . 08:47:34 drwxrwxr-x 4 jenkins jenkins 4096 Mar 7 08:44 .. 08:47:34 -rw-rw-r-- 1 jenkins jenkins 140 Mar 7 08:44 .dockerignore 08:47:34 drwxrwxr-x 8 jenkins jenkins 4096 Mar 7 08:46 .git 08:47:34 drwxrwxr-x 3 jenkins jenkins 4096 Mar 7 08:44 .github 08:47:34 -rw-rw-r-- 1 jenkins jenkins 137 Mar 7 08:44 .gitignore 08:47:34 -rw-rw-r-- 1 jenkins jenkins 199 Mar 7 08:44 .golangci.yml 08:47:34 drwxr-xr-x 3 jenkins jenkins 4096 Mar 7 08:45 .semver 08:47:34 -rw-rw-r-- 1 jenkins jenkins 53715 Mar 7 08:44 CHANGELOG.md 08:47:34 -rw-rw-r-- 1 jenkins jenkins 677 Mar 7 08:44 GOVERNANCE.md 08:47:34 -rw-rw-r-- 1 jenkins jenkins 882 Mar 7 08:44 Jenkinsfile 08:47:34 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 7 08:44 LICENSE 08:47:34 -rw-rw-r-- 1 jenkins jenkins 2424 Mar 7 08:44 Makefile 08:47:34 -rw-rw-r-- 1 jenkins jenkins 619 Mar 7 08:44 OWNERS.md 08:47:34 -rw-rw-r-- 1 jenkins jenkins 4937 Mar 7 08:44 README.md 08:47:34 -rw-rw-r-- 1 jenkins jenkins 12 Mar 7 08:45 VERSION 08:47:34 drwxrwxr-x 2 jenkins jenkins 4096 Mar 7 08:44 bin 08:47:34 -rw-r--r-- 1 jenkins jenkins 497265 Mar 7 08:46 coverage.out 08:47:34 drwxrwxr-x 5 jenkins jenkins 4096 Mar 7 08:44 example 08:47:34 -rw-rw-r-- 1 jenkins jenkins 6089 Mar 7 08:44 go.mod 08:47:34 -rw-rw-r-- 1 jenkins jenkins 86333 Mar 7 08:44 go.sum 08:47:34 drwxrwxr-x 13 jenkins jenkins 4096 Mar 7 08:44 internal 08:47:34 drwxrwxr-x 2 jenkins jenkins 4096 Mar 7 08:44 openapi 08:47:34 drwxrwxr-x 6 jenkins jenkins 4096 Mar 7 08:44 pkg 08:47:34 drwxrwxr-x 4 jenkins jenkins 4096 Mar 7 08:44 snap 08:47:34 -rw-rw-r-- 1 jenkins jenkins 222 Mar 7 08:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:34 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3b8bfbe400214ea9673fedc962e36bce2491427b --label arch=amd64 --label version=4.0.0-dev.30 . 08:47:34 Sending build context to Docker daemon 25.68MB 08:47:34 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 08:47:34 Step 2/24 : FROM ${BASE} AS builder 08:47:34 ---> c8a85434e30a 08:47:34 Step 3/24 : ARG MAKE=make build 08:47:34 ---> Running in da52947aabba 08:47:34 Removing intermediate container da52947aabba 08:47:34 ---> 524849c302aa 08:47:34 Step 4/24 : WORKDIR /device-sdk-go 08:47:35 ---> Running in 0c3bb44d6201 08:47:35 Removing intermediate container 0c3bb44d6201 08:47:35 ---> 3e7a2fa7a128 08:47:35 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 08:47:35 ---> Running in 35c145a4812c 08:47:35 Removing intermediate container 35c145a4812c 08:47:35 ---> 8f4b49385346 08:47:35 Step 6/24 : RUN apk add --update --no-cache make git 08:47:35 ---> Running in 9db4885aab17 08:47:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:47:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:47:35 OK: 248 MiB in 58 packages 08:47:36 Removing intermediate container 9db4885aab17 08:47:36 ---> 78f1e37be4fa 08:47:36 Step 7/24 : COPY go.mod vendor* ./ 08:47:36 ---> b7a5a7db75be 08:47:36 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:47:36 ---> Running in 28fa7a82d8cd 08:47:37 Removing intermediate container 28fa7a82d8cd 08:47:37 ---> 7de142b99ac8 08:47:37 Step 9/24 : COPY . . 08:47:37 ---> 59afcd7be963 08:47:37 Step 10/24 : RUN ${MAKE} 08:47:37 ---> Running in f89ccf807ce7 08:47:37 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.0.0-dev.30 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.0.0-dev.30 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:48:10 Removing intermediate container f89ccf807ce7 08:48:10 ---> 2d70c162b61b 08:48:10 Step 11/24 : FROM alpine:3.20 08:48:10 3.20: Pulling from library/alpine 08:48:10 0a9a5dfd008f: Pulling fs layer 08:48:10 0a9a5dfd008f: Verifying Checksum 08:48:10 0a9a5dfd008f: Download complete 08:48:10 0a9a5dfd008f: Pull complete 08:48:10 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:48:10 Status: Downloaded newer image for alpine:3.20 08:48:10 ---> ff221270b9fb 08:48:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 08:48:10 ---> Running in 83a5957bce64 08:48:10 Removing intermediate container 83a5957bce64 08:48:10 ---> e3be40e4538a 08:48:10 Step 13/24 : RUN apk add --update --no-cache dumb-init 08:48:10 ---> Running in f56e8cc6c15e 08:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:48:10 (1/1) Installing dumb-init (1.2.5-r3) 08:48:10 Executing busybox-1.36.1-r29.trigger 08:48:10 OK: 8 MiB in 15 packages 08:48:10 Removing intermediate container f56e8cc6c15e 08:48:10 ---> 8917ae596595 08:48:10 Step 14/24 : RUN apk --no-cache upgrade 08:48:10 ---> Running in 723aa5f182b9 08:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:48:10 OK: 8 MiB in 15 packages 08:48:10 Removing intermediate container 723aa5f182b9 08:48:10 ---> 126129b8020d 08:48:10 Step 15/24 : WORKDIR / 08:48:10 ---> Running in 1e80e7abf69b 08:48:10 Removing intermediate container 1e80e7abf69b 08:48:10 ---> e12187d5d289 08:48:10 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:48:10 ---> 86d65e8b415a 08:48:10 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:48:10 ---> 0403323d98cd 08:48:10 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:48:10 ---> d478dfa3adfb 08:48:10 Step 19/24 : EXPOSE 59999 08:48:10 ---> Running in 35eca9a8cee3 08:48:11 Removing intermediate container 35eca9a8cee3 08:48:11 ---> 8dfcb5d8edd0 08:48:11 Step 20/24 : ENTRYPOINT ["/device-simple"] 08:48:11 ---> Running in f5df01b12309 08:48:11 Removing intermediate container f5df01b12309 08:48:11 ---> c6f4340ab9f3 08:48:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:48:11 ---> Running in c1d645359550 08:48:11 Removing intermediate container c1d645359550 08:48:11 ---> 11f3d98a4b59 08:48:11 Step 22/24 : LABEL arch=amd64 08:48:11 ---> Running in 3fd81a97c0a1 08:48:11 Removing intermediate container 3fd81a97c0a1 08:48:11 ---> 26e2c87186fb 08:48:11 Step 23/24 : LABEL git_sha=3b8bfbe400214ea9673fedc962e36bce2491427b 08:48:11 ---> Running in 9e63f9060dfb 08:48:11 Removing intermediate container 9e63f9060dfb 08:48:11 ---> ddf039f78107 08:48:11 Step 24/24 : LABEL version=4.0.0-dev.30 08:48:11 ---> Running in ef51e07cbc64 08:48:11 Removing intermediate container ef51e07cbc64 08:48:11 ---> 4092ab965782 08:48:11 [Warning] One or more build-args [ARCH] were not consumed 08:48:11 Successfully built 4092ab965782 08:48:11 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:48:12 08:48:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:48:12 latest: Pulling from edgex-lftools-log-publisher 08:48:12 5eb5b503b376: Pulling fs layer 08:48:12 5c69ac0246d0: Pulling fs layer 08:48:12 ec43610c2a17: Pulling fs layer 08:48:12 3a2ae6a8a46f: Pulling fs layer 08:48:12 33b1e0a273af: Pulling fs layer 08:48:12 5d3b04190fa2: Pulling fs layer 08:48:12 2f39f015ded8: Pulling fs layer 08:48:12 5d3b04190fa2: Waiting 08:48:12 2f39f015ded8: Waiting 08:48:12 5c69ac0246d0: Download complete 08:48:12 3a2ae6a8a46f: Verifying Checksum 08:48:12 3a2ae6a8a46f: Download complete 08:48:12 33b1e0a273af: Verifying Checksum 08:48:12 33b1e0a273af: Download complete 08:48:12 ec43610c2a17: Verifying Checksum 08:48:12 ec43610c2a17: Download complete 08:48:12 5d3b04190fa2: Verifying Checksum 08:48:12 5d3b04190fa2: Download complete 08:48:12 5eb5b503b376: Verifying Checksum 08:48:12 5eb5b503b376: Download complete 08:48:13 2f39f015ded8: Download complete 08:48:13 5eb5b503b376: Pull complete 08:48:14 5c69ac0246d0: Pull complete 08:48:14 ec43610c2a17: Pull complete 08:48:14 3a2ae6a8a46f: Pull complete 08:48:14 33b1e0a273af: Pull complete 08:48:14 5d3b04190fa2: Pull complete 08:48:18 2f39f015ded8: Pull complete 08:48:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:48:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:48:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:18 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:48: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:48:22 $ docker top db33cef704a048b1b49b1aa7beb012edf1f3aa0e6d3451d70373f18602ce9fb9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:48:22 ---> job-cost.sh 08:48:22 lf-activate-venv: SKIPPING 08:48:22 INFO: No Stack... 08:48:22 INFO: Retrieving Pricing Info for: v3-standard-8 08:48:22 INFO: Archiving Costs [Pipeline] sh 08:48:23 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 08:48:23 + cut -d, -f6 [Pipeline] lock 08:48:23 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] 08:48:23 Resource [jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] did not exist. Created. 08:48:23 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:48:23 + echo total: 0.2199999988079071 [Pipeline] stash 08:48:23 Stashed 1 file(s) [Pipeline] } 08:48:23 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-353-stack-cost] [Pipeline] // lock [Pipeline] } 08:48:23 $ docker stop --time=1 db33cef704a048b1b49b1aa7beb012edf1f3aa0e6d3451d70373f18602ce9fb9 08:48:24 $ docker rm -f --volumes db33cef704a048b1b49b1aa7beb012edf1f3aa0e6d3451d70373f18602ce9fb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 08:48:25 provisioning config files... 08:48:25 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11433949842806358539tmp [Pipeline] { [Pipeline] sh 08:48:25 + set +x 08:48:25 + curl -s https://codecov.io/bash 08:48:25 + bash -s -- 08:48:25 08:48:25 _____ _ 08:48:25 / ____| | | 08:48:25 | | ___ __| | ___ ___ _____ __ 08:48:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:48:25 | |___| (_) | (_| | __/ (_| (_) \ V / 08:48:25 \_____\___/ \__,_|\___|\___\___/ \_/ 08:48:25 Bash-1.0.6 08:48:25 08:48:25 08:48:25 ==> git version 2.25.1 found 08:48:25 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 08:48:25 Release-Date: 2020-01-08 08:48:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:48:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:48:25 ==> Jenkins CI detected. 08:48:25 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 08:48:25 project root: . 08:48:25 --> token set from env 08:48:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:48:25 ==> Running gcov in . (disable via -X gcov) 08:48:25 ==> Python coveragepy not found 08:48:25 ==> Searching for coverage reports in: 08:48:25 + . 08:48:25 -> Found 1 reports 08:48:25 ==> Detecting git/mercurial file structure 08:48:25 ==> Reading reports 08:48:25 + ./coverage.out bytes=497265 08:48:25 ==> Appending adjustments 08:48:25 https://docs.codecov.io/docs/fixing-reports 08:48:25 + Found adjustments 08:48:25 ==> Gzipping contents 08:48:25 48K /tmp/codecov.WA1XUc.gz 08:48:25 ==> Uploading reports 08:48:25 url: https://codecov.io 08:48:25 query: branch=main&commit=3b8bfbe400214ea9673fedc962e36bce2491427b&build=353&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F353%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:48:25 -> Pinging Codecov 08:48:25 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3b8bfbe400214ea9673fedc962e36bce2491427b&build=353&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F353%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:48:26 -> Uploading to 08:48:26 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/3b8bfbe400214ea9673fedc962e36bce2491427b/9092d66b-9b88-458f-a55f-a4137d6fbd5a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250307%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250307T084825Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=e7428345155293326e60c0375009e830e96ffd9a3e312f40857d9f8a9901170d 08:48:26 % Total % Received % Xferd Average Speed Time Time Time Current 08:48:26 Dload Upload Total Spent Left Speed 08:48:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47496 0 0 100 47496 0 127k --:--:-- --:--:-- --:--:-- 127k 100 47496 0 0 100 47496 0 127k --:--:-- --:--:-- --:--:-- 127k 08:48:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] } 08:48:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:48:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:48:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:48:26 08:48:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:48:27 latest: Pulling from edgex-devops/edgex-snyk-go 08:48:27 43c4264eed91: Pulling fs layer 08:48:27 4cc291be95ef: Pulling fs layer 08:48:27 2ac1f1163629: Pulling fs layer 08:48:27 5c3c966382ef: Pulling fs layer 08:48:27 4f4fb700ef54: Pulling fs layer 08:48:27 d9c7d2e4e75e: Pulling fs layer 08:48:27 9c3e1370e548: Pulling fs layer 08:48:27 5c3c966382ef: Waiting 08:48:27 4f4fb700ef54: Waiting 08:48:27 9c3e1370e548: Waiting 08:48:27 d9c7d2e4e75e: Waiting 08:48:27 4cc291be95ef: Download complete 08:48:27 5c3c966382ef: Download complete 08:48:27 4f4fb700ef54: Verifying Checksum 08:48:27 4f4fb700ef54: Download complete 08:48:27 43c4264eed91: Download complete 08:48:27 43c4264eed91: Pull complete 08:48:27 d9c7d2e4e75e: Verifying Checksum 08:48:27 d9c7d2e4e75e: Download complete 08:48:27 4cc291be95ef: Pull complete 08:48:27 2ac1f1163629: Download complete 08:48:28 9c3e1370e548: Verifying Checksum 08:48:28 9c3e1370e548: Download complete 08:48:30 2ac1f1163629: Pull complete 08:48:30 5c3c966382ef: Pull complete 08:48:30 4f4fb700ef54: Pull complete 08:48:31 d9c7d2e4e75e: Pull complete 08:48:34 9c3e1370e548: Pull complete 08:48:34 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 08:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:48:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:34 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:48:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 08:48:39 $ docker top 0fd0dd1ccee8bb3a142a7921978af33c6a5a2e38970e4f4e337484033c5ee43d -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:39 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 08:48:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 08:48:40 + set -o pipefail 08:48:40 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 08:48:46 08:48:46 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 08:48:46 08:48:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/1fee3e27-f776-49bc-aa6a-417f71803ecf 08:48:46 08:48:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:48:46 08:48:46 08:48:46 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 08:48:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:48:47 $ docker stop --time=1 0fd0dd1ccee8bb3a142a7921978af33c6a5a2e38970e4f4e337484033c5ee43d 08:48:50 $ docker rm -f --volumes 0fd0dd1ccee8bb3a142a7921978af33c6a5a2e38970e4f4e337484033c5ee43d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:48:50 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:48:50 provisioning config files... 08:48:50 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6566147499861560381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:48:51 --> edgex-publish-swagger.sh 08:48:51 === Publish openapi API === 08:48:51 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 08:48:51 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 08:48:51 % Total % Received % Xferd Average Speed Time Time Time Current 08:48:51 Dload Upload Total Spent Left Speed 08:48:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37674 100 156 100 37518 331 79825 --:--:-- --:--:-- --:--:-- 79987 100 37674 100 156 100 37518 331 79825 --:--:-- --:--:-- --:--:-- 79987 08:48:51 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 08:48:51 [Pipeline] } 08:48:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:48:51 + git log --format=format:%s -1 3b8bfbe400214ea9673fedc962e36bce2491427b [Pipeline] sh 08:48:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:48:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:48:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:52 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:48:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:48:53 $ docker top f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad -eo pid,comm 08:48:53 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:48:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:48:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:48:53 [ssh-agent] Looking for ssh-agent implementation... 08:48:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:48:53 $ docker exec f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad ssh-agent 08:48:53 SSH_AUTH_SOCK=/tmp/ssh-HYQV1ELZKrOf/agent.32 08:48:53 SSH_AGENT_PID=38 08:48:53 Running ssh-add (command line suppressed) 08:48:53 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12259700898410716561.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12259700898410716561.key) 08:48:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:48:53 + git semver tag 08:48:54 2025-03-07 08:48:53,935 [run_tag] DEBUG tag force:False 08:48:54 2025-03-07 08:48:53,935 [check_head_tag] DEBUG check head tag 08:48:54 2025-03-07 08:48:53,937 [execute] INFO git cat-file --batch-check 08:48:54 2025-03-07 08:48:53,937 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 08:48:54 2025-03-07 08:48:53,940 [execute] INFO git cat-file --batch 08:48:54 2025-03-07 08:48:53,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 08:48:54 2025-03-07 08:48:53,973 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:48:54 2025-03-07 08:48:53,973 [execute] INFO git tag -a v4.0.0-dev.30 -m v4.0.0-dev.30 08:48:54 2025-03-07 08:48:53,973 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.30', '-m', 'v4.0.0-dev.30'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 08:48:54 2025-03-07 08:48:53,978 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:48:54 4.0.0-dev.30 [Pipeline] } 08:48:54 $ docker exec --env ******** --env ******** f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad ssh-agent -k 08:48:54 unset SSH_AUTH_SOCK; 08:48:54 unset SSH_AGENT_PID; 08:48:54 echo Agent pid 38 killed; 08:48:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:48:54 + git semver [Pipeline] } 08:48:54 $ docker stop --time=1 f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad 08:48:56 $ docker rm -f --volumes f2d7cd18fab5f76835f329e2496b8d2ad9aad387f04aed5f9e0ba09162b921ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:48:56 08:48:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:48:56 0.23.1-centos7: Pulling from edgex-lftools 08:48:56 ab5ef0e58194: Pulling fs layer 08:48:56 9712f1f96733: Pulling fs layer 08:48:56 63f879dbbcfc: Pulling fs layer 08:48:56 0d9ebad4ef96: Pulling fs layer 08:48:56 e9a5061849ea: Pulling fs layer 08:48:56 d747dcd14b5f: Pulling fs layer 08:48:56 2de7ff778b66: Pulling fs layer 08:48:56 d747dcd14b5f: Waiting 08:48:56 2de7ff778b66: Waiting 08:48:56 0d9ebad4ef96: Waiting 08:48:56 e9a5061849ea: Waiting 08:48:56 9712f1f96733: Verifying Checksum 08:48:56 9712f1f96733: Download complete 08:48:57 63f879dbbcfc: Verifying Checksum 08:48:57 63f879dbbcfc: Download complete 08:48:57 e9a5061849ea: Verifying Checksum 08:48:57 e9a5061849ea: Download complete 08:48:57 d747dcd14b5f: Download complete 08:48:57 ab5ef0e58194: Verifying Checksum 08:48:57 ab5ef0e58194: Download complete 08:48:57 0d9ebad4ef96: Verifying Checksum 08:48:57 0d9ebad4ef96: Download complete 08:48:57 2de7ff778b66: Verifying Checksum 08:48:57 2de7ff778b66: Download complete 08:48:59 ab5ef0e58194: Pull complete 08:48:59 9712f1f96733: Pull complete 08:49:00 63f879dbbcfc: Pull complete 08:49:04 0d9ebad4ef96: Pull complete 08:49:04 e9a5061849ea: Pull complete 08:49:04 d747dcd14b5f: Pull complete 08:49:05 2de7ff778b66: Pull complete 08:49:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:49:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:49:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:49:05 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:49:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:49:10 $ docker top 61515287959fd73de905fb13ff21c8d813571982c1ab39e8016fa62b53297b95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:49:10 provisioning config files... 08:49:10 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4966024454764425589tmp 08:49:10 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15995595862824264880tmp 08:49:10 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9415326777941719832tmp [Pipeline] { [Pipeline] echo 08:49:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:49:11 ---> sigul-configuration.sh 08:49:11 gpg: directory `/root/.gnupg' created 08:49:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:49:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:49:11 gpg: keyring `/root/.gnupg/secring.gpg' created 08:49:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:49:11 gpg: CAST5 encrypted data 08:49:11 gpg: encrypted with 1 passphrase 08:49:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:49:11 + mkdir /home/jenkins 08:49:11 + mkdir /home/jenkins/sigul [Pipeline] sh 08:49:11 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:49:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:49:12 ---> sigul-install.sh 08:49:12 Sigul already installed; skipping installation. [Pipeline] sh 08:49:12 + git tag --list 08:49:12 0.7.1 08:49:12 delhi-tag 08:49:12 v1.0.0 08:49:12 v1.1.0 08:49:12 v1.1.1 08:49:12 v1.1.2 08:49:12 v1.2.0 08:49:12 v1.2.1 08:49:12 v1.2.2 08:49:12 v1.2.3 08:49:12 v1.3.0 08:49:12 v1.4.0 08:49:12 v2.0.0 08:49:12 v2.1.0 08:49:12 v2.1.1 08:49:12 v2.2.0 08:49:12 v2.3.0 08:49:12 v2.3.1 08:49:12 v3.0 08:49:12 v3.0.0 08:49:12 v3.0.1-dev.1 08:49:12 v3.1 08:49:12 v3.1.0 08:49:12 v3.1.0-dev.1 08:49:12 v3.1.0-dev.10 08:49:12 v3.1.0-dev.11 08:49:12 v3.1.0-dev.12 08:49:12 v3.1.0-dev.13 08:49:12 v3.1.0-dev.14 08:49:12 v3.1.0-dev.15 08:49:12 v3.1.0-dev.16 08:49:12 v3.1.0-dev.17 08:49:12 v3.1.0-dev.18 08:49:12 v3.1.0-dev.19 08:49:12 v3.1.0-dev.2 08:49:12 v3.1.0-dev.20 08:49:12 v3.1.0-dev.21 08:49:12 v3.1.0-dev.22 08:49:12 v3.1.0-dev.23 08:49:12 v3.1.0-dev.24 08:49:12 v3.1.0-dev.25 08:49:12 v3.1.0-dev.26 08:49:12 v3.1.0-dev.27 08:49:12 v3.1.0-dev.28 08:49:12 v3.1.0-dev.29 08:49:12 v3.1.0-dev.3 08:49:12 v3.1.0-dev.30 08:49:12 v3.1.0-dev.31 08:49:12 v3.1.0-dev.32 08:49:12 v3.1.0-dev.33 08:49:12 v3.1.0-dev.34 08:49:12 v3.1.0-dev.35 08:49:12 v3.1.0-dev.36 08:49:12 v3.1.0-dev.37 08:49:12 v3.1.0-dev.38 08:49:12 v3.1.0-dev.39 08:49:12 v3.1.0-dev.4 08:49:12 v3.1.0-dev.40 08:49:12 v3.1.0-dev.41 08:49:12 v3.1.0-dev.5 08:49:12 v3.1.0-dev.6 08:49:12 v3.1.0-dev.7 08:49:12 v3.1.0-dev.8 08:49:12 v3.1.0-dev.9 08:49:12 v3.1.1 08:49:12 v3.1.1-dev.1 08:49:12 v3.2.0-dev.1 08:49:12 v3.2.0-dev.10 08:49:12 v3.2.0-dev.11 08:49:12 v3.2.0-dev.12 08:49:12 v3.2.0-dev.13 08:49:12 v3.2.0-dev.14 08:49:12 v3.2.0-dev.15 08:49:12 v3.2.0-dev.16 08:49:12 v3.2.0-dev.17 08:49:12 v3.2.0-dev.18 08:49:12 v3.2.0-dev.19 08:49:12 v3.2.0-dev.2 08:49:12 v3.2.0-dev.20 08:49:12 v3.2.0-dev.21 08:49:12 v3.2.0-dev.22 08:49:12 v3.2.0-dev.23 08:49:12 v3.2.0-dev.24 08:49:12 v3.2.0-dev.25 08:49:12 v3.2.0-dev.26 08:49:12 v3.2.0-dev.27 08:49:12 v3.2.0-dev.28 08:49:12 v3.2.0-dev.29 08:49:12 v3.2.0-dev.3 08:49:12 v3.2.0-dev.30 08:49:12 v3.2.0-dev.31 08:49:12 v3.2.0-dev.32 08:49:12 v3.2.0-dev.33 08:49:12 v3.2.0-dev.34 08:49:12 v3.2.0-dev.35 08:49:12 v3.2.0-dev.36 08:49:12 v3.2.0-dev.37 08:49:12 v3.2.0-dev.38 08:49:12 v3.2.0-dev.39 08:49:12 v3.2.0-dev.4 08:49:12 v3.2.0-dev.40 08:49:12 v3.2.0-dev.41 08:49:12 v3.2.0-dev.42 08:49:12 v3.2.0-dev.43 08:49:12 v3.2.0-dev.44 08:49:12 v3.2.0-dev.45 08:49:12 v3.2.0-dev.46 08:49:12 v3.2.0-dev.47 08:49:12 v3.2.0-dev.48 08:49:12 v3.2.0-dev.5 08:49:12 v3.2.0-dev.6 08:49:12 v3.2.0-dev.7 08:49:12 v3.2.0-dev.8 08:49:12 v3.2.0-dev.9 08:49:12 v4.0.0-dev.1 08:49:12 v4.0.0-dev.10 08:49:12 v4.0.0-dev.11 08:49:12 v4.0.0-dev.12 08:49:12 v4.0.0-dev.13 08:49:12 v4.0.0-dev.14 08:49:12 v4.0.0-dev.15 08:49:12 v4.0.0-dev.16 08:49:12 v4.0.0-dev.17 08:49:12 v4.0.0-dev.18 08:49:12 v4.0.0-dev.19 08:49:12 v4.0.0-dev.2 08:49:12 v4.0.0-dev.20 08:49:12 v4.0.0-dev.21 08:49:12 v4.0.0-dev.22 08:49:12 v4.0.0-dev.23 08:49:12 v4.0.0-dev.24 08:49:12 v4.0.0-dev.25 08:49:12 v4.0.0-dev.26 08:49:12 v4.0.0-dev.27 08:49:12 v4.0.0-dev.28 08:49:12 v4.0.0-dev.29 08:49:12 v4.0.0-dev.3 08:49:12 v4.0.0-dev.30 08:49:12 v4.0.0-dev.4 08:49:12 v4.0.0-dev.5 08:49:12 v4.0.0-dev.6 08:49:12 v4.0.0-dev.7 08:49:12 v4.0.0-dev.8 08:49:12 v4.0.0-dev.9 [Pipeline] sh 08:49:12 + lftools sign git-tag v4.0.0-dev.30 08:49:13 Signing Git tag with Sigul... 08:49:13 Signing v4.0.0-dev.30 [Pipeline] echo 08:49:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:49:13 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:49:13 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:49:13 $ docker stop --time=1 61515287959fd73de905fb13ff21c8d813571982c1ab39e8016fa62b53297b95 08:49:15 $ docker rm -f --volumes 61515287959fd73de905fb13ff21c8d813571982c1ab39e8016fa62b53297b95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:49:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:49:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:49:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:49:15 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:49:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:49:16 $ docker top 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e -eo pid,comm 08:49: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). 08:49:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:49:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:49:16 [ssh-agent] Looking for ssh-agent implementation... 08:49:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:49:16 $ docker exec 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e ssh-agent 08:49:16 SSH_AUTH_SOCK=/tmp/ssh-fBFINGh9ZFim/agent.32 08:49:16 SSH_AGENT_PID=38 08:49:16 Running ssh-add (command line suppressed) 08:49:16 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1343618210608689751.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1343618210608689751.key) 08:49:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:49:17 + git semver bump pre 08:49:17 2025-03-07 08:49:17,343 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:49:17 2025-03-07 08:49:17,344 [bump_version] DEBUG bumping version:4.0.0-dev.30 on axis:pre with prefix:dev 08:49:17 2025-03-07 08:49:17,344 [bump_version] DEBUG bumped version:4.0.0-dev.31 08:49:17 2025-03-07 08:49:17,344 [write_version] DEBUG write version:4.0.0-dev.31 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 08:49:17 2025-03-07 08:49:17,344 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:49:17 2025-03-07 08:49:17,344 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:49:17 2025-03-07 08:49:17,346 [execute] INFO git cat-file --batch-check 08:49:17 2025-03-07 08:49:17,346 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:49:17 2025-03-07 08:49:17,353 [execute] INFO git cat-file --batch 08:49:17 2025-03-07 08:49:17,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:49:17 2025-03-07 08:49:17,361 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:49:17 4.0.0-dev.31 [Pipeline] } 08:49:17 $ docker exec --env ******** --env ******** 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e ssh-agent -k 08:49:17 unset SSH_AUTH_SOCK; 08:49:17 unset SSH_AGENT_PID; 08:49:17 echo Agent pid 38 killed; 08:49:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:49:18 + git semver [Pipeline] } 08:49:18 $ docker stop --time=1 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e 08:49:19 $ docker rm -f --volumes 29d42d9fa8e8628a44d9f786c2e50d6f546518f5f55a27f8226db3e5913bf47e [Pipeline] // withDockerContainer [Pipeline] sh 08:49:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:49:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:49:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:49:20 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:49:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:49:20 $ docker top 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 -eo pid,comm 08:49:20 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:49:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:49:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:49:21 [ssh-agent] Looking for ssh-agent implementation... 08:49:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:49:21 $ docker exec 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 ssh-agent 08:49:21 SSH_AUTH_SOCK=/tmp/ssh-XTgkJ7tdDW7g/agent.33 08:49:21 SSH_AGENT_PID=39 08:49:21 Running ssh-add (command line suppressed) 08:49:21 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11297700875078162738.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11297700875078162738.key) 08:49:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:49:21 + git semver push 08:49:21 2025-03-07 08:49:21,783 [run_push] DEBUG push 08:49:21 2025-03-07 08:49:21,783 [execute] INFO git cat-file --batch-check 08:49:21 2025-03-07 08:49:21,784 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:49:21 2025-03-07 08:49:21,787 [execute] INFO git rev-list c854e9d8d980d55cdb6c41e43b9398866527840c -- 08:49:21 2025-03-07 08:49:21,787 [execute] DEBUG Popen(['git', 'rev-list', 'c854e9d8d980d55cdb6c41e43b9398866527840c', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 08:49:21 2025-03-07 08:49:21,801 [execute] INFO git fetch -v origin 08:49:21 2025-03-07 08:49:21,801 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 08:49:22 2025-03-07 08:49:22,246 [run_push] DEBUG no remote changes detected 08:49:22 2025-03-07 08:49:22,247 [execute] INFO git push origin semver 08:49:22 2025-03-07 08:49:22,247 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 08:49:23 2025-03-07 08:49:22,887 [run_push] DEBUG push all version tags 08:49:23 2025-03-07 08:49:22,887 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:49:23 2025-03-07 08:49:22,888 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 08:49:23 2025-03-07 08:49:23,664 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 08:49:23 4.0.0-dev.31 [Pipeline] } 08:49:23 $ docker exec --env ******** --env ******** 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 ssh-agent -k 08:49:24 unset SSH_AUTH_SOCK; 08:49:24 unset SSH_AGENT_PID; 08:49:24 echo Agent pid 39 killed; 08:49:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:49:24 + git semver [Pipeline] } 08:49:24 $ docker stop --time=1 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 08:49:26 $ docker rm -f --volumes 3bc7fe0f544f530bc8ecb420474e935fd68cf21d4b396731ac7802169ce64b29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:49:26 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 08:49:26 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 08:49:26 total 16 08:49:26 drwxr-xr-x 3 root root 4096 Mar 7 08:48 . 08:49:26 drwxrwxr-x 12 jenkins jenkins 4096 Mar 7 08:49 .. 08:49:26 drwxr-xr-x 2 root root 4096 Mar 7 08:48 cost 08:49:26 -rw-r--r-- 1 root root 85 Mar 7 08:48 cost.csv 08:49:26 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 08:49:26 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 08:49:26 total 16 08:49:26 drwxr-xr-x 3 jenkins jenkins 4096 Mar 7 08:48 . 08:49:26 drwxrwxr-x 12 jenkins jenkins 4096 Mar 7 08:49 .. 08:49:26 drwxr-xr-x 2 jenkins jenkins 4096 Mar 7 08:48 cost 08:49:26 -rw-r--r-- 1 jenkins jenkins 85 Mar 7 08:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:49:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:49:27 ---> package-listing.sh 08:49:27 ++ facter osfamily 08:49:27 ++ tr '[:upper:]' '[:lower:]' 08:49:28 + OS_FAMILY=debian 08:49:28 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 08:49:28 + START_PACKAGES=/tmp/packages_start.txt 08:49:28 + END_PACKAGES=/tmp/packages_end.txt 08:49:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:49:28 + PACKAGES=/tmp/packages_start.txt 08:49:28 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 08:49:28 + PACKAGES=/tmp/packages_end.txt 08:49:28 + case "${OS_FAMILY}" in 08:49:28 + dpkg -l 08:49:28 + grep '^ii' 08:49:28 + '[' -f /tmp/packages_start.txt ']' 08:49:28 + '[' -f /tmp/packages_end.txt ']' 08:49:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:49:28 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 08:49:28 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 08:49:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 08:49:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:49:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:49:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:49:28 prd-ubuntu20.04-docker-8c-8g-40559 does not seem to be running inside a container 08:49:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:49:30 $ docker top 9770968e6128c4a4a9d4863c56ea94ae8f0d2456d72741ef5f5bf93ef38e33f3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:49:30 + touch /tmp/pre-build-complete [Pipeline] sh 08:49:30 + mkdir -p /var/log/sysstat [Pipeline] sh 08:49:31 + ls /var/log/sa-host 08:49:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:49:31 provisioning config files... 08:49:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16345622531468180319tmp [Pipeline] { [Pipeline] echo 08:49:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:49:31 ---> create-netrc.sh [Pipeline] } 08:49:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:49:31 ---> python-tools-install.sh [Pipeline] echo 08:49:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:49:32 ---> sudo-logs.sh 08:49:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:49:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:49:32 ---> job-cost.sh 08:49:32 lf-activate-venv: SKIPPING 08:49:32 DEBUG: total: 0.2199999988079071 08:49:32 INFO: Retrieving Stack Cost... 08:49:32 INFO: Retrieving Pricing Info for: v3-standard-8 08:49:33 INFO: Archiving Costs [Pipeline] echo 08:49:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:49:33 ---> logs-deploy.sh 08:49:33 lf-activate-venv: SKIPPING 08:49:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/353 08:49:33 INFO: archiving workspace using pattern(s): 08:49:34 Archives upload complete. 08:49:34 INFO: archiving logs to Nexus