Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ece5487729ef2c8ff7c885fb030d4d65b9674b79 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-ssh5273196086396849407.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh10266685723705901347.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh11927380288925937831.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh10758618500339444387.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-ssh5581638953107526831.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16 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 ece5487729ef2c8ff7c885fb030d4d65b9674b79 (main) Commit message: "build: Update to Go 1.20 and linter v1.51.2 (#195)" > 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 ece5487729ef2c8ff7c885fb030d4d65b9674b79 # timeout=10 > git rev-list --no-walk 3201b0fedbd57bbb07fcdc960851433c8459b0e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-14T00:19:41.824Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-14T00:19:41.877Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-14T00:19:41.888Z] ========================================================= [2023-03-14T00:19:41.888Z] EdgeX Global Pipelines Version Info [2023-03-14T00:19:41.888Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:19:42.589Z] ------------------- [2023-03-14T00:19:42.589Z] stable info: [2023-03-14T00:19:42.589Z] ------------------- [2023-03-14T00:19:42.589Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-14T00:19:42.589Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-14T00:19:42.589Z] Message: update stable to v1.0.245 [2023-03-14T00:19:43.160Z] ------------------- [2023-03-14T00:19:43.160Z] experimental info: [2023-03-14T00:19:43.160Z] ------------------- [2023-03-14T00:19:43.160Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-14T00:19:43.160Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-14T00:19:43.160Z] Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-14T00:19:43.335Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2023-03-14T00:19:43.347Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2023-03-14T00:19:43.360Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-14T00:19:43.370Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-14T00:19:43.380Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-14T00:19:43.392Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-14T00:19:43.403Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-14T00:19:43.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-14T00:19:43.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-14T00:19:43.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-14T00:19:43.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-14T00:19:43.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-secrets [Pipeline] echo [2023-03-14T00:19:43.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-14T00:19:43.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-14T00:19:43.496Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T00:19:43.505Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T00:19:43.517Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T00:19:43.532Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T00:19:43.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-14T00:19:43.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-14T00:19:43.582Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-14T00:19:43.598Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-14T00:19:43.609Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-14T00:19:43.621Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-14T00:19:43.632Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-03-14T00:19:43.643Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-14T00:19:43.654Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-14T00:19:43.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-14T00:19:43.671Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-14T00:19:43.679Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-14T00:19:43.687Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo [2023-03-14T00:19:43.695Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ece5487 [Pipeline] echo [2023-03-14T00:19:43.703Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-14T00:19:44.028Z] + git rev-list -1 --merges ece5487729ef2c8ff7c885fb030d4d65b9674b79~1..ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo [2023-03-14T00:19:44.079Z] -----------> git rev-list -1 --merges ece5487729ef2c8ff7c885fb030d4d65b9674b79~1..ece5487729ef2c8ff7c885fb030d4d65b9674b79 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [false] [Pipeline] sh [2023-03-14T00:19:44.365Z] + git log --format=format:%s -1 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo [2023-03-14T00:19:44.379Z] ========================================================= [2023-03-14T00:19:44.379Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-14T00:19:44.379Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T00:19:44.693Z] + git log --format=format:%s -1 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo [2023-03-14T00:19:44.705Z] [semverPrep] GIT_COMMIT: ece5487729ef2c8ff7c885fb030d4d65b9674b79, Commit Message: build: Update to Go 1.20 and linter v1.51.2 (#195) [Pipeline] echo [2023-03-14T00:19:44.713Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-14T00:19:45.047Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T00:19:45.047Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-14T00:19:45.047Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-14T00:19:45.047Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-14T00:19:45.047Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-14T00:19:45.047Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-14T00:19:45.047Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:19:45.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T00:19:45.707Z] [2023-03-14T00:19:45.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:19:46.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T00:19:46.002Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-14T00:19:46.002Z] b85a868b505f: Pulling fs layer [2023-03-14T00:19:46.002Z] e2be974225ed: Pulling fs layer [2023-03-14T00:19:46.002Z] 339a4e72a1f5: Pulling fs layer [2023-03-14T00:19:46.002Z] 988bab9f4d93: Pulling fs layer [2023-03-14T00:19:46.002Z] 1469e6f7b9e6: Pulling fs layer [2023-03-14T00:19:46.002Z] eaf3925da568: Pulling fs layer [2023-03-14T00:19:46.002Z] bab4dde63d76: Pulling fs layer [2023-03-14T00:19:46.002Z] bde34c3a00c8: Pulling fs layer [2023-03-14T00:19:46.002Z] b352a97aabf1: Pulling fs layer [2023-03-14T00:19:46.002Z] 4872d77fe225: Pulling fs layer [2023-03-14T00:19:46.002Z] 5851b861e8e6: Pulling fs layer [2023-03-14T00:19:46.002Z] bab4dde63d76: Waiting [2023-03-14T00:19:46.002Z] bde34c3a00c8: Waiting [2023-03-14T00:19:46.002Z] b352a97aabf1: Waiting [2023-03-14T00:19:46.002Z] 4872d77fe225: Waiting [2023-03-14T00:19:46.002Z] 5851b861e8e6: Waiting [2023-03-14T00:19:46.002Z] 988bab9f4d93: Waiting [2023-03-14T00:19:46.002Z] 1469e6f7b9e6: Waiting [2023-03-14T00:19:46.002Z] eaf3925da568: Waiting [2023-03-14T00:19:46.266Z] e2be974225ed: Verifying Checksum [2023-03-14T00:19:46.266Z] e2be974225ed: Download complete [2023-03-14T00:19:46.266Z] 988bab9f4d93: Verifying Checksum [2023-03-14T00:19:46.266Z] 988bab9f4d93: Download complete [2023-03-14T00:19:46.266Z] 1469e6f7b9e6: Verifying Checksum [2023-03-14T00:19:46.266Z] 1469e6f7b9e6: Download complete [2023-03-14T00:19:46.266Z] eaf3925da568: Download complete [2023-03-14T00:19:46.266Z] 339a4e72a1f5: Verifying Checksum [2023-03-14T00:19:46.266Z] 339a4e72a1f5: Download complete [2023-03-14T00:19:46.266Z] bde34c3a00c8: Download complete [2023-03-14T00:19:46.527Z] b352a97aabf1: Verifying Checksum [2023-03-14T00:19:46.528Z] b352a97aabf1: Download complete [2023-03-14T00:19:46.528Z] 4872d77fe225: Verifying Checksum [2023-03-14T00:19:46.528Z] 4872d77fe225: Download complete [2023-03-14T00:19:46.528Z] 5851b861e8e6: Verifying Checksum [2023-03-14T00:19:46.528Z] 5851b861e8e6: Download complete [2023-03-14T00:19:46.528Z] b85a868b505f: Verifying Checksum [2023-03-14T00:19:46.528Z] b85a868b505f: Download complete [2023-03-14T00:19:46.786Z] bab4dde63d76: Verifying Checksum [2023-03-14T00:19:46.786Z] bab4dde63d76: Download complete [2023-03-14T00:19:47.721Z] b85a868b505f: Pull complete [2023-03-14T00:19:47.979Z] e2be974225ed: Pull complete [2023-03-14T00:19:48.238Z] 339a4e72a1f5: Pull complete [2023-03-14T00:19:48.497Z] 988bab9f4d93: Pull complete [2023-03-14T00:19:48.756Z] 1469e6f7b9e6: Pull complete [2023-03-14T00:19:48.756Z] eaf3925da568: Pull complete [2023-03-14T00:19:50.668Z] bab4dde63d76: Pull complete [2023-03-14T00:19:50.668Z] bde34c3a00c8: Pull complete [2023-03-14T00:19:50.927Z] b352a97aabf1: Pull complete [2023-03-14T00:19:50.927Z] 4872d77fe225: Pull complete [2023-03-14T00:19:50.927Z] 5851b861e8e6: Pull complete [2023-03-14T00:19:50.927Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-14T00:19:50.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T00:19:50.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:19:51.293Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:19:51.339Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T00:19:53.899Z] $ docker top 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 -eo pid,comm [2023-03-14T00:19:53.957Z] 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-03-14T00:19:53.957Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T00:19:53.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T00:19:53.987Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T00:19:54.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T00:19:54.109Z] $ docker exec 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent [2023-03-14T00:19:54.213Z] SSH_AUTH_SOCK=/tmp/ssh-U32i2Uqsju4P/agent.31 [2023-03-14T00:19:54.213Z] SSH_AGENT_PID=37 [2023-03-14T00:19:54.221Z] Running ssh-add (command line suppressed) [2023-03-14T00:19:54.325Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_12973771640024992370.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_12973771640024992370.key) [2023-03-14T00:19:54.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T00:19:54.627Z] + git tag --points-at HEAD [Pipeline] } [2023-03-14T00:19:54.646Z] $ docker exec --env ******** --env ******** 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent -k [2023-03-14T00:19:54.741Z] unset SSH_AUTH_SOCK; [2023-03-14T00:19:54.742Z] unset SSH_AGENT_PID; [2023-03-14T00:19:54.742Z] echo Agent pid 37 killed; [2023-03-14T00:19:54.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-14T00:19:54.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T00:19:54.772Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T00:19:54.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T00:19:54.893Z] $ docker exec 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent [2023-03-14T00:19:55.016Z] SSH_AUTH_SOCK=/tmp/ssh-tqsT9CwE9BfQ/agent.69 [2023-03-14T00:19:55.016Z] SSH_AGENT_PID=75 [2023-03-14T00:19:55.022Z] Running ssh-add (command line suppressed) [2023-03-14T00:19:55.132Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_3356411167777699459.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_3356411167777699459.key) [2023-03-14T00:19:55.142Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T00:19:55.431Z] + git semver init [2023-03-14T00:19:55.703Z] 2023-03-14 00:19:55,635 [run_init] DEBUG init version:0.0.0 force:False [2023-03-14T00:19:55.703Z] 2023-03-14 00:19:55,636 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver [2023-03-14T00:19:55.703Z] 2023-03-14 00:19:55,636 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-secrets.git /w/workspace/edgexfoundry_go-mod-secrets_main/.semver [2023-03-14T00:19:55.703Z] 2023-03-14 00:19:55,637 [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-03-14T00:19:56.644Z] 2023-03-14 00:19:56,410 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.git/info/exclude [2023-03-14T00:19:56.644Z] 2023-03-14 00:19:56,411 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:False [2023-03-14T00:19:56.644Z] 2023-03-14 00:19:56,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:19:56.644Z] 2023-03-14 00:19:56,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:19:56.644Z] 3.0.0-dev.10 [Pipeline] } [2023-03-14T00:19:56.660Z] $ docker exec --env ******** --env ******** 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent -k [2023-03-14T00:19:56.754Z] unset SSH_AUTH_SOCK; [2023-03-14T00:19:56.755Z] unset SSH_AGENT_PID; [2023-03-14T00:19:56.755Z] echo Agent pid 75 killed; [2023-03-14T00:19:56.764Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T00:19:57.066Z] + git semver [Pipeline] } [2023-03-14T00:19:57.345Z] $ docker stop --time=1 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 [2023-03-14T00:19:58.665Z] $ docker rm -f --volumes 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T00:19:59.008Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-14T00:19:59.226Z] Stashed 1 file(s) [Pipeline] echo [2023-03-14T00:19:59.229Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [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-03-14T00:19:59.401Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T00:19:59.414Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T00:19:59.422Z] ========================================================= [2023-03-14T00:19:59.422Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-14T00:19:59.422Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-14T00:19:59.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-14T00:19:59.723Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-14T00:19:59.723Z] 63b65145d645: Pulling fs layer [2023-03-14T00:19:59.723Z] a2d21d5440eb: Pulling fs layer [2023-03-14T00:19:59.723Z] 935e6c44a52c: Pulling fs layer [2023-03-14T00:19:59.723Z] 94cc34f8dd06: Pulling fs layer [2023-03-14T00:19:59.723Z] 30dea6a524f1: Pulling fs layer [2023-03-14T00:19:59.723Z] a2aff8979fd8: Pulling fs layer [2023-03-14T00:19:59.723Z] 6808be2612f2: Pulling fs layer [2023-03-14T00:19:59.723Z] f25807f1079a: Pulling fs layer [2023-03-14T00:19:59.723Z] 94cc34f8dd06: Waiting [2023-03-14T00:19:59.723Z] 6808be2612f2: Waiting [2023-03-14T00:19:59.723Z] f25807f1079a: Waiting [2023-03-14T00:19:59.723Z] 30dea6a524f1: Waiting [2023-03-14T00:19:59.723Z] a2aff8979fd8: Waiting [2023-03-14T00:19:59.723Z] a2d21d5440eb: Download complete [2023-03-14T00:19:59.723Z] 94cc34f8dd06: Download complete [2023-03-14T00:19:59.723Z] 30dea6a524f1: Verifying Checksum [2023-03-14T00:19:59.724Z] 30dea6a524f1: Download complete [2023-03-14T00:19:59.724Z] 63b65145d645: Download complete [2023-03-14T00:19:59.991Z] a2aff8979fd8: Verifying Checksum [2023-03-14T00:19:59.991Z] a2aff8979fd8: Download complete [2023-03-14T00:19:59.991Z] 63b65145d645: Pull complete [2023-03-14T00:20:00.263Z] a2d21d5440eb: Pull complete [2023-03-14T00:20:00.529Z] f25807f1079a: Verifying Checksum [2023-03-14T00:20:00.529Z] f25807f1079a: Download complete [2023-03-14T00:20:00.529Z] 935e6c44a52c: Verifying Checksum [2023-03-14T00:20:00.529Z] 935e6c44a52c: Download complete [2023-03-14T00:20:00.791Z] 6808be2612f2: Verifying Checksum [2023-03-14T00:20:00.791Z] 6808be2612f2: Download complete [2023-03-14T00:20:04.995Z] 935e6c44a52c: Pull complete [2023-03-14T00:20:04.995Z] 94cc34f8dd06: Pull complete [2023-03-14T00:20:04.995Z] 30dea6a524f1: Pull complete [2023-03-14T00:20:04.995Z] a2aff8979fd8: Pull complete [2023-03-14T00:20:06.899Z] 6808be2612f2: Pull complete [2023-03-14T00:20:07.833Z] f25807f1079a: Pull complete [2023-03-14T00:20:07.833Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-14T00:20:07.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-14T00:20:07.833Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh [2023-03-14T00:20:08.124Z] + 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-03-14T00:20:08.433Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-14T00:20:08.433Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:20:08.516Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:20:08.548Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-03-14T00:20:12.506Z] $ docker top 2c284bea39c39ffa5461fa616d2fbb00b71e88d27c1c2a1f0ae256e0e87033c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T00:20:12.844Z] + go version [2023-03-14T00:20:12.844Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-14T00:20:12.860Z] $ docker stop --time=1 2c284bea39c39ffa5461fa616d2fbb00b71e88d27c1c2a1f0ae256e0e87033c1 [2023-03-14T00:20:14.144Z] $ docker rm -f --volumes 2c284bea39c39ffa5461fa616d2fbb00b71e88d27c1c2a1f0ae256e0e87033c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2023-03-14T00:20:14.389Z] Still waiting to schedule task [2023-03-14T00:20:14.390Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:20:14.696Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-14T00:20:14.696Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:20:14.766Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:20:14.804Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-03-14T00:20:15.156Z] $ docker top 6dd8a1b30862dde52fd73818a865ac879f64a8b248574127035a5fd11d39df85 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T00:20:15.497Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] fileExists [Pipeline] sh [2023-03-14T00:20:15.793Z] + make test [2023-03-14T00:20:15.793Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2023-03-14T00:20:15.793Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-03-14T00:20:15.793Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.15 [2023-03-14T00:20:15.793Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-14T00:20:16.060Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-14T00:20:16.060Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-14T00:20:16.060Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-14T00:20:16.060Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-14T00:20:16.060Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-14T00:20:16.060Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-14T00:20:16.060Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-14T00:20:16.060Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-14T00:20:16.321Z] go: downloading golang.org/x/crypto v0.5.0 [2023-03-14T00:20:16.321Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-14T00:20:16.321Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-14T00:20:16.321Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-14T00:20:16.321Z] go: downloading golang.org/x/net v0.5.0 [2023-03-14T00:20:16.321Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-14T00:20:16.321Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-14T00:20:16.581Z] go: downloading golang.org/x/sys v0.4.0 [2023-03-14T00:20:16.581Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-14T00:20:16.581Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-14T00:20:16.581Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-14T00:20:16.581Z] go: downloading golang.org/x/text v0.6.0 [2023-03-14T00:20:16.581Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-14T00:20:34.671Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] [2023-03-14T00:20:34.671Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] [2023-03-14T00:20:34.671Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] [2023-03-14T00:20:37.955Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] [2023-03-14T00:20:37.955Z] ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] [2023-03-14T00:20:42.170Z] ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 8.166s coverage: 75.7% of statements [2023-03-14T00:20:42.170Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.053s coverage: 52.2% of statements [2023-03-14T00:20:43.109Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.059s coverage: 96.7% of statements [2023-03-14T00:20:43.109Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.033s coverage: 89.5% of statements [2023-03-14T00:20:43.109Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.026s coverage: 100.0% of statements [2023-03-14T00:20:43.109Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.051s coverage: 55.8% of statements [2023-03-14T00:20:43.109Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.032s coverage: 56.0% of statements [2023-03-14T00:20:43.109Z] ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.061s coverage: 100.0% of statements [2023-03-14T00:21:01.235Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-14T00:21:03.767Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-14T00:21:03.767Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-14T00:21:03.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-14T00:21:03.790Z] $ docker stop --time=1 6dd8a1b30862dde52fd73818a865ac879f64a8b248574127035a5fd11d39df85 [2023-03-14T00:21:08.192Z] $ docker rm -f --volumes 6dd8a1b30862dde52fd73818a865ac879f64a8b248574127035a5fd11d39df85 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T00:21:08.862Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-14T00:21:08.936Z] 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-03-14T00:21:09.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T00:21:09.353Z] [2023-03-14T00:21:09.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:21:09.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T00:21:09.649Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-14T00:21:09.649Z] 5eb5b503b376: Pulling fs layer [2023-03-14T00:21:09.649Z] 5c69ac0246d0: Pulling fs layer [2023-03-14T00:21:09.649Z] ec43610c2a17: Pulling fs layer [2023-03-14T00:21:09.649Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-14T00:21:09.649Z] 33b1e0a273af: Pulling fs layer [2023-03-14T00:21:09.649Z] 5d3b04190fa2: Pulling fs layer [2023-03-14T00:21:09.649Z] 2f39f015ded8: Pulling fs layer [2023-03-14T00:21:09.649Z] 3a2ae6a8a46f: Waiting [2023-03-14T00:21:09.649Z] 5d3b04190fa2: Waiting [2023-03-14T00:21:09.649Z] 2f39f015ded8: Waiting [2023-03-14T00:21:09.649Z] 33b1e0a273af: Waiting [2023-03-14T00:21:09.914Z] 5c69ac0246d0: Verifying Checksum [2023-03-14T00:21:09.914Z] 5c69ac0246d0: Download complete [2023-03-14T00:21:09.914Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-14T00:21:09.914Z] 3a2ae6a8a46f: Download complete [2023-03-14T00:21:09.914Z] 33b1e0a273af: Verifying Checksum [2023-03-14T00:21:09.914Z] 33b1e0a273af: Download complete [2023-03-14T00:21:09.914Z] 5d3b04190fa2: Download complete [2023-03-14T00:21:09.914Z] ec43610c2a17: Verifying Checksum [2023-03-14T00:21:09.914Z] ec43610c2a17: Download complete [2023-03-14T00:21:10.173Z] 5eb5b503b376: Verifying Checksum [2023-03-14T00:21:10.173Z] 5eb5b503b376: Download complete [2023-03-14T00:21:10.746Z] 2f39f015ded8: Download complete [2023-03-14T00:21:11.311Z] 5eb5b503b376: Pull complete [2023-03-14T00:21:11.570Z] 5c69ac0246d0: Pull complete [2023-03-14T00:21:12.147Z] ec43610c2a17: Pull complete [2023-03-14T00:21:12.147Z] 3a2ae6a8a46f: Pull complete [2023-03-14T00:21:12.713Z] 33b1e0a273af: Pull complete [2023-03-14T00:21:12.713Z] 5d3b04190fa2: Pull complete [2023-03-14T00:21:16.899Z] 2f39f015ded8: Pull complete [2023-03-14T00:21:16.899Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-14T00:21:17.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T00:21:17.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:21:17.239Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:21:17.338Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-14T00:21:20.304Z] $ docker top 2e417ba70432d91ccab319566a41f489a44c85706ab98798f9b8be0e6ef8cc9f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:21:20.719Z] ---> job-cost.sh [2023-03-14T00:21:20.719Z] lf-activate-venv: SKIPPING [2023-03-14T00:21:20.719Z] INFO: No Stack... [2023-03-14T00:21:20.978Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-14T00:21:21.551Z] INFO: Archiving Costs [Pipeline] sh [2023-03-14T00:21:21.844Z] + cat /w/workspace/edgexfoundry_go-mod-secrets_main/archives/cost.csv [2023-03-14T00:21:21.844Z] + cut -d, -f6 [Pipeline] lock [2023-03-14T00:21:21.857Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [2023-03-14T00:21:21.863Z] Resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] did not exist. Created. [2023-03-14T00:21:21.863Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-14T00:21:22.163Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-14T00:21:22.196Z] Stashed 1 file(s) [Pipeline] } [2023-03-14T00:21:22.203Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-14T00:21:22.226Z] $ docker stop --time=1 2e417ba70432d91ccab319566a41f489a44c85706ab98798f9b8be0e6ef8cc9f [2023-03-14T00:21:23.375Z] $ docker rm -f --volumes 2e417ba70432d91ccab319566a41f489a44c85706ab98798f9b8be0e6ef8cc9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-14T00:23:27.957Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21 in /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] { [Pipeline] ws [2023-03-14T00:23:27.970Z] Running in /w/workspace/go-mod-secrets/49 [Pipeline] { [Pipeline] checkout [2023-03-14T00:23:28.013Z] Selected Git installation does not exist. Using Default [2023-03-14T00:23:28.013Z] The recommended git tool is: NONE [2023-03-14T00:23:37.901Z] using credential edgex-jenkins-ssh [2023-03-14T00:23:37.929Z] Cloning the remote Git repository [2023-03-14T00:23:38.046Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2023-03-14T00:23:38.249Z] > git init /w/workspace/go-mod-secrets/49 # timeout=10 [2023-03-14T00:23:38.603Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2023-03-14T00:23:38.605Z] > git --version # timeout=10 [2023-03-14T00:23:38.764Z] > git --version # 'git version 2.25.1' [2023-03-14T00:23:38.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-14T00:23:39.146Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-14T00:23:41.514Z] Avoid second fetch [2023-03-14T00:23:41.515Z] Checking out Revision ece5487729ef2c8ff7c885fb030d4d65b9674b79 (main) [2023-03-14T00:23:40.226Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2023-03-14T00:23:40.271Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-14T00:23:42.710Z] Commit message: "build: Update to Go 1.20 and linter v1.51.2 (#195)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T00:23:41.550Z] > git config core.sparsecheckout # timeout=10 [2023-03-14T00:23:41.756Z] > git checkout -f ece5487729ef2c8ff7c885fb030d4d65b9674b79 # timeout=10 [2023-03-14T00:23:43.725Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-14T00:23:43.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-14T00:23:43.725Z] Dload Upload Total Spent Left Speed [2023-03-14T00:23:44.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 45216 0 --:--:-- --:--:-- --:--:-- 45056 [Pipeline] sh [2023-03-14T00:23:45.157Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-14T00:23:45.547Z] + sudo tee /etc/docker/daemon.new [2023-03-14T00:23:45.547Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-14T00:23:45.547Z] { [2023-03-14T00:23:45.547Z] "registry-mirrors": [ [2023-03-14T00:23:45.547Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-14T00:23:45.547Z] ], [2023-03-14T00:23:45.547Z] "bip": "10.250.0.254/24", [2023-03-14T00:23:45.547Z] "hosts": [ [2023-03-14T00:23:45.547Z] "tcp://0.0.0.0:5555", [2023-03-14T00:23:45.547Z] "unix:///var/run/docker.sock" [2023-03-14T00:23:45.547Z] ], [2023-03-14T00:23:45.547Z] "mtu": 1458, [2023-03-14T00:23:45.547Z] "selinux-enabled": true, [2023-03-14T00:23:45.547Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-14T00:23:45.547Z] } [Pipeline] sh [2023-03-14T00:23:45.961Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-14T00:23:46.339Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-03-14T00:24:05.019Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T00:24:05.034Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T00:24:05.044Z] ========================================================= [2023-03-14T00:24:05.044Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-14T00:24:05.044Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-14T00:24:05.398Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-14T00:24:06.000Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-14T00:24:06.000Z] af6eaf76a39c: Pulling fs layer [2023-03-14T00:24:06.000Z] 55522c791124: Pulling fs layer [2023-03-14T00:24:06.000Z] ce5c4a1c91eb: Pulling fs layer [2023-03-14T00:24:06.000Z] 169dfbe0d373: Pulling fs layer [2023-03-14T00:24:06.000Z] e1ff8fa3b103: Pulling fs layer [2023-03-14T00:24:06.000Z] 52ebb69f0ebf: Pulling fs layer [2023-03-14T00:24:06.000Z] 5abe8eddf0d5: Pulling fs layer [2023-03-14T00:24:06.000Z] e1ff8fa3b103: Waiting [2023-03-14T00:24:06.000Z] 52ebb69f0ebf: Waiting [2023-03-14T00:24:06.000Z] 5abe8eddf0d5: Waiting [2023-03-14T00:24:06.000Z] 169dfbe0d373: Waiting [2023-03-14T00:24:06.000Z] 55522c791124: Verifying Checksum [2023-03-14T00:24:06.000Z] 55522c791124: Download complete [2023-03-14T00:24:06.000Z] 169dfbe0d373: Download complete [2023-03-14T00:24:06.000Z] e1ff8fa3b103: Verifying Checksum [2023-03-14T00:24:06.000Z] e1ff8fa3b103: Download complete [2023-03-14T00:24:06.000Z] af6eaf76a39c: Download complete [2023-03-14T00:24:06.995Z] af6eaf76a39c: Pull complete [2023-03-14T00:24:07.275Z] 5abe8eddf0d5: Verifying Checksum [2023-03-14T00:24:07.275Z] 5abe8eddf0d5: Download complete [2023-03-14T00:24:07.878Z] 55522c791124: Pull complete [2023-03-14T00:24:08.475Z] ce5c4a1c91eb: Verifying Checksum [2023-03-14T00:24:08.475Z] ce5c4a1c91eb: Download complete [2023-03-14T00:24:08.746Z] 52ebb69f0ebf: Verifying Checksum [2023-03-14T00:24:08.746Z] 52ebb69f0ebf: Download complete [2023-03-14T00:24:18.951Z] ce5c4a1c91eb: Pull complete [2023-03-14T00:24:19.222Z] 169dfbe0d373: Pull complete [2023-03-14T00:24:19.493Z] e1ff8fa3b103: Pull complete [2023-03-14T00:24:26.169Z] 52ebb69f0ebf: Pull complete [2023-03-14T00:24:27.135Z] 5abe8eddf0d5: Pull complete [2023-03-14T00:24:27.403Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-14T00:24:27.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-14T00:24:27.403Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh [2023-03-14T00:24:27.739Z] + 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-03-14T00:24:28.092Z] + docker inspect -f . ci-base-image-arm64 [2023-03-14T00:24:28.092Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:24:28.329Z] prd-ubuntu20.04-docker-arm64-4c-16g-21 does not seem to be running inside a container [2023-03-14T00:24:28.417Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/49 -v /w/workspace/go-mod-secrets/49:/w/workspace/go-mod-secrets/49:rw,z -v /w/workspace/go-mod-secrets/49@tmp:/w/workspace/go-mod-secrets/49@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-03-14T00:24:31.770Z] $ docker top 1f1d06561d33a6b43b7ba5c76a36afe28d875ba6f6584e665e9e798e437c7d59 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T00:24:32.648Z] + go version [2023-03-14T00:24:32.648Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-14T00:24:32.676Z] $ docker stop --time=1 1f1d06561d33a6b43b7ba5c76a36afe28d875ba6f6584e665e9e798e437c7d59 [2023-03-14T00:24:34.348Z] $ docker rm -f --volumes 1f1d06561d33a6b43b7ba5c76a36afe28d875ba6f6584e665e9e798e437c7d59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:24:34.928Z] + docker inspect -f . ci-base-image-arm64 [2023-03-14T00:24:34.928Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:24:35.131Z] prd-ubuntu20.04-docker-arm64-4c-16g-21 does not seem to be running inside a container [2023-03-14T00:24:35.222Z] $ 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/49 -v /w/workspace/go-mod-secrets/49:/w/workspace/go-mod-secrets/49:rw,z -v /w/workspace/go-mod-secrets/49@tmp:/w/workspace/go-mod-secrets/49@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-03-14T00:24:36.425Z] $ docker top 6178f77e3612d58a2fdbd0a0015a7074600d4f43e9090f05e4095976bd8cd30f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T00:24:37.268Z] + git config --global --add safe.directory /w/workspace/go-mod-secrets/49 [Pipeline] fileExists [Pipeline] sh [2023-03-14T00:24:37.930Z] + make test [2023-03-14T00:24:37.930Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2023-03-14T00:24:37.930Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.15 [2023-03-14T00:24:37.930Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-03-14T00:24:38.518Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-14T00:24:38.785Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-14T00:24:38.785Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-14T00:24:38.785Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-14T00:24:38.785Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-14T00:24:39.054Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-14T00:24:39.054Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-14T00:24:39.054Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-14T00:24:39.054Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-14T00:24:39.054Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-14T00:24:40.486Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-14T00:24:40.486Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-14T00:24:41.028Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-14T00:24:41.028Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-14T00:24:41.028Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-14T00:24:41.028Z] go: downloading golang.org/x/crypto v0.5.0 [2023-03-14T00:24:42.102Z] go: downloading golang.org/x/text v0.6.0 [2023-03-14T00:24:42.102Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-14T00:24:42.102Z] go: downloading golang.org/x/net v0.5.0 [2023-03-14T00:24:42.102Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-14T00:24:43.532Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-14T00:24:43.799Z] go: downloading golang.org/x/sys v0.4.0 [2023-03-14T00:26:50.521Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] [2023-03-14T00:26:50.521Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] [2023-03-14T00:26:50.521Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] [2023-03-14T00:26:52.477Z] ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 16.070s coverage: 75.7% of statements [2023-03-14T00:26:52.477Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.241s coverage: 52.2% of statements [2023-03-14T00:26:52.477Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.267s coverage: 96.7% of statements [2023-03-14T00:26:52.477Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.135s coverage: 89.5% of statements [2023-03-14T00:26:52.477Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.114s coverage: 100.0% of statements [2023-03-14T00:27:48.932Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] [2023-03-14T00:27:48.932Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.254s coverage: 55.8% of statements [2023-03-14T00:27:48.932Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.109s coverage: 56.0% of statements [2023-03-14T00:27:48.932Z] ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.228s coverage: 100.0% of statements [2023-03-14T00:27:48.932Z] ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] [2023-03-14T00:27:48.932Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-14T00:27:48.932Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-14T00:29:55.713Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-14T00:29:55.713Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-14T00:29:55.732Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-14T00:29:55.751Z] $ docker stop --time=1 6178f77e3612d58a2fdbd0a0015a7074600d4f43e9090f05e4095976bd8cd30f [2023-03-14T00:29:57.693Z] $ docker rm -f --volumes 6178f77e3612d58a2fdbd0a0015a7074600d4f43e9090f05e4095976bd8cd30f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T00:30:00.762Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-14T00:30:00.786Z] Warning: overwriting stash ‘coverage-report’ [2023-03-14T00:30:01.429Z] 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-03-14T00:30:01.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T00:30:01.869Z] [2023-03-14T00:30:01.869Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:30:02.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T00:30:02.495Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-14T00:30:02.495Z] 8998bd30e6a1: Pulling fs layer [2023-03-14T00:30:02.495Z] 04944245beec: Pulling fs layer [2023-03-14T00:30:02.495Z] 699f458cf7ca: Pulling fs layer [2023-03-14T00:30:02.495Z] 765212b225bb: Pulling fs layer [2023-03-14T00:30:02.495Z] f23df028b6ca: Pulling fs layer [2023-03-14T00:30:02.495Z] d65c8cfc05b1: Pulling fs layer [2023-03-14T00:30:02.495Z] 2437ff75d9bd: Pulling fs layer [2023-03-14T00:30:02.495Z] 765212b225bb: Waiting [2023-03-14T00:30:02.495Z] f23df028b6ca: Waiting [2023-03-14T00:30:02.495Z] d65c8cfc05b1: Waiting [2023-03-14T00:30:02.495Z] 2437ff75d9bd: Waiting [2023-03-14T00:30:02.495Z] 04944245beec: Verifying Checksum [2023-03-14T00:30:02.495Z] 04944245beec: Download complete [2023-03-14T00:30:02.495Z] 765212b225bb: Verifying Checksum [2023-03-14T00:30:02.495Z] 765212b225bb: Download complete [2023-03-14T00:30:02.767Z] f23df028b6ca: Verifying Checksum [2023-03-14T00:30:02.767Z] f23df028b6ca: Download complete [2023-03-14T00:30:02.767Z] d65c8cfc05b1: Verifying Checksum [2023-03-14T00:30:02.767Z] d65c8cfc05b1: Download complete [2023-03-14T00:30:02.767Z] 699f458cf7ca: Verifying Checksum [2023-03-14T00:30:02.767Z] 699f458cf7ca: Download complete [2023-03-14T00:30:03.043Z] 8998bd30e6a1: Download complete [2023-03-14T00:30:05.640Z] 2437ff75d9bd: Verifying Checksum [2023-03-14T00:30:05.641Z] 2437ff75d9bd: Download complete [2023-03-14T00:30:07.055Z] 8998bd30e6a1: Pull complete [2023-03-14T00:30:07.642Z] 04944245beec: Pull complete [2023-03-14T00:30:09.057Z] 699f458cf7ca: Pull complete [2023-03-14T00:30:09.328Z] 765212b225bb: Pull complete [2023-03-14T00:30:10.294Z] f23df028b6ca: Pull complete [2023-03-14T00:30:10.294Z] d65c8cfc05b1: Pull complete [2023-03-14T00:30:25.324Z] 2437ff75d9bd: Pull complete [2023-03-14T00:30:25.324Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-14T00:30:25.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T00:30:25.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:30:25.531Z] prd-ubuntu20.04-docker-arm64-4c-16g-21 does not seem to be running inside a container [2023-03-14T00:30:25.614Z] $ 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/49 -v /w/workspace/go-mod-secrets/49:/w/workspace/go-mod-secrets/49:rw,z -v /w/workspace/go-mod-secrets/49@tmp:/w/workspace/go-mod-secrets/49@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-03-14T00:30:28.528Z] $ docker top 5947788c700c2729daf7acd9f99861fb13d8bba9e4665596625cb2101fe4d827 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:30:29.399Z] ---> job-cost.sh [2023-03-14T00:30:29.399Z] lf-activate-venv: SKIPPING [2023-03-14T00:30:29.399Z] INFO: No Stack... [2023-03-14T00:30:29.985Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-14T00:30:30.570Z] INFO: Archiving Costs [Pipeline] sh [2023-03-14T00:30:31.219Z] + cat /w/workspace/go-mod-secrets/49/archives/cost.csv [2023-03-14T00:30:31.219Z] + cut -d, -f6 [Pipeline] lock [2023-03-14T00:30:31.287Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [2023-03-14T00:30:31.292Z] Resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] did not exist. Created. [2023-03-14T00:30:31.292Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-14T00:30:32.021Z] /w/workspace/go-mod-secrets/49@tmp/durable-b24447fd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-14T00:30:32.703Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-14T00:30:32.725Z] Warning: overwriting stash ‘stack-cost’ [2023-03-14T00:30:32.788Z] Stashed 1 file(s) [Pipeline] } [2023-03-14T00:30:32.795Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-14T00:30:32.816Z] $ docker stop --time=1 5947788c700c2729daf7acd9f99861fb13d8bba9e4665596625cb2101fe4d827 [2023-03-14T00:30:34.390Z] $ docker rm -f --volumes 5947788c700c2729daf7acd9f99861fb13d8bba9e4665596625cb2101fe4d827 [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-03-14T00:30:34.843Z] provisioning config files... [2023-03-14T00:30:34.853Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config7476096401255951802tmp [Pipeline] { [Pipeline] sh [2023-03-14T00:30:35.141Z] + set +x [2023-03-14T00:30:35.141Z] + curl -s https://codecov.io/bash [2023-03-14T00:30:35.141Z] + bash -s -- [2023-03-14T00:30:35.141Z] [2023-03-14T00:30:35.141Z] _____ _ [2023-03-14T00:30:35.141Z] / ____| | | [2023-03-14T00:30:35.141Z] | | ___ __| | ___ ___ _____ __ [2023-03-14T00:30:35.141Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-14T00:30:35.141Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-14T00:30:35.141Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-14T00:30:35.141Z] Bash-1.0.6 [2023-03-14T00:30:35.141Z] [2023-03-14T00:30:35.141Z] [2023-03-14T00:30:35.141Z] ==> git version 2.25.1 found [2023-03-14T00:30:35.141Z] ==> 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-03-14T00:30:35.141Z] Release-Date: 2020-01-08 [2023-03-14T00:30:35.141Z] 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-03-14T00:30:35.141Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-14T00:30:35.141Z] ==> Jenkins CI detected. [2023-03-14T00:30:35.141Z] current dir:  /w/workspace/edgexfoundry_go-mod-secrets_main [2023-03-14T00:30:35.141Z] project root: . [2023-03-14T00:30:35.141Z] --> token set from env [2023-03-14T00:30:35.141Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-14T00:30:35.141Z] ==> Running gcov in . (disable via -X gcov) [2023-03-14T00:30:35.141Z] ==> Python coveragepy not found [2023-03-14T00:30:35.141Z] ==> Searching for coverage reports in: [2023-03-14T00:30:35.141Z] + . [2023-03-14T00:30:35.141Z] -> Found 1 reports [2023-03-14T00:30:35.141Z] ==> Detecting git/mercurial file structure [2023-03-14T00:30:35.141Z] ==> Reading reports [2023-03-14T00:30:35.141Z] + ./coverage.out bytes=41143 [2023-03-14T00:30:35.400Z] ==> Appending adjustments [2023-03-14T00:30:35.400Z] https://docs.codecov.io/docs/fixing-reports [2023-03-14T00:30:35.400Z] + Found adjustments [2023-03-14T00:30:35.400Z] ==> Gzipping contents [2023-03-14T00:30:35.400Z] 8.0K /tmp/codecov.0BvPCH.gz [2023-03-14T00:30:35.400Z] ==> Uploading reports [2023-03-14T00:30:35.400Z] url: https://codecov.io [2023-03-14T00:30:35.400Z] query: branch=main&commit=ece5487729ef2c8ff7c885fb030d4d65b9674b79&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F49%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-14T00:30:35.400Z] -> Pinging Codecov [2023-03-14T00:30:35.400Z] 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=ece5487729ef2c8ff7c885fb030d4d65b9674b79&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F49%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-14T00:30:35.662Z] -> Uploading to [2023-03-14T00:30:35.662Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-14/D63849C06B6B67093493C71CE874ED06/ece5487729ef2c8ff7c885fb030d4d65b9674b79/a42dbd5b-b154-40d4-b50f-6ca5d9c29131.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230314T003035Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5e04e277ca05ecd013d92427ceb1672b26af6e3643ac05818cf8ccc4d0e17f30 [2023-03-14T00:30:35.662Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-14T00:30:35.662Z] Dload Upload Total Spent Left Speed [2023-03-14T00:30:35.921Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8118 0 0 100 8118 0 40188 --:--:-- --:--:-- --:--:-- 39990 100 8118 0 0 100 8118 0 33134 --:--:-- --:--:-- --:--:-- 33000 [2023-03-14T00:30:35.921Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-secrets/commit/ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] } [2023-03-14T00:30:35.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-14T00:30:36.076Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-14T00:30:36.093Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:30:36.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T00:30:36.396Z] [2023-03-14T00:30:36.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:30:36.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T00:30:36.693Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-14T00:30:36.693Z] df9b9388f04a: Pulling fs layer [2023-03-14T00:30:36.693Z] 52dc419b0ee2: Pulling fs layer [2023-03-14T00:30:36.693Z] 25bc292e5bac: Pulling fs layer [2023-03-14T00:30:36.693Z] 114826534d7a: Pulling fs layer [2023-03-14T00:30:36.693Z] 4657fd5d0bcf: Pulling fs layer [2023-03-14T00:30:36.693Z] 6ad1cebc031e: Pulling fs layer [2023-03-14T00:30:36.693Z] 8a3aa393b2d8: Pulling fs layer [2023-03-14T00:30:36.693Z] 114826534d7a: Waiting [2023-03-14T00:30:36.693Z] 4657fd5d0bcf: Waiting [2023-03-14T00:30:36.693Z] 6ad1cebc031e: Waiting [2023-03-14T00:30:36.693Z] 8a3aa393b2d8: Waiting [2023-03-14T00:30:36.693Z] 25bc292e5bac: Verifying Checksum [2023-03-14T00:30:36.693Z] 25bc292e5bac: Download complete [2023-03-14T00:30:36.693Z] 52dc419b0ee2: Verifying Checksum [2023-03-14T00:30:36.693Z] 52dc419b0ee2: Download complete [2023-03-14T00:30:36.693Z] 4657fd5d0bcf: Verifying Checksum [2023-03-14T00:30:36.693Z] 4657fd5d0bcf: Download complete [2023-03-14T00:30:36.954Z] df9b9388f04a: Download complete [2023-03-14T00:30:36.954Z] df9b9388f04a: Pull complete [2023-03-14T00:30:36.954Z] 6ad1cebc031e: Verifying Checksum [2023-03-14T00:30:36.954Z] 6ad1cebc031e: Download complete [2023-03-14T00:30:37.216Z] 52dc419b0ee2: Pull complete [2023-03-14T00:30:37.216Z] 25bc292e5bac: Pull complete [2023-03-14T00:30:37.784Z] 114826534d7a: Verifying Checksum [2023-03-14T00:30:37.784Z] 114826534d7a: Download complete [2023-03-14T00:30:37.784Z] 8a3aa393b2d8: Verifying Checksum [2023-03-14T00:30:37.784Z] 8a3aa393b2d8: Download complete [2023-03-14T00:30:41.064Z] 114826534d7a: Pull complete [2023-03-14T00:30:41.064Z] 4657fd5d0bcf: Pull complete [2023-03-14T00:30:41.322Z] 6ad1cebc031e: Pull complete [2023-03-14T00:30:44.606Z] 8a3aa393b2d8: Pull complete [2023-03-14T00:30:44.606Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-14T00:30:44.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T00:30:44.606Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:30:44.681Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:30:44.711Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-14T00:30:47.510Z] $ docker top 7a6c3329d88c92e2acbfbd8391a556aedf4dd5b9f59ea49c99bbec6900a4cebe -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-14T00:30:47.575Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-secrets:main' [Pipeline] sh [2023-03-14T00:30:47.854Z] + set -o pipefail [2023-03-14T00:30:47.854Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-secrets:main' [2023-03-14T00:30:51.144Z] [2023-03-14T00:30:51.144Z] Monitoring /w/workspace/edgexfoundry_go-mod-secrets_main (github.com/edgexfoundry/go-mod-secrets/v3)... [2023-03-14T00:30:51.144Z] [2023-03-14T00:30:51.144Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0d3915cb-23c5-4258-a5a9-356997f1cfb0/history/bc99d54b-9501-41e5-9101-ed1975a249d3 [2023-03-14T00:30:51.144Z] [2023-03-14T00:30:51.144Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-14T00:30:51.144Z] [2023-03-14T00:30:51.403Z] [2023-03-14T00:30:51.403Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-14T00:30:51.403Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-14T00:30:51.403Z] More details here: https://snyk.co/ue1NS [2023-03-14T00:30:51.403Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-14T00:30:51.403Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-14T00:30:51.417Z] $ docker stop --time=1 7a6c3329d88c92e2acbfbd8391a556aedf4dd5b9f59ea49c99bbec6900a4cebe [2023-03-14T00:30:53.988Z] $ docker rm -f --volumes 7a6c3329d88c92e2acbfbd8391a556aedf4dd5b9f59ea49c99bbec6900a4cebe [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-03-14T00:30:54.616Z] + git log --format=format:%s -1 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] sh [2023-03-14T00:30:54.908Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T00:30:54.908Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:30:55.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T00:30:55.207Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:30:55.279Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:30:55.310Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T00:30:55.730Z] $ docker top baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T00:30:55.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T00:30:55.819Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T00:30:55.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T00:30:55.940Z] $ docker exec baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 ssh-agent [2023-03-14T00:30:56.053Z] SSH_AUTH_SOCK=/tmp/ssh-D5T0OmEUkEQh/agent.32 [2023-03-14T00:30:56.053Z] SSH_AGENT_PID=38 [2023-03-14T00:30:56.058Z] Running ssh-add (command line suppressed) [2023-03-14T00:30:56.162Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10942781828877866230.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10942781828877866230.key) [2023-03-14T00:30:56.173Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T00:30:56.462Z] + git semver tag [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,664 [run_tag] DEBUG tag force:False [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,664 [check_head_tag] DEBUG check head tag [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,665 [execute] INFO git cat-file --batch-check [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,665 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,668 [execute] INFO git cat-file --batch [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,669 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,691 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,691 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,691 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) [2023-03-14T00:30:56.721Z] 2023-03-14 00:30:56,696 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:30:56.721Z] 3.0.0-dev.10 [Pipeline] } [2023-03-14T00:30:56.733Z] $ docker exec --env ******** --env ******** baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 ssh-agent -k [2023-03-14T00:30:56.830Z] unset SSH_AUTH_SOCK; [2023-03-14T00:30:56.830Z] unset SSH_AGENT_PID; [2023-03-14T00:30:56.830Z] echo Agent pid 38 killed; [2023-03-14T00:30:56.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T00:30:57.133Z] + git semver [Pipeline] } [2023-03-14T00:30:57.408Z] $ docker stop --time=1 baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 [2023-03-14T00:30:58.667Z] $ docker rm -f --volumes baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:30:59.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T00:30:59.059Z] [2023-03-14T00:30:59.059Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:30:59.367Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T00:30:59.367Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-14T00:30:59.367Z] ab5ef0e58194: Pulling fs layer [2023-03-14T00:30:59.367Z] 9712f1f96733: Pulling fs layer [2023-03-14T00:30:59.367Z] 63f879dbbcfc: Pulling fs layer [2023-03-14T00:30:59.367Z] 0d9ebad4ef96: Pulling fs layer [2023-03-14T00:30:59.367Z] e9a5061849ea: Pulling fs layer [2023-03-14T00:30:59.367Z] d747dcd14b5f: Pulling fs layer [2023-03-14T00:30:59.367Z] 2de7ff778b66: Pulling fs layer [2023-03-14T00:30:59.367Z] 0d9ebad4ef96: Waiting [2023-03-14T00:30:59.367Z] e9a5061849ea: Waiting [2023-03-14T00:30:59.367Z] d747dcd14b5f: Waiting [2023-03-14T00:30:59.367Z] 2de7ff778b66: Waiting [2023-03-14T00:30:59.367Z] 9712f1f96733: Verifying Checksum [2023-03-14T00:30:59.367Z] 9712f1f96733: Download complete [2023-03-14T00:30:59.943Z] 63f879dbbcfc: Verifying Checksum [2023-03-14T00:30:59.943Z] 63f879dbbcfc: Download complete [2023-03-14T00:30:59.943Z] e9a5061849ea: Download complete [2023-03-14T00:30:59.943Z] 0d9ebad4ef96: Verifying Checksum [2023-03-14T00:30:59.943Z] 0d9ebad4ef96: Download complete [2023-03-14T00:30:59.943Z] d747dcd14b5f: Download complete [2023-03-14T00:30:59.943Z] ab5ef0e58194: Verifying Checksum [2023-03-14T00:30:59.943Z] ab5ef0e58194: Download complete [2023-03-14T00:31:00.201Z] 2de7ff778b66: Verifying Checksum [2023-03-14T00:31:00.201Z] 2de7ff778b66: Download complete [2023-03-14T00:31:02.735Z] ab5ef0e58194: Pull complete [2023-03-14T00:31:02.994Z] 9712f1f96733: Pull complete [2023-03-14T00:31:03.561Z] 63f879dbbcfc: Pull complete [2023-03-14T00:31:07.750Z] 0d9ebad4ef96: Pull complete [2023-03-14T00:31:07.750Z] e9a5061849ea: Pull complete [2023-03-14T00:31:07.750Z] d747dcd14b5f: Pull complete [2023-03-14T00:31:09.124Z] 2de7ff778b66: Pull complete [2023-03-14T00:31:09.124Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-14T00:31:09.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T00:31:09.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:31:09.212Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:31:09.248Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-14T00:31:13.147Z] $ docker top 55f5600f3e959d1a31e30a1b7ed915d9803f8e2bbc11caf5bc7532dcb2f4ed66 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-14T00:31:13.212Z] provisioning config files... [2023-03-14T00:31:13.219Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config6223292030503823999tmp [2023-03-14T00:31:13.227Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config4402584001984603170tmp [2023-03-14T00:31:13.235Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config851809734157074383tmp [Pipeline] { [Pipeline] echo [2023-03-14T00:31:13.249Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:13.530Z] ---> sigul-configuration.sh [2023-03-14T00:31:13.530Z] gpg: directory `/root/.gnupg' created [2023-03-14T00:31:13.530Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-14T00:31:13.530Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-14T00:31:13.530Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-14T00:31:13.530Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-14T00:31:13.530Z] gpg: CAST5 encrypted data [2023-03-14T00:31:13.530Z] gpg: encrypted with 1 passphrase [2023-03-14T00:31:13.530Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-14T00:31:13.820Z] + mkdir /home/jenkins [2023-03-14T00:31:13.821Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-14T00:31:14.106Z] + 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-03-14T00:31:14.114Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:14.399Z] ---> sigul-install.sh [2023-03-14T00:31:14.399Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-14T00:31:14.688Z] + git tag --list [2023-03-14T00:31:14.688Z] v0.0.0 [2023-03-14T00:31:14.688Z] v0.0.1 [2023-03-14T00:31:14.688Z] v0.0.10 [2023-03-14T00:31:14.688Z] v0.0.11 [2023-03-14T00:31:14.688Z] v0.0.12 [2023-03-14T00:31:14.688Z] v0.0.13 [2023-03-14T00:31:14.688Z] v0.0.14 [2023-03-14T00:31:14.688Z] v0.0.15 [2023-03-14T00:31:14.688Z] v0.0.16 [2023-03-14T00:31:14.688Z] v0.0.17 [2023-03-14T00:31:14.688Z] v0.0.18 [2023-03-14T00:31:14.688Z] v0.0.19 [2023-03-14T00:31:14.688Z] v0.0.2 [2023-03-14T00:31:14.688Z] v0.0.20 [2023-03-14T00:31:14.688Z] v0.0.21 [2023-03-14T00:31:14.688Z] v0.0.22 [2023-03-14T00:31:14.688Z] v0.0.23 [2023-03-14T00:31:14.688Z] v0.0.24 [2023-03-14T00:31:14.688Z] v0.0.25 [2023-03-14T00:31:14.688Z] v0.0.26 [2023-03-14T00:31:14.688Z] v0.0.27 [2023-03-14T00:31:14.688Z] v0.0.28 [2023-03-14T00:31:14.688Z] v0.0.29 [2023-03-14T00:31:14.688Z] v0.0.3 [2023-03-14T00:31:14.688Z] v0.0.30 [2023-03-14T00:31:14.688Z] v0.0.31 [2023-03-14T00:31:14.688Z] v0.0.32 [2023-03-14T00:31:14.688Z] v0.0.33 [2023-03-14T00:31:14.688Z] v0.0.4 [2023-03-14T00:31:14.688Z] v0.0.5 [2023-03-14T00:31:14.688Z] v0.0.6 [2023-03-14T00:31:14.688Z] v0.0.7 [2023-03-14T00:31:14.688Z] v0.0.8 [2023-03-14T00:31:14.688Z] v0.0.9 [2023-03-14T00:31:14.688Z] v2.0.0 [2023-03-14T00:31:14.688Z] v2.1.0 [2023-03-14T00:31:14.688Z] v2.1.1 [2023-03-14T00:31:14.688Z] v2.1.1-dev.1 [2023-03-14T00:31:14.688Z] v2.1.1-dev.2 [2023-03-14T00:31:14.688Z] v2.1.1-dev.3 [2023-03-14T00:31:14.688Z] v2.2.0 [2023-03-14T00:31:14.688Z] v2.2.1-dev.1 [2023-03-14T00:31:14.688Z] v2.2.1-dev.2 [2023-03-14T00:31:14.688Z] v2.2.1-dev.3 [2023-03-14T00:31:14.688Z] v2.2.1-dev.4 [2023-03-14T00:31:14.688Z] v2.2.1-dev.5 [2023-03-14T00:31:14.688Z] v2.3.0 [2023-03-14T00:31:14.688Z] v2.3.0-dev.10 [2023-03-14T00:31:14.688Z] v2.3.0-dev.11 [2023-03-14T00:31:14.688Z] v2.3.0-dev.12 [2023-03-14T00:31:14.688Z] v2.3.0-dev.13 [2023-03-14T00:31:14.688Z] v2.3.0-dev.5 [2023-03-14T00:31:14.688Z] v2.3.0-dev.6 [2023-03-14T00:31:14.688Z] v2.3.0-dev.7 [2023-03-14T00:31:14.688Z] v2.3.0-dev.8 [2023-03-14T00:31:14.688Z] v2.3.0-dev.9 [2023-03-14T00:31:14.688Z] v2.3.1-dev.1 [2023-03-14T00:31:14.688Z] v3.0.0-dev.1 [2023-03-14T00:31:14.688Z] v3.0.0-dev.10 [2023-03-14T00:31:14.688Z] v3.0.0-dev.2 [2023-03-14T00:31:14.688Z] v3.0.0-dev.3 [2023-03-14T00:31:14.688Z] v3.0.0-dev.4 [2023-03-14T00:31:14.688Z] v3.0.0-dev.5 [2023-03-14T00:31:14.688Z] v3.0.0-dev.6 [2023-03-14T00:31:14.688Z] v3.0.0-dev.7 [2023-03-14T00:31:14.688Z] v3.0.0-dev.8 [2023-03-14T00:31:14.688Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-14T00:31:14.966Z] + lftools sign git-tag v3.0.0-dev.10 [2023-03-14T00:31:15.545Z] Signing Git tag with Sigul... [2023-03-14T00:31:15.545Z] Signing v3.0.0-dev.10 [Pipeline] echo [2023-03-14T00:31:15.811Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:16.093Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-14T00:31:16.099Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-14T00:31:16.118Z] $ docker stop --time=1 55f5600f3e959d1a31e30a1b7ed915d9803f8e2bbc11caf5bc7532dcb2f4ed66 [2023-03-14T00:31:17.422Z] $ docker rm -f --volumes 55f5600f3e959d1a31e30a1b7ed915d9803f8e2bbc11caf5bc7532dcb2f4ed66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-14T00:31:17.849Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T00:31:17.849Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:31:18.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T00:31:18.150Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:31:18.221Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:31:18.254Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T00:31:18.598Z] $ docker top 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 -eo pid,comm [2023-03-14T00:31:18.643Z] 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-03-14T00:31:18.643Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T00:31:18.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T00:31:18.671Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T00:31:18.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T00:31:18.787Z] $ docker exec 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 ssh-agent [2023-03-14T00:31:18.890Z] SSH_AUTH_SOCK=/tmp/ssh-yavIq05emPWr/agent.32 [2023-03-14T00:31:18.890Z] SSH_AGENT_PID=38 [2023-03-14T00:31:18.895Z] Running ssh-add (command line suppressed) [2023-03-14T00:31:18.995Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_538159954113613774.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_538159954113613774.key) [2023-03-14T00:31:19.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T00:31:19.293Z] + git semver bump pre [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,448 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,449 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,449 [bump_version] DEBUG bumped version:3.0.0-dev.11 [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,449 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:True [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,449 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,449 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,450 [execute] INFO git cat-file --batch-check [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,454 [execute] INFO git cat-file --batch [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,455 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-14T00:31:19.551Z] 2023-03-14 00:31:19,458 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:31:19.551Z] 3.0.0-dev.11 [Pipeline] } [2023-03-14T00:31:19.563Z] $ docker exec --env ******** --env ******** 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 ssh-agent -k [2023-03-14T00:31:19.658Z] unset SSH_AUTH_SOCK; [2023-03-14T00:31:19.659Z] unset SSH_AGENT_PID; [2023-03-14T00:31:19.659Z] echo Agent pid 38 killed; [2023-03-14T00:31:19.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T00:31:19.975Z] + git semver [Pipeline] } [2023-03-14T00:31:20.251Z] $ docker stop --time=1 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 [2023-03-14T00:31:21.555Z] $ docker rm -f --volumes 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T00:31:21.881Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T00:31:21.881Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:31:22.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T00:31:22.179Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:31:22.251Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:31:22.282Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T00:31:22.606Z] $ docker top 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 -eo pid,comm [2023-03-14T00:31:22.650Z] 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-03-14T00:31:22.650Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T00:31:22.690Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T00:31:22.690Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T00:31:22.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T00:31:22.804Z] $ docker exec 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 ssh-agent [2023-03-14T00:31:22.907Z] SSH_AUTH_SOCK=/tmp/ssh-wABcCYAiS6Ml/agent.32 [2023-03-14T00:31:22.907Z] SSH_AGENT_PID=38 [2023-03-14T00:31:22.913Z] Running ssh-add (command line suppressed) [2023-03-14T00:31:23.012Z] Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16557247280749686399.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16557247280749686399.key) [2023-03-14T00:31:23.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T00:31:23.311Z] + git semver push [2023-03-14T00:31:23.571Z] 2023-03-14 00:31:23,483 [run_push] DEBUG push [2023-03-14T00:31:23.571Z] 2023-03-14 00:31:23,484 [execute] INFO git cat-file --batch-check [2023-03-14T00:31:23.571Z] 2023-03-14 00:31:23,484 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-14T00:31:23.571Z] 2023-03-14 00:31:23,488 [execute] INFO git rev-list 70d22bab0741f9d5b348684f95d6edc00c031b21 -- [2023-03-14T00:31:23.571Z] 2023-03-14 00:31:23,488 [execute] DEBUG Popen(['git', 'rev-list', '70d22bab0741f9d5b348684f95d6edc00c031b21', '--'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-14T00:31:23.571Z] 2023-03-14 00:31:23,495 [execute] INFO git fetch -v origin [2023-03-14T00:31:23.571Z] 2023-03-14 00:31:23,496 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-14T00:31:24.140Z] 2023-03-14 00:31:24,002 [run_push] DEBUG no remote changes detected [2023-03-14T00:31:24.140Z] 2023-03-14 00:31:24,002 [execute] INFO git push origin semver [2023-03-14T00:31:24.140Z] 2023-03-14 00:31:24,003 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-14T00:31:25.077Z] 2023-03-14 00:31:24,752 [run_push] DEBUG push all version tags [2023-03-14T00:31:25.077Z] 2023-03-14 00:31:24,752 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-14T00:31:25.077Z] 2023-03-14 00:31:24,753 [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-03-14T00:31:25.644Z] 2023-03-14 00:31:25,568 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main [2023-03-14T00:31:25.644Z] 3.0.0-dev.11 [Pipeline] } [2023-03-14T00:31:25.656Z] $ docker exec --env ******** --env ******** 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 ssh-agent -k [2023-03-14T00:31:25.748Z] unset SSH_AUTH_SOCK; [2023-03-14T00:31:25.749Z] unset SSH_AGENT_PID; [2023-03-14T00:31:25.749Z] echo Agent pid 38 killed; [2023-03-14T00:31:25.759Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T00:31:26.065Z] + git semver [Pipeline] } [2023-03-14T00:31:26.337Z] $ docker stop --time=1 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 [2023-03-14T00:31:27.676Z] $ docker rm -f --volumes 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 [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-03-14T00:31:28.203Z] + [ -d /w/workspace/edgexfoundry_go-mod-secrets_main/archives ] [2023-03-14T00:31:28.203Z] + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives [2023-03-14T00:31:28.203Z] total 16 [2023-03-14T00:31:28.203Z] drwxr-xr-x 3 root root 4096 Mar 14 00:21 . [2023-03-14T00:31:28.203Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 00:31 .. [2023-03-14T00:31:28.203Z] drwxr-xr-x 2 root root 4096 Mar 14 00:21 cost [2023-03-14T00:31:28.203Z] -rw-r--r-- 1 root root 85 Mar 14 00:21 cost.csv [2023-03-14T00:31:28.203Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_go-mod-secrets_main/archives [2023-03-14T00:31:28.203Z] + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives [2023-03-14T00:31:28.203Z] total 16 [2023-03-14T00:31:28.203Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 00:21 . [2023-03-14T00:31:28.203Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 00:31 .. [2023-03-14T00:31:28.203Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 14 00:21 cost [2023-03-14T00:31:28.203Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 14 00:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:28.491Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:29.351Z] ---> package-listing.sh [2023-03-14T00:31:29.351Z] ++ facter osfamily [2023-03-14T00:31:29.351Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-14T00:31:29.610Z] + OS_FAMILY=debian [2023-03-14T00:31:29.610Z] + workspace=/w/workspace/edgexfoundry_go-mod-secrets_main [2023-03-14T00:31:29.610Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-14T00:31:29.610Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-14T00:31:29.610Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-14T00:31:29.610Z] + PACKAGES=/tmp/packages_start.txt [2023-03-14T00:31:29.610Z] + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' [2023-03-14T00:31:29.610Z] + PACKAGES=/tmp/packages_end.txt [2023-03-14T00:31:29.610Z] + case "${OS_FAMILY}" in [2023-03-14T00:31:29.610Z] + dpkg -l [2023-03-14T00:31:29.610Z] + grep '^ii' [2023-03-14T00:31:29.610Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-14T00:31:29.610Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-14T00:31:29.610Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-14T00:31:29.610Z] + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' [2023-03-14T00:31:29.610Z] + mkdir -p /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ [2023-03-14T00:31:29.610Z] + 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-03-14T00:31:29.618Z] 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-03-14T00:31:29.895Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T00:31:30.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T00:31:30.454Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T00:31:30.529Z] prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container [2023-03-14T00:31:30.560Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-14T00:31:30.761Z] $ docker top 41ff3ece4ad6743b68c587c91de60e80868183ae7f73babccdd65548b0125935 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T00:31:31.106Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-14T00:31:31.388Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-14T00:31:31.672Z] + ls /var/log/sa-host [2023-03-14T00:31:31.672Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T00:31:31.808Z] provisioning config files... [2023-03-14T00:31:31.818Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config1601127624501549602tmp [Pipeline] { [Pipeline] echo [2023-03-14T00:31:31.830Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:32.121Z] ---> create-netrc.sh [Pipeline] } [2023-03-14T00:31:32.128Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:32.443Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-14T00:31:32.449Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:32.731Z] ---> sudo-logs.sh [2023-03-14T00:31:32.731Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-14T00:31:32.759Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:33.039Z] ---> job-cost.sh [2023-03-14T00:31:33.039Z] lf-activate-venv: SKIPPING [2023-03-14T00:31:33.039Z] DEBUG: total: 0.2199999988079071 [2023-03-14T00:31:33.039Z] INFO: Retrieving Stack Cost... [2023-03-14T00:31:33.296Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-14T00:31:33.867Z] INFO: Archiving Costs [Pipeline] echo [2023-03-14T00:31:33.877Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T00:31:34.158Z] ---> logs-deploy.sh [2023-03-14T00:31:34.158Z] lf-activate-venv: SKIPPING [2023-03-14T00:31:34.158Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/main/49 [2023-03-14T00:31:34.158Z] INFO: archiving workspace using pattern(s): [2023-03-14T00:31:35.100Z] Archives upload complete. [2023-03-14T00:31:35.358Z] INFO: archiving logs to Nexus [2023-03-14T00:31:35.926Z] ---> uname -a: [2023-03-14T00:31:35.926Z] Linux prd-ubuntu20-04-docker-8c-8g-16 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-14T00:31:35.926Z] [2023-03-14T00:31:35.926Z] [2023-03-14T00:31:35.926Z] ---> lscpu: [2023-03-14T00:31:35.926Z] Architecture: x86_64 [2023-03-14T00:31:35.926Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-14T00:31:35.926Z] Byte Order: Little Endian [2023-03-14T00:31:35.926Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-14T00:31:35.926Z] CPU(s): 8 [2023-03-14T00:31:35.926Z] On-line CPU(s) list: 0-7 [2023-03-14T00:31:35.926Z] Thread(s) per core: 1 [2023-03-14T00:31:35.926Z] Core(s) per socket: 1 [2023-03-14T00:31:35.926Z] Socket(s): 8 [2023-03-14T00:31:35.926Z] NUMA node(s): 1 [2023-03-14T00:31:35.926Z] Vendor ID: AuthenticAMD [2023-03-14T00:31:35.926Z] CPU family: 23 [2023-03-14T00:31:35.926Z] Model: 49 [2023-03-14T00:31:35.926Z] Model name: AMD EPYC-Rome Processor [2023-03-14T00:31:35.926Z] Stepping: 0 [2023-03-14T00:31:35.926Z] CPU MHz: 2800.000 [2023-03-14T00:31:35.926Z] BogoMIPS: 5600.00 [2023-03-14T00:31:35.926Z] Virtualization: AMD-V [2023-03-14T00:31:35.926Z] Hypervisor vendor: KVM [2023-03-14T00:31:35.926Z] Virtualization type: full [2023-03-14T00:31:35.926Z] L1d cache: 256 KiB [2023-03-14T00:31:35.926Z] L1i cache: 256 KiB [2023-03-14T00:31:35.926Z] L2 cache: 4 MiB [2023-03-14T00:31:35.926Z] L3 cache: 128 MiB [2023-03-14T00:31:35.926Z] NUMA node0 CPU(s): 0-7 [2023-03-14T00:31:35.926Z] Vulnerability Itlb multihit: Not affected [2023-03-14T00:31:35.926Z] Vulnerability L1tf: Not affected [2023-03-14T00:31:35.926Z] Vulnerability Mds: Not affected [2023-03-14T00:31:35.926Z] Vulnerability Meltdown: Not affected [2023-03-14T00:31:35.926Z] Vulnerability Mmio stale data: Not affected [2023-03-14T00:31:35.926Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-14T00:31:35.927Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-14T00:31:35.927Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-14T00:31:35.927Z] Vulnerability Srbds: Not affected [2023-03-14T00:31:35.927Z] Vulnerability Tsx async abort: Not affected [2023-03-14T00:31:35.927Z] 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-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] ---> nproc: [2023-03-14T00:31:35.927Z] 8 [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] ---> df -h: [2023-03-14T00:31:35.927Z] Filesystem Size Used Avail Use% Mounted on [2023-03-14T00:31:35.927Z] overlay 155G 12G 143G 8% / [2023-03-14T00:31:35.927Z] tmpfs 64M 0 64M 0% /dev [2023-03-14T00:31:35.927Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-14T00:31:35.927Z] shm 64M 0 64M 0% /dev/shm [2023-03-14T00:31:35.927Z] /dev/vda1 155G 12G 143G 8% /facter-os [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] ---> sar -b -r -n DEV: [2023-03-14T00:31:35.927Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16) 03/14/23 _x86_64_ (8 CPU) [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] 00:19:07 LINUX RESTART (8 CPU) [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] 00:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-14T00:31:35.927Z] 00:21:01 56.72 0.25 56.47 0.00 12.26 36773.34 0.00 [2023-03-14T00:31:35.927Z] 00:22:01 47.35 0.22 47.13 0.00 12.80 24086.92 0.00 [2023-03-14T00:31:35.927Z] 00:23:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 [2023-03-14T00:31:35.927Z] 00:24:01 2.02 0.00 2.02 0.00 0.00 22.93 0.00 [2023-03-14T00:31:35.927Z] 00:25:01 54.49 11.23 43.26 0.00 5226.33 8730.14 0.00 [2023-03-14T00:31:35.927Z] 00:26:01 4.53 0.02 4.52 0.00 0.13 101.85 0.00 [2023-03-14T00:31:35.927Z] 00:27:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 [2023-03-14T00:31:35.927Z] 00:28:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 [2023-03-14T00:31:35.927Z] 00:29:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2023-03-14T00:31:35.927Z] 00:30:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 [2023-03-14T00:31:35.927Z] 00:31:01 57.46 0.60 56.86 0.00 37.06 34797.40 0.00 [2023-03-14T00:31:35.927Z] Average: 20.80 1.12 19.68 0.00 480.76 9507.40 0.00 [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] 00:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-14T00:31:35.927Z] 00:21:01 28554328 31546620 763632 2.32 90504 3115068 2147748 6.33 1165240 2736876 212128 [2023-03-14T00:31:35.927Z] 00:22:01 28686168 31590316 723464 2.20 93600 3032104 1756656 5.18 1091456 2686368 8 [2023-03-14T00:31:35.927Z] 00:23:01 28686044 31590340 723148 2.20 93632 3032108 1756656 5.18 1091600 2686372 16 [2023-03-14T00:31:35.927Z] 00:24:01 28693200 31597684 715796 2.18 93728 3032112 1756656 5.18 1083788 2686504 48 [2023-03-14T00:31:35.927Z] 00:25:01 28173048 31576832 710444 2.16 127696 3489824 1817652 5.36 1409260 2846172 224 [2023-03-14T00:31:35.927Z] 00:26:01 28181612 31580604 706780 2.15 126312 3486572 1772980 5.23 1402364 2842928 8 [2023-03-14T00:31:35.927Z] 00:27:01 28182196 31581224 705940 2.15 126340 3486576 1772980 5.23 1402588 2842932 8 [2023-03-14T00:31:35.927Z] 00:28:01 28182244 31581420 705612 2.15 126388 3486580 1772980 5.23 1402528 2842988 8 [2023-03-14T00:31:35.927Z] 00:29:01 28182316 31581492 705448 2.15 126444 3486572 1772980 5.23 1402596 2842988 8 [2023-03-14T00:31:35.927Z] 00:30:01 28182320 31581600 705120 2.14 126484 3486584 1772980 5.23 1402516 2842992 8 [2023-03-14T00:31:35.927Z] 00:31:01 26962960 31510728 772900 2.35 152612 4540540 2105956 6.21 1538760 3854348 349532 [2023-03-14T00:31:35.927Z] Average: 28242403 31574442 721662 2.19 116704 3424967 1836929 5.41 1308427 2882861 51091 [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] 00:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-14T00:31:35.927Z] 00:21:01 ens3 87.22 55.89 588.49 18.24 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:21:01 veth598293f 32.04 50.39 2.95 544.88 0.00 0.00 0.00 0.04 [2023-03-14T00:31:35.927Z] 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:21:01 docker0 32.04 50.29 2.51 544.87 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:22:01 ens3 125.52 95.75 2527.51 95.90 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:22:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:23:01 ens3 1.62 0.52 3.03 0.27 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:24:01 ens3 1.95 0.78 0.70 0.48 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:25:01 ens3 154.82 79.99 2801.83 5.93 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:25:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:26:01 ens3 0.45 0.20 0.02 0.01 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:27:01 ens3 2.20 0.00 0.10 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:28:01 ens3 1.72 0.22 0.17 0.08 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:29:01 ens3 0.50 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:30:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:31:01 ens3 308.88 186.79 7708.83 27.60 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:31:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] 00:31:01 docker0 30.94 49.94 2.58 544.96 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] Average: ens3 62.28 38.24 1239.17 13.53 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] Average: lo 0.41 0.41 0.04 0.04 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] Average: docker0 5.73 9.11 0.46 99.07 0.00 0.00 0.00 0.00 [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] ---> sar -P ALL: [2023-03-14T00:31:35.927Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16) 03/14/23 _x86_64_ (8 CPU) [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] 00:19:07 LINUX RESTART (8 CPU) [2023-03-14T00:31:35.927Z] [2023-03-14T00:31:35.927Z] 00:20:01 CPU %user %nice %system %iowait %steal %idle [2023-03-14T00:31:35.927Z] 00:21:01 all 35.86 0.00 6.67 1.60 0.11 55.75 [2023-03-14T00:31:35.927Z] 00:21:01 0 35.37 0.00 5.84 0.13 0.10 58.56 [2023-03-14T00:31:35.927Z] 00:21:01 1 38.71 0.00 7.16 0.07 0.12 53.94 [2023-03-14T00:31:35.927Z] 00:21:01 2 36.35 0.00 6.70 0.98 0.08 55.89 [2023-03-14T00:31:35.927Z] 00:21:01 3 34.99 0.00 7.08 3.05 0.12 54.75 [2023-03-14T00:31:35.927Z] 00:21:01 4 34.72 0.00 6.75 2.92 0.12 55.50 [2023-03-14T00:31:35.927Z] 00:21:01 5 34.02 0.00 6.20 0.08 0.10 59.59 [2023-03-14T00:31:35.927Z] 00:21:01 6 35.37 0.00 6.77 1.02 0.10 56.75 [2023-03-14T00:31:35.927Z] 00:21:01 7 37.41 0.00 6.88 4.59 0.14 50.99 [2023-03-14T00:31:35.927Z] 00:22:01 all 4.54 0.00 1.73 1.41 0.04 92.29 [2023-03-14T00:31:35.927Z] 00:22:01 0 3.68 0.00 1.17 0.17 0.03 94.95 [2023-03-14T00:31:35.927Z] 00:22:01 1 4.64 0.00 2.03 4.49 0.03 88.81 [2023-03-14T00:31:35.927Z] 00:22:01 2 4.43 0.00 1.92 0.35 0.03 93.26 [2023-03-14T00:31:35.927Z] 00:22:01 3 6.32 0.00 2.21 3.95 0.07 87.46 [2023-03-14T00:31:35.927Z] 00:22:01 4 4.19 0.00 1.94 0.05 0.02 93.80 [2023-03-14T00:31:35.927Z] 00:22:01 5 4.22 0.00 1.47 0.02 0.02 94.27 [2023-03-14T00:31:35.927Z] 00:22:01 6 4.50 0.00 1.57 2.06 0.03 91.83 [2023-03-14T00:31:35.927Z] 00:22:01 7 4.29 0.00 1.52 0.17 0.07 93.95 [2023-03-14T00:31:35.927Z] 00:23:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2023-03-14T00:31:35.927Z] 00:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-14T00:31:35.927Z] 00:23:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-14T00:31:35.927Z] 00:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-14T00:31:35.927Z] 00:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-14T00:31:35.927Z] 00:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-14T00:31:35.927Z] 00:23:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-14T00:31:35.927Z] 00:23:01 6 0.07 0.00 0.05 0.02 0.05 99.82 [2023-03-14T00:31:35.927Z] 00:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-14T00:31:35.927Z] 00:24:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2023-03-14T00:31:35.927Z] 00:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-14T00:31:35.927Z] 00:24:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2023-03-14T00:31:35.927Z] 00:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-14T00:31:35.927Z] 00:24:01 3 1.87 0.00 0.03 0.00 0.02 98.08 [2023-03-14T00:31:35.927Z] 00:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-14T00:31:35.927Z] 00:24:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-14T00:31:35.927Z] 00:24:01 6 0.05 0.00 0.03 0.03 0.02 99.87 [2023-03-14T00:31:35.927Z] 00:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-14T00:31:35.927Z] 00:25:01 all 2.31 0.00 1.36 0.43 0.02 95.88 [2023-03-14T00:31:35.927Z] 00:25:01 0 2.85 0.00 1.03 0.45 0.03 95.63 [2023-03-14T00:31:35.927Z] 00:25:01 1 2.39 0.00 0.93 0.07 0.02 96.60 [2023-03-14T00:31:35.927Z] 00:25:01 2 1.67 0.00 2.49 0.57 0.02 95.26 [2023-03-14T00:31:35.927Z] 00:25:01 3 3.13 0.00 0.64 0.02 0.02 96.20 [2023-03-14T00:31:35.927Z] 00:25:01 4 1.74 0.00 0.83 0.17 0.02 97.25 [2023-03-14T00:31:35.927Z] 00:25:01 5 3.29 0.00 2.65 0.57 0.02 93.48 [2023-03-14T00:31:35.927Z] 00:25:01 6 1.97 0.00 0.87 1.00 0.03 96.12 [2023-03-14T00:31:35.927Z] 00:25:01 7 1.42 0.00 1.46 0.60 0.03 96.49 [2023-03-14T00:31:35.928Z] 00:26:01 all 0.32 0.00 0.06 0.01 0.01 99.60 [2023-03-14T00:31:35.928Z] 00:26:01 0 1.17 0.00 0.07 0.00 0.02 98.74 [2023-03-14T00:31:35.928Z] 00:26:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2023-03-14T00:31:35.928Z] 00:26:01 2 0.10 0.00 0.03 0.00 0.02 99.85 [2023-03-14T00:31:35.928Z] 00:26:01 3 0.91 0.00 0.05 0.02 0.02 99.01 [2023-03-14T00:31:35.928Z] 00:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-14T00:31:35.928Z] 00:26:01 5 0.22 0.00 0.12 0.05 0.02 99.60 [2023-03-14T00:31:35.928Z] 00:26:01 6 0.02 0.00 0.07 0.02 0.02 99.88 [2023-03-14T00:31:35.928Z] 00:26:01 7 0.05 0.00 0.07 0.00 0.00 99.88 [2023-03-14T00:31:35.928Z] 00:27:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2023-03-14T00:31:35.928Z] 00:27:01 0 1.92 0.00 0.03 0.00 0.02 98.03 [2023-03-14T00:31:35.928Z] 00:27:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-14T00:31:35.928Z] 00:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-14T00:31:35.928Z] 00:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-14T00:31:35.928Z] 00:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-14T00:31:35.928Z] 00:27:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2023-03-14T00:31:35.928Z] 00:27:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-14T00:31:35.928Z] 00:27:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-14T00:31:35.928Z] 00:28:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2023-03-14T00:31:35.928Z] 00:28:01 0 0.33 0.00 0.00 0.00 0.03 99.63 [2023-03-14T00:31:35.928Z] 00:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-14T00:31:35.928Z] 00:28:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-14T00:31:35.928Z] 00:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-14T00:31:35.928Z] 00:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-14T00:31:35.928Z] 00:28:01 5 0.08 0.00 0.03 0.02 0.02 99.85 [2023-03-14T00:31:35.928Z] 00:28:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-14T00:31:35.928Z] 00:28:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-14T00:31:35.928Z] 00:29:01 all 0.01 0.00 0.02 0.02 0.01 99.94 [2023-03-14T00:31:35.928Z] 00:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-14T00:31:35.928Z] 00:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-14T00:31:35.928Z] 00:29:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2023-03-14T00:31:35.928Z] 00:29:01 3 0.00 0.00 0.03 0.08 0.02 99.87 [2023-03-14T00:31:35.928Z] 00:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-14T00:31:35.928Z] 00:29:01 5 0.00 0.00 0.03 0.08 0.03 99.85 [2023-03-14T00:31:35.928Z] 00:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-14T00:31:35.928Z] 00:29:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-14T00:31:35.928Z] 00:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2023-03-14T00:31:35.928Z] 00:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-14T00:31:35.928Z] 00:30:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2023-03-14T00:31:35.928Z] 00:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-14T00:31:35.928Z] 00:30:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-14T00:31:35.928Z] 00:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-14T00:31:35.928Z] 00:30:01 5 0.05 0.00 0.00 0.02 0.02 99.92 [2023-03-14T00:31:35.928Z] 00:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-14T00:31:35.928Z] 00:30:01 7 0.10 0.00 0.03 0.00 0.00 99.87 [2023-03-14T00:31:35.928Z] 00:31:01 all 5.40 0.00 2.20 0.90 0.05 91.44 [2023-03-14T00:31:35.928Z] 00:31:01 0 5.64 0.00 2.82 5.18 0.05 86.31 [2023-03-14T00:31:35.928Z] 00:31:01 1 4.80 0.00 2.18 0.03 0.05 92.94 [2023-03-14T00:31:35.928Z] 00:31:01 2 5.28 0.00 2.78 0.18 0.05 91.70 [2023-03-14T00:31:35.928Z] 00:31:01 3 4.73 0.00 1.77 0.39 0.05 93.07 [2023-03-14T00:31:35.928Z] 00:31:01 4 5.58 0.00 1.79 0.05 0.03 92.54 [2023-03-14T00:31:35.928Z] 00:31:01 5 5.78 0.00 2.13 0.87 0.07 91.15 [2023-03-14T00:31:35.928Z] 00:31:01 6 6.24 0.00 1.98 0.05 0.03 91.69 [2023-03-14T00:31:35.928Z] 00:31:01 7 5.18 0.00 2.14 0.49 0.07 92.13 [2023-03-14T00:31:35.928Z] [2023-03-14T00:31:35.928Z] Average: CPU %user %nice %system %iowait %steal %idle [2023-03-14T00:31:35.928Z] Average: all 4.42 0.00 1.09 0.40 0.03 94.07 [2023-03-14T00:31:35.928Z] Average: 0 4.61 0.00 0.99 0.53 0.03 93.83 [2023-03-14T00:31:35.928Z] Average: 1 4.56 0.00 1.12 0.42 0.03 93.87 [2023-03-14T00:31:35.928Z] Average: 2 4.32 0.00 1.27 0.19 0.03 94.20 [2023-03-14T00:31:35.928Z] Average: 3 4.68 0.00 1.07 0.68 0.03 93.55 [2023-03-14T00:31:35.928Z] Average: 4 4.18 0.00 1.03 0.29 0.02 94.49 [2023-03-14T00:31:35.928Z] Average: 5 4.30 0.00 1.14 0.16 0.03 94.37 [2023-03-14T00:31:35.928Z] Average: 6 4.34 0.00 1.02 0.38 0.03 94.23 [2023-03-14T00:31:35.928Z] Average: 7 4.35 0.00 1.09 0.52 0.03 94.00 [2023-03-14T00:31:35.928Z] [2023-03-14T00:31:35.928Z] [2023-03-14T00:31:35.928Z]