Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dc181b80ea0be21e4569ae5558623740e499df97 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-ssh9542912112852874127.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh12233129692497089898.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh4984888751713577730.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh2005540996092540369.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-ssh4281048483515666173.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-9778 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 dc181b80ea0be21e4569ae5558623740e499df97 (main) Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.45" > 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 dc181b80ea0be21e4569ae5558623740e499df97 # timeout=10 > git rev-list --no-walk 78fe8f3bf92d1429b888daae8a2254829d2673dc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-10-23T04:14:27.335Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-10-23T04:14:27.377Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-10-23T04:14:27.390Z] ========================================================= [2023-10-23T04:14:27.390Z] EdgeX Global Pipelines Version Info [2023-10-23T04:14:27.390Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:14:28.104Z] ------------------- [2023-10-23T04:14:28.104Z] stable info: [2023-10-23T04:14:28.104Z] ------------------- [2023-10-23T04:14:28.104Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-10-23T04:14:28.104Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-23T04:14:28.104Z] Message: update stable to v1.0.254 [2023-10-23T04:14:28.677Z] ------------------- [2023-10-23T04:14:28.677Z] experimental info: [2023-10-23T04:14:28.677Z] ------------------- [2023-10-23T04:14:28.677Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-10-23T04:14:28.677Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-23T04:14:28.677Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-10-23T04:14:28.835Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-10-23T04:14:28.845Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-10-23T04:14:28.858Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-10-23T04:14:28.869Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-10-23T04:14:28.881Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-10-23T04:14:28.893Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-10-23T04:14:28.906Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-10-23T04:14:28.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-10-23T04:14:28.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-10-23T04:14:28.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-10-23T04:14:28.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-10-23T04:14:28.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-10-23T04:14:28.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-10-23T04:14:29.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-10-23T04:14:29.026Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-10-23T04:14:29.045Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-10-23T04:14:29.059Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-10-23T04:14:29.070Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-10-23T04:14:29.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-10-23T04:14:29.094Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-10-23T04:14:29.109Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-10-23T04:14:29.123Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-10-23T04:14:29.138Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-10-23T04:14:29.154Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-10-23T04:14:29.169Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-10-23T04:14:29.186Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-10-23T04:14:29.204Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-10-23T04:14:29.218Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-10-23T04:14:29.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-10-23T04:14:29.239Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-10-23T04:14:29.250Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo [2023-10-23T04:14:29.267Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc181b8 [Pipeline] echo [2023-10-23T04:14:29.286Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-23T04:14:29.333Z] provisioning config files... [2023-10-23T04:14:29.346Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config439193605611830603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:14:29.646Z] ---> docker-login.sh [2023-10-23T04:14:29.646Z] nexus3.edgexfoundry.org:10001 [2023-10-23T04:14:29.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:29.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:29.906Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:29.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:29.906Z] [2023-10-23T04:14:29.906Z] Login Succeeded [2023-10-23T04:14:29.906Z] nexus3.edgexfoundry.org:10002 [2023-10-23T04:14:30.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:30.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:30.167Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:30.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:30.167Z] [2023-10-23T04:14:30.167Z] Login Succeeded [2023-10-23T04:14:30.167Z] nexus3.edgexfoundry.org:10003 [2023-10-23T04:14:30.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:30.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:30.167Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:30.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:30.167Z] [2023-10-23T04:14:30.167Z] Login Succeeded [2023-10-23T04:14:30.167Z] nexus3.edgexfoundry.org:10004 [2023-10-23T04:14:30.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:30.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:30.425Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:30.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:30.425Z] [2023-10-23T04:14:30.425Z] Login Succeeded [2023-10-23T04:14:30.425Z] docker.io [2023-10-23T04:14:30.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:30.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:30.687Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:30.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:30.687Z] [2023-10-23T04:14:30.687Z] Login Succeeded [2023-10-23T04:14:30.687Z] ---> docker-login.sh ends [Pipeline] } [2023-10-23T04:14:30.694Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-10-23T04:14:31.054Z] + git rev-list -1 --merges dc181b80ea0be21e4569ae5558623740e499df97~1..dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo [2023-10-23T04:14:31.091Z] -----------> git rev-list -1 --merges dc181b80ea0be21e4569ae5558623740e499df97~1..dc181b80ea0be21e4569ae5558623740e499df97 dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:14:31.091Z] dc181b80ea0be21e4569ae5558623740e499df97 [false] [Pipeline] sh [2023-10-23T04:14:31.378Z] + git log --format=format:%s -1 dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo [2023-10-23T04:14:31.399Z] ========================================================= [2023-10-23T04:14:31.399Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-10-23T04:14:31.399Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-23T04:14:31.742Z] + git log --format=format:%s -1 dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo [2023-10-23T04:14:31.752Z] [semverPrep] GIT_COMMIT: dc181b80ea0be21e4569ae5558623740e499df97, Commit Message: Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.45 [Pipeline] echo [2023-10-23T04:14:31.764Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-10-23T04:14:32.151Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-23T04:14:32.151Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-10-23T04:14:32.151Z] + [ -e /tmp/ssh_known_hosts ] [2023-10-23T04:14:32.151Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-10-23T04:14:32.151Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-10-23T04:14:32.151Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-10-23T04:14:32.151Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:14:32.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-23T04:14:32.564Z] [2023-10-23T04:14:32.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:14:32.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-23T04:14:32.866Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-10-23T04:14:32.866Z] b85a868b505f: Pulling fs layer [2023-10-23T04:14:32.866Z] e2be974225ed: Pulling fs layer [2023-10-23T04:14:32.866Z] 339a4e72a1f5: Pulling fs layer [2023-10-23T04:14:32.866Z] 988bab9f4d93: Pulling fs layer [2023-10-23T04:14:32.866Z] 1469e6f7b9e6: Pulling fs layer [2023-10-23T04:14:32.866Z] eaf3925da568: Pulling fs layer [2023-10-23T04:14:32.866Z] bab4dde63d76: Pulling fs layer [2023-10-23T04:14:32.866Z] 1469e6f7b9e6: Waiting [2023-10-23T04:14:32.866Z] eaf3925da568: Waiting [2023-10-23T04:14:32.866Z] bab4dde63d76: Waiting [2023-10-23T04:14:32.866Z] 988bab9f4d93: Waiting [2023-10-23T04:14:32.866Z] bde34c3a00c8: Pulling fs layer [2023-10-23T04:14:32.866Z] b352a97aabf1: Pulling fs layer [2023-10-23T04:14:32.866Z] 4872d77fe225: Pulling fs layer [2023-10-23T04:14:32.866Z] bde34c3a00c8: Waiting [2023-10-23T04:14:32.866Z] 5851b861e8e6: Pulling fs layer [2023-10-23T04:14:32.866Z] 4872d77fe225: Waiting [2023-10-23T04:14:32.866Z] e2be974225ed: Verifying Checksum [2023-10-23T04:14:32.866Z] e2be974225ed: Download complete [2023-10-23T04:14:32.866Z] 988bab9f4d93: Verifying Checksum [2023-10-23T04:14:32.866Z] 988bab9f4d93: Download complete [2023-10-23T04:14:32.866Z] 1469e6f7b9e6: Verifying Checksum [2023-10-23T04:14:32.866Z] 1469e6f7b9e6: Download complete [2023-10-23T04:14:33.127Z] 339a4e72a1f5: Verifying Checksum [2023-10-23T04:14:33.127Z] 339a4e72a1f5: Download complete [2023-10-23T04:14:33.127Z] eaf3925da568: Download complete [2023-10-23T04:14:33.127Z] bde34c3a00c8: Download complete [2023-10-23T04:14:33.127Z] b352a97aabf1: Download complete [2023-10-23T04:14:33.127Z] 4872d77fe225: Verifying Checksum [2023-10-23T04:14:33.127Z] 4872d77fe225: Download complete [2023-10-23T04:14:33.127Z] 5851b861e8e6: Verifying Checksum [2023-10-23T04:14:33.127Z] 5851b861e8e6: Download complete [2023-10-23T04:14:33.127Z] b85a868b505f: Verifying Checksum [2023-10-23T04:14:33.127Z] b85a868b505f: Download complete [2023-10-23T04:14:33.389Z] bab4dde63d76: Verifying Checksum [2023-10-23T04:14:33.389Z] bab4dde63d76: Download complete [2023-10-23T04:14:34.323Z] b85a868b505f: Pull complete [2023-10-23T04:14:34.323Z] e2be974225ed: Pull complete [2023-10-23T04:14:34.889Z] 339a4e72a1f5: Pull complete [2023-10-23T04:14:34.889Z] 988bab9f4d93: Pull complete [2023-10-23T04:14:35.148Z] 1469e6f7b9e6: Pull complete [2023-10-23T04:14:35.148Z] eaf3925da568: Pull complete [2023-10-23T04:14:37.096Z] bab4dde63d76: Pull complete [2023-10-23T04:14:37.096Z] bde34c3a00c8: Pull complete [2023-10-23T04:14:37.096Z] b352a97aabf1: Pull complete [2023-10-23T04:14:37.096Z] 4872d77fe225: Pull complete [2023-10-23T04:14:37.356Z] 5851b861e8e6: Pull complete [2023-10-23T04:14:37.356Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-10-23T04:14:37.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-23T04:14:37.356Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:14:37.455Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:14:37.495Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-23T04:14:40.879Z] $ docker top a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 -eo pid,comm [2023-10-23T04:14:40.932Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-10-23T04:14:40.932Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-23T04:14:40.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-23T04:14:40.971Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-23T04:14:41.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-23T04:14:41.094Z] $ docker exec a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent [2023-10-23T04:14:41.206Z] SSH_AUTH_SOCK=/tmp/ssh-QIiIhUdQ5grV/agent.32 [2023-10-23T04:14:41.206Z] SSH_AGENT_PID=38 [2023-10-23T04:14:41.214Z] Running ssh-add (command line suppressed) [2023-10-23T04:14:41.317Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6912950299735151076.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6912950299735151076.key) [2023-10-23T04:14:41.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-23T04:14:41.619Z] + git tag --points-at HEAD [Pipeline] } [2023-10-23T04:14:41.641Z] $ docker exec --env ******** --env ******** a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent -k [2023-10-23T04:14:41.748Z] unset SSH_AUTH_SOCK; [2023-10-23T04:14:41.748Z] unset SSH_AGENT_PID; [2023-10-23T04:14:41.749Z] echo Agent pid 38 killed; [2023-10-23T04:14:41.756Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-10-23T04:14:41.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-23T04:14:41.784Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-23T04:14:41.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-23T04:14:41.903Z] $ docker exec a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent [2023-10-23T04:14:42.014Z] SSH_AUTH_SOCK=/tmp/ssh-oSvaym5cT1En/agent.70 [2023-10-23T04:14:42.014Z] SSH_AGENT_PID=76 [2023-10-23T04:14:42.019Z] Running ssh-add (command line suppressed) [2023-10-23T04:14:42.142Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5677932553915307575.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5677932553915307575.key) [2023-10-23T04:14:42.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-23T04:14:42.441Z] + git semver init [2023-10-23T04:14:42.702Z] 2023-10-23 04:14:42,617 [run_init] DEBUG init version:0.0.0 force:False [2023-10-23T04:14:42.702Z] 2023-10-23 04:14:42,618 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-10-23T04:14:42.702Z] 2023-10-23 04:14:42,618 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-10-23T04:14:42.702Z] 2023-10-23 04:14:42,619 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-10-23T04:14:43.643Z] 2023-10-23 04:14:43,350 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-10-23T04:14:43.643Z] 2023-10-23 04:14:43,351 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-10-23T04:14:43.643Z] 2023-10-23 04:14:43,351 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:14:43.643Z] 2023-10-23 04:14:43,351 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:14:43.643Z] 3.1.0-dev.59 [Pipeline] } [2023-10-23T04:14:43.656Z] $ docker exec --env ******** --env ******** a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent -k [2023-10-23T04:14:43.748Z] unset SSH_AUTH_SOCK; [2023-10-23T04:14:43.748Z] unset SSH_AGENT_PID; [2023-10-23T04:14:43.749Z] echo Agent pid 76 killed; [2023-10-23T04:14:43.757Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-23T04:14:44.058Z] + git semver [Pipeline] } [2023-10-23T04:14:44.333Z] $ docker stop --time=1 a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 [2023-10-23T04:14:45.623Z] $ docker rm -f --volumes a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-23T04:14:46.013Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-10-23T04:14:46.233Z] Stashed 1 file(s) [Pipeline] echo [2023-10-23T04:14:46.236Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.59 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-23T04:14:46.367Z] provisioning config files... [2023-10-23T04:14:46.377Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6825958026063181255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:14:46.682Z] ---> docker-login.sh [2023-10-23T04:14:46.682Z] nexus3.edgexfoundry.org:10001 [2023-10-23T04:14:46.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:46.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:46.682Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:46.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:46.682Z] [2023-10-23T04:14:46.682Z] Login Succeeded [2023-10-23T04:14:46.682Z] nexus3.edgexfoundry.org:10002 [2023-10-23T04:14:46.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:46.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:46.682Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:46.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:46.682Z] [2023-10-23T04:14:46.682Z] Login Succeeded [2023-10-23T04:14:46.682Z] nexus3.edgexfoundry.org:10003 [2023-10-23T04:14:46.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:46.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:46.942Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:46.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:46.942Z] [2023-10-23T04:14:46.942Z] Login Succeeded [2023-10-23T04:14:46.942Z] nexus3.edgexfoundry.org:10004 [2023-10-23T04:14:46.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:46.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:46.942Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:46.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:46.942Z] [2023-10-23T04:14:46.942Z] Login Succeeded [2023-10-23T04:14:46.942Z] docker.io [2023-10-23T04:14:47.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:14:47.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:14:47.201Z] Configure a credential helper to remove this warning. See [2023-10-23T04:14:47.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:14:47.201Z] [2023-10-23T04:14:47.201Z] Login Succeeded [2023-10-23T04:14:47.201Z] ---> docker-login.sh ends [Pipeline] } [2023-10-23T04:14:47.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-10-23T04:14:47.266Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-23T04:14:47.277Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-23T04:14:47.283Z] ========================================================= [2023-10-23T04:14:47.283Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-10-23T04:14:47.283Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:14:47.583Z] + 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 . [2023-10-23T04:14:47.584Z] Sending build context to Docker daemon 618.5kB [2023-10-23T04:14:47.584Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-10-23T04:14:47.584Z] Step 2/12 : FROM ${BASE} AS builder [2023-10-23T04:14:47.584Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-10-23T04:14:47.584Z] 7264a8db6415: Pulling fs layer [2023-10-23T04:14:47.584Z] c4d48a809fc2: Pulling fs layer [2023-10-23T04:14:47.584Z] 4f1c88b9dad5: Pulling fs layer [2023-10-23T04:14:47.584Z] ad3a456e5733: Pulling fs layer [2023-10-23T04:14:47.584Z] 33e27b845d1e: Pulling fs layer [2023-10-23T04:14:47.584Z] c68163c4e522: Pulling fs layer [2023-10-23T04:14:47.584Z] 50da416c3ac9: Pulling fs layer [2023-10-23T04:14:47.584Z] 23d2d4c4bb30: Pulling fs layer [2023-10-23T04:14:47.584Z] ad3a456e5733: Waiting [2023-10-23T04:14:47.584Z] c68163c4e522: Waiting [2023-10-23T04:14:47.584Z] 50da416c3ac9: Waiting [2023-10-23T04:14:47.584Z] 23d2d4c4bb30: Waiting [2023-10-23T04:14:47.584Z] 33e27b845d1e: Waiting [2023-10-23T04:14:47.584Z] c4d48a809fc2: Download complete [2023-10-23T04:14:47.584Z] ad3a456e5733: Verifying Checksum [2023-10-23T04:14:47.584Z] ad3a456e5733: Download complete [2023-10-23T04:14:47.584Z] 33e27b845d1e: Download complete [2023-10-23T04:14:47.584Z] 7264a8db6415: Verifying Checksum [2023-10-23T04:14:47.584Z] 7264a8db6415: Download complete [2023-10-23T04:14:47.845Z] c68163c4e522: Verifying Checksum [2023-10-23T04:14:47.845Z] c68163c4e522: Download complete [2023-10-23T04:14:47.845Z] 7264a8db6415: Pull complete [2023-10-23T04:14:48.105Z] 23d2d4c4bb30: Verifying Checksum [2023-10-23T04:14:48.105Z] 23d2d4c4bb30: Download complete [2023-10-23T04:14:48.105Z] c4d48a809fc2: Pull complete [2023-10-23T04:14:48.105Z] 4f1c88b9dad5: Verifying Checksum [2023-10-23T04:14:48.105Z] 4f1c88b9dad5: Download complete [2023-10-23T04:14:48.364Z] 50da416c3ac9: Verifying Checksum [2023-10-23T04:14:48.364Z] 50da416c3ac9: Download complete [2023-10-23T04:14:51.645Z] 4f1c88b9dad5: Pull complete [2023-10-23T04:14:51.645Z] ad3a456e5733: Pull complete [2023-10-23T04:14:51.645Z] 33e27b845d1e: Pull complete [2023-10-23T04:14:51.645Z] c68163c4e522: Pull complete [2023-10-23T04:14:54.185Z] 50da416c3ac9: Pull complete [2023-10-23T04:14:54.445Z] 23d2d4c4bb30: Pull complete [2023-10-23T04:14:54.445Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-10-23T04:14:54.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-10-23T04:14:54.445Z] ---> 0786185ac409 [2023-10-23T04:14:54.445Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-10-23T04:14:58.644Z] ---> Running in 12e36bb2e9b9 [2023-10-23T04:14:58.645Z] Removing intermediate container 12e36bb2e9b9 [2023-10-23T04:14:58.645Z] ---> f3398e8cd36e [2023-10-23T04:14:58.645Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-10-23T04:14:58.645Z] ---> Running in a9cd9cddc5d3 [2023-10-23T04:14:58.645Z] Removing intermediate container a9cd9cddc5d3 [2023-10-23T04:14:58.645Z] ---> 5c59163e0cc5 [2023-10-23T04:14:58.645Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-10-23T04:14:58.645Z] ---> Running in 609685ed056e [2023-10-23T04:14:58.645Z] Removing intermediate container 609685ed056e [2023-10-23T04:14:58.645Z] ---> ce9a7ce2831b [2023-10-23T04:14:58.645Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-23T04:14:58.903Z] ---> Running in 7b57cd231bb0 [2023-10-23T04:14:59.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-23T04:14:59.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-23T04:14:59.422Z] OK: 264 MiB in 52 packages [2023-10-23T04:14:59.682Z] Removing intermediate container 7b57cd231bb0 [2023-10-23T04:14:59.682Z] ---> 9e8e824468e6 [2023-10-23T04:14:59.682Z] Step 7/12 : WORKDIR /app [2023-10-23T04:14:59.682Z] ---> Running in 5414231a8066 [2023-10-23T04:14:59.682Z] Removing intermediate container 5414231a8066 [2023-10-23T04:14:59.682Z] ---> 7ebe802e21e2 [2023-10-23T04:14:59.682Z] Step 8/12 : COPY go.mod vendor* ./ [2023-10-23T04:14:59.941Z] ---> e02c91d13e12 [2023-10-23T04:14:59.941Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-23T04:14:59.941Z] ---> Running in 6ae7fe5b8b77 [2023-10-23T04:15:01.340Z] Still waiting to schedule task [2023-10-23T04:15:01.340Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-10-23T04:16:07.753Z] Removing intermediate container 6ae7fe5b8b77 [2023-10-23T04:16:07.753Z] ---> a471590e6d35 [2023-10-23T04:16:07.753Z] Step 10/12 : COPY . . [2023-10-23T04:16:07.753Z] ---> 1e71a73dab45 [2023-10-23T04:16:07.753Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-23T04:16:07.753Z] ---> Running in 9c79ead82d6b [2023-10-23T04:16:07.753Z] Removing intermediate container 9c79ead82d6b [2023-10-23T04:16:07.753Z] ---> ab4f579bc22d [2023-10-23T04:16:07.753Z] Step 12/12 : RUN $MAKE [2023-10-23T04:16:07.753Z] ---> Running in bd858603eb74 [2023-10-23T04:16:07.753Z] noop [2023-10-23T04:16:07.753Z] Removing intermediate container bd858603eb74 [2023-10-23T04:16:07.753Z] ---> 5d5891fbb527 [2023-10-23T04:16:07.753Z] Successfully built 5d5891fbb527 [2023-10-23T04:16:07.753Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:16:08.070Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-23T04:16:08.070Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:16:08.137Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:16:08.165Z] $ 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 ******** ci-base-image-x86_64 cat [2023-10-23T04:16:08.520Z] $ docker top 9f10ae9e0dbcfd39eec71a63d673e86b4af12a9acedcecbd8f088dc08694e81d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-23T04:16:08.856Z] + go version [2023-10-23T04:16:08.856Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-10-23T04:16:08.866Z] $ docker stop --time=1 9f10ae9e0dbcfd39eec71a63d673e86b4af12a9acedcecbd8f088dc08694e81d [2023-10-23T04:16:10.132Z] $ docker rm -f --volumes 9f10ae9e0dbcfd39eec71a63d673e86b4af12a9acedcecbd8f088dc08694e81d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:16:10.528Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-23T04:16:10.528Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:16:10.616Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:16:10.647Z] $ 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 ******** ci-base-image-x86_64 cat [2023-10-23T04:16:10.968Z] $ docker top 4a285e937a23fc3c31963c5a1354338330099f382a8e24c36c1bd027303d8061 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-23T04:16:11.297Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-10-23T04:16:11.586Z] + make test [2023-10-23T04:16:11.586Z] go test -race -coverprofile=coverage.out ./... [2023-10-23T04:16:33.507Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-10-23T04:16:33.507Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-10-23T04:16:33.507Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-10-23T04:16:33.507Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-10-23T04:16:33.507Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.046s coverage: 88.0% of statements [2023-10-23T04:16:41.624Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.616s coverage: 98.7% of statements [2023-10-23T04:16:41.624Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.101s coverage: 89.7% of statements [2023-10-23T04:16:41.624Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.043s coverage: 100.0% of statements [2023-10-23T04:16:45.156Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9779 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-10-23T04:16:45.169Z] Running in /w/workspace/app-record-replay/64 [Pipeline] { [Pipeline] checkout [2023-10-23T04:16:45.193Z] Selected Git installation does not exist. Using Default [2023-10-23T04:16:45.194Z] The recommended git tool is: NONE [2023-10-23T04:16:50.348Z] using credential edgex-jenkins-ssh [2023-10-23T04:16:50.365Z] Cloning the remote Git repository [2023-10-23T04:16:50.407Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-10-23T04:16:50.504Z] > git init /w/workspace/app-record-replay/64 # timeout=10 [2023-10-23T04:16:50.642Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-10-23T04:16:50.643Z] > git --version # timeout=10 [2023-10-23T04:16:50.662Z] > git --version # 'git version 2.25.1' [2023-10-23T04:16:50.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-10-23T04:16:50.803Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-23T04:16:52.343Z] Avoid second fetch [2023-10-23T04:16:52.344Z] Checking out Revision dc181b80ea0be21e4569ae5558623740e499df97 (main) [2023-10-23T04:16:51.513Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-10-23T04:16:51.536Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-23T04:16:52.360Z] > git config core.sparsecheckout # timeout=10 [2023-10-23T04:16:52.430Z] > git checkout -f dc181b80ea0be21e4569ae5558623740e499df97 # timeout=10 [2023-10-23T04:16:52.850Z] Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-23T04:16:53.960Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-10-23T04:16:53.960Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-23T04:16:53.960Z] Dload Upload Total Spent Left Speed [2023-10-23T04:16:53.960Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh [2023-10-23T04:16:54.560Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-10-23T04:16:54.894Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-10-23T04:16:54.894Z] + sudo tee /etc/docker/daemon.new [2023-10-23T04:16:54.894Z] { [2023-10-23T04:16:54.894Z] "registry-mirrors": [ [2023-10-23T04:16:54.894Z] "https://nexus3.edgexfoundry.org:10001" [2023-10-23T04:16:54.894Z] ], [2023-10-23T04:16:54.894Z] "bip": "10.250.0.254/24", [2023-10-23T04:16:54.894Z] "hosts": [ [2023-10-23T04:16:54.894Z] "tcp://0.0.0.0:5555", [2023-10-23T04:16:54.894Z] "unix:///var/run/docker.sock" [2023-10-23T04:16:54.894Z] ], [2023-10-23T04:16:54.894Z] "mtu": 1458, [2023-10-23T04:16:54.894Z] "selinux-enabled": true, [2023-10-23T04:16:54.894Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-10-23T04:16:54.894Z] } [Pipeline] sh [2023-10-23T04:16:55.220Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-10-23T04:16:55.552Z] + sudo service docker restart [2023-10-23T04:17:03.542Z] go vet ./... [2023-10-23T04:17:05.442Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-23T04:17:05.442Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-23T04:17:05.442Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-10-23T04:17:05.455Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-23T04:17:05.473Z] $ docker stop --time=1 4a285e937a23fc3c31963c5a1354338330099f382a8e24c36c1bd027303d8061 [2023-10-23T04:17:09.111Z] $ docker rm -f --volumes 4a285e937a23fc3c31963c5a1354338330099f382a8e24c36c1bd027303d8061 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-23T04:17:09.673Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-23T04:17:09.744Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-10-23T04:17:10.314Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-10-23T04:17:10.609Z] + ls -al . [2023-10-23T04:17:10.610Z] total 188 [2023-10-23T04:17:10.610Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 04:16 . [2023-10-23T04:17:10.610Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 04:14 .. [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 23 04:14 .dockerignore [2023-10-23T04:17:10.610Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 04:16 .git [2023-10-23T04:17:10.610Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:14 .github [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 164 Oct 23 04:14 .gitignore [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 23 04:14 .golangci.yml [2023-10-23T04:17:10.610Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 23 04:14 .semver [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 11301 Oct 23 04:14 Attribution.txt [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 258 Oct 23 04:14 CHANGELOG.md [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 1616 Oct 23 04:14 Dockerfile [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 23 04:14 GOVERNANCE.md [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 681 Oct 23 04:14 Jenkinsfile [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 23 04:14 LICENSE [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 3139 Oct 23 04:14 Makefile [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 23 04:14 OWNERS.md [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 2363 Oct 23 04:14 README.md [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 23 04:14 Record and Reply.postman_collection.json [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 23 04:14 VERSION [2023-10-23T04:17:10.610Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:14 bin [2023-10-23T04:17:10.610Z] -rw-r--r-- 1 jenkins jenkins 24666 Oct 23 04:16 coverage.out [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 3906 Oct 23 04:14 go.mod [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 34891 Oct 23 04:14 go.sum [2023-10-23T04:17:10.610Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 23 04:14 internal [2023-10-23T04:17:10.610Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 23 04:14 main.go [2023-10-23T04:17:10.610Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:14 openapi [2023-10-23T04:17:10.610Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:14 pkg [2023-10-23T04:17:10.610Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:10.924Z] + 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=dc181b80ea0be21e4569ae5558623740e499df97 --label arch=amd64 --label version=3.1.0-dev.59 . [2023-10-23T04:17:10.924Z] Sending build context to Docker daemon 644.1kB [2023-10-23T04:17:10.924Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2023-10-23T04:17:10.924Z] Step 2/26 : FROM ${BASE} AS builder [2023-10-23T04:17:10.924Z] ---> 5d5891fbb527 [2023-10-23T04:17:10.924Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-10-23T04:17:10.924Z] ---> Running in 73ab6ba69733 [2023-10-23T04:17:11.183Z] Removing intermediate container 73ab6ba69733 [2023-10-23T04:17:11.183Z] ---> 8b1f50ae4783 [2023-10-23T04:17:11.183Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-10-23T04:17:11.183Z] ---> Running in 9c4c7b5375c7 [2023-10-23T04:17:11.183Z] Removing intermediate container 9c4c7b5375c7 [2023-10-23T04:17:11.183Z] ---> c7c280d3eee6 [2023-10-23T04:17:11.183Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-10-23T04:17:11.183Z] ---> Running in b1e8c5491a25 [2023-10-23T04:17:11.183Z] Removing intermediate container b1e8c5491a25 [2023-10-23T04:17:11.183Z] ---> aa709a6ffb5e [2023-10-23T04:17:11.183Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-23T04:17:11.183Z] ---> Running in a58db0e53ca2 [2023-10-23T04:17:11.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-23T04:17:11.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-23T04:17:11.960Z] OK: 264 MiB in 52 packages [2023-10-23T04:17:12.533Z] Removing intermediate container a58db0e53ca2 [2023-10-23T04:17:12.533Z] ---> e9c238748fea [2023-10-23T04:17:12.533Z] Step 7/26 : WORKDIR /app [2023-10-23T04:17:12.533Z] ---> Running in 36370d75a03d [2023-10-23T04:17:12.533Z] Removing intermediate container 36370d75a03d [2023-10-23T04:17:12.533Z] ---> 81ce0bae4376 [2023-10-23T04:17:12.533Z] Step 8/26 : COPY go.mod vendor* ./ [2023-10-23T04:17:12.533Z] ---> 600e43a67d84 [2023-10-23T04:17:12.533Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-23T04:17:12.533Z] ---> Running in e936adc89b98 [2023-10-23T04:17:13.468Z] Removing intermediate container e936adc89b98 [2023-10-23T04:17:13.468Z] ---> 8e7d48106bd0 [2023-10-23T04:17:13.468Z] Step 10/26 : COPY . . [2023-10-23T04:17:13.468Z] ---> e6fa707f9ad8 [2023-10-23T04:17:13.468Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-23T04:17:13.468Z] ---> Running in 4c2ed54aef8a [2023-10-23T04:17:13.726Z] Removing intermediate container 4c2ed54aef8a [2023-10-23T04:17:13.727Z] ---> a7efc099d724 [2023-10-23T04:17:13.727Z] Step 12/26 : RUN $MAKE [2023-10-23T04:17:13.727Z] ---> Running in 3839ed6ea162 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-23T04:17:13.811Z] provisioning config files... [2023-10-23T04:17:13.836Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/64@tmp/config10252740480428522715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:17:13.987Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.59" -trimpath -mod=readonly -o app-record-replay [2023-10-23T04:17:14.198Z] ---> docker-login.sh [2023-10-23T04:17:14.198Z] nexus3.edgexfoundry.org:10001 [2023-10-23T04:17:14.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:14.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:14.784Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:14.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:14.784Z] [2023-10-23T04:17:14.784Z] Login Succeeded [2023-10-23T04:17:14.784Z] nexus3.edgexfoundry.org:10002 [2023-10-23T04:17:15.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:15.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:15.320Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:15.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:15.320Z] [2023-10-23T04:17:15.320Z] Login Succeeded [2023-10-23T04:17:15.320Z] nexus3.edgexfoundry.org:10003 [2023-10-23T04:17:15.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:15.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:15.588Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:15.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:15.588Z] [2023-10-23T04:17:15.588Z] Login Succeeded [2023-10-23T04:17:15.588Z] nexus3.edgexfoundry.org:10004 [2023-10-23T04:17:15.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:16.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:16.135Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:16.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:16.135Z] [2023-10-23T04:17:16.135Z] Login Succeeded [2023-10-23T04:17:16.135Z] docker.io [2023-10-23T04:17:16.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:16.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:16.724Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:16.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:16.724Z] [2023-10-23T04:17:16.724Z] Login Succeeded [2023-10-23T04:17:16.724Z] ---> docker-login.sh ends [Pipeline] } [2023-10-23T04:17:16.738Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-10-23T04:17:16.985Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-23T04:17:17.000Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-23T04:17:17.017Z] ========================================================= [2023-10-23T04:17:17.017Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-10-23T04:17:17.017Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:17.368Z] + 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 . [2023-10-23T04:17:17.368Z] Sending build context to Docker daemon 259.1kB [2023-10-23T04:17:17.639Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-10-23T04:17:17.639Z] Step 2/12 : FROM ${BASE} AS builder [2023-10-23T04:17:17.639Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-10-23T04:17:17.639Z] 9fda8d8052c6: Pulling fs layer [2023-10-23T04:17:17.639Z] 5d54e960e981: Pulling fs layer [2023-10-23T04:17:17.639Z] c4a7e357bf2a: Pulling fs layer [2023-10-23T04:17:17.639Z] f0e02332f6b5: Pulling fs layer [2023-10-23T04:17:17.639Z] cefa15bbcfad: Pulling fs layer [2023-10-23T04:17:17.639Z] 17808c966233: Pulling fs layer [2023-10-23T04:17:17.639Z] f4c1fc716caa: Pulling fs layer [2023-10-23T04:17:17.639Z] f0e02332f6b5: Waiting [2023-10-23T04:17:17.639Z] cefa15bbcfad: Waiting [2023-10-23T04:17:17.639Z] 17808c966233: Waiting [2023-10-23T04:17:17.639Z] f4c1fc716caa: Waiting [2023-10-23T04:17:17.916Z] 5d54e960e981: Verifying Checksum [2023-10-23T04:17:17.916Z] 5d54e960e981: Download complete [2023-10-23T04:17:17.916Z] f0e02332f6b5: Verifying Checksum [2023-10-23T04:17:17.916Z] f0e02332f6b5: Download complete [2023-10-23T04:17:17.916Z] cefa15bbcfad: Verifying Checksum [2023-10-23T04:17:17.916Z] cefa15bbcfad: Download complete [2023-10-23T04:17:17.916Z] 9fda8d8052c6: Verifying Checksum [2023-10-23T04:17:17.916Z] 9fda8d8052c6: Download complete [2023-10-23T04:17:18.187Z] f4c1fc716caa: Verifying Checksum [2023-10-23T04:17:18.188Z] f4c1fc716caa: Download complete [2023-10-23T04:17:18.792Z] 9fda8d8052c6: Pull complete [2023-10-23T04:17:19.383Z] 5d54e960e981: Pull complete [2023-10-23T04:17:19.655Z] c4a7e357bf2a: Verifying Checksum [2023-10-23T04:17:19.655Z] c4a7e357bf2a: Download complete [2023-10-23T04:17:20.624Z] 17808c966233: Verifying Checksum [2023-10-23T04:17:20.624Z] 17808c966233: Download complete [2023-10-23T04:17:32.971Z] c4a7e357bf2a: Pull complete [2023-10-23T04:17:32.971Z] f0e02332f6b5: Pull complete [2023-10-23T04:17:32.971Z] cefa15bbcfad: Pull complete [2023-10-23T04:17:35.938Z] Removing intermediate container 3839ed6ea162 [2023-10-23T04:17:35.938Z] ---> 391702f036c4 [2023-10-23T04:17:35.938Z] Step 13/26 : FROM alpine:3.18 [2023-10-23T04:17:35.938Z] 3.18: Pulling from library/alpine [2023-10-23T04:17:35.938Z] 96526aa774ef: Pulling fs layer [2023-10-23T04:17:35.938Z] 96526aa774ef: Download complete [2023-10-23T04:17:35.938Z] 96526aa774ef: Pull complete [2023-10-23T04:17:35.938Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-23T04:17:35.938Z] Status: Downloaded newer image for alpine:3.18 [2023-10-23T04:17:35.938Z] ---> 8ca4688f4f35 [2023-10-23T04:17:35.938Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-10-23T04:17:35.938Z] ---> Running in ec679524d91e [2023-10-23T04:17:35.938Z] Removing intermediate container ec679524d91e [2023-10-23T04:17:35.938Z] ---> bb5b5cea31a7 [2023-10-23T04:17:35.938Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-10-23T04:17:35.938Z] ---> Running in 77bf5d450b2c [2023-10-23T04:17:35.938Z] Removing intermediate container 77bf5d450b2c [2023-10-23T04:17:35.938Z] ---> aa35189bf722 [2023-10-23T04:17:35.938Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-10-23T04:17:35.938Z] ---> Running in 69a187d11e5d [2023-10-23T04:17:35.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-23T04:17:35.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-23T04:17:35.938Z] (1/2) Installing ca-certificates (20230506-r0) [2023-10-23T04:17:35.938Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-10-23T04:17:35.938Z] Executing busybox-1.36.1-r2.trigger [2023-10-23T04:17:35.938Z] Executing ca-certificates-20230506-r0.trigger [2023-10-23T04:17:35.938Z] OK: 8 MiB in 17 packages [2023-10-23T04:17:35.938Z] Removing intermediate container 69a187d11e5d [2023-10-23T04:17:35.938Z] ---> a486e11648fe [2023-10-23T04:17:35.938Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-10-23T04:17:35.938Z] ---> 24ad7f3dc8c3 [2023-10-23T04:17:35.938Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-10-23T04:17:35.938Z] ---> 2f62951f36c9 [2023-10-23T04:17:35.938Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-10-23T04:17:35.938Z] ---> 69a0c5ade11d [2023-10-23T04:17:35.938Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-10-23T04:17:36.505Z] ---> b1e8c9ddf50d [2023-10-23T04:17:36.505Z] Step 21/26 : EXPOSE 59712 [2023-10-23T04:17:36.505Z] ---> Running in 8c0faa88b3b7 [2023-10-23T04:17:36.505Z] Removing intermediate container 8c0faa88b3b7 [2023-10-23T04:17:36.505Z] ---> 386215e6d606 [2023-10-23T04:17:36.505Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-10-23T04:17:36.505Z] ---> Running in 1eb20b394697 [2023-10-23T04:17:36.505Z] Removing intermediate container 1eb20b394697 [2023-10-23T04:17:36.505Z] ---> be02bcf7082b [2023-10-23T04:17:36.505Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-10-23T04:17:36.505Z] ---> Running in aad9c77f2e89 [2023-10-23T04:17:36.505Z] Removing intermediate container aad9c77f2e89 [2023-10-23T04:17:36.505Z] ---> 10fe6de6a772 [2023-10-23T04:17:36.505Z] Step 24/26 : LABEL arch=amd64 [2023-10-23T04:17:36.764Z] ---> Running in 0411357572ba [2023-10-23T04:17:36.764Z] Removing intermediate container 0411357572ba [2023-10-23T04:17:36.764Z] ---> b24094fbd32b [2023-10-23T04:17:36.764Z] Step 25/26 : LABEL git_sha=dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:17:36.764Z] ---> Running in 9eddf0560f9c [2023-10-23T04:17:36.764Z] Removing intermediate container 9eddf0560f9c [2023-10-23T04:17:36.764Z] ---> 7eaf078036f3 [2023-10-23T04:17:36.764Z] Step 26/26 : LABEL version=3.1.0-dev.59 [2023-10-23T04:17:36.764Z] ---> Running in 33c960fc23cf [2023-10-23T04:17:36.764Z] Removing intermediate container 33c960fc23cf [2023-10-23T04:17:36.764Z] ---> 01d36aa9a958 [2023-10-23T04:17:36.764Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-23T04:17:36.764Z] Successfully built 01d36aa9a958 [2023-10-23T04:17:37.024Z] Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-23T04:17:37.161Z] provisioning config files... [2023-10-23T04:17:37.171Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10674354390451598241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:17:37.465Z] ---> docker-login.sh [2023-10-23T04:17:37.465Z] nexus3.edgexfoundry.org:10001 [2023-10-23T04:17:37.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:37.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:37.465Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:37.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:37.465Z] [2023-10-23T04:17:37.465Z] Login Succeeded [2023-10-23T04:17:37.465Z] nexus3.edgexfoundry.org:10002 [2023-10-23T04:17:37.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:37.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:37.465Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:37.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:37.465Z] [2023-10-23T04:17:37.465Z] Login Succeeded [2023-10-23T04:17:37.465Z] nexus3.edgexfoundry.org:10003 [2023-10-23T04:17:37.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:37.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:37.723Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:37.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:37.723Z] [2023-10-23T04:17:37.723Z] Login Succeeded [2023-10-23T04:17:37.723Z] nexus3.edgexfoundry.org:10004 [2023-10-23T04:17:37.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:37.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:37.723Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:37.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:37.723Z] [2023-10-23T04:17:37.723Z] Login Succeeded [2023-10-23T04:17:37.723Z] docker.io [2023-10-23T04:17:37.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:17:38.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:17:38.290Z] Configure a credential helper to remove this warning. See [2023-10-23T04:17:38.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:17:38.290Z] [2023-10-23T04:17:38.290Z] Login Succeeded [2023-10-23T04:17:38.290Z] ---> docker-login.sh ends [Pipeline] } [2023-10-23T04:17:38.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-23T04:17:38.345Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-23T04:17:38.374Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-10-23T04:17:38.374Z] dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:17:38.374Z] latest [2023-10-23T04:17:38.374Z] 3.1.0-dev.59 [2023-10-23T04:17:38.374Z] dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [2023-10-23T04:17:38.374Z] main [2023-10-23T04:17:38.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:38.704Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:39.012Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:17:39.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-23T04:17:39.012Z] 704d838eb4c7: Preparing [2023-10-23T04:17:39.012Z] 46e0a52c80f1: Preparing [2023-10-23T04:17:39.012Z] 117d4f9cb972: Preparing [2023-10-23T04:17:39.012Z] 8db1107cdf3a: Preparing [2023-10-23T04:17:39.012Z] ada610b572f2: Preparing [2023-10-23T04:17:39.012Z] cc2447e1835a: Preparing [2023-10-23T04:17:39.012Z] cc2447e1835a: Waiting [2023-10-23T04:17:39.012Z] 8db1107cdf3a: Pushed [2023-10-23T04:17:39.012Z] 46e0a52c80f1: Pushed [2023-10-23T04:17:39.012Z] 117d4f9cb972: Pushed [2023-10-23T04:17:39.012Z] cc2447e1835a: Layer already exists [2023-10-23T04:17:39.012Z] ada610b572f2: Pushed [2023-10-23T04:17:41.201Z] 17808c966233: Pull complete [2023-10-23T04:17:41.545Z] 704d838eb4c7: Pushed [2023-10-23T04:17:41.804Z] dc181b80ea0be21e4569ae5558623740e499df97: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:42.122Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:42.424Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-10-23T04:17:42.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-23T04:17:42.424Z] 704d838eb4c7: Preparing [2023-10-23T04:17:42.424Z] 46e0a52c80f1: Preparing [2023-10-23T04:17:42.424Z] 117d4f9cb972: Preparing [2023-10-23T04:17:42.424Z] 8db1107cdf3a: Preparing [2023-10-23T04:17:42.424Z] ada610b572f2: Preparing [2023-10-23T04:17:42.424Z] cc2447e1835a: Preparing [2023-10-23T04:17:42.424Z] cc2447e1835a: Waiting [2023-10-23T04:17:42.424Z] 46e0a52c80f1: Layer already exists [2023-10-23T04:17:42.424Z] 117d4f9cb972: Layer already exists [2023-10-23T04:17:42.424Z] ada610b572f2: Layer already exists [2023-10-23T04:17:42.424Z] 704d838eb4c7: Layer already exists [2023-10-23T04:17:42.424Z] 8db1107cdf3a: Layer already exists [2023-10-23T04:17:42.424Z] cc2447e1835a: Layer already exists [2023-10-23T04:17:42.424Z] latest: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:42.630Z] f4c1fc716caa: Pull complete [2023-10-23T04:17:42.630Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-10-23T04:17:42.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-10-23T04:17:42.630Z] ---> ea914061e18c [2023-10-23T04:17:42.630Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-10-23T04:17:42.740Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:43.045Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.59 [2023-10-23T04:17:43.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-23T04:17:43.045Z] 704d838eb4c7: Preparing [2023-10-23T04:17:43.045Z] 46e0a52c80f1: Preparing [2023-10-23T04:17:43.045Z] 117d4f9cb972: Preparing [2023-10-23T04:17:43.045Z] 8db1107cdf3a: Preparing [2023-10-23T04:17:43.045Z] ada610b572f2: Preparing [2023-10-23T04:17:43.045Z] cc2447e1835a: Preparing [2023-10-23T04:17:43.045Z] cc2447e1835a: Waiting [2023-10-23T04:17:43.045Z] 704d838eb4c7: Layer already exists [2023-10-23T04:17:43.045Z] 46e0a52c80f1: Layer already exists [2023-10-23T04:17:43.045Z] 117d4f9cb972: Layer already exists [2023-10-23T04:17:43.045Z] ada610b572f2: Layer already exists [2023-10-23T04:17:43.045Z] 8db1107cdf3a: Layer already exists [2023-10-23T04:17:43.045Z] cc2447e1835a: Layer already exists [2023-10-23T04:17:43.045Z] 3.1.0-dev.59: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:43.368Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:43.686Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [2023-10-23T04:17:43.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-23T04:17:43.686Z] 704d838eb4c7: Preparing [2023-10-23T04:17:43.686Z] 46e0a52c80f1: Preparing [2023-10-23T04:17:43.686Z] 117d4f9cb972: Preparing [2023-10-23T04:17:43.686Z] 8db1107cdf3a: Preparing [2023-10-23T04:17:43.686Z] ada610b572f2: Preparing [2023-10-23T04:17:43.686Z] cc2447e1835a: Preparing [2023-10-23T04:17:43.686Z] cc2447e1835a: Waiting [2023-10-23T04:17:43.686Z] 704d838eb4c7: Layer already exists [2023-10-23T04:17:43.686Z] ada610b572f2: Layer already exists [2023-10-23T04:17:43.686Z] 117d4f9cb972: Layer already exists [2023-10-23T04:17:43.686Z] 46e0a52c80f1: Layer already exists [2023-10-23T04:17:43.686Z] 8db1107cdf3a: Layer already exists [2023-10-23T04:17:43.686Z] cc2447e1835a: Layer already exists [2023-10-23T04:17:43.686Z] dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:43.999Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:44.312Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-10-23T04:17:44.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-23T04:17:44.312Z] 704d838eb4c7: Preparing [2023-10-23T04:17:44.312Z] 46e0a52c80f1: Preparing [2023-10-23T04:17:44.312Z] 117d4f9cb972: Preparing [2023-10-23T04:17:44.312Z] 8db1107cdf3a: Preparing [2023-10-23T04:17:44.312Z] ada610b572f2: Preparing [2023-10-23T04:17:44.312Z] cc2447e1835a: Preparing [2023-10-23T04:17:44.312Z] cc2447e1835a: Waiting [2023-10-23T04:17:44.312Z] ada610b572f2: Layer already exists [2023-10-23T04:17:44.312Z] 704d838eb4c7: Layer already exists [2023-10-23T04:17:44.312Z] 117d4f9cb972: Layer already exists [2023-10-23T04:17:44.312Z] 46e0a52c80f1: Layer already exists [2023-10-23T04:17:44.312Z] 8db1107cdf3a: Layer already exists [2023-10-23T04:17:44.312Z] cc2447e1835a: Layer already exists [2023-10-23T04:17:44.312Z] main: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-23T04:17:44.350Z] ===================================================== [Pipeline] echo [2023-10-23T04:17:44.358Z] taggedImages: [2023-10-23T04:17:44.358Z] - nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:17:44.358Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-10-23T04:17:44.358Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.59 [2023-10-23T04:17:44.358Z] - nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [2023-10-23T04:17:44.358Z] - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:44.590Z] ---> Running in 5fb2a9c6149a [2023-10-23T04:17:44.590Z] Removing intermediate container 5fb2a9c6149a [2023-10-23T04:17:44.590Z] ---> d1aeeee25339 [2023-10-23T04:17:44.590Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-10-23T04:17:44.590Z] ---> Running in eb5bf9aabbcf [2023-10-23T04:17:44.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-23T04:17:44.742Z] [2023-10-23T04:17:44.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:17:44.858Z] Removing intermediate container eb5bf9aabbcf [2023-10-23T04:17:44.858Z] ---> 94c94c3ccbb4 [2023-10-23T04:17:44.858Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-10-23T04:17:45.039Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-23T04:17:45.039Z] latest: Pulling from edgex-lftools-log-publisher [2023-10-23T04:17:45.039Z] 5eb5b503b376: Pulling fs layer [2023-10-23T04:17:45.039Z] 5c69ac0246d0: Pulling fs layer [2023-10-23T04:17:45.039Z] ec43610c2a17: Pulling fs layer [2023-10-23T04:17:45.039Z] 3a2ae6a8a46f: Pulling fs layer [2023-10-23T04:17:45.039Z] 33b1e0a273af: Pulling fs layer [2023-10-23T04:17:45.039Z] 5d3b04190fa2: Pulling fs layer [2023-10-23T04:17:45.039Z] 2f39f015ded8: Pulling fs layer [2023-10-23T04:17:45.039Z] 3a2ae6a8a46f: Waiting [2023-10-23T04:17:45.039Z] 33b1e0a273af: Waiting [2023-10-23T04:17:45.039Z] 5d3b04190fa2: Waiting [2023-10-23T04:17:45.039Z] 2f39f015ded8: Waiting [2023-10-23T04:17:45.039Z] 5c69ac0246d0: Download complete [2023-10-23T04:17:45.039Z] 3a2ae6a8a46f: Verifying Checksum [2023-10-23T04:17:45.039Z] 3a2ae6a8a46f: Download complete [2023-10-23T04:17:45.039Z] 33b1e0a273af: Verifying Checksum [2023-10-23T04:17:45.039Z] 33b1e0a273af: Download complete [2023-10-23T04:17:45.039Z] 5d3b04190fa2: Verifying Checksum [2023-10-23T04:17:45.039Z] 5d3b04190fa2: Download complete [2023-10-23T04:17:45.039Z] ec43610c2a17: Verifying Checksum [2023-10-23T04:17:45.039Z] ec43610c2a17: Download complete [2023-10-23T04:17:45.125Z] ---> Running in 3fb84dd1e8cd [2023-10-23T04:17:45.298Z] 5eb5b503b376: Verifying Checksum [2023-10-23T04:17:45.298Z] 5eb5b503b376: Download complete [2023-10-23T04:17:45.394Z] Removing intermediate container 3fb84dd1e8cd [2023-10-23T04:17:45.394Z] ---> 550d09fedd2b [2023-10-23T04:17:45.394Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-23T04:17:45.394Z] ---> Running in 74857cb9810b [2023-10-23T04:17:45.864Z] 2f39f015ded8: Download complete [2023-10-23T04:17:46.432Z] 5eb5b503b376: Pull complete [2023-10-23T04:17:46.432Z] 5c69ac0246d0: Pull complete [2023-10-23T04:17:46.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-23T04:17:46.999Z] ec43610c2a17: Pull complete [2023-10-23T04:17:46.999Z] 3a2ae6a8a46f: Pull complete [2023-10-23T04:17:47.258Z] 33b1e0a273af: Pull complete [2023-10-23T04:17:47.258Z] 5d3b04190fa2: Pull complete [2023-10-23T04:17:47.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-23T04:17:48.452Z] OK: 266 MiB in 52 packages [2023-10-23T04:17:49.423Z] Removing intermediate container 74857cb9810b [2023-10-23T04:17:49.423Z] ---> 606ffc95beca [2023-10-23T04:17:49.423Z] Step 7/12 : WORKDIR /app [2023-10-23T04:17:49.423Z] ---> Running in d3fdf1c619ef [2023-10-23T04:17:49.690Z] Removing intermediate container d3fdf1c619ef [2023-10-23T04:17:49.690Z] ---> 6f3215af2d3f [2023-10-23T04:17:49.690Z] Step 8/12 : COPY go.mod vendor* ./ [2023-10-23T04:17:51.097Z] ---> 9ebbddf5cbfb [2023-10-23T04:17:51.097Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-23T04:17:51.373Z] ---> Running in 026fc5982cd8 [2023-10-23T04:17:51.437Z] 2f39f015ded8: Pull complete [2023-10-23T04:17:51.437Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-10-23T04:17:51.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-23T04:17:51.438Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:17:51.511Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:17:51.536Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-10-23T04:17:55.973Z] $ docker top 6ba282e1f95451fe45dba879bebb184c1c588fde63b5ad3ff35d358ce3306810 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:17:56.370Z] ---> job-cost.sh [2023-10-23T04:17:56.370Z] lf-activate-venv: SKIPPING [2023-10-23T04:17:56.370Z] INFO: No Stack... [2023-10-23T04:17:56.629Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-23T04:17:56.894Z] INFO: Archiving Costs [Pipeline] sh [2023-10-23T04:17:57.177Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-10-23T04:17:57.177Z] + cut -d, -f6 [Pipeline] lock [2023-10-23T04:17:57.192Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [2023-10-23T04:17:57.198Z] Resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] did not exist. Created. [2023-10-23T04:17:57.198Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-23T04:17:57.509Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-10-23T04:17:57.543Z] Stashed 1 file(s) [Pipeline] } [2023-10-23T04:17:57.549Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-23T04:17:57.568Z] $ docker stop --time=1 6ba282e1f95451fe45dba879bebb184c1c588fde63b5ad3ff35d358ce3306810 [2023-10-23T04:17:58.743Z] $ docker rm -f --volumes 6ba282e1f95451fe45dba879bebb184c1c588fde63b5ad3ff35d358ce3306810 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-10-23T04:19:28.045Z] Removing intermediate container 026fc5982cd8 [2023-10-23T04:19:28.045Z] ---> 1b448a6546e2 [2023-10-23T04:19:28.045Z] Step 10/12 : COPY . . [2023-10-23T04:19:28.045Z] ---> eef4dbd20c1a [2023-10-23T04:19:28.045Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-23T04:19:28.045Z] ---> Running in dcfa5890a285 [2023-10-23T04:19:28.045Z] Removing intermediate container dcfa5890a285 [2023-10-23T04:19:28.045Z] ---> b05deb3b2df2 [2023-10-23T04:19:28.045Z] Step 12/12 : RUN $MAKE [2023-10-23T04:19:28.045Z] ---> Running in b1d5052eeaee [2023-10-23T04:19:28.045Z] noop [2023-10-23T04:19:28.045Z] Removing intermediate container b1d5052eeaee [2023-10-23T04:19:28.045Z] ---> c2a07136082b [2023-10-23T04:19:28.045Z] Successfully built c2a07136082b [2023-10-23T04:19:28.045Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:19:28.398Z] + docker inspect -f . ci-base-image-arm64 [2023-10-23T04:19:28.398Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:19:28.622Z] prd-ubuntu20.04-docker-arm64-4c-16g-9779 does not seem to be running inside a container [2023-10-23T04:19:28.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/64 -v /w/workspace/app-record-replay/64:/w/workspace/app-record-replay/64:rw,z -v /w/workspace/app-record-replay/64@tmp:/w/workspace/app-record-replay/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-10-23T04:19:29.882Z] $ docker top 775d7a1bafb1b907d7f3976aa9a2ecf34f2c4ac59268b333b8cd98cd5d52726c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-23T04:19:30.703Z] + go version [2023-10-23T04:19:30.703Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-10-23T04:19:30.720Z] $ docker stop --time=1 775d7a1bafb1b907d7f3976aa9a2ecf34f2c4ac59268b333b8cd98cd5d52726c [2023-10-23T04:19:32.300Z] $ docker rm -f --volumes 775d7a1bafb1b907d7f3976aa9a2ecf34f2c4ac59268b333b8cd98cd5d52726c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:19:32.838Z] + docker inspect -f . ci-base-image-arm64 [2023-10-23T04:19:32.838Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:19:33.006Z] prd-ubuntu20.04-docker-arm64-4c-16g-9779 does not seem to be running inside a container [2023-10-23T04:19:33.063Z] $ 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/64 -v /w/workspace/app-record-replay/64:/w/workspace/app-record-replay/64:rw,z -v /w/workspace/app-record-replay/64@tmp:/w/workspace/app-record-replay/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-10-23T04:19:34.140Z] $ docker top 070a9124cfe817166a630b2f68d5b6aea97f9d43ceac400515b32f1b6d05d1fa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-23T04:19:34.627Z] + git config --global --add safe.directory /w/workspace/app-record-replay/64 [Pipeline] fileExists [Pipeline] sh [2023-10-23T04:19:34.958Z] + make test [2023-10-23T04:19:35.224Z] go test -race -coverprofile=coverage.out ./... [2023-10-23T04:21:41.885Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-10-23T04:21:43.837Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.217s coverage: 88.0% of statements [2023-10-23T04:21:47.209Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-10-23T04:21:47.209Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-10-23T04:21:48.620Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-10-23T04:21:56.815Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.973s coverage: 98.7% of statements [2023-10-23T04:21:56.815Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.492s coverage: 89.7% of statements [2023-10-23T04:21:56.815Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.161s coverage: 100.0% of statements [2023-10-23T04:21:57.787Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-10-23T04:21:57.787Z] go vet ./... [2023-10-23T04:23:49.440Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-23T04:23:49.440Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-23T04:23:49.440Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-10-23T04:23:49.460Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-23T04:23:49.474Z] $ docker stop --time=1 070a9124cfe817166a630b2f68d5b6aea97f9d43ceac400515b32f1b6d05d1fa [2023-10-23T04:23:51.361Z] $ docker rm -f --volumes 070a9124cfe817166a630b2f68d5b6aea97f9d43ceac400515b32f1b6d05d1fa [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-23T04:23:52.859Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-23T04:23:52.881Z] Warning: overwriting stash ‘coverage-report’ [2023-10-23T04:23:53.278Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-23T04:23:53.650Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-10-23T04:23:53.965Z] + ls -al . [2023-10-23T04:23:53.965Z] total 184 [2023-10-23T04:23:53.965Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 23 04:19 . [2023-10-23T04:23:53.965Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 04:16 .. [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 23 04:16 .dockerignore [2023-10-23T04:23:53.965Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 04:16 .git [2023-10-23T04:23:53.965Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:16 .github [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 164 Oct 23 04:16 .gitignore [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 23 04:16 .golangci.yml [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 11301 Oct 23 04:16 Attribution.txt [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 258 Oct 23 04:16 CHANGELOG.md [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 1616 Oct 23 04:16 Dockerfile [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 23 04:16 GOVERNANCE.md [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 681 Oct 23 04:16 Jenkinsfile [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 23 04:16 LICENSE [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 3139 Oct 23 04:16 Makefile [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 23 04:16 OWNERS.md [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 2363 Oct 23 04:16 README.md [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 23 04:16 Record and Reply.postman_collection.json [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 23 04:14 VERSION [2023-10-23T04:23:53.965Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:16 bin [2023-10-23T04:23:53.965Z] -rw-r--r-- 1 jenkins jenkins 24666 Oct 23 04:21 coverage.out [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 3906 Oct 23 04:16 go.mod [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 34891 Oct 23 04:16 go.sum [2023-10-23T04:23:53.965Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 23 04:16 internal [2023-10-23T04:23:53.965Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 23 04:16 main.go [2023-10-23T04:23:53.965Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:16 openapi [2023-10-23T04:23:53.965Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:16 pkg [2023-10-23T04:23:53.965Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:16 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:23:54.299Z] + 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=dc181b80ea0be21e4569ae5558623740e499df97 --label arch=arm64 --label version=3.1.0-dev.59 . [2023-10-23T04:23:54.566Z] Sending build context to Docker daemon 284.7kB [2023-10-23T04:23:54.566Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2023-10-23T04:23:54.566Z] Step 2/26 : FROM ${BASE} AS builder [2023-10-23T04:23:54.566Z] ---> c2a07136082b [2023-10-23T04:23:54.566Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-10-23T04:23:54.566Z] ---> Running in 54f876e10ba9 [2023-10-23T04:23:54.836Z] Removing intermediate container 54f876e10ba9 [2023-10-23T04:23:54.836Z] ---> 67dea267c3cd [2023-10-23T04:23:54.836Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-10-23T04:23:55.100Z] ---> Running in 842661db700c [2023-10-23T04:23:55.367Z] Removing intermediate container 842661db700c [2023-10-23T04:23:55.367Z] ---> 1e44502c1aec [2023-10-23T04:23:55.367Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-10-23T04:23:55.367Z] ---> Running in 2233fa633df6 [2023-10-23T04:23:55.647Z] Removing intermediate container 2233fa633df6 [2023-10-23T04:23:55.647Z] ---> a3ecc302c27a [2023-10-23T04:23:55.647Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-23T04:23:55.647Z] ---> Running in 31b62519394c [2023-10-23T04:23:57.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-23T04:23:57.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-23T04:23:58.734Z] OK: 266 MiB in 52 packages [2023-10-23T04:23:59.695Z] Removing intermediate container 31b62519394c [2023-10-23T04:23:59.695Z] ---> 828aca7b1707 [2023-10-23T04:23:59.695Z] Step 7/26 : WORKDIR /app [2023-10-23T04:23:59.695Z] ---> Running in c6960996b66b [2023-10-23T04:24:00.276Z] Removing intermediate container c6960996b66b [2023-10-23T04:24:00.276Z] ---> 232d6eb76769 [2023-10-23T04:24:00.276Z] Step 8/26 : COPY go.mod vendor* ./ [2023-10-23T04:24:00.547Z] ---> 1369d5fa2b96 [2023-10-23T04:24:00.816Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-23T04:24:00.816Z] ---> Running in 37e5e892fd15 [2023-10-23T04:24:03.416Z] Removing intermediate container 37e5e892fd15 [2023-10-23T04:24:03.416Z] ---> 0c855a82fa0c [2023-10-23T04:24:03.416Z] Step 10/26 : COPY . . [2023-10-23T04:24:04.003Z] ---> 2d1cd7f1e779 [2023-10-23T04:24:04.003Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-23T04:24:04.269Z] ---> Running in 11567b60e642 [2023-10-23T04:24:04.534Z] Removing intermediate container 11567b60e642 [2023-10-23T04:24:04.534Z] ---> 7960d4fafc83 [2023-10-23T04:24:04.534Z] Step 12/26 : RUN $MAKE [2023-10-23T04:24:04.534Z] ---> Running in 5d39a7d42855 [2023-10-23T04:24:05.491Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.59" -trimpath -mod=readonly -o app-record-replay [2023-10-23T04:25:57.336Z] Removing intermediate container 5d39a7d42855 [2023-10-23T04:25:57.336Z] ---> 8f0c667b2abb [2023-10-23T04:25:57.336Z] Step 13/26 : FROM alpine:3.18 [2023-10-23T04:25:57.336Z] 3.18: Pulling from library/alpine [2023-10-23T04:25:57.336Z] 579b34f0a95b: Pulling fs layer [2023-10-23T04:25:57.336Z] 579b34f0a95b: Download complete [2023-10-23T04:25:57.336Z] 579b34f0a95b: Pull complete [2023-10-23T04:25:57.336Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-23T04:25:57.336Z] Status: Downloaded newer image for alpine:3.18 [2023-10-23T04:25:57.336Z] ---> 3cc203321400 [2023-10-23T04:25:57.336Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-10-23T04:25:57.336Z] ---> Running in 141f64f005c4 [2023-10-23T04:25:57.336Z] Removing intermediate container 141f64f005c4 [2023-10-23T04:25:57.336Z] ---> 0c048d5947a8 [2023-10-23T04:25:57.336Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-10-23T04:25:57.336Z] ---> Running in 900cfbfe4089 [2023-10-23T04:25:57.336Z] Removing intermediate container 900cfbfe4089 [2023-10-23T04:25:57.336Z] ---> 3c652ce36cef [2023-10-23T04:25:57.336Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-10-23T04:25:57.336Z] ---> Running in cb9b72811d26 [2023-10-23T04:25:57.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-23T04:25:57.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-23T04:25:57.336Z] (1/2) Installing ca-certificates (20230506-r0) [2023-10-23T04:25:57.336Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-10-23T04:25:57.336Z] Executing busybox-1.36.1-r2.trigger [2023-10-23T04:25:57.336Z] Executing ca-certificates-20230506-r0.trigger [2023-10-23T04:25:57.336Z] OK: 9 MiB in 17 packages [2023-10-23T04:25:57.336Z] Removing intermediate container cb9b72811d26 [2023-10-23T04:25:57.336Z] ---> 9d8d15c5d37d [2023-10-23T04:25:57.336Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-10-23T04:25:57.336Z] ---> 575cd2041fb5 [2023-10-23T04:25:57.336Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-10-23T04:25:57.336Z] ---> c34c5c77f7af [2023-10-23T04:25:57.336Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-10-23T04:25:57.336Z] ---> 5b515a3959e1 [2023-10-23T04:25:57.336Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-10-23T04:25:57.336Z] ---> 8df2e10c1b9c [2023-10-23T04:25:57.336Z] Step 21/26 : EXPOSE 59712 [2023-10-23T04:25:57.336Z] ---> Running in 0861eaec4a20 [2023-10-23T04:25:57.336Z] Removing intermediate container 0861eaec4a20 [2023-10-23T04:25:57.336Z] ---> e37d5c359b19 [2023-10-23T04:25:57.336Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-10-23T04:25:57.336Z] ---> Running in e46c073ef653 [2023-10-23T04:25:57.336Z] Removing intermediate container e46c073ef653 [2023-10-23T04:25:57.336Z] ---> a5a9888ba1bd [2023-10-23T04:25:57.336Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-10-23T04:25:57.336Z] ---> Running in d895d8995bfa [2023-10-23T04:25:57.336Z] Removing intermediate container d895d8995bfa [2023-10-23T04:25:57.336Z] ---> ef9d466e3243 [2023-10-23T04:25:57.336Z] Step 24/26 : LABEL arch=arm64 [2023-10-23T04:25:57.336Z] ---> Running in 8b344f6925a2 [2023-10-23T04:25:57.336Z] Removing intermediate container 8b344f6925a2 [2023-10-23T04:25:57.336Z] ---> 4721d2992c73 [2023-10-23T04:25:57.336Z] Step 25/26 : LABEL git_sha=dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:25:57.336Z] ---> Running in c3859fe38832 [2023-10-23T04:25:57.602Z] Removing intermediate container c3859fe38832 [2023-10-23T04:25:57.602Z] ---> cb5f6ee28454 [2023-10-23T04:25:57.602Z] Step 26/26 : LABEL version=3.1.0-dev.59 [2023-10-23T04:25:57.866Z] ---> Running in b1811a0130d0 [2023-10-23T04:25:58.132Z] Removing intermediate container b1811a0130d0 [2023-10-23T04:25:58.132Z] ---> 4bfbe12f5df5 [2023-10-23T04:25:58.132Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-23T04:25:58.132Z] Successfully built 4bfbe12f5df5 [2023-10-23T04:25:58.132Z] Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-23T04:25:58.265Z] provisioning config files... [2023-10-23T04:25:58.278Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/64@tmp/config7569477982426139707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:25:58.609Z] ---> docker-login.sh [2023-10-23T04:25:58.609Z] nexus3.edgexfoundry.org:10001 [2023-10-23T04:25:58.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:25:58.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:25:58.875Z] Configure a credential helper to remove this warning. See [2023-10-23T04:25:58.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:25:58.875Z] [2023-10-23T04:25:58.875Z] Login Succeeded [2023-10-23T04:25:58.875Z] nexus3.edgexfoundry.org:10002 [2023-10-23T04:25:59.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:25:59.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:25:59.141Z] Configure a credential helper to remove this warning. See [2023-10-23T04:25:59.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:25:59.141Z] [2023-10-23T04:25:59.141Z] Login Succeeded [2023-10-23T04:25:59.141Z] nexus3.edgexfoundry.org:10003 [2023-10-23T04:25:59.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:25:59.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:25:59.406Z] Configure a credential helper to remove this warning. See [2023-10-23T04:25:59.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:25:59.406Z] [2023-10-23T04:25:59.406Z] Login Succeeded [2023-10-23T04:25:59.674Z] nexus3.edgexfoundry.org:10004 [2023-10-23T04:25:59.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:25:59.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:25:59.939Z] Configure a credential helper to remove this warning. See [2023-10-23T04:25:59.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:25:59.939Z] [2023-10-23T04:25:59.939Z] Login Succeeded [2023-10-23T04:25:59.939Z] docker.io [2023-10-23T04:26:00.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-23T04:26:00.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-23T04:26:00.469Z] Configure a credential helper to remove this warning. See [2023-10-23T04:26:00.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-23T04:26:00.469Z] [2023-10-23T04:26:00.469Z] Login Succeeded [2023-10-23T04:26:00.469Z] ---> docker-login.sh ends [Pipeline] } [2023-10-23T04:26:00.480Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-23T04:26:00.520Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-23T04:26:00.545Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-10-23T04:26:00.545Z] dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:26:00.545Z] latest [2023-10-23T04:26:00.545Z] 3.1.0-dev.59 [2023-10-23T04:26:00.545Z] dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [2023-10-23T04:26:00.545Z] main [2023-10-23T04:26:00.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:00.896Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:01.226Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:26:01.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-23T04:26:01.226Z] 66e0b6f50c27: Preparing [2023-10-23T04:26:01.226Z] bfe50a95024f: Preparing [2023-10-23T04:26:01.226Z] dda477dea903: Preparing [2023-10-23T04:26:01.226Z] 00f16219d197: Preparing [2023-10-23T04:26:01.226Z] 8db35d9dc786: Preparing [2023-10-23T04:26:01.226Z] 5f4d9fc4d98d: Preparing [2023-10-23T04:26:01.226Z] 5f4d9fc4d98d: Waiting [2023-10-23T04:26:01.490Z] bfe50a95024f: Pushed [2023-10-23T04:26:01.490Z] dda477dea903: Pushed [2023-10-23T04:26:01.490Z] 00f16219d197: Pushed [2023-10-23T04:26:01.490Z] 5f4d9fc4d98d: Layer already exists [2023-10-23T04:26:01.490Z] 8db35d9dc786: Pushed [2023-10-23T04:26:06.813Z] 66e0b6f50c27: Pushed [2023-10-23T04:26:07.077Z] dc181b80ea0be21e4569ae5558623740e499df97: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:07.410Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:07.741Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-10-23T04:26:07.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-23T04:26:07.741Z] 66e0b6f50c27: Preparing [2023-10-23T04:26:07.741Z] bfe50a95024f: Preparing [2023-10-23T04:26:07.741Z] dda477dea903: Preparing [2023-10-23T04:26:07.741Z] 00f16219d197: Preparing [2023-10-23T04:26:07.741Z] 8db35d9dc786: Preparing [2023-10-23T04:26:07.741Z] 5f4d9fc4d98d: Preparing [2023-10-23T04:26:07.741Z] 5f4d9fc4d98d: Waiting [2023-10-23T04:26:07.741Z] 8db35d9dc786: Layer already exists [2023-10-23T04:26:07.741Z] dda477dea903: Layer already exists [2023-10-23T04:26:07.741Z] 00f16219d197: Layer already exists [2023-10-23T04:26:07.741Z] 66e0b6f50c27: Layer already exists [2023-10-23T04:26:07.741Z] bfe50a95024f: Layer already exists [2023-10-23T04:26:07.741Z] 5f4d9fc4d98d: Layer already exists [2023-10-23T04:26:07.741Z] latest: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:08.076Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:08.409Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.59 [2023-10-23T04:26:08.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-23T04:26:08.409Z] 66e0b6f50c27: Preparing [2023-10-23T04:26:08.409Z] bfe50a95024f: Preparing [2023-10-23T04:26:08.409Z] dda477dea903: Preparing [2023-10-23T04:26:08.409Z] 00f16219d197: Preparing [2023-10-23T04:26:08.409Z] 8db35d9dc786: Preparing [2023-10-23T04:26:08.409Z] 5f4d9fc4d98d: Preparing [2023-10-23T04:26:08.409Z] 5f4d9fc4d98d: Waiting [2023-10-23T04:26:08.409Z] 8db35d9dc786: Layer already exists [2023-10-23T04:26:08.409Z] 00f16219d197: Layer already exists [2023-10-23T04:26:08.409Z] dda477dea903: Layer already exists [2023-10-23T04:26:08.409Z] bfe50a95024f: Layer already exists [2023-10-23T04:26:08.409Z] 66e0b6f50c27: Layer already exists [2023-10-23T04:26:08.409Z] 5f4d9fc4d98d: Layer already exists [2023-10-23T04:26:08.409Z] 3.1.0-dev.59: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:09.011Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:09.342Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [2023-10-23T04:26:09.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-23T04:26:09.342Z] 66e0b6f50c27: Preparing [2023-10-23T04:26:09.342Z] bfe50a95024f: Preparing [2023-10-23T04:26:09.343Z] dda477dea903: Preparing [2023-10-23T04:26:09.343Z] 00f16219d197: Preparing [2023-10-23T04:26:09.343Z] 8db35d9dc786: Preparing [2023-10-23T04:26:09.343Z] 5f4d9fc4d98d: Preparing [2023-10-23T04:26:09.343Z] 5f4d9fc4d98d: Waiting [2023-10-23T04:26:09.343Z] 00f16219d197: Layer already exists [2023-10-23T04:26:09.343Z] dda477dea903: Layer already exists [2023-10-23T04:26:09.343Z] 66e0b6f50c27: Layer already exists [2023-10-23T04:26:09.343Z] 8db35d9dc786: Layer already exists [2023-10-23T04:26:09.343Z] bfe50a95024f: Layer already exists [2023-10-23T04:26:09.343Z] 5f4d9fc4d98d: Layer already exists [2023-10-23T04:26:09.343Z] dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:09.944Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:10.289Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-10-23T04:26:10.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-23T04:26:10.289Z] 66e0b6f50c27: Preparing [2023-10-23T04:26:10.289Z] bfe50a95024f: Preparing [2023-10-23T04:26:10.289Z] dda477dea903: Preparing [2023-10-23T04:26:10.289Z] 00f16219d197: Preparing [2023-10-23T04:26:10.289Z] 8db35d9dc786: Preparing [2023-10-23T04:26:10.289Z] 5f4d9fc4d98d: Preparing [2023-10-23T04:26:10.289Z] 5f4d9fc4d98d: Waiting [2023-10-23T04:26:10.289Z] dda477dea903: Layer already exists [2023-10-23T04:26:10.289Z] 00f16219d197: Layer already exists [2023-10-23T04:26:10.289Z] bfe50a95024f: Layer already exists [2023-10-23T04:26:10.289Z] 8db35d9dc786: Layer already exists [2023-10-23T04:26:10.289Z] 66e0b6f50c27: Layer already exists [2023-10-23T04:26:10.289Z] 5f4d9fc4d98d: Layer already exists [2023-10-23T04:26:10.553Z] main: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-23T04:26:10.613Z] ===================================================== [Pipeline] echo [2023-10-23T04:26:10.621Z] taggedImages: [2023-10-23T04:26:10.621Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97 [2023-10-23T04:26:10.621Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-10-23T04:26:10.621Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.59 [2023-10-23T04:26:10.621Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [2023-10-23T04:26:10.621Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:10.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-23T04:26:10.978Z] [2023-10-23T04:26:10.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:11.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-23T04:26:11.307Z] arm64: Pulling from edgex-lftools-log-publisher [2023-10-23T04:26:11.307Z] 8998bd30e6a1: Pulling fs layer [2023-10-23T04:26:11.307Z] 04944245beec: Pulling fs layer [2023-10-23T04:26:11.307Z] 699f458cf7ca: Pulling fs layer [2023-10-23T04:26:11.307Z] 765212b225bb: Pulling fs layer [2023-10-23T04:26:11.307Z] f23df028b6ca: Pulling fs layer [2023-10-23T04:26:11.307Z] d65c8cfc05b1: Pulling fs layer [2023-10-23T04:26:11.307Z] 2437ff75d9bd: Pulling fs layer [2023-10-23T04:26:11.307Z] 765212b225bb: Waiting [2023-10-23T04:26:11.307Z] f23df028b6ca: Waiting [2023-10-23T04:26:11.307Z] d65c8cfc05b1: Waiting [2023-10-23T04:26:11.307Z] 2437ff75d9bd: Waiting [2023-10-23T04:26:11.577Z] 04944245beec: Verifying Checksum [2023-10-23T04:26:11.577Z] 04944245beec: Download complete [2023-10-23T04:26:11.577Z] f23df028b6ca: Verifying Checksum [2023-10-23T04:26:11.577Z] f23df028b6ca: Download complete [2023-10-23T04:26:11.577Z] d65c8cfc05b1: Verifying Checksum [2023-10-23T04:26:11.577Z] d65c8cfc05b1: Download complete [2023-10-23T04:26:11.845Z] 699f458cf7ca: Verifying Checksum [2023-10-23T04:26:11.845Z] 699f458cf7ca: Download complete [2023-10-23T04:26:12.113Z] 8998bd30e6a1: Verifying Checksum [2023-10-23T04:26:12.113Z] 8998bd30e6a1: Download complete [2023-10-23T04:26:14.692Z] 2437ff75d9bd: Verifying Checksum [2023-10-23T04:26:14.692Z] 2437ff75d9bd: Download complete [2023-10-23T04:26:16.631Z] 8998bd30e6a1: Pull complete [2023-10-23T04:26:17.212Z] 04944245beec: Pull complete [2023-10-23T04:26:18.621Z] 699f458cf7ca: Pull complete [2023-10-23T04:26:18.889Z] 765212b225bb: Pull complete [2023-10-23T04:26:19.853Z] f23df028b6ca: Pull complete [2023-10-23T04:26:20.118Z] d65c8cfc05b1: Pull complete [2023-10-23T04:26:38.311Z] 2437ff75d9bd: Pull complete [2023-10-23T04:26:38.311Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-10-23T04:26:38.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-23T04:26:38.311Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:26:38.485Z] prd-ubuntu20.04-docker-arm64-4c-16g-9779 does not seem to be running inside a container [2023-10-23T04:26:38.545Z] $ 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/64 -v /w/workspace/app-record-replay/64:/w/workspace/app-record-replay/64:rw,z -v /w/workspace/app-record-replay/64@tmp:/w/workspace/app-record-replay/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-10-23T04:26:41.132Z] $ docker top 422c04b8605df23743ac8a2743ae2a2d05a52677e051d3d613591589627b8a41 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:26:41.946Z] ---> job-cost.sh [2023-10-23T04:26:41.946Z] lf-activate-venv: SKIPPING [2023-10-23T04:26:41.946Z] INFO: No Stack... [2023-10-23T04:26:42.212Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-10-23T04:26:43.169Z] INFO: Archiving Costs [Pipeline] sh [2023-10-23T04:26:43.803Z] + + cut -d, -f6 [2023-10-23T04:26:43.803Z] cat /w/workspace/app-record-replay/64/archives/cost.csv [Pipeline] lock [2023-10-23T04:26:43.841Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [2023-10-23T04:26:43.849Z] Resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] did not exist. Created. [2023-10-23T04:26:43.849Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-23T04:26:44.199Z] /w/workspace/app-record-replay/64@tmp/durable-b06796bd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-10-23T04:26:44.531Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-10-23T04:26:44.554Z] Warning: overwriting stash ‘stack-cost’ [2023-10-23T04:26:44.605Z] Stashed 1 file(s) [Pipeline] } [2023-10-23T04:26:44.613Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-23T04:26:44.628Z] $ docker stop --time=1 422c04b8605df23743ac8a2743ae2a2d05a52677e051d3d613591589627b8a41 [2023-10-23T04:26:46.117Z] $ docker rm -f --volumes 422c04b8605df23743ac8a2743ae2a2d05a52677e051d3d613591589627b8a41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-10-23T04:26:46.529Z] provisioning config files... [2023-10-23T04:26:46.537Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7099382107820552136tmp [Pipeline] { [Pipeline] sh [2023-10-23T04:26:46.835Z] + set +x [2023-10-23T04:26:46.835Z] + curl -s https://codecov.io/bash [2023-10-23T04:26:46.835Z] + bash -s -- [2023-10-23T04:26:46.835Z] [2023-10-23T04:26:46.835Z] _____ _ [2023-10-23T04:26:46.835Z] / ____| | | [2023-10-23T04:26:46.835Z] | | ___ __| | ___ ___ _____ __ [2023-10-23T04:26:46.835Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-10-23T04:26:46.835Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-10-23T04:26:46.835Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-10-23T04:26:46.835Z] Bash-1.0.6 [2023-10-23T04:26:46.835Z] [2023-10-23T04:26:46.835Z] [2023-10-23T04:26:46.835Z] ==> git version 2.25.1 found [2023-10-23T04:26:46.835Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-10-23T04:26:46.835Z] Release-Date: 2020-01-08 [2023-10-23T04:26:46.835Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-10-23T04:26:46.835Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-10-23T04:26:46.835Z] ==> Jenkins CI detected. [2023-10-23T04:26:46.835Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-10-23T04:26:46.835Z] project root: . [2023-10-23T04:26:46.835Z] --> token set from env [2023-10-23T04:26:46.835Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-10-23T04:26:46.835Z] ==> Running gcov in . (disable via -X gcov) [2023-10-23T04:26:46.835Z] ==> Python coveragepy not found [2023-10-23T04:26:46.835Z] ==> Searching for coverage reports in: [2023-10-23T04:26:46.835Z] + . [2023-10-23T04:26:46.835Z] -> Found 1 reports [2023-10-23T04:26:46.835Z] ==> Detecting git/mercurial file structure [2023-10-23T04:26:47.094Z] ==> Reading reports [2023-10-23T04:26:47.094Z] + ./coverage.out bytes=24666 [2023-10-23T04:26:47.094Z] ==> Appending adjustments [2023-10-23T04:26:47.094Z] https://docs.codecov.io/docs/fixing-reports [2023-10-23T04:26:47.094Z] + Found adjustments [2023-10-23T04:26:47.094Z] ==> Gzipping contents [2023-10-23T04:26:47.094Z] 8.0K /tmp/codecov.XATfmv.gz [2023-10-23T04:26:47.094Z] ==> Uploading reports [2023-10-23T04:26:47.094Z] url: https://codecov.io [2023-10-23T04:26:47.094Z] query: branch=main&commit=dc181b80ea0be21e4569ae5558623740e499df97&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-23T04:26:47.094Z] -> Pinging Codecov [2023-10-23T04:26:47.094Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6761a825-4501-4abd-88ee-552c6fc4520a&branch=main&commit=dc181b80ea0be21e4569ae5558623740e499df97&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-23T04:26:47.353Z] -> Uploading to [2023-10-23T04:26:47.353Z] https://storage.googleapis.com/codecov/v4/raw/2023-10-23/F467761B9912B4F32F9BC62907045C81/dc181b80ea0be21e4569ae5558623740e499df97/a4803af5-e98f-43dd-961e-8a0249c8fb66.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231023%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231023T042647Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35e10eb2106eb0d5a7aedd5d320115ecb6e3c7ec01b33c8444b03a8b8aeeba47 [2023-10-23T04:26:47.353Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-23T04:26:47.353Z] Dload Upload Total Spent Left Speed [2023-10-23T04:26:47.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4850 0 0 100 4850 0 15849 --:--:-- --:--:-- --:--:-- 15849 [2023-10-23T04:26:47.614Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] } [2023-10-23T04:26:47.621Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-10-23T04:26:47.836Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-10-23T04:26:47.848Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:48.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-23T04:26:48.140Z] [2023-10-23T04:26:48.140Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:26:48.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-23T04:26:48.440Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-10-23T04:26:48.440Z] df9b9388f04a: Pulling fs layer [2023-10-23T04:26:48.440Z] 52dc419b0ee2: Pulling fs layer [2023-10-23T04:26:48.440Z] 25bc292e5bac: Pulling fs layer [2023-10-23T04:26:48.440Z] 114826534d7a: Pulling fs layer [2023-10-23T04:26:48.440Z] 4657fd5d0bcf: Pulling fs layer [2023-10-23T04:26:48.440Z] 6ad1cebc031e: Pulling fs layer [2023-10-23T04:26:48.440Z] 8a3aa393b2d8: Pulling fs layer [2023-10-23T04:26:48.440Z] 114826534d7a: Waiting [2023-10-23T04:26:48.440Z] 6ad1cebc031e: Waiting [2023-10-23T04:26:48.440Z] 4657fd5d0bcf: Waiting [2023-10-23T04:26:48.440Z] 8a3aa393b2d8: Waiting [2023-10-23T04:26:48.440Z] 25bc292e5bac: Verifying Checksum [2023-10-23T04:26:48.440Z] 25bc292e5bac: Download complete [2023-10-23T04:26:48.440Z] 52dc419b0ee2: Verifying Checksum [2023-10-23T04:26:48.440Z] 52dc419b0ee2: Download complete [2023-10-23T04:26:48.440Z] 4657fd5d0bcf: Download complete [2023-10-23T04:26:48.440Z] df9b9388f04a: Download complete [2023-10-23T04:26:48.700Z] 6ad1cebc031e: Verifying Checksum [2023-10-23T04:26:48.700Z] 6ad1cebc031e: Download complete [2023-10-23T04:26:48.700Z] df9b9388f04a: Pull complete [2023-10-23T04:26:48.700Z] 52dc419b0ee2: Pull complete [2023-10-23T04:26:48.700Z] 25bc292e5bac: Pull complete [2023-10-23T04:26:49.268Z] 114826534d7a: Verifying Checksum [2023-10-23T04:26:49.268Z] 114826534d7a: Download complete [2023-10-23T04:26:49.268Z] 8a3aa393b2d8: Verifying Checksum [2023-10-23T04:26:49.268Z] 8a3aa393b2d8: Download complete [2023-10-23T04:26:52.546Z] 114826534d7a: Pull complete [2023-10-23T04:26:52.546Z] 4657fd5d0bcf: Pull complete [2023-10-23T04:26:52.806Z] 6ad1cebc031e: Pull complete [2023-10-23T04:26:56.087Z] 8a3aa393b2d8: Pull complete [2023-10-23T04:26:56.087Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-10-23T04:26:56.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-23T04:26:56.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:26:56.163Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:26:56.195Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-10-23T04:27:02.086Z] $ docker top d703fa0573dbfadb2e16a12511c8500574c3d69cda01fbb207122155ef88530a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-10-23T04:27:02.147Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-10-23T04:27:02.428Z] + set -o pipefail [2023-10-23T04:27:02.428Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-10-23T04:27:10.537Z] [2023-10-23T04:27:10.537Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-10-23T04:27:10.537Z] [2023-10-23T04:27:10.537Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/fb2221ef-4738-4bad-a0c9-843d669c74f2 [2023-10-23T04:27:10.537Z] [2023-10-23T04:27:10.537Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-10-23T04:27:10.537Z] [2023-10-23T04:27:10.537Z] [2023-10-23T04:27:10.537Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-10-23T04:27:10.537Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-10-23T04:27:10.537Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-10-23T04:27:10.547Z] $ docker stop --time=1 d703fa0573dbfadb2e16a12511c8500574c3d69cda01fbb207122155ef88530a [2023-10-23T04:27:14.790Z] $ docker rm -f --volumes d703fa0573dbfadb2e16a12511c8500574c3d69cda01fbb207122155ef88530a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-23T04:27:15.517Z] + git log --format=format:%s -1 dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] sh [2023-10-23T04:27:15.808Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-23T04:27:15.808Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:27:16.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-23T04:27:16.108Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:27:16.174Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:27:16.203Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-23T04:27:16.641Z] $ docker top 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 -eo pid,comm [2023-10-23T04:27:16.690Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-10-23T04:27:16.690Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-23T04:27:16.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-23T04:27:16.734Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-23T04:27:16.847Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-23T04:27:16.848Z] $ docker exec 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 ssh-agent [2023-10-23T04:27:16.957Z] SSH_AUTH_SOCK=/tmp/ssh-O045aiwiCfq9/agent.32 [2023-10-23T04:27:16.957Z] SSH_AGENT_PID=38 [2023-10-23T04:27:16.961Z] Running ssh-add (command line suppressed) [2023-10-23T04:27:17.068Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2173913377640222439.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2173913377640222439.key) [2023-10-23T04:27:17.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-23T04:27:17.370Z] + git semver tag [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,551 [run_tag] DEBUG tag force:False [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,551 [check_head_tag] DEBUG check head tag [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,552 [execute] INFO git cat-file --batch-check [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,555 [execute] INFO git cat-file --batch [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,556 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,573 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,573 [execute] INFO git tag -a v3.1.0-dev.59 -m v3.1.0-dev.59 [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,574 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.59', '-m', 'v3.1.0-dev.59'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-10-23T04:27:17.629Z] 2023-10-23 04:27:17,578 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:27:17.629Z] 3.1.0-dev.59 [Pipeline] } [2023-10-23T04:27:17.638Z] $ docker exec --env ******** --env ******** 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 ssh-agent -k [2023-10-23T04:27:17.731Z] unset SSH_AUTH_SOCK; [2023-10-23T04:27:17.731Z] unset SSH_AGENT_PID; [2023-10-23T04:27:17.731Z] echo Agent pid 38 killed; [2023-10-23T04:27:17.741Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-23T04:27:18.054Z] + git semver [Pipeline] } [2023-10-23T04:27:18.325Z] $ docker stop --time=1 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 [2023-10-23T04:27:19.591Z] $ docker rm -f --volumes 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:27:19.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-23T04:27:19.989Z] [2023-10-23T04:27:19.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:27:20.294Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-23T04:27:20.294Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-10-23T04:27:20.294Z] ab5ef0e58194: Pulling fs layer [2023-10-23T04:27:20.294Z] 9712f1f96733: Pulling fs layer [2023-10-23T04:27:20.294Z] 63f879dbbcfc: Pulling fs layer [2023-10-23T04:27:20.294Z] 0d9ebad4ef96: Pulling fs layer [2023-10-23T04:27:20.294Z] e9a5061849ea: Pulling fs layer [2023-10-23T04:27:20.294Z] d747dcd14b5f: Pulling fs layer [2023-10-23T04:27:20.294Z] 2de7ff778b66: Pulling fs layer [2023-10-23T04:27:20.294Z] 0d9ebad4ef96: Waiting [2023-10-23T04:27:20.294Z] e9a5061849ea: Waiting [2023-10-23T04:27:20.294Z] d747dcd14b5f: Waiting [2023-10-23T04:27:20.294Z] 2de7ff778b66: Waiting [2023-10-23T04:27:20.294Z] 9712f1f96733: Verifying Checksum [2023-10-23T04:27:20.294Z] 9712f1f96733: Download complete [2023-10-23T04:27:20.554Z] 63f879dbbcfc: Verifying Checksum [2023-10-23T04:27:20.554Z] 63f879dbbcfc: Download complete [2023-10-23T04:27:20.812Z] e9a5061849ea: Verifying Checksum [2023-10-23T04:27:20.812Z] e9a5061849ea: Download complete [2023-10-23T04:27:20.812Z] d747dcd14b5f: Verifying Checksum [2023-10-23T04:27:20.812Z] d747dcd14b5f: Download complete [2023-10-23T04:27:20.812Z] ab5ef0e58194: Verifying Checksum [2023-10-23T04:27:20.812Z] ab5ef0e58194: Download complete [2023-10-23T04:27:20.812Z] 0d9ebad4ef96: Verifying Checksum [2023-10-23T04:27:20.812Z] 0d9ebad4ef96: Download complete [2023-10-23T04:27:20.812Z] 2de7ff778b66: Verifying Checksum [2023-10-23T04:27:20.812Z] 2de7ff778b66: Download complete [2023-10-23T04:27:23.337Z] ab5ef0e58194: Pull complete [2023-10-23T04:27:23.337Z] 9712f1f96733: Pull complete [2023-10-23T04:27:23.904Z] 63f879dbbcfc: Pull complete [2023-10-23T04:27:27.248Z] 0d9ebad4ef96: Pull complete [2023-10-23T04:27:27.505Z] e9a5061849ea: Pull complete [2023-10-23T04:27:27.505Z] d747dcd14b5f: Pull complete [2023-10-23T04:27:28.880Z] 2de7ff778b66: Pull complete [2023-10-23T04:27:28.880Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-10-23T04:27:28.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-23T04:27:28.880Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:27:28.952Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:27:28.982Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-10-23T04:27:35.032Z] $ docker top 76a1710fda299897fdd83499273c53b7652adb84f647a7ae83c309b127b98b7e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-10-23T04:27:35.106Z] provisioning config files... [2023-10-23T04:27:35.114Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4093212415779630358tmp [2023-10-23T04:27:35.129Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15862651632632924608tmp [2023-10-23T04:27:35.139Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10748010858737149206tmp [Pipeline] { [Pipeline] echo [2023-10-23T04:27:35.154Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:35.439Z] ---> sigul-configuration.sh [2023-10-23T04:27:35.439Z] gpg: directory `/root/.gnupg' created [2023-10-23T04:27:35.439Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-10-23T04:27:35.439Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-10-23T04:27:35.439Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-10-23T04:27:35.439Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-10-23T04:27:35.439Z] gpg: CAST5 encrypted data [2023-10-23T04:27:35.439Z] gpg: encrypted with 1 passphrase [2023-10-23T04:27:35.439Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-10-23T04:27:35.721Z] + mkdir /home/jenkins [2023-10-23T04:27:35.722Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-10-23T04:27:36.003Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-10-23T04:27:36.011Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:36.300Z] ---> sigul-install.sh [2023-10-23T04:27:36.300Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-10-23T04:27:36.588Z] + git tag --list [2023-10-23T04:27:36.588Z] v3.1.0-dev.0 [2023-10-23T04:27:36.588Z] v3.1.0-dev.1 [2023-10-23T04:27:36.588Z] v3.1.0-dev.10 [2023-10-23T04:27:36.588Z] v3.1.0-dev.11 [2023-10-23T04:27:36.588Z] v3.1.0-dev.12 [2023-10-23T04:27:36.588Z] v3.1.0-dev.13 [2023-10-23T04:27:36.588Z] v3.1.0-dev.14 [2023-10-23T04:27:36.588Z] v3.1.0-dev.15 [2023-10-23T04:27:36.588Z] v3.1.0-dev.16 [2023-10-23T04:27:36.588Z] v3.1.0-dev.17 [2023-10-23T04:27:36.588Z] v3.1.0-dev.18 [2023-10-23T04:27:36.588Z] v3.1.0-dev.19 [2023-10-23T04:27:36.588Z] v3.1.0-dev.2 [2023-10-23T04:27:36.588Z] v3.1.0-dev.20 [2023-10-23T04:27:36.588Z] v3.1.0-dev.21 [2023-10-23T04:27:36.588Z] v3.1.0-dev.22 [2023-10-23T04:27:36.588Z] v3.1.0-dev.23 [2023-10-23T04:27:36.588Z] v3.1.0-dev.24 [2023-10-23T04:27:36.588Z] v3.1.0-dev.25 [2023-10-23T04:27:36.588Z] v3.1.0-dev.26 [2023-10-23T04:27:36.588Z] v3.1.0-dev.27 [2023-10-23T04:27:36.588Z] v3.1.0-dev.28 [2023-10-23T04:27:36.588Z] v3.1.0-dev.29 [2023-10-23T04:27:36.588Z] v3.1.0-dev.3 [2023-10-23T04:27:36.588Z] v3.1.0-dev.30 [2023-10-23T04:27:36.588Z] v3.1.0-dev.31 [2023-10-23T04:27:36.588Z] v3.1.0-dev.32 [2023-10-23T04:27:36.588Z] v3.1.0-dev.33 [2023-10-23T04:27:36.588Z] v3.1.0-dev.34 [2023-10-23T04:27:36.588Z] v3.1.0-dev.35 [2023-10-23T04:27:36.588Z] v3.1.0-dev.36 [2023-10-23T04:27:36.588Z] v3.1.0-dev.37 [2023-10-23T04:27:36.588Z] v3.1.0-dev.38 [2023-10-23T04:27:36.588Z] v3.1.0-dev.39 [2023-10-23T04:27:36.588Z] v3.1.0-dev.4 [2023-10-23T04:27:36.588Z] v3.1.0-dev.40 [2023-10-23T04:27:36.588Z] v3.1.0-dev.41 [2023-10-23T04:27:36.588Z] v3.1.0-dev.42 [2023-10-23T04:27:36.588Z] v3.1.0-dev.43 [2023-10-23T04:27:36.588Z] v3.1.0-dev.44 [2023-10-23T04:27:36.588Z] v3.1.0-dev.45 [2023-10-23T04:27:36.588Z] v3.1.0-dev.46 [2023-10-23T04:27:36.588Z] v3.1.0-dev.47 [2023-10-23T04:27:36.588Z] v3.1.0-dev.48 [2023-10-23T04:27:36.588Z] v3.1.0-dev.49 [2023-10-23T04:27:36.588Z] v3.1.0-dev.5 [2023-10-23T04:27:36.588Z] v3.1.0-dev.50 [2023-10-23T04:27:36.588Z] v3.1.0-dev.51 [2023-10-23T04:27:36.588Z] v3.1.0-dev.52 [2023-10-23T04:27:36.588Z] v3.1.0-dev.53 [2023-10-23T04:27:36.588Z] v3.1.0-dev.54 [2023-10-23T04:27:36.588Z] v3.1.0-dev.55 [2023-10-23T04:27:36.588Z] v3.1.0-dev.56 [2023-10-23T04:27:36.588Z] v3.1.0-dev.57 [2023-10-23T04:27:36.588Z] v3.1.0-dev.58 [2023-10-23T04:27:36.588Z] v3.1.0-dev.59 [2023-10-23T04:27:36.588Z] v3.1.0-dev.6 [2023-10-23T04:27:36.588Z] v3.1.0-dev.7 [2023-10-23T04:27:36.588Z] v3.1.0-dev.8 [2023-10-23T04:27:36.588Z] v3.1.0-dev.9 [Pipeline] sh [2023-10-23T04:27:36.871Z] + lftools sign git-tag v3.1.0-dev.59 [2023-10-23T04:27:37.439Z] Signing Git tag with Sigul... [2023-10-23T04:27:37.439Z] Signing v3.1.0-dev.59 [Pipeline] echo [2023-10-23T04:27:37.708Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:37.990Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-10-23T04:27:37.997Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-10-23T04:27:38.013Z] $ docker stop --time=1 76a1710fda299897fdd83499273c53b7652adb84f647a7ae83c309b127b98b7e [2023-10-23T04:27:39.289Z] $ docker rm -f --volumes 76a1710fda299897fdd83499273c53b7652adb84f647a7ae83c309b127b98b7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-10-23T04:27:39.758Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-23T04:27:39.758Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:27:40.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-23T04:27:40.065Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:27:40.136Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:27:40.167Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-23T04:27:40.479Z] $ docker top 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-23T04:27:40.565Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-23T04:27:40.565Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-23T04:27:40.671Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-23T04:27:40.672Z] $ docker exec 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b ssh-agent [2023-10-23T04:27:40.772Z] SSH_AUTH_SOCK=/tmp/ssh-NmFxHvnJGt9U/agent.31 [2023-10-23T04:27:40.772Z] SSH_AGENT_PID=37 [2023-10-23T04:27:40.777Z] Running ssh-add (command line suppressed) [2023-10-23T04:27:40.861Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2057127345928554954.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2057127345928554954.key) [2023-10-23T04:27:40.877Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-23T04:27:41.161Z] + git semver bump pre [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,337 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,338 [bump_version] DEBUG bumping version:3.1.0-dev.59 on axis:pre with prefix:dev [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,338 [bump_version] DEBUG bumped version:3.1.0-dev.60 [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,338 [write_version] DEBUG write version:3.1.0-dev.60 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,338 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,338 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,339 [execute] INFO git cat-file --batch-check [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,345 [execute] INFO git cat-file --batch [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,345 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-23T04:27:41.420Z] 2023-10-23 04:27:41,350 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:27:41.420Z] 3.1.0-dev.60 [Pipeline] } [2023-10-23T04:27:41.428Z] $ docker exec --env ******** --env ******** 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b ssh-agent -k [2023-10-23T04:27:41.516Z] unset SSH_AUTH_SOCK; [2023-10-23T04:27:41.516Z] unset SSH_AGENT_PID; [2023-10-23T04:27:41.516Z] echo Agent pid 37 killed; [2023-10-23T04:27:41.527Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-23T04:27:41.840Z] + git semver [Pipeline] } [2023-10-23T04:27:42.110Z] $ docker stop --time=1 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b [2023-10-23T04:27:43.365Z] $ docker rm -f --volumes 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-23T04:27:43.698Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-23T04:27:43.699Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:27:43.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-23T04:27:43.994Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:27:44.056Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:27:44.085Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-23T04:27:44.389Z] $ docker top bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 -eo pid,comm [2023-10-23T04:27:44.434Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-10-23T04:27:44.434Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-23T04:27:44.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-23T04:27:44.476Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-23T04:27:44.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-23T04:27:44.581Z] $ docker exec bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 ssh-agent [2023-10-23T04:27:44.701Z] SSH_AUTH_SOCK=/tmp/ssh-d6QWAdS9ibMJ/agent.33 [2023-10-23T04:27:44.701Z] SSH_AGENT_PID=39 [2023-10-23T04:27:44.722Z] Running ssh-add (command line suppressed) [2023-10-23T04:27:44.824Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15522247244860228707.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15522247244860228707.key) [2023-10-23T04:27:44.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-23T04:27:45.160Z] + git semver push [2023-10-23T04:27:45.438Z] 2023-10-23 04:27:45,311 [run_push] DEBUG push [2023-10-23T04:27:45.438Z] 2023-10-23 04:27:45,312 [execute] INFO git cat-file --batch-check [2023-10-23T04:27:45.438Z] 2023-10-23 04:27:45,312 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-23T04:27:45.438Z] 2023-10-23 04:27:45,316 [execute] INFO git rev-list d263c4990043a19d7c7b9751d1126c24b8eeecd2 -- [2023-10-23T04:27:45.438Z] 2023-10-23 04:27:45,316 [execute] DEBUG Popen(['git', 'rev-list', 'd263c4990043a19d7c7b9751d1126c24b8eeecd2', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-23T04:27:45.438Z] 2023-10-23 04:27:45,322 [execute] INFO git fetch -v origin [2023-10-23T04:27:45.438Z] 2023-10-23 04:27:45,322 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-10-23T04:27:46.012Z] 2023-10-23 04:27:45,858 [run_push] DEBUG no remote changes detected [2023-10-23T04:27:46.012Z] 2023-10-23 04:27:45,858 [execute] INFO git push origin semver [2023-10-23T04:27:46.012Z] 2023-10-23 04:27:45,859 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-23T04:27:46.951Z] 2023-10-23 04:27:46,691 [run_push] DEBUG push all version tags [2023-10-23T04:27:46.951Z] 2023-10-23 04:27:46,691 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-10-23T04:27:46.951Z] 2023-10-23 04:27:46,692 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-10-23T04:27:47.520Z] 2023-10-23 04:27:47,479 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-23T04:27:47.520Z] 3.1.0-dev.60 [Pipeline] } [2023-10-23T04:27:47.529Z] $ docker exec --env ******** --env ******** bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 ssh-agent -k [2023-10-23T04:27:47.621Z] unset SSH_AUTH_SOCK; [2023-10-23T04:27:47.622Z] unset SSH_AGENT_PID; [2023-10-23T04:27:47.622Z] echo Agent pid 39 killed; [2023-10-23T04:27:47.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-23T04:27:47.940Z] + git semver [Pipeline] } [2023-10-23T04:27:48.211Z] $ docker stop --time=1 bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 [2023-10-23T04:27:49.537Z] $ docker rm -f --volumes bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-10-23T04:27:50.093Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-10-23T04:27:50.093Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-10-23T04:27:50.093Z] total 16 [2023-10-23T04:27:50.093Z] drwxr-xr-x 3 root root 4096 Oct 23 04:17 . [2023-10-23T04:27:50.093Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 23 04:27 .. [2023-10-23T04:27:50.093Z] drwxr-xr-x 2 root root 4096 Oct 23 04:17 cost [2023-10-23T04:27:50.093Z] -rw-r--r-- 1 root root 88 Oct 23 04:17 cost.csv [2023-10-23T04:27:50.093Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-10-23T04:27:50.093Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-10-23T04:27:50.093Z] total 16 [2023-10-23T04:27:50.093Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 23 04:17 . [2023-10-23T04:27:50.093Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 23 04:27 .. [2023-10-23T04:27:50.093Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 23 04:17 cost [2023-10-23T04:27:50.093Z] -rw-r--r-- 1 jenkins jenkins 88 Oct 23 04:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:50.379Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:51.239Z] ---> package-listing.sh [2023-10-23T04:27:51.239Z] ++ facter osfamily [2023-10-23T04:27:51.239Z] ++ tr '[:upper:]' '[:lower:]' [2023-10-23T04:27:51.498Z] + OS_FAMILY=debian [2023-10-23T04:27:51.498Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-10-23T04:27:51.498Z] + START_PACKAGES=/tmp/packages_start.txt [2023-10-23T04:27:51.498Z] + END_PACKAGES=/tmp/packages_end.txt [2023-10-23T04:27:51.498Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-10-23T04:27:51.498Z] + PACKAGES=/tmp/packages_start.txt [2023-10-23T04:27:51.498Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-10-23T04:27:51.498Z] + PACKAGES=/tmp/packages_end.txt [2023-10-23T04:27:51.498Z] + case "${OS_FAMILY}" in [2023-10-23T04:27:51.498Z] + dpkg -l [2023-10-23T04:27:51.498Z] + grep '^ii' [2023-10-23T04:27:51.498Z] + '[' -f /tmp/packages_start.txt ']' [2023-10-23T04:27:51.498Z] + '[' -f /tmp/packages_end.txt ']' [2023-10-23T04:27:51.498Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-10-23T04:27:51.498Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-10-23T04:27:51.498Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-10-23T04:27:51.498Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2023-10-23T04:27:51.509Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-10-23T04:27:51.784Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-23T04:27:52.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-23T04:27:52.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-23T04:27:52.419Z] prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container [2023-10-23T04:27:52.454Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-10-23T04:27:52.682Z] $ docker top 6497444ab417770f79f51fb14c3806c1d11560a3eea40476fefcaeb378311d4b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-23T04:27:53.028Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-10-23T04:27:53.314Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-10-23T04:27:53.598Z] + ls /var/log/sa-host [2023-10-23T04:27:53.598Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-23T04:27:53.765Z] provisioning config files... [2023-10-23T04:27:53.774Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2758869100158019289tmp [Pipeline] { [Pipeline] echo [2023-10-23T04:27:53.787Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:54.069Z] ---> create-netrc.sh [Pipeline] } [2023-10-23T04:27:54.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:54.416Z] ---> python-tools-install.sh [Pipeline] echo [2023-10-23T04:27:54.425Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:54.710Z] ---> sudo-logs.sh [2023-10-23T04:27:54.710Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-10-23T04:27:54.736Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:55.019Z] ---> job-cost.sh [2023-10-23T04:27:55.019Z] lf-activate-venv: SKIPPING [2023-10-23T04:27:55.019Z] DEBUG: total: 0.2199999988079071 [2023-10-23T04:27:55.019Z] INFO: Retrieving Stack Cost... [2023-10-23T04:27:55.278Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-23T04:27:55.847Z] INFO: Archiving Costs [Pipeline] echo [2023-10-23T04:27:55.859Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-23T04:27:56.142Z] ---> logs-deploy.sh [2023-10-23T04:27:56.142Z] lf-activate-venv: SKIPPING [2023-10-23T04:27:56.142Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/64 [2023-10-23T04:27:56.142Z] INFO: archiving workspace using pattern(s): [2023-10-23T04:27:57.528Z] Archives upload complete. [2023-10-23T04:27:57.528Z] INFO: archiving logs to Nexus [2023-10-23T04:27:58.097Z] ---> uname -a: [2023-10-23T04:27:58.097Z] Linux prd-ubuntu20-04-docker-8c-8g-9778 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-10-23T04:27:58.097Z] [2023-10-23T04:27:58.097Z] [2023-10-23T04:27:58.097Z] ---> lscpu: [2023-10-23T04:27:58.097Z] Architecture: x86_64 [2023-10-23T04:27:58.097Z] CPU op-mode(s): 32-bit, 64-bit [2023-10-23T04:27:58.097Z] Byte Order: Little Endian [2023-10-23T04:27:58.097Z] Address sizes: 40 bits physical, 48 bits virtual [2023-10-23T04:27:58.097Z] CPU(s): 8 [2023-10-23T04:27:58.097Z] On-line CPU(s) list: 0-7 [2023-10-23T04:27:58.097Z] Thread(s) per core: 1 [2023-10-23T04:27:58.097Z] Core(s) per socket: 1 [2023-10-23T04:27:58.097Z] Socket(s): 8 [2023-10-23T04:27:58.097Z] NUMA node(s): 1 [2023-10-23T04:27:58.097Z] Vendor ID: AuthenticAMD [2023-10-23T04:27:58.097Z] CPU family: 23 [2023-10-23T04:27:58.097Z] Model: 49 [2023-10-23T04:27:58.097Z] Model name: AMD EPYC-Rome Processor [2023-10-23T04:27:58.097Z] Stepping: 0 [2023-10-23T04:27:58.097Z] CPU MHz: 2799.998 [2023-10-23T04:27:58.097Z] BogoMIPS: 5599.99 [2023-10-23T04:27:58.097Z] Virtualization: AMD-V [2023-10-23T04:27:58.097Z] Hypervisor vendor: KVM [2023-10-23T04:27:58.097Z] Virtualization type: full [2023-10-23T04:27:58.097Z] L1d cache: 256 KiB [2023-10-23T04:27:58.097Z] L1i cache: 256 KiB [2023-10-23T04:27:58.097Z] L2 cache: 4 MiB [2023-10-23T04:27:58.097Z] L3 cache: 128 MiB [2023-10-23T04:27:58.097Z] NUMA node0 CPU(s): 0-7 [2023-10-23T04:27:58.097Z] Vulnerability Itlb multihit: Not affected [2023-10-23T04:27:58.097Z] Vulnerability L1tf: Not affected [2023-10-23T04:27:58.098Z] Vulnerability Mds: Not affected [2023-10-23T04:27:58.098Z] Vulnerability Meltdown: Not affected [2023-10-23T04:27:58.098Z] Vulnerability Mmio stale data: Not affected [2023-10-23T04:27:58.098Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-10-23T04:27:58.098Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-10-23T04:27:58.098Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-10-23T04:27:58.098Z] Vulnerability Srbds: Not affected [2023-10-23T04:27:58.098Z] Vulnerability Tsx async abort: Not affected [2023-10-23T04:27:58.098Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] ---> nproc: [2023-10-23T04:27:58.098Z] 8 [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] ---> df -h: [2023-10-23T04:27:58.098Z] Filesystem Size Used Avail Use% Mounted on [2023-10-23T04:27:58.098Z] overlay 155G 13G 143G 9% / [2023-10-23T04:27:58.098Z] tmpfs 64M 0 64M 0% /dev [2023-10-23T04:27:58.098Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-10-23T04:27:58.098Z] shm 64M 0 64M 0% /dev/shm [2023-10-23T04:27:58.098Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] ---> sar -b -r -n DEV: [2023-10-23T04:27:58.098Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9778) 10/23/23 _x86_64_ (8 CPU) [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] 04:13:52 LINUX RESTART (8 CPU) [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] 04:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-10-23T04:27:58.098Z] 04:15:01 193.70 47.99 145.71 0.00 5437.36 168370.07 0.00 [2023-10-23T04:27:58.098Z] 04:16:01 155.52 0.58 154.94 0.00 13.33 49673.72 0.00 [2023-10-23T04:27:58.098Z] 04:17:01 32.01 0.12 31.89 0.00 11.20 10143.93 0.00 [2023-10-23T04:27:58.098Z] 04:18:01 194.87 1.28 193.58 0.00 44.79 46174.04 0.00 [2023-10-23T04:27:58.098Z] 04:19:01 6.87 2.02 4.85 0.00 2336.01 170.64 0.00 [2023-10-23T04:27:58.098Z] 04:20:01 24.84 8.18 16.66 0.00 1111.23 3642.52 0.00 [2023-10-23T04:27:58.098Z] 04:21:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 [2023-10-23T04:27:58.098Z] 04:22:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 [2023-10-23T04:27:58.098Z] 04:23:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2023-10-23T04:27:58.098Z] 04:24:01 4.05 1.65 2.40 0.00 37.73 35.99 0.00 [2023-10-23T04:27:58.098Z] 04:25:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 [2023-10-23T04:27:58.098Z] 04:26:01 1.83 0.00 1.83 0.00 0.00 20.53 0.00 [2023-10-23T04:27:58.098Z] 04:27:01 33.31 0.08 33.23 0.00 11.86 27380.90 0.00 [2023-10-23T04:27:58.098Z] Average: 50.11 4.76 45.35 0.00 692.58 23512.15 0.00 [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] 04:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-10-23T04:27:58.098Z] 04:15:01 29270392 31553072 764952 2.33 75360 2482084 1982920 5.84 1009244 2226928 628 [2023-10-23T04:27:58.098Z] 04:16:01 28502556 31562500 743492 2.26 147012 3119552 1786184 5.26 1058412 2863464 460 [2023-10-23T04:27:58.098Z] 04:17:01 27151352 30772796 1524792 4.64 150512 3618932 2446968 7.21 1952516 3253468 247608 [2023-10-23T04:27:58.098Z] 04:18:01 27658188 31541808 757116 2.30 163784 3845940 1762012 5.19 1278908 3402992 88 [2023-10-23T04:27:58.098Z] 04:19:01 27492076 31548648 749972 2.28 165624 4013324 1771544 5.22 1383616 3459400 94220 [2023-10-23T04:27:58.098Z] 04:20:01 27430736 31535060 755628 2.30 169184 4049596 1823896 5.38 1426788 3457152 4 [2023-10-23T04:27:58.098Z] 04:21:01 27434948 31539280 751284 2.28 169224 4049600 1823896 5.38 1422600 3457156 12 [2023-10-23T04:27:58.098Z] 04:22:01 27436820 31541192 749328 2.28 169248 4049600 1823896 5.38 1420380 3457156 52 [2023-10-23T04:27:58.098Z] 04:23:01 27442268 31546980 743760 2.26 169260 4049604 1823896 5.38 1414788 3457464 8 [2023-10-23T04:27:58.098Z] 04:24:01 27417252 31524204 766420 2.33 169340 4050708 1823896 5.38 1442188 3457828 180 [2023-10-23T04:27:58.098Z] 04:25:01 27417276 31524244 766312 2.33 169360 4050712 1823896 5.38 1441932 3457780 4 [2023-10-23T04:27:58.098Z] 04:26:01 27416976 31523964 766496 2.33 169412 4050716 1823896 5.38 1441820 3457784 40 [2023-10-23T04:27:58.098Z] 04:27:01 26632808 31497872 790840 2.41 174700 4754648 1878124 5.54 1470604 4161304 23132 [2023-10-23T04:27:58.098Z] Average: 27592588 31477817 817722 2.49 158617 3860386 1876540 5.53 1397215 3351529 28187 [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] 04:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-10-23T04:27:58.098Z] 04:15:01 ens3 539.41 342.29 5546.87 83.44 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:15:01 docker0 13.00 15.13 1.08 46.04 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:15:01 lo 6.73 6.73 0.66 0.66 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:15:01 veth653c447 10.58 11.50 0.98 10.52 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:16:01 ens3 372.44 269.52 2326.29 26.69 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:16:01 docker0 266.97 366.22 20.88 2322.11 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:17:01 ens3 31.81 18.53 30.27 11.53 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:17:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:17:01 vethff2e3b9 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:18:01 ens3 191.90 156.71 2686.88 335.30 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:18:01 docker0 3.40 6.07 0.21 64.85 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:18:01 lo 8.20 8.20 0.81 0.81 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:19:01 ens3 94.57 53.91 1374.97 3.72 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:19:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:20:01 ens3 0.68 0.48 0.37 0.16 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:22:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:23:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:24:01 ens3 7.92 6.60 5.34 5.94 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:24:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:25:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:27:01 ens3 127.40 71.10 3970.03 9.92 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] 04:27:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] Average: ens3 105.12 70.73 1226.22 36.68 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] Average: docker0 21.80 29.81 1.71 187.15 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] Average: lo 1.34 1.34 0.13 0.13 0.00 0.00 0.00 0.00 [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] ---> sar -P ALL: [2023-10-23T04:27:58.098Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9778) 10/23/23 _x86_64_ (8 CPU) [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] 04:13:52 LINUX RESTART (8 CPU) [2023-10-23T04:27:58.098Z] [2023-10-23T04:27:58.098Z] 04:14:01 CPU %user %nice %system %iowait %steal %idle [2023-10-23T04:27:58.098Z] 04:15:01 all 8.74 0.00 3.19 2.78 0.05 85.24 [2023-10-23T04:27:58.098Z] 04:15:01 0 7.96 0.00 4.02 12.63 0.05 75.33 [2023-10-23T04:27:58.098Z] 04:15:01 1 7.43 0.00 2.75 0.19 0.07 89.56 [2023-10-23T04:27:58.098Z] 04:15:01 2 9.84 0.00 2.52 3.48 0.05 84.11 [2023-10-23T04:27:58.098Z] 04:15:01 3 10.71 0.00 3.78 0.79 0.07 84.65 [2023-10-23T04:27:58.098Z] 04:15:01 4 8.05 0.00 2.95 0.77 0.03 88.20 [2023-10-23T04:27:58.098Z] 04:15:01 5 9.08 0.00 3.08 0.91 0.07 86.86 [2023-10-23T04:27:58.098Z] 04:15:01 6 9.42 0.00 2.70 3.02 0.05 84.81 [2023-10-23T04:27:58.098Z] 04:15:01 7 7.39 0.00 3.75 0.47 0.05 88.34 [2023-10-23T04:27:58.098Z] 04:16:01 all 4.06 0.00 2.04 2.96 0.05 90.90 [2023-10-23T04:27:58.098Z] 04:16:01 0 4.23 0.00 3.36 17.36 0.05 75.00 [2023-10-23T04:27:58.098Z] 04:16:01 1 4.59 0.00 1.86 0.28 0.03 93.23 [2023-10-23T04:27:58.098Z] 04:16:01 2 3.39 0.00 1.33 1.11 0.05 94.12 [2023-10-23T04:27:58.098Z] 04:16:01 3 4.43 0.00 1.61 0.49 0.03 93.44 [2023-10-23T04:27:58.098Z] 04:16:01 4 4.29 0.00 1.51 0.08 0.07 94.05 [2023-10-23T04:27:58.098Z] 04:16:01 5 4.25 0.00 1.67 0.38 0.03 93.66 [2023-10-23T04:27:58.098Z] 04:16:01 6 3.44 0.00 3.25 0.96 0.03 92.32 [2023-10-23T04:27:58.098Z] 04:16:01 7 3.83 0.00 1.72 3.02 0.07 91.37 [2023-10-23T04:27:58.098Z] 04:17:01 all 40.92 0.00 3.40 0.74 0.07 54.87 [2023-10-23T04:27:58.098Z] 04:17:01 0 39.64 0.00 3.32 0.08 0.07 56.89 [2023-10-23T04:27:58.098Z] 04:17:01 1 40.75 0.00 3.12 0.92 0.08 55.13 [2023-10-23T04:27:58.098Z] 04:17:01 2 39.99 0.00 3.37 3.47 0.07 53.10 [2023-10-23T04:27:58.098Z] 04:17:01 3 39.93 0.00 3.68 0.20 0.08 56.11 [2023-10-23T04:27:58.098Z] 04:17:01 4 40.55 0.00 3.12 0.05 0.07 56.22 [2023-10-23T04:27:58.099Z] 04:17:01 5 41.91 0.00 3.27 0.72 0.07 54.03 [2023-10-23T04:27:58.099Z] 04:17:01 6 42.85 0.00 3.80 0.30 0.07 52.98 [2023-10-23T04:27:58.099Z] 04:17:01 7 41.75 0.00 3.52 0.13 0.07 54.52 [2023-10-23T04:27:58.099Z] 04:18:01 all 20.78 0.00 3.89 2.41 0.07 72.85 [2023-10-23T04:27:58.099Z] 04:18:01 0 20.82 0.00 4.18 8.65 0.07 66.28 [2023-10-23T04:27:58.099Z] 04:18:01 1 20.41 0.00 3.90 0.40 0.12 75.17 [2023-10-23T04:27:58.099Z] 04:18:01 2 22.55 0.00 3.30 1.28 0.07 72.81 [2023-10-23T04:27:58.099Z] 04:18:01 3 20.96 0.00 3.23 0.07 0.07 75.68 [2023-10-23T04:27:58.099Z] 04:18:01 4 19.43 0.00 3.93 0.30 0.05 76.29 [2023-10-23T04:27:58.099Z] 04:18:01 5 19.97 0.00 4.64 1.69 0.07 73.63 [2023-10-23T04:27:58.099Z] 04:18:01 6 21.16 0.00 3.62 0.08 0.07 75.07 [2023-10-23T04:27:58.099Z] 04:18:01 7 20.93 0.00 4.37 6.76 0.07 67.87 [2023-10-23T04:27:58.099Z] 04:19:01 all 0.40 0.00 0.13 0.13 0.01 99.33 [2023-10-23T04:27:58.099Z] 04:19:01 0 1.77 0.00 0.22 0.10 0.00 97.92 [2023-10-23T04:27:58.099Z] 04:19:01 1 0.35 0.00 0.28 0.53 0.02 98.82 [2023-10-23T04:27:58.099Z] 04:19:01 2 0.10 0.00 0.02 0.33 0.02 99.53 [2023-10-23T04:27:58.099Z] 04:19:01 3 0.47 0.00 0.13 0.02 0.02 99.37 [2023-10-23T04:27:58.099Z] 04:19:01 4 0.25 0.00 0.27 0.02 0.02 99.45 [2023-10-23T04:27:58.099Z] 04:19:01 5 0.08 0.00 0.07 0.00 0.02 99.83 [2023-10-23T04:27:58.099Z] 04:19:01 6 0.12 0.00 0.05 0.02 0.02 99.80 [2023-10-23T04:27:58.099Z] 04:19:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2023-10-23T04:27:58.099Z] 04:20:01 all 0.56 0.00 0.32 0.23 0.01 98.87 [2023-10-23T04:27:58.099Z] 04:20:01 0 0.42 0.00 0.28 0.00 0.02 99.28 [2023-10-23T04:27:58.099Z] 04:20:01 1 0.38 0.00 0.25 0.00 0.02 99.35 [2023-10-23T04:27:58.099Z] 04:20:01 2 0.42 0.00 0.35 0.17 0.00 99.06 [2023-10-23T04:27:58.099Z] 04:20:01 3 1.22 0.00 0.55 0.28 0.02 97.93 [2023-10-23T04:27:58.099Z] 04:20:01 4 0.60 0.00 0.25 0.08 0.00 99.07 [2023-10-23T04:27:58.099Z] 04:20:01 5 0.65 0.00 0.32 0.30 0.02 98.72 [2023-10-23T04:27:58.099Z] 04:20:01 6 0.32 0.00 0.23 0.48 0.02 98.95 [2023-10-23T04:27:58.099Z] 04:20:01 7 0.50 0.00 0.35 0.50 0.02 98.63 [2023-10-23T04:27:58.099Z] 04:21:01 all 0.23 0.00 0.01 0.00 0.01 99.75 [2023-10-23T04:27:58.099Z] 04:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-23T04:27:58.099Z] 04:21:01 2 1.73 0.00 0.00 0.00 0.02 98.26 [2023-10-23T04:27:58.099Z] 04:21:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2023-10-23T04:27:58.099Z] 04:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-23T04:27:58.099Z] 04:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-10-23T04:27:58.099Z] 04:21:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2023-10-23T04:27:58.099Z] 04:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-23T04:27:58.099Z] 04:22:01 all 0.22 0.00 0.01 0.01 0.01 99.75 [2023-10-23T04:27:58.099Z] 04:22:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-10-23T04:27:58.099Z] 04:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:22:01 2 1.58 0.00 0.00 0.00 0.00 98.42 [2023-10-23T04:27:58.099Z] 04:22:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:22:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2023-10-23T04:27:58.099Z] 04:22:01 6 0.05 0.00 0.03 0.03 0.02 99.87 [2023-10-23T04:27:58.099Z] 04:22:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:23:01 all 0.08 0.00 0.01 0.08 0.03 99.79 [2023-10-23T04:27:58.099Z] 04:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:23:01 2 0.57 0.00 0.02 0.00 0.00 99.42 [2023-10-23T04:27:58.099Z] 04:23:01 3 0.00 0.00 0.03 0.48 0.02 99.47 [2023-10-23T04:27:58.099Z] 04:23:01 4 0.02 0.00 0.00 0.00 0.22 99.77 [2023-10-23T04:27:58.099Z] 04:23:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2023-10-23T04:27:58.099Z] 04:23:01 6 0.02 0.00 0.03 0.13 0.02 99.80 [2023-10-23T04:27:58.099Z] 04:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-23T04:27:58.099Z] 04:24:01 all 0.55 0.00 0.02 0.02 0.01 99.40 [2023-10-23T04:27:58.099Z] 04:24:01 0 0.17 0.00 0.05 0.02 0.00 99.77 [2023-10-23T04:27:58.099Z] 04:24:01 1 0.50 0.00 0.00 0.00 0.00 99.50 [2023-10-23T04:27:58.099Z] 04:24:01 2 1.88 0.00 0.02 0.00 0.02 98.09 [2023-10-23T04:27:58.099Z] 04:24:01 3 0.10 0.00 0.03 0.03 0.00 99.83 [2023-10-23T04:27:58.099Z] 04:24:01 4 0.37 0.00 0.02 0.07 0.00 99.55 [2023-10-23T04:27:58.099Z] 04:24:01 5 0.52 0.00 0.02 0.00 0.02 99.45 [2023-10-23T04:27:58.099Z] 04:24:01 6 0.73 0.00 0.02 0.02 0.02 99.22 [2023-10-23T04:27:58.099Z] 04:24:01 7 0.08 0.00 0.05 0.03 0.00 99.83 [2023-10-23T04:27:58.099Z] 04:25:01 all 0.12 0.00 0.01 0.00 0.01 99.85 [2023-10-23T04:27:58.099Z] 04:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-10-23T04:27:58.099Z] 04:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-10-23T04:27:58.099Z] 04:25:01 2 0.95 0.00 0.00 0.00 0.00 99.05 [2023-10-23T04:27:58.099Z] 04:25:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2023-10-23T04:27:58.099Z] 04:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-23T04:27:58.099Z] 04:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:25:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-10-23T04:27:58.099Z] 04:25:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-10-23T04:27:58.099Z] [2023-10-23T04:27:58.099Z] 04:25:01 CPU %user %nice %system %iowait %steal %idle [2023-10-23T04:27:58.099Z] 04:26:01 all 0.02 0.00 0.01 0.02 0.01 99.95 [2023-10-23T04:27:58.099Z] 04:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:26:01 3 0.02 0.00 0.00 0.12 0.02 99.85 [2023-10-23T04:27:58.099Z] 04:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:26:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2023-10-23T04:27:58.099Z] 04:26:01 6 0.05 0.00 0.05 0.00 0.02 99.88 [2023-10-23T04:27:58.099Z] 04:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-23T04:27:58.099Z] 04:27:01 all 2.55 0.00 1.16 1.50 0.02 94.77 [2023-10-23T04:27:58.099Z] 04:27:01 0 2.37 0.00 0.67 0.00 0.02 96.95 [2023-10-23T04:27:58.099Z] 04:27:01 1 2.58 0.00 0.79 0.05 0.02 96.57 [2023-10-23T04:27:58.099Z] 04:27:01 2 1.59 0.00 1.88 0.02 0.03 96.48 [2023-10-23T04:27:58.099Z] 04:27:01 3 2.62 0.00 1.41 2.23 0.02 93.72 [2023-10-23T04:27:58.099Z] 04:27:01 4 2.28 0.00 1.39 0.00 0.02 96.31 [2023-10-23T04:27:58.099Z] 04:27:01 5 2.28 0.00 1.21 9.64 0.02 86.85 [2023-10-23T04:27:58.100Z] 04:27:01 6 3.11 0.00 0.89 0.00 0.03 95.97 [2023-10-23T04:27:58.100Z] 04:27:01 7 3.60 0.00 1.04 0.05 0.00 95.31 [2023-10-23T04:27:58.100Z] Average: all 6.06 0.00 1.09 0.83 0.03 91.99 [2023-10-23T04:27:58.100Z] Average: 0 5.93 0.00 1.24 2.97 0.02 89.84 [2023-10-23T04:27:58.100Z] Average: 1 5.90 0.00 0.99 0.18 0.03 92.89 [2023-10-23T04:27:58.100Z] Average: 2 6.47 0.00 0.98 0.75 0.02 91.77 [2023-10-23T04:27:58.100Z] Average: 3 6.16 0.00 1.11 0.37 0.03 92.34 [2023-10-23T04:27:58.100Z] Average: 4 5.81 0.00 1.03 0.11 0.04 93.02 [2023-10-23T04:27:58.100Z] Average: 5 6.04 0.00 1.10 1.05 0.03 91.79 [2023-10-23T04:27:58.100Z] Average: 6 6.22 0.00 1.13 0.39 0.03 92.24 [2023-10-23T04:27:58.100Z] Average: 7 5.97 0.00 1.14 0.84 0.02 92.03 [2023-10-23T04:27:58.100Z] [2023-10-23T04:27:58.100Z] [2023-10-23T04:27:58.100Z]