Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ffc6b2a10374aabd10876c720f3818be68dc531f 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-ssh1472610012877237264.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-ssh11228501573856970270.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-ssh10586096319755355585.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-ssh1962146786921603142.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-ssh2808927838218224352.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 Running on prd-ubuntu20.04-docker-8c-8g-4875 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 ffc6b2a10374aabd10876c720f3818be68dc531f (main) Commit message: "Merge pull request #1592 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.40" > git config core.sparsecheckout # timeout=10 > git checkout -f ffc6b2a10374aabd10876c720f3818be68dc531f # timeout=10 > git rev-list --no-walk 674285bf94d6af221e4eaa16557cf1203e8f19ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:45:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:45:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:45:59 ========================================================= 04:45:59 EdgeX Global Pipelines Version Info 04:45:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:46:00 ------------------- 04:46:00 stable info: 04:46:00 ------------------- 04:46:00 Commited By: Ginny Guan ginny@iotechsys.com 04:46:00 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 04:46:00 Message: update stable to v1.0.260 04:46:00 ------------------- 04:46:00 experimental info: 04:46:00 ------------------- 04:46:00 Commited By: Ginny Guan ginny@iotechsys.com 04:46:00 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 04:46:00 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:46:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:46:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:46:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:46:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:46:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffc6b2a [Pipeline] echo 04:46:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:46:01 provisioning config files... 04:46:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7914830647112851757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:02 ---> ****-login.sh 04:46:02 nexus3.edgexfoundry.org:10001 04:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:02 Configure a credential helper to remove this warning. See 04:46:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:02 04:46:02 Login Succeeded 04:46:02 nexus3.edgexfoundry.org:10002 04:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:02 Configure a credential helper to remove this warning. See 04:46:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:02 04:46:02 Login Succeeded 04:46:02 nexus3.edgexfoundry.org:10003 04:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:02 Configure a credential helper to remove this warning. See 04:46:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:02 04:46:02 Login Succeeded 04:46:02 nexus3.edgexfoundry.org:10004 04:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:02 Configure a credential helper to remove this warning. See 04:46:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:02 04:46:02 Login Succeeded 04:46:02 ****.io 04:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:02 Configure a credential helper to remove this warning. See 04:46:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:02 04:46:02 Login Succeeded 04:46:02 ---> ****-login.sh ends [Pipeline] } 04:46:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:46:03 + git rev-list -1 --merges ffc6b2a10374aabd10876c720f3818be68dc531f~1..ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo 04:46:03 -----------> git rev-list -1 --merges ffc6b2a10374aabd10876c720f3818be68dc531f~1..ffc6b2a10374aabd10876c720f3818be68dc531f ffc6b2a10374aabd10876c720f3818be68dc531f 04:46:03 ffc6b2a10374aabd10876c720f3818be68dc531f [false] [Pipeline] sh 04:46:03 + git log --format=format:%s -1 ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo 04:46:03 ========================================================= 04:46:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:46:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:46:03 + git log --format=format:%s -1 ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo 04:46:03 [semverPrep] GIT_COMMIT: ffc6b2a10374aabd10876c720f3818be68dc531f, Commit Message: Merge pull request #1592 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.40 [Pipeline] echo 04:46:03 [semverPrep] This is not a build commit. [Pipeline] sh 04:46:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:46:04 + grep -v github /etc/ssh/ssh_known_hosts 04:46:04 + [ -e /tmp/ssh_known_hosts ] 04:46:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:46:04 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:46:04 + sudo tee -a /etc/ssh/ssh_known_hosts 04:46:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:46:04 04:46:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:46:04 0.1.4: Pulling from edgex-devops/py-git-semver 04:46:04 b85a868b505f: Pulling fs layer 04:46:04 e2be974225ed: Pulling fs layer 04:46:04 339a4e72a1f5: Pulling fs layer 04:46:04 988bab9f4d93: Pulling fs layer 04:46:04 1469e6f7b9e6: Pulling fs layer 04:46:04 eaf3925da568: Pulling fs layer 04:46:04 bab4dde63d76: Pulling fs layer 04:46:04 bde34c3a00c8: Pulling fs layer 04:46:04 b352a97aabf1: Pulling fs layer 04:46:04 4872d77fe225: Pulling fs layer 04:46:04 5851b861e8e6: Pulling fs layer 04:46:04 988bab9f4d93: Waiting 04:46:04 bab4dde63d76: Waiting 04:46:04 bde34c3a00c8: Waiting 04:46:04 1469e6f7b9e6: Waiting 04:46:04 eaf3925da568: Waiting 04:46:04 b352a97aabf1: Waiting 04:46:04 4872d77fe225: Waiting 04:46:04 5851b861e8e6: Waiting 04:46:04 e2be974225ed: Verifying Checksum 04:46:04 e2be974225ed: Download complete 04:46:04 988bab9f4d93: Verifying Checksum 04:46:04 988bab9f4d93: Download complete 04:46:04 1469e6f7b9e6: Verifying Checksum 04:46:04 1469e6f7b9e6: Download complete 04:46:04 339a4e72a1f5: Verifying Checksum 04:46:04 339a4e72a1f5: Download complete 04:46:04 eaf3925da568: Verifying Checksum 04:46:04 eaf3925da568: Download complete 04:46:05 bde34c3a00c8: Verifying Checksum 04:46:05 bde34c3a00c8: Download complete 04:46:05 b352a97aabf1: Verifying Checksum 04:46:05 b352a97aabf1: Download complete 04:46:05 4872d77fe225: Download complete 04:46:05 5851b861e8e6: Verifying Checksum 04:46:05 5851b861e8e6: Download complete 04:46:05 b85a868b505f: Verifying Checksum 04:46:05 b85a868b505f: Download complete 04:46:05 bab4dde63d76: Verifying Checksum 04:46:05 bab4dde63d76: Download complete 04:46:06 b85a868b505f: Pull complete 04:46:06 e2be974225ed: Pull complete 04:46:07 339a4e72a1f5: Pull complete 04:46:07 988bab9f4d93: Pull complete 04:46:07 1469e6f7b9e6: Pull complete 04:46:07 eaf3925da568: Pull complete 04:46:09 bab4dde63d76: Pull complete 04:46:09 bde34c3a00c8: Pull complete 04:46:09 b352a97aabf1: Pull complete 04:46:09 4872d77fe225: Pull complete 04:46:09 5851b861e8e6: Pull complete 04:46:09 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:46:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:46:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:09 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 04:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:46:11 $ docker top f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:46:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:12 [ssh-agent] Looking for ssh-agent implementation... 04:46:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:12 $ docker exec f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent 04:46:12 SSH_AUTH_SOCK=/tmp/ssh-ZO1bSXys0Msu/agent.32 04:46:12 SSH_AGENT_PID=38 04:46:12 Running ssh-add (command line suppressed) 04:46:12 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17572147756464613855.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17572147756464613855.key) 04:46:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:12 + git tag --points-at HEAD [Pipeline] } 04:46:12 $ docker exec --env ******** --env ******** f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent -k 04:46:12 unset SSH_AUTH_SOCK; 04:46:12 unset SSH_AGENT_PID; 04:46:12 echo Agent pid 38 killed; 04:46:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:46:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:12 [ssh-agent] Looking for ssh-agent implementation... 04:46:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:12 $ docker exec f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent 04:46:13 SSH_AUTH_SOCK=/tmp/ssh-54yONJ4FwlKc/agent.73 04:46:13 SSH_AGENT_PID=79 04:46:13 Running ssh-add (command line suppressed) 04:46:13 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14149515492062811599.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14149515492062811599.key) 04:46:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:13 + git semver init 04:46:13 2024-07-03 04:46:13,623 [run_init] DEBUG init version:0.0.0 force:False 04:46:13 2024-07-03 04:46:13,624 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 04:46:13 2024-07-03 04:46:13,624 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 04:46:13 2024-07-03 04:46:13,625 [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) 04:46:15 2024-07-03 04:46:15,511 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 04:46:15 2024-07-03 04:46:15,511 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 04:46:15 2024-07-03 04:46:15,511 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:46:15 2024-07-03 04:46:15,511 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:46:15 3.2.0-dev.20 [Pipeline] } 04:46:15 $ docker exec --env ******** --env ******** f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent -k 04:46:15 unset SSH_AUTH_SOCK; 04:46:15 unset SSH_AGENT_PID; 04:46:15 echo Agent pid 79 killed; 04:46:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:16 + git semver [Pipeline] } 04:46:16 $ docker stop --time=1 f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b 04:46:17 $ docker rm -f --volumes f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b [Pipeline] // withDockerContainer [Pipeline] sh 04:46:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:46:18 Stashed 1 file(s) [Pipeline] echo 04:46:18 [edgeXSemver]: initialized semver on version 3.2.0-dev.20 [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 04:46:18 provisioning config files... 04:46:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12759513433520525868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:18 ---> ****-login.sh 04:46:18 nexus3.edgexfoundry.org:10001 04:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:18 Configure a credential helper to remove this warning. See 04:46:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:18 04:46:18 Login Succeeded 04:46:18 nexus3.edgexfoundry.org:10002 04:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:18 Configure a credential helper to remove this warning. See 04:46:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:18 04:46:18 Login Succeeded 04:46:18 nexus3.edgexfoundry.org:10003 04:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:18 Configure a credential helper to remove this warning. See 04:46:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:18 04:46:18 Login Succeeded 04:46:18 nexus3.edgexfoundry.org:10004 04:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:18 Configure a credential helper to remove this warning. See 04:46:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:18 04:46:18 Login Succeeded 04:46:18 ****.io 04:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:46:19 Configure a credential helper to remove this warning. See 04:46:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:46:19 04:46:19 Login Succeeded 04:46:19 ---> ****-login.sh ends [Pipeline] } 04:46:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:46:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:46:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:46:19 ========================================================= 04:46:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 04:46:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:19 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 04:46:19 Sending build context to Docker daemon 24.96MB 04:46:19 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 04:46:19 Step 2/10 : FROM ${BASE} AS builder 04:46:19 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 04:46:19 619be1103602: Pulling fs layer 04:46:19 7862e08f4a3e: Pulling fs layer 04:46:19 5df492c9dc93: Pulling fs layer 04:46:19 7629e6793208: Pulling fs layer 04:46:19 4f4fb700ef54: Pulling fs layer 04:46:19 fb5054dd5b73: Pulling fs layer 04:46:19 eeca6798cff9: Pulling fs layer 04:46:19 aa269ceb94a6: Pulling fs layer 04:46:19 ada007ff1a6a: Pulling fs layer 04:46:19 7629e6793208: Waiting 04:46:19 4f4fb700ef54: Waiting 04:46:19 fb5054dd5b73: Waiting 04:46:19 aa269ceb94a6: Waiting 04:46:19 ada007ff1a6a: Waiting 04:46:19 7862e08f4a3e: Download complete 04:46:19 7629e6793208: Verifying Checksum 04:46:19 7629e6793208: Download complete 04:46:19 4f4fb700ef54: Download complete 04:46:19 619be1103602: Verifying Checksum 04:46:19 619be1103602: Download complete 04:46:19 fb5054dd5b73: Verifying Checksum 04:46:19 fb5054dd5b73: Download complete 04:46:19 eeca6798cff9: Verifying Checksum 04:46:19 eeca6798cff9: Download complete 04:46:19 619be1103602: Pull complete 04:46:20 ada007ff1a6a: Verifying Checksum 04:46:20 ada007ff1a6a: Download complete 04:46:20 7862e08f4a3e: Pull complete 04:46:20 5df492c9dc93: Verifying Checksum 04:46:20 5df492c9dc93: Download complete 04:46:20 aa269ceb94a6: Verifying Checksum 04:46:20 aa269ceb94a6: Download complete 04:46:23 5df492c9dc93: Pull complete 04:46:23 7629e6793208: Pull complete 04:46:23 4f4fb700ef54: Pull complete 04:46:23 fb5054dd5b73: Pull complete 04:46:23 eeca6798cff9: Pull complete 04:46:25 aa269ceb94a6: Pull complete 04:46:26 ada007ff1a6a: Pull complete 04:46:26 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 04:46:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:46:26 ---> f489d0715acc 04:46:26 Step 3/10 : ARG MAKE=make build 04:46:30 ---> Running in 62321c87a0e8 04:46:30 Removing intermediate container 62321c87a0e8 04:46:30 ---> 113c5fd66b42 04:46:30 Step 4/10 : WORKDIR /device-sdk-go 04:46:30 ---> Running in 3cf85bda6445 04:46:30 Removing intermediate container 3cf85bda6445 04:46:30 ---> 7c4bedf7bbf8 04:46:30 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:46:30 ---> Running in 11c935fdeaed 04:46:30 Removing intermediate container 11c935fdeaed 04:46:30 ---> 4bc541da85b8 04:46:30 Step 6/10 : RUN apk add --update --no-cache make git 04:46:30 ---> Running in a16c369a3703 04:46:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:46:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:46:31 OK: 264 MiB in 52 packages 04:46:31 Removing intermediate container a16c369a3703 04:46:31 ---> 005b5794cc6c 04:46:31 Step 7/10 : COPY go.mod vendor* ./ 04:46:31 ---> 4cc47512a4d1 04:46:31 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:46:31 ---> Running in afeacd58179c 04:46:33 Still waiting to schedule task 04:46:33 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:47:28 Removing intermediate container afeacd58179c 04:47:28 ---> ddc4851b50c3 04:47:28 Step 9/10 : COPY . . 04:47:28 ---> 90e9af7ae99c 04:47:28 Step 10/10 : RUN ${MAKE} 04:47:28 ---> Running in cdacddd433a4 04:47:28 noop 04:47:28 Removing intermediate container cdacddd433a4 04:47:28 ---> 7468a5796c64 04:47:28 Successfully built 7468a5796c64 04:47:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:28 + docker inspect -f . ci-base-image-x86_64 04:47:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:47:28 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 04:47:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:47:28 $ docker top 36b38289d6e5c6223ce651e025ba049dc8ccc70c34924a6888e3f98e8ead42b0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:29 + go version 04:47:29 go version go1.21.9 linux/amd64 [Pipeline] } 04:47:29 $ docker stop --time=1 36b38289d6e5c6223ce651e025ba049dc8ccc70c34924a6888e3f98e8ead42b0 04:47:30 $ docker rm -f --volumes 36b38289d6e5c6223ce651e025ba049dc8ccc70c34924a6888e3f98e8ead42b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:30 + docker inspect -f . ci-base-image-x86_64 04:47:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:47:30 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 04:47:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:47:31 $ docker top 7086e0ab8ba76822fa058d2208913ea856e481a345921df497135b8e71ac238d -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:31 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 04:47:32 + make test 04:47:32 go test -race -coverprofile=coverage.out ./... 04:47:40 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 04:48:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4877 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 04:48:10 Running in /w/workspace/device-sdk-go/295 [Pipeline] { [Pipeline] checkout 04:48:10 The recommended git tool is: git 04:48:18 using credential edgex-jenkins-ssh 04:48:18 Cloning the remote Git repository 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 04:48:18 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.023s coverage: 27.6% of statements 04:48:18 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.039s coverage: 80.0% of statements 04:48:18 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.052s coverage: 86.0% of statements 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 04:48:18 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.076s coverage: 71.8% of statements 04:48:18 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 04:48:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:48:18 > git init /w/workspace/device-sdk-go/295 # timeout=10 04:48:19 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.036s coverage: 14.4% of statements 04:48:19 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.844s coverage: 44.6% of statements 04:48:19 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.045s coverage: 68.5% of statements 04:48:19 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.085s coverage: 89.2% of statements 04:48:19 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.057s coverage: 5.5% of statements 04:48:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:48:19 > git --version # timeout=10 04:48:19 > git --version # 'git version 2.25.1' 04:48:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:48:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:48:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:48:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:48:24 Avoid second fetch 04:48:24 Checking out Revision ffc6b2a10374aabd10876c720f3818be68dc531f (main) 04:48:25 Commit message: "Merge pull request #1592 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.40" 04:48:24 > git config core.sparsecheckout # timeout=10 04:48:24 > git checkout -f ffc6b2a10374aabd10876c720f3818be68dc531f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:48:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:48:30 % Total % Received % Xferd Average Speed Time Time Time Current 04:48:30 Dload Upload Total Spent Left Speed 04:48:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 105k 0 --:--:-- --:--:-- --:--:-- 105k [Pipeline] sh 04:48:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:48:31 + sudo tee /etc/docker/daemon.new 04:48:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:48:31 { 04:48:31 "registry-mirrors": [ 04:48:31 "https://nexus3.edgexfoundry.org:10001" 04:48:31 ], 04:48:31 "bip": "10.250.0.254/24", 04:48:31 "hosts": [ 04:48:31 "tcp://0.0.0.0:5555", 04:48:31 "unix:///var/run/docker.sock" 04:48:31 ], 04:48:31 "mtu": 1458, 04:48:31 "selinux-enabled": true, 04:48:31 "seccomp-profile": "/etc/docker/seccomp.json" 04:48:31 } [Pipeline] sh 04:48:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:48:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:48:50 provisioning config files... 04:48:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/295@tmp/config8587535471133815272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:48:50 ---> ****-login.sh 04:48:50 nexus3.edgexfoundry.org:10001 04:48:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:51 GO111MODULE=on go vet ./... 04:48:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:51 Configure a credential helper to remove this warning. See 04:48:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:51 04:48:51 Login Succeeded 04:48:51 nexus3.edgexfoundry.org:10002 04:48:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:51 Configure a credential helper to remove this warning. See 04:48:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:51 04:48:51 Login Succeeded 04:48:51 nexus3.edgexfoundry.org:10003 04:48:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:52 Configure a credential helper to remove this warning. See 04:48:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:52 04:48:52 Login Succeeded 04:48:52 nexus3.edgexfoundry.org:10004 04:48:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:52 Configure a credential helper to remove this warning. See 04:48:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:52 04:48:52 Login Succeeded 04:48:52 ****.io 04:48:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:52 Configure a credential helper to remove this warning. See 04:48:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:52 04:48:52 Login Succeeded 04:48:52 ---> ****-login.sh ends [Pipeline] } 04:48:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:48:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:48:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:48:53 ========================================================= 04:48:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 04:48:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:53 + 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 . 04:48:54 Sending build context to Docker daemon 12.89MB 04:48:54 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 04:48:54 Step 2/10 : FROM ${BASE} AS builder 04:48:54 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:48:54 c6b39de5b339: Pulling fs layer 04:48:54 a69c41024577: Pulling fs layer 04:48:54 d6de4b400683: Pulling fs layer 04:48:54 35cb2a7552d0: Pulling fs layer 04:48:54 4f4fb700ef54: Pulling fs layer 04:48:54 35cb2a7552d0: Waiting 04:48:54 464afbd9ba4c: Pulling fs layer 04:48:54 4f4fb700ef54: Waiting 04:48:54 00f215d4a9da: Pulling fs layer 04:48:54 d496ad576159: Pulling fs layer 04:48:54 464afbd9ba4c: Waiting 04:48:54 00f215d4a9da: Waiting 04:48:54 d496ad576159: Waiting 04:48:54 a69c41024577: Download complete 04:48:54 35cb2a7552d0: Verifying Checksum 04:48:54 35cb2a7552d0: Download complete 04:48:54 4f4fb700ef54: Verifying Checksum 04:48:54 4f4fb700ef54: Download complete 04:48:54 464afbd9ba4c: Download complete 04:48:54 c6b39de5b339: Download complete 04:48:54 d496ad576159: Verifying Checksum 04:48:54 d496ad576159: Download complete 04:48:55 c6b39de5b339: Pull complete 04:48:56 a69c41024577: Pull complete 04:48:56 d6de4b400683: Verifying Checksum 04:48:56 d6de4b400683: Download complete 04:48:57 00f215d4a9da: Download complete 04:48:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:48:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:48:57 ./bin/test-attribution-txt.sh 04:48:57 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 04:48:57 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 04:48:57 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 04:48:57 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 04:48:57 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 04:48:57 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 04:48:57 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 04:48:57 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 04:48:57 An attribution for golang.org/x/term is missing from Attribution.txt, please add 04:48:57 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 04:48:57 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 04:48:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:48:57 $ docker stop --time=1 7086e0ab8ba76822fa058d2208913ea856e481a345921df497135b8e71ac238d 04:49:01 $ docker rm -f --volumes 7086e0ab8ba76822fa058d2208913ea856e481a345921df497135b8e71ac238d [Pipeline] // withDockerContainer [Pipeline] sh 04:49:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:49:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:49:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:49:03 + ls -al . 04:49:03 total 376 04:49:03 drwxrwxr-x 11 jenkins jenkins 4096 Jul 3 04:47 . 04:49:03 drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:45 .. 04:49:03 -rw-rw-r-- 1 jenkins jenkins 140 Jul 3 04:45 .dockerignore 04:49:03 drwxrwxr-x 8 jenkins jenkins 4096 Jul 3 04:48 .git 04:49:03 drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:45 .github 04:49:03 -rw-rw-r-- 1 jenkins jenkins 137 Jul 3 04:45 .gitignore 04:49:03 -rw-rw-r-- 1 jenkins jenkins 42 Jul 3 04:45 .golangci.yml 04:49:03 drwxr-xr-x 3 jenkins jenkins 4096 Jul 3 04:46 .semver 04:49:03 -rw-rw-r-- 1 jenkins jenkins 48109 Jul 3 04:45 CHANGELOG.md 04:49:03 -rw-rw-r-- 1 jenkins jenkins 677 Jul 3 04:45 GOVERNANCE.md 04:49:03 -rw-rw-r-- 1 jenkins jenkins 885 Jul 3 04:45 Jenkinsfile 04:49:03 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 3 04:45 LICENSE 04:49:03 -rw-rw-r-- 1 jenkins jenkins 1842 Jul 3 04:45 Makefile 04:49:03 -rw-rw-r-- 1 jenkins jenkins 619 Jul 3 04:45 OWNERS.md 04:49:03 -rw-rw-r-- 1 jenkins jenkins 4937 Jul 3 04:45 README.md 04:49:03 -rw-rw-r-- 1 jenkins jenkins 12 Jul 3 04:46 VERSION 04:49:03 drwxrwxr-x 2 jenkins jenkins 4096 Jul 3 04:45 bin 04:49:03 -rw-r--r-- 1 jenkins jenkins 122322 Jul 3 04:48 coverage.out 04:49:03 drwxrwxr-x 5 jenkins jenkins 4096 Jul 3 04:45 example 04:49:03 -rw-rw-r-- 1 jenkins jenkins 7065 Jul 3 04:45 go.mod 04:49:03 -rw-rw-r-- 1 jenkins jenkins 101738 Jul 3 04:45 go.sum 04:49:03 drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 04:45 internal 04:49:03 drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:45 openapi 04:49:03 drwxrwxr-x 6 jenkins jenkins 4096 Jul 3 04:45 pkg 04:49:03 drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:45 snap 04:49:03 -rw-rw-r-- 1 jenkins jenkins 222 Jul 3 04:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:03 + 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=ffc6b2a10374aabd10876c720f3818be68dc531f --label arch=amd64 --label version=3.2.0-dev.20 . 04:49:03 Sending build context to Docker daemon 25.08MB 04:49:03 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 04:49:03 Step 2/24 : FROM ${BASE} AS builder 04:49:03 ---> 7468a5796c64 04:49:03 Step 3/24 : ARG MAKE=make build 04:49:04 ---> Running in 35b169224f77 04:49:04 Removing intermediate container 35b169224f77 04:49:04 ---> a61e648e5da0 04:49:04 Step 4/24 : WORKDIR /device-sdk-go 04:49:04 ---> Running in 5cad098816b0 04:49:04 Removing intermediate container 5cad098816b0 04:49:04 ---> 18e90ec69885 04:49:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:49:04 ---> Running in b5626cc41548 04:49:04 Removing intermediate container b5626cc41548 04:49:04 ---> bc8feebb3de5 04:49:04 Step 6/24 : RUN apk add --update --no-cache make git 04:49:04 ---> Running in c35aef8f5126 04:49:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:49:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:49:05 OK: 264 MiB in 52 packages 04:49:05 Removing intermediate container c35aef8f5126 04:49:05 ---> 9733c4c3101a 04:49:05 Step 7/24 : COPY go.mod vendor* ./ 04:49:05 ---> aa4ac50d1e2b 04:49:05 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:49:05 ---> Running in cf301464f76e 04:49:06 Removing intermediate container cf301464f76e 04:49:06 ---> 36e348f0e3d2 04:49:06 Step 9/24 : COPY . . 04:49:07 ---> 82647389fcc5 04:49:07 Step 10/24 : RUN ${MAKE} 04:49:07 ---> Running in f3c56d50225f 04:49:07 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.20" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:49:09 d6de4b400683: Pull complete 04:49:09 35cb2a7552d0: Pull complete 04:49:09 4f4fb700ef54: Pull complete 04:49:09 464afbd9ba4c: Pull complete 04:49:18 00f215d4a9da: Pull complete 04:49:19 d496ad576159: Pull complete 04:49:19 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 04:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:49:19 ---> f246e2811388 04:49:19 Step 3/10 : ARG MAKE=make build 04:49:21 ---> Running in ceb4aeccfd17 04:49:21 Removing intermediate container ceb4aeccfd17 04:49:21 ---> 5d34c4671978 04:49:21 Step 4/10 : WORKDIR /device-sdk-go 04:49:21 ---> Running in 21c86599c63d 04:49:21 Removing intermediate container 21c86599c63d 04:49:21 ---> 9c004b6370a9 04:49:21 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:49:22 ---> Running in 9174201d2ca8 04:49:22 Removing intermediate container 9174201d2ca8 04:49:22 ---> 24d4469cb6fe 04:49:22 Step 6/10 : RUN apk add --update --no-cache make git 04:49:22 ---> Running in 9e8b8ed20632 04:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:24 OK: 266 MiB in 52 packages 04:49:25 Removing intermediate container 9e8b8ed20632 04:49:25 ---> 8ec632821d30 04:49:25 Step 7/10 : COPY go.mod vendor* ./ 04:49:26 ---> be92ac4a8a7e 04:49:26 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:49:26 ---> Running in abfc38c83499 04:49:46 Removing intermediate container f3c56d50225f 04:49:46 ---> 2e5847873b41 04:49:46 Step 11/24 : FROM alpine:3.18 04:49:46 3.18: Pulling from library/alpine 04:49:46 73baa7ef167e: Pulling fs layer 04:49:46 73baa7ef167e: Verifying Checksum 04:49:46 73baa7ef167e: Download complete 04:49:46 73baa7ef167e: Pull complete 04:49:46 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:46 Status: Downloaded newer image for alpine:3.18 04:49:46 ---> 8fd7cac70a4a 04:49:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:49:46 ---> Running in 0e2e20963a30 04:49:46 Removing intermediate container 0e2e20963a30 04:49:46 ---> 9650afec5b65 04:49:46 Step 13/24 : RUN apk add --update --no-cache dumb-init 04:49:46 ---> Running in 6379154abe3b 04:49:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:49:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:49:46 (1/1) Installing dumb-init (1.2.5-r2) 04:49:46 Executing busybox-1.36.1-r7.trigger 04:49:46 OK: 7 MiB in 16 packages 04:49:46 Removing intermediate container 6379154abe3b 04:49:46 ---> c9ec0f442818 04:49:46 Step 14/24 : RUN apk --no-cache upgrade 04:49:46 ---> Running in c944315bd362 04:49:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:49:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:49:46 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:49:46 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:49:46 OK: 7 MiB in 16 packages 04:49:46 Removing intermediate container c944315bd362 04:49:46 ---> 4f914a729237 04:49:46 Step 15/24 : WORKDIR / 04:49:46 ---> Running in cba4951f456e 04:49:46 Removing intermediate container cba4951f456e 04:49:46 ---> 9289f484ea69 04:49:46 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:49:46 ---> 366fe721c3fc 04:49:46 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:49:46 ---> aff82d62f895 04:49:46 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:49:46 ---> 0fb8b3e58b49 04:49:46 Step 19/24 : EXPOSE 59999 04:49:46 ---> Running in 7e602743a4fb 04:49:46 Removing intermediate container 7e602743a4fb 04:49:46 ---> c4e60cb4bc7c 04:49:46 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:49:46 ---> Running in d64b8c395aa4 04:49:46 Removing intermediate container d64b8c395aa4 04:49:46 ---> 81cae09ff09b 04:49:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:49:46 ---> Running in c47fdbb55520 04:49:46 Removing intermediate container c47fdbb55520 04:49:46 ---> 0770243a7a4f 04:49:46 Step 22/24 : LABEL arch=amd64 04:49:46 ---> Running in 6e0b0e538129 04:49:46 Removing intermediate container 6e0b0e538129 04:49:46 ---> cbe109cc8372 04:49:46 Step 23/24 : LABEL git_sha=ffc6b2a10374aabd10876c720f3818be68dc531f 04:49:46 ---> Running in 4c534810d25f 04:49:46 Removing intermediate container 4c534810d25f 04:49:46 ---> 8e23354329e7 04:49:46 Step 24/24 : LABEL version=3.2.0-dev.20 04:49:46 ---> Running in 5b8386cd68c0 04:49:46 Removing intermediate container 5b8386cd68c0 04:49:46 ---> 98b58651fdea 04:49:46 [Warning] One or more build-args [ARCH] were not consumed 04:49:46 Successfully built 98b58651fdea 04:49:46 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 04:49:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:49:46 04:49:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:49:47 latest: Pulling from edgex-lftools-log-publisher 04:49:47 5eb5b503b376: Pulling fs layer 04:49:47 5c69ac0246d0: Pulling fs layer 04:49:47 ec43610c2a17: Pulling fs layer 04:49:47 3a2ae6a8a46f: Pulling fs layer 04:49:47 33b1e0a273af: Pulling fs layer 04:49:47 5d3b04190fa2: Pulling fs layer 04:49:47 2f39f015ded8: Pulling fs layer 04:49:47 33b1e0a273af: Waiting 04:49:47 5d3b04190fa2: Waiting 04:49:47 3a2ae6a8a46f: Waiting 04:49:47 2f39f015ded8: Waiting 04:49:47 5c69ac0246d0: Download complete 04:49:47 3a2ae6a8a46f: Verifying Checksum 04:49:47 3a2ae6a8a46f: Download complete 04:49:47 33b1e0a273af: Verifying Checksum 04:49:47 33b1e0a273af: Download complete 04:49:47 5d3b04190fa2: Verifying Checksum 04:49:47 5d3b04190fa2: Download complete 04:49:47 ec43610c2a17: Verifying Checksum 04:49:47 ec43610c2a17: Download complete 04:49:47 5eb5b503b376: Verifying Checksum 04:49:47 5eb5b503b376: Download complete 04:49:48 5eb5b503b376: Pull complete 04:49:48 5c69ac0246d0: Pull complete 04:49:49 ec43610c2a17: Pull complete 04:49:49 3a2ae6a8a46f: Pull complete 04:49:49 33b1e0a273af: Pull complete 04:49:49 5d3b04190fa2: Pull complete 04:49:53 2f39f015ded8: Pull complete 04:49:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:49:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:49:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:49:53 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 04:49:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:49:58 $ docker top 9e8af2c91ecb4b1f6592bce084fc7434fde5a1a03e2462730232494cf55c64b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:49:59 ---> job-cost.sh 04:49:59 lf-activate-venv: SKIPPING 04:49:59 INFO: No Stack... 04:49:59 INFO: Retrieving Pricing Info for: v3-standard-8 04:49:59 INFO: Archiving Costs [Pipeline] sh 04:50:00 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 04:50:00 + cut -d, -f6 [Pipeline] lock 04:50:00 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] 04:50:00 Resource [jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] did not exist. Created. 04:50:00 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:50:00 + echo total: 0.2199999988079071 [Pipeline] stash 04:50:00 Stashed 1 file(s) [Pipeline] } 04:50:00 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] // lock [Pipeline] } 04:50:00 $ docker stop --time=1 9e8af2c91ecb4b1f6592bce084fc7434fde5a1a03e2462730232494cf55c64b0 04:50:01 $ docker rm -f --volumes 9e8af2c91ecb4b1f6592bce084fc7434fde5a1a03e2462730232494cf55c64b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:51:18 Removing intermediate container abfc38c83499 04:51:18 ---> ac24cfc8580d 04:51:18 Step 9/10 : COPY . . 04:51:18 ---> c4474c0ed1c8 04:51:18 Step 10/10 : RUN ${MAKE} 04:51:18 ---> Running in 5ab7a7f3c3a1 04:51:18 noop 04:51:18 Removing intermediate container 5ab7a7f3c3a1 04:51:18 ---> 0f0f046209fb 04:51:18 Successfully built 0f0f046209fb 04:51:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:18 + docker inspect -f . ci-base-image-arm64 04:51:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:51:18 prd-ubuntu20.04-docker-arm64-4c-16g-4877 does not seem to be running inside a container 04:51:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/295 -v /w/workspace/device-sdk-go/295:/w/workspace/device-sdk-go/295:rw,z -v /w/workspace/device-sdk-go/295@tmp:/w/workspace/device-sdk-go/295@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-arm64 cat 04:51:20 $ docker top 37da86141234866fc97a12cec2fac35eb737e8729af7a63df4eba49646239bdc -eo pid,comm [Pipeline] { [Pipeline] sh 04:51:20 + go version 04:51:20 go version go1.21.9 linux/arm64 [Pipeline] } 04:51:20 $ docker stop --time=1 37da86141234866fc97a12cec2fac35eb737e8729af7a63df4eba49646239bdc 04:51:22 $ docker rm -f --volumes 37da86141234866fc97a12cec2fac35eb737e8729af7a63df4eba49646239bdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:23 + docker inspect -f . ci-base-image-arm64 04:51:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:51:23 prd-ubuntu20.04-docker-arm64-4c-16g-4877 does not seem to be running inside a container 04:51:23 $ 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/295 -v /w/workspace/device-sdk-go/295:/w/workspace/device-sdk-go/295:rw,z -v /w/workspace/device-sdk-go/295@tmp:/w/workspace/device-sdk-go/295@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-arm64 cat 04:51:24 $ docker top 8122c133a04082ffc2f9efecbe3aeb816fb58f0c13c03be6752847bd80ea6c90 -eo pid,comm [Pipeline] { [Pipeline] sh 04:51:25 + git config --global --add safe.directory /w/workspace/device-sdk-go/295 [Pipeline] fileExists [Pipeline] sh 04:51:25 + make test 04:51:25 go test -race -coverprofile=coverage.out ./... 04:52:04 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 04:55:26 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 04:55:26 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 04:55:26 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 04:55:26 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 04:55:26 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 04:55:29 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.113s coverage: 27.6% of statements 04:55:33 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.168s coverage: 80.0% of statements 04:55:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 04:55:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 04:55:40 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.234s coverage: 86.0% of statements 04:55:44 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 04:55:45 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.413s coverage: 71.8% of statements 04:55:49 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.141s coverage: 14.4% of statements 04:55:50 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.777s coverage: 44.6% of statements 04:55:50 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 04:55:50 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 04:55:52 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.329s coverage: 68.5% of statements 04:55:55 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.360s coverage: 89.2% of statements 04:55:58 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 04:56:00 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.239s coverage: 5.5% of statements 04:56:01 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:56:01 GO111MODULE=on go vet ./... 04:59:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:59:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:59:38 ./bin/test-attribution-txt.sh 04:59:38 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 04:59:38 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 04:59:39 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 04:59:39 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 04:59:39 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 04:59:39 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 04:59:39 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 04:59:39 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 04:59:39 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 04:59:39 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 04:59:39 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 04:59:39 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 04:59:39 An attribution for golang.org/x/term is missing from Attribution.txt, please add 04:59:39 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 04:59:39 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 04:59:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:59:39 $ docker stop --time=1 8122c133a04082ffc2f9efecbe3aeb816fb58f0c13c03be6752847bd80ea6c90 04:59:41 $ docker rm -f --volumes 8122c133a04082ffc2f9efecbe3aeb816fb58f0c13c03be6752847bd80ea6c90 [Pipeline] // withDockerContainer [Pipeline] sh 04:59:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:59:43 Warning: overwriting stash ‘coverage-report’ 04:59:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:59:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:59:44 + ls -al . 04:59:44 total 372 04:59:44 drwxrwxr-x 10 jenkins jenkins 4096 Jul 3 04:51 . 04:59:44 drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:48 .. 04:59:44 -rw-rw-r-- 1 jenkins jenkins 140 Jul 3 04:48 .dockerignore 04:59:44 drwxrwxr-x 8 jenkins jenkins 4096 Jul 3 04:48 .git 04:59:44 drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:48 .github 04:59:44 -rw-rw-r-- 1 jenkins jenkins 137 Jul 3 04:48 .gitignore 04:59:44 -rw-rw-r-- 1 jenkins jenkins 42 Jul 3 04:48 .golangci.yml 04:59:44 -rw-rw-r-- 1 jenkins jenkins 48109 Jul 3 04:48 CHANGELOG.md 04:59:44 -rw-rw-r-- 1 jenkins jenkins 677 Jul 3 04:48 GOVERNANCE.md 04:59:44 -rw-rw-r-- 1 jenkins jenkins 885 Jul 3 04:48 Jenkinsfile 04:59:44 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 3 04:48 LICENSE 04:59:44 -rw-rw-r-- 1 jenkins jenkins 1842 Jul 3 04:48 Makefile 04:59:44 -rw-rw-r-- 1 jenkins jenkins 619 Jul 3 04:48 OWNERS.md 04:59:44 -rw-rw-r-- 1 jenkins jenkins 4937 Jul 3 04:48 README.md 04:59:44 -rw-rw-r-- 1 jenkins jenkins 12 Jul 3 04:46 VERSION 04:59:44 drwxrwxr-x 2 jenkins jenkins 4096 Jul 3 04:48 bin 04:59:44 -rw-r--r-- 1 jenkins jenkins 122321 Jul 3 04:55 coverage.out 04:59:44 drwxrwxr-x 5 jenkins jenkins 4096 Jul 3 04:48 example 04:59:44 -rw-rw-r-- 1 jenkins jenkins 7065 Jul 3 04:48 go.mod 04:59:44 -rw-rw-r-- 1 jenkins jenkins 101738 Jul 3 04:48 go.sum 04:59:44 drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 04:48 internal 04:59:44 drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:48 openapi 04:59:44 drwxrwxr-x 6 jenkins jenkins 4096 Jul 3 04:48 pkg 04:59:44 drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:48 snap 04:59:44 -rw-rw-r-- 1 jenkins jenkins 222 Jul 3 04:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:45 + 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=ffc6b2a10374aabd10876c720f3818be68dc531f --label arch=arm64 --label version=3.2.0-dev.20 . 04:59:45 Sending build context to Docker daemon 13.02MB 04:59:45 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 04:59:45 Step 2/24 : FROM ${BASE} AS builder 04:59:45 ---> 0f0f046209fb 04:59:45 Step 3/24 : ARG MAKE=make build 04:59:46 ---> Running in a53a675582ed 04:59:46 Removing intermediate container a53a675582ed 04:59:46 ---> 824b8629e4f6 04:59:46 Step 4/24 : WORKDIR /device-sdk-go 04:59:46 ---> Running in fe1e39ebd450 04:59:46 Removing intermediate container fe1e39ebd450 04:59:46 ---> 3a1ef5ba3bc2 04:59:46 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:59:46 ---> Running in 6c5c96aa1ec4 04:59:46 Removing intermediate container 6c5c96aa1ec4 04:59:46 ---> 862337a0b6e9 04:59:46 Step 6/24 : RUN apk add --update --no-cache make git 04:59:47 ---> Running in c025c903d18c 04:59:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:59:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:59:49 OK: 266 MiB in 52 packages 04:59:50 Removing intermediate container c025c903d18c 04:59:50 ---> 2e2c221f842f 04:59:50 Step 7/24 : COPY go.mod vendor* ./ 04:59:50 ---> d0c8ce4c6009 04:59:50 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:50 ---> Running in fb52dc5c3869 04:59:53 Removing intermediate container fb52dc5c3869 04:59:53 ---> a6c80940c940 04:59:53 Step 9/24 : COPY . . 04:59:54 ---> c41d64df2bf4 04:59:54 Step 10/24 : RUN ${MAKE} 04:59:54 ---> Running in 21cd6310fd47 04:59:55 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.20" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:03:35 Removing intermediate container 21cd6310fd47 05:03:35 ---> 7b8d622401f9 05:03:35 Step 11/24 : FROM alpine:3.18 05:03:35 3.18: Pulling from library/alpine 05:03:35 5c905c7ebe2f: Pulling fs layer 05:03:35 5c905c7ebe2f: Verifying Checksum 05:03:35 5c905c7ebe2f: Download complete 05:03:35 5c905c7ebe2f: Pull complete 05:03:35 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:03:35 Status: Downloaded newer image for alpine:3.18 05:03:35 ---> dec292d02e07 05:03:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:03:35 ---> Running in 0066c0e5132a 05:03:35 Removing intermediate container 0066c0e5132a 05:03:35 ---> 47e742da35f7 05:03:35 Step 13/24 : RUN apk add --update --no-cache dumb-init 05:03:35 ---> Running in e08ca57f161b 05:03:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:03:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:03:35 (1/1) Installing dumb-init (1.2.5-r2) 05:03:35 Executing busybox-1.36.1-r7.trigger 05:03:35 OK: 8 MiB in 16 packages 05:03:35 Removing intermediate container e08ca57f161b 05:03:35 ---> 6aa5c56954bc 05:03:35 Step 14/24 : RUN apk --no-cache upgrade 05:03:35 ---> Running in 589d73e942a4 05:03:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:03:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:03:35 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:03:35 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:03:35 OK: 8 MiB in 16 packages 05:03:35 Removing intermediate container 589d73e942a4 05:03:35 ---> e428730a9e66 05:03:35 Step 15/24 : WORKDIR / 05:03:35 ---> Running in d86b7f6994e0 05:03:35 Removing intermediate container d86b7f6994e0 05:03:35 ---> 1e2d8ec15cd2 05:03:35 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:03:35 ---> 47ca2c0916db 05:03:35 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:03:35 ---> 0870f68d52d9 05:03:35 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:03:35 ---> 8fd6b6aa532d 05:03:35 Step 19/24 : EXPOSE 59999 05:03:35 ---> Running in c53687181d03 05:03:35 Removing intermediate container c53687181d03 05:03:35 ---> 1bf9b5da95da 05:03:35 Step 20/24 : ENTRYPOINT ["/device-simple"] 05:03:35 ---> Running in 5d76bdceebaa 05:03:35 Removing intermediate container 5d76bdceebaa 05:03:35 ---> 9bc5b4080356 05:03:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:03:35 ---> Running in 195a13ef620b 05:03:35 Removing intermediate container 195a13ef620b 05:03:35 ---> b9fb03ce21dc 05:03:35 Step 22/24 : LABEL arch=arm64 05:03:35 ---> Running in 34411cbe32d7 05:03:35 Removing intermediate container 34411cbe32d7 05:03:35 ---> cd4529649bc1 05:03:35 Step 23/24 : LABEL git_sha=ffc6b2a10374aabd10876c720f3818be68dc531f 05:03:35 ---> Running in c6e8aa7eefaf 05:03:36 Removing intermediate container c6e8aa7eefaf 05:03:36 ---> 80a0812aa120 05:03:36 Step 24/24 : LABEL version=3.2.0-dev.20 05:03:36 ---> Running in 16609e32eaf4 05:03:36 Removing intermediate container 16609e32eaf4 05:03:36 ---> e4b877d0475a 05:03:36 [Warning] One or more build-args [ARCH] were not consumed 05:03:36 Successfully built e4b877d0475a 05:03: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 05:03:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:03:37 05:03:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:03:37 arm64: Pulling from edgex-lftools-log-publisher 05:03:37 8998bd30e6a1: Pulling fs layer 05:03:37 04944245beec: Pulling fs layer 05:03:37 699f458cf7ca: Pulling fs layer 05:03:37 765212b225bb: Pulling fs layer 05:03:37 f23df028b6ca: Pulling fs layer 05:03:37 d65c8cfc05b1: Pulling fs layer 05:03:37 2437ff75d9bd: Pulling fs layer 05:03:37 f23df028b6ca: Waiting 05:03:37 d65c8cfc05b1: Waiting 05:03:37 2437ff75d9bd: Waiting 05:03:37 765212b225bb: Waiting 05:03:37 04944245beec: Verifying Checksum 05:03:37 04944245beec: Download complete 05:03:37 765212b225bb: Verifying Checksum 05:03:37 765212b225bb: Download complete 05:03:37 f23df028b6ca: Verifying Checksum 05:03:37 f23df028b6ca: Download complete 05:03:37 d65c8cfc05b1: Verifying Checksum 05:03:37 d65c8cfc05b1: Download complete 05:03:37 699f458cf7ca: Verifying Checksum 05:03:37 699f458cf7ca: Download complete 05:03:38 8998bd30e6a1: Verifying Checksum 05:03:38 8998bd30e6a1: Download complete 05:03:40 2437ff75d9bd: Verifying Checksum 05:03:40 2437ff75d9bd: Download complete 05:03:43 8998bd30e6a1: Pull complete 05:03:43 04944245beec: Pull complete 05:03:45 699f458cf7ca: Pull complete 05:03:45 765212b225bb: Pull complete 05:03:46 f23df028b6ca: Pull complete 05:03:46 d65c8cfc05b1: Pull complete 05:04:04 2437ff75d9bd: Pull complete 05:04:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:04:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:04:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:04 prd-ubuntu20.04-docker-arm64-4c-16g-4877 does not seem to be running inside a container 05:04:05 $ 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/295 -v /w/workspace/device-sdk-go/295:/w/workspace/device-sdk-go/295:rw,z -v /w/workspace/device-sdk-go/295@tmp:/w/workspace/device-sdk-go/295@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:arm64 cat 05:04:07 $ docker top 1fef085a7534b4bb865f56564b80a536718e0b485ae986bfc64fc167f0ee829f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:04:08 ---> job-cost.sh 05:04:08 lf-activate-venv: SKIPPING 05:04:08 INFO: No Stack... 05:04:09 INFO: Retrieving Pricing Info for: v3-standard-4 05:04:10 INFO: Archiving Costs [Pipeline] sh 05:04:10 + cat /w/workspace/device-sdk-go/295/archives/cost.csv 05:04:10 + cut -d, -f6 [Pipeline] lock 05:04:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] 05:04:10 Resource [jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] did not exist. Created. 05:04:10 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:04:11 /w/workspace/device-sdk-go/295@tmp/durable-39488cc7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:04:12 + echo total: 0.10999999940395355 [Pipeline] stash 05:04:12 Warning: overwriting stash ‘stack-cost’ 05:04:12 Stashed 1 file(s) [Pipeline] } 05:04:12 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] // lock [Pipeline] } 05:04:12 $ docker stop --time=1 1fef085a7534b4bb865f56564b80a536718e0b485ae986bfc64fc167f0ee829f 05:04:13 $ docker rm -f --volumes 1fef085a7534b4bb865f56564b80a536718e0b485ae986bfc64fc167f0ee829f [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 05:04:14 provisioning config files... 05:04:14 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5111476350896996387tmp [Pipeline] { [Pipeline] sh 05:04:14 + set +x 05:04:14 + + curl -s https://codecov.io/bash 05:04:14 bash -s -- 05:04:14 05:04:14 _____ _ 05:04:14 / ____| | | 05:04:14 | | ___ __| | ___ ___ _____ __ 05:04:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:04:14 | |___| (_) | (_| | __/ (_| (_) \ V / 05:04:14 \_____\___/ \__,_|\___|\___\___/ \_/ 05:04:14 Bash-1.0.6 05:04:14 05:04:14 05:04:14 ==> git version 2.25.1 found 05:04:14 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 05:04:14 Release-Date: 2020-01-08 05:04:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:04:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:04:14 ==> Jenkins CI detected. 05:04:14 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 05:04:14 project root: . 05:04:14 --> token set from env 05:04:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:04:14 ==> Running gcov in . (disable via -X gcov) 05:04:14 ==> Python coveragepy not found 05:04:14 ==> Searching for coverage reports in: 05:04:14 + . 05:04:14 -> Found 1 reports 05:04:14 ==> Detecting git/mercurial file structure 05:04:14 ==> Reading reports 05:04:14 + ./coverage.out bytes=122321 05:04:14 ==> Appending adjustments 05:04:14 https://docs.codecov.io/docs/fixing-reports 05:04:15 + Found adjustments 05:04:15 ==> Gzipping contents 05:04:15 20K /tmp/codecov.tltolv.gz 05:04:15 ==> Uploading reports 05:04:15 url: https://codecov.io 05:04:15 query: branch=main&commit=ffc6b2a10374aabd10876c720f3818be68dc531f&build=295&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F295%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:04:15 -> Pinging Codecov 05:04:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ffc6b2a10374aabd10876c720f3818be68dc531f&build=295&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F295%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:04:15 -> Uploading to 05:04:15 https://storage.googleapis.com/codecov/v4/raw/2024-07-03/7E55EF52A471D76F132DFD9A03CDDE97/ffc6b2a10374aabd10876c720f3818be68dc531f/258fdd89-4f7c-4ce8-9fba-ba2d70eb6946.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240703%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240703T050414Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d378b8aaf4ab74238ebe0f936611ea7968bb6d3700128719d87696bb11818528 05:04:15 % Total % Received % Xferd Average Speed Time Time Time Current 05:04:15 Dload Upload Total Spent Left Speed 05:04:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16730 0 0 100 16730 0 64844 --:--:-- --:--:-- --:--:-- 64844 05:04:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] } 05:04:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:04:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:04:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:04:16 05:04:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:04:16 latest: Pulling from edgex-devops/edgex-snyk-go 05:04:16 619be1103602: Already exists 05:04:16 f8ea3408117e: Pulling fs layer 05:04:16 91320369b822: Pulling fs layer 05:04:16 0406650e8295: Pulling fs layer 05:04:16 4f4fb700ef54: Pulling fs layer 05:04:16 96d80e3f36e1: Pulling fs layer 05:04:16 bcf3aedb951c: Pulling fs layer 05:04:16 4f4fb700ef54: Waiting 05:04:16 0406650e8295: Download complete 05:04:16 f8ea3408117e: Download complete 05:04:16 4f4fb700ef54: Verifying Checksum 05:04:16 4f4fb700ef54: Download complete 05:04:16 f8ea3408117e: Pull complete 05:04:16 96d80e3f36e1: Verifying Checksum 05:04:16 96d80e3f36e1: Download complete 05:04:16 91320369b822: Verifying Checksum 05:04:16 91320369b822: Download complete 05:04:17 bcf3aedb951c: Verifying Checksum 05:04:17 bcf3aedb951c: Download complete 05:04:19 91320369b822: Pull complete 05:04:19 0406650e8295: Pull complete 05:04:19 4f4fb700ef54: Pull complete 05:04:19 96d80e3f36e1: Pull complete 05:04:23 bcf3aedb951c: Pull complete 05:04:23 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 05:04:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:04:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:23 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 05:04:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:04:28 $ docker top 5acf8b1d64888f5340d1ecc97c6795b52c0491b8c66be77260ae8d17b83e155a -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:29 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 05:04:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 05:04:29 + set -o pipefail 05:04:29 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 05:04:35 05:04:35 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 05:04:35 05:04:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/3c6101e5-e1f8-4962-8c4a-4ee9379f89f5 05:04:35 05:04:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:04:35 05:04:35 05:04:35 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 05:04:35 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:04:36 $ docker stop --time=1 5acf8b1d64888f5340d1ecc97c6795b52c0491b8c66be77260ae8d17b83e155a 05:04:42 $ docker rm -f --volumes 5acf8b1d64888f5340d1ecc97c6795b52c0491b8c66be77260ae8d17b83e155a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:04:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:04:43 provisioning config files... 05:04:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9737289105828183829tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:04:43 --> edgex-publish-swagger.sh 05:04:43 === Publish openapi/v3 API === 05:04:43 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 05:04:43 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] 05:04:43 % Total % Received % Xferd Average Speed Time Time Time Current 05:04:43 Dload Upload Total Spent Left Speed 05:04:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23701 0 0 100 23701 0 101k --:--:-- --:--:-- --:--:-- 101k 100 23857 100 156 100 23701 307 46655 --:--:-- --:--:-- --:--:-- 46870 05:04:44 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:04:44 [Pipeline] } 05:04:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:04:44 + git log --format=format:%s -1 ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] sh 05:04:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:04:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:45 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 05:04:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:04:45 $ docker top 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:04:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:04:46 [ssh-agent] Looking for ssh-agent implementation... 05:04:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:04:46 $ docker exec 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de ssh-agent 05:04:46 SSH_AUTH_SOCK=/tmp/ssh-paFTzFR52Fmt/agent.31 05:04:46 SSH_AGENT_PID=37 05:04:46 Running ssh-add (command line suppressed) 05:04:46 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7827816610870060903.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7827816610870060903.key) 05:04:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:04:46 + git semver tag 05:04:46 2024-07-03 05:04:46,807 [run_tag] DEBUG tag force:False 05:04:46 2024-07-03 05:04:46,807 [check_head_tag] DEBUG check head tag 05:04:46 2024-07-03 05:04:46,808 [execute] INFO git cat-file --batch-check 05:04:46 2024-07-03 05:04:46,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 05:04:46 2024-07-03 05:04:46,812 [execute] INFO git cat-file --batch 05:04:46 2024-07-03 05:04:46,812 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 05:04:46 2024-07-03 05:04:46,831 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:04:46 2024-07-03 05:04:46,832 [execute] INFO git tag -a v3.2.0-dev.20 -m v3.2.0-dev.20 05:04:46 2024-07-03 05:04:46,832 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.20', '-m', 'v3.2.0-dev.20'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 05:04:46 2024-07-03 05:04:46,836 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:04:46 3.2.0-dev.20 [Pipeline] } 05:04:46 $ docker exec --env ******** --env ******** 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de ssh-agent -k 05:04:46 unset SSH_AUTH_SOCK; 05:04:46 unset SSH_AGENT_PID; 05:04:46 echo Agent pid 37 killed; 05:04:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:04:47 + git semver [Pipeline] } 05:04:47 $ docker stop --time=1 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de 05:04:48 $ docker rm -f --volumes 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:04:49 05:04:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:04:49 0.23.1-centos7: Pulling from edgex-lftools 05:04:49 ab5ef0e58194: Pulling fs layer 05:04:49 9712f1f96733: Pulling fs layer 05:04:49 63f879dbbcfc: Pulling fs layer 05:04:49 0d9ebad4ef96: Pulling fs layer 05:04:49 e9a5061849ea: Pulling fs layer 05:04:49 d747dcd14b5f: Pulling fs layer 05:04:49 2de7ff778b66: Pulling fs layer 05:04:49 e9a5061849ea: Waiting 05:04:49 d747dcd14b5f: Waiting 05:04:49 2de7ff778b66: Waiting 05:04:49 0d9ebad4ef96: Waiting 05:04:49 9712f1f96733: Verifying Checksum 05:04:49 9712f1f96733: Download complete 05:04:49 63f879dbbcfc: Verifying Checksum 05:04:49 63f879dbbcfc: Download complete 05:04:50 e9a5061849ea: Verifying Checksum 05:04:50 e9a5061849ea: Download complete 05:04:50 ab5ef0e58194: Verifying Checksum 05:04:50 ab5ef0e58194: Download complete 05:04:50 d747dcd14b5f: Verifying Checksum 05:04:50 d747dcd14b5f: Download complete 05:04:50 0d9ebad4ef96: Verifying Checksum 05:04:50 0d9ebad4ef96: Download complete 05:04:50 2de7ff778b66: Verifying Checksum 05:04:50 2de7ff778b66: Download complete 05:04:52 ab5ef0e58194: Pull complete 05:04:52 9712f1f96733: Pull complete 05:04:53 63f879dbbcfc: Pull complete 05:04:56 0d9ebad4ef96: Pull complete 05:04:56 e9a5061849ea: Pull complete 05:04:56 d747dcd14b5f: Pull complete 05:04:57 2de7ff778b66: Pull complete 05:04:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:04:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:04:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:57 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 05:04:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:05:04 $ docker top 8f40969ff49cb77f92e3595dc77ee22bd57a6f30df58162458990acb691b59c5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:05:04 provisioning config files... 05:05:04 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12877193026869877392tmp 05:05:04 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7632299734233270107tmp 05:05:04 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4048885985466113716tmp [Pipeline] { [Pipeline] echo 05:05:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:05:05 ---> sigul-configuration.sh 05:05:05 gpg: directory `/root/.gnupg' created 05:05:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:05:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:05:05 gpg: keyring `/root/.gnupg/secring.gpg' created 05:05:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:05:05 gpg: CAST5 encrypted data 05:05:05 gpg: encrypted with 1 passphrase 05:05:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:05:05 + mkdir /home/jenkins 05:05:05 + mkdir /home/jenkins/sigul [Pipeline] sh 05:05:05 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 05:05:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:05:06 ---> sigul-install.sh 05:05:06 Sigul already installed; skipping installation. [Pipeline] sh 05:05:06 + git tag --list 05:05:06 0.7.1 05:05:06 delhi-tag 05:05:06 v1.0.0 05:05:06 v1.1.0 05:05:06 v1.1.1 05:05:06 v1.1.2 05:05:06 v1.2.0 05:05:06 v1.2.1 05:05:06 v1.2.2 05:05:06 v1.2.3 05:05:06 v1.3.0 05:05:06 v1.4.0 05:05:06 v2.0.0 05:05:06 v2.1.0 05:05:06 v2.1.1 05:05:06 v2.2.0 05:05:06 v2.3.0 05:05:06 v2.3.1 05:05:06 v3.0 05:05:06 v3.0.0 05:05:06 v3.0.1-dev.1 05:05:06 v3.1 05:05:06 v3.1.0 05:05:06 v3.1.0-dev.1 05:05:06 v3.1.0-dev.10 05:05:06 v3.1.0-dev.11 05:05:06 v3.1.0-dev.12 05:05:06 v3.1.0-dev.13 05:05:06 v3.1.0-dev.14 05:05:06 v3.1.0-dev.15 05:05:06 v3.1.0-dev.16 05:05:06 v3.1.0-dev.17 05:05:06 v3.1.0-dev.18 05:05:06 v3.1.0-dev.19 05:05:06 v3.1.0-dev.2 05:05:06 v3.1.0-dev.20 05:05:06 v3.1.0-dev.21 05:05:06 v3.1.0-dev.22 05:05:06 v3.1.0-dev.23 05:05:06 v3.1.0-dev.24 05:05:06 v3.1.0-dev.25 05:05:06 v3.1.0-dev.26 05:05:06 v3.1.0-dev.27 05:05:06 v3.1.0-dev.28 05:05:06 v3.1.0-dev.29 05:05:06 v3.1.0-dev.3 05:05:06 v3.1.0-dev.30 05:05:06 v3.1.0-dev.31 05:05:06 v3.1.0-dev.32 05:05:06 v3.1.0-dev.33 05:05:06 v3.1.0-dev.34 05:05:06 v3.1.0-dev.35 05:05:06 v3.1.0-dev.36 05:05:06 v3.1.0-dev.37 05:05:06 v3.1.0-dev.38 05:05:06 v3.1.0-dev.39 05:05:06 v3.1.0-dev.4 05:05:06 v3.1.0-dev.40 05:05:06 v3.1.0-dev.41 05:05:06 v3.1.0-dev.5 05:05:06 v3.1.0-dev.6 05:05:06 v3.1.0-dev.7 05:05:06 v3.1.0-dev.8 05:05:06 v3.1.0-dev.9 05:05:06 v3.1.1 05:05:06 v3.1.1-dev.1 05:05:06 v3.2.0-dev.1 05:05:06 v3.2.0-dev.10 05:05:06 v3.2.0-dev.11 05:05:06 v3.2.0-dev.12 05:05:06 v3.2.0-dev.13 05:05:06 v3.2.0-dev.14 05:05:06 v3.2.0-dev.15 05:05:06 v3.2.0-dev.16 05:05:06 v3.2.0-dev.17 05:05:06 v3.2.0-dev.18 05:05:06 v3.2.0-dev.19 05:05:06 v3.2.0-dev.2 05:05:06 v3.2.0-dev.20 05:05:06 v3.2.0-dev.3 05:05:06 v3.2.0-dev.4 05:05:06 v3.2.0-dev.5 05:05:06 v3.2.0-dev.6 05:05:06 v3.2.0-dev.7 05:05:06 v3.2.0-dev.8 05:05:06 v3.2.0-dev.9 [Pipeline] sh 05:05:06 + lftools sign git-tag v3.2.0-dev.20 05:05:07 Signing Git tag with Sigul... 05:05:07 Signing v3.2.0-dev.20 [Pipeline] echo 05:05:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:05:08 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:05:08 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:05:08 $ docker stop --time=1 8f40969ff49cb77f92e3595dc77ee22bd57a6f30df58162458990acb691b59c5 05:05:09 $ docker rm -f --volumes 8f40969ff49cb77f92e3595dc77ee22bd57a6f30df58162458990acb691b59c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:05:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:05:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:05:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:10 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 05:05:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:05:10 $ docker top 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e -eo pid,comm 05:05:10 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:05:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:10 [ssh-agent] Looking for ssh-agent implementation... 05:05:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:10 $ docker exec 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e ssh-agent 05:05:10 SSH_AUTH_SOCK=/tmp/ssh-rOHjbkpPrOeN/agent.32 05:05:10 SSH_AGENT_PID=38 05:05:10 Running ssh-add (command line suppressed) 05:05:11 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12137645553267006266.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12137645553267006266.key) 05:05:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:11 + git semver bump pre 05:05:11 2024-07-03 05:05:11,572 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:05:11 2024-07-03 05:05:11,572 [bump_version] DEBUG bumping version:3.2.0-dev.20 on axis:pre with prefix:dev 05:05:11 2024-07-03 05:05:11,572 [bump_version] DEBUG bumped version:3.2.0-dev.21 05:05:11 2024-07-03 05:05:11,572 [write_version] DEBUG write version:3.2.0-dev.21 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 05:05:11 2024-07-03 05:05:11,572 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:05:11 2024-07-03 05:05:11,572 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:05:11 2024-07-03 05:05:11,574 [execute] INFO git cat-file --batch-check 05:05:11 2024-07-03 05:05:11,574 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:05:11 2024-07-03 05:05:11,580 [execute] INFO git cat-file --batch 05:05:11 2024-07-03 05:05:11,581 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:05:11 2024-07-03 05:05:11,586 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:05:11 3.2.0-dev.21 [Pipeline] } 05:05:11 $ docker exec --env ******** --env ******** 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e ssh-agent -k 05:05:11 unset SSH_AUTH_SOCK; 05:05:11 unset SSH_AGENT_PID; 05:05:11 echo Agent pid 38 killed; 05:05:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:05:12 + git semver [Pipeline] } 05:05:12 $ docker stop --time=1 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e 05:05:13 $ docker rm -f --volumes 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e [Pipeline] // withDockerContainer [Pipeline] sh 05:05:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:05:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:05:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:14 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 05:05:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:05:14 $ docker top 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:15 [ssh-agent] Looking for ssh-agent implementation... 05:05:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:15 $ docker exec 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac ssh-agent 05:05:15 SSH_AUTH_SOCK=/tmp/ssh-iqJI86UYQOLR/agent.33 05:05:15 SSH_AGENT_PID=40 05:05:15 Running ssh-add (command line suppressed) 05:05:15 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4984464818994919250.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4984464818994919250.key) 05:05:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:15 + git semver push 05:05:15 2024-07-03 05:05:15,819 [run_push] DEBUG push 05:05:15 2024-07-03 05:05:15,820 [execute] INFO git cat-file --batch-check 05:05:15 2024-07-03 05:05:15,820 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:05:15 2024-07-03 05:05:15,824 [execute] INFO git rev-list 86bc9ef66605871d5bbb511a77f89322fea8186b -- 05:05:15 2024-07-03 05:05:15,824 [execute] DEBUG Popen(['git', 'rev-list', '86bc9ef66605871d5bbb511a77f89322fea8186b', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 05:05:15 2024-07-03 05:05:15,836 [execute] INFO git fetch -v origin 05:05:15 2024-07-03 05:05:15,836 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 05:05:16 2024-07-03 05:05:16,296 [run_push] DEBUG no remote changes detected 05:05:16 2024-07-03 05:05:16,296 [execute] INFO git push origin semver 05:05:16 2024-07-03 05:05:16,296 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 05:05:17 2024-07-03 05:05:17,014 [run_push] DEBUG push all version tags 05:05:17 2024-07-03 05:05:17,014 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:05:17 2024-07-03 05:05:17,015 [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) 05:05:17 2024-07-03 05:05:17,693 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 05:05:17 3.2.0-dev.21 [Pipeline] } 05:05:17 $ docker exec --env ******** --env ******** 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac ssh-agent -k 05:05:18 unset SSH_AUTH_SOCK; 05:05:18 unset SSH_AGENT_PID; 05:05:18 echo Agent pid 40 killed; 05:05:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:05:18 + git semver [Pipeline] } 05:05:18 $ docker stop --time=1 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac 05:05:20 $ docker rm -f --volumes 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:05:20 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 05:05:20 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:05:20 total 16 05:05:20 drwxr-xr-x 3 root root 4096 Jul 3 04:49 . 05:05:20 drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 05:05 .. 05:05:20 drwxr-xr-x 2 root root 4096 Jul 3 04:49 cost 05:05:20 -rw-r--r-- 1 root root 86 Jul 3 04:49 cost.csv 05:05:20 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:05:20 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 05:05:20 total 16 05:05:20 drwxr-xr-x 3 jenkins jenkins 4096 Jul 3 04:49 . 05:05:20 drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 05:05 .. 05:05:20 drwxr-xr-x 2 jenkins jenkins 4096 Jul 3 04:49 cost 05:05:20 -rw-r--r-- 1 jenkins jenkins 86 Jul 3 04:49 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:05:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:05:21 ---> package-listing.sh 05:05:21 ++ facter osfamily 05:05:21 ++ tr '[:upper:]' '[:lower:]' 05:05:22 + OS_FAMILY=debian 05:05:22 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 05:05:22 + START_PACKAGES=/tmp/packages_start.txt 05:05:22 + END_PACKAGES=/tmp/packages_end.txt 05:05:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:05:22 + PACKAGES=/tmp/packages_start.txt 05:05:22 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 05:05:22 + PACKAGES=/tmp/packages_end.txt 05:05:22 + case "${OS_FAMILY}" in 05:05:22 + dpkg -l 05:05:22 + grep '^ii' 05:05:22 + '[' -f /tmp/packages_start.txt ']' 05:05:22 + '[' -f /tmp/packages_end.txt ']' 05:05:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:05:22 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 05:05:22 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 05:05:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 05:05:22 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:05:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:05:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:23 prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container 05:05:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:05:23 $ docker top 0a9091ef2e5dd2e4c399d29951abb538c36d7f0f6fcda135c5bf2dd1eae0a95d -eo pid,comm [Pipeline] { [Pipeline] sh 05:05:23 + touch /tmp/pre-build-complete [Pipeline] sh 05:05:23 + mkdir -p /var/log/sysstat [Pipeline] sh 05:05:24 + ls /var/log/sa-host 05:05:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:05:24 provisioning config files... 05:05:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config829066005413285383tmp [Pipeline] { [Pipeline] echo 05:05:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:05:24 ---> create-netrc.sh [Pipeline] } 05:05:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:05:24 ---> python-tools-install.sh [Pipeline] echo 05:05:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:05:25 ---> sudo-logs.sh 05:05:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:05:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:05:25 ---> job-cost.sh 05:05:25 lf-activate-venv: SKIPPING 05:05:25 DEBUG: total: 0.2199999988079071 05:05:25 INFO: Retrieving Stack Cost... 05:05:26 INFO: Retrieving Pricing Info for: v3-standard-8 05:05:26 INFO: Archiving Costs [Pipeline] echo 05:05:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:05:26 ---> logs-deploy.sh 05:05:26 lf-activate-venv: SKIPPING 05:05:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/295 05:05:26 INFO: archiving workspace using pattern(s): 05:05:27 Archives upload complete. 05:05:27 INFO: archiving logs to Nexus