Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 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-ssh9109571815981605398.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6469783765506861201.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh1596202598699168049.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh16581465396986336376.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-ssh12127242205784680162.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.18 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7106’ Running on prd-ubuntu20.04-docker-8c-8g-7109 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 # timeout=10 Commit message: "feat!: replace REST device validation callback with MessageBus (#1325)" > git rev-list --no-walk 5827dcbf4716f89f27efa4d61bbd9e5ed358461d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:07:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:07:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:07:47 ========================================================= 20:07:47 EdgeX Global Pipelines Version Info 20:07:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:07:48 ------------------- 20:07:48 stable info: 20:07:48 ------------------- 20:07:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:07:48 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:07:48 Message: update stable to v1.0.244 20:07:49 ------------------- 20:07:49 experimental info: 20:07:49 ------------------- 20:07:49 Commited By: **** collab-it+edgex@linuxfoundation.org 20:07:49 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:07:49 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7afc2a [Pipeline] echo 20:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:07:49 provisioning config files... 20:07:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7322576601101192515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:50 ---> docker-login.sh 20:07:50 nexus3.edgexfoundry.org:10001 20:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:50 Configure a credential helper to remove this warning. See 20:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:50 20:07:50 Login Succeeded 20:07:50 nexus3.edgexfoundry.org:10002 20:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:50 Configure a credential helper to remove this warning. See 20:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:50 20:07:50 Login Succeeded 20:07:50 nexus3.edgexfoundry.org:10003 20:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:50 Configure a credential helper to remove this warning. See 20:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:50 20:07:50 Login Succeeded 20:07:50 nexus3.edgexfoundry.org:10004 20:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:50 Configure a credential helper to remove this warning. See 20:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:50 20:07:50 Login Succeeded 20:07:50 docker.io 20:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:51 Configure a credential helper to remove this warning. See 20:07:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:51 20:07:51 Login Succeeded 20:07:51 ---> docker-login.sh ends [Pipeline] } 20:07:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:07:51 + git rev-list -1 --merges b7afc2aba7a1c5861c6c21c42b42dc1283ea5949~1..b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo 20:07:51 -----------> git rev-list -1 --merges b7afc2aba7a1c5861c6c21c42b42dc1283ea5949~1..b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [false] [Pipeline] sh 20:07:51 + git log --format=format:%s -1 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo 20:07:51 ========================================================= 20:07:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:07:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:07:52 + git log --format=format:%s -1 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo 20:07:52 [semverPrep] GIT_COMMIT: b7afc2aba7a1c5861c6c21c42b42dc1283ea5949, Commit Message: feat!: replace REST device validation callback with MessageBus (#1325) [Pipeline] echo 20:07:52 [semverPrep] This is not a build commit. [Pipeline] sh 20:07:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:07:52 + grep -v github /etc/ssh/ssh_known_hosts 20:07:52 + [ -e /tmp/ssh_known_hosts ] 20:07:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:07:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:07:52 + sudo tee -a /etc/ssh/ssh_known_hosts 20:07:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:07:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:07:53 20:07:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:07:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:07:53 0.1.4: Pulling from edgex-devops/py-git-semver 20:07:53 b85a868b505f: Pulling fs layer 20:07:53 e2be974225ed: Pulling fs layer 20:07:53 339a4e72a1f5: Pulling fs layer 20:07:53 988bab9f4d93: Pulling fs layer 20:07:53 1469e6f7b9e6: Pulling fs layer 20:07:53 eaf3925da568: Pulling fs layer 20:07:53 bab4dde63d76: Pulling fs layer 20:07:53 bde34c3a00c8: Pulling fs layer 20:07:53 b352a97aabf1: Pulling fs layer 20:07:53 4872d77fe225: Pulling fs layer 20:07:53 5851b861e8e6: Pulling fs layer 20:07:53 1469e6f7b9e6: Waiting 20:07:53 988bab9f4d93: Waiting 20:07:53 bab4dde63d76: Waiting 20:07:53 bde34c3a00c8: Waiting 20:07:53 4872d77fe225: Waiting 20:07:53 5851b861e8e6: Waiting 20:07:53 e2be974225ed: Verifying Checksum 20:07:53 e2be974225ed: Download complete 20:07:53 988bab9f4d93: Verifying Checksum 20:07:53 988bab9f4d93: Download complete 20:07:53 1469e6f7b9e6: Verifying Checksum 20:07:53 1469e6f7b9e6: Download complete 20:07:53 eaf3925da568: Verifying Checksum 20:07:53 eaf3925da568: Download complete 20:07:53 339a4e72a1f5: Verifying Checksum 20:07:53 339a4e72a1f5: Download complete 20:07:53 bde34c3a00c8: Verifying Checksum 20:07:53 bde34c3a00c8: Download complete 20:07:53 b352a97aabf1: Verifying Checksum 20:07:53 b352a97aabf1: Download complete 20:07:53 4872d77fe225: Verifying Checksum 20:07:53 4872d77fe225: Download complete 20:07:53 5851b861e8e6: Download complete 20:07:53 b85a868b505f: Verifying Checksum 20:07:53 b85a868b505f: Download complete 20:07:53 bab4dde63d76: Verifying Checksum 20:07:53 bab4dde63d76: Download complete 20:07:54 b85a868b505f: Pull complete 20:07:55 e2be974225ed: Pull complete 20:07:55 339a4e72a1f5: Pull complete 20:07:55 988bab9f4d93: Pull complete 20:07:55 1469e6f7b9e6: Pull complete 20:07:55 eaf3925da568: Pull complete 20:07:57 bab4dde63d76: Pull complete 20:07:57 bde34c3a00c8: Pull complete 20:07:57 b352a97aabf1: Pull complete 20:07:57 4872d77fe225: Pull complete 20:07:57 5851b861e8e6: Pull complete 20:07:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:07:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:07:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:07:57 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:07:57 $ 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 20:08:00 $ docker top 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 -eo pid,comm 20:08:00 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). 20:08:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:08:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:08:00 [ssh-agent] Looking for ssh-agent implementation... 20:08:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:08:00 $ docker exec 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent 20:08:01 SSH_AUTH_SOCK=/tmp/ssh-lnV0xPGiFMjL/agent.32 20:08:01 SSH_AGENT_PID=38 20:08:01 Running ssh-add (command line suppressed) 20:08:01 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4687483222035988373.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4687483222035988373.key) 20:08:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:08:01 + git tag --points-at HEAD [Pipeline] } 20:08:01 $ docker exec --env ******** --env ******** 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent -k 20:08:01 unset SSH_AUTH_SOCK; 20:08:01 unset SSH_AGENT_PID; 20:08:01 echo Agent pid 38 killed; 20:08:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:08:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:08:01 [ssh-agent] Looking for ssh-agent implementation... 20:08:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:08:01 $ docker exec 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent 20:08:01 SSH_AUTH_SOCK=/tmp/ssh-nccYeOYTBnDJ/agent.70 20:08:01 SSH_AGENT_PID=76 20:08:01 Running ssh-add (command line suppressed) 20:08:01 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1387051533426334896.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1387051533426334896.key) 20:08:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:08:02 + git semver init 20:08:02 2023-02-22 20:08:02,454 [run_init] DEBUG init version:0.0.0 force:False 20:08:02 2023-02-22 20:08:02,455 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 20:08:02 2023-02-22 20:08:02,455 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 20:08:02 2023-02-22 20:08:02,455 [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) 20:08:03 2023-02-22 20:08:03,472 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 20:08:03 2023-02-22 20:08:03,472 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 20:08:03 2023-02-22 20:08:03,472 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:08:03 2023-02-22 20:08:03,473 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:08:03 3.0.0-dev.37 [Pipeline] } 20:08:03 $ docker exec --env ******** --env ******** 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent -k 20:08:04 unset SSH_AUTH_SOCK; 20:08:04 unset SSH_AGENT_PID; 20:08:04 echo Agent pid 76 killed; 20:08:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:08:04 + git semver [Pipeline] } 20:08:04 $ docker stop --time=1 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 20:08:05 $ docker rm -f --volumes 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 [Pipeline] // withDockerContainer [Pipeline] sh 20:08:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:08:06 Stashed 1 file(s) [Pipeline] echo 20:08:06 [edgeXSemver]: initialized semver on version 3.0.0-dev.37 [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 20:08:06 provisioning config files... 20:08:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7812177627305847204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:08:06 ---> docker-login.sh 20:08:06 nexus3.edgexfoundry.org:10001 20:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:06 Configure a credential helper to remove this warning. See 20:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:06 20:08:06 Login Succeeded 20:08:06 nexus3.edgexfoundry.org:10002 20:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:06 Configure a credential helper to remove this warning. See 20:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:06 20:08:06 Login Succeeded 20:08:06 nexus3.edgexfoundry.org:10003 20:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:07 Configure a credential helper to remove this warning. See 20:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:07 20:08:07 Login Succeeded 20:08:07 nexus3.edgexfoundry.org:10004 20:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:07 Configure a credential helper to remove this warning. See 20:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:07 20:08:07 Login Succeeded 20:08:07 docker.io 20:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:07 Configure a credential helper to remove this warning. See 20:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:07 20:08:07 Login Succeeded 20:08:07 ---> docker-login.sh ends [Pipeline] } 20:08:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:08:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:08:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:08:07 ========================================================= 20:08:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:08:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:07 + 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.18-alpine --build-arg MAKE=echo noop --target=builder . 20:08:07 Sending build context to Docker daemon 10.54MB 20:08:07 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 20:08:07 Step 2/10 : FROM ${BASE} AS builder 20:08:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:08:07 213ec9aee27d: Pulling fs layer 20:08:07 4583459ba037: Pulling fs layer 20:08:07 93c1e223e6f2: Pulling fs layer 20:08:07 53926ce57604: Pulling fs layer 20:08:07 21b2b0c7a3f4: Pulling fs layer 20:08:07 22ff95d597cd: Pulling fs layer 20:08:07 12d6caf4c0d1: Pulling fs layer 20:08:07 96b7cbca73a9: Pulling fs layer 20:08:07 a7acece74701: Pulling fs layer 20:08:07 21b2b0c7a3f4: Waiting 20:08:07 22ff95d597cd: Waiting 20:08:07 12d6caf4c0d1: Waiting 20:08:07 96b7cbca73a9: Waiting 20:08:07 a7acece74701: Waiting 20:08:07 53926ce57604: Waiting 20:08:07 93c1e223e6f2: Verifying Checksum 20:08:07 93c1e223e6f2: Download complete 20:08:07 4583459ba037: Verifying Checksum 20:08:07 4583459ba037: Download complete 20:08:08 21b2b0c7a3f4: Verifying Checksum 20:08:08 21b2b0c7a3f4: Download complete 20:08:08 22ff95d597cd: Verifying Checksum 20:08:08 22ff95d597cd: Download complete 20:08:08 213ec9aee27d: Download complete 20:08:08 12d6caf4c0d1: Verifying Checksum 20:08:08 12d6caf4c0d1: Download complete 20:08:08 213ec9aee27d: Pull complete 20:08:08 4583459ba037: Pull complete 20:08:08 93c1e223e6f2: Pull complete 20:08:08 a7acece74701: Verifying Checksum 20:08:08 a7acece74701: Download complete 20:08:08 96b7cbca73a9: Verifying Checksum 20:08:08 96b7cbca73a9: Download complete 20:08:08 53926ce57604: Verifying Checksum 20:08:08 53926ce57604: Download complete 20:08:12 53926ce57604: Pull complete 20:08:12 21b2b0c7a3f4: Pull complete 20:08:12 22ff95d597cd: Pull complete 20:08:12 12d6caf4c0d1: Pull complete 20:08:14 96b7cbca73a9: Pull complete 20:08:15 a7acece74701: Pull complete 20:08:15 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:08:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:08:15 ---> db6d94c90886 20:08:15 Step 3/10 : ARG MAKE=make build 20:08:19 ---> Running in 057e03c0975a 20:08:19 Removing intermediate container 057e03c0975a 20:08:19 ---> a8b547be9494 20:08:19 Step 4/10 : WORKDIR /device-sdk-go 20:08:19 ---> Running in c686a5793f56 20:08:19 Removing intermediate container c686a5793f56 20:08:19 ---> f37bb85aa4c8 20:08:19 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:08:19 ---> Running in 7bb0efb94dd1 20:08:19 Removing intermediate container 7bb0efb94dd1 20:08:19 ---> 563c8a904926 20:08:19 Step 6/10 : RUN apk add --update --no-cache make git 20:08:19 ---> Running in 9a4c1fcff46f 20:08:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:08:20 OK: 211 MiB in 51 packages 20:08:21 Removing intermediate container 9a4c1fcff46f 20:08:21 ---> 89e06d8d1799 20:08:21 Step 7/10 : COPY go.mod vendor* ./ 20:08:21 ---> 35c03855ae1f 20:08:21 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:21 ---> Running in 187261d70181 20:08:21 Still waiting to schedule task 20:08:21 ‘prd-ubuntu20.04-docker-arm64-4c-16g-7107’ is offline 20:08:59 Removing intermediate container 187261d70181 20:08:59 ---> cf32363c1938 20:08:59 Step 9/10 : COPY . . 20:08:59 ---> 7fb4621645f4 20:08:59 Step 10/10 : RUN ${MAKE} 20:08:59 ---> Running in ad2811e7ae6a 20:08:59 noop 20:08:59 Removing intermediate container ad2811e7ae6a 20:08:59 ---> 03be9227b7fd 20:08:59 Successfully built 03be9227b7fd 20:08:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:00 + docker inspect -f . ci-base-image-x86_64 20:09:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:00 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:09:00 $ 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 20:09:00 $ docker top 26f27cab208e6ece960b6f59025c57a31e7f5ab8904375896e9105e5e67f62ef -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:00 + go version 20:09:00 go version go1.18.7 linux/amd64 [Pipeline] } 20:09:00 $ docker stop --time=1 26f27cab208e6ece960b6f59025c57a31e7f5ab8904375896e9105e5e67f62ef 20:09:02 $ docker rm -f --volumes 26f27cab208e6ece960b6f59025c57a31e7f5ab8904375896e9105e5e67f62ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:02 + docker inspect -f . ci-base-image-x86_64 20:09:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:02 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:09:02 $ 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 20:09:03 $ docker top 4125286a22e17d2a558940bf3965062b8415e277682ce86fef649c2842969c26 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:03 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 20:09:03 + make test 20:09:03 go test -race -coverprofile=coverage.out ./... 20:09:10 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 20:09:22 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.059s coverage: 27.6% of statements 20:09:22 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.072s coverage: 78.9% of statements 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 20:09:22 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.091s coverage: 86.0% of statements 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 20:09:22 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 20:09:23 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.097s coverage: 74.7% of statements 20:09:23 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 20:09:26 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.068s coverage: 15.5% of statements 20:09:26 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 20:09:26 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.104s coverage: 65.2% of statements 20:09:26 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 20:09:26 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 20:09:26 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.746s coverage: 89.2% of statements 20:09:26 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 20:09:26 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.066s coverage: 4.6% of statements 20:09:26 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 20:09:44 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:09:44 GO111MODULE=on go vet ./... 20:09:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:09:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:09:46 ./bin/test-attribution-txt.sh [Pipeline] echo 20:09:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:09:46 $ docker stop --time=1 4125286a22e17d2a558940bf3965062b8415e277682ce86fef649c2842969c26 20:09:50 $ docker rm -f --volumes 4125286a22e17d2a558940bf3965062b8415e277682ce86fef649c2842969c26 [Pipeline] // withDockerContainer [Pipeline] sh 20:09:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:09:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:09:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:09:51 + ls -al . 20:09:51 total 284 20:09:51 drwxrwxr-x 11 jenkins jenkins 4096 Feb 22 20:09 . 20:09:51 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:07 .. 20:09:51 -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 20:07 .dockerignore 20:09:51 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:09 .git 20:09:51 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:07 .github 20:09:51 -rw-rw-r-- 1 jenkins jenkins 131 Feb 22 20:07 .gitignore 20:09:51 -rw-rw-r-- 1 jenkins jenkins 42 Feb 22 20:07 .golangci.yml 20:09:51 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:08 .semver 20:09:51 -rw-rw-r-- 1 jenkins jenkins 31677 Feb 22 20:07 CHANGELOG.md 20:09:51 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:07 GOVERNANCE.md 20:09:51 -rw-rw-r-- 1 jenkins jenkins 885 Feb 22 20:07 Jenkinsfile 20:09:51 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 20:07 LICENSE 20:09:51 -rw-rw-r-- 1 jenkins jenkins 1679 Feb 22 20:07 Makefile 20:09:51 -rw-rw-r-- 1 jenkins jenkins 619 Feb 22 20:07 OWNERS.md 20:09:51 -rw-rw-r-- 1 jenkins jenkins 4891 Feb 22 20:07 README.md 20:09:51 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:08 VERSION 20:09:51 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:07 bin 20:09:51 -rw-r--r-- 1 jenkins jenkins 111045 Feb 22 20:09 coverage.out 20:09:51 drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 20:07 example 20:09:51 -rw-rw-r-- 1 jenkins jenkins 3266 Feb 22 20:07 go.mod 20:09:51 -rw-rw-r-- 1 jenkins jenkins 32794 Feb 22 20:07 go.sum 20:09:51 drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 20:07 internal 20:09:51 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:07 openapi 20:09:51 drwxrwxr-x 6 jenkins jenkins 4096 Feb 22 20:07 pkg 20:09:51 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:07 snap 20:09:51 -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 20:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:51 + 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=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 --label arch=amd64 --label version=3.0.0-dev.37 . 20:09:51 Sending build context to Docker daemon 10.66MB 20:09:51 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 20:09:51 Step 2/23 : FROM ${BASE} AS builder 20:09:51 ---> 03be9227b7fd 20:09:51 Step 3/23 : ARG MAKE=make build 20:09:52 ---> Running in d663a60f5294 20:09:52 Removing intermediate container d663a60f5294 20:09:52 ---> 0d7867614ade 20:09:52 Step 4/23 : WORKDIR /device-sdk-go 20:09:52 ---> Running in c865d449ab7e 20:09:52 Removing intermediate container c865d449ab7e 20:09:52 ---> 47908894bfb3 20:09:52 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:09:52 ---> Running in 6572974bdb89 20:09:52 Removing intermediate container 6572974bdb89 20:09:52 ---> 6f3a8589d1cc 20:09:52 Step 6/23 : RUN apk add --update --no-cache make git 20:09:52 ---> Running in ad8245874c43 20:09:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:09:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:09:53 OK: 211 MiB in 51 packages 20:09:53 Removing intermediate container ad8245874c43 20:09:53 ---> d0afa341c9fb 20:09:53 Step 7/23 : COPY go.mod vendor* ./ 20:09:53 ---> e0f4006ab5e4 20:09:53 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:53 ---> Running in f567aa6c52fe 20:09:54 Removing intermediate container f567aa6c52fe 20:09:54 ---> 8a5a5712ee7f 20:09:54 Step 9/23 : COPY . . 20:09:55 ---> fcba224ab435 20:09:55 Step 10/23 : RUN ${MAKE} 20:09:55 ---> Running in bfd3a9264206 20:09:55 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.37" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 20:10:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7111 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 20:10:08 Running in /w/workspace/device-sdk-go/167 [Pipeline] { [Pipeline] checkout 20:10:08 The recommended git tool is: git 20:10:13 using credential edgex-jenkins-ssh 20:10:13 Cloning the remote Git repository 20:10:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 20:10:14 > git init /w/workspace/device-sdk-go/167 # timeout=10 20:10:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 20:10:14 > git --version # timeout=10 20:10:14 > git --version # 'git version 2.25.1' 20:10:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:10:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:10:16 Avoid second fetch 20:10:16 Checking out Revision b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 (main) 20:10:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 20:10:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:10:17 > git config core.sparsecheckout # timeout=10 20:10:17 > git checkout -f b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 # timeout=10 20:10:17 Commit message: "feat!: replace REST device validation callback with MessageBus (#1325)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:10:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:10:18 % Total % Received % Xferd Average Speed Time Time Time Current 20:10:18 Dload Upload Total Spent Left Speed 20:10:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 76813 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh 20:10:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:10:19 + sudo tee /etc/docker/daemon.new 20:10:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:10:19 { 20:10:19 "registry-mirrors": [ 20:10:19 "https://nexus3.edgexfoundry.org:10001" 20:10:19 ], 20:10:19 "bip": "10.250.0.254/24", 20:10:19 "hosts": [ 20:10:19 "tcp://0.0.0.0:5555", 20:10:19 "unix:///var/run/docker.sock" 20:10:19 ], 20:10:19 "mtu": 1458, 20:10:19 "selinux-enabled": true, 20:10:19 "seccomp-profile": "/etc/docker/seccomp.json" 20:10:19 } [Pipeline] sh 20:10:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:10:20 + sudo service docker restart 20:10:29 Removing intermediate container bfd3a9264206 20:10:29 ---> 9c9e4f10c073 20:10:29 Step 11/23 : FROM alpine:3.16 20:10:29 3.16: Pulling from library/alpine 20:10:29 ef5531b6e74e: Pulling fs layer 20:10:31 ef5531b6e74e: Verifying Checksum 20:10:31 ef5531b6e74e: Download complete 20:10:31 ef5531b6e74e: Pull complete 20:10:31 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:10:31 Status: Downloaded newer image for alpine:3.16 20:10:31 ---> dfd21b5a31f5 20:10:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 20:10:31 ---> Running in 514ba95d2f61 20:10:31 Removing intermediate container 514ba95d2f61 20:10:31 ---> ed7ab4532da1 20:10:31 Step 13/23 : RUN apk add --update --no-cache 20:10:31 ---> Running in 90fdab9e89b1 20:10:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:10:40 OK: 6 MiB in 14 packages 20:10:41 Removing intermediate container 90fdab9e89b1 20:10:41 ---> a14bf54004ce 20:10:41 Step 14/23 : WORKDIR / 20:10:41 ---> Running in a80978dac401 20:10:41 Removing intermediate container a80978dac401 20:10:41 ---> f5d3ba5123c2 20:10:41 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 20:10:41 ---> e15237e68ef1 20:10:41 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 20:10:42 ---> 7f889f223102 20:10:42 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 20:10:42 ---> 3a9a45602abb 20:10:42 Step 18/23 : EXPOSE 59999 20:10:42 ---> Running in 4475dfabb988 20:10:42 Removing intermediate container 4475dfabb988 20:10:42 ---> 1c3bf29d78bd 20:10:42 Step 19/23 : ENTRYPOINT ["/device-simple"] 20:10:42 ---> Running in 64953cec51b7 20:10:42 Removing intermediate container 64953cec51b7 20:10:42 ---> 10831293718f 20:10:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:10:42 ---> Running in 1114639b752e 20:10:42 Removing intermediate container 1114639b752e 20:10:42 ---> 13ce0360016a 20:10:42 Step 21/23 : LABEL arch=amd64 20:10:42 ---> Running in bb6587f3e23b 20:10:42 Removing intermediate container bb6587f3e23b 20:10:42 ---> ae28d6fd504a 20:10:42 Step 22/23 : LABEL git_sha=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 20:10:42 ---> Running in 1dd59d5c7058 20:10:42 Removing intermediate container 1dd59d5c7058 20:10:42 ---> 43e2a50d85e6 20:10:42 Step 23/23 : LABEL version=3.0.0-dev.37 20:10:42 ---> Running in 6f2c4650a0ef [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:10:42 provisioning config files... 20:10:42 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/167@tmp/config11412643653021404046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:10:42 Removing intermediate container 6f2c4650a0ef 20:10:42 ---> 1a4ab2a78ece 20:10:42 [Warning] One or more build-args [ARCH] were not consumed 20:10:42 Successfully built 1a4ab2a78ece 20:10:42 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:10:42 ---> docker-login.sh 20:10:42 nexus3.edgexfoundry.org:10001 20:10:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:10:43 20:10:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:10:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:10:43 latest: Pulling from edgex-lftools-log-publisher 20:10:43 5eb5b503b376: Pulling fs layer 20:10:43 5c69ac0246d0: Pulling fs layer 20:10:43 ec43610c2a17: Pulling fs layer 20:10:43 3a2ae6a8a46f: Pulling fs layer 20:10:43 33b1e0a273af: Pulling fs layer 20:10:43 5d3b04190fa2: Pulling fs layer 20:10:43 2f39f015ded8: Pulling fs layer 20:10:43 3a2ae6a8a46f: Waiting 20:10:43 33b1e0a273af: Waiting 20:10:43 5d3b04190fa2: Waiting 20:10:43 2f39f015ded8: Waiting 20:10:43 5c69ac0246d0: Verifying Checksum 20:10:43 5c69ac0246d0: Download complete 20:10:43 3a2ae6a8a46f: Download complete 20:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:43 Configure a credential helper to remove this warning. See 20:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:43 20:10:43 Login Succeeded 20:10:43 nexus3.edgexfoundry.org:10002 20:10:43 33b1e0a273af: Verifying Checksum 20:10:43 33b1e0a273af: Download complete 20:10:43 5d3b04190fa2: Verifying Checksum 20:10:43 5d3b04190fa2: Download complete 20:10:43 ec43610c2a17: Verifying Checksum 20:10:43 ec43610c2a17: Download complete 20:10:43 5eb5b503b376: Verifying Checksum 20:10:43 5eb5b503b376: Download complete 20:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:43 Configure a credential helper to remove this warning. See 20:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:43 20:10:43 Login Succeeded 20:10:43 nexus3.edgexfoundry.org:10003 20:10:44 2f39f015ded8: Download complete 20:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:44 Configure a credential helper to remove this warning. See 20:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:44 20:10:44 Login Succeeded 20:10:44 nexus3.edgexfoundry.org:10004 20:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:44 Configure a credential helper to remove this warning. See 20:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:44 20:10:44 Login Succeeded 20:10:44 docker.io 20:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:45 5eb5b503b376: Pull complete 20:10:45 5c69ac0246d0: Pull complete 20:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:45 Configure a credential helper to remove this warning. See 20:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:45 20:10:45 Login Succeeded 20:10:45 ---> docker-login.sh ends [Pipeline] } 20:10:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:10:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:10:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:10:45 ========================================================= 20:10:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:10:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:10:45 ec43610c2a17: Pull complete 20:10:45 3a2ae6a8a46f: Pull complete 20:10:45 33b1e0a273af: Pull complete 20:10:45 5d3b04190fa2: Pull complete 20:10:46 + 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.18-alpine --build-arg MAKE=echo noop --target=builder . 20:10:46 Sending build context to Docker daemon 5.66MB 20:10:46 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 20:10:46 Step 2/10 : FROM ${BASE} AS builder 20:10:46 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:10:46 9b18e9b68314: Pulling fs layer 20:10:46 35d82f9e3411: Pulling fs layer 20:10:46 e16973657156: Pulling fs layer 20:10:46 fc693d55d65f: Pulling fs layer 20:10:46 7e9fc2657dce: Pulling fs layer 20:10:46 fc693d55d65f: Waiting 20:10:46 dda99020689f: Pulling fs layer 20:10:46 db1c61fa0a46: Pulling fs layer 20:10:46 891c053d2c06: Pulling fs layer 20:10:46 db1c61fa0a46: Waiting 20:10:46 891c053d2c06: Waiting 20:10:46 7e9fc2657dce: Waiting 20:10:46 dda99020689f: Waiting 20:10:46 e16973657156: Verifying Checksum 20:10:46 e16973657156: Download complete 20:10:46 35d82f9e3411: Verifying Checksum 20:10:46 35d82f9e3411: Download complete 20:10:46 7e9fc2657dce: Verifying Checksum 20:10:46 dda99020689f: Verifying Checksum 20:10:46 dda99020689f: Download complete 20:10:46 9b18e9b68314: Verifying Checksum 20:10:46 9b18e9b68314: Download complete 20:10:47 9b18e9b68314: Pull complete 20:10:47 891c053d2c06: Verifying Checksum 20:10:47 891c053d2c06: Download complete 20:10:48 35d82f9e3411: Pull complete 20:10:48 e16973657156: Pull complete 20:10:49 db1c61fa0a46: Verifying Checksum 20:10:49 db1c61fa0a46: Download complete 20:10:49 fc693d55d65f: Verifying Checksum 20:10:49 fc693d55d65f: Download complete 20:10:51 2f39f015ded8: Pull complete 20:10:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:10:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:10:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:10:51 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:10:51 $ 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 20:10:57 $ docker top 244ee53e037a0d25b89d0ad7e8741f5cc338d193cf42bcfcaaccb870cd825bae -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:10:57 ---> job-cost.sh 20:10:57 lf-activate-venv: SKIPPING 20:10:57 INFO: No Stack... 20:10:58 INFO: Retrieving Pricing Info for: v3-standard-8 20:10:58 INFO: Archiving Costs [Pipeline] sh 20:10:58 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 20:10:58 + cut -d, -f6 [Pipeline] lock 20:10:58 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] 20:10:58 Resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] did not exist. Created. 20:10:58 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:10:59 + echo total: 0.2199999988079071 [Pipeline] stash 20:10:59 Stashed 1 file(s) [Pipeline] } 20:10:59 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] // lock [Pipeline] } 20:10:59 $ docker stop --time=1 244ee53e037a0d25b89d0ad7e8741f5cc338d193cf42bcfcaaccb870cd825bae 20:11:00 $ docker rm -f --volumes 244ee53e037a0d25b89d0ad7e8741f5cc338d193cf42bcfcaaccb870cd825bae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:11:02 fc693d55d65f: Pull complete 20:11:02 7e9fc2657dce: Pull complete 20:11:02 dda99020689f: Pull complete 20:11:07 db1c61fa0a46: Pull complete 20:11:08 891c053d2c06: Pull complete 20:11:08 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:11:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:11:08 ---> f96f9c87975a 20:11:08 Step 3/10 : ARG MAKE=make build 20:11:09 ---> Running in 4495196ee4a5 20:11:09 Removing intermediate container 4495196ee4a5 20:11:09 ---> d703c6015bbe 20:11:09 Step 4/10 : WORKDIR /device-sdk-go 20:11:09 ---> Running in bbb8c4fe540f 20:11:10 Removing intermediate container bbb8c4fe540f 20:11:10 ---> e359de3f5b96 20:11:10 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:11:10 ---> Running in 78cc84e41768 20:11:10 Removing intermediate container 78cc84e41768 20:11:10 ---> c8e3bf44d8d3 20:11:10 Step 6/10 : RUN apk add --update --no-cache make git 20:11:10 ---> Running in ac11bd856db7 20:11:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:11:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:11:13 OK: 221 MiB in 51 packages 20:11:14 Removing intermediate container ac11bd856db7 20:11:14 ---> 353474c387c9 20:11:14 Step 7/10 : COPY go.mod vendor* ./ 20:11:14 ---> cef12c6072a0 20:11:14 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:14 ---> Running in 5a2f451057b4 20:12:36 Removing intermediate container 5a2f451057b4 20:12:36 ---> b9d707bd1ce6 20:12:36 Step 9/10 : COPY . . 20:12:36 ---> 1cf8e8bcd9ec 20:12:36 Step 10/10 : RUN ${MAKE} 20:12:36 ---> Running in 029053dbd83d 20:12:36 noop 20:12:36 Removing intermediate container 029053dbd83d 20:12:36 ---> 977faf57006b 20:12:36 Successfully built 977faf57006b 20:12:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:37 + docker inspect -f . ci-base-image-arm64 20:12:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:12:37 prd-ubuntu20.04-docker-arm64-4c-16g-7111 does not seem to be running inside a container 20:12:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/167 -v /w/workspace/device-sdk-go/167:/w/workspace/device-sdk-go/167:rw,z -v /w/workspace/device-sdk-go/167@tmp:/w/workspace/device-sdk-go/167@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 20:12:38 $ docker top efdcc21989e6485950c4e0817a0429b316671774d03c5c029cea52dae76a4b88 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:39 + go version 20:12:39 go version go1.18.7 linux/arm64 [Pipeline] } 20:12:39 $ docker stop --time=1 efdcc21989e6485950c4e0817a0429b316671774d03c5c029cea52dae76a4b88 20:12:41 $ docker rm -f --volumes efdcc21989e6485950c4e0817a0429b316671774d03c5c029cea52dae76a4b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:41 + docker inspect -f . ci-base-image-arm64 20:12:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:12:41 prd-ubuntu20.04-docker-arm64-4c-16g-7111 does not seem to be running inside a container 20:12:42 $ 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/167 -v /w/workspace/device-sdk-go/167:/w/workspace/device-sdk-go/167:rw,z -v /w/workspace/device-sdk-go/167@tmp:/w/workspace/device-sdk-go/167@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 20:12:43 $ docker top 0c343bd8f8addabf0b726306aea75835d2821a5a3819ae253b04f7bef2e48d80 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:43 + git config --global --add safe.directory /w/workspace/device-sdk-go/167 [Pipeline] fileExists [Pipeline] sh 20:12:44 + make test 20:12:44 go test -race -coverprofile=coverage.out ./... 20:13:16 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 20:15:08 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 20:15:08 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 20:15:08 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 20:15:08 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 20:15:08 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 20:15:13 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.321s coverage: 27.6% of statements 20:15:13 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.310s coverage: 78.9% of statements 20:15:13 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 20:15:21 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.448s coverage: 86.0% of statements 20:15:21 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 20:15:21 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 20:15:23 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.466s coverage: 74.7% of statements 20:15:23 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 20:15:23 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.323s coverage: 15.5% of statements 20:15:23 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 20:15:24 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.472s coverage: 65.2% of statements 20:15:24 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 20:15:24 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 20:15:26 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.116s coverage: 89.2% of statements 20:15:26 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 20:15:26 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.341s coverage: 4.6% of statements 20:15:26 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 20:15:26 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:15:26 GO111MODULE=on go vet ./... 20:17:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:17:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:17:03 ./bin/test-attribution-txt.sh [Pipeline] echo 20:17:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:17:03 $ docker stop --time=1 0c343bd8f8addabf0b726306aea75835d2821a5a3819ae253b04f7bef2e48d80 20:17:05 $ docker rm -f --volumes 0c343bd8f8addabf0b726306aea75835d2821a5a3819ae253b04f7bef2e48d80 [Pipeline] // withDockerContainer [Pipeline] sh 20:17:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:17:06 Warning: overwriting stash ‘coverage-report’ 20:17:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:17:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:17:07 + ls -al . 20:17:07 total 280 20:17:07 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:12 . 20:17:07 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:10 .. 20:17:07 -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 20:10 .dockerignore 20:17:07 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:10 .git 20:17:07 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:10 .github 20:17:07 -rw-rw-r-- 1 jenkins jenkins 131 Feb 22 20:10 .gitignore 20:17:07 -rw-rw-r-- 1 jenkins jenkins 42 Feb 22 20:10 .golangci.yml 20:17:07 -rw-rw-r-- 1 jenkins jenkins 31677 Feb 22 20:10 CHANGELOG.md 20:17:07 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:10 GOVERNANCE.md 20:17:07 -rw-rw-r-- 1 jenkins jenkins 885 Feb 22 20:10 Jenkinsfile 20:17:07 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 20:10 LICENSE 20:17:07 -rw-rw-r-- 1 jenkins jenkins 1679 Feb 22 20:10 Makefile 20:17:07 -rw-rw-r-- 1 jenkins jenkins 619 Feb 22 20:10 OWNERS.md 20:17:07 -rw-rw-r-- 1 jenkins jenkins 4891 Feb 22 20:10 README.md 20:17:07 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:08 VERSION 20:17:07 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:10 bin 20:17:07 -rw-r--r-- 1 jenkins jenkins 111046 Feb 22 20:15 coverage.out 20:17:07 drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 20:10 example 20:17:07 -rw-rw-r-- 1 jenkins jenkins 3266 Feb 22 20:10 go.mod 20:17:07 -rw-rw-r-- 1 jenkins jenkins 32794 Feb 22 20:10 go.sum 20:17:07 drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 20:10 internal 20:17:07 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:10 openapi 20:17:07 drwxrwxr-x 6 jenkins jenkins 4096 Feb 22 20:10 pkg 20:17:07 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:10 snap 20:17:07 -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 20:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:08 + 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=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 --label arch=arm64 --label version=3.0.0-dev.37 . 20:17:08 Sending build context to Docker daemon 5.772MB 20:17:08 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 20:17:08 Step 2/23 : FROM ${BASE} AS builder 20:17:08 ---> 977faf57006b 20:17:08 Step 3/23 : ARG MAKE=make build 20:17:08 ---> Running in 04d8ac9b4953 20:17:08 Removing intermediate container 04d8ac9b4953 20:17:08 ---> 7bb060d0815e 20:17:08 Step 4/23 : WORKDIR /device-sdk-go 20:17:08 ---> Running in 524e17a38bd2 20:17:09 Removing intermediate container 524e17a38bd2 20:17:09 ---> 9b639194174c 20:17:09 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:17:09 ---> Running in 37765e46b267 20:17:09 Removing intermediate container 37765e46b267 20:17:09 ---> c32cffce49c0 20:17:09 Step 6/23 : RUN apk add --update --no-cache make git 20:17:09 ---> Running in 5fbd9ad77dc3 20:17:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:17:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:17:11 OK: 221 MiB in 51 packages 20:17:12 Removing intermediate container 5fbd9ad77dc3 20:17:12 ---> 08cc863fb19d 20:17:12 Step 7/23 : COPY go.mod vendor* ./ 20:17:13 ---> 6b94402f6caf 20:17:13 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:13 ---> Running in 4ceda51b6b70 20:17:16 Removing intermediate container 4ceda51b6b70 20:17:16 ---> 7e5156f4c9f0 20:17:16 Step 9/23 : COPY . . 20:17:17 ---> 7c2a119ccbd1 20:17:17 Step 10/23 : RUN ${MAKE} 20:17:17 ---> Running in 28a4d648bd6c 20:17:18 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.37" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 20:19:24 Removing intermediate container 28a4d648bd6c 20:19:24 ---> 23f01d8bc2d4 20:19:24 Step 11/23 : FROM alpine:3.16 20:19:24 3.16: Pulling from library/alpine 20:19:24 3760b48202b3: Pulling fs layer 20:19:24 3760b48202b3: Download complete 20:19:24 3760b48202b3: Pull complete 20:19:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:19:24 Status: Downloaded newer image for alpine:3.16 20:19:24 ---> 4c81e5bf8899 20:19:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 20:19:24 ---> Running in fc1ba8680eba 20:19:24 Removing intermediate container fc1ba8680eba 20:19:24 ---> 168cd9b8d892 20:19:24 Step 13/23 : RUN apk add --update --no-cache 20:19:24 ---> Running in 509e4db7479c 20:19:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:19:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:19:24 OK: 5 MiB in 14 packages 20:19:24 Removing intermediate container 509e4db7479c 20:19:24 ---> 54146622e445 20:19:24 Step 14/23 : WORKDIR / 20:19:24 ---> Running in f6f32fd458ca 20:19:24 Removing intermediate container f6f32fd458ca 20:19:24 ---> 4d29f4d71636 20:19:24 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 20:19:24 ---> 4a129ba7e687 20:19:24 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 20:19:24 ---> b4d879209797 20:19:24 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 20:19:24 ---> 087512aec841 20:19:24 Step 18/23 : EXPOSE 59999 20:19:24 ---> Running in d33223242c94 20:19:24 Removing intermediate container d33223242c94 20:19:24 ---> e4d75844bfe5 20:19:24 Step 19/23 : ENTRYPOINT ["/device-simple"] 20:19:24 ---> Running in 3e1482c00deb 20:19:24 Removing intermediate container 3e1482c00deb 20:19:24 ---> 8ce0f46c515e 20:19:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:19:24 ---> Running in 6e906c081ad1 20:19:24 Removing intermediate container 6e906c081ad1 20:19:24 ---> f39c8da0056a 20:19:24 Step 21/23 : LABEL arch=arm64 20:19:24 ---> Running in e2c123932959 20:19:24 Removing intermediate container e2c123932959 20:19:24 ---> 1deee4881a49 20:19:24 Step 22/23 : LABEL git_sha=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 20:19:24 ---> Running in 1733d06b3e5e 20:19:24 Removing intermediate container 1733d06b3e5e 20:19:24 ---> 8d4f0800a70a 20:19:24 Step 23/23 : LABEL version=3.0.0-dev.37 20:19:24 ---> Running in 24b2a72e9cb7 20:19:25 Removing intermediate container 24b2a72e9cb7 20:19:25 ---> aa9cb8da1e53 20:19:25 [Warning] One or more build-args [ARCH] were not consumed 20:19:25 Successfully built aa9cb8da1e53 20:19:25 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:25 20:19:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:25 arm64: Pulling from edgex-lftools-log-publisher 20:19:25 8998bd30e6a1: Pulling fs layer 20:19:25 04944245beec: Pulling fs layer 20:19:25 699f458cf7ca: Pulling fs layer 20:19:25 765212b225bb: Pulling fs layer 20:19:25 f23df028b6ca: Pulling fs layer 20:19:25 d65c8cfc05b1: Pulling fs layer 20:19:25 2437ff75d9bd: Pulling fs layer 20:19:25 f23df028b6ca: Waiting 20:19:25 d65c8cfc05b1: Waiting 20:19:25 2437ff75d9bd: Waiting 20:19:25 765212b225bb: Waiting 20:19:26 04944245beec: Verifying Checksum 20:19:26 04944245beec: Download complete 20:19:26 765212b225bb: Verifying Checksum 20:19:26 765212b225bb: Download complete 20:19:26 f23df028b6ca: Verifying Checksum 20:19:26 f23df028b6ca: Download complete 20:19:26 d65c8cfc05b1: Verifying Checksum 20:19:26 d65c8cfc05b1: Download complete 20:19:26 699f458cf7ca: Verifying Checksum 20:19:26 699f458cf7ca: Download complete 20:19:26 8998bd30e6a1: Verifying Checksum 20:19:26 8998bd30e6a1: Download complete 20:19:28 2437ff75d9bd: Verifying Checksum 20:19:28 2437ff75d9bd: Download complete 20:19:30 8998bd30e6a1: Pull complete 20:19:30 04944245beec: Pull complete 20:19:31 699f458cf7ca: Pull complete 20:19:31 765212b225bb: Pull complete 20:19:32 f23df028b6ca: Pull complete 20:19:32 d65c8cfc05b1: Pull complete 20:19:45 2437ff75d9bd: Pull complete 20:19:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:19:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:19:45 prd-ubuntu20.04-docker-arm64-4c-16g-7111 does not seem to be running inside a container 20:19:45 $ 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/167 -v /w/workspace/device-sdk-go/167:/w/workspace/device-sdk-go/167:rw,z -v /w/workspace/device-sdk-go/167@tmp:/w/workspace/device-sdk-go/167@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 20:19:47 $ docker top 360d13b7abfcadae75242d3d98b7bbc599b035ba43c7286c0543906c651a654f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:48 ---> job-cost.sh 20:19:48 lf-activate-venv: SKIPPING 20:19:48 INFO: No Stack... 20:19:48 INFO: Retrieving Pricing Info for: v3-standard-4 20:19:49 INFO: Archiving Costs [Pipeline] sh 20:19:50 + cat /w/workspace/device-sdk-go/167/archives/cost.csv 20:19:50 + cut -d, -f6 [Pipeline] lock 20:19:50 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] 20:19:50 Resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] did not exist. Created. 20:19:50 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:19:50 /w/workspace/device-sdk-go/167@tmp/durable-602026af/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:19:51 + echo total: 0.10999999940395355 [Pipeline] stash 20:19:51 Warning: overwriting stash ‘stack-cost’ 20:19:51 Stashed 1 file(s) [Pipeline] } 20:19:51 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] // lock [Pipeline] } 20:19:51 $ docker stop --time=1 360d13b7abfcadae75242d3d98b7bbc599b035ba43c7286c0543906c651a654f 20:19:52 $ docker rm -f --volumes 360d13b7abfcadae75242d3d98b7bbc599b035ba43c7286c0543906c651a654f [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 20:19:53 provisioning config files... 20:19:53 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8455005908054926992tmp [Pipeline] { [Pipeline] sh 20:19:53 + set +x 20:19:53 + bash -s -- 20:19:53 + curl -s https://codecov.io/bash 20:19:53 20:19:53 _____ _ 20:19:53 / ____| | | 20:19:53 | | ___ __| | ___ ___ _____ __ 20:19:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:19:53 | |___| (_) | (_| | __/ (_| (_) \ V / 20:19:53 \_____\___/ \__,_|\___|\___\___/ \_/ 20:19:53 Bash-1.0.6 20:19:53 20:19:53 20:19:53 ==> git version 2.25.1 found 20:19:53 ==> 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 20:19:53 Release-Date: 2020-01-08 20:19:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:19:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:19:53 ==> Jenkins CI detected. 20:19:53 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 20:19:53 project root: . 20:19:53 --> token set from env 20:19:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:19:53 ==> Running gcov in . (disable via -X gcov) 20:19:53 ==> Python coveragepy not found 20:19:53 ==> Searching for coverage reports in: 20:19:53 + . 20:19:53 -> Found 1 reports 20:19:53 ==> Detecting git/mercurial file structure 20:19:53 ==> Reading reports 20:19:53 + ./coverage.out bytes=111046 20:19:53 ==> Appending adjustments 20:19:53 https://docs.codecov.io/docs/fixing-reports 20:19:54 + Found adjustments 20:19:54 ==> Gzipping contents 20:19:54 16K /tmp/codecov.TThwvm.gz 20:19:54 ==> Uploading reports 20:19:54 url: https://codecov.io 20:19:54 query: branch=main&commit=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F167%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:19:54 -> Pinging Codecov 20:19:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=main&commit=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F167%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:19:54 -> Uploading to 20:19:54 https://storage.googleapis.com/codecov/v4/raw/2023-02-22/7E55EF52A471D76F132DFD9A03CDDE97/b7afc2aba7a1c5861c6c21c42b42dc1283ea5949/2a44410c-5fd3-4f82-a4a3-6bb86400dab2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T201954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67d7e46f805158b572fec6644028bff01edb43c28b7f39dba7548fac17ba6554 20:19:54 % Total % Received % Xferd Average Speed Time Time Time Current 20:19:54 Dload Upload Total Spent Left Speed 20:19:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15340 0 0 100 15340 0 53449 --:--:-- --:--:-- --:--:-- 53449 20:19:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] } 20:19:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:19:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:19:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:19:55 20:19:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:19:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:19:55 df9b9388f04a: Pulling fs layer 20:19:55 52dc419b0ee2: Pulling fs layer 20:19:55 25bc292e5bac: Pulling fs layer 20:19:55 114826534d7a: Pulling fs layer 20:19:55 4657fd5d0bcf: Pulling fs layer 20:19:55 6ad1cebc031e: Pulling fs layer 20:19:55 8a3aa393b2d8: Pulling fs layer 20:19:55 8a3aa393b2d8: Waiting 20:19:55 6ad1cebc031e: Waiting 20:19:55 114826534d7a: Waiting 20:19:55 25bc292e5bac: Verifying Checksum 20:19:55 52dc419b0ee2: Verifying Checksum 20:19:55 52dc419b0ee2: Download complete 20:19:55 4657fd5d0bcf: Verifying Checksum 20:19:55 4657fd5d0bcf: Download complete 20:19:55 df9b9388f04a: Verifying Checksum 20:19:55 df9b9388f04a: Pull complete 20:19:55 6ad1cebc031e: Verifying Checksum 20:19:55 6ad1cebc031e: Download complete 20:19:55 52dc419b0ee2: Pull complete 20:19:55 25bc292e5bac: Pull complete 20:19:56 114826534d7a: Verifying Checksum 20:19:56 114826534d7a: Download complete 20:19:56 8a3aa393b2d8: Verifying Checksum 20:19:56 8a3aa393b2d8: Download complete 20:19:59 114826534d7a: Pull complete 20:19:59 4657fd5d0bcf: Pull complete 20:19:59 6ad1cebc031e: Pull complete 20:20:02 8a3aa393b2d8: Pull complete 20:20:02 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:20:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:20:02 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:20:02 $ 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:1.410.4 cat 20:20:09 $ docker top ce5fcbec0c82b2938dafd87feca5d2a6322366a7f75557a0408f42ed452797a3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:20:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 20:20:09 + set -o pipefail 20:20:09 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 20:20:14 20:20:14 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 20:20:14 20:20:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/f31485c7-0c46-498d-a888-433a15bc08f4 20:20:14 20:20:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:20:14 20:20:14 20:20:14 A medium severity vulnerability was found in the Snyk CLI versions you are using. 20:20:14 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 20:20:14 More details here: https://snyk.co/ue1NS [Pipeline] } 20:20:14 $ docker stop --time=1 ce5fcbec0c82b2938dafd87feca5d2a6322366a7f75557a0408f42ed452797a3 20:20:18 $ docker rm -f --volumes ce5fcbec0c82b2938dafd87feca5d2a6322366a7f75557a0408f42ed452797a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:20:19 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:20:19 provisioning config files... 20:20:19 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11385258444984170472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:20:19 --> edgex-publish-swagger.sh 20:20:19 === Publish openapi/v3 API === 20:20:19 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 20:20:19 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] 20:20:19 % Total % Received % Xferd Average Speed Time Time Time Current 20:20:19 Dload Upload Total Spent Left Speed 20:20:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 43650 --:--:-- --:--:-- --:--:-- 43569 100 23571 0 0 100 23571 0 43650 --:--:-- --:--:-- --:--:-- 43569 20:20:19 20:20:19 [Pipeline] } 20:20:19 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 20:20:20 + git log --format=format:%s -1 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] sh 20:20:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:20:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:20:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:20:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:20:20 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:20:21 $ 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 20:20:21 $ docker top 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:20:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:20:21 [ssh-agent] Looking for ssh-agent implementation... 20:20:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:20:21 $ docker exec 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac ssh-agent 20:20:21 SSH_AUTH_SOCK=/tmp/ssh-qmJysfF4EjhJ/agent.33 20:20:21 SSH_AGENT_PID=39 20:20:21 Running ssh-add (command line suppressed) 20:20:21 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14947594330606552127.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14947594330606552127.key) 20:20:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:20:22 + git semver tag 20:20:22 2023-02-22 20:20:22,350 [run_tag] DEBUG tag force:False 20:20:22 2023-02-22 20:20:22,350 [check_head_tag] DEBUG check head tag 20:20:22 2023-02-22 20:20:22,352 [execute] INFO git cat-file --batch-check 20:20:22 2023-02-22 20:20:22,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 20:20:22 2023-02-22 20:20:22,355 [execute] INFO git cat-file --batch 20:20:22 2023-02-22 20:20:22,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 20:20:22 2023-02-22 20:20:22,384 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:20:22 2023-02-22 20:20:22,384 [execute] INFO git tag -a v3.0.0-dev.37 -m v3.0.0-dev.37 20:20:22 2023-02-22 20:20:22,384 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.37', '-m', 'v3.0.0-dev.37'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 20:20:22 2023-02-22 20:20:22,390 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:20:22 3.0.0-dev.37 [Pipeline] } 20:20:22 $ docker exec --env ******** --env ******** 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac ssh-agent -k 20:20:22 unset SSH_AUTH_SOCK; 20:20:22 unset SSH_AGENT_PID; 20:20:22 echo Agent pid 39 killed; 20:20:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:20:22 + git semver [Pipeline] } 20:20:23 $ docker stop --time=1 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac 20:20:24 $ docker rm -f --volumes 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:20:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:20:24 20:20:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:20:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:20:25 0.23.1-centos7: Pulling from edgex-lftools 20:20:25 ab5ef0e58194: Pulling fs layer 20:20:25 9712f1f96733: Pulling fs layer 20:20:25 63f879dbbcfc: Pulling fs layer 20:20:25 0d9ebad4ef96: Pulling fs layer 20:20:25 e9a5061849ea: Pulling fs layer 20:20:25 d747dcd14b5f: Pulling fs layer 20:20:25 2de7ff778b66: Pulling fs layer 20:20:25 0d9ebad4ef96: Waiting 20:20:25 e9a5061849ea: Waiting 20:20:25 d747dcd14b5f: Waiting 20:20:25 9712f1f96733: Verifying Checksum 20:20:25 9712f1f96733: Download complete 20:20:25 63f879dbbcfc: Verifying Checksum 20:20:25 63f879dbbcfc: Download complete 20:20:26 e9a5061849ea: Verifying Checksum 20:20:26 e9a5061849ea: Download complete 20:20:26 ab5ef0e58194: Verifying Checksum 20:20:26 ab5ef0e58194: Download complete 20:20:26 d747dcd14b5f: Verifying Checksum 20:20:26 d747dcd14b5f: Download complete 20:20:26 0d9ebad4ef96: Verifying Checksum 20:20:26 0d9ebad4ef96: Download complete 20:20:26 2de7ff778b66: Verifying Checksum 20:20:26 2de7ff778b66: Download complete 20:20:58 ab5ef0e58194: Pull complete 20:20:58 9712f1f96733: Pull complete 20:20:58 63f879dbbcfc: Pull complete 20:21:06 0d9ebad4ef96: Pull complete 20:21:06 e9a5061849ea: Pull complete 20:21:06 d747dcd14b5f: Pull complete 20:21:08 2de7ff778b66: Pull complete 20:21:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:21:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:21:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:21:09 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:21:09 $ 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 20:21:31 $ docker top 8addc80fc6902d1ea3fe126d9ec223bfb4658a63c71380fb14326bc15ae64fd5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:21:31 provisioning config files... 20:21:31 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1320360373874574403tmp 20:21:31 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17371645412660411484tmp 20:21:31 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14836206084392931700tmp [Pipeline] { [Pipeline] echo 20:21:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:21:32 ---> sigul-configuration.sh 20:21:32 gpg: directory `/root/.gnupg' created 20:21:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:21:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:21:32 gpg: keyring `/root/.gnupg/secring.gpg' created 20:21:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:21:32 gpg: CAST5 encrypted data 20:21:32 gpg: encrypted with 1 passphrase 20:21:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:21:32 + mkdir /home/jenkins 20:21:32 + mkdir /home/jenkins/sigul [Pipeline] sh 20:21:32 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:21:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:21:33 ---> sigul-install.sh 20:21:33 Sigul already installed; skipping installation. [Pipeline] sh 20:21:33 + git tag --list 20:21:33 0.7.1 20:21:33 delhi-tag 20:21:33 v1.0.0 20:21:33 v1.1.0 20:21:33 v1.1.1 20:21:33 v1.1.2 20:21:33 v1.2.0 20:21:33 v1.2.1 20:21:33 v1.2.2 20:21:33 v1.2.3 20:21:33 v1.3.0 20:21:33 v1.4.0 20:21:33 v2.0.0 20:21:33 v2.1.0 20:21:33 v2.1.1 20:21:33 v2.1.1-dev.2 20:21:33 v2.1.1-dev.3 20:21:33 v2.2.0 20:21:33 v2.2.1-dev.1 20:21:33 v2.2.1-dev.10 20:21:33 v2.2.1-dev.11 20:21:33 v2.2.1-dev.12 20:21:33 v2.2.1-dev.13 20:21:33 v2.2.1-dev.14 20:21:33 v2.2.1-dev.2 20:21:33 v2.2.1-dev.3 20:21:33 v2.2.1-dev.4 20:21:33 v2.2.1-dev.5 20:21:33 v2.2.1-dev.6 20:21:33 v2.2.1-dev.7 20:21:33 v2.2.1-dev.8 20:21:33 v2.2.1-dev.9 20:21:33 v2.3.0 20:21:33 v2.3.0-dev.14 20:21:33 v2.3.0-dev.15 20:21:33 v2.3.0-dev.16 20:21:33 v2.3.0-dev.17 20:21:33 v2.3.0-dev.18 20:21:33 v2.3.0-dev.19 20:21:33 v2.3.0-dev.20 20:21:33 v2.3.0-dev.21 20:21:33 v2.3.0-dev.22 20:21:33 v2.3.0-dev.23 20:21:33 v2.3.0-dev.24 20:21:33 v2.3.0-dev.25 20:21:33 v2.3.0-dev.26 20:21:33 v2.3.0-dev.27 20:21:33 v2.3.0-dev.28 20:21:33 v2.3.0-dev.29 20:21:33 v2.3.0-dev.30 20:21:33 v2.3.0-dev.31 20:21:33 v2.3.0-dev.32 20:21:33 v2.3.0-dev.33 20:21:33 v2.3.0-dev.34 20:21:33 v2.3.0-dev.35 20:21:33 v2.3.0-dev.36 20:21:33 v2.3.0-dev.37 20:21:33 v2.3.0-dev.38 20:21:33 v2.3.0-dev.39 20:21:33 v2.3.0-dev.40 20:21:33 v2.3.0-dev.41 20:21:33 v2.3.0-dev.42 20:21:33 v2.3.0-dev.43 20:21:33 v2.3.0-dev.44 20:21:33 v2.3.0-dev.45 20:21:33 v2.3.0-dev.46 20:21:33 v2.3.0-dev.47 20:21:33 v2.3.0-dev.48 20:21:33 v2.3.0-dev.49 20:21:33 v2.3.0-dev.50 20:21:33 v2.3.0-dev.51 20:21:33 v2.3.1-dev.1 20:21:33 v2.3.1-dev.2 20:21:33 v3.0.0-dev.1 20:21:33 v3.0.0-dev.10 20:21:33 v3.0.0-dev.11 20:21:33 v3.0.0-dev.12 20:21:33 v3.0.0-dev.13 20:21:33 v3.0.0-dev.14 20:21:33 v3.0.0-dev.15 20:21:33 v3.0.0-dev.16 20:21:33 v3.0.0-dev.17 20:21:33 v3.0.0-dev.18 20:21:33 v3.0.0-dev.19 20:21:33 v3.0.0-dev.2 20:21:33 v3.0.0-dev.20 20:21:33 v3.0.0-dev.21 20:21:33 v3.0.0-dev.22 20:21:33 v3.0.0-dev.23 20:21:33 v3.0.0-dev.24 20:21:33 v3.0.0-dev.25 20:21:33 v3.0.0-dev.26 20:21:33 v3.0.0-dev.27 20:21:33 v3.0.0-dev.28 20:21:33 v3.0.0-dev.29 20:21:33 v3.0.0-dev.3 20:21:33 v3.0.0-dev.30 20:21:33 v3.0.0-dev.31 20:21:33 v3.0.0-dev.32 20:21:33 v3.0.0-dev.33 20:21:33 v3.0.0-dev.34 20:21:33 v3.0.0-dev.35 20:21:33 v3.0.0-dev.36 20:21:33 v3.0.0-dev.37 20:21:33 v3.0.0-dev.4 20:21:33 v3.0.0-dev.5 20:21:33 v3.0.0-dev.6 20:21:33 v3.0.0-dev.7 20:21:33 v3.0.0-dev.8 20:21:33 v3.0.0-dev.9 [Pipeline] sh 20:21:33 + lftools sign git-tag v3.0.0-dev.37 20:21:34 Signing Git tag with Sigul... 20:21:34 Signing v3.0.0-dev.37 [Pipeline] echo 20:21:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:21:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:21:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:21:35 $ docker stop --time=1 8addc80fc6902d1ea3fe126d9ec223bfb4658a63c71380fb14326bc15ae64fd5 20:21:36 $ docker rm -f --volumes 8addc80fc6902d1ea3fe126d9ec223bfb4658a63c71380fb14326bc15ae64fd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:21:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:21:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:21:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:21:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:21:37 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:21:37 $ 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 20:21:37 $ docker top e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc -eo pid,comm 20:21:37 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:21:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:21:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:37 [ssh-agent] Looking for ssh-agent implementation... 20:21:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:38 $ docker exec e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc ssh-agent 20:21:38 SSH_AUTH_SOCK=/tmp/ssh-eZTcugai9qTY/agent.32 20:21:38 SSH_AGENT_PID=38 20:21:38 Running ssh-add (command line suppressed) 20:21:38 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5454699773373060666.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5454699773373060666.key) 20:21:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:38 + git semver bump pre 20:21:38 2023-02-22 20:21:38,856 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:21:38 2023-02-22 20:21:38,857 [bump_version] DEBUG bumping version:3.0.0-dev.37 on axis:pre with prefix:dev 20:21:38 2023-02-22 20:21:38,857 [bump_version] DEBUG bumped version:3.0.0-dev.38 20:21:38 2023-02-22 20:21:38,857 [write_version] DEBUG write version:3.0.0-dev.38 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 20:21:38 2023-02-22 20:21:38,857 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:21:38 2023-02-22 20:21:38,857 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:21:38 2023-02-22 20:21:38,860 [execute] INFO git cat-file --batch-check 20:21:38 2023-02-22 20:21:38,860 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:21:38 2023-02-22 20:21:38,866 [execute] INFO git cat-file --batch 20:21:38 2023-02-22 20:21:38,867 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:21:38 2023-02-22 20:21:38,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:21:38 3.0.0-dev.38 [Pipeline] } 20:21:38 $ docker exec --env ******** --env ******** e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc ssh-agent -k 20:21:39 unset SSH_AUTH_SOCK; 20:21:39 unset SSH_AGENT_PID; 20:21:39 echo Agent pid 38 killed; 20:21:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:39 + git semver [Pipeline] } 20:21:39 $ docker stop --time=1 e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc 20:21:40 $ docker rm -f --volumes e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc [Pipeline] // withDockerContainer [Pipeline] sh 20:21:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:21:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:21:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:21:41 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:21:41 $ 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 20:21:42 $ docker top 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:21:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:42 [ssh-agent] Looking for ssh-agent implementation... 20:21:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:42 $ docker exec 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 ssh-agent 20:21:42 SSH_AUTH_SOCK=/tmp/ssh-xfRQwumPIiRM/agent.32 20:21:42 SSH_AGENT_PID=38 20:21:42 Running ssh-add (command line suppressed) 20:21:42 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18227453800364421221.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18227453800364421221.key) 20:21:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:42 + git semver push 20:21:43 2023-02-22 20:21:42,984 [run_push] DEBUG push 20:21:43 2023-02-22 20:21:42,985 [execute] INFO git cat-file --batch-check 20:21:43 2023-02-22 20:21:42,985 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:21:43 2023-02-22 20:21:42,989 [execute] INFO git rev-list 1ec53701c0fc1636f3eaa6452bd62f045a152d2e -- 20:21:43 2023-02-22 20:21:42,989 [execute] DEBUG Popen(['git', 'rev-list', '1ec53701c0fc1636f3eaa6452bd62f045a152d2e', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 20:21:43 2023-02-22 20:21:43,000 [execute] INFO git fetch -v origin 20:21:43 2023-02-22 20:21:43,001 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 20:21:43 2023-02-22 20:21:43,517 [run_push] DEBUG no remote changes detected 20:21:43 2023-02-22 20:21:43,518 [execute] INFO git push origin semver 20:21:43 2023-02-22 20:21:43,518 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 20:21:44 2023-02-22 20:21:44,357 [run_push] DEBUG push all version tags 20:21:44 2023-02-22 20:21:44,357 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:21:44 2023-02-22 20:21:44,358 [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) 20:21:45 2023-02-22 20:21:45,156 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 20:21:45 3.0.0-dev.38 [Pipeline] } 20:21:45 $ docker exec --env ******** --env ******** 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 ssh-agent -k 20:21:45 unset SSH_AUTH_SOCK; 20:21:45 unset SSH_AGENT_PID; 20:21:45 echo Agent pid 38 killed; 20:21:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:46 + git semver [Pipeline] } 20:21:46 $ docker stop --time=1 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 20:21:47 $ docker rm -f --volumes 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:21:48 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 20:21:48 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 20:21:48 total 16 20:21:48 drwxr-xr-x 3 root root 4096 Feb 22 20:10 . 20:21:48 drwxrwxr-x 12 jenkins jenkins 4096 Feb 22 20:21 .. 20:21:48 drwxr-xr-x 2 root root 4096 Feb 22 20:10 cost 20:21:48 -rw-r--r-- 1 root root 85 Feb 22 20:10 cost.csv 20:21:48 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 20:21:48 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 20:21:48 total 16 20:21:48 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:10 . 20:21:48 drwxrwxr-x 12 jenkins jenkins 4096 Feb 22 20:21 .. 20:21:48 drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 20:10 cost 20:21:48 -rw-r--r-- 1 jenkins jenkins 85 Feb 22 20:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:21:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:21:49 ---> package-listing.sh 20:21:49 ++ facter osfamily 20:21:49 ++ tr '[:upper:]' '[:lower:]' 20:21:49 + OS_FAMILY=debian 20:21:49 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 20:21:49 + START_PACKAGES=/tmp/packages_start.txt 20:21:49 + END_PACKAGES=/tmp/packages_end.txt 20:21:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:21:49 + PACKAGES=/tmp/packages_start.txt 20:21:49 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 20:21:49 + PACKAGES=/tmp/packages_end.txt 20:21:49 + case "${OS_FAMILY}" in 20:21:49 + dpkg -l 20:21:49 + grep '^ii' 20:21:49 + '[' -f /tmp/packages_start.txt ']' 20:21:49 + '[' -f /tmp/packages_end.txt ']' 20:21:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:21:49 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 20:21:49 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 20:21:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 20:21:49 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 20:21:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:21:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:21:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:21:50 prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container 20:21:50 $ 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 20:21:50 $ docker top 4106e67739d6b3ced962b87c220dfc8549525727fa0a53ef30aa07ff9059690f -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:51 + touch /tmp/pre-build-complete [Pipeline] sh 20:21:51 + mkdir -p /var/log/sysstat [Pipeline] sh 20:21:51 + ls /var/log/sa-host 20:21:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:21:51 provisioning config files... 20:21:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config222198096311171699tmp [Pipeline] { [Pipeline] echo 20:21:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:21:52 ---> create-netrc.sh [Pipeline] } 20:21:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:21:52 ---> python-tools-install.sh [Pipeline] echo 20:21:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:21:52 ---> sudo-logs.sh 20:21:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:21:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:21:53 ---> job-cost.sh 20:21:53 lf-activate-venv: SKIPPING 20:21:53 DEBUG: total: 0.2199999988079071 20:21:53 INFO: Retrieving Stack Cost... 20:21:53 INFO: Retrieving Pricing Info for: v3-standard-8 20:21:53 INFO: Archiving Costs [Pipeline] echo 20:21:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:21:54 ---> logs-deploy.sh 20:21:54 lf-activate-venv: SKIPPING 20:21:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/167 20:21:54 INFO: archiving workspace using pattern(s): 20:21:55 Archives upload complete. 20:21:55 INFO: archiving logs to Nexus 20:21:56 ---> uname -a: 20:21:56 Linux prd-ubuntu20-04-docker-8c-8g-7109 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:21:56 20:21:56 20:21:56 ---> lscpu: 20:21:56 Architecture: x86_64 20:21:56 CPU op-mode(s): 32-bit, 64-bit 20:21:56 Byte Order: Little Endian 20:21:56 Address sizes: 40 bits physical, 48 bits virtual 20:21:56 CPU(s): 8 20:21:56 On-line CPU(s) list: 0-7 20:21:56 Thread(s) per core: 1 20:21:56 Core(s) per socket: 1 20:21:56 Socket(s): 8 20:21:56 NUMA node(s): 1 20:21:56 Vendor ID: AuthenticAMD 20:21:56 CPU family: 23 20:21:56 Model: 49 20:21:56 Model name: AMD EPYC-Rome Processor 20:21:56 Stepping: 0 20:21:56 CPU MHz: 2800.000 20:21:56 BogoMIPS: 5600.00 20:21:56 Virtualization: AMD-V 20:21:56 Hypervisor vendor: KVM 20:21:56 Virtualization type: full 20:21:56 L1d cache: 256 KiB 20:21:56 L1i cache: 256 KiB 20:21:56 L2 cache: 4 MiB 20:21:56 L3 cache: 128 MiB 20:21:56 NUMA node0 CPU(s): 0-7 20:21:56 Vulnerability Itlb multihit: Not affected 20:21:56 Vulnerability L1tf: Not affected 20:21:56 Vulnerability Mds: Not affected 20:21:56 Vulnerability Meltdown: Not affected 20:21:56 Vulnerability Mmio stale data: Not affected 20:21:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:21:56 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:21:56 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:21:56 Vulnerability Srbds: Not affected 20:21:56 Vulnerability Tsx async abort: Not affected 20:21:56 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:21:56 20:21:56 20:21:56 ---> nproc: 20:21:56 8 20:21:56 20:21:56 20:21:56 ---> df -h: 20:21:56 Filesystem Size Used Avail Use% Mounted on 20:21:56 overlay 155G 13G 143G 9% / 20:21:56 tmpfs 64M 0 64M 0% /dev 20:21:56 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:21:56 shm 64M 0 64M 0% /dev/shm 20:21:56 /dev/vda1 155G 13G 143G 9% /facter-os 20:21:56 20:21:56 20:21:56 ---> sar -b -r -n DEV: 20:21:56 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7109) 02/22/23 _x86_64_ (8 CPU) 20:21:56 20:21:56 20:07:12 LINUX RESTART (8 CPU) 20:21:56 20:21:56 20:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:21:56 20:09:01 180.58 1.68 178.90 0.00 35.79 72187.22 0.00 20:21:56 20:10:01 76.74 0.25 76.49 0.00 8.66 15188.80 0.00 20:21:56 20:11:01 111.83 0.10 111.73 0.00 13.06 32997.53 0.00 20:21:56 20:12:01 2.03 0.00 2.03 0.00 0.00 28.55 0.00 20:21:56 20:13:01 40.18 11.75 28.43 0.00 5444.03 6284.15 0.00 20:21:56 20:14:01 2.20 0.00 2.20 0.00 0.00 23.60 0.00 20:21:56 20:15:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 20:21:56 20:16:01 1.92 0.00 1.92 0.00 0.00 21.33 0.00 20:21:56 20:17:01 2.72 1.63 1.08 0.00 36.53 12.93 0.00 20:21:56 20:18:01 2.40 0.00 2.40 0.00 0.00 38.76 0.00 20:21:56 20:19:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 20:21:56 20:20:01 4.55 0.08 4.47 0.00 8.40 443.93 0.00 20:21:56 20:21:01 67.09 0.08 67.01 0.00 3.07 41006.77 0.00 20:21:56 Average: 37.86 1.20 36.67 0.00 427.33 12865.81 0.00 20:21:56 20:21:56 20:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:21:56 20:09:01 28471708 31588216 715524 2.18 143848 3184148 1947956 5.74 1061720 2912816 540 20:21:56 20:10:01 28170452 31446708 849840 2.58 148788 3319576 2428764 7.16 1359804 2889112 113640 20:21:56 20:11:01 27678352 31565088 732388 2.23 158788 3873340 1762440 5.19 1237040 3458220 288 20:21:56 20:12:01 27691108 31578016 719872 2.19 158844 3873344 1762440 5.19 1222184 3458220 24 20:21:56 20:13:01 27316092 31559344 729464 2.22 167104 4206368 1822752 5.37 1456832 3572160 36 20:21:56 20:14:01 27317460 31560860 727856 2.21 167188 4206368 1822752 5.37 1455880 3572164 8 20:21:56 20:15:01 27317192 31560672 728016 2.21 167264 4206372 1822752 5.37 1456232 3572164 144 20:21:56 20:16:01 27327380 31570904 717700 2.18 167328 4206380 1822752 5.37 1445904 3572168 16 20:21:56 20:17:01 27320744 31566636 722064 2.20 167380 4207464 1822752 5.37 1453680 3572688 24 20:21:56 20:18:01 27320456 31566456 721808 2.20 167460 4207448 1822752 5.37 1453764 3572660 12 20:21:56 20:19:01 27320448 31566460 721724 2.19 167508 4207448 1822752 5.37 1453684 3572660 8 20:21:56 20:20:01 26514972 31517456 769868 2.34 172840 4914324 2080080 6.13 1506076 4278920 714708 20:21:56 20:21:01 25832968 31503340 776504 2.36 200964 5487612 2100240 6.19 1582136 4810460 375448 20:21:56 Average: 27353795 31550012 740971 2.25 165793 4161553 1910860 5.63 1395764 3601109 92684 20:21:56 20:21:56 20:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:21:56 20:09:01 veth3978e76 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 20:21:56 20:09:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 20:21:56 20:09:01 ens3 443.47 286.10 6098.29 38.29 0.00 0.00 0.00 0.00 20:21:56 20:09:01 docker0 183.63 269.95 14.85 2006.17 0.00 0.00 0.00 0.00 20:21:56 20:10:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 20:21:56 20:10:01 ens3 39.95 25.24 73.92 15.48 0.00 0.00 0.00 0.00 20:21:56 20:10:01 veth5a91578 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:21:56 20:10:01 docker0 1.67 4.12 0.10 40.57 0.00 0.00 0.00 0.00 20:21:56 20:11:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 20:21:56 20:11:01 ens3 159.76 127.42 2617.13 111.32 0.00 0.00 0.00 0.00 20:21:56 20:11:01 docker0 9.11 13.11 0.49 41.19 0.00 0.00 0.00 0.00 20:21:56 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:56 20:12:01 ens3 0.15 0.13 0.01 0.03 0.00 0.00 0.00 0.00 20:21:56 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:13:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:21:56 20:13:01 ens3 92.35 43.16 1930.23 3.24 0.00 0.00 0.00 0.00 20:21:56 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:56 20:14:01 ens3 0.23 0.18 0.02 0.01 0.00 0.00 0.00 0.00 20:21:56 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:56 20:16:01 ens3 0.57 0.45 2.18 0.03 0.00 0.00 0.00 0.00 20:21:56 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:17:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:21:56 20:17:01 ens3 13.01 9.50 15.15 6.16 0.00 0.00 0.00 0.00 20:21:56 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:56 20:18:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:21:56 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:19:01 ens3 0.15 0.08 0.11 0.01 0.00 0.00 0.00 0.00 20:21:56 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:20:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:21:56 20:20:01 ens3 163.99 89.77 3968.56 9.96 0.00 0.00 0.00 0.00 20:21:56 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:56 20:21:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 20:21:56 20:21:01 ens3 217.43 163.96 3789.74 25.99 0.00 0.00 0.00 0.00 20:21:56 20:21:01 docker0 46.38 51.64 3.54 583.24 0.00 0.00 0.00 0.00 20:21:56 Average: lo 0.64 0.64 0.06 0.06 0.00 0.00 0.00 0.00 20:21:56 Average: ens3 86.56 57.10 1416.56 16.17 0.00 0.00 0.00 0.00 20:21:56 Average: docker0 18.31 25.75 1.44 203.14 0.00 0.00 0.00 0.00 20:21:56 20:21:56 20:21:56 ---> sar -P ALL: 20:21:56 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7109) 02/22/23 _x86_64_ (8 CPU) 20:21:56 20:21:56 20:07:12 LINUX RESTART (8 CPU) 20:21:56 20:21:56 20:08:02 CPU %user %nice %system %iowait %steal %idle 20:21:56 20:09:01 all 7.97 0.00 3.61 4.13 0.06 84.24 20:21:56 20:09:01 0 7.86 0.00 3.26 2.56 0.05 86.28 20:21:56 20:09:01 1 7.61 0.00 3.39 2.73 0.05 86.22 20:21:56 20:09:01 2 8.43 0.00 3.35 0.26 0.03 87.93 20:21:56 20:09:01 3 5.99 0.00 2.98 0.21 0.05 90.78 20:21:56 20:09:01 4 8.10 0.00 3.95 0.17 0.05 87.73 20:21:56 20:09:01 5 10.01 0.00 2.72 0.96 0.05 86.26 20:21:56 20:09:01 6 6.62 0.00 5.09 24.27 0.07 63.95 20:21:56 20:09:01 7 9.14 0.00 4.15 1.96 0.09 84.66 20:21:56 20:10:01 all 46.27 0.00 6.42 0.72 0.10 46.49 20:21:56 20:10:01 0 46.50 0.00 6.41 0.10 0.10 46.89 20:21:56 20:10:01 1 45.78 0.00 6.49 4.01 0.12 43.59 20:21:56 20:10:01 2 46.27 0.00 6.33 0.25 0.10 47.05 20:21:56 20:10:01 3 45.97 0.00 6.30 0.42 0.08 47.22 20:21:56 20:10:01 4 47.43 0.00 6.69 0.07 0.10 45.72 20:21:56 20:10:01 5 45.06 0.00 6.21 0.84 0.12 47.77 20:21:56 20:10:01 6 46.39 0.00 6.41 0.02 0.08 47.10 20:21:56 20:10:01 7 46.76 0.00 6.49 0.05 0.08 46.61 20:21:56 20:11:01 all 14.63 0.00 3.44 3.23 0.23 78.46 20:21:56 20:11:01 0 15.11 0.00 3.48 5.60 0.34 75.47 20:21:56 20:11:01 1 14.30 0.00 3.51 6.21 0.47 75.51 20:21:56 20:11:01 2 15.19 0.00 3.50 0.77 0.27 80.26 20:21:56 20:11:01 3 13.59 0.00 3.02 0.29 0.13 82.97 20:21:56 20:11:01 4 14.92 0.00 3.33 11.73 0.07 69.94 20:21:56 20:11:01 5 14.22 0.00 3.22 0.90 0.08 81.57 20:21:56 20:11:01 6 15.36 0.00 3.70 0.33 0.09 80.52 20:21:56 20:11:01 7 14.38 0.00 3.76 0.10 0.41 81.35 20:21:56 20:12:01 all 0.04 0.00 0.02 0.00 0.01 99.93 20:21:56 20:12:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:21:56 20:12:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:21:56 20:12:01 2 0.07 0.00 0.05 0.00 0.02 99.87 20:21:56 20:12:01 3 0.00 0.00 0.03 0.02 0.00 99.95 20:21:56 20:12:01 4 0.10 0.00 0.02 0.00 0.02 99.87 20:21:56 20:12:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:21:56 20:12:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:21:56 20:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:21:56 20:13:01 all 1.28 0.00 0.60 0.59 0.02 97.52 20:21:56 20:13:01 0 0.85 0.00 0.45 0.05 0.03 98.61 20:21:56 20:13:01 1 1.54 0.00 0.60 0.47 0.03 97.36 20:21:56 20:13:01 2 1.72 0.00 0.55 0.87 0.02 96.84 20:21:56 20:13:01 3 0.58 0.00 0.45 1.12 0.02 97.83 20:21:56 20:13:01 4 1.48 0.00 0.92 1.13 0.00 96.46 20:21:56 20:13:01 5 1.89 0.00 0.75 0.07 0.02 97.28 20:21:56 20:13:01 6 1.07 0.00 0.52 0.43 0.02 97.96 20:21:56 20:13:01 7 1.07 0.00 0.54 0.60 0.02 97.78 20:21:56 20:14:01 all 0.02 0.00 0.01 0.01 0.01 99.95 20:21:56 20:14:01 0 0.05 0.00 0.00 0.00 0.00 99.95 20:21:56 20:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:21:56 20:14:01 2 0.05 0.00 0.02 0.02 0.02 99.90 20:21:56 20:14:01 3 0.00 0.00 0.00 0.07 0.00 99.93 20:21:56 20:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:21:56 20:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:56 20:14:01 6 0.05 0.00 0.02 0.00 0.03 99.90 20:21:56 20:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:56 20:15:01 all 0.03 0.00 0.01 0.01 0.01 99.95 20:21:56 20:15:01 0 0.03 0.00 0.00 0.02 0.02 99.93 20:21:56 20:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:21:56 20:15:01 2 0.05 0.00 0.02 0.00 0.02 99.92 20:21:56 20:15:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:21:56 20:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:21:56 20:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:21:56 20:15:01 6 0.05 0.00 0.02 0.00 0.02 99.92 20:21:56 20:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:56 20:16:01 all 0.05 0.00 0.01 0.01 0.01 99.92 20:21:56 20:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:21:56 20:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:21:56 20:16:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:21:56 20:16:01 3 0.03 0.00 0.03 0.08 0.02 99.83 20:21:56 20:16:01 4 0.05 0.00 0.02 0.00 0.02 99.92 20:21:56 20:16:01 5 0.07 0.00 0.00 0.00 0.00 99.93 20:21:56 20:16:01 6 0.07 0.00 0.00 0.00 0.03 99.90 20:21:56 20:16:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:21:56 20:17:01 all 0.30 0.00 0.04 0.02 0.01 99.64 20:21:56 20:17:01 0 0.18 0.00 0.05 0.02 0.02 99.73 20:21:56 20:17:01 1 0.45 0.00 0.03 0.00 0.00 99.52 20:21:56 20:17:01 2 0.22 0.00 0.05 0.00 0.02 99.72 20:21:56 20:17:01 3 0.08 0.00 0.02 0.05 0.00 99.85 20:21:56 20:17:01 4 0.90 0.00 0.02 0.02 0.00 99.07 20:21:56 20:17:01 5 0.23 0.00 0.07 0.02 0.00 99.68 20:21:56 20:17:01 6 0.20 0.00 0.07 0.05 0.02 99.67 20:21:56 20:17:01 7 0.10 0.00 0.05 0.00 0.00 99.85 20:21:56 20:18:01 all 0.14 0.00 0.02 0.08 0.01 99.75 20:21:56 20:18:01 0 0.77 0.00 0.03 0.30 0.02 98.89 20:21:56 20:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:21:56 20:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:21:56 20:18:01 3 0.05 0.00 0.02 0.33 0.00 99.60 20:21:56 20:18:01 4 0.20 0.00 0.00 0.02 0.00 99.78 20:21:56 20:18:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:21:56 20:18:01 6 0.03 0.00 0.02 0.00 0.03 99.92 20:21:56 20:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:56 20:19:01 all 0.03 0.00 0.01 0.04 0.01 99.90 20:21:56 20:19:01 0 0.05 0.00 0.02 0.02 0.00 99.92 20:21:56 20:19:01 1 0.02 0.00 0.02 0.00 0.05 99.92 20:21:56 20:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:21:56 20:19:01 3 0.00 0.00 0.03 0.33 0.02 99.62 20:21:56 20:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:21:56 20:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:56 20:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:21:56 20:19:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:21:56 20:21:56 20:19:01 CPU %user %nice %system %iowait %steal %idle 20:21:56 20:20:01 all 2.45 0.00 0.95 0.05 0.02 96.53 20:21:56 20:20:01 0 3.12 0.00 1.49 0.05 0.02 95.33 20:21:56 20:20:01 1 1.96 0.00 0.74 0.00 0.02 97.29 20:21:56 20:20:01 2 2.41 0.00 1.07 0.03 0.02 96.48 20:21:56 20:20:01 3 2.11 0.00 0.59 0.33 0.00 96.97 20:21:56 20:20:01 4 2.53 0.00 0.70 0.00 0.02 96.75 20:21:56 20:20:01 5 2.38 0.00 0.91 0.00 0.03 96.68 20:21:56 20:20:01 6 2.09 0.00 1.24 0.00 0.02 96.65 20:21:56 20:20:01 7 3.01 0.00 0.87 0.02 0.02 96.08 20:21:56 20:21:01 all 5.25 0.00 2.25 8.56 0.05 83.88 20:21:56 20:21:01 0 6.43 0.00 1.60 0.66 0.05 91.25 20:21:56 20:21:01 1 5.55 0.00 1.68 0.03 0.05 92.69 20:21:56 20:21:01 2 6.10 0.00 2.44 0.52 0.08 90.86 20:21:56 20:21:01 3 4.05 0.00 2.33 2.48 0.07 91.07 20:21:56 20:21:01 4 4.37 0.00 1.93 0.00 0.03 93.67 20:21:56 20:21:01 5 6.52 0.00 2.90 2.03 0.05 88.50 20:21:56 20:21:01 6 3.81 0.00 1.98 0.00 0.05 94.15 20:21:56 20:21:01 7 5.18 0.00 3.15 63.18 0.03 28.45 20:21:56 Average: all 5.98 0.00 1.32 1.33 0.04 91.32 20:21:56 Average: 0 6.19 0.00 1.28 0.71 0.05 91.77 20:21:56 Average: 1 5.90 0.00 1.26 1.03 0.06 91.75 20:21:56 Average: 2 6.13 0.00 1.32 0.21 0.05 92.29 20:21:56 Average: 3 5.53 0.00 1.21 0.44 0.03 92.79 20:21:56 Average: 4 6.10 0.00 1.34 0.98 0.02 91.56 20:21:56 Average: 5 6.14 0.00 1.28 0.37 0.03 92.18 20:21:56 Average: 6 5.76 0.00 1.45 1.89 0.04 90.87 20:21:56 Average: 7 6.07 0.00 1.45 5.04 0.05 87.39 20:21:56 20:21:56 20:21:56