Pull request #1641 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd+34a11580cdf6c546e56d19212b8ca023b003e5db (5221a2fe3c0ddc49658c534c65164b5091b5b76a) 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-ssh17205929768522231217.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh58448298214921376.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 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-1641/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/app-functions-sdk-go/branches/PR-1641/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1844450393373285392.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/app-functions-sdk-go/branches/PR-1641/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh523252072868867966.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh5241291239317207471.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-1641/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/app-functions-sdk-go/branches/PR-1641/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11648357549030101872.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-functions-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false 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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false 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-26326’ Running on prd-ubuntu20.04-docker-8c-8g-26328 in /w/workspace/dry_app-functions-sdk-go_PR-1641 [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/app-functions-sdk-go.git > git init /w/workspace/dry_app-functions-sdk-go_PR-1641 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/1641/head:refs/remotes/origin/PR-1641 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 34a11580cdf6c546e56d19212b8ca023b003e5db into PR head commit d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd Merge succeeded, producing d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd Checking out Revision d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd (PR-1641) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac > git config core.sparsecheckout # timeout=10 > git checkout -f d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 34a11580cdf6c546e56d19212b8ca023b003e5db # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:56:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:56:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:56:20 ========================================================= 04:56:20 EdgeX Global Pipelines Version Info 04:56:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:56:21 ------------------- 04:56:21 stable info: 04:56:21 ------------------- 04:56:21 Commited By: Ginny Guan ginny@iotechsys.com 04:56:21 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 04:56:21 Message: update stable to v1.0.265 04:56:22 ------------------- 04:56:22 experimental info: 04:56:22 ------------------- 04:56:22 Commited By: Cherry Wang cherry@iotechsys.com 04:56:22 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 04:56:22 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1641 [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1641 [Pipeline] echo 04:56:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1641 [Pipeline] echo 04:56:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo 04:56:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7020a5 [Pipeline] echo 04:56:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:56:24 + git rev-list -1 --merges d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd~1..d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo 04:56:24 -----------> git rev-list -1 --merges d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd~1..d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [false] [Pipeline] sh 04:56:25 + git log --format=format:%s -1 d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo 04:56:25 ========================================================= 04:56:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:56:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:56:25 + git log --format=format:%s -1 d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo 04:56:25 [semverPrep] GIT_COMMIT: d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 [Pipeline] echo 04:56:25 [semverPrep] This is not a build commit. [Pipeline] sh 04:56:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:56:26 + grep -v github /etc/ssh/ssh_known_hosts 04:56:26 + [ -e /tmp/ssh_known_hosts ] 04:56:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:56:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:56:26 + sudo tee -a /etc/ssh/ssh_known_hosts 04:56:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:56:26 04:56:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:56:27 0.1.4: Pulling from edgex-devops/py-git-semver 04:56:27 b85a868b505f: Pulling fs layer 04:56:27 e2be974225ed: Pulling fs layer 04:56:27 339a4e72a1f5: Pulling fs layer 04:56:27 988bab9f4d93: Pulling fs layer 04:56:27 1469e6f7b9e6: Pulling fs layer 04:56:27 eaf3925da568: Pulling fs layer 04:56:27 bab4dde63d76: Pulling fs layer 04:56:27 bde34c3a00c8: Pulling fs layer 04:56:27 b352a97aabf1: Pulling fs layer 04:56:27 4872d77fe225: Pulling fs layer 04:56:27 5851b861e8e6: Pulling fs layer 04:56:27 bde34c3a00c8: Waiting 04:56:27 b352a97aabf1: Waiting 04:56:27 1469e6f7b9e6: Waiting 04:56:27 eaf3925da568: Waiting 04:56:27 4872d77fe225: Waiting 04:56:27 bab4dde63d76: Waiting 04:56:27 5851b861e8e6: Waiting 04:56:27 988bab9f4d93: Waiting 04:56:27 e2be974225ed: Download complete 04:56:27 988bab9f4d93: Verifying Checksum 04:56:27 988bab9f4d93: Download complete 04:56:27 1469e6f7b9e6: Verifying Checksum 04:56:27 1469e6f7b9e6: Download complete 04:56:27 eaf3925da568: Verifying Checksum 04:56:27 eaf3925da568: Download complete 04:56:27 339a4e72a1f5: Verifying Checksum 04:56:27 339a4e72a1f5: Download complete 04:56:27 bde34c3a00c8: Verifying Checksum 04:56:27 bde34c3a00c8: Download complete 04:56:27 b352a97aabf1: Verifying Checksum 04:56:27 b352a97aabf1: Download complete 04:56:27 4872d77fe225: Verifying Checksum 04:56:27 4872d77fe225: Download complete 04:56:27 b85a868b505f: Verifying Checksum 04:56:27 b85a868b505f: Download complete 04:56:27 bab4dde63d76: Verifying Checksum 04:56:27 bab4dde63d76: Download complete 04:56:28 b85a868b505f: Pull complete 04:56:29 e2be974225ed: Pull complete 04:56:29 339a4e72a1f5: Pull complete 04:56:29 988bab9f4d93: Pull complete 04:56:29 1469e6f7b9e6: Pull complete 04:56:29 eaf3925da568: Pull complete 04:56:31 bab4dde63d76: Pull complete 04:56:31 bde34c3a00c8: Pull complete 04:56:31 b352a97aabf1: Pull complete 04:56:32 4872d77fe225: Pull complete 04:56:32 5851b861e8e6: Pull complete 04:56:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:56:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:56:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:32 prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container 04:56:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-functions-sdk-go_PR-1641 -v /w/workspace/dry_app-functions-sdk-go_PR-1641:/w/workspace/dry_app-functions-sdk-go_PR-1641:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1641@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1641@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 04:56:35 $ docker top 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 -eo pid,comm 04:56:35 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). 04:56:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:36 [ssh-agent] Looking for ssh-agent implementation... 04:56:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:36 $ docker exec 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent 04:56:36 SSH_AUTH_SOCK=/tmp/ssh-YKWx9IBX2VwJ/agent.33 04:56:36 SSH_AGENT_PID=39 04:56:36 Running ssh-add (command line suppressed) 04:56:36 Identity added: /w/workspace/dry_app-functions-sdk-go_PR-1641@tmp/private_key_7248108666561320139.key (/w/workspace/dry_app-functions-sdk-go_PR-1641@tmp/private_key_7248108666561320139.key) 04:56:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:36 + git tag --points-at HEAD [Pipeline] } 04:56:36 $ docker exec --env ******** --env ******** 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent -k 04:56:36 unset SSH_AUTH_SOCK; 04:56:36 unset SSH_AGENT_PID; 04:56:36 echo Agent pid 39 killed; 04:56:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:56:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:37 [ssh-agent] Looking for ssh-agent implementation... 04:56:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:37 $ docker exec 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent 04:56:37 SSH_AUTH_SOCK=/tmp/ssh-jZLF4tXkp0cx/agent.72 04:56:37 SSH_AGENT_PID=78 04:56:37 Running ssh-add (command line suppressed) 04:56:37 Identity added: /w/workspace/dry_app-functions-sdk-go_PR-1641@tmp/private_key_9821942021013483380.key (/w/workspace/dry_app-functions-sdk-go_PR-1641@tmp/private_key_9821942021013483380.key) 04:56:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:37 + git semver init 04:56:38 2024-11-13 04:56:38,045 [run_init] DEBUG init version:0.0.0 force:False 04:56:38 2024-11-13 04:56:38,046 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-functions-sdk-go_PR-1641/.semver 04:56:38 2024-11-13 04:56:38,047 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/dry_app-functions-sdk-go_PR-1641/.semver 04:56:38 2024-11-13 04:56:38,047 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/dry_app-functions-sdk-go_PR-1641/.semver'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1641, universal_newlines=False, shell=None, istream=None) 04:56:40 2024-11-13 04:56:39,876 [append_file] DEBUG append to file:/w/workspace/dry_app-functions-sdk-go_PR-1641/.git/info/exclude 04:56:40 2024-11-13 04:56:39,877 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-functions-sdk-go_PR-1641/.semver/PR-1641 with force:False 04:56:40 2024-11-13 04:56:39,877 [write_file] DEBUG write to file:/w/workspace/dry_app-functions-sdk-go_PR-1641/.semver/PR-1641 04:56:40 2024-11-13 04:56:39,881 [execute] INFO git cat-file --batch-check 04:56:40 2024-11-13 04:56:39,882 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1641/.semver, universal_newlines=False, shell=None, istream=) 04:56:40 2024-11-13 04:56:39,889 [execute] INFO git cat-file --batch 04:56:40 2024-11-13 04:56:39,890 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1641/.semver, universal_newlines=False, shell=None, istream=) 04:56:40 2024-11-13 04:56:39,895 [read_version] DEBUG read version from /w/workspace/dry_app-functions-sdk-go_PR-1641/.semver/PR-1641 04:56:40 0.0.0 [Pipeline] } 04:56:40 $ docker exec --env ******** --env ******** 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent -k 04:56:40 unset SSH_AUTH_SOCK; 04:56:40 unset SSH_AGENT_PID; 04:56:40 echo Agent pid 78 killed; 04:56:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:40 + git semver [Pipeline] } 04:56:40 $ docker stop --time=1 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 04:56:42 $ docker rm -f --volumes 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 [Pipeline] // withDockerContainer [Pipeline] sh 04:56:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:56:43 Stashed 1 file(s) [Pipeline] echo 04:56:43 [edgeXSemver]: initialized semver on version 0.0.0 [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] unstash [Pipeline] echo 04:56:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:56:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:56:44 ========================================================= 04:56:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:56:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 04:56:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:56:44 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:56:44 43c4264eed91: Pulling fs layer 04:56:44 4cc291be95ef: Pulling fs layer 04:56:44 2ac1f1163629: Pulling fs layer 04:56:44 5c3c966382ef: Pulling fs layer 04:56:44 4f4fb700ef54: Pulling fs layer 04:56:44 5d5c8e513c77: Pulling fs layer 04:56:44 9f66e0745190: Pulling fs layer 04:56:44 f49a43e4bbc0: Pulling fs layer 04:56:44 561ebcabdf7f: Pulling fs layer 04:56:44 5c3c966382ef: Waiting 04:56:44 9f66e0745190: Waiting 04:56:44 5d5c8e513c77: Waiting 04:56:44 4f4fb700ef54: Waiting 04:56:44 f49a43e4bbc0: Waiting 04:56:44 561ebcabdf7f: Waiting 04:56:44 4cc291be95ef: Verifying Checksum 04:56:44 4cc291be95ef: Download complete 04:56:44 5c3c966382ef: Verifying Checksum 04:56:44 5c3c966382ef: Download complete 04:56:44 4f4fb700ef54: Verifying Checksum 04:56:44 4f4fb700ef54: Download complete 04:56:44 5d5c8e513c77: Verifying Checksum 04:56:44 5d5c8e513c77: Download complete 04:56:44 43c4264eed91: Download complete 04:56:44 43c4264eed91: Pull complete 04:56:44 9f66e0745190: Verifying Checksum 04:56:44 9f66e0745190: Download complete 04:56:44 4cc291be95ef: Pull complete 04:56:45 561ebcabdf7f: Download complete 04:56:45 2ac1f1163629: Download complete 04:56:45 f49a43e4bbc0: Verifying Checksum 04:56:45 f49a43e4bbc0: Download complete 04:56:48 2ac1f1163629: Pull complete 04:56:48 5c3c966382ef: Pull complete 04:56:49 4f4fb700ef54: Pull complete 04:56:49 5d5c8e513c77: Pull complete 04:56:49 9f66e0745190: Pull complete 04:56:51 f49a43e4bbc0: Pull complete 04:56:52 561ebcabdf7f: Pull complete 04:56:52 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 04:56:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:56:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 04:56:53 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:53 + docker inspect -f . ci-base-image-x86_64 04:56:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:53 prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container 04:56:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-functions-sdk-go_PR-1641 -v /w/workspace/dry_app-functions-sdk-go_PR-1641:/w/workspace/dry_app-functions-sdk-go_PR-1641:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1641@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1641@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:56:58 Still waiting to schedule task 04:56:58 ‘prd-ubuntu20.04-docker-arm64-4c-16g-26327’ is offline 04:56:59 $ docker top a3e790d4234dc25ca9a591768554d61aeff06e0cec5d0542709f1fd874f99c52 -eo pid,comm [Pipeline] { [Pipeline] sh 04:56:59 + go version 04:56:59 go version go1.23.2 linux/amd64 [Pipeline] } 04:56:59 $ docker stop --time=1 a3e790d4234dc25ca9a591768554d61aeff06e0cec5d0542709f1fd874f99c52 04:57:00 $ docker rm -f --volumes a3e790d4234dc25ca9a591768554d61aeff06e0cec5d0542709f1fd874f99c52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:57:01 + docker inspect -f . ci-base-image-x86_64 04:57:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:57:01 prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container 04:57:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-functions-sdk-go_PR-1641 -v /w/workspace/dry_app-functions-sdk-go_PR-1641:/w/workspace/dry_app-functions-sdk-go_PR-1641:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1641@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1641@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:57:02 $ docker top 619dd2da7b668caa96974c2d2ffab1dfff3c26b763ee4bc142d76394b4e2b8bb -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:02 + git config --global --add safe.directory /w/workspace/dry_app-functions-sdk-go_PR-1641 [Pipeline] fileExists [Pipeline] sh 04:57:03 + make test 04:57:03 make -C ./app-service-template build 04:57:03 make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' 04:57:03 go mod tidy 04:57:03 go: downloading github.com/labstack/echo/v4 v4.12.0 04:57:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 04:57:03 go: downloading github.com/stretchr/testify v1.9.0 04:57:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.2 04:57:03 go: downloading github.com/google/uuid v1.6.0 04:57:03 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 04:57:03 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 04:57:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 04:57:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.3 04:57:03 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.2 04:57:03 go: downloading github.com/hashicorp/go-multierror v1.1.1 04:57:03 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 04:57:03 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 04:57:03 go: downloading gopkg.in/yaml.v3 v3.0.1 04:57:03 go: downloading github.com/stretchr/objx v0.5.2 04:57:03 go: downloading github.com/labstack/gommon v0.4.2 04:57:03 go: downloading golang.org/x/crypto v0.27.0 04:57:03 go: downloading golang.org/x/net v0.29.0 04:57:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.3 04:57:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.2 04:57:04 go: downloading github.com/gorilla/websocket v1.5.3 04:57:04 go: downloading golang.org/x/sync v0.8.0 04:57:04 go: downloading github.com/go-kit/log v0.2.1 04:57:04 go: downloading github.com/go-playground/validator/v10 v10.22.1 04:57:04 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 04:57:04 go: downloading github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 04:57:04 go: downloading github.com/jackc/pgx/v5 v5.7.1 04:57:04 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:57:04 go: downloading github.com/mitchellh/copystructure v1.2.0 04:57:04 go: downloading github.com/openziti/sdk-golang v0.23.43 04:57:04 go: downloading github.com/sirupsen/logrus v1.9.3 04:57:04 go: downloading github.com/pkg/errors v0.9.1 04:57:04 go: downloading github.com/hashicorp/errwrap v1.1.0 04:57:04 go: downloading github.com/mattn/go-colorable v0.1.13 04:57:04 go: downloading github.com/mattn/go-isatty v0.0.20 04:57:04 go: downloading github.com/valyala/fasttemplate v1.2.2 04:57:04 go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df 04:57:04 go: downloading github.com/go-logfmt/logfmt v0.5.1 04:57:04 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 04:57:04 go: downloading github.com/go-playground/universal-translator v0.18.1 04:57:04 go: downloading github.com/leodido/go-urn v1.4.0 04:57:04 go: downloading golang.org/x/text v0.18.0 04:57:04 go: downloading github.com/go-playground/locales v0.14.1 04:57:04 go: downloading github.com/x448/float16 v0.8.4 04:57:04 go: downloading github.com/jackc/pgpassfile v1.0.0 04:57:04 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 04:57:05 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 04:57:05 go: downloading golang.org/x/time v0.6.0 04:57:05 go: downloading github.com/jackc/puddle/v2 v2.2.2 04:57:05 go: downloading github.com/mitchellh/reflectwalk v1.0.2 04:57:05 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 04:57:05 go: downloading github.com/mitchellh/mapstructure v1.5.0 04:57:05 go: downloading golang.org/x/sys v0.25.0 04:57:05 go: downloading github.com/go-redis/redis/v7 v7.3.0 04:57:05 go: downloading github.com/nats-io/nats.go v1.37.0 04:57:05 go: downloading github.com/valyala/bytebufferpool v1.0.0 04:57:05 go: downloading github.com/go-openapi/runtime v0.28.0 04:57:05 go: downloading github.com/go-openapi/strfmt v0.23.0 04:57:05 go: downloading github.com/go-resty/resty/v2 v2.15.3 04:57:05 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 04:57:05 go: downloading github.com/michaelquigley/pfxlog v0.6.10 04:57:05 go: downloading github.com/openziti/edge-api v0.26.32 04:57:05 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 04:57:05 go: downloading github.com/go-playground/assert/v2 v2.2.0 04:57:05 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 04:57:06 go: downloading github.com/openziti/foundation/v2 v2.0.49 04:57:06 go: downloading github.com/openziti/identity v1.0.85 04:57:06 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 04:57:06 go: downloading github.com/openziti/channel/v3 v3.0.4 04:57:06 go: downloading github.com/zitadel/oidc/v2 v2.12.2 04:57:06 go: downloading github.com/openziti/secretstream v0.1.25 04:57:06 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 04:57:06 go: downloading github.com/openziti/transport/v2 v2.0.146 04:57:06 go: downloading golang.org/x/oauth2 v0.23.0 04:57:06 go: downloading github.com/kataras/go-events v0.0.3 04:57:06 go: downloading github.com/openziti/metrics v1.2.58 04:57:06 go: downloading github.com/spf13/cast v1.7.0 04:57:06 go: downloading github.com/Microsoft/go-winio v0.6.2 04:57:06 go: downloading github.com/zeebo/errs v1.3.0 04:57:06 go: downloading google.golang.org/grpc v1.67.1 04:57:06 go: downloading github.com/onsi/ginkgo v1.16.4 04:57:06 go: downloading github.com/onsi/gomega v1.13.0 04:57:06 go: downloading github.com/klauspost/compress v1.17.2 04:57:06 go: downloading github.com/nats-io/nkeys v0.4.7 04:57:06 go: downloading github.com/nats-io/nuid v1.0.1 04:57:06 go: downloading github.com/go-openapi/errors v0.22.0 04:57:06 go: downloading github.com/go-openapi/swag v0.23.0 04:57:06 go: downloading github.com/go-openapi/spec v0.21.0 04:57:06 go: downloading github.com/go-openapi/validate v0.24.0 04:57:06 go: downloading github.com/opentracing/opentracing-go v1.2.0 04:57:06 go: downloading go.opentelemetry.io/otel v1.29.0 04:57:06 go: downloading go.opentelemetry.io/otel/trace v1.29.0 04:57:06 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 04:57:06 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 04:57:06 go: downloading github.com/oklog/ulid v1.3.1 04:57:06 go: downloading go.mongodb.org/mongo-driver v1.17.0 04:57:06 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 04:57:06 go: downloading github.com/kr/pretty v0.3.1 04:57:06 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 04:57:06 go: downloading github.com/golang/protobuf v1.5.4 04:57:06 go: downloading google.golang.org/protobuf v1.34.2 04:57:06 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 04:57:06 go: downloading github.com/fsnotify/fsnotify v1.7.0 04:57:06 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 04:57:06 go: downloading github.com/gorilla/securecookie v1.1.2 04:57:06 go: downloading github.com/gorilla/schema v1.4.1 04:57:06 go: downloading github.com/muhlemmer/gu v0.3.1 04:57:06 go: downloading github.com/mitchellh/go-ps v1.0.0 04:57:06 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 04:57:07 go: downloading go.mozilla.org/pkcs7 v0.9.0 04:57:07 go: downloading github.com/gorilla/mux v1.8.1 04:57:07 go: downloading nhooyr.io/websocket v1.8.17 04:57:07 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 04:57:07 go: downloading github.com/frankban/quicktest v1.14.6 04:57:07 go: downloading github.com/google/go-cmp v0.6.0 04:57:07 go: downloading github.com/mailru/easyjson v0.7.7 04:57:07 go: downloading github.com/go-openapi/jsonpointer v0.21.0 04:57:07 go: downloading github.com/go-openapi/jsonreference v0.21.0 04:57:07 go: downloading github.com/go-openapi/analysis v0.23.0 04:57:07 go: downloading github.com/go-openapi/loads v0.22.0 04:57:07 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 04:57:07 go: downloading github.com/go-logr/logr v1.4.2 04:57:07 go: downloading go.opentelemetry.io/otel/metric v1.29.0 04:57:07 go: downloading github.com/go-logr/stdr v1.2.2 04:57:07 go: downloading golang.org/x/term v0.24.0 04:57:07 go: downloading github.com/emirpasic/gods v1.18.1 04:57:07 go: downloading github.com/kr/text v0.2.0 04:57:07 go: downloading github.com/rogpeppe/go-internal v1.11.0 04:57:07 go: downloading github.com/jeremija/gosubmit v0.2.7 04:57:07 go: downloading github.com/google/gofuzz v1.2.0 04:57:07 go: downloading github.com/yusufpapurcu/wmi v1.2.4 04:57:07 go: downloading github.com/tklauser/go-sysconf v0.3.12 04:57:07 go: downloading gopkg.in/yaml.v2 v2.4.0 04:57:07 go: downloading github.com/nxadm/tail v1.4.8 04:57:07 go: downloading github.com/josharian/intern v1.0.0 04:57:07 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 04:57:07 go: downloading github.com/miekg/pkcs11 v1.1.1 04:57:07 go: downloading github.com/muhlemmer/httpforwarded v0.1.0 04:57:07 go: downloading github.com/rs/cors v1.11.0 04:57:07 go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 04:57:07 go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c 04:57:07 go: downloading github.com/shoenig/go-m1cpu v0.1.6 04:57:07 go: downloading github.com/go-ole/go-ole v1.2.6 04:57:07 go: downloading github.com/tklauser/numcpus v0.6.1 04:57:07 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:57:07 go: downloading github.com/shoenig/test v0.6.4 04:57:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.5 04:57:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.8 04:57:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.5 04:57:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.4 04:57:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.4 04:57:07 go: downloading github.com/openziti/sdk-golang v0.23.44 04:57:07 go: downloading github.com/openziti/edge-api v0.26.34 04:57:08 CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-new-service 04:57:30 make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' 04:57:30 make -C ./app-service-template test 04:57:30 make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' 04:57:30 go test -race -coverprofile=coverage.out ./... 04:58:02 app-new-service/config coverage: 0.0% of statements 04:58:02 ok app-new-service 1.051s coverage: 45.9% of statements 04:58:02 ok app-new-service/functions 1.041s coverage: 85.3% of statements 04:58:02 go vet ./... 04:58:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-26329 in /w/workspace/dry_app-functions-sdk-go_PR-1641 [Pipeline] { [Pipeline] ws 04:58:27 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:58:28 The recommended git tool is: git 04:58:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:58:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:58:29 ./bin/test-attribution-txt.sh 04:58:29 make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' 04:58:29 go test -race -coverprofile=coverage.out ./... 04:58:29 go: downloading github.com/gomodule/redigo v1.9.2 04:58:29 ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal [no test files] 04:58:29 ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db [no test files] 04:58:29 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/container coverage: 0.0% of statements 04:58:29 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/common coverage: 0.0% of statements 04:58:29 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/redis coverage: 0.0% of statements 04:58:29 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/postgres coverage: 0.0% of statements 04:58:29 ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger [no test files] 04:58:30 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/app 1.118s coverage: 66.3% of statements 04:58:30 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/appfunction 1.029s coverage: 89.3% of statements 04:58:30 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/handlers 1.051s coverage: 85.1% of statements 04:58:30 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/etm 1.034s coverage: 100.0% of statements 04:58:30 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/runtime 1.111s coverage: 75.2% of statements 04:58:30 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http/mocks coverage: 0.0% of statements 04:58:30 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/models 1.019s coverage: 97.3% of statements 04:58:31 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mocks coverage: 0.0% of statements 04:58:31 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt/mocks coverage: 0.0% of statements 04:58:31 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http 1.032s coverage: 82.8% of statements 04:58:31 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/messagebus 1.033s coverage: 65.1% of statements 04:58:32 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt 1.038s coverage: 27.6% of statements 04:58:32 github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces coverage: 0.0% of statements 04:58:32 github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 04:58:32 using credential edgex-jenkins-ssh 04:58:32 Cloning the remote Git repository 04:58:32 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/webserver 1.050s coverage: 11.2% of statements 04:58:32 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 04:58:32 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 04:58:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 04:58:32 > git --version # timeout=10 04:58:32 > git --version # 'git version 2.25.1' 04:58:32 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:33 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg 1.052s coverage: 27.3% of statements 04:58:33 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/secure 1.026s coverage: 52.8% of statements 04:58:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 04:58:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:38 Merging remotes/origin/main commit 34a11580cdf6c546e56d19212b8ca023b003e5db into PR head commit d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd 04:58:39 Merge succeeded, producing d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd 04:58:39 Checking out Revision d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd (PR-1641) 04:58:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 04:58:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 04:58:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/1641/head:refs/remotes/origin/PR-1641 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:58:38 > git config core.sparsecheckout # timeout=10 04:58:38 > git checkout -f d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd # timeout=10 04:58:39 > git remote # timeout=10 04:58:39 > git config --get remote.origin.url # timeout=10 04:58:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:39 > git merge 34a11580cdf6c546e56d19212b8ca023b003e5db # timeout=10 04:58:39 > git rev-parse HEAD^{commit} # timeout=10 04:58:39 > git config core.sparsecheckout # timeout=10 04:58:39 > git checkout -f d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd # timeout=10 04:58:39 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4" 04:58:39 > git --version # timeout=10 04:58:39 > git --version # 'git version 2.25.1' 04:58:39 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:58:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:58:44 % Total % Received % Xferd Average Speed Time Time Time Current 04:58:44 Dload Upload Total Spent Left Speed 04:58:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 59665 0 --:--:-- --:--:-- --:--:-- 59665 [Pipeline] sh 04:58:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:58:45 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 04:58:45 /etc/docker/daemon.json 04:58:45 { 04:58:45 "registry-mirrors": [ 04:58:45 "https://nexus3.edgexfoundry.org:10001" 04:58:45 ], 04:58:45 "bip": "10.250.0.254/24", 04:58:45 "hosts": [ 04:58:45 "tcp://0.0.0.0:5555", 04:58:45 "unix:///var/run/docker.sock" 04:58:45 ], 04:58:45 "mtu": 1458, 04:58:45 "selinux-enabled": true, 04:58:45 "seccomp-profile": "/etc/docker/seccomp.json" 04:58:45 } [Pipeline] sh 04:58:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:58:45 + sudo service docker restart 04:59:00 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/transforms 26.112s coverage: 72.2% of statements 04:59:00 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/util 1.018s coverage: 94.4% of statements 04:59:00 go vet ./... 04:59:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:59:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] unstash [Pipeline] echo 04:59:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:59:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:59:04 ========================================================= 04:59:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:59:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 04:59:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:59:05 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:59:05 cf04c63912e1: Pulling fs layer 04:59:05 55b35a11ae5e: Pulling fs layer 04:59:05 a37a00ec5f00: Pulling fs layer 04:59:05 50b3750afda1: Pulling fs layer 04:59:05 4f4fb700ef54: Pulling fs layer 04:59:05 80978eb59214: Pulling fs layer 04:59:05 c9f46d7d2bd2: Pulling fs layer 04:59:05 c5a475d317c9: Pulling fs layer 04:59:05 50b3750afda1: Waiting 04:59:05 4f4fb700ef54: Waiting 04:59:05 80978eb59214: Waiting 04:59:05 c9f46d7d2bd2: Waiting 04:59:05 c5a475d317c9: Waiting 04:59:05 55b35a11ae5e: Verifying Checksum 04:59:05 55b35a11ae5e: Download complete 04:59:05 50b3750afda1: Verifying Checksum 04:59:05 50b3750afda1: Download complete 04:59:05 4f4fb700ef54: Verifying Checksum 04:59:05 4f4fb700ef54: Download complete 04:59:05 80978eb59214: Verifying Checksum 04:59:05 80978eb59214: Download complete 04:59:05 cf04c63912e1: Download complete 04:59:06 c5a475d317c9: Verifying Checksum 04:59:06 c5a475d317c9: Download complete 04:59:06 cf04c63912e1: Pull complete 04:59:07 55b35a11ae5e: Pull complete 04:59:07 a37a00ec5f00: Verifying Checksum 04:59:07 a37a00ec5f00: Download complete 04:59:08 c9f46d7d2bd2: Verifying Checksum 04:59:08 c9f46d7d2bd2: Download complete [Pipeline] echo 04:59:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:59:13 $ docker stop --time=1 619dd2da7b668caa96974c2d2ffab1dfff3c26b763ee4bc142d76394b4e2b8bb 04:59:15 $ docker rm -f --volumes 619dd2da7b668caa96974c2d2ffab1dfff3c26b763ee4bc142d76394b4e2b8bb [Pipeline] // withDockerContainer [Pipeline] sh 04:59:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:59:16 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:59:18 04:59:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:59:18 latest: Pulling from edgex-lftools-log-publisher 04:59:18 5eb5b503b376: Pulling fs layer 04:59:18 5c69ac0246d0: Pulling fs layer 04:59:18 ec43610c2a17: Pulling fs layer 04:59:18 3a2ae6a8a46f: Pulling fs layer 04:59:18 33b1e0a273af: Pulling fs layer 04:59:18 5d3b04190fa2: Pulling fs layer 04:59:18 2f39f015ded8: Pulling fs layer 04:59:18 3a2ae6a8a46f: Waiting 04:59:18 33b1e0a273af: Waiting 04:59:18 5d3b04190fa2: Waiting 04:59:18 2f39f015ded8: Waiting 04:59:18 5c69ac0246d0: Download complete 04:59:18 3a2ae6a8a46f: Verifying Checksum 04:59:18 3a2ae6a8a46f: Download complete 04:59:18 33b1e0a273af: Verifying Checksum 04:59:18 33b1e0a273af: Download complete 04:59:18 5d3b04190fa2: Verifying Checksum 04:59:18 5d3b04190fa2: Download complete 04:59:18 ec43610c2a17: Verifying Checksum 04:59:18 ec43610c2a17: Download complete 04:59:18 5eb5b503b376: Verifying Checksum 04:59:18 5eb5b503b376: Download complete 04:59:19 2f39f015ded8: Download complete 04:59:20 5eb5b503b376: Pull complete 04:59:20 5c69ac0246d0: Pull complete 04:59:20 a37a00ec5f00: Pull complete 04:59:20 50b3750afda1: Pull complete 04:59:20 4f4fb700ef54: Pull complete 04:59:20 80978eb59214: Pull complete 04:59:20 ec43610c2a17: Pull complete 04:59:20 3a2ae6a8a46f: Pull complete 04:59:21 33b1e0a273af: Pull complete 04:59:21 5d3b04190fa2: Pull complete 04:59:25 2f39f015ded8: Pull complete 04:59:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:59:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:59:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:25 prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container 04:59:25 $ 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/dry_app-functions-sdk-go_PR-1641 -v /w/workspace/dry_app-functions-sdk-go_PR-1641:/w/workspace/dry_app-functions-sdk-go_PR-1641:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1641@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1641@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:59:27 c9f46d7d2bd2: Pull complete 04:59:29 c5a475d317c9: Pull complete 04:59:29 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 04:59:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:59:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:59:30 $ docker top 8ff158a23d7d9205eec6977958adc35f6a21c05079bf772212252177d516d677 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 04:59:31 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:31 ---> job-cost.sh 04:59:31 lf-activate-venv: SKIPPING 04:59:31 INFO: No Stack... 04:59:31 INFO: Retrieving Pricing Info for: v3-standard-8 04:59:31 + docker inspect -f . ci-base-image-arm64 04:59:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:31 INFO: Archiving Costs 04:59:31 prd-ubuntu20.04-docker-arm64-4c-16g-26329 does not seem to be running inside a container 04:59:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 04:59:34 $ docker top 8d9a4d308d013a1a994795cacb2624adb54ed4f6e85e762cbe89e1182b515b16 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 04:59:35 + cat /w/workspace/dry_app-functions-sdk-go_PR-1641/archives/cost.csv 04:59:35 + cut -d, -f6 [Pipeline] lock 04:59:35 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] 04:59:35 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] did not exist. Created. 04:59:35 Lock acquired on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:59:35 + go version 04:59:35 go version go1.23.2 linux/arm64 [Pipeline] } 04:59:35 $ docker stop --time=1 8d9a4d308d013a1a994795cacb2624adb54ed4f6e85e762cbe89e1182b515b16 04:59:36 + echo total: 0.2199999988079071 04:59:37 $ docker rm -f --volumes 8d9a4d308d013a1a994795cacb2624adb54ed4f6e85e762cbe89e1182b515b16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash 04:59:37 Stashed 1 file(s) [Pipeline] // script [Pipeline] } [Pipeline] } 04:59:37 Lock released on resource [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] // stage [Pipeline] // lock [Pipeline] } 04:59:38 $ docker stop --time=1 8ff158a23d7d9205eec6977958adc35f6a21c05079bf772212252177d516d677 04:59:39 $ docker rm -f --volumes 8ff158a23d7d9205eec6977958adc35f6a21c05079bf772212252177d516d677 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Test) [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:40 + docker inspect -f . ci-base-image-arm64 04:59:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:40 prd-ubuntu20.04-docker-arm64-4c-16g-26329 does not seem to be running inside a container 04:59:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 04:59:41 $ docker top 629b1b3cc9af04ddd99f7ac61f583e27964acba04bf91c1681498bbd704ff3b7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:42 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 04:59:42 + make test 04:59:42 make -C ./app-service-template build 04:59:42 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 04:59:42 go mod tidy 04:59:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 04:59:42 go: downloading github.com/labstack/echo/v4 v4.12.0 04:59:42 go: downloading github.com/stretchr/testify v1.9.0 04:59:43 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 04:59:43 go: downloading github.com/google/uuid v1.6.0 04:59:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.2 04:59:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.3 04:59:43 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.2 04:59:43 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 04:59:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 04:59:44 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 04:59:44 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 04:59:44 go: downloading gopkg.in/yaml.v3 v3.0.1 04:59:44 go: downloading github.com/stretchr/objx v0.5.2 04:59:44 go: downloading github.com/labstack/gommon v0.4.2 04:59:44 go: downloading golang.org/x/crypto v0.27.0 04:59:44 go: downloading golang.org/x/net v0.29.0 04:59:44 go: downloading github.com/go-kit/log v0.2.1 04:59:44 go: downloading github.com/go-playground/validator/v10 v10.22.1 04:59:44 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 04:59:44 go: downloading github.com/hashicorp/go-multierror v1.1.1 04:59:45 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.3 04:59:45 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.2 04:59:45 go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df 04:59:45 go: downloading github.com/gorilla/websocket v1.5.3 04:59:45 go: downloading golang.org/x/sync v0.8.0 04:59:45 go: downloading github.com/mattn/go-colorable v0.1.13 04:59:45 go: downloading github.com/mattn/go-isatty v0.0.20 04:59:45 go: downloading github.com/valyala/fasttemplate v1.2.2 04:59:45 go: downloading github.com/go-logfmt/logfmt v0.5.1 04:59:45 go: downloading github.com/x448/float16 v0.8.4 04:59:45 go: downloading github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 04:59:45 go: downloading github.com/jackc/pgx/v5 v5.7.1 04:59:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:59:46 go: downloading github.com/pkg/errors v0.9.1 04:59:46 go: downloading github.com/mitchellh/copystructure v1.2.0 04:59:46 go: downloading github.com/openziti/sdk-golang v0.23.43 04:59:46 go: downloading github.com/sirupsen/logrus v1.9.3 04:59:46 go: downloading github.com/go-playground/universal-translator v0.18.1 04:59:46 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 04:59:46 go: downloading github.com/leodido/go-urn v1.4.0 04:59:46 go: downloading golang.org/x/text v0.18.0 04:59:47 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 04:59:47 go: downloading github.com/go-playground/assert/v2 v2.2.0 04:59:47 go: downloading github.com/go-playground/locales v0.14.1 04:59:51 go: downloading github.com/hashicorp/errwrap v1.1.0 04:59:51 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 04:59:51 go: downloading golang.org/x/sys v0.25.0 04:59:51 go: downloading github.com/valyala/bytebufferpool v1.0.0 04:59:51 go: downloading github.com/jackc/pgpassfile v1.0.0 04:59:51 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 04:59:51 go: downloading github.com/jackc/puddle/v2 v2.2.2 04:59:51 go: downloading github.com/mitchellh/mapstructure v1.5.0 04:59:51 go: downloading github.com/mitchellh/reflectwalk v1.0.2 04:59:51 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 04:59:51 go: downloading golang.org/x/time v0.6.0 04:59:51 go: downloading github.com/go-openapi/runtime v0.28.0 04:59:51 go: downloading github.com/go-openapi/strfmt v0.23.0 04:59:51 go: downloading github.com/go-resty/resty/v2 v2.15.3 04:59:51 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 04:59:51 go: downloading github.com/michaelquigley/pfxlog v0.6.10 04:59:51 go: downloading github.com/openziti/edge-api v0.26.32 04:59:55 go: downloading github.com/openziti/foundation/v2 v2.0.49 04:59:55 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 04:59:55 go: downloading github.com/kataras/go-events v0.0.3 04:59:55 go: downloading github.com/openziti/channel/v3 v3.0.4 04:59:55 go: downloading github.com/openziti/identity v1.0.85 04:59:55 go: downloading github.com/openziti/secretstream v0.1.25 04:59:55 go: downloading github.com/openziti/transport/v2 v2.0.146 04:59:55 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 04:59:55 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 04:59:55 go: downloading github.com/openziti/metrics v1.2.58 04:59:55 go: downloading github.com/zitadel/oidc/v2 v2.12.2 04:59:55 go: downloading golang.org/x/oauth2 v0.23.0 04:59:55 go: downloading github.com/kr/pretty v0.3.1 04:59:55 go: downloading github.com/nats-io/nats.go v1.37.0 04:59:55 go: downloading github.com/go-redis/redis/v7 v7.3.0 04:59:55 go: downloading github.com/spf13/cast v1.7.0 04:59:55 go: downloading github.com/Microsoft/go-winio v0.6.2 04:59:55 go: downloading github.com/zeebo/errs v1.3.0 04:59:55 go: downloading google.golang.org/grpc v1.67.1 04:59:57 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 04:59:57 go: downloading github.com/go-openapi/errors v0.22.0 04:59:57 go: downloading github.com/oklog/ulid v1.3.1 04:59:57 go: downloading go.mongodb.org/mongo-driver v1.17.0 04:59:57 go: downloading github.com/go-openapi/swag v0.23.0 04:59:57 go: downloading github.com/go-openapi/spec v0.21.0 04:59:57 go: downloading github.com/go-openapi/validate v0.24.0 04:59:58 go: downloading github.com/opentracing/opentracing-go v1.2.0 04:59:58 go: downloading go.opentelemetry.io/otel v1.29.0 04:59:59 go: downloading go.opentelemetry.io/otel/trace v1.29.0 04:59:59 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 04:59:59 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 04:59:59 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 04:59:59 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 04:59:59 go: downloading github.com/golang/protobuf v1.5.4 04:59:59 go: downloading google.golang.org/protobuf v1.34.2 05:00:00 go: downloading github.com/fsnotify/fsnotify v1.7.0 05:00:00 go: downloading github.com/gorilla/mux v1.8.1 05:00:00 go: downloading nhooyr.io/websocket v1.8.17 05:00:00 go: downloading github.com/mitchellh/go-ps v1.0.0 05:00:00 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 05:00:00 go: downloading go.mozilla.org/pkcs7 v0.9.0 05:00:00 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 05:00:00 go: downloading github.com/gorilla/securecookie v1.1.2 05:00:00 go: downloading github.com/gorilla/schema v1.4.1 05:00:00 go: downloading github.com/muhlemmer/gu v0.3.1 05:00:00 go: downloading github.com/kr/text v0.2.0 05:00:00 go: downloading github.com/rogpeppe/go-internal v1.11.0 05:00:00 go: downloading github.com/google/go-cmp v0.6.0 05:00:00 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 05:00:00 go: downloading github.com/frankban/quicktest v1.14.6 05:00:00 go: downloading github.com/onsi/ginkgo v1.16.4 05:00:00 go: downloading github.com/onsi/gomega v1.13.0 05:00:00 go: downloading github.com/klauspost/compress v1.17.2 05:00:01 go: downloading github.com/nats-io/nkeys v0.4.7 05:00:01 go: downloading github.com/nats-io/nuid v1.0.1 05:00:01 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 05:00:01 go: downloading github.com/mailru/easyjson v0.7.7 05:00:01 go: downloading github.com/go-openapi/jsonpointer v0.21.0 05:00:01 go: downloading github.com/go-openapi/jsonreference v0.21.0 05:00:01 go: downloading github.com/go-openapi/analysis v0.23.0 05:00:01 go: downloading github.com/go-openapi/loads v0.22.0 05:00:01 go: downloading github.com/go-logr/logr v1.4.2 05:00:01 go: downloading go.opentelemetry.io/otel/metric v1.29.0 05:00:01 go: downloading github.com/go-logr/stdr v1.2.2 05:00:01 go: downloading golang.org/x/term v0.24.0 05:00:02 go: downloading github.com/emirpasic/gods v1.18.1 05:00:02 go: downloading github.com/yusufpapurcu/wmi v1.2.4 05:00:02 go: downloading github.com/tklauser/go-sysconf v0.3.12 05:00:02 go: downloading github.com/jeremija/gosubmit v0.2.7 05:00:02 go: downloading github.com/google/gofuzz v1.2.0 05:00:02 go: downloading github.com/josharian/intern v1.0.0 05:00:02 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 05:00:02 go: downloading github.com/miekg/pkcs11 v1.1.1 05:00:02 go: downloading github.com/go-ole/go-ole v1.2.6 05:00:02 go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 05:00:02 go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c 05:00:02 go: downloading github.com/shoenig/go-m1cpu v0.1.6 05:00:02 go: downloading github.com/tklauser/numcpus v0.6.1 05:00:02 go: downloading github.com/muhlemmer/httpforwarded v0.1.0 05:00:02 go: downloading github.com/rs/cors v1.11.0 05:00:02 go: downloading gopkg.in/yaml.v2 v2.4.0 05:00:02 go: downloading github.com/nxadm/tail v1.4.8 05:00:02 go: downloading github.com/shoenig/test v0.6.4 05:00:02 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 05:00:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.5 05:00:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.8 05:00:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.5 05:00:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.4 05:00:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.4 05:00:06 go: downloading github.com/openziti/sdk-golang v0.23.44 05:00:06 go: downloading github.com/openziti/edge-api v0.26.34 05:00:09 CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-new-service 05:03:16 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:03:16 make -C ./app-service-template test 05:03:16 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:03:16 go test -race -coverprofile=coverage.out ./... 05:07:38 app-new-service/config coverage: 0.0% of statements 05:07:38 ok app-new-service 1.246s coverage: 45.9% of statements 05:07:38 ok app-new-service/functions 1.245s coverage: 85.3% of statements 05:07:38 go vet ./... 05:11:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:11:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:11:30 ./bin/test-attribution-txt.sh 05:11:30 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:11:30 go test -race -coverprofile=coverage.out ./... 05:11:30 go: downloading github.com/gomodule/redigo v1.9.2 05:11:30 ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal [no test files] 05:11:52 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/container coverage: 0.0% of statements 05:11:52 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/common coverage: 0.0% of statements 05:11:52 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/app 1.663s coverage: 66.3% of statements 05:11:52 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/appfunction 1.214s coverage: 89.3% of statements 05:11:52 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/handlers 1.252s coverage: 85.1% of statements 05:11:52 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/etm 1.129s coverage: 100.0% of statements 05:12:00 ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db [no test files] 05:12:00 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/postgres coverage: 0.0% of statements 05:12:00 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/redis coverage: 0.0% of statements 05:12:00 ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger [no test files] 05:12:02 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/runtime 1.605s coverage: 75.2% of statements 05:12:02 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/models 1.143s coverage: 97.3% of statements 05:12:07 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mocks coverage: 0.0% of statements 05:12:07 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http/mocks coverage: 0.0% of statements 05:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http 1.243s coverage: 82.8% of statements 05:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/messagebus 1.256s coverage: 65.1% of statements 05:12:15 github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt/mocks coverage: 0.0% of statements 05:12:15 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt 1.222s coverage: 27.6% of statements 05:12:19 ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/webserver 1.216s coverage: 11.2% of statements 05:12:19 github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces coverage: 0.0% of statements 05:12:19 github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements 05:12:21 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg 1.283s coverage: 27.3% of statements 05:12:26 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/secure 1.128s coverage: 52.8% of statements 05:12:58 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/transforms 26.541s coverage: 72.2% of statements 05:12:58 ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/util 1.086s coverage: 94.4% of statements 05:12:58 go vet ./... 05:13:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:13:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:13:04 WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo 05:13:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 05:13:04 $ docker stop --time=1 629b1b3cc9af04ddd99f7ac61f583e27964acba04bf91c1681498bbd704ff3b7 05:13:06 $ docker rm -f --volumes 629b1b3cc9af04ddd99f7ac61f583e27964acba04bf91c1681498bbd704ff3b7 [Pipeline] // withDockerContainer [Pipeline] sh 05:13:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:13:12 Warning: overwriting stash ‘coverage-report’ 05:13:13 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:14 05:13:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:15 arm64: Pulling from edgex-lftools-log-publisher 05:13:15 8998bd30e6a1: Pulling fs layer 05:13:15 04944245beec: Pulling fs layer 05:13:15 699f458cf7ca: Pulling fs layer 05:13:15 765212b225bb: Pulling fs layer 05:13:15 f23df028b6ca: Pulling fs layer 05:13:15 d65c8cfc05b1: Pulling fs layer 05:13:15 2437ff75d9bd: Pulling fs layer 05:13:15 f23df028b6ca: Waiting 05:13:15 765212b225bb: Waiting 05:13:15 d65c8cfc05b1: Waiting 05:13:15 2437ff75d9bd: Waiting 05:13:15 04944245beec: Verifying Checksum 05:13:15 04944245beec: Download complete 05:13:15 765212b225bb: Verifying Checksum 05:13:15 765212b225bb: Download complete 05:13:15 d65c8cfc05b1: Verifying Checksum 05:13:15 d65c8cfc05b1: Download complete 05:13:15 699f458cf7ca: Verifying Checksum 05:13:15 699f458cf7ca: Download complete 05:13:15 8998bd30e6a1: Verifying Checksum 05:13:15 8998bd30e6a1: Download complete 05:13:18 2437ff75d9bd: Verifying Checksum 05:13:18 2437ff75d9bd: Download complete 05:13:20 8998bd30e6a1: Pull complete 05:13:20 04944245beec: Pull complete 05:13:22 699f458cf7ca: Pull complete 05:13:22 765212b225bb: Pull complete 05:13:22 f23df028b6ca: Pull complete 05:13:23 d65c8cfc05b1: Pull complete 05:13:41 2437ff75d9bd: Pull complete 05:13:41 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:13:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:13:41 prd-ubuntu20.04-docker-arm64-4c-16g-26329 does not seem to be running inside a container 05:13:41 $ 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/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:13:44 $ docker top f6d9aa16f22b377009f907d00317cb63654ebce63e5a493d59a248a30d022aac -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:13:44 ---> job-cost.sh 05:13:45 lf-activate-venv: SKIPPING 05:13:45 INFO: No Stack... 05:13:45 INFO: Retrieving Pricing Info for: v3-standard-4 05:13:46 INFO: Archiving Costs [Pipeline] sh 05:13:46 + cat /w/workspace/app-functions-sdk-go/1/archives/cost.csv 05:13:46 + cut -d, -f6 [Pipeline] lock 05:13:46 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] 05:13:46 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] did not exist. Created. 05:13:46 Lock acquired on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:13:47 /w/workspace/app-functions-sdk-go/1@tmp/durable-d3bab8ff/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:13:47 + echo total: 0.10999999940395355 [Pipeline] stash 05:13:47 Warning: overwriting stash ‘stack-cost’ 05:13:47 Stashed 1 file(s) [Pipeline] } 05:13:47 Lock released on resource [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:13:47 $ docker stop --time=1 f6d9aa16f22b377009f907d00317cb63654ebce63e5a493d59a248a30d022aac 05:13:49 $ docker rm -f --volumes f6d9aa16f22b377009f907d00317cb63654ebce63e5a493d59a248a30d022aac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:13:50 provisioning config files... 05:13:50 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/dry_app-functions-sdk-go_PR-1641@tmp/config1591701982363413214tmp [Pipeline] { [Pipeline] sh 05:13:50 + set +x 05:13:50 + bash -s -- 05:13:50 + curl -s https://codecov.io/bash 05:13:50 05:13:50 _____ _ 05:13:50 / ____| | | 05:13:50 | | ___ __| | ___ ___ _____ __ 05:13:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:13:50 | |___| (_) | (_| | __/ (_| (_) \ V / 05:13:50 \_____\___/ \__,_|\___|\___\___/ \_/ 05:13:50 Bash-1.0.6 05:13:50 05:13:50 05:13:50 ==> git version 2.25.1 found 05:13: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 05:13:50 Release-Date: 2020-01-08 05:13: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 05:13:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:13:50 ==> Jenkins CI detected. 05:13:50 current dir:  /w/workspace/dry_app-functions-sdk-go_PR-1641 05:13:50 project root: . 05:13:50 --> token set from env 05:13:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:13:50 ==> Running gcov in . (disable via -X gcov) 05:13:50 ==> Python coveragepy not found 05:13:50 ==> Searching for coverage reports in: 05:13:50 + . 05:13:50 -> Found 2 reports 05:13:50 ==> Detecting git/mercurial file structure 05:13:50 ==> Reading reports 05:13:50 + ./app-service-template/coverage.out bytes=4438 05:13:50 + ./coverage.out bytes=534942 05:13:50 ==> Appending adjustments 05:13:50 https://docs.codecov.io/docs/fixing-reports 05:13:51 + Found adjustments 05:13:51 ==> Gzipping contents 05:13:51 52K /tmp/codecov.p7T9Sm.gz 05:13:51 ==> Uploading reports 05:13:51 url: https://codecov.io 05:13:51 query: branch=PR-1641&commit=d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-1641%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=1641&job=&cmd_args= 05:13:51 -> Pinging Codecov 05:13:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-1641&commit=d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-1641%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=1641&job=&cmd_args= 05:13:51 -> Uploading to 05:13:51 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/app-functions-sdk-go/d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd/47d41af2-53a7-4cc3-b2a2-1d2b06bc9929.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241113%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241113T051351Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=1fe20f81c1c61931487be73a8bad0363bc85859b6ed5c692854e0ead83af1b82 05:13:51 % Total % Received % Xferd Average Speed Time Time Time Current 05:13:51 Dload Upload Total Spent Left Speed 05:13:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49767 0 0 100 49767 0 174k --:--:-- --:--:-- --:--:-- 174k 05:13:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] } 05:13:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:13:54 + [ -d /w/workspace/dry_app-functions-sdk-go_PR-1641/archives ] 05:13:54 + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1641/archives 05:13:54 total 16 05:13:54 drwxr-xr-x 3 root root 4096 Nov 13 04:59 . 05:13:54 drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 04:59 .. 05:13:54 drwxr-xr-x 2 root root 4096 Nov 13 04:59 cost 05:13:54 -rw-r--r-- 1 root root 93 Nov 13 04:59 cost.csv 05:13:54 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-functions-sdk-go_PR-1641/archives 05:13:54 + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1641/archives 05:13:54 total 16 05:13:54 drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 04:59 . 05:13:54 drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 04:59 .. 05:13:54 drwxr-xr-x 2 jenkins jenkins 4096 Nov 13 04:59 cost 05:13:54 -rw-r--r-- 1 jenkins jenkins 93 Nov 13 04:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:13:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:13:55 ---> package-listing.sh 05:13:55 ++ facter osfamily 05:13:55 ++ tr '[:upper:]' '[:lower:]' 05:13:55 + OS_FAMILY=debian 05:13:55 + workspace=/w/workspace/dry_app-functions-sdk-go_PR-1641 05:13:55 + START_PACKAGES=/tmp/packages_start.txt 05:13:55 + END_PACKAGES=/tmp/packages_end.txt 05:13:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:13:55 + PACKAGES=/tmp/packages_start.txt 05:13:55 + '[' /w/workspace/dry_app-functions-sdk-go_PR-1641 ']' 05:13:55 + PACKAGES=/tmp/packages_end.txt 05:13:55 + case "${OS_FAMILY}" in 05:13:55 + dpkg -l 05:13:55 + grep '^ii' 05:13:55 + '[' -f /tmp/packages_start.txt ']' 05:13:55 + '[' -f /tmp/packages_end.txt ']' 05:13:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:13:55 + '[' /w/workspace/dry_app-functions-sdk-go_PR-1641 ']' 05:13:55 + mkdir -p /w/workspace/dry_app-functions-sdk-go_PR-1641/archives/ 05:13:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_app-functions-sdk-go_PR-1641/archives/ [Pipeline] echo 05:13:55 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/dry_app-functions-sdk-go_PR-1641/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:13:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:13:56 prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container 05:13:56 $ 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/dry_app-functions-sdk-go_PR-1641/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-functions-sdk-go_PR-1641 -v /w/workspace/dry_app-functions-sdk-go_PR-1641:/w/workspace/dry_app-functions-sdk-go_PR-1641:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1641@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1641@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:13:56 $ docker top a02141470f56b846e6d9e9d97af4e088519ae8bcb6dab720c9fa053a5d56f516 -eo pid,comm [Pipeline] { [Pipeline] sh 05:13:57 + touch /tmp/pre-build-complete [Pipeline] sh 05:13:57 + mkdir -p /var/log/sysstat [Pipeline] sh 05:13:58 + ls /var/log/sa-host 05:13:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:13:58 provisioning config files... 05:13:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-functions-sdk-go_PR-1641@tmp/config11405797303629200001tmp [Pipeline] { [Pipeline] echo 05:13:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:13:58 ---> create-netrc.sh [Pipeline] } 05:13:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:13:59 ---> python-tools-install.sh [Pipeline] echo 05:13:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:13:59 ---> sudo-logs.sh 05:13:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:13:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:14:00 ---> job-cost.sh 05:14:00 lf-activate-venv: SKIPPING 05:14:00 DEBUG: total: 0.2199999988079071 05:14:00 INFO: Retrieving Stack Cost... 05:14:00 INFO: Retrieving Pricing Info for: v3-standard-8 05:14:00 INFO: Archiving Costs [Pipeline] echo 05:14:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:14:01 ---> logs-deploy.sh 05:14:01 lf-activate-venv: SKIPPING 05:14:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-1641/1 05:14:01 INFO: archiving workspace using pattern(s): 05:14:01 Archives upload complete. 05:14:02 INFO: archiving logs to Nexus 05:14:02 ---> uname -a: 05:14:02 Linux prd-ubuntu20-04-docker-8c-8g-26328 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:14:02 05:14:02 05:14:02 ---> lscpu: 05:14:02 Architecture: x86_64 05:14:02 CPU op-mode(s): 32-bit, 64-bit 05:14:02 Byte Order: Little Endian 05:14:02 Address sizes: 40 bits physical, 48 bits virtual 05:14:02 CPU(s): 8 05:14:02 On-line CPU(s) list: 0-7 05:14:02 Thread(s) per core: 1 05:14:02 Core(s) per socket: 1 05:14:02 Socket(s): 8 05:14:02 NUMA node(s): 1 05:14:02 Vendor ID: AuthenticAMD 05:14:02 CPU family: 23 05:14:02 Model: 49 05:14:02 Model name: AMD EPYC-Rome Processor 05:14:02 Stepping: 0 05:14:02 CPU MHz: 2800.000 05:14:02 BogoMIPS: 5600.00 05:14:02 Virtualization: AMD-V 05:14:02 Hypervisor vendor: KVM 05:14:02 Virtualization type: full 05:14:02 L1d cache: 256 KiB 05:14:02 L1i cache: 256 KiB 05:14:02 L2 cache: 4 MiB 05:14:02 L3 cache: 128 MiB 05:14:02 NUMA node0 CPU(s): 0-7 05:14:02 Vulnerability Itlb multihit: Not affected 05:14:02 Vulnerability L1tf: Not affected 05:14:02 Vulnerability Mds: Not affected 05:14:02 Vulnerability Meltdown: Not affected 05:14:02 Vulnerability Mmio stale data: Not affected 05:14:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:14:02 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:14:02 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:14:02 Vulnerability Srbds: Not affected 05:14:02 Vulnerability Tsx async abort: Not affected 05:14:02 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 05:14:02 05:14:02 05:14:02 ---> nproc: 05:14:02 8 05:14:02 05:14:02 05:14:02 ---> df -h: 05:14:02 Filesystem Size Used Avail Use% Mounted on 05:14:02 overlay 155G 11G 145G 7% / 05:14:02 tmpfs 64M 0 64M 0% /dev 05:14:02 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:14:02 shm 64M 0 64M 0% /dev/shm 05:14:02 /dev/vda1 155G 11G 145G 7% /facter-os 05:14:02 05:14:02 05:14:02 ---> sar -b -r -n DEV: 05:14:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26328) 11/13/24 _x86_64_ (8 CPU) 05:14:02 05:14:02 04:55:36 LINUX RESTART (8 CPU) 05:14:02 05:14:02 04:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:14:02 04:57:01 340.82 38.74 302.08 0.00 4303.81 109775.56 0.00 05:14:02 04:58:01 94.45 0.78 93.67 0.00 6.27 32013.46 0.00 05:14:02 04:59:01 53.29 1.57 51.72 0.00 36.93 32955.99 0.00 05:14:02 05:00:01 56.97 0.12 56.86 0.00 4.27 19907.35 0.00 05:14:02 05:01:01 41.08 6.07 35.01 0.00 4363.54 4994.10 0.00 05:14:02 05:02:01 13.63 0.05 13.58 0.00 0.80 3583.14 0.00 05:14:02 05:03:01 3.45 0.02 3.43 0.00 0.13 92.52 0.00 05:14:02 05:04:01 1.92 0.00 1.92 0.00 0.00 22.40 0.00 05:14:02 05:05:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 05:14:02 05:06:01 2.15 0.00 2.15 0.00 0.00 24.80 0.00 05:14:02 05:07:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 05:14:02 05:08:01 1.88 0.00 1.88 0.00 0.00 22.66 0.00 05:14:02 05:09:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 05:14:02 05:10:01 1.90 0.00 1.90 0.00 0.00 21.33 0.00 05:14:02 05:11:01 2.23 0.02 2.22 0.00 0.13 29.46 0.00 05:14:02 05:12:01 1.95 0.00 1.95 0.00 0.00 22.93 0.00 05:14:02 05:13:01 1.33 0.00 1.33 0.00 0.00 14.93 0.00 05:14:02 05:14:01 7.61 0.23 7.38 0.00 21.19 162.75 0.00 05:14:02 Average: 34.64 2.61 32.03 0.00 481.85 11224.50 0.00 05:14:02 05:14:02 04:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:14:02 04:57:01 29199444 31554308 769996 2.34 74668 2554632 1729460 5.10 1022808 2280004 68 05:14:02 04:58:01 27037632 31451924 852380 2.59 108468 4429064 1970568 5.81 1900616 3394248 1034764 05:14:02 04:59:01 26951468 31305680 996064 3.03 113552 4352856 2385356 7.03 1965124 3403664 18580 05:14:02 05:00:01 28568316 31527008 783528 2.38 116864 3044536 1758168 5.18 1193984 2654148 304 05:14:02 05:01:01 28157972 31503732 780164 2.37 134676 3410364 1700048 5.01 1421684 2801744 94524 05:14:02 05:02:01 28117316 31508968 774408 2.36 146452 3442700 1682108 4.96 1468064 2794844 16 05:14:02 05:03:01 28122296 31509252 774036 2.35 145056 3439448 1680664 4.95 1466028 2791632 12 05:14:02 05:04:01 28131832 31518868 764336 2.32 145136 3439444 1680664 4.95 1456508 2791632 8 05:14:02 05:05:01 28131712 31518828 764320 2.32 145204 3439452 1680664 4.95 1456772 2791632 4 05:14:02 05:06:01 28132436 31519648 763396 2.32 145284 3439460 1680664 4.95 1455880 2791640 8 05:14:02 05:07:01 28132192 31519448 763552 2.32 145332 3439456 1680664 4.95 1455992 2791640 16 05:14:02 05:08:01 28134004 31521328 761780 2.32 145408 3439464 1680664 4.95 1454472 2791644 8 05:14:02 05:09:01 28134012 31521400 761696 2.32 145480 3439468 1680664 4.95 1454264 2791652 8 05:14:02 05:10:01 28134752 31522228 760820 2.31 145560 3439460 1680664 4.95 1453972 2791648 8 05:14:02 05:11:01 28132808 31520464 762300 2.32 145664 3439440 1720100 5.07 1454796 2791620 4 05:14:02 05:12:01 28133240 31520976 761748 2.32 145752 3439452 1720100 5.07 1454704 2791624 8 05:14:02 05:13:01 28133152 31521008 761672 2.32 145848 3439452 1703716 5.02 1454812 2791632 192 05:14:02 05:14:01 28053628 31446480 831320 2.53 146064 3441356 1787316 5.27 1532572 2788832 492 05:14:02 Average: 28085456 31500642 788195 2.40 135582 3472750 1755681 5.17 1473503 2823638 63835 05:14:02 05:14:02 04:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:14:02 04:57:01 docker0 89.31 90.36 6.34 483.67 0.00 0.00 0.00 0.00 05:14:02 04:57:01 ens3 612.01 468.68 6605.56 107.22 0.00 0.00 0.00 0.00 05:14:02 04:57:01 lo 3.46 3.46 0.34 0.34 0.00 0.00 0.00 0.00 05:14:02 04:58:01 docker0 133.36 234.99 11.81 2038.03 0.00 0.00 0.00 0.00 05:14:02 04:58:01 ens3 258.96 148.11 2059.21 23.43 0.00 0.00 0.00 0.00 05:14:02 04:58:01 vethdf6b88a 133.36 235.14 13.63 2038.04 0.00 0.00 0.00 0.17 05:14:02 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 04:59:01 docker0 1.20 1.08 0.08 1.61 0.00 0.00 0.00 0.00 05:14:02 04:59:01 ens3 24.61 17.05 29.01 11.82 0.00 0.00 0.00 0.00 05:14:02 04:59:01 vethdf6b88a 1.20 1.10 0.10 1.61 0.00 0.00 0.00 0.00 05:14:02 04:59:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:00:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:00:01 ens3 98.62 62.02 2528.72 14.50 0.00 0.00 0.00 0.00 05:14:02 05:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 05:14:02 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:01:01 ens3 169.72 92.72 2767.02 6.45 0.00 0.00 0.00 0.00 05:14:02 05:01:01 lo 0.60 0.60 0.07 0.07 0.00 0.00 0.00 0.00 05:14:02 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:02:01 ens3 1.23 1.10 0.69 0.37 0.00 0.00 0.00 0.00 05:14:02 05:02:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 05:14:02 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:03:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:04:01 ens3 0.57 0.12 0.05 0.01 0.00 0.00 0.00 0.00 05:14:02 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:05:01 ens3 0.90 0.58 1.78 0.29 0.00 0.00 0.00 0.00 05:14:02 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:07:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 05:14:02 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:08:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:11:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 05:14:02 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:12:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 05:14:02 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:14:02 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:13:01 ens3 0.40 0.05 0.05 0.00 0.00 0.00 0.00 0.00 05:14:02 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:02 05:14:01 ens3 58.16 56.86 39.37 122.35 0.00 0.00 0.00 0.00 05:14:02 05:14:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 05:14:02 Average: docker0 12.37 18.07 1.01 139.86 0.00 0.00 0.00 0.00 05:14:02 Average: ens3 67.61 46.72 774.13 15.84 0.00 0.00 0.00 0.00 05:14:02 Average: lo 0.43 0.43 0.04 0.04 0.00 0.00 0.00 0.00 05:14:02 05:14:02 05:14:02 ---> sar -P ALL: 05:14:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26328) 11/13/24 _x86_64_ (8 CPU) 05:14:02 05:14:02 04:55:36 LINUX RESTART (8 CPU) 05:14:02 05:14:02 04:56:02 CPU %user %nice %system %iowait %steal %idle 05:14:02 04:57:01 all 9.66 0.00 3.09 3.44 0.06 83.75 05:14:02 04:57:01 0 9.45 0.00 3.34 0.41 0.03 86.76 05:14:02 04:57:01 1 9.79 0.00 3.42 3.32 0.07 83.41 05:14:02 04:57:01 2 8.02 0.00 2.78 8.12 0.07 81.02 05:14:02 04:57:01 3 8.12 0.00 3.11 3.97 0.07 84.73 05:14:02 04:57:01 4 7.75 0.00 3.17 1.37 0.05 87.66 05:14:02 04:57:01 5 12.72 0.00 2.40 0.55 0.03 84.29 05:14:02 04:57:01 6 10.41 0.00 3.65 8.88 0.07 76.99 05:14:02 04:57:01 7 11.01 0.00 2.88 0.97 0.05 85.08 05:14:02 04:58:01 all 52.22 0.00 7.62 1.04 0.11 39.02 05:14:02 04:58:01 0 50.04 0.00 8.18 0.60 0.14 41.05 05:14:02 04:58:01 1 53.57 0.00 8.31 3.81 0.10 34.21 05:14:02 04:58:01 2 53.30 0.00 7.34 1.44 0.10 37.82 05:14:02 04:58:01 3 48.23 0.00 7.39 0.43 0.12 43.84 05:14:02 04:58:01 4 50.64 0.00 7.49 0.22 0.12 41.53 05:14:02 04:58:01 5 53.20 0.00 7.64 0.71 0.10 38.35 05:14:02 04:58:01 6 55.84 0.00 7.41 0.44 0.08 36.23 05:14:02 04:58:01 7 52.82 0.00 7.23 0.66 0.08 39.21 05:14:02 04:59:01 all 31.68 0.00 5.30 1.53 0.08 61.41 05:14:02 04:59:01 0 27.55 0.00 4.84 0.32 0.08 67.21 05:14:02 04:59:01 1 30.47 0.00 5.44 2.95 0.08 61.05 05:14:02 04:59:01 2 34.45 0.00 5.52 0.45 0.07 59.51 05:14:02 04:59:01 3 33.24 0.00 5.31 0.15 0.07 61.22 05:14:02 04:59:01 4 29.50 0.00 5.00 0.07 0.08 65.35 05:14:02 04:59:01 5 32.68 0.00 5.69 7.81 0.07 53.76 05:14:02 04:59:01 6 32.53 0.00 5.21 0.12 0.07 62.07 05:14:02 04:59:01 7 32.99 0.00 5.35 0.39 0.08 61.18 05:14:02 05:00:01 all 14.36 0.00 2.10 1.49 0.05 82.01 05:14:02 05:00:01 0 12.88 0.00 1.59 0.10 0.03 85.39 05:14:02 05:00:01 1 14.18 0.00 1.99 1.14 0.05 82.64 05:14:02 05:00:01 2 14.88 0.00 2.22 3.01 0.05 79.83 05:14:02 05:00:01 3 14.59 0.00 1.91 0.08 0.05 83.37 05:14:02 05:00:01 4 14.29 0.00 1.54 0.47 0.03 83.67 05:14:02 05:00:01 5 14.77 0.00 1.95 6.85 0.07 76.36 05:14:02 05:00:01 6 14.94 0.00 3.25 0.12 0.03 81.66 05:14:02 05:00:01 7 14.34 0.00 2.38 0.13 0.05 83.10 05:14:02 05:01:01 all 1.93 0.00 1.03 0.66 0.03 96.35 05:14:02 05:01:01 0 2.16 0.00 0.75 0.08 0.03 96.98 05:14:02 05:01:01 1 2.17 0.00 2.06 0.90 0.03 94.83 05:14:02 05:01:01 2 1.79 0.00 0.83 3.17 0.03 94.17 05:14:02 05:01:01 3 1.57 0.00 0.80 0.10 0.02 97.51 05:14:02 05:01:01 4 0.98 0.00 0.57 0.05 0.02 98.38 05:14:02 05:01:01 5 2.09 0.00 1.35 0.13 0.03 96.39 05:14:02 05:01:01 6 2.80 0.00 1.17 0.75 0.02 95.27 05:14:02 05:01:01 7 1.87 0.00 0.69 0.12 0.03 97.29 05:14:02 05:02:01 all 0.81 0.00 0.46 0.37 0.01 98.35 05:14:02 05:02:01 0 0.57 0.00 1.07 0.03 0.02 98.32 05:14:02 05:02:01 1 1.13 0.00 0.17 0.17 0.02 98.52 05:14:02 05:02:01 2 0.68 0.00 0.25 2.07 0.00 97.00 05:14:02 05:02:01 3 1.74 0.00 0.41 0.03 0.02 97.80 05:14:02 05:02:01 4 0.60 0.00 0.22 0.02 0.02 99.15 05:14:02 05:02:01 5 0.60 0.00 0.63 0.47 0.02 98.28 05:14:02 05:02:01 6 0.65 0.00 0.30 0.10 0.02 98.93 05:14:02 05:02:01 7 0.50 0.00 0.60 0.08 0.02 98.80 05:14:02 05:03:01 all 0.06 0.00 0.05 0.03 0.01 99.85 05:14:02 05:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 05:14:02 05:03:01 1 0.05 0.00 0.07 0.02 0.02 99.85 05:14:02 05:03:01 2 0.07 0.00 0.05 0.17 0.00 99.72 05:14:02 05:03:01 3 0.23 0.00 0.07 0.00 0.02 99.68 05:14:02 05:03:01 4 0.03 0.00 0.05 0.00 0.00 99.92 05:14:02 05:03:01 5 0.00 0.00 0.05 0.00 0.00 99.95 05:14:02 05:03:01 6 0.03 0.00 0.07 0.00 0.03 99.87 05:14:02 05:03:01 7 0.03 0.00 0.03 0.02 0.00 99.92 05:14:02 05:04:01 all 0.03 0.00 0.01 0.03 0.01 99.92 05:14:02 05:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:14:02 05:04:01 1 0.03 0.00 0.02 0.02 0.02 99.92 05:14:02 05:04:01 2 0.02 0.00 0.00 0.23 0.00 99.75 05:14:02 05:04:01 3 0.07 0.00 0.02 0.00 0.00 99.92 05:14:02 05:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:14:02 05:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:14:02 05:04:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:14:02 05:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:14:02 05:05:01 all 0.05 0.00 0.02 0.01 0.01 99.92 05:14:02 05:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:14:02 05:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:14:02 05:05:01 2 0.02 0.00 0.02 0.05 0.02 99.90 05:14:02 05:05:01 3 0.27 0.00 0.02 0.00 0.02 99.70 05:14:02 05:05:01 4 0.05 0.00 0.02 0.00 0.00 99.93 05:14:02 05:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:14:02 05:05:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:14:02 05:05:01 7 0.00 0.00 0.03 0.00 0.00 99.97 05:14:02 05:06:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:14:02 05:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:14:02 05:06:01 1 0.03 0.00 0.02 0.07 0.00 99.88 05:14:02 05:06:01 2 0.02 0.00 0.00 0.05 0.00 99.93 05:14:02 05:06:01 3 0.05 0.00 0.00 0.00 0.02 99.93 05:14:02 05:06:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:14:02 05:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:14:02 05:06:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:14:02 05:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:14:02 05:07:01 all 0.10 0.00 0.01 0.01 0.01 99.87 05:14:02 05:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:14:02 05:07:01 1 0.32 0.00 0.00 0.00 0.02 99.67 05:14:02 05:07:01 2 0.00 0.00 0.00 0.08 0.02 99.90 05:14:02 05:07:01 3 0.42 0.00 0.02 0.00 0.02 99.55 05:14:02 05:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:14:02 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:14:02 05:07:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:14:02 05:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:14:02 05:14:02 05:07:01 CPU %user %nice %system %iowait %steal %idle 05:14:02 05:08:01 all 0.24 0.00 0.02 0.01 0.01 99.73 05:14:02 05:08:01 0 0.03 0.00 0.05 0.00 0.02 99.90 05:14:02 05:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:14:02 05:08:01 2 0.02 0.00 0.03 0.07 0.00 99.88 05:14:02 05:08:01 3 1.74 0.00 0.05 0.00 0.00 98.21 05:14:02 05:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:14:02 05:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:14:02 05:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:14:02 05:08:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:14:02 05:09:01 all 0.03 0.00 0.01 0.05 0.01 99.90 05:14:02 05:09:01 0 0.00 0.00 0.03 0.00 0.00 99.97 05:14:02 05:09:01 1 0.08 0.00 0.02 0.02 0.02 99.87 05:14:02 05:09:01 2 0.02 0.00 0.00 0.38 0.00 99.60 05:14:02 05:09:01 3 0.05 0.00 0.00 0.00 0.02 99.93 05:14:02 05:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:14:02 05:09:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:14:02 05:09:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:14:02 05:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:14:02 05:10:01 all 0.05 0.00 0.01 0.06 0.01 99.87 05:14:02 05:10:01 0 0.07 0.00 0.02 0.00 0.02 99.90 05:14:02 05:10:01 1 0.02 0.00 0.02 0.03 0.00 99.93 05:14:02 05:10:01 2 0.00 0.00 0.00 0.47 0.00 99.53 05:14:02 05:10:01 3 0.25 0.00 0.03 0.00 0.00 99.72 05:14:02 05:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:14:02 05:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:14:02 05:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:14:02 05:10:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:14:02 05:11:01 all 0.03 0.00 0.02 0.01 0.01 99.92 05:14:02 05:11:01 0 0.07 0.00 0.05 0.00 0.02 99.87 05:14:02 05:11:01 1 0.03 0.00 0.03 0.02 0.02 99.90 05:14:02 05:11:01 2 0.00 0.00 0.00 0.07 0.02 99.92 05:14:02 05:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:14:02 05:11:01 4 0.03 0.00 0.03 0.00 0.00 99.93 05:14:02 05:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:14:02 05:11:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:14:02 05:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:14:02 05:12:01 all 0.10 0.00 0.02 0.02 0.01 99.85 05:14:02 05:12:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:14:02 05:12:01 1 0.03 0.00 0.00 0.08 0.02 99.87 05:14:02 05:12:01 2 0.03 0.00 0.02 0.08 0.00 99.87 05:14:02 05:12:01 3 0.63 0.00 0.02 0.00 0.00 99.35 05:14:02 05:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:14:02 05:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:14:02 05:12:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:14:02 05:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:14:02 05:13:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:14:02 05:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:14:02 05:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:14:02 05:13:01 2 0.00 0.00 0.00 0.12 0.00 99.88 05:14:02 05:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:14:02 05:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:14:02 05:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:14:02 05:13:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:14:02 05:13:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:14:02 05:14:01 all 0.88 0.00 0.35 0.03 0.02 98.72 05:14:02 05:14:01 0 0.47 0.00 0.38 0.00 0.03 99.12 05:14:02 05:14:01 1 1.15 0.00 0.23 0.07 0.02 98.53 05:14:02 05:14:01 2 0.60 0.00 0.32 0.12 0.00 98.97 05:14:02 05:14:01 3 1.33 0.00 0.53 0.02 0.03 98.09 05:14:02 05:14:01 4 1.15 0.00 0.38 0.00 0.02 98.45 05:14:02 05:14:01 5 0.48 0.00 0.28 0.02 0.02 99.20 05:14:02 05:14:01 6 0.63 0.00 0.27 0.00 0.02 99.08 05:14:02 05:14:01 7 1.20 0.00 0.42 0.03 0.02 98.33 05:14:02 Average: all 6.18 0.00 1.11 0.48 0.02 92.20 05:14:02 Average: 0 5.67 0.00 1.12 0.08 0.03 93.11 05:14:02 Average: 1 6.22 0.00 1.20 0.69 0.03 91.86 05:14:02 Average: 2 6.29 0.00 1.07 1.11 0.02 91.51 05:14:02 Average: 3 6.19 0.00 1.08 0.26 0.03 92.44 05:14:02 Average: 4 5.79 0.00 1.02 0.12 0.02 93.05 05:14:02 Average: 5 6.43 0.00 1.11 0.91 0.02 91.53 05:14:02 Average: 6 6.52 0.00 1.19 0.57 0.03 91.69 05:14:02 Average: 7 6.33 0.00 1.08 0.13 0.02 92.43 05:14:02 05:14:02 05:14:02