Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1736bffb6f9249122deed05ee7f896dde1cd3714 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-ssh908432292747754887.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-ssh15366019451736295481.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-ssh5557493539651472891.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-ssh4558012460929920035.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-ssh10207582391554417614.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-40855 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 1736bffb6f9249122deed05ee7f896dde1cd3714 (main) > 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 1736bffb6f9249122deed05ee7f896dde1cd3714 # timeout=10 Commit message: "build: Update to released go-mods for odessa (#1704)" > git rev-list --no-walk d1fbc779a240cbbcf284b6d6f9490aecbadfae6e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:35:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:35:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:35:43 ========================================================= 06:35:43 EdgeX Global Pipelines Version Info 06:35:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:35:45 ------------------- 06:35:45 stable info: 06:35:45 ------------------- 06:35:45 Commited By: Cherry Wang cherry@iotechsys.com 06:35:45 Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 06:35:45 Message: update stable to v1.0.271 06:35:45 ------------------- 06:35:45 experimental info: 06:35:45 ------------------- 06:35:45 Commited By: **** collab-it+edgex@linuxfoundation.org 06:35:45 Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 06:35:45 Message: update experimental to v1.0.271 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1736bff [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:35:46 provisioning config files... 06:35:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14269952704254530272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:35:46 ---> ****-login.sh 06:35:46 nexus3.edgexfoundry.org:10001 06:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:47 Configure a credential helper to remove this warning. See 06:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:47 06:35:47 Login Succeeded 06:35:47 nexus3.edgexfoundry.org:10002 06:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:47 Configure a credential helper to remove this warning. See 06:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:47 06:35:47 Login Succeeded 06:35:47 nexus3.edgexfoundry.org:10003 06:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:47 Configure a credential helper to remove this warning. See 06:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:47 06:35:47 Login Succeeded 06:35:47 nexus3.edgexfoundry.org:10004 06:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:47 Configure a credential helper to remove this warning. See 06:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:47 06:35:47 Login Succeeded 06:35:47 ****.io 06:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:47 Configure a credential helper to remove this warning. See 06:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:47 06:35:47 Login Succeeded 06:35:47 ---> ****-login.sh ends [Pipeline] } 06:35:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:35:48 + git rev-list -1 --merges 1736bffb6f9249122deed05ee7f896dde1cd3714~1..1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo 06:35:48 -----------> git rev-list -1 --merges 1736bffb6f9249122deed05ee7f896dde1cd3714~1..1736bffb6f9249122deed05ee7f896dde1cd3714 1736bffb6f9249122deed05ee7f896dde1cd3714 [false] [Pipeline] sh 06:35:48 + git log --format=format:%s -1 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo 06:35:48 ========================================================= 06:35:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:35:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:35:48 + git log --format=format:%s -1 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] echo 06:35:48 [semverPrep] GIT_COMMIT: 1736bffb6f9249122deed05ee7f896dde1cd3714, Commit Message: build: Update to released go-mods for odessa (#1704) [Pipeline] echo 06:35:48 [semverPrep] This is not a build commit. [Pipeline] sh 06:35:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:35:49 + grep -v github /etc/ssh/ssh_known_hosts 06:35:49 + [ -e /tmp/ssh_known_hosts ] 06:35:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:35:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:35:49 + sudo tee -a /etc/ssh/ssh_known_hosts 06:35:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:35:49 06:35:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:35:49 0.1.4: Pulling from edgex-devops/py-git-semver 06:35:49 b85a868b505f: Pulling fs layer 06:35:49 e2be974225ed: Pulling fs layer 06:35:49 339a4e72a1f5: Pulling fs layer 06:35:49 988bab9f4d93: Pulling fs layer 06:35:49 1469e6f7b9e6: Pulling fs layer 06:35:49 eaf3925da568: Pulling fs layer 06:35:49 bab4dde63d76: Pulling fs layer 06:35:49 bde34c3a00c8: Pulling fs layer 06:35:49 b352a97aabf1: Pulling fs layer 06:35:49 4872d77fe225: Pulling fs layer 06:35:49 5851b861e8e6: Pulling fs layer 06:35:49 bab4dde63d76: Waiting 06:35:49 bde34c3a00c8: Waiting 06:35:49 b352a97aabf1: Waiting 06:35:49 4872d77fe225: Waiting 06:35:49 5851b861e8e6: Waiting 06:35:49 1469e6f7b9e6: Waiting 06:35:49 988bab9f4d93: Waiting 06:35:49 eaf3925da568: Waiting 06:35:49 e2be974225ed: Verifying Checksum 06:35:49 e2be974225ed: Download complete 06:35:49 988bab9f4d93: Verifying Checksum 06:35:49 988bab9f4d93: Download complete 06:35:49 1469e6f7b9e6: Verifying Checksum 06:35:49 1469e6f7b9e6: Download complete 06:35:49 339a4e72a1f5: Verifying Checksum 06:35:49 339a4e72a1f5: Download complete 06:35:49 eaf3925da568: Download complete 06:35:50 bde34c3a00c8: Verifying Checksum 06:35:50 bde34c3a00c8: Download complete 06:35:50 b352a97aabf1: Download complete 06:35:50 4872d77fe225: Verifying Checksum 06:35:50 4872d77fe225: Download complete 06:35:50 5851b861e8e6: Download complete 06:35:50 b85a868b505f: Download complete 06:35:50 bab4dde63d76: Verifying Checksum 06:35:50 bab4dde63d76: Download complete 06:35:51 b85a868b505f: Pull complete 06:35:51 e2be974225ed: Pull complete 06:35:52 339a4e72a1f5: Pull complete 06:35:52 988bab9f4d93: Pull complete 06:35:52 1469e6f7b9e6: Pull complete 06:35:52 eaf3925da568: Pull complete 06:35:54 bab4dde63d76: Pull complete 06:35:54 bde34c3a00c8: Pull complete 06:35:54 b352a97aabf1: Pull complete 06:35:54 4872d77fe225: Pull complete 06:35:54 5851b861e8e6: Pull complete 06:35:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:35:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:35:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:35:54 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:35:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:35:57 $ docker top 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 -eo pid,comm 06:35:57 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). 06:35:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:57 [ssh-agent] Looking for ssh-agent implementation... 06:35:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:57 $ docker exec 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent 06:35:58 SSH_AUTH_SOCK=/tmp/ssh-KUIXPcnPgTex/agent.32 06:35:58 SSH_AGENT_PID=38 06:35:58 Running ssh-add (command line suppressed) 06:35:58 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_345611330865820087.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_345611330865820087.key) 06:35:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:58 + git tag --points-at HEAD [Pipeline] } 06:35:58 $ docker exec --env ******** --env ******** 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent -k 06:35:58 unset SSH_AUTH_SOCK; 06:35:58 unset SSH_AGENT_PID; 06:35:58 echo Agent pid 38 killed; 06:35:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:35:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:58 [ssh-agent] Looking for ssh-agent implementation... 06:35:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:58 $ docker exec 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent 06:35:58 SSH_AUTH_SOCK=/tmp/ssh-Rl9HzSUQdOID/agent.71 06:35:58 SSH_AGENT_PID=77 06:35:58 Running ssh-add (command line suppressed) 06:35:58 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9687840814517987104.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9687840814517987104.key) 06:35:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:59 + git semver init 06:35:59 2025-03-11 06:35:59,413 [run_init] DEBUG init version:0.0.0 force:False 06:35:59 2025-03-11 06:35:59,414 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 06:35:59 2025-03-11 06:35:59,414 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 06:35:59 2025-03-11 06:35:59,414 [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) 06:36:01 2025-03-11 06:36:01,008 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 06:36:01 2025-03-11 06:36:01,009 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 06:36:01 2025-03-11 06:36:01,009 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:36:01 2025-03-11 06:36:01,009 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:36:01 4.0.0-dev.32 [Pipeline] } 06:36:01 $ docker exec --env ******** --env ******** 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 ssh-agent -k 06:36:01 unset SSH_AUTH_SOCK; 06:36:01 unset SSH_AGENT_PID; 06:36:01 echo Agent pid 77 killed; 06:36:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:36:01 + git semver [Pipeline] } 06:36:02 $ docker stop --time=1 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 06:36:03 $ docker rm -f --volumes 128a4f7c9bae56299f5dfff2fbbad0a718f531250f36458723378b2ac97eb0d4 [Pipeline] // withDockerContainer [Pipeline] sh 06:36:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:36:04 Stashed 1 file(s) [Pipeline] echo 06:36:04 [edgeXSemver]: initialized semver on version 4.0.0-dev.32 [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 06:36:04 provisioning config files... 06:36:04 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config985698851892908548tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 06:36:04 ---> ****-login.sh 06:36:04 nexus3.edgexfoundry.org:10001 06:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:04 Configure a credential helper to remove this warning. See 06:36:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:04 06:36:04 Login Succeeded 06:36:04 nexus3.edgexfoundry.org:10002 06:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:04 Configure a credential helper to remove this warning. See 06:36:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:04 06:36:04 Login Succeeded 06:36:04 nexus3.edgexfoundry.org:10003 06:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:05 Configure a credential helper to remove this warning. See 06:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:05 06:36:05 Login Succeeded 06:36:05 nexus3.edgexfoundry.org:10004 06:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:05 Configure a credential helper to remove this warning. See 06:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:05 06:36:05 Login Succeeded 06:36:05 ****.io 06:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:05 Configure a credential helper to remove this warning. See 06:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:05 06:36:05 Login Succeeded 06:36:05 ---> ****-login.sh ends [Pipeline] } 06:36:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:36:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:36:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:36:05 ========================================================= 06:36:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:36:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:05 + 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 . 06:36:05 Sending build context to Docker daemon 26.35MB 06:36:05 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 06:36:05 Step 2/10 : FROM ${BASE} AS builder 06:36:06 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:36:06 da9db072f522: Pulling fs layer 06:36:06 6ef4a4ee8ca5: Pulling fs layer 06:36:06 06f05ace1117: Pulling fs layer 06:36:06 5fe327b54edc: Pulling fs layer 06:36:06 4f4fb700ef54: Pulling fs layer 06:36:06 92a5565b7b96: Pulling fs layer 06:36:06 ff9bb7016b71: Pulling fs layer 06:36:06 b67dba6c2c7d: Pulling fs layer 06:36:06 a813b0c90790: Pulling fs layer 06:36:06 5fe327b54edc: Waiting 06:36:06 92a5565b7b96: Waiting 06:36:06 ff9bb7016b71: Waiting 06:36:06 4f4fb700ef54: Waiting 06:36:06 b67dba6c2c7d: Waiting 06:36:06 a813b0c90790: Waiting 06:36:06 6ef4a4ee8ca5: Verifying Checksum 06:36:06 6ef4a4ee8ca5: Download complete 06:36:06 5fe327b54edc: Verifying Checksum 06:36:06 5fe327b54edc: Download complete 06:36:06 4f4fb700ef54: Verifying Checksum 06:36:06 4f4fb700ef54: Download complete 06:36:06 92a5565b7b96: Verifying Checksum 06:36:06 92a5565b7b96: Download complete 06:36:06 da9db072f522: Download complete 06:36:06 ff9bb7016b71: Verifying Checksum 06:36:06 ff9bb7016b71: Download complete 06:36:06 da9db072f522: Pull complete 06:36:06 a813b0c90790: Verifying Checksum 06:36:06 a813b0c90790: Download complete 06:36:06 6ef4a4ee8ca5: Pull complete 06:36:06 06f05ace1117: Verifying Checksum 06:36:06 06f05ace1117: Download complete 06:36:06 b67dba6c2c7d: Verifying Checksum 06:36:06 b67dba6c2c7d: Download complete 06:36:10 06f05ace1117: Pull complete 06:36:10 5fe327b54edc: Pull complete 06:36:10 4f4fb700ef54: Pull complete 06:36:10 92a5565b7b96: Pull complete 06:36:10 ff9bb7016b71: Pull complete 06:36:12 b67dba6c2c7d: Pull complete 06:36:12 a813b0c90790: Pull complete 06:36:12 Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 06:36:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:36:12 ---> 3ba60ce46760 06:36:12 Step 3/10 : ARG MAKE=make build 06:36:18 ---> Running in e60a64c0e430 06:36:18 Removing intermediate container e60a64c0e430 06:36:18 ---> 01f97ff3ddd4 06:36:18 Step 4/10 : WORKDIR /device-sdk-go 06:36:18 ---> Running in 968a8a3c88d6 06:36:18 Removing intermediate container 968a8a3c88d6 06:36:18 ---> 6bc4e15edb8f 06:36:18 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:36:18 ---> Running in 7ac80ff7e0b3 06:36:18 Removing intermediate container 7ac80ff7e0b3 06:36:18 ---> ed614f246aeb 06:36:18 Step 6/10 : RUN apk add --update --no-cache make git 06:36:18 ---> Running in b73f84a851a1 06:36:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:36:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:36:18 OK: 248 MiB in 58 packages 06:36:19 Removing intermediate container b73f84a851a1 06:36:19 ---> 75852f548ff9 06:36:19 Step 7/10 : COPY go.mod vendor* ./ 06:36:19 ---> b619763fc0f8 06:36:19 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:36:19 ---> Running in a2425362df46 06:37:06 Removing intermediate container a2425362df46 06:37:06 ---> 120bff6adccd 06:37:06 Step 9/10 : COPY . . 06:37:06 ---> 5686e29afb51 06:37:06 Step 10/10 : RUN ${MAKE} 06:37:06 ---> Running in 14d355f01aa3 06:37:06 noop 06:37:06 Removing intermediate container 14d355f01aa3 06:37:06 ---> 9d1cd4d064ea 06:37:06 Successfully built 9d1cd4d064ea 06:37:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:06 + docker inspect -f . ci-base-image-x86_64 06:37:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:37:06 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:37:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:37:07 $ docker top 2e6496739cdfec2a9b6169732483d6af9fce32f343ac4e94a57727852b72707c -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:07 + go version 06:37:07 go version go1.23.4 linux/amd64 [Pipeline] } 06:37:07 $ docker stop --time=1 2e6496739cdfec2a9b6169732483d6af9fce32f343ac4e94a57727852b72707c 06:37:08 $ docker rm -f --volumes 2e6496739cdfec2a9b6169732483d6af9fce32f343ac4e94a57727852b72707c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:09 + docker inspect -f . ci-base-image-x86_64 06:37:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:37:09 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:37:09 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:37:09 $ docker top b9012c9747347145c935c740a18ff798e2610f57d8bf7f1dff867916a9da019d -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:09 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 06:37:10 + make test 06:37:10 go test -race -coverprofile=coverage.out ./... 06:37:20 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/internal/application coverage: 0.0% of statements 06:37:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.039s coverage: 28.2% of statements 06:37:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.053s coverage: 79.3% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 06:37:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.031s coverage: 90.4% of statements 06:37:58 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 06:37:58 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 06:37:58 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.090s coverage: 45.0% of statements 06:37:59 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 06:38:04 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.057s coverage: 14.3% of statements 06:38:04 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 3.399s coverage: 44.6% of statements 06:38:04 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.057s coverage: 68.4% of statements 06:38:04 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.084s coverage: 88.3% of statements 06:38:04 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.059s coverage: 5.0% of statements 06:38:43 GO111MODULE=on go vet ./... 06:38:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:38:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:38:44 ./bin/test-attribution-txt.sh [Pipeline] echo 06:38:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:38:44 $ docker stop --time=1 b9012c9747347145c935c740a18ff798e2610f57d8bf7f1dff867916a9da019d 06:38:48 $ docker rm -f --volumes b9012c9747347145c935c740a18ff798e2610f57d8bf7f1dff867916a9da019d [Pipeline] // withDockerContainer [Pipeline] sh 06:38:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:38:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:38:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:38:49 + ls -al . 06:38:49 total 740 06:38:49 drwxrwxr-x 11 jenkins jenkins 4096 Mar 11 06:37 . 06:38:49 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 06:35 .. 06:38:49 -rw-rw-r-- 1 jenkins jenkins 140 Mar 11 06:35 .dockerignore 06:38:49 drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 06:38 .git 06:38:49 drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 06:35 .github 06:38:49 -rw-rw-r-- 1 jenkins jenkins 137 Mar 11 06:35 .gitignore 06:38:49 -rw-rw-r-- 1 jenkins jenkins 199 Mar 11 06:35 .golangci.yml 06:38:49 drwxr-xr-x 3 jenkins jenkins 4096 Mar 11 06:36 .semver 06:38:49 -rw-rw-r-- 1 jenkins jenkins 53715 Mar 11 06:35 CHANGELOG.md 06:38:49 -rw-rw-r-- 1 jenkins jenkins 677 Mar 11 06:35 GOVERNANCE.md 06:38:49 -rw-rw-r-- 1 jenkins jenkins 882 Mar 11 06:35 Jenkinsfile 06:38:49 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 11 06:35 LICENSE 06:38:49 -rw-rw-r-- 1 jenkins jenkins 2424 Mar 11 06:35 Makefile 06:38:49 -rw-rw-r-- 1 jenkins jenkins 619 Mar 11 06:35 OWNERS.md 06:38:49 -rw-rw-r-- 1 jenkins jenkins 4937 Mar 11 06:35 README.md 06:38:49 -rw-rw-r-- 1 jenkins jenkins 12 Mar 11 06:36 VERSION 06:38:49 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 06:35 bin 06:38:49 -rw-r--r-- 1 jenkins jenkins 497263 Mar 11 06:38 coverage.out 06:38:49 drwxrwxr-x 5 jenkins jenkins 4096 Mar 11 06:35 example 06:38:49 -rw-rw-r-- 1 jenkins jenkins 6089 Mar 11 06:35 go.mod 06:38:49 -rw-rw-r-- 1 jenkins jenkins 86333 Mar 11 06:35 go.sum 06:38:49 drwxrwxr-x 13 jenkins jenkins 4096 Mar 11 06:35 internal 06:38:49 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 06:35 openapi 06:38:49 drwxrwxr-x 6 jenkins jenkins 4096 Mar 11 06:35 pkg 06:38:49 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 06:35 snap 06:38:49 -rw-rw-r-- 1 jenkins jenkins 222 Mar 11 06:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:50 + 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=1736bffb6f9249122deed05ee7f896dde1cd3714 --label arch=amd64 --label version=4.0.0-dev.32 . 06:38:50 Sending build context to Docker daemon 26.85MB 06:38:50 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 06:38:50 Step 2/24 : FROM ${BASE} AS builder 06:38:50 ---> 9d1cd4d064ea 06:38:50 Step 3/24 : ARG MAKE=make build 06:38:50 ---> Running in 977c7a084861 06:38:50 Removing intermediate container 977c7a084861 06:38:50 ---> f03cae9b1910 06:38:50 Step 4/24 : WORKDIR /device-sdk-go 06:38:50 ---> Running in 51db5a3d7f5b 06:38:50 Removing intermediate container 51db5a3d7f5b 06:38:50 ---> b499f2c39ce1 06:38:50 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:38:50 ---> Running in f58dbce066e4 06:38:50 Removing intermediate container f58dbce066e4 06:38:50 ---> dacc5bcd810b 06:38:50 Step 6/24 : RUN apk add --update --no-cache make git 06:38:50 ---> Running in efe739c3ef72 06:38:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:38:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:38:51 OK: 248 MiB in 58 packages 06:38:52 Removing intermediate container efe739c3ef72 06:38:52 ---> 4f3489b84f9a 06:38:52 Step 7/24 : COPY go.mod vendor* ./ 06:38:52 ---> 175a4bc86909 06:38:52 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:52 ---> Running in eea50dc7fd86 06:38:52 Removing intermediate container eea50dc7fd86 06:38:52 ---> afdbe7097641 06:38:52 Step 9/24 : COPY . . 06:38:53 ---> a4ffd9f65662 06:38:53 Step 10/24 : RUN ${MAKE} 06:38:53 ---> Running in 125ac6bc5bde 06:38:54 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.0.0-dev.32 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.0.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:39:26 Removing intermediate container 125ac6bc5bde 06:39:26 ---> b9195d1fc1ff 06:39:26 Step 11/24 : FROM alpine:3.20 06:39:26 3.20: Pulling from library/alpine 06:39:26 0a9a5dfd008f: Pulling fs layer 06:39:26 0a9a5dfd008f: Download complete 06:39:26 0a9a5dfd008f: Pull complete 06:39:26 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:39:26 Status: Downloaded newer image for alpine:3.20 06:39:26 ---> ff221270b9fb 06:39:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 06:39:26 ---> Running in dff5f233b6ab 06:39:26 Removing intermediate container dff5f233b6ab 06:39:26 ---> 7e365dfdabca 06:39:26 Step 13/24 : RUN apk add --update --no-cache dumb-init 06:39:26 ---> Running in 2a96b864e429 06:39:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:39:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:39:26 (1/1) Installing dumb-init (1.2.5-r3) 06:39:26 Executing busybox-1.36.1-r29.trigger 06:39:26 OK: 8 MiB in 15 packages 06:39:27 Removing intermediate container 2a96b864e429 06:39:27 ---> 4df2cd10cfbd 06:39:27 Step 14/24 : RUN apk --no-cache upgrade 06:39:27 ---> Running in 5ae7b0fdbf79 06:39:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:39:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:39:27 OK: 8 MiB in 15 packages 06:39:28 Removing intermediate container 5ae7b0fdbf79 06:39:28 ---> 63e2825c97c8 06:39:28 Step 15/24 : WORKDIR / 06:39:28 ---> Running in f57962b0ed86 06:39:28 Removing intermediate container f57962b0ed86 06:39:28 ---> 44cd91fd666e 06:39:28 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 06:39:28 ---> 134907c29065 06:39:28 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 06:39:29 ---> 230e0cfd0f3c 06:39:29 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 06:39:29 ---> 2c04c9d51f12 06:39:29 Step 19/24 : EXPOSE 59999 06:39:29 ---> Running in 18a080546411 06:39:29 Removing intermediate container 18a080546411 06:39:29 ---> e6375df21706 06:39:29 Step 20/24 : ENTRYPOINT ["/device-simple"] 06:39:29 ---> Running in d14b6e424d3d 06:39:29 Removing intermediate container d14b6e424d3d 06:39:29 ---> 1d4119d927a1 06:39:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:39:29 ---> Running in f0ab8d9af6e0 06:39:30 Removing intermediate container f0ab8d9af6e0 06:39:30 ---> 82d3973313c1 06:39:30 Step 22/24 : LABEL arch=amd64 06:39:30 ---> Running in 7f583f0005b0 06:39:30 Removing intermediate container 7f583f0005b0 06:39:30 ---> ea9253cb07c9 06:39:30 Step 23/24 : LABEL git_sha=1736bffb6f9249122deed05ee7f896dde1cd3714 06:39:30 ---> Running in 731d09b8f1c3 06:39:30 Removing intermediate container 731d09b8f1c3 06:39:30 ---> d97c9d4d0805 06:39:30 Step 24/24 : LABEL version=4.0.0-dev.32 06:39:30 ---> Running in 7dcc7d6c59dc 06:39:30 Removing intermediate container 7dcc7d6c59dc 06:39:30 ---> e505cce2804e 06:39:30 [Warning] One or more build-args [ARCH] were not consumed 06:39:30 Successfully built e505cce2804e 06:39:30 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 06:39:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:39:30 06:39:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:39:31 latest: Pulling from edgex-lftools-log-publisher 06:39:31 5eb5b503b376: Pulling fs layer 06:39:31 5c69ac0246d0: Pulling fs layer 06:39:31 ec43610c2a17: Pulling fs layer 06:39:31 3a2ae6a8a46f: Pulling fs layer 06:39:31 33b1e0a273af: Pulling fs layer 06:39:31 5d3b04190fa2: Pulling fs layer 06:39:31 2f39f015ded8: Pulling fs layer 06:39:31 33b1e0a273af: Waiting 06:39:31 3a2ae6a8a46f: Waiting 06:39:31 5d3b04190fa2: Waiting 06:39:31 2f39f015ded8: Waiting 06:39:31 5c69ac0246d0: Download complete 06:39:31 3a2ae6a8a46f: Verifying Checksum 06:39:31 3a2ae6a8a46f: Download complete 06:39:31 33b1e0a273af: Verifying Checksum 06:39:31 33b1e0a273af: Download complete 06:39:31 5d3b04190fa2: Verifying Checksum 06:39:31 5d3b04190fa2: Download complete 06:39:31 ec43610c2a17: Verifying Checksum 06:39:31 ec43610c2a17: Download complete 06:39:31 5eb5b503b376: Verifying Checksum 06:39:31 5eb5b503b376: Download complete 06:39:32 2f39f015ded8: Download complete 06:39:32 5eb5b503b376: Pull complete 06:39:32 5c69ac0246d0: Pull complete 06:39:33 ec43610c2a17: Pull complete 06:39:33 3a2ae6a8a46f: Pull complete 06:39:33 33b1e0a273af: Pull complete 06:39:33 5d3b04190fa2: Pull complete 06:39:37 2f39f015ded8: Pull complete 06:39:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:39:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:39:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:39:37 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:39:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:39:40 $ docker top 531e3bdf6d019abba32b202e0a177119a666a1221a05b4ba65a0ceda5da078c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:39:41 ---> job-cost.sh 06:39:41 lf-activate-venv: SKIPPING 06:39:41 INFO: No Stack... 06:39:41 INFO: Retrieving Pricing Info for: v3-standard-8 06:39:41 INFO: Archiving Costs [Pipeline] sh 06:39:41 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 06:39:41 + cut -d, -f6 [Pipeline] lock 06:39:41 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] 06:39:41 Resource [jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] did not exist. Created. 06:39:41 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:39:42 + echo total: 0.2199999988079071 [Pipeline] stash 06:39:42 Stashed 1 file(s) [Pipeline] } 06:39:42 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-355-stack-cost] [Pipeline] // lock [Pipeline] } 06:39:42 $ docker stop --time=1 531e3bdf6d019abba32b202e0a177119a666a1221a05b4ba65a0ceda5da078c2 06:39:43 $ docker rm -f --volumes 531e3bdf6d019abba32b202e0a177119a666a1221a05b4ba65a0ceda5da078c2 [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 06:39:43 provisioning config files... 06:39:43 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6013149100715546339tmp [Pipeline] { [Pipeline] sh 06:39:44 + set +x 06:39:44 + curl -s https://codecov.io/bash 06:39:44 + bash -s -- 06:39:44 06:39:44 _____ _ 06:39:44 / ____| | | 06:39:44 | | ___ __| | ___ ___ _____ __ 06:39:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:39:44 | |___| (_) | (_| | __/ (_| (_) \ V / 06:39:44 \_____\___/ \__,_|\___|\___\___/ \_/ 06:39:44 Bash-1.0.6 06:39:44 06:39:44 06:39:44 ==> git version 2.25.1 found 06:39:44 ==> 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 06:39:44 Release-Date: 2020-01-08 06:39:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:39:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:39:44 ==> Jenkins CI detected. 06:39:44 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 06:39:44 project root: . 06:39:44 --> token set from env 06:39:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:39:44 ==> Running gcov in . (disable via -X gcov) 06:39:44 ==> Python coveragepy not found 06:39:44 ==> Searching for coverage reports in: 06:39:44 + . 06:39:44 -> Found 1 reports 06:39:44 ==> Detecting git/mercurial file structure 06:39:44 ==> Reading reports 06:39:44 + ./coverage.out bytes=497263 06:39:44 ==> Appending adjustments 06:39:44 https://docs.codecov.io/docs/fixing-reports 06:39:44 + Found adjustments 06:39:44 ==> Gzipping contents 06:39:44 48K /tmp/codecov.tN8ZGa.gz 06:39:44 ==> Uploading reports 06:39:44 url: https://codecov.io 06:39:44 query: branch=main&commit=1736bffb6f9249122deed05ee7f896dde1cd3714&build=355&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F355%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:39:44 -> Pinging Codecov 06:39:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=1736bffb6f9249122deed05ee7f896dde1cd3714&build=355&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F355%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:39:44 -> Uploading to 06:39:44 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/1736bffb6f9249122deed05ee7f896dde1cd3714/3234ee6e-b637-41cf-b1cf-7ff342f2f5df.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250311%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250311T063944Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c59620bdfdd4434fcbfd75c20ceb3b8a873f17bf2150c15ad95f7206cd32126a 06:39:44 % Total % Received % Xferd Average Speed Time Time Time Current 06:39:44 Dload Upload Total Spent Left Speed 06:39:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47529 0 0 100 47529 0 131k --:--:-- --:--:-- --:--:-- 131k 06:39:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] } 06:39:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:39:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:39:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:39:45 06:39:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:39:45 latest: Pulling from edgex-devops/edgex-snyk-go 06:39:45 43c4264eed91: Pulling fs layer 06:39:45 4cc291be95ef: Pulling fs layer 06:39:45 2ac1f1163629: Pulling fs layer 06:39:45 5c3c966382ef: Pulling fs layer 06:39:45 4f4fb700ef54: Pulling fs layer 06:39:45 d9c7d2e4e75e: Pulling fs layer 06:39:45 9c3e1370e548: Pulling fs layer 06:39:45 5c3c966382ef: Waiting 06:39:45 4f4fb700ef54: Waiting 06:39:45 d9c7d2e4e75e: Waiting 06:39:45 9c3e1370e548: Waiting 06:39:45 4cc291be95ef: Verifying Checksum 06:39:45 4cc291be95ef: Download complete 06:39:45 5c3c966382ef: Download complete 06:39:45 4f4fb700ef54: Verifying Checksum 06:39:45 4f4fb700ef54: Download complete 06:39:45 43c4264eed91: Download complete 06:39:46 43c4264eed91: Pull complete 06:39:46 d9c7d2e4e75e: Verifying Checksum 06:39:46 d9c7d2e4e75e: Download complete 06:39:46 4cc291be95ef: Pull complete 06:39:46 2ac1f1163629: Verifying Checksum 06:39:46 2ac1f1163629: Download complete 06:39:46 9c3e1370e548: Verifying Checksum 06:39:46 9c3e1370e548: Download complete 06:39:50 2ac1f1163629: Pull complete 06:39:50 5c3c966382ef: Pull complete 06:39:50 4f4fb700ef54: Pull complete 06:39:50 d9c7d2e4e75e: Pull complete 06:39:53 9c3e1370e548: Pull complete 06:39:53 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 06:39:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:39:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:39:53 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:39:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 06:39:57 $ docker top 2557804d6fccba216652a97b5fd6978007a6e31a25365c5532f902863263cc1d -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:57 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 06:39:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 06:39:58 + set -o pipefail 06:39:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 06:40:04 06:40:04 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 06:40:04 06:40:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/7e5115ca-07a3-4c63-95c7-aafc4867c730 06:40:04 06:40:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:40:04 06:40:04 06:40:04 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 06:40:04 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:40:05 $ docker stop --time=1 2557804d6fccba216652a97b5fd6978007a6e31a25365c5532f902863263cc1d 06:40:08 $ docker rm -f --volumes 2557804d6fccba216652a97b5fd6978007a6e31a25365c5532f902863263cc1d [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 06:40:09 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:40:09 provisioning config files... 06:40:09 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1139771918224381584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:40:09 --> edgex-publish-swagger.sh 06:40:09 === Publish openapi API === 06:40:09 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 06:40:09 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 06:40:09 % Total % Received % Xferd Average Speed Time Time Time Current 06:40:09 Dload Upload Total Spent Left Speed 06:40:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37674 100 156 100 37518 353 85074 --:--:-- --:--:-- --:--:-- 85428 06:40:10 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 06:40:10 [Pipeline] } 06:40:10 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 06:40:10 + git log --format=format:%s -1 1736bffb6f9249122deed05ee7f896dde1cd3714 [Pipeline] sh 06:40:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:40:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:40:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:11 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:40:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:40:12 $ docker top 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 -eo pid,comm 06:40:12 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). 06:40:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:40:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:40:12 [ssh-agent] Looking for ssh-agent implementation... 06:40:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:40:12 $ docker exec 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 ssh-agent 06:40:12 SSH_AUTH_SOCK=/tmp/ssh-Hrg4qtDRS8Nm/agent.33 06:40:12 SSH_AGENT_PID=39 06:40:12 Running ssh-add (command line suppressed) 06:40:12 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5005629226480785592.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5005629226480785592.key) 06:40:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:40:13 + git semver tag 06:40:13 2025-03-11 06:40:13,243 [run_tag] DEBUG tag force:False 06:40:13 2025-03-11 06:40:13,243 [check_head_tag] DEBUG check head tag 06:40:13 2025-03-11 06:40:13,245 [execute] INFO git cat-file --batch-check 06:40:13 2025-03-11 06:40:13,245 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 06:40:13 2025-03-11 06:40:13,250 [execute] INFO git cat-file --batch 06:40:13 2025-03-11 06:40:13,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 06:40:13 2025-03-11 06:40:13,290 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:40:13 2025-03-11 06:40:13,290 [execute] INFO git tag -a v4.0.0-dev.32 -m v4.0.0-dev.32 06:40:13 2025-03-11 06:40:13,290 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.32', '-m', 'v4.0.0-dev.32'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 06:40:13 2025-03-11 06:40:13,296 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:40:13 4.0.0-dev.32 [Pipeline] } 06:40:13 $ docker exec --env ******** --env ******** 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 ssh-agent -k 06:40:13 unset SSH_AUTH_SOCK; 06:40:13 unset SSH_AGENT_PID; 06:40:13 echo Agent pid 39 killed; 06:40:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:40:13 + git semver [Pipeline] } 06:40:14 $ docker stop --time=1 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 06:40:16 $ docker rm -f --volumes 9bee4c98a2e8a9451e9f966d7b42a5a7b7519c073c503f367dc6cacd134a8594 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:40:16 06:40:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:40:16 0.23.1-centos7: Pulling from edgex-lftools 06:40:16 ab5ef0e58194: Pulling fs layer 06:40:16 9712f1f96733: Pulling fs layer 06:40:16 63f879dbbcfc: Pulling fs layer 06:40:16 0d9ebad4ef96: Pulling fs layer 06:40:16 e9a5061849ea: Pulling fs layer 06:40:16 d747dcd14b5f: Pulling fs layer 06:40:16 2de7ff778b66: Pulling fs layer 06:40:16 e9a5061849ea: Waiting 06:40:16 0d9ebad4ef96: Waiting 06:40:16 d747dcd14b5f: Waiting 06:40:16 2de7ff778b66: Waiting 06:40:16 9712f1f96733: Verifying Checksum 06:40:16 63f879dbbcfc: Verifying Checksum 06:40:16 63f879dbbcfc: Download complete 06:40:17 e9a5061849ea: Verifying Checksum 06:40:17 e9a5061849ea: Download complete 06:40:17 d747dcd14b5f: Verifying Checksum 06:40:17 d747dcd14b5f: Download complete 06:40:17 ab5ef0e58194: Verifying Checksum 06:40:17 ab5ef0e58194: Download complete 06:40:17 2de7ff778b66: Verifying Checksum 06:40:17 2de7ff778b66: Download complete 06:40:17 0d9ebad4ef96: Verifying Checksum 06:40:17 0d9ebad4ef96: Download complete 06:40:20 ab5ef0e58194: Pull complete 06:40:20 9712f1f96733: Pull complete 06:40:21 63f879dbbcfc: Pull complete 06:40:25 0d9ebad4ef96: Pull complete 06:40:25 e9a5061849ea: Pull complete 06:40:25 d747dcd14b5f: Pull complete 06:40:26 2de7ff778b66: Pull complete 06:40:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:40:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:40:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:26 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:40:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:40:31 $ docker top dbada9cad062fed8984b566e06929c09ac2f3a8b77a1b1b7354eb51d022b7fc1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:40:31 provisioning config files... 06:40:31 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16046623775214991740tmp 06:40:31 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1852531872744282475tmp 06:40:31 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10918146008324650542tmp [Pipeline] { [Pipeline] echo 06:40:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:40:31 ---> sigul-configuration.sh 06:40:31 gpg: directory `/root/.gnupg' created 06:40:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:40:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:40:31 gpg: keyring `/root/.gnupg/secring.gpg' created 06:40:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:40:31 gpg: CAST5 encrypted data 06:40:31 gpg: encrypted with 1 passphrase 06:40:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:40:32 + mkdir /home/jenkins 06:40:32 + mkdir /home/jenkins/sigul [Pipeline] sh 06:40:32 + 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 06:40:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:40:32 ---> sigul-install.sh 06:40:32 Sigul already installed; skipping installation. [Pipeline] sh 06:40:33 + git tag --list 06:40:33 0.7.1 06:40:33 delhi-tag 06:40:33 v1.0.0 06:40:33 v1.1.0 06:40:33 v1.1.1 06:40:33 v1.1.2 06:40:33 v1.2.0 06:40:33 v1.2.1 06:40:33 v1.2.2 06:40:33 v1.2.3 06:40:33 v1.3.0 06:40:33 v1.4.0 06:40:33 v2.0.0 06:40:33 v2.1.0 06:40:33 v2.1.1 06:40:33 v2.2.0 06:40:33 v2.3.0 06:40:33 v2.3.1 06:40:33 v3.0 06:40:33 v3.0.0 06:40:33 v3.0.1-dev.1 06:40:33 v3.1 06:40:33 v3.1.0 06:40:33 v3.1.0-dev.1 06:40:33 v3.1.0-dev.10 06:40:33 v3.1.0-dev.11 06:40:33 v3.1.0-dev.12 06:40:33 v3.1.0-dev.13 06:40:33 v3.1.0-dev.14 06:40:33 v3.1.0-dev.15 06:40:33 v3.1.0-dev.16 06:40:33 v3.1.0-dev.17 06:40:33 v3.1.0-dev.18 06:40:33 v3.1.0-dev.19 06:40:33 v3.1.0-dev.2 06:40:33 v3.1.0-dev.20 06:40:33 v3.1.0-dev.21 06:40:33 v3.1.0-dev.22 06:40:33 v3.1.0-dev.23 06:40:33 v3.1.0-dev.24 06:40:33 v3.1.0-dev.25 06:40:33 v3.1.0-dev.26 06:40:33 v3.1.0-dev.27 06:40:33 v3.1.0-dev.28 06:40:33 v3.1.0-dev.29 06:40:33 v3.1.0-dev.3 06:40:33 v3.1.0-dev.30 06:40:33 v3.1.0-dev.31 06:40:33 v3.1.0-dev.32 06:40:33 v3.1.0-dev.33 06:40:33 v3.1.0-dev.34 06:40:33 v3.1.0-dev.35 06:40:33 v3.1.0-dev.36 06:40:33 v3.1.0-dev.37 06:40:33 v3.1.0-dev.38 06:40:33 v3.1.0-dev.39 06:40:33 v3.1.0-dev.4 06:40:33 v3.1.0-dev.40 06:40:33 v3.1.0-dev.41 06:40:33 v3.1.0-dev.5 06:40:33 v3.1.0-dev.6 06:40:33 v3.1.0-dev.7 06:40:33 v3.1.0-dev.8 06:40:33 v3.1.0-dev.9 06:40:33 v3.1.1 06:40:33 v3.1.1-dev.1 06:40:33 v3.2.0-dev.1 06:40:33 v3.2.0-dev.10 06:40:33 v3.2.0-dev.11 06:40:33 v3.2.0-dev.12 06:40:33 v3.2.0-dev.13 06:40:33 v3.2.0-dev.14 06:40:33 v3.2.0-dev.15 06:40:33 v3.2.0-dev.16 06:40:33 v3.2.0-dev.17 06:40:33 v3.2.0-dev.18 06:40:33 v3.2.0-dev.19 06:40:33 v3.2.0-dev.2 06:40:33 v3.2.0-dev.20 06:40:33 v3.2.0-dev.21 06:40:33 v3.2.0-dev.22 06:40:33 v3.2.0-dev.23 06:40:33 v3.2.0-dev.24 06:40:33 v3.2.0-dev.25 06:40:33 v3.2.0-dev.26 06:40:33 v3.2.0-dev.27 06:40:33 v3.2.0-dev.28 06:40:33 v3.2.0-dev.29 06:40:33 v3.2.0-dev.3 06:40:33 v3.2.0-dev.30 06:40:33 v3.2.0-dev.31 06:40:33 v3.2.0-dev.32 06:40:33 v3.2.0-dev.33 06:40:33 v3.2.0-dev.34 06:40:33 v3.2.0-dev.35 06:40:33 v3.2.0-dev.36 06:40:33 v3.2.0-dev.37 06:40:33 v3.2.0-dev.38 06:40:33 v3.2.0-dev.39 06:40:33 v3.2.0-dev.4 06:40:33 v3.2.0-dev.40 06:40:33 v3.2.0-dev.41 06:40:33 v3.2.0-dev.42 06:40:33 v3.2.0-dev.43 06:40:33 v3.2.0-dev.44 06:40:33 v3.2.0-dev.45 06:40:33 v3.2.0-dev.46 06:40:33 v3.2.0-dev.47 06:40:33 v3.2.0-dev.48 06:40:33 v3.2.0-dev.5 06:40:33 v3.2.0-dev.6 06:40:33 v3.2.0-dev.7 06:40:33 v3.2.0-dev.8 06:40:33 v3.2.0-dev.9 06:40:33 v4.0.0-dev.1 06:40:33 v4.0.0-dev.10 06:40:33 v4.0.0-dev.11 06:40:33 v4.0.0-dev.12 06:40:33 v4.0.0-dev.13 06:40:33 v4.0.0-dev.14 06:40:33 v4.0.0-dev.15 06:40:33 v4.0.0-dev.16 06:40:33 v4.0.0-dev.17 06:40:33 v4.0.0-dev.18 06:40:33 v4.0.0-dev.19 06:40:33 v4.0.0-dev.2 06:40:33 v4.0.0-dev.20 06:40:33 v4.0.0-dev.21 06:40:33 v4.0.0-dev.22 06:40:33 v4.0.0-dev.23 06:40:33 v4.0.0-dev.24 06:40:33 v4.0.0-dev.25 06:40:33 v4.0.0-dev.26 06:40:33 v4.0.0-dev.27 06:40:33 v4.0.0-dev.28 06:40:33 v4.0.0-dev.29 06:40:33 v4.0.0-dev.3 06:40:33 v4.0.0-dev.30 06:40:33 v4.0.0-dev.31 06:40:33 v4.0.0-dev.32 06:40:33 v4.0.0-dev.4 06:40:33 v4.0.0-dev.5 06:40:33 v4.0.0-dev.6 06:40:33 v4.0.0-dev.7 06:40:33 v4.0.0-dev.8 06:40:33 v4.0.0-dev.9 [Pipeline] sh 06:40:33 + lftools sign git-tag v4.0.0-dev.32 06:40:33 Signing Git tag with Sigul... 06:40:33 Signing v4.0.0-dev.32 [Pipeline] echo 06:40:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:40:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:40:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:40:34 $ docker stop --time=1 dbada9cad062fed8984b566e06929c09ac2f3a8b77a1b1b7354eb51d022b7fc1 06:40:35 $ docker rm -f --volumes dbada9cad062fed8984b566e06929c09ac2f3a8b77a1b1b7354eb51d022b7fc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:40:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:40:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:40:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:36 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:40:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:40:37 $ docker top a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:40:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:40:37 [ssh-agent] Looking for ssh-agent implementation... 06:40:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:40:37 $ docker exec a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 ssh-agent 06:40:37 SSH_AUTH_SOCK=/tmp/ssh-ZpAtXuwFPq5s/agent.32 06:40:37 SSH_AGENT_PID=38 06:40:37 Running ssh-add (command line suppressed) 06:40:37 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16404331346428805383.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16404331346428805383.key) 06:40:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:40:37 + git semver bump pre 06:40:38 2025-03-11 06:40:38,081 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:40:38 2025-03-11 06:40:38,082 [bump_version] DEBUG bumping version:4.0.0-dev.32 on axis:pre with prefix:dev 06:40:38 2025-03-11 06:40:38,082 [bump_version] DEBUG bumped version:4.0.0-dev.33 06:40:38 2025-03-11 06:40:38,082 [write_version] DEBUG write version:4.0.0-dev.33 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 06:40:38 2025-03-11 06:40:38,082 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:40:38 2025-03-11 06:40:38,082 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:40:38 2025-03-11 06:40:38,084 [execute] INFO git cat-file --batch-check 06:40:38 2025-03-11 06:40:38,085 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:40:38 2025-03-11 06:40:38,091 [execute] INFO git cat-file --batch 06:40:38 2025-03-11 06:40:38,091 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:40:38 2025-03-11 06:40:38,096 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:40:38 4.0.0-dev.33 [Pipeline] } 06:40:38 $ docker exec --env ******** --env ******** a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 ssh-agent -k 06:40:38 unset SSH_AUTH_SOCK; 06:40:38 unset SSH_AGENT_PID; 06:40:38 echo Agent pid 38 killed; 06:40:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:40:38 + git semver [Pipeline] } 06:40:38 $ docker stop --time=1 a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 06:40:40 $ docker rm -f --volumes a0736403c51aafbf167ee7afeb89e121e8fa7eeb05321b940ebe284a963682c0 [Pipeline] // withDockerContainer [Pipeline] sh 06:40:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:40:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:40:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:40 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:40:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:40:41 $ docker top 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:40:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:40:41 [ssh-agent] Looking for ssh-agent implementation... 06:40:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:40:41 $ docker exec 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 ssh-agent 06:40:41 SSH_AUTH_SOCK=/tmp/ssh-PmXaCoTRcVBs/agent.32 06:40:41 SSH_AGENT_PID=38 06:40:41 Running ssh-add (command line suppressed) 06:40:41 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15614863064920438833.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15614863064920438833.key) 06:40:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:40:42 + git semver push 06:40:42 2025-03-11 06:40:42,306 [run_push] DEBUG push 06:40:42 2025-03-11 06:40:42,307 [execute] INFO git cat-file --batch-check 06:40:42 2025-03-11 06:40:42,307 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:40:42 2025-03-11 06:40:42,312 [execute] INFO git rev-list 92cb11b0970b962a5dd2a70d771b5b805bdd6e64 -- 06:40:42 2025-03-11 06:40:42,312 [execute] DEBUG Popen(['git', 'rev-list', '92cb11b0970b962a5dd2a70d771b5b805bdd6e64', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 06:40:42 2025-03-11 06:40:42,325 [execute] INFO git fetch -v origin 06:40:42 2025-03-11 06:40:42,326 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 06:40:42 2025-03-11 06:40:42,750 [run_push] DEBUG no remote changes detected 06:40:42 2025-03-11 06:40:42,751 [execute] INFO git push origin semver 06:40:42 2025-03-11 06:40:42,751 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 06:40:43 2025-03-11 06:40:43,441 [run_push] DEBUG push all version tags 06:40:43 2025-03-11 06:40:43,442 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:40:43 2025-03-11 06:40:43,442 [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) 06:40:44 2025-03-11 06:40:44,070 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 06:40:44 4.0.0-dev.33 [Pipeline] } 06:40:44 $ docker exec --env ******** --env ******** 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 ssh-agent -k 06:40:44 unset SSH_AUTH_SOCK; 06:40:44 unset SSH_AGENT_PID; 06:40:44 echo Agent pid 38 killed; 06:40:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:40:44 + git semver [Pipeline] } 06:40:45 $ docker stop --time=1 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 06:40:46 $ docker rm -f --volumes 0a5276bb6902afbcc2fe031758cc6094e36fe4b493dd56821bf1ef41926384b7 [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 06:40:47 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 06:40:47 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 06:40:47 total 16 06:40:47 drwxr-xr-x 3 root root 4096 Mar 11 06:39 . 06:40:47 drwxrwxr-x 12 jenkins jenkins 4096 Mar 11 06:40 .. 06:40:47 drwxr-xr-x 2 root root 4096 Mar 11 06:39 cost 06:40:47 -rw-r--r-- 1 root root 85 Mar 11 06:39 cost.csv 06:40:47 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 06:40:47 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 06:40:47 total 16 06:40:47 drwxr-xr-x 3 jenkins jenkins 4096 Mar 11 06:39 . 06:40:47 drwxrwxr-x 12 jenkins jenkins 4096 Mar 11 06:40 .. 06:40:47 drwxr-xr-x 2 jenkins jenkins 4096 Mar 11 06:39 cost 06:40:47 -rw-r--r-- 1 jenkins jenkins 85 Mar 11 06:39 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:40:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:40:48 ---> package-listing.sh 06:40:48 ++ facter osfamily 06:40:48 ++ tr '[:upper:]' '[:lower:]' 06:40:48 + OS_FAMILY=debian 06:40:48 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 06:40:48 + START_PACKAGES=/tmp/packages_start.txt 06:40:48 + END_PACKAGES=/tmp/packages_end.txt 06:40:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:40:48 + PACKAGES=/tmp/packages_start.txt 06:40:48 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 06:40:48 + PACKAGES=/tmp/packages_end.txt 06:40:48 + case "${OS_FAMILY}" in 06:40:48 + dpkg -l 06:40:48 + grep '^ii' 06:40:48 + '[' -f /tmp/packages_start.txt ']' 06:40:48 + '[' -f /tmp/packages_end.txt ']' 06:40:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:40:48 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 06:40:48 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 06:40:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 06:40:48 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 06:40:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:40:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:49 prd-ubuntu20.04-docker-8c-8g-40855 does not seem to be running inside a container 06:40:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:40:49 $ docker top fa99cc6610d7330f9c523bfaf463bb6ee786ebb08921bf25228e35584120316d -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:49 + touch /tmp/pre-build-complete [Pipeline] sh 06:40:50 + mkdir -p /var/log/sysstat [Pipeline] sh 06:40:50 + ls /var/log/sa-host 06:40:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:40:50 provisioning config files... 06:40:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17484810895459923759tmp [Pipeline] { [Pipeline] echo 06:40:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:40:51 ---> create-netrc.sh [Pipeline] } 06:40:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:40:51 ---> python-tools-install.sh [Pipeline] echo 06:40:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:40:51 ---> sudo-logs.sh 06:40:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:40:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:40:52 ---> job-cost.sh 06:40:52 lf-activate-venv: SKIPPING 06:40:52 DEBUG: total: 0.2199999988079071 06:40:52 INFO: Retrieving Stack Cost... 06:40:52 INFO: Retrieving Pricing Info for: v3-standard-8 06:40:52 INFO: Archiving Costs [Pipeline] echo 06:40:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:40:52 ---> logs-deploy.sh 06:40:52 lf-activate-venv: SKIPPING 06:40:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/355 06:40:52 INFO: archiving workspace using pattern(s): 06:40:53 Archives upload complete. 06:40:54 INFO: archiving logs to Nexus 06:40:54 ---> uname -a: 06:40:54 Linux prd-ubuntu20-04-docker-8c-8g-40855 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:40:54 06:40:54 06:40:54 ---> lscpu: 06:40:54 Architecture: x86_64 06:40:54 CPU op-mode(s): 32-bit, 64-bit 06:40:54 Byte Order: Little Endian 06:40:54 Address sizes: 40 bits physical, 48 bits virtual 06:40:54 CPU(s): 8 06:40:54 On-line CPU(s) list: 0-7 06:40:54 Thread(s) per core: 1 06:40:54 Core(s) per socket: 1 06:40:54 Socket(s): 8 06:40:54 NUMA node(s): 1 06:40:54 Vendor ID: AuthenticAMD 06:40:54 CPU family: 23 06:40:54 Model: 49 06:40:54 Model name: AMD EPYC-Rome Processor 06:40:54 Stepping: 0 06:40:54 CPU MHz: 2799.998 06:40:54 BogoMIPS: 5599.99 06:40:54 Virtualization: AMD-V 06:40:54 Hypervisor vendor: KVM 06:40:54 Virtualization type: full 06:40:54 L1d cache: 256 KiB 06:40:54 L1i cache: 256 KiB 06:40:54 L2 cache: 4 MiB 06:40:54 L3 cache: 128 MiB 06:40:54 NUMA node0 CPU(s): 0-7 06:40:54 Vulnerability Itlb multihit: Not affected 06:40:54 Vulnerability L1tf: Not affected 06:40:54 Vulnerability Mds: Not affected 06:40:54 Vulnerability Meltdown: Not affected 06:40:54 Vulnerability Mmio stale data: Not affected 06:40:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:40:54 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:40:54 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:40:54 Vulnerability Srbds: Not affected 06:40:54 Vulnerability Tsx async abort: Not affected 06:40:54 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 06:40:54 06:40:54 06:40:54 ---> nproc: 06:40:54 8 06:40:54 06:40:54 06:40:54 ---> df -h: 06:40:54 Filesystem Size Used Avail Use% Mounted on 06:40:54 overlay 155G 14G 142G 9% / 06:40:54 tmpfs 64M 0 64M 0% /dev 06:40:54 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:40:54 shm 64M 0 64M 0% /dev/shm 06:40:54 /dev/vda1 155G 14G 142G 9% /facter-os 06:40:54 06:40:54 06:40:54 ---> sar -b -r -n DEV: 06:40:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-40855) 03/11/25 _x86_64_ (8 CPU) 06:40:54 06:40:54 06:35:02 LINUX RESTART (8 CPU) 06:40:54 06:40:54 06:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:40:54 06:37:01 300.58 3.58 297.00 0.00 67.32 93461.22 0.00 06:40:54 06:38:01 58.24 0.00 58.24 0.00 0.00 23490.62 0.00 06:40:54 06:39:01 88.42 0.22 88.20 0.00 11.06 24546.23 0.00 06:40:54 06:40:01 186.15 0.22 185.94 0.00 18.66 73825.70 0.00 06:40:54 Average: 158.35 1.00 157.34 0.00 24.26 53829.72 0.00 06:40:54 06:40:54 06:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:40:54 06:37:01 28038208 31529144 785416 2.39 181452 3467604 2040068 6.01 1150548 3187052 76 06:40:54 06:38:01 27008104 31473432 830916 2.53 185476 4363264 1974184 5.82 1764312 3521216 316124 06:40:54 06:39:01 27445072 31244088 1059088 3.22 191048 3709696 2530752 7.46 1702928 3162468 187480 06:40:54 06:40:01 25629132 31269884 1026200 3.12 210160 5392980 2212144 6.52 1725716 4801524 294020 06:40:54 Average: 27030129 31379137 925405 2.81 192034 4233386 2189287 6.45 1585876 3668065 199425 06:40:54 06:40:54 06:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:40:54 06:37:01 lo 2.67 2.67 0.27 0.27 0.00 0.00 0.00 0.00 06:40:54 06:37:01 ens3 550.74 350.34 6147.68 43.30 0.00 0.00 0.00 0.00 06:40:54 06:37:01 docker0 273.25 421.56 23.77 2900.15 0.00 0.00 0.00 0.00 06:40:54 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:40:54 06:38:01 ens3 25.41 16.10 27.10 10.83 0.00 0.00 0.00 0.00 06:40:54 06:38:01 docker0 0.98 1.48 0.11 0.41 0.00 0.00 0.00 0.00 06:40:54 06:38:01 veth52cd07d 0.98 1.55 0.13 0.41 0.00 0.00 0.00 0.00 06:40:54 06:39:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 06:40:54 06:39:01 ens3 24.33 15.99 57.03 9.99 0.00 0.00 0.00 0.00 06:40:54 06:39:01 docker0 1.77 4.00 0.10 38.17 0.00 0.00 0.00 0.00 06:40:54 06:39:01 vethd81b493 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:40:54 06:40:01 lo 2.93 2.93 0.29 0.29 0.00 0.00 0.00 0.00 06:40:54 06:40:01 ens3 330.41 187.89 7415.26 31.38 0.00 0.00 0.00 0.00 06:40:54 06:40:01 docker0 45.78 87.65 4.01 903.18 0.00 0.00 0.00 0.00 06:40:54 06:40:01 veth4e3df5b 42.93 81.69 4.42 826.41 0.00 0.00 0.00 0.07 06:40:54 Average: lo 1.52 1.52 0.15 0.15 0.00 0.00 0.00 0.00 06:40:54 Average: ens3 232.71 142.57 3411.62 23.87 0.00 0.00 0.00 0.00 06:40:54 Average: docker0 80.44 128.67 7.00 960.44 0.00 0.00 0.00 0.00 06:40:54 Average: veth4e3df5b 10.73 20.42 1.11 206.59 0.00 0.00 0.00 0.02 06:40:54 06:40:54 06:40:54 ---> sar -P ALL: 06:40:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-40855) 03/11/25 _x86_64_ (8 CPU) 06:40:54 06:40:54 06:35:02 LINUX RESTART (8 CPU) 06:40:54 06:40:54 06:36:01 CPU %user %nice %system %iowait %steal %idle 06:40:54 06:37:01 all 8.83 0.00 4.29 5.21 0.06 81.61 06:40:54 06:37:01 0 9.79 0.00 5.02 17.04 0.07 68.08 06:40:54 06:37:01 1 10.05 0.00 3.35 0.94 0.05 85.61 06:40:54 06:37:01 2 7.83 0.00 4.40 11.17 0.07 76.53 06:40:54 06:37:01 3 9.47 0.00 4.36 8.73 0.05 77.39 06:40:54 06:37:01 4 8.09 0.00 4.90 0.85 0.05 86.10 06:40:54 06:37:01 5 8.54 0.00 3.86 1.13 0.05 86.41 06:40:54 06:37:01 6 8.08 0.00 3.23 0.37 0.05 88.27 06:40:54 06:37:01 7 8.79 0.00 5.24 1.47 0.07 84.43 06:40:54 06:38:01 all 32.39 0.00 5.07 1.44 0.07 61.02 06:40:54 06:38:01 0 30.51 0.00 5.91 0.50 0.08 63.00 06:40:54 06:38:01 1 34.17 0.00 4.96 3.60 0.08 57.19 06:40:54 06:38:01 2 33.55 0.00 5.50 2.54 0.07 58.34 06:40:54 06:38:01 3 31.98 0.00 5.73 0.34 0.08 61.87 06:40:54 06:38:01 4 31.07 0.00 4.43 3.09 0.07 61.34 06:40:54 06:38:01 5 32.48 0.00 4.83 0.25 0.07 62.37 06:40:54 06:38:01 6 30.97 0.00 4.56 0.42 0.07 63.99 06:40:54 06:38:01 7 34.38 0.00 4.65 0.80 0.07 60.09 06:40:54 06:39:01 all 50.61 0.00 7.48 0.80 0.09 41.02 06:40:54 06:39:01 0 50.47 0.00 7.37 0.03 0.08 42.05 06:40:54 06:39:01 1 51.29 0.00 7.31 0.03 0.08 41.28 06:40:54 06:39:01 2 49.35 0.00 8.22 1.02 0.10 41.31 06:40:54 06:39:01 3 51.91 0.00 7.71 0.30 0.10 39.98 06:40:54 06:39:01 4 50.15 0.00 7.36 0.13 0.10 42.25 06:40:54 06:39:01 5 51.29 0.00 7.04 0.71 0.08 40.88 06:40:54 06:39:01 6 49.69 0.00 7.55 0.32 0.08 42.36 06:40:54 06:39:01 7 50.71 0.00 7.25 3.85 0.10 38.08 06:40:54 06:40:01 all 24.13 0.00 6.29 2.47 0.07 67.04 06:40:54 06:40:01 0 23.17 0.00 6.65 1.35 0.07 68.77 06:40:54 06:40:01 1 24.61 0.00 5.59 0.08 0.07 69.65 06:40:54 06:40:01 2 24.46 0.00 6.48 3.98 0.07 65.01 06:40:54 06:40:01 3 25.64 0.00 6.73 5.59 0.07 61.97 06:40:54 06:40:01 4 23.76 0.00 6.38 2.57 0.07 67.21 06:40:54 06:40:01 5 24.13 0.00 5.88 5.59 0.07 64.34 06:40:54 06:40:01 6 24.61 0.00 5.77 0.03 0.07 69.51 06:40:54 06:40:01 7 22.66 0.00 6.88 0.56 0.07 69.84 06:40:54 Average: all 29.02 0.00 5.78 2.48 0.07 62.65 06:40:54 Average: 0 28.55 0.00 6.24 4.70 0.08 60.44 06:40:54 Average: 1 30.04 0.00 5.30 1.17 0.07 63.41 06:40:54 Average: 2 28.83 0.00 6.15 4.67 0.08 60.27 06:40:54 Average: 3 29.75 0.00 6.13 3.74 0.08 60.30 06:40:54 Average: 4 28.33 0.00 5.77 1.66 0.07 64.17 06:40:54 Average: 5 29.14 0.00 5.40 1.91 0.07 63.47 06:40:54 Average: 6 28.33 0.00 5.28 0.29 0.07 66.04 06:40:54 Average: 7 29.17 0.00 6.00 1.67 0.08 63.08 06:40:54 06:40:54 06:40:54