Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 34fb17360a6d641a34f5321b1496bf4c790579ed 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-ssh4021481048103008303.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6226594232244262328.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14733666921845171420.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6664072418838541345.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5108467557363449502.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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/v2 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 ‘prd-ubuntu20.04-docker-8c-8g-4710’ is offline Running on prd-ubuntu20.04-docker-8c-8g-4712 in /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/oundry_app-functions-sdk-go_main # 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 Avoid second fetch Checking out Revision 34fb17360a6d641a34f5321b1496bf4c790579ed (main) Commit message: "feat!: [SDK] Remove old metrics collection and REST /metrics endpoint (#1287)" > git config core.sparsecheckout # timeout=10 > git checkout -f 34fb17360a6d641a34f5321b1496bf4c790579ed # timeout=10 > git rev-list --no-walk d7825403f7396528db5b28ec769e42154c03ffcc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-06T18:27:57.667Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-06T18:27:57.733Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-06T18:27:57.750Z] ========================================================= [2023-02-06T18:27:57.750Z] EdgeX Global Pipelines Version Info [2023-02-06T18:27:57.751Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:27:58.464Z] ------------------- [2023-02-06T18:27:58.464Z] stable info: [2023-02-06T18:27:58.464Z] ------------------- [2023-02-06T18:27:58.464Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-06T18:27:58.464Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T18:27:58.464Z] Message: update stable to v1.0.244 [2023-02-06T18:27:59.035Z] ------------------- [2023-02-06T18:27:59.035Z] experimental info: [2023-02-06T18:27:59.035Z] ------------------- [2023-02-06T18:27:59.035Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-06T18:27:59.035Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T18:27:59.035Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-06T18:27:59.196Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2023-02-06T18:27:59.206Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2023-02-06T18:27:59.214Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-06T18:27:59.223Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-06T18:27:59.237Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-06T18:27:59.248Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-06T18:27:59.261Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-06T18:27:59.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-06T18:27:59.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-06T18:27:59.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-06T18:27:59.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-06T18:27:59.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2023-02-06T18:27:59.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-06T18:27:59.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-06T18:27:59.352Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T18:27:59.364Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T18:27:59.376Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T18:27:59.387Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T18:27:59.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-06T18:27:59.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-06T18:27:59.423Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-06T18:27:59.436Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-06T18:27:59.448Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-06T18:27:59.461Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-06T18:27:59.477Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-02-06T18:27:59.489Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-06T18:27:59.500Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-06T18:27:59.516Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-06T18:27:59.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-06T18:27:59.541Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-06T18:27:59.550Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo [2023-02-06T18:27:59.561Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34fb173 [Pipeline] echo [2023-02-06T18:27:59.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-06T18:27:59.941Z] + git rev-list -1 --merges 34fb17360a6d641a34f5321b1496bf4c790579ed~1..34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo [2023-02-06T18:27:59.993Z] -----------> git rev-list -1 --merges 34fb17360a6d641a34f5321b1496bf4c790579ed~1..34fb17360a6d641a34f5321b1496bf4c790579ed 34fb17360a6d641a34f5321b1496bf4c790579ed [false] [Pipeline] sh [2023-02-06T18:28:00.283Z] + git log --format=format:%s -1 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo [2023-02-06T18:28:00.299Z] ========================================================= [2023-02-06T18:28:00.299Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-06T18:28:00.299Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T18:28:00.628Z] + git log --format=format:%s -1 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo [2023-02-06T18:28:00.641Z] [semverPrep] GIT_COMMIT: 34fb17360a6d641a34f5321b1496bf4c790579ed, Commit Message: feat!: [SDK] Remove old metrics collection and REST /metrics endpoint (#1287) [Pipeline] echo [2023-02-06T18:28:00.651Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-06T18:28:01.016Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T18:28:01.016Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-06T18:28:01.016Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-06T18:28:01.016Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-06T18:28:01.016Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-06T18:28:01.016Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-06T18:28:01.016Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:28:01.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T18:28:01.702Z] [2023-02-06T18:28:01.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:28:02.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T18:28:02.292Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-06T18:28:02.292Z] b85a868b505f: Pulling fs layer [2023-02-06T18:28:02.292Z] e2be974225ed: Pulling fs layer [2023-02-06T18:28:02.292Z] 339a4e72a1f5: Pulling fs layer [2023-02-06T18:28:02.292Z] 988bab9f4d93: Pulling fs layer [2023-02-06T18:28:02.292Z] 1469e6f7b9e6: Pulling fs layer [2023-02-06T18:28:02.292Z] eaf3925da568: Pulling fs layer [2023-02-06T18:28:02.292Z] bab4dde63d76: Pulling fs layer [2023-02-06T18:28:02.292Z] bde34c3a00c8: Pulling fs layer [2023-02-06T18:28:02.292Z] b352a97aabf1: Pulling fs layer [2023-02-06T18:28:02.292Z] 4872d77fe225: Pulling fs layer [2023-02-06T18:28:02.292Z] 5851b861e8e6: Pulling fs layer [2023-02-06T18:28:02.292Z] 988bab9f4d93: Waiting [2023-02-06T18:28:02.292Z] 1469e6f7b9e6: Waiting [2023-02-06T18:28:02.292Z] eaf3925da568: Waiting [2023-02-06T18:28:02.292Z] bab4dde63d76: Waiting [2023-02-06T18:28:02.292Z] bde34c3a00c8: Waiting [2023-02-06T18:28:02.292Z] b352a97aabf1: Waiting [2023-02-06T18:28:02.292Z] 4872d77fe225: Waiting [2023-02-06T18:28:02.292Z] 5851b861e8e6: Waiting [2023-02-06T18:28:02.292Z] e2be974225ed: Verifying Checksum [2023-02-06T18:28:02.292Z] e2be974225ed: Download complete [2023-02-06T18:28:02.292Z] 988bab9f4d93: Verifying Checksum [2023-02-06T18:28:02.292Z] 988bab9f4d93: Download complete [2023-02-06T18:28:02.561Z] 1469e6f7b9e6: Verifying Checksum [2023-02-06T18:28:02.561Z] 1469e6f7b9e6: Download complete [2023-02-06T18:28:02.561Z] eaf3925da568: Download complete [2023-02-06T18:28:02.561Z] 339a4e72a1f5: Verifying Checksum [2023-02-06T18:28:02.561Z] 339a4e72a1f5: Download complete [2023-02-06T18:28:02.561Z] bde34c3a00c8: Verifying Checksum [2023-02-06T18:28:02.561Z] bde34c3a00c8: Download complete [2023-02-06T18:28:02.829Z] b352a97aabf1: Download complete [2023-02-06T18:28:02.829Z] 4872d77fe225: Download complete [2023-02-06T18:28:02.829Z] b85a868b505f: Verifying Checksum [2023-02-06T18:28:02.829Z] b85a868b505f: Download complete [2023-02-06T18:28:02.829Z] 5851b861e8e6: Download complete [2023-02-06T18:28:03.107Z] bab4dde63d76: Verifying Checksum [2023-02-06T18:28:03.107Z] bab4dde63d76: Download complete [2023-02-06T18:28:04.062Z] b85a868b505f: Pull complete [2023-02-06T18:28:04.321Z] e2be974225ed: Pull complete [2023-02-06T18:28:04.891Z] 339a4e72a1f5: Pull complete [2023-02-06T18:28:04.891Z] 988bab9f4d93: Pull complete [2023-02-06T18:28:05.150Z] 1469e6f7b9e6: Pull complete [2023-02-06T18:28:05.150Z] eaf3925da568: Pull complete [2023-02-06T18:28:07.073Z] bab4dde63d76: Pull complete [2023-02-06T18:28:07.073Z] bde34c3a00c8: Pull complete [2023-02-06T18:28:07.073Z] b352a97aabf1: Pull complete [2023-02-06T18:28:07.073Z] 4872d77fe225: Pull complete [2023-02-06T18:28:07.332Z] 5851b861e8e6: Pull complete [2023-02-06T18:28:07.332Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-06T18:28:07.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T18:28:07.332Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:28:07.426Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:28:07.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T18:28:10.047Z] $ docker top 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 -eo pid,comm [2023-02-06T18:28:10.098Z] 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). [2023-02-06T18:28:10.098Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T18:28:10.135Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T18:28:10.135Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T18:28:10.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T18:28:10.255Z] $ docker exec 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent [2023-02-06T18:28:10.354Z] SSH_AUTH_SOCK=/tmp/ssh-RL40pVGo94m6/agent.33 [2023-02-06T18:28:10.354Z] SSH_AGENT_PID=40 [2023-02-06T18:28:10.361Z] Running ssh-add (command line suppressed) [2023-02-06T18:28:10.455Z] Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7962677279995616826.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7962677279995616826.key) [2023-02-06T18:28:10.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T18:28:10.754Z] + git tag --points-at HEAD [Pipeline] } [2023-02-06T18:28:10.767Z] $ docker exec --env ******** --env ******** 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent -k [2023-02-06T18:28:10.882Z] unset SSH_AUTH_SOCK; [2023-02-06T18:28:10.883Z] unset SSH_AGENT_PID; [2023-02-06T18:28:10.883Z] echo Agent pid 40 killed; [2023-02-06T18:28:10.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-06T18:28:10.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T18:28:10.918Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T18:28:11.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T18:28:11.030Z] $ docker exec 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent [2023-02-06T18:28:11.139Z] SSH_AUTH_SOCK=/tmp/ssh-hmU5q1ES8OLD/agent.72 [2023-02-06T18:28:11.139Z] SSH_AGENT_PID=78 [2023-02-06T18:28:11.143Z] Running ssh-add (command line suppressed) [2023-02-06T18:28:11.255Z] Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_13219335479642172103.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_13219335479642172103.key) [2023-02-06T18:28:11.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T18:28:11.549Z] + git semver init [2023-02-06T18:28:11.809Z] 2023-02-06 18:28:11,753 [run_init] DEBUG init version:0.0.0 force:False [2023-02-06T18:28:11.809Z] 2023-02-06 18:28:11,754 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_app-functions-sdk-go_main/.semver [2023-02-06T18:28:11.809Z] 2023-02-06 18:28:11,755 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/oundry_app-functions-sdk-go_main/.semver [2023-02-06T18:28:11.809Z] 2023-02-06 18:28:11,755 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/oundry_app-functions-sdk-go_main/.semver'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-06T18:28:13.716Z] 2023-02-06 18:28:13,483 [append_file] DEBUG append to file:/w/workspace/oundry_app-functions-sdk-go_main/.git/info/exclude [2023-02-06T18:28:13.716Z] 2023-02-06 18:28:13,484 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:False [2023-02-06T18:28:13.716Z] 2023-02-06 18:28:13,484 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:28:13.716Z] 2023-02-06 18:28:13,484 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:28:13.716Z] 3.0.0-dev.24 [Pipeline] } [2023-02-06T18:28:13.743Z] $ docker exec --env ******** --env ******** 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent -k [2023-02-06T18:28:13.836Z] unset SSH_AUTH_SOCK; [2023-02-06T18:28:13.836Z] unset SSH_AGENT_PID; [2023-02-06T18:28:13.837Z] echo Agent pid 78 killed; [2023-02-06T18:28:13.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T18:28:14.145Z] + git semver [Pipeline] } [2023-02-06T18:28:14.419Z] $ docker stop --time=1 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 [2023-02-06T18:28:15.695Z] $ docker rm -f --volumes 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T18:28:16.035Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-06T18:28:16.249Z] Stashed 1 file(s) [Pipeline] echo [2023-02-06T18:28:16.253Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.24 [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 [2023-02-06T18:28:16.378Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T18:28:16.389Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T18:28:16.395Z] ========================================================= [2023-02-06T18:28:16.395Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-06T18:28:16.395Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-06T18:28:16.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T18:28:16.687Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-06T18:28:16.687Z] 213ec9aee27d: Pulling fs layer [2023-02-06T18:28:16.687Z] 4583459ba037: Pulling fs layer [2023-02-06T18:28:16.687Z] 93c1e223e6f2: Pulling fs layer [2023-02-06T18:28:16.687Z] 53926ce57604: Pulling fs layer [2023-02-06T18:28:16.687Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-06T18:28:16.687Z] 22ff95d597cd: Pulling fs layer [2023-02-06T18:28:16.687Z] 12d6caf4c0d1: Pulling fs layer [2023-02-06T18:28:16.687Z] 96b7cbca73a9: Pulling fs layer [2023-02-06T18:28:16.687Z] a7acece74701: Pulling fs layer [2023-02-06T18:28:16.687Z] 53926ce57604: Waiting [2023-02-06T18:28:16.687Z] 21b2b0c7a3f4: Waiting [2023-02-06T18:28:16.687Z] 22ff95d597cd: Waiting [2023-02-06T18:28:16.687Z] 12d6caf4c0d1: Waiting [2023-02-06T18:28:16.687Z] 96b7cbca73a9: Waiting [2023-02-06T18:28:16.687Z] a7acece74701: Waiting [2023-02-06T18:28:16.687Z] 93c1e223e6f2: Verifying Checksum [2023-02-06T18:28:16.687Z] 93c1e223e6f2: Download complete [2023-02-06T18:28:16.687Z] 4583459ba037: Download complete [2023-02-06T18:28:16.687Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-06T18:28:16.687Z] 21b2b0c7a3f4: Download complete [2023-02-06T18:28:16.687Z] 22ff95d597cd: Verifying Checksum [2023-02-06T18:28:16.687Z] 22ff95d597cd: Download complete [2023-02-06T18:28:16.687Z] 213ec9aee27d: Verifying Checksum [2023-02-06T18:28:16.687Z] 213ec9aee27d: Download complete [2023-02-06T18:28:16.954Z] 12d6caf4c0d1: Download complete [2023-02-06T18:28:16.954Z] 213ec9aee27d: Pull complete [2023-02-06T18:28:16.954Z] 4583459ba037: Pull complete [2023-02-06T18:28:17.228Z] 93c1e223e6f2: Pull complete [2023-02-06T18:28:18.298Z] a7acece74701: Verifying Checksum [2023-02-06T18:28:18.298Z] a7acece74701: Download complete [2023-02-06T18:28:18.298Z] 53926ce57604: Verifying Checksum [2023-02-06T18:28:18.298Z] 53926ce57604: Download complete [2023-02-06T18:28:18.561Z] 96b7cbca73a9: Verifying Checksum [2023-02-06T18:28:18.561Z] 96b7cbca73a9: Download complete [2023-02-06T18:28:23.906Z] 53926ce57604: Pull complete [2023-02-06T18:28:23.906Z] 21b2b0c7a3f4: Pull complete [2023-02-06T18:28:24.166Z] 22ff95d597cd: Pull complete [2023-02-06T18:28:24.166Z] 12d6caf4c0d1: Pull complete [2023-02-06T18:28:26.072Z] 96b7cbca73a9: Pull complete [2023-02-06T18:28:26.643Z] a7acece74701: Pull complete [2023-02-06T18:28:26.643Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-06T18:28:26.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T18:28:26.643Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-02-06T18:28:26.928Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:28:27.226Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T18:28:27.226Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:28:27.293Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:28:27.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T18:28:31.324Z] Still waiting to schedule task [2023-02-06T18:28:31.324Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-4711’ is offline [2023-02-06T18:28:31.831Z] $ docker top e8cf7a1104eee1f07d17f91a2aa9f334db9263f1d552cde9ac42069eb7af245a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T18:28:32.566Z] + go version [2023-02-06T18:28:32.566Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-06T18:28:32.580Z] $ docker stop --time=1 e8cf7a1104eee1f07d17f91a2aa9f334db9263f1d552cde9ac42069eb7af245a [2023-02-06T18:28:35.195Z] $ docker rm -f --volumes e8cf7a1104eee1f07d17f91a2aa9f334db9263f1d552cde9ac42069eb7af245a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:28:35.607Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T18:28:35.607Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:28:35.683Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:28:35.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T18:28:36.089Z] $ docker top 5bd19c64e148d1267a18651188be1589b893d4d5225afa9d4d6514637cf21d69 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T18:28:36.444Z] + git config --global --add safe.directory /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-06T18:28:36.746Z] + make test [2023-02-06T18:28:36.746Z] make -C ./app-service-template build [2023-02-06T18:28:36.746Z] make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2023-02-06T18:28:36.746Z] go mod tidy [2023-02-06T18:28:36.746Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-06T18:28:36.746Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.6 [2023-02-06T18:28:36.746Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-06T18:28:36.746Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-06T18:28:36.746Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.0-dev.11 [2023-02-06T18:28:37.006Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.4 [2023-02-06T18:28:37.006Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-06T18:28:37.006Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 [2023-02-06T18:28:37.006Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-06T18:28:37.006Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-06T18:28:37.006Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-06T18:28:37.006Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-06T18:28:37.006Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-06T18:28:37.006Z] go: downloading github.com/go-playground/validator/v10 v10.11.1 [2023-02-06T18:28:37.006Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-06T18:28:37.006Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.2 [2023-02-06T18:28:37.006Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 [2023-02-06T18:28:37.006Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2023-02-06T18:28:37.006Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-06T18:28:37.006Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-06T18:28:37.006Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-06T18:28:37.006Z] go: downloading golang.org/x/net v0.5.0 [2023-02-06T18:28:37.006Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-06T18:28:37.006Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2023-02-06T18:28:37.006Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-06T18:28:37.006Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-06T18:28:37.006Z] go: downloading golang.org/x/text v0.6.0 [2023-02-06T18:28:37.265Z] go: downloading github.com/go-playground/locales v0.14.0 [2023-02-06T18:28:37.265Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-06T18:28:37.523Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-02-06T18:28:37.523Z] go: downloading github.com/nats-io/nats.go v1.20.0 [2023-02-06T18:28:37.523Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-06T18:28:37.523Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-06T18:28:37.523Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2023-02-06T18:28:37.523Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2023-02-06T18:28:37.523Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.9 [2023-02-06T18:28:37.523Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-06T18:28:37.783Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-06T18:28:37.783Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-06T18:28:37.783Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-06T18:28:37.783Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-06T18:28:37.783Z] go: downloading github.com/google/go-cmp v0.5.9 [2023-02-06T18:28:37.783Z] go: downloading github.com/hashicorp/consul/sdk v0.13.0 [2023-02-06T18:28:37.783Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2023-02-06T18:28:37.783Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-06T18:28:37.783Z] go: downloading github.com/Microsoft/go-winio v0.6.0 [2023-02-06T18:28:38.042Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-06T18:28:38.042Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-06T18:28:38.042Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2023-02-06T18:28:38.313Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-02-06T18:28:38.313Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2023-02-06T18:28:38.313Z] go: downloading github.com/onsi/gomega v1.7.0 [2023-02-06T18:28:38.313Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-06T18:28:38.313Z] go: downloading github.com/kr/pretty v0.3.0 [2023-02-06T18:28:38.313Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-06T18:28:38.313Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-06T18:28:38.313Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-06T18:28:38.313Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-02-06T18:28:38.313Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-06T18:28:38.313Z] go: downloading github.com/hashicorp/go-version v1.2.1 [2023-02-06T18:28:38.313Z] go: downloading github.com/pkg/errors v0.9.1 [2023-02-06T18:28:38.313Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2023-02-06T18:28:38.313Z] go: downloading github.com/hashicorp/memberlist v0.5.0 [2023-02-06T18:28:38.313Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-02-06T18:28:38.313Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2023-02-06T18:28:38.313Z] go: downloading github.com/klauspost/compress v1.15.11 [2023-02-06T18:28:38.313Z] go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af [2023-02-06T18:28:38.313Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-06T18:28:38.313Z] go: downloading golang.org/x/tools v0.5.0 [2023-02-06T18:28:38.313Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-06T18:28:38.313Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-06T18:28:38.571Z] go: downloading github.com/kr/text v0.2.0 [2023-02-06T18:28:38.571Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2023-02-06T18:28:38.571Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-06T18:28:38.830Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-06T18:28:38.830Z] go: downloading github.com/pascaldekloe/goe v0.1.0 [2023-02-06T18:28:38.830Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2023-02-06T18:28:38.830Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2023-02-06T18:28:38.830Z] go: downloading github.com/miekg/dns v1.1.41 [2023-02-06T18:28:38.830Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2023-02-06T18:28:39.089Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-02-06T18:28:39.089Z] go: downloading github.com/hpcloud/tail v1.0.0 [2023-02-06T18:28:39.089Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-06T18:28:39.089Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2023-02-06T18:28:39.089Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2023-02-06T18:28:39.089Z] go: downloading golang.org/x/mod v0.7.0 [2023-02-06T18:28:40.026Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service [2023-02-06T18:28:55.503Z] make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2023-02-06T18:28:55.503Z] make -C ./app-service-template test [2023-02-06T18:28:55.503Z] make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2023-02-06T18:28:55.503Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T18:29:16.681Z] ok app-new-service 0.067s coverage: 48.1% of statements [2023-02-06T18:29:16.681Z] ? app-new-service/config [no test files] [2023-02-06T18:29:16.681Z] ok app-new-service/functions 0.067s coverage: 85.3% of statements [2023-02-06T18:29:16.681Z] go vet ./... [2023-02-06T18:29:25.623Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T18:29:25.623Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T18:29:25.623Z] ./bin/test-attribution-txt.sh [2023-02-06T18:29:25.623Z] make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2023-02-06T18:29:25.623Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T18:29:25.623Z] go: downloading github.com/gomodule/redigo v1.8.9 [2023-02-06T18:29:25.623Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] [2023-02-06T18:29:28.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 0.127s coverage: 64.2% of statements [2023-02-06T18:29:28.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 0.080s coverage: 93.0% of statements [2023-02-06T18:29:28.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] [2023-02-06T18:29:28.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 0.089s coverage: 84.8% of statements [2023-02-06T18:29:28.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] [2023-02-06T18:29:28.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/controller/rest 0.080s coverage: 87.8% of statements [2023-02-06T18:29:28.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 0.062s coverage: 100.0% of statements [2023-02-06T18:29:28.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 0.190s coverage: 77.4% of statements [2023-02-06T18:29:28.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] [2023-02-06T18:29:28.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] [2023-02-06T18:29:28.691Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 0.069s coverage: 97.3% of statements [2023-02-06T18:29:28.691Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] [2023-02-06T18:29:28.691Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 0.088s coverage: 82.8% of statements [2023-02-06T18:29:28.691Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] [2023-02-06T18:29:28.691Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 0.092s coverage: 64.8% of statements [2023-02-06T18:29:28.691Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus/mocks [no test files] [2023-02-06T18:29:28.691Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] [2023-02-06T18:29:28.691Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 0.084s coverage: 28.7% of statements [2023-02-06T18:29:28.691Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] [2023-02-06T18:29:28.691Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 0.067s coverage: 14.3% of statements [2023-02-06T18:29:28.691Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 0.045s coverage: 27.3% of statements [2023-02-06T18:29:28.691Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] [2023-02-06T18:29:28.691Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-06T18:29:28.691Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 0.055s coverage: 52.8% of statements [2023-02-06T18:30:00.103Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 25.167s coverage: 75.2% of statements [2023-02-06T18:30:00.103Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 0.054s coverage: 94.4% of statements [2023-02-06T18:30:00.103Z] go vet ./... [2023-02-06T18:30:00.103Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T18:30:00.103Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T18:30:02.645Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [Pipeline] echo [2023-02-06T18:30:02.656Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T18:30:02.670Z] $ docker stop --time=1 5bd19c64e148d1267a18651188be1589b893d4d5225afa9d4d6514637cf21d69 [2023-02-06T18:30:03.551Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4715 in /w/workspace/oundry_app-functions-sdk-go_main [2023-02-06T18:30:04.587Z] $ docker rm -f --volumes 5bd19c64e148d1267a18651188be1589b893d4d5225afa9d4d6514637cf21d69 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws [2023-02-06T18:30:05.198Z] Running in /w/workspace/app-functions-sdk-go/213 [Pipeline] { [Pipeline] checkout [2023-02-06T18:30:05.230Z] The recommended git tool is: git [2023-02-06T18:30:05.445Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T18:30:05.533Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:30:05.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T18:30:05.990Z] [2023-02-06T18:30:05.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:30:06.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T18:30:06.890Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-06T18:30:06.890Z] 5eb5b503b376: Pulling fs layer [2023-02-06T18:30:06.890Z] 5c69ac0246d0: Pulling fs layer [2023-02-06T18:30:06.890Z] ec43610c2a17: Pulling fs layer [2023-02-06T18:30:06.890Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-06T18:30:06.890Z] 33b1e0a273af: Pulling fs layer [2023-02-06T18:30:06.890Z] 5d3b04190fa2: Pulling fs layer [2023-02-06T18:30:06.890Z] 2f39f015ded8: Pulling fs layer [2023-02-06T18:30:06.890Z] 3a2ae6a8a46f: Waiting [2023-02-06T18:30:06.890Z] 33b1e0a273af: Waiting [2023-02-06T18:30:06.890Z] 5d3b04190fa2: Waiting [2023-02-06T18:30:06.890Z] 2f39f015ded8: Waiting [2023-02-06T18:30:06.890Z] 5c69ac0246d0: Download complete [2023-02-06T18:30:06.890Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-06T18:30:06.890Z] 3a2ae6a8a46f: Download complete [2023-02-06T18:30:07.153Z] ec43610c2a17: Verifying Checksum [2023-02-06T18:30:07.153Z] ec43610c2a17: Download complete [2023-02-06T18:30:07.153Z] 5d3b04190fa2: Download complete [2023-02-06T18:30:07.414Z] 33b1e0a273af: Verifying Checksum [2023-02-06T18:30:07.414Z] 33b1e0a273af: Download complete [2023-02-06T18:30:07.414Z] 5eb5b503b376: Verifying Checksum [2023-02-06T18:30:07.414Z] 5eb5b503b376: Download complete [2023-02-06T18:30:07.989Z] 2f39f015ded8: Download complete [2023-02-06T18:30:08.978Z] 5eb5b503b376: Pull complete [2023-02-06T18:30:09.914Z] 5c69ac0246d0: Pull complete [2023-02-06T18:30:10.057Z] using credential edgex-jenkins-ssh [2023-02-06T18:30:10.075Z] Cloning the remote Git repository [2023-02-06T18:30:10.122Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2023-02-06T18:30:10.483Z] ec43610c2a17: Pull complete [2023-02-06T18:30:10.742Z] 3a2ae6a8a46f: Pull complete [2023-02-06T18:30:11.002Z] 33b1e0a273af: Pull complete [2023-02-06T18:30:11.002Z] 5d3b04190fa2: Pull complete [2023-02-06T18:30:10.200Z] > git init /w/workspace/app-functions-sdk-go/213 # timeout=10 [2023-02-06T18:30:10.348Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2023-02-06T18:30:10.349Z] > git --version # timeout=10 [2023-02-06T18:30:10.370Z] > git --version # 'git version 2.25.1' [2023-02-06T18:30:10.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-06T18:30:10.433Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T18:30:15.030Z] Avoid second fetch [2023-02-06T18:30:15.030Z] Checking out Revision 34fb17360a6d641a34f5321b1496bf4c790579ed (main) [2023-02-06T18:30:14.078Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2023-02-06T18:30:14.111Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T18:30:15.053Z] > git config core.sparsecheckout # timeout=10 [2023-02-06T18:30:15.072Z] > git checkout -f 34fb17360a6d641a34f5321b1496bf4c790579ed # timeout=10 [2023-02-06T18:30:15.599Z] Commit message: "feat!: [SDK] Remove old metrics collection and REST /metrics endpoint (#1287)" [2023-02-06T18:30:16.099Z] [2023-02-06T18:30:16.099Z] GitHub has been notified of this commit’s build result [2023-02-06T18:30:16.099Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T18:30:16.427Z] 2f39f015ded8: Pull complete [2023-02-06T18:30:16.427Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-06T18:30:16.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T18:30:16.427Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:30:16.504Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:30:16.539Z] $ 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/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T18:30:16.630Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-06T18:30:16.630Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T18:30:16.630Z] Dload Upload Total Spent Left Speed [2023-02-06T18:30:16.630Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 90432 [2023-02-06T18:30:27.395Z] $ docker top a0387751d2fa947a3852a78a0bc0e41049532b097e1383d829838ee10fce2ae6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:30:27.777Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-06T18:30:27.846Z] ---> job-cost.sh [2023-02-06T18:30:27.846Z] lf-activate-venv: SKIPPING [2023-02-06T18:30:27.846Z] INFO: No Stack... [2023-02-06T18:30:28.112Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2023-02-06T18:30:28.112Z] /etc/docker/daemon.new [2023-02-06T18:30:28.112Z] { [2023-02-06T18:30:28.112Z] "registry-mirrors": [ [2023-02-06T18:30:28.112Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-06T18:30:28.112Z] ], [2023-02-06T18:30:28.112Z] "bip": "10.250.0.254/24", [2023-02-06T18:30:28.112Z] "hosts": [ [2023-02-06T18:30:28.112Z] "tcp://0.0.0.0:5555", [2023-02-06T18:30:28.112Z] "unix:///var/run/docker.sock" [2023-02-06T18:30:28.112Z] ], [2023-02-06T18:30:28.112Z] "mtu": 1458, [2023-02-06T18:30:28.112Z] "selinux-enabled": true, [2023-02-06T18:30:28.112Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-06T18:30:28.112Z] } [Pipeline] sh [2023-02-06T18:30:28.426Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T18:30:28.449Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-06T18:30:28.717Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T18:30:28.796Z] + sudo service docker restart [2023-02-06T18:30:29.209Z] + cat /w/workspace/oundry_app-functions-sdk-go_main/archives/cost.csv [2023-02-06T18:30:29.209Z] + cut -d, -f6 [Pipeline] lock [2023-02-06T18:30:29.263Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [2023-02-06T18:30:29.268Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] did not exist. Created. [2023-02-06T18:30:29.268Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T18:30:29.718Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-06T18:30:29.759Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T18:30:29.765Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T18:30:29.788Z] $ docker stop --time=1 a0387751d2fa947a3852a78a0bc0e41049532b097e1383d829838ee10fce2ae6 [2023-02-06T18:30:31.343Z] $ docker rm -f --volumes a0387751d2fa947a3852a78a0bc0e41049532b097e1383d829838ee10fce2ae6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] unstash [Pipeline] echo [2023-02-06T18:30:47.268Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T18:30:47.284Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T18:30:47.297Z] ========================================================= [2023-02-06T18:30:47.297Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-06T18:30:47.297Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-06T18:30:47.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T18:30:48.216Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-06T18:30:48.216Z] 9b18e9b68314: Pulling fs layer [2023-02-06T18:30:48.216Z] 35d82f9e3411: Pulling fs layer [2023-02-06T18:30:48.216Z] e16973657156: Pulling fs layer [2023-02-06T18:30:48.216Z] fc693d55d65f: Pulling fs layer [2023-02-06T18:30:48.216Z] 7e9fc2657dce: Pulling fs layer [2023-02-06T18:30:48.216Z] dda99020689f: Pulling fs layer [2023-02-06T18:30:48.216Z] db1c61fa0a46: Pulling fs layer [2023-02-06T18:30:48.216Z] 891c053d2c06: Pulling fs layer [2023-02-06T18:30:48.216Z] fc693d55d65f: Waiting [2023-02-06T18:30:48.216Z] dda99020689f: Waiting [2023-02-06T18:30:48.216Z] 7e9fc2657dce: Waiting [2023-02-06T18:30:48.216Z] 891c053d2c06: Waiting [2023-02-06T18:30:48.216Z] db1c61fa0a46: Waiting [2023-02-06T18:30:48.216Z] e16973657156: Verifying Checksum [2023-02-06T18:30:48.216Z] e16973657156: Download complete [2023-02-06T18:30:48.216Z] 35d82f9e3411: Verifying Checksum [2023-02-06T18:30:48.216Z] 35d82f9e3411: Download complete [2023-02-06T18:30:48.216Z] 7e9fc2657dce: Download complete [2023-02-06T18:30:48.216Z] dda99020689f: Verifying Checksum [2023-02-06T18:30:48.216Z] dda99020689f: Download complete [2023-02-06T18:30:48.216Z] 9b18e9b68314: Verifying Checksum [2023-02-06T18:30:48.216Z] 9b18e9b68314: Download complete [2023-02-06T18:30:49.187Z] 9b18e9b68314: Pull complete [2023-02-06T18:30:49.458Z] 891c053d2c06: Verifying Checksum [2023-02-06T18:30:49.458Z] 891c053d2c06: Download complete [2023-02-06T18:30:49.731Z] 35d82f9e3411: Pull complete [2023-02-06T18:30:50.001Z] e16973657156: Pull complete [2023-02-06T18:30:50.978Z] db1c61fa0a46: Verifying Checksum [2023-02-06T18:30:50.978Z] db1c61fa0a46: Download complete [2023-02-06T18:30:51.249Z] fc693d55d65f: Verifying Checksum [2023-02-06T18:30:51.249Z] fc693d55d65f: Download complete [2023-02-06T18:31:03.602Z] fc693d55d65f: Pull complete [2023-02-06T18:31:03.602Z] 7e9fc2657dce: Pull complete [2023-02-06T18:31:03.602Z] dda99020689f: Pull complete [2023-02-06T18:31:08.937Z] db1c61fa0a46: Pull complete [2023-02-06T18:31:10.884Z] 891c053d2c06: Pull complete [2023-02-06T18:31:10.884Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-06T18:31:10.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T18:31:10.884Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-02-06T18:31:11.219Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:31:11.561Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T18:31:11.561Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:31:11.753Z] prd-ubuntu20.04-docker-arm64-4c-16g-4715 does not seem to be running inside a container [2023-02-06T18:31:11.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/213 -v /w/workspace/app-functions-sdk-go/213:/w/workspace/app-functions-sdk-go/213:rw,z -v /w/workspace/app-functions-sdk-go/213@tmp:/w/workspace/app-functions-sdk-go/213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T18:31:15.036Z] $ docker top bb3193a66c7588918cddf4b696d154c05f7b08a845f88b1dfb785269ee239283 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T18:31:15.987Z] + go version [2023-02-06T18:31:15.987Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-06T18:31:16.017Z] $ docker stop --time=1 bb3193a66c7588918cddf4b696d154c05f7b08a845f88b1dfb785269ee239283 [2023-02-06T18:31:17.653Z] $ docker rm -f --volumes bb3193a66c7588918cddf4b696d154c05f7b08a845f88b1dfb785269ee239283 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:31:18.181Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T18:31:18.181Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:31:18.347Z] prd-ubuntu20.04-docker-arm64-4c-16g-4715 does not seem to be running inside a container [2023-02-06T18:31:18.412Z] $ 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/213 -v /w/workspace/app-functions-sdk-go/213:/w/workspace/app-functions-sdk-go/213:rw,z -v /w/workspace/app-functions-sdk-go/213@tmp:/w/workspace/app-functions-sdk-go/213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T18:31:19.609Z] $ docker top 398189dd867df07d7edabf9cff7905ee053da20449f31842db22526d17db03f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T18:31:20.083Z] + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/213 [Pipeline] fileExists [Pipeline] sh [2023-02-06T18:31:20.421Z] + make test [2023-02-06T18:31:20.421Z] make -C ./app-service-template build [2023-02-06T18:31:20.689Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/213/app-service-template' [2023-02-06T18:31:20.689Z] go mod tidy [2023-02-06T18:31:20.689Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.6 [2023-02-06T18:31:20.689Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-06T18:31:20.955Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.0-dev.11 [2023-02-06T18:31:20.955Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-06T18:31:20.955Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.4 [2023-02-06T18:31:20.955Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-06T18:31:20.955Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-06T18:31:20.955Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 [2023-02-06T18:31:20.955Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-06T18:31:21.229Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-06T18:31:21.229Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-06T18:31:21.229Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-06T18:31:21.229Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-06T18:31:21.229Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-06T18:31:21.229Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-06T18:31:21.229Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-06T18:31:21.229Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.2 [2023-02-06T18:31:21.229Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 [2023-02-06T18:31:21.494Z] go: downloading github.com/go-playground/validator/v10 v10.11.1 [2023-02-06T18:31:21.494Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-06T18:31:21.494Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-02-06T18:31:21.494Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-06T18:31:21.494Z] go: downloading golang.org/x/net v0.5.0 [2023-02-06T18:31:21.494Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-06T18:31:21.494Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2023-02-06T18:31:21.494Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-06T18:31:21.761Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-06T18:31:21.761Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-06T18:31:21.761Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-06T18:31:22.028Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-06T18:31:22.028Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-02-06T18:31:22.028Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-06T18:31:22.028Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2023-02-06T18:31:22.028Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-06T18:31:22.028Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-06T18:31:22.294Z] go: downloading golang.org/x/text v0.6.0 [2023-02-06T18:31:22.876Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2023-02-06T18:31:22.876Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2023-02-06T18:31:22.876Z] go: downloading github.com/go-playground/locales v0.14.0 [2023-02-06T18:31:25.456Z] go: downloading github.com/nats-io/nats.go v1.20.0 [2023-02-06T18:31:25.456Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.9 [2023-02-06T18:31:25.456Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-06T18:31:25.456Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-06T18:31:25.456Z] go: downloading github.com/Microsoft/go-winio v0.6.0 [2023-02-06T18:31:25.456Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-06T18:31:25.456Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-06T18:31:26.420Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-06T18:31:26.420Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-06T18:31:26.420Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-06T18:31:26.420Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-06T18:31:26.420Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-06T18:31:26.420Z] go: downloading github.com/google/go-cmp v0.5.9 [2023-02-06T18:31:26.420Z] go: downloading github.com/hashicorp/consul/sdk v0.13.0 [2023-02-06T18:31:26.420Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2023-02-06T18:31:26.420Z] go: downloading github.com/kr/pretty v0.3.0 [2023-02-06T18:31:26.420Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-06T18:31:26.420Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-06T18:31:26.686Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-06T18:31:26.686Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2023-02-06T18:31:26.686Z] go: downloading github.com/onsi/gomega v1.7.0 [2023-02-06T18:31:26.686Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-06T18:31:27.269Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2023-02-06T18:31:27.539Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-02-06T18:31:27.539Z] go: downloading golang.org/x/tools v0.5.0 [2023-02-06T18:31:27.539Z] go: downloading github.com/klauspost/compress v1.15.11 [2023-02-06T18:31:27.539Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-02-06T18:31:27.539Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2023-02-06T18:31:27.539Z] go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af [2023-02-06T18:31:27.539Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-06T18:31:27.539Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-06T18:31:30.914Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-02-06T18:31:30.914Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-06T18:31:30.914Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-06T18:31:30.914Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-06T18:31:30.914Z] go: downloading github.com/hashicorp/go-version v1.2.1 [2023-02-06T18:31:30.914Z] go: downloading github.com/pkg/errors v0.9.1 [2023-02-06T18:31:30.914Z] go: downloading github.com/kr/text v0.2.0 [2023-02-06T18:31:30.914Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2023-02-06T18:31:30.914Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-06T18:31:30.914Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2023-02-06T18:31:30.914Z] go: downloading github.com/hashicorp/memberlist v0.5.0 [2023-02-06T18:31:31.183Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-06T18:31:31.183Z] go: downloading github.com/pascaldekloe/goe v0.1.0 [2023-02-06T18:31:31.183Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-02-06T18:31:31.183Z] go: downloading github.com/hpcloud/tail v1.0.0 [2023-02-06T18:31:31.183Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2023-02-06T18:31:31.183Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2023-02-06T18:31:31.183Z] go: downloading github.com/miekg/dns v1.1.41 [2023-02-06T18:31:31.183Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2023-02-06T18:31:31.451Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-06T18:31:31.451Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2023-02-06T18:31:31.451Z] go: downloading golang.org/x/mod v0.7.0 [2023-02-06T18:31:31.451Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2023-02-06T18:31:31.719Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service [2023-02-06T18:33:23.365Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/213/app-service-template' [2023-02-06T18:33:23.365Z] make -C ./app-service-template test [2023-02-06T18:33:23.365Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/213/app-service-template' [2023-02-06T18:33:23.365Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T18:36:17.750Z] ok app-new-service 0.279s coverage: 48.1% of statements [2023-02-06T18:36:17.750Z] ? app-new-service/config [no test files] [2023-02-06T18:36:17.750Z] ok app-new-service/functions 0.287s coverage: 85.3% of statements [2023-02-06T18:36:17.750Z] go vet ./... [2023-02-06T18:37:54.400Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T18:37:54.400Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T18:37:54.400Z] ./bin/test-attribution-txt.sh [2023-02-06T18:37:54.400Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/213/app-service-template' [2023-02-06T18:37:54.400Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T18:37:54.400Z] go: downloading github.com/gomodule/redigo v1.8.9 [2023-02-06T18:37:54.400Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 0.831s coverage: 64.2% of statements [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 0.387s coverage: 93.0% of statements [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 0.375s coverage: 84.8% of statements [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/controller/rest 0.375s coverage: 87.8% of statements [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 0.163s coverage: 100.0% of statements [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 0.877s coverage: 77.4% of statements [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 0.240s coverage: 97.3% of statements [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 0.370s coverage: 82.8% of statements [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] [2023-02-06T18:38:06.703Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 0.379s coverage: 64.8% of statements [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus/mocks [no test files] [2023-02-06T18:38:06.703Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] [2023-02-06T18:38:09.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 0.352s coverage: 28.7% of statements [2023-02-06T18:38:09.306Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] [2023-02-06T18:38:09.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 0.281s coverage: 14.3% of statements [2023-02-06T18:38:11.887Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 0.220s coverage: 27.3% of statements [2023-02-06T18:38:11.887Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] [2023-02-06T18:38:11.887Z] ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-06T18:38:12.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 0.270s coverage: 52.8% of statements [2023-02-06T18:38:44.679Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 25.549s coverage: 75.2% of statements [2023-02-06T18:38:44.680Z] ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 0.231s coverage: 94.4% of statements [2023-02-06T18:38:44.680Z] go vet ./... [2023-02-06T18:38:48.926Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T18:38:48.926Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T18:38:48.926Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo [2023-02-06T18:38:48.945Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T18:38:48.963Z] $ docker stop --time=1 398189dd867df07d7edabf9cff7905ee053da20449f31842db22526d17db03f8 [2023-02-06T18:38:50.770Z] $ docker rm -f --volumes 398189dd867df07d7edabf9cff7905ee053da20449f31842db22526d17db03f8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T18:38:55.146Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T18:38:55.170Z] Warning: overwriting stash ‘coverage-report’ [2023-02-06T18:38:55.752Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:38:56.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T18:38:56.211Z] [2023-02-06T18:38:56.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:38:56.549Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T18:38:56.822Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-06T18:38:56.822Z] 8998bd30e6a1: Pulling fs layer [2023-02-06T18:38:56.822Z] 04944245beec: Pulling fs layer [2023-02-06T18:38:56.822Z] 699f458cf7ca: Pulling fs layer [2023-02-06T18:38:56.822Z] 765212b225bb: Pulling fs layer [2023-02-06T18:38:56.822Z] f23df028b6ca: Pulling fs layer [2023-02-06T18:38:56.822Z] d65c8cfc05b1: Pulling fs layer [2023-02-06T18:38:56.822Z] 2437ff75d9bd: Pulling fs layer [2023-02-06T18:38:56.822Z] d65c8cfc05b1: Waiting [2023-02-06T18:38:56.822Z] 2437ff75d9bd: Waiting [2023-02-06T18:38:56.822Z] 765212b225bb: Waiting [2023-02-06T18:38:56.822Z] f23df028b6ca: Waiting [2023-02-06T18:38:56.822Z] 04944245beec: Verifying Checksum [2023-02-06T18:38:56.822Z] 04944245beec: Download complete [2023-02-06T18:38:56.822Z] 765212b225bb: Verifying Checksum [2023-02-06T18:38:56.822Z] 765212b225bb: Download complete [2023-02-06T18:38:57.090Z] f23df028b6ca: Download complete [2023-02-06T18:38:57.090Z] d65c8cfc05b1: Verifying Checksum [2023-02-06T18:38:57.090Z] d65c8cfc05b1: Download complete [2023-02-06T18:38:57.090Z] 699f458cf7ca: Verifying Checksum [2023-02-06T18:38:57.090Z] 699f458cf7ca: Download complete [2023-02-06T18:38:57.674Z] 8998bd30e6a1: Verifying Checksum [2023-02-06T18:38:57.674Z] 8998bd30e6a1: Download complete [2023-02-06T18:39:00.299Z] 2437ff75d9bd: Download complete [2023-02-06T18:39:01.719Z] 8998bd30e6a1: Pull complete [2023-02-06T18:39:01.985Z] 04944245beec: Pull complete [2023-02-06T18:39:03.390Z] 699f458cf7ca: Pull complete [2023-02-06T18:39:03.655Z] 765212b225bb: Pull complete [2023-02-06T18:39:06.238Z] f23df028b6ca: Pull complete [2023-02-06T18:39:06.238Z] d65c8cfc05b1: Pull complete [2023-02-06T18:39:21.247Z] 2437ff75d9bd: Pull complete [2023-02-06T18:39:21.247Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-06T18:39:21.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T18:39:21.247Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:39:21.444Z] prd-ubuntu20.04-docker-arm64-4c-16g-4715 does not seem to be running inside a container [2023-02-06T18:39:21.519Z] $ 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/213 -v /w/workspace/app-functions-sdk-go/213:/w/workspace/app-functions-sdk-go/213:rw,z -v /w/workspace/app-functions-sdk-go/213@tmp:/w/workspace/app-functions-sdk-go/213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-06T18:39:24.279Z] $ docker top 3ca5f3260a9d7abb5db1aace10ac0373b65eec28d405612783c502ec8fdc97b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:39:25.145Z] ---> job-cost.sh [2023-02-06T18:39:25.145Z] lf-activate-venv: SKIPPING [2023-02-06T18:39:25.145Z] INFO: No Stack... [2023-02-06T18:39:25.729Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-06T18:39:26.690Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T18:39:27.334Z] + cut -d, -f6 [2023-02-06T18:39:27.334Z] + cat /w/workspace/app-functions-sdk-go/213/archives/cost.csv [Pipeline] lock [2023-02-06T18:39:27.404Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [2023-02-06T18:39:27.410Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] did not exist. Created. [2023-02-06T18:39:27.410Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T18:39:28.058Z] /w/workspace/app-functions-sdk-go/213@tmp/durable-d5b45de3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-06T18:39:28.476Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-06T18:39:28.501Z] Warning: overwriting stash ‘stack-cost’ [2023-02-06T18:39:28.591Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T18:39:28.600Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T18:39:28.621Z] $ docker stop --time=1 3ca5f3260a9d7abb5db1aace10ac0373b65eec28d405612783c502ec8fdc97b0 [2023-02-06T18:39:30.146Z] $ docker rm -f --volumes 3ca5f3260a9d7abb5db1aace10ac0373b65eec28d405612783c502ec8fdc97b0 [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 [2023-02-06T18:39:30.557Z] provisioning config files... [2023-02-06T18:39:30.566Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config16690998629977445847tmp [Pipeline] { [Pipeline] sh [2023-02-06T18:39:30.874Z] + set +x [2023-02-06T18:39:30.874Z] + curl -s https://codecov.io/bash [2023-02-06T18:39:30.874Z] + bash -s -- [2023-02-06T18:39:30.874Z] [2023-02-06T18:39:30.874Z] _____ _ [2023-02-06T18:39:30.874Z] / ____| | | [2023-02-06T18:39:30.874Z] | | ___ __| | ___ ___ _____ __ [2023-02-06T18:39:30.874Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-06T18:39:30.874Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-06T18:39:30.874Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-06T18:39:30.874Z] Bash-1.0.6 [2023-02-06T18:39:30.874Z] [2023-02-06T18:39:30.874Z] [2023-02-06T18:39:30.874Z] ==> git version 2.25.1 found [2023-02-06T18:39:30.874Z] ==> 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 [2023-02-06T18:39:30.874Z] Release-Date: 2020-01-08 [2023-02-06T18:39:30.874Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-06T18:39:30.874Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-06T18:39:30.874Z] ==> Jenkins CI detected. [2023-02-06T18:39:30.874Z] current dir:  /w/workspace/oundry_app-functions-sdk-go_main [2023-02-06T18:39:30.874Z] project root: . [2023-02-06T18:39:30.874Z] --> token set from env [2023-02-06T18:39:30.874Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-06T18:39:30.874Z] ==> Running gcov in . (disable via -X gcov) [2023-02-06T18:39:30.874Z] ==> Python coveragepy not found [2023-02-06T18:39:30.874Z] ==> Searching for coverage reports in: [2023-02-06T18:39:30.874Z] + . [2023-02-06T18:39:30.874Z] -> Found 2 reports [2023-02-06T18:39:30.874Z] ==> Detecting git/mercurial file structure [2023-02-06T18:39:30.874Z] ==> Reading reports [2023-02-06T18:39:30.874Z] + ./app-service-template/coverage.out bytes=3432 [2023-02-06T18:39:31.136Z] + ./coverage.out bytes=116524 [2023-02-06T18:39:31.136Z] ==> Appending adjustments [2023-02-06T18:39:31.136Z] https://docs.codecov.io/docs/fixing-reports [2023-02-06T18:39:31.406Z] + Found adjustments [2023-02-06T18:39:31.406Z] ==> Gzipping contents [2023-02-06T18:39:31.406Z] 24K /tmp/codecov.wz8BEk.gz [2023-02-06T18:39:31.406Z] ==> Uploading reports [2023-02-06T18:39:31.406Z] url: https://codecov.io [2023-02-06T18:39:31.406Z] query: branch=main&commit=34fb17360a6d641a34f5321b1496bf4c790579ed&build=213&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F213%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T18:39:31.406Z] -> Pinging Codecov [2023-02-06T18:39:31.406Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=17ebf437-e483-4174-b11b-49c3772ebb45&branch=main&commit=34fb17360a6d641a34f5321b1496bf4c790579ed&build=213&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F213%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T18:39:31.667Z] -> Uploading to [2023-02-06T18:39:31.667Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-06/3D8B5DFFC46A037C893635FACE044666/34fb17360a6d641a34f5321b1496bf4c790579ed/6a6b0980-2ef0-4c99-9006-64b62d55c4f5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T183931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9380380ae5b328462947d799dcb280cc68f0e3571c0448accec7d351d7543dba [2023-02-06T18:39:31.667Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T18:39:31.667Z] Dload Upload Total Spent Left Speed [2023-02-06T18:39:32.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20572 0 0 100 20572 0 51174 --:--:-- --:--:-- --:--:-- 51174 [2023-02-06T18:39:32.235Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] } [2023-02-06T18:39:32.243Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-06T18:39:32.438Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-06T18:39:32.452Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:39:32.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T18:39:32.754Z] [2023-02-06T18:39:32.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:39:33.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T18:39:33.061Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-06T18:39:33.061Z] df9b9388f04a: Pulling fs layer [2023-02-06T18:39:33.061Z] 52dc419b0ee2: Pulling fs layer [2023-02-06T18:39:33.061Z] 25bc292e5bac: Pulling fs layer [2023-02-06T18:39:33.061Z] 114826534d7a: Pulling fs layer [2023-02-06T18:39:33.061Z] 4657fd5d0bcf: Pulling fs layer [2023-02-06T18:39:33.061Z] 6ad1cebc031e: Pulling fs layer [2023-02-06T18:39:33.061Z] 8a3aa393b2d8: Pulling fs layer [2023-02-06T18:39:33.061Z] 114826534d7a: Waiting [2023-02-06T18:39:33.061Z] 6ad1cebc031e: Waiting [2023-02-06T18:39:33.061Z] 4657fd5d0bcf: Waiting [2023-02-06T18:39:33.061Z] 8a3aa393b2d8: Waiting [2023-02-06T18:39:33.061Z] 25bc292e5bac: Verifying Checksum [2023-02-06T18:39:33.061Z] 25bc292e5bac: Download complete [2023-02-06T18:39:33.061Z] 52dc419b0ee2: Verifying Checksum [2023-02-06T18:39:33.061Z] 52dc419b0ee2: Download complete [2023-02-06T18:39:33.061Z] 4657fd5d0bcf: Verifying Checksum [2023-02-06T18:39:33.061Z] 4657fd5d0bcf: Download complete [2023-02-06T18:39:33.061Z] df9b9388f04a: Download complete [2023-02-06T18:39:33.329Z] df9b9388f04a: Pull complete [2023-02-06T18:39:33.329Z] 52dc419b0ee2: Pull complete [2023-02-06T18:39:33.607Z] 6ad1cebc031e: Verifying Checksum [2023-02-06T18:39:33.607Z] 6ad1cebc031e: Download complete [2023-02-06T18:39:33.607Z] 25bc292e5bac: Pull complete [2023-02-06T18:39:34.638Z] 114826534d7a: Verifying Checksum [2023-02-06T18:39:34.638Z] 114826534d7a: Download complete [2023-02-06T18:39:34.896Z] 8a3aa393b2d8: Verifying Checksum [2023-02-06T18:39:38.180Z] 114826534d7a: Pull complete [2023-02-06T18:39:38.180Z] 4657fd5d0bcf: Pull complete [2023-02-06T18:39:38.180Z] 6ad1cebc031e: Pull complete [2023-02-06T18:39:40.711Z] 8a3aa393b2d8: Pull complete [2023-02-06T18:39:40.711Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-06T18:39:40.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T18:39:40.711Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:39:40.791Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:39:40.811Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-06T18:39:45.074Z] $ docker top a3854f2264a7ff8777e105272463641a9e66db365db0d627377f88e6cda92add -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-06T18:39:45.144Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:main' [Pipeline] sh [2023-02-06T18:39:45.423Z] + set -o pipefail [2023-02-06T18:39:45.423Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:main' [2023-02-06T18:39:53.048Z] [2023-02-06T18:39:53.048Z] Monitoring /w/workspace/oundry_app-functions-sdk-go_main (github.com/edgexfoundry/app-functions-sdk-go/v3)... [2023-02-06T18:39:53.048Z] [2023-02-06T18:39:53.048Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/899a6017-c938-46f1-adf7-2bd1b283a5ba/history/25fcdf36-7861-4f6d-aeca-500963e25267 [2023-02-06T18:39:53.048Z] [2023-02-06T18:39:53.048Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-06T18:39:53.048Z] [2023-02-06T18:39:53.048Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-06T18:39:53.048Z] [2023-02-06T18:39:53.048Z] [2023-02-06T18:39:53.048Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-06T18:39:53.048Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-06T18:39:53.048Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-06T18:39:53.054Z] $ docker stop --time=1 a3854f2264a7ff8777e105272463641a9e66db365db0d627377f88e6cda92add [2023-02-06T18:39:56.875Z] $ docker rm -f --volumes a3854f2264a7ff8777e105272463641a9e66db365db0d627377f88e6cda92add [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-06T18:39:57.251Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T18:39:57.261Z] provisioning config files... [2023-02-06T18:39:57.271Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config8983997702072186925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:39:57.571Z] --> edgex-publish-swagger.sh [2023-02-06T18:39:57.571Z] === Publish openapi/v2 API === [2023-02-06T18:39:57.571Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-06T18:39:57.571Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/oundry_app-functions-sdk-go_main/openapi/v2/app-functions-sdk.yaml] [2023-02-06T18:39:57.571Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T18:39:57.571Z] Dload Upload Total Spent Left Speed [2023-02-06T18:39:58.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11426 0 0 100 11426 0 51237 --:--:-- --:--:-- --:--:-- 51008 100 11426 0 0 100 11426 0 20223 --:--:-- --:--:-- --:--:-- 20187 [2023-02-06T18:39:58.140Z] [2023-02-06T18:39:58.140Z] [Pipeline] } [2023-02-06T18:39:58.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T18:39:58.555Z] + git log --format=format:%s -1 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] sh [2023-02-06T18:39:58.850Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T18:39:58.851Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:39:59.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T18:39:59.158Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:39:59.225Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:39:59.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T18:39:59.648Z] $ docker top 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 -eo pid,comm [2023-02-06T18:39:59.696Z] 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). [2023-02-06T18:39:59.696Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T18:39:59.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T18:39:59.734Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T18:39:59.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T18:39:59.853Z] $ docker exec 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 ssh-agent [2023-02-06T18:39:59.973Z] SSH_AUTH_SOCK=/tmp/ssh-Av6VyUihibv0/agent.34 [2023-02-06T18:39:59.973Z] SSH_AGENT_PID=40 [2023-02-06T18:39:59.978Z] Running ssh-add (command line suppressed) [2023-02-06T18:40:00.081Z] Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7533223951450380589.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7533223951450380589.key) [2023-02-06T18:40:00.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T18:40:00.393Z] + git semver tag [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,563 [run_tag] DEBUG tag force:False [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,563 [check_head_tag] DEBUG check head tag [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,565 [execute] INFO git cat-file --batch-check [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,568 [execute] INFO git cat-file --batch [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,569 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,601 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,601 [execute] INFO git tag -a v3.0.0-dev.24 -m v3.0.0-dev.24 [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,602 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.24', '-m', 'v3.0.0-dev.24'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-06T18:40:00.651Z] 2023-02-06 18:40:00,608 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:40:00.651Z] 3.0.0-dev.24 [Pipeline] } [2023-02-06T18:40:00.656Z] $ docker exec --env ******** --env ******** 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 ssh-agent -k [2023-02-06T18:40:00.755Z] unset SSH_AUTH_SOCK; [2023-02-06T18:40:00.755Z] unset SSH_AGENT_PID; [2023-02-06T18:40:00.755Z] echo Agent pid 40 killed; [2023-02-06T18:40:00.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T18:40:01.078Z] + git semver [Pipeline] } [2023-02-06T18:40:01.346Z] $ docker stop --time=1 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 [2023-02-06T18:40:02.624Z] $ docker rm -f --volumes 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:40:02.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T18:40:02.992Z] [2023-02-06T18:40:02.992Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:40:03.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T18:40:03.298Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-06T18:40:03.298Z] ab5ef0e58194: Pulling fs layer [2023-02-06T18:40:03.298Z] 9712f1f96733: Pulling fs layer [2023-02-06T18:40:03.298Z] 63f879dbbcfc: Pulling fs layer [2023-02-06T18:40:03.298Z] 0d9ebad4ef96: Pulling fs layer [2023-02-06T18:40:03.298Z] e9a5061849ea: Pulling fs layer [2023-02-06T18:40:03.298Z] d747dcd14b5f: Pulling fs layer [2023-02-06T18:40:03.298Z] 2de7ff778b66: Pulling fs layer [2023-02-06T18:40:03.298Z] 0d9ebad4ef96: Waiting [2023-02-06T18:40:03.298Z] e9a5061849ea: Waiting [2023-02-06T18:40:03.298Z] d747dcd14b5f: Waiting [2023-02-06T18:40:03.298Z] 2de7ff778b66: Waiting [2023-02-06T18:40:03.298Z] 9712f1f96733: Verifying Checksum [2023-02-06T18:40:03.298Z] 9712f1f96733: Download complete [2023-02-06T18:40:04.866Z] 63f879dbbcfc: Verifying Checksum [2023-02-06T18:40:04.866Z] 63f879dbbcfc: Download complete [2023-02-06T18:40:05.160Z] e9a5061849ea: Verifying Checksum [2023-02-06T18:40:05.160Z] e9a5061849ea: Download complete [2023-02-06T18:40:05.160Z] d747dcd14b5f: Verifying Checksum [2023-02-06T18:40:05.160Z] d747dcd14b5f: Download complete [2023-02-06T18:40:05.440Z] 2de7ff778b66: Verifying Checksum [2023-02-06T18:40:05.440Z] 2de7ff778b66: Download complete [2023-02-06T18:40:05.707Z] 0d9ebad4ef96: Verifying Checksum [2023-02-06T18:40:05.707Z] 0d9ebad4ef96: Download complete [2023-02-06T18:40:05.707Z] ab5ef0e58194: Verifying Checksum [2023-02-06T18:40:05.707Z] ab5ef0e58194: Download complete [2023-02-06T18:40:08.234Z] ab5ef0e58194: Pull complete [2023-02-06T18:40:08.234Z] 9712f1f96733: Pull complete [2023-02-06T18:40:08.799Z] 63f879dbbcfc: Pull complete [2023-02-06T18:40:12.980Z] 0d9ebad4ef96: Pull complete [2023-02-06T18:40:12.980Z] e9a5061849ea: Pull complete [2023-02-06T18:40:12.980Z] d747dcd14b5f: Pull complete [2023-02-06T18:40:13.558Z] 2de7ff778b66: Pull complete [2023-02-06T18:40:13.559Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-06T18:40:13.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T18:40:13.559Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:40:13.646Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:40:13.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-06T18:40:16.650Z] $ docker top 634618b10a35cf38110f326d3aeb32236245cec563c74b6a5064fd139ee6c2c8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-06T18:40:16.730Z] provisioning config files... [2023-02-06T18:40:16.739Z] copy managed file [sigul-config] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config14708793334074447660tmp [2023-02-06T18:40:16.747Z] copy managed file [sigul-password] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config12193636117422213492tmp [2023-02-06T18:40:16.757Z] copy managed file [sigul-pki] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config4203606861060342016tmp [Pipeline] { [Pipeline] echo [2023-02-06T18:40:16.771Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:17.052Z] ---> sigul-configuration.sh [2023-02-06T18:40:17.052Z] gpg: directory `/root/.gnupg' created [2023-02-06T18:40:17.052Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-06T18:40:17.052Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-06T18:40:17.052Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-06T18:40:17.052Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-06T18:40:17.052Z] gpg: CAST5 encrypted data [2023-02-06T18:40:17.052Z] gpg: encrypted with 1 passphrase [2023-02-06T18:40:17.052Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-06T18:40:17.337Z] + mkdir /home/jenkins [2023-02-06T18:40:17.337Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-06T18:40:17.623Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-06T18:40:17.634Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:17.915Z] ---> sigul-install.sh [2023-02-06T18:40:17.915Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-06T18:40:18.199Z] + git tag --list [2023-02-06T18:40:18.199Z] v0.1.0 [2023-02-06T18:40:18.199Z] v0.1.1 [2023-02-06T18:40:18.199Z] v1.0.0 [2023-02-06T18:40:18.199Z] v1.1.0 [2023-02-06T18:40:18.199Z] v1.2.0 [2023-02-06T18:40:18.199Z] v1.3.0 [2023-02-06T18:40:18.199Z] v1.3.1 [2023-02-06T18:40:18.199Z] v2.0.0 [2023-02-06T18:40:18.199Z] v2.0.1 [2023-02-06T18:40:18.199Z] v2.1.0 [2023-02-06T18:40:18.199Z] v2.1.1 [2023-02-06T18:40:18.199Z] v2.1.1-dev.3 [2023-02-06T18:40:18.199Z] v2.1.1-dev.4 [2023-02-06T18:40:18.199Z] v2.2.0 [2023-02-06T18:40:18.199Z] v2.2.1-dev.1 [2023-02-06T18:40:18.199Z] v2.2.1-dev.10 [2023-02-06T18:40:18.199Z] v2.2.1-dev.11 [2023-02-06T18:40:18.199Z] v2.2.1-dev.12 [2023-02-06T18:40:18.199Z] v2.2.1-dev.13 [2023-02-06T18:40:18.199Z] v2.2.1-dev.14 [2023-02-06T18:40:18.199Z] v2.2.1-dev.15 [2023-02-06T18:40:18.199Z] v2.2.1-dev.16 [2023-02-06T18:40:18.199Z] v2.2.1-dev.17 [2023-02-06T18:40:18.199Z] v2.2.1-dev.18 [2023-02-06T18:40:18.199Z] v2.2.1-dev.19 [2023-02-06T18:40:18.199Z] v2.2.1-dev.2 [2023-02-06T18:40:18.199Z] v2.2.1-dev.20 [2023-02-06T18:40:18.199Z] v2.2.1-dev.21 [2023-02-06T18:40:18.199Z] v2.2.1-dev.22 [2023-02-06T18:40:18.199Z] v2.2.1-dev.23 [2023-02-06T18:40:18.199Z] v2.2.1-dev.3 [2023-02-06T18:40:18.199Z] v2.2.1-dev.4 [2023-02-06T18:40:18.199Z] v2.2.1-dev.5 [2023-02-06T18:40:18.199Z] v2.2.1-dev.6 [2023-02-06T18:40:18.199Z] v2.2.1-dev.7 [2023-02-06T18:40:18.199Z] v2.2.1-dev.8 [2023-02-06T18:40:18.199Z] v2.2.1-dev.9 [2023-02-06T18:40:18.199Z] v2.3.0 [2023-02-06T18:40:18.199Z] v2.3.0-dev.24 [2023-02-06T18:40:18.199Z] v2.3.0-dev.25 [2023-02-06T18:40:18.199Z] v2.3.0-dev.26 [2023-02-06T18:40:18.199Z] v2.3.0-dev.27 [2023-02-06T18:40:18.199Z] v2.3.0-dev.28 [2023-02-06T18:40:18.199Z] v2.3.0-dev.29 [2023-02-06T18:40:18.199Z] v2.3.0-dev.30 [2023-02-06T18:40:18.199Z] v2.3.0-dev.31 [2023-02-06T18:40:18.199Z] v2.3.0-dev.32 [2023-02-06T18:40:18.199Z] v2.3.0-dev.33 [2023-02-06T18:40:18.199Z] v2.3.0-dev.34 [2023-02-06T18:40:18.199Z] v2.3.0-dev.35 [2023-02-06T18:40:18.199Z] v2.3.0-dev.36 [2023-02-06T18:40:18.199Z] v2.3.0-dev.37 [2023-02-06T18:40:18.199Z] v2.3.0-dev.38 [2023-02-06T18:40:18.199Z] v2.3.0-dev.39 [2023-02-06T18:40:18.199Z] v2.3.0-dev.40 [2023-02-06T18:40:18.199Z] v2.3.0-dev.41 [2023-02-06T18:40:18.199Z] v2.3.0-dev.42 [2023-02-06T18:40:18.199Z] v2.3.0-dev.43 [2023-02-06T18:40:18.199Z] v2.3.0-dev.44 [2023-02-06T18:40:18.199Z] v2.3.0-dev.45 [2023-02-06T18:40:18.199Z] v2.3.0-dev.46 [2023-02-06T18:40:18.199Z] v2.3.0-dev.47 [2023-02-06T18:40:18.199Z] v2.3.0-dev.48 [2023-02-06T18:40:18.199Z] v2.3.0-dev.49 [2023-02-06T18:40:18.199Z] v2.3.0-dev.50 [2023-02-06T18:40:18.199Z] v2.3.0-dev.51 [2023-02-06T18:40:18.199Z] v2.3.0-dev.52 [2023-02-06T18:40:18.199Z] v2.3.0-dev.53 [2023-02-06T18:40:18.199Z] v2.3.0-dev.54 [2023-02-06T18:40:18.199Z] v2.3.0-dev.55 [2023-02-06T18:40:18.199Z] v2.3.0-dev.56 [2023-02-06T18:40:18.199Z] v2.3.0-dev.57 [2023-02-06T18:40:18.199Z] v2.3.0-dev.58 [2023-02-06T18:40:18.199Z] v2.3.0-dev.59 [2023-02-06T18:40:18.199Z] v2.3.0-dev.60 [2023-02-06T18:40:18.199Z] v2.3.0-dev.61 [2023-02-06T18:40:18.199Z] v2.3.0-dev.62 [2023-02-06T18:40:18.199Z] v2.3.1-dev.1 [2023-02-06T18:40:18.199Z] v2.3.1-dev.2 [2023-02-06T18:40:18.199Z] v2.3.1-dev.3 [2023-02-06T18:40:18.199Z] v3.0.0-dev.1 [2023-02-06T18:40:18.199Z] v3.0.0-dev.10 [2023-02-06T18:40:18.199Z] v3.0.0-dev.11 [2023-02-06T18:40:18.199Z] v3.0.0-dev.12 [2023-02-06T18:40:18.199Z] v3.0.0-dev.13 [2023-02-06T18:40:18.199Z] v3.0.0-dev.14 [2023-02-06T18:40:18.199Z] v3.0.0-dev.15 [2023-02-06T18:40:18.199Z] v3.0.0-dev.16 [2023-02-06T18:40:18.199Z] v3.0.0-dev.17 [2023-02-06T18:40:18.199Z] v3.0.0-dev.18 [2023-02-06T18:40:18.199Z] v3.0.0-dev.19 [2023-02-06T18:40:18.199Z] v3.0.0-dev.2 [2023-02-06T18:40:18.199Z] v3.0.0-dev.20 [2023-02-06T18:40:18.199Z] v3.0.0-dev.21 [2023-02-06T18:40:18.199Z] v3.0.0-dev.22 [2023-02-06T18:40:18.199Z] v3.0.0-dev.23 [2023-02-06T18:40:18.199Z] v3.0.0-dev.24 [2023-02-06T18:40:18.199Z] v3.0.0-dev.3 [2023-02-06T18:40:18.199Z] v3.0.0-dev.4 [2023-02-06T18:40:18.199Z] v3.0.0-dev.5 [2023-02-06T18:40:18.199Z] v3.0.0-dev.6 [2023-02-06T18:40:18.199Z] v3.0.0-dev.7 [2023-02-06T18:40:18.199Z] v3.0.0-dev.8 [2023-02-06T18:40:18.199Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-06T18:40:18.485Z] + lftools sign git-tag v3.0.0-dev.24 [2023-02-06T18:40:19.051Z] Signing Git tag with Sigul... [2023-02-06T18:40:19.051Z] Signing v3.0.0-dev.24 [Pipeline] echo [2023-02-06T18:40:19.317Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:19.597Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-06T18:40:19.604Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-06T18:40:19.667Z] $ docker stop --time=1 634618b10a35cf38110f326d3aeb32236245cec563c74b6a5064fd139ee6c2c8 [2023-02-06T18:40:20.938Z] $ docker rm -f --volumes 634618b10a35cf38110f326d3aeb32236245cec563c74b6a5064fd139ee6c2c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-06T18:40:21.346Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T18:40:21.346Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:40:21.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T18:40:21.644Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:40:21.717Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:40:21.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T18:40:22.077Z] $ docker top bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 -eo pid,comm [2023-02-06T18:40:22.128Z] 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). [2023-02-06T18:40:22.128Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T18:40:22.166Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T18:40:22.166Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T18:40:22.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T18:40:22.287Z] $ docker exec bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 ssh-agent [2023-02-06T18:40:22.407Z] SSH_AUTH_SOCK=/tmp/ssh-uMdT2Mc46enN/agent.33 [2023-02-06T18:40:22.407Z] SSH_AGENT_PID=39 [2023-02-06T18:40:22.412Z] Running ssh-add (command line suppressed) [2023-02-06T18:40:22.507Z] Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_4472303126819889547.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_4472303126819889547.key) [2023-02-06T18:40:22.529Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T18:40:22.816Z] + git semver bump pre [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,991 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,991 [bump_version] DEBUG bumping version:3.0.0-dev.24 on axis:pre with prefix:dev [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,992 [bump_version] DEBUG bumped version:3.0.0-dev.25 [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,992 [write_version] DEBUG write version:3.0.0-dev.25 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:True [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,992 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,992 [write_file] DEBUG write to file:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,993 [execute] INFO git cat-file --batch-check [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,999 [execute] INFO git cat-file --batch [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:22,999 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T18:40:23.075Z] 2023-02-06 18:40:23,005 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:40:23.075Z] 3.0.0-dev.25 [Pipeline] } [2023-02-06T18:40:23.083Z] $ docker exec --env ******** --env ******** bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 ssh-agent -k [2023-02-06T18:40:23.183Z] unset SSH_AUTH_SOCK; [2023-02-06T18:40:23.183Z] unset SSH_AGENT_PID; [2023-02-06T18:40:23.183Z] echo Agent pid 39 killed; [2023-02-06T18:40:23.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T18:40:23.533Z] + git semver [Pipeline] } [2023-02-06T18:40:23.802Z] $ docker stop --time=1 bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 [2023-02-06T18:40:25.085Z] $ docker rm -f --volumes bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T18:40:25.441Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T18:40:25.442Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:40:25.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T18:40:25.739Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:40:25.803Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:40:25.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T18:40:26.145Z] $ docker top 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc -eo pid,comm [2023-02-06T18:40:26.198Z] 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). [2023-02-06T18:40:26.198Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T18:40:26.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T18:40:26.238Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T18:40:26.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T18:40:26.345Z] $ docker exec 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc ssh-agent [2023-02-06T18:40:26.447Z] SSH_AUTH_SOCK=/tmp/ssh-apjWG7mLptEM/agent.32 [2023-02-06T18:40:26.447Z] SSH_AGENT_PID=38 [2023-02-06T18:40:26.452Z] Running ssh-add (command line suppressed) [2023-02-06T18:40:26.544Z] Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1035551128857624200.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1035551128857624200.key) [2023-02-06T18:40:26.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T18:40:26.848Z] + git semver push [2023-02-06T18:40:27.107Z] 2023-02-06 18:40:27,029 [run_push] DEBUG push [2023-02-06T18:40:27.107Z] 2023-02-06 18:40:27,029 [execute] INFO git cat-file --batch-check [2023-02-06T18:40:27.107Z] 2023-02-06 18:40:27,030 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T18:40:27.107Z] 2023-02-06 18:40:27,033 [execute] INFO git rev-list 9b5f6bf4032611215421c8668cd1c71440fe4297 -- [2023-02-06T18:40:27.107Z] 2023-02-06 18:40:27,033 [execute] DEBUG Popen(['git', 'rev-list', '9b5f6bf4032611215421c8668cd1c71440fe4297', '--'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-06T18:40:27.107Z] 2023-02-06 18:40:27,049 [execute] INFO git fetch -v origin [2023-02-06T18:40:27.107Z] 2023-02-06 18:40:27,049 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-06T18:40:27.672Z] 2023-02-06 18:40:27,630 [run_push] DEBUG no remote changes detected [2023-02-06T18:40:27.672Z] 2023-02-06 18:40:27,631 [execute] INFO git push origin semver [2023-02-06T18:40:27.672Z] 2023-02-06 18:40:27,631 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-06T18:40:29.047Z] 2023-02-06 18:40:28,669 [run_push] DEBUG push all version tags [2023-02-06T18:40:29.047Z] 2023-02-06 18:40:28,669 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-06T18:40:29.047Z] 2023-02-06 18:40:28,670 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-06T18:40:29.613Z] 2023-02-06 18:40:29,602 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2023-02-06T18:40:29.613Z] 3.0.0-dev.25 [Pipeline] } [2023-02-06T18:40:29.874Z] $ docker exec --env ******** --env ******** 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc ssh-agent -k [2023-02-06T18:40:29.975Z] unset SSH_AUTH_SOCK; [2023-02-06T18:40:29.975Z] unset SSH_AGENT_PID; [2023-02-06T18:40:29.975Z] echo Agent pid 38 killed; [2023-02-06T18:40:29.992Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T18:40:30.296Z] + git semver [Pipeline] } [2023-02-06T18:40:30.558Z] $ docker stop --time=1 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc [2023-02-06T18:40:31.861Z] $ docker rm -f --volumes 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-06T18:40:32.404Z] + [ -d /w/workspace/oundry_app-functions-sdk-go_main/archives ] [2023-02-06T18:40:32.404Z] + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives [2023-02-06T18:40:32.404Z] total 16 [2023-02-06T18:40:32.404Z] drwxr-xr-x 3 root root 4096 Feb 6 18:30 . [2023-02-06T18:40:32.404Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 18:40 .. [2023-02-06T18:40:32.404Z] drwxr-xr-x 2 root root 4096 Feb 6 18:30 cost [2023-02-06T18:40:32.404Z] -rw-r--r-- 1 root root 92 Feb 6 18:30 cost.csv [2023-02-06T18:40:32.404Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_app-functions-sdk-go_main/archives [2023-02-06T18:40:32.404Z] + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives [2023-02-06T18:40:32.404Z] total 16 [2023-02-06T18:40:32.404Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 18:30 . [2023-02-06T18:40:32.404Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 18:40 .. [2023-02-06T18:40:32.404Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 6 18:30 cost [2023-02-06T18:40:32.404Z] -rw-r--r-- 1 jenkins jenkins 92 Feb 6 18:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:32.692Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:33.550Z] ---> package-listing.sh [2023-02-06T18:40:33.550Z] ++ facter osfamily [2023-02-06T18:40:33.550Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-06T18:40:33.809Z] + OS_FAMILY=debian [2023-02-06T18:40:33.809Z] + workspace=/w/workspace/oundry_app-functions-sdk-go_main [2023-02-06T18:40:33.809Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-06T18:40:33.809Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-06T18:40:33.809Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-06T18:40:33.809Z] + PACKAGES=/tmp/packages_start.txt [2023-02-06T18:40:33.809Z] + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' [2023-02-06T18:40:33.809Z] + PACKAGES=/tmp/packages_end.txt [2023-02-06T18:40:33.810Z] + case "${OS_FAMILY}" in [2023-02-06T18:40:33.810Z] + dpkg -l [2023-02-06T18:40:33.810Z] + grep '^ii' [2023-02-06T18:40:33.810Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-06T18:40:33.810Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-06T18:40:33.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-06T18:40:33.810Z] + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' [2023-02-06T18:40:33.810Z] + mkdir -p /w/workspace/oundry_app-functions-sdk-go_main/archives/ [2023-02-06T18:40:33.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_app-functions-sdk-go_main/archives/ [Pipeline] echo [2023-02-06T18:40:33.821Z] 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/oundry_app-functions-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-06T18:40:34.160Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T18:40:34.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T18:40:34.462Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T18:40:34.533Z] prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container [2023-02-06T18:40:34.562Z] $ 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/oundry_app-functions-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T18:40:34.771Z] $ docker top b3aa137a97981ad720da943893c603c730cba2c8a731710ef50ea550d9507dc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T18:40:35.119Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-06T18:40:35.407Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-06T18:40:35.690Z] + ls /var/log/sa-host [2023-02-06T18:40:35.690Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T18:40:35.762Z] provisioning config files... [2023-02-06T18:40:35.773Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config14695608838512044230tmp [Pipeline] { [Pipeline] echo [2023-02-06T18:40:35.789Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:36.071Z] ---> create-netrc.sh [Pipeline] } [2023-02-06T18:40:36.077Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:36.411Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-06T18:40:36.421Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:36.707Z] ---> sudo-logs.sh [2023-02-06T18:40:36.708Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-06T18:40:36.790Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:37.127Z] ---> job-cost.sh [2023-02-06T18:40:37.127Z] lf-activate-venv: SKIPPING [2023-02-06T18:40:37.127Z] DEBUG: total: 0.2199999988079071 [2023-02-06T18:40:37.127Z] INFO: Retrieving Stack Cost... [2023-02-06T18:40:37.420Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T18:40:38.007Z] INFO: Archiving Costs [Pipeline] echo [2023-02-06T18:40:38.020Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T18:40:38.310Z] ---> logs-deploy.sh [2023-02-06T18:40:38.310Z] lf-activate-venv: SKIPPING [2023-02-06T18:40:38.310Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/main/213 [2023-02-06T18:40:38.310Z] INFO: archiving workspace using pattern(s): [2023-02-06T18:40:39.246Z] Archives upload complete. [2023-02-06T18:40:39.246Z] INFO: archiving logs to Nexus [2023-02-06T18:40:40.196Z] ---> uname -a: [2023-02-06T18:40:40.196Z] Linux prd-ubuntu20-04-docker-8c-8g-4712 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] ---> lscpu: [2023-02-06T18:40:40.196Z] Architecture: x86_64 [2023-02-06T18:40:40.196Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-06T18:40:40.196Z] Byte Order: Little Endian [2023-02-06T18:40:40.196Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-06T18:40:40.196Z] CPU(s): 8 [2023-02-06T18:40:40.196Z] On-line CPU(s) list: 0-7 [2023-02-06T18:40:40.196Z] Thread(s) per core: 1 [2023-02-06T18:40:40.196Z] Core(s) per socket: 1 [2023-02-06T18:40:40.196Z] Socket(s): 8 [2023-02-06T18:40:40.196Z] NUMA node(s): 1 [2023-02-06T18:40:40.196Z] Vendor ID: AuthenticAMD [2023-02-06T18:40:40.196Z] CPU family: 23 [2023-02-06T18:40:40.196Z] Model: 49 [2023-02-06T18:40:40.196Z] Model name: AMD EPYC-Rome Processor [2023-02-06T18:40:40.196Z] Stepping: 0 [2023-02-06T18:40:40.196Z] CPU MHz: 2799.998 [2023-02-06T18:40:40.196Z] BogoMIPS: 5599.99 [2023-02-06T18:40:40.196Z] Virtualization: AMD-V [2023-02-06T18:40:40.196Z] Hypervisor vendor: KVM [2023-02-06T18:40:40.196Z] Virtualization type: full [2023-02-06T18:40:40.196Z] L1d cache: 256 KiB [2023-02-06T18:40:40.196Z] L1i cache: 256 KiB [2023-02-06T18:40:40.196Z] L2 cache: 4 MiB [2023-02-06T18:40:40.196Z] L3 cache: 128 MiB [2023-02-06T18:40:40.196Z] NUMA node0 CPU(s): 0-7 [2023-02-06T18:40:40.196Z] Vulnerability Itlb multihit: Not affected [2023-02-06T18:40:40.196Z] Vulnerability L1tf: Not affected [2023-02-06T18:40:40.196Z] Vulnerability Mds: Not affected [2023-02-06T18:40:40.196Z] Vulnerability Meltdown: Not affected [2023-02-06T18:40:40.196Z] Vulnerability Mmio stale data: Not affected [2023-02-06T18:40:40.196Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-06T18:40:40.196Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-06T18:40:40.196Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-06T18:40:40.196Z] Vulnerability Srbds: Not affected [2023-02-06T18:40:40.196Z] Vulnerability Tsx async abort: Not affected [2023-02-06T18:40:40.196Z] 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 [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] ---> nproc: [2023-02-06T18:40:40.196Z] 8 [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] ---> df -h: [2023-02-06T18:40:40.196Z] Filesystem Size Used Avail Use% Mounted on [2023-02-06T18:40:40.196Z] overlay 155G 12G 143G 8% / [2023-02-06T18:40:40.196Z] tmpfs 64M 0 64M 0% /dev [2023-02-06T18:40:40.196Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-06T18:40:40.196Z] shm 64M 0 64M 0% /dev/shm [2023-02-06T18:40:40.196Z] /dev/vda1 155G 12G 143G 8% /facter-os [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] ---> sar -b -r -n DEV: [2023-02-06T18:40:40.196Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4712) 02/06/23 _x86_64_ (8 CPU) [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] 18:27:18 LINUX RESTART (8 CPU) [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] 18:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-06T18:40:40.196Z] 18:29:01 86.63 3.73 82.90 0.00 466.15 38716.23 0.00 [2023-02-06T18:40:40.196Z] 18:30:01 52.07 0.12 51.95 0.00 0.93 30341.08 0.00 [2023-02-06T18:40:40.196Z] 18:31:01 40.56 0.17 40.40 0.00 9.46 18318.97 0.00 [2023-02-06T18:40:40.196Z] 18:32:01 1.92 0.00 1.92 0.00 0.00 20.26 0.00 [2023-02-06T18:40:40.196Z] 18:33:01 53.92 10.58 43.34 0.00 5154.02 8836.25 0.00 [2023-02-06T18:40:40.196Z] 18:34:01 6.20 0.02 6.18 0.00 0.13 124.38 0.00 [2023-02-06T18:40:40.196Z] 18:35:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 [2023-02-06T18:40:40.196Z] 18:36:01 1.88 0.00 1.88 0.00 0.00 20.79 0.00 [2023-02-06T18:40:40.196Z] 18:37:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 [2023-02-06T18:40:40.196Z] 18:38:02 2.07 0.00 2.07 0.00 0.00 23.06 0.00 [2023-02-06T18:40:40.196Z] 18:39:01 1.34 0.00 1.34 0.00 0.00 14.51 0.00 [2023-02-06T18:40:40.196Z] 18:40:01 53.74 0.37 53.37 0.00 12.80 33430.69 0.00 [2023-02-06T18:40:40.196Z] Average: 25.20 1.25 23.96 0.00 471.00 10799.42 0.00 [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] 18:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-06T18:40:40.196Z] 18:29:01 28222004 31389264 907124 2.76 95412 3291824 2300288 6.78 1426700 2798876 654456 [2023-02-06T18:40:40.196Z] 18:30:01 27574340 31012976 1281464 3.90 99260 3533372 2363364 6.97 1961308 2882432 33760 [2023-02-06T18:40:40.196Z] 18:31:01 28608716 31592492 706380 2.15 102344 3112592 1758380 5.18 1106716 2744764 148 [2023-02-06T18:40:40.196Z] 18:32:01 28608872 31592708 706084 2.15 102384 3112592 1758380 5.18 1106348 2744768 20 [2023-02-06T18:40:40.196Z] 18:33:01 28076860 31570976 716816 2.18 136464 3567240 1771376 5.22 1433360 2917344 940 [2023-02-06T18:40:40.196Z] 18:34:01 28083596 31572980 714332 2.17 135072 3563984 1774920 5.23 1426396 2914132 4 [2023-02-06T18:40:40.196Z] 18:35:01 28091620 31581068 706148 2.15 135164 3563992 1774920 5.23 1418024 2914144 16 [2023-02-06T18:40:40.196Z] 18:36:01 28091420 31580992 706188 2.15 135252 3563996 1774920 5.23 1418396 2914156 8 [2023-02-06T18:40:40.196Z] 18:37:01 28091136 31580956 706292 2.15 135328 3563996 1774920 5.23 1418096 2914292 8 [2023-02-06T18:40:40.196Z] 18:38:02 28091372 31581256 705864 2.15 135420 3564000 1774920 5.23 1418204 2914300 8 [2023-02-06T18:40:40.196Z] 18:39:01 28091292 31581560 705836 2.15 135508 3564000 1774920 5.23 1417996 2914560 8 [2023-02-06T18:40:40.196Z] 18:40:01 27268108 31536768 744972 2.27 154904 4268460 1822252 5.37 1518844 3576436 628 [2023-02-06T18:40:40.196Z] Average: 28074945 31514500 775625 2.36 125209 3522504 1868630 5.51 1422532 2929184 57500 [2023-02-06T18:40:40.196Z] [2023-02-06T18:40:40.196Z] 18:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-06T18:40:40.196Z] 18:29:01 ens3 355.44 280.60 6017.21 44.40 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.196Z] 18:29:01 veth7418b0a 80.97 109.67 7.81 1324.17 0.00 0.00 0.00 0.11 [2023-02-06T18:40:40.196Z] 18:29:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.196Z] 18:29:01 docker0 111.23 139.97 9.41 1688.73 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.196Z] 18:30:01 ens3 18.53 11.90 22.48 6.47 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:30:01 veth7418b0a 1.27 1.23 0.11 1.56 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:30:01 docker0 1.27 1.20 0.09 1.56 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:31:01 ens3 127.54 96.25 2528.28 100.33 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:31:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:32:01 ens3 0.98 0.40 1.21 0.03 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:33:01 ens3 146.98 85.74 2752.84 6.40 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:33:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:34:01 ens3 0.60 0.45 0.27 0.21 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:36:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:38:02 ens3 0.32 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:38:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:39:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:40:01 ens3 225.93 173.30 4580.19 26.37 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:40:01 vethc3ebd74 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:40:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] 18:40:01 docker0 40.19 51.01 3.40 583.94 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] Average: ens3 72.77 53.85 1320.65 15.34 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] Average: vethc3ebd74 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] Average: lo 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] Average: docker0 12.61 15.87 1.06 187.71 0.00 0.00 0.00 0.00 [2023-02-06T18:40:40.197Z] [2023-02-06T18:40:40.197Z] [2023-02-06T18:40:40.197Z] ---> sar -P ALL: [2023-02-06T18:40:40.197Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4712) 02/06/23 _x86_64_ (8 CPU) [2023-02-06T18:40:40.197Z] [2023-02-06T18:40:40.197Z] 18:27:18 LINUX RESTART (8 CPU) [2023-02-06T18:40:40.197Z] [2023-02-06T18:40:40.197Z] 18:28:02 CPU %user %nice %system %iowait %steal %idle [2023-02-06T18:40:40.197Z] 18:29:01 all 27.32 0.00 5.47 2.16 0.09 64.95 [2023-02-06T18:40:40.197Z] 18:29:01 0 27.41 0.00 5.34 0.57 0.10 66.58 [2023-02-06T18:40:40.197Z] 18:29:01 1 27.96 0.00 5.30 1.20 0.10 65.44 [2023-02-06T18:40:40.197Z] 18:29:01 2 26.54 0.00 5.75 0.09 0.10 67.53 [2023-02-06T18:40:40.197Z] 18:29:01 3 27.12 0.00 5.71 1.99 0.09 65.09 [2023-02-06T18:40:40.197Z] 18:29:01 4 27.73 0.00 4.61 0.15 0.07 67.43 [2023-02-06T18:40:40.197Z] 18:29:01 5 27.47 0.00 5.25 3.48 0.09 63.71 [2023-02-06T18:40:40.197Z] 18:29:01 6 27.30 0.00 6.02 0.31 0.09 66.28 [2023-02-06T18:40:40.197Z] 18:29:01 7 27.02 0.00 5.80 9.58 0.12 57.48 [2023-02-06T18:40:40.197Z] 18:30:01 all 34.73 0.00 4.36 1.48 0.08 59.35 [2023-02-06T18:40:40.197Z] 18:30:01 0 33.51 0.00 4.38 0.13 0.07 61.91 [2023-02-06T18:40:40.197Z] 18:30:01 1 35.03 0.00 4.34 1.01 0.07 59.55 [2023-02-06T18:40:40.197Z] 18:30:01 2 35.30 0.00 4.16 0.54 0.08 59.91 [2023-02-06T18:40:40.197Z] 18:30:01 3 34.99 0.00 4.62 0.79 0.10 59.50 [2023-02-06T18:40:40.197Z] 18:30:01 4 35.22 0.00 4.19 3.59 0.08 56.91 [2023-02-06T18:40:40.197Z] 18:30:01 5 34.89 0.00 4.35 1.57 0.08 59.10 [2023-02-06T18:40:40.197Z] 18:30:01 6 35.19 0.00 4.30 0.37 0.08 60.06 [2023-02-06T18:40:40.197Z] 18:30:01 7 33.73 0.00 4.54 3.85 0.07 57.82 [2023-02-06T18:40:40.197Z] 18:31:01 all 2.89 0.00 1.44 3.48 0.05 92.14 [2023-02-06T18:40:40.197Z] 18:31:01 0 2.85 0.00 1.27 2.83 0.05 93.00 [2023-02-06T18:40:40.197Z] 18:31:01 1 3.24 0.00 2.29 12.98 0.10 81.39 [2023-02-06T18:40:40.197Z] 18:31:01 2 3.03 0.00 1.26 1.14 0.03 94.53 [2023-02-06T18:40:40.197Z] 18:31:01 3 2.80 0.00 0.92 0.20 0.03 96.04 [2023-02-06T18:40:40.197Z] 18:31:01 4 2.28 0.00 2.45 10.25 0.03 84.98 [2023-02-06T18:40:40.197Z] 18:31:01 5 3.23 0.00 1.19 0.02 0.03 95.53 [2023-02-06T18:40:40.197Z] 18:31:01 6 2.29 0.00 0.97 0.20 0.02 96.52 [2023-02-06T18:40:40.197Z] 18:31:01 7 3.38 0.00 1.21 0.30 0.07 95.04 [2023-02-06T18:40:40.197Z] 18:32:01 all 0.07 0.00 0.01 0.10 0.00 99.82 [2023-02-06T18:40:40.197Z] 18:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-06T18:40:40.197Z] 18:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:32:01 3 0.07 0.00 0.02 0.27 0.02 99.63 [2023-02-06T18:40:40.197Z] 18:32:01 4 0.03 0.00 0.02 0.52 0.00 99.43 [2023-02-06T18:40:40.197Z] 18:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:32:01 6 0.37 0.00 0.02 0.00 0.00 99.62 [2023-02-06T18:40:40.197Z] 18:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-06T18:40:40.197Z] 18:33:01 all 2.36 0.00 1.47 1.64 0.13 94.40 [2023-02-06T18:40:40.197Z] 18:33:01 0 1.59 0.00 1.85 0.40 0.02 96.14 [2023-02-06T18:40:40.197Z] 18:33:01 1 2.74 0.00 1.78 2.03 0.63 92.81 [2023-02-06T18:40:40.197Z] 18:33:01 2 4.65 0.00 1.67 1.48 0.03 92.16 [2023-02-06T18:40:40.197Z] 18:33:01 3 2.13 0.00 1.91 0.15 0.05 95.77 [2023-02-06T18:40:40.197Z] 18:33:01 4 1.37 0.00 1.62 7.53 0.08 89.39 [2023-02-06T18:40:40.197Z] 18:33:01 5 3.01 0.00 0.87 0.92 0.03 95.17 [2023-02-06T18:40:40.197Z] 18:33:01 6 1.61 0.00 1.23 0.37 0.08 96.71 [2023-02-06T18:40:40.197Z] 18:33:01 7 1.76 0.00 0.84 0.23 0.07 97.10 [2023-02-06T18:40:40.197Z] 18:34:01 all 0.29 0.00 0.05 0.06 0.00 99.60 [2023-02-06T18:40:40.197Z] 18:34:01 0 1.60 0.00 0.07 0.00 0.00 98.34 [2023-02-06T18:40:40.197Z] 18:34:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2023-02-06T18:40:40.197Z] 18:34:01 2 0.07 0.00 0.03 0.03 0.00 99.87 [2023-02-06T18:40:40.197Z] 18:34:01 3 0.15 0.00 0.03 0.02 0.00 99.80 [2023-02-06T18:40:40.197Z] 18:34:01 4 0.03 0.00 0.03 0.23 0.00 99.70 [2023-02-06T18:40:40.197Z] 18:34:01 5 0.05 0.00 0.05 0.00 0.00 99.90 [2023-02-06T18:40:40.197Z] 18:34:01 6 0.23 0.00 0.12 0.17 0.02 99.47 [2023-02-06T18:40:40.197Z] 18:34:01 7 0.08 0.00 0.05 0.00 0.00 99.87 [2023-02-06T18:40:40.197Z] 18:35:01 all 0.18 0.00 0.02 0.00 0.01 99.79 [2023-02-06T18:40:40.197Z] 18:35:01 0 1.32 0.00 0.07 0.00 0.02 98.60 [2023-02-06T18:40:40.197Z] 18:35:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2023-02-06T18:40:40.197Z] 18:35:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-06T18:40:40.197Z] 18:35:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2023-02-06T18:40:40.197Z] 18:35:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-06T18:40:40.197Z] 18:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:36:01 all 0.24 0.00 0.01 0.01 0.00 99.74 [2023-02-06T18:40:40.197Z] 18:36:01 0 1.78 0.00 0.02 0.00 0.00 98.21 [2023-02-06T18:40:40.197Z] 18:36:01 1 0.00 0.00 0.03 0.03 0.00 99.93 [2023-02-06T18:40:40.197Z] 18:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:36:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-06T18:40:40.197Z] 18:36:01 4 0.00 0.00 0.00 0.03 0.02 99.95 [2023-02-06T18:40:40.197Z] 18:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:36:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-06T18:40:40.197Z] 18:37:01 all 0.25 0.00 0.01 0.01 0.00 99.73 [2023-02-06T18:40:40.197Z] 18:37:01 0 1.79 0.00 0.02 0.00 0.00 98.19 [2023-02-06T18:40:40.197Z] 18:37:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-06T18:40:40.197Z] 18:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:37:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2023-02-06T18:40:40.197Z] 18:37:01 4 0.00 0.00 0.00 0.12 0.00 99.88 [2023-02-06T18:40:40.197Z] 18:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-06T18:40:40.197Z] 18:38:02 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-06T18:40:40.197Z] 18:38:02 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-06T18:40:40.197Z] 18:38:02 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:38:02 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-06T18:40:40.197Z] 18:38:02 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:38:02 4 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-06T18:40:40.197Z] 18:38:02 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:38:02 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-06T18:40:40.197Z] 18:38:02 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:39:01 all 0.25 0.00 0.01 0.01 0.00 99.72 [2023-02-06T18:40:40.197Z] 18:39:01 0 1.89 0.00 0.02 0.00 0.00 98.10 [2023-02-06T18:40:40.197Z] 18:39:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-06T18:40:40.197Z] 18:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-06T18:40:40.197Z] 18:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-06T18:40:40.197Z] 18:39:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2023-02-06T18:40:40.197Z] 18:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] 18:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-06T18:40:40.197Z] 18:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-06T18:40:40.197Z] [2023-02-06T18:40:40.197Z] 18:39:01 CPU %user %nice %system %iowait %steal %idle [2023-02-06T18:40:40.197Z] 18:40:01 all 4.74 0.00 2.00 1.47 0.04 91.75 [2023-02-06T18:40:40.198Z] 18:40:01 0 5.92 0.00 1.78 0.02 0.03 92.24 [2023-02-06T18:40:40.198Z] 18:40:01 1 3.96 0.00 1.83 5.65 0.03 88.53 [2023-02-06T18:40:40.198Z] 18:40:01 2 4.66 0.00 2.98 1.14 0.03 91.19 [2023-02-06T18:40:40.198Z] 18:40:01 3 5.33 0.00 2.50 0.07 0.03 92.07 [2023-02-06T18:40:40.198Z] 18:40:01 4 5.47 0.00 1.69 1.61 0.03 91.19 [2023-02-06T18:40:40.198Z] 18:40:01 5 3.92 0.00 1.24 0.03 0.02 94.79 [2023-02-06T18:40:40.198Z] 18:40:01 6 3.68 0.00 1.85 0.02 0.05 94.41 [2023-02-06T18:40:40.198Z] 18:40:01 7 4.99 0.00 2.11 3.25 0.05 89.60 [2023-02-06T18:40:40.198Z] Average: all 6.04 0.00 1.23 0.86 0.03 91.83 [2023-02-06T18:40:40.198Z] Average: 0 6.56 0.00 1.22 0.33 0.03 91.87 [2023-02-06T18:40:40.198Z] Average: 1 6.03 0.00 1.30 1.91 0.08 90.68 [2023-02-06T18:40:40.198Z] Average: 2 6.14 0.00 1.31 0.37 0.02 92.15 [2023-02-06T18:40:40.198Z] Average: 3 5.97 0.00 1.30 0.28 0.03 92.42 [2023-02-06T18:40:40.198Z] Average: 4 5.95 0.00 1.21 2.01 0.03 90.80 [2023-02-06T18:40:40.198Z] Average: 5 6.00 0.00 1.07 0.50 0.02 92.41 [2023-02-06T18:40:40.198Z] Average: 6 5.83 0.00 1.20 0.12 0.03 92.82 [2023-02-06T18:40:40.198Z] Average: 7 5.84 0.00 1.19 1.41 0.03 91.52 [2023-02-06T18:40:40.198Z] [2023-02-06T18:40:40.198Z] [2023-02-06T18:40:40.198Z]