Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d577e7b6c8c8ea61a3a58511b3448dc2173244dd 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-ssh8785134373611553635.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh12407328836776157621.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-secrets/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/go-mod-secrets/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15362104250272555607.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh7023929676763055852.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/go-mod-secrets/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/go-mod-secrets/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13832438309660166356.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:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-secrets 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: false SWAGGER_API_FOLDERS: openapi/v1 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-centos7-blackbox-4c-2g-3401’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-builder-2c-1g-3506’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-3511’ is offline Running on prd-ubuntu20.04-docker-8c-8g-3512 in /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/edgexfoundry_go-mod-secrets_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d577e7b6c8c8ea61a3a58511b3448dc2173244dd (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 (#222)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d577e7b6c8c8ea61a3a58511b3448dc2173244dd # timeout=10 > git rev-list --no-walk 6107dcfde14a9fd271e1a0608956def7a46fefaf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-14T15:15:29.524Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-14T15:15:29.589Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-14T15:15:29.611Z] ========================================================= [2023-08-14T15:15:29.611Z] EdgeX Global Pipelines Version Info [2023-08-14T15:15:29.611Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:15:30.330Z] ------------------- [2023-08-14T15:15:30.330Z] stable info: [2023-08-14T15:15:30.330Z] ------------------- [2023-08-14T15:15:30.330Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-14T15:15:30.330Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T15:15:30.330Z] Message: update stable to v1.0.253 [2023-08-14T15:15:30.907Z] ------------------- [2023-08-14T15:15:30.907Z] experimental info: [2023-08-14T15:15:30.907Z] ------------------- [2023-08-14T15:15:30.907Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-14T15:15:30.907Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T15:15:30.907Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-14T15:15:31.085Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2023-08-14T15:15:31.097Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2023-08-14T15:15:31.107Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-14T15:15:31.123Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-14T15:15:31.141Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-14T15:15:31.159Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-14T15:15:31.178Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-14T15:15:31.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-14T15:15:31.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-14T15:15:31.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-14T15:15:31.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-14T15:15:31.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-secrets [Pipeline] echo [2023-08-14T15:15:31.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-14T15:15:31.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-14T15:15:31.311Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T15:15:31.327Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T15:15:31.342Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T15:15:31.356Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T15:15:31.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-14T15:15:31.379Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-14T15:15:31.391Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-14T15:15:31.407Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-14T15:15:31.425Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-14T15:15:31.444Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-14T15:15:31.463Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-08-14T15:15:31.474Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-14T15:15:31.489Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-14T15:15:31.499Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-14T15:15:31.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-14T15:15:31.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-14T15:15:31.545Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo [2023-08-14T15:15:31.563Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d577e7b [Pipeline] echo [2023-08-14T15:15:31.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-14T15:15:31.928Z] + git rev-list -1 --merges d577e7b6c8c8ea61a3a58511b3448dc2173244dd~1..d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo [2023-08-14T15:15:31.984Z] -----------> git rev-list -1 --merges d577e7b6c8c8ea61a3a58511b3448dc2173244dd~1..d577e7b6c8c8ea61a3a58511b3448dc2173244dd d577e7b6c8c8ea61a3a58511b3448dc2173244dd [false] [Pipeline] sh [2023-08-14T15:15:32.279Z] + git log --format=format:%s -1 d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo [2023-08-14T15:15:32.296Z] ========================================================= [2023-08-14T15:15:32.296Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-14T15:15:32.296Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T15:15:32.638Z] + git log --format=format:%s -1 d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo [2023-08-14T15:15:32.649Z] [semverPrep] GIT_COMMIT: d577e7b6c8c8ea61a3a58511b3448dc2173244dd, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 (#222) [Pipeline] echo [2023-08-14T15:15:32.659Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-14T15:15:33.016Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:15:33.016Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-14T15:15:33.016Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-14T15:15:33.016Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-14T15:15:33.016Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-14T15:15:33.016Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-14T15:15:33.016Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:33.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:15:33.370Z] [2023-08-14T15:15:33.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:33.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:15:33.672Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-14T15:15:33.672Z] b85a868b505f: Pulling fs layer [2023-08-14T15:15:33.672Z] e2be974225ed: Pulling fs layer [2023-08-14T15:15:33.672Z] 339a4e72a1f5: Pulling fs layer [2023-08-14T15:15:33.672Z] 988bab9f4d93: Pulling fs layer [2023-08-14T15:15:33.672Z] 1469e6f7b9e6: Pulling fs layer [2023-08-14T15:15:33.672Z] eaf3925da568: Pulling fs layer [2023-08-14T15:15:33.672Z] bab4dde63d76: Pulling fs layer [2023-08-14T15:15:33.672Z] bde34c3a00c8: Pulling fs layer [2023-08-14T15:15:33.672Z] b352a97aabf1: Pulling fs layer [2023-08-14T15:15:33.672Z] 4872d77fe225: Pulling fs layer [2023-08-14T15:15:33.672Z] 5851b861e8e6: Pulling fs layer [2023-08-14T15:15:33.672Z] bab4dde63d76: Waiting [2023-08-14T15:15:33.672Z] bde34c3a00c8: Waiting [2023-08-14T15:15:33.672Z] b352a97aabf1: Waiting [2023-08-14T15:15:33.672Z] 988bab9f4d93: Waiting [2023-08-14T15:15:33.672Z] 4872d77fe225: Waiting [2023-08-14T15:15:33.672Z] 5851b861e8e6: Waiting [2023-08-14T15:15:33.672Z] 1469e6f7b9e6: Waiting [2023-08-14T15:15:33.672Z] eaf3925da568: Waiting [2023-08-14T15:15:33.672Z] e2be974225ed: Verifying Checksum [2023-08-14T15:15:33.672Z] e2be974225ed: Download complete [2023-08-14T15:15:33.672Z] 988bab9f4d93: Download complete [2023-08-14T15:15:33.931Z] 1469e6f7b9e6: Verifying Checksum [2023-08-14T15:15:33.931Z] 1469e6f7b9e6: Download complete [2023-08-14T15:15:33.931Z] eaf3925da568: Verifying Checksum [2023-08-14T15:15:33.931Z] eaf3925da568: Download complete [2023-08-14T15:15:33.931Z] 339a4e72a1f5: Verifying Checksum [2023-08-14T15:15:33.931Z] 339a4e72a1f5: Download complete [2023-08-14T15:15:33.931Z] bde34c3a00c8: Download complete [2023-08-14T15:15:33.931Z] b352a97aabf1: Verifying Checksum [2023-08-14T15:15:33.931Z] b352a97aabf1: Download complete [2023-08-14T15:15:33.931Z] 4872d77fe225: Download complete [2023-08-14T15:15:33.931Z] 5851b861e8e6: Download complete [2023-08-14T15:15:33.931Z] b85a868b505f: Verifying Checksum [2023-08-14T15:15:33.931Z] b85a868b505f: Download complete [2023-08-14T15:15:34.191Z] bab4dde63d76: Verifying Checksum [2023-08-14T15:15:34.191Z] bab4dde63d76: Download complete [2023-08-14T15:15:35.127Z] b85a868b505f: Pull complete [2023-08-14T15:15:35.386Z] e2be974225ed: Pull complete [2023-08-14T15:15:35.646Z] 339a4e72a1f5: Pull complete [2023-08-14T15:15:35.646Z] 988bab9f4d93: Pull complete [2023-08-14T15:15:35.906Z] 1469e6f7b9e6: Pull complete [2023-08-14T15:15:36.165Z] eaf3925da568: Pull complete [2023-08-14T15:15:38.072Z] bab4dde63d76: Pull complete [2023-08-14T15:15:38.072Z] bde34c3a00c8: Pull complete [2023-08-14T15:15:38.072Z] b352a97aabf1: Pull complete [2023-08-14T15:15:38.072Z] 4872d77fe225: Pull complete [2023-08-14T15:15:38.072Z] 5851b861e8e6: Pull complete [2023-08-14T15:15:38.332Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-14T15:15:38.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:15:38.332Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:15:38.439Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:15:38.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:15:39.749Z] $ docker top 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 -eo pid,comm [2023-08-14T15:15:39.802Z] 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-08-14T15:15:39.802Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:15:39.840Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:15:39.840Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:15:39.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:15:39.962Z] $ docker exec 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent [2023-08-14T15:15:40.080Z] SSH_AUTH_SOCK=/tmp/ssh-qQ9nZNZ1lHwt/agent.32 [2023-08-14T15:15:40.081Z] SSH_AGENT_PID=38 [2023-08-14T15:15:40.087Z] Running ssh-add (command line suppressed) [2023-08-14T15:15:40.184Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16444694251888731963.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16444694251888731963.key) [2023-08-14T15:15:40.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:15:40.486Z] + git tag --points-at HEAD [Pipeline] } [2023-08-14T15:15:40.500Z] $ docker exec --env ******** --env ******** 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent -k [2023-08-14T15:15:40.594Z] unset SSH_AUTH_SOCK; [2023-08-14T15:15:40.594Z] unset SSH_AGENT_PID; [2023-08-14T15:15:40.595Z] echo Agent pid 38 killed; [2023-08-14T15:15:40.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-14T15:15:40.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:15:40.630Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:15:40.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:15:40.747Z] $ docker exec 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent [2023-08-14T15:15:40.863Z] SSH_AUTH_SOCK=/tmp/ssh-aABgU21RzQfs/agent.70 [2023-08-14T15:15:40.863Z] SSH_AGENT_PID=76 [2023-08-14T15:15:40.867Z] Running ssh-add (command line suppressed) [2023-08-14T15:15:40.964Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10372140866369764221.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10372140866369764221.key) [2023-08-14T15:15:40.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:15:41.267Z] + git semver init [2023-08-14T15:15:41.527Z] 2023-08-14 15:15:41,437 [run_init] DEBUG init version:0.0.0 force:False [2023-08-14T15:15:41.527Z] 2023-08-14 15:15:41,438 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver [2023-08-14T15:15:41.527Z] 2023-08-14 15:15:41,438 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-secrets.git /w/workspace/edgexfoundry_go-mod-secrets_main/.semver [2023-08-14T15:15:41.527Z] 2023-08-14 15:15:41,438 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-secrets.git', '/w/workspace/edgexfoundry_go-mod-secrets_main/.semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) [2023-08-14T15:15:42.466Z] 2023-08-14 15:15:42,157 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.git/info/exclude [2023-08-14T15:15:42.466Z] 2023-08-14 15:15:42,157 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:False [2023-08-14T15:15:42.466Z] 2023-08-14 15:15:42,157 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:15:42.466Z] 2023-08-14 15:15:42,157 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:15:42.466Z] 3.1.0-dev.6 [Pipeline] } [2023-08-14T15:15:42.477Z] $ docker exec --env ******** --env ******** 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent -k [2023-08-14T15:15:42.570Z] unset SSH_AUTH_SOCK; [2023-08-14T15:15:42.571Z] unset SSH_AGENT_PID; [2023-08-14T15:15:42.571Z] echo Agent pid 76 killed; [2023-08-14T15:15:42.581Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:15:42.881Z] + git semver [Pipeline] } [2023-08-14T15:15:43.157Z] $ docker stop --time=1 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 [2023-08-14T15:15:44.442Z] $ docker rm -f --volumes 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:15:44.776Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-14T15:15:44.975Z] Stashed 1 file(s) [Pipeline] echo [2023-08-14T15:15:44.978Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.6 [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-08-14T15:15:45.153Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:15:45.168Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:15:45.179Z] ========================================================= [2023-08-14T15:15:45.179Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-14T15:15:45.179Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-08-14T15:15:45.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T15:15:45.475Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-14T15:15:45.475Z] 4db1b89c0bd1: Pulling fs layer [2023-08-14T15:15:45.475Z] 6911f1a30b25: Pulling fs layer [2023-08-14T15:15:45.475Z] e194b8c5c2a9: Pulling fs layer [2023-08-14T15:15:45.475Z] 6863d3e3a2b1: Pulling fs layer [2023-08-14T15:15:45.475Z] ec0bb842ea78: Pulling fs layer [2023-08-14T15:15:45.475Z] 40a00589a448: Pulling fs layer [2023-08-14T15:15:45.475Z] 6c08303d61cc: Pulling fs layer [2023-08-14T15:15:45.475Z] 798269fcf238: Pulling fs layer [2023-08-14T15:15:45.475Z] 6c08303d61cc: Waiting [2023-08-14T15:15:45.475Z] 6863d3e3a2b1: Waiting [2023-08-14T15:15:45.475Z] 798269fcf238: Waiting [2023-08-14T15:15:45.475Z] ec0bb842ea78: Waiting [2023-08-14T15:15:45.475Z] 6911f1a30b25: Retrying in 5 seconds [2023-08-14T15:15:45.475Z] 4db1b89c0bd1: Verifying Checksum [2023-08-14T15:15:45.475Z] 4db1b89c0bd1: Download complete [2023-08-14T15:15:45.475Z] 6863d3e3a2b1: Verifying Checksum [2023-08-14T15:15:45.475Z] 6863d3e3a2b1: Download complete [2023-08-14T15:15:45.475Z] ec0bb842ea78: Verifying Checksum [2023-08-14T15:15:45.475Z] ec0bb842ea78: Download complete [2023-08-14T15:15:45.736Z] 40a00589a448: Verifying Checksum [2023-08-14T15:15:45.736Z] 40a00589a448: Download complete [2023-08-14T15:15:45.736Z] 4db1b89c0bd1: Pull complete [2023-08-14T15:15:46.307Z] e194b8c5c2a9: Verifying Checksum [2023-08-14T15:15:46.307Z] e194b8c5c2a9: Download complete [2023-08-14T15:15:46.307Z] 6c08303d61cc: Verifying Checksum [2023-08-14T15:15:46.307Z] 6c08303d61cc: Download complete [2023-08-14T15:15:46.568Z] 6911f1a30b25: Retrying in 4 seconds [2023-08-14T15:15:46.568Z] 798269fcf238: Download complete [2023-08-14T15:15:47.505Z] 6911f1a30b25: Retrying in 3 seconds [2023-08-14T15:15:48.444Z] 6911f1a30b25: Retrying in 2 seconds [2023-08-14T15:15:49.381Z] 6911f1a30b25: Retrying in 1 second [2023-08-14T15:15:50.765Z] 6911f1a30b25: Retrying in 10 seconds [2023-08-14T15:15:51.705Z] 6911f1a30b25: Retrying in 9 seconds [2023-08-14T15:15:52.642Z] 6911f1a30b25: Retrying in 8 seconds [2023-08-14T15:15:53.581Z] 6911f1a30b25: Retrying in 7 seconds [2023-08-14T15:15:54.518Z] 6911f1a30b25: Retrying in 6 seconds [2023-08-14T15:15:55.457Z] 6911f1a30b25: Retrying in 5 seconds [2023-08-14T15:15:56.394Z] 6911f1a30b25: Retrying in 4 seconds [2023-08-14T15:15:57.774Z] 6911f1a30b25: Retrying in 3 seconds [2023-08-14T15:15:58.713Z] 6911f1a30b25: Retrying in 2 seconds [2023-08-14T15:15:59.651Z] 6911f1a30b25: Retrying in 1 second [2023-08-14T15:16:00.080Z] Still waiting to schedule task [2023-08-14T15:16:00.080Z] ‘prd-centos7-blackbox-4c-2g-3401’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-08-14T15:16:00.081Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-3514’ is offline [2023-08-14T15:16:00.588Z] 6911f1a30b25: Verifying Checksum [2023-08-14T15:16:00.588Z] 6911f1a30b25: Download complete [2023-08-14T15:16:00.588Z] 6911f1a30b25: Pull complete [2023-08-14T15:16:03.869Z] e194b8c5c2a9: Pull complete [2023-08-14T15:16:03.869Z] 6863d3e3a2b1: Pull complete [2023-08-14T15:16:03.869Z] ec0bb842ea78: Pull complete [2023-08-14T15:16:03.869Z] 40a00589a448: Pull complete [2023-08-14T15:16:06.398Z] 6c08303d61cc: Pull complete [2023-08-14T15:16:06.965Z] 798269fcf238: Pull complete [2023-08-14T15:16:06.965Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-14T15:16:06.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T15:16:06.965Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh [2023-08-14T15:16:07.249Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:16:07.549Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T15:16:07.549Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:16:07.614Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:16:07.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:16:09.400Z] $ docker top 2b7766917f6afcf1c4d4801fdaa5225e8a2cc05e83825d130ccd7003967fba70 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:16:09.744Z] + go version [2023-08-14T15:16:09.744Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-14T15:16:09.757Z] $ docker stop --time=1 2b7766917f6afcf1c4d4801fdaa5225e8a2cc05e83825d130ccd7003967fba70 [2023-08-14T15:16:11.055Z] $ docker rm -f --volumes 2b7766917f6afcf1c4d4801fdaa5225e8a2cc05e83825d130ccd7003967fba70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:16:11.441Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T15:16:11.441Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:16:11.519Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:16:11.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:16:11.918Z] $ docker top c3bf6c6abbfaff171d49ae9adf5b8b24ca9ac210036275a381e56e2381eb7755 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:16:12.263Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] fileExists [Pipeline] sh [2023-08-14T15:16:12.557Z] + make test [2023-08-14T15:16:12.557Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2023-08-14T15:16:12.557Z] go: downloading github.com/stretchr/testify v1.8.4 [2023-08-14T15:16:12.557Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.5 [2023-08-14T15:16:12.557Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 [2023-08-14T15:16:12.557Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-08-14T15:16:12.557Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-08-14T15:16:12.557Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-08-14T15:16:12.816Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-08-14T15:16:12.816Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-08-14T15:16:12.816Z] go: downloading google.golang.org/grpc v1.53.0 [2023-08-14T15:16:12.816Z] go: downloading github.com/go-jose/go-jose/v3 v3.0.0 [2023-08-14T15:16:12.816Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-08-14T15:16:13.075Z] go: downloading golang.org/x/crypto v0.7.0 [2023-08-14T15:16:13.075Z] go: downloading github.com/go-kit/log v0.2.1 [2023-08-14T15:16:13.075Z] go: downloading github.com/go-playground/validator/v10 v10.15.0 [2023-08-14T15:16:13.075Z] go: downloading github.com/google/uuid v1.3.0 [2023-08-14T15:16:13.075Z] go: downloading golang.org/x/net v0.8.0 [2023-08-14T15:16:13.075Z] go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 [2023-08-14T15:16:13.075Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-08-14T15:16:13.075Z] go: downloading golang.org/x/sys v0.6.0 [2023-08-14T15:16:13.075Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-08-14T15:16:13.334Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-08-14T15:16:13.334Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.2 [2023-08-14T15:16:13.334Z] go: downloading github.com/leodido/go-urn v1.2.4 [2023-08-14T15:16:13.334Z] go: downloading golang.org/x/text v0.8.0 [2023-08-14T15:16:13.334Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-08-14T15:16:31.419Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] [2023-08-14T15:16:31.419Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] [2023-08-14T15:16:31.419Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] [2023-08-14T15:16:33.950Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] [2023-08-14T15:16:33.950Z] ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] [2023-08-14T15:16:38.136Z] ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 8.013s coverage: 75.7% of statements [2023-08-14T15:16:38.136Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.044s coverage: 52.2% of statements [2023-08-14T15:16:38.704Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.053s coverage: 96.7% of statements [2023-08-14T15:16:38.704Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.033s coverage: 89.5% of statements [2023-08-14T15:16:38.704Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.038s coverage: 100.0% of statements [2023-08-14T15:16:38.704Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.059s coverage: 55.8% of statements [2023-08-14T15:16:38.704Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.030s coverage: 56.0% of statements [2023-08-14T15:16:38.704Z] ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.047s coverage: 100.0% of statements [2023-08-14T15:16:56.801Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-08-14T15:16:56.801Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T15:16:56.801Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-08-14T15:16:56.812Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-14T15:16:56.827Z] $ docker stop --time=1 c3bf6c6abbfaff171d49ae9adf5b8b24ca9ac210036275a381e56e2381eb7755 [2023-08-14T15:17:00.261Z] $ docker rm -f --volumes c3bf6c6abbfaff171d49ae9adf5b8b24ca9ac210036275a381e56e2381eb7755 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:17:00.906Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-14T15:17:00.976Z] Stashed 1 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-08-14T15:17:01.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:17:01.444Z] [2023-08-14T15:17:01.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:17:01.767Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:17:01.768Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-14T15:17:01.768Z] 5eb5b503b376: Pulling fs layer [2023-08-14T15:17:01.768Z] 5c69ac0246d0: Pulling fs layer [2023-08-14T15:17:01.768Z] ec43610c2a17: Pulling fs layer [2023-08-14T15:17:01.768Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-14T15:17:01.768Z] 33b1e0a273af: Pulling fs layer [2023-08-14T15:17:01.768Z] 5d3b04190fa2: Pulling fs layer [2023-08-14T15:17:01.768Z] 2f39f015ded8: Pulling fs layer [2023-08-14T15:17:01.768Z] 3a2ae6a8a46f: Waiting [2023-08-14T15:17:01.768Z] 33b1e0a273af: Waiting [2023-08-14T15:17:01.768Z] 5d3b04190fa2: Waiting [2023-08-14T15:17:01.768Z] 2f39f015ded8: Waiting [2023-08-14T15:17:01.768Z] 5c69ac0246d0: Download complete [2023-08-14T15:17:01.768Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-14T15:17:01.768Z] 3a2ae6a8a46f: Download complete [2023-08-14T15:17:01.768Z] 33b1e0a273af: Verifying Checksum [2023-08-14T15:17:01.768Z] 33b1e0a273af: Download complete [2023-08-14T15:17:01.768Z] 5d3b04190fa2: Verifying Checksum [2023-08-14T15:17:01.768Z] 5d3b04190fa2: Download complete [2023-08-14T15:17:02.055Z] ec43610c2a17: Verifying Checksum [2023-08-14T15:17:02.055Z] ec43610c2a17: Download complete [2023-08-14T15:17:02.055Z] 5eb5b503b376: Verifying Checksum [2023-08-14T15:17:02.055Z] 5eb5b503b376: Download complete [2023-08-14T15:17:02.667Z] 2f39f015ded8: Verifying Checksum [2023-08-14T15:17:02.667Z] 2f39f015ded8: Download complete [2023-08-14T15:17:03.255Z] 5eb5b503b376: Pull complete [2023-08-14T15:17:03.255Z] 5c69ac0246d0: Pull complete [2023-08-14T15:17:03.534Z] ec43610c2a17: Pull complete [2023-08-14T15:17:03.794Z] 3a2ae6a8a46f: Pull complete [2023-08-14T15:17:03.794Z] 33b1e0a273af: Pull complete [2023-08-14T15:17:04.053Z] 5d3b04190fa2: Pull complete [2023-08-14T15:17:08.237Z] 2f39f015ded8: Pull complete [2023-08-14T15:17:08.237Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-14T15:17:08.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:17:08.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:17:08.318Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:17:08.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:17:11.669Z] $ docker top fc4b669650fcc8007313b9e270e81b2d4ef0db7cf3ee9e63c30501bc4ffebeee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:17:12.039Z] ---> job-cost.sh [2023-08-14T15:17:12.039Z] lf-activate-venv: SKIPPING [2023-08-14T15:17:12.039Z] INFO: No Stack... [2023-08-14T15:17:12.300Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T15:17:12.870Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T15:17:13.159Z] + cat /w/workspace/edgexfoundry_go-mod-secrets_main/archives/cost.csv [2023-08-14T15:17:13.159Z] + cut -d, -f6 [Pipeline] lock [2023-08-14T15:17:13.173Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [2023-08-14T15:17:13.179Z] Resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] did not exist. Created. [2023-08-14T15:17:13.179Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T15:17:13.482Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-14T15:17:13.514Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T15:17:13.521Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T15:17:13.544Z] $ docker stop --time=1 fc4b669650fcc8007313b9e270e81b2d4ef0db7cf3ee9e63c30501bc4ffebeee [2023-08-14T15:17:14.699Z] $ docker rm -f --volumes fc4b669650fcc8007313b9e270e81b2d4ef0db7cf3ee9e63c30501bc4ffebeee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-14T15:17:46.725Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3516 in /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] { [Pipeline] ws [2023-08-14T15:17:46.741Z] Running in /w/workspace/go-mod-secrets/67 [Pipeline] { [Pipeline] checkout [2023-08-14T15:17:46.783Z] Selected Git installation does not exist. Using Default [2023-08-14T15:17:46.783Z] The recommended git tool is: NONE [2023-08-14T15:17:52.543Z] using credential edgex-jenkins-ssh [2023-08-14T15:17:52.559Z] Cloning the remote Git repository [2023-08-14T15:17:52.610Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2023-08-14T15:17:52.710Z] > git init /w/workspace/go-mod-secrets/67 # timeout=10 [2023-08-14T15:17:52.867Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2023-08-14T15:17:52.868Z] > git --version # timeout=10 [2023-08-14T15:17:52.892Z] > git --version # 'git version 2.25.1' [2023-08-14T15:17:52.895Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T15:17:53.044Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T15:17:53.895Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2023-08-14T15:17:53.925Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T15:17:54.880Z] Avoid second fetch [2023-08-14T15:17:54.881Z] Checking out Revision d577e7b6c8c8ea61a3a58511b3448dc2173244dd (main) [2023-08-14T15:17:55.472Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 (#222)" [2023-08-14T15:17:54.902Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T15:17:54.978Z] > git checkout -f d577e7b6c8c8ea61a3a58511b3448dc2173244dd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T15:17:56.428Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-14T15:17:56.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T15:17:56.428Z] Dload Upload Total Spent Left Speed [2023-08-14T15:17:56.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 218k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh [2023-08-14T15:17:56.996Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-14T15:17:57.329Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-14T15:17:57.329Z] + sudo tee /etc/docker/daemon.new [2023-08-14T15:17:57.329Z] { [2023-08-14T15:17:57.329Z] "registry-mirrors": [ [2023-08-14T15:17:57.329Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-14T15:17:57.329Z] ], [2023-08-14T15:17:57.329Z] "bip": "10.250.0.254/24", [2023-08-14T15:17:57.329Z] "hosts": [ [2023-08-14T15:17:57.329Z] "tcp://0.0.0.0:5555", [2023-08-14T15:17:57.329Z] "unix:///var/run/docker.sock" [2023-08-14T15:17:57.329Z] ], [2023-08-14T15:17:57.329Z] "mtu": 1458, [2023-08-14T15:17:57.329Z] "selinux-enabled": true, [2023-08-14T15:17:57.329Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-14T15:17:57.329Z] } [Pipeline] sh [2023-08-14T15:17:57.667Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-14T15:17:58.007Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-08-14T15:18:16.529Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:18:16.544Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:18:16.560Z] ========================================================= [2023-08-14T15:18:16.560Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-14T15:18:16.560Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-08-14T15:18:16.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T15:18:17.493Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-14T15:18:17.493Z] edb6bdbacee9: Pulling fs layer [2023-08-14T15:18:17.493Z] 5f9638ab2659: Pulling fs layer [2023-08-14T15:18:17.493Z] 8d51d6327a98: Pulling fs layer [2023-08-14T15:18:17.493Z] 8b374f2dd631: Pulling fs layer [2023-08-14T15:18:17.493Z] ec14aa9079de: Pulling fs layer [2023-08-14T15:18:17.493Z] 2f466654f4bb: Pulling fs layer [2023-08-14T15:18:17.493Z] 554e91adad29: Pulling fs layer [2023-08-14T15:18:17.493Z] 8b374f2dd631: Waiting [2023-08-14T15:18:17.493Z] ec14aa9079de: Waiting [2023-08-14T15:18:17.493Z] 2f466654f4bb: Waiting [2023-08-14T15:18:17.493Z] 554e91adad29: Waiting [2023-08-14T15:18:17.493Z] 5f9638ab2659: Verifying Checksum [2023-08-14T15:18:17.493Z] 5f9638ab2659: Download complete [2023-08-14T15:18:17.493Z] 8b374f2dd631: Verifying Checksum [2023-08-14T15:18:17.493Z] 8b374f2dd631: Download complete [2023-08-14T15:18:17.493Z] ec14aa9079de: Verifying Checksum [2023-08-14T15:18:17.493Z] ec14aa9079de: Download complete [2023-08-14T15:18:17.493Z] edb6bdbacee9: Verifying Checksum [2023-08-14T15:18:17.493Z] edb6bdbacee9: Download complete [2023-08-14T15:18:18.470Z] edb6bdbacee9: Pull complete [2023-08-14T15:18:19.061Z] 554e91adad29: Verifying Checksum [2023-08-14T15:18:19.061Z] 554e91adad29: Download complete [2023-08-14T15:18:19.061Z] 5f9638ab2659: Pull complete [2023-08-14T15:18:20.036Z] 8d51d6327a98: Download complete [2023-08-14T15:18:20.308Z] 2f466654f4bb: Download complete [2023-08-14T15:18:30.423Z] 8d51d6327a98: Pull complete [2023-08-14T15:18:30.423Z] 8b374f2dd631: Pull complete [2023-08-14T15:18:30.692Z] ec14aa9079de: Pull complete [2023-08-14T15:18:37.360Z] 2f466654f4bb: Pull complete [2023-08-14T15:18:38.779Z] 554e91adad29: Pull complete [2023-08-14T15:18:38.779Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-14T15:18:38.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T15:18:38.779Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh [2023-08-14T15:18:39.115Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:18:39.470Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T15:18:39.470Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:18:39.713Z] prd-ubuntu20.04-docker-arm64-4c-16g-3516 does not seem to be running inside a container [2023-08-14T15:18:39.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/67 -v /w/workspace/go-mod-secrets/67:/w/workspace/go-mod-secrets/67:rw,z -v /w/workspace/go-mod-secrets/67@tmp:/w/workspace/go-mod-secrets/67@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-08-14T15:18:42.977Z] $ docker top c6208d1314700d1f7c8bc8073e939548ea24e075734a81e30113b41aa49dc61f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:18:43.857Z] + go version [2023-08-14T15:18:43.857Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-14T15:18:43.885Z] $ docker stop --time=1 c6208d1314700d1f7c8bc8073e939548ea24e075734a81e30113b41aa49dc61f [2023-08-14T15:18:45.506Z] $ docker rm -f --volumes c6208d1314700d1f7c8bc8073e939548ea24e075734a81e30113b41aa49dc61f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:18:46.043Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T15:18:46.043Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:18:46.223Z] prd-ubuntu20.04-docker-arm64-4c-16g-3516 does not seem to be running inside a container [2023-08-14T15:18:46.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-secrets/67 -v /w/workspace/go-mod-secrets/67:/w/workspace/go-mod-secrets/67:rw,z -v /w/workspace/go-mod-secrets/67@tmp:/w/workspace/go-mod-secrets/67@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-08-14T15:18:47.407Z] $ docker top c06e7de9873d2ff99e566483e9a2e9ca64d9c2fb37859aebfc103c3ebd6ad9ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:18:47.909Z] + git config --global --add safe.directory /w/workspace/go-mod-secrets/67 [Pipeline] fileExists [Pipeline] sh [2023-08-14T15:18:48.243Z] + make test [2023-08-14T15:18:48.243Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2023-08-14T15:18:48.511Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.5 [2023-08-14T15:18:48.511Z] go: downloading github.com/stretchr/testify v1.8.4 [2023-08-14T15:18:49.096Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 [2023-08-14T15:18:49.689Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-08-14T15:18:49.689Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-08-14T15:18:49.689Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-08-14T15:18:49.689Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-08-14T15:18:49.957Z] go: downloading github.com/go-playground/validator/v10 v10.15.0 [2023-08-14T15:18:49.957Z] go: downloading github.com/google/uuid v1.3.0 [2023-08-14T15:18:49.957Z] go: downloading github.com/go-kit/log v0.2.1 [2023-08-14T15:18:49.957Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-08-14T15:18:49.957Z] go: downloading google.golang.org/grpc v1.53.0 [2023-08-14T15:18:51.384Z] go: downloading github.com/go-jose/go-jose/v3 v3.0.0 [2023-08-14T15:18:51.384Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-08-14T15:18:51.652Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-08-14T15:18:51.652Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.2 [2023-08-14T15:18:52.639Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-08-14T15:18:52.639Z] go: downloading github.com/leodido/go-urn v1.2.4 [2023-08-14T15:18:52.639Z] go: downloading golang.org/x/crypto v0.7.0 [2023-08-14T15:18:52.639Z] go: downloading golang.org/x/text v0.8.0 [2023-08-14T15:18:53.230Z] go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 [2023-08-14T15:18:53.524Z] go: downloading golang.org/x/net v0.8.0 [2023-08-14T15:18:54.945Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-08-14T15:18:56.892Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-08-14T15:18:57.159Z] go: downloading golang.org/x/sys v0.6.0 [2023-08-14T15:20:48.834Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] [2023-08-14T15:20:52.184Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] [2023-08-14T15:20:52.184Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] [2023-08-14T15:21:04.515Z] ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 16.227s coverage: 75.7% of statements [2023-08-14T15:21:04.515Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.250s coverage: 52.2% of statements [2023-08-14T15:21:04.515Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.326s coverage: 96.7% of statements [2023-08-14T15:21:04.515Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.141s coverage: 89.5% of statements [2023-08-14T15:21:04.515Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.103s coverage: 100.0% of statements [2023-08-14T15:22:12.403Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] [2023-08-14T15:22:12.403Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.426s coverage: 55.8% of statements [2023-08-14T15:22:12.403Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.184s coverage: 56.0% of statements [2023-08-14T15:22:12.403Z] ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.527s coverage: 100.0% of statements [2023-08-14T15:22:12.403Z] ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] [2023-08-14T15:22:12.403Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-14T15:22:12.403Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-08-14T15:24:49.165Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T15:24:49.165Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-08-14T15:24:49.185Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-14T15:24:49.196Z] $ docker stop --time=1 c06e7de9873d2ff99e566483e9a2e9ca64d9c2fb37859aebfc103c3ebd6ad9ba [2023-08-14T15:24:51.924Z] $ docker rm -f --volumes c06e7de9873d2ff99e566483e9a2e9ca64d9c2fb37859aebfc103c3ebd6ad9ba [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:24:55.069Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-14T15:24:55.098Z] Warning: overwriting stash ‘coverage-report’ [2023-08-14T15:24:55.678Z] Stashed 1 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-08-14T15:24:56.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T15:24:56.158Z] [2023-08-14T15:24:56.158Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:24:56.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T15:24:56.773Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-14T15:24:56.773Z] 8998bd30e6a1: Pulling fs layer [2023-08-14T15:24:56.773Z] 04944245beec: Pulling fs layer [2023-08-14T15:24:56.773Z] 699f458cf7ca: Pulling fs layer [2023-08-14T15:24:56.773Z] 765212b225bb: Pulling fs layer [2023-08-14T15:24:56.773Z] f23df028b6ca: Pulling fs layer [2023-08-14T15:24:56.773Z] d65c8cfc05b1: Pulling fs layer [2023-08-14T15:24:56.773Z] 2437ff75d9bd: Pulling fs layer [2023-08-14T15:24:56.773Z] f23df028b6ca: Waiting [2023-08-14T15:24:56.773Z] d65c8cfc05b1: Waiting [2023-08-14T15:24:56.773Z] 2437ff75d9bd: Waiting [2023-08-14T15:24:56.773Z] 765212b225bb: Waiting [2023-08-14T15:24:57.053Z] 04944245beec: Verifying Checksum [2023-08-14T15:24:57.053Z] 04944245beec: Download complete [2023-08-14T15:24:57.053Z] 765212b225bb: Verifying Checksum [2023-08-14T15:24:57.053Z] 765212b225bb: Download complete [2023-08-14T15:24:57.053Z] f23df028b6ca: Download complete [2023-08-14T15:24:57.053Z] d65c8cfc05b1: Verifying Checksum [2023-08-14T15:24:57.053Z] d65c8cfc05b1: Download complete [2023-08-14T15:24:57.327Z] 699f458cf7ca: Verifying Checksum [2023-08-14T15:24:57.327Z] 699f458cf7ca: Download complete [2023-08-14T15:24:57.599Z] 8998bd30e6a1: Verifying Checksum [2023-08-14T15:24:57.599Z] 8998bd30e6a1: Download complete [2023-08-14T15:25:00.195Z] 2437ff75d9bd: Verifying Checksum [2023-08-14T15:25:00.195Z] 2437ff75d9bd: Download complete [2023-08-14T15:25:02.156Z] 8998bd30e6a1: Pull complete [2023-08-14T15:25:03.573Z] 04944245beec: Pull complete [2023-08-14T15:25:04.991Z] 699f458cf7ca: Pull complete [2023-08-14T15:25:05.257Z] 765212b225bb: Pull complete [2023-08-14T15:25:05.846Z] f23df028b6ca: Pull complete [2023-08-14T15:25:06.116Z] d65c8cfc05b1: Pull complete [2023-08-14T15:25:21.142Z] 2437ff75d9bd: Pull complete [2023-08-14T15:25:21.142Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-14T15:25:21.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T15:25:21.142Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:25:21.343Z] prd-ubuntu20.04-docker-arm64-4c-16g-3516 does not seem to be running inside a container [2023-08-14T15:25:21.412Z] $ 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/go-mod-secrets/67 -v /w/workspace/go-mod-secrets/67:/w/workspace/go-mod-secrets/67:rw,z -v /w/workspace/go-mod-secrets/67@tmp:/w/workspace/go-mod-secrets/67@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-08-14T15:25:24.204Z] $ docker top 7bf5c1b1b3796cba2bf682636c735dfcf0d1c782ce37d8fc89742845fa06263b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:25:25.084Z] ---> job-cost.sh [2023-08-14T15:25:25.084Z] lf-activate-venv: SKIPPING [2023-08-14T15:25:25.084Z] INFO: No Stack... [2023-08-14T15:25:26.044Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-14T15:25:26.627Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T15:25:27.272Z] + + cat /w/workspace/go-mod-secrets/67/archives/cost.csv [2023-08-14T15:25:27.272Z] cut -d, -f6 [Pipeline] lock [2023-08-14T15:25:27.348Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [2023-08-14T15:25:27.353Z] Resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] did not exist. Created. [2023-08-14T15:25:27.353Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T15:25:28.024Z] /w/workspace/go-mod-secrets/67@tmp/durable-43f8837b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-14T15:25:28.688Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-14T15:25:28.702Z] Warning: overwriting stash ‘stack-cost’ [2023-08-14T15:25:28.769Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T15:25:28.776Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T15:25:28.794Z] $ docker stop --time=1 7bf5c1b1b3796cba2bf682636c735dfcf0d1c782ce37d8fc89742845fa06263b [2023-08-14T15:25:30.334Z] $ docker rm -f --volumes 7bf5c1b1b3796cba2bf682636c735dfcf0d1c782ce37d8fc89742845fa06263b [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-08-14T15:25:30.739Z] provisioning config files... [2023-08-14T15:25:30.753Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config14108418313795374873tmp [Pipeline] { [Pipeline] sh [2023-08-14T15:25:31.045Z] + set +x [2023-08-14T15:25:31.045Z] + curl -s https://codecov.io/bash [2023-08-14T15:25:31.045Z] + bash -s -- [2023-08-14T15:25:31.045Z] [2023-08-14T15:25:31.045Z] _____ _ [2023-08-14T15:25:31.045Z] / ____| | | [2023-08-14T15:25:31.045Z] | | ___ __| | ___ ___ _____ __ [2023-08-14T15:25:31.045Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-14T15:25:31.045Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-14T15:25:31.045Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-14T15:25:31.045Z] Bash-1.0.6 [2023-08-14T15:25:31.045Z] [2023-08-14T15:25:31.045Z] [2023-08-14T15:25:31.045Z] ==> git version 2.25.1 found [2023-08-14T15:25:31.045Z] ==> 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-08-14T15:25:31.045Z] Release-Date: 2020-01-08 [2023-08-14T15:25:31.045Z] 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-08-14T15:25:31.045Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-14T15:25:31.045Z] ==> Jenkins CI detected. [2023-08-14T15:25:31.045Z] current dir:  /w/workspace/edgexfoundry_go-mod-secrets_main [2023-08-14T15:25:31.045Z] project root: . [2023-08-14T15:25:31.045Z] --> token set from env [2023-08-14T15:25:31.045Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-14T15:25:31.045Z] ==> Running gcov in . (disable via -X gcov) [2023-08-14T15:25:31.045Z] ==> Python coveragepy not found [2023-08-14T15:25:31.045Z] ==> Searching for coverage reports in: [2023-08-14T15:25:31.045Z] + . [2023-08-14T15:25:31.045Z] -> Found 1 reports [2023-08-14T15:25:31.045Z] ==> Detecting git/mercurial file structure [2023-08-14T15:25:31.304Z] ==> Reading reports [2023-08-14T15:25:31.304Z] + ./coverage.out bytes=41149 [2023-08-14T15:25:31.304Z] ==> Appending adjustments [2023-08-14T15:25:31.304Z] https://docs.codecov.io/docs/fixing-reports [2023-08-14T15:25:31.304Z] + Found adjustments [2023-08-14T15:25:31.304Z] ==> Gzipping contents [2023-08-14T15:25:31.304Z] 8.0K /tmp/codecov.VNnf82.gz [2023-08-14T15:25:31.304Z] ==> Uploading reports [2023-08-14T15:25:31.304Z] url: https://codecov.io [2023-08-14T15:25:31.304Z] query: branch=main&commit=d577e7b6c8c8ea61a3a58511b3448dc2173244dd&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T15:25:31.304Z] -> Pinging Codecov [2023-08-14T15:25:31.304Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=d0945c7c-0855-4a3f-af61-979f74c5f716&branch=main&commit=d577e7b6c8c8ea61a3a58511b3448dc2173244dd&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T15:25:31.564Z] -> Uploading to [2023-08-14T15:25:31.564Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-14/D63849C06B6B67093493C71CE874ED06/d577e7b6c8c8ea61a3a58511b3448dc2173244dd/de947976-696e-4c8a-bfa5-a1530ce466c3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230814%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230814T152531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b417abd523ee3f4fe58c637065f5f5959cb99c24467306e932bf6cfc0790249d [2023-08-14T15:25:31.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T15:25:31.564Z] Dload Upload Total Spent Left Speed [2023-08-14T15:25:31.823Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8131 0 0 100 8131 0 45172 --:--:-- --:--:-- --:--:-- 44922 100 8131 0 0 100 8131 0 45172 --:--:-- --:--:-- --:--:-- 44922 [2023-08-14T15:25:31.823Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-secrets/commit/d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] } [2023-08-14T15:25:31.829Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-14T15:25:32.043Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-14T15:25:32.057Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:25:32.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T15:25:32.363Z] [2023-08-14T15:25:32.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:25:32.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T15:25:32.663Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-14T15:25:32.663Z] df9b9388f04a: Pulling fs layer [2023-08-14T15:25:32.663Z] 52dc419b0ee2: Pulling fs layer [2023-08-14T15:25:32.663Z] 25bc292e5bac: Pulling fs layer [2023-08-14T15:25:32.663Z] 114826534d7a: Pulling fs layer [2023-08-14T15:25:32.663Z] 4657fd5d0bcf: Pulling fs layer [2023-08-14T15:25:32.663Z] 6ad1cebc031e: Pulling fs layer [2023-08-14T15:25:32.663Z] 8a3aa393b2d8: Pulling fs layer [2023-08-14T15:25:32.663Z] 8a3aa393b2d8: Waiting [2023-08-14T15:25:32.663Z] 4657fd5d0bcf: Waiting [2023-08-14T15:25:32.663Z] 6ad1cebc031e: Waiting [2023-08-14T15:25:32.663Z] 114826534d7a: Waiting [2023-08-14T15:25:32.663Z] 25bc292e5bac: Verifying Checksum [2023-08-14T15:25:32.663Z] 25bc292e5bac: Download complete [2023-08-14T15:25:32.663Z] 52dc419b0ee2: Verifying Checksum [2023-08-14T15:25:32.663Z] 52dc419b0ee2: Download complete [2023-08-14T15:25:32.663Z] 4657fd5d0bcf: Download complete [2023-08-14T15:25:32.663Z] df9b9388f04a: Download complete [2023-08-14T15:25:32.922Z] df9b9388f04a: Pull complete [2023-08-14T15:25:32.922Z] 6ad1cebc031e: Verifying Checksum [2023-08-14T15:25:32.922Z] 6ad1cebc031e: Download complete [2023-08-14T15:25:32.922Z] 52dc419b0ee2: Pull complete [2023-08-14T15:25:33.181Z] 25bc292e5bac: Pull complete [2023-08-14T15:25:33.440Z] 114826534d7a: Download complete [2023-08-14T15:25:33.697Z] 8a3aa393b2d8: Verifying Checksum [2023-08-14T15:25:36.976Z] 114826534d7a: Pull complete [2023-08-14T15:25:36.976Z] 4657fd5d0bcf: Pull complete [2023-08-14T15:25:36.976Z] 6ad1cebc031e: Pull complete [2023-08-14T15:25:39.504Z] 8a3aa393b2d8: Pull complete [2023-08-14T15:25:39.504Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-14T15:25:39.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T15:25:39.504Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:25:39.583Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:25:39.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:25:41.519Z] $ docker top a0002d03e27542a52695458e325d7d70d18039e498d47cc9490d637c6e516d8f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T15:25:41.580Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-secrets:main' [Pipeline] sh [2023-08-14T15:25:41.854Z] + set -o pipefail [2023-08-14T15:25:41.854Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-secrets:main' [2023-08-14T15:25:48.416Z] [2023-08-14T15:25:48.416Z] Monitoring /w/workspace/edgexfoundry_go-mod-secrets_main (github.com/edgexfoundry/go-mod-secrets/v3)... [2023-08-14T15:25:48.416Z] [2023-08-14T15:25:48.416Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0d3915cb-23c5-4258-a5a9-356997f1cfb0/history/cea266fd-2ca9-401f-87ed-398862912ddd [2023-08-14T15:25:48.416Z] [2023-08-14T15:25:48.416Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-14T15:25:48.416Z] [2023-08-14T15:25:48.416Z] [2023-08-14T15:25:48.416Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-14T15:25:48.416Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-14T15:25:48.416Z] More details here: https://snyk.co/ue1NS [2023-08-14T15:25:48.416Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-08-14T15:25:48.416Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-08-14T15:25:48.430Z] $ docker stop --time=1 a0002d03e27542a52695458e325d7d70d18039e498d47cc9490d637c6e516d8f [2023-08-14T15:25:50.376Z] $ docker rm -f --volumes a0002d03e27542a52695458e325d7d70d18039e498d47cc9490d637c6e516d8f [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T15:25:51.104Z] + git log --format=format:%s -1 d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] sh [2023-08-14T15:25:51.397Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:25:51.397Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:25:51.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:25:51.696Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:25:51.764Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:25:51.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:25:52.125Z] $ docker top 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab -eo pid,comm [2023-08-14T15:25:52.170Z] 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-08-14T15:25:52.170Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:25:52.208Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:25:52.208Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:25:52.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:25:52.324Z] $ docker exec 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab ssh-agent [2023-08-14T15:25:52.430Z] SSH_AUTH_SOCK=/tmp/ssh-boxloc7bkTvh/agent.32 [2023-08-14T15:25:52.430Z] SSH_AGENT_PID=39 [2023-08-14T15:25:52.436Z] Running ssh-add (command line suppressed) [2023-08-14T15:25:52.548Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13485640368684160842.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13485640368684160842.key) [2023-08-14T15:25:52.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:25:52.846Z] + git semver tag [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,019 [run_tag] DEBUG tag force:False [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,019 [check_head_tag] DEBUG check head tag [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,020 [execute] INFO git cat-file --batch-check [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,021 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,024 [execute] INFO git cat-file --batch [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,025 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,043 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,043 [execute] INFO git tag -a v3.1.0-dev.6 -m v3.1.0-dev.6 [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,044 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.6', '-m', 'v3.1.0-dev.6'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) [2023-08-14T15:25:53.105Z] 2023-08-14 15:25:53,049 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:25:53.105Z] 3.1.0-dev.6 [Pipeline] } [2023-08-14T15:25:53.117Z] $ docker exec --env ******** --env ******** 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab ssh-agent -k [2023-08-14T15:25:53.212Z] unset SSH_AUTH_SOCK; [2023-08-14T15:25:53.212Z] unset SSH_AGENT_PID; [2023-08-14T15:25:53.212Z] echo Agent pid 39 killed; [2023-08-14T15:25:53.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:25:53.527Z] + git semver [Pipeline] } [2023-08-14T15:25:53.799Z] $ docker stop --time=1 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab [2023-08-14T15:25:55.086Z] $ docker rm -f --volumes 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:25:55.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T15:25:55.469Z] [2023-08-14T15:25:55.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:25:55.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T15:25:55.766Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-14T15:25:55.766Z] ab5ef0e58194: Pulling fs layer [2023-08-14T15:25:55.766Z] 9712f1f96733: Pulling fs layer [2023-08-14T15:25:55.766Z] 63f879dbbcfc: Pulling fs layer [2023-08-14T15:25:55.766Z] 0d9ebad4ef96: Pulling fs layer [2023-08-14T15:25:55.766Z] e9a5061849ea: Pulling fs layer [2023-08-14T15:25:55.766Z] d747dcd14b5f: Pulling fs layer [2023-08-14T15:25:55.766Z] 2de7ff778b66: Pulling fs layer [2023-08-14T15:25:55.766Z] 2de7ff778b66: Waiting [2023-08-14T15:25:55.766Z] 0d9ebad4ef96: Waiting [2023-08-14T15:25:55.766Z] d747dcd14b5f: Waiting [2023-08-14T15:25:55.766Z] e9a5061849ea: Waiting [2023-08-14T15:25:55.766Z] 9712f1f96733: Verifying Checksum [2023-08-14T15:25:55.766Z] 9712f1f96733: Download complete [2023-08-14T15:25:56.026Z] 63f879dbbcfc: Download complete [2023-08-14T15:25:56.286Z] 0d9ebad4ef96: Verifying Checksum [2023-08-14T15:25:56.286Z] 0d9ebad4ef96: Download complete [2023-08-14T15:25:56.286Z] d747dcd14b5f: Verifying Checksum [2023-08-14T15:25:56.286Z] d747dcd14b5f: Download complete [2023-08-14T15:25:56.286Z] ab5ef0e58194: Verifying Checksum [2023-08-14T15:25:56.286Z] ab5ef0e58194: Download complete [2023-08-14T15:25:56.286Z] e9a5061849ea: Verifying Checksum [2023-08-14T15:25:56.286Z] e9a5061849ea: Download complete [2023-08-14T15:25:56.543Z] 2de7ff778b66: Verifying Checksum [2023-08-14T15:25:56.543Z] 2de7ff778b66: Download complete [2023-08-14T15:25:59.070Z] ab5ef0e58194: Pull complete [2023-08-14T15:25:59.070Z] 9712f1f96733: Pull complete [2023-08-14T15:25:59.634Z] 63f879dbbcfc: Pull complete [2023-08-14T15:26:02.915Z] 0d9ebad4ef96: Pull complete [2023-08-14T15:26:03.174Z] e9a5061849ea: Pull complete [2023-08-14T15:26:03.174Z] d747dcd14b5f: Pull complete [2023-08-14T15:26:04.108Z] 2de7ff778b66: Pull complete [2023-08-14T15:26:04.108Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-14T15:26:04.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T15:26:04.108Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:26:04.181Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:26:04.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:26:07.041Z] $ docker top 9c7e0e35f02b8e55544b50b8ee213cf4fd6576fc2732742f22c44326d05d5074 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-14T15:26:07.111Z] provisioning config files... [2023-08-14T15:26:07.119Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config1049429486345216925tmp [2023-08-14T15:26:07.130Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config7482706968897917746tmp [2023-08-14T15:26:07.140Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config7155973923695418480tmp [Pipeline] { [Pipeline] echo [2023-08-14T15:26:07.157Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:07.441Z] ---> sigul-configuration.sh [2023-08-14T15:26:07.441Z] gpg: directory `/root/.gnupg' created [2023-08-14T15:26:07.441Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-14T15:26:07.441Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-14T15:26:07.441Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-14T15:26:07.441Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-14T15:26:07.441Z] gpg: CAST5 encrypted data [2023-08-14T15:26:07.441Z] gpg: encrypted with 1 passphrase [2023-08-14T15:26:07.441Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-14T15:26:07.728Z] + mkdir /home/jenkins [2023-08-14T15:26:07.728Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-14T15:26:08.013Z] + 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-08-14T15:26:08.023Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:08.307Z] ---> sigul-install.sh [2023-08-14T15:26:08.307Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-14T15:26:08.595Z] + git tag --list [2023-08-14T15:26:08.595Z] v0.0.0 [2023-08-14T15:26:08.595Z] v0.0.1 [2023-08-14T15:26:08.595Z] v0.0.10 [2023-08-14T15:26:08.595Z] v0.0.11 [2023-08-14T15:26:08.595Z] v0.0.12 [2023-08-14T15:26:08.595Z] v0.0.13 [2023-08-14T15:26:08.595Z] v0.0.14 [2023-08-14T15:26:08.595Z] v0.0.15 [2023-08-14T15:26:08.595Z] v0.0.16 [2023-08-14T15:26:08.595Z] v0.0.17 [2023-08-14T15:26:08.595Z] v0.0.18 [2023-08-14T15:26:08.595Z] v0.0.19 [2023-08-14T15:26:08.595Z] v0.0.2 [2023-08-14T15:26:08.595Z] v0.0.20 [2023-08-14T15:26:08.595Z] v0.0.21 [2023-08-14T15:26:08.595Z] v0.0.22 [2023-08-14T15:26:08.595Z] v0.0.23 [2023-08-14T15:26:08.595Z] v0.0.24 [2023-08-14T15:26:08.595Z] v0.0.25 [2023-08-14T15:26:08.595Z] v0.0.26 [2023-08-14T15:26:08.595Z] v0.0.27 [2023-08-14T15:26:08.595Z] v0.0.28 [2023-08-14T15:26:08.595Z] v0.0.29 [2023-08-14T15:26:08.595Z] v0.0.3 [2023-08-14T15:26:08.595Z] v0.0.30 [2023-08-14T15:26:08.595Z] v0.0.31 [2023-08-14T15:26:08.595Z] v0.0.32 [2023-08-14T15:26:08.595Z] v0.0.33 [2023-08-14T15:26:08.595Z] v0.0.4 [2023-08-14T15:26:08.595Z] v0.0.5 [2023-08-14T15:26:08.595Z] v0.0.6 [2023-08-14T15:26:08.595Z] v0.0.7 [2023-08-14T15:26:08.595Z] v0.0.8 [2023-08-14T15:26:08.595Z] v0.0.9 [2023-08-14T15:26:08.595Z] v2.0.0 [2023-08-14T15:26:08.595Z] v2.1.0 [2023-08-14T15:26:08.595Z] v2.1.1 [2023-08-14T15:26:08.595Z] v2.2.0 [2023-08-14T15:26:08.595Z] v2.3.0 [2023-08-14T15:26:08.595Z] v3.0 [2023-08-14T15:26:08.595Z] v3.0.0 [2023-08-14T15:26:08.595Z] v3.0.1 [2023-08-14T15:26:08.595Z] v3.1.0-dev.1 [2023-08-14T15:26:08.595Z] v3.1.0-dev.2 [2023-08-14T15:26:08.595Z] v3.1.0-dev.3 [2023-08-14T15:26:08.595Z] v3.1.0-dev.4 [2023-08-14T15:26:08.595Z] v3.1.0-dev.5 [2023-08-14T15:26:08.595Z] v3.1.0-dev.6 [Pipeline] sh [2023-08-14T15:26:08.880Z] + lftools sign git-tag v3.1.0-dev.6 [2023-08-14T15:26:09.449Z] Signing Git tag with Sigul... [2023-08-14T15:26:09.449Z] Signing v3.1.0-dev.6 [Pipeline] echo [2023-08-14T15:26:09.716Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:09.999Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-14T15:26:10.006Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-14T15:26:10.030Z] $ docker stop --time=1 9c7e0e35f02b8e55544b50b8ee213cf4fd6576fc2732742f22c44326d05d5074 [2023-08-14T15:26:11.342Z] $ docker rm -f --volumes 9c7e0e35f02b8e55544b50b8ee213cf4fd6576fc2732742f22c44326d05d5074 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-14T15:26:11.754Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:26:11.754Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:26:12.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:26:12.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:26:12.122Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:26:12.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:26:12.471Z] $ docker top 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 -eo pid,comm [2023-08-14T15:26:12.519Z] 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-08-14T15:26:12.519Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:26:12.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:26:12.560Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:26:12.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:26:12.668Z] $ docker exec 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 ssh-agent [2023-08-14T15:26:12.759Z] SSH_AUTH_SOCK=/tmp/ssh-XExa6V8U19wP/agent.33 [2023-08-14T15:26:12.759Z] SSH_AGENT_PID=39 [2023-08-14T15:26:12.763Z] Running ssh-add (command line suppressed) [2023-08-14T15:26:12.869Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_1320461786778616401.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_1320461786778616401.key) [2023-08-14T15:26:12.879Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:26:13.168Z] + git semver bump pre [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,359 [bump_version] DEBUG bumping version:3.1.0-dev.6 on axis:pre with prefix:dev [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,359 [bump_version] DEBUG bumped version:3.1.0-dev.7 [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,359 [write_version] DEBUG write version:3.1.0-dev.7 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:True [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,359 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,361 [execute] INFO git cat-file --batch-check [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,362 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,367 [execute] INFO git cat-file --batch [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,367 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T15:26:13.427Z] 2023-08-14 15:26:13,372 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:26:13.427Z] 3.1.0-dev.7 [Pipeline] } [2023-08-14T15:26:13.439Z] $ docker exec --env ******** --env ******** 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 ssh-agent -k [2023-08-14T15:26:13.544Z] unset SSH_AUTH_SOCK; [2023-08-14T15:26:13.544Z] unset SSH_AGENT_PID; [2023-08-14T15:26:13.544Z] echo Agent pid 39 killed; [2023-08-14T15:26:13.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:26:13.861Z] + git semver [Pipeline] } [2023-08-14T15:26:14.136Z] $ docker stop --time=1 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 [2023-08-14T15:26:15.411Z] $ docker rm -f --volumes 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:26:15.764Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:26:15.764Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:26:16.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:26:16.061Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:26:16.137Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:26:16.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:26:16.511Z] $ docker top 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db -eo pid,comm [2023-08-14T15:26:16.560Z] 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-08-14T15:26:16.560Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:26:16.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:26:16.590Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:26:16.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:26:16.707Z] $ docker exec 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db ssh-agent [2023-08-14T15:26:16.807Z] SSH_AUTH_SOCK=/tmp/ssh-KTzxpHiUZfIk/agent.32 [2023-08-14T15:26:16.807Z] SSH_AGENT_PID=38 [2023-08-14T15:26:16.812Z] Running ssh-add (command line suppressed) [2023-08-14T15:26:16.910Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13148294674085200651.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13148294674085200651.key) [2023-08-14T15:26:16.920Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:26:17.205Z] + git semver push [2023-08-14T15:26:17.466Z] 2023-08-14 15:26:17,372 [run_push] DEBUG push [2023-08-14T15:26:17.466Z] 2023-08-14 15:26:17,373 [execute] INFO git cat-file --batch-check [2023-08-14T15:26:17.466Z] 2023-08-14 15:26:17,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T15:26:17.466Z] 2023-08-14 15:26:17,376 [execute] INFO git rev-list 9cdc069096f6365a94dbb7e6d8df8431af9a043f -- [2023-08-14T15:26:17.466Z] 2023-08-14 15:26:17,376 [execute] DEBUG Popen(['git', 'rev-list', '9cdc069096f6365a94dbb7e6d8df8431af9a043f', '--'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-14T15:26:17.466Z] 2023-08-14 15:26:17,383 [execute] INFO git fetch -v origin [2023-08-14T15:26:17.466Z] 2023-08-14 15:26:17,383 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-14T15:26:18.037Z] 2023-08-14 15:26:17,887 [run_push] DEBUG no remote changes detected [2023-08-14T15:26:18.037Z] 2023-08-14 15:26:17,888 [execute] INFO git push origin semver [2023-08-14T15:26:18.037Z] 2023-08-14 15:26:17,888 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-14T15:26:18.975Z] 2023-08-14 15:26:18,799 [run_push] DEBUG push all version tags [2023-08-14T15:26:18.975Z] 2023-08-14 15:26:18,800 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-14T15:26:18.975Z] 2023-08-14 15:26:18,800 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) [2023-08-14T15:26:19.915Z] 2023-08-14 15:26:19,739 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-08-14T15:26:19.915Z] 3.1.0-dev.7 [Pipeline] } [2023-08-14T15:26:19.928Z] $ docker exec --env ******** --env ******** 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db ssh-agent -k [2023-08-14T15:26:20.024Z] unset SSH_AUTH_SOCK; [2023-08-14T15:26:20.024Z] unset SSH_AGENT_PID; [2023-08-14T15:26:20.024Z] echo Agent pid 38 killed; [2023-08-14T15:26:20.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:26:20.329Z] + git semver [Pipeline] } [2023-08-14T15:26:20.604Z] $ docker stop --time=1 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db [2023-08-14T15:26:21.903Z] $ docker rm -f --volumes 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db [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-08-14T15:26:22.483Z] + [ -d /w/workspace/edgexfoundry_go-mod-secrets_main/archives ] [2023-08-14T15:26:22.484Z] + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives [2023-08-14T15:26:22.484Z] total 16 [2023-08-14T15:26:22.484Z] drwxr-xr-x 3 root root 4096 Aug 14 15:17 . [2023-08-14T15:26:22.484Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 15:26 .. [2023-08-14T15:26:22.484Z] drwxr-xr-x 2 root root 4096 Aug 14 15:17 cost [2023-08-14T15:26:22.484Z] -rw-r--r-- 1 root root 85 Aug 14 15:17 cost.csv [2023-08-14T15:26:22.484Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_go-mod-secrets_main/archives [2023-08-14T15:26:22.484Z] + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives [2023-08-14T15:26:22.484Z] total 16 [2023-08-14T15:26:22.484Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 15:17 . [2023-08-14T15:26:22.484Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 15:26 .. [2023-08-14T15:26:22.484Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 14 15:17 cost [2023-08-14T15:26:22.484Z] -rw-r--r-- 1 jenkins jenkins 85 Aug 14 15:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:22.774Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:23.625Z] ---> package-listing.sh [2023-08-14T15:26:23.625Z] ++ facter osfamily [2023-08-14T15:26:23.625Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-14T15:26:23.884Z] + OS_FAMILY=debian [2023-08-14T15:26:23.884Z] + workspace=/w/workspace/edgexfoundry_go-mod-secrets_main [2023-08-14T15:26:23.884Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-14T15:26:23.884Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-14T15:26:23.884Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-14T15:26:23.884Z] + PACKAGES=/tmp/packages_start.txt [2023-08-14T15:26:23.884Z] + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' [2023-08-14T15:26:23.884Z] + PACKAGES=/tmp/packages_end.txt [2023-08-14T15:26:23.884Z] + case "${OS_FAMILY}" in [2023-08-14T15:26:23.884Z] + dpkg -l [2023-08-14T15:26:23.884Z] + grep '^ii' [2023-08-14T15:26:23.884Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-14T15:26:23.884Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-14T15:26:23.884Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-14T15:26:23.884Z] + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' [2023-08-14T15:26:23.884Z] + mkdir -p /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ [2023-08-14T15:26:23.884Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ [Pipeline] echo [2023-08-14T15:26:23.893Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_go-mod-secrets_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-14T15:26:24.167Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:26:24.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:26:24.723Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:26:24.801Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2023-08-14T15:26:24.839Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_go-mod-secrets_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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-08-14T15:26:25.052Z] $ docker top fa1489d7a56c5f35510ac975abbe248ea673574aaf5ff49d5017e40738d6a1a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:26:25.397Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-14T15:26:25.680Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-14T15:26:25.959Z] + ls /var/log/sa-host [2023-08-14T15:26:25.959Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T15:26:26.116Z] provisioning config files... [2023-08-14T15:26:26.124Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config17536522924604672291tmp [Pipeline] { [Pipeline] echo [2023-08-14T15:26:26.136Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:26.415Z] ---> create-netrc.sh [Pipeline] } [2023-08-14T15:26:26.424Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:26.760Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-14T15:26:26.768Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:27.047Z] ---> sudo-logs.sh [2023-08-14T15:26:27.048Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-14T15:26:27.082Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:27.365Z] ---> job-cost.sh [2023-08-14T15:26:27.365Z] lf-activate-venv: SKIPPING [2023-08-14T15:26:27.365Z] DEBUG: total: 0.2199999988079071 [2023-08-14T15:26:27.365Z] INFO: Retrieving Stack Cost... [2023-08-14T15:26:27.935Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T15:26:28.507Z] INFO: Archiving Costs [Pipeline] echo [2023-08-14T15:26:28.518Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:26:28.802Z] ---> logs-deploy.sh [2023-08-14T15:26:28.802Z] lf-activate-venv: SKIPPING [2023-08-14T15:26:28.802Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/main/67 [2023-08-14T15:26:28.802Z] INFO: archiving workspace using pattern(s): [2023-08-14T15:26:29.745Z] Archives upload complete. [2023-08-14T15:26:30.007Z] INFO: archiving logs to Nexus [2023-08-14T15:26:30.576Z] ---> uname -a: [2023-08-14T15:26:30.576Z] Linux prd-ubuntu20-04-docker-8c-8g-3512 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] ---> lscpu: [2023-08-14T15:26:30.576Z] Architecture: x86_64 [2023-08-14T15:26:30.576Z] CPU op-mode(s): 32-bit, 64-bit [2023-08-14T15:26:30.576Z] Byte Order: Little Endian [2023-08-14T15:26:30.576Z] Address sizes: 40 bits physical, 48 bits virtual [2023-08-14T15:26:30.576Z] CPU(s): 8 [2023-08-14T15:26:30.576Z] On-line CPU(s) list: 0-7 [2023-08-14T15:26:30.576Z] Thread(s) per core: 1 [2023-08-14T15:26:30.576Z] Core(s) per socket: 1 [2023-08-14T15:26:30.576Z] Socket(s): 8 [2023-08-14T15:26:30.576Z] NUMA node(s): 1 [2023-08-14T15:26:30.576Z] Vendor ID: AuthenticAMD [2023-08-14T15:26:30.576Z] CPU family: 23 [2023-08-14T15:26:30.576Z] Model: 49 [2023-08-14T15:26:30.576Z] Model name: AMD EPYC-Rome Processor [2023-08-14T15:26:30.576Z] Stepping: 0 [2023-08-14T15:26:30.576Z] CPU MHz: 2800.000 [2023-08-14T15:26:30.576Z] BogoMIPS: 5600.00 [2023-08-14T15:26:30.576Z] Virtualization: AMD-V [2023-08-14T15:26:30.576Z] Hypervisor vendor: KVM [2023-08-14T15:26:30.576Z] Virtualization type: full [2023-08-14T15:26:30.576Z] L1d cache: 256 KiB [2023-08-14T15:26:30.576Z] L1i cache: 256 KiB [2023-08-14T15:26:30.576Z] L2 cache: 4 MiB [2023-08-14T15:26:30.576Z] L3 cache: 128 MiB [2023-08-14T15:26:30.576Z] NUMA node0 CPU(s): 0-7 [2023-08-14T15:26:30.576Z] Vulnerability Itlb multihit: Not affected [2023-08-14T15:26:30.576Z] Vulnerability L1tf: Not affected [2023-08-14T15:26:30.576Z] Vulnerability Mds: Not affected [2023-08-14T15:26:30.576Z] Vulnerability Meltdown: Not affected [2023-08-14T15:26:30.576Z] Vulnerability Mmio stale data: Not affected [2023-08-14T15:26:30.576Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-08-14T15:26:30.576Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-08-14T15:26:30.576Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-08-14T15:26:30.576Z] Vulnerability Srbds: Not affected [2023-08-14T15:26:30.576Z] Vulnerability Tsx async abort: Not affected [2023-08-14T15:26:30.576Z] 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-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] ---> nproc: [2023-08-14T15:26:30.576Z] 8 [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] ---> df -h: [2023-08-14T15:26:30.576Z] Filesystem Size Used Avail Use% Mounted on [2023-08-14T15:26:30.576Z] overlay 155G 12G 143G 8% / [2023-08-14T15:26:30.576Z] tmpfs 64M 0 64M 0% /dev [2023-08-14T15:26:30.576Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-08-14T15:26:30.576Z] shm 64M 0 64M 0% /dev/shm [2023-08-14T15:26:30.576Z] /dev/vda1 155G 12G 143G 8% /facter-os [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] ---> sar -b -r -n DEV: [2023-08-14T15:26:30.576Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3512) 08/14/23 _x86_64_ (8 CPU) [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] 15:14:54 LINUX RESTART (8 CPU) [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] 15:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-08-14T15:26:30.576Z] 15:16:01 129.60 47.52 82.08 0.00 5332.53 166315.33 0.00 [2023-08-14T15:26:30.576Z] 15:17:01 74.79 0.38 74.41 0.00 14.53 47503.23 0.00 [2023-08-14T15:26:30.576Z] 15:18:01 33.64 0.05 33.59 0.00 3.47 16884.54 0.00 [2023-08-14T15:26:30.576Z] 15:19:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 [2023-08-14T15:26:30.576Z] 15:20:01 16.82 7.10 9.73 0.00 900.75 2122.94 0.00 [2023-08-14T15:26:30.576Z] 15:21:01 40.26 4.53 35.73 0.00 4278.09 6746.08 0.00 [2023-08-14T15:26:30.576Z] 15:22:01 3.72 0.02 3.70 0.00 0.13 92.12 0.00 [2023-08-14T15:26:30.576Z] 15:23:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 [2023-08-14T15:26:30.576Z] 15:24:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 [2023-08-14T15:26:30.576Z] 15:25:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 [2023-08-14T15:26:30.576Z] 15:26:01 61.59 0.33 61.26 0.00 24.00 38554.91 0.00 [2023-08-14T15:26:30.576Z] Average: 33.24 5.45 27.80 0.00 959.31 25295.18 0.00 [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] 15:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-08-14T15:26:30.576Z] 15:16:01 29612460 31628472 721132 2.19 61388 2248124 2012264 5.93 962184 2001176 360360 [2023-08-14T15:26:30.576Z] 15:17:01 29186768 31618076 703172 2.14 90856 2611548 1734232 5.11 1066760 2271956 0 [2023-08-14T15:26:30.576Z] 15:18:01 28668568 31597728 714376 2.17 93672 3063340 1737144 5.12 1089544 2710948 16 [2023-08-14T15:26:30.576Z] 15:19:01 28668760 31598048 713724 2.17 93708 3063336 1737144 5.12 1089516 2710992 136 [2023-08-14T15:26:30.576Z] 15:20:01 28534612 31566424 738660 2.25 98644 3153716 1817140 5.36 1150396 2767836 884 [2023-08-14T15:26:30.576Z] 15:21:01 28144624 31583752 706996 2.15 128212 3524888 1821136 5.37 1408396 2878120 40 [2023-08-14T15:26:30.576Z] 15:22:01 28154316 31588640 702520 2.14 126840 3521644 1781548 5.25 1402296 2874912 8 [2023-08-14T15:26:30.576Z] 15:23:01 28154044 31588592 702448 2.14 126896 3521644 1781548 5.25 1402396 2874908 144 [2023-08-14T15:26:30.576Z] 15:24:01 28153988 31588620 702376 2.14 126952 3521648 1781548 5.25 1402724 2874928 4 [2023-08-14T15:26:30.576Z] 15:25:01 28154192 31588876 702008 2.13 127008 3521652 1765388 5.20 1402832 2874932 4 [2023-08-14T15:26:30.576Z] 15:26:01 26717596 31529320 757808 2.30 162916 4763576 2051532 6.05 1536524 4074344 543432 [2023-08-14T15:26:30.576Z] Average: 28377266 31588777 715020 2.17 112463 3319556 1820057 5.36 1264870 2810459 82275 [2023-08-14T15:26:30.576Z] [2023-08-14T15:26:30.576Z] 15:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-08-14T15:26:30.576Z] 15:16:01 lo 3.67 3.67 0.35 0.35 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.576Z] 15:16:01 ens3 541.32 336.62 6642.05 81.64 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.576Z] 15:16:01 docker0 1.88 1.90 0.22 17.76 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.576Z] 15:17:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:17:01 ens3 162.51 89.84 1004.88 21.53 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:17:01 docker0 61.25 117.78 4.43 957.30 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:18:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:18:01 ens3 99.07 73.29 2522.79 93.98 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:19:01 ens3 0.60 0.40 0.27 0.21 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:20:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:20:01 ens3 53.82 20.24 913.76 1.56 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:21:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:21:01 ens3 120.03 43.68 2007.81 3.16 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:22:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:23:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:24:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:25:01 ens3 1.00 0.22 0.19 0.07 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:26:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:26:01 ens3 396.10 223.38 8125.85 31.69 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] 15:26:01 docker0 61.89 116.45 4.70 957.60 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] Average: lo 0.75 0.75 0.07 0.07 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] Average: ens3 124.97 71.61 1928.73 21.26 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] Average: docker0 11.37 21.47 0.85 175.70 0.00 0.00 0.00 0.00 [2023-08-14T15:26:30.577Z] [2023-08-14T15:26:30.577Z] [2023-08-14T15:26:30.577Z] ---> sar -P ALL: [2023-08-14T15:26:30.577Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3512) 08/14/23 _x86_64_ (8 CPU) [2023-08-14T15:26:30.577Z] [2023-08-14T15:26:30.577Z] 15:14:54 LINUX RESTART (8 CPU) [2023-08-14T15:26:30.577Z] [2023-08-14T15:26:30.577Z] 15:15:01 CPU %user %nice %system %iowait %steal %idle [2023-08-14T15:26:30.577Z] 15:16:01 all 6.62 0.00 2.13 0.86 0.04 90.35 [2023-08-14T15:26:30.577Z] 15:16:01 0 5.54 0.00 3.35 0.62 0.03 90.46 [2023-08-14T15:26:30.577Z] 15:16:01 1 6.34 0.00 1.93 0.27 0.02 91.45 [2023-08-14T15:26:30.577Z] 15:16:01 2 8.82 0.00 2.10 2.23 0.05 86.80 [2023-08-14T15:26:30.577Z] 15:16:01 3 8.62 0.00 1.80 0.77 0.05 88.75 [2023-08-14T15:26:30.577Z] 15:16:01 4 7.49 0.00 1.80 0.86 0.03 89.83 [2023-08-14T15:26:30.577Z] 15:16:01 5 4.21 0.00 2.43 0.74 0.03 92.58 [2023-08-14T15:26:30.577Z] 15:16:01 6 6.84 0.00 1.73 0.29 0.05 91.09 [2023-08-14T15:26:30.577Z] 15:16:01 7 5.08 0.00 1.93 1.09 0.05 91.84 [2023-08-14T15:26:30.577Z] 15:17:01 all 35.89 0.00 6.33 0.93 0.09 56.77 [2023-08-14T15:26:30.577Z] 15:17:01 0 37.49 0.00 6.68 1.71 0.08 54.03 [2023-08-14T15:26:30.577Z] 15:17:01 1 35.96 0.00 6.65 0.00 0.10 57.29 [2023-08-14T15:26:30.577Z] 15:17:01 2 37.97 0.00 6.47 0.17 0.08 55.31 [2023-08-14T15:26:30.577Z] 15:17:01 3 35.26 0.00 5.55 0.34 0.08 58.76 [2023-08-14T15:26:30.577Z] 15:17:01 4 35.43 0.00 6.84 4.10 0.08 53.55 [2023-08-14T15:26:30.577Z] 15:17:01 5 35.92 0.00 6.24 0.96 0.08 56.79 [2023-08-14T15:26:30.577Z] 15:17:01 6 34.01 0.00 5.50 0.02 0.08 60.39 [2023-08-14T15:26:30.577Z] 15:17:01 7 35.04 0.00 6.69 0.14 0.10 58.04 [2023-08-14T15:26:30.577Z] 15:18:01 all 2.53 0.00 1.07 0.67 0.02 95.72 [2023-08-14T15:26:30.577Z] 15:18:01 0 3.36 0.00 0.75 0.00 0.03 95.85 [2023-08-14T15:26:30.577Z] 15:18:01 1 2.44 0.00 1.12 0.02 0.02 96.40 [2023-08-14T15:26:30.577Z] 15:18:01 2 2.53 0.00 0.99 0.02 0.02 96.45 [2023-08-14T15:26:30.577Z] 15:18:01 3 2.22 0.00 1.07 0.38 0.03 96.29 [2023-08-14T15:26:30.577Z] 15:18:01 4 2.59 0.00 1.42 4.12 0.02 91.85 [2023-08-14T15:26:30.577Z] 15:18:01 5 2.16 0.00 1.51 0.64 0.02 95.67 [2023-08-14T15:26:30.577Z] 15:18:01 6 2.53 0.00 0.62 0.00 0.02 96.84 [2023-08-14T15:26:30.577Z] 15:18:01 7 2.39 0.00 1.05 0.15 0.03 96.37 [2023-08-14T15:26:30.577Z] 15:19:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2023-08-14T15:26:30.577Z] 15:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-14T15:26:30.577Z] 15:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-14T15:26:30.577Z] 15:19:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-14T15:26:30.577Z] 15:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-08-14T15:26:30.577Z] 15:19:01 4 0.05 0.00 0.02 0.02 0.03 99.88 [2023-08-14T15:26:30.577Z] 15:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-08-14T15:26:30.577Z] 15:19:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2023-08-14T15:26:30.577Z] 15:19:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2023-08-14T15:26:30.577Z] 15:20:01 all 0.65 0.00 0.24 0.13 0.00 98.98 [2023-08-14T15:26:30.577Z] 15:20:01 0 0.42 0.00 0.23 0.12 0.00 99.23 [2023-08-14T15:26:30.577Z] 15:20:01 1 0.50 0.00 0.42 0.33 0.02 98.73 [2023-08-14T15:26:30.577Z] 15:20:01 2 0.12 0.00 0.10 0.00 0.00 99.78 [2023-08-14T15:26:30.577Z] 15:20:01 3 2.05 0.00 0.11 0.00 0.00 97.83 [2023-08-14T15:26:30.577Z] 15:20:01 4 0.87 0.00 0.43 0.05 0.00 98.65 [2023-08-14T15:26:30.577Z] 15:20:01 5 0.13 0.00 0.13 0.23 0.00 99.50 [2023-08-14T15:26:30.577Z] 15:20:01 6 0.73 0.00 0.28 0.30 0.00 98.68 [2023-08-14T15:26:30.577Z] 15:20:01 7 0.33 0.00 0.22 0.00 0.00 99.45 [2023-08-14T15:26:30.577Z] 15:21:01 all 1.95 0.00 1.34 0.39 0.02 96.30 [2023-08-14T15:26:30.577Z] 15:21:01 0 1.32 0.00 1.62 1.03 0.02 96.01 [2023-08-14T15:26:30.577Z] 15:21:01 1 2.27 0.00 0.82 0.03 0.02 96.86 [2023-08-14T15:26:30.577Z] 15:21:01 2 1.67 0.00 0.67 0.15 0.02 97.49 [2023-08-14T15:26:30.577Z] 15:21:01 3 2.34 0.00 2.94 0.38 0.02 94.32 [2023-08-14T15:26:30.577Z] 15:21:01 4 2.96 0.00 0.69 0.05 0.02 96.29 [2023-08-14T15:26:30.577Z] 15:21:01 5 1.17 0.00 0.73 1.12 0.03 96.95 [2023-08-14T15:26:30.577Z] 15:21:01 6 2.29 0.00 1.32 0.17 0.02 96.21 [2023-08-14T15:26:30.577Z] 15:21:01 7 1.60 0.00 1.92 0.17 0.02 96.29 [2023-08-14T15:26:30.577Z] 15:22:01 all 0.10 0.00 0.06 0.01 0.01 99.82 [2023-08-14T15:26:30.577Z] 15:22:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2023-08-14T15:26:30.577Z] 15:22:01 1 0.13 0.00 0.02 0.00 0.00 99.85 [2023-08-14T15:26:30.577Z] 15:22:01 2 0.10 0.00 0.07 0.00 0.02 99.82 [2023-08-14T15:26:30.577Z] 15:22:01 3 0.23 0.00 0.10 0.02 0.02 99.63 [2023-08-14T15:26:30.577Z] 15:22:01 4 0.07 0.00 0.10 0.00 0.02 99.82 [2023-08-14T15:26:30.577Z] 15:22:01 5 0.08 0.00 0.03 0.05 0.00 99.83 [2023-08-14T15:26:30.577Z] 15:22:01 6 0.08 0.00 0.10 0.00 0.02 99.80 [2023-08-14T15:26:30.577Z] 15:22:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2023-08-14T15:26:30.577Z] 15:23:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-08-14T15:26:30.577Z] 15:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T15:26:30.577Z] 15:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T15:26:30.577Z] 15:23:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2023-08-14T15:26:30.577Z] 15:23:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-08-14T15:26:30.577Z] 15:23:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-08-14T15:26:30.577Z] 15:23:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2023-08-14T15:26:30.577Z] 15:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-08-14T15:26:30.577Z] 15:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T15:26:30.577Z] 15:24:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2023-08-14T15:26:30.577Z] 15:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-14T15:26:30.577Z] 15:24:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-08-14T15:26:30.577Z] 15:24:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2023-08-14T15:26:30.577Z] 15:24:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2023-08-14T15:26:30.577Z] 15:24:01 4 0.08 0.00 0.03 0.00 0.02 99.87 [2023-08-14T15:26:30.577Z] 15:24:01 5 0.03 0.00 0.00 0.03 0.02 99.92 [2023-08-14T15:26:30.577Z] 15:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-08-14T15:26:30.577Z] 15:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-14T15:26:30.577Z] 15:25:01 all 0.20 0.00 0.01 0.00 0.00 99.79 [2023-08-14T15:26:30.577Z] 15:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T15:26:30.577Z] 15:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T15:26:30.577Z] 15:25:01 2 1.44 0.00 0.00 0.00 0.00 98.56 [2023-08-14T15:26:30.577Z] 15:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-14T15:26:30.577Z] 15:25:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-08-14T15:26:30.577Z] 15:25:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2023-08-14T15:26:30.577Z] 15:25:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-08-14T15:26:30.577Z] 15:25:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-08-14T15:26:30.577Z] 15:26:01 all 6.87 0.00 2.78 0.63 0.04 89.67 [2023-08-14T15:26:30.577Z] 15:26:01 0 7.01 0.00 2.98 0.07 0.03 89.91 [2023-08-14T15:26:30.577Z] 15:26:01 1 6.64 0.00 2.84 0.12 0.03 90.37 [2023-08-14T15:26:30.577Z] 15:26:01 2 7.98 0.00 2.98 0.18 0.05 88.81 [2023-08-14T15:26:30.577Z] 15:26:01 3 8.12 0.00 3.40 0.10 0.05 88.33 [2023-08-14T15:26:30.577Z] 15:26:01 4 6.74 0.00 2.49 0.03 0.05 90.69 [2023-08-14T15:26:30.577Z] 15:26:01 5 6.49 0.00 2.40 3.14 0.03 87.94 [2023-08-14T15:26:30.577Z] 15:26:01 6 6.37 0.00 2.75 1.26 0.05 89.57 [2023-08-14T15:26:30.577Z] 15:26:01 7 5.63 0.00 2.43 0.10 0.05 91.79 [2023-08-14T15:26:30.577Z] [2023-08-14T15:26:30.578Z] Average: CPU %user %nice %system %iowait %steal %idle [2023-08-14T15:26:30.578Z] Average: all 4.95 0.00 1.26 0.33 0.02 93.44 [2023-08-14T15:26:30.578Z] Average: 0 4.97 0.00 1.42 0.32 0.02 93.28 [2023-08-14T15:26:30.578Z] Average: 1 4.90 0.00 1.25 0.07 0.02 93.76 [2023-08-14T15:26:30.578Z] Average: 2 5.49 0.00 1.22 0.25 0.03 93.02 [2023-08-14T15:26:30.578Z] Average: 3 5.31 0.00 1.36 0.18 0.02 93.13 [2023-08-14T15:26:30.578Z] Average: 4 5.08 0.00 1.25 0.83 0.02 92.81 [2023-08-14T15:26:30.578Z] Average: 5 4.54 0.00 1.22 0.63 0.02 93.58 [2023-08-14T15:26:30.578Z] Average: 6 4.77 0.00 1.11 0.18 0.02 93.91 [2023-08-14T15:26:30.578Z] Average: 7 4.53 0.00 1.29 0.15 0.03 94.00 [2023-08-14T15:26:30.578Z] [2023-08-14T15:26:30.578Z] [2023-08-14T15:26:30.578Z]