Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 674285bf94d6af221e4eaa16557cf1203e8f19ad 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-ssh16483772376037794954.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh15726238282625888486.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh15678048220764197215.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh5378853202517763186.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-ssh2804427882497260777.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/v3]] ========================================================= [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.21 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/v3 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-4746 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 674285bf94d6af221e4eaa16557cf1203e8f19ad (main) Commit message: "Merge pull request #1589 from jinlinGuan/contracts-issue-901" > git config core.sparsecheckout # timeout=10 > git checkout -f 674285bf94d6af221e4eaa16557cf1203e8f19ad # timeout=10 > git rev-list --no-walk d3487eec0ede001a3c25d71c6388e8b50871be46 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:48:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:48:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:48:20 ========================================================= 03:48:20 EdgeX Global Pipelines Version Info 03:48:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:48:21 ------------------- 03:48:21 stable info: 03:48:21 ------------------- 03:48:21 Commited By: Ginny Guan ginny@iotechsys.com 03:48:21 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 03:48:21 Message: update stable to v1.0.260 03:48:21 ------------------- 03:48:21 experimental info: 03:48:21 ------------------- 03:48:21 Commited By: Ginny Guan ginny@iotechsys.com 03:48:21 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 03:48:21 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 674285bf94d6af221e4eaa16557cf1203e8f19ad [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 674285b [Pipeline] echo 03:48:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:48:22 provisioning config files... 03:48:22 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4366871271819614508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:48:23 ---> ****-login.sh 03:48:23 nexus3.edgexfoundry.org:10001 03:48:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:24 Configure a credential helper to remove this warning. See 03:48:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:24 03:48:24 Login Succeeded 03:48:24 nexus3.edgexfoundry.org:10002 03:48:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:24 Configure a credential helper to remove this warning. See 03:48:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:24 03:48:24 Login Succeeded 03:48:24 nexus3.edgexfoundry.org:10003 03:48:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:25 Configure a credential helper to remove this warning. See 03:48:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:25 03:48:25 Login Succeeded 03:48:25 nexus3.edgexfoundry.org:10004 03:48:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:25 Configure a credential helper to remove this warning. See 03:48:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:25 03:48:25 Login Succeeded 03:48:25 ****.io 03:48:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:25 Configure a credential helper to remove this warning. See 03:48:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:25 03:48:25 Login Succeeded 03:48:25 ---> ****-login.sh ends [Pipeline] } 03:48:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:48:25 + git rev-list -1 --merges 674285bf94d6af221e4eaa16557cf1203e8f19ad~1..674285bf94d6af221e4eaa16557cf1203e8f19ad [Pipeline] echo 03:48:25 -----------> git rev-list -1 --merges 674285bf94d6af221e4eaa16557cf1203e8f19ad~1..674285bf94d6af221e4eaa16557cf1203e8f19ad 674285bf94d6af221e4eaa16557cf1203e8f19ad 03:48:25 674285bf94d6af221e4eaa16557cf1203e8f19ad [false] [Pipeline] sh 03:48:26 + git log --format=format:%s -1 674285bf94d6af221e4eaa16557cf1203e8f19ad [Pipeline] echo 03:48:26 ========================================================= 03:48:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:48:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:48:26 + git log --format=format:%s -1 674285bf94d6af221e4eaa16557cf1203e8f19ad [Pipeline] echo 03:48:26 [semverPrep] GIT_COMMIT: 674285bf94d6af221e4eaa16557cf1203e8f19ad, Commit Message: Merge pull request #1589 from jinlinGuan/contracts-issue-901 [Pipeline] echo 03:48:26 [semverPrep] This is not a build commit. [Pipeline] sh 03:48:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:48:27 + grep -v github /etc/ssh/ssh_known_hosts 03:48:27 + [ -e /tmp/ssh_known_hosts ] 03:48:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:48:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:48:27 + sudo tee -a /etc/ssh/ssh_known_hosts 03:48:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:48:27 03:48:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:48:27 0.1.4: Pulling from edgex-devops/py-git-semver 03:48:27 b85a868b505f: Pulling fs layer 03:48:27 e2be974225ed: Pulling fs layer 03:48:27 339a4e72a1f5: Pulling fs layer 03:48:27 988bab9f4d93: Pulling fs layer 03:48:27 1469e6f7b9e6: Pulling fs layer 03:48:27 eaf3925da568: Pulling fs layer 03:48:27 bab4dde63d76: Pulling fs layer 03:48:27 bde34c3a00c8: Pulling fs layer 03:48:27 b352a97aabf1: Pulling fs layer 03:48:27 4872d77fe225: Pulling fs layer 03:48:27 5851b861e8e6: Pulling fs layer 03:48:27 988bab9f4d93: Waiting 03:48:27 bab4dde63d76: Waiting 03:48:27 bde34c3a00c8: Waiting 03:48:27 1469e6f7b9e6: Waiting 03:48:27 b352a97aabf1: Waiting 03:48:27 5851b861e8e6: Waiting 03:48:27 4872d77fe225: Waiting 03:48:27 eaf3925da568: Waiting 03:48:27 e2be974225ed: Verifying Checksum 03:48:27 e2be974225ed: Download complete 03:48:27 988bab9f4d93: Verifying Checksum 03:48:27 988bab9f4d93: Download complete 03:48:28 1469e6f7b9e6: Verifying Checksum 03:48:28 1469e6f7b9e6: Download complete 03:48:28 eaf3925da568: Verifying Checksum 03:48:28 339a4e72a1f5: Verifying Checksum 03:48:28 339a4e72a1f5: Download complete 03:48:28 bde34c3a00c8: Download complete 03:48:28 b352a97aabf1: Verifying Checksum 03:48:28 b352a97aabf1: Download complete 03:48:28 4872d77fe225: Verifying Checksum 03:48:28 4872d77fe225: Download complete 03:48:28 5851b861e8e6: Download complete 03:48:28 b85a868b505f: Verifying Checksum 03:48:28 b85a868b505f: Download complete 03:48:28 bab4dde63d76: Verifying Checksum 03:48:28 bab4dde63d76: Download complete 03:48:29 b85a868b505f: Pull complete 03:48:29 e2be974225ed: Pull complete 03:48:30 339a4e72a1f5: Pull complete 03:48:30 988bab9f4d93: Pull complete 03:48:30 1469e6f7b9e6: Pull complete 03:48:30 eaf3925da568: Pull complete 03:48:32 bab4dde63d76: Pull complete 03:48:32 bde34c3a00c8: Pull complete 03:48:32 b352a97aabf1: Pull complete 03:48:32 4872d77fe225: Pull complete 03:48:32 5851b861e8e6: Pull complete 03:48:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:48:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:48:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:48:32 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 03:48:32 $ 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 03:48:37 $ docker top 59533c97fbf9dee148190f00bb7e81dd7f97e87482728cf50b05cadab24487ce -eo pid,comm 03:48:37 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). 03:48:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:48:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:48:37 [ssh-agent] Looking for ssh-agent implementation... 03:48:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:48:37 $ docker exec 59533c97fbf9dee148190f00bb7e81dd7f97e87482728cf50b05cadab24487ce ssh-agent 03:48:37 SSH_AUTH_SOCK=/tmp/ssh-JMK8lbtemiTG/agent.31 03:48:37 SSH_AGENT_PID=37 03:48:37 Running ssh-add (command line suppressed) 03:48:37 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2767132095572382642.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2767132095572382642.key) 03:48:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:48:37 + git tag --points-at HEAD [Pipeline] } 03:48:37 $ docker exec --env ******** --env ******** 59533c97fbf9dee148190f00bb7e81dd7f97e87482728cf50b05cadab24487ce ssh-agent -k 03:48:37 unset SSH_AUTH_SOCK; 03:48:37 unset SSH_AGENT_PID; 03:48:37 echo Agent pid 37 killed; 03:48:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:48:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:48:37 [ssh-agent] Looking for ssh-agent implementation... 03:48:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:48:38 $ docker exec 59533c97fbf9dee148190f00bb7e81dd7f97e87482728cf50b05cadab24487ce ssh-agent 03:48:38 SSH_AUTH_SOCK=/tmp/ssh-1QdQqMCQ6TZO/agent.71 03:48:38 SSH_AGENT_PID=77 03:48:38 Running ssh-add (command line suppressed) 03:48:38 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4401534550111308247.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4401534550111308247.key) 03:48:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:48:38 + git semver init 03:48:38 2024-07-02 03:48:38,786 [run_init] DEBUG init version:0.0.0 force:False 03:48:38 2024-07-02 03:48:38,787 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 03:48:38 2024-07-02 03:48:38,787 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 03:48:38 2024-07-02 03:48:38,787 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 03:48:41 2024-07-02 03:48:40,809 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 03:48:41 2024-07-02 03:48:40,810 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 03:48:41 2024-07-02 03:48:40,810 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 03:48:41 2024-07-02 03:48:40,810 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 03:48:41 3.2.0-dev.19 [Pipeline] } 03:48:41 $ docker exec --env ******** --env ******** 59533c97fbf9dee148190f00bb7e81dd7f97e87482728cf50b05cadab24487ce ssh-agent -k 03:48:41 unset SSH_AUTH_SOCK; 03:48:41 unset SSH_AGENT_PID; 03:48:41 echo Agent pid 77 killed; 03:48:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:48:41 + git semver [Pipeline] } 03:48:42 $ docker stop --time=1 59533c97fbf9dee148190f00bb7e81dd7f97e87482728cf50b05cadab24487ce 03:48:43 $ docker rm -f --volumes 59533c97fbf9dee148190f00bb7e81dd7f97e87482728cf50b05cadab24487ce [Pipeline] // withDockerContainer [Pipeline] sh 03:48:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:48:44 Stashed 1 file(s) [Pipeline] echo 03:48:44 [edgeXSemver]: initialized semver on version 3.2.0-dev.19 [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) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:48:44 provisioning config files... 03:48:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7212830474452339719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:48:44 ---> ****-login.sh 03:48:44 nexus3.edgexfoundry.org:10001 03:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:44 Configure a credential helper to remove this warning. See 03:48:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:44 03:48:44 Login Succeeded 03:48:44 nexus3.edgexfoundry.org:10002 03:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:44 Configure a credential helper to remove this warning. See 03:48:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:44 03:48:44 Login Succeeded 03:48:44 nexus3.edgexfoundry.org:10003 03:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:44 Configure a credential helper to remove this warning. See 03:48:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:44 03:48:44 Login Succeeded 03:48:44 nexus3.edgexfoundry.org:10004 03:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:44 Configure a credential helper to remove this warning. See 03:48:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:44 03:48:44 Login Succeeded 03:48:44 ****.io 03:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:48:45 Configure a credential helper to remove this warning. See 03:48:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:48:45 03:48:45 Login Succeeded 03:48:45 ---> ****-login.sh ends [Pipeline] } 03:48:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:48:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:48:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:48:45 ========================================================= 03:48:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 03:48:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:45 + 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.21-alpine --build-arg MAKE=echo noop --target=builder . 03:48:45 Sending build context to Docker daemon 24.95MB 03:48:45 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 03:48:45 Step 2/10 : FROM ${BASE} AS builder 03:48:45 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 03:48:45 619be1103602: Pulling fs layer 03:48:45 7862e08f4a3e: Pulling fs layer 03:48:45 5df492c9dc93: Pulling fs layer 03:48:45 7629e6793208: Pulling fs layer 03:48:45 4f4fb700ef54: Pulling fs layer 03:48:45 fb5054dd5b73: Pulling fs layer 03:48:45 eeca6798cff9: Pulling fs layer 03:48:45 aa269ceb94a6: Pulling fs layer 03:48:45 4f4fb700ef54: Waiting 03:48:45 ada007ff1a6a: Pulling fs layer 03:48:45 eeca6798cff9: Waiting 03:48:45 fb5054dd5b73: Waiting 03:48:45 7629e6793208: Waiting 03:48:45 7862e08f4a3e: Verifying Checksum 03:48:45 7862e08f4a3e: Download complete 03:48:45 7629e6793208: Download complete 03:48:45 619be1103602: Verifying Checksum 03:48:45 619be1103602: Download complete 03:48:45 4f4fb700ef54: Verifying Checksum 03:48:45 4f4fb700ef54: Download complete 03:48:45 fb5054dd5b73: Verifying Checksum 03:48:45 fb5054dd5b73: Download complete 03:48:45 eeca6798cff9: Verifying Checksum 03:48:45 eeca6798cff9: Download complete 03:48:46 619be1103602: Pull complete 03:48:46 7862e08f4a3e: Pull complete 03:48:46 ada007ff1a6a: Verifying Checksum 03:48:46 ada007ff1a6a: Download complete 03:48:46 5df492c9dc93: Verifying Checksum 03:48:46 5df492c9dc93: Download complete 03:48:46 aa269ceb94a6: Download complete 03:48:49 5df492c9dc93: Pull complete 03:48:49 7629e6793208: Pull complete 03:48:49 4f4fb700ef54: Pull complete 03:48:49 fb5054dd5b73: Pull complete 03:48:49 eeca6798cff9: Pull complete 03:48:52 aa269ceb94a6: Pull complete 03:48:52 ada007ff1a6a: Pull complete 03:48:52 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 03:48:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 03:48:52 ---> f489d0715acc 03:48:52 Step 3/10 : ARG MAKE=make build 03:48:59 Still waiting to schedule task 03:48:59 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:49:04 ---> Running in d83fe47d55ad 03:49:04 Removing intermediate container d83fe47d55ad 03:49:04 ---> 5221f6b0fc62 03:49:04 Step 4/10 : WORKDIR /device-sdk-go 03:49:04 ---> Running in a060cf767679 03:49:04 Removing intermediate container a060cf767679 03:49:04 ---> 5be9b0d9bea1 03:49:04 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:49:04 ---> Running in e4f65862a5c9 03:49:04 Removing intermediate container e4f65862a5c9 03:49:04 ---> f240000847db 03:49:04 Step 6/10 : RUN apk add --update --no-cache make git 03:49:04 ---> Running in 2bc4c5f1fa7f 03:49:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:49:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:49:04 OK: 264 MiB in 52 packages 03:49:04 Removing intermediate container 2bc4c5f1fa7f 03:49:04 ---> be5c20f773ef 03:49:04 Step 7/10 : COPY go.mod vendor* ./ 03:49:05 ---> 290905f734f6 03:49:05 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:49:05 ---> Running in dd35508ba255 03:50:26 Removing intermediate container dd35508ba255 03:50:26 ---> 63eddb09f86f 03:50:26 Step 9/10 : COPY . . 03:50:26 ---> 09f78a7e7982 03:50:26 Step 10/10 : RUN ${MAKE} 03:50:26 ---> Running in 91ed669a7062 03:50:26 noop 03:50:26 Removing intermediate container 91ed669a7062 03:50:26 ---> fef6df8d33d1 03:50:26 Successfully built fef6df8d33d1 03:50:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:27 + docker inspect -f . ci-base-image-x86_64 03:50:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:50:27 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 03:50:27 $ 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 03:50:27 $ docker top 0ee0969fdf98d5c7d1030d0f6d609ae99590bd59e7c92e6b2ba59490f13aa112 -eo pid,comm [Pipeline] { [Pipeline] sh 03:50:27 + go version 03:50:27 go version go1.21.9 linux/amd64 [Pipeline] } 03:50:27 $ docker stop --time=1 0ee0969fdf98d5c7d1030d0f6d609ae99590bd59e7c92e6b2ba59490f13aa112 03:50:29 $ docker rm -f --volumes 0ee0969fdf98d5c7d1030d0f6d609ae99590bd59e7c92e6b2ba59490f13aa112 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:30 + docker inspect -f . ci-base-image-x86_64 03:50:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:50:30 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 03:50:30 $ 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 03:50:30 $ docker top 9f370446ff34386dcc7162f8d269a331da90bda4d979e23dbb871e9d87636187 -eo pid,comm [Pipeline] { [Pipeline] sh 03:50:31 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 03:50:31 + make test 03:50:31 go test -race -coverprofile=coverage.out ./... 03:50:33 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4748 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 03:50:33 Running in /w/workspace/device-sdk-go/294 [Pipeline] { [Pipeline] checkout 03:50:33 The recommended git tool is: git 03:50:37 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 03:50:41 using credential edgex-jenkins-ssh 03:50:41 Cloning the remote Git repository 03:50:41 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:50:42 > git init /w/workspace/device-sdk-go/294 # timeout=10 03:50:42 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:50:42 > git --version # timeout=10 03:50:42 > git --version # 'git version 2.25.1' 03:50:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:50:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:50:47 Avoid second fetch 03:50:47 Checking out Revision 674285bf94d6af221e4eaa16557cf1203e8f19ad (main) 03:50:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:50:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:50:47 > git config core.sparsecheckout # timeout=10 03:50:48 Commit message: "Merge pull request #1589 from jinlinGuan/contracts-issue-901" 03:50:47 > git checkout -f 674285bf94d6af221e4eaa16557cf1203e8f19ad # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:50:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:50:52 % Total % Received % Xferd Average Speed Time Time Time Current 03:50:52 Dload Upload Total Spent Left Speed 03:50:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 150k 0 --:--:-- --:--:-- --:--:-- 152k [Pipeline] sh 03:50:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:50:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:50:53 + sudo tee /etc/docker/daemon.new 03:50:53 { 03:50:53 "registry-mirrors": [ 03:50:53 "https://nexus3.edgexfoundry.org:10001" 03:50:53 ], 03:50:53 "bip": "10.250.0.254/24", 03:50:53 "hosts": [ 03:50:53 "tcp://0.0.0.0:5555", 03:50:53 "unix:///var/run/docker.sock" 03:50:53 ], 03:50:53 "mtu": 1458, 03:50:53 "selinux-enabled": true, 03:50:53 "seccomp-profile": "/etc/docker/seccomp.json" 03:50:53 } [Pipeline] sh 03:50:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:50:54 + sudo service docker restart 03:51:04 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 03:51:04 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 03:51:04 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 03:51:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 03:51:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 03:51:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 03:51:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 03:51:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.025s coverage: 27.6% of statements 03:51:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.036s coverage: 80.0% of statements 03:51:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.044s coverage: 86.0% of statements 03:51:05 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 03:51:05 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 03:51:05 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 03:51:06 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.087s coverage: 71.8% of statements 03:51:08 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 03:51:09 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.043s coverage: 14.4% of statements 03:51:09 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.927s coverage: 44.6% of statements 03:51:09 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.037s coverage: 68.5% of statements 03:51:09 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.083s coverage: 89.2% of statements 03:51:09 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.046s coverage: 5.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:51:12 provisioning config files... 03:51:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/294@tmp/config1679789772683174147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:51:13 ---> ****-login.sh 03:51:13 nexus3.edgexfoundry.org:10001 03:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:13 Configure a credential helper to remove this warning. See 03:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:13 03:51:13 Login Succeeded 03:51:13 nexus3.edgexfoundry.org:10002 03:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:14 Configure a credential helper to remove this warning. See 03:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:14 03:51:14 Login Succeeded 03:51:14 nexus3.edgexfoundry.org:10003 03:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:14 Configure a credential helper to remove this warning. See 03:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:14 03:51:14 Login Succeeded 03:51:14 nexus3.edgexfoundry.org:10004 03:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:14 Configure a credential helper to remove this warning. See 03:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:14 03:51:14 Login Succeeded 03:51:14 ****.io 03:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:15 Configure a credential helper to remove this warning. See 03:51:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:15 03:51:15 Login Succeeded 03:51:15 ---> ****-login.sh ends [Pipeline] } 03:51:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:51:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:51:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:51:15 ========================================================= 03:51:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 03:51:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:16 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 03:51:16 Sending build context to Docker daemon 12.89MB 03:51:16 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 03:51:16 Step 2/10 : FROM ${BASE} AS builder 03:51:16 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:51:16 c6b39de5b339: Pulling fs layer 03:51:16 a69c41024577: Pulling fs layer 03:51:16 d6de4b400683: Pulling fs layer 03:51:16 35cb2a7552d0: Pulling fs layer 03:51:16 4f4fb700ef54: Pulling fs layer 03:51:16 35cb2a7552d0: Waiting 03:51:16 464afbd9ba4c: Pulling fs layer 03:51:16 00f215d4a9da: Pulling fs layer 03:51:16 d496ad576159: Pulling fs layer 03:51:16 4f4fb700ef54: Waiting 03:51:16 464afbd9ba4c: Waiting 03:51:16 00f215d4a9da: Waiting 03:51:16 d496ad576159: Waiting 03:51:16 a69c41024577: Verifying Checksum 03:51:16 a69c41024577: Download complete 03:51:16 35cb2a7552d0: Verifying Checksum 03:51:16 35cb2a7552d0: Download complete 03:51:16 4f4fb700ef54: Verifying Checksum 03:51:16 4f4fb700ef54: Download complete 03:51:16 c6b39de5b339: Verifying Checksum 03:51:16 c6b39de5b339: Download complete 03:51:16 464afbd9ba4c: Verifying Checksum 03:51:16 464afbd9ba4c: Download complete 03:51:17 d496ad576159: Verifying Checksum 03:51:17 d496ad576159: Download complete 03:51:17 c6b39de5b339: Pull complete 03:51:18 a69c41024577: Pull complete 03:51:18 d6de4b400683: Verifying Checksum 03:51:18 d6de4b400683: Download complete 03:51:20 00f215d4a9da: Verifying Checksum 03:51:20 00f215d4a9da: Download complete 03:51:32 d6de4b400683: Pull complete 03:51:32 35cb2a7552d0: Pull complete 03:51:32 4f4fb700ef54: Pull complete 03:51:32 464afbd9ba4c: Pull complete 03:51:40 00f215d4a9da: Pull complete 03:51:41 GO111MODULE=on go vet ./... 03:51:42 d496ad576159: Pull complete 03:51:42 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 03:51:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 03:51:42 ---> f246e2811388 03:51:42 Step 3/10 : ARG MAKE=make build 03:51:44 ---> Running in 7510f7986a4a 03:51:44 Removing intermediate container 7510f7986a4a 03:51:44 ---> a81c2139b20d 03:51:44 Step 4/10 : WORKDIR /device-sdk-go 03:51:44 ---> Running in f60dd14f8e1b 03:51:44 Removing intermediate container f60dd14f8e1b 03:51:44 ---> 3ebf7fff49f2 03:51:44 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:51:44 ---> Running in fb17f9c6865c 03:51:45 Removing intermediate container fb17f9c6865c 03:51:45 ---> 3e505b150d32 03:51:45 Step 6/10 : RUN apk add --update --no-cache make git 03:51:45 ---> Running in cd0987143959 03:51:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:51:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:51:45 ./bin/test-attribution-txt.sh 03:51:45 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 03:51:45 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 03:51:45 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 03:51:45 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 03:51:45 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 03:51:45 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 03:51:45 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 03:51:45 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 03:51:45 An attribution for golang.org/x/term is missing from Attribution.txt, please add 03:51:45 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 03:51:45 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 03:51:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 03:51:45 $ docker stop --time=1 9f370446ff34386dcc7162f8d269a331da90bda4d979e23dbb871e9d87636187 03:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:51:47 OK: 266 MiB in 52 packages 03:51:48 Removing intermediate container cd0987143959 03:51:48 ---> 9cfc377ccf38 03:51:48 Step 7/10 : COPY go.mod vendor* ./ 03:51:49 ---> e5dd1c4c0786 03:51:49 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:51:49 ---> Running in dd8fa7066c8b 03:51:52 $ docker rm -f --volumes 9f370446ff34386dcc7162f8d269a331da90bda4d979e23dbb871e9d87636187 [Pipeline] // withDockerContainer [Pipeline] sh 03:51:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:51:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:51:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:51:54 + ls -al . 03:51:54 total 376 03:51:54 drwxrwxr-x 11 jenkins jenkins 4096 Jul 2 03:50 . 03:51:54 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 03:48 .. 03:51:54 -rw-rw-r-- 1 jenkins jenkins 140 Jul 2 03:48 .dockerignore 03:51:54 drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 03:51 .git 03:51:54 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 03:48 .github 03:51:54 -rw-rw-r-- 1 jenkins jenkins 137 Jul 2 03:48 .gitignore 03:51:54 -rw-rw-r-- 1 jenkins jenkins 42 Jul 2 03:48 .golangci.yml 03:51:54 drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 03:48 .semver 03:51:54 -rw-rw-r-- 1 jenkins jenkins 48109 Jul 2 03:48 CHANGELOG.md 03:51:54 -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 03:48 GOVERNANCE.md 03:51:54 -rw-rw-r-- 1 jenkins jenkins 885 Jul 2 03:48 Jenkinsfile 03:51:54 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 2 03:48 LICENSE 03:51:54 -rw-rw-r-- 1 jenkins jenkins 1842 Jul 2 03:48 Makefile 03:51:54 -rw-rw-r-- 1 jenkins jenkins 619 Jul 2 03:48 OWNERS.md 03:51:54 -rw-rw-r-- 1 jenkins jenkins 4937 Jul 2 03:48 README.md 03:51:54 -rw-rw-r-- 1 jenkins jenkins 12 Jul 2 03:48 VERSION 03:51:54 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 03:48 bin 03:51:54 -rw-r--r-- 1 jenkins jenkins 122322 Jul 2 03:51 coverage.out 03:51:54 drwxrwxr-x 5 jenkins jenkins 4096 Jul 2 03:48 example 03:51:54 -rw-rw-r-- 1 jenkins jenkins 7064 Jul 2 03:48 go.mod 03:51:54 -rw-rw-r-- 1 jenkins jenkins 101736 Jul 2 03:48 go.sum 03:51:54 drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 03:48 internal 03:51:54 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 03:48 openapi 03:51:54 drwxrwxr-x 6 jenkins jenkins 4096 Jul 2 03:48 pkg 03:51:54 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 03:48 snap 03:51:54 -rw-rw-r-- 1 jenkins jenkins 222 Jul 2 03:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:54 + 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=674285bf94d6af221e4eaa16557cf1203e8f19ad --label arch=amd64 --label version=3.2.0-dev.19 . 03:51:54 Sending build context to Docker daemon 25.07MB 03:51:54 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 03:51:54 Step 2/24 : FROM ${BASE} AS builder 03:51:54 ---> fef6df8d33d1 03:51:54 Step 3/24 : ARG MAKE=make build 03:51:55 ---> Running in 68ebfdde5325 03:51:55 Removing intermediate container 68ebfdde5325 03:51:55 ---> cd53205431f6 03:51:55 Step 4/24 : WORKDIR /device-sdk-go 03:51:55 ---> Running in 53add855bff6 03:51:55 Removing intermediate container 53add855bff6 03:51:55 ---> d65a513f7d58 03:51:55 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:51:55 ---> Running in e212d7195ab6 03:51:55 Removing intermediate container e212d7195ab6 03:51:55 ---> 9c8f7fc2a30c 03:51:55 Step 6/24 : RUN apk add --update --no-cache make git 03:51:55 ---> Running in 74719a19511d 03:51:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:51:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:51:56 OK: 264 MiB in 52 packages 03:51:57 Removing intermediate container 74719a19511d 03:51:57 ---> 30b8c511f6be 03:51:57 Step 7/24 : COPY go.mod vendor* ./ 03:51:57 ---> cfe9a542e1fe 03:51:57 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:51:57 ---> Running in 041035f2ce25 03:51:57 Removing intermediate container 041035f2ce25 03:51:57 ---> cc9f12ff6522 03:51:57 Step 9/24 : COPY . . 03:51:58 ---> 16c4e692c8d7 03:51:58 Step 10/24 : RUN ${MAKE} 03:51:58 ---> Running in 690b6f6c7839 03:51:59 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.19 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.19" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:52:37 Removing intermediate container 690b6f6c7839 03:52:37 ---> d1b720bae4e3 03:52:37 Step 11/24 : FROM alpine:3.18 03:52:37 3.18: Pulling from library/alpine 03:52:37 73baa7ef167e: Pulling fs layer 03:52:37 73baa7ef167e: Verifying Checksum 03:52:37 73baa7ef167e: Download complete 03:52:37 73baa7ef167e: Pull complete 03:52:37 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 03:52:37 Status: Downloaded newer image for alpine:3.18 03:52:37 ---> 8fd7cac70a4a 03:52:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 03:52:37 ---> Running in 6099a16fe66e 03:52:37 Removing intermediate container 6099a16fe66e 03:52:37 ---> 484cb22cb400 03:52:37 Step 13/24 : RUN apk add --update --no-cache dumb-init 03:52:37 ---> Running in 8b591e29505c 03:52:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:52:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:52:37 (1/1) Installing dumb-init (1.2.5-r2) 03:52:37 Executing busybox-1.36.1-r7.trigger 03:52:37 OK: 7 MiB in 16 packages 03:52:37 Removing intermediate container 8b591e29505c 03:52:37 ---> 108399f8b75f 03:52:37 Step 14/24 : RUN apk --no-cache upgrade 03:52:37 ---> Running in 5a9defb3ae52 03:52:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:52:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:52:37 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 03:52:37 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 03:52:37 OK: 7 MiB in 16 packages 03:52:37 Removing intermediate container 5a9defb3ae52 03:52:37 ---> 971d8515a078 03:52:37 Step 15/24 : WORKDIR / 03:52:37 ---> Running in 0966cd12c9b5 03:52:37 Removing intermediate container 0966cd12c9b5 03:52:37 ---> 55b14c70a50a 03:52:37 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:52:37 ---> 98ed08422b0d 03:52:37 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:52:39 ---> 7a780d69c810 03:52:39 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:52:39 ---> d2a44e79a17f 03:52:39 Step 19/24 : EXPOSE 59999 03:52:39 ---> Running in 0816a9c22f6c 03:52:39 Removing intermediate container 0816a9c22f6c 03:52:39 ---> 986be5061b41 03:52:39 Step 20/24 : ENTRYPOINT ["/device-simple"] 03:52:39 ---> Running in ff43e465a6d5 03:52:39 Removing intermediate container ff43e465a6d5 03:52:39 ---> be1640f43c8a 03:52:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:52:39 ---> Running in 3700247703c5 03:52:39 Removing intermediate container 3700247703c5 03:52:39 ---> d8ffe4d606b2 03:52:39 Step 22/24 : LABEL arch=amd64 03:52:39 ---> Running in d9a6bc2b33cd 03:52:39 Removing intermediate container d9a6bc2b33cd 03:52:39 ---> 5f301823f5f1 03:52:39 Step 23/24 : LABEL git_sha=674285bf94d6af221e4eaa16557cf1203e8f19ad 03:52:39 ---> Running in 1f96fbf22c1e 03:52:39 Removing intermediate container 1f96fbf22c1e 03:52:39 ---> 083542b12dd9 03:52:39 Step 24/24 : LABEL version=3.2.0-dev.19 03:52:39 ---> Running in ac9930f0ca83 03:52:39 Removing intermediate container ac9930f0ca83 03:52:39 ---> 83aece717e99 03:52:39 [Warning] One or more build-args [ARCH] were not consumed 03:52:39 Successfully built 83aece717e99 03:52:39 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:52:40 03:52:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:52:40 latest: Pulling from edgex-lftools-log-publisher 03:52:40 5eb5b503b376: Pulling fs layer 03:52:40 5c69ac0246d0: Pulling fs layer 03:52:40 ec43610c2a17: Pulling fs layer 03:52:40 3a2ae6a8a46f: Pulling fs layer 03:52:40 33b1e0a273af: Pulling fs layer 03:52:40 5d3b04190fa2: Pulling fs layer 03:52:40 2f39f015ded8: Pulling fs layer 03:52:40 33b1e0a273af: Waiting 03:52:40 5d3b04190fa2: Waiting 03:52:40 3a2ae6a8a46f: Waiting 03:52:40 2f39f015ded8: Waiting 03:52:40 5c69ac0246d0: Verifying Checksum 03:52:40 5c69ac0246d0: Download complete 03:52:40 3a2ae6a8a46f: Download complete 03:52:40 33b1e0a273af: Verifying Checksum 03:52:40 33b1e0a273af: Download complete 03:52:40 ec43610c2a17: Verifying Checksum 03:52:40 ec43610c2a17: Download complete 03:52:40 5d3b04190fa2: Verifying Checksum 03:52:40 5d3b04190fa2: Download complete 03:52:40 5eb5b503b376: Verifying Checksum 03:52:40 5eb5b503b376: Download complete 03:52:41 2f39f015ded8: Verifying Checksum 03:52:41 2f39f015ded8: Download complete 03:52:42 5eb5b503b376: Pull complete 03:52:42 5c69ac0246d0: Pull complete 03:52:43 ec43610c2a17: Pull complete 03:52:43 3a2ae6a8a46f: Pull complete 03:52:43 33b1e0a273af: Pull complete 03:52:43 5d3b04190fa2: Pull complete 03:52:48 2f39f015ded8: Pull complete 03:52:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:52:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:52:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:52:48 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 03:52:48 $ 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 03:52:54 $ docker top a5e1805ede7f9d4d917af6769bfd6c3fc9d22df90db3f8a6e10a4cd9c0775cf8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:52:54 ---> job-cost.sh 03:52:54 lf-activate-venv: SKIPPING 03:52:54 INFO: No Stack... 03:52:56 INFO: Retrieving Pricing Info for: v3-standard-8 03:52:56 INFO: Archiving Costs [Pipeline] sh 03:52:57 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 03:52:57 + cut -d, -f6 [Pipeline] lock 03:52:57 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] 03:52:57 Resource [jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] did not exist. Created. 03:52:57 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:52:57 + echo total: 0.2199999988079071 [Pipeline] stash 03:52:57 Stashed 1 file(s) [Pipeline] } 03:52:57 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] [Pipeline] // lock [Pipeline] } 03:52:57 $ docker stop --time=1 a5e1805ede7f9d4d917af6769bfd6c3fc9d22df90db3f8a6e10a4cd9c0775cf8 03:53:00 $ docker rm -f --volumes a5e1805ede7f9d4d917af6769bfd6c3fc9d22df90db3f8a6e10a4cd9c0775cf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:53:40 Removing intermediate container dd8fa7066c8b 03:53:40 ---> d176e162b09b 03:53:40 Step 9/10 : COPY . . 03:53:40 ---> 0cc73a6035e9 03:53:40 Step 10/10 : RUN ${MAKE} 03:53:40 ---> Running in 35c38d2c5546 03:53:40 noop 03:53:40 Removing intermediate container 35c38d2c5546 03:53:40 ---> 133f902e6ea4 03:53:40 Successfully built 133f902e6ea4 03:53:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:41 + docker inspect -f . ci-base-image-arm64 03:53:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:41 prd-ubuntu20.04-docker-arm64-4c-16g-4748 does not seem to be running inside a container 03:53:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/294 -v /w/workspace/device-sdk-go/294:/w/workspace/device-sdk-go/294:rw,z -v /w/workspace/device-sdk-go/294@tmp:/w/workspace/device-sdk-go/294@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:53:42 $ docker top 64deb5c1d884ffb18504152b42896760794f4499b23b739abb60357d35fd266a -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:43 + go version 03:53:43 go version go1.21.9 linux/arm64 [Pipeline] } 03:53:43 $ docker stop --time=1 64deb5c1d884ffb18504152b42896760794f4499b23b739abb60357d35fd266a 03:53:45 $ docker rm -f --volumes 64deb5c1d884ffb18504152b42896760794f4499b23b739abb60357d35fd266a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:46 + docker inspect -f . ci-base-image-arm64 03:53:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:46 prd-ubuntu20.04-docker-arm64-4c-16g-4748 does not seem to be running inside a container 03:53:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/294 -v /w/workspace/device-sdk-go/294:/w/workspace/device-sdk-go/294:rw,z -v /w/workspace/device-sdk-go/294@tmp:/w/workspace/device-sdk-go/294@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:53:47 $ docker top df8b90fbc9c0f81126e73a388e8de1b6a3236aca648c2fc69d4b2f3f10b5b4e6 -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:48 + git config --global --add safe.directory /w/workspace/device-sdk-go/294 [Pipeline] fileExists [Pipeline] sh 03:53:49 + make test 03:53:49 go test -race -coverprofile=coverage.out ./... 03:54:35 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 03:58:13 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 03:58:13 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 03:58:13 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 03:58:13 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 03:58:13 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 03:58:17 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.132s coverage: 27.6% of statements 03:58:20 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.183s coverage: 80.0% of statements 03:58:29 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 03:58:29 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 03:58:30 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.315s coverage: 86.0% of statements 03:58:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 03:58:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.446s coverage: 71.8% of statements 03:58:41 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.166s coverage: 14.4% of statements 03:58:41 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.806s coverage: 44.6% of statements 03:58:42 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 03:58:42 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 03:58:44 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.272s coverage: 68.5% of statements 03:58:46 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.428s coverage: 89.2% of statements 03:58:51 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 03:58:52 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.234s coverage: 5.5% of statements 03:58:53 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:58:53 GO111MODULE=on go vet ./... 04:02:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:02:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:02:45 ./bin/test-attribution-txt.sh 04:02:45 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 04:02:45 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 04:02:45 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 04:02:45 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 04:02:45 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 04:02:45 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 04:02:45 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 04:02:45 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 04:02:45 An attribution for golang.org/x/term is missing from Attribution.txt, please add 04:02:45 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 04:02:45 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 04:02:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:02:45 $ docker stop --time=1 df8b90fbc9c0f81126e73a388e8de1b6a3236aca648c2fc69d4b2f3f10b5b4e6 04:02:47 $ docker rm -f --volumes df8b90fbc9c0f81126e73a388e8de1b6a3236aca648c2fc69d4b2f3f10b5b4e6 [Pipeline] // withDockerContainer [Pipeline] sh 04:02:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:02:50 Warning: overwriting stash ‘coverage-report’ 04:02:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:02:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:02:51 + ls -al . 04:02:51 total 372 04:02:51 drwxrwxr-x 10 jenkins jenkins 4096 Jul 2 03:53 . 04:02:51 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 03:50 .. 04:02:51 -rw-rw-r-- 1 jenkins jenkins 140 Jul 2 03:50 .dockerignore 04:02:51 drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 03:50 .git 04:02:51 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 03:50 .github 04:02:51 -rw-rw-r-- 1 jenkins jenkins 137 Jul 2 03:50 .gitignore 04:02:51 -rw-rw-r-- 1 jenkins jenkins 42 Jul 2 03:50 .golangci.yml 04:02:51 -rw-rw-r-- 1 jenkins jenkins 48109 Jul 2 03:50 CHANGELOG.md 04:02:51 -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 03:50 GOVERNANCE.md 04:02:51 -rw-rw-r-- 1 jenkins jenkins 885 Jul 2 03:50 Jenkinsfile 04:02:51 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 2 03:50 LICENSE 04:02:51 -rw-rw-r-- 1 jenkins jenkins 1842 Jul 2 03:50 Makefile 04:02:51 -rw-rw-r-- 1 jenkins jenkins 619 Jul 2 03:50 OWNERS.md 04:02:51 -rw-rw-r-- 1 jenkins jenkins 4937 Jul 2 03:50 README.md 04:02:51 -rw-rw-r-- 1 jenkins jenkins 12 Jul 2 03:48 VERSION 04:02:51 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 03:50 bin 04:02:51 -rw-r--r-- 1 jenkins jenkins 122321 Jul 2 03:58 coverage.out 04:02:51 drwxrwxr-x 5 jenkins jenkins 4096 Jul 2 03:50 example 04:02:51 -rw-rw-r-- 1 jenkins jenkins 7064 Jul 2 03:50 go.mod 04:02:51 -rw-rw-r-- 1 jenkins jenkins 101736 Jul 2 03:50 go.sum 04:02:51 drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 03:50 internal 04:02:51 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 03:50 openapi 04:02:51 drwxrwxr-x 6 jenkins jenkins 4096 Jul 2 03:50 pkg 04:02:51 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 03:50 snap 04:02:51 -rw-rw-r-- 1 jenkins jenkins 222 Jul 2 03:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:51 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=674285bf94d6af221e4eaa16557cf1203e8f19ad --label arch=arm64 --label version=3.2.0-dev.19 . 04:02:52 Sending build context to Docker daemon 13.01MB 04:02:52 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 04:02:52 Step 2/24 : FROM ${BASE} AS builder 04:02:52 ---> 133f902e6ea4 04:02:52 Step 3/24 : ARG MAKE=make build 04:02:52 ---> Running in e4eabab019a9 04:02:52 Removing intermediate container e4eabab019a9 04:02:52 ---> a0fa29e34c69 04:02:52 Step 4/24 : WORKDIR /device-sdk-go 04:02:52 ---> Running in b9eeaeeb5620 04:02:53 Removing intermediate container b9eeaeeb5620 04:02:53 ---> c95412a5175e 04:02:53 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:02:53 ---> Running in cc9d3192c1fc 04:02:53 Removing intermediate container cc9d3192c1fc 04:02:53 ---> 8ac4710afc19 04:02:53 Step 6/24 : RUN apk add --update --no-cache make git 04:02:53 ---> Running in 259d592ddffd 04:02:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:02:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:02:56 OK: 266 MiB in 52 packages 04:02:57 Removing intermediate container 259d592ddffd 04:02:57 ---> 4fb19212bab0 04:02:57 Step 7/24 : COPY go.mod vendor* ./ 04:02:57 ---> 26c21fbc46ab 04:02:57 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:57 ---> Running in a0ae47de26e6 04:03:00 Removing intermediate container a0ae47de26e6 04:03:00 ---> 13328dfe7886 04:03:00 Step 9/24 : COPY . . 04:03:01 ---> 3b6e84c56b54 04:03:01 Step 10/24 : RUN ${MAKE} 04:03:01 ---> Running in f78ef9649b15 04:03:02 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.19 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.19" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:06:24 Removing intermediate container f78ef9649b15 04:06:24 ---> dbb8b04fec7f 04:06:24 Step 11/24 : FROM alpine:3.18 04:06:24 3.18: Pulling from library/alpine 04:06:24 5c905c7ebe2f: Pulling fs layer 04:06:24 5c905c7ebe2f: Download complete 04:06:24 5c905c7ebe2f: Pull complete 04:06:24 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:06:24 Status: Downloaded newer image for alpine:3.18 04:06:24 ---> dec292d02e07 04:06:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:06:24 ---> Running in 8adfc803ea6d 04:06:24 Removing intermediate container 8adfc803ea6d 04:06:24 ---> 6aecb728fae3 04:06:24 Step 13/24 : RUN apk add --update --no-cache dumb-init 04:06:24 ---> Running in db12ece51a55 04:06:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:06:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:06:26 (1/1) Installing dumb-init (1.2.5-r2) 04:06:26 Executing busybox-1.36.1-r7.trigger 04:06:26 OK: 8 MiB in 16 packages 04:06:27 Removing intermediate container db12ece51a55 04:06:27 ---> ba9079639d9d 04:06:27 Step 14/24 : RUN apk --no-cache upgrade 04:06:27 ---> Running in 18976bc1bce4 04:06:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:06:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:06:29 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:06:29 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:06:29 OK: 8 MiB in 16 packages 04:06:30 Removing intermediate container 18976bc1bce4 04:06:30 ---> 21888a24f205 04:06:30 Step 15/24 : WORKDIR / 04:06:30 ---> Running in c24202b77041 04:06:31 Removing intermediate container c24202b77041 04:06:31 ---> 4ec566533445 04:06:31 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:06:31 ---> 12eb89c07856 04:06:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:06:33 ---> de22872d7fe0 04:06:33 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:06:34 ---> 190f1ac480a9 04:06:34 Step 19/24 : EXPOSE 59999 04:06:34 ---> Running in 9921edd56864 04:06:34 Removing intermediate container 9921edd56864 04:06:34 ---> 20cada484c9d 04:06:34 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:06:34 ---> Running in 5e5e5ad5838a 04:06:34 Removing intermediate container 5e5e5ad5838a 04:06:34 ---> ff504449070f 04:06:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:06:35 ---> Running in 8d368826a869 04:06:35 Removing intermediate container 8d368826a869 04:06:35 ---> 9e39563c54b6 04:06:35 Step 22/24 : LABEL arch=arm64 04:06:35 ---> Running in 439a085ef1d1 04:06:35 Removing intermediate container 439a085ef1d1 04:06:35 ---> 94b6a07d628a 04:06:35 Step 23/24 : LABEL git_sha=674285bf94d6af221e4eaa16557cf1203e8f19ad 04:06:35 ---> Running in d12917f9aada 04:06:35 Removing intermediate container d12917f9aada 04:06:35 ---> 621fbce64a20 04:06:35 Step 24/24 : LABEL version=3.2.0-dev.19 04:06:35 ---> Running in aa68e8639eea 04:06:36 Removing intermediate container aa68e8639eea 04:06:36 ---> 5aeb047d54c7 04:06:36 [Warning] One or more build-args [ARCH] were not consumed 04:06:36 Successfully built 5aeb047d54c7 04:06:36 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:06:36 04:06:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:06:37 arm64: Pulling from edgex-lftools-log-publisher 04:06:37 8998bd30e6a1: Pulling fs layer 04:06:37 04944245beec: Pulling fs layer 04:06:37 699f458cf7ca: Pulling fs layer 04:06:37 765212b225bb: Pulling fs layer 04:06:37 f23df028b6ca: Pulling fs layer 04:06:37 d65c8cfc05b1: Pulling fs layer 04:06:37 2437ff75d9bd: Pulling fs layer 04:06:37 765212b225bb: Waiting 04:06:37 f23df028b6ca: Waiting 04:06:37 d65c8cfc05b1: Waiting 04:06:37 2437ff75d9bd: Waiting 04:06:37 04944245beec: Verifying Checksum 04:06:37 04944245beec: Download complete 04:06:37 765212b225bb: Verifying Checksum 04:06:37 765212b225bb: Download complete 04:06:37 f23df028b6ca: Verifying Checksum 04:06:37 f23df028b6ca: Download complete 04:06:37 d65c8cfc05b1: Download complete 04:06:37 699f458cf7ca: Verifying Checksum 04:06:37 699f458cf7ca: Download complete 04:06:38 8998bd30e6a1: Verifying Checksum 04:06:38 8998bd30e6a1: Download complete 04:06:40 2437ff75d9bd: Verifying Checksum 04:06:40 2437ff75d9bd: Download complete 04:06:42 8998bd30e6a1: Pull complete 04:06:42 04944245beec: Pull complete 04:06:44 699f458cf7ca: Pull complete 04:06:44 765212b225bb: Pull complete 04:06:45 f23df028b6ca: Pull complete 04:06:45 d65c8cfc05b1: Pull complete 04:07:03 2437ff75d9bd: Pull complete 04:07:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:07:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:07:03 prd-ubuntu20.04-docker-arm64-4c-16g-4748 does not seem to be running inside a container 04:07:03 $ 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/device-sdk-go/294 -v /w/workspace/device-sdk-go/294:/w/workspace/device-sdk-go/294:rw,z -v /w/workspace/device-sdk-go/294@tmp:/w/workspace/device-sdk-go/294@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:arm64 cat 04:07:06 $ docker top 6c9755218a0add7d56cb978a45164e7a35bb587986da378d16589c6755aaa54e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:07:07 ---> job-cost.sh 04:07:07 lf-activate-venv: SKIPPING 04:07:07 INFO: No Stack... 04:07:08 INFO: Retrieving Pricing Info for: v3-standard-4 04:07:09 INFO: Archiving Costs [Pipeline] sh 04:07:09 + cat /w/workspace/device-sdk-go/294/archives/cost.csv 04:07:09 + cut -d, -f6 [Pipeline] lock 04:07:09 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] 04:07:09 Resource [jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] did not exist. Created. 04:07:09 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:07:10 /w/workspace/device-sdk-go/294@tmp/durable-5b4c5602/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:07:11 + echo total: 0.10999999940395355 [Pipeline] stash 04:07:11 Warning: overwriting stash ‘stack-cost’ 04:07:11 Stashed 1 file(s) [Pipeline] } 04:07:11 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-294-stack-cost] [Pipeline] // lock [Pipeline] } 04:07:11 $ docker stop --time=1 6c9755218a0add7d56cb978a45164e7a35bb587986da378d16589c6755aaa54e 04:07:12 $ docker rm -f --volumes 6c9755218a0add7d56cb978a45164e7a35bb587986da378d16589c6755aaa54e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:07:13 provisioning config files... 04:07:13 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9997458384560527205tmp [Pipeline] { [Pipeline] sh 04:07:13 + set +x 04:07:13 + curl -s https://codecov.io/bash 04:07:13 + bash -s -- 04:07:13 04:07:13 _____ _ 04:07:13 / ____| | | 04:07:13 | | ___ __| | ___ ___ _____ __ 04:07:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:07:13 | |___| (_) | (_| | __/ (_| (_) \ V / 04:07:13 \_____\___/ \__,_|\___|\___\___/ \_/ 04:07:13 Bash-1.0.6 04:07:13 04:07:13 04:07:13 ==> git version 2.25.1 found 04:07:13 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:07:13 Release-Date: 2020-01-08 04:07:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:07:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:07:13 ==> Jenkins CI detected. 04:07:13 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 04:07:13 project root: . 04:07:13 --> token set from env 04:07:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:07:13 ==> Running gcov in . (disable via -X gcov) 04:07:13 ==> Python coveragepy not found 04:07:13 ==> Searching for coverage reports in: 04:07:13 + . 04:07:13 -> Found 1 reports 04:07:13 ==> Detecting git/mercurial file structure 04:07:14 ==> Reading reports 04:07:14 + ./coverage.out bytes=122321 04:07:14 ==> Appending adjustments 04:07:14 https://docs.codecov.io/docs/fixing-reports 04:07:14 + Found adjustments 04:07:14 ==> Gzipping contents 04:07:14 20K /tmp/codecov.hpQ4Yg.gz 04:07:14 ==> Uploading reports 04:07:14 url: https://codecov.io 04:07:14 query: branch=main&commit=674285bf94d6af221e4eaa16557cf1203e8f19ad&build=294&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F294%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:07:14 -> Pinging Codecov 04:07:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=674285bf94d6af221e4eaa16557cf1203e8f19ad&build=294&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F294%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:07:14 -> Uploading to 04:07:14 https://storage.googleapis.com/codecov/v4/raw/2024-07-02/7E55EF52A471D76F132DFD9A03CDDE97/674285bf94d6af221e4eaa16557cf1203e8f19ad/ff029948-21a3-4f10-96f6-55821c870604.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240702%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240702T040714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=42024ea8a2143e39e9c10ae31c8ea01ec758241ad9c729d409cec7c610bc2b01 04:07:14 % Total % Received % Xferd Average Speed Time Time Time Current 04:07:14 Dload Upload Total Spent Left Speed 04:07:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16760 0 0 100 16760 0 72869 --:--:-- --:--:-- --:--:-- 72869 04:07:14 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/674285bf94d6af221e4eaa16557cf1203e8f19ad [Pipeline] } 04:07:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:07:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:07:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:07:15 04:07:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:07:15 latest: Pulling from edgex-devops/edgex-snyk-go 04:07:15 619be1103602: Already exists 04:07:15 f8ea3408117e: Pulling fs layer 04:07:15 91320369b822: Pulling fs layer 04:07:15 0406650e8295: Pulling fs layer 04:07:15 4f4fb700ef54: Pulling fs layer 04:07:15 96d80e3f36e1: Pulling fs layer 04:07:15 bcf3aedb951c: Pulling fs layer 04:07:15 4f4fb700ef54: Waiting 04:07:15 bcf3aedb951c: Waiting 04:07:15 96d80e3f36e1: Waiting 04:07:15 0406650e8295: Verifying Checksum 04:07:15 0406650e8295: Download complete 04:07:15 4f4fb700ef54: Verifying Checksum 04:07:15 4f4fb700ef54: Download complete 04:07:15 f8ea3408117e: Verifying Checksum 04:07:15 f8ea3408117e: Download complete 04:07:15 f8ea3408117e: Pull complete 04:07:15 96d80e3f36e1: Verifying Checksum 04:07:15 96d80e3f36e1: Download complete 04:07:15 91320369b822: Verifying Checksum 04:07:15 91320369b822: Download complete 04:07:16 bcf3aedb951c: Verifying Checksum 04:07:16 bcf3aedb951c: Download complete 04:07:19 91320369b822: Pull complete 04:07:19 0406650e8295: Pull complete 04:07:19 4f4fb700ef54: Pull complete 04:07:19 96d80e3f36e1: Pull complete 04:07:22 bcf3aedb951c: Pull complete 04:07:22 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 04:07:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:07:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:07:22 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 04:07:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 04:07:32 $ docker top d20f64eea4e1633cb14b2162aaab3d4ab6cc0a79b11606dee6ccfee37b9d0be2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:07:32 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 04:07:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 04:07:33 + set -o pipefail 04:07:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 04:07:41 04:07:41 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 04:07:41 04:07:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/43ddafbc-0274-49f5-a99f-b73f562eb2bc 04:07:41 04:07:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:07:41 04:07:41 04:07:41 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 04:07:41 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:07:41 $ docker stop --time=1 d20f64eea4e1633cb14b2162aaab3d4ab6cc0a79b11606dee6ccfee37b9d0be2 04:07:52 $ docker rm -f --volumes d20f64eea4e1633cb14b2162aaab3d4ab6cc0a79b11606dee6ccfee37b9d0be2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:07:52 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:07:52 provisioning config files... 04:07:52 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4169953616762924594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:07:53 --> edgex-publish-swagger.sh 04:07:53 === Publish openapi/v3 API === 04:07:53 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 04:07:53 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] 04:07:53 % Total % Received % Xferd Average Speed Time Time Time Current 04:07:53 Dload Upload Total Spent Left Speed 04:07:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23701 0 0 100 23701 0 99584 --:--:-- --:--:-- --:--:-- 99167 100 23857 100 156 100 23701 233 35533 --:--:-- --:--:-- --:--:-- 35714 04:07:53 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 04:07:53 [Pipeline] } 04:07:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:07:54 + git log --format=format:%s -1 674285bf94d6af221e4eaa16557cf1203e8f19ad [Pipeline] sh 04:07:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:07:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:07:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:07:54 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 04:07:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:07:55 $ docker top 4d861a7a70496413df540cf131c1b451b5a21e3a7e92dd766a314d8a962d70f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:07:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:07:55 [ssh-agent] Looking for ssh-agent implementation... 04:07:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:07:55 $ docker exec 4d861a7a70496413df540cf131c1b451b5a21e3a7e92dd766a314d8a962d70f6 ssh-agent 04:07:55 SSH_AUTH_SOCK=/tmp/ssh-qqB6plSvYCXs/agent.32 04:07:55 SSH_AGENT_PID=38 04:07:55 Running ssh-add (command line suppressed) 04:07:55 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12649159741372299602.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12649159741372299602.key) 04:07:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:07:56 + git semver tag 04:07:56 2024-07-02 04:07:56,275 [run_tag] DEBUG tag force:False 04:07:56 2024-07-02 04:07:56,275 [check_head_tag] DEBUG check head tag 04:07:56 2024-07-02 04:07:56,276 [execute] INFO git cat-file --batch-check 04:07:56 2024-07-02 04:07:56,276 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 04:07:56 2024-07-02 04:07:56,281 [execute] INFO git cat-file --batch 04:07:56 2024-07-02 04:07:56,281 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 04:07:56 2024-07-02 04:07:56,304 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:07:56 2024-07-02 04:07:56,304 [execute] INFO git tag -a v3.2.0-dev.19 -m v3.2.0-dev.19 04:07:56 2024-07-02 04:07:56,304 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.19', '-m', 'v3.2.0-dev.19'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 04:07:56 2024-07-02 04:07:56,308 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:07:56 3.2.0-dev.19 [Pipeline] } 04:07:56 $ docker exec --env ******** --env ******** 4d861a7a70496413df540cf131c1b451b5a21e3a7e92dd766a314d8a962d70f6 ssh-agent -k 04:07:56 unset SSH_AUTH_SOCK; 04:07:56 unset SSH_AGENT_PID; 04:07:56 echo Agent pid 38 killed; 04:07:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:07:56 + git semver [Pipeline] } 04:07:57 $ docker stop --time=1 4d861a7a70496413df540cf131c1b451b5a21e3a7e92dd766a314d8a962d70f6 04:07:58 $ docker rm -f --volumes 4d861a7a70496413df540cf131c1b451b5a21e3a7e92dd766a314d8a962d70f6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:07:58 04:07:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:07:59 0.23.1-centos7: Pulling from edgex-lftools 04:07:59 ab5ef0e58194: Pulling fs layer 04:07:59 9712f1f96733: Pulling fs layer 04:07:59 63f879dbbcfc: Pulling fs layer 04:07:59 0d9ebad4ef96: Pulling fs layer 04:07:59 e9a5061849ea: Pulling fs layer 04:07:59 d747dcd14b5f: Pulling fs layer 04:07:59 2de7ff778b66: Pulling fs layer 04:07:59 d747dcd14b5f: Waiting 04:07:59 0d9ebad4ef96: Waiting 04:07:59 2de7ff778b66: Waiting 04:07:59 9712f1f96733: Verifying Checksum 04:07:59 9712f1f96733: Download complete 04:07:59 63f879dbbcfc: Verifying Checksum 04:07:59 63f879dbbcfc: Download complete 04:07:59 e9a5061849ea: Verifying Checksum 04:07:59 e9a5061849ea: Download complete 04:07:59 d747dcd14b5f: Verifying Checksum 04:07:59 d747dcd14b5f: Download complete 04:07:59 0d9ebad4ef96: Verifying Checksum 04:07:59 0d9ebad4ef96: Download complete 04:07:59 ab5ef0e58194: Verifying Checksum 04:07:59 ab5ef0e58194: Download complete 04:07:59 2de7ff778b66: Download complete 04:08:02 ab5ef0e58194: Pull complete 04:08:02 9712f1f96733: Pull complete 04:08:02 63f879dbbcfc: Pull complete 04:08:07 0d9ebad4ef96: Pull complete 04:08:07 e9a5061849ea: Pull complete 04:08:07 d747dcd14b5f: Pull complete 04:08:07 2de7ff778b66: Pull complete 04:08:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:08:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:08:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:07 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 04:08:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:08:18 $ docker top 3e437bb0b0223781574ac08ff6db756220730037963e2dea5cba9e0b352b1235 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:08:18 provisioning config files... 04:08:18 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config246037398454142965tmp 04:08:18 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config179957247312026675tmp 04:08:18 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4736820922454997244tmp [Pipeline] { [Pipeline] echo 04:08:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:08:18 ---> sigul-configuration.sh 04:08:18 gpg: directory `/root/.gnupg' created 04:08:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:08:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:08:18 gpg: keyring `/root/.gnupg/secring.gpg' created 04:08:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:08:18 gpg: CAST5 encrypted data 04:08:18 gpg: encrypted with 1 passphrase 04:08:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:08:19 + mkdir /home/jenkins 04:08:19 + mkdir /home/jenkins/sigul [Pipeline] sh 04:08:19 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 04:08:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:08:19 ---> sigul-install.sh 04:08:19 Sigul already installed; skipping installation. [Pipeline] sh 04:08:20 + git tag --list 04:08:20 0.7.1 04:08:20 delhi-tag 04:08:20 v1.0.0 04:08:20 v1.1.0 04:08:20 v1.1.1 04:08:20 v1.1.2 04:08:20 v1.2.0 04:08:20 v1.2.1 04:08:20 v1.2.2 04:08:20 v1.2.3 04:08:20 v1.3.0 04:08:20 v1.4.0 04:08:20 v2.0.0 04:08:20 v2.1.0 04:08:20 v2.1.1 04:08:20 v2.2.0 04:08:20 v2.3.0 04:08:20 v2.3.1 04:08:20 v3.0 04:08:20 v3.0.0 04:08:20 v3.0.1-dev.1 04:08:20 v3.1 04:08:20 v3.1.0 04:08:20 v3.1.0-dev.1 04:08:20 v3.1.0-dev.10 04:08:20 v3.1.0-dev.11 04:08:20 v3.1.0-dev.12 04:08:20 v3.1.0-dev.13 04:08:20 v3.1.0-dev.14 04:08:20 v3.1.0-dev.15 04:08:20 v3.1.0-dev.16 04:08:20 v3.1.0-dev.17 04:08:20 v3.1.0-dev.18 04:08:20 v3.1.0-dev.19 04:08:20 v3.1.0-dev.2 04:08:20 v3.1.0-dev.20 04:08:20 v3.1.0-dev.21 04:08:20 v3.1.0-dev.22 04:08:20 v3.1.0-dev.23 04:08:20 v3.1.0-dev.24 04:08:20 v3.1.0-dev.25 04:08:20 v3.1.0-dev.26 04:08:20 v3.1.0-dev.27 04:08:20 v3.1.0-dev.28 04:08:20 v3.1.0-dev.29 04:08:20 v3.1.0-dev.3 04:08:20 v3.1.0-dev.30 04:08:20 v3.1.0-dev.31 04:08:20 v3.1.0-dev.32 04:08:20 v3.1.0-dev.33 04:08:20 v3.1.0-dev.34 04:08:20 v3.1.0-dev.35 04:08:20 v3.1.0-dev.36 04:08:20 v3.1.0-dev.37 04:08:20 v3.1.0-dev.38 04:08:20 v3.1.0-dev.39 04:08:20 v3.1.0-dev.4 04:08:20 v3.1.0-dev.40 04:08:20 v3.1.0-dev.41 04:08:20 v3.1.0-dev.5 04:08:20 v3.1.0-dev.6 04:08:20 v3.1.0-dev.7 04:08:20 v3.1.0-dev.8 04:08:20 v3.1.0-dev.9 04:08:20 v3.1.1 04:08:20 v3.1.1-dev.1 04:08:20 v3.2.0-dev.1 04:08:20 v3.2.0-dev.10 04:08:20 v3.2.0-dev.11 04:08:20 v3.2.0-dev.12 04:08:20 v3.2.0-dev.13 04:08:20 v3.2.0-dev.14 04:08:20 v3.2.0-dev.15 04:08:20 v3.2.0-dev.16 04:08:20 v3.2.0-dev.17 04:08:20 v3.2.0-dev.18 04:08:20 v3.2.0-dev.19 04:08:20 v3.2.0-dev.2 04:08:20 v3.2.0-dev.3 04:08:20 v3.2.0-dev.4 04:08:20 v3.2.0-dev.5 04:08:20 v3.2.0-dev.6 04:08:20 v3.2.0-dev.7 04:08:20 v3.2.0-dev.8 04:08:20 v3.2.0-dev.9 [Pipeline] sh 04:08:20 + lftools sign git-tag v3.2.0-dev.19 04:08:21 Signing Git tag with Sigul... 04:08:21 Signing v3.2.0-dev.19 [Pipeline] echo 04:08:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:08:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:08:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:08:23 $ docker stop --time=1 3e437bb0b0223781574ac08ff6db756220730037963e2dea5cba9e0b352b1235 04:08:25 $ docker rm -f --volumes 3e437bb0b0223781574ac08ff6db756220730037963e2dea5cba9e0b352b1235 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:08:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:08:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:26 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 04:08: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 04:08:26 $ docker top cbf84b3024d65816de0407201cff313236f6d82539d0e1e9f8729d6f74ad0e9d -eo pid,comm 04:08: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). 04:08:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:26 [ssh-agent] Looking for ssh-agent implementation... 04:08:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:26 $ docker exec cbf84b3024d65816de0407201cff313236f6d82539d0e1e9f8729d6f74ad0e9d ssh-agent 04:08:26 SSH_AUTH_SOCK=/tmp/ssh-ZaPExoYCFYfj/agent.31 04:08:26 SSH_AGENT_PID=37 04:08:26 Running ssh-add (command line suppressed) 04:08:26 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1302847747776867184.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1302847747776867184.key) 04:08:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:27 + git semver bump pre 04:08:27 2024-07-02 04:08:27,381 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:08:27 2024-07-02 04:08:27,381 [bump_version] DEBUG bumping version:3.2.0-dev.19 on axis:pre with prefix:dev 04:08:27 2024-07-02 04:08:27,381 [bump_version] DEBUG bumped version:3.2.0-dev.20 04:08:27 2024-07-02 04:08:27,382 [write_version] DEBUG write version:3.2.0-dev.20 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 04:08:27 2024-07-02 04:08:27,382 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:08:27 2024-07-02 04:08:27,382 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:08:27 2024-07-02 04:08:27,384 [execute] INFO git cat-file --batch-check 04:08:27 2024-07-02 04:08:27,384 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:08:27 2024-07-02 04:08:27,390 [execute] INFO git cat-file --batch 04:08:27 2024-07-02 04:08:27,390 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:08:27 2024-07-02 04:08:27,395 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:08:27 3.2.0-dev.20 [Pipeline] } 04:08:27 $ docker exec --env ******** --env ******** cbf84b3024d65816de0407201cff313236f6d82539d0e1e9f8729d6f74ad0e9d ssh-agent -k 04:08:27 unset SSH_AUTH_SOCK; 04:08:27 unset SSH_AGENT_PID; 04:08:27 echo Agent pid 37 killed; 04:08:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:27 + git semver [Pipeline] } 04:08:28 $ docker stop --time=1 cbf84b3024d65816de0407201cff313236f6d82539d0e1e9f8729d6f74ad0e9d 04:08:29 $ docker rm -f --volumes cbf84b3024d65816de0407201cff313236f6d82539d0e1e9f8729d6f74ad0e9d [Pipeline] // withDockerContainer [Pipeline] sh 04:08:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:08:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:30 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 04:08: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 04:08:30 $ docker top 141979d92f268c5f0dec1eb5f343abc00832102921a4fd34cddb93cafc6e054e -eo pid,comm 04:08: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). 04:08:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:30 [ssh-agent] Looking for ssh-agent implementation... 04:08:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:30 $ docker exec 141979d92f268c5f0dec1eb5f343abc00832102921a4fd34cddb93cafc6e054e ssh-agent 04:08:30 SSH_AUTH_SOCK=/tmp/ssh-0QeeAUQGT0pW/agent.33 04:08:30 SSH_AGENT_PID=39 04:08:30 Running ssh-add (command line suppressed) 04:08:31 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13856913291432301457.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13856913291432301457.key) 04:08:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:31 + git semver push 04:08:31 2024-07-02 04:08:31,476 [run_push] DEBUG push 04:08:31 2024-07-02 04:08:31,477 [execute] INFO git cat-file --batch-check 04:08:31 2024-07-02 04:08:31,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:08:31 2024-07-02 04:08:31,480 [execute] INFO git rev-list 0e9a36b50295416ae1d99e95eaf5768d09bb9659 -- 04:08:31 2024-07-02 04:08:31,480 [execute] DEBUG Popen(['git', 'rev-list', '0e9a36b50295416ae1d99e95eaf5768d09bb9659', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:08:31 2024-07-02 04:08:31,493 [execute] INFO git fetch -v origin 04:08:31 2024-07-02 04:08:31,493 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 04:08:32 2024-07-02 04:08:31,944 [run_push] DEBUG no remote changes detected 04:08:32 2024-07-02 04:08:31,944 [execute] INFO git push origin semver 04:08:32 2024-07-02 04:08:31,944 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:08:32 2024-07-02 04:08:32,651 [run_push] DEBUG push all version tags 04:08:32 2024-07-02 04:08:32,651 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:08:32 2024-07-02 04:08:32,651 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 04:08:33 2024-07-02 04:08:33,310 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:08:33 3.2.0-dev.20 [Pipeline] } 04:08:33 $ docker exec --env ******** --env ******** 141979d92f268c5f0dec1eb5f343abc00832102921a4fd34cddb93cafc6e054e ssh-agent -k 04:08:33 unset SSH_AUTH_SOCK; 04:08:33 unset SSH_AGENT_PID; 04:08:33 echo Agent pid 39 killed; 04:08:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:34 + git semver [Pipeline] } 04:08:34 $ docker stop --time=1 141979d92f268c5f0dec1eb5f343abc00832102921a4fd34cddb93cafc6e054e 04:08:35 $ docker rm -f --volumes 141979d92f268c5f0dec1eb5f343abc00832102921a4fd34cddb93cafc6e054e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:08:36 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 04:08:36 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:08:36 total 16 04:08:36 drwxr-xr-x 3 root root 4096 Jul 2 03:52 . 04:08:36 drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 04:08 .. 04:08:36 drwxr-xr-x 2 root root 4096 Jul 2 03:52 cost 04:08:36 -rw-r--r-- 1 root root 85 Jul 2 03:52 cost.csv 04:08:36 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:08:36 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:08:36 total 16 04:08:36 drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 03:52 . 04:08:36 drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 04:08 .. 04:08:36 drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 03:52 cost 04:08:36 -rw-r--r-- 1 jenkins jenkins 85 Jul 2 03:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:08:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:08:37 ---> package-listing.sh 04:08:37 ++ facter osfamily 04:08:37 ++ tr '[:upper:]' '[:lower:]' 04:08:37 + OS_FAMILY=debian 04:08:37 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 04:08:37 + START_PACKAGES=/tmp/packages_start.txt 04:08:37 + END_PACKAGES=/tmp/packages_end.txt 04:08:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:08:37 + PACKAGES=/tmp/packages_start.txt 04:08:37 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 04:08:37 + PACKAGES=/tmp/packages_end.txt 04:08:37 + case "${OS_FAMILY}" in 04:08:37 + dpkg -l 04:08:37 + grep '^ii' 04:08:37 + '[' -f /tmp/packages_start.txt ']' 04:08:37 + '[' -f /tmp/packages_end.txt ']' 04:08:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:08:37 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 04:08:37 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 04:08:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 04:08:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:08:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:08:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:38 prd-ubuntu20.04-docker-8c-8g-4746 does not seem to be running inside a container 04:08:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:08:38 $ docker top dd4cd8c04c1b2f69c33a9f7ddca056ea3dcdd74bc896c9158e03c3ec327fb154 -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:39 + touch /tmp/pre-build-complete [Pipeline] sh 04:08:39 + mkdir -p /var/log/sysstat [Pipeline] sh 04:08:39 + ls /var/log/sa-host 04:08:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:39 provisioning config files... 04:08:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4251242798638316456tmp [Pipeline] { [Pipeline] echo 04:08:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:08:40 ---> create-netrc.sh [Pipeline] } 04:08:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:08:40 ---> python-tools-install.sh [Pipeline] echo 04:08:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:08:40 ---> sudo-logs.sh 04:08:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:08:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:08:41 ---> job-cost.sh 04:08:41 lf-activate-venv: SKIPPING 04:08:41 DEBUG: total: 0.2199999988079071 04:08:41 INFO: Retrieving Stack Cost... 04:08:41 INFO: Retrieving Pricing Info for: v3-standard-8 04:08:42 INFO: Archiving Costs [Pipeline] echo 04:08:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:08:42 ---> logs-deploy.sh 04:08:42 lf-activate-venv: SKIPPING 04:08:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/294 04:08:42 INFO: archiving workspace using pattern(s): 04:08:43 Archives upload complete. 04:08:43 INFO: archiving logs to Nexus