Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 911624c003e9e773b2d7c94646c77370a636792b 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-ssh1986303379996829720.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-ssh18271023774839145920.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-ssh15356915107873798623.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-ssh2091588771250787734.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-ssh15788219830386892001.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1035 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 911624c003e9e773b2d7c94646c77370a636792b (main) Commit message: "Merge pull request #1584 from lance5890/improve_readme" > git config core.sparsecheckout # timeout=10 > git checkout -f 911624c003e9e773b2d7c94646c77370a636792b # timeout=10 > git rev-list --no-walk 81445e9f6878a65f8ef1da1da155eafc431130c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:34:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:34:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:34:14 ========================================================= 10:34:14 EdgeX Global Pipelines Version Info 10:34:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:34:15 ------------------- 10:34:15 stable info: 10:34:15 ------------------- 10:34:15 Commited By: Ginny Guan ginny@iotechsys.com 10:34:15 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 10:34:15 Message: update stable to v1.0.260 10:34:15 ------------------- 10:34:15 experimental info: 10:34:15 ------------------- 10:34:15 Commited By: Ginny Guan ginny@iotechsys.com 10:34:15 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 10:34:15 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:34:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 911624c [Pipeline] echo 10:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:34:16 provisioning config files... 10:34:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7820814856222841747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:34:16 ---> ****-login.sh 10:34:16 nexus3.edgexfoundry.org:10001 10:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:17 Configure a credential helper to remove this warning. See 10:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:17 10:34:17 Login Succeeded 10:34:17 nexus3.edgexfoundry.org:10002 10:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:17 Configure a credential helper to remove this warning. See 10:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:17 10:34:17 Login Succeeded 10:34:17 nexus3.edgexfoundry.org:10003 10:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:17 Configure a credential helper to remove this warning. See 10:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:17 10:34:17 Login Succeeded 10:34:17 nexus3.edgexfoundry.org:10004 10:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:17 Configure a credential helper to remove this warning. See 10:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:17 10:34:17 Login Succeeded 10:34:17 ****.io 10:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:17 Configure a credential helper to remove this warning. See 10:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:17 10:34:17 Login Succeeded 10:34:17 ---> ****-login.sh ends [Pipeline] } 10:34:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:34:18 + git rev-list -1 --merges 911624c003e9e773b2d7c94646c77370a636792b~1..911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo 10:34:18 -----------> git rev-list -1 --merges 911624c003e9e773b2d7c94646c77370a636792b~1..911624c003e9e773b2d7c94646c77370a636792b 911624c003e9e773b2d7c94646c77370a636792b 10:34:18 911624c003e9e773b2d7c94646c77370a636792b [false] [Pipeline] sh 10:34:18 + git log --format=format:%s -1 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo 10:34:18 ========================================================= 10:34:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:34:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:34:18 + git log --format=format:%s -1 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo 10:34:18 [semverPrep] GIT_COMMIT: 911624c003e9e773b2d7c94646c77370a636792b, Commit Message: Merge pull request #1584 from lance5890/improve_readme [Pipeline] echo 10:34:18 [semverPrep] This is not a build commit. [Pipeline] sh 10:34:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:34:19 + grep -v github /etc/ssh/ssh_known_hosts 10:34:19 + [ -e /tmp/ssh_known_hosts ] 10:34:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:34:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:34:19 + sudo tee -a /etc/ssh/ssh_known_hosts 10:34:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:34:19 10:34:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:34:19 0.1.4: Pulling from edgex-devops/py-git-semver 10:34:19 b85a868b505f: Pulling fs layer 10:34:19 e2be974225ed: Pulling fs layer 10:34:19 339a4e72a1f5: Pulling fs layer 10:34:19 988bab9f4d93: Pulling fs layer 10:34:19 1469e6f7b9e6: Pulling fs layer 10:34:19 eaf3925da568: Pulling fs layer 10:34:19 bab4dde63d76: Pulling fs layer 10:34:19 bde34c3a00c8: Pulling fs layer 10:34:19 b352a97aabf1: Pulling fs layer 10:34:19 4872d77fe225: Pulling fs layer 10:34:19 5851b861e8e6: Pulling fs layer 10:34:19 bab4dde63d76: Waiting 10:34:19 bde34c3a00c8: Waiting 10:34:19 b352a97aabf1: Waiting 10:34:19 4872d77fe225: Waiting 10:34:19 5851b861e8e6: Waiting 10:34:19 1469e6f7b9e6: Waiting 10:34:19 988bab9f4d93: Waiting 10:34:19 eaf3925da568: Waiting 10:34:19 e2be974225ed: Verifying Checksum 10:34:19 e2be974225ed: Download complete 10:34:19 988bab9f4d93: Download complete 10:34:19 1469e6f7b9e6: Verifying Checksum 10:34:19 1469e6f7b9e6: Download complete 10:34:20 eaf3925da568: Verifying Checksum 10:34:20 eaf3925da568: Download complete 10:34:20 339a4e72a1f5: Verifying Checksum 10:34:20 339a4e72a1f5: Download complete 10:34:20 bde34c3a00c8: Verifying Checksum 10:34:20 bde34c3a00c8: Download complete 10:34:20 b352a97aabf1: Verifying Checksum 10:34:20 b352a97aabf1: Download complete 10:34:20 4872d77fe225: Verifying Checksum 10:34:20 4872d77fe225: Download complete 10:34:20 5851b861e8e6: Download complete 10:34:20 b85a868b505f: Verifying Checksum 10:34:20 b85a868b505f: Download complete 10:34:20 bab4dde63d76: Verifying Checksum 10:34:20 bab4dde63d76: Download complete 10:34:21 b85a868b505f: Pull complete 10:34:21 e2be974225ed: Pull complete 10:34:21 339a4e72a1f5: Pull complete 10:34:21 988bab9f4d93: Pull complete 10:34:22 1469e6f7b9e6: Pull complete 10:34:22 eaf3925da568: Pull complete 10:34:23 bab4dde63d76: Pull complete 10:34:24 bde34c3a00c8: Pull complete 10:34:24 b352a97aabf1: Pull complete 10:34:24 4872d77fe225: Pull complete 10:34:24 5851b861e8e6: Pull complete 10:34:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:34:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:34:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:34:24 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:34:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:34:27 $ docker top 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe -eo pid,comm 10:34:27 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). 10:34:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:34:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:34:27 [ssh-agent] Looking for ssh-agent implementation... 10:34:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:34:27 $ docker exec 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent 10:34:28 SSH_AUTH_SOCK=/tmp/ssh-nT6d41Tt8Rqv/agent.30 10:34:28 SSH_AGENT_PID=36 10:34:28 Running ssh-add (command line suppressed) 10:34:28 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4991767244904630379.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4991767244904630379.key) 10:34:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:34:28 + git tag --points-at HEAD [Pipeline] } 10:34:28 $ docker exec --env ******** --env ******** 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent -k 10:34:28 unset SSH_AUTH_SOCK; 10:34:28 unset SSH_AGENT_PID; 10:34:28 echo Agent pid 36 killed; 10:34:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:34:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:34:28 [ssh-agent] Looking for ssh-agent implementation... 10:34:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:34:28 $ docker exec 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent 10:34:28 SSH_AUTH_SOCK=/tmp/ssh-Jj2v6umn6Iun/agent.69 10:34:28 SSH_AGENT_PID=75 10:34:28 Running ssh-add (command line suppressed) 10:34:28 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16572173117267925598.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16572173117267925598.key) 10:34:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:34:29 + git semver init 10:34:29 2024-05-29 10:34:29,468 [run_init] DEBUG init version:0.0.0 force:False 10:34:29 2024-05-29 10:34:29,469 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 10:34:29 2024-05-29 10:34:29,469 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 10:34:29 2024-05-29 10:34:29,470 [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) 10:34:30 2024-05-29 10:34:30,781 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 10:34:30 2024-05-29 10:34:30,782 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 10:34:30 2024-05-29 10:34:30,782 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:34:30 2024-05-29 10:34:30,782 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:34:30 3.2.0-dev.16 [Pipeline] } 10:34:30 $ docker exec --env ******** --env ******** 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent -k 10:34:31 unset SSH_AUTH_SOCK; 10:34:31 unset SSH_AGENT_PID; 10:34:31 echo Agent pid 75 killed; 10:34:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:34:31 + git semver [Pipeline] } 10:34:31 $ docker stop --time=1 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe 10:34:32 $ docker rm -f --volumes 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe [Pipeline] // withDockerContainer [Pipeline] sh 10:34:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:34:33 Stashed 1 file(s) [Pipeline] echo 10:34:33 [edgeXSemver]: initialized semver on version 3.2.0-dev.16 [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 10:34:33 provisioning config files... 10:34:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1768338317432161246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:34:34 ---> ****-login.sh 10:34:34 nexus3.edgexfoundry.org:10001 10:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:34 Configure a credential helper to remove this warning. See 10:34:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:34 10:34:34 Login Succeeded 10:34:34 nexus3.edgexfoundry.org:10002 10:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:34 Configure a credential helper to remove this warning. See 10:34:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:34 10:34:34 Login Succeeded 10:34:34 nexus3.edgexfoundry.org:10003 10:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:34 Configure a credential helper to remove this warning. See 10:34:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:34 10:34:34 Login Succeeded 10:34:34 nexus3.edgexfoundry.org:10004 10:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:34 Configure a credential helper to remove this warning. See 10:34:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:34 10:34:34 Login Succeeded 10:34:34 ****.io 10:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:34:34 Configure a credential helper to remove this warning. See 10:34:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:34:34 10:34:34 Login Succeeded 10:34:34 ---> ****-login.sh ends [Pipeline] } 10:34:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:34:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:34:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:34:34 ========================================================= 10:34:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 10:34:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:35 + 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 . 10:34:35 Sending build context to Docker daemon 25.72MB 10:34:35 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 10:34:35 Step 2/10 : FROM ${BASE} AS builder 10:34:35 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 10:34:35 619be1103602: Pulling fs layer 10:34:35 7862e08f4a3e: Pulling fs layer 10:34:35 5df492c9dc93: Pulling fs layer 10:34:35 7629e6793208: Pulling fs layer 10:34:35 4f4fb700ef54: Pulling fs layer 10:34:35 fb5054dd5b73: Pulling fs layer 10:34:35 7629e6793208: Waiting 10:34:35 4f4fb700ef54: Waiting 10:34:35 eeca6798cff9: Pulling fs layer 10:34:35 aa269ceb94a6: Pulling fs layer 10:34:35 ada007ff1a6a: Pulling fs layer 10:34:35 fb5054dd5b73: Waiting 10:34:35 eeca6798cff9: Waiting 10:34:35 ada007ff1a6a: Waiting 10:34:35 7862e08f4a3e: Download complete 10:34:35 7629e6793208: Verifying Checksum 10:34:35 7629e6793208: Download complete 10:34:35 4f4fb700ef54: Verifying Checksum 10:34:35 4f4fb700ef54: Download complete 10:34:35 fb5054dd5b73: Verifying Checksum 10:34:35 fb5054dd5b73: Download complete 10:34:35 619be1103602: Verifying Checksum 10:34:35 619be1103602: Download complete 10:34:35 eeca6798cff9: Verifying Checksum 10:34:35 eeca6798cff9: Download complete 10:34:35 619be1103602: Pull complete 10:34:35 ada007ff1a6a: Verifying Checksum 10:34:35 ada007ff1a6a: Download complete 10:34:35 7862e08f4a3e: Pull complete 10:34:35 5df492c9dc93: Verifying Checksum 10:34:35 5df492c9dc93: Download complete 10:34:36 aa269ceb94a6: Verifying Checksum 10:34:36 aa269ceb94a6: Download complete 10:34:38 5df492c9dc93: Pull complete 10:34:38 7629e6793208: Pull complete 10:34:38 4f4fb700ef54: Pull complete 10:34:38 fb5054dd5b73: Pull complete 10:34:38 eeca6798cff9: Pull complete 10:34:41 aa269ceb94a6: Pull complete 10:34:41 ada007ff1a6a: Pull complete 10:34:41 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 10:34:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:34:41 ---> f489d0715acc 10:34:41 Step 3/10 : ARG MAKE=make build 10:34:46 ---> Running in 3c095cec2f2f 10:34:46 Removing intermediate container 3c095cec2f2f 10:34:46 ---> 196e71b33810 10:34:46 Step 4/10 : WORKDIR /device-sdk-go 10:34:46 ---> Running in 6bc43b1f0fb3 10:34:46 Removing intermediate container 6bc43b1f0fb3 10:34:46 ---> 393280df439d 10:34:46 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:34:46 ---> Running in e3efe8fdfb90 10:34:46 Removing intermediate container e3efe8fdfb90 10:34:46 ---> 9bbf85a2c489 10:34:46 Step 6/10 : RUN apk add --update --no-cache make git 10:34:46 ---> Running in d25b647b18cc 10:34:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:47 OK: 264 MiB in 52 packages 10:34:47 Removing intermediate container d25b647b18cc 10:34:47 ---> 6a28f1ae36a6 10:34:47 Step 7/10 : COPY go.mod vendor* ./ 10:34:48 ---> aab013780f70 10:34:48 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:34:48 ---> Running in eb8eafeb2f1f 10:34:48 Still waiting to schedule task 10:34:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:35:44 Removing intermediate container eb8eafeb2f1f 10:35:44 ---> a157693fd1fc 10:35:44 Step 9/10 : COPY . . 10:35:44 ---> 1e35f6bb5fcb 10:35:44 Step 10/10 : RUN ${MAKE} 10:35:44 ---> Running in 70f442223ad3 10:35:44 noop 10:35:44 Removing intermediate container 70f442223ad3 10:35:44 ---> 087e4c01dd15 10:35:44 Successfully built 087e4c01dd15 10:35:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:35:44 + docker inspect -f . ci-base-image-x86_64 10:35:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:35:44 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:35:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:35:45 $ docker top 4934607d8ac0a56f95d7df834966acf8f3ecafc3f2bdcd313daecd9a8ec00c57 -eo pid,comm [Pipeline] { [Pipeline] sh 10:35:45 + go version 10:35:45 go version go1.21.9 linux/amd64 [Pipeline] } 10:35:45 $ docker stop --time=1 4934607d8ac0a56f95d7df834966acf8f3ecafc3f2bdcd313daecd9a8ec00c57 10:35:46 $ docker rm -f --volumes 4934607d8ac0a56f95d7df834966acf8f3ecafc3f2bdcd313daecd9a8ec00c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:35:47 + docker inspect -f . ci-base-image-x86_64 10:35:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:35:47 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:35:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:35:47 $ docker top 28272339d363c34a3e5bd2fa776eed8c83f56e6edfe9aa06e081cf0254f32441 -eo pid,comm [Pipeline] { [Pipeline] sh 10:35:48 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 10:35:48 + make test 10:35:48 go test -race -coverprofile=coverage.out ./... 10:35:55 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 10:36:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1036 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 10:36:23 Running in /w/workspace/device-sdk-go/291 [Pipeline] { [Pipeline] checkout 10:36:23 The recommended git tool is: git 10:36:31 using credential edgex-jenkins-ssh 10:36:31 Cloning the remote Git repository 10:36:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:36:32 > git init /w/workspace/device-sdk-go/291 # timeout=10 10:36:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:36:32 > git --version # timeout=10 10:36:32 > git --version # 'git version 2.25.1' 10:36:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:36:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 10:36:33 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.045s coverage: 27.6% of statements 10:36:33 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.053s coverage: 81.5% of statements 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 10:36:33 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.071s coverage: 86.0% of statements 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 10:36:33 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.109s coverage: 71.8% of statements 10:36:33 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 10:36:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.054s coverage: 14.4% of statements 10:36:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.826s coverage: 45.9% of statements 10:36:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.085s coverage: 68.5% of statements 10:36:34 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.123s coverage: 89.2% of statements 10:36:34 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.067s coverage: 5.5% of statements 10:36:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:36:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:36:38 Avoid second fetch 10:36:38 Checking out Revision 911624c003e9e773b2d7c94646c77370a636792b (main) 10:36:39 Commit message: "Merge pull request #1584 from lance5890/improve_readme" 10:36:38 > git config core.sparsecheckout # timeout=10 10:36:38 > git checkout -f 911624c003e9e773b2d7c94646c77370a636792b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:36:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:36:43 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:43 Dload Upload Total Spent Left Speed 10:36:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh 10:36:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:36:44 + sudo tee /etc/docker/daemon.new 10:36:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:36:44 { 10:36:44 "registry-mirrors": [ 10:36:44 "https://nexus3.edgexfoundry.org:10001" 10:36:44 ], 10:36:44 "bip": "10.250.0.254/24", 10:36:44 "hosts": [ 10:36:44 "tcp://0.0.0.0:5555", 10:36:44 "unix:///var/run/docker.sock" 10:36:44 ], 10:36:44 "mtu": 1458, 10:36:44 "selinux-enabled": true, 10:36:44 "seccomp-profile": "/etc/docker/seccomp.json" 10:36:44 } [Pipeline] sh 10:36:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:36:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:37:03 provisioning config files... 10:37:03 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/291@tmp/config4081189743363279953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:37:04 ---> ****-login.sh 10:37:04 nexus3.edgexfoundry.org:10001 10:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:37:04 Configure a credential helper to remove this warning. See 10:37:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:37:04 10:37:04 Login Succeeded 10:37:04 nexus3.edgexfoundry.org:10002 10:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:37:04 Configure a credential helper to remove this warning. See 10:37:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:37:04 10:37:04 Login Succeeded 10:37:04 nexus3.edgexfoundry.org:10003 10:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:37:05 Configure a credential helper to remove this warning. See 10:37:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:37:05 10:37:05 Login Succeeded 10:37:05 nexus3.edgexfoundry.org:10004 10:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:37:05 Configure a credential helper to remove this warning. See 10:37:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:37:05 10:37:05 Login Succeeded 10:37:05 ****.io 10:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:37:05 Configure a credential helper to remove this warning. See 10:37:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:37:05 10:37:05 Login Succeeded 10:37:05 ---> ****-login.sh ends [Pipeline] } 10:37:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:37:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:37:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:37:06 ========================================================= 10:37:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 10:37:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:06 + 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 . 10:37:06 GO111MODULE=on go vet ./... 10:37:07 Sending build context to Docker daemon 12.94MB 10:37:07 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 10:37:07 Step 2/10 : FROM ${BASE} AS builder 10:37:07 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:37:07 c6b39de5b339: Pulling fs layer 10:37:07 a69c41024577: Pulling fs layer 10:37:07 d6de4b400683: Pulling fs layer 10:37:07 35cb2a7552d0: Pulling fs layer 10:37:07 4f4fb700ef54: Pulling fs layer 10:37:07 464afbd9ba4c: Pulling fs layer 10:37:07 00f215d4a9da: Pulling fs layer 10:37:07 d496ad576159: Pulling fs layer 10:37:07 464afbd9ba4c: Waiting 10:37:07 00f215d4a9da: Waiting 10:37:07 d496ad576159: Waiting 10:37:07 4f4fb700ef54: Waiting 10:37:07 35cb2a7552d0: Waiting 10:37:07 a69c41024577: Verifying Checksum 10:37:07 a69c41024577: Download complete 10:37:07 35cb2a7552d0: Verifying Checksum 10:37:07 35cb2a7552d0: Download complete 10:37:07 4f4fb700ef54: Verifying Checksum 10:37:07 4f4fb700ef54: Download complete 10:37:07 464afbd9ba4c: Verifying Checksum 10:37:07 464afbd9ba4c: Download complete 10:37:07 c6b39de5b339: Verifying Checksum 10:37:07 c6b39de5b339: Download complete 10:37:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:37:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:37:07 ./bin/test-attribution-txt.sh 10:37:07 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 10:37:07 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 10:37:07 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 10:37:07 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 10:37:07 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 10:37:07 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 10:37:07 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 10:37:07 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 10:37:07 An attribution for golang.org/x/term is missing from Attribution.txt, please add 10:37:07 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 10:37:07 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 10:37:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 10:37:07 $ docker stop --time=1 28272339d363c34a3e5bd2fa776eed8c83f56e6edfe9aa06e081cf0254f32441 10:37:08 d496ad576159: Verifying Checksum 10:37:08 d496ad576159: Download complete 10:37:08 c6b39de5b339: Pull complete 10:37:08 a69c41024577: Pull complete 10:37:09 d6de4b400683: Verifying Checksum 10:37:09 d6de4b400683: Download complete 10:37:10 00f215d4a9da: Verifying Checksum 10:37:10 00f215d4a9da: Download complete 10:37:14 $ docker rm -f --volumes 28272339d363c34a3e5bd2fa776eed8c83f56e6edfe9aa06e081cf0254f32441 [Pipeline] // withDockerContainer [Pipeline] sh 10:37:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:37:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:37:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:37:15 + ls -al . 10:37:15 total 376 10:37:15 drwxrwxr-x 11 jenkins jenkins 4096 May 29 10:35 . 10:37:15 drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:34 .. 10:37:15 -rw-rw-r-- 1 jenkins jenkins 140 May 29 10:34 .dockerignore 10:37:15 drwxrwxr-x 8 jenkins jenkins 4096 May 29 10:36 .git 10:37:15 drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:34 .github 10:37:15 -rw-rw-r-- 1 jenkins jenkins 137 May 29 10:34 .gitignore 10:37:15 -rw-rw-r-- 1 jenkins jenkins 42 May 29 10:34 .golangci.yml 10:37:15 drwxr-xr-x 3 jenkins jenkins 4096 May 29 10:34 .semver 10:37:15 -rw-rw-r-- 1 jenkins jenkins 48109 May 29 10:34 CHANGELOG.md 10:37:15 -rw-rw-r-- 1 jenkins jenkins 677 May 29 10:34 GOVERNANCE.md 10:37:15 -rw-rw-r-- 1 jenkins jenkins 885 May 29 10:34 Jenkinsfile 10:37:15 -rw-rw-r-- 1 jenkins jenkins 11341 May 29 10:34 LICENSE 10:37:15 -rw-rw-r-- 1 jenkins jenkins 1842 May 29 10:34 Makefile 10:37:15 -rw-rw-r-- 1 jenkins jenkins 619 May 29 10:34 OWNERS.md 10:37:15 -rw-rw-r-- 1 jenkins jenkins 4937 May 29 10:34 README.md 10:37:15 -rw-rw-r-- 1 jenkins jenkins 12 May 29 10:34 VERSION 10:37:15 drwxrwxr-x 2 jenkins jenkins 4096 May 29 10:34 bin 10:37:15 -rw-r--r-- 1 jenkins jenkins 122155 May 29 10:36 coverage.out 10:37:15 drwxrwxr-x 5 jenkins jenkins 4096 May 29 10:34 example 10:37:15 -rw-rw-r-- 1 jenkins jenkins 7064 May 29 10:34 go.mod 10:37:15 -rw-rw-r-- 1 jenkins jenkins 101331 May 29 10:34 go.sum 10:37:15 drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:34 internal 10:37:15 drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:34 openapi 10:37:15 drwxrwxr-x 6 jenkins jenkins 4096 May 29 10:34 pkg 10:37:15 drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:34 snap 10:37:15 -rw-rw-r-- 1 jenkins jenkins 222 May 29 10:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:16 + 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=911624c003e9e773b2d7c94646c77370a636792b --label arch=amd64 --label version=3.2.0-dev.16 . 10:37:16 Sending build context to Docker daemon 25.84MB 10:37:16 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 10:37:16 Step 2/24 : FROM ${BASE} AS builder 10:37:16 ---> 087e4c01dd15 10:37:16 Step 3/24 : ARG MAKE=make build 10:37:16 ---> Running in 455063d9bb23 10:37:16 Removing intermediate container 455063d9bb23 10:37:16 ---> 5ce0547431cf 10:37:16 Step 4/24 : WORKDIR /device-sdk-go 10:37:16 ---> Running in af562bce593d 10:37:16 Removing intermediate container af562bce593d 10:37:16 ---> d7ad594210da 10:37:16 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:37:16 ---> Running in 2b6fd4bdd03f 10:37:16 Removing intermediate container 2b6fd4bdd03f 10:37:16 ---> 6aaf478ce973 10:37:16 Step 6/24 : RUN apk add --update --no-cache make git 10:37:16 ---> Running in 079e13a8bec2 10:37:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:37:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:37:17 OK: 264 MiB in 52 packages 10:37:18 Removing intermediate container 079e13a8bec2 10:37:18 ---> 440acd10d67b 10:37:18 Step 7/24 : COPY go.mod vendor* ./ 10:37:18 ---> 52b2bcc3adf0 10:37:18 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:18 ---> Running in feee6d42f163 10:37:18 Removing intermediate container feee6d42f163 10:37:18 ---> 69cce025962b 10:37:18 Step 9/24 : COPY . . 10:37:20 ---> b48f988b5ae5 10:37:20 Step 10/24 : RUN ${MAKE} 10:37:20 ---> Running in ade497872bd0 10:37:20 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.16" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:37:22 d6de4b400683: Pull complete 10:37:22 35cb2a7552d0: Pull complete 10:37:22 4f4fb700ef54: Pull complete 10:37:22 464afbd9ba4c: Pull complete 10:37:32 00f215d4a9da: Pull complete 10:37:33 d496ad576159: Pull complete 10:37:33 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 10:37:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:37:33 ---> f246e2811388 10:37:33 Step 3/10 : ARG MAKE=make build 10:37:35 ---> Running in b193fe49eb9e 10:37:35 Removing intermediate container b193fe49eb9e 10:37:35 ---> 5696f8ccd15c 10:37:35 Step 4/10 : WORKDIR /device-sdk-go 10:37:35 ---> Running in 173b94803019 10:37:35 Removing intermediate container 173b94803019 10:37:35 ---> 181384cdae9e 10:37:35 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:37:35 ---> Running in 98326f799795 10:37:35 Removing intermediate container 98326f799795 10:37:35 ---> bc2eb22bf2bf 10:37:35 Step 6/10 : RUN apk add --update --no-cache make git 10:37:35 ---> Running in cda5cde5ee81 10:37:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:37:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:37:38 OK: 266 MiB in 52 packages 10:37:39 Removing intermediate container cda5cde5ee81 10:37:39 ---> f02930bfeef7 10:37:39 Step 7/10 : COPY go.mod vendor* ./ 10:37:39 ---> 4f04d5bdf1a4 10:37:39 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:39 ---> Running in 619f143a6a1a 10:37:52 Removing intermediate container ade497872bd0 10:37:52 ---> 5c0855666ae5 10:37:52 Step 11/24 : FROM alpine:3.18 10:37:52 3.18: Pulling from library/alpine 10:37:52 619be1103602: Already exists 10:37:52 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 10:37:52 Status: Downloaded newer image for alpine:3.18 10:37:52 ---> d3782b16ccc9 10:37:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:37:52 ---> Running in 0d53f6e9e6f4 10:37:52 Removing intermediate container 0d53f6e9e6f4 10:37:52 ---> c79b1ec34826 10:37:52 Step 13/24 : RUN apk add --update --no-cache dumb-init 10:37:52 ---> Running in d9e5c6cbbf96 10:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:37:52 (1/1) Installing dumb-init (1.2.5-r2) 10:37:52 Executing busybox-1.36.1-r5.trigger 10:37:52 OK: 7 MiB in 16 packages 10:37:53 Removing intermediate container d9e5c6cbbf96 10:37:53 ---> af74abfbfd63 10:37:53 Step 14/24 : RUN apk --no-cache upgrade 10:37:53 ---> Running in eb3974b1327d 10:37:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:37:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:37:53 Upgrading critical system libraries and apk-tools: 10:37:53 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 10:37:53 Executing busybox-1.36.1-r5.trigger 10:37:53 Continuing the upgrade transaction with new apk-tools: 10:37:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:37:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:37:53 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 10:37:53 Executing busybox-1.36.1-r6.post-upgrade 10:37:53 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 10:37:53 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 10:37:53 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 10:37:54 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 10:37:54 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 10:37:54 Executing busybox-1.36.1-r6.trigger 10:37:54 OK: 7 MiB in 16 packages 10:37:54 Removing intermediate container eb3974b1327d 10:37:54 ---> f19b149afb90 10:37:54 Step 15/24 : WORKDIR / 10:37:54 ---> Running in aecb4f056975 10:37:54 Removing intermediate container aecb4f056975 10:37:54 ---> a8ba0ff08bc0 10:37:54 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 10:37:55 ---> 9a59c1f82cb8 10:37:55 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 10:37:56 ---> 1b9b6a02a4f1 10:37:56 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 10:37:56 ---> 489b40255be7 10:37:56 Step 19/24 : EXPOSE 59999 10:37:56 ---> Running in 0f98fafb47da 10:37:56 Removing intermediate container 0f98fafb47da 10:37:56 ---> 4bcdbaf15cc0 10:37:56 Step 20/24 : ENTRYPOINT ["/device-simple"] 10:37:56 ---> Running in ec8241d05322 10:37:56 Removing intermediate container ec8241d05322 10:37:56 ---> 09e5adbdc179 10:37:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:37:56 ---> Running in 270dcffa0c07 10:37:56 Removing intermediate container 270dcffa0c07 10:37:56 ---> 54f9ad74f594 10:37:56 Step 22/24 : LABEL arch=amd64 10:37:56 ---> Running in d00c325fff8f 10:37:56 Removing intermediate container d00c325fff8f 10:37:56 ---> ce868f23f1e4 10:37:56 Step 23/24 : LABEL git_sha=911624c003e9e773b2d7c94646c77370a636792b 10:37:57 ---> Running in 212319d5228f 10:37:57 Removing intermediate container 212319d5228f 10:37:57 ---> c2f9bea6bec3 10:37:57 Step 24/24 : LABEL version=3.2.0-dev.16 10:37:57 ---> Running in 8e3a905a15e7 10:37:57 Removing intermediate container 8e3a905a15e7 10:37:57 ---> 3081fd04e629 10:37:57 [Warning] One or more build-args [ARCH] were not consumed 10:37:57 Successfully built 3081fd04e629 10:37:57 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 10:37:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:37:57 10:37:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:37:57 latest: Pulling from edgex-lftools-log-publisher 10:37:57 5eb5b503b376: Pulling fs layer 10:37:57 5c69ac0246d0: Pulling fs layer 10:37:57 ec43610c2a17: Pulling fs layer 10:37:57 3a2ae6a8a46f: Pulling fs layer 10:37:57 33b1e0a273af: Pulling fs layer 10:37:57 5d3b04190fa2: Pulling fs layer 10:37:57 2f39f015ded8: Pulling fs layer 10:37:57 3a2ae6a8a46f: Waiting 10:37:57 2f39f015ded8: Waiting 10:37:57 33b1e0a273af: Waiting 10:37:57 5d3b04190fa2: Waiting 10:37:57 5c69ac0246d0: Download complete 10:37:57 3a2ae6a8a46f: Download complete 10:37:57 33b1e0a273af: Verifying Checksum 10:37:57 33b1e0a273af: Download complete 10:37:57 5d3b04190fa2: Verifying Checksum 10:37:57 5d3b04190fa2: Download complete 10:37:57 ec43610c2a17: Verifying Checksum 10:37:57 ec43610c2a17: Download complete 10:37:58 5eb5b503b376: Verifying Checksum 10:37:58 5eb5b503b376: Download complete 10:37:58 2f39f015ded8: Download complete 10:37:59 5eb5b503b376: Pull complete 10:37:59 5c69ac0246d0: Pull complete 10:37:59 ec43610c2a17: Pull complete 10:38:00 3a2ae6a8a46f: Pull complete 10:38:00 33b1e0a273af: Pull complete 10:38:00 5d3b04190fa2: Pull complete 10:38:04 2f39f015ded8: Pull complete 10:38:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:38:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:38:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:38:04 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:38:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:38:09 $ docker top 1a2498458e29b6c736e35c69076357985945eb6445a08930a47f6a579d1eb818 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:38:09 ---> job-cost.sh 10:38:09 lf-activate-venv: SKIPPING 10:38:09 INFO: No Stack... 10:38:09 INFO: Retrieving Pricing Info for: v3-standard-8 10:38:10 INFO: Archiving Costs [Pipeline] sh 10:38:10 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 10:38:10 + cut -d, -f6 [Pipeline] lock 10:38:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] 10:38:10 Resource [jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] did not exist. Created. 10:38:10 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:38:10 + echo total: 0.2199999988079071 [Pipeline] stash 10:38:10 Stashed 1 file(s) [Pipeline] } 10:38:10 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] // lock [Pipeline] } 10:38:11 $ docker stop --time=1 1a2498458e29b6c736e35c69076357985945eb6445a08930a47f6a579d1eb818 10:38:12 $ docker rm -f --volumes 1a2498458e29b6c736e35c69076357985945eb6445a08930a47f6a579d1eb818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:39:32 Removing intermediate container 619f143a6a1a 10:39:32 ---> c9c197554f4e 10:39:32 Step 9/10 : COPY . . 10:39:32 ---> 50cbf40f7ecf 10:39:32 Step 10/10 : RUN ${MAKE} 10:39:32 ---> Running in 031e7736c3cc 10:39:32 noop 10:39:32 Removing intermediate container 031e7736c3cc 10:39:32 ---> 138e7ac12573 10:39:32 Successfully built 138e7ac12573 10:39:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:32 + docker inspect -f . ci-base-image-arm64 10:39:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:39:32 prd-ubuntu20.04-docker-arm64-4c-16g-1036 does not seem to be running inside a container 10:39:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/291 -v /w/workspace/device-sdk-go/291:/w/workspace/device-sdk-go/291:rw,z -v /w/workspace/device-sdk-go/291@tmp:/w/workspace/device-sdk-go/291@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 10:39:34 $ docker top 111dbdcf67df934e824ef0a939a21c277519beb137ff2cc0dbf91a8afc885fb1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:39:35 + go version 10:39:35 go version go1.21.9 linux/arm64 [Pipeline] } 10:39:35 $ docker stop --time=1 111dbdcf67df934e824ef0a939a21c277519beb137ff2cc0dbf91a8afc885fb1 10:39:36 $ docker rm -f --volumes 111dbdcf67df934e824ef0a939a21c277519beb137ff2cc0dbf91a8afc885fb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:37 + docker inspect -f . ci-base-image-arm64 10:39:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:39:37 prd-ubuntu20.04-docker-arm64-4c-16g-1036 does not seem to be running inside a container 10:39:37 $ 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/291 -v /w/workspace/device-sdk-go/291:/w/workspace/device-sdk-go/291:rw,z -v /w/workspace/device-sdk-go/291@tmp:/w/workspace/device-sdk-go/291@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 10:39:38 $ docker top 9926585077c67b1b16713de85580236df6232b24f8f72d01010e27161aa0b971 -eo pid,comm [Pipeline] { [Pipeline] sh 10:39:39 + git config --global --add safe.directory /w/workspace/device-sdk-go/291 [Pipeline] fileExists [Pipeline] sh 10:39:40 + make test 10:39:40 go test -race -coverprofile=coverage.out ./... 10:40:18 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 10:43:40 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 10:43:40 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 10:43:40 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 10:43:40 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 10:43:40 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 10:43:43 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.232s coverage: 27.6% of statements 10:43:47 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.278s coverage: 81.5% of statements 10:43:54 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 10:43:54 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 10:43:54 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.411s coverage: 86.0% of statements 10:43:58 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 10:43:59 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.557s coverage: 71.8% of statements 10:44:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.265s coverage: 14.4% of statements 10:44:04 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 10:44:04 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 10:44:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.974s coverage: 45.9% of statements 10:44:05 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.438s coverage: 68.5% of statements 10:44:09 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.528s coverage: 89.2% of statements 10:44:11 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 10:44:13 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.341s coverage: 5.5% of statements 10:44:14 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:44:14 GO111MODULE=on go vet ./... 10:47:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:47:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:47:51 ./bin/test-attribution-txt.sh 10:47:52 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 10:47:52 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 10:47:52 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 10:47:52 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 10:47:52 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 10:47:52 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 10:47:52 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 10:47:52 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 10:47:52 An attribution for golang.org/x/term is missing from Attribution.txt, please add 10:47:52 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 10:47:52 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 10:47:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 10:47:52 $ docker stop --time=1 9926585077c67b1b16713de85580236df6232b24f8f72d01010e27161aa0b971 10:47:54 $ docker rm -f --volumes 9926585077c67b1b16713de85580236df6232b24f8f72d01010e27161aa0b971 [Pipeline] // withDockerContainer [Pipeline] sh 10:47:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:47:56 Warning: overwriting stash ‘coverage-report’ 10:47:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:47:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:47:58 + ls -al . 10:47:58 total 372 10:47:58 drwxrwxr-x 10 jenkins jenkins 4096 May 29 10:39 . 10:47:58 drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:36 .. 10:47:58 -rw-rw-r-- 1 jenkins jenkins 140 May 29 10:36 .dockerignore 10:47:58 drwxrwxr-x 8 jenkins jenkins 4096 May 29 10:36 .git 10:47:58 drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:36 .github 10:47:58 -rw-rw-r-- 1 jenkins jenkins 137 May 29 10:36 .gitignore 10:47:58 -rw-rw-r-- 1 jenkins jenkins 42 May 29 10:36 .golangci.yml 10:47:58 -rw-rw-r-- 1 jenkins jenkins 48109 May 29 10:36 CHANGELOG.md 10:47:58 -rw-rw-r-- 1 jenkins jenkins 677 May 29 10:36 GOVERNANCE.md 10:47:58 -rw-rw-r-- 1 jenkins jenkins 885 May 29 10:36 Jenkinsfile 10:47:58 -rw-rw-r-- 1 jenkins jenkins 11341 May 29 10:36 LICENSE 10:47:58 -rw-rw-r-- 1 jenkins jenkins 1842 May 29 10:36 Makefile 10:47:58 -rw-rw-r-- 1 jenkins jenkins 619 May 29 10:36 OWNERS.md 10:47:58 -rw-rw-r-- 1 jenkins jenkins 4937 May 29 10:36 README.md 10:47:58 -rw-rw-r-- 1 jenkins jenkins 12 May 29 10:34 VERSION 10:47:58 drwxrwxr-x 2 jenkins jenkins 4096 May 29 10:36 bin 10:47:58 -rw-r--r-- 1 jenkins jenkins 122153 May 29 10:44 coverage.out 10:47:58 drwxrwxr-x 5 jenkins jenkins 4096 May 29 10:36 example 10:47:58 -rw-rw-r-- 1 jenkins jenkins 7064 May 29 10:36 go.mod 10:47:58 -rw-rw-r-- 1 jenkins jenkins 101331 May 29 10:36 go.sum 10:47:58 drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:36 internal 10:47:58 drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:36 openapi 10:47:58 drwxrwxr-x 6 jenkins jenkins 4096 May 29 10:36 pkg 10:47:58 drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:36 snap 10:47:58 -rw-rw-r-- 1 jenkins jenkins 222 May 29 10:36 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:58 + 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=911624c003e9e773b2d7c94646c77370a636792b --label arch=arm64 --label version=3.2.0-dev.16 . 10:47:59 Sending build context to Docker daemon 13.06MB 10:47:59 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 10:47:59 Step 2/24 : FROM ${BASE} AS builder 10:47:59 ---> 138e7ac12573 10:47:59 Step 3/24 : ARG MAKE=make build 10:47:59 ---> Running in 6894a4fb9a2f 10:47:59 Removing intermediate container 6894a4fb9a2f 10:47:59 ---> 03373e4c62ac 10:47:59 Step 4/24 : WORKDIR /device-sdk-go 10:47:59 ---> Running in 0ff38fc0ae60 10:48:00 Removing intermediate container 0ff38fc0ae60 10:48:00 ---> 9c0f1324bee0 10:48:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:48:00 ---> Running in cd8bef7f7f10 10:48:00 Removing intermediate container cd8bef7f7f10 10:48:00 ---> 133cf691cdc3 10:48:00 Step 6/24 : RUN apk add --update --no-cache make git 10:48:00 ---> Running in 72da940dd808 10:48:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:48:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:48:02 OK: 266 MiB in 52 packages 10:48:03 Removing intermediate container 72da940dd808 10:48:03 ---> e26b19379cc4 10:48:03 Step 7/24 : COPY go.mod vendor* ./ 10:48:04 ---> a688bc138194 10:48:04 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:48:04 ---> Running in 16472fd4a2f5 10:48:06 Removing intermediate container 16472fd4a2f5 10:48:06 ---> 547e7660564c 10:48:06 Step 9/24 : COPY . . 10:48:08 ---> 8bb68c07f097 10:48:08 Step 10/24 : RUN ${MAKE} 10:48:08 ---> Running in 5ccf55d78661 10:48:08 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.16" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:51:30 Removing intermediate container 5ccf55d78661 10:51:30 ---> b86f179bc638 10:51:30 Step 11/24 : FROM alpine:3.18 10:51:30 3.18: Pulling from library/alpine 10:51:30 c6b39de5b339: Already exists 10:51:30 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 10:51:30 Status: Downloaded newer image for alpine:3.18 10:51:30 ---> 33abbf032149 10:51:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:51:30 ---> Running in dbc9fc65ede5 10:51:30 Removing intermediate container dbc9fc65ede5 10:51:30 ---> e58d3af38cb0 10:51:30 Step 13/24 : RUN apk add --update --no-cache dumb-init 10:51:30 ---> Running in a0f302421a6f 10:51:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:51:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:51:31 (1/1) Installing dumb-init (1.2.5-r2) 10:51:31 Executing busybox-1.36.1-r5.trigger 10:51:31 OK: 8 MiB in 16 packages 10:51:32 Removing intermediate container a0f302421a6f 10:51:32 ---> cc84153718a4 10:51:32 Step 14/24 : RUN apk --no-cache upgrade 10:51:32 ---> Running in bb591cf64545 10:51:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:51:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:51:34 Upgrading critical system libraries and apk-tools: 10:51:34 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 10:51:34 Executing busybox-1.36.1-r5.trigger 10:51:34 Continuing the upgrade transaction with new apk-tools: 10:51:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:51:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:51:36 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 10:51:36 Executing busybox-1.36.1-r6.post-upgrade 10:51:36 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 10:51:36 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 10:51:36 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 10:51:36 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 10:51:36 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 10:51:36 Executing busybox-1.36.1-r6.trigger 10:51:36 OK: 8 MiB in 16 packages 10:51:37 Removing intermediate container bb591cf64545 10:51:37 ---> 9c1b860034d6 10:51:37 Step 15/24 : WORKDIR / 10:51:37 ---> Running in dc939c55b514 10:51:37 Removing intermediate container dc939c55b514 10:51:37 ---> 112204d387fa 10:51:37 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 10:51:38 ---> f06791e5f24e 10:51:38 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 10:51:40 ---> 4317a32cf15d 10:51:40 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 10:51:41 ---> 1801dc268b05 10:51:41 Step 19/24 : EXPOSE 59999 10:51:41 ---> Running in ddef61342cb9 10:51:41 Removing intermediate container ddef61342cb9 10:51:41 ---> ddc225480e3c 10:51:41 Step 20/24 : ENTRYPOINT ["/device-simple"] 10:51:41 ---> Running in 57f7b1ec7eb9 10:51:41 Removing intermediate container 57f7b1ec7eb9 10:51:41 ---> 13fa7fd08df9 10:51:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:51:41 ---> Running in ebf7299b51cb 10:51:41 Removing intermediate container ebf7299b51cb 10:51:41 ---> 5cadd7b3e9c6 10:51:41 Step 22/24 : LABEL arch=arm64 10:51:42 ---> Running in 645888ecedf8 10:51:42 Removing intermediate container 645888ecedf8 10:51:42 ---> 97168e499c44 10:51:42 Step 23/24 : LABEL git_sha=911624c003e9e773b2d7c94646c77370a636792b 10:51:42 ---> Running in b93311ffcd24 10:51:42 Removing intermediate container b93311ffcd24 10:51:42 ---> a2daefe5796f 10:51:42 Step 24/24 : LABEL version=3.2.0-dev.16 10:51:42 ---> Running in 82a2b9bbd5e1 10:51:43 Removing intermediate container 82a2b9bbd5e1 10:51:43 ---> e5d3beccdce9 10:51:43 [Warning] One or more build-args [ARCH] were not consumed 10:51:43 Successfully built e5d3beccdce9 10:51:43 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 10:51:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:51:43 10:51:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:51:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:51:43 arm64: Pulling from edgex-lftools-log-publisher 10:51:43 8998bd30e6a1: Pulling fs layer 10:51:43 04944245beec: Pulling fs layer 10:51:43 699f458cf7ca: Pulling fs layer 10:51:43 765212b225bb: Pulling fs layer 10:51:43 f23df028b6ca: Pulling fs layer 10:51:43 d65c8cfc05b1: Pulling fs layer 10:51:43 2437ff75d9bd: Pulling fs layer 10:51:43 765212b225bb: Waiting 10:51:43 f23df028b6ca: Waiting 10:51:43 d65c8cfc05b1: Waiting 10:51:43 2437ff75d9bd: Waiting 10:51:44 04944245beec: Verifying Checksum 10:51:44 04944245beec: Download complete 10:51:44 765212b225bb: Verifying Checksum 10:51:44 765212b225bb: Download complete 10:51:44 f23df028b6ca: Verifying Checksum 10:51:44 f23df028b6ca: Download complete 10:51:44 d65c8cfc05b1: Verifying Checksum 10:51:44 d65c8cfc05b1: Download complete 10:51:44 699f458cf7ca: Verifying Checksum 10:51:44 699f458cf7ca: Download complete 10:51:44 8998bd30e6a1: Verifying Checksum 10:51:44 8998bd30e6a1: Download complete 10:51:47 2437ff75d9bd: Verifying Checksum 10:51:47 2437ff75d9bd: Download complete 10:51:49 8998bd30e6a1: Pull complete 10:51:49 04944245beec: Pull complete 10:51:51 699f458cf7ca: Pull complete 10:51:51 765212b225bb: Pull complete 10:51:52 f23df028b6ca: Pull complete 10:51:52 d65c8cfc05b1: Pull complete 10:52:10 2437ff75d9bd: Pull complete 10:52:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:52:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:52:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:10 prd-ubuntu20.04-docker-arm64-4c-16g-1036 does not seem to be running inside a container 10:52:11 $ 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/291 -v /w/workspace/device-sdk-go/291:/w/workspace/device-sdk-go/291:rw,z -v /w/workspace/device-sdk-go/291@tmp:/w/workspace/device-sdk-go/291@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 10:52:13 $ docker top b0191a853e87ec95a5ee7784fdfcce5761c137d73ff8ebb9332b348ab768071d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:14 ---> job-cost.sh 10:52:14 lf-activate-venv: SKIPPING 10:52:14 INFO: No Stack... 10:52:15 INFO: Retrieving Pricing Info for: v3-standard-4 10:52:15 INFO: Archiving Costs [Pipeline] sh 10:52:16 + cat /w/workspace/device-sdk-go/291/archives/cost.csv 10:52:16 + cut -d, -f6 [Pipeline] lock 10:52:16 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] 10:52:16 Resource [jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] did not exist. Created. 10:52:16 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:52:17 /w/workspace/device-sdk-go/291@tmp/durable-c474cfd0/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:52:17 + echo total: 0.10999999940395355 [Pipeline] stash 10:52:17 Warning: overwriting stash ‘stack-cost’ 10:52:17 Stashed 1 file(s) [Pipeline] } 10:52:17 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] // lock [Pipeline] } 10:52:17 $ docker stop --time=1 b0191a853e87ec95a5ee7784fdfcce5761c137d73ff8ebb9332b348ab768071d 10:52:19 $ docker rm -f --volumes b0191a853e87ec95a5ee7784fdfcce5761c137d73ff8ebb9332b348ab768071d [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 10:52:19 provisioning config files... 10:52:19 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5780044711621311533tmp [Pipeline] { [Pipeline] sh 10:52:20 + set +x 10:52:20 + curl -s https://codecov.io/bash 10:52:20 + bash -s -- 10:52:20 10:52:20 _____ _ 10:52:20 / ____| | | 10:52:20 | | ___ __| | ___ ___ _____ __ 10:52:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:52:20 | |___| (_) | (_| | __/ (_| (_) \ V / 10:52:20 \_____\___/ \__,_|\___|\___\___/ \_/ 10:52:20 Bash-1.0.6 10:52:20 10:52:20 10:52:20 ==> git version 2.25.1 found 10:52:20 ==> 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 10:52:20 Release-Date: 2020-01-08 10:52:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:52:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:52:20 ==> Jenkins CI detected. 10:52:20 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 10:52:20 project root: . 10:52:20 --> token set from env 10:52:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:52:20 ==> Running gcov in . (disable via -X gcov) 10:52:20 ==> Python coveragepy not found 10:52:20 ==> Searching for coverage reports in: 10:52:20 + . 10:52:20 -> Found 1 reports 10:52:20 ==> Detecting git/mercurial file structure 10:52:20 ==> Reading reports 10:52:20 + ./coverage.out bytes=122153 10:52:20 ==> Appending adjustments 10:52:20 https://docs.codecov.io/docs/fixing-reports 10:52:20 + Found adjustments 10:52:20 ==> Gzipping contents 10:52:20 20K /tmp/codecov.4rFZ4T.gz 10:52:20 ==> Uploading reports 10:52:20 url: https://codecov.io 10:52:20 query: branch=main&commit=911624c003e9e773b2d7c94646c77370a636792b&build=291&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F291%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:52:20 -> Pinging Codecov 10:52:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=911624c003e9e773b2d7c94646c77370a636792b&build=291&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F291%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:52:20 -> Uploading to 10:52:20 https://storage.googleapis.com/codecov/v4/raw/2024-05-29/7E55EF52A471D76F132DFD9A03CDDE97/911624c003e9e773b2d7c94646c77370a636792b/8db47b00-504b-4924-88cf-09acbfc3c769.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240529%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240529T105220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f75cd1db12c28a4b9b8f7ae7abec3c75bed669652f2782057990793fdb6ad0e7 10:52:20 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:20 Dload Upload Total Spent Left Speed 10:52:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16729 0 0 100 16729 0 74351 --:--:-- --:--:-- --:--:-- 74351 10:52:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/911624c003e9e773b2d7c94646c77370a636792b [Pipeline] } 10:52:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:52:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:52:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:52:21 10:52:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:52:22 latest: Pulling from edgex-devops/edgex-snyk-go 10:52:22 619be1103602: Already exists 10:52:22 f8ea3408117e: Pulling fs layer 10:52:22 91320369b822: Pulling fs layer 10:52:22 0406650e8295: Pulling fs layer 10:52:22 4f4fb700ef54: Pulling fs layer 10:52:22 96d80e3f36e1: Pulling fs layer 10:52:22 bcf3aedb951c: Pulling fs layer 10:52:22 96d80e3f36e1: Waiting 10:52:22 bcf3aedb951c: Waiting 10:52:22 4f4fb700ef54: Waiting 10:52:22 0406650e8295: Verifying Checksum 10:52:22 0406650e8295: Download complete 10:52:22 f8ea3408117e: Verifying Checksum 10:52:22 f8ea3408117e: Download complete 10:52:22 4f4fb700ef54: Verifying Checksum 10:52:22 4f4fb700ef54: Download complete 10:52:22 f8ea3408117e: Pull complete 10:52:22 96d80e3f36e1: Verifying Checksum 10:52:22 96d80e3f36e1: Download complete 10:52:22 91320369b822: Verifying Checksum 10:52:22 91320369b822: Download complete 10:52:23 bcf3aedb951c: Verifying Checksum 10:52:23 bcf3aedb951c: Download complete 10:52:25 91320369b822: Pull complete 10:52:25 0406650e8295: Pull complete 10:52:25 4f4fb700ef54: Pull complete 10:52:26 96d80e3f36e1: Pull complete 10:52:28 bcf3aedb951c: Pull complete 10:52:28 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 10:52:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:52:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:28 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:52:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 10:52:32 $ docker top e5ee4770cfc196b1eefb1d18978c040994b8f43832306b951fcdc61543992c26 -eo pid,comm [Pipeline] { [Pipeline] sh 10:52:33 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo 10:52:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 10:52:33 + set -o pipefail 10:52:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 10:52:43 10:52:43 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 10:52:43 10:52:43 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/274fb42f-fc4e-4746-8997-da8889c7aa85 10:52:43 10:52:43 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:52:43 10:52:43 10:52:43 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 10:52:43 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:52:43 $ docker stop --time=1 e5ee4770cfc196b1eefb1d18978c040994b8f43832306b951fcdc61543992c26 10:52:48 $ docker rm -f --volumes e5ee4770cfc196b1eefb1d18978c040994b8f43832306b951fcdc61543992c26 [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 10:52:48 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:52:49 provisioning config files... 10:52:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14399673356292344862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:49 --> edgex-publish-swagger.sh 10:52:49 === Publish openapi/v3 API === 10:52:49 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 10:52:49 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] 10:52:49 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:49 Dload Upload Total Spent Left Speed 10:52:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23830 100 156 100 23674 230 34968 --:--:-- --:--:-- --:--:-- 35147 100 23830 100 156 100 23674 230 34968 --:--:-- --:--:-- --:--:-- 35147 10:52:49 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 10:52:49 [Pipeline] } 10:52:49 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 10:52:50 + git log --format=format:%s -1 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] sh 10:52:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:52:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:52:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:51 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:52:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:52:51 $ docker top f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc -eo pid,comm 10:52:51 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). 10:52:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:52:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:52:51 [ssh-agent] Looking for ssh-agent implementation... 10:52:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:52:51 $ docker exec f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc ssh-agent 10:52:51 SSH_AUTH_SOCK=/tmp/ssh-TjSVjvWSGBkM/agent.33 10:52:51 SSH_AGENT_PID=39 10:52:51 Running ssh-add (command line suppressed) 10:52:51 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1621185752666222773.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1621185752666222773.key) 10:52:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:52:52 + git semver tag 10:52:52 2024-05-29 10:52:52,436 [run_tag] DEBUG tag force:False 10:52:52 2024-05-29 10:52:52,437 [check_head_tag] DEBUG check head tag 10:52:52 2024-05-29 10:52:52,438 [execute] INFO git cat-file --batch-check 10:52:52 2024-05-29 10:52:52,438 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 10:52:52 2024-05-29 10:52:52,442 [execute] INFO git cat-file --batch 10:52:52 2024-05-29 10:52:52,442 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 10:52:52 2024-05-29 10:52:52,468 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:52:52 2024-05-29 10:52:52,468 [execute] INFO git tag -a v3.2.0-dev.16 -m v3.2.0-dev.16 10:52:52 2024-05-29 10:52:52,468 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.16', '-m', 'v3.2.0-dev.16'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 10:52:52 2024-05-29 10:52:52,473 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:52:52 3.2.0-dev.16 [Pipeline] } 10:52:52 $ docker exec --env ******** --env ******** f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc ssh-agent -k 10:52:52 unset SSH_AUTH_SOCK; 10:52:52 unset SSH_AGENT_PID; 10:52:52 echo Agent pid 39 killed; 10:52:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:52:52 + git semver [Pipeline] } 10:52:53 $ docker stop --time=1 f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc 10:52:54 $ docker rm -f --volumes f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:52:54 10:52:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:52:55 0.23.1-centos7: Pulling from edgex-lftools 10:52:55 ab5ef0e58194: Pulling fs layer 10:52:55 9712f1f96733: Pulling fs layer 10:52:55 63f879dbbcfc: Pulling fs layer 10:52:55 0d9ebad4ef96: Pulling fs layer 10:52:55 e9a5061849ea: Pulling fs layer 10:52:55 d747dcd14b5f: Pulling fs layer 10:52:55 2de7ff778b66: Pulling fs layer 10:52:55 d747dcd14b5f: Waiting 10:52:55 2de7ff778b66: Waiting 10:52:55 0d9ebad4ef96: Waiting 10:52:55 e9a5061849ea: Waiting 10:52:55 9712f1f96733: Verifying Checksum 10:52:55 9712f1f96733: Download complete 10:52:55 63f879dbbcfc: Verifying Checksum 10:52:55 63f879dbbcfc: Download complete 10:52:55 e9a5061849ea: Verifying Checksum 10:52:55 e9a5061849ea: Download complete 10:52:55 d747dcd14b5f: Verifying Checksum 10:52:55 d747dcd14b5f: Download complete 10:52:55 ab5ef0e58194: Verifying Checksum 10:52:55 ab5ef0e58194: Download complete 10:52:55 0d9ebad4ef96: Download complete 10:52:55 2de7ff778b66: Verifying Checksum 10:52:55 2de7ff778b66: Download complete 10:52:58 ab5ef0e58194: Pull complete 10:52:58 9712f1f96733: Pull complete 10:52:58 63f879dbbcfc: Pull complete 10:53:02 0d9ebad4ef96: Pull complete 10:53:02 e9a5061849ea: Pull complete 10:53:02 d747dcd14b5f: Pull complete 10:53:03 2de7ff778b66: Pull complete 10:53:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:53:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:53:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:53:03 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:53:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:53:08 $ docker top 6e9958b54124f82ef189759a73e9498db2e506e37ef1903cfc4d73f9603a56e7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:53:08 provisioning config files... 10:53:08 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13922732237364234619tmp 10:53:08 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10409138331734077536tmp 10:53:08 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10787706580180312758tmp [Pipeline] { [Pipeline] echo 10:53:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:53:09 ---> sigul-configuration.sh 10:53:09 gpg: directory `/root/.gnupg' created 10:53:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:53:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:53:09 gpg: keyring `/root/.gnupg/secring.gpg' created 10:53:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:53:09 gpg: CAST5 encrypted data 10:53:09 gpg: encrypted with 1 passphrase 10:53:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:53:09 + mkdir /home/jenkins 10:53:09 + mkdir /home/jenkins/sigul [Pipeline] sh 10:53:09 + 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 10:53:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:53:09 ---> sigul-install.sh 10:53:09 Sigul already installed; skipping installation. [Pipeline] sh 10:53:10 + git tag --list 10:53:10 0.7.1 10:53:10 delhi-tag 10:53:10 v1.0.0 10:53:10 v1.1.0 10:53:10 v1.1.1 10:53:10 v1.1.2 10:53:10 v1.2.0 10:53:10 v1.2.1 10:53:10 v1.2.2 10:53:10 v1.2.3 10:53:10 v1.3.0 10:53:10 v1.4.0 10:53:10 v2.0.0 10:53:10 v2.1.0 10:53:10 v2.1.1 10:53:10 v2.2.0 10:53:10 v2.3.0 10:53:10 v2.3.1 10:53:10 v3.0 10:53:10 v3.0.0 10:53:10 v3.0.1-dev.1 10:53:10 v3.1 10:53:10 v3.1.0 10:53:10 v3.1.0-dev.1 10:53:10 v3.1.0-dev.10 10:53:10 v3.1.0-dev.11 10:53:10 v3.1.0-dev.12 10:53:10 v3.1.0-dev.13 10:53:10 v3.1.0-dev.14 10:53:10 v3.1.0-dev.15 10:53:10 v3.1.0-dev.16 10:53:10 v3.1.0-dev.17 10:53:10 v3.1.0-dev.18 10:53:10 v3.1.0-dev.19 10:53:10 v3.1.0-dev.2 10:53:10 v3.1.0-dev.20 10:53:10 v3.1.0-dev.21 10:53:10 v3.1.0-dev.22 10:53:10 v3.1.0-dev.23 10:53:10 v3.1.0-dev.24 10:53:10 v3.1.0-dev.25 10:53:10 v3.1.0-dev.26 10:53:10 v3.1.0-dev.27 10:53:10 v3.1.0-dev.28 10:53:10 v3.1.0-dev.29 10:53:10 v3.1.0-dev.3 10:53:10 v3.1.0-dev.30 10:53:10 v3.1.0-dev.31 10:53:10 v3.1.0-dev.32 10:53:10 v3.1.0-dev.33 10:53:10 v3.1.0-dev.34 10:53:10 v3.1.0-dev.35 10:53:10 v3.1.0-dev.36 10:53:10 v3.1.0-dev.37 10:53:10 v3.1.0-dev.38 10:53:10 v3.1.0-dev.39 10:53:10 v3.1.0-dev.4 10:53:10 v3.1.0-dev.40 10:53:10 v3.1.0-dev.41 10:53:10 v3.1.0-dev.5 10:53:10 v3.1.0-dev.6 10:53:10 v3.1.0-dev.7 10:53:10 v3.1.0-dev.8 10:53:10 v3.1.0-dev.9 10:53:10 v3.1.1 10:53:10 v3.1.1-dev.1 10:53:10 v3.2.0-dev.1 10:53:10 v3.2.0-dev.10 10:53:10 v3.2.0-dev.11 10:53:10 v3.2.0-dev.12 10:53:10 v3.2.0-dev.13 10:53:10 v3.2.0-dev.14 10:53:10 v3.2.0-dev.15 10:53:10 v3.2.0-dev.16 10:53:10 v3.2.0-dev.2 10:53:10 v3.2.0-dev.3 10:53:10 v3.2.0-dev.4 10:53:10 v3.2.0-dev.5 10:53:10 v3.2.0-dev.6 10:53:10 v3.2.0-dev.7 10:53:10 v3.2.0-dev.8 10:53:10 v3.2.0-dev.9 [Pipeline] sh 10:53:10 + lftools sign git-tag v3.2.0-dev.16 10:53:11 Signing Git tag with Sigul... 10:53:11 Signing v3.2.0-dev.16 [Pipeline] echo 10:53:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:53:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:53:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:53:11 $ docker stop --time=1 6e9958b54124f82ef189759a73e9498db2e506e37ef1903cfc4d73f9603a56e7 10:53:13 $ docker rm -f --volumes 6e9958b54124f82ef189759a73e9498db2e506e37ef1903cfc4d73f9603a56e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:53:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:53:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:53:13 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:53:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:53:14 $ docker top 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:53:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:53:14 [ssh-agent] Looking for ssh-agent implementation... 10:53:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:53:14 $ docker exec 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd ssh-agent 10:53:14 SSH_AUTH_SOCK=/tmp/ssh-TWbsRW2rduWd/agent.32 10:53:14 SSH_AGENT_PID=38 10:53:14 Running ssh-add (command line suppressed) 10:53:14 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14359922636032878287.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14359922636032878287.key) 10:53:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:53:14 + git semver bump pre 10:53:15 2024-05-29 10:53:15,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:53:15 2024-05-29 10:53:15,173 [bump_version] DEBUG bumping version:3.2.0-dev.16 on axis:pre with prefix:dev 10:53:15 2024-05-29 10:53:15,173 [bump_version] DEBUG bumped version:3.2.0-dev.17 10:53:15 2024-05-29 10:53:15,173 [write_version] DEBUG write version:3.2.0-dev.17 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 10:53:15 2024-05-29 10:53:15,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:53:15 2024-05-29 10:53:15,173 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:53:15 2024-05-29 10:53:15,175 [execute] INFO git cat-file --batch-check 10:53:15 2024-05-29 10:53:15,175 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:53:15 2024-05-29 10:53:15,182 [execute] INFO git cat-file --batch 10:53:15 2024-05-29 10:53:15,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:53:15 2024-05-29 10:53:15,189 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:53:15 3.2.0-dev.17 [Pipeline] } 10:53:15 $ docker exec --env ******** --env ******** 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd ssh-agent -k 10:53:15 unset SSH_AUTH_SOCK; 10:53:15 unset SSH_AGENT_PID; 10:53:15 echo Agent pid 38 killed; 10:53:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:53:15 + git semver [Pipeline] } 10:53:15 $ docker stop --time=1 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd 10:53:17 $ docker rm -f --volumes 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd [Pipeline] // withDockerContainer [Pipeline] sh 10:53:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:53:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:53:17 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:53:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:53:18 $ docker top 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 -eo pid,comm 10:53:18 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). 10:53:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:53:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:53:18 [ssh-agent] Looking for ssh-agent implementation... 10:53:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:53:18 $ docker exec 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 ssh-agent 10:53:18 SSH_AUTH_SOCK=/tmp/ssh-jWTyhgMDKNi8/agent.31 10:53:18 SSH_AGENT_PID=38 10:53:18 Running ssh-add (command line suppressed) 10:53:18 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9605733968103103294.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9605733968103103294.key) 10:53:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:53:19 + git semver push 10:53:19 2024-05-29 10:53:19,243 [run_push] DEBUG push 10:53:19 2024-05-29 10:53:19,244 [execute] INFO git cat-file --batch-check 10:53:19 2024-05-29 10:53:19,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:53:19 2024-05-29 10:53:19,249 [execute] INFO git rev-list 95d92cd7a33a93256e23fe55c7fd4326e2d4387f -- 10:53:19 2024-05-29 10:53:19,249 [execute] DEBUG Popen(['git', 'rev-list', '95d92cd7a33a93256e23fe55c7fd4326e2d4387f', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 10:53:19 2024-05-29 10:53:19,260 [execute] INFO git fetch -v origin 10:53:19 2024-05-29 10:53:19,260 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 10:53:19 2024-05-29 10:53:19,713 [run_push] DEBUG no remote changes detected 10:53:19 2024-05-29 10:53:19,714 [execute] INFO git push origin semver 10:53:19 2024-05-29 10:53:19,714 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 10:53:20 2024-05-29 10:53:20,529 [run_push] DEBUG push all version tags 10:53:20 2024-05-29 10:53:20,529 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:53:20 2024-05-29 10:53:20,530 [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) 10:53:21 2024-05-29 10:53:21,162 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 10:53:21 3.2.0-dev.17 [Pipeline] } 10:53:21 $ docker exec --env ******** --env ******** 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 ssh-agent -k 10:53:21 unset SSH_AUTH_SOCK; 10:53:21 unset SSH_AGENT_PID; 10:53:21 echo Agent pid 38 killed; 10:53:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:53:21 + git semver [Pipeline] } 10:53:22 $ docker stop --time=1 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 10:53:23 $ docker rm -f --volumes 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 [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 10:53:24 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 10:53:24 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 10:53:24 total 16 10:53:24 drwxr-xr-x 3 root root 4096 May 29 10:38 . 10:53:24 drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:53 .. 10:53:24 drwxr-xr-x 2 root root 4096 May 29 10:38 cost 10:53:24 -rw-r--r-- 1 root root 85 May 29 10:38 cost.csv 10:53:24 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 10:53:24 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 10:53:24 total 16 10:53:24 drwxr-xr-x 3 jenkins jenkins 4096 May 29 10:38 . 10:53:24 drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:53 .. 10:53:24 drwxr-xr-x 2 jenkins jenkins 4096 May 29 10:38 cost 10:53:24 -rw-r--r-- 1 jenkins jenkins 85 May 29 10:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:53:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:53:25 ---> package-listing.sh 10:53:25 ++ facter osfamily 10:53:25 ++ tr '[:upper:]' '[:lower:]' 10:53:25 + OS_FAMILY=debian 10:53:25 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 10:53:25 + START_PACKAGES=/tmp/packages_start.txt 10:53:25 + END_PACKAGES=/tmp/packages_end.txt 10:53:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:53:25 + PACKAGES=/tmp/packages_start.txt 10:53:25 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 10:53:25 + PACKAGES=/tmp/packages_end.txt 10:53:25 + case "${OS_FAMILY}" in 10:53:25 + dpkg -l 10:53:25 + grep '^ii' 10:53:25 + '[' -f /tmp/packages_start.txt ']' 10:53:25 + '[' -f /tmp/packages_end.txt ']' 10:53:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:53:25 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 10:53:25 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 10:53:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 10:53:25 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 10:53:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:53:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:53:26 prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container 10:53:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:53:26 $ docker top 74f597ac45d6e048431cced48674534b2a9a0bff9d5e25021f78f3270f53a926 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:27 + touch /tmp/pre-build-complete [Pipeline] sh 10:53:27 + mkdir -p /var/log/sysstat [Pipeline] sh 10:53:27 + ls /var/log/sa-host 10:53:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:53:27 provisioning config files... 10:53:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17222565138299941380tmp [Pipeline] { [Pipeline] echo 10:53:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:53:28 ---> create-netrc.sh [Pipeline] } 10:53:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:53:28 ---> python-tools-install.sh [Pipeline] echo 10:53:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:53:28 ---> sudo-logs.sh 10:53:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:53:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:53:29 ---> job-cost.sh 10:53:29 lf-activate-venv: SKIPPING 10:53:29 DEBUG: total: 0.2199999988079071 10:53:29 INFO: Retrieving Stack Cost... 10:53:29 INFO: Retrieving Pricing Info for: v3-standard-8 10:53:29 INFO: Archiving Costs [Pipeline] echo 10:53:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:53:30 ---> logs-deploy.sh 10:53:30 lf-activate-venv: SKIPPING 10:53:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/291 10:53:30 INFO: archiving workspace using pattern(s): 10:53:31 Archives upload complete. 10:53:31 INFO: archiving logs to Nexus