Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d6e72eb507f604f58fbdb8cd428574af59bed11a Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh18076460467669370869.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3320553500848791449.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6996542539933973944.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13625153914186085304.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7063549438018740999.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-27960 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d6e72eb507f604f58fbdb8cd428574af59bed11a (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#121)" > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d6e72eb507f604f58fbdb8cd428574af59bed11a # timeout=10 > git rev-list --no-walk 15ce639f1986b4c1bf0b3a2d15c099de6d035d67 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:08:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:08:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:08:13 ========================================================= 04:08:13 EdgeX Global Pipelines Version Info 04:08:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:08:13 ------------------- 04:08:13 stable info: 04:08:13 ------------------- 04:08:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:08:13 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 04:08:13 Message: update stable to v1.0.258 04:08:14 ------------------- 04:08:14 experimental info: 04:08:14 ------------------- 04:08:14 Commited By: **** collab-it+edgex@linuxfoundation.org 04:08:14 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 04:08:14 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:08:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d6e72eb [Pipeline] echo 04:08:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:15 provisioning config files... 04:08:15 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3975143830562212027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:16 ---> ****-login.sh 04:08:16 nexus3.edgexfoundry.org:10001 04:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:16 Configure a credential helper to remove this warning. See 04:08:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:16 04:08:16 Login Succeeded 04:08:16 nexus3.edgexfoundry.org:10002 04:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:16 Configure a credential helper to remove this warning. See 04:08:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:16 04:08:16 Login Succeeded 04:08:16 nexus3.edgexfoundry.org:10003 04:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:16 Configure a credential helper to remove this warning. See 04:08:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:16 04:08:16 Login Succeeded 04:08:16 nexus3.edgexfoundry.org:10004 04:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:16 Configure a credential helper to remove this warning. See 04:08:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:16 04:08:16 Login Succeeded 04:08:16 ****.io 04:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:16 Configure a credential helper to remove this warning. See 04:08:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:16 04:08:16 Login Succeeded 04:08:16 ---> ****-login.sh ends [Pipeline] } 04:08:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:08:17 + git rev-list -1 --merges d6e72eb507f604f58fbdb8cd428574af59bed11a~1..d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo 04:08:17 -----------> git rev-list -1 --merges d6e72eb507f604f58fbdb8cd428574af59bed11a~1..d6e72eb507f604f58fbdb8cd428574af59bed11a d6e72eb507f604f58fbdb8cd428574af59bed11a [false] [Pipeline] sh 04:08:17 + git log --format=format:%s -1 d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo 04:08:17 ========================================================= 04:08:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:08:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:08:18 + git log --format=format:%s -1 d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] echo 04:08:18 [semverPrep] GIT_COMMIT: d6e72eb507f604f58fbdb8cd428574af59bed11a, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#121) [Pipeline] echo 04:08:18 [semverPrep] This is not a build commit. [Pipeline] sh 04:08:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:08:18 + grep -v github /etc/ssh/ssh_known_hosts 04:08:18 + [ -e /tmp/ssh_known_hosts ] 04:08:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:08:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:08:18 + sudo tee -a /etc/ssh/ssh_known_hosts 04:08:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:18 04:08:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:19 0.1.4: Pulling from edgex-devops/py-git-semver 04:08:19 b85a868b505f: Pulling fs layer 04:08:19 e2be974225ed: Pulling fs layer 04:08:19 339a4e72a1f5: Pulling fs layer 04:08:19 988bab9f4d93: Pulling fs layer 04:08:19 1469e6f7b9e6: Pulling fs layer 04:08:19 eaf3925da568: Pulling fs layer 04:08:19 bab4dde63d76: Pulling fs layer 04:08:19 bde34c3a00c8: Pulling fs layer 04:08:19 b352a97aabf1: Pulling fs layer 04:08:19 4872d77fe225: Pulling fs layer 04:08:19 5851b861e8e6: Pulling fs layer 04:08:19 b352a97aabf1: Waiting 04:08:19 bab4dde63d76: Waiting 04:08:19 bde34c3a00c8: Waiting 04:08:19 988bab9f4d93: Waiting 04:08:19 4872d77fe225: Waiting 04:08:19 5851b861e8e6: Waiting 04:08:19 eaf3925da568: Waiting 04:08:19 1469e6f7b9e6: Waiting 04:08:19 e2be974225ed: Download complete 04:08:19 988bab9f4d93: Verifying Checksum 04:08:19 988bab9f4d93: Download complete 04:08:19 1469e6f7b9e6: Verifying Checksum 04:08:19 1469e6f7b9e6: Download complete 04:08:19 339a4e72a1f5: Verifying Checksum 04:08:19 339a4e72a1f5: Download complete 04:08:19 eaf3925da568: Verifying Checksum 04:08:19 eaf3925da568: Download complete 04:08:19 bde34c3a00c8: Verifying Checksum 04:08:19 bde34c3a00c8: Download complete 04:08:19 b352a97aabf1: Download complete 04:08:19 4872d77fe225: Verifying Checksum 04:08:19 4872d77fe225: Download complete 04:08:19 5851b861e8e6: Verifying Checksum 04:08:19 5851b861e8e6: Download complete 04:08:19 b85a868b505f: Verifying Checksum 04:08:19 b85a868b505f: Download complete 04:08:19 bab4dde63d76: Verifying Checksum 04:08:19 bab4dde63d76: Download complete 04:08:20 b85a868b505f: Pull complete 04:08:20 e2be974225ed: Pull complete 04:08:21 339a4e72a1f5: Pull complete 04:08:21 988bab9f4d93: Pull complete 04:08:21 1469e6f7b9e6: Pull complete 04:08:21 eaf3925da568: Pull complete 04:08:23 bab4dde63d76: Pull complete 04:08:23 bde34c3a00c8: Pull complete 04:08:23 b352a97aabf1: Pull complete 04:08:23 4872d77fe225: Pull complete 04:08:23 5851b861e8e6: Pull complete 04:08:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:24 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:08:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:08:28 $ docker top cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 -eo pid,comm 04:08:28 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). 04:08:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:28 [ssh-agent] Looking for ssh-agent implementation... 04:08:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:28 $ docker exec cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent 04:08:28 SSH_AUTH_SOCK=/tmp/ssh-pHU5nDVj62RM/agent.32 04:08:28 SSH_AGENT_PID=38 04:08:28 Running ssh-add (command line suppressed) 04:08:28 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16047605866854841323.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16047605866854841323.key) 04:08:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:28 + git tag --points-at HEAD [Pipeline] } 04:08:28 $ docker exec --env ******** --env ******** cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent -k 04:08:28 unset SSH_AUTH_SOCK; 04:08:28 unset SSH_AGENT_PID; 04:08:28 echo Agent pid 38 killed; 04:08:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:08:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:29 [ssh-agent] Looking for ssh-agent implementation... 04:08:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:29 $ docker exec cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent 04:08:29 SSH_AUTH_SOCK=/tmp/ssh-crUJXG00DqzG/agent.70 04:08:29 SSH_AGENT_PID=76 04:08:29 Running ssh-add (command line suppressed) 04:08:29 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11312801290087201756.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11312801290087201756.key) 04:08:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:29 + git semver init 04:08:29 2024-01-26 04:08:29,863 [run_init] DEBUG init version:0.0.0 force:False 04:08:29 2024-01-26 04:08:29,863 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 04:08:29 2024-01-26 04:08:29,864 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 04:08:29 2024-01-26 04:08:29,864 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 04:08:30 2024-01-26 04:08:30,850 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 04:08:30 2024-01-26 04:08:30,851 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 04:08:30 2024-01-26 04:08:30,851 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:08:30 2024-01-26 04:08:30,851 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:08:30 3.2.0-dev.7 [Pipeline] } 04:08:30 $ docker exec --env ******** --env ******** cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 ssh-agent -k 04:08:30 unset SSH_AUTH_SOCK; 04:08:30 unset SSH_AGENT_PID; 04:08:30 echo Agent pid 76 killed; 04:08:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:31 + git semver [Pipeline] } 04:08:31 $ docker stop --time=1 cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 04:08:32 $ docker rm -f --volumes cc32fe09715be345fb66b83b8a874d37d5fece0ceffc52e2ed593784c1b2b457 [Pipeline] // withDockerContainer [Pipeline] sh 04:08:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:08:33 Stashed 1 file(s) [Pipeline] echo 04:08:33 [edgeXSemver]: initialized semver on version 3.2.0-dev.7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:33 provisioning config files... 04:08:33 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15202574309622073270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:34 ---> ****-login.sh 04:08:34 nexus3.edgexfoundry.org:10001 04:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:34 Configure a credential helper to remove this warning. See 04:08:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:34 04:08:34 Login Succeeded 04:08:34 nexus3.edgexfoundry.org:10002 04:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:34 Configure a credential helper to remove this warning. See 04:08:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:34 04:08:34 Login Succeeded 04:08:34 nexus3.edgexfoundry.org:10003 04:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:34 Configure a credential helper to remove this warning. See 04:08:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:34 04:08:34 Login Succeeded 04:08:34 nexus3.edgexfoundry.org:10004 04:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:34 Configure a credential helper to remove this warning. See 04:08:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:34 04:08:34 Login Succeeded 04:08:34 ****.io 04:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:08:34 Configure a credential helper to remove this warning. See 04:08:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:08:34 04:08:34 Login Succeeded 04:08:34 ---> ****-login.sh ends [Pipeline] } 04:08:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:08:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:08:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:08:34 ========================================================= 04:08:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 04:08:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:35 + 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 . 04:08:35 Sending build context to Docker daemon 6.672MB 04:08:35 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 04:08:35 Step 2/12 : FROM ${BASE} AS builder 04:08:35 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 04:08:35 7264a8db6415: Pulling fs layer 04:08:35 c4d48a809fc2: Pulling fs layer 04:08:35 4f1c88b9dad5: Pulling fs layer 04:08:35 ad3a456e5733: Pulling fs layer 04:08:35 69c7f0334f64: Pulling fs layer 04:08:35 1f1c1a5573a3: Pulling fs layer 04:08:35 ce7588e14bc9: Pulling fs layer 04:08:35 b5e4710f87ac: Pulling fs layer 04:08:35 1f1c1a5573a3: Waiting 04:08:35 ce7588e14bc9: Waiting 04:08:35 b5e4710f87ac: Waiting 04:08:35 ad3a456e5733: Waiting 04:08:35 69c7f0334f64: Waiting 04:08:35 c4d48a809fc2: Verifying Checksum 04:08:35 c4d48a809fc2: Download complete 04:08:35 ad3a456e5733: Verifying Checksum 04:08:35 ad3a456e5733: Download complete 04:08:35 69c7f0334f64: Verifying Checksum 04:08:35 69c7f0334f64: Download complete 04:08:35 7264a8db6415: Download complete 04:08:35 1f1c1a5573a3: Verifying Checksum 04:08:35 1f1c1a5573a3: Download complete 04:08:35 7264a8db6415: Pull complete 04:08:35 b5e4710f87ac: Verifying Checksum 04:08:35 b5e4710f87ac: Download complete 04:08:35 c4d48a809fc2: Pull complete 04:08:35 4f1c88b9dad5: Verifying Checksum 04:08:35 4f1c88b9dad5: Download complete 04:08:36 ce7588e14bc9: Verifying Checksum 04:08:36 ce7588e14bc9: Download complete 04:08:39 4f1c88b9dad5: Pull complete 04:08:39 ad3a456e5733: Pull complete 04:08:39 69c7f0334f64: Pull complete 04:08:39 1f1c1a5573a3: Pull complete 04:08:42 ce7588e14bc9: Pull complete 04:08:42 b5e4710f87ac: Pull complete 04:08:42 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 04:08:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:08:42 ---> 88b5674ff536 04:08:42 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 04:08:48 Still waiting to schedule task 04:08:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:08:49 ---> Running in 815fa3ebbc73 04:08:49 Removing intermediate container 815fa3ebbc73 04:08:49 ---> 0b588ca10a6c 04:08:49 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:08:49 ---> Running in ad6652b68bcc 04:08:49 Removing intermediate container ad6652b68bcc 04:08:49 ---> 5b6eb7ca2277 04:08:49 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:08:49 ---> Running in 7505b7a1dc15 04:08:49 Removing intermediate container 7505b7a1dc15 04:08:49 ---> 27ac64e40ead 04:08:49 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:08:49 ---> Running in a8b44c3b355a 04:08:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:08:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:08:49 OK: 264 MiB in 52 packages 04:08:49 Removing intermediate container a8b44c3b355a 04:08:49 ---> 7b1277a212ae 04:08:49 Step 7/12 : WORKDIR /app 04:08:49 ---> Running in 6c06641dbd7c 04:08:49 Removing intermediate container 6c06641dbd7c 04:08:49 ---> 17c2f44aefe9 04:08:49 Step 8/12 : COPY go.mod vendor* ./ 04:08:49 ---> 527a7c26e810 04:08:49 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:08:49 ---> Running in d817946e117f 04:09:28 Removing intermediate container d817946e117f 04:09:28 ---> 81a297ca2d13 04:09:28 Step 10/12 : COPY . . 04:09:28 ---> 22da1978d244 04:09:28 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:09:28 ---> Running in 4dab32787ab7 04:09:28 Removing intermediate container 4dab32787ab7 04:09:28 ---> 60d549e6cfa1 04:09:28 Step 12/12 : RUN $MAKE 04:09:28 ---> Running in d55ba62fb11c 04:09:28 noop 04:09:28 Removing intermediate container d55ba62fb11c 04:09:28 ---> ea2b4fdf1127 04:09:28 Successfully built ea2b4fdf1127 04:09:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:28 + docker inspect -f . ci-base-image-x86_64 04:09:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:28 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:09:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:29 $ docker top 3098d3a7826e407d2ea19a3fcee4352471dd673f07ac823883c541e8c76282fa -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:29 + go version 04:09:29 go version go1.21.0 linux/amd64 [Pipeline] } 04:09:29 $ docker stop --time=1 3098d3a7826e407d2ea19a3fcee4352471dd673f07ac823883c541e8c76282fa 04:09:31 $ docker rm -f --volumes 3098d3a7826e407d2ea19a3fcee4352471dd673f07ac823883c541e8c76282fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:31 + docker inspect -f . ci-base-image-x86_64 04:09:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:31 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:09:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:32 $ docker top fa4c644568ce825e70f4ad608a2fe862b3b83ebd225927e5e0e0ebd8d94c767a -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:32 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 04:09:32 + make test 04:09:32 go test -race -coverprofile=coverage.out ./... 04:09:54 ? github.com/edgexfoundry/app-record-replay [no test files] 04:09:54 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 04:09:54 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 04:09:54 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 04:09:54 ok github.com/edgexfoundry/app-record-replay/internal/app 1.046s coverage: 88.0% of statements 04:10:02 ok github.com/edgexfoundry/app-record-replay/internal/application 9.594s coverage: 98.7% of statements 04:10:02 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.087s coverage: 89.7% of statements 04:10:02 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.032s coverage: 100.0% of statements 04:10:24 go vet ./... 04:10:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:10:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:10:24 ./bin/test-attribution-txt.sh 04:10:24 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo 04:10:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:10:25 $ docker stop --time=1 fa4c644568ce825e70f4ad608a2fe862b3b83ebd225927e5e0e0ebd8d94c767a 04:10:29 $ docker rm -f --volumes fa4c644568ce825e70f4ad608a2fe862b3b83ebd225927e5e0e0ebd8d94c767a [Pipeline] // withDockerContainer [Pipeline] sh 04:10:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:10:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:10:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:10:31 + ls -al . 04:10:31 total 192 04:10:31 drwxrwxr-x 10 jenkins jenkins 4096 Jan 26 04:09 . 04:10:31 drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 04:08 .. 04:10:31 -rw-rw-r-- 1 jenkins jenkins 119 Jan 26 04:08 .dockerignore 04:10:31 drwxrwxr-x 8 jenkins jenkins 4096 Jan 26 04:10 .git 04:10:31 drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:08 .github 04:10:31 -rw-rw-r-- 1 jenkins jenkins 164 Jan 26 04:08 .gitignore 04:10:31 -rw-rw-r-- 1 jenkins jenkins 41 Jan 26 04:08 .golangci.yml 04:10:31 drwxr-xr-x 3 jenkins jenkins 4096 Jan 26 04:08 .semver 04:10:31 -rw-rw-r-- 1 jenkins jenkins 11301 Jan 26 04:08 Attribution.txt 04:10:31 -rw-rw-r-- 1 jenkins jenkins 458 Jan 26 04:08 CHANGELOG.md 04:10:31 -rw-rw-r-- 1 jenkins jenkins 1725 Jan 26 04:08 Dockerfile 04:10:31 -rw-rw-r-- 1 jenkins jenkins 677 Jan 26 04:08 GOVERNANCE.md 04:10:31 -rw-rw-r-- 1 jenkins jenkins 681 Jan 26 04:08 Jenkinsfile 04:10:31 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 26 04:08 LICENSE 04:10:31 -rw-rw-r-- 1 jenkins jenkins 3136 Jan 26 04:08 Makefile 04:10:31 -rw-rw-r-- 1 jenkins jenkins 611 Jan 26 04:08 OWNERS.md 04:10:31 -rw-rw-r-- 1 jenkins jenkins 4107 Jan 26 04:08 README.md 04:10:31 -rw-rw-r-- 1 jenkins jenkins 7789 Jan 26 04:08 Record and Reply.postman_collection.json 04:10:31 -rw-rw-r-- 1 jenkins jenkins 11 Jan 26 04:08 VERSION 04:10:31 drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:08 bin 04:10:31 -rw-r--r-- 1 jenkins jenkins 24667 Jan 26 04:10 coverage.out 04:10:31 -rw-rw-r-- 1 jenkins jenkins 3950 Jan 26 04:08 go.mod 04:10:31 -rw-rw-r-- 1 jenkins jenkins 34578 Jan 26 04:08 go.sum 04:10:31 drwxrwxr-x 7 jenkins jenkins 4096 Jan 26 04:08 internal 04:10:31 -rw-rw-r-- 1 jenkins jenkins 913 Jan 26 04:08 main.go 04:10:31 drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:08 openapi 04:10:31 drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:08 pkg 04:10:31 drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:08 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:31 + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=d6e72eb507f604f58fbdb8cd428574af59bed11a --label arch=amd64 --label version=3.2.0-dev.7 . 04:10:31 Sending build context to Docker daemon 6.698MB 04:10:31 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 04:10:31 Step 2/27 : FROM ${BASE} AS builder 04:10:31 ---> ea2b4fdf1127 04:10:31 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 04:10:32 ---> Running in 55e8c59829c4 04:10:32 Removing intermediate container 55e8c59829c4 04:10:32 ---> 925b74c188ee 04:10:32 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 04:10:32 ---> Running in 134aa8387abb 04:10:32 Removing intermediate container 134aa8387abb 04:10:32 ---> 062676df521a 04:10:32 Step 5/27 : ARG ADD_BUILD_TAGS="" 04:10:32 ---> Running in 911d8812900f 04:10:32 Removing intermediate container 911d8812900f 04:10:32 ---> 7c69087dc817 04:10:32 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:10:32 ---> Running in ad0caacc36fa 04:10:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:10:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:10:33 OK: 264 MiB in 52 packages 04:10:33 Removing intermediate container ad0caacc36fa 04:10:33 ---> c69328f18a22 04:10:33 Step 7/27 : WORKDIR /app 04:10:33 ---> Running in 4131e6bcfbde 04:10:33 Removing intermediate container 4131e6bcfbde 04:10:33 ---> f7f47ba8de39 04:10:33 Step 8/27 : COPY go.mod vendor* ./ 04:10:33 ---> 1cbe80ee99b2 04:10:33 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:33 ---> Running in ac9010706668 04:10:33 Removing intermediate container ac9010706668 04:10:33 ---> 7fc8a97d3fcc 04:10:33 Step 10/27 : COPY . . 04:10:34 ---> 5f612b628a2b 04:10:34 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:10:34 ---> Running in 61d942c7ad68 04:10:34 Removing intermediate container 61d942c7ad68 04:10:34 ---> 02a6ae95f75a 04:10:34 Step 12/27 : RUN $MAKE 04:10:34 ---> Running in 476643f8ddd3 04:10:34 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.7" -trimpath -mod=readonly -o app-record-replay 04:10:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-27961 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 04:10:41 Running in /w/workspace/app-record-replay/82 [Pipeline] { [Pipeline] checkout 04:10:44 Selected Git installation does not exist. Using Default 04:10:44 The recommended git tool is: NONE 04:10:53 using credential edgex-jenkins-ssh 04:10:53 Cloning the remote Git repository 04:10:53 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 04:10:53 > git init /w/workspace/app-record-replay/82 # timeout=10 04:10:53 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 04:10:53 > git --version # timeout=10 04:10:53 > git --version # 'git version 2.25.1' 04:10:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:55 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 04:10:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:56 Avoid second fetch 04:10:56 Checking out Revision d6e72eb507f604f58fbdb8cd428574af59bed11a (main) 04:10:56 Removing intermediate container 476643f8ddd3 04:10:56 ---> 86d2405c7439 04:10:56 Step 13/27 : FROM alpine:3.18 04:10:56 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#121)" 04:10:56 > git config core.sparsecheckout # timeout=10 04:10:56 > git checkout -f d6e72eb507f604f58fbdb8cd428574af59bed11a # timeout=10 04:10:57 3.18: Pulling from library/alpine 04:10:57 c926b61bad3b: Pulling fs layer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:10:57 c926b61bad3b: Download complete 04:10:57 c926b61bad3b: Pull complete 04:10:57 Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 04:10:57 Status: Downloaded newer image for alpine:3.18 04:10:57 ---> b541f2080109 04:10:57 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:10:57 ---> Running in 3fddf9083ac2 04:10:57 Removing intermediate container 3fddf9083ac2 04:10:57 ---> c05c82b65d85 04:10:57 Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} 04:10:57 ---> Running in 50363492d8b1 04:10:57 Removing intermediate container 50363492d8b1 04:10:57 ---> 8dd0bcf16ca4 04:10:57 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 04:10:57 ---> Running in 9decc4efbd1a 04:10:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:10:58 % Total % Received % Xferd Average Speed Time Time Time Current 04:10:58 Dload Upload Total Spent Left Speed 04:10:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 79262 0 --:--:-- --:--:-- --:--:-- 79761 04:10:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 04:10:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:10:58 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:10:58 (1/2) Installing ca-certificates (20230506-r0) 04:10:58 (2/2) Installing dumb-init (1.2.5-r2) 04:10:58 Executing busybox-1.36.1-r5.trigger 04:10:58 Executing ca-certificates-20230506-r0.trigger 04:10:58 OK: 8 MiB in 17 packages 04:10:58 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 04:10:58 sudo tee /etc/docker/daemon.new 04:10:58 { 04:10:58 "registry-mirrors": [ 04:10:58 "https://nexus3.edgexfoundry.org:10001" 04:10:58 ], 04:10:58 "bip": "10.250.0.254/24", 04:10:58 "hosts": [ 04:10:58 "tcp://0.0.0.0:5555", 04:10:58 "unix:///var/run/docker.sock" 04:10:58 ], 04:10:58 "mtu": 1458, 04:10:58 "selinux-enabled": true, 04:10:58 "seccomp-profile": "/etc/docker/seccomp.json" 04:10:58 } [Pipeline] sh 04:10:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:10:59 Removing intermediate container 9decc4efbd1a 04:10:59 ---> a7739ddd4c9d 04:10:59 Step 17/27 : RUN apk --no-cache upgrade 04:10:59 ---> Running in 98012ce756a8 04:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:10:59 + sudo service docker restart 04:10:59 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r5) 04:10:59 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r5) 04:10:59 Executing ca-certificates-20230506-r0.trigger 04:11:00 OK: 8 MiB in 17 packages 04:11:00 Removing intermediate container 98012ce756a8 04:11:00 ---> 11a09dcf0d18 04:11:00 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 04:11:00 ---> 6bd4ab804e57 04:11:00 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 04:11:00 ---> 69638d610eb2 04:11:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 04:11:00 ---> 69ccb31585f5 04:11:00 Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay 04:11:01 ---> 9f9bcd4ee47d 04:11:01 Step 22/27 : EXPOSE 59712 04:11:01 ---> Running in 2788eaff4bc4 04:11:01 Removing intermediate container 2788eaff4bc4 04:11:01 ---> 912eaa8350d8 04:11:01 Step 23/27 : ENTRYPOINT ["/app-record-replay"] 04:11:01 ---> Running in 8b17e2f97df6 04:11:01 Removing intermediate container 8b17e2f97df6 04:11:01 ---> cccee78cb110 04:11:01 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:11:01 ---> Running in 6ab4766ae180 04:11:01 Removing intermediate container 6ab4766ae180 04:11:01 ---> db2af4723aaf 04:11:01 Step 25/27 : LABEL arch=amd64 04:11:01 ---> Running in 095494413f77 04:11:01 Removing intermediate container 095494413f77 04:11:01 ---> 5c1d0423eccf 04:11:01 Step 26/27 : LABEL git_sha=d6e72eb507f604f58fbdb8cd428574af59bed11a 04:11:01 ---> Running in 89037058bd20 04:11:02 Removing intermediate container 89037058bd20 04:11:02 ---> 83557031f003 04:11:02 Step 27/27 : LABEL version=3.2.0-dev.7 04:11:02 ---> Running in bc712f7d5edc 04:11:02 Removing intermediate container bc712f7d5edc 04:11:02 ---> 3e325e8fba25 04:11:02 [Warning] One or more build-args [ARCH] were not consumed 04:11:02 Successfully built 3e325e8fba25 04:11:02 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 04:11:02 provisioning config files... 04:11:02 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13486188511780222786tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:02 ---> ****-login.sh 04:11:02 nexus3.edgexfoundry.org:10001 04:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:02 Configure a credential helper to remove this warning. See 04:11:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:02 04:11:02 Login Succeeded 04:11:02 nexus3.edgexfoundry.org:10002 04:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:02 Configure a credential helper to remove this warning. See 04:11:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:02 04:11:02 Login Succeeded 04:11:02 nexus3.edgexfoundry.org:10003 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 nexus3.edgexfoundry.org:10004 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 ****.io 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 ---> ****-login.sh ends [Pipeline] } 04:11:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:11:03 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 04:11:03 d6e72eb507f604f58fbdb8cd428574af59bed11a 04:11:03 latest 04:11:03 3.2.0-dev.7 04:11:03 d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 04:11:03 main 04:11:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:03 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:04 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a 04:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:11:04 2be02333812f: Preparing 04:11:04 3d9986a1a839: Preparing 04:11:04 249600fdadeb: Preparing 04:11:04 3c1eabe8ac6f: Preparing 04:11:04 b0b97ce39938: Preparing 04:11:04 44f0ea4462b2: Preparing 04:11:04 9fe9a137fd00: Preparing 04:11:04 9fe9a137fd00: Waiting 04:11:04 44f0ea4462b2: Waiting 04:11:04 249600fdadeb: Pushed 04:11:04 3d9986a1a839: Pushed 04:11:04 3c1eabe8ac6f: Pushed 04:11:04 9fe9a137fd00: Layer already exists 04:11:04 44f0ea4462b2: Pushed 04:11:04 b0b97ce39938: Pushed 04:11:07 2be02333812f: Pushed 04:11:07 d6e72eb507f604f58fbdb8cd428574af59bed11a: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:07 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:08 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 04:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:11:08 2be02333812f: Preparing 04:11:08 3d9986a1a839: Preparing 04:11:08 249600fdadeb: Preparing 04:11:08 3c1eabe8ac6f: Preparing 04:11:08 b0b97ce39938: Preparing 04:11:08 44f0ea4462b2: Preparing 04:11:08 9fe9a137fd00: Preparing 04:11:08 9fe9a137fd00: Waiting 04:11:08 44f0ea4462b2: Waiting 04:11:08 b0b97ce39938: Layer already exists 04:11:08 3c1eabe8ac6f: Layer already exists 04:11:08 3d9986a1a839: Layer already exists 04:11:08 249600fdadeb: Layer already exists 04:11:08 2be02333812f: Layer already exists 04:11:08 44f0ea4462b2: Layer already exists 04:11:08 9fe9a137fd00: Layer already exists 04:11:08 latest: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:08 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.7 04:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:11:09 2be02333812f: Preparing 04:11:09 3d9986a1a839: Preparing 04:11:09 249600fdadeb: Preparing 04:11:09 3c1eabe8ac6f: Preparing 04:11:09 b0b97ce39938: Preparing 04:11:09 44f0ea4462b2: Preparing 04:11:09 9fe9a137fd00: Preparing 04:11:09 44f0ea4462b2: Waiting 04:11:09 9fe9a137fd00: Waiting 04:11:09 3c1eabe8ac6f: Layer already exists 04:11:09 249600fdadeb: Layer already exists 04:11:09 b0b97ce39938: Layer already exists 04:11:09 3d9986a1a839: Layer already exists 04:11:09 2be02333812f: Layer already exists 04:11:09 44f0ea4462b2: Layer already exists 04:11:09 9fe9a137fd00: Layer already exists 04:11:09 3.2.0-dev.7: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:09 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 04:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:11:09 2be02333812f: Preparing 04:11:09 3d9986a1a839: Preparing 04:11:09 249600fdadeb: Preparing 04:11:09 3c1eabe8ac6f: Preparing 04:11:09 b0b97ce39938: Preparing 04:11:09 44f0ea4462b2: Preparing 04:11:09 9fe9a137fd00: Preparing 04:11:09 44f0ea4462b2: Waiting 04:11:09 9fe9a137fd00: Waiting 04:11:09 b0b97ce39938: Layer already exists 04:11:09 2be02333812f: Layer already exists 04:11:09 249600fdadeb: Layer already exists 04:11:09 3d9986a1a839: Layer already exists 04:11:09 3c1eabe8ac6f: Layer already exists 04:11:09 44f0ea4462b2: Layer already exists 04:11:09 9fe9a137fd00: Layer already exists 04:11:09 d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:10 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:10 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 04:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:11:10 2be02333812f: Preparing 04:11:10 3d9986a1a839: Preparing 04:11:10 249600fdadeb: Preparing 04:11:10 3c1eabe8ac6f: Preparing 04:11:10 b0b97ce39938: Preparing 04:11:10 44f0ea4462b2: Preparing 04:11:10 9fe9a137fd00: Preparing 04:11:10 9fe9a137fd00: Waiting 04:11:10 3d9986a1a839: Layer already exists 04:11:10 2be02333812f: Layer already exists 04:11:10 b0b97ce39938: Layer already exists 04:11:10 249600fdadeb: Layer already exists 04:11:10 3c1eabe8ac6f: Layer already exists 04:11:10 44f0ea4462b2: Layer already exists 04:11:10 9fe9a137fd00: Layer already exists 04:11:10 main: digest: sha256:cf55bea3f225c9cbd952cf28cf92b37259b95c8ebe25b29f06d7dd8312f96bc8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:10 ===================================================== [Pipeline] echo 04:11:11 taggedImages: 04:11:11 - nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a 04:11:11 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 04:11:11 - nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.7 04:11:11 - nexus3.edgexfoundry.org:10004/app-record-replay:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 04:11:11 - 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 04:11:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:11 04:11:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:12 latest: Pulling from edgex-lftools-log-publisher 04:11:12 5eb5b503b376: Pulling fs layer 04:11:12 5c69ac0246d0: Pulling fs layer 04:11:12 ec43610c2a17: Pulling fs layer 04:11:12 3a2ae6a8a46f: Pulling fs layer 04:11:12 33b1e0a273af: Pulling fs layer 04:11:12 5d3b04190fa2: Pulling fs layer 04:11:12 2f39f015ded8: Pulling fs layer 04:11:12 33b1e0a273af: Waiting 04:11:12 5d3b04190fa2: Waiting 04:11:12 2f39f015ded8: Waiting 04:11:12 3a2ae6a8a46f: Waiting 04:11:12 5c69ac0246d0: Verifying Checksum 04:11:12 5c69ac0246d0: Download complete 04:11:12 3a2ae6a8a46f: Verifying Checksum 04:11:12 3a2ae6a8a46f: Download complete 04:11:12 33b1e0a273af: Verifying Checksum 04:11:12 33b1e0a273af: Download complete 04:11:12 5d3b04190fa2: Verifying Checksum 04:11:12 5d3b04190fa2: Download complete 04:11:12 ec43610c2a17: Verifying Checksum 04:11:12 ec43610c2a17: Download complete 04:11:12 5eb5b503b376: Verifying Checksum 04:11:12 5eb5b503b376: Download complete 04:11:12 2f39f015ded8: Download complete 04:11:13 5eb5b503b376: Pull complete 04:11:13 5c69ac0246d0: Pull complete 04:11:13 ec43610c2a17: Pull complete 04:11:13 3a2ae6a8a46f: Pull complete 04:11:14 33b1e0a273af: Pull complete 04:11:14 5d3b04190fa2: Pull complete 04:11:18 2f39f015ded8: Pull complete 04:11:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:11:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:18 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:11:18 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:11:23 $ docker top 2a7ecff014fc6d73b350ec6c0b868fc08eeb61492b70c6f8201071c28f3e69db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 04:11:24 provisioning config files... 04:11:24 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/82@tmp/config9667563151541968210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:24 ---> job-cost.sh 04:11:24 lf-activate-venv: SKIPPING 04:11:24 INFO: No Stack... 04:11:24 INFO: Retrieving Pricing Info for: v3-standard-8 04:11:24 ---> ****-login.sh 04:11:24 nexus3.edgexfoundry.org:10001 04:11:24 INFO: Archiving Costs [Pipeline] sh 04:11:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:25 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 04:11:25 + cut -d, -f6 04:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:25 Configure a credential helper to remove this warning. See 04:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:25 04:11:25 Login Succeeded 04:11:25 nexus3.edgexfoundry.org:10002 [Pipeline] lock 04:11:25 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] 04:11:25 Resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] did not exist. Created. 04:11:25 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:25 Configure a credential helper to remove this warning. See 04:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:25 04:11:25 Login Succeeded 04:11:25 nexus3.edgexfoundry.org:10003 04:11:25 + echo total: 0.2199999988079071 [Pipeline] stash 04:11:25 Stashed 1 file(s) [Pipeline] } 04:11:25 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] // lock [Pipeline] } 04:11:25 $ docker stop --time=1 2a7ecff014fc6d73b350ec6c0b868fc08eeb61492b70c6f8201071c28f3e69db 04:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:25 Configure a credential helper to remove this warning. See 04:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:25 04:11:25 Login Succeeded 04:11:25 nexus3.edgexfoundry.org:10004 04:11:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:26 Configure a credential helper to remove this warning. See 04:11:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:26 04:11:26 Login Succeeded 04:11:26 ****.io 04:11:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:26 Configure a credential helper to remove this warning. See 04:11:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:26 04:11:26 Login Succeeded 04:11:26 ---> ****-login.sh ends 04:11:26 $ docker rm -f --volumes 2a7ecff014fc6d73b350ec6c0b868fc08eeb61492b70c6f8201071c28f3e69db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 04:11:27 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 04:11:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:11:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:11:27 ========================================================= 04:11:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 04:11:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:28 + 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 . 04:11:29 #0 building with "default" instance using docker driver 04:11:29 04:11:29 #1 [internal] load .dockerignore 04:11:29 #1 transferring context: 159B done 04:11:29 #1 DONE 0.1s 04:11:29 04:11:29 #2 [internal] load build definition from Dockerfile 04:11:29 #2 transferring dockerfile: 1.76kB 0.0s done 04:11:29 #2 DONE 0.1s 04:11:29 04:11:29 #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:11:29 #3 DONE 0.2s 04:11:29 04:11:29 #4 [internal] load build context 04:11:29 #4 DONE 0.0s 04:11:29 04:11:29 #5 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 04:11:29 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done 04:11:29 #5 ... 04:11:29 04:11:29 #4 [internal] load build context 04:11:29 #4 transferring context: 220.40kB 0.1s done 04:11:29 #4 DONE 0.1s 04:11:29 04:11:29 #5 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 04:11:29 #5 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done 04:11:29 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 3.74MB / 63.99MB 0.2s 04:11:29 #5 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done 04:11:29 #5 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done 04:11:29 #5 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 1.05MB / 3.33MB 0.2s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 7.05MB / 63.99MB 0.3s 04:11:30 #5 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.15MB / 3.33MB 0.3s 04:11:30 #5 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done 04:11:30 #5 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done 04:11:30 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 1.05MB / 97.63MB 0.3s 04:11:30 #5 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.3s done 04:11:30 #5 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 04:11:30 #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0B / 11.40MB 0.4s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.83MB / 63.99MB 0.6s 04:11:30 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 10.49MB / 97.63MB 0.6s 04:11:30 #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 6.29MB / 11.40MB 0.6s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 22.92MB / 63.99MB 0.7s 04:11:30 #5 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done 04:11:30 #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 10.16MB / 11.40MB 0.7s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 27.26MB / 63.99MB 0.8s 04:11:30 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 18.87MB / 97.63MB 0.8s 04:11:30 #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.8s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 36.32MB / 63.99MB 1.0s 04:11:30 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 25.71MB / 97.63MB 1.0s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 41.94MB / 63.99MB 1.1s 04:11:30 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 30.91MB / 97.63MB 1.1s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 47.19MB / 63.99MB 1.2s 04:11:30 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 55.57MB / 63.99MB 1.4s 04:11:30 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 44.04MB / 97.63MB 1.4s 04:11:31 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 60.82MB / 63.99MB 1.5s 04:11:31 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 54.11MB / 97.63MB 1.6s 04:11:31 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 70.25MB / 97.63MB 1.9s 04:11:31 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 75.50MB / 97.63MB 2.0s 04:11:31 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 85.98MB / 97.63MB 2.2s 04:11:31 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 91.23MB / 97.63MB 2.3s 04:11:32 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.5s 04:11:34 #5 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 4.3s done 04:11:34 #5 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 04:11:34 #5 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 4.5s done 04:11:34 #5 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 4.6s done 04:11:34 #5 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.3s done 04:11:34 #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 04:11:41 #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 5.8s 04:11:45 #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 10.9s 04:11:52 #5 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.5s done 04:11:53 #5 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done 04:11:53 #5 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 04:11:53 #5 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done 04:11:53 #5 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 04:11:59 #5 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.2s 04:12:02 #5 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.6s done 04:12:03 #5 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0.1s 04:12:05 #5 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.7s done 04:12:05 #5 DONE 36.2s 04:12:05 04:12:05 #6 [builder 2/7] RUN apk add --update --no-cache make git 04:12:06 #6 0.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:12:07 #6 1.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:12:08 #6 2.459 OK: 266 MiB in 52 packages 04:12:10 #6 DONE 4.6s 04:12:10 04:12:10 #7 [builder 3/7] WORKDIR /app 04:12:10 #7 DONE 0.1s 04:12:10 04:12:10 #8 [builder 4/7] COPY go.mod vendor* ./ 04:12:10 #8 DONE 0.1s 04:12:10 04:12:10 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:29 #9 DONE 18.3s 04:12:29 04:12:29 #10 [builder 6/7] COPY . . 04:12:29 #10 DONE 0.2s 04:12:29 04:12:29 #11 [builder 7/7] RUN echo noop 04:12:29 #11 0.673 noop 04:12:34 #11 DONE 4.5s 04:12:34 04:12:34 #12 exporting to image 04:12:34 #12 exporting layers 04:12:52 #12 exporting layers 18.3s done 04:12:52 #12 writing image sha256:babece36bc418b32390f5a952298208d6f5391416e0d80ee11c0871f63ebdde8 done 04:12:52 #12 naming to docker.io/library/ci-base-image-arm64 0.0s done 04:12:52 #12 DONE 18.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:52 + docker inspect -f . ci-base-image-arm64 04:12:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:53 prd-ubuntu20.04-docker-arm64-4c-16g-27961 does not seem to be running inside a container 04:12:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/82 -v /w/workspace/app-record-replay/82:/w/workspace/app-record-replay/82:rw,z -v /w/workspace/app-record-replay/82@tmp:/w/workspace/app-record-replay/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:12:54 $ docker top 740cf6e377962d985d09df2727fb4436018bd37067b42eae4aedee5490712994 -eo pid,comm [Pipeline] { [Pipeline] sh 04:12:55 + go version 04:12:55 go version go1.21.0 linux/arm64 [Pipeline] } 04:12:55 $ docker stop --time=1 740cf6e377962d985d09df2727fb4436018bd37067b42eae4aedee5490712994 04:12:57 $ docker rm -f --volumes 740cf6e377962d985d09df2727fb4436018bd37067b42eae4aedee5490712994 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:58 + docker inspect -f . ci-base-image-arm64 04:12:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:58 prd-ubuntu20.04-docker-arm64-4c-16g-27961 does not seem to be running inside a container 04:12:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-record-replay/82 -v /w/workspace/app-record-replay/82:/w/workspace/app-record-replay/82:rw,z -v /w/workspace/app-record-replay/82@tmp:/w/workspace/app-record-replay/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:12:59 $ docker top 8e85d2de23c4265728a74904f476c58e20111f8870bf9734eae3086061bf8b71 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:00 + git config --global --add safe.directory /w/workspace/app-record-replay/82 [Pipeline] fileExists [Pipeline] sh 04:13:00 + make test 04:13:00 go test -race -coverprofile=coverage.out ./... 04:14:52 ? github.com/edgexfoundry/app-record-replay [no test files] 04:14:52 ok github.com/edgexfoundry/app-record-replay/internal/app 1.255s coverage: 88.0% of statements 04:14:52 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 04:14:52 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 04:14:52 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 04:15:14 ok github.com/edgexfoundry/app-record-replay/internal/application 19.610s coverage: 98.7% of statements 04:15:14 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.599s coverage: 89.7% of statements 04:15:14 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.205s coverage: 100.0% of statements 04:15:14 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:15:14 go vet ./... 04:16:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:16:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:16:52 ./bin/test-attribution-txt.sh 04:16:52 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo 04:16:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:16:52 $ docker stop --time=1 8e85d2de23c4265728a74904f476c58e20111f8870bf9734eae3086061bf8b71 04:16:54 $ docker rm -f --volumes 8e85d2de23c4265728a74904f476c58e20111f8870bf9734eae3086061bf8b71 [Pipeline] // withDockerContainer [Pipeline] sh 04:16:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:16:56 Warning: overwriting stash ‘coverage-report’ 04:16:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:16:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:16:57 + ls -al . 04:16:57 total 188 04:16:57 drwxrwxr-x 9 jenkins jenkins 4096 Jan 26 04:13 . 04:16:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 04:10 .. 04:16:57 -rw-rw-r-- 1 jenkins jenkins 119 Jan 26 04:10 .dockerignore 04:16:57 drwxrwxr-x 8 jenkins jenkins 4096 Jan 26 04:10 .git 04:16:57 drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:10 .github 04:16:57 -rw-rw-r-- 1 jenkins jenkins 164 Jan 26 04:10 .gitignore 04:16:57 -rw-rw-r-- 1 jenkins jenkins 41 Jan 26 04:10 .golangci.yml 04:16:57 -rw-rw-r-- 1 jenkins jenkins 11301 Jan 26 04:10 Attribution.txt 04:16:57 -rw-rw-r-- 1 jenkins jenkins 458 Jan 26 04:10 CHANGELOG.md 04:16:57 -rw-rw-r-- 1 jenkins jenkins 1725 Jan 26 04:10 Dockerfile 04:16:57 -rw-rw-r-- 1 jenkins jenkins 677 Jan 26 04:10 GOVERNANCE.md 04:16:57 -rw-rw-r-- 1 jenkins jenkins 681 Jan 26 04:10 Jenkinsfile 04:16:57 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 26 04:10 LICENSE 04:16:57 -rw-rw-r-- 1 jenkins jenkins 3136 Jan 26 04:10 Makefile 04:16:57 -rw-rw-r-- 1 jenkins jenkins 611 Jan 26 04:10 OWNERS.md 04:16:57 -rw-rw-r-- 1 jenkins jenkins 4107 Jan 26 04:10 README.md 04:16:57 -rw-rw-r-- 1 jenkins jenkins 7789 Jan 26 04:10 Record and Reply.postman_collection.json 04:16:57 -rw-rw-r-- 1 jenkins jenkins 11 Jan 26 04:08 VERSION 04:16:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:10 bin 04:16:57 -rw-r--r-- 1 jenkins jenkins 24666 Jan 26 04:15 coverage.out 04:16:57 -rw-rw-r-- 1 jenkins jenkins 3950 Jan 26 04:10 go.mod 04:16:57 -rw-rw-r-- 1 jenkins jenkins 34578 Jan 26 04:10 go.sum 04:16:57 drwxrwxr-x 7 jenkins jenkins 4096 Jan 26 04:10 internal 04:16:57 -rw-rw-r-- 1 jenkins jenkins 913 Jan 26 04:10 main.go 04:16:57 drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:10 openapi 04:16:57 drwxrwxr-x 3 jenkins jenkins 4096 Jan 26 04:10 pkg 04:16:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 04:10 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:57 + docker build -t app-record-replay-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d6e72eb507f604f58fbdb8cd428574af59bed11a --label arch=arm64 --label version=3.2.0-dev.7 . 04:16:58 #0 building with "default" instance using docker driver 04:16:58 04:16:58 #1 [internal] load .dockerignore 04:16:58 #1 transferring context: 04:16:58 #1 transferring context: 159B 0.0s done 04:16:58 #1 DONE 0.0s 04:16:58 04:16:58 #2 [internal] load build definition from Dockerfile 04:16:58 #2 transferring dockerfile: 1.76kB 0.0s done 04:16:58 #2 DONE 0.0s 04:16:58 04:16:58 #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:16:58 #3 DONE 0.0s 04:16:58 04:16:58 #4 [internal] load metadata for docker.io/library/alpine:3.18 04:16:59 #4 DONE 0.3s 04:16:59 04:16:59 #5 [internal] load build context 04:16:59 #5 transferring context: 26.74kB 0.0s done 04:16:59 #5 DONE 0.1s 04:16:59 04:16:59 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 04:16:59 #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done 04:16:59 #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 04:16:59 #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 04:16:59 #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.1s 04:16:59 #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 04:16:59 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 04:16:59 #6 ... 04:16:59 04:16:59 #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:16:59 #7 DONE 0.3s 04:16:59 04:16:59 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 04:16:59 #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.2s done 04:16:59 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.5s done 04:17:04 #6 DONE 5.2s 04:17:04 04:17:04 #8 [builder 2/7] RUN apk add --update --no-cache make git 04:17:04 #8 0.736 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:17:04 #8 1.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:17:04 #8 2.255 OK: 266 MiB in 52 packages 04:17:04 #8 DONE 4.9s 04:17:04 04:17:04 #9 [builder 3/7] WORKDIR /app 04:17:04 #9 DONE 0.1s 04:17:04 04:17:04 #10 [builder 4/7] COPY go.mod vendor* ./ 04:17:04 #10 DONE 0.2s 04:17:04 04:17:04 #11 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:05 #11 DONE 1.2s 04:17:05 04:17:05 #12 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:17:05 #12 0.817 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:17:05 #12 1.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:17:05 #12 ... 04:17:05 04:17:05 #13 [builder 6/7] COPY . . 04:17:05 #13 DONE 0.2s 04:17:06 04:17:06 #14 [builder 7/7] RUN make build 04:17:06 #14 0.824 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.7" -trimpath -mod=readonly -o app-record-replay 04:17:07 #14 ... 04:17:07 04:17:07 #12 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:17:07 #12 2.651 (1/2) Installing ca-certificates (20230506-r0) 04:17:07 #12 2.755 (2/2) Installing dumb-init (1.2.5-r2) 04:17:07 #12 2.765 Executing busybox-1.36.1-r5.trigger 04:17:07 #12 2.792 Executing ca-certificates-20230506-r0.trigger 04:17:07 #12 3.096 OK: 9 MiB in 17 packages 04:17:07 #12 DONE 3.6s 04:17:08 04:17:08 #15 [stage-1 3/7] RUN apk --no-cache upgrade 04:17:08 #15 0.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:17:09 #15 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:17:10 #15 2.580 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r5) 04:17:10 #15 2.685 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r5) 04:17:10 #15 2.705 Executing ca-certificates-20230506-r0.trigger 04:17:10 #15 2.926 OK: 9 MiB in 17 packages 04:17:11 #15 DONE 3.3s 04:17:11 04:17:11 #14 [builder 7/7] RUN make build 04:18:32 #14 DONE 80.5s 04:18:32 04:18:32 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 04:18:32 #16 DONE 0.1s 04:18:32 04:18:32 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 04:18:32 #17 DONE 0.1s 04:18:32 04:18:32 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 04:18:32 #18 DONE 0.1s 04:18:32 04:18:32 #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay 04:18:32 #19 DONE 0.4s 04:18:32 04:18:32 #20 exporting to image 04:18:32 #20 exporting layers 04:18:32 #20 exporting layers 0.4s done 04:18:32 #20 writing image sha256:7ed1b0d35e2826faab468ff94b5e3ddcd9b94ea935ef8b4fc6ddcd677b1093e2 done 04:18:32 #20 naming to docker.io/library/app-record-replay-arm64 done 04:18:32 #20 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:18:33 provisioning config files... 04:18:33 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/82@tmp/config17953046518966852825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:18:33 ---> ****-login.sh 04:18:33 nexus3.edgexfoundry.org:10001 04:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:18:34 Configure a credential helper to remove this warning. See 04:18:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:18:34 04:18:34 Login Succeeded 04:18:34 nexus3.edgexfoundry.org:10002 04:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:18:34 Configure a credential helper to remove this warning. See 04:18:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:18:34 04:18:34 Login Succeeded 04:18:34 nexus3.edgexfoundry.org:10003 04:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:18:34 Configure a credential helper to remove this warning. See 04:18:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:18:34 04:18:34 Login Succeeded 04:18:34 nexus3.edgexfoundry.org:10004 04:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:18:34 Configure a credential helper to remove this warning. See 04:18:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:18:34 04:18:34 Login Succeeded 04:18:34 ****.io 04:18:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:18:35 Configure a credential helper to remove this warning. See 04:18:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:18:35 04:18:35 Login Succeeded 04:18:35 ---> ****-login.sh ends [Pipeline] } 04:18:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:18:35 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 04:18:35 d6e72eb507f604f58fbdb8cd428574af59bed11a 04:18:35 latest 04:18:35 3.2.0-dev.7 04:18:35 d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 04:18:35 main 04:18:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:36 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:36 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a 04:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:18:36 0d14529c8fb1: Preparing 04:18:36 d2d6d6ae4820: Preparing 04:18:36 4f53a653296e: Preparing 04:18:36 7d0ee68253c0: Preparing 04:18:36 21840247d200: Preparing 04:18:36 834dee76fd92: Preparing 04:18:36 0faf9b67be60: Preparing 04:18:36 834dee76fd92: Waiting 04:18:36 0faf9b67be60: Waiting 04:18:37 d2d6d6ae4820: Pushed 04:18:37 7d0ee68253c0: Pushed 04:18:37 4f53a653296e: Pushed 04:18:37 0faf9b67be60: Layer already exists 04:18:37 834dee76fd92: Pushed 04:18:38 21840247d200: Pushed 04:18:47 0d14529c8fb1: Pushed 04:18:47 d6e72eb507f604f58fbdb8cd428574af59bed11a: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:48 + 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 04:18:48 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 04:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:18:48 0d14529c8fb1: Preparing 04:18:48 d2d6d6ae4820: Preparing 04:18:48 4f53a653296e: Preparing 04:18:48 7d0ee68253c0: Preparing 04:18:48 21840247d200: Preparing 04:18:48 834dee76fd92: Preparing 04:18:48 0faf9b67be60: Preparing 04:18:48 834dee76fd92: Waiting 04:18:48 0faf9b67be60: Waiting 04:18:48 7d0ee68253c0: Layer already exists 04:18:48 d2d6d6ae4820: Layer already exists 04:18:48 0d14529c8fb1: Layer already exists 04:18:48 4f53a653296e: Layer already exists 04:18:48 21840247d200: Layer already exists 04:18:48 834dee76fd92: Layer already exists 04:18:48 0faf9b67be60: Layer already exists 04:18:48 latest: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:49 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:49 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.7 04:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:18:49 0d14529c8fb1: Preparing 04:18:49 d2d6d6ae4820: Preparing 04:18:49 4f53a653296e: Preparing 04:18:49 7d0ee68253c0: Preparing 04:18:49 21840247d200: Preparing 04:18:49 834dee76fd92: Preparing 04:18:49 0faf9b67be60: Preparing 04:18:49 834dee76fd92: Waiting 04:18:49 0faf9b67be60: Waiting 04:18:49 7d0ee68253c0: Layer already exists 04:18:49 0d14529c8fb1: Layer already exists 04:18:49 d2d6d6ae4820: Layer already exists 04:18:49 21840247d200: Layer already exists 04:18:49 4f53a653296e: Layer already exists 04:18:49 0faf9b67be60: Layer already exists 04:18:49 834dee76fd92: Layer already exists 04:18:50 3.2.0-dev.7: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:50 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:51 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 04:18:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:18:51 0d14529c8fb1: Preparing 04:18:51 d2d6d6ae4820: Preparing 04:18:51 4f53a653296e: Preparing 04:18:51 7d0ee68253c0: Preparing 04:18:51 21840247d200: Preparing 04:18:51 834dee76fd92: Preparing 04:18:51 0faf9b67be60: Preparing 04:18:51 834dee76fd92: Waiting 04:18:51 0faf9b67be60: Waiting 04:18:51 4f53a653296e: Layer already exists 04:18:51 7d0ee68253c0: Layer already exists 04:18:51 d2d6d6ae4820: Layer already exists 04:18:51 0d14529c8fb1: Layer already exists 04:18:51 21840247d200: Layer already exists 04:18:51 834dee76fd92: Layer already exists 04:18:51 0faf9b67be60: Layer already exists 04:18:51 d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:51 + 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 04:18:52 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 04:18:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:18:52 0d14529c8fb1: Preparing 04:18:52 d2d6d6ae4820: Preparing 04:18:52 4f53a653296e: Preparing 04:18:52 7d0ee68253c0: Preparing 04:18:52 21840247d200: Preparing 04:18:52 834dee76fd92: Preparing 04:18:52 0faf9b67be60: Preparing 04:18:52 834dee76fd92: Waiting 04:18:52 0faf9b67be60: Waiting 04:18:52 d2d6d6ae4820: Layer already exists 04:18:52 21840247d200: Layer already exists 04:18:52 0d14529c8fb1: Layer already exists 04:18:52 4f53a653296e: Layer already exists 04:18:52 7d0ee68253c0: Layer already exists 04:18:52 834dee76fd92: Layer already exists 04:18:52 0faf9b67be60: Layer already exists 04:18:52 main: digest: sha256:3ce46b3d3f00c33d4f9a180c2fcf2caadbea2873b784bb2867517ef7b727bfa7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:53 ===================================================== [Pipeline] echo 04:18:53 taggedImages: 04:18:53 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a 04:18:53 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 04:18:53 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.7 04:18:53 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d6e72eb507f604f58fbdb8cd428574af59bed11a-3.2.0-dev.7 04:18:53 - 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 04:18:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:18:53 04:18:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:18:54 arm64: Pulling from edgex-lftools-log-publisher 04:18:54 8998bd30e6a1: Pulling fs layer 04:18:54 04944245beec: Pulling fs layer 04:18:54 699f458cf7ca: Pulling fs layer 04:18:54 765212b225bb: Pulling fs layer 04:18:54 f23df028b6ca: Pulling fs layer 04:18:54 d65c8cfc05b1: Pulling fs layer 04:18:54 765212b225bb: Waiting 04:18:54 f23df028b6ca: Waiting 04:18:54 2437ff75d9bd: Pulling fs layer 04:18:54 d65c8cfc05b1: Waiting 04:18:54 2437ff75d9bd: Waiting 04:18:54 04944245beec: Verifying Checksum 04:18:54 04944245beec: Download complete 04:18:54 765212b225bb: Verifying Checksum 04:18:54 765212b225bb: Download complete 04:18:54 f23df028b6ca: Verifying Checksum 04:18:54 f23df028b6ca: Download complete 04:18:54 d65c8cfc05b1: Verifying Checksum 04:18:54 d65c8cfc05b1: Download complete 04:18:54 699f458cf7ca: Verifying Checksum 04:18:54 699f458cf7ca: Download complete 04:18:55 8998bd30e6a1: Verifying Checksum 04:18:55 8998bd30e6a1: Download complete 04:18:56 2437ff75d9bd: Verifying Checksum 04:18:56 2437ff75d9bd: Download complete 04:19:03 8998bd30e6a1: Pull complete 04:19:03 04944245beec: Pull complete 04:19:05 699f458cf7ca: Pull complete 04:19:05 765212b225bb: Pull complete 04:19:06 f23df028b6ca: Pull complete 04:19:06 d65c8cfc05b1: Pull complete 04:19:33 2437ff75d9bd: Pull complete 04:19:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:19:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:19:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:19:33 prd-ubuntu20.04-docker-arm64-4c-16g-27961 does not seem to be running inside a container 04:19:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-record-replay/82 -v /w/workspace/app-record-replay/82:/w/workspace/app-record-replay/82:rw,z -v /w/workspace/app-record-replay/82@tmp:/w/workspace/app-record-replay/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:19:35 $ docker top 53e6df70a925857553d278c2f20c9a54869f3de2b453679aea81aba2c575e558 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:36 ---> job-cost.sh 04:19:36 lf-activate-venv: SKIPPING 04:19:36 INFO: No Stack... 04:19:36 INFO: Retrieving Pricing Info for: v3-standard-8 04:19:37 INFO: Archiving Costs [Pipeline] sh 04:19:38 + cat /w/workspace/app-record-replay/82/archives/cost.csv 04:19:38 + cut -d, -f6 [Pipeline] lock 04:19:38 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] 04:19:38 Resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] did not exist. Created. 04:19:38 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:19:38 /w/workspace/app-record-replay/82@tmp/durable-2960c3ff/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:19:39 + echo total: 0.2199999988079071 [Pipeline] stash 04:19:39 Warning: overwriting stash ‘stack-cost’ 04:19:39 Stashed 1 file(s) [Pipeline] } 04:19:39 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-82-stack-cost] [Pipeline] // lock [Pipeline] } 04:19:39 $ docker stop --time=1 53e6df70a925857553d278c2f20c9a54869f3de2b453679aea81aba2c575e558 04:19:40 $ docker rm -f --volumes 53e6df70a925857553d278c2f20c9a54869f3de2b453679aea81aba2c575e558 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:19:42 provisioning config files... 04:19:42 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7757283568508442188tmp [Pipeline] { [Pipeline] sh 04:19:42 + set +x 04:19:42 + + curl -s https://codecov.io/bash 04:19:42 bash -s -- 04:19:42 04:19:42 _____ _ 04:19:42 / ____| | | 04:19:42 | | ___ __| | ___ ___ _____ __ 04:19:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:19:42 | |___| (_) | (_| | __/ (_| (_) \ V / 04:19:42 \_____\___/ \__,_|\___|\___\___/ \_/ 04:19:42 Bash-1.0.6 04:19:42 04:19:42 04:19:42 ==> git version 2.25.1 found 04:19:42 ==> 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 04:19:42 Release-Date: 2020-01-08 04:19:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:19:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:19:42 ==> Jenkins CI detected. 04:19:42 current dir:  /w/workspace/exfoundry_app-record-replay_main 04:19:42 project root: . 04:19:42 --> token set from env 04:19:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:19:42 ==> Running gcov in . (disable via -X gcov) 04:19:42 ==> Python coveragepy not found 04:19:42 ==> Searching for coverage reports in: 04:19:42 + . 04:19:42 -> Found 1 reports 04:19:42 ==> Detecting git/mercurial file structure 04:19:42 ==> Reading reports 04:19:42 + ./coverage.out bytes=24666 04:19:42 ==> Appending adjustments 04:19:42 https://docs.codecov.io/docs/fixing-reports 04:19:42 + Found adjustments 04:19:42 ==> Gzipping contents 04:19:42 8.0K /tmp/codecov.wvSfrg.gz 04:19:42 ==> Uploading reports 04:19:42 url: https://codecov.io 04:19:42 query: branch=main&commit=d6e72eb507f604f58fbdb8cd428574af59bed11a&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 04:19:42 -> Pinging Codecov 04:19:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d6e72eb507f604f58fbdb8cd428574af59bed11a&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 04:19:42 -> Uploading to 04:19:42 https://storage.googleapis.com/codecov/v4/raw/2024-01-26/F467761B9912B4F32F9BC62907045C81/d6e72eb507f604f58fbdb8cd428574af59bed11a/2f3fea1c-0f15-4580-88ee-3dd19d992e9b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240126T041942Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0fb092178a51ffa0ebf78563621692abe4ea95b5cf29c24070ad2092a3d63f59 04:19:42 % Total % Received % Xferd Average Speed Time Time Time Current 04:19:42 Dload Upload Total Spent Left Speed 04:19:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4851 0 0 100 4851 0 17640 --:--:-- --:--:-- --:--:-- 17640 04:19:43 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] } 04:19:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:19:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:19:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:19:44 04:19:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:19:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:19:44 df9b9388f04a: Pulling fs layer 04:19:44 52dc419b0ee2: Pulling fs layer 04:19:44 25bc292e5bac: Pulling fs layer 04:19:44 114826534d7a: Pulling fs layer 04:19:44 4657fd5d0bcf: Pulling fs layer 04:19:44 6ad1cebc031e: Pulling fs layer 04:19:44 8a3aa393b2d8: Pulling fs layer 04:19:44 6ad1cebc031e: Waiting 04:19:44 4657fd5d0bcf: Waiting 04:19:44 8a3aa393b2d8: Waiting 04:19:44 114826534d7a: Waiting 04:19:44 25bc292e5bac: Verifying Checksum 04:19:44 25bc292e5bac: Download complete 04:19:44 52dc419b0ee2: Verifying Checksum 04:19:44 52dc419b0ee2: Download complete 04:19:44 4657fd5d0bcf: Verifying Checksum 04:19:44 4657fd5d0bcf: Download complete 04:19:44 df9b9388f04a: Download complete 04:19:44 6ad1cebc031e: Verifying Checksum 04:19:44 6ad1cebc031e: Download complete 04:19:44 df9b9388f04a: Pull complete 04:19:44 52dc419b0ee2: Pull complete 04:19:44 25bc292e5bac: Pull complete 04:19:45 114826534d7a: Verifying Checksum 04:19:45 114826534d7a: Download complete 04:19:45 8a3aa393b2d8: Download complete 04:19:49 114826534d7a: Pull complete 04:19:49 4657fd5d0bcf: Pull complete 04:19:49 6ad1cebc031e: Pull complete 04:19:52 8a3aa393b2d8: Pull complete 04:19:53 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 04:19:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:19:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:19:53 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:19:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:19:58 $ docker top 44a524be40bfa43e1393d481a818bcb517c910926574b675648b8b4fe6841d6e -eo pid,comm [Pipeline] { [Pipeline] echo 04:19:59 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 04:19:59 + set -o pipefail 04:19:59 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 04:20:04 04:20:04 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 04:20:04 04:20:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/b2608084-ae64-468a-9bde-c080ebd0e8e1 04:20:04 04:20:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:20:04 04:20:05 04:20:05 A medium severity vulnerability was found in the Snyk CLI versions you are using. 04:20:05 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 04:20:05 More details here: https://snyk.co/ue1NS 04:20:05 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 04:20:05 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:20:05 $ docker stop --time=1 44a524be40bfa43e1393d481a818bcb517c910926574b675648b8b4fe6841d6e 04:20:09 $ docker rm -f --volumes 44a524be40bfa43e1393d481a818bcb517c910926574b675648b8b4fe6841d6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:20:10 + git log --format=format:%s -1 d6e72eb507f604f58fbdb8cd428574af59bed11a [Pipeline] sh 04:20:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:20:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:20:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:11 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:20:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:20:11 $ docker top 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:20:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:20:12 [ssh-agent] Looking for ssh-agent implementation... 04:20:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:20:12 $ docker exec 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 ssh-agent 04:20:12 SSH_AUTH_SOCK=/tmp/ssh-CQsLff6G0NBg/agent.33 04:20:12 SSH_AGENT_PID=39 04:20:12 Running ssh-add (command line suppressed) 04:20:12 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16898297814661306587.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16898297814661306587.key) 04:20:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:20:12 + git semver tag 04:20:13 2024-01-26 04:20:12,954 [run_tag] DEBUG tag force:False 04:20:13 2024-01-26 04:20:12,954 [check_head_tag] DEBUG check head tag 04:20:13 2024-01-26 04:20:12,955 [execute] INFO git cat-file --batch-check 04:20:13 2024-01-26 04:20:12,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 04:20:13 2024-01-26 04:20:12,959 [execute] INFO git cat-file --batch 04:20:13 2024-01-26 04:20:12,960 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 04:20:13 2024-01-26 04:20:12,986 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:20:13 2024-01-26 04:20:12,986 [execute] INFO git tag -a v3.2.0-dev.7 -m v3.2.0-dev.7 04:20:13 2024-01-26 04:20:12,986 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.7', '-m', 'v3.2.0-dev.7'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 04:20:13 2024-01-26 04:20:12,991 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:20:13 3.2.0-dev.7 [Pipeline] } 04:20:13 $ docker exec --env ******** --env ******** 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 ssh-agent -k 04:20:13 unset SSH_AUTH_SOCK; 04:20:13 unset SSH_AGENT_PID; 04:20:13 echo Agent pid 39 killed; 04:20:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:20:13 + git semver [Pipeline] } 04:20:13 $ docker stop --time=1 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 04:20:15 $ docker rm -f --volumes 0e74fa9550313adc3027816090ece9ccdea1720aa64794d2e0a836dae88de516 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:20:15 04:20:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:20:16 0.23.1-centos7: Pulling from edgex-lftools 04:20:16 ab5ef0e58194: Pulling fs layer 04:20:16 9712f1f96733: Pulling fs layer 04:20:16 63f879dbbcfc: Pulling fs layer 04:20:16 0d9ebad4ef96: Pulling fs layer 04:20:16 e9a5061849ea: Pulling fs layer 04:20:16 d747dcd14b5f: Pulling fs layer 04:20:16 2de7ff778b66: Pulling fs layer 04:20:16 0d9ebad4ef96: Waiting 04:20:16 e9a5061849ea: Waiting 04:20:16 d747dcd14b5f: Waiting 04:20:16 2de7ff778b66: Waiting 04:20:16 9712f1f96733: Verifying Checksum 04:20:16 9712f1f96733: Download complete 04:20:16 63f879dbbcfc: Verifying Checksum 04:20:16 63f879dbbcfc: Download complete 04:20:16 0d9ebad4ef96: Verifying Checksum 04:20:16 0d9ebad4ef96: Download complete 04:20:16 d747dcd14b5f: Verifying Checksum 04:20:16 e9a5061849ea: Verifying Checksum 04:20:16 ab5ef0e58194: Verifying Checksum 04:20:16 ab5ef0e58194: Download complete 04:20:16 2de7ff778b66: Verifying Checksum 04:20:16 2de7ff778b66: Download complete 04:20:19 ab5ef0e58194: Pull complete 04:20:19 9712f1f96733: Pull complete 04:20:20 63f879dbbcfc: Pull complete 04:20:24 0d9ebad4ef96: Pull complete 04:20:24 e9a5061849ea: Pull complete 04:20:24 d747dcd14b5f: Pull complete 04:20:26 2de7ff778b66: Pull complete 04:20:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:20:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:20:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:26 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:20:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:20:34 $ docker top 2f2e99c36f989c0c28cd07557cdd489edf5683aff0ac061e3c42f6aed6b3c15d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:20:34 provisioning config files... 04:20:34 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10320068016214385470tmp 04:20:34 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8039501002841820341tmp 04:20:34 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18343107241024958973tmp [Pipeline] { [Pipeline] echo 04:20:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:20:34 ---> sigul-configuration.sh 04:20:34 gpg: directory `/root/.gnupg' created 04:20:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:20:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:20:34 gpg: keyring `/root/.gnupg/secring.gpg' created 04:20:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:20:34 gpg: CAST5 encrypted data 04:20:34 gpg: encrypted with 1 passphrase 04:20:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:20:35 + mkdir /home/jenkins 04:20:35 + mkdir /home/jenkins/sigul [Pipeline] sh 04:20:35 + 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 04:20:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:20:35 ---> sigul-install.sh 04:20:35 Sigul already installed; skipping installation. [Pipeline] sh 04:20:35 + git tag --list 04:20:35 v3.1 04:20:35 v3.1.0 04:20:35 v3.1.0-dev.0 04:20:35 v3.1.0-dev.1 04:20:35 v3.1.0-dev.10 04:20:35 v3.1.0-dev.11 04:20:35 v3.1.0-dev.12 04:20:35 v3.1.0-dev.13 04:20:35 v3.1.0-dev.14 04:20:35 v3.1.0-dev.15 04:20:35 v3.1.0-dev.16 04:20:35 v3.1.0-dev.17 04:20:35 v3.1.0-dev.18 04:20:35 v3.1.0-dev.19 04:20:35 v3.1.0-dev.2 04:20:35 v3.1.0-dev.20 04:20:35 v3.1.0-dev.21 04:20:35 v3.1.0-dev.22 04:20:35 v3.1.0-dev.23 04:20:35 v3.1.0-dev.24 04:20:35 v3.1.0-dev.25 04:20:35 v3.1.0-dev.26 04:20:35 v3.1.0-dev.27 04:20:35 v3.1.0-dev.28 04:20:35 v3.1.0-dev.29 04:20:35 v3.1.0-dev.3 04:20:35 v3.1.0-dev.30 04:20:35 v3.1.0-dev.31 04:20:35 v3.1.0-dev.32 04:20:35 v3.1.0-dev.33 04:20:35 v3.1.0-dev.34 04:20:35 v3.1.0-dev.35 04:20:35 v3.1.0-dev.36 04:20:35 v3.1.0-dev.37 04:20:35 v3.1.0-dev.38 04:20:35 v3.1.0-dev.39 04:20:35 v3.1.0-dev.4 04:20:35 v3.1.0-dev.40 04:20:35 v3.1.0-dev.41 04:20:35 v3.1.0-dev.42 04:20:35 v3.1.0-dev.43 04:20:35 v3.1.0-dev.44 04:20:35 v3.1.0-dev.45 04:20:35 v3.1.0-dev.46 04:20:35 v3.1.0-dev.47 04:20:35 v3.1.0-dev.48 04:20:35 v3.1.0-dev.49 04:20:35 v3.1.0-dev.5 04:20:35 v3.1.0-dev.50 04:20:35 v3.1.0-dev.51 04:20:35 v3.1.0-dev.52 04:20:35 v3.1.0-dev.53 04:20:35 v3.1.0-dev.54 04:20:35 v3.1.0-dev.55 04:20:35 v3.1.0-dev.56 04:20:35 v3.1.0-dev.57 04:20:35 v3.1.0-dev.58 04:20:35 v3.1.0-dev.59 04:20:35 v3.1.0-dev.6 04:20:35 v3.1.0-dev.60 04:20:35 v3.1.0-dev.61 04:20:35 v3.1.0-dev.62 04:20:35 v3.1.0-dev.63 04:20:35 v3.1.0-dev.64 04:20:35 v3.1.0-dev.65 04:20:35 v3.1.0-dev.66 04:20:35 v3.1.0-dev.67 04:20:35 v3.1.0-dev.68 04:20:35 v3.1.0-dev.7 04:20:35 v3.1.0-dev.8 04:20:35 v3.1.0-dev.9 04:20:35 v3.2.0-dev.1 04:20:35 v3.2.0-dev.2 04:20:35 v3.2.0-dev.3 04:20:35 v3.2.0-dev.4 04:20:35 v3.2.0-dev.5 04:20:35 v3.2.0-dev.6 04:20:35 v3.2.0-dev.7 [Pipeline] sh 04:20:36 + lftools sign git-tag v3.2.0-dev.7 04:20:36 Signing Git tag with Sigul... 04:20:36 Signing v3.2.0-dev.7 [Pipeline] echo 04:20:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:20:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:20:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:20:37 $ docker stop --time=1 2f2e99c36f989c0c28cd07557cdd489edf5683aff0ac061e3c42f6aed6b3c15d 04:20:39 $ docker rm -f --volumes 2f2e99c36f989c0c28cd07557cdd489edf5683aff0ac061e3c42f6aed6b3c15d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:20:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:20:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:20:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:40 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:20:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:20:41 $ docker top dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 -eo pid,comm 04:20:41 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). 04:20:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:20:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:20:41 [ssh-agent] Looking for ssh-agent implementation... 04:20:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:20:41 $ docker exec dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 ssh-agent 04:20:41 SSH_AUTH_SOCK=/tmp/ssh-KDfWr5TLJkk6/agent.32 04:20:41 SSH_AGENT_PID=38 04:20:41 Running ssh-add (command line suppressed) 04:20:41 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3412554804516021938.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3412554804516021938.key) 04:20:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:20:42 + git semver bump pre 04:20:42 2024-01-26 04:20:42,373 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:20:42 2024-01-26 04:20:42,373 [bump_version] DEBUG bumping version:3.2.0-dev.7 on axis:pre with prefix:dev 04:20:42 2024-01-26 04:20:42,373 [bump_version] DEBUG bumped version:3.2.0-dev.8 04:20:42 2024-01-26 04:20:42,373 [write_version] DEBUG write version:3.2.0-dev.8 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 04:20:42 2024-01-26 04:20:42,373 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:20:42 2024-01-26 04:20:42,373 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 04:20:42 2024-01-26 04:20:42,376 [execute] INFO git cat-file --batch-check 04:20:42 2024-01-26 04:20:42,376 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:20:42 2024-01-26 04:20:42,382 [execute] INFO git cat-file --batch 04:20:42 2024-01-26 04:20:42,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:20:42 2024-01-26 04:20:42,389 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:20:42 3.2.0-dev.8 [Pipeline] } 04:20:42 $ docker exec --env ******** --env ******** dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 ssh-agent -k 04:20:42 unset SSH_AUTH_SOCK; 04:20:42 unset SSH_AGENT_PID; 04:20:42 echo Agent pid 38 killed; 04:20:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:20:43 + git semver [Pipeline] } 04:20:43 $ docker stop --time=1 dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 04:20:44 $ docker rm -f --volumes dba6782219ab35dc97043c049b8934d97fb57e10621a982880c447c0ef674835 [Pipeline] // withDockerContainer [Pipeline] sh 04:20:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:20:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:20:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:45 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:20:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:20:46 $ docker top a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:20:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:20:46 [ssh-agent] Looking for ssh-agent implementation... 04:20:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:20:46 $ docker exec a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 ssh-agent 04:20:46 SSH_AUTH_SOCK=/tmp/ssh-2t1h0FBDKBEO/agent.32 04:20:46 SSH_AGENT_PID=38 04:20:46 Running ssh-add (command line suppressed) 04:20:46 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_222828668800081230.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_222828668800081230.key) 04:20:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:20:47 + git semver push 04:20:47 2024-01-26 04:20:47,376 [run_push] DEBUG push 04:20:47 2024-01-26 04:20:47,377 [execute] INFO git cat-file --batch-check 04:20:47 2024-01-26 04:20:47,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:20:47 2024-01-26 04:20:47,380 [execute] INFO git rev-list 33d44dc0c84e7cf80fd97086ece4c914ab9e11fb -- 04:20:47 2024-01-26 04:20:47,381 [execute] DEBUG Popen(['git', 'rev-list', '33d44dc0c84e7cf80fd97086ece4c914ab9e11fb', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 04:20:47 2024-01-26 04:20:47,386 [execute] INFO git fetch -v origin 04:20:47 2024-01-26 04:20:47,386 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 04:20:48 2024-01-26 04:20:47,870 [run_push] DEBUG no remote changes detected 04:20:48 2024-01-26 04:20:47,871 [execute] INFO git push origin semver 04:20:48 2024-01-26 04:20:47,871 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 04:20:48 2024-01-26 04:20:48,535 [run_push] DEBUG push all version tags 04:20:48 2024-01-26 04:20:48,536 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:20:48 2024-01-26 04:20:48,536 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 04:20:49 2024-01-26 04:20:49,219 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:20:49 3.2.0-dev.8 [Pipeline] } 04:20:49 $ docker exec --env ******** --env ******** a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 ssh-agent -k 04:20:49 unset SSH_AUTH_SOCK; 04:20:49 unset SSH_AGENT_PID; 04:20:49 echo Agent pid 38 killed; 04:20:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:20:50 + git semver [Pipeline] } 04:20:50 $ docker stop --time=1 a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 04:20:51 $ docker rm -f --volumes a7e1dcac7c07b9c4894f47dd714772d9ba9bece1718b4570bcdf3aeb676fe841 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:20:53 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 04:20:53 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 04:20:53 total 16 04:20:53 drwxr-xr-x 3 root root 4096 Jan 26 04:11 . 04:20:53 drwxrwxr-x 11 jenkins jenkins 4096 Jan 26 04:20 .. 04:20:53 drwxr-xr-x 2 root root 4096 Jan 26 04:11 cost 04:20:53 -rw-r--r-- 1 root root 88 Jan 26 04:11 cost.csv 04:20:53 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 04:20:53 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 04:20:53 total 16 04:20:53 drwxr-xr-x 3 jenkins jenkins 4096 Jan 26 04:11 . 04:20:53 drwxrwxr-x 11 jenkins jenkins 4096 Jan 26 04:20 .. 04:20:53 drwxr-xr-x 2 jenkins jenkins 4096 Jan 26 04:11 cost 04:20:53 -rw-r--r-- 1 jenkins jenkins 88 Jan 26 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:20:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:20:54 ---> package-listing.sh 04:20:54 ++ facter osfamily 04:20:54 ++ tr '[:upper:]' '[:lower:]' 04:20:54 + OS_FAMILY=debian 04:20:54 + workspace=/w/workspace/exfoundry_app-record-replay_main 04:20:54 + START_PACKAGES=/tmp/packages_start.txt 04:20:54 + END_PACKAGES=/tmp/packages_end.txt 04:20:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:20:54 + PACKAGES=/tmp/packages_start.txt 04:20:54 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 04:20:54 + PACKAGES=/tmp/packages_end.txt 04:20:54 + case "${OS_FAMILY}" in 04:20:54 + dpkg -l 04:20:54 + grep '^ii' 04:20:54 + '[' -f /tmp/packages_start.txt ']' 04:20:54 + '[' -f /tmp/packages_end.txt ']' 04:20:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:20:54 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 04:20:54 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 04:20:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 04:20:54 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 04:20:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:20:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:55 prd-ubuntu20.04-docker-8c-8g-27960 does not seem to be running inside a container 04:20:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:20:56 $ docker top 5e2423932f25c625f570aee5bae27ec76a0b1a0f8513c37fbd57d53a510f52d5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:56 + touch /tmp/pre-build-complete [Pipeline] sh 04:20:56 + mkdir -p /var/log/sysstat [Pipeline] sh 04:20:57 + ls /var/log/sa-host 04:20:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:20:57 provisioning config files... 04:20:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10632865716486834191tmp [Pipeline] { [Pipeline] echo 04:20:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:20:57 ---> create-netrc.sh [Pipeline] } 04:20:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:20:58 ---> python-tools-install.sh [Pipeline] echo 04:20:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:20:58 ---> sudo-logs.sh 04:20:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:20:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:20:58 ---> job-cost.sh 04:20:58 lf-activate-venv: SKIPPING 04:20:58 DEBUG: total: 0.2199999988079071 04:20:58 INFO: Retrieving Stack Cost... 04:20:59 INFO: Retrieving Pricing Info for: v3-standard-8 04:20:59 INFO: Archiving Costs [Pipeline] echo 04:20:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:20:59 ---> logs-deploy.sh 04:20:59 lf-activate-venv: SKIPPING 04:20:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/82 04:20:59 INFO: archiving workspace using pattern(s): 04:21:01 Archives upload complete. 04:21:01 INFO: archiving logs to Nexus 04:21:02 ---> uname -a: 04:21:02 Linux prd-ubuntu20-04-docker-8c-8g-27960 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:21:02 04:21:02 04:21:02 ---> lscpu: 04:21:02 Architecture: x86_64 04:21:02 CPU op-mode(s): 32-bit, 64-bit 04:21:02 Byte Order: Little Endian 04:21:02 Address sizes: 40 bits physical, 48 bits virtual 04:21:02 CPU(s): 8 04:21:02 On-line CPU(s) list: 0-7 04:21:02 Thread(s) per core: 1 04:21:02 Core(s) per socket: 1 04:21:02 Socket(s): 8 04:21:02 NUMA node(s): 1 04:21:02 Vendor ID: AuthenticAMD 04:21:02 CPU family: 23 04:21:02 Model: 49 04:21:02 Model name: AMD EPYC-Rome Processor 04:21:02 Stepping: 0 04:21:02 CPU MHz: 2800.000 04:21:02 BogoMIPS: 5600.00 04:21:02 Virtualization: AMD-V 04:21:02 Hypervisor vendor: KVM 04:21:02 Virtualization type: full 04:21:02 L1d cache: 256 KiB 04:21:02 L1i cache: 256 KiB 04:21:02 L2 cache: 4 MiB 04:21:02 L3 cache: 128 MiB 04:21:02 NUMA node0 CPU(s): 0-7 04:21:02 Vulnerability Itlb multihit: Not affected 04:21:02 Vulnerability L1tf: Not affected 04:21:02 Vulnerability Mds: Not affected 04:21:02 Vulnerability Meltdown: Not affected 04:21:02 Vulnerability Mmio stale data: Not affected 04:21:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:21:02 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:21:02 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:21:02 Vulnerability Srbds: Not affected 04:21:02 Vulnerability Tsx async abort: Not affected 04:21:02 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 04:21:02 04:21:02 04:21:02 ---> nproc: 04:21:02 8 04:21:02 04:21:02 04:21:02 ---> df -h: 04:21:02 Filesystem Size Used Avail Use% Mounted on 04:21:02 overlay 155G 13G 143G 9% / 04:21:02 tmpfs 64M 0 64M 0% /dev 04:21:02 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:21:02 shm 64M 0 64M 0% /dev/shm 04:21:02 /dev/vda1 155G 13G 143G 9% /facter-os 04:21:02 04:21:02 04:21:02 ---> sar -b -r -n DEV: 04:21:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27960) 01/26/24 _x86_64_ (8 CPU) 04:21:02 04:21:02 04:07:32 LINUX RESTART (8 CPU) 04:21:02 04:21:02 04:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:21:02 04:09:01 155.23 23.85 131.38 0.00 2275.28 38109.79 0.00 04:21:02 04:10:01 109.98 0.10 109.88 0.00 13.20 36077.99 0.00 04:21:02 04:11:01 154.94 0.23 154.71 0.00 5.20 39689.94 0.00 04:21:02 04:12:01 66.09 0.08 66.01 0.00 11.60 17110.88 0.00 04:21:02 04:13:01 27.60 11.26 16.33 0.00 3473.55 3714.71 0.00 04:21:02 04:14:01 4.78 0.00 4.78 0.00 0.00 63.04 0.00 04:21:02 04:15:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 04:21:02 04:16:01 1.92 0.00 1.92 0.00 0.00 21.60 0.00 04:21:02 04:17:01 3.23 1.67 1.57 0.00 37.86 20.00 0.00 04:21:02 04:18:01 2.70 0.00 2.70 0.00 0.00 38.79 0.00 04:21:02 04:19:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 04:21:02 04:20:01 39.33 0.37 38.96 0.00 12.26 26388.27 0.00 04:21:02 04:21:01 115.95 0.22 115.73 0.00 20.93 32635.63 0.00 04:21:02 Average: 52.65 2.91 49.74 0.00 450.05 14915.90 0.00 04:21:02 04:21:02 04:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:21:02 04:09:01 28653560 31524152 784880 2.39 104912 2993632 1929432 5.69 1170052 2615708 403088 04:21:02 04:10:01 27957988 31448596 854452 2.60 138760 3529336 1930596 5.69 1524680 2903380 534832 04:21:02 04:11:01 28253948 31494072 810288 2.46 144196 3288600 1945684 5.73 1289412 2853392 320 04:21:02 04:12:01 27778976 31525200 777144 2.36 154124 3734420 1767640 5.21 1278732 3285920 336 04:21:02 04:13:01 27538708 31506728 787116 2.39 159384 3938700 1814768 5.35 1439800 3341848 1288 04:21:02 04:14:01 27542484 31510592 783284 2.38 159460 3938824 1830824 5.40 1436212 3341936 4 04:21:02 04:15:01 27542524 31510716 783140 2.38 159540 3938828 1830824 5.40 1436240 3341948 164 04:21:02 04:16:01 27552232 31520468 773296 2.35 159616 3938820 1830824 5.40 1426940 3341940 16 04:21:02 04:17:01 27544936 31515424 778408 2.37 159708 3939956 1830824 5.40 1435596 3342276 200 04:21:02 04:18:01 27545136 31516076 777968 2.37 159836 3939940 1830824 5.40 1434832 3342476 8 04:21:02 04:19:01 27545444 31516444 777564 2.36 159920 3939940 1830824 5.40 1434872 3342480 8 04:21:02 04:20:01 26382824 31390844 896712 2.73 175264 4876176 1937564 5.71 1634552 4211140 232464 04:21:02 04:21:01 25965816 31418920 865020 2.63 199324 5249168 1857256 5.47 1636084 4576908 856 04:21:02 Average: 27523429 31492172 803790 2.44 156465 3942026 1859068 5.48 1429077 3372412 90276 04:21:02 04:21:02 04:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:21:02 04:09:01 docker0 189.12 286.99 15.74 2193.14 0.00 0.00 0.00 0.00 04:21:02 04:09:01 ens3 758.88 510.19 7781.55 103.21 0.00 0.00 0.00 0.00 04:21:02 04:09:01 lo 6.40 6.40 0.63 0.63 0.00 0.00 0.00 0.00 04:21:02 04:10:01 veth82a3531 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 04:21:02 04:10:01 docker0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:21:02 04:10:01 ens3 34.84 28.38 31.66 67.01 0.00 0.00 0.00 0.00 04:21:02 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:11:01 docker0 5.27 8.52 0.32 128.74 0.00 0.00 0.00 0.00 04:21:02 04:11:01 ens3 40.28 24.93 208.09 11.56 0.00 0.00 0.00 0.00 04:21:02 04:11:01 lo 0.93 0.93 0.10 0.10 0.00 0.00 0.00 0.00 04:21:02 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:12:01 ens3 147.73 110.16 2552.74 283.64 0.00 0.00 0.00 0.00 04:21:02 04:12:01 lo 7.67 7.67 0.75 0.75 0.00 0.00 0.00 0.00 04:21:02 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:13:01 ens3 69.64 29.35 1373.92 2.19 0.00 0.00 0.00 0.00 04:21:02 04:13:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 04:21:02 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:14:01 ens3 0.50 0.30 0.15 0.08 0.00 0.00 0.00 0.00 04:21:02 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:16:01 ens3 0.85 0.13 0.04 0.01 0.00 0.00 0.00 0.00 04:21:02 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:17:01 ens3 9.15 6.63 5.71 6.15 0.00 0.00 0.00 0.00 04:21:02 04:17:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:19:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 04:21:02 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:20:01 docker0 47.51 81.19 3.70 912.09 0.00 0.00 0.00 0.00 04:21:02 04:20:01 vethb6cbedc 47.51 81.29 4.35 912.10 0.00 0.00 0.00 0.07 04:21:02 04:20:01 ens3 206.73 129.66 4887.70 16.43 0.00 0.00 0.00 0.00 04:21:02 04:20:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 04:21:02 04:21:01 docker0 6.83 7.90 0.99 2.16 0.00 0.00 0.00 0.00 04:21:02 04:21:01 ens3 226.95 168.37 3302.01 162.26 0.00 0.00 0.00 0.00 04:21:02 04:21:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 04:21:02 Average: docker0 19.14 29.60 1.60 249.00 0.00 0.00 0.00 0.00 04:21:02 Average: ens3 115.10 77.58 1549.72 50.20 0.00 0.00 0.00 0.00 04:21:02 Average: lo 1.46 1.46 0.14 0.14 0.00 0.00 0.00 0.00 04:21:02 04:21:02 04:21:02 ---> sar -P ALL: 04:21:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27960) 01/26/24 _x86_64_ (8 CPU) 04:21:02 04:21:02 04:07:32 LINUX RESTART (8 CPU) 04:21:02 04:21:02 04:08:01 CPU %user %nice %system %iowait %steal %idle 04:21:02 04:09:01 all 10.11 0.00 3.52 2.76 0.12 83.49 04:21:02 04:09:01 0 9.38 0.00 3.57 1.13 0.10 85.82 04:21:02 04:09:01 1 10.42 0.00 4.04 15.06 0.13 70.34 04:21:02 04:09:01 2 9.13 0.00 3.18 1.14 0.12 86.43 04:21:02 04:09:01 3 8.33 0.00 3.28 2.12 0.12 86.15 04:21:02 04:09:01 4 12.76 0.00 3.30 0.25 0.12 83.57 04:21:02 04:09:01 5 11.12 0.00 4.01 0.45 0.13 84.28 04:21:02 04:09:01 6 10.38 0.00 3.39 0.71 0.12 85.41 04:21:02 04:09:01 7 9.32 0.00 3.42 1.21 0.13 85.90 04:21:02 04:10:01 all 21.53 0.00 3.00 3.14 0.12 72.22 04:21:02 04:10:01 0 20.87 0.00 2.49 0.52 0.10 76.02 04:21:02 04:10:01 1 21.94 0.00 3.71 17.81 0.15 56.39 04:21:02 04:10:01 2 22.30 0.00 2.92 0.86 0.08 73.84 04:21:02 04:10:01 3 22.49 0.00 2.82 0.12 0.15 74.42 04:21:02 04:10:01 4 19.53 0.00 2.95 0.83 0.10 76.59 04:21:02 04:10:01 5 21.81 0.00 2.93 0.13 0.08 75.04 04:21:02 04:10:01 6 20.58 0.00 3.07 1.09 0.12 75.14 04:21:02 04:10:01 7 22.71 0.00 3.08 3.77 0.17 70.27 04:21:02 04:11:01 all 40.33 0.00 4.49 2.40 0.30 52.47 04:21:02 04:11:01 0 41.10 0.00 4.64 1.11 0.37 52.78 04:21:02 04:11:01 1 40.40 0.00 5.09 5.51 0.39 48.62 04:21:02 04:11:01 2 39.88 0.00 4.31 0.64 0.20 54.97 04:21:02 04:11:01 3 41.10 0.00 4.73 1.08 0.17 52.91 04:21:02 04:11:01 4 39.96 0.00 4.40 0.45 0.15 55.04 04:21:02 04:11:01 5 39.00 0.00 4.63 0.45 0.40 55.51 04:21:02 04:11:01 6 40.76 0.00 4.24 8.48 0.26 46.27 04:21:02 04:11:01 7 40.49 0.00 3.91 1.60 0.49 53.52 04:21:02 04:12:01 all 3.32 0.00 1.22 1.13 0.05 94.28 04:21:02 04:12:01 0 3.01 0.00 0.82 0.02 0.03 96.12 04:21:02 04:12:01 1 3.27 0.00 1.44 0.02 0.03 95.24 04:21:02 04:12:01 2 3.36 0.00 1.19 1.14 0.03 94.28 04:21:02 04:12:01 3 2.56 0.00 1.05 0.07 0.05 96.27 04:21:02 04:12:01 4 3.56 0.00 1.14 0.00 0.07 95.24 04:21:02 04:12:01 5 4.28 0.00 1.52 0.02 0.05 94.13 04:21:02 04:12:01 6 3.55 0.00 1.19 0.02 0.03 95.21 04:21:02 04:12:01 7 3.00 0.00 1.40 7.80 0.08 87.71 04:21:02 04:13:01 all 1.05 0.00 0.43 0.38 0.02 98.12 04:21:02 04:13:01 0 1.12 0.00 0.47 0.30 0.02 98.10 04:21:02 04:13:01 1 0.45 0.00 0.53 1.05 0.02 97.95 04:21:02 04:13:01 2 1.33 0.00 0.28 0.00 0.02 98.38 04:21:02 04:13:01 3 0.25 0.00 0.27 0.45 0.02 99.02 04:21:02 04:13:01 4 2.95 0.00 0.58 0.17 0.02 96.28 04:21:02 04:13:01 5 0.52 0.00 0.30 0.00 0.02 99.17 04:21:02 04:13:01 6 0.57 0.00 0.38 0.30 0.02 98.73 04:21:02 04:13:01 7 1.24 0.00 0.64 0.77 0.02 97.34 04:21:02 04:14:01 all 0.04 0.00 0.03 0.03 0.01 99.89 04:21:02 04:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:21:02 04:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:21:02 04:14:01 2 0.07 0.00 0.00 0.00 0.02 99.92 04:21:02 04:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:21:02 04:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:21:02 04:14:01 5 0.05 0.00 0.05 0.00 0.02 99.88 04:21:02 04:14:01 6 0.05 0.00 0.05 0.20 0.03 99.67 04:21:02 04:14:01 7 0.00 0.00 0.03 0.03 0.02 99.92 04:21:02 04:15:01 all 0.01 0.00 0.01 0.06 0.01 99.90 04:21:02 04:15:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:21:02 04:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:21:02 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:21:02 04:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:21:02 04:15:01 6 0.02 0.00 0.05 0.43 0.02 99.48 04:21:02 04:15:01 7 0.00 0.00 0.02 0.05 0.00 99.93 04:21:02 04:16:01 all 0.06 0.00 0.01 0.02 0.01 99.90 04:21:02 04:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:21:02 04:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:21:02 04:16:01 2 0.15 0.00 0.02 0.00 0.00 99.83 04:21:02 04:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:21:02 04:16:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:21:02 04:16:01 5 0.07 0.00 0.02 0.00 0.02 99.90 04:21:02 04:16:01 6 0.12 0.00 0.03 0.07 0.02 99.77 04:21:02 04:16:01 7 0.02 0.00 0.00 0.08 0.02 99.88 04:21:02 04:17:01 all 0.31 0.00 0.03 0.04 0.01 99.61 04:21:02 04:17:01 0 0.45 0.00 0.07 0.03 0.02 99.43 04:21:02 04:17:01 1 0.17 0.00 0.03 0.00 0.02 99.78 04:21:02 04:17:01 2 0.33 0.00 0.00 0.00 0.00 99.67 04:21:02 04:17:01 3 0.17 0.00 0.02 0.00 0.00 99.82 04:21:02 04:17:01 4 1.17 0.00 0.05 0.00 0.00 98.78 04:21:02 04:17:01 5 0.05 0.00 0.00 0.00 0.00 99.95 04:21:02 04:17:01 6 0.15 0.00 0.08 0.12 0.02 99.63 04:21:02 04:17:01 7 0.02 0.00 0.02 0.17 0.00 99.80 04:21:02 04:18:01 all 0.04 0.00 0.02 0.00 0.01 99.93 04:21:02 04:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:21:02 04:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:21:02 04:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:21:02 04:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:21:02 04:18:01 4 0.07 0.00 0.00 0.00 0.02 99.92 04:21:02 04:18:01 5 0.07 0.00 0.02 0.00 0.02 99.90 04:21:02 04:18:01 6 0.07 0.00 0.07 0.03 0.02 99.82 04:21:02 04:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:21:02 04:19:01 all 0.10 0.00 0.01 0.00 0.00 99.88 04:21:02 04:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:21:02 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:21:02 04:19:01 2 0.60 0.00 0.03 0.00 0.00 99.37 04:21:02 04:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:19:01 4 0.08 0.00 0.02 0.00 0.00 99.90 04:21:02 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:19:01 6 0.05 0.00 0.03 0.02 0.00 99.90 04:21:02 04:19:01 7 0.00 0.00 0.02 0.02 0.00 99.97 04:21:02 04:21:02 04:19:01 CPU %user %nice %system %iowait %steal %idle 04:21:02 04:20:01 all 4.16 0.00 1.65 1.52 0.14 92.53 04:21:02 04:20:01 0 3.97 0.00 1.78 0.02 0.13 94.10 04:21:02 04:20:01 1 3.07 0.00 1.88 0.15 0.22 94.69 04:21:02 04:20:01 2 5.39 0.00 1.44 0.03 0.08 93.06 04:21:02 04:20:01 3 3.34 0.00 2.54 7.93 0.19 86.01 04:21:02 04:20:01 4 5.56 0.00 1.31 0.00 0.07 93.06 04:21:02 04:20:01 5 3.98 0.00 1.59 2.15 0.15 92.13 04:21:02 04:20:01 6 4.61 0.00 1.60 1.68 0.27 91.84 04:21:02 04:20:01 7 3.33 0.00 1.08 0.22 0.05 95.32 04:21:02 04:21:01 all 6.04 0.00 2.80 2.28 0.16 88.72 04:21:02 04:21:01 0 8.04 0.00 2.74 1.06 0.25 87.91 04:21:02 04:21:01 1 7.22 0.00 3.83 0.13 0.12 88.70 04:21:02 04:21:01 2 5.14 0.00 2.64 0.12 0.10 92.00 04:21:02 04:21:01 3 5.63 0.00 3.01 0.34 0.19 90.83 04:21:02 04:21:01 4 6.66 0.00 1.61 0.00 0.23 91.51 04:21:02 04:21:01 5 5.64 0.00 2.46 3.56 0.15 88.19 04:21:02 04:21:01 6 5.16 0.00 3.36 3.51 0.12 87.84 04:21:02 04:21:01 7 4.77 0.00 2.75 9.62 0.14 82.72 04:21:02 Average: all 6.66 0.00 1.32 1.05 0.07 90.89 04:21:02 Average: 0 6.74 0.00 1.28 0.32 0.08 91.58 04:21:02 Average: 1 6.65 0.00 1.58 3.04 0.08 88.65 04:21:02 Average: 2 6.73 0.00 1.23 0.30 0.05 91.69 04:21:02 Average: 3 6.41 0.00 1.36 0.92 0.07 91.24 04:21:02 Average: 4 7.08 0.00 1.18 0.13 0.06 91.55 04:21:02 Average: 5 6.63 0.00 1.34 0.52 0.08 91.42 04:21:02 Average: 6 6.54 0.00 1.34 1.26 0.08 90.78 04:21:02 Average: 7 6.50 0.00 1.25 1.93 0.09 90.23 04:21:02 04:21:02 04:21:02