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 [2024-11-13T04:56:20.400Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-13T04:56:20.609Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-13T04:56:20.730Z] ========================================================= [2024-11-13T04:56:20.730Z] EdgeX Global Pipelines Version Info [2024-11-13T04:56:20.730Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-13T04:56:21.477Z] ------------------- [2024-11-13T04:56:21.477Z] stable info: [2024-11-13T04:56:21.477Z] ------------------- [2024-11-13T04:56:21.477Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-13T04:56:21.477Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-13T04:56:21.477Z] Message: update stable to v1.0.265 [2024-11-13T04:56:22.048Z] ------------------- [2024-11-13T04:56:22.048Z] experimental info: [2024-11-13T04:56:22.048Z] ------------------- [2024-11-13T04:56:22.048Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-13T04:56:22.048Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-13T04:56:22.049Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-13T04:56:22.275Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2024-11-13T04:56:22.331Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2024-11-13T04:56:22.393Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-13T04:56:22.453Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-13T04:56:22.516Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-13T04:56:22.570Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-13T04:56:22.627Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-13T04:56:22.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-11-13T04:56:22.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-13T04:56:22.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-13T04:56:22.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-13T04:56:22.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2024-11-13T04:56:22.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-13T04:56:23.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-13T04:56:23.087Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T04:56:23.136Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T04:56:23.188Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T04:56:23.239Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T04:56:23.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-13T04:56:23.346Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-13T04:56:23.403Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-11-13T04:56:23.465Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2024-11-13T04:56:23.529Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-11-13T04:56:23.583Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-11-13T04:56:23.639Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2024-11-13T04:56:23.702Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-13T04:56:23.765Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-13T04:56:23.823Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1641 [Pipeline] echo [2024-11-13T04:56:23.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1641 [Pipeline] echo [2024-11-13T04:56:23.946Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1641 [Pipeline] echo [2024-11-13T04:56:24.008Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo [2024-11-13T04:56:24.070Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7020a5 [Pipeline] echo [2024-11-13T04:56:24.132Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-11-13T04:56:24.708Z] + git rev-list -1 --merges d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd~1..d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo [2024-11-13T04:56:24.758Z] -----------> git rev-list -1 --merges d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd~1..d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [false] [Pipeline] sh [2024-11-13T04:56:25.079Z] + git log --format=format:%s -1 d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo [2024-11-13T04:56:25.122Z] ========================================================= [2024-11-13T04:56:25.122Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-13T04:56:25.122Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T04:56:25.597Z] + git log --format=format:%s -1 d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] echo [2024-11-13T04:56:25.636Z] [semverPrep] GIT_COMMIT: d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4 [Pipeline] echo [2024-11-13T04:56:25.676Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-11-13T04:56:26.096Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-13T04:56:26.096Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-13T04:56:26.096Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-13T04:56:26.096Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-13T04:56:26.096Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-13T04:56:26.096Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-13T04:56:26.096Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T04:56:26.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T04:56:26.904Z] [2024-11-13T04:56:26.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T04:56:27.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T04:56:27.308Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-13T04:56:27.308Z] b85a868b505f: Pulling fs layer [2024-11-13T04:56:27.308Z] e2be974225ed: Pulling fs layer [2024-11-13T04:56:27.308Z] 339a4e72a1f5: Pulling fs layer [2024-11-13T04:56:27.308Z] 988bab9f4d93: Pulling fs layer [2024-11-13T04:56:27.308Z] 1469e6f7b9e6: Pulling fs layer [2024-11-13T04:56:27.308Z] eaf3925da568: Pulling fs layer [2024-11-13T04:56:27.308Z] bab4dde63d76: Pulling fs layer [2024-11-13T04:56:27.308Z] bde34c3a00c8: Pulling fs layer [2024-11-13T04:56:27.308Z] b352a97aabf1: Pulling fs layer [2024-11-13T04:56:27.308Z] 4872d77fe225: Pulling fs layer [2024-11-13T04:56:27.308Z] 5851b861e8e6: Pulling fs layer [2024-11-13T04:56:27.308Z] bde34c3a00c8: Waiting [2024-11-13T04:56:27.308Z] b352a97aabf1: Waiting [2024-11-13T04:56:27.308Z] 1469e6f7b9e6: Waiting [2024-11-13T04:56:27.308Z] eaf3925da568: Waiting [2024-11-13T04:56:27.308Z] 4872d77fe225: Waiting [2024-11-13T04:56:27.308Z] bab4dde63d76: Waiting [2024-11-13T04:56:27.308Z] 5851b861e8e6: Waiting [2024-11-13T04:56:27.308Z] 988bab9f4d93: Waiting [2024-11-13T04:56:27.308Z] e2be974225ed: Download complete [2024-11-13T04:56:27.308Z] 988bab9f4d93: Verifying Checksum [2024-11-13T04:56:27.308Z] 988bab9f4d93: Download complete [2024-11-13T04:56:27.567Z] 1469e6f7b9e6: Verifying Checksum [2024-11-13T04:56:27.567Z] 1469e6f7b9e6: Download complete [2024-11-13T04:56:27.567Z] eaf3925da568: Verifying Checksum [2024-11-13T04:56:27.567Z] eaf3925da568: Download complete [2024-11-13T04:56:27.567Z] 339a4e72a1f5: Verifying Checksum [2024-11-13T04:56:27.567Z] 339a4e72a1f5: Download complete [2024-11-13T04:56:27.567Z] bde34c3a00c8: Verifying Checksum [2024-11-13T04:56:27.567Z] bde34c3a00c8: Download complete [2024-11-13T04:56:27.567Z] b352a97aabf1: Verifying Checksum [2024-11-13T04:56:27.567Z] b352a97aabf1: Download complete [2024-11-13T04:56:27.567Z] 4872d77fe225: Verifying Checksum [2024-11-13T04:56:27.567Z] 4872d77fe225: Download complete [2024-11-13T04:56:27.567Z] b85a868b505f: Verifying Checksum [2024-11-13T04:56:27.567Z] b85a868b505f: Download complete [2024-11-13T04:56:27.837Z] bab4dde63d76: Verifying Checksum [2024-11-13T04:56:27.837Z] bab4dde63d76: Download complete [2024-11-13T04:56:28.774Z] b85a868b505f: Pull complete [2024-11-13T04:56:29.037Z] e2be974225ed: Pull complete [2024-11-13T04:56:29.606Z] 339a4e72a1f5: Pull complete [2024-11-13T04:56:29.606Z] 988bab9f4d93: Pull complete [2024-11-13T04:56:29.866Z] 1469e6f7b9e6: Pull complete [2024-11-13T04:56:29.866Z] eaf3925da568: Pull complete [2024-11-13T04:56:31.769Z] bab4dde63d76: Pull complete [2024-11-13T04:56:31.769Z] bde34c3a00c8: Pull complete [2024-11-13T04:56:31.769Z] b352a97aabf1: Pull complete [2024-11-13T04:56:32.029Z] 4872d77fe225: Pull complete [2024-11-13T04:56:32.029Z] 5851b861e8e6: Pull complete [2024-11-13T04:56:32.029Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-13T04:56:32.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T04:56:32.029Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T04:56:32.331Z] prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container [2024-11-13T04:56:32.361Z] $ 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 [2024-11-13T04:56:35.865Z] $ docker top 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 -eo pid,comm [2024-11-13T04:56:35.950Z] 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). [2024-11-13T04:56:35.950Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-13T04:56:36.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T04:56:36.121Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T04:56:36.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T04:56:36.240Z] $ docker exec 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent [2024-11-13T04:56:36.346Z] SSH_AUTH_SOCK=/tmp/ssh-YKWx9IBX2VwJ/agent.33 [2024-11-13T04:56:36.346Z] SSH_AGENT_PID=39 [2024-11-13T04:56:36.352Z] Running ssh-add (command line suppressed) [2024-11-13T04:56:36.468Z] 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) [2024-11-13T04:56:36.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T04:56:36.855Z] + git tag --points-at HEAD [Pipeline] } [2024-11-13T04:56:36.878Z] $ docker exec --env ******** --env ******** 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent -k [2024-11-13T04:56:36.974Z] unset SSH_AUTH_SOCK; [2024-11-13T04:56:36.976Z] unset SSH_AGENT_PID; [2024-11-13T04:56:36.976Z] echo Agent pid 39 killed; [2024-11-13T04:56:36.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-13T04:56:37.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T04:56:37.102Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T04:56:37.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T04:56:37.231Z] $ docker exec 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent [2024-11-13T04:56:37.362Z] SSH_AUTH_SOCK=/tmp/ssh-jZLF4tXkp0cx/agent.72 [2024-11-13T04:56:37.362Z] SSH_AGENT_PID=78 [2024-11-13T04:56:37.366Z] Running ssh-add (command line suppressed) [2024-11-13T04:56:37.468Z] 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) [2024-11-13T04:56:37.484Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T04:56:37.837Z] + git semver init [2024-11-13T04:56:38.097Z] 2024-11-13 04:56:38,045 [run_init] DEBUG init version:0.0.0 force:False [2024-11-13T04:56:38.097Z] 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 [2024-11-13T04:56:38.097Z] 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 [2024-11-13T04:56:38.097Z] 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) [2024-11-13T04:56:40.019Z] 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 [2024-11-13T04:56:40.019Z] 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 [2024-11-13T04:56:40.019Z] 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 [2024-11-13T04:56:40.019Z] 2024-11-13 04:56:39,881 [execute] INFO git cat-file --batch-check [2024-11-13T04:56:40.019Z] 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=) [2024-11-13T04:56:40.019Z] 2024-11-13 04:56:39,889 [execute] INFO git cat-file --batch [2024-11-13T04:56:40.019Z] 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=) [2024-11-13T04:56:40.019Z] 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 [2024-11-13T04:56:40.019Z] 0.0.0 [Pipeline] } [2024-11-13T04:56:40.043Z] $ docker exec --env ******** --env ******** 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 ssh-agent -k [2024-11-13T04:56:40.143Z] unset SSH_AUTH_SOCK; [2024-11-13T04:56:40.143Z] unset SSH_AGENT_PID; [2024-11-13T04:56:40.144Z] echo Agent pid 78 killed; [2024-11-13T04:56:40.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-13T04:56:40.623Z] + git semver [Pipeline] } [2024-11-13T04:56:40.909Z] $ docker stop --time=1 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 [2024-11-13T04:56:42.364Z] $ docker rm -f --volumes 4c464fe72fdb707de616cab2edb546d2bfedfc0e0b6e304dce88e91a51187673 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T04:56:42.841Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-13T04:56:43.209Z] Stashed 1 file(s) [Pipeline] echo [2024-11-13T04:56:43.233Z] [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 [2024-11-13T04:56:43.943Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T04:56:43.990Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T04:56:44.037Z] ========================================================= [2024-11-13T04:56:44.037Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-13T04:56:44.037Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2024-11-13T04:56:44.452Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-13T04:56:44.452Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-11-13T04:56:44.452Z] 43c4264eed91: Pulling fs layer [2024-11-13T04:56:44.453Z] 4cc291be95ef: Pulling fs layer [2024-11-13T04:56:44.453Z] 2ac1f1163629: Pulling fs layer [2024-11-13T04:56:44.453Z] 5c3c966382ef: Pulling fs layer [2024-11-13T04:56:44.453Z] 4f4fb700ef54: Pulling fs layer [2024-11-13T04:56:44.453Z] 5d5c8e513c77: Pulling fs layer [2024-11-13T04:56:44.453Z] 9f66e0745190: Pulling fs layer [2024-11-13T04:56:44.453Z] f49a43e4bbc0: Pulling fs layer [2024-11-13T04:56:44.453Z] 561ebcabdf7f: Pulling fs layer [2024-11-13T04:56:44.453Z] 5c3c966382ef: Waiting [2024-11-13T04:56:44.453Z] 9f66e0745190: Waiting [2024-11-13T04:56:44.453Z] 5d5c8e513c77: Waiting [2024-11-13T04:56:44.453Z] 4f4fb700ef54: Waiting [2024-11-13T04:56:44.453Z] f49a43e4bbc0: Waiting [2024-11-13T04:56:44.453Z] 561ebcabdf7f: Waiting [2024-11-13T04:56:44.453Z] 4cc291be95ef: Verifying Checksum [2024-11-13T04:56:44.453Z] 4cc291be95ef: Download complete [2024-11-13T04:56:44.453Z] 5c3c966382ef: Verifying Checksum [2024-11-13T04:56:44.453Z] 5c3c966382ef: Download complete [2024-11-13T04:56:44.453Z] 4f4fb700ef54: Verifying Checksum [2024-11-13T04:56:44.453Z] 4f4fb700ef54: Download complete [2024-11-13T04:56:44.453Z] 5d5c8e513c77: Verifying Checksum [2024-11-13T04:56:44.453Z] 5d5c8e513c77: Download complete [2024-11-13T04:56:44.715Z] 43c4264eed91: Download complete [2024-11-13T04:56:44.715Z] 43c4264eed91: Pull complete [2024-11-13T04:56:44.715Z] 9f66e0745190: Verifying Checksum [2024-11-13T04:56:44.715Z] 9f66e0745190: Download complete [2024-11-13T04:56:44.975Z] 4cc291be95ef: Pull complete [2024-11-13T04:56:45.239Z] 561ebcabdf7f: Download complete [2024-11-13T04:56:45.239Z] 2ac1f1163629: Download complete [2024-11-13T04:56:45.501Z] f49a43e4bbc0: Verifying Checksum [2024-11-13T04:56:45.501Z] f49a43e4bbc0: Download complete [2024-11-13T04:56:48.799Z] 2ac1f1163629: Pull complete [2024-11-13T04:56:48.799Z] 5c3c966382ef: Pull complete [2024-11-13T04:56:49.058Z] 4f4fb700ef54: Pull complete [2024-11-13T04:56:49.058Z] 5d5c8e513c77: Pull complete [2024-11-13T04:56:49.058Z] 9f66e0745190: Pull complete [2024-11-13T04:56:51.596Z] f49a43e4bbc0: Pull complete [2024-11-13T04:56:52.532Z] 561ebcabdf7f: Pull complete [2024-11-13T04:56:52.532Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-11-13T04:56:52.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-13T04:56:52.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh [2024-11-13T04:56:53.116Z] + 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 [2024-11-13T04:56:53.520Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-13T04:56:53.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T04:56:53.694Z] prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container [2024-11-13T04:56:53.721Z] $ 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 [2024-11-13T04:56:58.733Z] Still waiting to schedule task [2024-11-13T04:56:58.733Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-26327’ is offline [2024-11-13T04:56:59.195Z] $ docker top a3e790d4234dc25ca9a591768554d61aeff06e0cec5d0542709f1fd874f99c52 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T04:56:59.608Z] + go version [2024-11-13T04:56:59.608Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-11-13T04:56:59.641Z] $ docker stop --time=1 a3e790d4234dc25ca9a591768554d61aeff06e0cec5d0542709f1fd874f99c52 [2024-11-13T04:57:00.930Z] $ 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 [2024-11-13T04:57:01.700Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-13T04:57:01.701Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T04:57:01.875Z] prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container [2024-11-13T04:57:01.910Z] $ 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 [2024-11-13T04:57:02.236Z] $ docker top 619dd2da7b668caa96974c2d2ffab1dfff3c26b763ee4bc142d76394b4e2b8bb -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T04:57:02.644Z] + git config --global --add safe.directory /w/workspace/dry_app-functions-sdk-go_PR-1641 [Pipeline] fileExists [Pipeline] sh [2024-11-13T04:57:03.022Z] + make test [2024-11-13T04:57:03.022Z] make -C ./app-service-template build [2024-11-13T04:57:03.022Z] make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' [2024-11-13T04:57:03.022Z] go mod tidy [2024-11-13T04:57:03.022Z] go: downloading github.com/labstack/echo/v4 v4.12.0 [2024-11-13T04:57:03.022Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 [2024-11-13T04:57:03.022Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-11-13T04:57:03.022Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.2 [2024-11-13T04:57:03.022Z] go: downloading github.com/google/uuid v1.6.0 [2024-11-13T04:57:03.022Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-11-13T04:57:03.590Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 [2024-11-13T04:57:03.590Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-11-13T04:57:03.590Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.3 [2024-11-13T04:57:03.590Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.2 [2024-11-13T04:57:03.590Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-11-13T04:57:03.590Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2024-11-13T04:57:03.590Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2024-11-13T04:57:03.590Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-11-13T04:57:03.590Z] go: downloading github.com/stretchr/objx v0.5.2 [2024-11-13T04:57:03.590Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-11-13T04:57:03.848Z] go: downloading golang.org/x/crypto v0.27.0 [2024-11-13T04:57:03.848Z] go: downloading golang.org/x/net v0.29.0 [2024-11-13T04:57:03.848Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.3 [2024-11-13T04:57:03.848Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.2 [2024-11-13T04:57:04.106Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-11-13T04:57:04.106Z] go: downloading golang.org/x/sync v0.8.0 [2024-11-13T04:57:04.106Z] go: downloading github.com/go-kit/log v0.2.1 [2024-11-13T04:57:04.106Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-11-13T04:57:04.106Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-11-13T04:57:04.106Z] go: downloading github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 [2024-11-13T04:57:04.106Z] go: downloading github.com/jackc/pgx/v5 v5.7.1 [2024-11-13T04:57:04.106Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2024-11-13T04:57:04.365Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-11-13T04:57:04.365Z] go: downloading github.com/openziti/sdk-golang v0.23.43 [2024-11-13T04:57:04.365Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-11-13T04:57:04.365Z] go: downloading github.com/pkg/errors v0.9.1 [2024-11-13T04:57:04.365Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-11-13T04:57:04.365Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-11-13T04:57:04.365Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-11-13T04:57:04.365Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-11-13T04:57:04.365Z] go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df [2024-11-13T04:57:04.365Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-11-13T04:57:04.365Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-11-13T04:57:04.365Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-11-13T04:57:04.365Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-11-13T04:57:04.365Z] go: downloading golang.org/x/text v0.18.0 [2024-11-13T04:57:04.627Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-11-13T04:57:04.627Z] go: downloading github.com/x448/float16 v0.8.4 [2024-11-13T04:57:04.627Z] go: downloading github.com/jackc/pgpassfile v1.0.0 [2024-11-13T04:57:04.627Z] go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 [2024-11-13T04:57:05.203Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-11-13T04:57:05.203Z] go: downloading golang.org/x/time v0.6.0 [2024-11-13T04:57:05.203Z] go: downloading github.com/jackc/puddle/v2 v2.2.2 [2024-11-13T04:57:05.203Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-11-13T04:57:05.203Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 [2024-11-13T04:57:05.203Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-11-13T04:57:05.203Z] go: downloading golang.org/x/sys v0.25.0 [2024-11-13T04:57:05.203Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-11-13T04:57:05.203Z] go: downloading github.com/nats-io/nats.go v1.37.0 [2024-11-13T04:57:05.463Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-11-13T04:57:05.463Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-11-13T04:57:05.463Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-11-13T04:57:05.463Z] go: downloading github.com/go-resty/resty/v2 v2.15.3 [2024-11-13T04:57:05.463Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-11-13T04:57:05.463Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-11-13T04:57:05.463Z] go: downloading github.com/openziti/edge-api v0.26.32 [2024-11-13T04:57:05.720Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2024-11-13T04:57:05.720Z] go: downloading github.com/go-playground/assert/v2 v2.2.0 [2024-11-13T04:57:05.720Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-11-13T04:57:06.287Z] go: downloading github.com/openziti/foundation/v2 v2.0.49 [2024-11-13T04:57:06.287Z] go: downloading github.com/openziti/identity v1.0.85 [2024-11-13T04:57:06.287Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-11-13T04:57:06.287Z] go: downloading github.com/openziti/channel/v3 v3.0.4 [2024-11-13T04:57:06.287Z] go: downloading github.com/zitadel/oidc/v2 v2.12.2 [2024-11-13T04:57:06.287Z] go: downloading github.com/openziti/secretstream v0.1.25 [2024-11-13T04:57:06.287Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-11-13T04:57:06.287Z] go: downloading github.com/openziti/transport/v2 v2.0.146 [2024-11-13T04:57:06.287Z] go: downloading golang.org/x/oauth2 v0.23.0 [2024-11-13T04:57:06.287Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-11-13T04:57:06.287Z] go: downloading github.com/openziti/metrics v1.2.58 [2024-11-13T04:57:06.287Z] go: downloading github.com/spf13/cast v1.7.0 [2024-11-13T04:57:06.287Z] go: downloading github.com/Microsoft/go-winio v0.6.2 [2024-11-13T04:57:06.287Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-11-13T04:57:06.287Z] go: downloading google.golang.org/grpc v1.67.1 [2024-11-13T04:57:06.287Z] go: downloading github.com/onsi/ginkgo v1.16.4 [2024-11-13T04:57:06.287Z] go: downloading github.com/onsi/gomega v1.13.0 [2024-11-13T04:57:06.287Z] go: downloading github.com/klauspost/compress v1.17.2 [2024-11-13T04:57:06.545Z] go: downloading github.com/nats-io/nkeys v0.4.7 [2024-11-13T04:57:06.545Z] go: downloading github.com/nats-io/nuid v1.0.1 [2024-11-13T04:57:06.545Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-11-13T04:57:06.545Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-11-13T04:57:06.545Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-11-13T04:57:06.545Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-11-13T04:57:06.545Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-11-13T04:57:06.545Z] go: downloading go.opentelemetry.io/otel v1.29.0 [2024-11-13T04:57:06.811Z] go: downloading go.opentelemetry.io/otel/trace v1.29.0 [2024-11-13T04:57:06.811Z] go: downloading go.opentelemetry.io/otel/sdk v1.24.0 [2024-11-13T04:57:06.811Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-11-13T04:57:06.811Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-11-13T04:57:06.811Z] go: downloading go.mongodb.org/mongo-driver v1.17.0 [2024-11-13T04:57:06.811Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-11-13T04:57:06.811Z] go: downloading github.com/kr/pretty v0.3.1 [2024-11-13T04:57:06.811Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-11-13T04:57:06.811Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-11-13T04:57:06.811Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-11-13T04:57:06.811Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-11-13T04:57:06.811Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-11-13T04:57:06.811Z] go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 [2024-11-13T04:57:06.811Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2024-11-13T04:57:06.811Z] go: downloading github.com/gorilla/schema v1.4.1 [2024-11-13T04:57:06.811Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-11-13T04:57:06.811Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-11-13T04:57:06.811Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.5 [2024-11-13T04:57:07.068Z] go: downloading go.mozilla.org/pkcs7 v0.9.0 [2024-11-13T04:57:07.069Z] go: downloading github.com/gorilla/mux v1.8.1 [2024-11-13T04:57:07.326Z] go: downloading nhooyr.io/websocket v1.8.17 [2024-11-13T04:57:07.326Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.4 [2024-11-13T04:57:07.326Z] go: downloading github.com/frankban/quicktest v1.14.6 [2024-11-13T04:57:07.326Z] go: downloading github.com/google/go-cmp v0.6.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-11-13T04:57:07.326Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-11-13T04:57:07.326Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 [2024-11-13T04:57:07.326Z] go: downloading github.com/go-logr/logr v1.4.2 [2024-11-13T04:57:07.326Z] go: downloading go.opentelemetry.io/otel/metric v1.29.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-11-13T04:57:07.326Z] go: downloading golang.org/x/term v0.24.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/emirpasic/gods v1.18.1 [2024-11-13T04:57:07.326Z] go: downloading github.com/kr/text v0.2.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/rogpeppe/go-internal v1.11.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/jeremija/gosubmit v0.2.7 [2024-11-13T04:57:07.326Z] go: downloading github.com/google/gofuzz v1.2.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/yusufpapurcu/wmi v1.2.4 [2024-11-13T04:57:07.326Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-11-13T04:57:07.326Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/nxadm/tail v1.4.8 [2024-11-13T04:57:07.326Z] go: downloading github.com/josharian/intern v1.0.0 [2024-11-13T04:57:07.326Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-11-13T04:57:07.326Z] go: downloading github.com/miekg/pkcs11 v1.1.1 [2024-11-13T04:57:07.326Z] go: downloading github.com/muhlemmer/httpforwarded v0.1.0 [2024-11-13T04:57:07.639Z] go: downloading github.com/rs/cors v1.11.0 [2024-11-13T04:57:07.639Z] go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 [2024-11-13T04:57:07.639Z] go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c [2024-11-13T04:57:07.639Z] go: downloading github.com/shoenig/go-m1cpu v0.1.6 [2024-11-13T04:57:07.639Z] go: downloading github.com/go-ole/go-ole v1.2.6 [2024-11-13T04:57:07.639Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-11-13T04:57:07.639Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2024-11-13T04:57:07.639Z] go: downloading github.com/shoenig/test v0.6.4 [2024-11-13T04:57:07.900Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.5 [2024-11-13T04:57:07.900Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.8 [2024-11-13T04:57:07.900Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.5 [2024-11-13T04:57:07.900Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.4 [2024-11-13T04:57:07.900Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.4 [2024-11-13T04:57:07.900Z] go: downloading github.com/openziti/sdk-golang v0.23.44 [2024-11-13T04:57:07.900Z] go: downloading github.com/openziti/edge-api v0.26.34 [2024-11-13T04:57:08.468Z] 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 [2024-11-13T04:57:30.409Z] make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' [2024-11-13T04:57:30.409Z] make -C ./app-service-template test [2024-11-13T04:57:30.409Z] make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' [2024-11-13T04:57:30.409Z] go test -race -coverprofile=coverage.out ./... [2024-11-13T04:58:02.520Z] app-new-service/config coverage: 0.0% of statements [2024-11-13T04:58:02.520Z] ok app-new-service 1.051s coverage: 45.9% of statements [2024-11-13T04:58:02.520Z] ok app-new-service/functions 1.041s coverage: 85.3% of statements [2024-11-13T04:58:02.520Z] go vet ./... [2024-11-13T04:58:27.849Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-26329 in /w/workspace/dry_app-functions-sdk-go_PR-1641 [Pipeline] { [Pipeline] ws [2024-11-13T04:58:27.926Z] Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout [2024-11-13T04:58:28.013Z] The recommended git tool is: git [2024-11-13T04:58:29.070Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T04:58:29.070Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-13T04:58:29.070Z] ./bin/test-attribution-txt.sh [2024-11-13T04:58:29.070Z] make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1641/app-service-template' [2024-11-13T04:58:29.070Z] go test -race -coverprofile=coverage.out ./... [2024-11-13T04:58:29.070Z] go: downloading github.com/gomodule/redigo v1.9.2 [2024-11-13T04:58:29.070Z] ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal [no test files] [2024-11-13T04:58:29.070Z] ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db [no test files] [2024-11-13T04:58:29.070Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/container coverage: 0.0% of statements [2024-11-13T04:58:29.070Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/common coverage: 0.0% of statements [2024-11-13T04:58:29.639Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/redis coverage: 0.0% of statements [2024-11-13T04:58:29.639Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/postgres coverage: 0.0% of statements [2024-11-13T04:58:29.639Z] ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger [no test files] [2024-11-13T04:58:30.205Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/app 1.118s coverage: 66.3% of statements [2024-11-13T04:58:30.205Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/appfunction 1.029s coverage: 89.3% of statements [2024-11-13T04:58:30.205Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/handlers 1.051s coverage: 85.1% of statements [2024-11-13T04:58:30.205Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/etm 1.034s coverage: 100.0% of statements [2024-11-13T04:58:30.205Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/runtime 1.111s coverage: 75.2% of statements [2024-11-13T04:58:30.790Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http/mocks coverage: 0.0% of statements [2024-11-13T04:58:30.790Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/models 1.019s coverage: 97.3% of statements [2024-11-13T04:58:31.052Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mocks coverage: 0.0% of statements [2024-11-13T04:58:31.052Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt/mocks coverage: 0.0% of statements [2024-11-13T04:58:31.617Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http 1.032s coverage: 82.8% of statements [2024-11-13T04:58:31.875Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/messagebus 1.033s coverage: 65.1% of statements [2024-11-13T04:58:32.135Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt 1.038s coverage: 27.6% of statements [2024-11-13T04:58:32.393Z] github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces coverage: 0.0% of statements [2024-11-13T04:58:32.393Z] github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2024-11-13T04:58:32.478Z] using credential edgex-jenkins-ssh [2024-11-13T04:58:32.499Z] Cloning the remote Git repository [2024-11-13T04:58:32.653Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/webserver 1.050s coverage: 11.2% of statements [2024-11-13T04:58:32.538Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2024-11-13T04:58:32.629Z] > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 [2024-11-13T04:58:32.750Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2024-11-13T04:58:32.751Z] > git --version # timeout=10 [2024-11-13T04:58:32.769Z] > git --version # 'git version 2.25.1' [2024-11-13T04:58:32.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-13T04:58:32.910Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-13T04:58:33.222Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg 1.052s coverage: 27.3% of statements [2024-11-13T04:58:33.222Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/secure 1.026s coverage: 52.8% of statements [2024-11-13T04:58:37.106Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2024-11-13T04:58:37.127Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-13T04:58:38.830Z] Merging remotes/origin/main commit 34a11580cdf6c546e56d19212b8ca023b003e5db into PR head commit d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [2024-11-13T04:58:39.133Z] Merge succeeded, producing d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [2024-11-13T04:58:39.134Z] Checking out Revision d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd (PR-1641) [2024-11-13T04:58:38.192Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2024-11-13T04:58:38.233Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2024-11-13T04:58:38.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-13T04:58:38.254Z] > 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 [2024-11-13T04:58:38.843Z] > git config core.sparsecheckout # timeout=10 [2024-11-13T04:58:38.898Z] > git checkout -f d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd # timeout=10 [2024-11-13T04:58:39.019Z] > git remote # timeout=10 [2024-11-13T04:58:39.037Z] > git config --get remote.origin.url # timeout=10 [2024-11-13T04:58:39.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-13T04:58:39.081Z] > git merge 34a11580cdf6c546e56d19212b8ca023b003e5db # timeout=10 [2024-11-13T04:58:39.110Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-11-13T04:58:39.137Z] > git config core.sparsecheckout # timeout=10 [2024-11-13T04:58:39.155Z] > git checkout -f d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd # timeout=10 [2024-11-13T04:58:39.690Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v4" [2024-11-13T04:58:39.729Z] > git --version # timeout=10 [2024-11-13T04:58:39.740Z] > git --version # 'git version 2.25.1' [2024-11-13T04:58:39.754Z] fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T04:58:44.552Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-11-13T04:58:44.552Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-13T04:58:44.552Z] Dload Upload Total Spent Left Speed [2024-11-13T04:58:44.552Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 59665 0 --:--:-- --:--:-- --:--:-- 59665 [Pipeline] sh [2024-11-13T04:58:44.902Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-11-13T04:58:45.250Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-11-13T04:58:45.250Z] /etc/docker/daemon.json [2024-11-13T04:58:45.250Z] { [2024-11-13T04:58:45.250Z] "registry-mirrors": [ [2024-11-13T04:58:45.250Z] "https://nexus3.edgexfoundry.org:10001" [2024-11-13T04:58:45.250Z] ], [2024-11-13T04:58:45.250Z] "bip": "10.250.0.254/24", [2024-11-13T04:58:45.250Z] "hosts": [ [2024-11-13T04:58:45.250Z] "tcp://0.0.0.0:5555", [2024-11-13T04:58:45.250Z] "unix:///var/run/docker.sock" [2024-11-13T04:58:45.250Z] ], [2024-11-13T04:58:45.250Z] "mtu": 1458, [2024-11-13T04:58:45.250Z] "selinux-enabled": true, [2024-11-13T04:58:45.250Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-11-13T04:58:45.250Z] } [Pipeline] sh [2024-11-13T04:58:45.596Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-11-13T04:58:45.951Z] + sudo service docker restart [2024-11-13T04:59:00.064Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/transforms 26.112s coverage: 72.2% of statements [2024-11-13T04:59:00.064Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/util 1.018s coverage: 94.4% of statements [2024-11-13T04:59:00.064Z] go vet ./... [2024-11-13T04:59:00.649Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T04:59:00.649Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] unstash [Pipeline] echo [2024-11-13T04:59:04.500Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T04:59:04.552Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T04:59:04.601Z] ========================================================= [2024-11-13T04:59:04.601Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-11-13T04:59:04.601Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2024-11-13T04:59:05.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-13T04:59:05.637Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-11-13T04:59:05.637Z] cf04c63912e1: Pulling fs layer [2024-11-13T04:59:05.637Z] 55b35a11ae5e: Pulling fs layer [2024-11-13T04:59:05.637Z] a37a00ec5f00: Pulling fs layer [2024-11-13T04:59:05.637Z] 50b3750afda1: Pulling fs layer [2024-11-13T04:59:05.637Z] 4f4fb700ef54: Pulling fs layer [2024-11-13T04:59:05.637Z] 80978eb59214: Pulling fs layer [2024-11-13T04:59:05.637Z] c9f46d7d2bd2: Pulling fs layer [2024-11-13T04:59:05.637Z] c5a475d317c9: Pulling fs layer [2024-11-13T04:59:05.637Z] 50b3750afda1: Waiting [2024-11-13T04:59:05.637Z] 4f4fb700ef54: Waiting [2024-11-13T04:59:05.637Z] 80978eb59214: Waiting [2024-11-13T04:59:05.637Z] c9f46d7d2bd2: Waiting [2024-11-13T04:59:05.638Z] c5a475d317c9: Waiting [2024-11-13T04:59:05.638Z] 55b35a11ae5e: Verifying Checksum [2024-11-13T04:59:05.638Z] 55b35a11ae5e: Download complete [2024-11-13T04:59:05.638Z] 50b3750afda1: Verifying Checksum [2024-11-13T04:59:05.638Z] 50b3750afda1: Download complete [2024-11-13T04:59:05.638Z] 4f4fb700ef54: Verifying Checksum [2024-11-13T04:59:05.638Z] 4f4fb700ef54: Download complete [2024-11-13T04:59:05.638Z] 80978eb59214: Verifying Checksum [2024-11-13T04:59:05.638Z] 80978eb59214: Download complete [2024-11-13T04:59:05.638Z] cf04c63912e1: Download complete [2024-11-13T04:59:06.230Z] c5a475d317c9: Verifying Checksum [2024-11-13T04:59:06.230Z] c5a475d317c9: Download complete [2024-11-13T04:59:06.499Z] cf04c63912e1: Pull complete [2024-11-13T04:59:07.087Z] 55b35a11ae5e: Pull complete [2024-11-13T04:59:07.354Z] a37a00ec5f00: Verifying Checksum [2024-11-13T04:59:07.354Z] a37a00ec5f00: Download complete [2024-11-13T04:59:08.317Z] c9f46d7d2bd2: Verifying Checksum [2024-11-13T04:59:08.317Z] c9f46d7d2bd2: Download complete [Pipeline] echo [2024-11-13T04:59:13.077Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-13T04:59:13.116Z] $ docker stop --time=1 619dd2da7b668caa96974c2d2ffab1dfff3c26b763ee4bc142d76394b4e2b8bb [2024-11-13T04:59:15.389Z] $ docker rm -f --volumes 619dd2da7b668caa96974c2d2ffab1dfff3c26b763ee4bc142d76394b4e2b8bb [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T04:59:16.600Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-13T04:59:16.713Z] 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 [2024-11-13T04:59:18.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T04:59:18.120Z] [2024-11-13T04:59:18.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T04:59:18.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T04:59:18.612Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-13T04:59:18.612Z] 5eb5b503b376: Pulling fs layer [2024-11-13T04:59:18.612Z] 5c69ac0246d0: Pulling fs layer [2024-11-13T04:59:18.612Z] ec43610c2a17: Pulling fs layer [2024-11-13T04:59:18.612Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-13T04:59:18.612Z] 33b1e0a273af: Pulling fs layer [2024-11-13T04:59:18.612Z] 5d3b04190fa2: Pulling fs layer [2024-11-13T04:59:18.612Z] 2f39f015ded8: Pulling fs layer [2024-11-13T04:59:18.612Z] 3a2ae6a8a46f: Waiting [2024-11-13T04:59:18.612Z] 33b1e0a273af: Waiting [2024-11-13T04:59:18.612Z] 5d3b04190fa2: Waiting [2024-11-13T04:59:18.612Z] 2f39f015ded8: Waiting [2024-11-13T04:59:18.612Z] 5c69ac0246d0: Download complete [2024-11-13T04:59:18.612Z] 3a2ae6a8a46f: Verifying Checksum [2024-11-13T04:59:18.612Z] 3a2ae6a8a46f: Download complete [2024-11-13T04:59:18.873Z] 33b1e0a273af: Verifying Checksum [2024-11-13T04:59:18.873Z] 33b1e0a273af: Download complete [2024-11-13T04:59:18.873Z] 5d3b04190fa2: Verifying Checksum [2024-11-13T04:59:18.873Z] 5d3b04190fa2: Download complete [2024-11-13T04:59:18.873Z] ec43610c2a17: Verifying Checksum [2024-11-13T04:59:18.873Z] ec43610c2a17: Download complete [2024-11-13T04:59:18.873Z] 5eb5b503b376: Verifying Checksum [2024-11-13T04:59:18.873Z] 5eb5b503b376: Download complete [2024-11-13T04:59:19.986Z] 2f39f015ded8: Download complete [2024-11-13T04:59:20.256Z] 5eb5b503b376: Pull complete [2024-11-13T04:59:20.256Z] 5c69ac0246d0: Pull complete [2024-11-13T04:59:20.660Z] a37a00ec5f00: Pull complete [2024-11-13T04:59:20.660Z] 50b3750afda1: Pull complete [2024-11-13T04:59:20.660Z] 4f4fb700ef54: Pull complete [2024-11-13T04:59:20.660Z] 80978eb59214: Pull complete [2024-11-13T04:59:20.835Z] ec43610c2a17: Pull complete [2024-11-13T04:59:20.835Z] 3a2ae6a8a46f: Pull complete [2024-11-13T04:59:21.338Z] 33b1e0a273af: Pull complete [2024-11-13T04:59:21.338Z] 5d3b04190fa2: Pull complete [2024-11-13T04:59:25.550Z] 2f39f015ded8: Pull complete [2024-11-13T04:59:25.550Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-13T04:59:25.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T04:59:25.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T04:59:25.859Z] prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container [2024-11-13T04:59:25.888Z] $ 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 [2024-11-13T04:59:27.406Z] c9f46d7d2bd2: Pull complete [2024-11-13T04:59:29.342Z] c5a475d317c9: Pull complete [2024-11-13T04:59:29.342Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-11-13T04:59:29.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-13T04:59:29.342Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-13T04:59:30.766Z] $ docker top 8ff158a23d7d9205eec6977958adc35f6a21c05079bf772212252177d516d677 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T04:59:31.243Z] + 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 [2024-11-13T04:59:31.401Z] ---> job-cost.sh [2024-11-13T04:59:31.401Z] lf-activate-venv: SKIPPING [2024-11-13T04:59:31.401Z] INFO: No Stack... [2024-11-13T04:59:31.661Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-13T04:59:31.687Z] + docker inspect -f . ci-base-image-arm64 [2024-11-13T04:59:31.687Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T04:59:31.926Z] INFO: Archiving Costs [2024-11-13T04:59:31.970Z] prd-ubuntu20.04-docker-arm64-4c-16g-26329 does not seem to be running inside a container [2024-11-13T04:59:32.026Z] $ 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 [2024-11-13T04:59:34.961Z] $ docker top 8d9a4d308d013a1a994795cacb2624adb54ed4f6e85e762cbe89e1182b515b16 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2024-11-13T04:59:35.533Z] + cat /w/workspace/dry_app-functions-sdk-go_PR-1641/archives/cost.csv [2024-11-13T04:59:35.533Z] + cut -d, -f6 [Pipeline] lock [2024-11-13T04:59:35.585Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [2024-11-13T04:59:35.592Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] did not exist. Created. [2024-11-13T04:59:35.599Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-13T04:59:35.942Z] + go version [2024-11-13T04:59:35.942Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-11-13T04:59:35.978Z] $ docker stop --time=1 8d9a4d308d013a1a994795cacb2624adb54ed4f6e85e762cbe89e1182b515b16 [2024-11-13T04:59:36.030Z] + echo total: 0.2199999988079071 [2024-11-13T04:59:37.581Z] $ docker rm -f --volumes 8d9a4d308d013a1a994795cacb2624adb54ed4f6e85e762cbe89e1182b515b16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [2024-11-13T04:59:37.867Z] Stashed 1 file(s) [Pipeline] // script [Pipeline] } [Pipeline] } [2024-11-13T04:59:37.957Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] // stage [Pipeline] // lock [Pipeline] } [2024-11-13T04:59:38.095Z] $ docker stop --time=1 8ff158a23d7d9205eec6977958adc35f6a21c05079bf772212252177d516d677 [2024-11-13T04:59:39.285Z] $ 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 [2024-11-13T04:59:40.102Z] + docker inspect -f . ci-base-image-arm64 [2024-11-13T04:59:40.102Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T04:59:40.360Z] prd-ubuntu20.04-docker-arm64-4c-16g-26329 does not seem to be running inside a container [2024-11-13T04:59:40.417Z] $ 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 [2024-11-13T04:59:41.487Z] $ docker top 629b1b3cc9af04ddd99f7ac61f583e27964acba04bf91c1681498bbd704ff3b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T04:59:42.047Z] + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2024-11-13T04:59:42.467Z] + make test [2024-11-13T04:59:42.467Z] make -C ./app-service-template build [2024-11-13T04:59:42.467Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' [2024-11-13T04:59:42.467Z] go mod tidy [2024-11-13T04:59:42.733Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 [2024-11-13T04:59:42.733Z] go: downloading github.com/labstack/echo/v4 v4.12.0 [2024-11-13T04:59:42.733Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-11-13T04:59:43.324Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-11-13T04:59:43.324Z] go: downloading github.com/google/uuid v1.6.0 [2024-11-13T04:59:43.324Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.2 [2024-11-13T04:59:43.590Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.3 [2024-11-13T04:59:43.590Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.2 [2024-11-13T04:59:43.856Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 [2024-11-13T04:59:43.856Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-11-13T04:59:44.122Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2024-11-13T04:59:44.122Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2024-11-13T04:59:44.122Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-11-13T04:59:44.122Z] go: downloading github.com/stretchr/objx v0.5.2 [2024-11-13T04:59:44.122Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-11-13T04:59:44.122Z] go: downloading golang.org/x/crypto v0.27.0 [2024-11-13T04:59:44.122Z] go: downloading golang.org/x/net v0.29.0 [2024-11-13T04:59:44.711Z] go: downloading github.com/go-kit/log v0.2.1 [2024-11-13T04:59:44.977Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-11-13T04:59:44.977Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-11-13T04:59:44.977Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-11-13T04:59:45.245Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.3 [2024-11-13T04:59:45.245Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.2 [2024-11-13T04:59:45.511Z] go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df [2024-11-13T04:59:45.511Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-11-13T04:59:45.511Z] go: downloading golang.org/x/sync v0.8.0 [2024-11-13T04:59:45.511Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-11-13T04:59:45.777Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-11-13T04:59:45.777Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-11-13T04:59:45.777Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-11-13T04:59:45.777Z] go: downloading github.com/x448/float16 v0.8.4 [2024-11-13T04:59:45.777Z] go: downloading github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 [2024-11-13T04:59:45.777Z] go: downloading github.com/jackc/pgx/v5 v5.7.1 [2024-11-13T04:59:46.042Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2024-11-13T04:59:46.042Z] go: downloading github.com/pkg/errors v0.9.1 [2024-11-13T04:59:46.042Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-11-13T04:59:46.307Z] go: downloading github.com/openziti/sdk-golang v0.23.43 [2024-11-13T04:59:46.307Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-11-13T04:59:46.307Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-11-13T04:59:46.307Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-11-13T04:59:46.574Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-11-13T04:59:46.574Z] go: downloading golang.org/x/text v0.18.0 [2024-11-13T04:59:47.981Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2024-11-13T04:59:47.981Z] go: downloading github.com/go-playground/assert/v2 v2.2.0 [2024-11-13T04:59:47.981Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-11-13T04:59:51.317Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-11-13T04:59:51.317Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 [2024-11-13T04:59:51.317Z] go: downloading golang.org/x/sys v0.25.0 [2024-11-13T04:59:51.317Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-11-13T04:59:51.317Z] go: downloading github.com/jackc/pgpassfile v1.0.0 [2024-11-13T04:59:51.317Z] go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 [2024-11-13T04:59:51.317Z] go: downloading github.com/jackc/puddle/v2 v2.2.2 [2024-11-13T04:59:51.317Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-11-13T04:59:51.317Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-11-13T04:59:51.317Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-11-13T04:59:51.317Z] go: downloading golang.org/x/time v0.6.0 [2024-11-13T04:59:51.584Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-11-13T04:59:51.584Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-11-13T04:59:51.584Z] go: downloading github.com/go-resty/resty/v2 v2.15.3 [2024-11-13T04:59:51.584Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-11-13T04:59:51.584Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-11-13T04:59:51.848Z] go: downloading github.com/openziti/edge-api v0.26.32 [2024-11-13T04:59:55.176Z] go: downloading github.com/openziti/foundation/v2 v2.0.49 [2024-11-13T04:59:55.176Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-11-13T04:59:55.176Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-11-13T04:59:55.176Z] go: downloading github.com/openziti/channel/v3 v3.0.4 [2024-11-13T04:59:55.176Z] go: downloading github.com/openziti/identity v1.0.85 [2024-11-13T04:59:55.176Z] go: downloading github.com/openziti/secretstream v0.1.25 [2024-11-13T04:59:55.176Z] go: downloading github.com/openziti/transport/v2 v2.0.146 [2024-11-13T04:59:55.176Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-11-13T04:59:55.176Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-11-13T04:59:55.176Z] go: downloading github.com/openziti/metrics v1.2.58 [2024-11-13T04:59:55.176Z] go: downloading github.com/zitadel/oidc/v2 v2.12.2 [2024-11-13T04:59:55.176Z] go: downloading golang.org/x/oauth2 v0.23.0 [2024-11-13T04:59:55.176Z] go: downloading github.com/kr/pretty v0.3.1 [2024-11-13T04:59:55.442Z] go: downloading github.com/nats-io/nats.go v1.37.0 [2024-11-13T04:59:55.442Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-11-13T04:59:55.442Z] go: downloading github.com/spf13/cast v1.7.0 [2024-11-13T04:59:55.442Z] go: downloading github.com/Microsoft/go-winio v0.6.2 [2024-11-13T04:59:55.707Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-11-13T04:59:55.707Z] go: downloading google.golang.org/grpc v1.67.1 [2024-11-13T04:59:57.223Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-11-13T04:59:57.223Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-11-13T04:59:57.223Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-11-13T04:59:57.223Z] go: downloading go.mongodb.org/mongo-driver v1.17.0 [2024-11-13T04:59:57.223Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-11-13T04:59:57.499Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-11-13T04:59:57.768Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-11-13T04:59:58.362Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-11-13T04:59:58.362Z] go: downloading go.opentelemetry.io/otel v1.29.0 [2024-11-13T04:59:59.326Z] go: downloading go.opentelemetry.io/otel/trace v1.29.0 [2024-11-13T04:59:59.326Z] go: downloading go.opentelemetry.io/otel/sdk v1.24.0 [2024-11-13T04:59:59.326Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-11-13T04:59:59.593Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-11-13T04:59:59.593Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-11-13T04:59:59.593Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-11-13T04:59:59.593Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-11-13T05:00:00.175Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-11-13T05:00:00.175Z] go: downloading github.com/gorilla/mux v1.8.1 [2024-11-13T05:00:00.175Z] go: downloading nhooyr.io/websocket v1.8.17 [2024-11-13T05:00:00.445Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-11-13T05:00:00.445Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.5 [2024-11-13T05:00:00.711Z] go: downloading go.mozilla.org/pkcs7 v0.9.0 [2024-11-13T05:00:00.711Z] go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 [2024-11-13T05:00:00.711Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2024-11-13T05:00:00.711Z] go: downloading github.com/gorilla/schema v1.4.1 [2024-11-13T05:00:00.711Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-11-13T05:00:00.711Z] go: downloading github.com/kr/text v0.2.0 [2024-11-13T05:00:00.711Z] go: downloading github.com/rogpeppe/go-internal v1.11.0 [2024-11-13T05:00:00.977Z] go: downloading github.com/google/go-cmp v0.6.0 [2024-11-13T05:00:00.977Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.4 [2024-11-13T05:00:00.977Z] go: downloading github.com/frankban/quicktest v1.14.6 [2024-11-13T05:00:00.977Z] go: downloading github.com/onsi/ginkgo v1.16.4 [2024-11-13T05:00:00.977Z] go: downloading github.com/onsi/gomega v1.13.0 [2024-11-13T05:00:00.977Z] go: downloading github.com/klauspost/compress v1.17.2 [2024-11-13T05:00:01.248Z] go: downloading github.com/nats-io/nkeys v0.4.7 [2024-11-13T05:00:01.248Z] go: downloading github.com/nats-io/nuid v1.0.1 [2024-11-13T05:00:01.248Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 [2024-11-13T05:00:01.248Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-11-13T05:00:01.516Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-11-13T05:00:01.516Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-11-13T05:00:01.516Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-11-13T05:00:01.516Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-11-13T05:00:01.789Z] go: downloading github.com/go-logr/logr v1.4.2 [2024-11-13T05:00:01.789Z] go: downloading go.opentelemetry.io/otel/metric v1.29.0 [2024-11-13T05:00:01.789Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-11-13T05:00:01.789Z] go: downloading golang.org/x/term v0.24.0 [2024-11-13T05:00:02.055Z] go: downloading github.com/emirpasic/gods v1.18.1 [2024-11-13T05:00:02.055Z] go: downloading github.com/yusufpapurcu/wmi v1.2.4 [2024-11-13T05:00:02.055Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-11-13T05:00:02.055Z] go: downloading github.com/jeremija/gosubmit v0.2.7 [2024-11-13T05:00:02.055Z] go: downloading github.com/google/gofuzz v1.2.0 [2024-11-13T05:00:02.320Z] go: downloading github.com/josharian/intern v1.0.0 [2024-11-13T05:00:02.320Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-11-13T05:00:02.320Z] go: downloading github.com/miekg/pkcs11 v1.1.1 [2024-11-13T05:00:02.320Z] go: downloading github.com/go-ole/go-ole v1.2.6 [2024-11-13T05:00:02.320Z] go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 [2024-11-13T05:00:02.586Z] go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c [2024-11-13T05:00:02.586Z] go: downloading github.com/shoenig/go-m1cpu v0.1.6 [2024-11-13T05:00:02.586Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-11-13T05:00:02.586Z] go: downloading github.com/muhlemmer/httpforwarded v0.1.0 [2024-11-13T05:00:02.586Z] go: downloading github.com/rs/cors v1.11.0 [2024-11-13T05:00:02.586Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2024-11-13T05:00:02.586Z] go: downloading github.com/nxadm/tail v1.4.8 [2024-11-13T05:00:02.586Z] go: downloading github.com/shoenig/test v0.6.4 [2024-11-13T05:00:02.586Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2024-11-13T05:00:05.916Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.5 [2024-11-13T05:00:05.916Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.8 [2024-11-13T05:00:06.183Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.5 [2024-11-13T05:00:06.183Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.4 [2024-11-13T05:00:06.183Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.4 [2024-11-13T05:00:06.448Z] go: downloading github.com/openziti/sdk-golang v0.23.44 [2024-11-13T05:00:06.448Z] go: downloading github.com/openziti/edge-api v0.26.34 [2024-11-13T05:00:09.795Z] 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 [2024-11-13T05:03:16.516Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' [2024-11-13T05:03:16.516Z] make -C ./app-service-template test [2024-11-13T05:03:16.516Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' [2024-11-13T05:03:16.516Z] go test -race -coverprofile=coverage.out ./... [2024-11-13T05:07:38.355Z] app-new-service/config coverage: 0.0% of statements [2024-11-13T05:07:38.355Z] ok app-new-service 1.246s coverage: 45.9% of statements [2024-11-13T05:07:38.355Z] ok app-new-service/functions 1.245s coverage: 85.3% of statements [2024-11-13T05:07:38.355Z] go vet ./... [2024-11-13T05:11:30.172Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T05:11:30.172Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-13T05:11:30.172Z] ./bin/test-attribution-txt.sh [2024-11-13T05:11:30.172Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' [2024-11-13T05:11:30.172Z] go test -race -coverprofile=coverage.out ./... [2024-11-13T05:11:30.172Z] go: downloading github.com/gomodule/redigo v1.9.2 [2024-11-13T05:11:30.173Z] ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal [no test files] [2024-11-13T05:11:52.208Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/container coverage: 0.0% of statements [2024-11-13T05:11:52.208Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/common coverage: 0.0% of statements [2024-11-13T05:11:52.208Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/app 1.663s coverage: 66.3% of statements [2024-11-13T05:11:52.208Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/appfunction 1.214s coverage: 89.3% of statements [2024-11-13T05:11:52.208Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/bootstrap/handlers 1.252s coverage: 85.1% of statements [2024-11-13T05:11:52.474Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/etm 1.129s coverage: 100.0% of statements [2024-11-13T05:12:00.658Z] ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db [no test files] [2024-11-13T05:12:00.658Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/postgres coverage: 0.0% of statements [2024-11-13T05:12:00.658Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/redis coverage: 0.0% of statements [2024-11-13T05:12:00.658Z] ? github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger [no test files] [2024-11-13T05:12:02.075Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/runtime 1.605s coverage: 75.2% of statements [2024-11-13T05:12:02.075Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/store/db/models 1.143s coverage: 97.3% of statements [2024-11-13T05:12:07.420Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mocks coverage: 0.0% of statements [2024-11-13T05:12:07.421Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http/mocks coverage: 0.0% of statements [2024-11-13T05:12:08.833Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/http 1.243s coverage: 82.8% of statements [2024-11-13T05:12:08.833Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/messagebus 1.256s coverage: 65.1% of statements [2024-11-13T05:12:15.472Z] github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt/mocks coverage: 0.0% of statements [2024-11-13T05:12:15.736Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/trigger/mqtt 1.222s coverage: 27.6% of statements [2024-11-13T05:12:19.065Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/internal/webserver 1.216s coverage: 11.2% of statements [2024-11-13T05:12:19.646Z] github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces coverage: 0.0% of statements [2024-11-13T05:12:19.646Z] github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/interfaces/mocks coverage: 0.0% of statements [2024-11-13T05:12:21.052Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg 1.283s coverage: 27.3% of statements [2024-11-13T05:12:26.374Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/secure 1.128s coverage: 52.8% of statements [2024-11-13T05:12:58.558Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/transforms 26.541s coverage: 72.2% of statements [2024-11-13T05:12:58.558Z] ok github.com/edgexfoundry/app-functions-sdk-go/v4/pkg/util 1.086s coverage: 94.4% of statements [2024-11-13T05:12:58.558Z] go vet ./... [2024-11-13T05:13:03.901Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T05:13:04.167Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-13T05:13:04.167Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo [2024-11-13T05:13:04.212Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-13T05:13:04.245Z] $ docker stop --time=1 629b1b3cc9af04ddd99f7ac61f583e27964acba04bf91c1681498bbd704ff3b7 [2024-11-13T05:13:06.150Z] $ docker rm -f --volumes 629b1b3cc9af04ddd99f7ac61f583e27964acba04bf91c1681498bbd704ff3b7 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T05:13:12.662Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-13T05:13:12.702Z] Warning: overwriting stash ‘coverage-report’ [2024-11-13T05:13:13.357Z] 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 [2024-11-13T05:13:14.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T05:13:14.323Z] [2024-11-13T05:13:14.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T05:13:14.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T05:13:15.008Z] arm64: Pulling from edgex-lftools-log-publisher [2024-11-13T05:13:15.008Z] 8998bd30e6a1: Pulling fs layer [2024-11-13T05:13:15.008Z] 04944245beec: Pulling fs layer [2024-11-13T05:13:15.008Z] 699f458cf7ca: Pulling fs layer [2024-11-13T05:13:15.008Z] 765212b225bb: Pulling fs layer [2024-11-13T05:13:15.008Z] f23df028b6ca: Pulling fs layer [2024-11-13T05:13:15.008Z] d65c8cfc05b1: Pulling fs layer [2024-11-13T05:13:15.008Z] 2437ff75d9bd: Pulling fs layer [2024-11-13T05:13:15.008Z] f23df028b6ca: Waiting [2024-11-13T05:13:15.008Z] 765212b225bb: Waiting [2024-11-13T05:13:15.008Z] d65c8cfc05b1: Waiting [2024-11-13T05:13:15.008Z] 2437ff75d9bd: Waiting [2024-11-13T05:13:15.275Z] 04944245beec: Verifying Checksum [2024-11-13T05:13:15.275Z] 04944245beec: Download complete [2024-11-13T05:13:15.275Z] 765212b225bb: Verifying Checksum [2024-11-13T05:13:15.275Z] 765212b225bb: Download complete [2024-11-13T05:13:15.275Z] d65c8cfc05b1: Verifying Checksum [2024-11-13T05:13:15.275Z] d65c8cfc05b1: Download complete [2024-11-13T05:13:15.275Z] 699f458cf7ca: Verifying Checksum [2024-11-13T05:13:15.275Z] 699f458cf7ca: Download complete [2024-11-13T05:13:15.854Z] 8998bd30e6a1: Verifying Checksum [2024-11-13T05:13:15.854Z] 8998bd30e6a1: Download complete [2024-11-13T05:13:18.423Z] 2437ff75d9bd: Verifying Checksum [2024-11-13T05:13:18.423Z] 2437ff75d9bd: Download complete [2024-11-13T05:13:20.359Z] 8998bd30e6a1: Pull complete [2024-11-13T05:13:20.359Z] 04944245beec: Pull complete [2024-11-13T05:13:22.295Z] 699f458cf7ca: Pull complete [2024-11-13T05:13:22.295Z] 765212b225bb: Pull complete [2024-11-13T05:13:22.878Z] f23df028b6ca: Pull complete [2024-11-13T05:13:23.147Z] d65c8cfc05b1: Pull complete [2024-11-13T05:13:41.343Z] 2437ff75d9bd: Pull complete [2024-11-13T05:13:41.343Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-11-13T05:13:41.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T05:13:41.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T05:13:41.691Z] prd-ubuntu20.04-docker-arm64-4c-16g-26329 does not seem to be running inside a container [2024-11-13T05:13:41.783Z] $ 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 [2024-11-13T05:13:44.207Z] $ docker top f6d9aa16f22b377009f907d00317cb63654ebce63e5a493d59a248a30d022aac -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:13:44.843Z] ---> job-cost.sh [2024-11-13T05:13:45.118Z] lf-activate-venv: SKIPPING [2024-11-13T05:13:45.118Z] INFO: No Stack... [2024-11-13T05:13:45.703Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-11-13T05:13:46.303Z] INFO: Archiving Costs [Pipeline] sh [2024-11-13T05:13:46.685Z] + cat /w/workspace/app-functions-sdk-go/1/archives/cost.csv [2024-11-13T05:13:46.685Z] + cut -d, -f6 [Pipeline] lock [2024-11-13T05:13:46.740Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [2024-11-13T05:13:46.746Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] did not exist. Created. [2024-11-13T05:13:46.753Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-13T05:13:47.179Z] /w/workspace/app-functions-sdk-go/1@tmp/durable-d3bab8ff/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-11-13T05:13:47.521Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-11-13T05:13:47.562Z] Warning: overwriting stash ‘stack-cost’ [2024-11-13T05:13:47.648Z] Stashed 1 file(s) [Pipeline] } [2024-11-13T05:13:47.668Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1641-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-13T05:13:47.753Z] $ docker stop --time=1 f6d9aa16f22b377009f907d00317cb63654ebce63e5a493d59a248a30d022aac [2024-11-13T05:13:49.193Z] $ 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 [2024-11-13T05:13:50.305Z] provisioning config files... [2024-11-13T05:13:50.322Z] 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 [2024-11-13T05:13:50.705Z] + set +x [2024-11-13T05:13:50.705Z] + bash -s -- [2024-11-13T05:13:50.705Z] + curl -s https://codecov.io/bash [2024-11-13T05:13:50.705Z] [2024-11-13T05:13:50.705Z] _____ _ [2024-11-13T05:13:50.705Z] / ____| | | [2024-11-13T05:13:50.705Z] | | ___ __| | ___ ___ _____ __ [2024-11-13T05:13:50.705Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-11-13T05:13:50.705Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-11-13T05:13:50.705Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-11-13T05:13:50.705Z] Bash-1.0.6 [2024-11-13T05:13:50.705Z] [2024-11-13T05:13:50.705Z] [2024-11-13T05:13:50.705Z] ==> git version 2.25.1 found [2024-11-13T05:13:50.705Z] ==> 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 [2024-11-13T05:13:50.705Z] Release-Date: 2020-01-08 [2024-11-13T05:13:50.705Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-11-13T05:13:50.705Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-11-13T05:13:50.705Z] ==> Jenkins CI detected. [2024-11-13T05:13:50.705Z] current dir:  /w/workspace/dry_app-functions-sdk-go_PR-1641 [2024-11-13T05:13:50.705Z] project root: . [2024-11-13T05:13:50.705Z] --> token set from env [2024-11-13T05:13:50.705Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-11-13T05:13:50.966Z] ==> Running gcov in . (disable via -X gcov) [2024-11-13T05:13:50.966Z] ==> Python coveragepy not found [2024-11-13T05:13:50.966Z] ==> Searching for coverage reports in: [2024-11-13T05:13:50.966Z] + . [2024-11-13T05:13:50.966Z] -> Found 2 reports [2024-11-13T05:13:50.966Z] ==> Detecting git/mercurial file structure [2024-11-13T05:13:50.966Z] ==> Reading reports [2024-11-13T05:13:50.966Z] + ./app-service-template/coverage.out bytes=4438 [2024-11-13T05:13:50.966Z] + ./coverage.out bytes=534942 [2024-11-13T05:13:50.966Z] ==> Appending adjustments [2024-11-13T05:13:50.966Z] https://docs.codecov.io/docs/fixing-reports [2024-11-13T05:13:51.225Z] + Found adjustments [2024-11-13T05:13:51.225Z] ==> Gzipping contents [2024-11-13T05:13:51.225Z] 52K /tmp/codecov.p7T9Sm.gz [2024-11-13T05:13:51.225Z] ==> Uploading reports [2024-11-13T05:13:51.225Z] url: https://codecov.io [2024-11-13T05:13:51.225Z] 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= [2024-11-13T05:13:51.225Z] -> Pinging Codecov [2024-11-13T05:13:51.225Z] 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= [2024-11-13T05:13:51.484Z] -> Uploading to [2024-11-13T05:13:51.484Z] 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 [2024-11-13T05:13:51.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-13T05:13:51.484Z] Dload Upload Total Spent Left Speed [2024-11-13T05:13:51.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49767 0 0 100 49767 0 174k --:--:-- --:--:-- --:--:-- 174k [2024-11-13T05:13:51.744Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d7020a5aab1c22dd1cd8c1c662e2ae1057b049bd [Pipeline] } [2024-11-13T05:13:51.775Z] 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 [2024-11-13T05:13:54.087Z] + [ -d /w/workspace/dry_app-functions-sdk-go_PR-1641/archives ] [2024-11-13T05:13:54.087Z] + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1641/archives [2024-11-13T05:13:54.087Z] total 16 [2024-11-13T05:13:54.087Z] drwxr-xr-x 3 root root 4096 Nov 13 04:59 . [2024-11-13T05:13:54.087Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 04:59 .. [2024-11-13T05:13:54.087Z] drwxr-xr-x 2 root root 4096 Nov 13 04:59 cost [2024-11-13T05:13:54.087Z] -rw-r--r-- 1 root root 93 Nov 13 04:59 cost.csv [2024-11-13T05:13:54.087Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-functions-sdk-go_PR-1641/archives [2024-11-13T05:13:54.087Z] + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1641/archives [2024-11-13T05:13:54.087Z] total 16 [2024-11-13T05:13:54.087Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 04:59 . [2024-11-13T05:13:54.087Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 04:59 .. [2024-11-13T05:13:54.087Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 13 04:59 cost [2024-11-13T05:13:54.087Z] -rw-r--r-- 1 jenkins jenkins 93 Nov 13 04:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:13:54.427Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:13:55.338Z] ---> package-listing.sh [2024-11-13T05:13:55.338Z] ++ facter osfamily [2024-11-13T05:13:55.338Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-13T05:13:55.599Z] + OS_FAMILY=debian [2024-11-13T05:13:55.599Z] + workspace=/w/workspace/dry_app-functions-sdk-go_PR-1641 [2024-11-13T05:13:55.599Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-13T05:13:55.599Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-13T05:13:55.599Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-13T05:13:55.599Z] + PACKAGES=/tmp/packages_start.txt [2024-11-13T05:13:55.599Z] + '[' /w/workspace/dry_app-functions-sdk-go_PR-1641 ']' [2024-11-13T05:13:55.599Z] + PACKAGES=/tmp/packages_end.txt [2024-11-13T05:13:55.599Z] + case "${OS_FAMILY}" in [2024-11-13T05:13:55.599Z] + dpkg -l [2024-11-13T05:13:55.599Z] + grep '^ii' [2024-11-13T05:13:55.599Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-13T05:13:55.599Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-13T05:13:55.599Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-13T05:13:55.599Z] + '[' /w/workspace/dry_app-functions-sdk-go_PR-1641 ']' [2024-11-13T05:13:55.599Z] + mkdir -p /w/workspace/dry_app-functions-sdk-go_PR-1641/archives/ [2024-11-13T05:13:55.599Z] + 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 [2024-11-13T05:13:55.637Z] 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 [2024-11-13T05:13:55.935Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T05:13:56.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T05:13:56.584Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T05:13:56.750Z] prd-ubuntu20.04-docker-8c-8g-26328 does not seem to be running inside a container [2024-11-13T05:13:56.775Z] $ 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 [2024-11-13T05:13:56.981Z] $ docker top a02141470f56b846e6d9e9d97af4e088519ae8bcb6dab720c9fa053a5d56f516 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T05:13:57.479Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-13T05:13:57.848Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-13T05:13:58.222Z] + ls /var/log/sa-host [2024-11-13T05:13:58.222Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-13T05:13:58.447Z] provisioning config files... [2024-11-13T05:13:58.456Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-functions-sdk-go_PR-1641@tmp/config11405797303629200001tmp [Pipeline] { [Pipeline] echo [2024-11-13T05:13:58.525Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:13:58.850Z] ---> create-netrc.sh [Pipeline] } [2024-11-13T05:13:58.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:13:59.321Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-13T05:13:59.360Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:13:59.685Z] ---> sudo-logs.sh [2024-11-13T05:13:59.685Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-13T05:13:59.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:14:00.118Z] ---> job-cost.sh [2024-11-13T05:14:00.118Z] lf-activate-venv: SKIPPING [2024-11-13T05:14:00.118Z] DEBUG: total: 0.2199999988079071 [2024-11-13T05:14:00.118Z] INFO: Retrieving Stack Cost... [2024-11-13T05:14:00.376Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-13T05:14:00.637Z] INFO: Archiving Costs [Pipeline] echo [2024-11-13T05:14:00.679Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T05:14:01.021Z] ---> logs-deploy.sh [2024-11-13T05:14:01.021Z] lf-activate-venv: SKIPPING [2024-11-13T05:14:01.021Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-1641/1 [2024-11-13T05:14:01.021Z] INFO: archiving workspace using pattern(s): [2024-11-13T05:14:01.974Z] Archives upload complete. [2024-11-13T05:14:02.233Z] INFO: archiving logs to Nexus [2024-11-13T05:14:02.802Z] ---> uname -a: [2024-11-13T05:14:02.802Z] 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 [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] ---> lscpu: [2024-11-13T05:14:02.802Z] Architecture: x86_64 [2024-11-13T05:14:02.802Z] CPU op-mode(s): 32-bit, 64-bit [2024-11-13T05:14:02.802Z] Byte Order: Little Endian [2024-11-13T05:14:02.802Z] Address sizes: 40 bits physical, 48 bits virtual [2024-11-13T05:14:02.802Z] CPU(s): 8 [2024-11-13T05:14:02.802Z] On-line CPU(s) list: 0-7 [2024-11-13T05:14:02.802Z] Thread(s) per core: 1 [2024-11-13T05:14:02.802Z] Core(s) per socket: 1 [2024-11-13T05:14:02.802Z] Socket(s): 8 [2024-11-13T05:14:02.802Z] NUMA node(s): 1 [2024-11-13T05:14:02.802Z] Vendor ID: AuthenticAMD [2024-11-13T05:14:02.802Z] CPU family: 23 [2024-11-13T05:14:02.802Z] Model: 49 [2024-11-13T05:14:02.802Z] Model name: AMD EPYC-Rome Processor [2024-11-13T05:14:02.802Z] Stepping: 0 [2024-11-13T05:14:02.802Z] CPU MHz: 2800.000 [2024-11-13T05:14:02.802Z] BogoMIPS: 5600.00 [2024-11-13T05:14:02.802Z] Virtualization: AMD-V [2024-11-13T05:14:02.802Z] Hypervisor vendor: KVM [2024-11-13T05:14:02.802Z] Virtualization type: full [2024-11-13T05:14:02.802Z] L1d cache: 256 KiB [2024-11-13T05:14:02.802Z] L1i cache: 256 KiB [2024-11-13T05:14:02.802Z] L2 cache: 4 MiB [2024-11-13T05:14:02.802Z] L3 cache: 128 MiB [2024-11-13T05:14:02.802Z] NUMA node0 CPU(s): 0-7 [2024-11-13T05:14:02.802Z] Vulnerability Itlb multihit: Not affected [2024-11-13T05:14:02.802Z] Vulnerability L1tf: Not affected [2024-11-13T05:14:02.802Z] Vulnerability Mds: Not affected [2024-11-13T05:14:02.802Z] Vulnerability Meltdown: Not affected [2024-11-13T05:14:02.802Z] Vulnerability Mmio stale data: Not affected [2024-11-13T05:14:02.802Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-11-13T05:14:02.802Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-11-13T05:14:02.802Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-11-13T05:14:02.802Z] Vulnerability Srbds: Not affected [2024-11-13T05:14:02.802Z] Vulnerability Tsx async abort: Not affected [2024-11-13T05:14:02.802Z] 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 [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] ---> nproc: [2024-11-13T05:14:02.802Z] 8 [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] ---> df -h: [2024-11-13T05:14:02.802Z] Filesystem Size Used Avail Use% Mounted on [2024-11-13T05:14:02.802Z] overlay 155G 11G 145G 7% / [2024-11-13T05:14:02.802Z] tmpfs 64M 0 64M 0% /dev [2024-11-13T05:14:02.802Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-11-13T05:14:02.802Z] shm 64M 0 64M 0% /dev/shm [2024-11-13T05:14:02.802Z] /dev/vda1 155G 11G 145G 7% /facter-os [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] ---> sar -b -r -n DEV: [2024-11-13T05:14:02.802Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26328) 11/13/24 _x86_64_ (8 CPU) [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.802Z] 04:55:36 LINUX RESTART (8 CPU) [2024-11-13T05:14:02.802Z] [2024-11-13T05:14:02.803Z] 04:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-11-13T05:14:02.803Z] 04:57:01 340.82 38.74 302.08 0.00 4303.81 109775.56 0.00 [2024-11-13T05:14:02.803Z] 04:58:01 94.45 0.78 93.67 0.00 6.27 32013.46 0.00 [2024-11-13T05:14:02.803Z] 04:59:01 53.29 1.57 51.72 0.00 36.93 32955.99 0.00 [2024-11-13T05:14:02.803Z] 05:00:01 56.97 0.12 56.86 0.00 4.27 19907.35 0.00 [2024-11-13T05:14:02.803Z] 05:01:01 41.08 6.07 35.01 0.00 4363.54 4994.10 0.00 [2024-11-13T05:14:02.803Z] 05:02:01 13.63 0.05 13.58 0.00 0.80 3583.14 0.00 [2024-11-13T05:14:02.803Z] 05:03:01 3.45 0.02 3.43 0.00 0.13 92.52 0.00 [2024-11-13T05:14:02.803Z] 05:04:01 1.92 0.00 1.92 0.00 0.00 22.40 0.00 [2024-11-13T05:14:02.803Z] 05:05:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 [2024-11-13T05:14:02.803Z] 05:06:01 2.15 0.00 2.15 0.00 0.00 24.80 0.00 [2024-11-13T05:14:02.803Z] 05:07:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 [2024-11-13T05:14:02.803Z] 05:08:01 1.88 0.00 1.88 0.00 0.00 22.66 0.00 [2024-11-13T05:14:02.803Z] 05:09:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 [2024-11-13T05:14:02.803Z] 05:10:01 1.90 0.00 1.90 0.00 0.00 21.33 0.00 [2024-11-13T05:14:02.803Z] 05:11:01 2.23 0.02 2.22 0.00 0.13 29.46 0.00 [2024-11-13T05:14:02.803Z] 05:12:01 1.95 0.00 1.95 0.00 0.00 22.93 0.00 [2024-11-13T05:14:02.803Z] 05:13:01 1.33 0.00 1.33 0.00 0.00 14.93 0.00 [2024-11-13T05:14:02.803Z] 05:14:01 7.61 0.23 7.38 0.00 21.19 162.75 0.00 [2024-11-13T05:14:02.803Z] Average: 34.64 2.61 32.03 0.00 481.85 11224.50 0.00 [2024-11-13T05:14:02.803Z] [2024-11-13T05:14:02.803Z] 04:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-11-13T05:14:02.803Z] 04:57:01 29199444 31554308 769996 2.34 74668 2554632 1729460 5.10 1022808 2280004 68 [2024-11-13T05:14:02.803Z] 04:58:01 27037632 31451924 852380 2.59 108468 4429064 1970568 5.81 1900616 3394248 1034764 [2024-11-13T05:14:02.803Z] 04:59:01 26951468 31305680 996064 3.03 113552 4352856 2385356 7.03 1965124 3403664 18580 [2024-11-13T05:14:02.803Z] 05:00:01 28568316 31527008 783528 2.38 116864 3044536 1758168 5.18 1193984 2654148 304 [2024-11-13T05:14:02.803Z] 05:01:01 28157972 31503732 780164 2.37 134676 3410364 1700048 5.01 1421684 2801744 94524 [2024-11-13T05:14:02.803Z] 05:02:01 28117316 31508968 774408 2.36 146452 3442700 1682108 4.96 1468064 2794844 16 [2024-11-13T05:14:02.803Z] 05:03:01 28122296 31509252 774036 2.35 145056 3439448 1680664 4.95 1466028 2791632 12 [2024-11-13T05:14:02.803Z] 05:04:01 28131832 31518868 764336 2.32 145136 3439444 1680664 4.95 1456508 2791632 8 [2024-11-13T05:14:02.803Z] 05:05:01 28131712 31518828 764320 2.32 145204 3439452 1680664 4.95 1456772 2791632 4 [2024-11-13T05:14:02.803Z] 05:06:01 28132436 31519648 763396 2.32 145284 3439460 1680664 4.95 1455880 2791640 8 [2024-11-13T05:14:02.803Z] 05:07:01 28132192 31519448 763552 2.32 145332 3439456 1680664 4.95 1455992 2791640 16 [2024-11-13T05:14:02.803Z] 05:08:01 28134004 31521328 761780 2.32 145408 3439464 1680664 4.95 1454472 2791644 8 [2024-11-13T05:14:02.803Z] 05:09:01 28134012 31521400 761696 2.32 145480 3439468 1680664 4.95 1454264 2791652 8 [2024-11-13T05:14:02.803Z] 05:10:01 28134752 31522228 760820 2.31 145560 3439460 1680664 4.95 1453972 2791648 8 [2024-11-13T05:14:02.803Z] 05:11:01 28132808 31520464 762300 2.32 145664 3439440 1720100 5.07 1454796 2791620 4 [2024-11-13T05:14:02.803Z] 05:12:01 28133240 31520976 761748 2.32 145752 3439452 1720100 5.07 1454704 2791624 8 [2024-11-13T05:14:02.803Z] 05:13:01 28133152 31521008 761672 2.32 145848 3439452 1703716 5.02 1454812 2791632 192 [2024-11-13T05:14:02.803Z] 05:14:01 28053628 31446480 831320 2.53 146064 3441356 1787316 5.27 1532572 2788832 492 [2024-11-13T05:14:02.803Z] Average: 28085456 31500642 788195 2.40 135582 3472750 1755681 5.17 1473503 2823638 63835 [2024-11-13T05:14:02.803Z] [2024-11-13T05:14:02.803Z] 04:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-11-13T05:14:02.803Z] 04:57:01 docker0 89.31 90.36 6.34 483.67 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:57:01 ens3 612.01 468.68 6605.56 107.22 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:57:01 lo 3.46 3.46 0.34 0.34 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:58:01 docker0 133.36 234.99 11.81 2038.03 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:58:01 ens3 258.96 148.11 2059.21 23.43 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:58:01 vethdf6b88a 133.36 235.14 13.63 2038.04 0.00 0.00 0.00 0.17 [2024-11-13T05:14:02.803Z] 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:59:01 docker0 1.20 1.08 0.08 1.61 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:59:01 ens3 24.61 17.05 29.01 11.82 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:59:01 vethdf6b88a 1.20 1.10 0.10 1.61 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 04:59:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:00:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:00:01 ens3 98.62 62.02 2528.72 14.50 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:01:01 ens3 169.72 92.72 2767.02 6.45 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:01:01 lo 0.60 0.60 0.07 0.07 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:02:01 ens3 1.23 1.10 0.69 0.37 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:02:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:03:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:04:01 ens3 0.57 0.12 0.05 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:05:01 ens3 0.90 0.58 1.78 0.29 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:07:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:08:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:11:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:12:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:13:01 ens3 0.40 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:14:01 ens3 58.16 56.86 39.37 122.35 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] 05:14:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] Average: docker0 12.37 18.07 1.01 139.86 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] Average: ens3 67.61 46.72 774.13 15.84 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] Average: lo 0.43 0.43 0.04 0.04 0.00 0.00 0.00 0.00 [2024-11-13T05:14:02.803Z] [2024-11-13T05:14:02.803Z] [2024-11-13T05:14:02.803Z] ---> sar -P ALL: [2024-11-13T05:14:02.803Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26328) 11/13/24 _x86_64_ (8 CPU) [2024-11-13T05:14:02.803Z] [2024-11-13T05:14:02.803Z] 04:55:36 LINUX RESTART (8 CPU) [2024-11-13T05:14:02.803Z] [2024-11-13T05:14:02.803Z] 04:56:02 CPU %user %nice %system %iowait %steal %idle [2024-11-13T05:14:02.803Z] 04:57:01 all 9.66 0.00 3.09 3.44 0.06 83.75 [2024-11-13T05:14:02.803Z] 04:57:01 0 9.45 0.00 3.34 0.41 0.03 86.76 [2024-11-13T05:14:02.803Z] 04:57:01 1 9.79 0.00 3.42 3.32 0.07 83.41 [2024-11-13T05:14:02.803Z] 04:57:01 2 8.02 0.00 2.78 8.12 0.07 81.02 [2024-11-13T05:14:02.803Z] 04:57:01 3 8.12 0.00 3.11 3.97 0.07 84.73 [2024-11-13T05:14:02.803Z] 04:57:01 4 7.75 0.00 3.17 1.37 0.05 87.66 [2024-11-13T05:14:02.803Z] 04:57:01 5 12.72 0.00 2.40 0.55 0.03 84.29 [2024-11-13T05:14:02.803Z] 04:57:01 6 10.41 0.00 3.65 8.88 0.07 76.99 [2024-11-13T05:14:02.803Z] 04:57:01 7 11.01 0.00 2.88 0.97 0.05 85.08 [2024-11-13T05:14:02.803Z] 04:58:01 all 52.22 0.00 7.62 1.04 0.11 39.02 [2024-11-13T05:14:02.803Z] 04:58:01 0 50.04 0.00 8.18 0.60 0.14 41.05 [2024-11-13T05:14:02.803Z] 04:58:01 1 53.57 0.00 8.31 3.81 0.10 34.21 [2024-11-13T05:14:02.803Z] 04:58:01 2 53.30 0.00 7.34 1.44 0.10 37.82 [2024-11-13T05:14:02.803Z] 04:58:01 3 48.23 0.00 7.39 0.43 0.12 43.84 [2024-11-13T05:14:02.803Z] 04:58:01 4 50.64 0.00 7.49 0.22 0.12 41.53 [2024-11-13T05:14:02.803Z] 04:58:01 5 53.20 0.00 7.64 0.71 0.10 38.35 [2024-11-13T05:14:02.803Z] 04:58:01 6 55.84 0.00 7.41 0.44 0.08 36.23 [2024-11-13T05:14:02.803Z] 04:58:01 7 52.82 0.00 7.23 0.66 0.08 39.21 [2024-11-13T05:14:02.803Z] 04:59:01 all 31.68 0.00 5.30 1.53 0.08 61.41 [2024-11-13T05:14:02.803Z] 04:59:01 0 27.55 0.00 4.84 0.32 0.08 67.21 [2024-11-13T05:14:02.803Z] 04:59:01 1 30.47 0.00 5.44 2.95 0.08 61.05 [2024-11-13T05:14:02.803Z] 04:59:01 2 34.45 0.00 5.52 0.45 0.07 59.51 [2024-11-13T05:14:02.803Z] 04:59:01 3 33.24 0.00 5.31 0.15 0.07 61.22 [2024-11-13T05:14:02.803Z] 04:59:01 4 29.50 0.00 5.00 0.07 0.08 65.35 [2024-11-13T05:14:02.803Z] 04:59:01 5 32.68 0.00 5.69 7.81 0.07 53.76 [2024-11-13T05:14:02.803Z] 04:59:01 6 32.53 0.00 5.21 0.12 0.07 62.07 [2024-11-13T05:14:02.803Z] 04:59:01 7 32.99 0.00 5.35 0.39 0.08 61.18 [2024-11-13T05:14:02.803Z] 05:00:01 all 14.36 0.00 2.10 1.49 0.05 82.01 [2024-11-13T05:14:02.803Z] 05:00:01 0 12.88 0.00 1.59 0.10 0.03 85.39 [2024-11-13T05:14:02.803Z] 05:00:01 1 14.18 0.00 1.99 1.14 0.05 82.64 [2024-11-13T05:14:02.803Z] 05:00:01 2 14.88 0.00 2.22 3.01 0.05 79.83 [2024-11-13T05:14:02.803Z] 05:00:01 3 14.59 0.00 1.91 0.08 0.05 83.37 [2024-11-13T05:14:02.803Z] 05:00:01 4 14.29 0.00 1.54 0.47 0.03 83.67 [2024-11-13T05:14:02.803Z] 05:00:01 5 14.77 0.00 1.95 6.85 0.07 76.36 [2024-11-13T05:14:02.803Z] 05:00:01 6 14.94 0.00 3.25 0.12 0.03 81.66 [2024-11-13T05:14:02.803Z] 05:00:01 7 14.34 0.00 2.38 0.13 0.05 83.10 [2024-11-13T05:14:02.803Z] 05:01:01 all 1.93 0.00 1.03 0.66 0.03 96.35 [2024-11-13T05:14:02.803Z] 05:01:01 0 2.16 0.00 0.75 0.08 0.03 96.98 [2024-11-13T05:14:02.803Z] 05:01:01 1 2.17 0.00 2.06 0.90 0.03 94.83 [2024-11-13T05:14:02.803Z] 05:01:01 2 1.79 0.00 0.83 3.17 0.03 94.17 [2024-11-13T05:14:02.803Z] 05:01:01 3 1.57 0.00 0.80 0.10 0.02 97.51 [2024-11-13T05:14:02.803Z] 05:01:01 4 0.98 0.00 0.57 0.05 0.02 98.38 [2024-11-13T05:14:02.803Z] 05:01:01 5 2.09 0.00 1.35 0.13 0.03 96.39 [2024-11-13T05:14:02.803Z] 05:01:01 6 2.80 0.00 1.17 0.75 0.02 95.27 [2024-11-13T05:14:02.803Z] 05:01:01 7 1.87 0.00 0.69 0.12 0.03 97.29 [2024-11-13T05:14:02.803Z] 05:02:01 all 0.81 0.00 0.46 0.37 0.01 98.35 [2024-11-13T05:14:02.803Z] 05:02:01 0 0.57 0.00 1.07 0.03 0.02 98.32 [2024-11-13T05:14:02.803Z] 05:02:01 1 1.13 0.00 0.17 0.17 0.02 98.52 [2024-11-13T05:14:02.803Z] 05:02:01 2 0.68 0.00 0.25 2.07 0.00 97.00 [2024-11-13T05:14:02.803Z] 05:02:01 3 1.74 0.00 0.41 0.03 0.02 97.80 [2024-11-13T05:14:02.803Z] 05:02:01 4 0.60 0.00 0.22 0.02 0.02 99.15 [2024-11-13T05:14:02.803Z] 05:02:01 5 0.60 0.00 0.63 0.47 0.02 98.28 [2024-11-13T05:14:02.803Z] 05:02:01 6 0.65 0.00 0.30 0.10 0.02 98.93 [2024-11-13T05:14:02.803Z] 05:02:01 7 0.50 0.00 0.60 0.08 0.02 98.80 [2024-11-13T05:14:02.803Z] 05:03:01 all 0.06 0.00 0.05 0.03 0.01 99.85 [2024-11-13T05:14:02.803Z] 05:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2024-11-13T05:14:02.803Z] 05:03:01 1 0.05 0.00 0.07 0.02 0.02 99.85 [2024-11-13T05:14:02.803Z] 05:03:01 2 0.07 0.00 0.05 0.17 0.00 99.72 [2024-11-13T05:14:02.803Z] 05:03:01 3 0.23 0.00 0.07 0.00 0.02 99.68 [2024-11-13T05:14:02.803Z] 05:03:01 4 0.03 0.00 0.05 0.00 0.00 99.92 [2024-11-13T05:14:02.803Z] 05:03:01 5 0.00 0.00 0.05 0.00 0.00 99.95 [2024-11-13T05:14:02.803Z] 05:03:01 6 0.03 0.00 0.07 0.00 0.03 99.87 [2024-11-13T05:14:02.803Z] 05:03:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2024-11-13T05:14:02.803Z] 05:04:01 all 0.03 0.00 0.01 0.03 0.01 99.92 [2024-11-13T05:14:02.803Z] 05:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-13T05:14:02.803Z] 05:04:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2024-11-13T05:14:02.803Z] 05:04:01 2 0.02 0.00 0.00 0.23 0.00 99.75 [2024-11-13T05:14:02.803Z] 05:04:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2024-11-13T05:14:02.803Z] 05:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-13T05:14:02.803Z] 05:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-13T05:14:02.803Z] 05:04:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-13T05:14:02.803Z] 05:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-13T05:14:02.803Z] 05:05:01 all 0.05 0.00 0.02 0.01 0.01 99.92 [2024-11-13T05:14:02.803Z] 05:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-11-13T05:14:02.803Z] 05:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-13T05:14:02.803Z] 05:05:01 2 0.02 0.00 0.02 0.05 0.02 99.90 [2024-11-13T05:14:02.803Z] 05:05:01 3 0.27 0.00 0.02 0.00 0.02 99.70 [2024-11-13T05:14:02.803Z] 05:05:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2024-11-13T05:14:02.803Z] 05:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-13T05:14:02.803Z] 05:05:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-13T05:14:02.803Z] 05:05:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2024-11-13T05:14:02.803Z] 05:06:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-11-13T05:14:02.803Z] 05:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-13T05:14:02.803Z] 05:06:01 1 0.03 0.00 0.02 0.07 0.00 99.88 [2024-11-13T05:14:02.803Z] 05:06:01 2 0.02 0.00 0.00 0.05 0.00 99.93 [2024-11-13T05:14:02.804Z] 05:06:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2024-11-13T05:14:02.804Z] 05:06:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-11-13T05:14:02.804Z] 05:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-11-13T05:14:02.804Z] 05:06:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-13T05:14:02.804Z] 05:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-13T05:14:02.804Z] 05:07:01 all 0.10 0.00 0.01 0.01 0.01 99.87 [2024-11-13T05:14:02.804Z] 05:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-13T05:14:02.804Z] 05:07:01 1 0.32 0.00 0.00 0.00 0.02 99.67 [2024-11-13T05:14:02.804Z] 05:07:01 2 0.00 0.00 0.00 0.08 0.02 99.90 [2024-11-13T05:14:02.804Z] 05:07:01 3 0.42 0.00 0.02 0.00 0.02 99.55 [2024-11-13T05:14:02.804Z] 05:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-11-13T05:14:02.804Z] 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-13T05:14:02.804Z] 05:07:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2024-11-13T05:14:02.804Z] 05:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-13T05:14:02.804Z] [2024-11-13T05:14:02.804Z] 05:07:01 CPU %user %nice %system %iowait %steal %idle [2024-11-13T05:14:02.804Z] 05:08:01 all 0.24 0.00 0.02 0.01 0.01 99.73 [2024-11-13T05:14:02.804Z] 05:08:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2024-11-13T05:14:02.804Z] 05:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-13T05:14:02.804Z] 05:08:01 2 0.02 0.00 0.03 0.07 0.00 99.88 [2024-11-13T05:14:02.804Z] 05:08:01 3 1.74 0.00 0.05 0.00 0.00 98.21 [2024-11-13T05:14:02.804Z] 05:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-13T05:14:02.804Z] 05:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-13T05:14:02.804Z] 05:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-13T05:14:02.804Z] 05:08:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-13T05:14:02.804Z] 05:09:01 all 0.03 0.00 0.01 0.05 0.01 99.90 [2024-11-13T05:14:02.804Z] 05:09:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2024-11-13T05:14:02.804Z] 05:09:01 1 0.08 0.00 0.02 0.02 0.02 99.87 [2024-11-13T05:14:02.804Z] 05:09:01 2 0.02 0.00 0.00 0.38 0.00 99.60 [2024-11-13T05:14:02.804Z] 05:09:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2024-11-13T05:14:02.804Z] 05:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-13T05:14:02.804Z] 05:09:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-11-13T05:14:02.804Z] 05:09:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2024-11-13T05:14:02.804Z] 05:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-13T05:14:02.804Z] 05:10:01 all 0.05 0.00 0.01 0.06 0.01 99.87 [2024-11-13T05:14:02.804Z] 05:10:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2024-11-13T05:14:02.804Z] 05:10:01 1 0.02 0.00 0.02 0.03 0.00 99.93 [2024-11-13T05:14:02.804Z] 05:10:01 2 0.00 0.00 0.00 0.47 0.00 99.53 [2024-11-13T05:14:02.804Z] 05:10:01 3 0.25 0.00 0.03 0.00 0.00 99.72 [2024-11-13T05:14:02.804Z] 05:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-13T05:14:02.804Z] 05:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-13T05:14:02.804Z] 05:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-11-13T05:14:02.804Z] 05:10:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-11-13T05:14:02.804Z] 05:11:01 all 0.03 0.00 0.02 0.01 0.01 99.92 [2024-11-13T05:14:02.804Z] 05:11:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2024-11-13T05:14:02.804Z] 05:11:01 1 0.03 0.00 0.03 0.02 0.02 99.90 [2024-11-13T05:14:02.804Z] 05:11:01 2 0.00 0.00 0.00 0.07 0.02 99.92 [2024-11-13T05:14:02.804Z] 05:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2024-11-13T05:14:02.804Z] 05:11:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2024-11-13T05:14:02.804Z] 05:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-13T05:14:02.804Z] 05:11:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-11-13T05:14:02.804Z] 05:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-11-13T05:14:02.804Z] 05:12:01 all 0.10 0.00 0.02 0.02 0.01 99.85 [2024-11-13T05:14:02.804Z] 05:12:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-13T05:14:02.804Z] 05:12:01 1 0.03 0.00 0.00 0.08 0.02 99.87 [2024-11-13T05:14:02.804Z] 05:12:01 2 0.03 0.00 0.02 0.08 0.00 99.87 [2024-11-13T05:14:02.804Z] 05:12:01 3 0.63 0.00 0.02 0.00 0.00 99.35 [2024-11-13T05:14:02.804Z] 05:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-13T05:14:02.804Z] 05:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-11-13T05:14:02.804Z] 05:12:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-11-13T05:14:02.804Z] 05:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-13T05:14:02.804Z] 05:13:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2024-11-13T05:14:02.804Z] 05:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-13T05:14:02.804Z] 05:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-13T05:14:02.804Z] 05:13:01 2 0.00 0.00 0.00 0.12 0.00 99.88 [2024-11-13T05:14:02.804Z] 05:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-13T05:14:02.804Z] 05:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-13T05:14:02.804Z] 05:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-13T05:14:02.804Z] 05:13:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-13T05:14:02.804Z] 05:13:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-11-13T05:14:02.804Z] 05:14:01 all 0.88 0.00 0.35 0.03 0.02 98.72 [2024-11-13T05:14:02.804Z] 05:14:01 0 0.47 0.00 0.38 0.00 0.03 99.12 [2024-11-13T05:14:02.804Z] 05:14:01 1 1.15 0.00 0.23 0.07 0.02 98.53 [2024-11-13T05:14:02.804Z] 05:14:01 2 0.60 0.00 0.32 0.12 0.00 98.97 [2024-11-13T05:14:02.804Z] 05:14:01 3 1.33 0.00 0.53 0.02 0.03 98.09 [2024-11-13T05:14:02.804Z] 05:14:01 4 1.15 0.00 0.38 0.00 0.02 98.45 [2024-11-13T05:14:02.804Z] 05:14:01 5 0.48 0.00 0.28 0.02 0.02 99.20 [2024-11-13T05:14:02.804Z] 05:14:01 6 0.63 0.00 0.27 0.00 0.02 99.08 [2024-11-13T05:14:02.804Z] 05:14:01 7 1.20 0.00 0.42 0.03 0.02 98.33 [2024-11-13T05:14:02.804Z] Average: all 6.18 0.00 1.11 0.48 0.02 92.20 [2024-11-13T05:14:02.804Z] Average: 0 5.67 0.00 1.12 0.08 0.03 93.11 [2024-11-13T05:14:02.804Z] Average: 1 6.22 0.00 1.20 0.69 0.03 91.86 [2024-11-13T05:14:02.804Z] Average: 2 6.29 0.00 1.07 1.11 0.02 91.51 [2024-11-13T05:14:02.804Z] Average: 3 6.19 0.00 1.08 0.26 0.03 92.44 [2024-11-13T05:14:02.804Z] Average: 4 5.79 0.00 1.02 0.12 0.02 93.05 [2024-11-13T05:14:02.804Z] Average: 5 6.43 0.00 1.11 0.91 0.02 91.53 [2024-11-13T05:14:02.804Z] Average: 6 6.52 0.00 1.19 0.57 0.03 91.69 [2024-11-13T05:14:02.804Z] Average: 7 6.33 0.00 1.08 0.13 0.02 92.43 [2024-11-13T05:14:02.804Z] [2024-11-13T05:14:02.804Z] [2024-11-13T05:14:02.804Z]