Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7a923e7de7d08e6eabbb2f1bc96689eb05600298 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-ssh11409399786980556845.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15515968323299110629.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3939094754111832758.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6540640744277350026.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-ssh16091701743749920592.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4714 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 7a923e7de7d08e6eabbb2f1bc96689eb05600298 (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 7a923e7de7d08e6eabbb2f1bc96689eb05600298 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1740)" > git rev-list --no-walk 59965ac2961d746f494e7a9b0ddc838816503f9c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:26:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:26:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:26:56 ========================================================= 05:26:56 EdgeX Global Pipelines Version Info 05:26:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:26:57 ------------------- 05:26:57 stable info: 05:26:57 ------------------- 05:26:57 Commited By: Ginny Guan ginny@iotechsys.com 05:26:57 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 05:26:57 Message: update stable to v1.0.274 05:26:57 ------------------- 05:26:57 experimental info: 05:26:57 ------------------- 05:26:57 Commited By: Ginny Guan ginny@iotechsys.com 05:26:57 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 05:26:57 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a923e7 [Pipeline] echo 05:26:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:26:58 provisioning config files... 05:26:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7386297992140593318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:58 ---> ****-login.sh 05:26:58 nexus3.edgexfoundry.org:10001 05:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:59 05:26:59 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:59 Configure a credential helper to remove this warning. See 05:26:59 https://docs.****.com/go/credential-store/ 05:26:59 05:26:59 Login Succeeded 05:26:59 nexus3.edgexfoundry.org:10002 05:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:59 05:26:59 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:59 Configure a credential helper to remove this warning. See 05:26:59 https://docs.****.com/go/credential-store/ 05:26:59 05:26:59 Login Succeeded 05:26:59 nexus3.edgexfoundry.org:10003 05:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:59 05:26:59 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:59 Configure a credential helper to remove this warning. See 05:26:59 https://docs.****.com/go/credential-store/ 05:26:59 05:26:59 Login Succeeded 05:26:59 nexus3.edgexfoundry.org:10004 05:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:59 05:26:59 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:59 Configure a credential helper to remove this warning. See 05:26:59 https://docs.****.com/go/credential-store/ 05:26:59 05:26:59 Login Succeeded 05:26:59 ****.io 05:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:59 05:26:59 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:59 Configure a credential helper to remove this warning. See 05:26:59 https://docs.****.com/go/credential-store/ 05:26:59 05:26:59 Login Succeeded 05:26:59 ---> ****-login.sh ends [Pipeline] } 05:26:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:27:00 + git rev-list -1 --merges 7a923e7de7d08e6eabbb2f1bc96689eb05600298~1..7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo 05:27:00 -----------> git rev-list -1 --merges 7a923e7de7d08e6eabbb2f1bc96689eb05600298~1..7a923e7de7d08e6eabbb2f1bc96689eb05600298 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [false] [Pipeline] sh 05:27:00 + git log --format=format:%s -1 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo 05:27:00 ========================================================= 05:27:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:27:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:27:00 + git log --format=format:%s -1 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] echo 05:27:00 [semverPrep] GIT_COMMIT: 7a923e7de7d08e6eabbb2f1bc96689eb05600298, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#1740) [Pipeline] echo 05:27:00 [semverPrep] This is not a build commit. [Pipeline] sh 05:27:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:27:01 + grep -v github /etc/ssh/ssh_known_hosts 05:27:01 + [ -e /tmp/ssh_known_hosts ] 05:27:01 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:27:01 + + sudo tee -a /etc/ssh/ssh_known_hosts 05:27:01 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:27:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:01 05:27:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:01 0.1.4: Pulling from edgex-devops/py-git-semver 05:27:01 3dae71ba6b94: Pulling fs layer 05:27:01 6bf1a483ea7c: Pulling fs layer 05:27:01 f5dfc541a4d3: Pulling fs layer 05:27:01 461d9e800cba: Pulling fs layer 05:27:01 80192f66455f: Pulling fs layer 05:27:01 2e8e34ca0e6c: Pulling fs layer 05:27:01 a29436f7fd5d: Pulling fs layer 05:27:01 923cac83aea3: Pulling fs layer 05:27:01 25ad8b0a4227: Pulling fs layer 05:27:01 db01528c6b51: Pulling fs layer 05:27:01 28988de357af: Pulling fs layer 05:27:01 461d9e800cba: Waiting 05:27:01 80192f66455f: Waiting 05:27:01 2e8e34ca0e6c: Waiting 05:27:01 a29436f7fd5d: Waiting 05:27:01 923cac83aea3: Waiting 05:27:01 25ad8b0a4227: Waiting 05:27:01 db01528c6b51: Waiting 05:27:01 28988de357af: Waiting 05:27:01 6bf1a483ea7c: Verifying Checksum 05:27:01 6bf1a483ea7c: Download complete 05:27:01 461d9e800cba: Download complete 05:27:02 80192f66455f: Verifying Checksum 05:27:02 80192f66455f: Download complete 05:27:02 f5dfc541a4d3: Verifying Checksum 05:27:02 f5dfc541a4d3: Download complete 05:27:02 3dae71ba6b94: Verifying Checksum 05:27:02 3dae71ba6b94: Download complete 05:27:02 923cac83aea3: Verifying Checksum 05:27:02 923cac83aea3: Download complete 05:27:02 25ad8b0a4227: Verifying Checksum 05:27:02 25ad8b0a4227: Download complete 05:27:02 db01528c6b51: Download complete 05:27:02 28988de357af: Verifying Checksum 05:27:02 28988de357af: Download complete 05:27:02 a29436f7fd5d: Verifying Checksum 05:27:02 a29436f7fd5d: Download complete 05:27:02 2e8e34ca0e6c: Download complete 05:27:03 3dae71ba6b94: Pull complete 05:27:03 6bf1a483ea7c: Pull complete 05:27:04 f5dfc541a4d3: Pull complete 05:27:04 461d9e800cba: Pull complete 05:27:04 80192f66455f: Pull complete 05:27:08 2e8e34ca0e6c: Pull complete 05:27:08 a29436f7fd5d: Pull complete 05:27:08 923cac83aea3: Pull complete 05:27:08 25ad8b0a4227: Pull complete 05:27:08 db01528c6b51: Pull complete 05:27:09 28988de357af: Pull complete 05:27:09 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:09 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:27:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:27:11 $ docker top b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 -eo pid,comm 05:27:11 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). 05:27:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:27:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:11 [ssh-agent] Looking for ssh-agent implementation... 05:27:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:11 $ docker exec b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent 05:27:11 SSH_AUTH_SOCK=/tmp/ssh-nzhK7VhpXi9y/agent.33 05:27:11 SSH_AGENT_PID=39 05:27:11 Running ssh-add (command line suppressed) 05:27:11 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_140891098914478662.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_140891098914478662.key) 05:27:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:27:12 + git tag --points-at HEAD [Pipeline] } 05:27:12 $ docker exec --env ******** --env ******** b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent -k 05:27:12 unset SSH_AUTH_SOCK; 05:27:12 unset SSH_AGENT_PID; 05:27:12 echo Agent pid 39 killed; 05:27:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:27:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:12 [ssh-agent] Looking for ssh-agent implementation... 05:27:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:12 $ docker exec b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent 05:27:12 SSH_AUTH_SOCK=/tmp/ssh-hKUX2HXQQ4is/agent.72 05:27:12 SSH_AGENT_PID=78 05:27:12 Running ssh-add (command line suppressed) 05:27:12 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12039765643537896673.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12039765643537896673.key) 05:27:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:27:13 + git semver init 05:27:13 2025-07-08 05:27:13,232 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:27:13 2025-07-08 05:27:13,237 [run_init] DEBUG init version:0.0.0 force:False 05:27:13 2025-07-08 05:27:13,237 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 05:27:13 2025-07-08 05:27:13,238 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 05:27:13 2025-07-08 05:27:13,238 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 05:27:14 2025-07-08 05:27:14,642 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 05:27:14 2025-07-08 05:27:14,643 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 05:27:14 2025-07-08 05:27:14,643 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:27:14 2025-07-08 05:27:14,643 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:27:14 4.1.0-dev.21 [Pipeline] } 05:27:14 $ docker exec --env ******** --env ******** b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 ssh-agent -k 05:27:15 unset SSH_AUTH_SOCK; 05:27:15 unset SSH_AGENT_PID; 05:27:15 echo Agent pid 78 killed; 05:27:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:27:15 + git semver [Pipeline] } 05:27:15 $ docker stop --time=1 b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 05:27:17 $ docker rm -f --volumes b945aaa77aff14821624e4b44849b16fa497afc49565682999d5541948789d88 [Pipeline] // withDockerContainer [Pipeline] sh 05:27:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:27:17 Stashed 1 file(s) [Pipeline] echo 05:27:17 [edgeXSemver]: initialized semver on version 4.1.0-dev.21 [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 05:27:18 provisioning config files... [Pipeline] // stage [Pipeline] } 05:27:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7969345247470453106tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 05:27:18 ---> ****-login.sh 05:27:18 nexus3.edgexfoundry.org:10001 05:27:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:18 Login Succeeded 05:27:18 nexus3.edgexfoundry.org:10002 05:27:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:18 Login Succeeded 05:27:18 nexus3.edgexfoundry.org:10003 05:27:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:18 Login Succeeded 05:27:18 nexus3.edgexfoundry.org:10004 05:27:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:18 Login Succeeded 05:27:18 ****.io 05:27:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:18 Login Succeeded 05:27:18 ---> ****-login.sh ends [Pipeline] } 05:27:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:27:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:27:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:27:19 ========================================================= 05:27:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:27:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:19 + 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 . 05:27:20 #0 building with "default" instance using docker driver 05:27:20 05:27:20 #1 [internal] load build definition from Dockerfile 05:27:20 #1 transferring dockerfile: 1.69kB done 05:27:20 #1 DONE 0.0s 05:27:20 05:27:20 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:27:20 #2 DONE 0.1s 05:27:20 05:27:20 #3 [internal] load .dockerignore 05:27:20 #3 transferring context: 182B done 05:27:20 #3 DONE 0.0s 05:27:20 05:27:20 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 05:27:20 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 05:27:20 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 05:27:20 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 05:27:20 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 05:27:20 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 05:27:20 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 05:27:20 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s 05:27:20 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 05:27:20 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 05:27:20 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s 05:27:20 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 05:27:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s 05:27:20 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 05:27:20 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 05:27:20 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s 05:27:20 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 27.26MB / 74.06MB 0.3s 05:27:20 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 05:27:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s 05:27:20 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 05:27:20 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 1.80MB / 13.29MB 0.3s 05:27:20 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 05:27:20 #4 ... 05:27:20 05:27:20 #5 [internal] load build context 05:27:20 #5 transferring context: 35.87MB 0.3s done 05:27:20 #5 DONE 0.3s 05:27:20 05:27:20 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 05:27:20 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 64.21MB / 74.06MB 0.5s 05:27:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 20.97MB / 100.52MB 0.5s 05:27:20 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 12.58MB / 13.29MB 0.5s 05:27:20 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 05:27:20 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 05:27:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 32.51MB / 100.52MB 0.6s 05:27:20 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s 05:27:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 39.85MB / 100.52MB 0.7s 05:27:20 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 05:27:21 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 05:27:21 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 58.72MB / 100.52MB 0.8s 05:27:21 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.7s done 05:27:21 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 79.69MB / 100.52MB 0.9s 05:27:21 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s 05:27:21 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.2s done 05:27:25 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.0s done 05:27:25 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 05:27:25 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 05:27:25 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 05:27:25 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 05:27:25 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 05:27:25 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 05:27:25 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 05:27:28 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.7s done 05:27:28 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 05:27:28 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.7s done 05:27:28 #4 DONE 8.8s 05:27:29 05:27:29 #6 [builder 2/7] WORKDIR /device-sdk-go 05:27:31 #6 DONE 2.0s 05:27:31 05:27:31 #7 [builder 3/7] RUN apk add --update --no-cache make git 05:27:31 #7 0.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:27:31 #7 0.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:27:31 #7 0.679 OK: 248 MiB in 58 packages 05:27:31 #7 DONE 0.8s 05:27:31 05:27:31 #8 [builder 4/7] COPY go.mod vendor* ./ 05:27:31 #8 DONE 0.0s 05:27:31 05:27:31 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:28:19 #9 DONE 45.3s 05:28:19 05:28:19 #10 [builder 6/7] COPY . . 05:28:19 #10 DONE 0.2s 05:28:19 05:28:19 #11 [builder 7/7] RUN echo noop 05:28:19 #11 0.214 noop 05:28:19 #11 DONE 0.3s 05:28:19 05:28:19 #12 exporting to image 05:28:19 #12 exporting layers 05:28:24 #12 exporting layers 6.6s done 05:28:24 #12 writing image sha256:d449174cdb70ed9f32f13e4cee0905a0b58f7b32024626ad0bca826d9f937fcf done 05:28:24 #12 naming to docker.io/library/ci-base-image-x86_64 done 05:28:24 #12 DONE 6.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:24 + docker inspect -f . ci-base-image-x86_64 05:28:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:28:25 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:28:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:28:25 $ docker top c7ead1b8271b7abe2ec124ad7e3e4103604165ce31f79b8c713ac03ba6e9e4d9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:28:25 + go version 05:28:25 go version go1.23.9 linux/amd64 [Pipeline] } 05:28:25 $ docker stop --time=1 c7ead1b8271b7abe2ec124ad7e3e4103604165ce31f79b8c713ac03ba6e9e4d9 05:28:26 $ docker rm -f --volumes c7ead1b8271b7abe2ec124ad7e3e4103604165ce31f79b8c713ac03ba6e9e4d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:27 + docker inspect -f . ci-base-image-x86_64 05:28:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:28:27 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:28:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:28:27 $ docker top 6ebcdaae55f63901db450408527e6f46e7877eee33267bab8c6fd89bb30e2bfa -eo pid,comm [Pipeline] { [Pipeline] sh 05:28:28 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 05:28:28 + make test 05:28:28 go test -race -coverprofile=coverage.out ./... 05:28:36 ? github.com/edgexfoundry/device-sdk-go/v4 [no test files] 05:29:08 github.com/edgexfoundry/device-sdk-go/v4/example/driver coverage: 0.0% of statements 05:29:08 github.com/edgexfoundry/device-sdk-go/v4/example/config coverage: 0.0% of statements 05:29:08 github.com/edgexfoundry/device-sdk-go/v4/internal/autodiscovery coverage: 0.0% of statements 05:29:08 github.com/edgexfoundry/device-sdk-go/v4/example/cmd/device-simple coverage: 0.0% of statements 05:29:08 ok github.com/edgexfoundry/device-sdk-go/v4/internal/application 1.033s coverage: 2.8% of statements 05:29:08 ok github.com/edgexfoundry/device-sdk-go/v4/internal/autoevent 1.024s coverage: 29.4% of statements 05:29:10 ok github.com/edgexfoundry/device-sdk-go/v4/internal/cache 1.031s coverage: 79.3% of statements 05:29:10 github.com/edgexfoundry/device-sdk-go/v4/internal/config coverage: 0.0% of statements 05:29:10 github.com/edgexfoundry/device-sdk-go/v4/internal/container coverage: 0.0% of statements 05:29:11 github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http/correlation coverage: 0.0% of statements 05:29:11 ok github.com/edgexfoundry/device-sdk-go/v4/internal/common 1.041s coverage: 90.4% of statements 05:29:11 ? github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces [no test files] 05:29:11 github.com/edgexfoundry/device-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 05:29:11 github.com/edgexfoundry/device-sdk-go/v4/internal/utils coverage: 0.0% of statements 05:29:12 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/http 1.081s coverage: 45.0% of statements 05:29:13 github.com/edgexfoundry/device-sdk-go/v4/pkg/startup coverage: 0.0% of statements 05:29:19 ok github.com/edgexfoundry/device-sdk-go/v4/internal/controller/messaging 7.044s coverage: 14.3% of statements 05:29:19 ok github.com/edgexfoundry/device-sdk-go/v4/internal/provision 2.747s coverage: 44.6% of statements 05:29:19 ok github.com/edgexfoundry/device-sdk-go/v4/internal/transformer 1.060s coverage: 69.4% of statements 05:29:19 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/models 1.081s coverage: 88.4% of statements 05:29:19 ok github.com/edgexfoundry/device-sdk-go/v4/pkg/service 1.045s coverage: 5.0% of statements 05:29:51 GO111MODULE=on go vet ./... 05:29:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:29:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:29:51 ./bin/test-attribution-txt.sh 05:29:51 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 05:29:51 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 05:29:51 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 05:29:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:29:51 $ docker stop --time=1 6ebcdaae55f63901db450408527e6f46e7877eee33267bab8c6fd89bb30e2bfa 05:29:54 $ docker rm -f --volumes 6ebcdaae55f63901db450408527e6f46e7877eee33267bab8c6fd89bb30e2bfa [Pipeline] // withDockerContainer [Pipeline] sh 05:29:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:29:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:29:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:29:56 + ls -al . 05:29:56 total 608 05:29:56 drwxrwxr-x 11 jenkins jenkins 4096 Jul 8 05:28 . 05:29:56 drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 05:26 .. 05:29:56 -rw-rw-r-- 1 jenkins jenkins 140 Jul 8 05:26 .dockerignore 05:29:56 drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 05:29 .git 05:29:56 drwxrwxr-x 3 jenkins jenkins 4096 Jul 8 05:26 .github 05:29:56 -rw-rw-r-- 1 jenkins jenkins 137 Jul 8 05:26 .gitignore 05:29:56 -rw-rw-r-- 1 jenkins jenkins 199 Jul 8 05:26 .golangci.yml 05:29:56 drwxr-xr-x 3 jenkins jenkins 4096 Jul 8 05:27 .semver 05:29:56 -rw-rw-r-- 1 jenkins jenkins 53715 Jul 8 05:26 CHANGELOG.md 05:29:56 -rw-rw-r-- 1 jenkins jenkins 677 Jul 8 05:26 GOVERNANCE.md 05:29:56 -rw-rw-r-- 1 jenkins jenkins 882 Jul 8 05:26 Jenkinsfile 05:29:56 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 8 05:26 LICENSE 05:29:56 -rw-rw-r-- 1 jenkins jenkins 2424 Jul 8 05:26 Makefile 05:29:56 -rw-rw-r-- 1 jenkins jenkins 619 Jul 8 05:26 OWNERS.md 05:29:56 -rw-rw-r-- 1 jenkins jenkins 4937 Jul 8 05:26 README.md 05:29:56 -rw-rw-r-- 1 jenkins jenkins 12 Jul 8 05:27 VERSION 05:29:56 drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 05:26 bin 05:29:56 -rw-r--r-- 1 jenkins jenkins 364361 Jul 8 05:29 coverage.out 05:29:56 drwxrwxr-x 5 jenkins jenkins 4096 Jul 8 05:26 example 05:29:56 -rw-rw-r-- 1 jenkins jenkins 6110 Jul 8 05:26 go.mod 05:29:56 -rw-rw-r-- 1 jenkins jenkins 86550 Jul 8 05:26 go.sum 05:29:56 drwxrwxr-x 13 jenkins jenkins 4096 Jul 8 05:26 internal 05:29:56 drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 05:26 openapi 05:29:56 drwxrwxr-x 6 jenkins jenkins 4096 Jul 8 05:26 pkg 05:29:56 drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 05:26 snap 05:29:56 -rw-rw-r-- 1 jenkins jenkins 222 Jul 8 05:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:56 + 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=7a923e7de7d08e6eabbb2f1bc96689eb05600298 --label arch=amd64 --label version=4.1.0-dev.21 . 05:29:56 #0 building with "default" instance using docker driver 05:29:56 05:29:56 #1 [internal] load build definition from Dockerfile 05:29:56 #1 transferring dockerfile: 1.69kB done 05:29:56 #1 DONE 0.0s 05:29:56 05:29:56 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:29:56 #2 DONE 0.0s 05:29:56 05:29:56 #3 [internal] load metadata for docker.io/library/alpine:3.20 05:29:56 #3 DONE 0.1s 05:29:56 05:29:56 #4 [internal] load .dockerignore 05:29:56 #4 transferring context: 182B done 05:29:56 #4 DONE 0.0s 05:29:56 05:29:56 #5 [internal] load build context 05:29:56 #5 transferring context: 394.64kB 0.0s done 05:29:56 #5 DONE 0.0s 05:29:56 05:29:56 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:29:56 #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:29:56 #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:29:56 #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:29:56 #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:29:56 #6 DONE 0.1s 05:29:56 05:29:56 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 05:29:56 #7 DONE 0.1s 05:29:56 05:29:56 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:29:56 #8 ... 05:29:56 05:29:56 #9 [builder 2/7] WORKDIR /device-sdk-go 05:29:56 #9 DONE 0.0s 05:29:56 05:29:56 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:29:56 #8 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:29:57 #8 0.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:29:57 #8 ... 05:29:57 05:29:57 #10 [builder 3/7] RUN apk add --update --no-cache make git 05:29:57 #10 0.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:29:57 #10 0.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:29:57 #10 0.612 OK: 248 MiB in 58 packages 05:29:57 #10 DONE 0.7s 05:29:57 05:29:57 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:29:57 #8 0.694 (1/1) Installing dumb-init (1.2.5-r3) 05:29:57 #8 0.700 Executing busybox-1.36.1-r29.trigger 05:29:57 #8 0.705 OK: 8 MiB in 15 packages 05:29:57 #8 DONE 0.8s 05:29:57 05:29:57 #11 [builder 4/7] COPY go.mod vendor* ./ 05:29:57 #11 DONE 0.0s 05:29:57 05:29:57 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:29:57 #12 DONE 0.5s 05:29:57 05:29:57 #13 [stage-1 3/7] RUN apk --no-cache upgrade 05:29:57 #13 0.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:29:58 #13 ... 05:29:58 05:29:58 #14 [builder 6/7] COPY . . 05:29:58 #14 DONE 0.2s 05:29:58 05:29:58 #15 [builder 7/7] RUN make build 05:29:58 #15 0.228 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v4.Version=4.1.0-dev.21 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:29:59 #15 ... 05:29:59 05:29:59 #13 [stage-1 3/7] RUN apk --no-cache upgrade 05:29:59 #13 1.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:29:59 #13 1.755 OK: 8 MiB in 15 packages 05:29:59 #13 DONE 1.9s 05:29:59 05:29:59 #15 [builder 7/7] RUN make build 05:30:25 #15 DONE 23.5s 05:30:25 05:30:25 #16 [stage-1 4/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:30:25 #16 DONE 0.0s 05:30:25 05:30:25 #17 [stage-1 5/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:30:25 #17 DONE 0.2s 05:30:25 05:30:25 #18 [stage-1 6/7] COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:30:25 #18 DONE 0.0s 05:30:25 05:30:25 #19 exporting to image 05:30:25 #19 exporting layers 0.1s done 05:30:25 #19 writing image sha256:d26ee6e210d64b4b99dc04ef2ae7169610767b44335e2d7fadef664cdb01acb3 done 05:30:25 #19 naming to docker.io/library/device-sdk-simple done 05:30:25 #19 DONE 0.1s [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 05:30:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:30:26 05:30:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:30:26 latest: Pulling from edgex-lftools-log-publisher 05:30:26 5eb5b503b376: Pulling fs layer 05:30:26 5c69ac0246d0: Pulling fs layer 05:30:26 ec43610c2a17: Pulling fs layer 05:30:26 3a2ae6a8a46f: Pulling fs layer 05:30:26 33b1e0a273af: Pulling fs layer 05:30:26 5d3b04190fa2: Pulling fs layer 05:30:26 2f39f015ded8: Pulling fs layer 05:30:26 33b1e0a273af: Waiting 05:30:26 5d3b04190fa2: Waiting 05:30:26 2f39f015ded8: Waiting 05:30:26 3a2ae6a8a46f: Waiting 05:30:26 5c69ac0246d0: Verifying Checksum 05:30:26 5c69ac0246d0: Download complete 05:30:26 3a2ae6a8a46f: Verifying Checksum 05:30:26 3a2ae6a8a46f: Download complete 05:30:26 33b1e0a273af: Verifying Checksum 05:30:26 33b1e0a273af: Download complete 05:30:26 5d3b04190fa2: Verifying Checksum 05:30:26 5d3b04190fa2: Download complete 05:30:26 ec43610c2a17: Verifying Checksum 05:30:26 ec43610c2a17: Download complete 05:30:26 5eb5b503b376: Verifying Checksum 05:30:26 5eb5b503b376: Download complete 05:30:27 2f39f015ded8: Verifying Checksum 05:30:27 2f39f015ded8: Download complete 05:30:28 5eb5b503b376: Pull complete 05:30:28 5c69ac0246d0: Pull complete 05:30:29 ec43610c2a17: Pull complete 05:30:29 3a2ae6a8a46f: Pull complete 05:30:29 33b1e0a273af: Pull complete 05:30:29 5d3b04190fa2: Pull complete 05:30:34 2f39f015ded8: Pull complete 05:30:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:30:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:30:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:30:35 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:30:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:30:36 $ docker top 22111c5e7223361ba8920d56f6c2f5bc4d146bfa96ff73ffb85f1ee013af5018 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:30:37 ---> job-cost.sh 05:30:37 lf-activate-venv: SKIPPING 05:30:37 INFO: No Stack... 05:30:37 INFO: Retrieving Pricing Info for: v3-standard-8 05:30:37 INFO: Archiving Costs [Pipeline] sh 05:30:37 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 05:30:37 + cut -d, -f6 [Pipeline] lock 05:30:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] 05:30:37 Resource [jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] did not exist. Created. 05:30:37 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:30:38 + echo total: 0.2199999988079071 [Pipeline] stash 05:30:38 Stashed 1 file(s) [Pipeline] } 05:30:38 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-376-stack-cost] [Pipeline] // lock [Pipeline] } 05:30:38 $ docker stop --time=1 22111c5e7223361ba8920d56f6c2f5bc4d146bfa96ff73ffb85f1ee013af5018 05:30:39 $ docker rm -f --volumes 22111c5e7223361ba8920d56f6c2f5bc4d146bfa96ff73ffb85f1ee013af5018 [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 05:30:39 provisioning config files... 05:30:39 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18232727297404750370tmp [Pipeline] { [Pipeline] sh 05:30:40 + set +x 05:30:40 + curl -s https://codecov.io/bash 05:30:40 + bash -s -- 05:30:40 05:30:40 _____ _ 05:30:40 / ____| | | 05:30:40 | | ___ __| | ___ ___ _____ __ 05:30:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:30:40 | |___| (_) | (_| | __/ (_| (_) \ V / 05:30:40 \_____\___/ \__,_|\___|\___\___/ \_/ 05:30:40 Bash-1.0.6 05:30:40 05:30:40 05:30:40 ==> git version 2.25.1 found 05:30:40 ==> 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 05:30:40 Release-Date: 2020-01-08 05:30:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:30:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:30:40 ==> Jenkins CI detected. 05:30:40 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 05:30:40 project root: . 05:30:40 --> token set from env 05:30:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:30:40 ==> Running gcov in . (disable via -X gcov) 05:30:40 ==> Python coveragepy not found 05:30:40 ==> Searching for coverage reports in: 05:30:40 + . 05:30:40 -> Found 1 reports 05:30:40 ==> Detecting git/mercurial file structure 05:30:40 ==> Reading reports 05:30:40 + ./coverage.out bytes=364361 05:30:40 ==> Appending adjustments 05:30:40 https://docs.codecov.io/docs/fixing-reports 05:30:40 + Found adjustments 05:30:40 ==> Gzipping contents 05:30:40 36K /tmp/codecov.iamwjn.gz 05:30:40 ==> Uploading reports 05:30:40 url: https://codecov.io 05:30:40 query: branch=main&commit=7a923e7de7d08e6eabbb2f1bc96689eb05600298&build=376&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F376%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:30:40 -> Pinging Codecov 05:30:40 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7a923e7de7d08e6eabbb2f1bc96689eb05600298&build=376&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F376%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:30:40 -> Uploading to 05:30:40 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-sdk-go/7a923e7de7d08e6eabbb2f1bc96689eb05600298/0a202568-c163-48e8-abd1-5e2678e940cb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250708%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250708T053040Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c3fdd9b7dc0722756f6bfa724939406b7f8a3a0bd855d351ee9cc627966e7e97 05:30:40 % Total % Received % Xferd Average Speed Time Time Time Current 05:30:40 Dload Upload Total Spent Left Speed 05:30:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35870 0 0 100 35870 0 114k --:--:-- --:--:-- --:--:-- 114k 05:30:41 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] } 05:30:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:30:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:30:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:30:41 05:30:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:30:41 latest: Pulling from edgex-devops/edgex-snyk-go 05:30:41 0a9a5dfd008f: Already exists 05:30:41 36466aa92d05: Already exists 05:30:41 e10405b45d13: Already exists 05:30:41 096b7ceb2af7: Already exists 05:30:41 4f4fb700ef54: Already exists 05:30:41 e50aa161e22a: Pulling fs layer 05:30:41 d3c8db5fb9df: Pulling fs layer 05:30:42 e50aa161e22a: Verifying Checksum 05:30:42 e50aa161e22a: Download complete 05:30:42 e50aa161e22a: Pull complete 05:30:43 d3c8db5fb9df: Verifying Checksum 05:30:43 d3c8db5fb9df: Download complete 05:30:47 d3c8db5fb9df: Pull complete 05:30:47 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 05:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:30:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:30:47 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:30:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:30:49 $ docker top 8996cd265b4ae55e8b14180d4e54c11ff3e8b6666750162ee4a2fdff2febff94 -eo pid,comm [Pipeline] { [Pipeline] sh 05:30:49 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 05:30:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 05:30:49 + set -o pipefail 05:30:49 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 05:30:59 05:30:59 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v4)... 05:30:59 05:30:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/93a7b184-a032-4803-b2b4-6be2443f2532 05:30:59 05:30:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:30:59 [Pipeline] } 05:30:59 $ docker stop --time=1 8996cd265b4ae55e8b14180d4e54c11ff3e8b6666750162ee4a2fdff2febff94 05:31:02 $ docker rm -f --volumes 8996cd265b4ae55e8b14180d4e54c11ff3e8b6666750162ee4a2fdff2febff94 [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 05:31:02 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:31:02 provisioning config files... 05:31:02 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6408591181432836149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:31:02 --> edgex-publish-swagger.sh 05:31:02 === Publish openapi API === 05:31:02 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 05:31:02 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/device-sdk.yaml] 05:31:02 % Total % Received % Xferd Average Speed Time Time Time Current 05:31:02 Dload Upload Total Spent Left Speed 05:31:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38224 100 66 100 38158 226 127k --:--:-- --:--:-- --:--:-- 127k 05:31:03 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:31:03 [Pipeline] } 05:31:03 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 05:31:03 + git log --format=format:%s -1 7a923e7de7d08e6eabbb2f1bc96689eb05600298 [Pipeline] sh 05:31:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:31:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:31:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:31:04 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:31:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:31:04 $ docker top b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 -eo pid,comm 05:31:04 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). 05:31:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:31:04 [ssh-agent] Looking for ssh-agent implementation... 05:31:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:31:04 $ docker exec b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 ssh-agent 05:31:04 SSH_AUTH_SOCK=/tmp/ssh-HVQX5M35MS2N/agent.32 05:31:04 SSH_AGENT_PID=38 05:31:04 Running ssh-add (command line suppressed) 05:31:05 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16115680154019017993.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16115680154019017993.key) 05:31:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:31:05 + git semver tag 05:31:05 2025-07-08 05:31:05,500 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:31:05 2025-07-08 05:31:05,504 [run_tag] DEBUG tag force:False 05:31:05 2025-07-08 05:31:05,504 [check_head_tag] DEBUG check head tag 05:31:05 2025-07-08 05:31:05,505 [execute] INFO git cat-file --batch-check 05:31:05 2025-07-08 05:31:05,505 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 05:31:05 2025-07-08 05:31:05,507 [execute] INFO git cat-file --batch 05:31:05 2025-07-08 05:31:05,508 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=, shell=False, universal_newlines=False) 05:31:05 2025-07-08 05:31:05,521 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:31:05 2025-07-08 05:31:05,522 [execute] INFO git tag -a v4.1.0-dev.21 -m v4.1.0-dev.21 05:31:05 2025-07-08 05:31:05,522 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.21', '-m', 'v4.1.0-dev.21'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 05:31:05 2025-07-08 05:31:05,525 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:31:05 4.1.0-dev.21 [Pipeline] } 05:31:05 $ docker exec --env ******** --env ******** b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 ssh-agent -k 05:31:05 unset SSH_AUTH_SOCK; 05:31:05 unset SSH_AGENT_PID; 05:31:05 echo Agent pid 38 killed; 05:31:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:31:06 + git semver [Pipeline] } 05:31:06 $ docker stop --time=1 b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 05:31:07 $ docker rm -f --volumes b12fcf1f8837388bd157797bc5028d58e776c27fe7b3c1c0f6ccb1a6bfffa173 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:31:07 05:31:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:31:08 0.23.1-centos7: Pulling from edgex-lftools 05:31:08 ab5ef0e58194: Pulling fs layer 05:31:08 9712f1f96733: Pulling fs layer 05:31:08 63f879dbbcfc: Pulling fs layer 05:31:08 0d9ebad4ef96: Pulling fs layer 05:31:08 e9a5061849ea: Pulling fs layer 05:31:08 d747dcd14b5f: Pulling fs layer 05:31:08 2de7ff778b66: Pulling fs layer 05:31:08 e9a5061849ea: Waiting 05:31:08 0d9ebad4ef96: Waiting 05:31:08 2de7ff778b66: Waiting 05:31:08 d747dcd14b5f: Waiting 05:31:08 9712f1f96733: Download complete 05:31:08 63f879dbbcfc: Verifying Checksum 05:31:08 63f879dbbcfc: Download complete 05:31:08 e9a5061849ea: Verifying Checksum 05:31:08 e9a5061849ea: Download complete 05:31:08 d747dcd14b5f: Verifying Checksum 05:31:08 d747dcd14b5f: Download complete 05:31:08 0d9ebad4ef96: Verifying Checksum 05:31:08 0d9ebad4ef96: Download complete 05:31:08 ab5ef0e58194: Verifying Checksum 05:31:08 ab5ef0e58194: Download complete 05:31:08 2de7ff778b66: Verifying Checksum 05:31:08 2de7ff778b66: Download complete 05:31:12 ab5ef0e58194: Pull complete 05:31:12 9712f1f96733: Pull complete 05:31:12 63f879dbbcfc: Pull complete 05:31:18 0d9ebad4ef96: Pull complete 05:31:18 e9a5061849ea: Pull complete 05:31:18 d747dcd14b5f: Pull complete 05:31:20 2de7ff778b66: Pull complete 05:31:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:31:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:31:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:31:20 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:31:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:31:21 $ docker top b2053558cc22513a4785019e5ef3cd1a4d8a0905f3b7652fe92bcc09345700c7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:31:21 provisioning config files... 05:31:21 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11824577433766148524tmp 05:31:21 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3716767627047824700tmp 05:31:21 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11044870163852697586tmp [Pipeline] { [Pipeline] echo 05:31:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:31:21 ---> sigul-configuration.sh 05:31:21 gpg: directory `/root/.gnupg' created 05:31:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:31:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:31:21 gpg: keyring `/root/.gnupg/secring.gpg' created 05:31:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:31:21 gpg: CAST5 encrypted data 05:31:21 gpg: encrypted with 1 passphrase 05:31:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:31:21 + mkdir /home/jenkins 05:31:21 + mkdir /home/jenkins/sigul [Pipeline] sh 05:31:22 + 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 05:31:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:31:22 ---> sigul-install.sh 05:31:22 Sigul already installed; skipping installation. [Pipeline] sh 05:31:22 + git tag --list 05:31:22 0.7.1 05:31:22 delhi-tag 05:31:22 v1.0.0 05:31:22 v1.1.0 05:31:22 v1.1.1 05:31:22 v1.1.2 05:31:22 v1.2.0 05:31:22 v1.2.1 05:31:22 v1.2.2 05:31:22 v1.2.3 05:31:22 v1.3.0 05:31:22 v1.4.0 05:31:22 v2.0.0 05:31:22 v2.1.0 05:31:22 v2.1.1 05:31:22 v2.2.0 05:31:22 v2.3.0 05:31:22 v2.3.1 05:31:22 v3.0 05:31:22 v3.0.0 05:31:22 v3.1 05:31:22 v3.1.0 05:31:22 v3.1.1 05:31:22 v4.0 05:31:22 v4.0.0 05:31:22 v4.1.0-dev.1 05:31:22 v4.1.0-dev.10 05:31:22 v4.1.0-dev.11 05:31:22 v4.1.0-dev.12 05:31:22 v4.1.0-dev.13 05:31:22 v4.1.0-dev.14 05:31:22 v4.1.0-dev.15 05:31:22 v4.1.0-dev.16 05:31:22 v4.1.0-dev.17 05:31:22 v4.1.0-dev.18 05:31:22 v4.1.0-dev.19 05:31:22 v4.1.0-dev.2 05:31:22 v4.1.0-dev.20 05:31:22 v4.1.0-dev.21 05:31:22 v4.1.0-dev.3 05:31:22 v4.1.0-dev.4 05:31:22 v4.1.0-dev.5 05:31:22 v4.1.0-dev.6 05:31:22 v4.1.0-dev.7 05:31:22 v4.1.0-dev.8 05:31:22 v4.1.0-dev.9 [Pipeline] sh 05:31:22 + lftools sign git-tag v4.1.0-dev.21 05:31:23 Signing Git tag with Sigul... 05:31:23 Signing v4.1.0-dev.21 [Pipeline] echo 05:31:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:31:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:31:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:31:24 $ docker stop --time=1 b2053558cc22513a4785019e5ef3cd1a4d8a0905f3b7652fe92bcc09345700c7 05:31:25 $ docker rm -f --volumes b2053558cc22513a4785019e5ef3cd1a4d8a0905f3b7652fe92bcc09345700c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:31:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:31:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:31:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:31:26 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:31:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:31:26 $ docker top 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 -eo pid,comm 05:31:26 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). 05:31:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:31:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:31:26 [ssh-agent] Looking for ssh-agent implementation... 05:31:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:31:26 $ docker exec 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 ssh-agent 05:31:26 SSH_AUTH_SOCK=/tmp/ssh-ZXkOmzeOWdd2/agent.32 05:31:26 SSH_AGENT_PID=38 05:31:26 Running ssh-add (command line suppressed) 05:31:26 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10679027359840612827.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10679027359840612827.key) 05:31:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:31:27 + git semver bump pre 05:31:27 2025-07-08 05:31:27,460 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:31:27 2025-07-08 05:31:27,465 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:31:27 2025-07-08 05:31:27,465 [bump_version] DEBUG bumping version:4.1.0-dev.21 on axis:pre with prefix:dev 05:31:27 2025-07-08 05:31:27,465 [bump_version] DEBUG bumped version:4.1.0-dev.22 05:31:27 2025-07-08 05:31:27,465 [write_version] DEBUG write version:4.1.0-dev.22 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 05:31:27 2025-07-08 05:31:27,465 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:31:27 2025-07-08 05:31:27,465 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:31:27 2025-07-08 05:31:27,468 [execute] INFO git cat-file --batch-check 05:31:27 2025-07-08 05:31:27,468 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:31:27 2025-07-08 05:31:27,472 [execute] INFO git cat-file --batch 05:31:27 2025-07-08 05:31:27,472 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:31:27 2025-07-08 05:31:27,475 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:31:27 4.1.0-dev.22 [Pipeline] } 05:31:27 $ docker exec --env ******** --env ******** 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 ssh-agent -k 05:31:27 unset SSH_AUTH_SOCK; 05:31:27 unset SSH_AGENT_PID; 05:31:27 echo Agent pid 38 killed; 05:31:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:31:27 + git semver [Pipeline] } 05:31:28 $ docker stop --time=1 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 05:31:29 $ docker rm -f --volumes 90a5570446064d872a1053c0983120ced92b81cc8ed71f8d9344e7a6a24a3931 [Pipeline] // withDockerContainer [Pipeline] sh 05:31:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:31:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:31:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:31:30 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:31:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:31:30 $ docker top b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 -eo pid,comm 05:31:30 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). 05:31:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:31:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:31:30 [ssh-agent] Looking for ssh-agent implementation... 05:31:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:31:31 $ docker exec b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 ssh-agent 05:31:31 SSH_AUTH_SOCK=/tmp/ssh-XUBvgFrA2oE4/agent.32 05:31:31 SSH_AGENT_PID=38 05:31:31 Running ssh-add (command line suppressed) 05:31:31 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3312293559851966147.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3312293559851966147.key) 05:31:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:31:31 + git semver push 05:31:31 2025-07-08 05:31:31,749 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:31:31 2025-07-08 05:31:31,754 [run_push] DEBUG push 05:31:31 2025-07-08 05:31:31,755 [execute] INFO git cat-file --batch-check 05:31:31 2025-07-08 05:31:31,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:31:31 2025-07-08 05:31:31,757 [execute] INFO git rev-list 834124ffebf0c0124e2e4f50c9aabfc40849e1eb -- 05:31:31 2025-07-08 05:31:31,757 [execute] DEBUG Popen(['git', 'rev-list', '834124ffebf0c0124e2e4f50c9aabfc40849e1eb', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:31:31 2025-07-08 05:31:31,764 [execute] INFO git fetch -v -- origin 05:31:31 2025-07-08 05:31:31,764 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 05:31:33 2025-07-08 05:31:33,250 [run_push] DEBUG no remote changes detected 05:31:33 2025-07-08 05:31:33,251 [execute] INFO git push origin semver 05:31:33 2025-07-08 05:31:33,251 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:31:33 2025-07-08 05:31:33,950 [run_push] DEBUG push all version tags 05:31:33 2025-07-08 05:31:33,950 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:31:33 2025-07-08 05:31:33,951 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, stdin=None, shell=False, universal_newlines=False) 05:31:34 2025-07-08 05:31:34,632 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:31:34 4.1.0-dev.22 [Pipeline] } 05:31:34 $ docker exec --env ******** --env ******** b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 ssh-agent -k 05:31:35 unset SSH_AUTH_SOCK; 05:31:35 unset SSH_AGENT_PID; 05:31:35 echo Agent pid 38 killed; 05:31:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:31:35 + git semver [Pipeline] } 05:31:35 $ docker stop --time=1 b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 05:31:36 $ docker rm -f --volumes b0730909856ec2e2bd23e4103adc5262f35f0231f635bc4ecb34f0b2c98c6b60 [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 05:31:37 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 05:31:37 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:31:37 total 16 05:31:37 drwxr-xr-x 3 root root 4096 Jul 8 05:30 . 05:31:37 drwxrwxr-x 12 jenkins jenkins 4096 Jul 8 05:31 .. 05:31:37 drwxr-xr-x 2 root root 4096 Jul 8 05:30 cost 05:31:37 -rw-r--r-- 1 root root 85 Jul 8 05:30 cost.csv 05:31:37 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:31:37 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:31:37 total 16 05:31:37 drwxr-xr-x 3 jenkins jenkins 4096 Jul 8 05:30 . 05:31:37 drwxrwxr-x 12 jenkins jenkins 4096 Jul 8 05:31 .. 05:31:37 drwxr-xr-x 2 jenkins jenkins 4096 Jul 8 05:30 cost 05:31:37 -rw-r--r-- 1 jenkins jenkins 85 Jul 8 05:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:31:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:31:38 ---> package-listing.sh 05:31:38 ++ facter osfamily 05:31:38 ++ tr '[:upper:]' '[:lower:]' 05:31:38 + OS_FAMILY=debian 05:31:38 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 05:31:38 + START_PACKAGES=/tmp/packages_start.txt 05:31:38 + END_PACKAGES=/tmp/packages_end.txt 05:31:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:31:38 + PACKAGES=/tmp/packages_start.txt 05:31:38 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 05:31:38 + PACKAGES=/tmp/packages_end.txt 05:31:38 + case "${OS_FAMILY}" in 05:31:38 + dpkg -l 05:31:38 + grep '^ii' 05:31:38 + '[' -f /tmp/packages_start.txt ']' 05:31:38 + '[' -f /tmp/packages_end.txt ']' 05:31:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:31:38 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 05:31:38 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 05:31:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 05:31:38 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 05:31:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:31:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:31:39 prd-ubuntu20.04-docker-8c-8g-4714 does not seem to be running inside a container 05:31:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:31:40 $ docker top 9a221e36d2a42e915e11b161d312a5beff17a5b824720084110ac7bc9b9ae63f -eo pid,comm [Pipeline] { [Pipeline] sh 05:31:40 + touch /tmp/pre-build-complete [Pipeline] sh 05:31:40 + mkdir -p /var/log/sysstat [Pipeline] sh 05:31:40 + ls /var/log/sa-host 05:31:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:31:41 provisioning config files... 05:31:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6776215638578295817tmp [Pipeline] { [Pipeline] echo 05:31:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:31:41 ---> create-netrc.sh [Pipeline] } 05:31:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:31:41 ---> python-tools-install.sh [Pipeline] echo 05:31:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:31:42 ---> sudo-logs.sh 05:31:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:31:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:31:42 ---> job-cost.sh 05:31:42 lf-activate-venv: SKIPPING 05:31:42 DEBUG: total: 0.2199999988079071 05:31:42 INFO: Retrieving Stack Cost... 05:31:42 INFO: Retrieving Pricing Info for: v3-standard-8 05:31:42 INFO: Archiving Costs [Pipeline] echo 05:31:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:31:43 ---> logs-deploy.sh 05:31:43 lf-activate-venv: SKIPPING 05:31:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/376 05:31:43 INFO: archiving workspace using pattern(s): 05:31:44 Archives upload complete. 05:31:44 INFO: archiving logs to Nexus