Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 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-ssh2767319568527121795.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6237006638912009214.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh637197952217344246.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15617683754109934430.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5159517195344743853.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay 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: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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: true 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-3543 in /w/workspace/exfoundry_app-record-replay_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/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd (main) Commit message: "Merge pull request #57 from jackchenjc/pkg-errors-removal" > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.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 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd # timeout=10 > git rev-list --no-walk abca877cd6ea050c202ea888d462ddea65272cad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-14T16:52:50.533Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-14T16:52:50.604Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-14T16:52:50.621Z] ========================================================= [2023-08-14T16:52:50.622Z] EdgeX Global Pipelines Version Info [2023-08-14T16:52:50.622Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-14T16:52:51.327Z] ------------------- [2023-08-14T16:52:51.327Z] stable info: [2023-08-14T16:52:51.327Z] ------------------- [2023-08-14T16:52:51.327Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-14T16:52:51.327Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T16:52:51.327Z] Message: update stable to v1.0.253 [2023-08-14T16:52:51.894Z] ------------------- [2023-08-14T16:52:51.894Z] experimental info: [2023-08-14T16:52:51.894Z] ------------------- [2023-08-14T16:52:51.894Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-14T16:52:51.894Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T16:52:51.894Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-14T16:52:52.070Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-08-14T16:52:52.081Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-08-14T16:52:52.093Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-14T16:52:52.107Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-14T16:52:52.126Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-14T16:52:52.142Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-14T16:52:52.157Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-14T16:52:52.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-14T16:52:52.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-14T16:52:52.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-14T16:52:52.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-14T16:52:52.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-08-14T16:52:52.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-14T16:52:52.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-14T16:52:52.276Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T16:52:52.294Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T16:52:52.304Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T16:52:52.316Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T16:52:52.327Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-14T16:52:52.348Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-14T16:52:52.362Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-14T16:52:52.378Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-14T16:52:52.389Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-14T16:52:52.402Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-14T16:52:52.412Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-14T16:52:52.423Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-14T16:52:52.436Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-14T16:52:52.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-14T16:52:52.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-14T16:52:52.474Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-14T16:52:52.490Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo [2023-08-14T16:52:52.508Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eb0da9c [Pipeline] echo [2023-08-14T16:52:52.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T16:52:52.564Z] provisioning config files... [2023-08-14T16:52:52.578Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14016206948844159218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T16:52:52.887Z] ---> docker-login.sh [2023-08-14T16:52:52.887Z] nexus3.edgexfoundry.org:10001 [2023-08-14T16:52:53.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:52:53.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:52:53.147Z] Configure a credential helper to remove this warning. See [2023-08-14T16:52:53.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:52:53.147Z] [2023-08-14T16:52:53.147Z] Login Succeeded [2023-08-14T16:52:53.147Z] nexus3.edgexfoundry.org:10002 [2023-08-14T16:52:53.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:52:53.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:52:53.405Z] Configure a credential helper to remove this warning. See [2023-08-14T16:52:53.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:52:53.405Z] [2023-08-14T16:52:53.405Z] Login Succeeded [2023-08-14T16:52:53.405Z] nexus3.edgexfoundry.org:10003 [2023-08-14T16:52:53.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:52:53.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:52:53.405Z] Configure a credential helper to remove this warning. See [2023-08-14T16:52:53.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:52:53.405Z] [2023-08-14T16:52:53.405Z] Login Succeeded [2023-08-14T16:52:53.405Z] nexus3.edgexfoundry.org:10004 [2023-08-14T16:52:53.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:52:53.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:52:53.405Z] Configure a credential helper to remove this warning. See [2023-08-14T16:52:53.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:52:53.405Z] [2023-08-14T16:52:53.405Z] Login Succeeded [2023-08-14T16:52:53.405Z] docker.io [2023-08-14T16:52:53.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:52:53.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:52:53.925Z] Configure a credential helper to remove this warning. See [2023-08-14T16:52:53.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:52:53.925Z] [2023-08-14T16:52:53.925Z] Login Succeeded [2023-08-14T16:52:53.925Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T16:52:53.933Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-14T16:52:54.288Z] + git rev-list -1 --merges eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd~1..eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo [2023-08-14T16:52:54.334Z] -----------> git rev-list -1 --merges eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd~1..eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T16:52:54.334Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [false] [Pipeline] sh [2023-08-14T16:52:54.623Z] + git log --format=format:%s -1 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo [2023-08-14T16:52:54.640Z] ========================================================= [2023-08-14T16:52:54.640Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-14T16:52:54.640Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T16:52:54.958Z] + git log --format=format:%s -1 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo [2023-08-14T16:52:54.971Z] [semverPrep] GIT_COMMIT: eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd, Commit Message: Merge pull request #57 from jackchenjc/pkg-errors-removal [Pipeline] echo [2023-08-14T16:52:54.980Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-14T16:52:55.326Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T16:52:55.326Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-14T16:52:55.326Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-14T16:52:55.326Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-14T16:52:55.326Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-14T16:52:55.326Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-14T16:52:55.326Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:52:55.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T16:52:55.674Z] [2023-08-14T16:52:55.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:52:55.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T16:52:55.974Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-14T16:52:55.974Z] b85a868b505f: Pulling fs layer [2023-08-14T16:52:55.974Z] e2be974225ed: Pulling fs layer [2023-08-14T16:52:55.974Z] 339a4e72a1f5: Pulling fs layer [2023-08-14T16:52:55.974Z] 988bab9f4d93: Pulling fs layer [2023-08-14T16:52:55.974Z] 1469e6f7b9e6: Pulling fs layer [2023-08-14T16:52:55.974Z] eaf3925da568: Pulling fs layer [2023-08-14T16:52:55.974Z] bab4dde63d76: Pulling fs layer [2023-08-14T16:52:55.974Z] bde34c3a00c8: Pulling fs layer [2023-08-14T16:52:55.974Z] b352a97aabf1: Pulling fs layer [2023-08-14T16:52:55.974Z] 4872d77fe225: Pulling fs layer [2023-08-14T16:52:55.974Z] 5851b861e8e6: Pulling fs layer [2023-08-14T16:52:55.974Z] bab4dde63d76: Waiting [2023-08-14T16:52:55.974Z] bde34c3a00c8: Waiting [2023-08-14T16:52:55.974Z] b352a97aabf1: Waiting [2023-08-14T16:52:55.974Z] 4872d77fe225: Waiting [2023-08-14T16:52:55.974Z] 5851b861e8e6: Waiting [2023-08-14T16:52:55.974Z] 988bab9f4d93: Waiting [2023-08-14T16:52:55.974Z] eaf3925da568: Waiting [2023-08-14T16:52:55.974Z] 1469e6f7b9e6: Waiting [2023-08-14T16:52:55.974Z] e2be974225ed: Verifying Checksum [2023-08-14T16:52:55.974Z] e2be974225ed: Download complete [2023-08-14T16:52:55.974Z] 988bab9f4d93: Verifying Checksum [2023-08-14T16:52:55.974Z] 988bab9f4d93: Download complete [2023-08-14T16:52:56.233Z] 1469e6f7b9e6: Verifying Checksum [2023-08-14T16:52:56.233Z] 1469e6f7b9e6: Download complete [2023-08-14T16:52:56.233Z] eaf3925da568: Verifying Checksum [2023-08-14T16:52:56.233Z] eaf3925da568: Download complete [2023-08-14T16:52:56.233Z] 339a4e72a1f5: Verifying Checksum [2023-08-14T16:52:56.233Z] 339a4e72a1f5: Download complete [2023-08-14T16:52:56.233Z] bde34c3a00c8: Verifying Checksum [2023-08-14T16:52:56.233Z] b352a97aabf1: Verifying Checksum [2023-08-14T16:52:56.233Z] b352a97aabf1: Download complete [2023-08-14T16:52:56.233Z] 4872d77fe225: Verifying Checksum [2023-08-14T16:52:56.233Z] 4872d77fe225: Download complete [2023-08-14T16:52:56.233Z] 5851b861e8e6: Verifying Checksum [2023-08-14T16:52:56.233Z] 5851b861e8e6: Download complete [2023-08-14T16:52:56.233Z] b85a868b505f: Verifying Checksum [2023-08-14T16:52:56.233Z] b85a868b505f: Download complete [2023-08-14T16:52:56.491Z] bab4dde63d76: Verifying Checksum [2023-08-14T16:52:56.491Z] bab4dde63d76: Download complete [2023-08-14T16:52:57.867Z] b85a868b505f: Pull complete [2023-08-14T16:52:57.867Z] e2be974225ed: Pull complete [2023-08-14T16:52:58.175Z] 339a4e72a1f5: Pull complete [2023-08-14T16:52:58.434Z] 988bab9f4d93: Pull complete [2023-08-14T16:52:58.697Z] 1469e6f7b9e6: Pull complete [2023-08-14T16:52:58.697Z] eaf3925da568: Pull complete [2023-08-14T16:53:00.616Z] bab4dde63d76: Pull complete [2023-08-14T16:53:00.616Z] bde34c3a00c8: Pull complete [2023-08-14T16:53:00.616Z] b352a97aabf1: Pull complete [2023-08-14T16:53:00.616Z] 4872d77fe225: Pull complete [2023-08-14T16:53:00.878Z] 5851b861e8e6: Pull complete [2023-08-14T16:53:00.878Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-14T16:53:00.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T16:53:00.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T16:53:00.989Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T16:53:01.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T16:53:03.659Z] $ docker top 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 -eo pid,comm [2023-08-14T16:53:03.717Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-14T16:53:03.717Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T16:53:03.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T16:53:03.755Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T16:53:03.868Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T16:53:03.873Z] $ docker exec 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent [2023-08-14T16:53:03.981Z] SSH_AUTH_SOCK=/tmp/ssh-RREaiLQkxVPs/agent.32 [2023-08-14T16:53:03.981Z] SSH_AGENT_PID=38 [2023-08-14T16:53:03.988Z] Running ssh-add (command line suppressed) [2023-08-14T16:53:04.096Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_13052344515918984780.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_13052344515918984780.key) [2023-08-14T16:53:04.107Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T16:53:04.392Z] + git tag --points-at HEAD [Pipeline] } [2023-08-14T16:53:04.417Z] $ docker exec --env ******** --env ******** 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent -k [2023-08-14T16:53:04.507Z] unset SSH_AUTH_SOCK; [2023-08-14T16:53:04.508Z] unset SSH_AGENT_PID; [2023-08-14T16:53:04.508Z] echo Agent pid 38 killed; [2023-08-14T16:53:04.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-14T16:53:04.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T16:53:04.544Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T16:53:04.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T16:53:04.672Z] $ docker exec 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent [2023-08-14T16:53:04.784Z] SSH_AUTH_SOCK=/tmp/ssh-VnLhzpghVpih/agent.71 [2023-08-14T16:53:04.784Z] SSH_AGENT_PID=77 [2023-08-14T16:53:04.789Z] Running ssh-add (command line suppressed) [2023-08-14T16:53:04.899Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4912231053593819783.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4912231053593819783.key) [2023-08-14T16:53:04.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T16:53:05.200Z] + git semver init [2023-08-14T16:53:05.459Z] 2023-08-14 16:53:05,411 [run_init] DEBUG init version:0.0.0 force:False [2023-08-14T16:53:05.459Z] 2023-08-14 16:53:05,411 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-14T16:53:05.459Z] 2023-08-14 16:53:05,412 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-14T16:53:05.459Z] 2023-08-14 16:53:05,412 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-14T16:53:06.039Z] 2023-08-14 16:53:05,997 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-08-14T16:53:06.039Z] 2023-08-14 16:53:05,997 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-08-14T16:53:06.039Z] 2023-08-14 16:53:05,997 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T16:53:06.039Z] 2023-08-14 16:53:05,998 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T16:53:06.039Z] 3.1.0-dev.30 [Pipeline] } [2023-08-14T16:53:06.049Z] $ docker exec --env ******** --env ******** 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent -k [2023-08-14T16:53:06.143Z] unset SSH_AUTH_SOCK; [2023-08-14T16:53:06.144Z] unset SSH_AGENT_PID; [2023-08-14T16:53:06.144Z] echo Agent pid 77 killed; [2023-08-14T16:53:06.151Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T16:53:06.455Z] + git semver [Pipeline] } [2023-08-14T16:53:06.731Z] $ docker stop --time=1 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 [2023-08-14T16:53:08.285Z] $ docker rm -f --volumes 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T16:53:08.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-14T16:53:08.879Z] Stashed 1 file(s) [Pipeline] echo [2023-08-14T16:53:08.882Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.30 [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] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T16:53:09.006Z] provisioning config files... [2023-08-14T16:53:09.013Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10387667205910734495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T16:53:09.304Z] ---> docker-login.sh [2023-08-14T16:53:09.305Z] nexus3.edgexfoundry.org:10001 [2023-08-14T16:53:09.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:53:09.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:53:09.305Z] Configure a credential helper to remove this warning. See [2023-08-14T16:53:09.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:53:09.305Z] [2023-08-14T16:53:09.305Z] Login Succeeded [2023-08-14T16:53:09.305Z] nexus3.edgexfoundry.org:10002 [2023-08-14T16:53:09.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:53:09.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:53:09.305Z] Configure a credential helper to remove this warning. See [2023-08-14T16:53:09.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:53:09.305Z] [2023-08-14T16:53:09.305Z] Login Succeeded [2023-08-14T16:53:09.305Z] nexus3.edgexfoundry.org:10003 [2023-08-14T16:53:09.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:53:09.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:53:09.564Z] Configure a credential helper to remove this warning. See [2023-08-14T16:53:09.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:53:09.564Z] [2023-08-14T16:53:09.564Z] Login Succeeded [2023-08-14T16:53:09.564Z] nexus3.edgexfoundry.org:10004 [2023-08-14T16:53:09.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:53:09.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:53:09.564Z] Configure a credential helper to remove this warning. See [2023-08-14T16:53:09.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:53:09.564Z] [2023-08-14T16:53:09.564Z] Login Succeeded [2023-08-14T16:53:09.564Z] docker.io [2023-08-14T16:53:09.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:53:09.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:53:09.823Z] Configure a credential helper to remove this warning. See [2023-08-14T16:53:09.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:53:09.823Z] [2023-08-14T16:53:09.823Z] Login Succeeded [2023-08-14T16:53:09.823Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T16:53:09.831Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-14T16:53:09.892Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T16:53:09.906Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T16:53:09.914Z] ========================================================= [2023-08-14T16:53:09.914Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-14T16:53:09.914Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:53:10.240Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-14T16:53:10.240Z] Sending build context to Docker daemon 434.7kB [2023-08-14T16:53:10.240Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T16:53:10.240Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-14T16:53:10.240Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-14T16:53:10.240Z] 4db1b89c0bd1: Pulling fs layer [2023-08-14T16:53:10.240Z] 6911f1a30b25: Pulling fs layer [2023-08-14T16:53:10.240Z] e194b8c5c2a9: Pulling fs layer [2023-08-14T16:53:10.240Z] 6863d3e3a2b1: Pulling fs layer [2023-08-14T16:53:10.240Z] ec0bb842ea78: Pulling fs layer [2023-08-14T16:53:10.240Z] 6863d3e3a2b1: Waiting [2023-08-14T16:53:10.240Z] 40a00589a448: Pulling fs layer [2023-08-14T16:53:10.240Z] 6c08303d61cc: Pulling fs layer [2023-08-14T16:53:10.240Z] 798269fcf238: Pulling fs layer [2023-08-14T16:53:10.240Z] ec0bb842ea78: Waiting [2023-08-14T16:53:10.240Z] 6c08303d61cc: Waiting [2023-08-14T16:53:10.240Z] 798269fcf238: Waiting [2023-08-14T16:53:10.240Z] 6911f1a30b25: Download complete [2023-08-14T16:53:10.240Z] 6863d3e3a2b1: Verifying Checksum [2023-08-14T16:53:10.240Z] 6863d3e3a2b1: Download complete [2023-08-14T16:53:10.240Z] ec0bb842ea78: Download complete [2023-08-14T16:53:10.240Z] 4db1b89c0bd1: Verifying Checksum [2023-08-14T16:53:10.240Z] 4db1b89c0bd1: Download complete [2023-08-14T16:53:10.501Z] 40a00589a448: Verifying Checksum [2023-08-14T16:53:10.501Z] 40a00589a448: Download complete [2023-08-14T16:53:10.501Z] 4db1b89c0bd1: Pull complete [2023-08-14T16:53:10.501Z] 6911f1a30b25: Pull complete [2023-08-14T16:53:11.072Z] 798269fcf238: Verifying Checksum [2023-08-14T16:53:11.072Z] 798269fcf238: Download complete [2023-08-14T16:53:11.335Z] e194b8c5c2a9: Verifying Checksum [2023-08-14T16:53:11.335Z] e194b8c5c2a9: Download complete [2023-08-14T16:53:11.335Z] 6c08303d61cc: Verifying Checksum [2023-08-14T16:53:11.335Z] 6c08303d61cc: Download complete [2023-08-14T16:53:14.619Z] e194b8c5c2a9: Pull complete [2023-08-14T16:53:14.878Z] 6863d3e3a2b1: Pull complete [2023-08-14T16:53:14.878Z] ec0bb842ea78: Pull complete [2023-08-14T16:53:14.878Z] 40a00589a448: Pull complete [2023-08-14T16:53:17.409Z] 6c08303d61cc: Pull complete [2023-08-14T16:53:17.973Z] 798269fcf238: Pull complete [2023-08-14T16:53:17.973Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-14T16:53:17.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T16:53:17.973Z] ---> ec979cd7f677 [2023-08-14T16:53:17.973Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T16:53:23.361Z] ---> Running in d47d180490be [2023-08-14T16:53:23.361Z] Removing intermediate container d47d180490be [2023-08-14T16:53:23.361Z] ---> 3e01948b3aa7 [2023-08-14T16:53:23.361Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T16:53:23.361Z] ---> Running in 9a91997153a4 [2023-08-14T16:53:23.361Z] Removing intermediate container 9a91997153a4 [2023-08-14T16:53:23.361Z] ---> b4aa206ef3c7 [2023-08-14T16:53:23.361Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-14T16:53:23.361Z] ---> Running in 3aeffaa86dbb [2023-08-14T16:53:23.621Z] Removing intermediate container 3aeffaa86dbb [2023-08-14T16:53:23.621Z] ---> a7feb9133760 [2023-08-14T16:53:23.621Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T16:53:23.621Z] ---> Running in c0c85e2dbebe [2023-08-14T16:53:23.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T16:53:23.974Z] Still waiting to schedule task [2023-08-14T16:53:23.974Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-08-14T16:53:24.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T16:53:24.395Z] OK: 265 MiB in 53 packages [2023-08-14T16:53:24.654Z] Removing intermediate container c0c85e2dbebe [2023-08-14T16:53:24.654Z] ---> 79bc5406a679 [2023-08-14T16:53:24.654Z] Step 7/12 : WORKDIR /app [2023-08-14T16:53:24.654Z] ---> Running in ff2bf9e347f0 [2023-08-14T16:53:24.654Z] Removing intermediate container ff2bf9e347f0 [2023-08-14T16:53:24.654Z] ---> a6e655439bc6 [2023-08-14T16:53:24.654Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-14T16:53:24.913Z] ---> 0e2caae9ec99 [2023-08-14T16:53:24.913Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T16:53:24.913Z] ---> Running in a11913fa9bef [2023-08-14T16:53:51.489Z] Removing intermediate container a11913fa9bef [2023-08-14T16:53:51.489Z] ---> b0037e8db21c [2023-08-14T16:53:51.489Z] Step 10/12 : COPY . . [2023-08-14T16:53:51.489Z] ---> 8434f872e149 [2023-08-14T16:53:51.489Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T16:53:51.489Z] ---> Running in 84f2fd549fd6 [2023-08-14T16:53:51.489Z] Removing intermediate container 84f2fd549fd6 [2023-08-14T16:53:51.489Z] ---> 379a787dce26 [2023-08-14T16:53:51.489Z] Step 12/12 : RUN $MAKE [2023-08-14T16:53:51.489Z] ---> Running in d79853538903 [2023-08-14T16:53:51.489Z] noop [2023-08-14T16:53:51.748Z] Removing intermediate container d79853538903 [2023-08-14T16:53:51.748Z] ---> 4b074339b2c6 [2023-08-14T16:53:51.748Z] Successfully built 4b074339b2c6 [2023-08-14T16:53:51.748Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:53:52.053Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T16:53:52.053Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T16:53:52.116Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T16:53:52.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T16:53:52.803Z] $ docker top bcde6c434c6a6354dabd1d50df294e9c697f775f47e0f121a9008a56fc050c11 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T16:53:53.157Z] + go version [2023-08-14T16:53:53.157Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-14T16:53:53.170Z] $ docker stop --time=1 bcde6c434c6a6354dabd1d50df294e9c697f775f47e0f121a9008a56fc050c11 [2023-08-14T16:53:54.627Z] $ docker rm -f --volumes bcde6c434c6a6354dabd1d50df294e9c697f775f47e0f121a9008a56fc050c11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:53:55.043Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T16:53:55.043Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T16:53:55.122Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T16:53:55.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T16:53:55.989Z] $ docker top 595e0909447207250b5bb3d389e4cbd69383c9ee20630ec2ec3485d81a92a82d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T16:53:56.337Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-08-14T16:53:56.628Z] + make test [2023-08-14T16:53:56.628Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T16:54:18.549Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-14T16:54:18.549Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.078s coverage: 88.0% of statements [2023-08-14T16:54:18.549Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-14T16:54:18.549Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-14T16:54:18.549Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-14T16:54:25.113Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.584s coverage: 97.5% of statements [2023-08-14T16:54:25.113Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.090s coverage: 85.2% of statements [2023-08-14T16:54:43.176Z] go vet ./... [2023-08-14T16:54:47.358Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T16:54:47.358Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T16:54:47.358Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-14T16:54:47.370Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-14T16:54:47.387Z] $ docker stop --time=1 595e0909447207250b5bb3d389e4cbd69383c9ee20630ec2ec3485d81a92a82d [2023-08-14T16:54:50.448Z] $ docker rm -f --volumes 595e0909447207250b5bb3d389e4cbd69383c9ee20630ec2ec3485d81a92a82d [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T16:54:50.944Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-14T16:54:50.989Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-14T16:54:51.616Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-14T16:54:51.900Z] + ls -al . [2023-08-14T16:54:51.900Z] total 172 [2023-08-14T16:54:51.900Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 16:53 . [2023-08-14T16:54:51.900Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 16:52 .. [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 16:52 .dockerignore [2023-08-14T16:54:51.900Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 16:53 .git [2023-08-14T16:54:51.900Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:52 .github [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 16:52 .gitignore [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 16:52 .golangci.yml [2023-08-14T16:54:51.900Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 16:53 .semver [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 14 16:52 Attribution.txt [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 16:52 CHANGELOG.md [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 16:52 Dockerfile [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 16:52 GOVERNANCE.md [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 16:52 Jenkinsfile [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 16:52 LICENSE [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 16:52 Makefile [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 16:52 OWNERS.md [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 16:52 README.md [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 16:52 Record and Reply.postman_collection.json [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 16:53 VERSION [2023-08-14T16:54:51.900Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:52 bin [2023-08-14T16:54:51.900Z] -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 16:54 coverage.out [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 16:52 go.mod [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 16:52 go.sum [2023-08-14T16:54:51.900Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 16:52 internal [2023-08-14T16:54:51.900Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 16:52 main.go [2023-08-14T16:54:51.900Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 16:52 pkg [2023-08-14T16:54:51.900Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:52 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:54:52.196Z] + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd --label arch=amd64 --label version=3.1.0-dev.30 . [2023-08-14T16:54:52.196Z] Sending build context to Docker daemon 451.6kB [2023-08-14T16:54:52.197Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T16:54:52.197Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-14T16:54:52.197Z] ---> 4b074339b2c6 [2023-08-14T16:54:52.197Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T16:54:52.197Z] ---> Running in 99453867686d [2023-08-14T16:54:52.454Z] Removing intermediate container 99453867686d [2023-08-14T16:54:52.454Z] ---> 1cac1088e265 [2023-08-14T16:54:52.454Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T16:54:52.454Z] ---> Running in 567e4bddbdef [2023-08-14T16:54:52.454Z] Removing intermediate container 567e4bddbdef [2023-08-14T16:54:52.454Z] ---> 11ed5b15e064 [2023-08-14T16:54:52.454Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-14T16:54:52.454Z] ---> Running in 06e1e3d983fb [2023-08-14T16:54:52.454Z] Removing intermediate container 06e1e3d983fb [2023-08-14T16:54:52.454Z] ---> d40e8295c022 [2023-08-14T16:54:52.454Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T16:54:52.454Z] ---> Running in c6cdd0bede05 [2023-08-14T16:54:52.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T16:54:52.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T16:54:53.230Z] OK: 265 MiB in 53 packages [2023-08-14T16:54:53.489Z] Removing intermediate container c6cdd0bede05 [2023-08-14T16:54:53.489Z] ---> f39a7790569f [2023-08-14T16:54:53.489Z] Step 7/26 : WORKDIR /app [2023-08-14T16:54:53.489Z] ---> Running in bee7a5b34a8c [2023-08-14T16:54:53.748Z] Removing intermediate container bee7a5b34a8c [2023-08-14T16:54:53.748Z] ---> 6693f7ce1104 [2023-08-14T16:54:53.748Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-14T16:54:53.748Z] ---> 60cc6bd720fe [2023-08-14T16:54:53.748Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T16:54:53.748Z] ---> Running in fa92cc999ee4 [2023-08-14T16:54:54.684Z] Removing intermediate container fa92cc999ee4 [2023-08-14T16:54:54.684Z] ---> 97ec28a65464 [2023-08-14T16:54:54.684Z] Step 10/26 : COPY . . [2023-08-14T16:54:54.684Z] ---> 6390b23fdb01 [2023-08-14T16:54:54.685Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T16:54:54.685Z] ---> Running in 0d9537dedf7e [2023-08-14T16:54:54.685Z] Removing intermediate container 0d9537dedf7e [2023-08-14T16:54:54.685Z] ---> 021cf355c2b0 [2023-08-14T16:54:54.685Z] Step 12/26 : RUN $MAKE [2023-08-14T16:54:54.685Z] ---> Running in ede1d0ce3df8 [2023-08-14T16:54:54.942Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.30" -trimpath -mod=readonly -o app-record-replay [2023-08-14T16:55:13.196Z] Removing intermediate container ede1d0ce3df8 [2023-08-14T16:55:13.196Z] ---> 0377f2bf09ba [2023-08-14T16:55:13.196Z] Step 13/26 : FROM alpine:3.17 [2023-08-14T16:55:13.196Z] 3.17: Pulling from library/alpine [2023-08-14T16:55:13.196Z] 9398808236ff: Pulling fs layer [2023-08-14T16:55:13.454Z] 9398808236ff: Download complete [2023-08-14T16:55:13.713Z] 9398808236ff: Pull complete [2023-08-14T16:55:13.713Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T16:55:13.713Z] Status: Downloaded newer image for alpine:3.17 [2023-08-14T16:55:13.713Z] ---> 1e0b8b5322fc [2023-08-14T16:55:13.713Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-14T16:55:13.713Z] ---> Running in 6ab5c2299e29 [2023-08-14T16:55:13.713Z] Removing intermediate container 6ab5c2299e29 [2023-08-14T16:55:13.713Z] ---> a7e46b1b1cf0 [2023-08-14T16:55:13.713Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-14T16:55:13.971Z] ---> Running in 136dfdba83b1 [2023-08-14T16:55:13.971Z] Removing intermediate container 136dfdba83b1 [2023-08-14T16:55:13.971Z] ---> 450b0619f16f [2023-08-14T16:55:13.971Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T16:55:13.971Z] ---> Running in 80d9b388b373 [2023-08-14T16:55:14.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T16:55:14.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T16:55:14.746Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T16:55:14.746Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T16:55:14.746Z] Executing busybox-1.35.0-r29.trigger [2023-08-14T16:55:14.746Z] Executing ca-certificates-20230506-r0.trigger [2023-08-14T16:55:14.746Z] OK: 8 MiB in 17 packages [2023-08-14T16:55:15.012Z] Removing intermediate container 80d9b388b373 [2023-08-14T16:55:15.012Z] ---> b2ea55216a7d [2023-08-14T16:55:15.012Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-14T16:55:15.269Z] ---> 87bc56e6dd80 [2023-08-14T16:55:15.269Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-14T16:55:15.528Z] ---> 63e0ca6db5bd [2023-08-14T16:55:15.528Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-14T16:55:15.785Z] ---> 308b63445709 [2023-08-14T16:55:15.785Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-14T16:55:16.721Z] ---> 5d35c932ae32 [2023-08-14T16:55:16.721Z] Step 21/26 : EXPOSE 59712 [2023-08-14T16:55:16.721Z] ---> Running in 7fd333437cb5 [2023-08-14T16:55:16.721Z] Removing intermediate container 7fd333437cb5 [2023-08-14T16:55:16.721Z] ---> 35ae50dd6d8c [2023-08-14T16:55:16.721Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-14T16:55:16.721Z] ---> Running in 855c72e6d745 [2023-08-14T16:55:16.721Z] Removing intermediate container 855c72e6d745 [2023-08-14T16:55:16.721Z] ---> 31e7184c6c26 [2023-08-14T16:55:16.721Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-14T16:55:16.721Z] ---> Running in 92b51f69834f [2023-08-14T16:55:16.721Z] Removing intermediate container 92b51f69834f [2023-08-14T16:55:16.721Z] ---> b601c3f9d7ce [2023-08-14T16:55:16.721Z] Step 24/26 : LABEL arch=amd64 [2023-08-14T16:55:16.721Z] ---> Running in 31aefadaedb0 [2023-08-14T16:55:16.721Z] Removing intermediate container 31aefadaedb0 [2023-08-14T16:55:16.721Z] ---> b75e78b23586 [2023-08-14T16:55:16.721Z] Step 25/26 : LABEL git_sha=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T16:55:16.979Z] ---> Running in 00dabf7d3e5d [2023-08-14T16:55:16.979Z] Removing intermediate container 00dabf7d3e5d [2023-08-14T16:55:16.979Z] ---> c84d52b9e363 [2023-08-14T16:55:16.979Z] Step 26/26 : LABEL version=3.1.0-dev.30 [2023-08-14T16:55:16.979Z] ---> Running in e71670b02474 [2023-08-14T16:55:16.979Z] Removing intermediate container e71670b02474 [2023-08-14T16:55:16.979Z] ---> 0036db0af9c2 [2023-08-14T16:55:16.979Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-14T16:55:16.979Z] Successfully built 0036db0af9c2 [2023-08-14T16:55:16.979Z] Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T16:55:17.077Z] provisioning config files... [2023-08-14T16:55:17.085Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15181095755933027464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T16:55:17.375Z] ---> docker-login.sh [2023-08-14T16:55:17.375Z] nexus3.edgexfoundry.org:10001 [2023-08-14T16:55:17.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:55:17.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:55:17.375Z] Configure a credential helper to remove this warning. See [2023-08-14T16:55:17.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:55:17.375Z] [2023-08-14T16:55:17.375Z] Login Succeeded [2023-08-14T16:55:17.375Z] nexus3.edgexfoundry.org:10002 [2023-08-14T16:55:17.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:55:17.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:55:17.375Z] Configure a credential helper to remove this warning. See [2023-08-14T16:55:17.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:55:17.375Z] [2023-08-14T16:55:17.375Z] Login Succeeded [2023-08-14T16:55:17.375Z] nexus3.edgexfoundry.org:10003 [2023-08-14T16:55:17.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:55:17.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:55:17.632Z] Configure a credential helper to remove this warning. See [2023-08-14T16:55:17.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:55:17.632Z] [2023-08-14T16:55:17.632Z] Login Succeeded [2023-08-14T16:55:17.632Z] nexus3.edgexfoundry.org:10004 [2023-08-14T16:55:17.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:55:17.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:55:17.632Z] Configure a credential helper to remove this warning. See [2023-08-14T16:55:17.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:55:17.632Z] [2023-08-14T16:55:17.632Z] Login Succeeded [2023-08-14T16:55:17.632Z] docker.io [2023-08-14T16:55:17.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:55:17.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:55:17.891Z] Configure a credential helper to remove this warning. See [2023-08-14T16:55:17.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:55:17.891Z] [2023-08-14T16:55:17.891Z] Login Succeeded [2023-08-14T16:55:17.891Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T16:55:17.898Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T16:55:17.927Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T16:55:17.953Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-08-14T16:55:17.953Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T16:55:17.953Z] latest [2023-08-14T16:55:17.953Z] 3.1.0-dev.30 [2023-08-14T16:55:17.953Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [2023-08-14T16:55:17.953Z] main [2023-08-14T16:55:17.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:18.278Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:18.597Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T16:55:18.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T16:55:18.597Z] 5d3c3f23062d: Preparing [2023-08-14T16:55:18.597Z] b4187914264f: Preparing [2023-08-14T16:55:18.597Z] 6db3a524add6: Preparing [2023-08-14T16:55:18.597Z] 0dc4b984ad9c: Preparing [2023-08-14T16:55:18.597Z] 94a57747c7db: Preparing [2023-08-14T16:55:18.597Z] 36b50b131297: Preparing [2023-08-14T16:55:18.597Z] 36b50b131297: Waiting [2023-08-14T16:55:18.855Z] 6db3a524add6: Pushed [2023-08-14T16:55:18.855Z] b4187914264f: Pushed [2023-08-14T16:55:18.855Z] 0dc4b984ad9c: Pushed [2023-08-14T16:55:18.855Z] 36b50b131297: Layer already exists [2023-08-14T16:55:18.855Z] 94a57747c7db: Pushed [2023-08-14T16:55:21.386Z] 5d3c3f23062d: Pushed [2023-08-14T16:55:21.386Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:21.700Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:22.011Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-14T16:55:22.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T16:55:22.011Z] 5d3c3f23062d: Preparing [2023-08-14T16:55:22.011Z] b4187914264f: Preparing [2023-08-14T16:55:22.011Z] 6db3a524add6: Preparing [2023-08-14T16:55:22.011Z] 0dc4b984ad9c: Preparing [2023-08-14T16:55:22.011Z] 94a57747c7db: Preparing [2023-08-14T16:55:22.011Z] 36b50b131297: Preparing [2023-08-14T16:55:22.011Z] 36b50b131297: Waiting [2023-08-14T16:55:22.011Z] 94a57747c7db: Layer already exists [2023-08-14T16:55:22.011Z] 0dc4b984ad9c: Layer already exists [2023-08-14T16:55:22.011Z] 6db3a524add6: Layer already exists [2023-08-14T16:55:22.011Z] 5d3c3f23062d: Layer already exists [2023-08-14T16:55:22.011Z] b4187914264f: Layer already exists [2023-08-14T16:55:22.011Z] 36b50b131297: Layer already exists [2023-08-14T16:55:22.011Z] latest: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:22.319Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:22.620Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.30 [2023-08-14T16:55:22.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T16:55:22.620Z] 5d3c3f23062d: Preparing [2023-08-14T16:55:22.620Z] b4187914264f: Preparing [2023-08-14T16:55:22.620Z] 6db3a524add6: Preparing [2023-08-14T16:55:22.620Z] 0dc4b984ad9c: Preparing [2023-08-14T16:55:22.620Z] 94a57747c7db: Preparing [2023-08-14T16:55:22.620Z] 36b50b131297: Preparing [2023-08-14T16:55:22.620Z] 36b50b131297: Waiting [2023-08-14T16:55:22.620Z] 6db3a524add6: Layer already exists [2023-08-14T16:55:22.620Z] 94a57747c7db: Layer already exists [2023-08-14T16:55:22.620Z] b4187914264f: Layer already exists [2023-08-14T16:55:22.620Z] 0dc4b984ad9c: Layer already exists [2023-08-14T16:55:22.620Z] 5d3c3f23062d: Layer already exists [2023-08-14T16:55:22.620Z] 36b50b131297: Layer already exists [2023-08-14T16:55:22.620Z] 3.1.0-dev.30: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:22.936Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:23.249Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [2023-08-14T16:55:23.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T16:55:23.249Z] 5d3c3f23062d: Preparing [2023-08-14T16:55:23.249Z] b4187914264f: Preparing [2023-08-14T16:55:23.249Z] 6db3a524add6: Preparing [2023-08-14T16:55:23.249Z] 0dc4b984ad9c: Preparing [2023-08-14T16:55:23.249Z] 94a57747c7db: Preparing [2023-08-14T16:55:23.249Z] 36b50b131297: Preparing [2023-08-14T16:55:23.249Z] 36b50b131297: Waiting [2023-08-14T16:55:23.249Z] b4187914264f: Layer already exists [2023-08-14T16:55:23.249Z] 0dc4b984ad9c: Layer already exists [2023-08-14T16:55:23.249Z] 5d3c3f23062d: Layer already exists [2023-08-14T16:55:23.249Z] 94a57747c7db: Layer already exists [2023-08-14T16:55:23.249Z] 6db3a524add6: Layer already exists [2023-08-14T16:55:23.249Z] 36b50b131297: Layer already exists [2023-08-14T16:55:23.249Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:23.585Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:23.894Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-08-14T16:55:23.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T16:55:23.894Z] 5d3c3f23062d: Preparing [2023-08-14T16:55:23.894Z] b4187914264f: Preparing [2023-08-14T16:55:23.894Z] 6db3a524add6: Preparing [2023-08-14T16:55:23.894Z] 0dc4b984ad9c: Preparing [2023-08-14T16:55:23.894Z] 94a57747c7db: Preparing [2023-08-14T16:55:23.894Z] 36b50b131297: Preparing [2023-08-14T16:55:23.894Z] 36b50b131297: Waiting [2023-08-14T16:55:23.894Z] 94a57747c7db: Layer already exists [2023-08-14T16:55:23.894Z] 6db3a524add6: Layer already exists [2023-08-14T16:55:23.894Z] b4187914264f: Layer already exists [2023-08-14T16:55:23.895Z] 0dc4b984ad9c: Layer already exists [2023-08-14T16:55:23.895Z] 5d3c3f23062d: Layer already exists [2023-08-14T16:55:23.895Z] 36b50b131297: Layer already exists [2023-08-14T16:55:23.895Z] main: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T16:55:23.946Z] ===================================================== [Pipeline] echo [2023-08-14T16:55:23.956Z] taggedImages: [2023-08-14T16:55:23.956Z] - nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T16:55:23.956Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-14T16:55:23.956Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.30 [2023-08-14T16:55:23.956Z] - nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [2023-08-14T16:55:23.956Z] - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:24.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T16:55:24.350Z] [2023-08-14T16:55:24.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:55:24.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T16:55:24.655Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-14T16:55:24.655Z] 5eb5b503b376: Pulling fs layer [2023-08-14T16:55:24.655Z] 5c69ac0246d0: Pulling fs layer [2023-08-14T16:55:24.655Z] ec43610c2a17: Pulling fs layer [2023-08-14T16:55:24.655Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-14T16:55:24.655Z] 33b1e0a273af: Pulling fs layer [2023-08-14T16:55:24.655Z] 5d3b04190fa2: Pulling fs layer [2023-08-14T16:55:24.655Z] 2f39f015ded8: Pulling fs layer [2023-08-14T16:55:24.655Z] 3a2ae6a8a46f: Waiting [2023-08-14T16:55:24.655Z] 33b1e0a273af: Waiting [2023-08-14T16:55:24.655Z] 5c69ac0246d0: Verifying Checksum [2023-08-14T16:55:24.655Z] 5c69ac0246d0: Download complete [2023-08-14T16:55:24.655Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-14T16:55:24.655Z] 3a2ae6a8a46f: Download complete [2023-08-14T16:55:24.655Z] 33b1e0a273af: Verifying Checksum [2023-08-14T16:55:24.655Z] 33b1e0a273af: Download complete [2023-08-14T16:55:24.655Z] 5d3b04190fa2: Download complete [2023-08-14T16:55:24.655Z] ec43610c2a17: Verifying Checksum [2023-08-14T16:55:24.655Z] ec43610c2a17: Download complete [2023-08-14T16:55:24.912Z] 5eb5b503b376: Verifying Checksum [2023-08-14T16:55:24.912Z] 5eb5b503b376: Download complete [2023-08-14T16:55:25.476Z] 2f39f015ded8: Verifying Checksum [2023-08-14T16:55:25.476Z] 2f39f015ded8: Download complete [2023-08-14T16:55:26.042Z] 5eb5b503b376: Pull complete [2023-08-14T16:55:26.042Z] 5c69ac0246d0: Pull complete [2023-08-14T16:55:26.615Z] ec43610c2a17: Pull complete [2023-08-14T16:55:26.615Z] 3a2ae6a8a46f: Pull complete [2023-08-14T16:55:26.873Z] 33b1e0a273af: Pull complete [2023-08-14T16:55:27.130Z] 5d3b04190fa2: Pull complete [2023-08-14T16:55:31.332Z] 2f39f015ded8: Pull complete [2023-08-14T16:55:31.332Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-14T16:55:31.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T16:55:31.332Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T16:55:31.418Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T16:55:31.453Z] $ 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/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T16:55:35.655Z] $ docker top e550e77e7baa72e8078d3882655206c162e3e0c7ef835d56c9231d74679eaeb3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T16:55:36.017Z] ---> job-cost.sh [2023-08-14T16:55:36.017Z] lf-activate-venv: SKIPPING [2023-08-14T16:55:36.017Z] INFO: No Stack... [2023-08-14T16:55:36.275Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T16:55:36.534Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T16:55:36.823Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-08-14T16:55:36.823Z] + cut -d, -f6 [Pipeline] lock [2023-08-14T16:55:36.837Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [2023-08-14T16:55:36.842Z] Resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] did not exist. Created. [2023-08-14T16:55:36.842Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T16:55:37.141Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-14T16:55:37.172Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T16:55:37.180Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T16:55:37.197Z] $ docker stop --time=1 e550e77e7baa72e8078d3882655206c162e3e0c7ef835d56c9231d74679eaeb3 [2023-08-14T16:55:38.410Z] $ docker rm -f --volumes e550e77e7baa72e8078d3882655206c162e3e0c7ef835d56c9231d74679eaeb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-14T16:56:09.081Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3545 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-08-14T16:56:09.095Z] Running in /w/workspace/app-record-replay/33 [Pipeline] { [Pipeline] checkout [2023-08-14T16:56:09.129Z] Selected Git installation does not exist. Using Default [2023-08-14T16:56:09.129Z] The recommended git tool is: NONE [2023-08-14T16:56:15.715Z] using credential edgex-jenkins-ssh [2023-08-14T16:56:15.734Z] Cloning the remote Git repository [2023-08-14T16:56:15.793Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-08-14T16:56:15.925Z] > git init /w/workspace/app-record-replay/33 # timeout=10 [2023-08-14T16:56:16.107Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-08-14T16:56:16.109Z] > git --version # timeout=10 [2023-08-14T16:56:16.133Z] > git --version # 'git version 2.25.1' [2023-08-14T16:56:16.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T16:56:16.321Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T16:56:17.996Z] Avoid second fetch [2023-08-14T16:56:17.997Z] Checking out Revision eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd (main) [2023-08-14T16:56:16.970Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-08-14T16:56:16.998Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T16:56:18.019Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T16:56:18.655Z] Commit message: "Merge pull request #57 from jackchenjc/pkg-errors-removal" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T16:56:18.093Z] > git checkout -f eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd # timeout=10 [2023-08-14T16:56:19.569Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-14T16:56:19.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T16:56:19.570Z] Dload Upload Total Spent Left Speed [2023-08-14T16:56:19.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh [2023-08-14T16:56:20.256Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-14T16:56:20.606Z] + sudo tee /etc/docker/daemon.new [2023-08-14T16:56:20.606Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-14T16:56:20.606Z] { [2023-08-14T16:56:20.606Z] "registry-mirrors": [ [2023-08-14T16:56:20.606Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-14T16:56:20.606Z] ], [2023-08-14T16:56:20.606Z] "bip": "10.250.0.254/24", [2023-08-14T16:56:20.606Z] "hosts": [ [2023-08-14T16:56:20.606Z] "tcp://0.0.0.0:5555", [2023-08-14T16:56:20.606Z] "unix:///var/run/docker.sock" [2023-08-14T16:56:20.606Z] ], [2023-08-14T16:56:20.606Z] "mtu": 1458, [2023-08-14T16:56:20.606Z] "selinux-enabled": true, [2023-08-14T16:56:20.606Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-14T16:56:20.606Z] } [Pipeline] sh [2023-08-14T16:56:20.953Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-14T16:56:21.295Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T16:56:39.613Z] provisioning config files... [2023-08-14T16:56:39.649Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/33@tmp/config5448127444052312945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T16:56:40.019Z] ---> docker-login.sh [2023-08-14T16:56:40.019Z] nexus3.edgexfoundry.org:10001 [2023-08-14T16:56:40.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:56:40.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:56:40.613Z] Configure a credential helper to remove this warning. See [2023-08-14T16:56:40.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:56:40.613Z] [2023-08-14T16:56:40.613Z] Login Succeeded [2023-08-14T16:56:40.613Z] nexus3.edgexfoundry.org:10002 [2023-08-14T16:56:40.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:56:41.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:56:41.159Z] Configure a credential helper to remove this warning. See [2023-08-14T16:56:41.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:56:41.159Z] [2023-08-14T16:56:41.159Z] Login Succeeded [2023-08-14T16:56:41.159Z] nexus3.edgexfoundry.org:10003 [2023-08-14T16:56:41.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:56:41.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:56:41.445Z] Configure a credential helper to remove this warning. See [2023-08-14T16:56:41.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:56:41.445Z] [2023-08-14T16:56:41.445Z] Login Succeeded [2023-08-14T16:56:41.445Z] nexus3.edgexfoundry.org:10004 [2023-08-14T16:56:41.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:56:41.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:56:41.994Z] Configure a credential helper to remove this warning. See [2023-08-14T16:56:41.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:56:41.994Z] [2023-08-14T16:56:41.994Z] Login Succeeded [2023-08-14T16:56:41.994Z] docker.io [2023-08-14T16:56:42.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T16:56:42.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T16:56:42.539Z] Configure a credential helper to remove this warning. See [2023-08-14T16:56:42.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T16:56:42.539Z] [2023-08-14T16:56:42.539Z] Login Succeeded [2023-08-14T16:56:42.539Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T16:56:42.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-14T16:56:42.880Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T16:56:42.898Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T16:56:42.912Z] ========================================================= [2023-08-14T16:56:42.912Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-14T16:56:42.912Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:56:43.284Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-14T16:56:43.284Z] Sending build context to Docker daemon 197.1kB [2023-08-14T16:56:43.557Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T16:56:43.557Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-14T16:56:43.829Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-14T16:56:43.829Z] edb6bdbacee9: Pulling fs layer [2023-08-14T16:56:43.829Z] 5f9638ab2659: Pulling fs layer [2023-08-14T16:56:43.829Z] 8d51d6327a98: Pulling fs layer [2023-08-14T16:56:43.829Z] 8b374f2dd631: Pulling fs layer [2023-08-14T16:56:43.829Z] ec14aa9079de: Pulling fs layer [2023-08-14T16:56:43.829Z] 2f466654f4bb: Pulling fs layer [2023-08-14T16:56:43.829Z] 554e91adad29: Pulling fs layer [2023-08-14T16:56:43.829Z] 8b374f2dd631: Waiting [2023-08-14T16:56:43.829Z] 2f466654f4bb: Waiting [2023-08-14T16:56:43.829Z] ec14aa9079de: Waiting [2023-08-14T16:56:43.829Z] 554e91adad29: Waiting [2023-08-14T16:56:43.829Z] 5f9638ab2659: Verifying Checksum [2023-08-14T16:56:43.829Z] 5f9638ab2659: Download complete [2023-08-14T16:56:43.829Z] 8b374f2dd631: Verifying Checksum [2023-08-14T16:56:43.829Z] 8b374f2dd631: Download complete [2023-08-14T16:56:43.829Z] ec14aa9079de: Verifying Checksum [2023-08-14T16:56:43.829Z] ec14aa9079de: Download complete [2023-08-14T16:56:43.829Z] edb6bdbacee9: Verifying Checksum [2023-08-14T16:56:43.829Z] edb6bdbacee9: Download complete [2023-08-14T16:56:44.821Z] edb6bdbacee9: Pull complete [2023-08-14T16:56:45.416Z] 554e91adad29: Verifying Checksum [2023-08-14T16:56:45.416Z] 554e91adad29: Download complete [2023-08-14T16:56:45.700Z] 5f9638ab2659: Pull complete [2023-08-14T16:56:46.679Z] 8d51d6327a98: Download complete [2023-08-14T16:56:46.679Z] 2f466654f4bb: Verifying Checksum [2023-08-14T16:56:46.679Z] 2f466654f4bb: Download complete [2023-08-14T16:56:59.046Z] 8d51d6327a98: Pull complete [2023-08-14T16:56:59.046Z] 8b374f2dd631: Pull complete [2023-08-14T16:56:59.046Z] ec14aa9079de: Pull complete [2023-08-14T16:57:05.716Z] 2f466654f4bb: Pull complete [2023-08-14T16:57:08.313Z] 554e91adad29: Pull complete [2023-08-14T16:57:08.313Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-14T16:57:08.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T16:57:08.313Z] ---> 1e15ea492957 [2023-08-14T16:57:08.313Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T16:57:10.275Z] ---> Running in 99ae9c34acbb [2023-08-14T16:57:10.563Z] Removing intermediate container 99ae9c34acbb [2023-08-14T16:57:10.563Z] ---> 2c73d3006006 [2023-08-14T16:57:10.563Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T16:57:10.563Z] ---> Running in aae0d53ca10b [2023-08-14T16:57:10.835Z] Removing intermediate container aae0d53ca10b [2023-08-14T16:57:10.835Z] ---> dc1d63a44d8d [2023-08-14T16:57:10.835Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-14T16:57:11.106Z] ---> Running in 2343187fdcf1 [2023-08-14T16:57:11.379Z] Removing intermediate container 2343187fdcf1 [2023-08-14T16:57:11.379Z] ---> 0c41b656cc9a [2023-08-14T16:57:11.379Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T16:57:11.379Z] ---> Running in efe01a3a89b0 [2023-08-14T16:57:12.823Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T16:57:13.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T16:57:14.836Z] OK: 263 MiB in 53 packages [2023-08-14T16:57:15.430Z] Removing intermediate container efe01a3a89b0 [2023-08-14T16:57:15.430Z] ---> 23280a4a2c31 [2023-08-14T16:57:15.430Z] Step 7/12 : WORKDIR /app [2023-08-14T16:57:15.700Z] ---> Running in e98b273172bd [2023-08-14T16:57:15.970Z] Removing intermediate container e98b273172bd [2023-08-14T16:57:15.970Z] ---> b100982cc283 [2023-08-14T16:57:15.970Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-14T16:57:20.314Z] ---> ec909c580a2d [2023-08-14T16:57:20.314Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T16:57:20.314Z] ---> Running in de56223deb52 [2023-08-14T16:58:28.294Z] Removing intermediate container de56223deb52 [2023-08-14T16:58:28.294Z] ---> 31db50cf5bbd [2023-08-14T16:58:28.294Z] Step 10/12 : COPY . . [2023-08-14T16:58:28.294Z] ---> 703fdd6745a2 [2023-08-14T16:58:28.294Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T16:58:28.294Z] ---> Running in fb108c4aa411 [2023-08-14T16:58:28.294Z] Removing intermediate container fb108c4aa411 [2023-08-14T16:58:28.294Z] ---> 6ab4b753f462 [2023-08-14T16:58:28.294Z] Step 12/12 : RUN $MAKE [2023-08-14T16:58:28.294Z] ---> Running in 3e089f2997ab [2023-08-14T16:58:28.880Z] noop [2023-08-14T16:58:29.474Z] Removing intermediate container 3e089f2997ab [2023-08-14T16:58:29.474Z] ---> 7ee8cab6f759 [2023-08-14T16:58:29.474Z] Successfully built 7ee8cab6f759 [2023-08-14T16:58:29.474Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:58:29.848Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T16:58:29.848Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T16:58:30.080Z] prd-ubuntu20.04-docker-arm64-4c-16g-3545 does not seem to be running inside a container [2023-08-14T16:58:30.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/33 -v /w/workspace/app-record-replay/33:/w/workspace/app-record-replay/33:rw,z -v /w/workspace/app-record-replay/33@tmp:/w/workspace/app-record-replay/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-14T16:58:31.420Z] $ docker top af8699046e1dcea1ae10f47c40ab76b34f98eeae68f08e9ea29d3a3dc1d1b586 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T16:58:32.274Z] + go version [2023-08-14T16:58:32.274Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-14T16:58:32.296Z] $ docker stop --time=1 af8699046e1dcea1ae10f47c40ab76b34f98eeae68f08e9ea29d3a3dc1d1b586 [2023-08-14T16:58:33.908Z] $ docker rm -f --volumes af8699046e1dcea1ae10f47c40ab76b34f98eeae68f08e9ea29d3a3dc1d1b586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T16:58:34.465Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T16:58:34.465Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T16:58:34.657Z] prd-ubuntu20.04-docker-arm64-4c-16g-3545 does not seem to be running inside a container [2023-08-14T16:58:34.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-record-replay/33 -v /w/workspace/app-record-replay/33:/w/workspace/app-record-replay/33:rw,z -v /w/workspace/app-record-replay/33@tmp:/w/workspace/app-record-replay/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-14T16:58:35.965Z] $ docker top 4e1a6beaecc2f319ede846aa6f1ccea42bb60e5d24d6dc963f04a366cfac1c6a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T16:58:36.824Z] + git config --global --add safe.directory /w/workspace/app-record-replay/33 [Pipeline] fileExists [Pipeline] sh [2023-08-14T16:58:37.481Z] + make test [2023-08-14T16:58:37.481Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T17:01:59.296Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-14T17:02:09.379Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.280s coverage: 88.0% of statements [2023-08-14T17:02:13.643Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-14T17:02:13.643Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-14T17:02:13.643Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-14T17:02:28.641Z] ok github.com/edgexfoundry/app-record-replay/internal/application 18.420s coverage: 97.5% of statements [2023-08-14T17:02:28.641Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.511s coverage: 85.2% of statements [2023-08-14T17:02:28.641Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-14T17:02:28.641Z] go vet ./... [2023-08-14T17:05:05.590Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T17:05:05.590Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T17:05:05.590Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-14T17:05:05.623Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-14T17:05:05.637Z] $ docker stop --time=1 4e1a6beaecc2f319ede846aa6f1ccea42bb60e5d24d6dc963f04a366cfac1c6a [2023-08-14T17:05:07.525Z] $ docker rm -f --volumes 4e1a6beaecc2f319ede846aa6f1ccea42bb60e5d24d6dc963f04a366cfac1c6a [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T17:05:09.108Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-14T17:05:09.122Z] Warning: overwriting stash ‘coverage-report’ [2023-08-14T17:05:09.527Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T17:05:09.926Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-14T17:05:10.239Z] + ls -al . [2023-08-14T17:05:10.239Z] total 168 [2023-08-14T17:05:10.239Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 16:58 . [2023-08-14T17:05:10.239Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 16:56 .. [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 16:56 .dockerignore [2023-08-14T17:05:10.239Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 16:56 .git [2023-08-14T17:05:10.239Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:56 .github [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 16:56 .gitignore [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 16:56 .golangci.yml [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 14 16:56 Attribution.txt [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 16:56 CHANGELOG.md [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 16:56 Dockerfile [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 16:56 GOVERNANCE.md [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 16:56 Jenkinsfile [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 16:56 LICENSE [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 16:56 Makefile [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 16:56 OWNERS.md [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 16:56 README.md [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 16:56 Record and Reply.postman_collection.json [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 16:53 VERSION [2023-08-14T17:05:10.239Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:56 bin [2023-08-14T17:05:10.239Z] -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 17:02 coverage.out [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 16:56 go.mod [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 16:56 go.sum [2023-08-14T17:05:10.239Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 16:56 internal [2023-08-14T17:05:10.239Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 16:56 main.go [2023-08-14T17:05:10.239Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 16:56 pkg [2023-08-14T17:05:10.239Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:56 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:05:10.577Z] + docker build -t app-record-replay-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd --label arch=arm64 --label version=3.1.0-dev.30 . [2023-08-14T17:05:10.577Z] Sending build context to Docker daemon 214kB [2023-08-14T17:05:10.843Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T17:05:10.843Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-14T17:05:10.843Z] ---> 7ee8cab6f759 [2023-08-14T17:05:10.843Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T17:05:10.843Z] ---> Running in 6af3844d1f04 [2023-08-14T17:05:11.113Z] Removing intermediate container 6af3844d1f04 [2023-08-14T17:05:11.113Z] ---> 5c3a61ca0c8c [2023-08-14T17:05:11.113Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T17:05:11.379Z] ---> Running in a46a3d02c244 [2023-08-14T17:05:11.645Z] Removing intermediate container a46a3d02c244 [2023-08-14T17:05:11.645Z] ---> aeab44868f40 [2023-08-14T17:05:11.645Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-14T17:05:11.645Z] ---> Running in ce4c13b1e2d1 [2023-08-14T17:05:14.980Z] Removing intermediate container ce4c13b1e2d1 [2023-08-14T17:05:14.980Z] ---> 00cd747bcdeb [2023-08-14T17:05:14.980Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T17:05:15.253Z] ---> Running in b5922b95e241 [2023-08-14T17:05:16.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T17:05:16.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T17:05:17.758Z] OK: 263 MiB in 53 packages [2023-08-14T17:05:18.343Z] Removing intermediate container b5922b95e241 [2023-08-14T17:05:18.343Z] ---> 9761cf1523b9 [2023-08-14T17:05:18.343Z] Step 7/26 : WORKDIR /app [2023-08-14T17:05:18.611Z] ---> Running in d9c237bee387 [2023-08-14T17:05:18.876Z] Removing intermediate container d9c237bee387 [2023-08-14T17:05:18.876Z] ---> fe6c4967fef7 [2023-08-14T17:05:18.876Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-14T17:05:19.456Z] ---> d3ccadf97bb4 [2023-08-14T17:05:19.456Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T17:05:19.456Z] ---> Running in 69e2e0a5d972 [2023-08-14T17:05:22.035Z] Removing intermediate container 69e2e0a5d972 [2023-08-14T17:05:22.035Z] ---> d599185f7c73 [2023-08-14T17:05:22.035Z] Step 10/26 : COPY . . [2023-08-14T17:05:22.303Z] ---> ecb7993d1ba2 [2023-08-14T17:05:22.303Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T17:05:22.303Z] ---> Running in 239f089abb73 [2023-08-14T17:05:22.575Z] Removing intermediate container 239f089abb73 [2023-08-14T17:05:22.575Z] ---> 1e0a1683472b [2023-08-14T17:05:22.575Z] Step 12/26 : RUN $MAKE [2023-08-14T17:05:22.843Z] ---> Running in 802fb5b759e4 [2023-08-14T17:05:23.802Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.30" -trimpath -mod=readonly -o app-record-replay [2023-08-14T17:07:45.466Z] Removing intermediate container 802fb5b759e4 [2023-08-14T17:07:45.466Z] ---> e6f453baf803 [2023-08-14T17:07:45.466Z] Step 13/26 : FROM alpine:3.17 [2023-08-14T17:07:45.466Z] 3.17: Pulling from library/alpine [2023-08-14T17:07:45.466Z] 4060ece20d7a: Pulling fs layer [2023-08-14T17:07:45.466Z] 4060ece20d7a: Verifying Checksum [2023-08-14T17:07:45.466Z] 4060ece20d7a: Pull complete [2023-08-14T17:07:45.466Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T17:07:45.466Z] Status: Downloaded newer image for alpine:3.17 [2023-08-14T17:07:45.466Z] ---> 8650cd65339b [2023-08-14T17:07:45.466Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-14T17:07:45.466Z] ---> Running in 17e006bd2f92 [2023-08-14T17:07:45.466Z] Removing intermediate container 17e006bd2f92 [2023-08-14T17:07:45.466Z] ---> a15fecbfd1ee [2023-08-14T17:07:45.466Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-14T17:07:45.466Z] ---> Running in 6a543ed2af23 [2023-08-14T17:07:45.466Z] Removing intermediate container 6a543ed2af23 [2023-08-14T17:07:45.466Z] ---> fb705d76c529 [2023-08-14T17:07:45.466Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T17:07:45.466Z] ---> Running in 223ffa54049e [2023-08-14T17:07:45.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T17:07:45.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T17:07:45.466Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T17:07:45.466Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T17:07:45.466Z] Executing busybox-1.35.0-r29.trigger [2023-08-14T17:07:45.466Z] Executing ca-certificates-20230506-r0.trigger [2023-08-14T17:07:45.466Z] OK: 8 MiB in 17 packages [2023-08-14T17:07:45.466Z] Removing intermediate container 223ffa54049e [2023-08-14T17:07:45.466Z] ---> 4317573a65be [2023-08-14T17:07:45.466Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-14T17:07:45.466Z] ---> 447258a703d7 [2023-08-14T17:07:45.466Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-14T17:07:45.466Z] ---> 47e96177e3ee [2023-08-14T17:07:45.466Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-14T17:07:45.466Z] ---> 25207a5e52d5 [2023-08-14T17:07:45.466Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-14T17:07:45.466Z] ---> f2378b4d3cd8 [2023-08-14T17:07:45.466Z] Step 21/26 : EXPOSE 59712 [2023-08-14T17:07:45.466Z] ---> Running in 449773eacffe [2023-08-14T17:07:45.466Z] Removing intermediate container 449773eacffe [2023-08-14T17:07:45.466Z] ---> 5bbfd808fbb3 [2023-08-14T17:07:45.466Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-14T17:07:45.466Z] ---> Running in 4a7b5ab295ab [2023-08-14T17:07:45.466Z] Removing intermediate container 4a7b5ab295ab [2023-08-14T17:07:45.466Z] ---> 0bfff88006e3 [2023-08-14T17:07:45.467Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-14T17:07:45.467Z] ---> Running in 8a6ee6ae93b3 [2023-08-14T17:07:45.467Z] Removing intermediate container 8a6ee6ae93b3 [2023-08-14T17:07:45.467Z] ---> 06e70e352022 [2023-08-14T17:07:45.467Z] Step 24/26 : LABEL arch=arm64 [2023-08-14T17:07:45.467Z] ---> Running in a88ef95335e0 [2023-08-14T17:07:45.467Z] Removing intermediate container a88ef95335e0 [2023-08-14T17:07:45.467Z] ---> 23bd7957bbd4 [2023-08-14T17:07:45.467Z] Step 25/26 : LABEL git_sha=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T17:07:45.467Z] ---> Running in b868e9edba37 [2023-08-14T17:07:45.467Z] Removing intermediate container b868e9edba37 [2023-08-14T17:07:45.467Z] ---> d0e139694284 [2023-08-14T17:07:45.467Z] Step 26/26 : LABEL version=3.1.0-dev.30 [2023-08-14T17:07:45.467Z] ---> Running in 7adb2d926dd7 [2023-08-14T17:07:45.467Z] Removing intermediate container 7adb2d926dd7 [2023-08-14T17:07:45.467Z] ---> 030fe2049b3c [2023-08-14T17:07:45.467Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-14T17:07:45.467Z] Successfully built 030fe2049b3c [2023-08-14T17:07:45.467Z] Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T17:07:45.551Z] provisioning config files... [2023-08-14T17:07:45.563Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/33@tmp/config17816539745195262402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:07:45.891Z] ---> docker-login.sh [2023-08-14T17:07:45.892Z] nexus3.edgexfoundry.org:10001 [2023-08-14T17:07:45.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T17:07:46.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T17:07:46.159Z] Configure a credential helper to remove this warning. See [2023-08-14T17:07:46.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T17:07:46.159Z] [2023-08-14T17:07:46.159Z] Login Succeeded [2023-08-14T17:07:46.159Z] nexus3.edgexfoundry.org:10002 [2023-08-14T17:07:46.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T17:07:46.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T17:07:46.426Z] Configure a credential helper to remove this warning. See [2023-08-14T17:07:46.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T17:07:46.426Z] [2023-08-14T17:07:46.426Z] Login Succeeded [2023-08-14T17:07:46.426Z] nexus3.edgexfoundry.org:10003 [2023-08-14T17:07:46.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T17:07:46.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T17:07:46.693Z] Configure a credential helper to remove this warning. See [2023-08-14T17:07:46.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T17:07:46.693Z] [2023-08-14T17:07:46.693Z] Login Succeeded [2023-08-14T17:07:46.693Z] nexus3.edgexfoundry.org:10004 [2023-08-14T17:07:46.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T17:07:47.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T17:07:47.228Z] Configure a credential helper to remove this warning. See [2023-08-14T17:07:47.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T17:07:47.228Z] [2023-08-14T17:07:47.228Z] Login Succeeded [2023-08-14T17:07:47.228Z] docker.io [2023-08-14T17:07:47.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T17:07:47.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T17:07:47.760Z] Configure a credential helper to remove this warning. See [2023-08-14T17:07:47.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T17:07:47.760Z] [2023-08-14T17:07:47.760Z] Login Succeeded [2023-08-14T17:07:47.760Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T17:07:47.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T17:07:47.794Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T17:07:47.809Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-08-14T17:07:47.809Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T17:07:47.809Z] latest [2023-08-14T17:07:47.809Z] 3.1.0-dev.30 [2023-08-14T17:07:47.809Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [2023-08-14T17:07:47.809Z] main [2023-08-14T17:07:47.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:48.183Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:48.534Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T17:07:48.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T17:07:48.535Z] 9e89e125113b: Preparing [2023-08-14T17:07:48.535Z] 93b3a315fd14: Preparing [2023-08-14T17:07:48.535Z] 5bf9c9fe23f2: Preparing [2023-08-14T17:07:48.535Z] 8a0493f1bb4a: Preparing [2023-08-14T17:07:48.535Z] d3065fede933: Preparing [2023-08-14T17:07:48.535Z] d2d9d24a8c2a: Preparing [2023-08-14T17:07:48.535Z] d2d9d24a8c2a: Waiting [2023-08-14T17:07:48.800Z] 8a0493f1bb4a: Pushed [2023-08-14T17:07:48.800Z] 93b3a315fd14: Pushed [2023-08-14T17:07:48.800Z] 5bf9c9fe23f2: Pushed [2023-08-14T17:07:48.800Z] d2d9d24a8c2a: Layer already exists [2023-08-14T17:07:49.081Z] d3065fede933: Pushed [2023-08-14T17:07:54.456Z] 9e89e125113b: Pushed [2023-08-14T17:07:54.456Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:54.795Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:55.124Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-14T17:07:55.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T17:07:55.124Z] 9e89e125113b: Preparing [2023-08-14T17:07:55.124Z] 93b3a315fd14: Preparing [2023-08-14T17:07:55.124Z] 5bf9c9fe23f2: Preparing [2023-08-14T17:07:55.124Z] 8a0493f1bb4a: Preparing [2023-08-14T17:07:55.124Z] d3065fede933: Preparing [2023-08-14T17:07:55.124Z] d2d9d24a8c2a: Preparing [2023-08-14T17:07:55.124Z] d2d9d24a8c2a: Waiting [2023-08-14T17:07:55.124Z] 8a0493f1bb4a: Layer already exists [2023-08-14T17:07:55.124Z] d3065fede933: Layer already exists [2023-08-14T17:07:55.124Z] 93b3a315fd14: Layer already exists [2023-08-14T17:07:55.124Z] 9e89e125113b: Layer already exists [2023-08-14T17:07:55.124Z] 5bf9c9fe23f2: Layer already exists [2023-08-14T17:07:55.124Z] d2d9d24a8c2a: Layer already exists [2023-08-14T17:07:55.124Z] latest: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:55.723Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:56.054Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.30 [2023-08-14T17:07:56.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T17:07:56.054Z] 9e89e125113b: Preparing [2023-08-14T17:07:56.054Z] 93b3a315fd14: Preparing [2023-08-14T17:07:56.054Z] 5bf9c9fe23f2: Preparing [2023-08-14T17:07:56.054Z] 8a0493f1bb4a: Preparing [2023-08-14T17:07:56.054Z] d3065fede933: Preparing [2023-08-14T17:07:56.054Z] d2d9d24a8c2a: Preparing [2023-08-14T17:07:56.054Z] d2d9d24a8c2a: Waiting [2023-08-14T17:07:56.054Z] 5bf9c9fe23f2: Layer already exists [2023-08-14T17:07:56.054Z] 93b3a315fd14: Layer already exists [2023-08-14T17:07:56.054Z] 8a0493f1bb4a: Layer already exists [2023-08-14T17:07:56.054Z] d3065fede933: Layer already exists [2023-08-14T17:07:56.054Z] 9e89e125113b: Layer already exists [2023-08-14T17:07:56.054Z] d2d9d24a8c2a: Layer already exists [2023-08-14T17:07:56.054Z] 3.1.0-dev.30: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:56.398Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:56.727Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [2023-08-14T17:07:56.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T17:07:56.727Z] 9e89e125113b: Preparing [2023-08-14T17:07:56.727Z] 93b3a315fd14: Preparing [2023-08-14T17:07:56.727Z] 5bf9c9fe23f2: Preparing [2023-08-14T17:07:56.727Z] 8a0493f1bb4a: Preparing [2023-08-14T17:07:56.727Z] d3065fede933: Preparing [2023-08-14T17:07:56.727Z] d2d9d24a8c2a: Preparing [2023-08-14T17:07:56.727Z] d2d9d24a8c2a: Waiting [2023-08-14T17:07:56.727Z] 5bf9c9fe23f2: Layer already exists [2023-08-14T17:07:56.727Z] d3065fede933: Layer already exists [2023-08-14T17:07:56.727Z] 8a0493f1bb4a: Layer already exists [2023-08-14T17:07:56.727Z] 93b3a315fd14: Layer already exists [2023-08-14T17:07:56.727Z] 9e89e125113b: Layer already exists [2023-08-14T17:07:56.727Z] d2d9d24a8c2a: Layer already exists [2023-08-14T17:07:56.727Z] eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:57.063Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:57.405Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-08-14T17:07:57.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T17:07:57.405Z] 9e89e125113b: Preparing [2023-08-14T17:07:57.405Z] 93b3a315fd14: Preparing [2023-08-14T17:07:57.405Z] 5bf9c9fe23f2: Preparing [2023-08-14T17:07:57.405Z] 8a0493f1bb4a: Preparing [2023-08-14T17:07:57.405Z] d3065fede933: Preparing [2023-08-14T17:07:57.405Z] d2d9d24a8c2a: Preparing [2023-08-14T17:07:57.405Z] d2d9d24a8c2a: Waiting [2023-08-14T17:07:57.405Z] 9e89e125113b: Layer already exists [2023-08-14T17:07:57.405Z] 8a0493f1bb4a: Layer already exists [2023-08-14T17:07:57.405Z] 93b3a315fd14: Layer already exists [2023-08-14T17:07:57.405Z] d3065fede933: Layer already exists [2023-08-14T17:07:57.405Z] 5bf9c9fe23f2: Layer already exists [2023-08-14T17:07:57.405Z] d2d9d24a8c2a: Layer already exists [2023-08-14T17:07:57.405Z] main: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T17:07:57.463Z] ===================================================== [Pipeline] echo [2023-08-14T17:07:57.470Z] taggedImages: [2023-08-14T17:07:57.470Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [2023-08-14T17:07:57.470Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-14T17:07:57.470Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.30 [2023-08-14T17:07:57.470Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [2023-08-14T17:07:57.470Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:57.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T17:07:57.820Z] [2023-08-14T17:07:57.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:07:58.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T17:07:58.151Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-14T17:07:58.151Z] 8998bd30e6a1: Pulling fs layer [2023-08-14T17:07:58.151Z] 04944245beec: Pulling fs layer [2023-08-14T17:07:58.151Z] 699f458cf7ca: Pulling fs layer [2023-08-14T17:07:58.151Z] 765212b225bb: Pulling fs layer [2023-08-14T17:07:58.151Z] f23df028b6ca: Pulling fs layer [2023-08-14T17:07:58.151Z] d65c8cfc05b1: Pulling fs layer [2023-08-14T17:07:58.151Z] 2437ff75d9bd: Pulling fs layer [2023-08-14T17:07:58.151Z] 765212b225bb: Waiting [2023-08-14T17:07:58.151Z] f23df028b6ca: Waiting [2023-08-14T17:07:58.151Z] d65c8cfc05b1: Waiting [2023-08-14T17:07:58.151Z] 2437ff75d9bd: Waiting [2023-08-14T17:07:58.419Z] 04944245beec: Verifying Checksum [2023-08-14T17:07:58.419Z] 04944245beec: Download complete [2023-08-14T17:07:58.419Z] 765212b225bb: Verifying Checksum [2023-08-14T17:07:58.419Z] 765212b225bb: Download complete [2023-08-14T17:07:58.419Z] f23df028b6ca: Verifying Checksum [2023-08-14T17:07:58.419Z] f23df028b6ca: Download complete [2023-08-14T17:07:58.419Z] d65c8cfc05b1: Verifying Checksum [2023-08-14T17:07:58.419Z] d65c8cfc05b1: Download complete [2023-08-14T17:07:58.419Z] 699f458cf7ca: Verifying Checksum [2023-08-14T17:07:58.419Z] 699f458cf7ca: Download complete [2023-08-14T17:07:59.005Z] 8998bd30e6a1: Verifying Checksum [2023-08-14T17:07:59.005Z] 8998bd30e6a1: Download complete [2023-08-14T17:08:00.947Z] 2437ff75d9bd: Verifying Checksum [2023-08-14T17:08:00.947Z] 2437ff75d9bd: Download complete [2023-08-14T17:08:02.890Z] 8998bd30e6a1: Pull complete [2023-08-14T17:08:03.157Z] 04944245beec: Pull complete [2023-08-14T17:08:04.559Z] 699f458cf7ca: Pull complete [2023-08-14T17:08:04.825Z] 765212b225bb: Pull complete [2023-08-14T17:08:08.154Z] f23df028b6ca: Pull complete [2023-08-14T17:08:08.427Z] d65c8cfc05b1: Pull complete [2023-08-14T17:08:23.423Z] 2437ff75d9bd: Pull complete [2023-08-14T17:08:23.423Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-14T17:08:23.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T17:08:23.423Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T17:08:23.603Z] prd-ubuntu20.04-docker-arm64-4c-16g-3545 does not seem to be running inside a container [2023-08-14T17:08:23.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-record-replay/33 -v /w/workspace/app-record-replay/33:/w/workspace/app-record-replay/33:rw,z -v /w/workspace/app-record-replay/33@tmp:/w/workspace/app-record-replay/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-14T17:08:26.081Z] $ docker top 8f24fc31f512ce73f72048de04d60d570416b78160c9880b2ab5ccee18f852a1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:08:26.601Z] ---> job-cost.sh [2023-08-14T17:08:26.866Z] lf-activate-venv: SKIPPING [2023-08-14T17:08:26.866Z] INFO: No Stack... [2023-08-14T17:08:27.445Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-14T17:08:28.021Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T17:08:28.333Z] + cat /w/workspace/app-record-replay/33/archives/cost.csv [2023-08-14T17:08:28.333Z] + cut -d, -f6 [Pipeline] lock [2023-08-14T17:08:28.395Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [2023-08-14T17:08:28.402Z] Resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] did not exist. Created. [2023-08-14T17:08:28.402Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T17:08:28.735Z] /w/workspace/app-record-replay/33@tmp/durable-3180319d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-14T17:08:29.329Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-14T17:08:29.354Z] Warning: overwriting stash ‘stack-cost’ [2023-08-14T17:08:29.399Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T17:08:29.411Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T17:08:29.429Z] $ docker stop --time=1 8f24fc31f512ce73f72048de04d60d570416b78160c9880b2ab5ccee18f852a1 [2023-08-14T17:08:30.901Z] $ docker rm -f --volumes 8f24fc31f512ce73f72048de04d60d570416b78160c9880b2ab5ccee18f852a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-08-14T17:08:31.278Z] provisioning config files... [2023-08-14T17:08:31.284Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #33 [2023-08-14T17:08:31.286Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17840963535543804342tmp [Pipeline] { [Pipeline] sh [2023-08-14T17:08:31.576Z] + set +x [2023-08-14T17:08:31.576Z] + curl -s https://codecov.io/bash [2023-08-14T17:08:31.576Z] + bash -s -- [2023-08-14T17:08:31.576Z] [2023-08-14T17:08:31.576Z] _____ _ [2023-08-14T17:08:31.576Z] / ____| | | [2023-08-14T17:08:31.576Z] | | ___ __| | ___ ___ _____ __ [2023-08-14T17:08:31.576Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-14T17:08:31.576Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-14T17:08:31.576Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-14T17:08:31.576Z] Bash-1.0.6 [2023-08-14T17:08:31.576Z] [2023-08-14T17:08:31.576Z] [2023-08-14T17:08:31.576Z] ==> git version 2.25.1 found [2023-08-14T17:08:31.576Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-08-14T17:08:31.576Z] Release-Date: 2020-01-08 [2023-08-14T17:08:31.576Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-14T17:08:31.576Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-14T17:08:31.576Z] ==> Jenkins CI detected. [2023-08-14T17:08:31.576Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-08-14T17:08:31.576Z] project root: . [2023-08-14T17:08:31.576Z] --> token set from env [2023-08-14T17:08:31.576Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-14T17:08:31.576Z] ==> Running gcov in . (disable via -X gcov) [2023-08-14T17:08:31.576Z] ==> Python coveragepy not found [2023-08-14T17:08:31.576Z] ==> Searching for coverage reports in: [2023-08-14T17:08:31.576Z] + . [2023-08-14T17:08:31.576Z] -> Found 1 reports [2023-08-14T17:08:31.576Z] ==> Detecting git/mercurial file structure [2023-08-14T17:08:31.576Z] ==> Reading reports [2023-08-14T17:08:31.576Z] + ./coverage.out bytes=16060 [2023-08-14T17:08:31.576Z] ==> Appending adjustments [2023-08-14T17:08:31.576Z] https://docs.codecov.io/docs/fixing-reports [2023-08-14T17:08:31.836Z] + Found adjustments [2023-08-14T17:08:31.836Z] ==> Gzipping contents [2023-08-14T17:08:31.836Z] 4.0K /tmp/codecov.PMhwzh.gz [2023-08-14T17:08:31.836Z] ==> Uploading reports [2023-08-14T17:08:31.836Z] url: https://codecov.io [2023-08-14T17:08:31.836Z] query: branch=main&commit=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T17:08:31.836Z] -> Pinging Codecov [2023-08-14T17:08:31.836Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T17:08:31.836Z] Invalid request parameters [2023-08-14T17:08:31.836Z] 400 [Pipeline] } [2023-08-14T17:08:31.843Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-14T17:08:31.942Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-14T17:08:31.954Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:08:32.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T17:08:32.252Z] [2023-08-14T17:08:32.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:08:32.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T17:08:32.547Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-14T17:08:32.547Z] df9b9388f04a: Pulling fs layer [2023-08-14T17:08:32.547Z] 52dc419b0ee2: Pulling fs layer [2023-08-14T17:08:32.547Z] 25bc292e5bac: Pulling fs layer [2023-08-14T17:08:32.547Z] 114826534d7a: Pulling fs layer [2023-08-14T17:08:32.547Z] 4657fd5d0bcf: Pulling fs layer [2023-08-14T17:08:32.547Z] 6ad1cebc031e: Pulling fs layer [2023-08-14T17:08:32.547Z] 8a3aa393b2d8: Pulling fs layer [2023-08-14T17:08:32.547Z] 114826534d7a: Waiting [2023-08-14T17:08:32.547Z] 4657fd5d0bcf: Waiting [2023-08-14T17:08:32.547Z] 6ad1cebc031e: Waiting [2023-08-14T17:08:32.547Z] 8a3aa393b2d8: Waiting [2023-08-14T17:08:32.547Z] 25bc292e5bac: Verifying Checksum [2023-08-14T17:08:32.547Z] 25bc292e5bac: Download complete [2023-08-14T17:08:32.547Z] 52dc419b0ee2: Verifying Checksum [2023-08-14T17:08:32.547Z] 52dc419b0ee2: Download complete [2023-08-14T17:08:32.547Z] 4657fd5d0bcf: Verifying Checksum [2023-08-14T17:08:32.547Z] 4657fd5d0bcf: Download complete [2023-08-14T17:08:32.547Z] df9b9388f04a: Download complete [2023-08-14T17:08:32.806Z] df9b9388f04a: Pull complete [2023-08-14T17:08:32.806Z] 52dc419b0ee2: Pull complete [2023-08-14T17:08:32.806Z] 6ad1cebc031e: Verifying Checksum [2023-08-14T17:08:32.806Z] 6ad1cebc031e: Download complete [2023-08-14T17:08:32.806Z] 25bc292e5bac: Pull complete [2023-08-14T17:08:33.371Z] 114826534d7a: Verifying Checksum [2023-08-14T17:08:33.371Z] 114826534d7a: Download complete [2023-08-14T17:08:33.627Z] 8a3aa393b2d8: Verifying Checksum [2023-08-14T17:08:33.627Z] 8a3aa393b2d8: Download complete [2023-08-14T17:08:36.902Z] 114826534d7a: Pull complete [2023-08-14T17:08:36.902Z] 4657fd5d0bcf: Pull complete [2023-08-14T17:08:36.902Z] 6ad1cebc031e: Pull complete [2023-08-14T17:08:39.427Z] 8a3aa393b2d8: Pull complete [2023-08-14T17:08:39.427Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-14T17:08:39.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T17:08:39.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T17:08:39.503Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T17:08:39.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T17:08:43.644Z] $ docker top 2b805684fdb551c2819ae2d83532af1529d1af0802e0be139f55d5b3458e2bb9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T17:08:43.708Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-08-14T17:08:43.986Z] + set -o pipefail [2023-08-14T17:08:43.987Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-08-14T17:08:49.252Z] [2023-08-14T17:08:49.252Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-08-14T17:08:49.252Z] [2023-08-14T17:08:49.252Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/58a69bf2-7f45-472e-a86d-a6390a11a480 [2023-08-14T17:08:49.252Z] [2023-08-14T17:08:49.252Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-14T17:08:49.252Z] [2023-08-14T17:08:49.252Z] [2023-08-14T17:08:49.252Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-14T17:08:49.252Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-14T17:08:49.252Z] More details here: https://snyk.co/ue1NS [2023-08-14T17:08:49.252Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-08-14T17:08:49.252Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-08-14T17:08:49.262Z] $ docker stop --time=1 2b805684fdb551c2819ae2d83532af1529d1af0802e0be139f55d5b3458e2bb9 [2023-08-14T17:08:52.482Z] $ docker rm -f --volumes 2b805684fdb551c2819ae2d83532af1529d1af0802e0be139f55d5b3458e2bb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T17:08:53.151Z] + git log --format=format:%s -1 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] sh [2023-08-14T17:08:53.445Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T17:08:53.446Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:08:53.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T17:08:53.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T17:08:53.810Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T17:08:53.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T17:08:54.258Z] $ docker top 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 -eo pid,comm [2023-08-14T17:08:54.303Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-14T17:08:54.304Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T17:08:54.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T17:08:54.339Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T17:08:54.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T17:08:54.456Z] $ docker exec 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 ssh-agent [2023-08-14T17:08:54.563Z] SSH_AUTH_SOCK=/tmp/ssh-diEgrUV1w7Uo/agent.34 [2023-08-14T17:08:54.563Z] SSH_AGENT_PID=40 [2023-08-14T17:08:54.566Z] Running ssh-add (command line suppressed) [2023-08-14T17:08:54.659Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398628429335063055.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398628429335063055.key) [2023-08-14T17:08:54.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T17:08:54.957Z] + git semver tag [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,127 [run_tag] DEBUG tag force:False [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,127 [check_head_tag] DEBUG check head tag [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,128 [execute] INFO git cat-file --batch-check [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,128 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,132 [execute] INFO git cat-file --batch [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,132 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,143 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,143 [execute] INFO git tag -a v3.1.0-dev.30 -m v3.1.0-dev.30 [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,143 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.30', '-m', 'v3.1.0-dev.30'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-14T17:08:55.216Z] 2023-08-14 17:08:55,147 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T17:08:55.216Z] 3.1.0-dev.30 [Pipeline] } [2023-08-14T17:08:55.224Z] $ docker exec --env ******** --env ******** 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 ssh-agent -k [2023-08-14T17:08:55.317Z] unset SSH_AUTH_SOCK; [2023-08-14T17:08:55.317Z] unset SSH_AGENT_PID; [2023-08-14T17:08:55.317Z] echo Agent pid 40 killed; [2023-08-14T17:08:55.326Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T17:08:55.632Z] + git semver [Pipeline] } [2023-08-14T17:08:55.902Z] $ docker stop --time=1 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 [2023-08-14T17:08:57.150Z] $ docker rm -f --volumes 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:08:57.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T17:08:57.535Z] [2023-08-14T17:08:57.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:08:57.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T17:08:57.838Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-14T17:08:57.838Z] ab5ef0e58194: Pulling fs layer [2023-08-14T17:08:57.838Z] 9712f1f96733: Pulling fs layer [2023-08-14T17:08:57.838Z] 63f879dbbcfc: Pulling fs layer [2023-08-14T17:08:57.838Z] 0d9ebad4ef96: Pulling fs layer [2023-08-14T17:08:57.838Z] e9a5061849ea: Pulling fs layer [2023-08-14T17:08:57.838Z] d747dcd14b5f: Pulling fs layer [2023-08-14T17:08:57.838Z] 2de7ff778b66: Pulling fs layer [2023-08-14T17:08:57.838Z] e9a5061849ea: Waiting [2023-08-14T17:08:57.838Z] d747dcd14b5f: Waiting [2023-08-14T17:08:57.838Z] 2de7ff778b66: Waiting [2023-08-14T17:08:57.838Z] 0d9ebad4ef96: Waiting [2023-08-14T17:08:57.838Z] 9712f1f96733: Download complete [2023-08-14T17:08:58.096Z] 63f879dbbcfc: Verifying Checksum [2023-08-14T17:08:58.096Z] 63f879dbbcfc: Download complete [2023-08-14T17:08:58.353Z] 0d9ebad4ef96: Verifying Checksum [2023-08-14T17:08:58.353Z] 0d9ebad4ef96: Download complete [2023-08-14T17:08:58.353Z] e9a5061849ea: Verifying Checksum [2023-08-14T17:08:58.353Z] e9a5061849ea: Download complete [2023-08-14T17:08:58.353Z] d747dcd14b5f: Download complete [2023-08-14T17:08:58.353Z] ab5ef0e58194: Verifying Checksum [2023-08-14T17:08:58.353Z] ab5ef0e58194: Download complete [2023-08-14T17:08:58.610Z] 2de7ff778b66: Verifying Checksum [2023-08-14T17:08:58.610Z] 2de7ff778b66: Download complete [2023-08-14T17:09:01.135Z] ab5ef0e58194: Pull complete [2023-08-14T17:09:01.135Z] 9712f1f96733: Pull complete [2023-08-14T17:09:01.392Z] 63f879dbbcfc: Pull complete [2023-08-14T17:09:04.675Z] 0d9ebad4ef96: Pull complete [2023-08-14T17:09:04.933Z] e9a5061849ea: Pull complete [2023-08-14T17:09:05.191Z] d747dcd14b5f: Pull complete [2023-08-14T17:09:06.126Z] 2de7ff778b66: Pull complete [2023-08-14T17:09:06.126Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-14T17:09:06.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T17:09:06.126Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T17:09:06.212Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T17:09:06.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T17:09:10.804Z] $ docker top e3e0523407bf45adf8ddd32efe2a9f625b86738ed1bb879750156f605342055a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-14T17:09:10.870Z] provisioning config files... [2023-08-14T17:09:10.875Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17310706271042177821tmp [2023-08-14T17:09:10.885Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18413282093636601201tmp [2023-08-14T17:09:10.896Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config669052014988631308tmp [Pipeline] { [Pipeline] echo [2023-08-14T17:09:10.914Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:11.195Z] ---> sigul-configuration.sh [2023-08-14T17:09:11.195Z] gpg: directory `/root/.gnupg' created [2023-08-14T17:09:11.195Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-14T17:09:11.195Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-14T17:09:11.195Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-14T17:09:11.195Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-14T17:09:11.195Z] gpg: CAST5 encrypted data [2023-08-14T17:09:11.195Z] gpg: encrypted with 1 passphrase [2023-08-14T17:09:11.195Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-14T17:09:11.483Z] + mkdir /home/jenkins [2023-08-14T17:09:11.483Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-14T17:09:11.769Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-08-14T17:09:11.777Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:12.063Z] ---> sigul-install.sh [2023-08-14T17:09:12.063Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-14T17:09:12.347Z] + git tag --list [2023-08-14T17:09:12.347Z] v3.1.0-dev.0 [2023-08-14T17:09:12.347Z] v3.1.0-dev.1 [2023-08-14T17:09:12.347Z] v3.1.0-dev.10 [2023-08-14T17:09:12.347Z] v3.1.0-dev.11 [2023-08-14T17:09:12.347Z] v3.1.0-dev.12 [2023-08-14T17:09:12.347Z] v3.1.0-dev.13 [2023-08-14T17:09:12.347Z] v3.1.0-dev.14 [2023-08-14T17:09:12.347Z] v3.1.0-dev.15 [2023-08-14T17:09:12.347Z] v3.1.0-dev.16 [2023-08-14T17:09:12.347Z] v3.1.0-dev.17 [2023-08-14T17:09:12.347Z] v3.1.0-dev.18 [2023-08-14T17:09:12.347Z] v3.1.0-dev.19 [2023-08-14T17:09:12.347Z] v3.1.0-dev.2 [2023-08-14T17:09:12.347Z] v3.1.0-dev.20 [2023-08-14T17:09:12.347Z] v3.1.0-dev.21 [2023-08-14T17:09:12.347Z] v3.1.0-dev.22 [2023-08-14T17:09:12.347Z] v3.1.0-dev.23 [2023-08-14T17:09:12.347Z] v3.1.0-dev.24 [2023-08-14T17:09:12.347Z] v3.1.0-dev.25 [2023-08-14T17:09:12.347Z] v3.1.0-dev.26 [2023-08-14T17:09:12.347Z] v3.1.0-dev.27 [2023-08-14T17:09:12.347Z] v3.1.0-dev.28 [2023-08-14T17:09:12.347Z] v3.1.0-dev.29 [2023-08-14T17:09:12.347Z] v3.1.0-dev.3 [2023-08-14T17:09:12.347Z] v3.1.0-dev.30 [2023-08-14T17:09:12.347Z] v3.1.0-dev.4 [2023-08-14T17:09:12.347Z] v3.1.0-dev.5 [2023-08-14T17:09:12.347Z] v3.1.0-dev.6 [2023-08-14T17:09:12.347Z] v3.1.0-dev.7 [2023-08-14T17:09:12.347Z] v3.1.0-dev.8 [2023-08-14T17:09:12.347Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-14T17:09:12.634Z] + lftools sign git-tag v3.1.0-dev.30 [2023-08-14T17:09:13.202Z] Signing Git tag with Sigul... [2023-08-14T17:09:13.202Z] Signing v3.1.0-dev.30 [Pipeline] echo [2023-08-14T17:09:13.778Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:14.061Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-14T17:09:14.068Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-14T17:09:14.086Z] $ docker stop --time=1 e3e0523407bf45adf8ddd32efe2a9f625b86738ed1bb879750156f605342055a [2023-08-14T17:09:15.360Z] $ docker rm -f --volumes e3e0523407bf45adf8ddd32efe2a9f625b86738ed1bb879750156f605342055a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-14T17:09:15.780Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T17:09:15.780Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:09:16.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T17:09:16.076Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T17:09:16.144Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T17:09:16.172Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T17:09:16.479Z] $ docker top 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f -eo pid,comm [2023-08-14T17:09:16.528Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-14T17:09:16.528Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T17:09:16.565Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T17:09:16.565Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T17:09:16.678Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T17:09:16.680Z] $ docker exec 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f ssh-agent [2023-08-14T17:09:16.781Z] SSH_AUTH_SOCK=/tmp/ssh-oXiCMRrRincX/agent.32 [2023-08-14T17:09:16.781Z] SSH_AGENT_PID=38 [2023-08-14T17:09:16.786Z] Running ssh-add (command line suppressed) [2023-08-14T17:09:16.884Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4463844777142585277.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4463844777142585277.key) [2023-08-14T17:09:16.897Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T17:09:17.183Z] + git semver bump pre [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,341 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,341 [bump_version] DEBUG bumping version:3.1.0-dev.30 on axis:pre with prefix:dev [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,341 [bump_version] DEBUG bumped version:3.1.0-dev.31 [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,341 [write_version] DEBUG write version:3.1.0-dev.31 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,341 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,341 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,343 [execute] INFO git cat-file --batch-check [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,343 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,348 [execute] INFO git cat-file --batch [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,348 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T17:09:17.442Z] 2023-08-14 17:09:17,352 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T17:09:17.442Z] 3.1.0-dev.31 [Pipeline] } [2023-08-14T17:09:17.452Z] $ docker exec --env ******** --env ******** 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f ssh-agent -k [2023-08-14T17:09:17.555Z] unset SSH_AUTH_SOCK; [2023-08-14T17:09:17.555Z] unset SSH_AGENT_PID; [2023-08-14T17:09:17.555Z] echo Agent pid 38 killed; [2023-08-14T17:09:17.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T17:09:17.864Z] + git semver [Pipeline] } [2023-08-14T17:09:18.136Z] $ docker stop --time=1 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f [2023-08-14T17:09:19.407Z] $ docker rm -f --volumes 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T17:09:19.749Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T17:09:19.749Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:09:20.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T17:09:20.052Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T17:09:20.121Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T17:09:20.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-08-14T17:09:20.552Z] $ docker top 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 -eo pid,comm [2023-08-14T17:09:20.602Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-14T17:09:20.602Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T17:09:20.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T17:09:20.632Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T17:09:20.755Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T17:09:20.757Z] $ docker exec 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 ssh-agent [2023-08-14T17:09:20.873Z] SSH_AUTH_SOCK=/tmp/ssh-qwNTNq6A1c7N/agent.31 [2023-08-14T17:09:20.873Z] SSH_AGENT_PID=37 [2023-08-14T17:09:20.878Z] Running ssh-add (command line suppressed) [2023-08-14T17:09:20.973Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7652893847913914806.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7652893847913914806.key) [2023-08-14T17:09:20.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T17:09:21.275Z] + git semver push [2023-08-14T17:09:21.535Z] 2023-08-14 17:09:21,443 [run_push] DEBUG push [2023-08-14T17:09:21.535Z] 2023-08-14 17:09:21,444 [execute] INFO git cat-file --batch-check [2023-08-14T17:09:21.535Z] 2023-08-14 17:09:21,444 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T17:09:21.535Z] 2023-08-14 17:09:21,448 [execute] INFO git rev-list 24c1083743a8ca3c8ec0b5d0f7ea496f144b9435 -- [2023-08-14T17:09:21.535Z] 2023-08-14 17:09:21,448 [execute] DEBUG Popen(['git', 'rev-list', '24c1083743a8ca3c8ec0b5d0f7ea496f144b9435', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-14T17:09:21.535Z] 2023-08-14 17:09:21,453 [execute] INFO git fetch -v origin [2023-08-14T17:09:21.535Z] 2023-08-14 17:09:21,454 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-14T17:09:22.102Z] 2023-08-14 17:09:21,938 [run_push] DEBUG no remote changes detected [2023-08-14T17:09:22.102Z] 2023-08-14 17:09:21,939 [execute] INFO git push origin semver [2023-08-14T17:09:22.102Z] 2023-08-14 17:09:21,939 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-14T17:09:23.038Z] 2023-08-14 17:09:22,928 [run_push] DEBUG push all version tags [2023-08-14T17:09:23.038Z] 2023-08-14 17:09:22,929 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-14T17:09:23.038Z] 2023-08-14 17:09:22,929 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-14T17:09:23.974Z] 2023-08-14 17:09:23,727 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T17:09:23.974Z] 3.1.0-dev.31 [Pipeline] } [2023-08-14T17:09:23.983Z] $ docker exec --env ******** --env ******** 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 ssh-agent -k [2023-08-14T17:09:24.079Z] unset SSH_AUTH_SOCK; [2023-08-14T17:09:24.080Z] unset SSH_AGENT_PID; [2023-08-14T17:09:24.080Z] echo Agent pid 37 killed; [2023-08-14T17:09:24.091Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T17:09:24.447Z] + git semver [Pipeline] } [2023-08-14T17:09:24.743Z] $ docker stop --time=1 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 [2023-08-14T17:09:25.984Z] $ docker rm -f --volumes 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-08-14T17:09:26.549Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-08-14T17:09:26.549Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-14T17:09:26.549Z] total 16 [2023-08-14T17:09:26.549Z] drwxr-xr-x 3 root root 4096 Aug 14 16:55 . [2023-08-14T17:09:26.549Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 17:09 .. [2023-08-14T17:09:26.549Z] drwxr-xr-x 2 root root 4096 Aug 14 16:55 cost [2023-08-14T17:09:26.549Z] -rw-r--r-- 1 root root 88 Aug 14 16:55 cost.csv [2023-08-14T17:09:26.549Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-14T17:09:26.549Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-14T17:09:26.549Z] total 16 [2023-08-14T17:09:26.549Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 16:55 . [2023-08-14T17:09:26.549Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 17:09 .. [2023-08-14T17:09:26.549Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 14 16:55 cost [2023-08-14T17:09:26.549Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 14 16:55 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:26.837Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:27.690Z] ---> package-listing.sh [2023-08-14T17:09:27.690Z] ++ facter osfamily [2023-08-14T17:09:27.690Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-14T17:09:27.949Z] + OS_FAMILY=debian [2023-08-14T17:09:27.949Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-08-14T17:09:27.949Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-14T17:09:27.949Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-14T17:09:27.949Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-14T17:09:27.949Z] + PACKAGES=/tmp/packages_start.txt [2023-08-14T17:09:27.949Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-14T17:09:27.949Z] + PACKAGES=/tmp/packages_end.txt [2023-08-14T17:09:27.949Z] + case "${OS_FAMILY}" in [2023-08-14T17:09:27.949Z] + dpkg -l [2023-08-14T17:09:27.949Z] + grep '^ii' [2023-08-14T17:09:27.949Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-14T17:09:27.949Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-14T17:09:27.949Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-14T17:09:27.949Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-14T17:09:27.949Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-08-14T17:09:27.949Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2023-08-14T17:09:27.960Z] 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/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-14T17:09:28.236Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T17:09:28.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T17:09:28.797Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T17:09:28.871Z] prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container [2023-08-14T17:09:28.902Z] $ 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/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-14T17:09:29.086Z] $ docker top dd4ee1a336fd1b5835e59f5fab45bb71763e040b15f46627f9eca37baeda0d80 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T17:09:29.430Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-14T17:09:29.716Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-14T17:09:30.002Z] + ls /var/log/sa-host [2023-08-14T17:09:30.002Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T17:09:30.061Z] provisioning config files... [2023-08-14T17:09:30.069Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10206052145531931371tmp [Pipeline] { [Pipeline] echo [2023-08-14T17:09:30.080Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:30.360Z] ---> create-netrc.sh [Pipeline] } [2023-08-14T17:09:30.368Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:30.692Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-14T17:09:30.700Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:30.980Z] ---> sudo-logs.sh [2023-08-14T17:09:30.980Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-14T17:09:31.000Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:31.280Z] ---> job-cost.sh [2023-08-14T17:09:31.280Z] lf-activate-venv: SKIPPING [2023-08-14T17:09:31.280Z] DEBUG: total: 0.2199999988079071 [2023-08-14T17:09:31.280Z] INFO: Retrieving Stack Cost... [2023-08-14T17:09:31.539Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T17:09:32.105Z] INFO: Archiving Costs [Pipeline] echo [2023-08-14T17:09:32.114Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T17:09:32.393Z] ---> logs-deploy.sh [2023-08-14T17:09:32.393Z] lf-activate-venv: SKIPPING [2023-08-14T17:09:32.393Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/33 [2023-08-14T17:09:32.393Z] INFO: archiving workspace using pattern(s): [2023-08-14T17:09:33.328Z] Archives upload complete. [2023-08-14T17:09:33.587Z] INFO: archiving logs to Nexus [2023-08-14T17:09:34.156Z] ---> uname -a: [2023-08-14T17:09:34.156Z] Linux prd-ubuntu20-04-docker-8c-8g-3543 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] ---> lscpu: [2023-08-14T17:09:34.156Z] Architecture: x86_64 [2023-08-14T17:09:34.156Z] CPU op-mode(s): 32-bit, 64-bit [2023-08-14T17:09:34.156Z] Byte Order: Little Endian [2023-08-14T17:09:34.156Z] Address sizes: 40 bits physical, 48 bits virtual [2023-08-14T17:09:34.156Z] CPU(s): 8 [2023-08-14T17:09:34.156Z] On-line CPU(s) list: 0-7 [2023-08-14T17:09:34.156Z] Thread(s) per core: 1 [2023-08-14T17:09:34.156Z] Core(s) per socket: 1 [2023-08-14T17:09:34.156Z] Socket(s): 8 [2023-08-14T17:09:34.156Z] NUMA node(s): 1 [2023-08-14T17:09:34.156Z] Vendor ID: AuthenticAMD [2023-08-14T17:09:34.156Z] CPU family: 23 [2023-08-14T17:09:34.156Z] Model: 49 [2023-08-14T17:09:34.156Z] Model name: AMD EPYC-Rome Processor [2023-08-14T17:09:34.156Z] Stepping: 0 [2023-08-14T17:09:34.156Z] CPU MHz: 2799.998 [2023-08-14T17:09:34.156Z] BogoMIPS: 5599.99 [2023-08-14T17:09:34.156Z] Virtualization: AMD-V [2023-08-14T17:09:34.156Z] Hypervisor vendor: KVM [2023-08-14T17:09:34.156Z] Virtualization type: full [2023-08-14T17:09:34.156Z] L1d cache: 256 KiB [2023-08-14T17:09:34.156Z] L1i cache: 256 KiB [2023-08-14T17:09:34.156Z] L2 cache: 4 MiB [2023-08-14T17:09:34.156Z] L3 cache: 128 MiB [2023-08-14T17:09:34.156Z] NUMA node0 CPU(s): 0-7 [2023-08-14T17:09:34.156Z] Vulnerability Itlb multihit: Not affected [2023-08-14T17:09:34.156Z] Vulnerability L1tf: Not affected [2023-08-14T17:09:34.156Z] Vulnerability Mds: Not affected [2023-08-14T17:09:34.156Z] Vulnerability Meltdown: Not affected [2023-08-14T17:09:34.156Z] Vulnerability Mmio stale data: Not affected [2023-08-14T17:09:34.156Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-08-14T17:09:34.156Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-08-14T17:09:34.156Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-08-14T17:09:34.156Z] Vulnerability Srbds: Not affected [2023-08-14T17:09:34.156Z] Vulnerability Tsx async abort: Not affected [2023-08-14T17:09:34.156Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] ---> nproc: [2023-08-14T17:09:34.156Z] 8 [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] ---> df -h: [2023-08-14T17:09:34.156Z] Filesystem Size Used Avail Use% Mounted on [2023-08-14T17:09:34.156Z] overlay 155G 13G 143G 9% / [2023-08-14T17:09:34.156Z] tmpfs 64M 0 64M 0% /dev [2023-08-14T17:09:34.156Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-08-14T17:09:34.156Z] shm 64M 0 64M 0% /dev/shm [2023-08-14T17:09:34.156Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] ---> sar -b -r -n DEV: [2023-08-14T17:09:34.156Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3543) 08/14/23 _x86_64_ (8 CPU) [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] 16:52:14 LINUX RESTART (8 CPU) [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] 16:53:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-08-14T17:09:34.156Z] 16:54:01 212.34 4.58 207.76 0.00 437.76 79704.05 0.00 [2023-08-14T17:09:34.156Z] 16:55:01 83.40 0.18 83.22 0.00 3.07 18522.93 0.00 [2023-08-14T17:09:34.156Z] 16:56:01 121.21 0.12 121.10 0.00 17.20 35106.15 0.00 [2023-08-14T17:09:34.156Z] 16:57:01 2.23 0.00 2.23 0.00 0.00 25.88 0.00 [2023-08-14T17:09:34.156Z] 16:58:01 54.00 11.60 42.40 0.00 5175.87 8845.98 0.00 [2023-08-14T17:09:34.156Z] 16:59:01 6.35 0.02 6.33 0.00 0.13 126.78 0.00 [2023-08-14T17:09:34.156Z] 17:00:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 [2023-08-14T17:09:34.156Z] 17:01:01 1.58 0.00 1.58 0.00 0.00 17.06 0.00 [2023-08-14T17:09:34.156Z] 17:02:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 [2023-08-14T17:09:34.156Z] 17:03:01 2.02 0.00 2.02 0.00 0.00 22.26 0.00 [2023-08-14T17:09:34.156Z] 17:04:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 [2023-08-14T17:09:34.156Z] 17:05:01 1.58 0.00 1.58 0.00 0.00 17.20 0.00 [2023-08-14T17:09:34.156Z] 17:06:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 [2023-08-14T17:09:34.156Z] 17:07:01 1.57 0.00 1.57 0.00 0.00 17.06 0.00 [2023-08-14T17:09:34.156Z] 17:08:01 1.87 0.02 1.85 0.00 0.13 25.19 0.00 [2023-08-14T17:09:34.156Z] 17:09:01 66.97 0.30 66.67 0.00 12.00 37719.05 0.00 [2023-08-14T17:09:34.156Z] Average: 34.77 1.05 33.73 0.00 352.84 11190.60 0.00 [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] 16:53:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-08-14T17:09:34.156Z] 16:54:01 28185608 31456496 848056 2.58 145892 3313232 2088480 6.15 1273104 2967428 63028 [2023-08-14T17:09:34.156Z] 16:55:01 27988776 31408632 892668 2.71 150764 3444804 2319624 6.84 1461732 2956384 192592 [2023-08-14T17:09:34.156Z] 16:56:01 27586224 31569912 733272 2.23 161028 3960156 1780452 5.25 1263560 3519680 392 [2023-08-14T17:09:34.156Z] 16:57:01 27586136 31569864 733184 2.23 161052 3960156 1780452 5.25 1263568 3519680 8 [2023-08-14T17:09:34.156Z] 16:58:01 27057228 31550664 732756 2.23 194968 4421248 1804924 5.32 1587916 3688116 1124 [2023-08-14T17:09:34.156Z] 16:59:01 27060900 31549572 733468 2.23 193512 4417992 1794780 5.29 1586344 3684972 12 [2023-08-14T17:09:34.156Z] 17:00:01 27070672 31559384 723580 2.20 193536 4418000 1794780 5.29 1577228 3684980 160 [2023-08-14T17:09:34.156Z] 17:01:01 27070056 31558796 724116 2.20 193560 4418004 1794780 5.29 1577296 3684984 192 [2023-08-14T17:09:34.156Z] 17:02:01 27070324 31559092 723804 2.20 193604 4417996 1794780 5.29 1577008 3684984 8 [2023-08-14T17:09:34.156Z] 17:03:01 27070560 31559380 723408 2.20 193656 4418008 1794780 5.29 1577120 3684988 8 [2023-08-14T17:09:34.156Z] 17:04:01 27070576 31559580 723312 2.20 193672 4418008 1794780 5.29 1577056 3685148 12 [2023-08-14T17:09:34.156Z] 17:05:01 27070172 31559208 723624 2.20 193696 4418012 1794780 5.29 1576956 3685152 12 [2023-08-14T17:09:34.156Z] 17:06:01 27070128 31559240 723796 2.20 193720 4418016 1794780 5.29 1576916 3685212 8 [2023-08-14T17:09:34.156Z] 17:07:01 27070396 31559540 723484 2.20 193732 4418016 1794780 5.29 1576944 3685212 20 [2023-08-14T17:09:34.156Z] 17:08:01 27069728 31559020 724124 2.20 193776 4417996 1822008 5.37 1577068 3685200 20 [2023-08-14T17:09:34.156Z] 17:09:01 25783732 31505624 775020 2.36 212488 5552576 2096084 6.18 1689272 4777744 436752 [2023-08-14T17:09:34.156Z] Average: 27180076 31540250 747604 2.27 185166 4302014 1865315 5.50 1519943 3642492 43397 [2023-08-14T17:09:34.156Z] [2023-08-14T17:09:34.156Z] 16:53:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-08-14T17:09:34.156Z] 16:54:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:54:01 veth7a2cfdb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:54:01 ens3 464.24 299.69 6716.58 45.51 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:54:01 docker0 193.97 290.53 15.64 2405.67 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:55:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:55:01 veth48c35c5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:55:01 ens3 34.60 36.43 63.86 96.40 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:55:01 docker0 1.45 3.23 0.09 42.50 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:56:01 lo 7.73 7.73 0.76 0.76 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:56:01 ens3 157.49 112.38 2668.21 235.50 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:56:01 docker0 1.62 3.78 0.10 45.59 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:57:01 ens3 0.52 0.35 0.26 0.20 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:58:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:58:01 ens3 187.54 84.77 2922.27 6.07 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:59:01 ens3 0.32 0.20 0.02 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:00:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:01:01 ens3 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:02:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:03:01 ens3 0.32 0.22 0.09 0.07 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:04:01 ens3 1.13 0.45 0.50 0.28 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:05:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:06:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:07:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:08:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:09:01 lo 2.07 2.07 0.19 0.19 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:09:01 ens3 360.86 206.83 8170.72 29.59 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] 17:09:01 docker0 58.99 109.13 4.72 1007.31 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] Average: lo 0.92 0.92 0.09 0.09 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] Average: ens3 75.09 46.09 1278.25 25.84 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] Average: docker0 15.82 25.14 1.27 216.53 0.00 0.00 0.00 0.00 [2023-08-14T17:09:34.157Z] [2023-08-14T17:09:34.157Z] [2023-08-14T17:09:34.157Z] ---> sar -P ALL: [2023-08-14T17:09:34.157Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3543) 08/14/23 _x86_64_ (8 CPU) [2023-08-14T17:09:34.157Z] [2023-08-14T17:09:34.157Z] 16:52:14 LINUX RESTART (8 CPU) [2023-08-14T17:09:34.157Z] [2023-08-14T17:09:34.157Z] 16:53:02 CPU %user %nice %system %iowait %steal %idle [2023-08-14T17:09:34.157Z] 16:54:01 all 10.89 0.00 4.23 4.74 0.08 80.07 [2023-08-14T17:09:34.157Z] 16:54:01 0 10.51 0.00 3.98 1.13 0.07 84.32 [2023-08-14T17:09:34.157Z] 16:54:01 1 11.04 0.00 3.48 0.98 0.07 84.43 [2023-08-14T17:09:34.157Z] 16:54:01 2 10.28 0.00 4.90 0.36 0.07 84.39 [2023-08-14T17:09:34.157Z] 16:54:01 3 10.20 0.00 3.96 0.74 0.09 85.02 [2023-08-14T17:09:34.157Z] 16:54:01 4 10.75 0.00 3.77 8.58 0.07 76.83 [2023-08-14T17:09:34.157Z] 16:54:01 5 11.17 0.00 4.62 21.27 0.10 62.83 [2023-08-14T17:09:34.157Z] 16:54:01 6 10.93 0.00 4.21 1.28 0.05 83.52 [2023-08-14T17:09:34.157Z] 16:54:01 7 12.21 0.00 4.89 3.69 0.10 79.11 [2023-08-14T17:09:34.157Z] 16:55:01 all 43.74 0.00 5.89 0.86 0.08 49.43 [2023-08-14T17:09:34.157Z] 16:55:01 0 43.70 0.00 6.06 2.67 0.08 47.48 [2023-08-14T17:09:34.157Z] 16:55:01 1 42.82 0.00 5.81 0.07 0.07 51.24 [2023-08-14T17:09:34.157Z] 16:55:01 2 44.07 0.00 6.04 0.05 0.08 49.76 [2023-08-14T17:09:34.157Z] 16:55:01 3 43.33 0.00 6.00 1.86 0.08 48.72 [2023-08-14T17:09:34.157Z] 16:55:01 4 43.76 0.00 5.81 1.12 0.08 49.23 [2023-08-14T17:09:34.157Z] 16:55:01 5 44.14 0.00 5.84 0.30 0.08 49.64 [2023-08-14T17:09:34.157Z] 16:55:01 6 43.90 0.00 6.02 0.23 0.08 49.76 [2023-08-14T17:09:34.157Z] 16:55:01 7 44.22 0.00 5.54 0.56 0.08 49.60 [2023-08-14T17:09:34.157Z] 16:56:01 all 9.37 0.00 2.40 1.71 0.05 86.48 [2023-08-14T17:09:34.157Z] 16:56:01 0 9.06 0.00 3.05 9.82 0.05 78.02 [2023-08-14T17:09:34.157Z] 16:56:01 1 9.38 0.00 2.59 0.20 0.05 87.78 [2023-08-14T17:09:34.157Z] 16:56:01 2 10.29 0.00 2.11 0.08 0.05 87.47 [2023-08-14T17:09:34.157Z] 16:56:01 3 8.82 0.00 1.78 0.03 0.03 89.34 [2023-08-14T17:09:34.157Z] 16:56:01 4 9.27 0.00 2.18 2.64 0.03 85.88 [2023-08-14T17:09:34.157Z] 16:56:01 5 9.76 0.00 2.30 0.32 0.03 87.59 [2023-08-14T17:09:34.157Z] 16:56:01 6 9.16 0.00 2.34 0.20 0.05 88.25 [2023-08-14T17:09:34.157Z] 16:56:01 7 9.21 0.00 2.84 0.44 0.07 87.44 [2023-08-14T17:09:34.157Z] 16:57:01 all 0.06 0.00 0.01 0.02 0.01 99.90 [2023-08-14T17:09:34.157Z] 16:57:01 0 0.00 0.00 0.00 0.17 0.00 99.83 [2023-08-14T17:09:34.157Z] 16:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-14T17:09:34.157Z] 16:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.157Z] 16:57:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-14T17:09:34.157Z] 16:57:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-08-14T17:09:34.157Z] 16:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-14T17:09:34.157Z] 16:57:01 6 0.08 0.00 0.05 0.00 0.02 99.85 [2023-08-14T17:09:34.157Z] 16:57:01 7 0.33 0.00 0.02 0.00 0.00 99.65 [2023-08-14T17:09:34.157Z] 16:58:01 all 2.48 0.00 1.41 0.59 0.03 95.50 [2023-08-14T17:09:34.157Z] 16:58:01 0 2.68 0.00 0.95 0.43 0.03 95.91 [2023-08-14T17:09:34.157Z] 16:58:01 1 1.62 0.00 1.14 0.20 0.02 97.03 [2023-08-14T17:09:34.157Z] 16:58:01 2 2.41 0.00 0.69 0.05 0.02 96.84 [2023-08-14T17:09:34.157Z] 16:58:01 3 5.30 0.00 2.67 0.74 0.05 91.25 [2023-08-14T17:09:34.157Z] 16:58:01 4 1.74 0.00 1.10 1.59 0.02 95.56 [2023-08-14T17:09:34.157Z] 16:58:01 5 2.78 0.00 1.66 0.82 0.02 94.73 [2023-08-14T17:09:34.157Z] 16:58:01 6 1.05 0.00 0.85 0.53 0.02 97.55 [2023-08-14T17:09:34.157Z] 16:58:01 7 2.28 0.00 2.19 0.40 0.03 95.10 [2023-08-14T17:09:34.157Z] 16:59:01 all 0.32 0.00 0.05 0.03 0.01 99.58 [2023-08-14T17:09:34.157Z] 16:59:01 0 2.00 0.00 0.05 0.00 0.02 97.93 [2023-08-14T17:09:34.157Z] 16:59:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2023-08-14T17:09:34.157Z] 16:59:01 2 0.07 0.00 0.05 0.02 0.00 99.87 [2023-08-14T17:09:34.157Z] 16:59:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2023-08-14T17:09:34.157Z] 16:59:01 4 0.00 0.00 0.03 0.20 0.02 99.75 [2023-08-14T17:09:34.157Z] 16:59:01 5 0.05 0.00 0.07 0.00 0.00 99.88 [2023-08-14T17:09:34.157Z] 16:59:01 6 0.25 0.00 0.10 0.00 0.00 99.65 [2023-08-14T17:09:34.157Z] 16:59:01 7 0.07 0.00 0.05 0.02 0.02 99.85 [2023-08-14T17:09:34.157Z] 17:00:01 all 0.21 0.00 0.01 0.00 0.00 99.77 [2023-08-14T17:09:34.157Z] 17:00:01 0 1.53 0.00 0.03 0.00 0.00 98.43 [2023-08-14T17:09:34.157Z] 17:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.157Z] 17:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-14T17:09:34.157Z] 17:00:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-08-14T17:09:34.157Z] 17:00:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2023-08-14T17:09:34.157Z] 17:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.157Z] 17:00:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2023-08-14T17:09:34.157Z] 17:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.157Z] 17:01:01 all 0.05 0.00 0.01 0.01 0.00 99.93 [2023-08-14T17:09:34.157Z] 17:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-14T17:09:34.157Z] 17:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-14T17:09:34.157Z] 17:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-14T17:09:34.157Z] 17:01:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-14T17:09:34.157Z] 17:01:01 4 0.03 0.00 0.02 0.08 0.00 99.87 [2023-08-14T17:09:34.157Z] 17:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.157Z] 17:01:01 6 0.25 0.00 0.02 0.00 0.00 99.73 [2023-08-14T17:09:34.157Z] 17:01:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2023-08-14T17:09:34.157Z] 17:02:01 all 0.04 0.00 0.01 0.00 0.02 99.93 [2023-08-14T17:09:34.157Z] 17:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-08-14T17:09:34.157Z] 17:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-14T17:09:34.157Z] 17:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:02:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2023-08-14T17:09:34.158Z] 17:02:01 4 0.02 0.00 0.02 0.03 0.02 99.92 [2023-08-14T17:09:34.158Z] 17:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-14T17:09:34.158Z] 17:02:01 6 0.18 0.00 0.03 0.00 0.02 99.77 [2023-08-14T17:09:34.158Z] 17:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-08-14T17:09:34.158Z] 17:03:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2023-08-14T17:09:34.158Z] 17:03:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-08-14T17:09:34.158Z] 17:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-14T17:09:34.158Z] 17:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:03:01 4 0.02 0.00 0.00 0.03 0.02 99.93 [2023-08-14T17:09:34.158Z] 17:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:03:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2023-08-14T17:09:34.158Z] 17:03:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-08-14T17:09:34.158Z] 17:04:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-08-14T17:09:34.158Z] 17:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-08-14T17:09:34.158Z] 17:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-14T17:09:34.158Z] 17:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-08-14T17:09:34.158Z] 17:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:04:01 4 0.05 0.00 0.03 0.07 0.02 99.83 [2023-08-14T17:09:34.158Z] 17:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:04:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2023-08-14T17:09:34.158Z] 17:04:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-08-14T17:09:34.158Z] [2023-08-14T17:09:34.158Z] 17:04:01 CPU %user %nice %system %iowait %steal %idle [2023-08-14T17:09:34.158Z] 17:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-08-14T17:09:34.158Z] 17:05:01 0 0.05 0.00 0.00 0.02 0.02 99.92 [2023-08-14T17:09:34.158Z] 17:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-08-14T17:09:34.158Z] 17:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:05:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-08-14T17:09:34.158Z] 17:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:06:01 all 0.15 0.00 0.01 0.00 0.00 99.83 [2023-08-14T17:09:34.158Z] 17:06:01 0 1.06 0.00 0.02 0.00 0.00 98.92 [2023-08-14T17:09:34.158Z] 17:06:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-08-14T17:09:34.158Z] 17:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-14T17:09:34.158Z] 17:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:06:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-08-14T17:09:34.158Z] 17:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-08-14T17:09:34.158Z] 17:06:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2023-08-14T17:09:34.158Z] 17:07:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2023-08-14T17:09:34.158Z] 17:07:01 0 1.84 0.00 0.05 0.02 0.02 98.08 [2023-08-14T17:09:34.158Z] 17:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-14T17:09:34.158Z] 17:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:07:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2023-08-14T17:09:34.158Z] 17:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-14T17:09:34.158Z] 17:07:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2023-08-14T17:09:34.158Z] 17:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-14T17:09:34.158Z] 17:08:01 all 0.03 0.00 0.03 0.01 0.00 99.94 [2023-08-14T17:09:34.158Z] 17:08:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2023-08-14T17:09:34.158Z] 17:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-08-14T17:09:34.158Z] 17:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-08-14T17:09:34.158Z] 17:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:08:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2023-08-14T17:09:34.158Z] 17:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-14T17:09:34.158Z] 17:08:01 6 0.08 0.00 0.03 0.02 0.02 99.85 [2023-08-14T17:09:34.158Z] 17:08:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2023-08-14T17:09:34.158Z] 17:09:01 all 5.94 0.00 2.31 1.56 0.04 90.16 [2023-08-14T17:09:34.158Z] 17:09:01 0 5.70 0.00 1.82 0.49 0.03 91.96 [2023-08-14T17:09:34.158Z] 17:09:01 1 7.77 0.00 1.81 0.13 0.03 90.25 [2023-08-14T17:09:34.158Z] 17:09:01 2 6.53 0.00 2.27 0.02 0.03 91.15 [2023-08-14T17:09:34.158Z] 17:09:01 3 5.70 0.00 3.62 0.15 0.05 90.48 [2023-08-14T17:09:34.158Z] 17:09:01 4 5.04 0.00 1.78 3.00 0.03 90.15 [2023-08-14T17:09:34.158Z] 17:09:01 5 6.16 0.00 2.39 8.28 0.03 83.14 [2023-08-14T17:09:34.158Z] 17:09:01 6 4.75 0.00 2.72 0.32 0.03 92.18 [2023-08-14T17:09:34.158Z] 17:09:01 7 5.86 0.00 2.09 0.07 0.05 91.93 [2023-08-14T17:09:34.158Z] Average: all 4.57 0.00 1.02 0.59 0.02 93.81 [2023-08-14T17:09:34.158Z] Average: 0 4.86 0.00 0.99 0.91 0.02 93.21 [2023-08-14T17:09:34.158Z] Average: 1 4.53 0.00 0.93 0.10 0.02 94.42 [2023-08-14T17:09:34.158Z] Average: 2 4.58 0.00 1.00 0.04 0.02 94.37 [2023-08-14T17:09:34.158Z] Average: 3 4.57 0.00 1.12 0.22 0.03 94.07 [2023-08-14T17:09:34.158Z] Average: 4 4.40 0.00 0.92 1.08 0.02 93.58 [2023-08-14T17:09:34.158Z] Average: 5 4.60 0.00 1.05 1.89 0.02 92.45 [2023-08-14T17:09:34.158Z] Average: 6 4.40 0.00 1.02 0.16 0.02 94.39 [2023-08-14T17:09:34.158Z] Average: 7 4.60 0.00 1.09 0.32 0.03 93.96 [2023-08-14T17:09:34.158Z] [2023-08-14T17:09:34.158Z] [2023-08-14T17:09:34.158Z]