Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1f24b0a1909b23f42318563b740559601ceacb70 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-ssh13642046195521449656.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh13677814064948961617.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh644087792466614595.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh8385129111308049191.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-ssh11881389102060240189.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1482’ Running on prd-ubuntu20.04-docker-8c-8g-1494 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 1f24b0a1909b23f42318563b740559601ceacb70 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f24b0a1909b23f42318563b740559601ceacb70 # timeout=10 Commit message: "Merge pull request #1477 from jinlinGuan/bootstrap-issue-478" > git rev-list --no-walk a0da80382c0e288d5b5fa5ac238919125b7cf977 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:23:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:23:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:23:13 ========================================================= 02:23:13 EdgeX Global Pipelines Version Info 02:23:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:23:13 ------------------- 02:23:13 stable info: 02:23:13 ------------------- 02:23:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:23:13 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 02:23:13 Message: update stable to v1.0.250 02:23:14 ------------------- 02:23:14 experimental info: 02:23:14 ------------------- 02:23:14 Commited By: **** collab-it+edgex@linuxfoundation.org 02:23:14 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 02:23:14 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:23:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f24b0a [Pipeline] echo 02:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:23:15 provisioning config files... 02:23:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13769357207903608568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:23:15 ---> docker-login.sh 02:23:15 nexus3.edgexfoundry.org:10001 02:23:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:16 Configure a credential helper to remove this warning. See 02:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:16 02:23:16 Login Succeeded 02:23:16 nexus3.edgexfoundry.org:10002 02:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:16 Configure a credential helper to remove this warning. See 02:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:16 02:23:16 Login Succeeded 02:23:16 nexus3.edgexfoundry.org:10003 02:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:16 Configure a credential helper to remove this warning. See 02:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:16 02:23:16 Login Succeeded 02:23:16 nexus3.edgexfoundry.org:10004 02:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:16 Configure a credential helper to remove this warning. See 02:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:16 02:23:16 Login Succeeded 02:23:16 docker.io 02:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:16 Configure a credential helper to remove this warning. See 02:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:16 02:23:16 Login Succeeded 02:23:16 ---> docker-login.sh ends [Pipeline] } 02:23:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:23:16 + git rev-list -1 --merges 1f24b0a1909b23f42318563b740559601ceacb70~1..1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo 02:23:17 -----------> git rev-list -1 --merges 1f24b0a1909b23f42318563b740559601ceacb70~1..1f24b0a1909b23f42318563b740559601ceacb70 1f24b0a1909b23f42318563b740559601ceacb70 02:23:17 1f24b0a1909b23f42318563b740559601ceacb70 [false] [Pipeline] sh 02:23:17 + git log --format=format:%s -1 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo 02:23:17 ========================================================= 02:23:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:23:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:23:17 + git log --format=format:%s -1 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo 02:23:17 [semverPrep] GIT_COMMIT: 1f24b0a1909b23f42318563b740559601ceacb70, Commit Message: Merge pull request #1477 from jinlinGuan/bootstrap-issue-478 [Pipeline] echo 02:23:17 [semverPrep] This is not a build commit. [Pipeline] sh 02:23:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:23:18 + grep -v github /etc/ssh/ssh_known_hosts 02:23:18 + [ -e /tmp/ssh_known_hosts ] 02:23:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:23:18 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:23:18 sudo tee -a /etc/ssh/ssh_known_hosts 02:23:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:23:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:23:18 02:23:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:23:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:23:18 0.1.4: Pulling from edgex-devops/py-git-semver 02:23:18 b85a868b505f: Pulling fs layer 02:23:18 e2be974225ed: Pulling fs layer 02:23:18 339a4e72a1f5: Pulling fs layer 02:23:18 988bab9f4d93: Pulling fs layer 02:23:18 1469e6f7b9e6: Pulling fs layer 02:23:18 eaf3925da568: Pulling fs layer 02:23:18 988bab9f4d93: Waiting 02:23:18 bab4dde63d76: Pulling fs layer 02:23:18 bde34c3a00c8: Pulling fs layer 02:23:18 b352a97aabf1: Pulling fs layer 02:23:18 bab4dde63d76: Waiting 02:23:18 bde34c3a00c8: Waiting 02:23:18 4872d77fe225: Pulling fs layer 02:23:18 b352a97aabf1: Waiting 02:23:18 5851b861e8e6: Pulling fs layer 02:23:18 4872d77fe225: Waiting 02:23:18 e2be974225ed: Verifying Checksum 02:23:18 e2be974225ed: Download complete 02:23:18 988bab9f4d93: Verifying Checksum 02:23:18 988bab9f4d93: Download complete 02:23:18 1469e6f7b9e6: Verifying Checksum 02:23:18 1469e6f7b9e6: Download complete 02:23:18 eaf3925da568: Verifying Checksum 02:23:18 eaf3925da568: Download complete 02:23:19 339a4e72a1f5: Verifying Checksum 02:23:19 339a4e72a1f5: Download complete 02:23:19 bde34c3a00c8: Download complete 02:23:19 b352a97aabf1: Download complete 02:23:19 4872d77fe225: Download complete 02:23:19 5851b861e8e6: Verifying Checksum 02:23:19 5851b861e8e6: Download complete 02:23:19 b85a868b505f: Download complete 02:23:19 bab4dde63d76: Verifying Checksum 02:23:19 bab4dde63d76: Download complete 02:23:20 b85a868b505f: Pull complete 02:23:20 e2be974225ed: Pull complete 02:23:21 339a4e72a1f5: Pull complete 02:23:21 988bab9f4d93: Pull complete 02:23:21 1469e6f7b9e6: Pull complete 02:23:21 eaf3925da568: Pull complete 02:23:23 bab4dde63d76: Pull complete 02:23:23 bde34c3a00c8: Pull complete 02:23:23 b352a97aabf1: Pull complete 02:23:23 4872d77fe225: Pull complete 02:23:23 5851b861e8e6: Pull complete 02:23:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:23:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:23:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:23:23 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:23:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:23:27 $ docker top c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e -eo pid,comm 02:23:27 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:23:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:23:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:23:27 [ssh-agent] Looking for ssh-agent implementation... 02:23:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:23:27 $ docker exec c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent 02:23:27 SSH_AUTH_SOCK=/tmp/ssh-OWY1mGcG9CYw/agent.33 02:23:27 SSH_AGENT_PID=39 02:23:27 Running ssh-add (command line suppressed) 02:23:27 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7810784724403663716.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7810784724403663716.key) 02:23:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:23:28 + git tag --points-at HEAD [Pipeline] } 02:23:28 $ docker exec --env ******** --env ******** c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent -k 02:23:28 unset SSH_AUTH_SOCK; 02:23:28 unset SSH_AGENT_PID; 02:23:28 echo Agent pid 39 killed; 02:23:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:23:28 [ssh-agent] Looking for ssh-agent implementation... 02:23:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:23:28 $ docker exec c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent 02:23:28 SSH_AUTH_SOCK=/tmp/ssh-AsrpyRhxnxNy/agent.71 02:23:28 SSH_AGENT_PID=77 02:23:28 Running ssh-add (command line suppressed) 02:23:28 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5540798648553556375.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5540798648553556375.key) 02:23:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:23:29 + git semver init 02:23:29 2023-07-19 02:23:29,292 [run_init] DEBUG init version:0.0.0 force:False 02:23:29 2023-07-19 02:23:29,293 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 02:23:29 2023-07-19 02:23:29,293 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 02:23:29 2023-07-19 02:23:29,293 [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) 02:23:30 2023-07-19 02:23:30,143 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 02:23:30 2023-07-19 02:23:30,144 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 02:23:30 2023-07-19 02:23:30,144 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:23:30 2023-07-19 02:23:30,144 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:23:30 3.1.0-dev.5 [Pipeline] } 02:23:30 $ docker exec --env ******** --env ******** c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent -k 02:23:30 unset SSH_AUTH_SOCK; 02:23:30 unset SSH_AGENT_PID; 02:23:30 echo Agent pid 77 killed; 02:23:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:23:30 + git semver [Pipeline] } 02:23:31 $ docker stop --time=1 c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e 02:23:32 $ docker rm -f --volumes c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e [Pipeline] // withDockerContainer [Pipeline] sh 02:23:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:23:32 Stashed 1 file(s) [Pipeline] echo 02:23:32 [edgeXSemver]: initialized semver on version 3.1.0-dev.5 [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 02:23:33 provisioning config files... 02:23:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2299389869141716142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:23:33 ---> docker-login.sh 02:23:33 nexus3.edgexfoundry.org:10001 02:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:33 Configure a credential helper to remove this warning. See 02:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:33 02:23:33 Login Succeeded 02:23:33 nexus3.edgexfoundry.org:10002 02:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:33 Configure a credential helper to remove this warning. See 02:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:33 02:23:33 Login Succeeded 02:23:33 nexus3.edgexfoundry.org:10003 02:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:33 Configure a credential helper to remove this warning. See 02:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:33 02:23:33 Login Succeeded 02:23:33 nexus3.edgexfoundry.org:10004 02:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:33 Configure a credential helper to remove this warning. See 02:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:33 02:23:33 Login Succeeded 02:23:33 docker.io 02:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:33 Configure a credential helper to remove this warning. See 02:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:33 02:23:33 Login Succeeded 02:23:33 ---> docker-login.sh ends [Pipeline] } 02:23:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:23:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:23:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:23:33 ========================================================= 02:23:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 02:23:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:23:34 + 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.20-alpine --build-arg MAKE=echo noop --target=builder . 02:23:34 Sending build context to Docker daemon 10.89MB 02:23:34 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 02:23:34 Step 2/10 : FROM ${BASE} AS builder 02:23:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 02:23:34 4db1b89c0bd1: Pulling fs layer 02:23:34 6911f1a30b25: Pulling fs layer 02:23:34 e194b8c5c2a9: Pulling fs layer 02:23:34 6863d3e3a2b1: Pulling fs layer 02:23:34 ec0bb842ea78: Pulling fs layer 02:23:34 40a00589a448: Pulling fs layer 02:23:34 6c08303d61cc: Pulling fs layer 02:23:34 798269fcf238: Pulling fs layer 02:23:34 ec0bb842ea78: Waiting 02:23:34 40a00589a448: Waiting 02:23:34 6c08303d61cc: Waiting 02:23:34 798269fcf238: Waiting 02:23:34 6863d3e3a2b1: Waiting 02:23:34 6911f1a30b25: Verifying Checksum 02:23:34 6911f1a30b25: Download complete 02:23:34 6863d3e3a2b1: Verifying Checksum 02:23:34 6863d3e3a2b1: Download complete 02:23:34 ec0bb842ea78: Verifying Checksum 02:23:34 ec0bb842ea78: Download complete 02:23:34 4db1b89c0bd1: Download complete 02:23:34 40a00589a448: Verifying Checksum 02:23:34 40a00589a448: Download complete 02:23:34 4db1b89c0bd1: Pull complete 02:23:34 6911f1a30b25: Pull complete 02:23:35 798269fcf238: Verifying Checksum 02:23:35 798269fcf238: Download complete 02:23:35 e194b8c5c2a9: Verifying Checksum 02:23:35 e194b8c5c2a9: Download complete 02:23:35 6c08303d61cc: Verifying Checksum 02:23:35 6c08303d61cc: Download complete 02:23:38 e194b8c5c2a9: Pull complete 02:23:38 6863d3e3a2b1: Pull complete 02:23:38 ec0bb842ea78: Pull complete 02:23:38 40a00589a448: Pull complete 02:23:41 6c08303d61cc: Pull complete 02:23:42 798269fcf238: Pull complete 02:23:42 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 02:23:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:23:42 ---> ec979cd7f677 02:23:42 Step 3/10 : ARG MAKE=make build 02:23:47 ---> Running in 8cc9adbcf185 02:23:47 Removing intermediate container 8cc9adbcf185 02:23:47 ---> 4103e418cd8b 02:23:47 Step 4/10 : WORKDIR /device-sdk-go 02:23:47 ---> Running in 9e2955b84467 02:23:47 Removing intermediate container 9e2955b84467 02:23:47 ---> e4604016b1c6 02:23:47 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 02:23:47 ---> Running in 2b1c0f398e76 02:23:47 Removing intermediate container 2b1c0f398e76 02:23:47 ---> c66059969cc3 02:23:47 Step 6/10 : RUN apk add --update --no-cache make git 02:23:47 ---> Running in 437634136d85 02:23:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:23:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:23:48 Still waiting to schedule task 02:23:48 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1492’ 02:23:48 OK: 265 MiB in 53 packages 02:23:48 Removing intermediate container 437634136d85 02:23:48 ---> f23788ee1f7c 02:23:48 Step 7/10 : COPY go.mod vendor* ./ 02:23:48 ---> e7f9c06b7363 02:23:48 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:23:48 ---> Running in f13852f6547d 02:24:35 Removing intermediate container f13852f6547d 02:24:35 ---> 017b92e23011 02:24:35 Step 9/10 : COPY . . 02:24:35 ---> e4eb38c5e86d 02:24:35 Step 10/10 : RUN ${MAKE} 02:24:35 ---> Running in 7f9adbb2bd5f 02:24:35 noop 02:24:35 Removing intermediate container 7f9adbb2bd5f 02:24:35 ---> 04448ab7ee09 02:24:35 Successfully built 04448ab7ee09 02:24:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:35 + docker inspect -f . ci-base-image-x86_64 02:24:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:24:35 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:24:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:24:36 $ docker top b42a85513dfab943374e300fc02b320af8a528abf3f5c839701011f928379144 -eo pid,comm [Pipeline] { [Pipeline] sh 02:24:36 + go version 02:24:36 go version go1.20.6 linux/amd64 [Pipeline] } 02:24:36 $ docker stop --time=1 b42a85513dfab943374e300fc02b320af8a528abf3f5c839701011f928379144 02:24:37 $ docker rm -f --volumes b42a85513dfab943374e300fc02b320af8a528abf3f5c839701011f928379144 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:38 + docker inspect -f . ci-base-image-x86_64 02:24:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:24:38 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:24:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:24:38 $ docker top 27c843d515e0eae9456a2e4998271a71324afc1256da5680e6be583f9c8ab972 -eo pid,comm [Pipeline] { [Pipeline] sh 02:24:38 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 02:24:39 + make test 02:24:39 go test -race -coverprofile=coverage.out ./... 02:24:45 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 02:25:00 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.054s coverage: 27.6% of statements 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 02:25:00 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.059s coverage: 80.2% of statements 02:25:00 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.070s coverage: 86.0% of statements 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 02:25:00 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.104s coverage: 70.6% of statements 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 02:25:00 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 02:25:01 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 02:25:03 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.064s coverage: 14.3% of statements 02:25:03 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.081s coverage: 68.5% of statements 02:25:03 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.109s coverage: 89.2% of statements 02:25:03 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.061s coverage: 5.6% of statements 02:25:23 GO111MODULE=on go vet ./... 02:25:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:25:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:25:25 ./bin/test-attribution-txt.sh [Pipeline] echo 02:25:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:25:25 $ docker stop --time=1 27c843d515e0eae9456a2e4998271a71324afc1256da5680e6be583f9c8ab972 02:25:29 $ docker rm -f --volumes 27c843d515e0eae9456a2e4998271a71324afc1256da5680e6be583f9c8ab972 [Pipeline] // withDockerContainer [Pipeline] sh 02:25:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:25:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:25:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:25:30 + ls -al . 02:25:30 total 284 02:25:30 drwxrwxr-x 11 jenkins jenkins 4096 Jul 19 02:24 . 02:25:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:23 .. 02:25:30 -rw-rw-r-- 1 jenkins jenkins 140 Jul 19 02:23 .dockerignore 02:25:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 19 02:23 .git 02:25:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:23 .github 02:25:30 -rw-rw-r-- 1 jenkins jenkins 137 Jul 19 02:23 .gitignore 02:25:30 -rw-rw-r-- 1 jenkins jenkins 42 Jul 19 02:23 .golangci.yml 02:25:30 drwxr-xr-x 3 jenkins jenkins 4096 Jul 19 02:23 .semver 02:25:30 -rw-rw-r-- 1 jenkins jenkins 44878 Jul 19 02:23 CHANGELOG.md 02:25:30 -rw-rw-r-- 1 jenkins jenkins 677 Jul 19 02:23 GOVERNANCE.md 02:25:30 -rw-rw-r-- 1 jenkins jenkins 885 Jul 19 02:23 Jenkinsfile 02:25:30 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 19 02:23 LICENSE 02:25:30 -rw-rw-r-- 1 jenkins jenkins 1842 Jul 19 02:23 Makefile 02:25:30 -rw-rw-r-- 1 jenkins jenkins 619 Jul 19 02:23 OWNERS.md 02:25:30 -rw-rw-r-- 1 jenkins jenkins 4933 Jul 19 02:23 README.md 02:25:30 -rw-rw-r-- 1 jenkins jenkins 11 Jul 19 02:23 VERSION 02:25:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:23 bin 02:25:30 -rw-r--r-- 1 jenkins jenkins 104687 Jul 19 02:25 coverage.out 02:25:30 drwxrwxr-x 5 jenkins jenkins 4096 Jul 19 02:23 example 02:25:30 -rw-rw-r-- 1 jenkins jenkins 3461 Jul 19 02:23 go.mod 02:25:30 -rw-rw-r-- 1 jenkins jenkins 32143 Jul 19 02:23 go.sum 02:25:30 drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:23 internal 02:25:30 drwxrwxr-x 3 jenkins jenkins 4096 Jul 19 02:23 openapi 02:25:30 drwxrwxr-x 6 jenkins jenkins 4096 Jul 19 02:23 pkg 02:25:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:23 snap 02:25:30 -rw-rw-r-- 1 jenkins jenkins 222 Jul 19 02:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:31 + 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=1f24b0a1909b23f42318563b740559601ceacb70 --label arch=amd64 --label version=3.1.0-dev.5 . 02:25:31 Sending build context to Docker daemon 10.99MB 02:25:31 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 02:25:31 Step 2/23 : FROM ${BASE} AS builder 02:25:31 ---> 04448ab7ee09 02:25:31 Step 3/23 : ARG MAKE=make build 02:25:31 ---> Running in 15cb8d860449 02:25:31 Removing intermediate container 15cb8d860449 02:25:31 ---> befcd6ae111a 02:25:31 Step 4/23 : WORKDIR /device-sdk-go 02:25:31 ---> Running in 8e900c0f5b1d 02:25:31 Removing intermediate container 8e900c0f5b1d 02:25:31 ---> 792db54552ee 02:25:31 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 02:25:31 ---> Running in 0ea0767bbe82 02:25:31 Removing intermediate container 0ea0767bbe82 02:25:31 ---> effb386805e5 02:25:31 Step 6/23 : RUN apk add --update --no-cache make git 02:25:31 ---> Running in 51446a5a5d72 02:25:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:25:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:25:32 OK: 265 MiB in 53 packages 02:25:32 Removing intermediate container 51446a5a5d72 02:25:32 ---> 0f960bac8577 02:25:32 Step 7/23 : COPY go.mod vendor* ./ 02:25:32 ---> a34104290ebd 02:25:32 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:25:32 ---> Running in 7c28d2c545ed 02:25:33 Removing intermediate container 7c28d2c545ed 02:25:33 ---> 8edbd9e65a76 02:25:33 Step 9/23 : COPY . . 02:25:33 ---> 8d9c55d23d22 02:25:33 Step 10/23 : RUN ${MAKE} 02:25:33 ---> Running in a818ea0528a7 02:25:34 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.1.0-dev.5" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:25:56 Removing intermediate container a818ea0528a7 02:25:56 ---> 55cecb3d9d01 02:25:56 Step 11/23 : FROM alpine:3.17 02:25:56 3.17: Pulling from library/alpine 02:25:56 4db1b89c0bd1: Already exists 02:25:56 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 02:25:56 Status: Downloaded newer image for alpine:3.17 02:25:56 ---> 1f73a9d63274 02:25:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 02:25:56 ---> Running in 81ddda513efa 02:25:56 Removing intermediate container 81ddda513efa 02:25:56 ---> b028bbac5186 02:25:56 Step 13/23 : RUN apk add --update --no-cache 02:25:56 ---> Running in 29d50bf98816 02:25:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:25:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:25:56 OK: 7 MiB in 15 packages 02:25:56 Removing intermediate container 29d50bf98816 02:25:56 ---> 4e1c8497f927 02:25:56 Step 14/23 : WORKDIR / 02:25:56 ---> Running in c493435ff0cd 02:25:56 Removing intermediate container c493435ff0cd 02:25:56 ---> cef3a3c37eb0 02:25:56 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:25:56 ---> 15c7fa8abd96 02:25:56 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:25:56 ---> a86cb265b413 02:25:56 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:25:56 ---> dc45b5bbcdcb 02:25:56 Step 18/23 : EXPOSE 59999 02:25:56 ---> Running in 87c23187c491 02:25:57 Removing intermediate container 87c23187c491 02:25:57 ---> 3dfb24d8298b 02:25:57 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:25:57 ---> Running in 64d059991e5d 02:25:57 Removing intermediate container 64d059991e5d 02:25:57 ---> fb83e19b3545 02:25:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:25:57 ---> Running in 06b574d3739c 02:25:57 Removing intermediate container 06b574d3739c 02:25:57 ---> ff3a157b0dfd 02:25:57 Step 21/23 : LABEL arch=amd64 02:25:57 ---> Running in 62cf313453fd 02:25:57 Removing intermediate container 62cf313453fd 02:25:57 ---> 55862e858e9c 02:25:57 Step 22/23 : LABEL git_sha=1f24b0a1909b23f42318563b740559601ceacb70 02:25:57 ---> Running in e71a10719a3d 02:25:57 Removing intermediate container e71a10719a3d 02:25:57 ---> 8e18e585db6c 02:25:57 Step 23/23 : LABEL version=3.1.0-dev.5 02:25:57 ---> Running in 4e4cecdbe5d4 02:25:57 Removing intermediate container 4e4cecdbe5d4 02:25:57 ---> 31a8ff633684 02:25:57 [Warning] One or more build-args [ARCH] were not consumed 02:25:57 Successfully built 31a8ff633684 02:25:57 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [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 02:25:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:25:57 02:25:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:25:58 latest: Pulling from edgex-lftools-log-publisher 02:25:58 5eb5b503b376: Pulling fs layer 02:25:58 5c69ac0246d0: Pulling fs layer 02:25:58 ec43610c2a17: Pulling fs layer 02:25:58 3a2ae6a8a46f: Pulling fs layer 02:25:58 33b1e0a273af: Pulling fs layer 02:25:58 5d3b04190fa2: Pulling fs layer 02:25:58 2f39f015ded8: Pulling fs layer 02:25:58 3a2ae6a8a46f: Waiting 02:25:58 33b1e0a273af: Waiting 02:25:58 5d3b04190fa2: Waiting 02:25:58 2f39f015ded8: Waiting 02:25:58 5c69ac0246d0: Download complete 02:25:58 3a2ae6a8a46f: Verifying Checksum 02:25:58 3a2ae6a8a46f: Download complete 02:25:58 33b1e0a273af: Verifying Checksum 02:25:58 33b1e0a273af: Download complete 02:25:58 5d3b04190fa2: Download complete 02:25:58 ec43610c2a17: Verifying Checksum 02:25:58 ec43610c2a17: Download complete 02:25:58 5eb5b503b376: Verifying Checksum 02:25:58 5eb5b503b376: Download complete 02:25:59 2f39f015ded8: Verifying Checksum 02:25:59 2f39f015ded8: Download complete 02:25:59 5eb5b503b376: Pull complete 02:25:59 5c69ac0246d0: Pull complete 02:26:00 ec43610c2a17: Pull complete 02:26:00 3a2ae6a8a46f: Pull complete 02:26:00 33b1e0a273af: Pull complete 02:26:00 5d3b04190fa2: Pull complete 02:26:04 2f39f015ded8: Pull complete 02:26:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:26:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:26:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:04 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:26:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:26:08 $ docker top 9f2ee8776bb0fad7d0cb644839639c8b34e5a778dfbf17aad8e841703959e91a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:26:08 ---> job-cost.sh 02:26:08 lf-activate-venv: SKIPPING 02:26:08 INFO: No Stack... 02:26:09 INFO: Retrieving Pricing Info for: v3-standard-8 02:26:09 INFO: Archiving Costs [Pipeline] sh 02:26:09 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 02:26:09 + cut -d, -f6 [Pipeline] lock 02:26:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] 02:26:09 Resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] did not exist. Created. 02:26:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:26:10 + echo total: 0.2199999988079071 [Pipeline] stash 02:26:10 Stashed 1 file(s) [Pipeline] } 02:26:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] // lock [Pipeline] } 02:26:10 $ docker stop --time=1 9f2ee8776bb0fad7d0cb644839639c8b34e5a778dfbf17aad8e841703959e91a 02:26:11 $ docker rm -f --volumes 9f2ee8776bb0fad7d0cb644839639c8b34e5a778dfbf17aad8e841703959e91a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:26:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1495 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 02:26:49 Running in /w/workspace/device-sdk-go/234 [Pipeline] { [Pipeline] checkout 02:26:49 The recommended git tool is: git 02:26:54 using credential edgex-jenkins-ssh 02:26:54 Cloning the remote Git repository 02:26:54 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:26:54 > git init /w/workspace/device-sdk-go/234 # timeout=10 02:26:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:26:54 > git --version # timeout=10 02:26:54 > git --version # 'git version 2.25.1' 02:26:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:26:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:26:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:26:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:26:57 Avoid second fetch 02:26:57 Checking out Revision 1f24b0a1909b23f42318563b740559601ceacb70 (main) 02:26:57 Commit message: "Merge pull request #1477 from jinlinGuan/bootstrap-issue-478" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:26:57 > git config core.sparsecheckout # timeout=10 02:26:57 > git checkout -f 1f24b0a1909b23f42318563b740559601ceacb70 # timeout=10 02:26:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:26:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:26:58 Dload Upload Total Spent Left Speed 02:26:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh 02:26:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:26:59 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:26:59 + sudo tee /etc/docker/daemon.new 02:26:59 { 02:26:59 "registry-mirrors": [ 02:26:59 "https://nexus3.edgexfoundry.org:10001" 02:26:59 ], 02:26:59 "bip": "10.250.0.254/24", 02:26:59 "hosts": [ 02:26:59 "tcp://0.0.0.0:5555", 02:26:59 "unix:///var/run/docker.sock" 02:26:59 ], 02:26:59 "mtu": 1458, 02:26:59 "selinux-enabled": true, 02:26:59 "seccomp-profile": "/etc/docker/seccomp.json" 02:26:59 } [Pipeline] sh 02:26:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:27:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:27:18 provisioning config files... 02:27:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/234@tmp/config11872972431643028034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:27:18 ---> docker-login.sh 02:27:18 nexus3.edgexfoundry.org:10001 02:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:27:19 Configure a credential helper to remove this warning. See 02:27:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:27:19 02:27:19 Login Succeeded 02:27:19 nexus3.edgexfoundry.org:10002 02:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:27:19 Configure a credential helper to remove this warning. See 02:27:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:27:19 02:27:19 Login Succeeded 02:27:19 nexus3.edgexfoundry.org:10003 02:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:27:20 Configure a credential helper to remove this warning. See 02:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:27:20 02:27:20 Login Succeeded 02:27:20 nexus3.edgexfoundry.org:10004 02:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:27:20 Configure a credential helper to remove this warning. See 02:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:27:20 02:27:20 Login Succeeded 02:27:20 docker.io 02:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:27:20 Configure a credential helper to remove this warning. See 02:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:27:20 02:27:20 Login Succeeded 02:27:20 ---> docker-login.sh ends [Pipeline] } 02:27:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:27:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:27:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:27:21 ========================================================= 02:27:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 02:27:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:21 + 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.20-alpine --build-arg MAKE=echo noop --target=builder . 02:27:21 Sending build context to Docker daemon 5.787MB 02:27:21 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 02:27:21 Step 2/10 : FROM ${BASE} AS builder 02:27:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:27:22 edb6bdbacee9: Pulling fs layer 02:27:22 5f9638ab2659: Pulling fs layer 02:27:22 8d51d6327a98: Pulling fs layer 02:27:22 8b374f2dd631: Pulling fs layer 02:27:22 ec14aa9079de: Pulling fs layer 02:27:22 2f466654f4bb: Pulling fs layer 02:27:22 554e91adad29: Pulling fs layer 02:27:22 8b374f2dd631: Waiting 02:27:22 ec14aa9079de: Waiting 02:27:22 2f466654f4bb: Waiting 02:27:22 554e91adad29: Waiting 02:27:22 5f9638ab2659: Verifying Checksum 02:27:22 5f9638ab2659: Download complete 02:27:22 8b374f2dd631: Verifying Checksum 02:27:22 8b374f2dd631: Download complete 02:27:22 ec14aa9079de: Verifying Checksum 02:27:22 ec14aa9079de: Download complete 02:27:22 edb6bdbacee9: Verifying Checksum 02:27:22 edb6bdbacee9: Download complete 02:27:23 edb6bdbacee9: Pull complete 02:27:23 554e91adad29: Verifying Checksum 02:27:23 554e91adad29: Download complete 02:27:23 5f9638ab2659: Pull complete 02:27:24 2f466654f4bb: Verifying Checksum 02:27:24 2f466654f4bb: Download complete 02:27:24 8d51d6327a98: Verifying Checksum 02:27:24 8d51d6327a98: Download complete 02:27:37 8d51d6327a98: Pull complete 02:27:37 8b374f2dd631: Pull complete 02:27:37 ec14aa9079de: Pull complete 02:27:43 2f466654f4bb: Pull complete 02:27:45 554e91adad29: Pull complete 02:27:45 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 02:27:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:27:45 ---> 1e15ea492957 02:27:45 Step 3/10 : ARG MAKE=make build 02:27:47 ---> Running in 60530f013a07 02:27:47 Removing intermediate container 60530f013a07 02:27:47 ---> 3402092a59f4 02:27:47 Step 4/10 : WORKDIR /device-sdk-go 02:27:47 ---> Running in 00f45b1642e5 02:27:47 Removing intermediate container 00f45b1642e5 02:27:47 ---> 58aec3e0281f 02:27:47 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 02:27:47 ---> Running in a36370b44451 02:27:47 Removing intermediate container a36370b44451 02:27:47 ---> 8864d0ffcab7 02:27:47 Step 6/10 : RUN apk add --update --no-cache make git 02:27:48 ---> Running in cb513f5b4358 02:27:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:27:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:27:50 OK: 263 MiB in 53 packages 02:27:51 Removing intermediate container cb513f5b4358 02:27:51 ---> 39b1bbf4afc1 02:27:51 Step 7/10 : COPY go.mod vendor* ./ 02:27:51 ---> c7ea6742cbd9 02:27:51 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:27:51 ---> Running in 47b3b55c411c 02:28:59 Removing intermediate container 47b3b55c411c 02:28:59 ---> 0a7e41fcb2d3 02:28:59 Step 9/10 : COPY . . 02:28:59 ---> 75beb6d3e63a 02:28:59 Step 10/10 : RUN ${MAKE} 02:28:59 ---> Running in a7e2b062c9ce 02:28:59 noop 02:28:59 Removing intermediate container a7e2b062c9ce 02:28:59 ---> 39bf3554e046 02:28:59 Successfully built 39bf3554e046 02:28:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:00 + docker inspect -f . ci-base-image-arm64 02:29:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:00 prd-ubuntu20.04-docker-arm64-4c-16g-1495 does not seem to be running inside a container 02:29:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/234 -v /w/workspace/device-sdk-go/234:/w/workspace/device-sdk-go/234:rw,z -v /w/workspace/device-sdk-go/234@tmp:/w/workspace/device-sdk-go/234@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 02:29:01 $ docker top d6ba8e8d34c6c1eafe169c5c23fb88ad3e970b149d6dd69fd3dc4965f46a4670 -eo pid,comm [Pipeline] { [Pipeline] sh 02:29:02 + go version 02:29:02 go version go1.20.6 linux/arm64 [Pipeline] } 02:29:02 $ docker stop --time=1 d6ba8e8d34c6c1eafe169c5c23fb88ad3e970b149d6dd69fd3dc4965f46a4670 02:29:04 $ docker rm -f --volumes d6ba8e8d34c6c1eafe169c5c23fb88ad3e970b149d6dd69fd3dc4965f46a4670 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:04 + docker inspect -f . ci-base-image-arm64 02:29:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:04 prd-ubuntu20.04-docker-arm64-4c-16g-1495 does not seem to be running inside a container 02:29:04 $ 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/234 -v /w/workspace/device-sdk-go/234:/w/workspace/device-sdk-go/234:rw,z -v /w/workspace/device-sdk-go/234@tmp:/w/workspace/device-sdk-go/234@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 02:29:05 $ docker top 9a0e0245694a63814351ae96337131e647bb9ae7511128686735d9c695389067 -eo pid,comm [Pipeline] { [Pipeline] sh 02:29:06 + git config --global --add safe.directory /w/workspace/device-sdk-go/234 [Pipeline] fileExists [Pipeline] sh 02:29:06 + make test 02:29:06 go test -race -coverprofile=coverage.out ./... 02:29:45 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 02:31:52 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 02:31:52 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 02:31:52 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 02:31:52 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 02:31:52 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 02:31:52 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.215s coverage: 27.6% of statements 02:31:54 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.260s coverage: 80.2% of statements 02:32:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 02:32:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 02:32:06 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.392s coverage: 86.0% of statements 02:32:14 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 02:32:14 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.515s coverage: 70.6% of statements 02:32:19 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 02:32:20 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 02:32:20 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 02:32:21 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.305s coverage: 14.3% of statements 02:32:21 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.458s coverage: 68.5% of statements 02:32:24 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.464s coverage: 89.2% of statements 02:32:25 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 02:32:25 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.238s coverage: 5.6% of statements 02:32:26 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:32:26 GO111MODULE=on go vet ./... 02:34:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:34:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:34:48 ./bin/test-attribution-txt.sh [Pipeline] echo 02:34:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:34:48 $ docker stop --time=1 9a0e0245694a63814351ae96337131e647bb9ae7511128686735d9c695389067 02:34:50 $ docker rm -f --volumes 9a0e0245694a63814351ae96337131e647bb9ae7511128686735d9c695389067 [Pipeline] // withDockerContainer [Pipeline] sh 02:34:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:34:51 Warning: overwriting stash ‘coverage-report’ 02:34:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:34:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:34:53 + ls -al . 02:34:53 total 280 02:34:53 drwxrwxr-x 10 jenkins jenkins 4096 Jul 19 02:29 . 02:34:53 drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:26 .. 02:34:53 -rw-rw-r-- 1 jenkins jenkins 140 Jul 19 02:26 .dockerignore 02:34:53 drwxrwxr-x 8 jenkins jenkins 4096 Jul 19 02:26 .git 02:34:53 drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:26 .github 02:34:53 -rw-rw-r-- 1 jenkins jenkins 137 Jul 19 02:26 .gitignore 02:34:53 -rw-rw-r-- 1 jenkins jenkins 42 Jul 19 02:26 .golangci.yml 02:34:53 -rw-rw-r-- 1 jenkins jenkins 44878 Jul 19 02:26 CHANGELOG.md 02:34:53 -rw-rw-r-- 1 jenkins jenkins 677 Jul 19 02:26 GOVERNANCE.md 02:34:53 -rw-rw-r-- 1 jenkins jenkins 885 Jul 19 02:26 Jenkinsfile 02:34:53 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 19 02:26 LICENSE 02:34:53 -rw-rw-r-- 1 jenkins jenkins 1842 Jul 19 02:26 Makefile 02:34:53 -rw-rw-r-- 1 jenkins jenkins 619 Jul 19 02:26 OWNERS.md 02:34:53 -rw-rw-r-- 1 jenkins jenkins 4933 Jul 19 02:26 README.md 02:34:53 -rw-rw-r-- 1 jenkins jenkins 11 Jul 19 02:23 VERSION 02:34:53 drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:26 bin 02:34:53 -rw-r--r-- 1 jenkins jenkins 104687 Jul 19 02:32 coverage.out 02:34:53 drwxrwxr-x 5 jenkins jenkins 4096 Jul 19 02:26 example 02:34:53 -rw-rw-r-- 1 jenkins jenkins 3461 Jul 19 02:26 go.mod 02:34:53 -rw-rw-r-- 1 jenkins jenkins 32143 Jul 19 02:26 go.sum 02:34:53 drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:26 internal 02:34:53 drwxrwxr-x 3 jenkins jenkins 4096 Jul 19 02:26 openapi 02:34:53 drwxrwxr-x 6 jenkins jenkins 4096 Jul 19 02:26 pkg 02:34:53 drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:26 snap 02:34:53 -rw-rw-r-- 1 jenkins jenkins 222 Jul 19 02:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:53 + 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=1f24b0a1909b23f42318563b740559601ceacb70 --label arch=arm64 --label version=3.1.0-dev.5 . 02:34:53 Sending build context to Docker daemon 5.892MB 02:34:53 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 02:34:53 Step 2/23 : FROM ${BASE} AS builder 02:34:53 ---> 39bf3554e046 02:34:53 Step 3/23 : ARG MAKE=make build 02:34:53 ---> Running in 97e6cce025cd 02:34:54 Removing intermediate container 97e6cce025cd 02:34:54 ---> dd820312ee02 02:34:54 Step 4/23 : WORKDIR /device-sdk-go 02:34:54 ---> Running in 4c65d33472df 02:34:54 Removing intermediate container 4c65d33472df 02:34:54 ---> fb89f853948d 02:34:54 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 02:34:54 ---> Running in decd8c2ac107 02:34:54 Removing intermediate container decd8c2ac107 02:34:54 ---> 373255f0532b 02:34:54 Step 6/23 : RUN apk add --update --no-cache make git 02:34:54 ---> Running in 7afc7b309b77 02:34:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:34:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:34:57 OK: 263 MiB in 53 packages 02:34:58 Removing intermediate container 7afc7b309b77 02:34:58 ---> ff6964d828fa 02:34:58 Step 7/23 : COPY go.mod vendor* ./ 02:34:58 ---> 417923a264d4 02:34:58 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:58 ---> Running in 5d45489de4da 02:35:01 Removing intermediate container 5d45489de4da 02:35:01 ---> ecdc53692c1e 02:35:01 Step 9/23 : COPY . . 02:35:02 ---> ead4ae5cb46c 02:35:02 Step 10/23 : RUN ${MAKE} 02:35:02 ---> Running in fe593dba1449 02:35:03 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.1.0-dev.5" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:37:10 Removing intermediate container fe593dba1449 02:37:10 ---> 6ba319c7a6d1 02:37:10 Step 11/23 : FROM alpine:3.17 02:37:10 3.17: Pulling from library/alpine 02:37:10 edb6bdbacee9: Already exists 02:37:10 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 02:37:10 Status: Downloaded newer image for alpine:3.17 02:37:10 ---> 779605e5fbc0 02:37:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 02:37:10 ---> Running in 546cd15ecff3 02:37:10 Removing intermediate container 546cd15ecff3 02:37:10 ---> f35cd4fe0788 02:37:10 Step 13/23 : RUN apk add --update --no-cache 02:37:10 ---> Running in 7c2ec6b76462 02:37:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:37:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:37:10 OK: 7 MiB in 15 packages 02:37:13 Removing intermediate container 7c2ec6b76462 02:37:13 ---> 2c02d350e953 02:37:13 Step 14/23 : WORKDIR / 02:37:13 ---> Running in b00421236dc6 02:37:13 Removing intermediate container b00421236dc6 02:37:13 ---> e4b1a0f82c8d 02:37:13 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:37:14 ---> 0b59cfd36687 02:37:14 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:37:15 ---> 1cbf43438943 02:37:15 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:37:16 ---> 9a64c17e9c91 02:37:16 Step 18/23 : EXPOSE 59999 02:37:16 ---> Running in ec44f758202d 02:37:16 Removing intermediate container ec44f758202d 02:37:16 ---> 8c0b2b0120fa 02:37:16 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:37:16 ---> Running in 668c106fa496 02:37:16 Removing intermediate container 668c106fa496 02:37:16 ---> 546d430bcbb5 02:37:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:37:16 ---> Running in f08db5f672f7 02:37:16 Removing intermediate container f08db5f672f7 02:37:16 ---> 5acdb7153422 02:37:16 Step 21/23 : LABEL arch=arm64 02:37:17 ---> Running in b0f15d87c34c 02:37:17 Removing intermediate container b0f15d87c34c 02:37:17 ---> 64468a0f0882 02:37:17 Step 22/23 : LABEL git_sha=1f24b0a1909b23f42318563b740559601ceacb70 02:37:17 ---> Running in 5600e84fb259 02:37:17 Removing intermediate container 5600e84fb259 02:37:17 ---> 8542160305be 02:37:17 Step 23/23 : LABEL version=3.1.0-dev.5 02:37:17 ---> Running in 3bc5ec21c516 02:37:17 Removing intermediate container 3bc5ec21c516 02:37:17 ---> 810b8cb02e7d 02:37:17 [Warning] One or more build-args [ARCH] were not consumed 02:37:17 Successfully built 810b8cb02e7d 02:37:17 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 02:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:37:18 02:37:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:37:18 arm64: Pulling from edgex-lftools-log-publisher 02:37:18 8998bd30e6a1: Pulling fs layer 02:37:18 04944245beec: Pulling fs layer 02:37:18 699f458cf7ca: Pulling fs layer 02:37:18 765212b225bb: Pulling fs layer 02:37:18 f23df028b6ca: Pulling fs layer 02:37:18 d65c8cfc05b1: Pulling fs layer 02:37:18 2437ff75d9bd: Pulling fs layer 02:37:18 f23df028b6ca: Waiting 02:37:18 d65c8cfc05b1: Waiting 02:37:18 765212b225bb: Waiting 02:37:18 2437ff75d9bd: Waiting 02:37:19 04944245beec: Verifying Checksum 02:37:19 04944245beec: Download complete 02:37:19 765212b225bb: Verifying Checksum 02:37:19 765212b225bb: Download complete 02:37:19 f23df028b6ca: Verifying Checksum 02:37:19 f23df028b6ca: Download complete 02:37:19 d65c8cfc05b1: Verifying Checksum 02:37:19 d65c8cfc05b1: Download complete 02:37:19 699f458cf7ca: Verifying Checksum 02:37:19 699f458cf7ca: Download complete 02:37:19 8998bd30e6a1: Verifying Checksum 02:37:19 8998bd30e6a1: Download complete 02:37:21 2437ff75d9bd: Verifying Checksum 02:37:21 2437ff75d9bd: Download complete 02:37:23 8998bd30e6a1: Pull complete 02:37:24 04944245beec: Pull complete 02:37:26 699f458cf7ca: Pull complete 02:37:26 765212b225bb: Pull complete 02:37:26 f23df028b6ca: Pull complete 02:37:27 d65c8cfc05b1: Pull complete 02:37:42 2437ff75d9bd: Pull complete 02:37:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:37:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:37:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:37:42 prd-ubuntu20.04-docker-arm64-4c-16g-1495 does not seem to be running inside a container 02:37:42 $ 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/234 -v /w/workspace/device-sdk-go/234:/w/workspace/device-sdk-go/234:rw,z -v /w/workspace/device-sdk-go/234@tmp:/w/workspace/device-sdk-go/234@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 02:37:44 $ docker top 64b9d24bec4a98b5388862d6b428cf71cc1ab9714ef3e1680d26432bc80612c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:37:45 ---> job-cost.sh 02:37:45 lf-activate-venv: SKIPPING 02:37:45 INFO: No Stack... 02:37:45 INFO: Retrieving Pricing Info for: v3-standard-4 02:37:46 INFO: Archiving Costs [Pipeline] sh 02:37:47 + cut -d, -f6 02:37:47 + cat /w/workspace/device-sdk-go/234/archives/cost.csv [Pipeline] lock 02:37:47 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] 02:37:47 Resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] did not exist. Created. 02:37:47 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:37:47 /w/workspace/device-sdk-go/234@tmp/durable-8e18bea6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:37:47 + echo total: 0.10999999940395355 [Pipeline] stash 02:37:47 Warning: overwriting stash ‘stack-cost’ 02:37:47 Stashed 1 file(s) [Pipeline] } 02:37:47 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] // lock [Pipeline] } 02:37:48 $ docker stop --time=1 64b9d24bec4a98b5388862d6b428cf71cc1ab9714ef3e1680d26432bc80612c6 02:37:49 $ docker rm -f --volumes 64b9d24bec4a98b5388862d6b428cf71cc1ab9714ef3e1680d26432bc80612c6 [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 02:37:49 provisioning config files... 02:37:49 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7399002598179397933tmp [Pipeline] { [Pipeline] sh 02:37:50 + set +x 02:37:50 + curl -s https://codecov.io/bash 02:37:50 + bash -s -- 02:37:50 02:37:50 _____ _ 02:37:50 / ____| | | 02:37:50 | | ___ __| | ___ ___ _____ __ 02:37:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:37:50 | |___| (_) | (_| | __/ (_| (_) \ V / 02:37:50 \_____\___/ \__,_|\___|\___\___/ \_/ 02:37:50 Bash-1.0.6 02:37:50 02:37:50 02:37:50 ==> git version 2.25.1 found 02:37:50 ==> 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 02:37:50 Release-Date: 2020-01-08 02:37:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:37:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:37:50 ==> Jenkins CI detected. 02:37:50 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 02:37:50 project root: . 02:37:50 --> token set from env 02:37:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:37:50 ==> Running gcov in . (disable via -X gcov) 02:37:50 ==> Python coveragepy not found 02:37:50 ==> Searching for coverage reports in: 02:37:50 + . 02:37:50 -> Found 1 reports 02:37:50 ==> Detecting git/mercurial file structure 02:37:50 ==> Reading reports 02:37:50 + ./coverage.out bytes=104687 02:37:50 ==> Appending adjustments 02:37:50 https://docs.codecov.io/docs/fixing-reports 02:37:50 + Found adjustments 02:37:50 ==> Gzipping contents 02:37:50 16K /tmp/codecov.OBu5uu.gz 02:37:50 ==> Uploading reports 02:37:50 url: https://codecov.io 02:37:50 query: branch=main&commit=1f24b0a1909b23f42318563b740559601ceacb70&build=234&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F234%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:37:50 -> Pinging Codecov 02:37:50 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=1f24b0a1909b23f42318563b740559601ceacb70&build=234&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F234%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:37:50 -> Uploading to 02:37:50 https://storage.googleapis.com/codecov/v4/raw/2023-07-19/7E55EF52A471D76F132DFD9A03CDDE97/1f24b0a1909b23f42318563b740559601ceacb70/931dd98c-6940-4ddd-8f07-da3a757a2826.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230719%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230719T023750Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5d8d614f11117fe8b8f1dd831f68ae5e33c78095ef14cc33e2edbb7adc8b04e2 02:37:50 % Total % Received % Xferd Average Speed Time Time Time Current 02:37:50 Dload Upload Total Spent Left Speed 02:37:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14828 0 0 100 14828 0 71980 --:--:-- --:--:-- --:--:-- 71980 02:37:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] } 02:37:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:37:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:37:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:37:51 02:37:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:37:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:37:51 df9b9388f04a: Pulling fs layer 02:37:51 52dc419b0ee2: Pulling fs layer 02:37:51 25bc292e5bac: Pulling fs layer 02:37:51 114826534d7a: Pulling fs layer 02:37:51 4657fd5d0bcf: Pulling fs layer 02:37:51 6ad1cebc031e: Pulling fs layer 02:37:51 8a3aa393b2d8: Pulling fs layer 02:37:51 114826534d7a: Waiting 02:37:51 4657fd5d0bcf: Waiting 02:37:51 6ad1cebc031e: Waiting 02:37:51 8a3aa393b2d8: Waiting 02:37:51 25bc292e5bac: Verifying Checksum 02:37:51 25bc292e5bac: Download complete 02:37:51 52dc419b0ee2: Verifying Checksum 02:37:51 52dc419b0ee2: Download complete 02:37:51 4657fd5d0bcf: Verifying Checksum 02:37:51 4657fd5d0bcf: Download complete 02:37:51 df9b9388f04a: Download complete 02:37:52 df9b9388f04a: Pull complete 02:37:52 6ad1cebc031e: Download complete 02:37:52 52dc419b0ee2: Pull complete 02:37:52 25bc292e5bac: Pull complete 02:37:52 114826534d7a: Verifying Checksum 02:37:52 114826534d7a: Download complete 02:37:52 8a3aa393b2d8: Verifying Checksum 02:37:52 8a3aa393b2d8: Download complete 02:37:55 114826534d7a: Pull complete 02:37:55 4657fd5d0bcf: Pull complete 02:37:56 6ad1cebc031e: Pull complete 02:37:58 8a3aa393b2d8: Pull complete 02:37:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:37:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:37:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:37:58 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:37:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:38:03 $ docker top da7d9ac953380d196bb4d24d0b39d3983d539e290df6730d81572c510ea3e155 -eo pid,comm [Pipeline] { [Pipeline] echo 02:38:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 02:38:04 + set -o pipefail 02:38:04 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 02:38:09 02:38:09 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 02:38:09 02:38:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/5161295d-1a38-407d-bd7a-ca767ae347f3 02:38:09 02:38:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:38:09 02:38:09 02:38:09 A medium severity vulnerability was found in the Snyk CLI versions you are using. 02:38:09 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 02:38:09 More details here: https://snyk.co/ue1NS [Pipeline] } 02:38:09 $ docker stop --time=1 da7d9ac953380d196bb4d24d0b39d3983d539e290df6730d81572c510ea3e155 02:38:13 $ docker rm -f --volumes da7d9ac953380d196bb4d24d0b39d3983d539e290df6730d81572c510ea3e155 [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 02:38:13 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:38:13 provisioning config files... 02:38:13 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10929202628003435192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:38:14 --> edgex-publish-swagger.sh 02:38:14 === Publish openapi/v3 API === 02:38:14 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 02:38:14 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] 02:38:14 % Total % Received % Xferd Average Speed Time Time Time Current 02:38:14 Dload Upload Total Spent Left Speed 02:38:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23674 0 0 100 23674 0 49945 --:--:-- --:--:-- --:--:-- 49945 02:38:14 02:38:14 [Pipeline] } 02:38:14 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 02:38:14 + git log --format=format:%s -1 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] sh 02:38:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:38:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:38:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:15 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:38:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:38:16 $ docker top cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:38:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:38:16 [ssh-agent] Looking for ssh-agent implementation... 02:38:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:38:16 $ docker exec cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 ssh-agent 02:38:16 SSH_AUTH_SOCK=/tmp/ssh-aKef0v0gcE3N/agent.32 02:38:16 SSH_AGENT_PID=38 02:38:16 Running ssh-add (command line suppressed) 02:38:16 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1009673462665716847.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1009673462665716847.key) 02:38:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:38:16 + git semver tag 02:38:17 2023-07-19 02:38:16,942 [run_tag] DEBUG tag force:False 02:38:17 2023-07-19 02:38:16,942 [check_head_tag] DEBUG check head tag 02:38:17 2023-07-19 02:38:16,942 [execute] INFO git cat-file --batch-check 02:38:17 2023-07-19 02:38:16,943 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 02:38:17 2023-07-19 02:38:16,946 [execute] INFO git cat-file --batch 02:38:17 2023-07-19 02:38:16,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 02:38:17 2023-07-19 02:38:16,957 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:38:17 2023-07-19 02:38:16,957 [execute] INFO git tag -a v3.1.0-dev.5 -m v3.1.0-dev.5 02:38:17 2023-07-19 02:38:16,958 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.5', '-m', 'v3.1.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 02:38:17 2023-07-19 02:38:16,962 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:38:17 3.1.0-dev.5 [Pipeline] } 02:38:17 $ docker exec --env ******** --env ******** cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 ssh-agent -k 02:38:17 unset SSH_AUTH_SOCK; 02:38:17 unset SSH_AGENT_PID; 02:38:17 echo Agent pid 38 killed; 02:38:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:38:17 + git semver [Pipeline] } 02:38:17 $ docker stop --time=1 cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 02:38:19 $ docker rm -f --volumes cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:38:19 02:38:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:38:19 0.23.1-centos7: Pulling from edgex-lftools 02:38:19 ab5ef0e58194: Pulling fs layer 02:38:19 9712f1f96733: Pulling fs layer 02:38:19 63f879dbbcfc: Pulling fs layer 02:38:19 0d9ebad4ef96: Pulling fs layer 02:38:19 e9a5061849ea: Pulling fs layer 02:38:19 d747dcd14b5f: Pulling fs layer 02:38:19 2de7ff778b66: Pulling fs layer 02:38:19 0d9ebad4ef96: Waiting 02:38:19 e9a5061849ea: Waiting 02:38:19 2de7ff778b66: Waiting 02:38:19 d747dcd14b5f: Waiting 02:38:19 9712f1f96733: Verifying Checksum 02:38:19 9712f1f96733: Download complete 02:38:19 63f879dbbcfc: Verifying Checksum 02:38:19 63f879dbbcfc: Download complete 02:38:20 e9a5061849ea: Verifying Checksum 02:38:20 e9a5061849ea: Download complete 02:38:20 d747dcd14b5f: Verifying Checksum 02:38:20 d747dcd14b5f: Download complete 02:38:20 ab5ef0e58194: Verifying Checksum 02:38:20 ab5ef0e58194: Download complete 02:38:20 0d9ebad4ef96: Verifying Checksum 02:38:20 0d9ebad4ef96: Download complete 02:38:20 2de7ff778b66: Verifying Checksum 02:38:20 2de7ff778b66: Download complete 02:38:22 ab5ef0e58194: Pull complete 02:38:22 9712f1f96733: Pull complete 02:38:23 63f879dbbcfc: Pull complete 02:38:26 0d9ebad4ef96: Pull complete 02:38:26 e9a5061849ea: Pull complete 02:38:26 d747dcd14b5f: Pull complete 02:38:27 2de7ff778b66: Pull complete 02:38:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:38:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:38:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:27 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:38:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:38:33 $ docker top 83370213bd529e446cb6192b629dea1a80c87d0a62a0022fa4a144b35a6941a4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:38:33 provisioning config files... 02:38:33 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3225569149183261949tmp 02:38:33 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12565489405432101365tmp 02:38:33 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1231691090952295987tmp [Pipeline] { [Pipeline] echo 02:38:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:38:34 ---> sigul-configuration.sh 02:38:34 gpg: directory `/root/.gnupg' created 02:38:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:38:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:38:34 gpg: keyring `/root/.gnupg/secring.gpg' created 02:38:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:38:34 gpg: CAST5 encrypted data 02:38:34 gpg: encrypted with 1 passphrase 02:38:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:38:34 + mkdir /home/jenkins 02:38:34 + mkdir /home/jenkins/sigul [Pipeline] sh 02:38:34 + 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 02:38:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:38:34 ---> sigul-install.sh 02:38:34 Sigul already installed; skipping installation. [Pipeline] sh 02:38:35 + git tag --list 02:38:35 0.7.1 02:38:35 delhi-tag 02:38:35 v1.0.0 02:38:35 v1.1.0 02:38:35 v1.1.1 02:38:35 v1.1.2 02:38:35 v1.2.0 02:38:35 v1.2.1 02:38:35 v1.2.2 02:38:35 v1.2.3 02:38:35 v1.3.0 02:38:35 v1.4.0 02:38:35 v2.0.0 02:38:35 v2.1.0 02:38:35 v2.1.1 02:38:35 v2.2.0 02:38:35 v2.3.0 02:38:35 v2.3.1 02:38:35 v3.0 02:38:35 v3.0.0 02:38:35 v3.0.1-dev.1 02:38:35 v3.1.0-dev.1 02:38:35 v3.1.0-dev.2 02:38:35 v3.1.0-dev.3 02:38:35 v3.1.0-dev.4 02:38:35 v3.1.0-dev.5 [Pipeline] sh 02:38:35 + lftools sign git-tag v3.1.0-dev.5 02:38:36 Signing Git tag with Sigul... 02:38:36 Signing v3.1.0-dev.5 [Pipeline] echo 02:38:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:38:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:38:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:38:36 $ docker stop --time=1 83370213bd529e446cb6192b629dea1a80c87d0a62a0022fa4a144b35a6941a4 02:38:37 $ docker rm -f --volumes 83370213bd529e446cb6192b629dea1a80c87d0a62a0022fa4a144b35a6941a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:38:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:38:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:38:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:38 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:38:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:38:39 $ docker top fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 -eo pid,comm 02:38:39 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). 02:38:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:38:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:38:39 [ssh-agent] Looking for ssh-agent implementation... 02:38:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:38:39 $ docker exec fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 ssh-agent 02:38:39 SSH_AUTH_SOCK=/tmp/ssh-vLJm0ELZdLk6/agent.32 02:38:39 SSH_AGENT_PID=38 02:38:39 Running ssh-add (command line suppressed) 02:38:39 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16217825250573396926.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16217825250573396926.key) 02:38:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:38:39 + git semver bump pre 02:38:39 2023-07-19 02:38:39,871 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:38:39 2023-07-19 02:38:39,872 [bump_version] DEBUG bumping version:3.1.0-dev.5 on axis:pre with prefix:dev 02:38:39 2023-07-19 02:38:39,872 [bump_version] DEBUG bumped version:3.1.0-dev.6 02:38:39 2023-07-19 02:38:39,872 [write_version] DEBUG write version:3.1.0-dev.6 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 02:38:39 2023-07-19 02:38:39,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:38:39 2023-07-19 02:38:39,872 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:38:39 2023-07-19 02:38:39,874 [execute] INFO git cat-file --batch-check 02:38:39 2023-07-19 02:38:39,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:38:39 2023-07-19 02:38:39,879 [execute] INFO git cat-file --batch 02:38:39 2023-07-19 02:38:39,879 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:38:39 2023-07-19 02:38:39,884 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:38:39 3.1.0-dev.6 [Pipeline] } 02:38:39 $ docker exec --env ******** --env ******** fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 ssh-agent -k 02:38:40 unset SSH_AUTH_SOCK; 02:38:40 unset SSH_AGENT_PID; 02:38:40 echo Agent pid 38 killed; 02:38:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:38:40 + git semver [Pipeline] } 02:38:40 $ docker stop --time=1 fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 02:38:41 $ docker rm -f --volumes fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 [Pipeline] // withDockerContainer [Pipeline] sh 02:38:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:38:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:38:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:42 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:38:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:38:43 $ docker top 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:38:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:38:43 [ssh-agent] Looking for ssh-agent implementation... 02:38:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:38:43 $ docker exec 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb ssh-agent 02:38:43 SSH_AUTH_SOCK=/tmp/ssh-TtAFMuSb7bsC/agent.32 02:38:43 SSH_AGENT_PID=38 02:38:43 Running ssh-add (command line suppressed) 02:38:43 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4176656473263269698.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4176656473263269698.key) 02:38:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:38:43 + git semver push 02:38:43 2023-07-19 02:38:43,890 [run_push] DEBUG push 02:38:43 2023-07-19 02:38:43,890 [execute] INFO git cat-file --batch-check 02:38:43 2023-07-19 02:38:43,891 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:38:43 2023-07-19 02:38:43,894 [execute] INFO git rev-list 54cfc9d5021f58f4dac5e7ba908678f7065699b1 -- 02:38:43 2023-07-19 02:38:43,894 [execute] DEBUG Popen(['git', 'rev-list', '54cfc9d5021f58f4dac5e7ba908678f7065699b1', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 02:38:43 2023-07-19 02:38:43,906 [execute] INFO git fetch -v origin 02:38:43 2023-07-19 02:38:43,907 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 02:38:44 2023-07-19 02:38:44,372 [run_push] DEBUG no remote changes detected 02:38:44 2023-07-19 02:38:44,372 [execute] INFO git push origin semver 02:38:44 2023-07-19 02:38:44,373 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 02:38:45 2023-07-19 02:38:45,101 [run_push] DEBUG push all version tags 02:38:45 2023-07-19 02:38:45,102 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:38:45 2023-07-19 02:38:45,102 [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) 02:38:46 2023-07-19 02:38:45,802 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 02:38:46 3.1.0-dev.6 [Pipeline] } 02:38:46 $ docker exec --env ******** --env ******** 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb ssh-agent -k 02:38:46 unset SSH_AUTH_SOCK; 02:38:46 unset SSH_AGENT_PID; 02:38:46 echo Agent pid 38 killed; 02:38:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:38:46 + git semver [Pipeline] } 02:38:46 $ docker stop --time=1 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb 02:38:48 $ docker rm -f --volumes 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb [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 02:38:48 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 02:38:48 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 02:38:48 total 16 02:38:48 drwxr-xr-x 3 root root 4096 Jul 19 02:26 . 02:38:48 drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:38 .. 02:38:48 drwxr-xr-x 2 root root 4096 Jul 19 02:26 cost 02:38:48 -rw-r--r-- 1 root root 85 Jul 19 02:26 cost.csv 02:38:48 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 02:38:48 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 02:38:48 total 16 02:38:48 drwxr-xr-x 3 jenkins jenkins 4096 Jul 19 02:26 . 02:38:48 drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:38 .. 02:38:48 drwxr-xr-x 2 jenkins jenkins 4096 Jul 19 02:26 cost 02:38:48 -rw-r--r-- 1 jenkins jenkins 85 Jul 19 02:26 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:38:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:38:49 ---> package-listing.sh 02:38:49 ++ facter osfamily 02:38:49 ++ tr '[:upper:]' '[:lower:]' 02:38:50 + OS_FAMILY=debian 02:38:50 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 02:38:50 + START_PACKAGES=/tmp/packages_start.txt 02:38:50 + END_PACKAGES=/tmp/packages_end.txt 02:38:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:38:50 + PACKAGES=/tmp/packages_start.txt 02:38:50 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 02:38:50 + PACKAGES=/tmp/packages_end.txt 02:38:50 + case "${OS_FAMILY}" in 02:38:50 + dpkg -l 02:38:50 + grep '^ii' 02:38:50 + '[' -f /tmp/packages_start.txt ']' 02:38:50 + '[' -f /tmp/packages_end.txt ']' 02:38:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:38:50 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 02:38:50 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 02:38:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 02:38:50 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 02:38:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:38:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:50 prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container 02:38:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:38:51 $ docker top 7cff800e4b3d2cbbf92ac487fc9df2e0dd2db9aabeeb870ea16f1ff651a50d11 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:51 + touch /tmp/pre-build-complete [Pipeline] sh 02:38:51 + mkdir -p /var/log/sysstat [Pipeline] sh 02:38:52 + ls /var/log/sa-host 02:38:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:38:52 provisioning config files... 02:38:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7766559795075115377tmp [Pipeline] { [Pipeline] echo 02:38:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:38:52 ---> create-netrc.sh [Pipeline] } 02:38:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:38:52 ---> python-tools-install.sh [Pipeline] echo 02:38:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:38:53 ---> sudo-logs.sh 02:38:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:38:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:38:53 ---> job-cost.sh 02:38:53 lf-activate-venv: SKIPPING 02:38:53 DEBUG: total: 0.2199999988079071 02:38:53 INFO: Retrieving Stack Cost... 02:38:53 INFO: Retrieving Pricing Info for: v3-standard-8 02:38:55 INFO: Archiving Costs [Pipeline] echo 02:38:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:38:55 ---> logs-deploy.sh 02:38:55 lf-activate-venv: SKIPPING 02:38:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/234 02:38:55 INFO: archiving workspace using pattern(s): 02:38:59 Archives upload complete. 02:38:59 INFO: archiving logs to Nexus 02:39:00 ---> uname -a: 02:39:00 Linux prd-ubuntu20-04-docker-8c-8g-1494 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:39:00 02:39:00 02:39:00 ---> lscpu: 02:39:00 Architecture: x86_64 02:39:00 CPU op-mode(s): 32-bit, 64-bit 02:39:00 Byte Order: Little Endian 02:39:00 Address sizes: 40 bits physical, 48 bits virtual 02:39:00 CPU(s): 8 02:39:00 On-line CPU(s) list: 0-7 02:39:00 Thread(s) per core: 1 02:39:00 Core(s) per socket: 1 02:39:00 Socket(s): 8 02:39:00 NUMA node(s): 1 02:39:00 Vendor ID: AuthenticAMD 02:39:00 CPU family: 23 02:39:00 Model: 49 02:39:00 Model name: AMD EPYC-Rome Processor 02:39:00 Stepping: 0 02:39:00 CPU MHz: 2800.000 02:39:00 BogoMIPS: 5600.00 02:39:00 Virtualization: AMD-V 02:39:00 Hypervisor vendor: KVM 02:39:00 Virtualization type: full 02:39:00 L1d cache: 256 KiB 02:39:00 L1i cache: 256 KiB 02:39:00 L2 cache: 4 MiB 02:39:00 L3 cache: 128 MiB 02:39:00 NUMA node0 CPU(s): 0-7 02:39:00 Vulnerability Itlb multihit: Not affected 02:39:00 Vulnerability L1tf: Not affected 02:39:00 Vulnerability Mds: Not affected 02:39:00 Vulnerability Meltdown: Not affected 02:39:00 Vulnerability Mmio stale data: Not affected 02:39:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:39:00 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:39:00 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:39:00 Vulnerability Srbds: Not affected 02:39:00 Vulnerability Tsx async abort: Not affected 02:39:00 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 02:39:00 02:39:00 02:39:00 ---> nproc: 02:39:00 8 02:39:00 02:39:00 02:39:00 ---> df -h: 02:39:00 Filesystem Size Used Avail Use% Mounted on 02:39:00 overlay 155G 13G 143G 9% / 02:39:00 tmpfs 64M 0 64M 0% /dev 02:39:00 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:39:00 shm 64M 0 64M 0% /dev/shm 02:39:00 /dev/vda1 155G 13G 143G 9% /facter-os 02:39:00 02:39:00 02:39:00 ---> sar -b -r -n DEV: 02:39:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1494) 07/19/23 _x86_64_ (8 CPU) 02:39:00 02:39:00 02:22:35 LINUX RESTART (8 CPU) 02:39:00 02:39:00 02:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:39:00 02:24:01 145.77 38.29 107.48 0.00 4272.58 39374.61 0.00 02:39:00 02:25:01 116.95 0.95 116.00 0.00 7.87 50467.46 0.00 02:39:00 02:26:01 156.04 0.27 155.77 0.00 14.80 36879.05 0.00 02:39:00 02:27:01 31.69 0.02 31.68 0.00 2.40 16456.47 0.00 02:39:00 02:28:01 55.26 11.21 44.04 0.00 5225.40 8897.72 0.00 02:39:00 02:29:01 5.37 0.02 5.35 0.00 0.13 116.11 0.00 02:39:00 02:30:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 02:39:00 02:31:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 02:39:00 02:32:01 1.27 0.00 1.27 0.00 0.00 13.20 0.00 02:39:00 02:33:01 2.07 0.00 2.07 0.00 0.00 22.80 0.00 02:39:00 02:34:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 02:39:00 02:35:01 1.97 0.00 1.97 0.00 0.00 20.93 0.00 02:39:00 02:36:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 02:39:00 02:37:01 2.07 0.00 2.07 0.00 0.00 22.39 0.00 02:39:00 02:38:01 17.75 0.12 17.63 0.00 10.40 12935.98 0.00 02:39:00 Average: 36.11 3.39 32.72 0.00 635.60 11018.02 0.00 02:39:00 02:39:00 02:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:39:00 02:24:01 29144844 31588296 735484 2.24 76704 2639684 1989540 5.86 1008768 2375208 6092 02:39:00 02:25:01 27711536 31462656 845480 2.57 146148 3768180 2045596 6.03 1532572 3159948 502256 02:39:00 02:26:01 27732672 31549612 760620 2.31 153264 3830780 2053504 6.05 1283664 3393132 310944 02:39:00 02:27:01 27579668 31578264 730016 2.22 160112 3977168 1791160 5.28 1269272 3527116 64 02:39:00 02:28:01 27028060 31540000 750616 2.28 194356 4440252 1811776 5.34 1613540 3698828 976 02:39:00 02:29:01 27052520 31559604 732312 2.23 192896 4436992 1816572 5.35 1592556 3695592 344 02:39:00 02:30:01 27052496 31559572 732276 2.23 192920 4436996 1816572 5.35 1592408 3695604 16 02:39:00 02:31:01 27062756 31569912 721924 2.20 192940 4437004 1816572 5.35 1582332 3695612 48 02:39:00 02:32:01 27062708 31569900 721888 2.20 192964 4437004 1816572 5.35 1582344 3695628 156 02:39:00 02:33:01 27062824 31570076 721568 2.19 193016 4437008 1816572 5.35 1582396 3695640 8 02:39:00 02:34:01 27063116 31570416 721200 2.19 193044 4437008 1816572 5.35 1582492 3695640 176 02:39:00 02:35:01 27063136 31570592 720976 2.19 193100 4437012 1816572 5.35 1582352 3695760 8 02:39:00 02:36:01 27063084 31570604 721152 2.19 193168 4437016 1816572 5.35 1582428 3695768 172 02:39:00 02:37:01 27063344 31570928 720732 2.19 193236 4437016 1816572 5.35 1582496 3695764 156 02:39:00 02:38:01 26287828 31554368 735668 2.24 198812 5141020 1895956 5.59 1604392 4399444 292036 02:39:00 Average: 27268706 31558987 738127 2.24 177779 4248676 1862445 5.49 1504934 3587646 74230 02:39:00 02:39:00 02:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:39:00 02:24:01 docker0 81.42 106.05 6.68 177.98 0.00 0.00 0.00 0.00 02:39:00 02:24:01 lo 6.46 6.46 0.63 0.63 0.00 0.00 0.00 0.00 02:39:00 02:24:01 ens3 720.69 441.15 6808.47 94.42 0.00 0.00 0.00 0.00 02:39:00 02:24:01 veth61ac73b 70.48 93.30 6.73 57.74 0.00 0.00 0.00 0.00 02:39:00 02:25:01 docker0 143.23 281.17 10.75 2263.34 0.00 0.00 0.00 0.00 02:39:00 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:25:01 veth6998358 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:39:00 02:25:01 ens3 307.23 158.14 2288.22 22.65 0.00 0.00 0.00 0.00 02:39:00 02:26:01 docker0 3.02 7.18 0.18 85.03 0.00 0.00 0.00 0.00 02:39:00 02:26:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 02:39:00 02:26:01 ens3 123.96 90.53 2624.80 102.82 0.00 0.00 0.00 0.00 02:39:00 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:27:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:39:00 02:27:01 ens3 12.63 8.33 13.46 5.15 0.00 0.00 0.00 0.00 02:39:00 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:28:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 02:39:00 02:28:01 ens3 184.50 75.70 2922.55 5.42 0.00 0.00 0.00 0.00 02:39:00 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:29:01 ens3 0.52 0.43 0.10 0.09 0.00 0.00 0.00 0.00 02:39:00 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:31:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:34:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 02:39:00 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:00 02:37:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 02:39:00 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:00 02:38:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 02:39:00 02:38:01 ens3 143.69 72.32 3973.47 10.23 0.00 0.00 0.00 0.00 02:39:00 Average: docker0 15.18 26.29 1.17 168.42 0.00 0.00 0.00 0.00 02:39:00 Average: lo 0.76 0.76 0.07 0.07 0.00 0.00 0.00 0.00 02:39:00 Average: ens3 99.63 56.48 1242.12 16.06 0.00 0.00 0.00 0.00 02:39:00 02:39:00 02:39:00 ---> sar -P ALL: 02:39:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1494) 07/19/23 _x86_64_ (8 CPU) 02:39:00 02:39:00 02:22:35 LINUX RESTART (8 CPU) 02:39:00 02:39:00 02:23:01 CPU %user %nice %system %iowait %steal %idle 02:39:00 02:24:01 all 9.75 0.00 3.38 1.95 0.07 84.86 02:39:00 02:24:01 0 9.47 0.00 3.88 1.06 0.08 85.50 02:39:00 02:24:01 1 9.15 0.00 3.50 0.15 0.05 87.14 02:39:00 02:24:01 2 7.25 0.00 2.94 1.35 0.07 88.40 02:39:00 02:24:01 3 12.45 0.00 3.10 1.97 0.08 82.40 02:39:00 02:24:01 4 7.77 0.00 3.28 1.01 0.07 87.88 02:39:00 02:24:01 5 10.82 0.00 3.17 0.19 0.07 85.76 02:39:00 02:24:01 6 9.44 0.00 2.98 0.24 0.05 87.29 02:39:00 02:24:01 7 11.62 0.00 4.17 9.73 0.09 74.40 02:39:00 02:25:01 all 22.37 0.00 4.51 2.69 0.08 70.36 02:39:00 02:25:01 0 22.28 0.00 4.48 8.29 0.08 64.86 02:39:00 02:25:01 1 23.62 0.00 4.12 0.42 0.07 71.77 02:39:00 02:25:01 2 21.62 0.00 4.85 10.60 0.07 62.85 02:39:00 02:25:01 3 21.99 0.00 4.73 0.18 0.07 73.02 02:39:00 02:25:01 4 21.60 0.00 4.70 1.05 0.10 72.55 02:39:00 02:25:01 5 23.71 0.00 4.26 0.10 0.07 71.86 02:39:00 02:25:01 6 22.35 0.00 4.39 0.71 0.07 72.49 02:39:00 02:25:01 7 21.77 0.00 4.52 0.18 0.08 73.44 02:39:00 02:26:01 all 37.07 0.00 5.99 2.33 0.09 54.51 02:39:00 02:26:01 0 37.15 0.00 5.62 0.08 0.08 57.05 02:39:00 02:26:01 1 37.29 0.00 6.92 1.45 0.12 54.23 02:39:00 02:26:01 2 37.21 0.00 5.89 0.44 0.08 56.37 02:39:00 02:26:01 3 36.71 0.00 5.58 0.05 0.10 57.56 02:39:00 02:26:01 4 35.84 0.00 5.77 4.39 0.07 53.94 02:39:00 02:26:01 5 37.38 0.00 6.24 7.61 0.10 48.66 02:39:00 02:26:01 6 38.03 0.00 6.05 4.21 0.10 51.60 02:39:00 02:26:01 7 36.93 0.00 5.86 0.46 0.10 56.65 02:39:00 02:27:01 all 1.33 0.00 0.62 0.79 0.02 97.25 02:39:00 02:27:01 0 1.44 0.00 0.35 0.00 0.00 98.21 02:39:00 02:27:01 1 1.30 0.00 0.72 0.00 0.02 97.96 02:39:00 02:27:01 2 0.96 0.00 0.72 0.03 0.03 98.25 02:39:00 02:27:01 3 1.79 0.00 0.60 0.89 0.02 96.71 02:39:00 02:27:01 4 1.14 0.00 1.06 5.37 0.02 92.41 02:39:00 02:27:01 5 1.02 0.00 0.65 0.02 0.02 98.30 02:39:00 02:27:01 6 1.74 0.00 0.45 0.00 0.03 97.78 02:39:00 02:27:01 7 1.24 0.00 0.42 0.00 0.02 98.33 02:39:00 02:28:01 all 2.37 0.00 1.48 0.67 0.02 95.45 02:39:00 02:28:01 0 1.74 0.00 1.34 1.22 0.02 95.69 02:39:00 02:28:01 1 2.96 0.00 0.85 0.28 0.02 95.89 02:39:00 02:28:01 2 4.16 0.00 1.38 0.07 0.03 94.36 02:39:00 02:28:01 3 1.79 0.00 0.94 0.05 0.02 97.21 02:39:00 02:28:01 4 1.77 0.00 1.19 2.14 0.02 94.88 02:39:00 02:28:01 5 3.16 0.00 1.69 0.49 0.02 94.65 02:39:00 02:28:01 6 1.49 0.00 2.56 0.75 0.02 95.18 02:39:00 02:28:01 7 1.91 0.00 1.93 0.35 0.03 95.78 02:39:00 02:29:01 all 0.10 0.00 0.07 0.01 0.01 99.81 02:39:00 02:29:01 0 0.08 0.00 0.10 0.00 0.02 99.80 02:39:00 02:29:01 1 0.07 0.00 0.07 0.00 0.00 99.87 02:39:00 02:29:01 2 0.08 0.00 0.05 0.00 0.00 99.87 02:39:00 02:29:01 3 0.12 0.00 0.10 0.00 0.02 99.77 02:39:00 02:29:01 4 0.08 0.00 0.05 0.05 0.03 99.78 02:39:00 02:29:01 5 0.05 0.00 0.05 0.00 0.02 99.88 02:39:00 02:29:01 6 0.07 0.00 0.05 0.03 0.02 99.83 02:39:00 02:29:01 7 0.22 0.00 0.12 0.02 0.00 99.65 02:39:00 02:30:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:39:00 02:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:39:00 02:30:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:39:00 02:30:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:39:00 02:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:39:00 02:30:01 4 0.03 0.00 0.02 0.02 0.02 99.92 02:39:00 02:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:39:00 02:30:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:39:00 02:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:39:00 02:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:39:00 02:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:39:00 02:31:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:39:00 02:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:39:00 02:31:01 4 0.07 0.00 0.03 0.00 0.03 99.87 02:39:00 02:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:31:01 6 0.00 0.00 0.02 0.02 0.02 99.95 02:39:00 02:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 02:39:00 02:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:39:00 02:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:39:00 02:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:32:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:39:00 02:32:01 4 0.03 0.00 0.02 0.02 0.02 99.92 02:39:00 02:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 02:39:00 02:33:01 all 0.02 0.00 0.02 0.01 0.01 99.95 02:39:00 02:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:39:00 02:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:39:00 02:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:39:00 02:33:01 4 0.05 0.00 0.07 0.03 0.03 99.82 02:39:00 02:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:33:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:39:00 02:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 02:39:00 02:34:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:39:00 02:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:34:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:39:00 02:34:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:39:00 02:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:39:00 02:34:01 4 0.05 0.00 0.05 0.03 0.02 99.85 02:39:00 02:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:34:01 6 0.00 0.00 0.03 0.02 0.00 99.95 02:39:00 02:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:39:00 02:39:00 02:34:01 CPU %user %nice %system %iowait %steal %idle 02:39:00 02:35:01 all 0.02 0.00 0.01 0.04 0.01 99.92 02:39:00 02:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:39:00 02:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:39:00 02:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:35:01 4 0.02 0.00 0.03 0.13 0.02 99.80 02:39:00 02:35:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:39:00 02:35:01 6 0.02 0.00 0.02 0.17 0.02 99.78 02:39:00 02:35:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:39:00 02:36:01 all 0.01 0.00 0.01 0.08 0.01 99.89 02:39:00 02:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:39:00 02:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:39:00 02:36:01 4 0.02 0.00 0.05 0.63 0.02 99.28 02:39:00 02:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:39:00 02:36:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:39:00 02:37:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:39:00 02:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:39:00 02:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:39:00 02:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:39:00 02:37:01 3 0.07 0.00 0.02 0.00 0.00 99.92 02:39:00 02:37:01 4 0.03 0.00 0.03 0.03 0.02 99.88 02:39:00 02:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:00 02:37:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:39:00 02:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:39:00 02:38:01 all 2.52 0.00 1.13 0.57 0.02 95.77 02:39:00 02:38:01 0 1.71 0.00 1.04 0.00 0.02 97.23 02:39:00 02:38:01 1 3.53 0.00 1.16 3.43 0.02 91.86 02:39:00 02:38:01 2 2.72 0.00 1.21 0.00 0.02 96.06 02:39:00 02:38:01 3 2.33 0.00 0.90 0.05 0.02 96.70 02:39:00 02:38:01 4 3.20 0.00 1.05 1.04 0.02 94.69 02:39:00 02:38:01 5 2.10 0.00 1.19 0.02 0.02 96.68 02:39:00 02:38:01 6 2.23 0.00 0.59 0.02 0.02 97.15 02:39:00 02:38:01 7 2.34 0.00 1.87 0.00 0.02 95.78 02:39:00 Average: all 5.01 0.00 1.15 0.61 0.02 93.22 02:39:00 Average: 0 4.90 0.00 1.12 0.71 0.02 93.25 02:39:00 Average: 1 5.18 0.00 1.15 0.38 0.02 93.26 02:39:00 Average: 2 4.91 0.00 1.13 0.83 0.02 93.11 02:39:00 Average: 3 5.13 0.00 1.07 0.21 0.03 93.57 02:39:00 Average: 4 4.74 0.00 1.15 1.06 0.03 93.01 02:39:00 Average: 5 5.18 0.00 1.14 0.56 0.02 93.10 02:39:00 Average: 6 4.98 0.00 1.14 0.41 0.02 93.45 02:39:00 Average: 7 5.03 0.00 1.26 0.70 0.03 92.98 02:39:00 02:39:00 02:39:00