Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d6e72eb507f604f58fbdb8cd428574af59bed11a 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-ssh18076460467669370869.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh3320553500848791449.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh6996542539933973944.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh13625153914186085304.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-ssh7063549438018740999.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.21 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-27960 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 d6e72eb507f604f58fbdb8cd428574af59bed11a (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#121)" > 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 d6e72eb507f604f58fbdb8cd428574af59bed11a # timeout=10 > git rev-list --no-walk 15ce639f1986b4c1bf0b3a2d15c099de6d035d67 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-01-26T04:08:13.010Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-01-26T04:08:13.099Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-01-26T04:08:13.130Z] ========================================================= [2024-01-26T04:08:13.130Z] EdgeX Global Pipelines Version Info [2024-01-26T04:08:13.130Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:08:13.836Z] ------------------- [2024-01-26T04:08:13.836Z] stable info: [2024-01-26T04:08:13.836Z] ------------------- [2024-01-26T04:08:13.836Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-01-26T04:08:13.836Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-01-26T04:08:13.836Z] Message: update stable to v1.0.258 [2024-01-26T04:08:14.404Z] ------------------- [2024-01-26T04:08:14.404Z] experimental info: [2024-01-26T04:08:14.404Z] ------------------- [2024-01-26T04:08:14.404Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-01-26T04:08:14.404Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-01-26T04:08:14.404Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-01-26T04:08:14.495Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2024-01-26T04:08:14.522Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2024-01-26T04:08:14.552Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-01-26T04:08:14.577Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-01-26T04:08:14.604Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-01-26T04:08:14.633Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-01-26T04:08:14.658Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-01-26T04:08:14.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-01-26T04:08:14.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-01-26T04:08:14.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-01-26T04:08:14.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-01-26T04:08:14.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2024-01-26T04:08:14.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-01-26T04:08:14.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-01-26T04:08:14.892Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-01-26T04:08:14.922Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-01-26T04:08:14.969Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-01-26T04:08:14.996Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-01-26T04:08:15.029Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-01-26T04:08:15.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-01-26T04:08:15.093Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-01-26T04:08:15.126Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-01-26T04:08:15.157Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-01-26T04:08:15.196Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-01-26T04:08:15.232Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-01-26T04:08:15.268Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-01-26T04:08:15.303Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-01-26T04:08:15.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-01-26T04:08:15.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-01-26T04:08:15.425Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-01-26T04:08:15.462Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo [2024-01-26T04:08:15.500Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d6e72eb [Pipeline] echo [2024-01-26T04:08:15.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-01-26T04:08:15.626Z] provisioning config files... [2024-01-26T04:08:15.639Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3975143830562212027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:08:16.022Z] ---> ****-login.sh [2024-01-26T04:08:16.022Z] nexus3.edgexfoundry.org:10001 [2024-01-26T04:08:16.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:16.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:16.281Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:16.281Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:16.281Z] [2024-01-26T04:08:16.281Z] Login Succeeded [2024-01-26T04:08:16.281Z] nexus3.edgexfoundry.org:10002 [2024-01-26T04:08:16.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:16.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:16.281Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:16.281Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:16.281Z] [2024-01-26T04:08:16.281Z] Login Succeeded [2024-01-26T04:08:16.281Z] nexus3.edgexfoundry.org:10003 [2024-01-26T04:08:16.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:16.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:16.540Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:16.540Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:16.540Z] [2024-01-26T04:08:16.540Z] Login Succeeded [2024-01-26T04:08:16.540Z] nexus3.edgexfoundry.org:10004 [2024-01-26T04:08:16.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:16.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:16.540Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:16.540Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:16.540Z] [2024-01-26T04:08:16.540Z] Login Succeeded [2024-01-26T04:08:16.540Z] ****.io [2024-01-26T04:08:16.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:16.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:16.802Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:16.802Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:16.802Z] [2024-01-26T04:08:16.802Z] Login Succeeded [2024-01-26T04:08:16.802Z] ---> ****-login.sh ends [Pipeline] } [2024-01-26T04:08:16.809Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-01-26T04:08:17.297Z] + git rev-list -1 --merges d6e72eb507f604f58fbdb8cd428574af59bed11a~1..d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo [2024-01-26T04:08:17.323Z] -----------> git rev-list -1 --merges d6e72eb507f604f58fbdb8cd428574af59bed11a~1..d6e72eb507f604f58fbdb8cd428574af59bed11a d6e72eb507f604f58fbdb8cd428574af59bed11a [false] [Pipeline] sh [2024-01-26T04:08:17.629Z] + git log --format=format:%s -1 d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo [2024-01-26T04:08:17.645Z] ========================================================= [2024-01-26T04:08:17.645Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-01-26T04:08:17.645Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-01-26T04:08:18.025Z] + git log --format=format:%s -1 d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo [2024-01-26T04:08:18.037Z] [semverPrep] GIT_COMMIT: d6e72eb507f604f58fbdb8cd428574af59bed11a, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#121) [Pipeline] echo [2024-01-26T04:08:18.065Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-01-26T04:08:18.471Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-01-26T04:08:18.471Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-01-26T04:08:18.471Z] + [ -e /tmp/ssh_known_hosts ] [2024-01-26T04:08:18.471Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-01-26T04:08:18.471Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-01-26T04:08:18.471Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-01-26T04:08:18.471Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:08:18.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-26T04:08:18.833Z] [2024-01-26T04:08:18.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:08:19.164Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-26T04:08:19.164Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-01-26T04:08:19.164Z] b85a868b505f: Pulling fs layer [2024-01-26T04:08:19.164Z] e2be974225ed: Pulling fs layer [2024-01-26T04:08:19.164Z] 339a4e72a1f5: Pulling fs layer [2024-01-26T04:08:19.164Z] 988bab9f4d93: Pulling fs layer [2024-01-26T04:08:19.164Z] 1469e6f7b9e6: Pulling fs layer [2024-01-26T04:08:19.164Z] eaf3925da568: Pulling fs layer [2024-01-26T04:08:19.164Z] bab4dde63d76: Pulling fs layer [2024-01-26T04:08:19.164Z] bde34c3a00c8: Pulling fs layer [2024-01-26T04:08:19.164Z] b352a97aabf1: Pulling fs layer [2024-01-26T04:08:19.164Z] 4872d77fe225: Pulling fs layer [2024-01-26T04:08:19.164Z] 5851b861e8e6: Pulling fs layer [2024-01-26T04:08:19.164Z] b352a97aabf1: Waiting [2024-01-26T04:08:19.164Z] bab4dde63d76: Waiting [2024-01-26T04:08:19.164Z] bde34c3a00c8: Waiting [2024-01-26T04:08:19.164Z] 988bab9f4d93: Waiting [2024-01-26T04:08:19.164Z] 4872d77fe225: Waiting [2024-01-26T04:08:19.164Z] 5851b861e8e6: Waiting [2024-01-26T04:08:19.164Z] eaf3925da568: Waiting [2024-01-26T04:08:19.164Z] 1469e6f7b9e6: Waiting [2024-01-26T04:08:19.164Z] e2be974225ed: Download complete [2024-01-26T04:08:19.164Z] 988bab9f4d93: Verifying Checksum [2024-01-26T04:08:19.164Z] 988bab9f4d93: Download complete [2024-01-26T04:08:19.164Z] 1469e6f7b9e6: Verifying Checksum [2024-01-26T04:08:19.164Z] 1469e6f7b9e6: Download complete [2024-01-26T04:08:19.164Z] 339a4e72a1f5: Verifying Checksum [2024-01-26T04:08:19.164Z] 339a4e72a1f5: Download complete [2024-01-26T04:08:19.164Z] eaf3925da568: Verifying Checksum [2024-01-26T04:08:19.164Z] eaf3925da568: Download complete [2024-01-26T04:08:19.164Z] bde34c3a00c8: Verifying Checksum [2024-01-26T04:08:19.164Z] bde34c3a00c8: Download complete [2024-01-26T04:08:19.425Z] b352a97aabf1: Download complete [2024-01-26T04:08:19.425Z] 4872d77fe225: Verifying Checksum [2024-01-26T04:08:19.425Z] 4872d77fe225: Download complete [2024-01-26T04:08:19.425Z] 5851b861e8e6: Verifying Checksum [2024-01-26T04:08:19.425Z] 5851b861e8e6: Download complete [2024-01-26T04:08:19.425Z] b85a868b505f: Verifying Checksum [2024-01-26T04:08:19.425Z] b85a868b505f: Download complete [2024-01-26T04:08:19.685Z] bab4dde63d76: Verifying Checksum [2024-01-26T04:08:19.685Z] bab4dde63d76: Download complete [2024-01-26T04:08:20.625Z] b85a868b505f: Pull complete [2024-01-26T04:08:20.892Z] e2be974225ed: Pull complete [2024-01-26T04:08:21.463Z] 339a4e72a1f5: Pull complete [2024-01-26T04:08:21.463Z] 988bab9f4d93: Pull complete [2024-01-26T04:08:21.723Z] 1469e6f7b9e6: Pull complete [2024-01-26T04:08:21.723Z] eaf3925da568: Pull complete [2024-01-26T04:08:23.629Z] bab4dde63d76: Pull complete [2024-01-26T04:08:23.629Z] bde34c3a00c8: Pull complete [2024-01-26T04:08:23.629Z] b352a97aabf1: Pull complete [2024-01-26T04:08:23.629Z] 4872d77fe225: Pull complete [2024-01-26T04:08:23.889Z] 5851b861e8e6: Pull complete [2024-01-26T04:08:23.889Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-01-26T04:08:23.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-26T04:08:23.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:08:24.071Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:08:24.099Z] $ 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 [2024-01-26T04:08:28.065Z] $ docker top cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 -eo pid,comm [2024-01-26T04:08:28.120Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-01-26T04:08:28.120Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-01-26T04:08:28.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-01-26T04:08:28.218Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-26T04:08:28.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-26T04:08:28.332Z] $ docker exec cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent [2024-01-26T04:08:28.434Z] SSH_AUTH_SOCK=/tmp/ssh-pHU5nDVj62RM/agent.32 [2024-01-26T04:08:28.434Z] SSH_AGENT_PID=38 [2024-01-26T04:08:28.441Z] Running ssh-add (command line suppressed) [2024-01-26T04:08:28.545Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16047605866854841323.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16047605866854841323.key) [2024-01-26T04:08:28.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-26T04:08:28.867Z] + git tag --points-at HEAD [Pipeline] } [2024-01-26T04:08:28.879Z] $ docker exec --env ******** --env ******** cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent -k [2024-01-26T04:08:28.976Z] unset SSH_AUTH_SOCK; [2024-01-26T04:08:28.976Z] unset SSH_AGENT_PID; [2024-01-26T04:08:28.977Z] echo Agent pid 38 killed; [2024-01-26T04:08:28.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-01-26T04:08:29.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-01-26T04:08:29.057Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-26T04:08:29.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-26T04:08:29.160Z] $ docker exec cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent [2024-01-26T04:08:29.255Z] SSH_AUTH_SOCK=/tmp/ssh-crUJXG00DqzG/agent.70 [2024-01-26T04:08:29.255Z] SSH_AGENT_PID=76 [2024-01-26T04:08:29.261Z] Running ssh-add (command line suppressed) [2024-01-26T04:08:29.358Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11312801290087201756.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11312801290087201756.key) [2024-01-26T04:08:29.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-26T04:08:29.679Z] + git semver init [2024-01-26T04:08:29.939Z] 2024-01-26 04:08:29,863 [run_init] DEBUG init version:0.0.0 force:False [2024-01-26T04:08:29.939Z] 2024-01-26 04:08:29,863 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2024-01-26T04:08:29.939Z] 2024-01-26 04:08:29,864 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2024-01-26T04:08:29.939Z] 2024-01-26 04:08:29,864 [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) [2024-01-26T04:08:30.876Z] 2024-01-26 04:08:30,850 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2024-01-26T04:08:30.876Z] 2024-01-26 04:08:30,851 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2024-01-26T04:08:30.876Z] 2024-01-26 04:08:30,851 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:08:30.877Z] 2024-01-26 04:08:30,851 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:08:30.877Z] 3.2.0-dev.7 [Pipeline] } [2024-01-26T04:08:30.884Z] $ docker exec --env ******** --env ******** cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent -k [2024-01-26T04:08:30.973Z] unset SSH_AUTH_SOCK; [2024-01-26T04:08:30.974Z] unset SSH_AGENT_PID; [2024-01-26T04:08:30.974Z] echo Agent pid 76 killed; [2024-01-26T04:08:30.985Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-01-26T04:08:31.360Z] + git semver [Pipeline] } [2024-01-26T04:08:31.629Z] $ docker stop --time=1 cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 [2024-01-26T04:08:32.899Z] $ docker rm -f --volumes cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 [Pipeline] // withDockerContainer [Pipeline] sh [2024-01-26T04:08:33.268Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-01-26T04:08:33.514Z] Stashed 1 file(s) [Pipeline] echo [2024-01-26T04:08:33.518Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.7 [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 [2024-01-26T04:08:33.893Z] provisioning config files... [2024-01-26T04:08:33.905Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15202574309622073270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:08:34.225Z] ---> ****-login.sh [2024-01-26T04:08:34.225Z] nexus3.edgexfoundry.org:10001 [2024-01-26T04:08:34.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:34.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:34.225Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:34.225Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:34.225Z] [2024-01-26T04:08:34.225Z] Login Succeeded [2024-01-26T04:08:34.225Z] nexus3.edgexfoundry.org:10002 [2024-01-26T04:08:34.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:34.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:34.226Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:34.226Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:34.226Z] [2024-01-26T04:08:34.226Z] Login Succeeded [2024-01-26T04:08:34.226Z] nexus3.edgexfoundry.org:10003 [2024-01-26T04:08:34.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:34.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:34.486Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:34.486Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:34.486Z] [2024-01-26T04:08:34.486Z] Login Succeeded [2024-01-26T04:08:34.486Z] nexus3.edgexfoundry.org:10004 [2024-01-26T04:08:34.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:34.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:34.486Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:34.486Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:34.486Z] [2024-01-26T04:08:34.486Z] Login Succeeded [2024-01-26T04:08:34.486Z] ****.io [2024-01-26T04:08:34.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:08:34.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:08:34.746Z] Configure a credential helper to remove this warning. See [2024-01-26T04:08:34.746Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:08:34.746Z] [2024-01-26T04:08:34.746Z] Login Succeeded [2024-01-26T04:08:34.746Z] ---> ****-login.sh ends [Pipeline] } [2024-01-26T04:08:34.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-01-26T04:08:34.918Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-26T04:08:34.953Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-26T04:08:34.986Z] ========================================================= [2024-01-26T04:08:34.986Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-01-26T04:08:34.986Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:08:35.385Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-01-26T04:08:35.385Z] Sending build context to Docker daemon 6.672MB [2024-01-26T04:08:35.385Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-01-26T04:08:35.385Z] Step 2/12 : FROM ${BASE} AS builder [2024-01-26T04:08:35.385Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-01-26T04:08:35.385Z] 7264a8db6415: Pulling fs layer [2024-01-26T04:08:35.385Z] c4d48a809fc2: Pulling fs layer [2024-01-26T04:08:35.385Z] 4f1c88b9dad5: Pulling fs layer [2024-01-26T04:08:35.385Z] ad3a456e5733: Pulling fs layer [2024-01-26T04:08:35.385Z] 69c7f0334f64: Pulling fs layer [2024-01-26T04:08:35.385Z] 1f1c1a5573a3: Pulling fs layer [2024-01-26T04:08:35.385Z] ce7588e14bc9: Pulling fs layer [2024-01-26T04:08:35.385Z] b5e4710f87ac: Pulling fs layer [2024-01-26T04:08:35.385Z] 1f1c1a5573a3: Waiting [2024-01-26T04:08:35.385Z] ce7588e14bc9: Waiting [2024-01-26T04:08:35.385Z] b5e4710f87ac: Waiting [2024-01-26T04:08:35.385Z] ad3a456e5733: Waiting [2024-01-26T04:08:35.385Z] 69c7f0334f64: Waiting [2024-01-26T04:08:35.385Z] c4d48a809fc2: Verifying Checksum [2024-01-26T04:08:35.385Z] c4d48a809fc2: Download complete [2024-01-26T04:08:35.385Z] ad3a456e5733: Verifying Checksum [2024-01-26T04:08:35.385Z] ad3a456e5733: Download complete [2024-01-26T04:08:35.385Z] 69c7f0334f64: Verifying Checksum [2024-01-26T04:08:35.385Z] 69c7f0334f64: Download complete [2024-01-26T04:08:35.385Z] 7264a8db6415: Download complete [2024-01-26T04:08:35.644Z] 1f1c1a5573a3: Verifying Checksum [2024-01-26T04:08:35.644Z] 1f1c1a5573a3: Download complete [2024-01-26T04:08:35.644Z] 7264a8db6415: Pull complete [2024-01-26T04:08:35.644Z] b5e4710f87ac: Verifying Checksum [2024-01-26T04:08:35.644Z] b5e4710f87ac: Download complete [2024-01-26T04:08:35.902Z] c4d48a809fc2: Pull complete [2024-01-26T04:08:35.902Z] 4f1c88b9dad5: Verifying Checksum [2024-01-26T04:08:35.902Z] 4f1c88b9dad5: Download complete [2024-01-26T04:08:36.475Z] ce7588e14bc9: Verifying Checksum [2024-01-26T04:08:36.475Z] ce7588e14bc9: Download complete [2024-01-26T04:08:39.765Z] 4f1c88b9dad5: Pull complete [2024-01-26T04:08:39.765Z] ad3a456e5733: Pull complete [2024-01-26T04:08:39.765Z] 69c7f0334f64: Pull complete [2024-01-26T04:08:39.765Z] 1f1c1a5573a3: Pull complete [2024-01-26T04:08:42.298Z] ce7588e14bc9: Pull complete [2024-01-26T04:08:42.558Z] b5e4710f87ac: Pull complete [2024-01-26T04:08:42.558Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-01-26T04:08:42.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-01-26T04:08:42.558Z] ---> 88b5674ff536 [2024-01-26T04:08:42.558Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-01-26T04:08:48.781Z] Still waiting to schedule task [2024-01-26T04:08:48.781Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-01-26T04:08:49.137Z] ---> Running in 815fa3ebbc73 [2024-01-26T04:08:49.137Z] Removing intermediate container 815fa3ebbc73 [2024-01-26T04:08:49.137Z] ---> 0b588ca10a6c [2024-01-26T04:08:49.137Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-01-26T04:08:49.137Z] ---> Running in ad6652b68bcc [2024-01-26T04:08:49.137Z] Removing intermediate container ad6652b68bcc [2024-01-26T04:08:49.137Z] ---> 5b6eb7ca2277 [2024-01-26T04:08:49.137Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-01-26T04:08:49.137Z] ---> Running in 7505b7a1dc15 [2024-01-26T04:08:49.137Z] Removing intermediate container 7505b7a1dc15 [2024-01-26T04:08:49.137Z] ---> 27ac64e40ead [2024-01-26T04:08:49.137Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-01-26T04:08:49.137Z] ---> Running in a8b44c3b355a [2024-01-26T04:08:49.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-26T04:08:49.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-26T04:08:49.137Z] OK: 264 MiB in 52 packages [2024-01-26T04:08:49.396Z] Removing intermediate container a8b44c3b355a [2024-01-26T04:08:49.396Z] ---> 7b1277a212ae [2024-01-26T04:08:49.396Z] Step 7/12 : WORKDIR /app [2024-01-26T04:08:49.396Z] ---> Running in 6c06641dbd7c [2024-01-26T04:08:49.656Z] Removing intermediate container 6c06641dbd7c [2024-01-26T04:08:49.656Z] ---> 17c2f44aefe9 [2024-01-26T04:08:49.656Z] Step 8/12 : COPY go.mod vendor* ./ [2024-01-26T04:08:49.656Z] ---> 527a7c26e810 [2024-01-26T04:08:49.656Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-26T04:08:49.656Z] ---> Running in d817946e117f [2024-01-26T04:09:28.469Z] Removing intermediate container d817946e117f [2024-01-26T04:09:28.469Z] ---> 81a297ca2d13 [2024-01-26T04:09:28.469Z] Step 10/12 : COPY . . [2024-01-26T04:09:28.469Z] ---> 22da1978d244 [2024-01-26T04:09:28.469Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-01-26T04:09:28.469Z] ---> Running in 4dab32787ab7 [2024-01-26T04:09:28.469Z] Removing intermediate container 4dab32787ab7 [2024-01-26T04:09:28.469Z] ---> 60d549e6cfa1 [2024-01-26T04:09:28.469Z] Step 12/12 : RUN $MAKE [2024-01-26T04:09:28.469Z] ---> Running in d55ba62fb11c [2024-01-26T04:09:28.469Z] noop [2024-01-26T04:09:28.469Z] Removing intermediate container d55ba62fb11c [2024-01-26T04:09:28.469Z] ---> ea2b4fdf1127 [2024-01-26T04:09:28.469Z] Successfully built ea2b4fdf1127 [2024-01-26T04:09:28.469Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:09:28.845Z] + docker inspect -f . ci-base-image-x86_64 [2024-01-26T04:09:28.846Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:09:28.973Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:09:29.007Z] $ 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 [2024-01-26T04:09:29.333Z] $ docker top 3098d3a7826e407d2ea19a3fcee4352471dd673f07ac823883c541e8c76282fa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-26T04:09:29.735Z] + go version [2024-01-26T04:09:29.736Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-01-26T04:09:29.749Z] $ docker stop --time=1 3098d3a7826e407d2ea19a3fcee4352471dd673f07ac823883c541e8c76282fa [2024-01-26T04:09:31.005Z] $ docker rm -f --volumes 3098d3a7826e407d2ea19a3fcee4352471dd673f07ac823883c541e8c76282fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:09:31.583Z] + docker inspect -f . ci-base-image-x86_64 [2024-01-26T04:09:31.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:09:31.690Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:09:31.722Z] $ 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 [2024-01-26T04:09:32.028Z] $ docker top fa4c644568ce825e70f4ad608a2fe862b3b83ebd225927e5e0e0ebd8d94c767a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-26T04:09:32.457Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2024-01-26T04:09:32.771Z] + make test [2024-01-26T04:09:32.771Z] go test -race -coverprofile=coverage.out ./... [2024-01-26T04:09:54.701Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2024-01-26T04:09:54.701Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2024-01-26T04:09:54.701Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2024-01-26T04:09:54.701Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2024-01-26T04:09:54.701Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.046s coverage: 88.0% of statements [2024-01-26T04:10:02.813Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.594s coverage: 98.7% of statements [2024-01-26T04:10:02.813Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.087s coverage: 89.7% of statements [2024-01-26T04:10:02.813Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.032s coverage: 100.0% of statements [2024-01-26T04:10:24.738Z] go vet ./... [2024-01-26T04:10:24.738Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-01-26T04:10:24.738Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-01-26T04:10:24.738Z] ./bin/test-attribution-txt.sh [2024-01-26T04:10:24.998Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-01-26T04:10:25.015Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-01-26T04:10:25.054Z] $ docker stop --time=1 fa4c644568ce825e70f4ad608a2fe862b3b83ebd225927e5e0e0ebd8d94c767a [2024-01-26T04:10:29.780Z] $ docker rm -f --volumes fa4c644568ce825e70f4ad608a2fe862b3b83ebd225927e5e0e0ebd8d94c767a [Pipeline] // withDockerContainer [Pipeline] sh [2024-01-26T04:10:30.396Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-01-26T04:10:30.480Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-01-26T04:10:31.166Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-01-26T04:10:31.449Z] + ls -al . [2024-01-26T04:10:31.450Z] total 192 [2024-01-26T04:10:31.450Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 26 04:09 . [2024-01-26T04:10:31.450Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 04:08 .. [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 26 04:08 .dockerignore [2024-01-26T04:10:31.450Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 26 04:10 .git [2024-01-26T04:10:31.450Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:08 .github [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 164 Jan 26 04:08 .gitignore [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 26 04:08 .golangci.yml [2024-01-26T04:10:31.450Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 26 04:08 .semver [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 11301 Jan 26 04:08 Attribution.txt [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 458 Jan 26 04:08 CHANGELOG.md [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 1725 Jan 26 04:08 Dockerfile [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 26 04:08 GOVERNANCE.md [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 681 Jan 26 04:08 Jenkinsfile [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 26 04:08 LICENSE [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 3136 Jan 26 04:08 Makefile [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 611 Jan 26 04:08 OWNERS.md [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 4107 Jan 26 04:08 README.md [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 7789 Jan 26 04:08 Record and Reply.postman_collection.json [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 26 04:08 VERSION [2024-01-26T04:10:31.450Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:08 bin [2024-01-26T04:10:31.450Z] -rw-r--r-- 1 jenkins jenkins 24667 Jan 26 04:10 coverage.out [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 3950 Jan 26 04:08 go.mod [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 34578 Jan 26 04:08 go.sum [2024-01-26T04:10:31.450Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 26 04:08 internal [2024-01-26T04:10:31.450Z] -rw-rw-r-- 1 jenkins jenkins 913 Jan 26 04:08 main.go [2024-01-26T04:10:31.450Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:08 openapi [2024-01-26T04:10:31.450Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:08 pkg [2024-01-26T04:10:31.450Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:08 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:10:31.813Z] + 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=d6e72eb507f604f58fbdb8cd428574af59bed11a --label arch=amd64 --label version=3.2.0-dev.7 . [2024-01-26T04:10:31.813Z] Sending build context to Docker daemon 6.698MB [2024-01-26T04:10:31.813Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-01-26T04:10:31.813Z] Step 2/27 : FROM ${BASE} AS builder [2024-01-26T04:10:31.813Z] ---> ea2b4fdf1127 [2024-01-26T04:10:31.813Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-01-26T04:10:32.073Z] ---> Running in 55e8c59829c4 [2024-01-26T04:10:32.073Z] Removing intermediate container 55e8c59829c4 [2024-01-26T04:10:32.073Z] ---> 925b74c188ee [2024-01-26T04:10:32.073Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-01-26T04:10:32.073Z] ---> Running in 134aa8387abb [2024-01-26T04:10:32.073Z] Removing intermediate container 134aa8387abb [2024-01-26T04:10:32.073Z] ---> 062676df521a [2024-01-26T04:10:32.073Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-01-26T04:10:32.073Z] ---> Running in 911d8812900f [2024-01-26T04:10:32.333Z] Removing intermediate container 911d8812900f [2024-01-26T04:10:32.333Z] ---> 7c69087dc817 [2024-01-26T04:10:32.333Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-01-26T04:10:32.333Z] ---> Running in ad0caacc36fa [2024-01-26T04:10:32.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-26T04:10:32.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-26T04:10:33.162Z] OK: 264 MiB in 52 packages [2024-01-26T04:10:33.162Z] Removing intermediate container ad0caacc36fa [2024-01-26T04:10:33.162Z] ---> c69328f18a22 [2024-01-26T04:10:33.162Z] Step 7/27 : WORKDIR /app [2024-01-26T04:10:33.422Z] ---> Running in 4131e6bcfbde [2024-01-26T04:10:33.422Z] Removing intermediate container 4131e6bcfbde [2024-01-26T04:10:33.422Z] ---> f7f47ba8de39 [2024-01-26T04:10:33.422Z] Step 8/27 : COPY go.mod vendor* ./ [2024-01-26T04:10:33.422Z] ---> 1cbe80ee99b2 [2024-01-26T04:10:33.422Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-26T04:10:33.422Z] ---> Running in ac9010706668 [2024-01-26T04:10:33.988Z] Removing intermediate container ac9010706668 [2024-01-26T04:10:33.988Z] ---> 7fc8a97d3fcc [2024-01-26T04:10:33.988Z] Step 10/27 : COPY . . [2024-01-26T04:10:34.597Z] ---> 5f612b628a2b [2024-01-26T04:10:34.597Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-01-26T04:10:34.597Z] ---> Running in 61d942c7ad68 [2024-01-26T04:10:34.597Z] Removing intermediate container 61d942c7ad68 [2024-01-26T04:10:34.597Z] ---> 02a6ae95f75a [2024-01-26T04:10:34.597Z] Step 12/27 : RUN $MAKE [2024-01-26T04:10:34.597Z] ---> Running in 476643f8ddd3 [2024-01-26T04:10:34.856Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.7" -trimpath -mod=readonly -o app-record-replay [2024-01-26T04:10:41.739Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-27961 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2024-01-26T04:10:41.779Z] Running in /w/workspace/app-record-replay/82 [Pipeline] { [Pipeline] checkout [2024-01-26T04:10:44.863Z] Selected Git installation does not exist. Using Default [2024-01-26T04:10:44.864Z] The recommended git tool is: NONE [2024-01-26T04:10:53.334Z] using credential edgex-jenkins-ssh [2024-01-26T04:10:53.359Z] Cloning the remote Git repository [2024-01-26T04:10:53.396Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2024-01-26T04:10:53.492Z] > git init /w/workspace/app-record-replay/82 # timeout=10 [2024-01-26T04:10:53.654Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2024-01-26T04:10:53.655Z] > git --version # timeout=10 [2024-01-26T04:10:53.676Z] > git --version # 'git version 2.25.1' [2024-01-26T04:10:53.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-01-26T04:10:53.836Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-01-26T04:10:55.377Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2024-01-26T04:10:55.395Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-01-26T04:10:56.265Z] Avoid second fetch [2024-01-26T04:10:56.266Z] Checking out Revision d6e72eb507f604f58fbdb8cd428574af59bed11a (main) [2024-01-26T04:10:56.799Z] Removing intermediate container 476643f8ddd3 [2024-01-26T04:10:56.799Z] ---> 86d2405c7439 [2024-01-26T04:10:56.799Z] Step 13/27 : FROM alpine:3.18 [2024-01-26T04:10:56.894Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#121)" [2024-01-26T04:10:56.283Z] > git config core.sparsecheckout # timeout=10 [2024-01-26T04:10:56.361Z] > git checkout -f d6e72eb507f604f58fbdb8cd428574af59bed11a # timeout=10 [2024-01-26T04:10:57.368Z] 3.18: Pulling from library/alpine [2024-01-26T04:10:57.368Z] c926b61bad3b: Pulling fs layer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-01-26T04:10:57.638Z] c926b61bad3b: Download complete [2024-01-26T04:10:57.639Z] c926b61bad3b: Pull complete [2024-01-26T04:10:57.639Z] Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-26T04:10:57.639Z] Status: Downloaded newer image for alpine:3.18 [2024-01-26T04:10:57.639Z] ---> b541f2080109 [2024-01-26T04:10:57.639Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-01-26T04:10:57.896Z] ---> Running in 3fddf9083ac2 [2024-01-26T04:10:57.896Z] Removing intermediate container 3fddf9083ac2 [2024-01-26T04:10:57.896Z] ---> c05c82b65d85 [2024-01-26T04:10:57.896Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2024-01-26T04:10:57.896Z] ---> Running in 50363492d8b1 [2024-01-26T04:10:57.896Z] Removing intermediate container 50363492d8b1 [2024-01-26T04:10:57.896Z] ---> 8dd0bcf16ca4 [2024-01-26T04:10:57.896Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-01-26T04:10:57.896Z] ---> Running in 9decc4efbd1a [2024-01-26T04:10:58.144Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-01-26T04:10:58.144Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-01-26T04:10:58.144Z] Dload Upload Total Spent Left Speed [2024-01-26T04:10:58.144Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 79262 0 --:--:-- --:--:-- --:--:-- 79761 [2024-01-26T04:10:58.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2024-01-26T04:10:58.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-26T04:10:58.508Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-01-26T04:10:58.672Z] (1/2) Installing ca-certificates (20230506-r0) [2024-01-26T04:10:58.672Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-01-26T04:10:58.672Z] Executing busybox-1.36.1-r5.trigger [2024-01-26T04:10:58.672Z] Executing ca-certificates-20230506-r0.trigger [2024-01-26T04:10:58.672Z] OK: 8 MiB in 17 packages [2024-01-26T04:10:58.851Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2024-01-26T04:10:58.851Z] sudo tee /etc/docker/daemon.new [2024-01-26T04:10:58.851Z] { [2024-01-26T04:10:58.851Z] "registry-mirrors": [ [2024-01-26T04:10:58.851Z] "https://nexus3.edgexfoundry.org:10001" [2024-01-26T04:10:58.851Z] ], [2024-01-26T04:10:58.851Z] "bip": "10.250.0.254/24", [2024-01-26T04:10:58.851Z] "hosts": [ [2024-01-26T04:10:58.851Z] "tcp://0.0.0.0:5555", [2024-01-26T04:10:58.851Z] "unix:///var/run/docker.sock" [2024-01-26T04:10:58.851Z] ], [2024-01-26T04:10:58.851Z] "mtu": 1458, [2024-01-26T04:10:58.851Z] "selinux-enabled": true, [2024-01-26T04:10:58.851Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-01-26T04:10:58.851Z] } [Pipeline] sh [2024-01-26T04:10:59.196Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-01-26T04:10:59.240Z] Removing intermediate container 9decc4efbd1a [2024-01-26T04:10:59.240Z] ---> a7739ddd4c9d [2024-01-26T04:10:59.240Z] Step 17/27 : RUN apk --no-cache upgrade [2024-01-26T04:10:59.240Z] ---> Running in 98012ce756a8 [2024-01-26T04:10:59.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-26T04:10:59.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-26T04:10:59.541Z] + sudo service docker restart [2024-01-26T04:10:59.757Z] (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r5) [2024-01-26T04:10:59.757Z] (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r5) [2024-01-26T04:10:59.757Z] Executing ca-certificates-20230506-r0.trigger [2024-01-26T04:11:00.036Z] OK: 8 MiB in 17 packages [2024-01-26T04:11:00.313Z] Removing intermediate container 98012ce756a8 [2024-01-26T04:11:00.313Z] ---> 11a09dcf0d18 [2024-01-26T04:11:00.313Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-01-26T04:11:00.570Z] ---> 6bd4ab804e57 [2024-01-26T04:11:00.570Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-01-26T04:11:00.570Z] ---> 69638d610eb2 [2024-01-26T04:11:00.570Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-01-26T04:11:00.829Z] ---> 69ccb31585f5 [2024-01-26T04:11:00.829Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2024-01-26T04:11:01.913Z] ---> 9f9bcd4ee47d [2024-01-26T04:11:01.913Z] Step 22/27 : EXPOSE 59712 [2024-01-26T04:11:01.913Z] ---> Running in 2788eaff4bc4 [2024-01-26T04:11:01.913Z] Removing intermediate container 2788eaff4bc4 [2024-01-26T04:11:01.913Z] ---> 912eaa8350d8 [2024-01-26T04:11:01.913Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2024-01-26T04:11:01.913Z] ---> Running in 8b17e2f97df6 [2024-01-26T04:11:01.913Z] Removing intermediate container 8b17e2f97df6 [2024-01-26T04:11:01.913Z] ---> cccee78cb110 [2024-01-26T04:11:01.913Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-01-26T04:11:01.913Z] ---> Running in 6ab4766ae180 [2024-01-26T04:11:01.913Z] Removing intermediate container 6ab4766ae180 [2024-01-26T04:11:01.913Z] ---> db2af4723aaf [2024-01-26T04:11:01.913Z] Step 25/27 : LABEL arch=amd64 [2024-01-26T04:11:01.913Z] ---> Running in 095494413f77 [2024-01-26T04:11:01.913Z] Removing intermediate container 095494413f77 [2024-01-26T04:11:01.913Z] ---> 5c1d0423eccf [2024-01-26T04:11:01.913Z] Step 26/27 : LABEL git_sha=d6e72eb507f604f58fbdb8cd428574af59bed11a [2024-01-26T04:11:01.913Z] ---> Running in 89037058bd20 [2024-01-26T04:11:02.170Z] Removing intermediate container 89037058bd20 [2024-01-26T04:11:02.170Z] ---> 83557031f003 [2024-01-26T04:11:02.170Z] Step 27/27 : LABEL version=3.2.0-dev.7 [2024-01-26T04:11:02.170Z] ---> Running in bc712f7d5edc [2024-01-26T04:11:02.170Z] Removing intermediate container bc712f7d5edc [2024-01-26T04:11:02.170Z] ---> 3e325e8fba25 [2024-01-26T04:11:02.170Z] [Warning] One or more build-args [ARCH] were not consumed [2024-01-26T04:11:02.170Z] Successfully built 3e325e8fba25 [2024-01-26T04:11:02.170Z] 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 [2024-01-26T04:11:02.449Z] provisioning config files... [2024-01-26T04:11:02.457Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13486188511780222786tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:11:02.798Z] ---> ****-login.sh [2024-01-26T04:11:02.798Z] nexus3.edgexfoundry.org:10001 [2024-01-26T04:11:02.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:02.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:02.798Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:02.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:02.798Z] [2024-01-26T04:11:02.798Z] Login Succeeded [2024-01-26T04:11:02.798Z] nexus3.edgexfoundry.org:10002 [2024-01-26T04:11:02.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:02.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:02.798Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:02.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:02.798Z] [2024-01-26T04:11:02.798Z] Login Succeeded [2024-01-26T04:11:02.798Z] nexus3.edgexfoundry.org:10003 [2024-01-26T04:11:03.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:03.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:03.057Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:03.057Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:03.057Z] [2024-01-26T04:11:03.057Z] Login Succeeded [2024-01-26T04:11:03.057Z] nexus3.edgexfoundry.org:10004 [2024-01-26T04:11:03.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:03.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:03.057Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:03.057Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:03.057Z] [2024-01-26T04:11:03.057Z] Login Succeeded [2024-01-26T04:11:03.057Z] ****.io [2024-01-26T04:11:03.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:03.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:03.317Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:03.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:03.317Z] [2024-01-26T04:11:03.317Z] Login Succeeded [2024-01-26T04:11:03.317Z] ---> ****-login.sh ends [Pipeline] } [2024-01-26T04:11:03.324Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-01-26T04:11:03.453Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-26T04:11:03.512Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2024-01-26T04:11:03.512Z] d6e72eb507f604f58fbdb8cd428574af59bed11a [2024-01-26T04:11:03.512Z] latest [2024-01-26T04:11:03.512Z] 3.2.0-dev.7 [2024-01-26T04:11:03.512Z] d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [2024-01-26T04:11:03.512Z] main [2024-01-26T04:11:03.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:03.975Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:04.451Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a [2024-01-26T04:11:04.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2024-01-26T04:11:04.451Z] 2be02333812f: Preparing [2024-01-26T04:11:04.452Z] 3d9986a1a839: Preparing [2024-01-26T04:11:04.452Z] 249600fdadeb: Preparing [2024-01-26T04:11:04.452Z] 3c1eabe8ac6f: Preparing [2024-01-26T04:11:04.452Z] b0b97ce39938: Preparing [2024-01-26T04:11:04.452Z] 44f0ea4462b2: Preparing [2024-01-26T04:11:04.452Z] 9fe9a137fd00: Preparing [2024-01-26T04:11:04.452Z] 9fe9a137fd00: Waiting [2024-01-26T04:11:04.452Z] 44f0ea4462b2: Waiting [2024-01-26T04:11:04.452Z] 249600fdadeb: Pushed [2024-01-26T04:11:04.452Z] 3d9986a1a839: Pushed [2024-01-26T04:11:04.452Z] 3c1eabe8ac6f: Pushed [2024-01-26T04:11:04.452Z] 9fe9a137fd00: Layer already exists [2024-01-26T04:11:04.710Z] 44f0ea4462b2: Pushed [2024-01-26T04:11:04.969Z] b0b97ce39938: Pushed [2024-01-26T04:11:07.502Z] 2be02333812f: Pushed [2024-01-26T04:11:07.502Z] d6e72eb507f604f58fbdb8cd428574af59bed11a: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:07.900Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:08.294Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2024-01-26T04:11:08.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2024-01-26T04:11:08.294Z] 2be02333812f: Preparing [2024-01-26T04:11:08.294Z] 3d9986a1a839: Preparing [2024-01-26T04:11:08.294Z] 249600fdadeb: Preparing [2024-01-26T04:11:08.294Z] 3c1eabe8ac6f: Preparing [2024-01-26T04:11:08.294Z] b0b97ce39938: Preparing [2024-01-26T04:11:08.294Z] 44f0ea4462b2: Preparing [2024-01-26T04:11:08.294Z] 9fe9a137fd00: Preparing [2024-01-26T04:11:08.294Z] 9fe9a137fd00: Waiting [2024-01-26T04:11:08.294Z] 44f0ea4462b2: Waiting [2024-01-26T04:11:08.294Z] b0b97ce39938: Layer already exists [2024-01-26T04:11:08.294Z] 3c1eabe8ac6f: Layer already exists [2024-01-26T04:11:08.294Z] 3d9986a1a839: Layer already exists [2024-01-26T04:11:08.294Z] 249600fdadeb: Layer already exists [2024-01-26T04:11:08.294Z] 2be02333812f: Layer already exists [2024-01-26T04:11:08.294Z] 44f0ea4462b2: Layer already exists [2024-01-26T04:11:08.294Z] 9fe9a137fd00: Layer already exists [2024-01-26T04:11:08.294Z] latest: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:08.697Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:09.119Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.7 [2024-01-26T04:11:09.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2024-01-26T04:11:09.119Z] 2be02333812f: Preparing [2024-01-26T04:11:09.119Z] 3d9986a1a839: Preparing [2024-01-26T04:11:09.119Z] 249600fdadeb: Preparing [2024-01-26T04:11:09.119Z] 3c1eabe8ac6f: Preparing [2024-01-26T04:11:09.119Z] b0b97ce39938: Preparing [2024-01-26T04:11:09.119Z] 44f0ea4462b2: Preparing [2024-01-26T04:11:09.119Z] 9fe9a137fd00: Preparing [2024-01-26T04:11:09.119Z] 44f0ea4462b2: Waiting [2024-01-26T04:11:09.119Z] 9fe9a137fd00: Waiting [2024-01-26T04:11:09.119Z] 3c1eabe8ac6f: Layer already exists [2024-01-26T04:11:09.119Z] 249600fdadeb: Layer already exists [2024-01-26T04:11:09.119Z] b0b97ce39938: Layer already exists [2024-01-26T04:11:09.119Z] 3d9986a1a839: Layer already exists [2024-01-26T04:11:09.119Z] 2be02333812f: Layer already exists [2024-01-26T04:11:09.119Z] 44f0ea4462b2: Layer already exists [2024-01-26T04:11:09.119Z] 9fe9a137fd00: Layer already exists [2024-01-26T04:11:09.119Z] 3.2.0-dev.7: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:09.531Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:09.935Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [2024-01-26T04:11:09.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2024-01-26T04:11:09.935Z] 2be02333812f: Preparing [2024-01-26T04:11:09.935Z] 3d9986a1a839: Preparing [2024-01-26T04:11:09.935Z] 249600fdadeb: Preparing [2024-01-26T04:11:09.935Z] 3c1eabe8ac6f: Preparing [2024-01-26T04:11:09.935Z] b0b97ce39938: Preparing [2024-01-26T04:11:09.935Z] 44f0ea4462b2: Preparing [2024-01-26T04:11:09.935Z] 9fe9a137fd00: Preparing [2024-01-26T04:11:09.935Z] 44f0ea4462b2: Waiting [2024-01-26T04:11:09.935Z] 9fe9a137fd00: Waiting [2024-01-26T04:11:09.935Z] b0b97ce39938: Layer already exists [2024-01-26T04:11:09.935Z] 2be02333812f: Layer already exists [2024-01-26T04:11:09.935Z] 249600fdadeb: Layer already exists [2024-01-26T04:11:09.935Z] 3d9986a1a839: Layer already exists [2024-01-26T04:11:09.935Z] 3c1eabe8ac6f: Layer already exists [2024-01-26T04:11:09.935Z] 44f0ea4462b2: Layer already exists [2024-01-26T04:11:09.935Z] 9fe9a137fd00: Layer already exists [2024-01-26T04:11:09.935Z] d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:10.348Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:10.756Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2024-01-26T04:11:10.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2024-01-26T04:11:10.756Z] 2be02333812f: Preparing [2024-01-26T04:11:10.756Z] 3d9986a1a839: Preparing [2024-01-26T04:11:10.756Z] 249600fdadeb: Preparing [2024-01-26T04:11:10.756Z] 3c1eabe8ac6f: Preparing [2024-01-26T04:11:10.756Z] b0b97ce39938: Preparing [2024-01-26T04:11:10.756Z] 44f0ea4462b2: Preparing [2024-01-26T04:11:10.756Z] 9fe9a137fd00: Preparing [2024-01-26T04:11:10.756Z] 9fe9a137fd00: Waiting [2024-01-26T04:11:10.756Z] 3d9986a1a839: Layer already exists [2024-01-26T04:11:10.756Z] 2be02333812f: Layer already exists [2024-01-26T04:11:10.756Z] b0b97ce39938: Layer already exists [2024-01-26T04:11:10.756Z] 249600fdadeb: Layer already exists [2024-01-26T04:11:10.756Z] 3c1eabe8ac6f: Layer already exists [2024-01-26T04:11:10.756Z] 44f0ea4462b2: Layer already exists [2024-01-26T04:11:10.756Z] 9fe9a137fd00: Layer already exists [2024-01-26T04:11:10.756Z] main: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-01-26T04:11:10.996Z] ===================================================== [Pipeline] echo [2024-01-26T04:11:11.035Z] taggedImages: [2024-01-26T04:11:11.035Z] - nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a [2024-01-26T04:11:11.035Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2024-01-26T04:11:11.035Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.7 [2024-01-26T04:11:11.035Z] - nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [2024-01-26T04:11:11.035Z] - 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 [2024-01-26T04:11:11.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-01-26T04:11:11.704Z] [2024-01-26T04:11:11.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:12.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-01-26T04:11:12.031Z] latest: Pulling from edgex-lftools-log-publisher [2024-01-26T04:11:12.031Z] 5eb5b503b376: Pulling fs layer [2024-01-26T04:11:12.031Z] 5c69ac0246d0: Pulling fs layer [2024-01-26T04:11:12.031Z] ec43610c2a17: Pulling fs layer [2024-01-26T04:11:12.031Z] 3a2ae6a8a46f: Pulling fs layer [2024-01-26T04:11:12.031Z] 33b1e0a273af: Pulling fs layer [2024-01-26T04:11:12.031Z] 5d3b04190fa2: Pulling fs layer [2024-01-26T04:11:12.031Z] 2f39f015ded8: Pulling fs layer [2024-01-26T04:11:12.031Z] 33b1e0a273af: Waiting [2024-01-26T04:11:12.031Z] 5d3b04190fa2: Waiting [2024-01-26T04:11:12.031Z] 2f39f015ded8: Waiting [2024-01-26T04:11:12.031Z] 3a2ae6a8a46f: Waiting [2024-01-26T04:11:12.031Z] 5c69ac0246d0: Verifying Checksum [2024-01-26T04:11:12.031Z] 5c69ac0246d0: Download complete [2024-01-26T04:11:12.031Z] 3a2ae6a8a46f: Verifying Checksum [2024-01-26T04:11:12.031Z] 3a2ae6a8a46f: Download complete [2024-01-26T04:11:12.031Z] 33b1e0a273af: Verifying Checksum [2024-01-26T04:11:12.031Z] 33b1e0a273af: Download complete [2024-01-26T04:11:12.031Z] 5d3b04190fa2: Verifying Checksum [2024-01-26T04:11:12.031Z] 5d3b04190fa2: Download complete [2024-01-26T04:11:12.031Z] ec43610c2a17: Verifying Checksum [2024-01-26T04:11:12.031Z] ec43610c2a17: Download complete [2024-01-26T04:11:12.290Z] 5eb5b503b376: Verifying Checksum [2024-01-26T04:11:12.290Z] 5eb5b503b376: Download complete [2024-01-26T04:11:12.858Z] 2f39f015ded8: Download complete [2024-01-26T04:11:13.424Z] 5eb5b503b376: Pull complete [2024-01-26T04:11:13.424Z] 5c69ac0246d0: Pull complete [2024-01-26T04:11:13.991Z] ec43610c2a17: Pull complete [2024-01-26T04:11:13.991Z] 3a2ae6a8a46f: Pull complete [2024-01-26T04:11:14.249Z] 33b1e0a273af: Pull complete [2024-01-26T04:11:14.249Z] 5d3b04190fa2: Pull complete [2024-01-26T04:11:18.434Z] 2f39f015ded8: Pull complete [2024-01-26T04:11:18.434Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-01-26T04:11:18.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-01-26T04:11:18.434Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:11:18.644Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:11:18.679Z] $ 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 [2024-01-26T04:11:23.900Z] $ docker top 2a7ecff014fc6d73b350ec6c0b868fc08eeb61492b70c6f8201071c28f3e69db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2024-01-26T04:11:24.212Z] provisioning config files... [2024-01-26T04:11:24.257Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/82@tmp/config9667563151541968210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:11:24.461Z] ---> job-cost.sh [2024-01-26T04:11:24.461Z] lf-activate-venv: SKIPPING [2024-01-26T04:11:24.461Z] INFO: No Stack... [2024-01-26T04:11:24.720Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-01-26T04:11:24.726Z] ---> ****-login.sh [2024-01-26T04:11:24.726Z] nexus3.edgexfoundry.org:10001 [2024-01-26T04:11:24.979Z] INFO: Archiving Costs [Pipeline] sh [2024-01-26T04:11:24.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:25.263Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2024-01-26T04:11:25.263Z] + cut -d, -f6 [2024-01-26T04:11:25.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:25.266Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:25.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:25.266Z] [2024-01-26T04:11:25.266Z] Login Succeeded [2024-01-26T04:11:25.266Z] nexus3.edgexfoundry.org:10002 [Pipeline] lock [2024-01-26T04:11:25.275Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [2024-01-26T04:11:25.281Z] Resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] did not exist. Created. [2024-01-26T04:11:25.282Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-01-26T04:11:25.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:25.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:25.541Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:25.541Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:25.541Z] [2024-01-26T04:11:25.541Z] Login Succeeded [2024-01-26T04:11:25.541Z] nexus3.edgexfoundry.org:10003 [2024-01-26T04:11:25.648Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-01-26T04:11:25.673Z] Stashed 1 file(s) [Pipeline] } [2024-01-26T04:11:25.713Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] // lock [Pipeline] } [2024-01-26T04:11:25.813Z] $ docker stop --time=1 2a7ecff014fc6d73b350ec6c0b868fc08eeb61492b70c6f8201071c28f3e69db [2024-01-26T04:11:25.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:25.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:25.814Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:25.814Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:25.814Z] [2024-01-26T04:11:25.814Z] Login Succeeded [2024-01-26T04:11:25.814Z] nexus3.edgexfoundry.org:10004 [2024-01-26T04:11:26.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:26.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:26.087Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:26.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:26.087Z] [2024-01-26T04:11:26.087Z] Login Succeeded [2024-01-26T04:11:26.087Z] ****.io [2024-01-26T04:11:26.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:11:26.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:11:26.627Z] Configure a credential helper to remove this warning. See [2024-01-26T04:11:26.627Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:11:26.627Z] [2024-01-26T04:11:26.627Z] Login Succeeded [2024-01-26T04:11:26.627Z] ---> ****-login.sh ends [2024-01-26T04:11:26.958Z] $ docker rm -f --volumes 2a7ecff014fc6d73b350ec6c0b868fc08eeb61492b70c6f8201071c28f3e69db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2024-01-26T04:11:27.050Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2024-01-26T04:11:27.502Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-26T04:11:27.550Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-26T04:11:27.592Z] ========================================================= [2024-01-26T04:11:27.592Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-01-26T04:11:27.592Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:11:28.085Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-01-26T04:11:29.510Z] #0 building with "default" instance using docker driver [2024-01-26T04:11:29.510Z] [2024-01-26T04:11:29.510Z] #1 [internal] load .dockerignore [2024-01-26T04:11:29.510Z] #1 transferring context: 159B done [2024-01-26T04:11:29.510Z] #1 DONE 0.1s [2024-01-26T04:11:29.510Z] [2024-01-26T04:11:29.510Z] #2 [internal] load build definition from Dockerfile [2024-01-26T04:11:29.510Z] #2 transferring dockerfile: 1.76kB 0.0s done [2024-01-26T04:11:29.510Z] #2 DONE 0.1s [2024-01-26T04:11:29.510Z] [2024-01-26T04:11:29.510Z] #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-01-26T04:11:29.510Z] #3 DONE 0.2s [2024-01-26T04:11:29.510Z] [2024-01-26T04:11:29.510Z] #4 [internal] load build context [2024-01-26T04:11:29.510Z] #4 DONE 0.0s [2024-01-26T04:11:29.510Z] [2024-01-26T04:11:29.510Z] #5 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-01-26T04:11:29.510Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done [2024-01-26T04:11:29.786Z] #5 ... [2024-01-26T04:11:29.786Z] [2024-01-26T04:11:29.786Z] #4 [internal] load build context [2024-01-26T04:11:29.786Z] #4 transferring context: 220.40kB 0.1s done [2024-01-26T04:11:29.786Z] #4 DONE 0.1s [2024-01-26T04:11:29.786Z] [2024-01-26T04:11:29.786Z] #5 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-01-26T04:11:29.786Z] #5 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done [2024-01-26T04:11:29.786Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 3.74MB / 63.99MB 0.2s [2024-01-26T04:11:29.786Z] #5 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done [2024-01-26T04:11:29.786Z] #5 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done [2024-01-26T04:11:29.786Z] #5 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 1.05MB / 3.33MB 0.2s [2024-01-26T04:11:30.064Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 7.05MB / 63.99MB 0.3s [2024-01-26T04:11:30.064Z] #5 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.15MB / 3.33MB 0.3s [2024-01-26T04:11:30.064Z] #5 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done [2024-01-26T04:11:30.064Z] #5 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done [2024-01-26T04:11:30.064Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 1.05MB / 97.63MB 0.3s [2024-01-26T04:11:30.064Z] #5 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.3s done [2024-01-26T04:11:30.064Z] #5 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d [2024-01-26T04:11:30.064Z] #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0B / 11.40MB 0.4s [2024-01-26T04:11:30.339Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.83MB / 63.99MB 0.6s [2024-01-26T04:11:30.339Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 10.49MB / 97.63MB 0.6s [2024-01-26T04:11:30.339Z] #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 6.29MB / 11.40MB 0.6s [2024-01-26T04:11:30.339Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 22.92MB / 63.99MB 0.7s [2024-01-26T04:11:30.339Z] #5 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done [2024-01-26T04:11:30.339Z] #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 10.16MB / 11.40MB 0.7s [2024-01-26T04:11:30.619Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 27.26MB / 63.99MB 0.8s [2024-01-26T04:11:30.619Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 18.87MB / 97.63MB 0.8s [2024-01-26T04:11:30.619Z] #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.8s [2024-01-26T04:11:30.619Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 36.32MB / 63.99MB 1.0s [2024-01-26T04:11:30.619Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 25.71MB / 97.63MB 1.0s [2024-01-26T04:11:30.619Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 41.94MB / 63.99MB 1.1s [2024-01-26T04:11:30.619Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 30.91MB / 97.63MB 1.1s [2024-01-26T04:11:30.892Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 47.19MB / 63.99MB 1.2s [2024-01-26T04:11:30.892Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 55.57MB / 63.99MB 1.4s [2024-01-26T04:11:30.892Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 44.04MB / 97.63MB 1.4s [2024-01-26T04:11:31.162Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 60.82MB / 63.99MB 1.5s [2024-01-26T04:11:31.162Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 54.11MB / 97.63MB 1.6s [2024-01-26T04:11:31.433Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 70.25MB / 97.63MB 1.9s [2024-01-26T04:11:31.701Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 75.50MB / 97.63MB 2.0s [2024-01-26T04:11:31.701Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 85.98MB / 97.63MB 2.2s [2024-01-26T04:11:31.969Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 91.23MB / 97.63MB 2.3s [2024-01-26T04:11:32.237Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.5s [2024-01-26T04:11:34.193Z] #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 4.3s done [2024-01-26T04:11:34.193Z] #5 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 [2024-01-26T04:11:34.193Z] #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 4.5s done [2024-01-26T04:11:34.461Z] #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 4.6s done [2024-01-26T04:11:34.461Z] #5 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.3s done [2024-01-26T04:11:34.728Z] #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 [2024-01-26T04:11:41.405Z] #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 5.8s [2024-01-26T04:11:45.699Z] #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 10.9s [2024-01-26T04:11:52.369Z] #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.5s done [2024-01-26T04:11:53.792Z] #5 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done [2024-01-26T04:11:53.792Z] #5 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 [2024-01-26T04:11:53.792Z] #5 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done [2024-01-26T04:11:53.792Z] #5 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 [2024-01-26T04:11:59.167Z] #5 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.2s [2024-01-26T04:12:02.541Z] #5 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.6s done [2024-01-26T04:12:03.962Z] #5 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0.1s [2024-01-26T04:12:05.409Z] #5 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.7s done [2024-01-26T04:12:05.996Z] #5 DONE 36.2s [2024-01-26T04:12:05.996Z] [2024-01-26T04:12:05.996Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2024-01-26T04:12:06.582Z] #6 0.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-26T04:12:07.194Z] #6 1.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-26T04:12:08.610Z] #6 2.459 OK: 266 MiB in 52 packages [2024-01-26T04:12:10.566Z] #6 DONE 4.6s [2024-01-26T04:12:10.566Z] [2024-01-26T04:12:10.566Z] #7 [builder 3/7] WORKDIR /app [2024-01-26T04:12:10.566Z] #7 DONE 0.1s [2024-01-26T04:12:10.566Z] [2024-01-26T04:12:10.566Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2024-01-26T04:12:10.566Z] #8 DONE 0.1s [2024-01-26T04:12:10.837Z] [2024-01-26T04:12:10.837Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-26T04:12:29.178Z] #9 DONE 18.3s [2024-01-26T04:12:29.178Z] [2024-01-26T04:12:29.178Z] #10 [builder 6/7] COPY . . [2024-01-26T04:12:29.178Z] #10 DONE 0.2s [2024-01-26T04:12:29.178Z] [2024-01-26T04:12:29.178Z] #11 [builder 7/7] RUN echo noop [2024-01-26T04:12:29.765Z] #11 0.673 noop [2024-01-26T04:12:34.026Z] #11 DONE 4.5s [2024-01-26T04:12:34.026Z] [2024-01-26T04:12:34.026Z] #12 exporting to image [2024-01-26T04:12:34.026Z] #12 exporting layers [2024-01-26T04:12:52.293Z] #12 exporting layers 18.3s done [2024-01-26T04:12:52.293Z] #12 writing image sha256:babece36bc418b32390f5a952298208d6f5391416e0d80ee11c0871f63ebdde8 done [2024-01-26T04:12:52.293Z] #12 naming to docker.io/library/ci-base-image-arm64 0.0s done [2024-01-26T04:12:52.293Z] #12 DONE 18.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:12:52.801Z] + docker inspect -f . ci-base-image-arm64 [2024-01-26T04:12:52.801Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:12:53.146Z] prd-ubuntu20.04-docker-arm64-4c-16g-27961 does not seem to be running inside a container [2024-01-26T04:12:53.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/82 -v /w/workspace/app-record-replay/82:/w/workspace/app-record-replay/82:rw,z -v /w/workspace/app-record-replay/82@tmp:/w/workspace/app-record-replay/82@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 [2024-01-26T04:12:54.541Z] $ docker top 740cf6e377962d985d09df2727fb4436018bd37067b42eae4aedee5490712994 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-26T04:12:55.460Z] + go version [2024-01-26T04:12:55.460Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-01-26T04:12:55.488Z] $ docker stop --time=1 740cf6e377962d985d09df2727fb4436018bd37067b42eae4aedee5490712994 [2024-01-26T04:12:57.109Z] $ docker rm -f --volumes 740cf6e377962d985d09df2727fb4436018bd37067b42eae4aedee5490712994 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:12:58.050Z] + docker inspect -f . ci-base-image-arm64 [2024-01-26T04:12:58.050Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:12:58.294Z] prd-ubuntu20.04-docker-arm64-4c-16g-27961 does not seem to be running inside a container [2024-01-26T04:12:58.381Z] $ 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/82 -v /w/workspace/app-record-replay/82:/w/workspace/app-record-replay/82:rw,z -v /w/workspace/app-record-replay/82@tmp:/w/workspace/app-record-replay/82@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 [2024-01-26T04:12:59.464Z] $ docker top 8e85d2de23c4265728a74904f476c58e20111f8870bf9734eae3086061bf8b71 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-26T04:13:00.059Z] + git config --global --add safe.directory /w/workspace/app-record-replay/82 [Pipeline] fileExists [Pipeline] sh [2024-01-26T04:13:00.745Z] + make test [2024-01-26T04:13:00.745Z] go test -race -coverprofile=coverage.out ./... [2024-01-26T04:14:52.474Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2024-01-26T04:14:52.474Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.255s coverage: 88.0% of statements [2024-01-26T04:14:52.474Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2024-01-26T04:14:52.474Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2024-01-26T04:14:52.474Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2024-01-26T04:15:14.565Z] ok github.com/edgexfoundry/app-record-replay/internal/application 19.610s coverage: 98.7% of statements [2024-01-26T04:15:14.565Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.599s coverage: 89.7% of statements [2024-01-26T04:15:14.565Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.205s coverage: 100.0% of statements [2024-01-26T04:15:14.565Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-01-26T04:15:14.565Z] go vet ./... [2024-01-26T04:16:52.024Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-01-26T04:16:52.024Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-01-26T04:16:52.024Z] ./bin/test-attribution-txt.sh [2024-01-26T04:16:52.024Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-01-26T04:16:52.116Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-01-26T04:16:52.177Z] $ docker stop --time=1 8e85d2de23c4265728a74904f476c58e20111f8870bf9734eae3086061bf8b71 [2024-01-26T04:16:54.048Z] $ docker rm -f --volumes 8e85d2de23c4265728a74904f476c58e20111f8870bf9734eae3086061bf8b71 [Pipeline] // withDockerContainer [Pipeline] sh [2024-01-26T04:16:55.970Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-01-26T04:16:56.035Z] Warning: overwriting stash ‘coverage-report’ [2024-01-26T04:16:56.503Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-01-26T04:16:57.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-01-26T04:16:57.470Z] + ls -al . [2024-01-26T04:16:57.470Z] total 188 [2024-01-26T04:16:57.470Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 26 04:13 . [2024-01-26T04:16:57.470Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 04:10 .. [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 26 04:10 .dockerignore [2024-01-26T04:16:57.470Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 26 04:10 .git [2024-01-26T04:16:57.470Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:10 .github [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 164 Jan 26 04:10 .gitignore [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 26 04:10 .golangci.yml [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 11301 Jan 26 04:10 Attribution.txt [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 458 Jan 26 04:10 CHANGELOG.md [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 1725 Jan 26 04:10 Dockerfile [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 26 04:10 GOVERNANCE.md [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 681 Jan 26 04:10 Jenkinsfile [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 26 04:10 LICENSE [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 3136 Jan 26 04:10 Makefile [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 611 Jan 26 04:10 OWNERS.md [2024-01-26T04:16:57.470Z] -rw-rw-r-- 1 jenkins jenkins 4107 Jan 26 04:10 README.md [2024-01-26T04:16:57.471Z] -rw-rw-r-- 1 jenkins jenkins 7789 Jan 26 04:10 Record and Reply.postman_collection.json [2024-01-26T04:16:57.471Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 26 04:08 VERSION [2024-01-26T04:16:57.471Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:10 bin [2024-01-26T04:16:57.471Z] -rw-r--r-- 1 jenkins jenkins 24666 Jan 26 04:15 coverage.out [2024-01-26T04:16:57.471Z] -rw-rw-r-- 1 jenkins jenkins 3950 Jan 26 04:10 go.mod [2024-01-26T04:16:57.471Z] -rw-rw-r-- 1 jenkins jenkins 34578 Jan 26 04:10 go.sum [2024-01-26T04:16:57.471Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 26 04:10 internal [2024-01-26T04:16:57.471Z] -rw-rw-r-- 1 jenkins jenkins 913 Jan 26 04:10 main.go [2024-01-26T04:16:57.471Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:10 openapi [2024-01-26T04:16:57.471Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:10 pkg [2024-01-26T04:16:57.471Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:10 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:16:57.905Z] + 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=d6e72eb507f604f58fbdb8cd428574af59bed11a --label arch=arm64 --label version=3.2.0-dev.7 . [2024-01-26T04:16:58.495Z] #0 building with "default" instance using docker driver [2024-01-26T04:16:58.495Z] [2024-01-26T04:16:58.495Z] #1 [internal] load .dockerignore [2024-01-26T04:16:58.495Z] #1 transferring context: [2024-01-26T04:16:58.771Z] #1 transferring context: 159B 0.0s done [2024-01-26T04:16:58.771Z] #1 DONE 0.0s [2024-01-26T04:16:58.771Z] [2024-01-26T04:16:58.771Z] #2 [internal] load build definition from Dockerfile [2024-01-26T04:16:58.771Z] #2 transferring dockerfile: 1.76kB 0.0s done [2024-01-26T04:16:58.771Z] #2 DONE 0.0s [2024-01-26T04:16:58.771Z] [2024-01-26T04:16:58.771Z] #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-26T04:16:58.771Z] #3 DONE 0.0s [2024-01-26T04:16:58.771Z] [2024-01-26T04:16:58.771Z] #4 [internal] load metadata for docker.io/library/alpine:3.18 [2024-01-26T04:16:59.041Z] #4 DONE 0.3s [2024-01-26T04:16:59.041Z] [2024-01-26T04:16:59.041Z] #5 [internal] load build context [2024-01-26T04:16:59.041Z] #5 transferring context: 26.74kB 0.0s done [2024-01-26T04:16:59.041Z] #5 DONE 0.1s [2024-01-26T04:16:59.041Z] [2024-01-26T04:16:59.041Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-26T04:16:59.041Z] #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done [2024-01-26T04:16:59.312Z] #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2024-01-26T04:16:59.312Z] #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2024-01-26T04:16:59.312Z] #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.1s [2024-01-26T04:16:59.312Z] #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-26T04:16:59.312Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 [2024-01-26T04:16:59.312Z] #6 ... [2024-01-26T04:16:59.312Z] [2024-01-26T04:16:59.312Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-01-26T04:16:59.312Z] #7 DONE 0.3s [2024-01-26T04:16:59.312Z] [2024-01-26T04:16:59.312Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-26T04:16:59.312Z] #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.2s done [2024-01-26T04:16:59.901Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.5s done [2024-01-26T04:17:04.172Z] #6 DONE 5.2s [2024-01-26T04:17:04.172Z] [2024-01-26T04:17:04.172Z] #8 [builder 2/7] RUN apk add --update --no-cache make git [2024-01-26T04:17:04.172Z] #8 0.736 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-26T04:17:04.172Z] #8 1.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-26T04:17:04.172Z] #8 2.255 OK: 266 MiB in 52 packages [2024-01-26T04:17:04.172Z] #8 DONE 4.9s [2024-01-26T04:17:04.172Z] [2024-01-26T04:17:04.172Z] #9 [builder 3/7] WORKDIR /app [2024-01-26T04:17:04.439Z] #9 DONE 0.1s [2024-01-26T04:17:04.439Z] [2024-01-26T04:17:04.439Z] #10 [builder 4/7] COPY go.mod vendor* ./ [2024-01-26T04:17:04.707Z] #10 DONE 0.2s [2024-01-26T04:17:04.707Z] [2024-01-26T04:17:04.707Z] #11 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-26T04:17:05.666Z] #11 DONE 1.2s [2024-01-26T04:17:05.666Z] [2024-01-26T04:17:05.666Z] #12 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-01-26T04:17:05.666Z] #12 0.817 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-26T04:17:05.666Z] #12 1.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-26T04:17:05.935Z] #12 ... [2024-01-26T04:17:05.935Z] [2024-01-26T04:17:05.935Z] #13 [builder 6/7] COPY . . [2024-01-26T04:17:05.935Z] #13 DONE 0.2s [2024-01-26T04:17:06.203Z] [2024-01-26T04:17:06.203Z] #14 [builder 7/7] RUN make build [2024-01-26T04:17:06.791Z] #14 0.824 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.7" -trimpath -mod=readonly -o app-record-replay [2024-01-26T04:17:07.766Z] #14 ... [2024-01-26T04:17:07.766Z] [2024-01-26T04:17:07.766Z] #12 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-01-26T04:17:07.766Z] #12 2.651 (1/2) Installing ca-certificates (20230506-r0) [2024-01-26T04:17:07.766Z] #12 2.755 (2/2) Installing dumb-init (1.2.5-r2) [2024-01-26T04:17:07.766Z] #12 2.765 Executing busybox-1.36.1-r5.trigger [2024-01-26T04:17:07.766Z] #12 2.792 Executing ca-certificates-20230506-r0.trigger [2024-01-26T04:17:07.766Z] #12 3.096 OK: 9 MiB in 17 packages [2024-01-26T04:17:07.766Z] #12 DONE 3.6s [2024-01-26T04:17:08.042Z] [2024-01-26T04:17:08.042Z] #15 [stage-1 3/7] RUN apk --no-cache upgrade [2024-01-26T04:17:08.630Z] #15 0.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-26T04:17:09.217Z] #15 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-26T04:17:10.634Z] #15 2.580 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r5) [2024-01-26T04:17:10.634Z] #15 2.685 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r5) [2024-01-26T04:17:10.634Z] #15 2.705 Executing ca-certificates-20230506-r0.trigger [2024-01-26T04:17:10.634Z] #15 2.926 OK: 9 MiB in 17 packages [2024-01-26T04:17:11.254Z] #15 DONE 3.3s [2024-01-26T04:17:11.254Z] [2024-01-26T04:17:11.254Z] #14 [builder 7/7] RUN make build [2024-01-26T04:18:32.910Z] #14 DONE 80.5s [2024-01-26T04:18:32.910Z] [2024-01-26T04:18:32.910Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-01-26T04:18:32.910Z] #16 DONE 0.1s [2024-01-26T04:18:32.910Z] [2024-01-26T04:18:32.910Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2024-01-26T04:18:32.910Z] #17 DONE 0.1s [2024-01-26T04:18:32.910Z] [2024-01-26T04:18:32.910Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2024-01-26T04:18:32.910Z] #18 DONE 0.1s [2024-01-26T04:18:32.910Z] [2024-01-26T04:18:32.910Z] #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay [2024-01-26T04:18:32.910Z] #19 DONE 0.4s [2024-01-26T04:18:32.910Z] [2024-01-26T04:18:32.910Z] #20 exporting to image [2024-01-26T04:18:32.910Z] #20 exporting layers [2024-01-26T04:18:32.910Z] #20 exporting layers 0.4s done [2024-01-26T04:18:32.910Z] #20 writing image sha256:7ed1b0d35e2826faab468ff94b5e3ddcd9b94ea935ef8b4fc6ddcd677b1093e2 done [2024-01-26T04:18:32.910Z] #20 naming to docker.io/library/app-record-replay-arm64 done [2024-01-26T04:18:32.910Z] #20 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-01-26T04:18:33.385Z] provisioning config files... [2024-01-26T04:18:33.498Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/82@tmp/config17953046518966852825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:18:33.899Z] ---> ****-login.sh [2024-01-26T04:18:33.899Z] nexus3.edgexfoundry.org:10001 [2024-01-26T04:18:33.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:18:34.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:18:34.170Z] Configure a credential helper to remove this warning. See [2024-01-26T04:18:34.170Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:18:34.170Z] [2024-01-26T04:18:34.170Z] Login Succeeded [2024-01-26T04:18:34.170Z] nexus3.edgexfoundry.org:10002 [2024-01-26T04:18:34.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:18:34.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:18:34.445Z] Configure a credential helper to remove this warning. See [2024-01-26T04:18:34.445Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:18:34.445Z] [2024-01-26T04:18:34.445Z] Login Succeeded [2024-01-26T04:18:34.445Z] nexus3.edgexfoundry.org:10003 [2024-01-26T04:18:34.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:18:34.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:18:34.715Z] Configure a credential helper to remove this warning. See [2024-01-26T04:18:34.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:18:34.715Z] [2024-01-26T04:18:34.715Z] Login Succeeded [2024-01-26T04:18:34.715Z] nexus3.edgexfoundry.org:10004 [2024-01-26T04:18:34.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:18:34.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:18:34.987Z] Configure a credential helper to remove this warning. See [2024-01-26T04:18:34.987Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:18:34.987Z] [2024-01-26T04:18:34.987Z] Login Succeeded [2024-01-26T04:18:34.987Z] ****.io [2024-01-26T04:18:35.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-26T04:18:35.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-26T04:18:35.530Z] Configure a credential helper to remove this warning. See [2024-01-26T04:18:35.530Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-26T04:18:35.530Z] [2024-01-26T04:18:35.530Z] Login Succeeded [2024-01-26T04:18:35.530Z] ---> ****-login.sh ends [Pipeline] } [2024-01-26T04:18:35.545Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-01-26T04:18:35.740Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-26T04:18:35.799Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2024-01-26T04:18:35.799Z] d6e72eb507f604f58fbdb8cd428574af59bed11a [2024-01-26T04:18:35.799Z] latest [2024-01-26T04:18:35.799Z] 3.2.0-dev.7 [2024-01-26T04:18:35.799Z] d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [2024-01-26T04:18:35.799Z] main [2024-01-26T04:18:35.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:36.442Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:36.929Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a [2024-01-26T04:18:36.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2024-01-26T04:18:36.929Z] 0d14529c8fb1: Preparing [2024-01-26T04:18:36.929Z] d2d6d6ae4820: Preparing [2024-01-26T04:18:36.929Z] 4f53a653296e: Preparing [2024-01-26T04:18:36.930Z] 7d0ee68253c0: Preparing [2024-01-26T04:18:36.930Z] 21840247d200: Preparing [2024-01-26T04:18:36.930Z] 834dee76fd92: Preparing [2024-01-26T04:18:36.930Z] 0faf9b67be60: Preparing [2024-01-26T04:18:36.930Z] 834dee76fd92: Waiting [2024-01-26T04:18:36.930Z] 0faf9b67be60: Waiting [2024-01-26T04:18:37.204Z] d2d6d6ae4820: Pushed [2024-01-26T04:18:37.204Z] 7d0ee68253c0: Pushed [2024-01-26T04:18:37.204Z] 4f53a653296e: Pushed [2024-01-26T04:18:37.204Z] 0faf9b67be60: Layer already exists [2024-01-26T04:18:37.475Z] 834dee76fd92: Pushed [2024-01-26T04:18:38.450Z] 21840247d200: Pushed [2024-01-26T04:18:47.437Z] 0d14529c8fb1: Pushed [2024-01-26T04:18:47.720Z] d6e72eb507f604f58fbdb8cd428574af59bed11a: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:48.221Z] + 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 [2024-01-26T04:18:48.717Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2024-01-26T04:18:48.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2024-01-26T04:18:48.717Z] 0d14529c8fb1: Preparing [2024-01-26T04:18:48.717Z] d2d6d6ae4820: Preparing [2024-01-26T04:18:48.717Z] 4f53a653296e: Preparing [2024-01-26T04:18:48.717Z] 7d0ee68253c0: Preparing [2024-01-26T04:18:48.717Z] 21840247d200: Preparing [2024-01-26T04:18:48.717Z] 834dee76fd92: Preparing [2024-01-26T04:18:48.717Z] 0faf9b67be60: Preparing [2024-01-26T04:18:48.717Z] 834dee76fd92: Waiting [2024-01-26T04:18:48.717Z] 0faf9b67be60: Waiting [2024-01-26T04:18:48.717Z] 7d0ee68253c0: Layer already exists [2024-01-26T04:18:48.717Z] d2d6d6ae4820: Layer already exists [2024-01-26T04:18:48.717Z] 0d14529c8fb1: Layer already exists [2024-01-26T04:18:48.717Z] 4f53a653296e: Layer already exists [2024-01-26T04:18:48.717Z] 21840247d200: Layer already exists [2024-01-26T04:18:48.717Z] 834dee76fd92: Layer already exists [2024-01-26T04:18:48.717Z] 0faf9b67be60: Layer already exists [2024-01-26T04:18:48.984Z] latest: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:49.482Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:49.964Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.7 [2024-01-26T04:18:49.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2024-01-26T04:18:49.964Z] 0d14529c8fb1: Preparing [2024-01-26T04:18:49.964Z] d2d6d6ae4820: Preparing [2024-01-26T04:18:49.964Z] 4f53a653296e: Preparing [2024-01-26T04:18:49.964Z] 7d0ee68253c0: Preparing [2024-01-26T04:18:49.964Z] 21840247d200: Preparing [2024-01-26T04:18:49.964Z] 834dee76fd92: Preparing [2024-01-26T04:18:49.964Z] 0faf9b67be60: Preparing [2024-01-26T04:18:49.964Z] 834dee76fd92: Waiting [2024-01-26T04:18:49.964Z] 0faf9b67be60: Waiting [2024-01-26T04:18:49.964Z] 7d0ee68253c0: Layer already exists [2024-01-26T04:18:49.964Z] 0d14529c8fb1: Layer already exists [2024-01-26T04:18:49.964Z] d2d6d6ae4820: Layer already exists [2024-01-26T04:18:49.964Z] 21840247d200: Layer already exists [2024-01-26T04:18:49.964Z] 4f53a653296e: Layer already exists [2024-01-26T04:18:49.964Z] 0faf9b67be60: Layer already exists [2024-01-26T04:18:49.964Z] 834dee76fd92: Layer already exists [2024-01-26T04:18:50.232Z] 3.2.0-dev.7: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:50.734Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:51.226Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [2024-01-26T04:18:51.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2024-01-26T04:18:51.226Z] 0d14529c8fb1: Preparing [2024-01-26T04:18:51.226Z] d2d6d6ae4820: Preparing [2024-01-26T04:18:51.226Z] 4f53a653296e: Preparing [2024-01-26T04:18:51.226Z] 7d0ee68253c0: Preparing [2024-01-26T04:18:51.226Z] 21840247d200: Preparing [2024-01-26T04:18:51.226Z] 834dee76fd92: Preparing [2024-01-26T04:18:51.226Z] 0faf9b67be60: Preparing [2024-01-26T04:18:51.226Z] 834dee76fd92: Waiting [2024-01-26T04:18:51.226Z] 0faf9b67be60: Waiting [2024-01-26T04:18:51.226Z] 4f53a653296e: Layer already exists [2024-01-26T04:18:51.226Z] 7d0ee68253c0: Layer already exists [2024-01-26T04:18:51.226Z] d2d6d6ae4820: Layer already exists [2024-01-26T04:18:51.226Z] 0d14529c8fb1: Layer already exists [2024-01-26T04:18:51.226Z] 21840247d200: Layer already exists [2024-01-26T04:18:51.226Z] 834dee76fd92: Layer already exists [2024-01-26T04:18:51.226Z] 0faf9b67be60: Layer already exists [2024-01-26T04:18:51.494Z] d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:51.989Z] + 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 [2024-01-26T04:18:52.534Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2024-01-26T04:18:52.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2024-01-26T04:18:52.534Z] 0d14529c8fb1: Preparing [2024-01-26T04:18:52.534Z] d2d6d6ae4820: Preparing [2024-01-26T04:18:52.534Z] 4f53a653296e: Preparing [2024-01-26T04:18:52.534Z] 7d0ee68253c0: Preparing [2024-01-26T04:18:52.534Z] 21840247d200: Preparing [2024-01-26T04:18:52.534Z] 834dee76fd92: Preparing [2024-01-26T04:18:52.534Z] 0faf9b67be60: Preparing [2024-01-26T04:18:52.534Z] 834dee76fd92: Waiting [2024-01-26T04:18:52.534Z] 0faf9b67be60: Waiting [2024-01-26T04:18:52.534Z] d2d6d6ae4820: Layer already exists [2024-01-26T04:18:52.534Z] 21840247d200: Layer already exists [2024-01-26T04:18:52.534Z] 0d14529c8fb1: Layer already exists [2024-01-26T04:18:52.534Z] 4f53a653296e: Layer already exists [2024-01-26T04:18:52.534Z] 7d0ee68253c0: Layer already exists [2024-01-26T04:18:52.534Z] 834dee76fd92: Layer already exists [2024-01-26T04:18:52.534Z] 0faf9b67be60: Layer already exists [2024-01-26T04:18:52.801Z] main: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-01-26T04:18:53.131Z] ===================================================== [Pipeline] echo [2024-01-26T04:18:53.194Z] taggedImages: [2024-01-26T04:18:53.194Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a [2024-01-26T04:18:53.194Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2024-01-26T04:18:53.194Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.7 [2024-01-26T04:18:53.194Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [2024-01-26T04:18:53.194Z] - 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 [2024-01-26T04:18:53.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-01-26T04:18:53.846Z] [2024-01-26T04:18:53.846Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:18:54.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-01-26T04:18:54.506Z] arm64: Pulling from edgex-lftools-log-publisher [2024-01-26T04:18:54.506Z] 8998bd30e6a1: Pulling fs layer [2024-01-26T04:18:54.506Z] 04944245beec: Pulling fs layer [2024-01-26T04:18:54.506Z] 699f458cf7ca: Pulling fs layer [2024-01-26T04:18:54.506Z] 765212b225bb: Pulling fs layer [2024-01-26T04:18:54.506Z] f23df028b6ca: Pulling fs layer [2024-01-26T04:18:54.506Z] d65c8cfc05b1: Pulling fs layer [2024-01-26T04:18:54.506Z] 765212b225bb: Waiting [2024-01-26T04:18:54.506Z] f23df028b6ca: Waiting [2024-01-26T04:18:54.506Z] 2437ff75d9bd: Pulling fs layer [2024-01-26T04:18:54.506Z] d65c8cfc05b1: Waiting [2024-01-26T04:18:54.506Z] 2437ff75d9bd: Waiting [2024-01-26T04:18:54.506Z] 04944245beec: Verifying Checksum [2024-01-26T04:18:54.506Z] 04944245beec: Download complete [2024-01-26T04:18:54.506Z] 765212b225bb: Verifying Checksum [2024-01-26T04:18:54.506Z] 765212b225bb: Download complete [2024-01-26T04:18:54.506Z] f23df028b6ca: Verifying Checksum [2024-01-26T04:18:54.506Z] f23df028b6ca: Download complete [2024-01-26T04:18:54.506Z] d65c8cfc05b1: Verifying Checksum [2024-01-26T04:18:54.506Z] d65c8cfc05b1: Download complete [2024-01-26T04:18:54.774Z] 699f458cf7ca: Verifying Checksum [2024-01-26T04:18:54.774Z] 699f458cf7ca: Download complete [2024-01-26T04:18:55.042Z] 8998bd30e6a1: Verifying Checksum [2024-01-26T04:18:55.042Z] 8998bd30e6a1: Download complete [2024-01-26T04:18:56.991Z] 2437ff75d9bd: Verifying Checksum [2024-01-26T04:18:56.991Z] 2437ff75d9bd: Download complete [2024-01-26T04:19:03.651Z] 8998bd30e6a1: Pull complete [2024-01-26T04:19:03.651Z] 04944245beec: Pull complete [2024-01-26T04:19:05.606Z] 699f458cf7ca: Pull complete [2024-01-26T04:19:05.606Z] 765212b225bb: Pull complete [2024-01-26T04:19:06.190Z] f23df028b6ca: Pull complete [2024-01-26T04:19:06.457Z] d65c8cfc05b1: Pull complete [2024-01-26T04:19:33.170Z] 2437ff75d9bd: Pull complete [2024-01-26T04:19:33.171Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-01-26T04:19:33.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-01-26T04:19:33.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:19:33.543Z] prd-ubuntu20.04-docker-arm64-4c-16g-27961 does not seem to be running inside a container [2024-01-26T04:19:33.623Z] $ 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/82 -v /w/workspace/app-record-replay/82:/w/workspace/app-record-replay/82:rw,z -v /w/workspace/app-record-replay/82@tmp:/w/workspace/app-record-replay/82@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 [2024-01-26T04:19:35.813Z] $ docker top 53e6df70a925857553d278c2f20c9a54869f3de2b453679aea81aba2c575e558 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:19:36.722Z] ---> job-cost.sh [2024-01-26T04:19:36.722Z] lf-activate-venv: SKIPPING [2024-01-26T04:19:36.722Z] INFO: No Stack... [2024-01-26T04:19:36.991Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-01-26T04:19:37.951Z] INFO: Archiving Costs [Pipeline] sh [2024-01-26T04:19:38.272Z] + cat /w/workspace/app-record-replay/82/archives/cost.csv [2024-01-26T04:19:38.272Z] + cut -d, -f6 [Pipeline] lock [2024-01-26T04:19:38.309Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [2024-01-26T04:19:38.315Z] Resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] did not exist. Created. [2024-01-26T04:19:38.315Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-01-26T04:19:38.760Z] /w/workspace/app-record-replay/82@tmp/durable-2960c3ff/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-01-26T04:19:39.084Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-01-26T04:19:39.166Z] Warning: overwriting stash ‘stack-cost’ [2024-01-26T04:19:39.226Z] Stashed 1 file(s) [Pipeline] } [2024-01-26T04:19:39.233Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] // lock [Pipeline] } [2024-01-26T04:19:39.363Z] $ docker stop --time=1 53e6df70a925857553d278c2f20c9a54869f3de2b453679aea81aba2c575e558 [2024-01-26T04:19:40.766Z] $ docker rm -f --volumes 53e6df70a925857553d278c2f20c9a54869f3de2b453679aea81aba2c575e558 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-01-26T04:19:42.228Z] provisioning config files... [2024-01-26T04:19:42.296Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7757283568508442188tmp [Pipeline] { [Pipeline] sh [2024-01-26T04:19:42.716Z] + set +x [2024-01-26T04:19:42.716Z] + + curl -s https://codecov.io/bash [2024-01-26T04:19:42.716Z] bash -s -- [2024-01-26T04:19:42.716Z] [2024-01-26T04:19:42.716Z] _____ _ [2024-01-26T04:19:42.716Z] / ____| | | [2024-01-26T04:19:42.716Z] | | ___ __| | ___ ___ _____ __ [2024-01-26T04:19:42.716Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-01-26T04:19:42.716Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-01-26T04:19:42.716Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-01-26T04:19:42.716Z] Bash-1.0.6 [2024-01-26T04:19:42.716Z] [2024-01-26T04:19:42.716Z] [2024-01-26T04:19:42.716Z] ==> git version 2.25.1 found [2024-01-26T04:19:42.716Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-01-26T04:19:42.716Z] Release-Date: 2020-01-08 [2024-01-26T04:19:42.716Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-01-26T04:19:42.716Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-01-26T04:19:42.716Z] ==> Jenkins CI detected. [2024-01-26T04:19:42.716Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2024-01-26T04:19:42.716Z] project root: . [2024-01-26T04:19:42.716Z] --> token set from env [2024-01-26T04:19:42.716Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-01-26T04:19:42.716Z] ==> Running gcov in . (disable via -X gcov) [2024-01-26T04:19:42.716Z] ==> Python coveragepy not found [2024-01-26T04:19:42.716Z] ==> Searching for coverage reports in: [2024-01-26T04:19:42.716Z] + . [2024-01-26T04:19:42.716Z] -> Found 1 reports [2024-01-26T04:19:42.716Z] ==> Detecting git/mercurial file structure [2024-01-26T04:19:42.716Z] ==> Reading reports [2024-01-26T04:19:42.976Z] + ./coverage.out bytes=24666 [2024-01-26T04:19:42.976Z] ==> Appending adjustments [2024-01-26T04:19:42.976Z] https://docs.codecov.io/docs/fixing-reports [2024-01-26T04:19:42.976Z] + Found adjustments [2024-01-26T04:19:42.976Z] ==> Gzipping contents [2024-01-26T04:19:42.976Z] 8.0K /tmp/codecov.wvSfrg.gz [2024-01-26T04:19:42.976Z] ==> Uploading reports [2024-01-26T04:19:42.976Z] url: https://codecov.io [2024-01-26T04:19:42.976Z] query: branch=main&commit=d6e72eb507f604f58fbdb8cd428574af59bed11a&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2024-01-26T04:19:42.976Z] -> Pinging Codecov [2024-01-26T04:19:42.976Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d6e72eb507f604f58fbdb8cd428574af59bed11a&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2024-01-26T04:19:42.976Z] -> Uploading to [2024-01-26T04:19:42.976Z] https://storage.googleapis.com/codecov/v4/raw/2024-01-26/F467761B9912B4F32F9BC62907045C81/d6e72eb507f604f58fbdb8cd428574af59bed11a/2f3fea1c-0f15-4580-88ee-3dd19d992e9b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240126T041942Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0fb092178a51ffa0ebf78563621692abe4ea95b5cf29c24070ad2092a3d63f59 [2024-01-26T04:19:42.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-01-26T04:19:42.976Z] Dload Upload Total Spent Left Speed [2024-01-26T04:19:43.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4851 0 0 100 4851 0 17640 --:--:-- --:--:-- --:--:-- 17640 [2024-01-26T04:19:43.237Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] } [2024-01-26T04:19:43.243Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-01-26T04:19:43.805Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-01-26T04:19:43.823Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:19:44.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-01-26T04:19:44.298Z] [2024-01-26T04:19:44.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:19:44.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-01-26T04:19:44.649Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2024-01-26T04:19:44.649Z] df9b9388f04a: Pulling fs layer [2024-01-26T04:19:44.649Z] 52dc419b0ee2: Pulling fs layer [2024-01-26T04:19:44.649Z] 25bc292e5bac: Pulling fs layer [2024-01-26T04:19:44.649Z] 114826534d7a: Pulling fs layer [2024-01-26T04:19:44.649Z] 4657fd5d0bcf: Pulling fs layer [2024-01-26T04:19:44.649Z] 6ad1cebc031e: Pulling fs layer [2024-01-26T04:19:44.649Z] 8a3aa393b2d8: Pulling fs layer [2024-01-26T04:19:44.649Z] 6ad1cebc031e: Waiting [2024-01-26T04:19:44.649Z] 4657fd5d0bcf: Waiting [2024-01-26T04:19:44.649Z] 8a3aa393b2d8: Waiting [2024-01-26T04:19:44.649Z] 114826534d7a: Waiting [2024-01-26T04:19:44.649Z] 25bc292e5bac: Verifying Checksum [2024-01-26T04:19:44.649Z] 25bc292e5bac: Download complete [2024-01-26T04:19:44.649Z] 52dc419b0ee2: Verifying Checksum [2024-01-26T04:19:44.649Z] 52dc419b0ee2: Download complete [2024-01-26T04:19:44.649Z] 4657fd5d0bcf: Verifying Checksum [2024-01-26T04:19:44.649Z] 4657fd5d0bcf: Download complete [2024-01-26T04:19:44.649Z] df9b9388f04a: Download complete [2024-01-26T04:19:44.908Z] 6ad1cebc031e: Verifying Checksum [2024-01-26T04:19:44.908Z] 6ad1cebc031e: Download complete [2024-01-26T04:19:44.908Z] df9b9388f04a: Pull complete [2024-01-26T04:19:44.908Z] 52dc419b0ee2: Pull complete [2024-01-26T04:19:44.908Z] 25bc292e5bac: Pull complete [2024-01-26T04:19:45.481Z] 114826534d7a: Verifying Checksum [2024-01-26T04:19:45.481Z] 114826534d7a: Download complete [2024-01-26T04:19:45.481Z] 8a3aa393b2d8: Download complete [2024-01-26T04:19:49.669Z] 114826534d7a: Pull complete [2024-01-26T04:19:49.669Z] 4657fd5d0bcf: Pull complete [2024-01-26T04:19:49.669Z] 6ad1cebc031e: Pull complete [2024-01-26T04:19:52.201Z] 8a3aa393b2d8: Pull complete [2024-01-26T04:19:53.612Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2024-01-26T04:19:53.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-01-26T04:19:53.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:19:53.922Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:19:53.959Z] $ 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 [2024-01-26T04:19:58.957Z] $ docker top 44a524be40bfa43e1393d481a818bcb517c910926574b675648b8b4fe6841d6e -eo pid,comm [Pipeline] { [Pipeline] echo [2024-01-26T04:19:59.125Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2024-01-26T04:19:59.408Z] + set -o pipefail [2024-01-26T04:19:59.408Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2024-01-26T04:20:04.677Z] [2024-01-26T04:20:04.678Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2024-01-26T04:20:04.678Z] [2024-01-26T04:20:04.678Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/b2608084-ae64-468a-9bde-c080ebd0e8e1 [2024-01-26T04:20:04.678Z] [2024-01-26T04:20:04.678Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-01-26T04:20:04.678Z] [2024-01-26T04:20:05.244Z] [2024-01-26T04:20:05.244Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2024-01-26T04:20:05.244Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2024-01-26T04:20:05.244Z] More details here: https://snyk.co/ue1NS [2024-01-26T04:20:05.244Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2024-01-26T04:20:05.244Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-01-26T04:20:05.258Z] $ docker stop --time=1 44a524be40bfa43e1393d481a818bcb517c910926574b675648b8b4fe6841d6e [2024-01-26T04:20:09.009Z] $ docker rm -f --volumes 44a524be40bfa43e1393d481a818bcb517c910926574b675648b8b4fe6841d6e [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 [2024-01-26T04:20:10.582Z] + git log --format=format:%s -1 d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] sh [2024-01-26T04:20:10.875Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-01-26T04:20:10.875Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:20:11.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-26T04:20:11.227Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:20:11.399Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:20:11.436Z] $ 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 [2024-01-26T04:20:11.830Z] $ docker top 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-01-26T04:20:12.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-01-26T04:20:12.098Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-26T04:20:12.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-26T04:20:12.206Z] $ docker exec 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 ssh-agent [2024-01-26T04:20:12.304Z] SSH_AUTH_SOCK=/tmp/ssh-CQsLff6G0NBg/agent.33 [2024-01-26T04:20:12.304Z] SSH_AGENT_PID=39 [2024-01-26T04:20:12.309Z] Running ssh-add (command line suppressed) [2024-01-26T04:20:12.405Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16898297814661306587.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16898297814661306587.key) [2024-01-26T04:20:12.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-26T04:20:12.753Z] + git semver tag [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,954 [run_tag] DEBUG tag force:False [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,954 [check_head_tag] DEBUG check head tag [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,955 [execute] INFO git cat-file --batch-check [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,959 [execute] INFO git cat-file --batch [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,960 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,986 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,986 [execute] INFO git tag -a v3.2.0-dev.7 -m v3.2.0-dev.7 [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,986 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.7', '-m', 'v3.2.0-dev.7'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2024-01-26T04:20:13.013Z] 2024-01-26 04:20:12,991 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:20:13.013Z] 3.2.0-dev.7 [Pipeline] } [2024-01-26T04:20:13.026Z] $ docker exec --env ******** --env ******** 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 ssh-agent -k [2024-01-26T04:20:13.108Z] unset SSH_AUTH_SOCK; [2024-01-26T04:20:13.108Z] unset SSH_AGENT_PID; [2024-01-26T04:20:13.108Z] echo Agent pid 39 killed; [2024-01-26T04:20:13.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-01-26T04:20:13.618Z] + git semver [Pipeline] } [2024-01-26T04:20:13.891Z] $ docker stop --time=1 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 [2024-01-26T04:20:15.153Z] $ docker rm -f --volumes 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:20:15.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-01-26T04:20:15.809Z] [2024-01-26T04:20:15.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:20:16.163Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-01-26T04:20:16.163Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-01-26T04:20:16.163Z] ab5ef0e58194: Pulling fs layer [2024-01-26T04:20:16.163Z] 9712f1f96733: Pulling fs layer [2024-01-26T04:20:16.163Z] 63f879dbbcfc: Pulling fs layer [2024-01-26T04:20:16.163Z] 0d9ebad4ef96: Pulling fs layer [2024-01-26T04:20:16.163Z] e9a5061849ea: Pulling fs layer [2024-01-26T04:20:16.163Z] d747dcd14b5f: Pulling fs layer [2024-01-26T04:20:16.163Z] 2de7ff778b66: Pulling fs layer [2024-01-26T04:20:16.163Z] 0d9ebad4ef96: Waiting [2024-01-26T04:20:16.163Z] e9a5061849ea: Waiting [2024-01-26T04:20:16.163Z] d747dcd14b5f: Waiting [2024-01-26T04:20:16.163Z] 2de7ff778b66: Waiting [2024-01-26T04:20:16.163Z] 9712f1f96733: Verifying Checksum [2024-01-26T04:20:16.163Z] 9712f1f96733: Download complete [2024-01-26T04:20:16.422Z] 63f879dbbcfc: Verifying Checksum [2024-01-26T04:20:16.422Z] 63f879dbbcfc: Download complete [2024-01-26T04:20:16.682Z] 0d9ebad4ef96: Verifying Checksum [2024-01-26T04:20:16.682Z] 0d9ebad4ef96: Download complete [2024-01-26T04:20:16.682Z] d747dcd14b5f: Verifying Checksum [2024-01-26T04:20:16.682Z] e9a5061849ea: Verifying Checksum [2024-01-26T04:20:16.682Z] ab5ef0e58194: Verifying Checksum [2024-01-26T04:20:16.682Z] ab5ef0e58194: Download complete [2024-01-26T04:20:16.682Z] 2de7ff778b66: Verifying Checksum [2024-01-26T04:20:16.682Z] 2de7ff778b66: Download complete [2024-01-26T04:20:19.959Z] ab5ef0e58194: Pull complete [2024-01-26T04:20:19.960Z] 9712f1f96733: Pull complete [2024-01-26T04:20:20.219Z] 63f879dbbcfc: Pull complete [2024-01-26T04:20:24.482Z] 0d9ebad4ef96: Pull complete [2024-01-26T04:20:24.741Z] e9a5061849ea: Pull complete [2024-01-26T04:20:24.741Z] d747dcd14b5f: Pull complete [2024-01-26T04:20:26.121Z] 2de7ff778b66: Pull complete [2024-01-26T04:20:26.121Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-01-26T04:20:26.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-01-26T04:20:26.121Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:20:26.432Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:20:26.464Z] $ 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 [2024-01-26T04:20:34.171Z] $ docker top 2f2e99c36f989c0c28cd07557cdd489edf5683aff0ac061e3c42f6aed6b3c15d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-01-26T04:20:34.353Z] provisioning config files... [2024-01-26T04:20:34.360Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10320068016214385470tmp [2024-01-26T04:20:34.369Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8039501002841820341tmp [2024-01-26T04:20:34.377Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18343107241024958973tmp [Pipeline] { [Pipeline] echo [2024-01-26T04:20:34.483Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:34.775Z] ---> sigul-configuration.sh [2024-01-26T04:20:34.775Z] gpg: directory `/root/.gnupg' created [2024-01-26T04:20:34.775Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-01-26T04:20:34.775Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-01-26T04:20:34.775Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-01-26T04:20:34.775Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-01-26T04:20:34.775Z] gpg: CAST5 encrypted data [2024-01-26T04:20:34.775Z] gpg: encrypted with 1 passphrase [2024-01-26T04:20:34.775Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-01-26T04:20:35.073Z] + mkdir /home/jenkins [2024-01-26T04:20:35.073Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-01-26T04:20:35.369Z] + 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 [2024-01-26T04:20:35.380Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:35.675Z] ---> sigul-install.sh [2024-01-26T04:20:35.675Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-01-26T04:20:35.963Z] + git tag --list [2024-01-26T04:20:35.963Z] v3.1 [2024-01-26T04:20:35.963Z] v3.1.0 [2024-01-26T04:20:35.963Z] v3.1.0-dev.0 [2024-01-26T04:20:35.963Z] v3.1.0-dev.1 [2024-01-26T04:20:35.963Z] v3.1.0-dev.10 [2024-01-26T04:20:35.963Z] v3.1.0-dev.11 [2024-01-26T04:20:35.963Z] v3.1.0-dev.12 [2024-01-26T04:20:35.963Z] v3.1.0-dev.13 [2024-01-26T04:20:35.963Z] v3.1.0-dev.14 [2024-01-26T04:20:35.963Z] v3.1.0-dev.15 [2024-01-26T04:20:35.963Z] v3.1.0-dev.16 [2024-01-26T04:20:35.963Z] v3.1.0-dev.17 [2024-01-26T04:20:35.963Z] v3.1.0-dev.18 [2024-01-26T04:20:35.963Z] v3.1.0-dev.19 [2024-01-26T04:20:35.963Z] v3.1.0-dev.2 [2024-01-26T04:20:35.963Z] v3.1.0-dev.20 [2024-01-26T04:20:35.963Z] v3.1.0-dev.21 [2024-01-26T04:20:35.963Z] v3.1.0-dev.22 [2024-01-26T04:20:35.963Z] v3.1.0-dev.23 [2024-01-26T04:20:35.963Z] v3.1.0-dev.24 [2024-01-26T04:20:35.963Z] v3.1.0-dev.25 [2024-01-26T04:20:35.963Z] v3.1.0-dev.26 [2024-01-26T04:20:35.963Z] v3.1.0-dev.27 [2024-01-26T04:20:35.963Z] v3.1.0-dev.28 [2024-01-26T04:20:35.963Z] v3.1.0-dev.29 [2024-01-26T04:20:35.963Z] v3.1.0-dev.3 [2024-01-26T04:20:35.963Z] v3.1.0-dev.30 [2024-01-26T04:20:35.963Z] v3.1.0-dev.31 [2024-01-26T04:20:35.963Z] v3.1.0-dev.32 [2024-01-26T04:20:35.963Z] v3.1.0-dev.33 [2024-01-26T04:20:35.963Z] v3.1.0-dev.34 [2024-01-26T04:20:35.963Z] v3.1.0-dev.35 [2024-01-26T04:20:35.963Z] v3.1.0-dev.36 [2024-01-26T04:20:35.963Z] v3.1.0-dev.37 [2024-01-26T04:20:35.963Z] v3.1.0-dev.38 [2024-01-26T04:20:35.963Z] v3.1.0-dev.39 [2024-01-26T04:20:35.963Z] v3.1.0-dev.4 [2024-01-26T04:20:35.963Z] v3.1.0-dev.40 [2024-01-26T04:20:35.963Z] v3.1.0-dev.41 [2024-01-26T04:20:35.963Z] v3.1.0-dev.42 [2024-01-26T04:20:35.963Z] v3.1.0-dev.43 [2024-01-26T04:20:35.963Z] v3.1.0-dev.44 [2024-01-26T04:20:35.963Z] v3.1.0-dev.45 [2024-01-26T04:20:35.963Z] v3.1.0-dev.46 [2024-01-26T04:20:35.963Z] v3.1.0-dev.47 [2024-01-26T04:20:35.963Z] v3.1.0-dev.48 [2024-01-26T04:20:35.963Z] v3.1.0-dev.49 [2024-01-26T04:20:35.963Z] v3.1.0-dev.5 [2024-01-26T04:20:35.963Z] v3.1.0-dev.50 [2024-01-26T04:20:35.963Z] v3.1.0-dev.51 [2024-01-26T04:20:35.963Z] v3.1.0-dev.52 [2024-01-26T04:20:35.963Z] v3.1.0-dev.53 [2024-01-26T04:20:35.963Z] v3.1.0-dev.54 [2024-01-26T04:20:35.963Z] v3.1.0-dev.55 [2024-01-26T04:20:35.963Z] v3.1.0-dev.56 [2024-01-26T04:20:35.963Z] v3.1.0-dev.57 [2024-01-26T04:20:35.963Z] v3.1.0-dev.58 [2024-01-26T04:20:35.963Z] v3.1.0-dev.59 [2024-01-26T04:20:35.963Z] v3.1.0-dev.6 [2024-01-26T04:20:35.963Z] v3.1.0-dev.60 [2024-01-26T04:20:35.963Z] v3.1.0-dev.61 [2024-01-26T04:20:35.963Z] v3.1.0-dev.62 [2024-01-26T04:20:35.963Z] v3.1.0-dev.63 [2024-01-26T04:20:35.963Z] v3.1.0-dev.64 [2024-01-26T04:20:35.963Z] v3.1.0-dev.65 [2024-01-26T04:20:35.963Z] v3.1.0-dev.66 [2024-01-26T04:20:35.963Z] v3.1.0-dev.67 [2024-01-26T04:20:35.963Z] v3.1.0-dev.68 [2024-01-26T04:20:35.963Z] v3.1.0-dev.7 [2024-01-26T04:20:35.963Z] v3.1.0-dev.8 [2024-01-26T04:20:35.963Z] v3.1.0-dev.9 [2024-01-26T04:20:35.963Z] v3.2.0-dev.1 [2024-01-26T04:20:35.963Z] v3.2.0-dev.2 [2024-01-26T04:20:35.963Z] v3.2.0-dev.3 [2024-01-26T04:20:35.963Z] v3.2.0-dev.4 [2024-01-26T04:20:35.963Z] v3.2.0-dev.5 [2024-01-26T04:20:35.963Z] v3.2.0-dev.6 [2024-01-26T04:20:35.963Z] v3.2.0-dev.7 [Pipeline] sh [2024-01-26T04:20:36.251Z] + lftools sign git-tag v3.2.0-dev.7 [2024-01-26T04:20:36.817Z] Signing Git tag with Sigul... [2024-01-26T04:20:36.817Z] Signing v3.2.0-dev.7 [Pipeline] echo [2024-01-26T04:20:37.398Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:37.692Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-01-26T04:20:37.699Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-01-26T04:20:37.925Z] $ docker stop --time=1 2f2e99c36f989c0c28cd07557cdd489edf5683aff0ac061e3c42f6aed6b3c15d [2024-01-26T04:20:39.186Z] $ docker rm -f --volumes 2f2e99c36f989c0c28cd07557cdd489edf5683aff0ac061e3c42f6aed6b3c15d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-01-26T04:20:40.199Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-01-26T04:20:40.199Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:20:40.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-26T04:20:40.634Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:20:40.815Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:20:40.847Z] $ 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 [2024-01-26T04:20:41.191Z] $ docker top dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 -eo pid,comm [2024-01-26T04:20:41.229Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-01-26T04:20:41.229Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-01-26T04:20:41.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-01-26T04:20:41.447Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-26T04:20:41.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-26T04:20:41.554Z] $ docker exec dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 ssh-agent [2024-01-26T04:20:41.660Z] SSH_AUTH_SOCK=/tmp/ssh-KDfWr5TLJkk6/agent.32 [2024-01-26T04:20:41.660Z] SSH_AGENT_PID=38 [2024-01-26T04:20:41.665Z] Running ssh-add (command line suppressed) [2024-01-26T04:20:41.763Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3412554804516021938.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3412554804516021938.key) [2024-01-26T04:20:41.772Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-26T04:20:42.116Z] + git semver bump pre [2024-01-26T04:20:42.375Z] 2024-01-26 04:20:42,373 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:20:42.376Z] 2024-01-26 04:20:42,373 [bump_version] DEBUG bumping version:3.2.0-dev.7 on axis:pre with prefix:dev [2024-01-26T04:20:42.376Z] 2024-01-26 04:20:42,373 [bump_version] DEBUG bumped version:3.2.0-dev.8 [2024-01-26T04:20:42.376Z] 2024-01-26 04:20:42,373 [write_version] DEBUG write version:3.2.0-dev.8 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2024-01-26T04:20:42.376Z] 2024-01-26 04:20:42,373 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:20:42.376Z] 2024-01-26 04:20:42,373 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:20:42.376Z] 2024-01-26 04:20:42,376 [execute] INFO git cat-file --batch-check [2024-01-26T04:20:42.376Z] 2024-01-26 04:20:42,376 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2024-01-26T04:20:42.636Z] 2024-01-26 04:20:42,382 [execute] INFO git cat-file --batch [2024-01-26T04:20:42.636Z] 2024-01-26 04:20:42,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2024-01-26T04:20:42.636Z] 2024-01-26 04:20:42,389 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:20:42.636Z] 3.2.0-dev.8 [Pipeline] } [2024-01-26T04:20:42.649Z] $ docker exec --env ******** --env ******** dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 ssh-agent -k [2024-01-26T04:20:42.740Z] unset SSH_AUTH_SOCK; [2024-01-26T04:20:42.741Z] unset SSH_AGENT_PID; [2024-01-26T04:20:42.741Z] echo Agent pid 38 killed; [2024-01-26T04:20:42.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-01-26T04:20:43.280Z] + git semver [Pipeline] } [2024-01-26T04:20:43.553Z] $ docker stop --time=1 dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 [2024-01-26T04:20:44.838Z] $ docker rm -f --volumes dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 [Pipeline] // withDockerContainer [Pipeline] sh [2024-01-26T04:20:45.348Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-01-26T04:20:45.349Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:20:45.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-26T04:20:45.710Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:20:45.890Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:20:45.920Z] $ 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 [2024-01-26T04:20:46.243Z] $ docker top a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-01-26T04:20:46.522Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-01-26T04:20:46.522Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-26T04:20:46.621Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-26T04:20:46.628Z] $ docker exec a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 ssh-agent [2024-01-26T04:20:46.730Z] SSH_AUTH_SOCK=/tmp/ssh-2t1h0FBDKBEO/agent.32 [2024-01-26T04:20:46.730Z] SSH_AGENT_PID=38 [2024-01-26T04:20:46.735Z] Running ssh-add (command line suppressed) [2024-01-26T04:20:46.834Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_222828668800081230.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_222828668800081230.key) [2024-01-26T04:20:46.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-26T04:20:47.187Z] + git semver push [2024-01-26T04:20:47.445Z] 2024-01-26 04:20:47,376 [run_push] DEBUG push [2024-01-26T04:20:47.445Z] 2024-01-26 04:20:47,377 [execute] INFO git cat-file --batch-check [2024-01-26T04:20:47.445Z] 2024-01-26 04:20:47,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2024-01-26T04:20:47.445Z] 2024-01-26 04:20:47,380 [execute] INFO git rev-list 33d44dc0c84e7cf80fd97086ece4c914ab9e11fb -- [2024-01-26T04:20:47.445Z] 2024-01-26 04:20:47,381 [execute] DEBUG Popen(['git', 'rev-list', '33d44dc0c84e7cf80fd97086ece4c914ab9e11fb', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-01-26T04:20:47.445Z] 2024-01-26 04:20:47,386 [execute] INFO git fetch -v origin [2024-01-26T04:20:47.445Z] 2024-01-26 04:20:47,386 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-01-26T04:20:48.015Z] 2024-01-26 04:20:47,870 [run_push] DEBUG no remote changes detected [2024-01-26T04:20:48.015Z] 2024-01-26 04:20:47,871 [execute] INFO git push origin semver [2024-01-26T04:20:48.015Z] 2024-01-26 04:20:47,871 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-01-26T04:20:48.582Z] 2024-01-26 04:20:48,535 [run_push] DEBUG push all version tags [2024-01-26T04:20:48.582Z] 2024-01-26 04:20:48,536 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-01-26T04:20:48.582Z] 2024-01-26 04:20:48,536 [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) [2024-01-26T04:20:49.525Z] 2024-01-26 04:20:49,219 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2024-01-26T04:20:49.525Z] 3.2.0-dev.8 [Pipeline] } [2024-01-26T04:20:49.538Z] $ docker exec --env ******** --env ******** a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 ssh-agent -k [2024-01-26T04:20:49.626Z] unset SSH_AUTH_SOCK; [2024-01-26T04:20:49.626Z] unset SSH_AGENT_PID; [2024-01-26T04:20:49.626Z] echo Agent pid 38 killed; [2024-01-26T04:20:49.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-01-26T04:20:50.188Z] + git semver [Pipeline] } [2024-01-26T04:20:50.460Z] $ docker stop --time=1 a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 [2024-01-26T04:20:51.740Z] $ docker rm -f --volumes a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 [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 [2024-01-26T04:20:53.270Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2024-01-26T04:20:53.270Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2024-01-26T04:20:53.270Z] total 16 [2024-01-26T04:20:53.270Z] drwxr-xr-x 3 root root 4096 Jan 26 04:11 . [2024-01-26T04:20:53.270Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 26 04:20 .. [2024-01-26T04:20:53.270Z] drwxr-xr-x 2 root root 4096 Jan 26 04:11 cost [2024-01-26T04:20:53.270Z] -rw-r--r-- 1 root root 88 Jan 26 04:11 cost.csv [2024-01-26T04:20:53.270Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2024-01-26T04:20:53.270Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2024-01-26T04:20:53.270Z] total 16 [2024-01-26T04:20:53.270Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 26 04:11 . [2024-01-26T04:20:53.270Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 26 04:20 .. [2024-01-26T04:20:53.270Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 26 04:11 cost [2024-01-26T04:20:53.270Z] -rw-r--r-- 1 jenkins jenkins 88 Jan 26 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:53.560Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:54.416Z] ---> package-listing.sh [2024-01-26T04:20:54.416Z] ++ facter osfamily [2024-01-26T04:20:54.416Z] ++ tr '[:upper:]' '[:lower:]' [2024-01-26T04:20:54.675Z] + OS_FAMILY=debian [2024-01-26T04:20:54.675Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2024-01-26T04:20:54.675Z] + START_PACKAGES=/tmp/packages_start.txt [2024-01-26T04:20:54.675Z] + END_PACKAGES=/tmp/packages_end.txt [2024-01-26T04:20:54.675Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-01-26T04:20:54.675Z] + PACKAGES=/tmp/packages_start.txt [2024-01-26T04:20:54.675Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2024-01-26T04:20:54.675Z] + PACKAGES=/tmp/packages_end.txt [2024-01-26T04:20:54.675Z] + case "${OS_FAMILY}" in [2024-01-26T04:20:54.675Z] + dpkg -l [2024-01-26T04:20:54.675Z] + grep '^ii' [2024-01-26T04:20:54.675Z] + '[' -f /tmp/packages_start.txt ']' [2024-01-26T04:20:54.675Z] + '[' -f /tmp/packages_end.txt ']' [2024-01-26T04:20:54.675Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-01-26T04:20:54.675Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2024-01-26T04:20:54.675Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2024-01-26T04:20:54.675Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2024-01-26T04:20:54.689Z] 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 [2024-01-26T04:20:54.969Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-26T04:20:55.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-01-26T04:20:55.585Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-26T04:20:55.857Z] prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container [2024-01-26T04:20:55.889Z] $ 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 [2024-01-26T04:20:56.096Z] $ docker top 5e2423932f25c625f570aee5bae27ec76a0b1a0f8513c37fbd57d53a510f52d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-26T04:20:56.558Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-01-26T04:20:56.844Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-01-26T04:20:57.131Z] + ls /var/log/sa-host [2024-01-26T04:20:57.131Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-01-26T04:20:57.276Z] provisioning config files... [2024-01-26T04:20:57.285Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10632865716486834191tmp [Pipeline] { [Pipeline] echo [2024-01-26T04:20:57.412Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:57.694Z] ---> create-netrc.sh [Pipeline] } [2024-01-26T04:20:57.702Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:58.156Z] ---> python-tools-install.sh [Pipeline] echo [2024-01-26T04:20:58.166Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:58.450Z] ---> sudo-logs.sh [2024-01-26T04:20:58.450Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-01-26T04:20:58.532Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:58.814Z] ---> job-cost.sh [2024-01-26T04:20:58.814Z] lf-activate-venv: SKIPPING [2024-01-26T04:20:58.814Z] DEBUG: total: 0.2199999988079071 [2024-01-26T04:20:58.814Z] INFO: Retrieving Stack Cost... [2024-01-26T04:20:59.073Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-01-26T04:20:59.640Z] INFO: Archiving Costs [Pipeline] echo [2024-01-26T04:20:59.655Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-26T04:20:59.936Z] ---> logs-deploy.sh [2024-01-26T04:20:59.936Z] lf-activate-venv: SKIPPING [2024-01-26T04:20:59.936Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/82 [2024-01-26T04:20:59.936Z] INFO: archiving workspace using pattern(s): [2024-01-26T04:21:01.317Z] Archives upload complete. [2024-01-26T04:21:01.317Z] INFO: archiving logs to Nexus [2024-01-26T04:21:02.257Z] ---> uname -a: [2024-01-26T04:21:02.257Z] Linux prd-ubuntu20-04-docker-8c-8g-27960 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] ---> lscpu: [2024-01-26T04:21:02.257Z] Architecture: x86_64 [2024-01-26T04:21:02.257Z] CPU op-mode(s): 32-bit, 64-bit [2024-01-26T04:21:02.257Z] Byte Order: Little Endian [2024-01-26T04:21:02.257Z] Address sizes: 40 bits physical, 48 bits virtual [2024-01-26T04:21:02.257Z] CPU(s): 8 [2024-01-26T04:21:02.257Z] On-line CPU(s) list: 0-7 [2024-01-26T04:21:02.257Z] Thread(s) per core: 1 [2024-01-26T04:21:02.257Z] Core(s) per socket: 1 [2024-01-26T04:21:02.257Z] Socket(s): 8 [2024-01-26T04:21:02.257Z] NUMA node(s): 1 [2024-01-26T04:21:02.257Z] Vendor ID: AuthenticAMD [2024-01-26T04:21:02.257Z] CPU family: 23 [2024-01-26T04:21:02.257Z] Model: 49 [2024-01-26T04:21:02.257Z] Model name: AMD EPYC-Rome Processor [2024-01-26T04:21:02.257Z] Stepping: 0 [2024-01-26T04:21:02.257Z] CPU MHz: 2800.000 [2024-01-26T04:21:02.257Z] BogoMIPS: 5600.00 [2024-01-26T04:21:02.257Z] Virtualization: AMD-V [2024-01-26T04:21:02.257Z] Hypervisor vendor: KVM [2024-01-26T04:21:02.257Z] Virtualization type: full [2024-01-26T04:21:02.257Z] L1d cache: 256 KiB [2024-01-26T04:21:02.257Z] L1i cache: 256 KiB [2024-01-26T04:21:02.257Z] L2 cache: 4 MiB [2024-01-26T04:21:02.257Z] L3 cache: 128 MiB [2024-01-26T04:21:02.257Z] NUMA node0 CPU(s): 0-7 [2024-01-26T04:21:02.257Z] Vulnerability Itlb multihit: Not affected [2024-01-26T04:21:02.257Z] Vulnerability L1tf: Not affected [2024-01-26T04:21:02.257Z] Vulnerability Mds: Not affected [2024-01-26T04:21:02.257Z] Vulnerability Meltdown: Not affected [2024-01-26T04:21:02.257Z] Vulnerability Mmio stale data: Not affected [2024-01-26T04:21:02.257Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-01-26T04:21:02.257Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-01-26T04:21:02.257Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-01-26T04:21:02.257Z] Vulnerability Srbds: Not affected [2024-01-26T04:21:02.257Z] Vulnerability Tsx async abort: Not affected [2024-01-26T04:21:02.257Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] ---> nproc: [2024-01-26T04:21:02.257Z] 8 [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] ---> df -h: [2024-01-26T04:21:02.257Z] Filesystem Size Used Avail Use% Mounted on [2024-01-26T04:21:02.257Z] overlay 155G 13G 143G 9% / [2024-01-26T04:21:02.257Z] tmpfs 64M 0 64M 0% /dev [2024-01-26T04:21:02.257Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-01-26T04:21:02.257Z] shm 64M 0 64M 0% /dev/shm [2024-01-26T04:21:02.257Z] /dev/vda1 155G 13G 143G 9% /facter-os [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] ---> sar -b -r -n DEV: [2024-01-26T04:21:02.257Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27960) 01/26/24 _x86_64_ (8 CPU) [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] 04:07:32 LINUX RESTART (8 CPU) [2024-01-26T04:21:02.257Z] [2024-01-26T04:21:02.257Z] 04:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-01-26T04:21:02.257Z] 04:09:01 155.23 23.85 131.38 0.00 2275.28 38109.79 0.00 [2024-01-26T04:21:02.257Z] 04:10:01 109.98 0.10 109.88 0.00 13.20 36077.99 0.00 [2024-01-26T04:21:02.257Z] 04:11:01 154.94 0.23 154.71 0.00 5.20 39689.94 0.00 [2024-01-26T04:21:02.257Z] 04:12:01 66.09 0.08 66.01 0.00 11.60 17110.88 0.00 [2024-01-26T04:21:02.257Z] 04:13:01 27.60 11.26 16.33 0.00 3473.55 3714.71 0.00 [2024-01-26T04:21:02.257Z] 04:14:01 4.78 0.00 4.78 0.00 0.00 63.04 0.00 [2024-01-26T04:21:02.257Z] 04:15:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 [2024-01-26T04:21:02.257Z] 04:16:01 1.92 0.00 1.92 0.00 0.00 21.60 0.00 [2024-01-26T04:21:02.257Z] 04:17:01 3.23 1.67 1.57 0.00 37.86 20.00 0.00 [2024-01-26T04:21:02.257Z] 04:18:01 2.70 0.00 2.70 0.00 0.00 38.79 0.00 [2024-01-26T04:21:02.258Z] 04:19:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 [2024-01-26T04:21:02.258Z] 04:20:01 39.33 0.37 38.96 0.00 12.26 26388.27 0.00 [2024-01-26T04:21:02.258Z] 04:21:01 115.95 0.22 115.73 0.00 20.93 32635.63 0.00 [2024-01-26T04:21:02.258Z] Average: 52.65 2.91 49.74 0.00 450.05 14915.90 0.00 [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] 04:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-01-26T04:21:02.258Z] 04:09:01 28653560 31524152 784880 2.39 104912 2993632 1929432 5.69 1170052 2615708 403088 [2024-01-26T04:21:02.258Z] 04:10:01 27957988 31448596 854452 2.60 138760 3529336 1930596 5.69 1524680 2903380 534832 [2024-01-26T04:21:02.258Z] 04:11:01 28253948 31494072 810288 2.46 144196 3288600 1945684 5.73 1289412 2853392 320 [2024-01-26T04:21:02.258Z] 04:12:01 27778976 31525200 777144 2.36 154124 3734420 1767640 5.21 1278732 3285920 336 [2024-01-26T04:21:02.258Z] 04:13:01 27538708 31506728 787116 2.39 159384 3938700 1814768 5.35 1439800 3341848 1288 [2024-01-26T04:21:02.258Z] 04:14:01 27542484 31510592 783284 2.38 159460 3938824 1830824 5.40 1436212 3341936 4 [2024-01-26T04:21:02.258Z] 04:15:01 27542524 31510716 783140 2.38 159540 3938828 1830824 5.40 1436240 3341948 164 [2024-01-26T04:21:02.258Z] 04:16:01 27552232 31520468 773296 2.35 159616 3938820 1830824 5.40 1426940 3341940 16 [2024-01-26T04:21:02.258Z] 04:17:01 27544936 31515424 778408 2.37 159708 3939956 1830824 5.40 1435596 3342276 200 [2024-01-26T04:21:02.258Z] 04:18:01 27545136 31516076 777968 2.37 159836 3939940 1830824 5.40 1434832 3342476 8 [2024-01-26T04:21:02.258Z] 04:19:01 27545444 31516444 777564 2.36 159920 3939940 1830824 5.40 1434872 3342480 8 [2024-01-26T04:21:02.258Z] 04:20:01 26382824 31390844 896712 2.73 175264 4876176 1937564 5.71 1634552 4211140 232464 [2024-01-26T04:21:02.258Z] 04:21:01 25965816 31418920 865020 2.63 199324 5249168 1857256 5.47 1636084 4576908 856 [2024-01-26T04:21:02.258Z] Average: 27523429 31492172 803790 2.44 156465 3942026 1859068 5.48 1429077 3372412 90276 [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] 04:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-01-26T04:21:02.258Z] 04:09:01 docker0 189.12 286.99 15.74 2193.14 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:09:01 ens3 758.88 510.19 7781.55 103.21 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:09:01 lo 6.40 6.40 0.63 0.63 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:10:01 veth82a3531 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:10:01 docker0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:10:01 ens3 34.84 28.38 31.66 67.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:11:01 docker0 5.27 8.52 0.32 128.74 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:11:01 ens3 40.28 24.93 208.09 11.56 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:11:01 lo 0.93 0.93 0.10 0.10 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:12:01 ens3 147.73 110.16 2552.74 283.64 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:12:01 lo 7.67 7.67 0.75 0.75 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:13:01 ens3 69.64 29.35 1373.92 2.19 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:13:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:14:01 ens3 0.50 0.30 0.15 0.08 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:16:01 ens3 0.85 0.13 0.04 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:17:01 ens3 9.15 6.63 5.71 6.15 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:17:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:19:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:20:01 docker0 47.51 81.19 3.70 912.09 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:20:01 vethb6cbedc 47.51 81.29 4.35 912.10 0.00 0.00 0.00 0.07 [2024-01-26T04:21:02.258Z] 04:20:01 ens3 206.73 129.66 4887.70 16.43 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:20:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:21:01 docker0 6.83 7.90 0.99 2.16 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:21:01 ens3 226.95 168.37 3302.01 162.26 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] 04:21:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] Average: docker0 19.14 29.60 1.60 249.00 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] Average: ens3 115.10 77.58 1549.72 50.20 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] Average: lo 1.46 1.46 0.14 0.14 0.00 0.00 0.00 0.00 [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] ---> sar -P ALL: [2024-01-26T04:21:02.258Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27960) 01/26/24 _x86_64_ (8 CPU) [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] 04:07:32 LINUX RESTART (8 CPU) [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] 04:08:01 CPU %user %nice %system %iowait %steal %idle [2024-01-26T04:21:02.258Z] 04:09:01 all 10.11 0.00 3.52 2.76 0.12 83.49 [2024-01-26T04:21:02.258Z] 04:09:01 0 9.38 0.00 3.57 1.13 0.10 85.82 [2024-01-26T04:21:02.258Z] 04:09:01 1 10.42 0.00 4.04 15.06 0.13 70.34 [2024-01-26T04:21:02.258Z] 04:09:01 2 9.13 0.00 3.18 1.14 0.12 86.43 [2024-01-26T04:21:02.258Z] 04:09:01 3 8.33 0.00 3.28 2.12 0.12 86.15 [2024-01-26T04:21:02.258Z] 04:09:01 4 12.76 0.00 3.30 0.25 0.12 83.57 [2024-01-26T04:21:02.258Z] 04:09:01 5 11.12 0.00 4.01 0.45 0.13 84.28 [2024-01-26T04:21:02.258Z] 04:09:01 6 10.38 0.00 3.39 0.71 0.12 85.41 [2024-01-26T04:21:02.258Z] 04:09:01 7 9.32 0.00 3.42 1.21 0.13 85.90 [2024-01-26T04:21:02.258Z] 04:10:01 all 21.53 0.00 3.00 3.14 0.12 72.22 [2024-01-26T04:21:02.258Z] 04:10:01 0 20.87 0.00 2.49 0.52 0.10 76.02 [2024-01-26T04:21:02.258Z] 04:10:01 1 21.94 0.00 3.71 17.81 0.15 56.39 [2024-01-26T04:21:02.258Z] 04:10:01 2 22.30 0.00 2.92 0.86 0.08 73.84 [2024-01-26T04:21:02.258Z] 04:10:01 3 22.49 0.00 2.82 0.12 0.15 74.42 [2024-01-26T04:21:02.258Z] 04:10:01 4 19.53 0.00 2.95 0.83 0.10 76.59 [2024-01-26T04:21:02.258Z] 04:10:01 5 21.81 0.00 2.93 0.13 0.08 75.04 [2024-01-26T04:21:02.258Z] 04:10:01 6 20.58 0.00 3.07 1.09 0.12 75.14 [2024-01-26T04:21:02.258Z] 04:10:01 7 22.71 0.00 3.08 3.77 0.17 70.27 [2024-01-26T04:21:02.258Z] 04:11:01 all 40.33 0.00 4.49 2.40 0.30 52.47 [2024-01-26T04:21:02.258Z] 04:11:01 0 41.10 0.00 4.64 1.11 0.37 52.78 [2024-01-26T04:21:02.258Z] 04:11:01 1 40.40 0.00 5.09 5.51 0.39 48.62 [2024-01-26T04:21:02.258Z] 04:11:01 2 39.88 0.00 4.31 0.64 0.20 54.97 [2024-01-26T04:21:02.258Z] 04:11:01 3 41.10 0.00 4.73 1.08 0.17 52.91 [2024-01-26T04:21:02.258Z] 04:11:01 4 39.96 0.00 4.40 0.45 0.15 55.04 [2024-01-26T04:21:02.258Z] 04:11:01 5 39.00 0.00 4.63 0.45 0.40 55.51 [2024-01-26T04:21:02.258Z] 04:11:01 6 40.76 0.00 4.24 8.48 0.26 46.27 [2024-01-26T04:21:02.258Z] 04:11:01 7 40.49 0.00 3.91 1.60 0.49 53.52 [2024-01-26T04:21:02.258Z] 04:12:01 all 3.32 0.00 1.22 1.13 0.05 94.28 [2024-01-26T04:21:02.258Z] 04:12:01 0 3.01 0.00 0.82 0.02 0.03 96.12 [2024-01-26T04:21:02.258Z] 04:12:01 1 3.27 0.00 1.44 0.02 0.03 95.24 [2024-01-26T04:21:02.258Z] 04:12:01 2 3.36 0.00 1.19 1.14 0.03 94.28 [2024-01-26T04:21:02.258Z] 04:12:01 3 2.56 0.00 1.05 0.07 0.05 96.27 [2024-01-26T04:21:02.258Z] 04:12:01 4 3.56 0.00 1.14 0.00 0.07 95.24 [2024-01-26T04:21:02.258Z] 04:12:01 5 4.28 0.00 1.52 0.02 0.05 94.13 [2024-01-26T04:21:02.258Z] 04:12:01 6 3.55 0.00 1.19 0.02 0.03 95.21 [2024-01-26T04:21:02.258Z] 04:12:01 7 3.00 0.00 1.40 7.80 0.08 87.71 [2024-01-26T04:21:02.258Z] 04:13:01 all 1.05 0.00 0.43 0.38 0.02 98.12 [2024-01-26T04:21:02.258Z] 04:13:01 0 1.12 0.00 0.47 0.30 0.02 98.10 [2024-01-26T04:21:02.258Z] 04:13:01 1 0.45 0.00 0.53 1.05 0.02 97.95 [2024-01-26T04:21:02.258Z] 04:13:01 2 1.33 0.00 0.28 0.00 0.02 98.38 [2024-01-26T04:21:02.258Z] 04:13:01 3 0.25 0.00 0.27 0.45 0.02 99.02 [2024-01-26T04:21:02.258Z] 04:13:01 4 2.95 0.00 0.58 0.17 0.02 96.28 [2024-01-26T04:21:02.258Z] 04:13:01 5 0.52 0.00 0.30 0.00 0.02 99.17 [2024-01-26T04:21:02.258Z] 04:13:01 6 0.57 0.00 0.38 0.30 0.02 98.73 [2024-01-26T04:21:02.258Z] 04:13:01 7 1.24 0.00 0.64 0.77 0.02 97.34 [2024-01-26T04:21:02.258Z] 04:14:01 all 0.04 0.00 0.03 0.03 0.01 99.89 [2024-01-26T04:21:02.258Z] 04:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2024-01-26T04:21:02.258Z] 04:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2024-01-26T04:21:02.258Z] 04:14:01 2 0.07 0.00 0.00 0.00 0.02 99.92 [2024-01-26T04:21:02.258Z] 04:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-01-26T04:21:02.258Z] 04:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2024-01-26T04:21:02.258Z] 04:14:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2024-01-26T04:21:02.258Z] 04:14:01 6 0.05 0.00 0.05 0.20 0.03 99.67 [2024-01-26T04:21:02.258Z] 04:14:01 7 0.00 0.00 0.03 0.03 0.02 99.92 [2024-01-26T04:21:02.258Z] 04:15:01 all 0.01 0.00 0.01 0.06 0.01 99.90 [2024-01-26T04:21:02.258Z] 04:15:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-01-26T04:21:02.258Z] 04:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-01-26T04:21:02.258Z] 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-01-26T04:21:02.258Z] 04:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-01-26T04:21:02.258Z] 04:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-01-26T04:21:02.258Z] 04:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-01-26T04:21:02.258Z] 04:15:01 6 0.02 0.00 0.05 0.43 0.02 99.48 [2024-01-26T04:21:02.258Z] 04:15:01 7 0.00 0.00 0.02 0.05 0.00 99.93 [2024-01-26T04:21:02.258Z] 04:16:01 all 0.06 0.00 0.01 0.02 0.01 99.90 [2024-01-26T04:21:02.258Z] 04:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-01-26T04:21:02.258Z] 04:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-01-26T04:21:02.258Z] 04:16:01 2 0.15 0.00 0.02 0.00 0.00 99.83 [2024-01-26T04:21:02.258Z] 04:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-01-26T04:21:02.258Z] 04:16:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2024-01-26T04:21:02.258Z] 04:16:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-01-26T04:21:02.258Z] 04:16:01 6 0.12 0.00 0.03 0.07 0.02 99.77 [2024-01-26T04:21:02.258Z] 04:16:01 7 0.02 0.00 0.00 0.08 0.02 99.88 [2024-01-26T04:21:02.258Z] 04:17:01 all 0.31 0.00 0.03 0.04 0.01 99.61 [2024-01-26T04:21:02.258Z] 04:17:01 0 0.45 0.00 0.07 0.03 0.02 99.43 [2024-01-26T04:21:02.258Z] 04:17:01 1 0.17 0.00 0.03 0.00 0.02 99.78 [2024-01-26T04:21:02.258Z] 04:17:01 2 0.33 0.00 0.00 0.00 0.00 99.67 [2024-01-26T04:21:02.258Z] 04:17:01 3 0.17 0.00 0.02 0.00 0.00 99.82 [2024-01-26T04:21:02.258Z] 04:17:01 4 1.17 0.00 0.05 0.00 0.00 98.78 [2024-01-26T04:21:02.258Z] 04:17:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2024-01-26T04:21:02.258Z] 04:17:01 6 0.15 0.00 0.08 0.12 0.02 99.63 [2024-01-26T04:21:02.258Z] 04:17:01 7 0.02 0.00 0.02 0.17 0.00 99.80 [2024-01-26T04:21:02.258Z] 04:18:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2024-01-26T04:21:02.258Z] 04:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2024-01-26T04:21:02.258Z] 04:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-01-26T04:21:02.258Z] 04:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-01-26T04:21:02.258Z] 04:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-01-26T04:21:02.258Z] 04:18:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2024-01-26T04:21:02.258Z] 04:18:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-01-26T04:21:02.258Z] 04:18:01 6 0.07 0.00 0.07 0.03 0.02 99.82 [2024-01-26T04:21:02.258Z] 04:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-01-26T04:21:02.258Z] 04:19:01 all 0.10 0.00 0.01 0.00 0.00 99.88 [2024-01-26T04:21:02.258Z] 04:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-01-26T04:21:02.258Z] 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-01-26T04:21:02.258Z] 04:19:01 2 0.60 0.00 0.03 0.00 0.00 99.37 [2024-01-26T04:21:02.258Z] 04:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-01-26T04:21:02.258Z] 04:19:01 4 0.08 0.00 0.02 0.00 0.00 99.90 [2024-01-26T04:21:02.258Z] 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-01-26T04:21:02.258Z] 04:19:01 6 0.05 0.00 0.03 0.02 0.00 99.90 [2024-01-26T04:21:02.258Z] 04:19:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] 04:19:01 CPU %user %nice %system %iowait %steal %idle [2024-01-26T04:21:02.258Z] 04:20:01 all 4.16 0.00 1.65 1.52 0.14 92.53 [2024-01-26T04:21:02.258Z] 04:20:01 0 3.97 0.00 1.78 0.02 0.13 94.10 [2024-01-26T04:21:02.258Z] 04:20:01 1 3.07 0.00 1.88 0.15 0.22 94.69 [2024-01-26T04:21:02.258Z] 04:20:01 2 5.39 0.00 1.44 0.03 0.08 93.06 [2024-01-26T04:21:02.258Z] 04:20:01 3 3.34 0.00 2.54 7.93 0.19 86.01 [2024-01-26T04:21:02.258Z] 04:20:01 4 5.56 0.00 1.31 0.00 0.07 93.06 [2024-01-26T04:21:02.258Z] 04:20:01 5 3.98 0.00 1.59 2.15 0.15 92.13 [2024-01-26T04:21:02.258Z] 04:20:01 6 4.61 0.00 1.60 1.68 0.27 91.84 [2024-01-26T04:21:02.258Z] 04:20:01 7 3.33 0.00 1.08 0.22 0.05 95.32 [2024-01-26T04:21:02.258Z] 04:21:01 all 6.04 0.00 2.80 2.28 0.16 88.72 [2024-01-26T04:21:02.258Z] 04:21:01 0 8.04 0.00 2.74 1.06 0.25 87.91 [2024-01-26T04:21:02.258Z] 04:21:01 1 7.22 0.00 3.83 0.13 0.12 88.70 [2024-01-26T04:21:02.258Z] 04:21:01 2 5.14 0.00 2.64 0.12 0.10 92.00 [2024-01-26T04:21:02.258Z] 04:21:01 3 5.63 0.00 3.01 0.34 0.19 90.83 [2024-01-26T04:21:02.258Z] 04:21:01 4 6.66 0.00 1.61 0.00 0.23 91.51 [2024-01-26T04:21:02.258Z] 04:21:01 5 5.64 0.00 2.46 3.56 0.15 88.19 [2024-01-26T04:21:02.258Z] 04:21:01 6 5.16 0.00 3.36 3.51 0.12 87.84 [2024-01-26T04:21:02.258Z] 04:21:01 7 4.77 0.00 2.75 9.62 0.14 82.72 [2024-01-26T04:21:02.258Z] Average: all 6.66 0.00 1.32 1.05 0.07 90.89 [2024-01-26T04:21:02.258Z] Average: 0 6.74 0.00 1.28 0.32 0.08 91.58 [2024-01-26T04:21:02.258Z] Average: 1 6.65 0.00 1.58 3.04 0.08 88.65 [2024-01-26T04:21:02.258Z] Average: 2 6.73 0.00 1.23 0.30 0.05 91.69 [2024-01-26T04:21:02.258Z] Average: 3 6.41 0.00 1.36 0.92 0.07 91.24 [2024-01-26T04:21:02.258Z] Average: 4 7.08 0.00 1.18 0.13 0.06 91.55 [2024-01-26T04:21:02.258Z] Average: 5 6.63 0.00 1.34 0.52 0.08 91.42 [2024-01-26T04:21:02.258Z] Average: 6 6.54 0.00 1.34 1.26 0.08 90.78 [2024-01-26T04:21:02.258Z] Average: 7 6.50 0.00 1.25 1.93 0.09 90.23 [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z] [2024-01-26T04:21:02.258Z]