Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 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-ssh7535924510007398089.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-ssh5115584567853143704.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-ssh13827028476035010097.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-ssh11036845225967701710.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-ssh4628002488785882693.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/v2]] ========================================================= [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/v2 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1880 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 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 (main) Commit message: "Merge pull request #1273 from lenny-intel/mb-config" > 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 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 # timeout=10 > git rev-list --no-walk 8025d415256bff1d08fe37ed408de885b1f3053d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:27:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:27:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:27:17 ========================================================= 17:27:17 EdgeX Global Pipelines Version Info 17:27:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:27:18 ------------------- 17:27:18 stable info: 17:27:18 ------------------- 17:27:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:27:18 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:27:18 Message: update stable to v1.0.244 17:27:18 ------------------- 17:27:18 experimental info: 17:27:18 ------------------- 17:27:18 Commited By: **** collab-it+edgex@linuxfoundation.org 17:27:18 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:27:18 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8541928 [Pipeline] echo 17:27:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:27:19 provisioning config files... 17:27:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14382155786513236495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:27:19 ---> docker-login.sh 17:27:19 nexus3.edgexfoundry.org:10001 17:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:19 Configure a credential helper to remove this warning. See 17:27:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:19 17:27:19 Login Succeeded 17:27:19 nexus3.edgexfoundry.org:10002 17:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:20 Configure a credential helper to remove this warning. See 17:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:20 17:27:20 Login Succeeded 17:27:20 nexus3.edgexfoundry.org:10003 17:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:20 Configure a credential helper to remove this warning. See 17:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:20 17:27:20 Login Succeeded 17:27:20 nexus3.edgexfoundry.org:10004 17:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:20 Configure a credential helper to remove this warning. See 17:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:20 17:27:20 Login Succeeded 17:27:20 docker.io 17:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:20 Configure a credential helper to remove this warning. See 17:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:20 17:27:20 Login Succeeded 17:27:20 ---> docker-login.sh ends [Pipeline] } 17:27:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:27:21 + git rev-list -1 --merges 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77~1..8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo 17:27:21 -----------> git rev-list -1 --merges 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77~1..8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 17:27:21 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [false] [Pipeline] sh 17:27:21 + git log --format=format:%s -1 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo 17:27:21 ========================================================= 17:27:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:27:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:27:21 + git log --format=format:%s -1 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo 17:27:21 [semverPrep] GIT_COMMIT: 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77, Commit Message: Merge pull request #1273 from lenny-intel/mb-config [Pipeline] echo 17:27:21 [semverPrep] This is not a build commit. [Pipeline] sh 17:27:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:27:22 + grep -v github /etc/ssh/ssh_known_hosts 17:27:22 + [ -e /tmp/ssh_known_hosts ] 17:27:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:27:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:27:22 + sudo tee -a /etc/ssh/ssh_known_hosts 17:27:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:27:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:27:22 17:27:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:27:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:27:22 0.1.4: Pulling from edgex-devops/py-git-semver 17:27:22 b85a868b505f: Pulling fs layer 17:27:22 e2be974225ed: Pulling fs layer 17:27:22 339a4e72a1f5: Pulling fs layer 17:27:22 988bab9f4d93: Pulling fs layer 17:27:22 1469e6f7b9e6: Pulling fs layer 17:27:22 eaf3925da568: Pulling fs layer 17:27:22 bab4dde63d76: Pulling fs layer 17:27:22 bde34c3a00c8: Pulling fs layer 17:27:22 b352a97aabf1: Pulling fs layer 17:27:22 4872d77fe225: Pulling fs layer 17:27:22 5851b861e8e6: Pulling fs layer 17:27:22 bab4dde63d76: Waiting 17:27:22 bde34c3a00c8: Waiting 17:27:22 b352a97aabf1: Waiting 17:27:22 4872d77fe225: Waiting 17:27:22 5851b861e8e6: Waiting 17:27:22 1469e6f7b9e6: Waiting 17:27:22 eaf3925da568: Waiting 17:27:22 988bab9f4d93: Waiting 17:27:22 e2be974225ed: Download complete 17:27:22 988bab9f4d93: Verifying Checksum 17:27:22 988bab9f4d93: Download complete 17:27:23 1469e6f7b9e6: Verifying Checksum 17:27:23 1469e6f7b9e6: Download complete 17:27:23 eaf3925da568: Verifying Checksum 17:27:23 eaf3925da568: Download complete 17:27:23 339a4e72a1f5: Verifying Checksum 17:27:23 339a4e72a1f5: Download complete 17:27:23 bde34c3a00c8: Verifying Checksum 17:27:23 bde34c3a00c8: Download complete 17:27:23 b352a97aabf1: Download complete 17:27:23 4872d77fe225: Verifying Checksum 17:27:23 4872d77fe225: Download complete 17:27:23 5851b861e8e6: Verifying Checksum 17:27:23 5851b861e8e6: Download complete 17:27:23 b85a868b505f: Verifying Checksum 17:27:23 b85a868b505f: Download complete 17:27:23 bab4dde63d76: Verifying Checksum 17:27:23 bab4dde63d76: Download complete 17:27:24 b85a868b505f: Pull complete 17:27:24 e2be974225ed: Pull complete 17:27:25 339a4e72a1f5: Pull complete 17:27:25 988bab9f4d93: Pull complete 17:27:25 1469e6f7b9e6: Pull complete 17:27:25 eaf3925da568: Pull complete 17:27:27 bab4dde63d76: Pull complete 17:27:27 bde34c3a00c8: Pull complete 17:27:27 b352a97aabf1: Pull complete 17:27:27 4872d77fe225: Pull complete 17:27:27 5851b861e8e6: Pull complete 17:27:27 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:27:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:27:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:27:27 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:27:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:27:30 $ docker top 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 -eo pid,comm 17:27:30 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 17:27:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:27:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:27:30 [ssh-agent] Looking for ssh-agent implementation... 17:27:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:27:30 $ docker exec 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent 17:27:30 SSH_AUTH_SOCK=/tmp/ssh-OrXkkU5VdFnf/agent.31 17:27:30 SSH_AGENT_PID=37 17:27:30 Running ssh-add (command line suppressed) 17:27:30 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8422994973995406229.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8422994973995406229.key) 17:27:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:27:31 + git tag --points-at HEAD [Pipeline] } 17:27:31 $ docker exec --env ******** --env ******** 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent -k 17:27:31 unset SSH_AUTH_SOCK; 17:27:31 unset SSH_AGENT_PID; 17:27:31 echo Agent pid 37 killed; 17:27:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:27:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:27:31 [ssh-agent] Looking for ssh-agent implementation... 17:27:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:27:31 $ docker exec 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent 17:27:31 SSH_AUTH_SOCK=/tmp/ssh-fksRuMtOP1JW/agent.69 17:27:31 SSH_AGENT_PID=75 17:27:31 Running ssh-add (command line suppressed) 17:27:31 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2370349106217569203.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2370349106217569203.key) 17:27:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:27:31 + git semver init 17:27:32 2023-01-11 17:27:32,088 [run_init] DEBUG init version:0.0.0 force:False 17:27:32 2023-01-11 17:27:32,088 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 17:27:32 2023-01-11 17:27:32,089 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 17:27:32 2023-01-11 17:27:32,089 [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) 17:27:33 2023-01-11 17:27:33,035 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 17:27:33 2023-01-11 17:27:33,035 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 17:27:33 2023-01-11 17:27:33,036 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:27:33 2023-01-11 17:27:33,036 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:27:33 3.0.0-dev.8 [Pipeline] } 17:27:33 $ docker exec --env ******** --env ******** 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent -k 17:27:33 unset SSH_AUTH_SOCK; 17:27:33 unset SSH_AGENT_PID; 17:27:33 echo Agent pid 75 killed; 17:27:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:33 + git semver [Pipeline] } 17:27:33 $ docker stop --time=1 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 17:27:35 $ docker rm -f --volumes 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 [Pipeline] // withDockerContainer [Pipeline] sh 17:27:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:27:35 Stashed 1 file(s) [Pipeline] echo 17:27:35 [edgeXSemver]: initialized semver on version 3.0.0-dev.8 [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 17:27:35 provisioning config files... 17:27:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16822580491663305469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:27:36 ---> docker-login.sh 17:27:36 nexus3.edgexfoundry.org:10001 17:27:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:36 Configure a credential helper to remove this warning. See 17:27:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:36 17:27:36 Login Succeeded 17:27:36 nexus3.edgexfoundry.org:10002 17:27:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:36 Configure a credential helper to remove this warning. See 17:27:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:36 17:27:36 Login Succeeded 17:27:36 nexus3.edgexfoundry.org:10003 17:27:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:36 Configure a credential helper to remove this warning. See 17:27:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:36 17:27:36 Login Succeeded 17:27:36 nexus3.edgexfoundry.org:10004 17:27:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:36 Configure a credential helper to remove this warning. See 17:27:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:36 17:27:36 Login Succeeded 17:27:36 docker.io 17:27:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:36 Configure a credential helper to remove this warning. See 17:27:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:36 17:27:36 Login Succeeded 17:27:36 ---> docker-login.sh ends [Pipeline] } 17:27:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:27:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:27:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:27:36 ========================================================= 17:27:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:27:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:27:37 + 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 . 17:27:37 Sending build context to Docker daemon 10.39MB 17:27:37 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 17:27:37 Step 2/10 : FROM ${BASE} AS builder 17:27:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:27:37 213ec9aee27d: Pulling fs layer 17:27:37 4583459ba037: Pulling fs layer 17:27:37 93c1e223e6f2: Pulling fs layer 17:27:37 53926ce57604: Pulling fs layer 17:27:37 21b2b0c7a3f4: Pulling fs layer 17:27:37 22ff95d597cd: Pulling fs layer 17:27:37 12d6caf4c0d1: Pulling fs layer 17:27:37 96b7cbca73a9: Pulling fs layer 17:27:37 a7acece74701: Pulling fs layer 17:27:37 21b2b0c7a3f4: Waiting 17:27:37 22ff95d597cd: Waiting 17:27:37 12d6caf4c0d1: Waiting 17:27:37 96b7cbca73a9: Waiting 17:27:37 a7acece74701: Waiting 17:27:37 53926ce57604: Waiting 17:27:37 93c1e223e6f2: Verifying Checksum 17:27:37 93c1e223e6f2: Download complete 17:27:37 4583459ba037: Verifying Checksum 17:27:37 4583459ba037: Download complete 17:27:37 21b2b0c7a3f4: Download complete 17:27:37 22ff95d597cd: Verifying Checksum 17:27:37 22ff95d597cd: Download complete 17:27:37 213ec9aee27d: Verifying Checksum 17:27:37 213ec9aee27d: Download complete 17:27:37 12d6caf4c0d1: Verifying Checksum 17:27:37 12d6caf4c0d1: Download complete 17:27:37 213ec9aee27d: Pull complete 17:27:37 4583459ba037: Pull complete 17:27:37 93c1e223e6f2: Pull complete 17:27:37 a7acece74701: Verifying Checksum 17:27:37 a7acece74701: Download complete 17:27:37 96b7cbca73a9: Verifying Checksum 17:27:37 96b7cbca73a9: Download complete 17:27:38 53926ce57604: Verifying Checksum 17:27:38 53926ce57604: Download complete 17:27:42 53926ce57604: Pull complete 17:27:42 21b2b0c7a3f4: Pull complete 17:27:42 22ff95d597cd: Pull complete 17:27:42 12d6caf4c0d1: Pull complete 17:27:44 96b7cbca73a9: Pull complete 17:27:45 a7acece74701: Pull complete 17:27:45 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 17:27:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:27:45 ---> db6d94c90886 17:27:45 Step 3/10 : ARG MAKE=make build 17:27:49 ---> Running in c2b4083e3c18 17:27:49 Removing intermediate container c2b4083e3c18 17:27:49 ---> 35eb00f0d5ba 17:27:49 Step 4/10 : WORKDIR /device-sdk-go 17:27:49 ---> Running in 513af9b2dacc 17:27:49 Removing intermediate container 513af9b2dacc 17:27:49 ---> 6e281fd653c7 17:27:49 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:27:49 ---> Running in 4a916763abde 17:27:49 Removing intermediate container 4a916763abde 17:27:49 ---> 5a8cd1f265d1 17:27:49 Step 6/10 : RUN apk add --update --no-cache make git 17:27:49 ---> Running in c178d345b2f0 17:27:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:27:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:27:49 OK: 211 MiB in 51 packages 17:27:50 Removing intermediate container c178d345b2f0 17:27:50 ---> a4d6ceee508d 17:27:50 Step 7/10 : COPY go.mod vendor* ./ 17:27:50 ---> 820c85875623 17:27:50 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:27:50 ---> Running in e7301c8058f5 17:27:50 Still waiting to schedule task 17:27:50 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 17:28:12 Removing intermediate container e7301c8058f5 17:28:12 ---> 601362bfa9db 17:28:12 Step 9/10 : COPY . . 17:28:12 ---> 0fd708966b6b 17:28:12 Step 10/10 : RUN ${MAKE} 17:28:12 ---> Running in 42c219dce2a6 17:28:12 noop 17:28:13 Removing intermediate container 42c219dce2a6 17:28:13 ---> b7e1902670f8 17:28:13 Successfully built b7e1902670f8 17:28:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:28:13 + docker inspect -f . ci-base-image-x86_64 17:28:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:28:13 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:28:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:28:13 $ docker top 26df260e601ef8621975cd4ca1feb42ef7385d4acafb7640643a1cf5e98739c8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:14 + go version 17:28:14 go version go1.18.7 linux/amd64 [Pipeline] } 17:28:14 $ docker stop --time=1 26df260e601ef8621975cd4ca1feb42ef7385d4acafb7640643a1cf5e98739c8 17:28:15 $ docker rm -f --volumes 26df260e601ef8621975cd4ca1feb42ef7385d4acafb7640643a1cf5e98739c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:28:15 + docker inspect -f . ci-base-image-x86_64 17:28:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:28:15 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:28:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:28:16 $ docker top 71da78f891d0aa71898a2ee538cdba4f15783aeda347d5bac621f84bc2e2e978 -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:16 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 17:28:16 + make test 17:28:16 go test -race -coverprofile=coverage.out ./... 17:28:23 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 17:28:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.068s coverage: 27.6% of statements 17:28:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.101s coverage: 78.9% of statements 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 17:28:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.094s coverage: 73.6% of statements 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 17:28:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.119s coverage: 54.4% of statements 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] 17:28:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.095s coverage: 65.1% of statements 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 17:28:38 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.778s coverage: 89.2% of statements 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 17:28:38 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.067s coverage: 4.6% of statements 17:28:38 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 17:28:56 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." 17:28:56 GO111MODULE=on go vet ./... 17:28:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:28:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:28:59 ./bin/test-attribution-txt.sh [Pipeline] echo 17:28:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:28:59 $ docker stop --time=1 71da78f891d0aa71898a2ee538cdba4f15783aeda347d5bac621f84bc2e2e978 17:29:02 $ docker rm -f --volumes 71da78f891d0aa71898a2ee538cdba4f15783aeda347d5bac621f84bc2e2e978 [Pipeline] // withDockerContainer [Pipeline] sh 17:29:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:29:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:29:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:29:04 + ls -al . 17:29:04 total 280 17:29:04 drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 17:28 . 17:29:04 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:27 .. 17:29:04 -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 17:27 .dockerignore 17:29:04 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 17:28 .git 17:29:04 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:27 .github 17:29:04 -rw-rw-r-- 1 jenkins jenkins 131 Jan 11 17:27 .gitignore 17:29:04 -rw-rw-r-- 1 jenkins jenkins 42 Jan 11 17:27 .golangci.yml 17:29:04 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 17:27 .semver 17:29:04 -rw-rw-r-- 1 jenkins jenkins 31677 Jan 11 17:27 CHANGELOG.md 17:29:04 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 17:27 GOVERNANCE.md 17:29:04 -rw-rw-r-- 1 jenkins jenkins 880 Jan 11 17:27 Jenkinsfile 17:29:04 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 11 17:27 LICENSE 17:29:04 -rw-rw-r-- 1 jenkins jenkins 1679 Jan 11 17:27 Makefile 17:29:04 -rw-rw-r-- 1 jenkins jenkins 619 Jan 11 17:27 OWNERS.md 17:29:04 -rw-rw-r-- 1 jenkins jenkins 4891 Jan 11 17:27 README.md 17:29:04 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 17:27 VERSION 17:29:04 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:27 bin 17:29:04 -rw-r--r-- 1 jenkins jenkins 101913 Jan 11 17:28 coverage.out 17:29:04 drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 17:27 example 17:29:04 -rw-rw-r-- 1 jenkins jenkins 3342 Jan 11 17:27 go.mod 17:29:04 -rw-rw-r-- 1 jenkins jenkins 44555 Jan 11 17:27 go.sum 17:29:04 drwxrwxr-x 14 jenkins jenkins 4096 Jan 11 17:27 internal 17:29:04 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 17:27 openapi 17:29:04 drwxrwxr-x 6 jenkins jenkins 4096 Jan 11 17:27 pkg 17:29:04 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:27 snap 17:29:04 -rw-rw-r-- 1 jenkins jenkins 222 Jan 11 17:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:29:04 + 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=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 --label arch=amd64 --label version=3.0.0-dev.8 . 17:29:04 Sending build context to Docker daemon 10.5MB 17:29:04 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 17:29:04 Step 2/23 : FROM ${BASE} AS builder 17:29:04 ---> b7e1902670f8 17:29:04 Step 3/23 : ARG MAKE=make build 17:29:04 ---> Running in 403338f9a10a 17:29:04 Removing intermediate container 403338f9a10a 17:29:04 ---> 94d613ace527 17:29:04 Step 4/23 : WORKDIR /device-sdk-go 17:29:04 ---> Running in bdf584871436 17:29:04 Removing intermediate container bdf584871436 17:29:04 ---> 57d0ea98b24b 17:29:04 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:29:04 ---> Running in 7e639b7d8dfa 17:29:04 Removing intermediate container 7e639b7d8dfa 17:29:04 ---> d91a7935e265 17:29:04 Step 6/23 : RUN apk add --update --no-cache make git 17:29:04 ---> Running in a7f4b638309a 17:29:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:29:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:29:05 OK: 211 MiB in 51 packages 17:29:05 Removing intermediate container a7f4b638309a 17:29:05 ---> c9277ff31d19 17:29:05 Step 7/23 : COPY go.mod vendor* ./ 17:29:05 ---> 64ef11f7f72b 17:29:05 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:29:05 ---> Running in 69b71ffdb78c 17:29:06 Removing intermediate container 69b71ffdb78c 17:29:06 ---> 2e5c45eb44aa 17:29:06 Step 9/23 : COPY . . 17:29:07 ---> 7831602d9466 17:29:07 Step 10/23 : RUN ${MAKE} 17:29:07 ---> Running in cdf31f8318d1 17:29:07 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.8" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 17:29:29 Removing intermediate container cdf31f8318d1 17:29:29 ---> 43753843b496 17:29:29 Step 11/23 : FROM alpine:3.16 17:29:29 3.16: Pulling from library/alpine 17:29:29 ca7dd9ec2225: Pulling fs layer 17:29:29 ca7dd9ec2225: Verifying Checksum 17:29:29 ca7dd9ec2225: Download complete 17:29:29 ca7dd9ec2225: Pull complete 17:29:29 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 17:29:29 Status: Downloaded newer image for alpine:3.16 17:29:29 ---> bfe296a52501 17:29:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 17:29:29 ---> Running in 910967ff1a9f 17:29:29 Removing intermediate container 910967ff1a9f 17:29:29 ---> d4c14aa3febd 17:29:29 Step 13/23 : RUN apk add --update --no-cache 17:29:29 ---> Running in ccf5375fa57e 17:29:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:29:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:29:29 OK: 6 MiB in 14 packages 17:29:29 Removing intermediate container ccf5375fa57e 17:29:29 ---> d10ba6a2ec00 17:29:29 Step 14/23 : WORKDIR / 17:29:29 ---> Running in 3b74f009e729 17:29:29 Removing intermediate container 3b74f009e729 17:29:29 ---> b937d7e88387 17:29:29 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 17:29:29 ---> 2f364bf112ec 17:29:29 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 17:29:29 ---> 13dd76969236 17:29:29 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 17:29:30 ---> fa4f57a3f76f 17:29:30 Step 18/23 : EXPOSE 59999 17:29:30 ---> Running in 0ac6a3846a14 17:29:30 Removing intermediate container 0ac6a3846a14 17:29:30 ---> 74f684132154 17:29:30 Step 19/23 : ENTRYPOINT ["/device-simple"] 17:29:30 ---> Running in a34d6a7a8749 17:29:30 Removing intermediate container a34d6a7a8749 17:29:30 ---> 888c950faaf3 17:29:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:29:30 ---> Running in 8978b81b7031 17:29:30 Removing intermediate container 8978b81b7031 17:29:30 ---> a5802c00240a 17:29:30 Step 21/23 : LABEL arch=amd64 17:29:30 ---> Running in e39b505552c8 17:29:30 Removing intermediate container e39b505552c8 17:29:30 ---> f3b82c8cd094 17:29:30 Step 22/23 : LABEL git_sha=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 17:29:30 ---> Running in d942aa1a9fd1 17:29:30 Removing intermediate container d942aa1a9fd1 17:29:30 ---> 96c1cda389c6 17:29:30 Step 23/23 : LABEL version=3.0.0-dev.8 17:29:30 ---> Running in 9d8e90efdf00 17:29:30 Removing intermediate container 9d8e90efdf00 17:29:30 ---> 604b3e28a108 17:29:30 [Warning] One or more build-args [ARCH] were not consumed 17:29:30 Successfully built 604b3e28a108 17:29:30 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 17:29:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:29:31 17:29:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:29:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:29:31 latest: Pulling from edgex-lftools-log-publisher 17:29:31 5eb5b503b376: Pulling fs layer 17:29:31 5c69ac0246d0: Pulling fs layer 17:29:31 ec43610c2a17: Pulling fs layer 17:29:31 3a2ae6a8a46f: Pulling fs layer 17:29:31 33b1e0a273af: Pulling fs layer 17:29:31 5d3b04190fa2: Pulling fs layer 17:29:31 2f39f015ded8: Pulling fs layer 17:29:31 3a2ae6a8a46f: Waiting 17:29:31 33b1e0a273af: Waiting 17:29:31 5d3b04190fa2: Waiting 17:29:31 2f39f015ded8: Waiting 17:29:31 5c69ac0246d0: Download complete 17:29:31 3a2ae6a8a46f: Download complete 17:29:31 33b1e0a273af: Verifying Checksum 17:29:31 33b1e0a273af: Download complete 17:29:31 5d3b04190fa2: Verifying Checksum 17:29:31 5d3b04190fa2: Download complete 17:29:31 ec43610c2a17: Verifying Checksum 17:29:31 ec43610c2a17: Download complete 17:29:31 5eb5b503b376: Verifying Checksum 17:29:31 5eb5b503b376: Download complete 17:29:32 2f39f015ded8: Download complete 17:29:33 5eb5b503b376: Pull complete 17:29:33 5c69ac0246d0: Pull complete 17:29:33 ec43610c2a17: Pull complete 17:29:33 3a2ae6a8a46f: Pull complete 17:29:33 33b1e0a273af: Pull complete 17:29:33 5d3b04190fa2: Pull complete 17:29:38 2f39f015ded8: Pull complete 17:29:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:29:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:29:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:29:38 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:29:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:29:41 $ docker top d684c68f08bddf29d134320138bcdd32fdb3bcb0c9d3f2f22fd8da0545ff2690 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:29:41 ---> job-cost.sh 17:29:41 lf-activate-venv: SKIPPING 17:29:41 INFO: No Stack... 17:29:41 INFO: Retrieving Pricing Info for: v3-standard-8 17:29:42 INFO: Archiving Costs [Pipeline] sh 17:29:42 + cut -d, -f6 17:29:42 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [Pipeline] lock 17:29:42 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] 17:29:42 Resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] did not exist. Created. 17:29:42 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:29:43 + echo total: 0.2199999988079071 [Pipeline] stash 17:29:43 Stashed 1 file(s) [Pipeline] } 17:29:43 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] // lock [Pipeline] } 17:29:43 $ docker stop --time=1 d684c68f08bddf29d134320138bcdd32fdb3bcb0c9d3f2f22fd8da0545ff2690 17:29:44 $ docker rm -f --volumes d684c68f08bddf29d134320138bcdd32fdb3bcb0c9d3f2f22fd8da0545ff2690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:31:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1884 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 17:31:20 Running in /w/workspace/device-sdk-go/138 [Pipeline] { [Pipeline] checkout 17:31:20 The recommended git tool is: git 17:31:27 using credential edgex-jenkins-ssh 17:31:27 Cloning the remote Git repository 17:31:27 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 17:31:27 > git init /w/workspace/device-sdk-go/138 # timeout=10 17:31:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:31:27 > git --version # timeout=10 17:31:27 > git --version # 'git version 2.25.1' 17:31:27 using GIT_SSH to set credentials SSH Credentials for GitHub 17:31:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:31:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:31:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:31:30 Avoid second fetch 17:31:30 Checking out Revision 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 (main) 17:31:30 Commit message: "Merge pull request #1273 from lenny-intel/mb-config" 17:31:30 > git config core.sparsecheckout # timeout=10 17:31:30 > git checkout -f 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:31:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:31:31 % Total % Received % Xferd Average Speed Time Time Time Current 17:31:31 Dload Upload Total Spent Left Speed 17:31:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 31798 0 --:--:-- --:--:-- --:--:-- 31718 100 12751 100 12751 0 0 31640 0 --:--:-- --:--:-- --:--:-- 31640 [Pipeline] sh 17:31:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:31:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:31:32 + sudo tee /etc/docker/daemon.new 17:31:32 { 17:31:32 "registry-mirrors": [ 17:31:32 "https://nexus3.edgexfoundry.org:10001" 17:31:32 ], 17:31:32 "bip": "10.250.0.254/24", 17:31:32 "hosts": [ 17:31:32 "tcp://0.0.0.0:5555", 17:31:32 "unix:///var/run/docker.sock" 17:31:32 ], 17:31:32 "mtu": 1458, 17:31:32 "selinux-enabled": true, 17:31:32 "seccomp-profile": "/etc/docker/seccomp.json" 17:31:32 } [Pipeline] sh 17:31:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:31:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:31:51 provisioning config files... 17:31:51 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/138@tmp/config13379328740143265190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:31:52 ---> docker-login.sh 17:31:52 nexus3.edgexfoundry.org:10001 17:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:31:52 Configure a credential helper to remove this warning. See 17:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:31:52 17:31:52 Login Succeeded 17:31:52 nexus3.edgexfoundry.org:10002 17:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:31:53 Configure a credential helper to remove this warning. See 17:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:31:53 17:31:53 Login Succeeded 17:31:53 nexus3.edgexfoundry.org:10003 17:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:31:53 Configure a credential helper to remove this warning. See 17:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:31:53 17:31:53 Login Succeeded 17:31:53 nexus3.edgexfoundry.org:10004 17:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:31:54 Configure a credential helper to remove this warning. See 17:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:31:54 17:31:54 Login Succeeded 17:31:54 docker.io 17:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:31:54 Configure a credential helper to remove this warning. See 17:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:31:54 17:31:54 Login Succeeded 17:31:54 ---> docker-login.sh ends [Pipeline] } 17:31:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:31:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:31:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:31:55 ========================================================= 17:31:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:31:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:55 + 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 . 17:31:55 Sending build context to Docker daemon 5.587MB 17:31:55 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 17:31:55 Step 2/10 : FROM ${BASE} AS builder 17:31:56 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:31:56 9b18e9b68314: Pulling fs layer 17:31:56 35d82f9e3411: Pulling fs layer 17:31:56 e16973657156: Pulling fs layer 17:31:56 fc693d55d65f: Pulling fs layer 17:31:56 7e9fc2657dce: Pulling fs layer 17:31:56 dda99020689f: Pulling fs layer 17:31:56 db1c61fa0a46: Pulling fs layer 17:31:56 891c053d2c06: Pulling fs layer 17:31:56 dda99020689f: Waiting 17:31:56 fc693d55d65f: Waiting 17:31:56 7e9fc2657dce: Waiting 17:31:56 891c053d2c06: Waiting 17:31:56 db1c61fa0a46: Waiting 17:31:56 e16973657156: Download complete 17:31:56 35d82f9e3411: Verifying Checksum 17:31:56 35d82f9e3411: Download complete 17:31:56 7e9fc2657dce: Download complete 17:31:56 dda99020689f: Download complete 17:31:56 9b18e9b68314: Verifying Checksum 17:31:56 9b18e9b68314: Download complete 17:31:57 9b18e9b68314: Pull complete 17:31:57 891c053d2c06: Verifying Checksum 17:31:57 891c053d2c06: Download complete 17:31:57 35d82f9e3411: Pull complete 17:31:58 e16973657156: Pull complete 17:31:58 db1c61fa0a46: Verifying Checksum 17:31:58 db1c61fa0a46: Download complete 17:31:59 fc693d55d65f: Verifying Checksum 17:31:59 fc693d55d65f: Download complete 17:32:14 fc693d55d65f: Pull complete 17:32:14 7e9fc2657dce: Pull complete 17:32:14 dda99020689f: Pull complete 17:32:18 db1c61fa0a46: Pull complete 17:32:21 891c053d2c06: Pull complete 17:32:21 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:32:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:32:21 ---> f96f9c87975a 17:32:21 Step 3/10 : ARG MAKE=make build 17:32:23 ---> Running in 20977a66b81d 17:32:23 Removing intermediate container 20977a66b81d 17:32:23 ---> e8a9f7ff2547 17:32:23 Step 4/10 : WORKDIR /device-sdk-go 17:32:23 ---> Running in 114ad891143a 17:32:23 Removing intermediate container 114ad891143a 17:32:23 ---> 86a8fc76f38a 17:32:23 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:32:24 ---> Running in a7dddca4b27b 17:32:24 Removing intermediate container a7dddca4b27b 17:32:24 ---> a9fdac1cc8e6 17:32:24 Step 6/10 : RUN apk add --update --no-cache make git 17:32:24 ---> Running in dc9cebeeb920 17:32:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:32:27 OK: 221 MiB in 51 packages 17:32:28 Removing intermediate container dc9cebeeb920 17:32:28 ---> 72680c2ceb34 17:32:28 Step 7/10 : COPY go.mod vendor* ./ 17:32:28 ---> 3a83db56d481 17:32:28 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:32:28 ---> Running in 10388fccc0c8 17:33:25 Removing intermediate container 10388fccc0c8 17:33:25 ---> 644e9974e8fb 17:33:25 Step 9/10 : COPY . . 17:33:25 ---> 7236c9329fef 17:33:25 Step 10/10 : RUN ${MAKE} 17:33:25 ---> Running in e449a45a831e 17:33:25 noop 17:33:25 Removing intermediate container e449a45a831e 17:33:25 ---> 46730b623c9a 17:33:25 Successfully built 46730b623c9a 17:33:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:33:25 + docker inspect -f . ci-base-image-arm64 17:33:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:33:26 prd-ubuntu20.04-docker-arm64-4c-16g-1884 does not seem to be running inside a container 17:33:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/138 -v /w/workspace/device-sdk-go/138:/w/workspace/device-sdk-go/138:rw,z -v /w/workspace/device-sdk-go/138@tmp:/w/workspace/device-sdk-go/138@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 17:33:27 $ docker top b7b7e94711416a3c72afd4191493228bffe59d81f691d9d5c20fad7241e59086 -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:28 + go version 17:33:28 go version go1.18.7 linux/arm64 [Pipeline] } 17:33:28 $ docker stop --time=1 b7b7e94711416a3c72afd4191493228bffe59d81f691d9d5c20fad7241e59086 17:33:30 $ docker rm -f --volumes b7b7e94711416a3c72afd4191493228bffe59d81f691d9d5c20fad7241e59086 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:33:30 + docker inspect -f . ci-base-image-arm64 17:33:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:33:30 prd-ubuntu20.04-docker-arm64-4c-16g-1884 does not seem to be running inside a container 17:33:30 $ 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/138 -v /w/workspace/device-sdk-go/138:/w/workspace/device-sdk-go/138:rw,z -v /w/workspace/device-sdk-go/138@tmp:/w/workspace/device-sdk-go/138@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 17:33:32 $ docker top 554af4157381175a30e23b0018cb26559e252bf9e71072d13938fe768b65d6d8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:32 + git config --global --add safe.directory /w/workspace/device-sdk-go/138 [Pipeline] fileExists [Pipeline] sh 17:33:33 + make test 17:33:33 go test -race -coverprofile=coverage.out ./... 17:34:12 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 17:36:19 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 17:36:19 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 17:36:19 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 17:36:19 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 17:36:19 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 17:36:26 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.322s coverage: 27.6% of statements 17:36:27 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.506s coverage: 78.9% of statements 17:36:27 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 17:36:35 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.501s coverage: 73.6% of statements 17:36:35 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 17:36:35 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 17:36:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.889s coverage: 54.4% of statements 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] 17:36:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.671s coverage: 65.1% of statements 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 17:36:39 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 4.457s coverage: 89.2% of statements 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 17:36:39 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.639s coverage: 4.6% of statements 17:36:39 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 17:36:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:36:40 GO111MODULE=on go vet ./... 17:38:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:38:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:38:32 ./bin/test-attribution-txt.sh [Pipeline] echo 17:38:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:38:32 $ docker stop --time=1 554af4157381175a30e23b0018cb26559e252bf9e71072d13938fe768b65d6d8 17:38:34 $ docker rm -f --volumes 554af4157381175a30e23b0018cb26559e252bf9e71072d13938fe768b65d6d8 [Pipeline] // withDockerContainer [Pipeline] sh 17:38:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:38:35 Warning: overwriting stash ‘coverage-report’ 17:38:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:38:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:38:36 + ls -al . 17:38:36 total 276 17:38:36 drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 17:33 . 17:38:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:31 .. 17:38:36 -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 17:31 .dockerignore 17:38:36 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 17:31 .git 17:38:36 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:31 .github 17:38:36 -rw-rw-r-- 1 jenkins jenkins 131 Jan 11 17:31 .gitignore 17:38:36 -rw-rw-r-- 1 jenkins jenkins 42 Jan 11 17:31 .golangci.yml 17:38:36 -rw-rw-r-- 1 jenkins jenkins 31677 Jan 11 17:31 CHANGELOG.md 17:38:36 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 17:31 GOVERNANCE.md 17:38:36 -rw-rw-r-- 1 jenkins jenkins 880 Jan 11 17:31 Jenkinsfile 17:38:36 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 11 17:31 LICENSE 17:38:36 -rw-rw-r-- 1 jenkins jenkins 1679 Jan 11 17:31 Makefile 17:38:36 -rw-rw-r-- 1 jenkins jenkins 619 Jan 11 17:31 OWNERS.md 17:38:36 -rw-rw-r-- 1 jenkins jenkins 4891 Jan 11 17:31 README.md 17:38:36 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 17:27 VERSION 17:38:36 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:31 bin 17:38:36 -rw-r--r-- 1 jenkins jenkins 101913 Jan 11 17:36 coverage.out 17:38:36 drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 17:31 example 17:38:36 -rw-rw-r-- 1 jenkins jenkins 3342 Jan 11 17:31 go.mod 17:38:36 -rw-rw-r-- 1 jenkins jenkins 44555 Jan 11 17:31 go.sum 17:38:36 drwxrwxr-x 14 jenkins jenkins 4096 Jan 11 17:31 internal 17:38:36 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 17:31 openapi 17:38:36 drwxrwxr-x 6 jenkins jenkins 4096 Jan 11 17:31 pkg 17:38:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:31 snap 17:38:36 -rw-rw-r-- 1 jenkins jenkins 222 Jan 11 17:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:38:37 + 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=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 --label arch=arm64 --label version=3.0.0-dev.8 . 17:38:37 Sending build context to Docker daemon 5.69MB 17:38:37 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 17:38:37 Step 2/23 : FROM ${BASE} AS builder 17:38:37 ---> 46730b623c9a 17:38:37 Step 3/23 : ARG MAKE=make build 17:38:38 ---> Running in 5875bdd800da 17:38:39 Removing intermediate container 5875bdd800da 17:38:39 ---> 9136cfdc0558 17:38:39 Step 4/23 : WORKDIR /device-sdk-go 17:38:39 ---> Running in 9ee4acc46c55 17:38:39 Removing intermediate container 9ee4acc46c55 17:38:39 ---> 6c0d94d2a2d3 17:38:39 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:38:39 ---> Running in 48d3a9c05ac6 17:38:39 Removing intermediate container 48d3a9c05ac6 17:38:39 ---> 7fc2e7999751 17:38:39 Step 6/23 : RUN apk add --update --no-cache make git 17:38:40 ---> Running in ae30c8e32785 17:38:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:38:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:38:42 OK: 221 MiB in 51 packages 17:38:43 Removing intermediate container ae30c8e32785 17:38:43 ---> 1ed6d90034ca 17:38:43 Step 7/23 : COPY go.mod vendor* ./ 17:38:44 ---> 66cebad3b54c 17:38:44 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:38:44 ---> Running in 5bd4c4465797 17:38:46 Removing intermediate container 5bd4c4465797 17:38:46 ---> f96372b73149 17:38:46 Step 9/23 : COPY . . 17:38:47 ---> a6392e898914 17:38:47 Step 10/23 : RUN ${MAKE} 17:38:47 ---> Running in 9c02bd278068 17:38:48 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.8" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 17:41:10 Removing intermediate container 9c02bd278068 17:41:10 ---> 6f786b187c9c 17:41:10 Step 11/23 : FROM alpine:3.16 17:41:10 3.16: Pulling from library/alpine 17:41:10 6875df1f5354: Pulling fs layer 17:41:10 6875df1f5354: Download complete 17:41:10 6875df1f5354: Pull complete 17:41:10 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 17:41:10 Status: Downloaded newer image for alpine:3.16 17:41:10 ---> 2b4661558fb8 17:41:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 17:41:10 ---> Running in 1edad8c245ec 17:41:10 Removing intermediate container 1edad8c245ec 17:41:10 ---> 0fe541801cae 17:41:10 Step 13/23 : RUN apk add --update --no-cache 17:41:10 ---> Running in e343ccd2cc0d 17:41:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:41:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:41:10 OK: 5 MiB in 14 packages 17:41:10 Removing intermediate container e343ccd2cc0d 17:41:10 ---> 4bccb5ebf185 17:41:10 Step 14/23 : WORKDIR / 17:41:10 ---> Running in 31a9834e1e5a 17:41:10 Removing intermediate container 31a9834e1e5a 17:41:10 ---> 6635342c5502 17:41:10 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 17:41:10 ---> 830fe9ff0f98 17:41:10 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 17:41:10 ---> 37ac67da463d 17:41:10 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 17:41:10 ---> 4651e7a2b396 17:41:10 Step 18/23 : EXPOSE 59999 17:41:10 ---> Running in 9d375e861830 17:41:10 Removing intermediate container 9d375e861830 17:41:10 ---> 3867f718024b 17:41:10 Step 19/23 : ENTRYPOINT ["/device-simple"] 17:41:10 ---> Running in cec45a9daf5b 17:41:10 Removing intermediate container cec45a9daf5b 17:41:10 ---> ea9312ba9014 17:41:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:41:10 ---> Running in 542a724084c3 17:41:10 Removing intermediate container 542a724084c3 17:41:10 ---> 0df484a157b2 17:41:10 Step 21/23 : LABEL arch=arm64 17:41:10 ---> Running in 38c342e8dd1e 17:41:10 Removing intermediate container 38c342e8dd1e 17:41:10 ---> 9b1d8ee66201 17:41:10 Step 22/23 : LABEL git_sha=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 17:41:10 ---> Running in eefda6e4a949 17:41:10 Removing intermediate container eefda6e4a949 17:41:10 ---> 7af8c7c78678 17:41:10 Step 23/23 : LABEL version=3.0.0-dev.8 17:41:10 ---> Running in 22a176084454 17:41:10 Removing intermediate container 22a176084454 17:41:10 ---> e61669f7c3a7 17:41:10 [Warning] One or more build-args [ARCH] were not consumed 17:41:10 Successfully built e61669f7c3a7 17:41:10 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 17:41:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:41:10 17:41:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:41:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:41:11 arm64: Pulling from edgex-lftools-log-publisher 17:41:11 8998bd30e6a1: Pulling fs layer 17:41:11 04944245beec: Pulling fs layer 17:41:11 699f458cf7ca: Pulling fs layer 17:41:11 765212b225bb: Pulling fs layer 17:41:11 f23df028b6ca: Pulling fs layer 17:41:11 d65c8cfc05b1: Pulling fs layer 17:41:11 2437ff75d9bd: Pulling fs layer 17:41:11 f23df028b6ca: Waiting 17:41:11 d65c8cfc05b1: Waiting 17:41:11 2437ff75d9bd: Waiting 17:41:11 765212b225bb: Waiting 17:41:11 04944245beec: Verifying Checksum 17:41:11 04944245beec: Download complete 17:41:11 765212b225bb: Verifying Checksum 17:41:11 765212b225bb: Download complete 17:41:11 f23df028b6ca: Verifying Checksum 17:41:11 f23df028b6ca: Download complete 17:41:11 d65c8cfc05b1: Verifying Checksum 17:41:11 d65c8cfc05b1: Download complete 17:41:11 699f458cf7ca: Verifying Checksum 17:41:11 699f458cf7ca: Download complete 17:41:11 8998bd30e6a1: Verifying Checksum 17:41:11 8998bd30e6a1: Download complete 17:41:14 2437ff75d9bd: Verifying Checksum 17:41:14 2437ff75d9bd: Download complete 17:41:16 8998bd30e6a1: Pull complete 17:41:17 04944245beec: Pull complete 17:41:18 699f458cf7ca: Pull complete 17:41:18 765212b225bb: Pull complete 17:41:19 f23df028b6ca: Pull complete 17:41:19 d65c8cfc05b1: Pull complete 17:41:34 2437ff75d9bd: Pull complete 17:41:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:41:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:41:34 prd-ubuntu20.04-docker-arm64-4c-16g-1884 does not seem to be running inside a container 17:41:34 $ 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/138 -v /w/workspace/device-sdk-go/138:/w/workspace/device-sdk-go/138:rw,z -v /w/workspace/device-sdk-go/138@tmp:/w/workspace/device-sdk-go/138@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 17:41:37 $ docker top 5806f9a3cfa8d0e748a9d6872472350094fb672906f6a7d26ba061248998a9e7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:41:38 ---> job-cost.sh 17:41:38 lf-activate-venv: SKIPPING 17:41:38 INFO: No Stack... 17:41:39 INFO: Retrieving Pricing Info for: v3-standard-4 17:41:39 INFO: Archiving Costs [Pipeline] sh 17:41:40 + cat /w/workspace/device-sdk-go/138/archives/cost.csv+ 17:41:40 cut -d, -f6 [Pipeline] lock 17:41:40 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] 17:41:40 Resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] did not exist. Created. 17:41:40 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:41:41 /w/workspace/device-sdk-go/138@tmp/durable-a8f7c844/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:41:42 + echo total: 0.10999999940395355 [Pipeline] stash 17:41:42 Warning: overwriting stash ‘stack-cost’ 17:41:42 Stashed 1 file(s) [Pipeline] } 17:41:42 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] // lock [Pipeline] } 17:41:42 $ docker stop --time=1 5806f9a3cfa8d0e748a9d6872472350094fb672906f6a7d26ba061248998a9e7 17:41:43 $ docker rm -f --volumes 5806f9a3cfa8d0e748a9d6872472350094fb672906f6a7d26ba061248998a9e7 [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 17:41:44 provisioning config files... 17:41:44 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10410969449087351401tmp [Pipeline] { [Pipeline] sh 17:41:44 + set +x 17:41:44 + curl -s https://codecov.io/bash 17:41:44 + bash -s -- 17:41:44 17:41:44 _____ _ 17:41:44 / ____| | | 17:41:44 | | ___ __| | ___ ___ _____ __ 17:41:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:41:44 | |___| (_) | (_| | __/ (_| (_) \ V / 17:41:44 \_____\___/ \__,_|\___|\___\___/ \_/ 17:41:44 Bash-1.0.6 17:41:44 17:41:44 17:41:44 ==> git version 2.25.1 found 17:41:44 ==> 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 17:41:44 Release-Date: 2020-01-08 17:41:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:41:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:41:44 ==> Jenkins CI detected. 17:41:44 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 17:41:44 project root: . 17:41:44 --> token set from env 17:41:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:41:44 ==> Running gcov in . (disable via -X gcov) 17:41:44 ==> Python coveragepy not found 17:41:44 ==> Searching for coverage reports in: 17:41:44 + . 17:41:44 -> Found 1 reports 17:41:44 ==> Detecting git/mercurial file structure 17:41:44 ==> Reading reports 17:41:45 + ./coverage.out bytes=101913 17:41:45 ==> Appending adjustments 17:41:45 https://docs.codecov.io/docs/fixing-reports 17:41:45 + Found adjustments 17:41:45 ==> Gzipping contents 17:41:45 16K /tmp/codecov.1kL0SZ.gz 17:41:45 ==> Uploading reports 17:41:45 url: https://codecov.io 17:41:45 query: branch=main&commit=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F138%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:41:45 -> Pinging Codecov 17:41:45 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=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F138%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:41:45 -> Uploading to 17:41:45 https://storage.googleapis.com/codecov/v4/raw/2023-01-11/7E55EF52A471D76F132DFD9A03CDDE97/8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77/01e738c9-1024-48fc-bd68-823648d99672.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T174145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7df46cfb99f64f02378012761ffddcd50363e2aabac426580d3ef3f930431588 17:41:45 % Total % Received % Xferd Average Speed Time Time Time Current 17:41:45 Dload Upload Total Spent Left Speed 17:41:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14753 0 0 100 14753 0 61987 --:--:-- --:--:-- --:--:-- 61987 17:41:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] } 17:41:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:41:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:41:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:41:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:41:46 17:41:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:41:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:41:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:41:46 df9b9388f04a: Pulling fs layer 17:41:46 52dc419b0ee2: Pulling fs layer 17:41:46 25bc292e5bac: Pulling fs layer 17:41:46 114826534d7a: Pulling fs layer 17:41:46 4657fd5d0bcf: Pulling fs layer 17:41:46 6ad1cebc031e: Pulling fs layer 17:41:46 8a3aa393b2d8: Pulling fs layer 17:41:46 114826534d7a: Waiting 17:41:46 4657fd5d0bcf: Waiting 17:41:46 6ad1cebc031e: Waiting 17:41:46 8a3aa393b2d8: Waiting 17:41:46 25bc292e5bac: Verifying Checksum 17:41:46 25bc292e5bac: Download complete 17:41:46 52dc419b0ee2: Verifying Checksum 17:41:46 52dc419b0ee2: Download complete 17:41:46 4657fd5d0bcf: Verifying Checksum 17:41:46 4657fd5d0bcf: Download complete 17:41:46 df9b9388f04a: Download complete 17:41:46 df9b9388f04a: Pull complete 17:41:46 6ad1cebc031e: Verifying Checksum 17:41:46 6ad1cebc031e: Download complete 17:41:46 52dc419b0ee2: Pull complete 17:41:47 25bc292e5bac: Pull complete 17:41:47 114826534d7a: Verifying Checksum 17:41:47 114826534d7a: Download complete 17:41:47 8a3aa393b2d8: Verifying Checksum 17:41:47 8a3aa393b2d8: Download complete 17:41:50 114826534d7a: Pull complete 17:41:50 4657fd5d0bcf: Pull complete 17:41:51 6ad1cebc031e: Pull complete 17:41:53 8a3aa393b2d8: Pull complete 17:41:53 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:41:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:41:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:41:53 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:41:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:41:55 $ docker top 32b90aee3fbcb17124341a7ad06852b1dddb8ac52f64806a3727abcd9ad852fa -eo pid,comm [Pipeline] { [Pipeline] echo 17:41:55 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 17:41:55 + set -o pipefail 17:41:55 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 17:42:02 17:42:02 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 17:42:02 17:42:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/3388cbc8-ab98-43e7-9d65-449bee304e54 17:42:02 17:42:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:42:02 17:42:02 17:42:02 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:42:02 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:42:02 More details here: https://snyk.co/ue1NS [Pipeline] } 17:42:02 $ docker stop --time=1 32b90aee3fbcb17124341a7ad06852b1dddb8ac52f64806a3727abcd9ad852fa 17:42:04 $ docker rm -f --volumes 32b90aee3fbcb17124341a7ad06852b1dddb8ac52f64806a3727abcd9ad852fa [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 17:42:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:42:04 provisioning config files... 17:42:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10375613856609156401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:42:05 --> edgex-publish-swagger.sh 17:42:05 === Publish openapi/v2 API === 17:42:05 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:42:05 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] 17:42:05 % Total % Received % Xferd Average Speed Time Time Time Current 17:42:05 Dload Upload Total Spent Left Speed 17:42:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53590 100 38 100 53552 79 109k --:--:-- --:--:-- --:--:-- 109k 17:42:05 {"code":403,"message":"Access Denied"} 17:42:05 [Pipeline] } 17:42:05 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 17:42:05 + git log --format=format:%s -1 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] sh 17:42:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:42:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:42:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:42:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:42:06 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:42:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:42:06 $ docker top 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 -eo pid,comm 17:42:06 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). 17:42:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:42:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:42:06 [ssh-agent] Looking for ssh-agent implementation... 17:42:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:42:07 $ docker exec 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 ssh-agent 17:42:07 SSH_AUTH_SOCK=/tmp/ssh-zATp3zVvs4yn/agent.32 17:42:07 SSH_AGENT_PID=38 17:42:07 Running ssh-add (command line suppressed) 17:42:07 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9453403046708205567.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9453403046708205567.key) 17:42:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:42:07 + git semver tag 17:42:07 2023-01-11 17:42:07,821 [run_tag] DEBUG tag force:False 17:42:07 2023-01-11 17:42:07,821 [check_head_tag] DEBUG check head tag 17:42:07 2023-01-11 17:42:07,823 [execute] INFO git cat-file --batch-check 17:42:07 2023-01-11 17:42:07,823 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 17:42:07 2023-01-11 17:42:07,827 [execute] INFO git cat-file --batch 17:42:07 2023-01-11 17:42:07,827 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 17:42:07 2023-01-11 17:42:07,857 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:42:07 2023-01-11 17:42:07,857 [execute] INFO git tag -a v3.0.0-dev.8 -m v3.0.0-dev.8 17:42:07 2023-01-11 17:42:07,857 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.8', '-m', 'v3.0.0-dev.8'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 17:42:07 2023-01-11 17:42:07,863 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:42:07 3.0.0-dev.8 [Pipeline] } 17:42:07 $ docker exec --env ******** --env ******** 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 ssh-agent -k 17:42:08 unset SSH_AUTH_SOCK; 17:42:08 unset SSH_AGENT_PID; 17:42:08 echo Agent pid 38 killed; 17:42:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:42:08 + git semver [Pipeline] } 17:42:08 $ docker stop --time=1 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 17:42:09 $ docker rm -f --volumes 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:42:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:42:10 17:42:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:42:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:42:10 0.23.1-centos7: Pulling from edgex-lftools 17:42:10 ab5ef0e58194: Pulling fs layer 17:42:10 9712f1f96733: Pulling fs layer 17:42:10 63f879dbbcfc: Pulling fs layer 17:42:10 0d9ebad4ef96: Pulling fs layer 17:42:10 e9a5061849ea: Pulling fs layer 17:42:10 d747dcd14b5f: Pulling fs layer 17:42:10 2de7ff778b66: Pulling fs layer 17:42:10 0d9ebad4ef96: Waiting 17:42:10 e9a5061849ea: Waiting 17:42:10 2de7ff778b66: Waiting 17:42:10 d747dcd14b5f: Waiting 17:42:10 9712f1f96733: Verifying Checksum 17:42:10 9712f1f96733: Download complete 17:42:11 63f879dbbcfc: Verifying Checksum 17:42:11 63f879dbbcfc: Download complete 17:42:11 0d9ebad4ef96: Verifying Checksum 17:42:11 0d9ebad4ef96: Download complete 17:42:11 d747dcd14b5f: Download complete 17:42:11 e9a5061849ea: Verifying Checksum 17:42:11 e9a5061849ea: Download complete 17:42:11 ab5ef0e58194: Verifying Checksum 17:42:11 ab5ef0e58194: Download complete 17:42:11 2de7ff778b66: Verifying Checksum 17:42:11 2de7ff778b66: Download complete 17:42:13 ab5ef0e58194: Pull complete 17:42:13 9712f1f96733: Pull complete 17:42:14 63f879dbbcfc: Pull complete 17:42:18 0d9ebad4ef96: Pull complete 17:42:18 e9a5061849ea: Pull complete 17:42:18 d747dcd14b5f: Pull complete 17:42:19 2de7ff778b66: Pull complete 17:42:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:42:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:42:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:42:19 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:42:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:42:21 $ docker top 43c6e9f81a04112ca0d2a43b1814ad1bea1ed396ddef9ec48dde71c9b2d571fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:42:21 provisioning config files... 17:42:21 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11109424315430114388tmp 17:42:21 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14827418099280830860tmp 17:42:21 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15616899981660729852tmp [Pipeline] { [Pipeline] echo 17:42:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:42:21 ---> sigul-configuration.sh 17:42:21 gpg: directory `/root/.gnupg' created 17:42:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:42:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:42:21 gpg: keyring `/root/.gnupg/secring.gpg' created 17:42:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:42:21 gpg: CAST5 encrypted data 17:42:21 gpg: encrypted with 1 passphrase 17:42:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:42:21 + mkdir /home/jenkins 17:42:21 + mkdir /home/jenkins/sigul [Pipeline] sh 17:42:21 + 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 17:42:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:42:22 ---> sigul-install.sh 17:42:22 Sigul already installed; skipping installation. [Pipeline] sh 17:42:22 + git tag --list 17:42:22 0.7.1 17:42:22 delhi-tag 17:42:22 v1.0.0 17:42:22 v1.1.0 17:42:22 v1.1.1 17:42:22 v1.1.2 17:42:22 v1.2.0 17:42:22 v1.2.1 17:42:22 v1.2.2 17:42:22 v1.2.3 17:42:22 v1.3.0 17:42:22 v1.4.0 17:42:22 v2.0.0 17:42:22 v2.1.0 17:42:22 v2.1.1 17:42:22 v2.1.1-dev.2 17:42:22 v2.1.1-dev.3 17:42:22 v2.2.0 17:42:22 v2.2.1-dev.1 17:42:22 v2.2.1-dev.10 17:42:22 v2.2.1-dev.11 17:42:22 v2.2.1-dev.12 17:42:22 v2.2.1-dev.13 17:42:22 v2.2.1-dev.14 17:42:22 v2.2.1-dev.2 17:42:22 v2.2.1-dev.3 17:42:22 v2.2.1-dev.4 17:42:22 v2.2.1-dev.5 17:42:22 v2.2.1-dev.6 17:42:22 v2.2.1-dev.7 17:42:22 v2.2.1-dev.8 17:42:22 v2.2.1-dev.9 17:42:22 v2.3.0 17:42:22 v2.3.0-dev.14 17:42:22 v2.3.0-dev.15 17:42:22 v2.3.0-dev.16 17:42:22 v2.3.0-dev.17 17:42:22 v2.3.0-dev.18 17:42:22 v2.3.0-dev.19 17:42:22 v2.3.0-dev.20 17:42:22 v2.3.0-dev.21 17:42:22 v2.3.0-dev.22 17:42:22 v2.3.0-dev.23 17:42:22 v2.3.0-dev.24 17:42:22 v2.3.0-dev.25 17:42:22 v2.3.0-dev.26 17:42:22 v2.3.0-dev.27 17:42:22 v2.3.0-dev.28 17:42:22 v2.3.0-dev.29 17:42:22 v2.3.0-dev.30 17:42:22 v2.3.0-dev.31 17:42:22 v2.3.0-dev.32 17:42:22 v2.3.0-dev.33 17:42:22 v2.3.0-dev.34 17:42:22 v2.3.0-dev.35 17:42:22 v2.3.0-dev.36 17:42:22 v2.3.0-dev.37 17:42:22 v2.3.0-dev.38 17:42:22 v2.3.0-dev.39 17:42:22 v2.3.0-dev.40 17:42:22 v2.3.0-dev.41 17:42:22 v2.3.0-dev.42 17:42:22 v2.3.0-dev.43 17:42:22 v2.3.0-dev.44 17:42:22 v2.3.0-dev.45 17:42:22 v2.3.0-dev.46 17:42:22 v2.3.0-dev.47 17:42:22 v2.3.0-dev.48 17:42:22 v2.3.0-dev.49 17:42:22 v2.3.0-dev.50 17:42:22 v2.3.0-dev.51 17:42:22 v2.3.1-dev.1 17:42:22 v2.3.1-dev.2 17:42:22 v3.0.0-dev.1 17:42:22 v3.0.0-dev.2 17:42:22 v3.0.0-dev.3 17:42:22 v3.0.0-dev.4 17:42:22 v3.0.0-dev.5 17:42:22 v3.0.0-dev.6 17:42:22 v3.0.0-dev.7 17:42:22 v3.0.0-dev.8 [Pipeline] sh 17:42:22 + lftools sign git-tag v3.0.0-dev.8 17:42:23 Signing Git tag with Sigul... 17:42:23 Signing v3.0.0-dev.8 [Pipeline] echo 17:42:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:42:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:42:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:42:24 $ docker stop --time=1 43c6e9f81a04112ca0d2a43b1814ad1bea1ed396ddef9ec48dde71c9b2d571fd 17:42:25 $ docker rm -f --volumes 43c6e9f81a04112ca0d2a43b1814ad1bea1ed396ddef9ec48dde71c9b2d571fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:42:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:42:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:42:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:42:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:42:26 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:42:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:42:26 $ docker top 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c -eo pid,comm 17:42:26 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 17:42:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:42:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:42:26 [ssh-agent] Looking for ssh-agent implementation... 17:42:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:42:26 $ docker exec 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c ssh-agent 17:42:26 SSH_AUTH_SOCK=/tmp/ssh-joOQOYOfvTla/agent.32 17:42:26 SSH_AGENT_PID=38 17:42:26 Running ssh-add (command line suppressed) 17:42:26 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10114363163881197505.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10114363163881197505.key) 17:42:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:42:27 + git semver bump pre 17:42:27 2023-01-11 17:42:27,300 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:42:27 2023-01-11 17:42:27,300 [bump_version] DEBUG bumping version:3.0.0-dev.8 on axis:pre with prefix:dev 17:42:27 2023-01-11 17:42:27,300 [bump_version] DEBUG bumped version:3.0.0-dev.9 17:42:27 2023-01-11 17:42:27,300 [write_version] DEBUG write version:3.0.0-dev.9 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 17:42:27 2023-01-11 17:42:27,300 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:42:27 2023-01-11 17:42:27,300 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:42:27 2023-01-11 17:42:27,302 [execute] INFO git cat-file --batch-check 17:42:27 2023-01-11 17:42:27,302 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:42:27 2023-01-11 17:42:27,308 [execute] INFO git cat-file --batch 17:42:27 2023-01-11 17:42:27,308 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:42:27 2023-01-11 17:42:27,314 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:42:27 3.0.0-dev.9 [Pipeline] } 17:42:27 $ docker exec --env ******** --env ******** 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c ssh-agent -k 17:42:27 unset SSH_AUTH_SOCK; 17:42:27 unset SSH_AGENT_PID; 17:42:27 echo Agent pid 38 killed; 17:42:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:42:27 + git semver [Pipeline] } 17:42:28 $ docker stop --time=1 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c 17:42:29 $ docker rm -f --volumes 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c [Pipeline] // withDockerContainer [Pipeline] sh 17:42:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:42:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:42:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:42:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:42:30 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:42:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:42:30 $ docker top 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:42:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:42:30 [ssh-agent] Looking for ssh-agent implementation... 17:42:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:42:30 $ docker exec 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 ssh-agent 17:42:30 SSH_AUTH_SOCK=/tmp/ssh-9ekwnCmJnDYd/agent.33 17:42:30 SSH_AGENT_PID=39 17:42:30 Running ssh-add (command line suppressed) 17:42:30 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10312465508988418419.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10312465508988418419.key) 17:42:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:42:31 + git semver push 17:42:31 2023-01-11 17:42:31,298 [run_push] DEBUG push 17:42:31 2023-01-11 17:42:31,299 [execute] INFO git cat-file --batch-check 17:42:31 2023-01-11 17:42:31,299 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:42:31 2023-01-11 17:42:31,302 [execute] INFO git rev-list caf5c027ad91a5ec0ba47c64baa38f8b21012de9 -- 17:42:31 2023-01-11 17:42:31,302 [execute] DEBUG Popen(['git', 'rev-list', 'caf5c027ad91a5ec0ba47c64baa38f8b21012de9', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 17:42:31 2023-01-11 17:42:31,313 [execute] INFO git fetch -v origin 17:42:31 2023-01-11 17:42:31,314 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 17:42:31 2023-01-11 17:42:31,848 [run_push] DEBUG no remote changes detected 17:42:31 2023-01-11 17:42:31,849 [execute] INFO git push origin semver 17:42:31 2023-01-11 17:42:31,849 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 17:42:32 2023-01-11 17:42:32,662 [run_push] DEBUG push all version tags 17:42:32 2023-01-11 17:42:32,662 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:42:32 2023-01-11 17:42:32,663 [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) 17:42:33 2023-01-11 17:42:33,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 17:42:33 3.0.0-dev.9 [Pipeline] } 17:42:33 $ docker exec --env ******** --env ******** 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 ssh-agent -k 17:42:33 unset SSH_AUTH_SOCK; 17:42:33 unset SSH_AGENT_PID; 17:42:33 echo Agent pid 39 killed; 17:42:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:42:34 + git semver [Pipeline] } 17:42:34 $ docker stop --time=1 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 17:42:35 $ docker rm -f --volumes 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 [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 17:42:36 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 17:42:36 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 17:42:36 total 16 17:42:36 drwxr-xr-x 3 root root 4096 Jan 11 17:29 . 17:42:36 drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 17:42 .. 17:42:36 drwxr-xr-x 2 root root 4096 Jan 11 17:29 cost 17:42:36 -rw-r--r-- 1 root root 85 Jan 11 17:29 cost.csv 17:42:36 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 17:42:36 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 17:42:36 total 16 17:42:36 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 17:29 . 17:42:36 drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 17:42 .. 17:42:36 drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 17:29 cost 17:42:36 -rw-r--r-- 1 jenkins jenkins 85 Jan 11 17:29 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:42:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:42:37 ---> package-listing.sh 17:42:37 ++ facter osfamily 17:42:37 ++ tr '[:upper:]' '[:lower:]' 17:42:37 + OS_FAMILY=debian 17:42:37 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 17:42:37 + START_PACKAGES=/tmp/packages_start.txt 17:42:37 + END_PACKAGES=/tmp/packages_end.txt 17:42:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:42:37 + PACKAGES=/tmp/packages_start.txt 17:42:37 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 17:42:37 + PACKAGES=/tmp/packages_end.txt 17:42:37 + case "${OS_FAMILY}" in 17:42:37 + dpkg -l 17:42:37 + grep '^ii' 17:42:37 + '[' -f /tmp/packages_start.txt ']' 17:42:37 + '[' -f /tmp/packages_end.txt ']' 17:42:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:42:37 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 17:42:37 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 17:42:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 17:42:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:42:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:42:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:42:38 prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container 17:42:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:42:38 $ docker top cd287f33ce08d4a0ff4236c620d9a54cd747e4f01e40e08ba8a207b106485be8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:39 + touch /tmp/pre-build-complete [Pipeline] sh 17:42:39 + mkdir -p /var/log/sysstat [Pipeline] sh 17:42:40 + ls /var/log/sa-host 17:42:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:42:40 provisioning config files... 17:42:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14132241495953068562tmp [Pipeline] { [Pipeline] echo 17:42:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:42:40 ---> create-netrc.sh [Pipeline] } 17:42:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:42:40 ---> python-tools-install.sh [Pipeline] echo 17:42:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:42:41 ---> sudo-logs.sh 17:42:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:42:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:42:41 ---> job-cost.sh 17:42:41 lf-activate-venv: SKIPPING 17:42:41 DEBUG: total: 0.2199999988079071 17:42:41 INFO: Retrieving Stack Cost... 17:42:41 INFO: Retrieving Pricing Info for: v3-standard-8 17:42:42 INFO: Archiving Costs [Pipeline] echo 17:42:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:42:42 ---> logs-deploy.sh 17:42:42 lf-activate-venv: SKIPPING 17:42:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/138 17:42:42 INFO: archiving workspace using pattern(s): 17:42:43 Archives upload complete. 17:42:43 INFO: archiving logs to Nexus 17:42:44 ---> uname -a: 17:42:44 Linux prd-ubuntu20-04-docker-8c-8g-1880 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:42:44 17:42:44 17:42:44 ---> lscpu: 17:42:44 Architecture: x86_64 17:42:44 CPU op-mode(s): 32-bit, 64-bit 17:42:44 Byte Order: Little Endian 17:42:44 Address sizes: 40 bits physical, 48 bits virtual 17:42:44 CPU(s): 8 17:42:44 On-line CPU(s) list: 0-7 17:42:44 Thread(s) per core: 1 17:42:44 Core(s) per socket: 1 17:42:44 Socket(s): 8 17:42:44 NUMA node(s): 1 17:42:44 Vendor ID: AuthenticAMD 17:42:44 CPU family: 23 17:42:44 Model: 49 17:42:44 Model name: AMD EPYC-Rome Processor 17:42:44 Stepping: 0 17:42:44 CPU MHz: 2799.988 17:42:44 BogoMIPS: 5599.97 17:42:44 Virtualization: AMD-V 17:42:44 Hypervisor vendor: KVM 17:42:44 Virtualization type: full 17:42:44 L1d cache: 256 KiB 17:42:44 L1i cache: 256 KiB 17:42:44 L2 cache: 4 MiB 17:42:44 L3 cache: 128 MiB 17:42:44 NUMA node0 CPU(s): 0-7 17:42:44 Vulnerability Itlb multihit: Not affected 17:42:44 Vulnerability L1tf: Not affected 17:42:44 Vulnerability Mds: Not affected 17:42:44 Vulnerability Meltdown: Not affected 17:42:44 Vulnerability Mmio stale data: Not affected 17:42:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:42:44 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:42:44 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:42:44 Vulnerability Srbds: Not affected 17:42:44 Vulnerability Tsx async abort: Not affected 17:42:44 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 17:42:44 17:42:44 17:42:44 ---> nproc: 17:42:44 8 17:42:44 17:42:44 17:42:44 ---> df -h: 17:42:44 Filesystem Size Used Avail Use% Mounted on 17:42:44 overlay 155G 13G 143G 9% / 17:42:44 tmpfs 64M 0 64M 0% /dev 17:42:44 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:42:44 shm 64M 0 64M 0% /dev/shm 17:42:44 /dev/vda1 155G 13G 143G 9% /facter-os 17:42:44 17:42:44 17:42:44 ---> sar -b -r -n DEV: 17:42:44 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1880) 01/11/23 _x86_64_ (8 CPU) 17:42:44 17:42:44 17:26:40 LINUX RESTART (8 CPU) 17:42:44 17:42:44 17:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:42:44 17:28:01 199.41 40.16 159.24 0.00 4365.50 106536.11 0.00 17:42:44 17:29:01 70.46 0.13 70.33 0.00 10.26 27901.37 0.00 17:42:44 17:30:01 165.79 0.22 165.57 0.00 14.53 41119.01 0.00 17:42:44 17:31:01 2.33 0.00 2.33 0.00 0.00 27.48 0.00 17:42:44 17:32:01 40.14 9.35 30.79 0.00 2884.45 5089.29 0.00 17:42:44 17:33:01 16.94 1.23 15.71 0.00 2270.04 3753.95 0.00 17:42:44 17:34:01 3.60 0.02 3.58 0.00 0.13 92.38 0.00 17:42:44 17:35:01 2.03 0.00 2.03 0.00 0.00 21.46 0.00 17:42:44 17:36:01 1.43 0.00 1.43 0.00 0.00 15.73 0.00 17:42:44 17:37:01 4.20 1.02 3.18 0.00 21.86 41.32 0.00 17:42:44 17:38:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 17:42:44 17:39:01 1.50 0.00 1.50 0.00 0.00 16.26 0.00 17:42:44 17:40:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 17:42:44 17:41:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 17:42:44 17:42:01 37.39 0.42 36.98 0.00 18.53 27003.90 0.00 17:42:44 Average: 36.37 3.46 32.90 0.00 634.87 14006.97 0.00 17:42:44 17:42:44 17:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:42:44 17:28:01 28443168 31594096 714004 2.17 110968 3252908 2026352 5.97 1119540 2889404 144344 17:42:44 17:29:01 28195008 31601984 701532 2.13 139968 3459012 1913420 5.64 1153612 3078848 172464 17:42:44 17:30:01 27795156 31588908 710560 2.16 152024 3796960 1766480 5.21 1204136 3384232 456 17:42:44 17:31:01 27795332 31589200 710016 2.16 152060 3796964 1766480 5.21 1204112 3384236 164 17:42:44 17:32:01 27456536 31581496 702824 2.14 171008 4099964 1792856 5.28 1350660 3550908 51872 17:42:44 17:33:01 27279380 31576212 705188 2.14 185732 4251740 1834352 5.41 1519020 3549524 292 17:42:44 17:34:01 27288584 31580788 700548 2.13 184288 4248488 1792692 5.28 1513684 3546344 4 17:42:44 17:35:01 27288916 31581228 700076 2.13 184368 4248488 1792692 5.28 1513624 3546344 8 17:42:44 17:36:01 27288924 31581308 699944 2.13 184452 4248484 1792692 5.28 1513544 3546348 8 17:42:44 17:37:01 27287160 31580768 700336 2.13 184588 4249116 1815112 5.35 1513780 3546904 32 17:42:44 17:38:01 27287784 31581392 699624 2.13 184616 4249116 1815112 5.35 1513860 3546904 12 17:42:44 17:39:01 27287452 31581376 699792 2.13 184640 4249120 1815112 5.35 1513620 3547144 40 17:42:44 17:40:01 27287716 31581688 699656 2.13 184664 4249124 1815112 5.35 1513796 3547152 12 17:42:44 17:41:01 27287968 31582092 699272 2.13 184688 4249252 1815112 5.35 1513432 3547260 168 17:42:44 17:42:01 26086656 31465696 807908 2.46 203300 5224524 1932716 5.70 1725072 4436088 285884 17:42:44 Average: 27423716 31576549 710085 2.16 172758 4124884 1832419 5.40 1425699 3509843 43717 17:42:44 17:42:44 17:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:42:44 17:28:01 ens3 795.58 580.56 8326.84 103.67 0.00 0.00 0.00 0.00 17:42:44 17:28:01 lo 6.64 6.64 0.64 0.64 0.00 0.00 0.00 0.00 17:42:44 17:28:01 docker0 171.53 200.90 13.54 1855.19 0.00 0.00 0.00 0.00 17:42:44 17:29:01 ens3 33.52 20.56 30.83 13.27 0.00 0.00 0.00 0.00 17:42:44 17:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:29:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:42:44 17:30:01 ens3 151.64 112.68 2675.33 97.90 0.00 0.00 0.00 0.00 17:42:44 17:30:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 17:42:44 17:30:01 docker0 3.05 7.25 0.18 81.11 0.00 0.00 0.00 0.00 17:42:44 17:31:01 ens3 1.17 0.52 1.67 0.22 0.00 0.00 0.00 0.00 17:42:44 17:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:32:01 ens3 159.27 86.92 2252.31 6.40 0.00 0.00 0.00 0.00 17:42:44 17:32:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 17:42:44 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:33:01 ens3 31.19 15.58 503.57 1.17 0.00 0.00 0.00 0.00 17:42:44 17:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 17:42:44 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:34:01 ens3 0.85 0.37 0.38 0.27 0.00 0.00 0.00 0.00 17:42:44 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:35:01 ens3 0.73 0.50 0.36 0.28 0.00 0.00 0.00 0.00 17:42:44 17:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:36:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:37:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:38:01 ens3 0.92 0.17 0.24 0.07 0.00 0.00 0.00 0.00 17:42:44 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:39:01 ens3 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 17:42:44 17:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:40:01 ens3 0.60 0.40 0.35 0.28 0.00 0.00 0.00 0.00 17:42:44 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:41:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:42:44 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:44 17:42:01 ens3 212.83 130.08 4666.06 17.05 0.00 0.00 0.00 0.00 17:42:44 17:42:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 17:42:44 17:42:01 docker0 38.36 58.36 3.34 689.98 0.00 0.00 0.00 0.00 17:42:44 17:42:01 veth535ba6a 38.36 58.47 3.87 689.99 0.00 0.00 0.00 0.06 17:42:44 Average: ens3 91.81 62.67 1222.58 15.94 0.00 0.00 0.00 0.00 17:42:44 Average: lo 0.77 0.77 0.07 0.07 0.00 0.00 0.00 0.00 17:42:44 Average: docker0 14.02 17.57 1.12 173.21 0.00 0.00 0.00 0.00 17:42:44 Average: veth535ba6a 2.56 3.90 0.26 46.05 0.00 0.00 0.00 0.00 17:42:44 17:42:44 17:42:44 ---> sar -P ALL: 17:42:44 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1880) 01/11/23 _x86_64_ (8 CPU) 17:42:44 17:42:44 17:26:40 LINUX RESTART (8 CPU) 17:42:44 17:42:44 17:27:02 CPU %user %nice %system %iowait %steal %idle 17:42:44 17:28:01 all 11.58 0.00 4.34 3.46 0.07 80.54 17:42:44 17:28:01 0 13.16 0.00 4.40 3.23 0.05 79.16 17:42:44 17:28:01 1 10.13 0.00 4.69 3.85 0.09 81.24 17:42:44 17:28:01 2 13.56 0.00 4.34 0.55 0.05 81.51 17:42:44 17:28:01 3 11.72 0.00 4.36 0.69 0.05 83.18 17:42:44 17:28:01 4 13.06 0.00 3.83 2.56 0.05 80.50 17:42:44 17:28:01 5 8.93 0.00 3.79 2.35 0.05 84.88 17:42:44 17:28:01 6 13.00 0.00 4.26 8.04 0.15 74.55 17:42:44 17:28:01 7 9.09 0.00 5.09 6.41 0.07 79.33 17:42:44 17:29:01 all 44.47 0.00 6.51 1.38 0.09 47.54 17:42:44 17:29:01 0 44.24 0.00 6.61 0.91 0.17 48.07 17:42:44 17:29:01 1 45.65 0.00 6.24 0.34 0.08 47.69 17:42:44 17:29:01 2 43.48 0.00 6.53 0.12 0.08 49.79 17:42:44 17:29:01 3 43.30 0.00 6.44 0.13 0.08 50.03 17:42:44 17:29:01 4 45.99 0.00 6.29 0.35 0.08 47.28 17:42:44 17:29:01 5 45.01 0.00 6.92 1.25 0.08 46.73 17:42:44 17:29:01 6 42.54 0.00 6.27 7.89 0.07 43.24 17:42:44 17:29:01 7 45.56 0.00 6.80 0.05 0.08 47.50 17:42:44 17:30:01 all 20.15 0.00 4.23 1.68 0.07 73.87 17:42:44 17:30:01 0 20.18 0.00 4.12 2.03 0.05 73.62 17:42:44 17:30:01 1 19.92 0.00 4.10 0.99 0.05 74.93 17:42:44 17:30:01 2 21.04 0.00 4.76 0.25 0.05 73.90 17:42:44 17:30:01 3 20.15 0.00 3.92 0.87 0.05 75.00 17:42:44 17:30:01 4 18.29 0.00 4.40 0.10 0.03 77.18 17:42:44 17:30:01 5 19.67 0.00 3.82 2.07 0.05 74.39 17:42:44 17:30:01 6 20.90 0.00 4.57 6.57 0.17 67.79 17:42:44 17:30:01 7 21.10 0.00 4.12 0.57 0.08 74.12 17:42:44 17:31:01 all 0.03 0.00 0.02 0.01 0.00 99.95 17:42:44 17:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:42:44 17:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:42:44 17:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 17:42:44 17:31:01 3 0.02 0.00 0.02 0.02 0.00 99.95 17:42:44 17:31:01 4 0.08 0.00 0.00 0.00 0.02 99.90 17:42:44 17:31:01 5 0.03 0.00 0.05 0.02 0.00 99.90 17:42:44 17:31:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:42:44 17:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 17:42:44 17:32:01 all 1.40 0.00 0.84 0.39 0.02 97.35 17:42:44 17:32:01 0 1.43 0.00 0.80 0.55 0.00 97.21 17:42:44 17:32:01 1 1.42 0.00 0.48 0.50 0.03 97.57 17:42:44 17:32:01 2 1.09 0.00 0.48 0.05 0.02 98.36 17:42:44 17:32:01 3 1.08 0.00 0.78 0.07 0.02 98.05 17:42:44 17:32:01 4 2.05 0.00 0.95 0.58 0.02 96.39 17:42:44 17:32:01 5 0.83 0.00 0.62 1.04 0.02 97.50 17:42:44 17:32:01 6 1.78 0.00 1.98 0.05 0.02 96.18 17:42:44 17:32:01 7 1.49 0.00 0.65 0.32 0.02 97.52 17:42:44 17:33:01 all 1.09 0.00 0.63 0.22 0.01 98.05 17:42:44 17:33:01 0 0.67 0.00 0.47 0.07 0.02 98.78 17:42:44 17:33:01 1 2.45 0.00 0.35 0.00 0.03 97.17 17:42:44 17:33:01 2 2.37 0.00 0.48 0.02 0.00 97.13 17:42:44 17:33:01 3 0.55 0.00 1.43 0.35 0.00 97.67 17:42:44 17:33:01 4 0.65 0.00 0.38 0.02 0.00 98.95 17:42:44 17:33:01 5 0.83 0.00 0.67 0.93 0.02 97.55 17:42:44 17:33:01 6 0.65 0.00 0.88 0.38 0.00 98.08 17:42:44 17:33:01 7 0.52 0.00 0.37 0.00 0.00 99.12 17:42:44 17:34:01 all 0.36 0.00 0.05 0.01 0.01 99.57 17:42:44 17:34:01 0 0.13 0.00 0.03 0.00 0.02 99.82 17:42:44 17:34:01 1 2.07 0.00 0.05 0.00 0.02 97.86 17:42:44 17:34:01 2 0.08 0.00 0.03 0.00 0.00 99.88 17:42:44 17:34:01 3 0.23 0.00 0.07 0.00 0.00 99.70 17:42:44 17:34:01 4 0.12 0.00 0.08 0.02 0.00 99.78 17:42:44 17:34:01 5 0.13 0.00 0.03 0.08 0.00 99.75 17:42:44 17:34:01 6 0.07 0.00 0.05 0.00 0.02 99.87 17:42:44 17:34:01 7 0.05 0.00 0.03 0.00 0.02 99.90 17:42:44 17:35:01 all 0.02 0.00 0.01 0.01 0.01 99.95 17:42:44 17:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:42:44 17:35:01 1 0.08 0.00 0.02 0.00 0.02 99.88 17:42:44 17:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 17:42:44 17:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:42:44 17:35:01 4 0.02 0.00 0.02 0.02 0.02 99.93 17:42:44 17:35:01 5 0.00 0.00 0.00 0.05 0.00 99.95 17:42:44 17:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 17:42:44 17:35:01 7 0.00 0.00 0.03 0.02 0.00 99.95 17:42:44 17:36:01 all 0.03 0.00 0.01 0.01 0.01 99.95 17:42:44 17:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 17:42:44 17:36:01 2 0.05 0.00 0.00 0.00 0.02 99.93 17:42:44 17:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:42:44 17:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 17:42:44 17:36:01 5 0.02 0.00 0.00 0.03 0.00 99.95 17:42:44 17:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 17:42:44 17:36:01 7 0.02 0.00 0.00 0.02 0.02 99.95 17:42:44 17:37:01 all 0.08 0.00 0.03 0.01 0.01 99.86 17:42:44 17:37:01 0 0.03 0.00 0.05 0.00 0.00 99.92 17:42:44 17:37:01 1 0.07 0.00 0.02 0.00 0.02 99.90 17:42:44 17:37:01 2 0.22 0.00 0.07 0.02 0.02 99.68 17:42:44 17:37:01 3 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:37:01 4 0.20 0.00 0.05 0.02 0.00 99.73 17:42:44 17:37:01 5 0.03 0.00 0.02 0.05 0.00 99.90 17:42:44 17:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 17:42:44 17:37:01 7 0.05 0.00 0.02 0.03 0.00 99.90 17:42:44 17:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 17:42:44 17:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:42:44 17:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:38:01 2 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:42:44 17:38:01 4 0.17 0.00 0.00 0.00 0.02 99.82 17:42:44 17:38:01 5 0.00 0.00 0.02 0.02 0.00 99.97 17:42:44 17:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 17:42:44 17:38:01 7 0.00 0.00 0.03 0.00 0.00 99.97 17:42:44 17:42:44 17:38:01 CPU %user %nice %system %iowait %steal %idle 17:42:44 17:39:01 all 0.02 0.00 0.01 0.01 0.00 99.95 17:42:44 17:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:42:44 17:39:01 2 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:42:44 17:39:01 4 0.03 0.00 0.00 0.02 0.00 99.95 17:42:44 17:39:01 5 0.02 0.00 0.00 0.03 0.00 99.95 17:42:44 17:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 17:42:44 17:39:01 7 0.02 0.00 0.03 0.02 0.00 99.93 17:42:44 17:40:01 all 0.03 0.00 0.01 0.00 0.01 99.96 17:42:44 17:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:42:44 17:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:40:01 2 0.05 0.00 0.02 0.00 0.02 99.92 17:42:44 17:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:42:44 17:40:01 4 0.07 0.00 0.00 0.00 0.00 99.93 17:42:44 17:40:01 5 0.00 0.00 0.00 0.00 0.02 99.98 17:42:44 17:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 17:42:44 17:40:01 7 0.02 0.00 0.02 0.02 0.02 99.93 17:42:44 17:41:01 all 0.03 0.00 0.00 0.00 0.01 99.96 17:42:44 17:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:42:44 17:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 17:42:44 17:41:01 2 0.03 0.00 0.00 0.00 0.03 99.93 17:42:44 17:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:42:44 17:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 17:42:44 17:41:01 5 0.03 0.00 0.00 0.02 0.00 99.95 17:42:44 17:41:01 6 0.03 0.00 0.02 0.00 0.02 99.93 17:42:44 17:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 17:42:44 17:42:01 all 4.27 0.00 1.70 0.31 0.02 93.70 17:42:44 17:42:01 0 3.48 0.00 1.02 0.02 0.02 95.47 17:42:44 17:42:01 1 5.00 0.00 1.61 0.05 0.03 93.31 17:42:44 17:42:01 2 4.56 0.00 1.59 0.02 0.02 93.81 17:42:44 17:42:01 3 3.76 0.00 1.96 0.00 0.02 94.26 17:42:44 17:42:01 4 4.70 0.00 1.86 0.18 0.02 93.24 17:42:44 17:42:01 5 3.75 0.00 1.81 0.49 0.02 93.94 17:42:44 17:42:01 6 3.96 0.00 2.01 1.73 0.02 92.28 17:42:44 17:42:01 7 4.92 0.00 1.73 0.03 0.02 93.30 17:42:44 Average: all 5.52 0.00 1.21 0.49 0.02 92.75 17:42:44 Average: 0 5.51 0.00 1.16 0.45 0.02 92.86 17:42:44 Average: 1 5.75 0.00 1.16 0.38 0.03 92.68 17:42:44 Average: 2 5.71 0.00 1.21 0.07 0.02 92.99 17:42:44 Average: 3 5.34 0.00 1.25 0.14 0.02 93.25 17:42:44 Average: 4 5.65 0.00 1.18 0.25 0.02 92.90 17:42:44 Average: 5 5.24 0.00 1.17 0.56 0.02 93.02 17:42:44 Average: 6 5.48 0.00 1.33 1.62 0.03 91.54 17:42:44 Average: 7 5.47 0.00 1.25 0.48 0.02 92.77 17:42:44 17:42:44 17:42:44