Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d2ba150c641a4b55954188eaa6e5ea65517ce64a 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-ssh7035059295087306547.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh3257364779308001896.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh7116288026732093270.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh15748388649820075178.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-ssh10609847323865482797.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, goVersion:1.23] ========================================================= [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.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-772206’ Running on prd-ubuntu20.04-docker-8c-8g-772210 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 d2ba150c641a4b55954188eaa6e5ea65517ce64a (main) > 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 d2ba150c641a4b55954188eaa6e5ea65517ce64a # timeout=10 Commit message: "Merge pull request #182 from FelixTing/bump-alpine-3.22" > git rev-list --no-walk bfcc3a8e0b59ea31a98da98b89ebd15b49f935eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:25:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:25:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:25:31 ========================================================= 13:25:31 EdgeX Global Pipelines Version Info 13:25:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:25:33 ------------------- 13:25:33 stable info: 13:25:33 ------------------- 13:25:33 Commited By: Cherry Wang cherry@iotechsys.com 13:25:33 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 13:25:33 Message: update stable to v1.0.278 13:25:33 ------------------- 13:25:33 experimental info: 13:25:33 ------------------- 13:25:33 Commited By: **** collab-it+edgex@linuxfoundation.org 13:25:33 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 13:25:33 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2ba150 [Pipeline] echo 13:25:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:25:34 provisioning config files... 13:25:34 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15780969075987522053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:25:35 ---> ****-login.sh 13:25:35 nexus3.edgexfoundry.org:10001 13:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:35 13:25:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:25:35 Configure a credential helper to remove this warning. See 13:25:35 https://docs.****.com/go/credential-store/ 13:25:35 13:25:35 Login Succeeded 13:25:35 nexus3.edgexfoundry.org:10002 13:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:35 13:25:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:25:35 Configure a credential helper to remove this warning. See 13:25:35 https://docs.****.com/go/credential-store/ 13:25:35 13:25:35 Login Succeeded 13:25:35 nexus3.edgexfoundry.org:10003 13:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:35 13:25:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:25:35 Configure a credential helper to remove this warning. See 13:25:35 https://docs.****.com/go/credential-store/ 13:25:35 13:25:35 Login Succeeded 13:25:35 nexus3.edgexfoundry.org:10004 13:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:35 13:25:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:25:35 Configure a credential helper to remove this warning. See 13:25:35 https://docs.****.com/go/credential-store/ 13:25:35 13:25:35 Login Succeeded 13:25:35 ****.io 13:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:36 13:25:36 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:25:36 Configure a credential helper to remove this warning. See 13:25:36 https://docs.****.com/go/credential-store/ 13:25:36 13:25:36 Login Succeeded 13:25:36 ---> ****-login.sh ends [Pipeline] } 13:25:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:25:36 + git rev-list -1 --merges d2ba150c641a4b55954188eaa6e5ea65517ce64a~1..d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo 13:25:36 -----------> git rev-list -1 --merges d2ba150c641a4b55954188eaa6e5ea65517ce64a~1..d2ba150c641a4b55954188eaa6e5ea65517ce64a d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:25:36 d2ba150c641a4b55954188eaa6e5ea65517ce64a [false] [Pipeline] sh 13:25:36 + git log --format=format:%s -1 d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo 13:25:36 ========================================================= 13:25:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:25:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:25:37 + git log --format=format:%s -1 d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo 13:25:37 [semverPrep] GIT_COMMIT: d2ba150c641a4b55954188eaa6e5ea65517ce64a, Commit Message: Merge pull request #182 from FelixTing/bump-alpine-3.22 [Pipeline] echo 13:25:37 [semverPrep] This is not a build commit. [Pipeline] sh 13:25:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:25:37 + grep -v github /etc/ssh/ssh_known_hosts 13:25:37 + [ -e /tmp/ssh_known_hosts ] 13:25:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:25:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:25:37 + sudo tee -a /etc/ssh/ssh_known_hosts 13:25:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:25:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:25:38 13:25:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:25:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:25:38 0.1.4: Pulling from edgex-devops/py-git-semver 13:25:38 3dae71ba6b94: Pulling fs layer 13:25:38 6bf1a483ea7c: Pulling fs layer 13:25:38 f5dfc541a4d3: Pulling fs layer 13:25:38 461d9e800cba: Pulling fs layer 13:25:38 80192f66455f: Pulling fs layer 13:25:38 2e8e34ca0e6c: Pulling fs layer 13:25:38 a29436f7fd5d: Pulling fs layer 13:25:38 923cac83aea3: Pulling fs layer 13:25:38 25ad8b0a4227: Pulling fs layer 13:25:38 db01528c6b51: Pulling fs layer 13:25:38 28988de357af: Pulling fs layer 13:25:38 a29436f7fd5d: Waiting 13:25:38 923cac83aea3: Waiting 13:25:38 25ad8b0a4227: Waiting 13:25:38 461d9e800cba: Waiting 13:25:38 db01528c6b51: Waiting 13:25:38 28988de357af: Waiting 13:25:38 80192f66455f: Waiting 13:25:38 2e8e34ca0e6c: Waiting 13:25:38 6bf1a483ea7c: Verifying Checksum 13:25:38 6bf1a483ea7c: Download complete 13:25:38 461d9e800cba: Verifying Checksum 13:25:38 461d9e800cba: Download complete 13:25:38 80192f66455f: Verifying Checksum 13:25:38 80192f66455f: Download complete 13:25:38 f5dfc541a4d3: Download complete 13:25:38 3dae71ba6b94: Verifying Checksum 13:25:38 3dae71ba6b94: Download complete 13:25:38 923cac83aea3: Verifying Checksum 13:25:38 923cac83aea3: Download complete 13:25:38 25ad8b0a4227: Verifying Checksum 13:25:38 25ad8b0a4227: Download complete 13:25:38 db01528c6b51: Download complete 13:25:38 28988de357af: Verifying Checksum 13:25:38 28988de357af: Download complete 13:25:39 a29436f7fd5d: Verifying Checksum 13:25:39 a29436f7fd5d: Download complete 13:25:39 2e8e34ca0e6c: Verifying Checksum 13:25:39 2e8e34ca0e6c: Download complete 13:25:40 3dae71ba6b94: Pull complete 13:25:40 6bf1a483ea7c: Pull complete 13:25:41 f5dfc541a4d3: Pull complete 13:25:41 461d9e800cba: Pull complete 13:25:41 80192f66455f: Pull complete 13:25:46 2e8e34ca0e6c: Pull complete 13:25:46 a29436f7fd5d: Pull complete 13:25:46 923cac83aea3: Pull complete 13:25:46 25ad8b0a4227: Pull complete 13:25:46 db01528c6b51: Pull complete 13:25:46 28988de357af: Pull complete 13:25:46 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 13:25:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:25:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:25:47 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:25:47 $ 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 13:25:50 $ docker top 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 -eo pid,comm 13:25:50 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). 13:25:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:25:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:25:50 [ssh-agent] Looking for ssh-agent implementation... 13:25:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:25:50 $ docker exec 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent 13:25:50 SSH_AUTH_SOCK=/tmp/ssh-YNgWxrCkCbRz/agent.32 13:25:50 SSH_AGENT_PID=38 13:25:50 Running ssh-add (command line suppressed) 13:25:50 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10392683212361222451.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10392683212361222451.key) 13:25:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:25:50 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] sh 13:25:51 + git tag --points-at HEAD [Pipeline] } 13:25:51 $ docker exec --env ******** --env ******** 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent -k 13:25:51 unset SSH_AUTH_SOCK; 13:25:51 unset SSH_AGENT_PID; 13:25:51 echo Agent pid 38 killed; 13:25:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:25:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:25:51 [ssh-agent] Looking for ssh-agent implementation... 13:25:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:25:51 $ docker exec 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent 13:25:51 SSH_AUTH_SOCK=/tmp/ssh-8NIqxTwFjDCt/agent.85 13:25:51 SSH_AGENT_PID=91 13:25:51 Running ssh-add (command line suppressed) 13:25:51 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_966367621339903646.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_966367621339903646.key) 13:25:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:25:51 + git semver init 13:25:52 2025-10-31 13:25:52,150 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:25:52 2025-10-31 13:25:52,154 [run_init] DEBUG init version:0.0.0 force:False 13:25:52 2025-10-31 13:25:52,154 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 13:25:52 2025-10-31 13:25:52,155 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 13:25:52 2025-10-31 13:25:52,155 [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, stdin=None, shell=False, universal_newlines=False) 13:25:53 2025-10-31 13:25:53,341 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 13:25:53 2025-10-31 13:25:53,341 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 13:25:53 2025-10-31 13:25:53,341 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:25:53 2025-10-31 13:25:53,342 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:25:53 4.1.0-dev.1 [Pipeline] } 13:25:53 $ docker exec --env ******** --env ******** 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent -k 13:25:53 unset SSH_AUTH_SOCK; 13:25:53 unset SSH_AGENT_PID; 13:25:53 echo Agent pid 91 killed; 13:25:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:25:54 + git semver [Pipeline] } 13:25:54 $ docker stop --time=1 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 13:25:55 $ docker rm -f --volumes 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 [Pipeline] // withDockerContainer [Pipeline] sh 13:25:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:25:56 Stashed 1 file(s) [Pipeline] echo 13:25:56 [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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 13:25:56 provisioning config files... 13:25:56 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6681850952639208643tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:25:56 ---> ****-login.sh 13:25:56 nexus3.edgexfoundry.org:10001 13:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:56 Login Succeeded 13:25:56 nexus3.edgexfoundry.org:10002 13:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:56 Login Succeeded 13:25:56 nexus3.edgexfoundry.org:10003 13:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:57 Login Succeeded 13:25:57 nexus3.edgexfoundry.org:10004 13:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:57 Login Succeeded 13:25:57 ****.io 13:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:25:57 Login Succeeded 13:25:57 ---> ****-login.sh ends [Pipeline] } 13:25:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:25:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:25:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:25:57 ========================================================= 13:25:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 13:25:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:25:57 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 13:25:58 #0 building with "default" instance using docker driver 13:25:58 13:25:58 #1 [internal] load build definition from Dockerfile 13:25:58 #1 transferring dockerfile: 1.76kB done 13:25:58 #1 DONE 0.0s 13:25:58 13:25:58 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 13:25:58 #2 DONE 0.1s 13:25:58 13:25:58 #3 [internal] load .dockerignore 13:25:58 #3 transferring context: 159B done 13:25:58 #3 DONE 0.0s 13:25:58 13:25:58 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 13:25:58 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 0.0s done 13:25:58 #4 sha256:e619c034af25ffb08a59e3d21d0a7192d7f81c386b9b29c1cddcb8a08924c0fc 4.10kB / 4.10kB done 13:25:58 #4 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.1s 13:25:58 #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 4.71MB / 74.07MB 0.1s 13:25:58 #4 sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 126B / 126B 0.1s done 13:25:58 #4 sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 685B / 685B done 13:25:58 #4 sha256:e9f2598a937cac3435c96fcb14b1e3d8b17fea31e22d96e7608136a0e552f374 2.08kB / 2.08kB done 13:25:58 #4 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 282.45kB / 282.45kB 0.0s done 13:25:58 #4 ... 13:25:58 13:25:58 #5 [internal] load build context 13:25:58 #5 transferring context: 11.85MB 0.2s done 13:25:58 #5 DONE 0.2s 13:25:58 13:25:58 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 13:25:58 #4 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.1s done 13:25:58 #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 11.53MB / 74.07MB 0.2s 13:25:58 #4 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.1s 13:25:58 #4 sha256:063b4f904bf53f94bbc1d3ba0507ed296dadd679ec1b747dff8dfbd06e245cce 440B / 440B 0.2s done 13:25:58 #4 sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 0B / 2.38MB 0.2s 13:25:58 #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 0B / 113.25MB 0.2s 13:25:58 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 13:25:58 #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 25.17MB / 74.07MB 0.3s 13:25:58 #4 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.2s done 13:25:58 #4 sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 2.38MB / 2.38MB 0.2s done 13:25:58 #4 sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 0B / 13.30MB 0.3s 13:25:58 #4 extracting sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 0.1s done 13:25:59 #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 56.90MB / 74.07MB 0.5s 13:25:59 #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 29.36MB / 113.25MB 0.5s 13:25:59 #4 sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 7.34MB / 13.30MB 0.4s 13:25:59 #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 0.7s 13:25:59 #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 61.87MB / 113.25MB 0.7s 13:25:59 #4 sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 13.30MB / 13.30MB 0.5s done 13:25:59 #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 84.93MB / 113.25MB 0.8s 13:25:59 #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 0.9s done 13:25:59 #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 109.14MB / 113.25MB 0.9s 13:25:59 #4 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 13:26:00 #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 113.25MB / 113.25MB 1.2s done 13:26:05 #4 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 4.8s done 13:26:05 #4 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 13:26:05 #4 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 done 13:26:05 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 13:26:05 #4 extracting sha256:063b4f904bf53f94bbc1d3ba0507ed296dadd679ec1b747dff8dfbd06e245cce done 13:26:05 #4 extracting sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 13:26:05 #4 extracting sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 0.0s done 13:26:05 #4 extracting sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 0.1s 13:26:08 #4 extracting sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 3.5s done 13:26:08 #4 extracting sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 0.1s 13:26:09 #4 extracting sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 0.6s done 13:26:09 #4 DONE 10.6s 13:26:09 13:26:09 #6 [builder 2/7] RUN apk add --update --no-cache make git 13:26:09 #6 0.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 13:26:09 #6 0.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 13:26:09 #6 0.576 OK: 265 MiB in 60 packages 13:26:11 Still waiting to schedule task 13:26:11 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-772188’ 13:26:13 #6 DONE 4.6s 13:26:13 13:26:13 #7 [builder 3/7] WORKDIR /app 13:26:13 #7 DONE 0.0s 13:26:13 13:26:13 #8 [builder 4/7] COPY go.mod vendor* ./ 13:26:13 #8 DONE 0.0s 13:26:13 13:26:13 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:26:40 #9 DONE 23.0s 13:26:40 13:26:40 #10 [builder 6/7] COPY . . 13:26:40 #10 DONE 0.2s 13:26:40 13:26:40 #11 [builder 7/7] RUN echo noop 13:26:40 #11 0.203 noop 13:26:40 #11 DONE 0.2s 13:26:40 13:26:40 #12 exporting to image 13:26:40 #12 exporting layers 13:26:45 #12 exporting layers 7.7s done 13:26:45 #12 writing image sha256:0f3f0216892ddd5db01cf11adf95c42b866a20592791a0e1fc5edbd7413f7d05 done 13:26:45 #12 naming to docker.io/library/ci-base-image-x86_64 done 13:26:45 #12 DONE 7.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:46 + docker inspect -f . ci-base-image-x86_64 13:26:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:26:46 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:26:46 $ 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 13:26:46 $ docker top bc9c563037d4b13e7203e47d1df7813ea4c904c4cfe468d7ffa7f13023628e06 -eo pid,comm [Pipeline] { [Pipeline] sh 13:26:46 + go version 13:26:46 go version go1.23.12 linux/amd64 [Pipeline] } 13:26:46 $ docker stop --time=1 bc9c563037d4b13e7203e47d1df7813ea4c904c4cfe468d7ffa7f13023628e06 13:26:48 $ docker rm -f --volumes bc9c563037d4b13e7203e47d1df7813ea4c904c4cfe468d7ffa7f13023628e06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:48 + docker inspect -f . ci-base-image-x86_64 13:26:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:26:48 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:26:48 $ 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 13:26:49 $ docker top a6069e6d23be9ec24f248ef1ec1b73b498a8100c512cc39427c007222c65e384 -eo pid,comm [Pipeline] { [Pipeline] sh 13:26:49 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 13:26:49 + make test 13:26:49 go test -race -coverprofile=coverage.out ./... 13:27:28 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 13:27:28 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 13:27:28 github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks coverage: 0.0% of statements 13:27:28 github.com/edgexfoundry/app-record-replay coverage: 0.0% of statements 13:27:28 ok github.com/edgexfoundry/app-record-replay/internal/app 1.026s coverage: 88.0% of statements 13:27:36 ok github.com/edgexfoundry/app-record-replay/internal/application 9.596s coverage: 98.7% of statements 13:27:36 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.083s coverage: 89.7% of statements 13:27:36 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.024s coverage: 100.0% of statements 13:27:36 running golangci-lint 13:27:36 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 13:27:36 go version go1.23.12 linux/amd64 13:27:36 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 13:27:36 level=info msg="[config_reader] Used config file .golangci.yml" 13:27:36 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 13:27:58 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|imports|name|deps|files) took 22.500259649s" 13:27:58 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 4.076624ms" 13:28:10 level=info msg="[linters_context/goanalysis] analyzers took 56.135659132s with top 10 stages: buildir: 46.365887221s, inspect: 2.210916872s, printf: 1.430454162s, fact_deprecated: 1.414490365s, ctrlflow: 1.166725745s, fact_purity: 865.73349ms, nilness: 799.218703ms, typedness: 516.691135ms, SA5012: 492.342327ms, tokenfileanalyzer: 272.994713ms" 13:28:10 level=info msg="[runner] Issues before processing: 10, after processing: 0" 13:28:10 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 10/10, path_prettifier: 10/10, cgo: 10/10, invalid_issue: 10/10, exclude-rules: 10/0, skip_files: 10/10, skip_dirs: 10/10, identifier_marker: 10/10, exclude: 10/10, autogenerated_exclude: 10/10" 13:28:10 level=info msg="[runner] processing took 873.39µs with stages: identifier_marker: 458.195µs, autogenerated_exclude: 154.602µs, exclude-rules: 101.911µs, path_prettifier: 87.091µs, skip_dirs: 53.771µs, cgo: 4.16µs, invalid_issue: 3.15µs, filename_unadjuster: 2.13µs, nolint: 1.53µs, max_same_issues: 1.37µs, uniq_by_line: 880ns, fixer: 650ns, max_from_linter: 630ns, diff: 500ns, severity-rules: 490ns, skip_files: 460ns, sort_results: 440ns, exclude: 400ns, source_code: 280ns, path_shortener: 260ns, max_per_file_from_linter: 250ns, path_prefixer: 240ns" 13:28:10 level=info msg="[runner] linters took 11.43340051s with stages: goanalysis_metalinter: 11.432361638s" 13:28:10 level=info msg="File cache stats: 0 entries of total size 0B" 13:28:10 level=info msg="Memory: 341 samples, avg is 235.2MB, max is 1023.2MB" 13:28:10 level=info msg="Execution took 33.946602975s" 13:28:10 go vet ./... 13:28:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:28:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:28:15 ./bin/test-attribution-txt.sh 13:28:15 An attribution for github.com/blang/semver/v4 is missing from Attribution.txt, please add [Pipeline] echo 13:28:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 13:28:16 $ docker stop --time=1 a6069e6d23be9ec24f248ef1ec1b73b498a8100c512cc39427c007222c65e384 13:28:18 $ docker rm -f --volumes a6069e6d23be9ec24f248ef1ec1b73b498a8100c512cc39427c007222c65e384 [Pipeline] // withDockerContainer [Pipeline] sh 13:28:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:28:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:28:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:28:20 + ls -al . 13:28:20 total 264 13:28:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 31 13:26 . 13:28:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 13:25 .. 13:28:20 -rw-rw-r-- 1 jenkins jenkins 119 Oct 31 13:25 .dockerignore 13:28:20 drwxrwxr-x 8 jenkins jenkins 4096 Oct 31 13:27 .git 13:28:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:25 .github 13:28:20 -rw-rw-r-- 1 jenkins jenkins 102 Oct 31 13:25 .gitignore 13:28:20 -rw-rw-r-- 1 jenkins jenkins 41 Oct 31 13:25 .golangci.yml 13:28:20 drwxr-xr-x 3 jenkins jenkins 4096 Oct 31 13:25 .semver 13:28:20 -rw-rw-r-- 1 jenkins jenkins 16870 Oct 31 13:25 Attribution.txt 13:28:20 -rw-rw-r-- 1 jenkins jenkins 1552 Oct 31 13:25 CHANGELOG.md 13:28:20 -rw-rw-r-- 1 jenkins jenkins 1726 Oct 31 13:25 Dockerfile 13:28:20 -rw-rw-r-- 1 jenkins jenkins 677 Oct 31 13:25 GOVERNANCE.md 13:28:20 -rw-rw-r-- 1 jenkins jenkins 704 Oct 31 13:25 Jenkinsfile 13:28:20 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 31 13:25 LICENSE 13:28:20 -rw-rw-r-- 1 jenkins jenkins 3851 Oct 31 13:25 Makefile 13:28:20 -rw-rw-r-- 1 jenkins jenkins 611 Oct 31 13:25 OWNERS.md 13:28:20 -rw-rw-r-- 1 jenkins jenkins 4107 Oct 31 13:25 README.md 13:28:20 -rw-rw-r-- 1 jenkins jenkins 7789 Oct 31 13:25 Record and Reply.postman_collection.json 13:28:20 -rw-rw-r-- 1 jenkins jenkins 11 Oct 31 13:25 VERSION 13:28:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:25 bin 13:28:20 -rw-r--r-- 1 jenkins jenkins 34247 Oct 31 13:27 coverage.out 13:28:20 -rw-rw-r-- 1 jenkins jenkins 6673 Oct 31 13:25 go.mod 13:28:20 -rw-rw-r-- 1 jenkins jenkins 88144 Oct 31 13:25 go.sum 13:28:20 drwxrwxr-x 7 jenkins jenkins 4096 Oct 31 13:25 internal 13:28:20 -rw-rw-r-- 1 jenkins jenkins 913 Oct 31 13:25 main.go 13:28:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:25 openapi 13:28:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:25 pkg 13:28:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:25 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:20 + 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=d2ba150c641a4b55954188eaa6e5ea65517ce64a --label arch=amd64 --label version=4.1.0-dev.1 . 13:28:20 #0 building with "default" instance using docker driver 13:28:20 13:28:20 #1 [internal] load build definition from Dockerfile 13:28:20 #1 transferring dockerfile: 1.76kB done 13:28:20 #1 DONE 0.0s 13:28:20 13:28:20 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 13:28:20 #2 DONE 0.0s 13:28:20 13:28:20 #3 [internal] load metadata for docker.io/library/alpine:3.22 13:28:20 #3 DONE 0.1s 13:28:20 13:28:20 #4 [internal] load .dockerignore 13:28:20 #4 transferring context: 159B done 13:28:20 #4 DONE 0.0s 13:28:20 13:28:20 #5 [internal] load build context 13:28:20 #5 transferring context: 38.61kB 0.0s done 13:28:20 #5 DONE 0.0s 13:28:20 13:28:20 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 13:28:20 #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 13:28:20 #6 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 13:28:20 #6 ... 13:28:20 13:28:20 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 13:28:20 #7 DONE 0.1s 13:28:20 13:28:20 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 13:28:20 #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 13:28:20 #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 13:28:20 #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 13:28:20 #6 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 13:28:21 #6 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done 13:28:21 #6 DONE 0.3s 13:28:21 13:28:21 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:28:21 #8 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 13:28:21 #8 0.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 13:28:21 #8 0.602 (1/2) Installing ca-certificates (20250911-r0) 13:28:21 #8 ... 13:28:21 13:28:21 #9 [builder 2/7] RUN apk add --update --no-cache make git 13:28:21 #9 0.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 13:28:21 #9 0.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 13:28:21 #9 0.686 OK: 265 MiB in 60 packages 13:28:21 #9 DONE 0.8s 13:28:21 13:28:21 #10 [builder 3/7] WORKDIR /app 13:28:21 #10 DONE 0.0s 13:28:21 13:28:21 #11 [builder 4/7] COPY go.mod vendor* ./ 13:28:21 #11 DONE 0.1s 13:28:21 13:28:21 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:28:21 #8 0.627 (2/2) Installing dumb-init (1.2.5-r3) 13:28:21 #8 0.633 Executing busybox-1.37.0-r19.trigger 13:28:21 #8 0.645 Executing ca-certificates-20250911-r0.trigger 13:28:21 #8 0.699 OK: 8 MiB in 18 packages 13:28:21 #8 DONE 0.8s 13:28:21 13:28:21 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:28:22 #12 DONE 0.6s 13:28:22 13:28:22 #13 [stage-1 3/7] RUN apk --no-cache upgrade 13:28:22 #13 0.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 13:28:22 #13 0.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 13:28:22 #13 ... 13:28:22 13:28:22 #14 [builder 6/7] COPY . . 13:28:22 #14 DONE 0.1s 13:28:22 13:28:22 #13 [stage-1 3/7] RUN apk --no-cache upgrade 13:28:22 #13 0.692 OK: 8 MiB in 18 packages 13:28:22 #13 DONE 0.8s 13:28:22 13:28:22 #15 [builder 7/7] RUN make build 13:28:22 #15 0.204 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-record-replay 13:28:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-772217 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 13:28:42 Running in /w/workspace/app-record-replay/112 [Pipeline] { [Pipeline] checkout 13:28:45 Selected Git installation does not exist. Using Default 13:28:45 The recommended git tool is: NONE 13:28:49 #15 DONE 24.3s 13:28:49 13:28:49 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 13:28:49 #16 DONE 0.0s 13:28:49 13:28:49 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 13:28:49 #17 DONE 0.0s 13:28:49 13:28:49 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 13:28:49 #18 DONE 0.0s 13:28:49 13:28:49 #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay 13:28:49 #19 DONE 0.2s 13:28:49 13:28:49 #20 exporting to image 13:28:49 #20 exporting layers 0.1s done 13:28:49 #20 writing image sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done 13:28:49 #20 naming to docker.io/library/app-record-replay done 13:28:49 #20 DONE 0.1s 13:28:49 13:28:49 1 warning found (use docker --debug to expand): 13:28:49  - UndefinedVar: Usage of undefined variable '$VERSION' (line 40) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:28:49 provisioning config files... 13:28:49 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13923722675735475805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:28:49 ---> ****-login.sh 13:28:49 nexus3.edgexfoundry.org:10001 13:28:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:49 Login Succeeded 13:28:49 nexus3.edgexfoundry.org:10002 13:28:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:49 Login Succeeded 13:28:49 nexus3.edgexfoundry.org:10003 13:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:50 Login Succeeded 13:28:50 nexus3.edgexfoundry.org:10004 13:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:50 Login Succeeded 13:28:50 ****.io 13:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:50 Login Succeeded 13:28:50 ---> ****-login.sh ends [Pipeline] } 13:28:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:28:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:28:50 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 13:28:50 d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:28:50 latest 13:28:50 4.1.0-dev.1 13:28:50 d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:28:50 main 13:28:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:50 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:51 using credential edgex-jenkins-ssh 13:28:51 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:28:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 13:28:51 efbb6970890c: Preparing 13:28:51 5a8db1c8e368: Preparing 13:28:51 4e0d05b1218a: Preparing 13:28:51 a22d873d0c25: Preparing 13:28:51 df46c4efef13: Preparing 13:28:51 1e838f481f1f: Preparing 13:28:51 256f393e029f: Preparing 13:28:51 1e838f481f1f: Waiting 13:28:51 256f393e029f: Waiting 13:28:51 a22d873d0c25: Pushed 13:28:51 5a8db1c8e368: Pushed 13:28:51 4e0d05b1218a: Pushed 13:28:51 df46c4efef13: Pushed 13:28:51 256f393e029f: Layer already exists 13:28:51 Cloning the remote Git repository 13:28:51 1e838f481f1f: Pushed 13:28:51 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 13:28:51 > git init /w/workspace/app-record-replay/112 # timeout=10 13:28:51 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 13:28:51 > git --version # timeout=10 13:28:51 > git --version # 'git version 2.25.1' 13:28:51 using GIT_SSH to set credentials SSH Credentials for GitHub 13:28:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:28:54 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 13:28:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:28:54 efbb6970890c: Pushed 13:28:54 d2ba150c641a4b55954188eaa6e5ea65517ce64a: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:55 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 13:28:55 Avoid second fetch 13:28:55 Checking out Revision d2ba150c641a4b55954188eaa6e5ea65517ce64a (main) [Pipeline] sh 13:28:55 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 13:28:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 13:28:55 efbb6970890c: Preparing 13:28:55 5a8db1c8e368: Preparing 13:28:55 4e0d05b1218a: Preparing 13:28:55 a22d873d0c25: Preparing 13:28:55 df46c4efef13: Preparing 13:28:55 1e838f481f1f: Preparing 13:28:55 256f393e029f: Preparing 13:28:55 256f393e029f: Waiting 13:28:55 1e838f481f1f: Waiting 13:28:55 5a8db1c8e368: Layer already exists 13:28:55 df46c4efef13: Layer already exists 13:28:55 a22d873d0c25: Layer already exists 13:28:55 efbb6970890c: Layer already exists 13:28:55 4e0d05b1218a: Layer already exists 13:28:55 1e838f481f1f: Layer already exists 13:28:55 256f393e029f: Layer already exists 13:28:55 latest: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:55 > git config core.sparsecheckout # timeout=10 13:28:55 > git checkout -f d2ba150c641a4b55954188eaa6e5ea65517ce64a # timeout=10 13:28:55 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:56 Commit message: "Merge pull request #182 from FelixTing/bump-alpine-3.22" 13:28:56 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 13:28:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 13:28:56 efbb6970890c: Preparing 13:28:56 5a8db1c8e368: Preparing 13:28:56 4e0d05b1218a: Preparing 13:28:56 a22d873d0c25: Preparing 13:28:56 df46c4efef13: Preparing 13:28:56 1e838f481f1f: Preparing 13:28:56 256f393e029f: Preparing 13:28:56 1e838f481f1f: Waiting 13:28:56 256f393e029f: Waiting 13:28:56 df46c4efef13: Layer already exists 13:28:56 efbb6970890c: Layer already exists 13:28:56 5a8db1c8e368: Layer already exists 13:28:56 a22d873d0c25: Layer already exists 13:28:56 4e0d05b1218a: Layer already exists 13:28:56 1e838f481f1f: Layer already exists 13:28:56 256f393e029f: Layer already exists 13:28:56 4.1.0-dev.1: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:56 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:56 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:28:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 13:28:56 efbb6970890c: Preparing 13:28:56 5a8db1c8e368: Preparing 13:28:56 4e0d05b1218a: Preparing 13:28:56 a22d873d0c25: Preparing 13:28:56 df46c4efef13: Preparing 13:28:56 1e838f481f1f: Preparing 13:28:56 256f393e029f: Preparing 13:28:56 256f393e029f: Waiting 13:28:56 1e838f481f1f: Waiting 13:28:56 df46c4efef13: Layer already exists 13:28:56 a22d873d0c25: Layer already exists 13:28:56 5a8db1c8e368: Layer already exists 13:28:56 4e0d05b1218a: Layer already exists 13:28:56 efbb6970890c: Layer already exists 13:28:56 256f393e029f: Layer already exists 13:28:56 1e838f481f1f: Layer already exists 13:28:56 d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:57 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:57 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 13:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 13:28:57 efbb6970890c: Preparing 13:28:57 5a8db1c8e368: Preparing 13:28:57 4e0d05b1218a: Preparing 13:28:57 a22d873d0c25: Preparing 13:28:57 df46c4efef13: Preparing 13:28:57 1e838f481f1f: Preparing 13:28:57 256f393e029f: Preparing 13:28:57 256f393e029f: Waiting 13:28:57 1e838f481f1f: Waiting 13:28:57 5a8db1c8e368: Layer already exists 13:28:57 efbb6970890c: Layer already exists 13:28:57 df46c4efef13: Layer already exists 13:28:57 a22d873d0c25: Layer already exists 13:28:57 4e0d05b1218a: Layer already exists 13:28:57 256f393e029f: Layer already exists 13:28:57 1e838f481f1f: Layer already exists 13:28:57 main: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:28:57 ===================================================== [Pipeline] echo 13:28:57 taggedImages: 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] echo 13:28:57 ========================================================= 13:28:57 [edgeXBuildMultiArch] RAW Config: 13:28:57 images: 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:28:57 - nexus3.edgexfoundry.org:10004/app-record-replay:main 13:28:57 settingsFile: 13:28:57 app-record-replay-settings 13:28:57 ========================================================= [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:29:00 provisioning config files... 13:29:00 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/112@tmp/config17203651024109974810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:29:01 ---> ****-login.sh 13:29:01 nexus3.edgexfoundry.org:10001 13:29:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:29:01 Configure a credential helper to remove this warning. See 13:29:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:29:01 13:29:01 Login Succeeded 13:29:01 nexus3.edgexfoundry.org:10002 13:29:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:29:02 Configure a credential helper to remove this warning. See 13:29:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:29:02 13:29:02 Login Succeeded 13:29:02 nexus3.edgexfoundry.org:10003 13:29:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:29:02 Configure a credential helper to remove this warning. See 13:29:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:29:02 13:29:02 Login Succeeded 13:29:02 nexus3.edgexfoundry.org:10004 13:29:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:29:03 Configure a credential helper to remove this warning. See 13:29:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:29:03 13:29:03 Login Succeeded 13:29:03 ****.io 13:29:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:29:03 Configure a credential helper to remove this warning. See 13:29:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:29:03 13:29:03 Login Succeeded 13:29:03 ---> ****-login.sh ends [Pipeline] } 13:29:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:29:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:29:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:29:04 ========================================================= 13:29:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 13:29:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:04 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 13:29:05 Sending build context to Docker daemon 322kB 13:29:05 Step 1/12 : ARG BASE=golang:1.23-alpine3.22 13:29:05 Step 2/12 : FROM ${BASE} AS builder 13:29:05 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:29:05 6e174226ea69: Pulling fs layer 13:29:05 7d1a427e917c: Pulling fs layer 13:29:05 382d65ac76eb: Pulling fs layer 13:29:05 13eebdc497b7: Pulling fs layer 13:29:05 4f4fb700ef54: Pulling fs layer 13:29:05 06715773e931: Pulling fs layer 13:29:05 7fa9dde3b271: Pulling fs layer 13:29:05 d57d563a94ed: Pulling fs layer 13:29:05 06715773e931: Waiting 13:29:05 7fa9dde3b271: Waiting 13:29:05 d57d563a94ed: Waiting 13:29:05 13eebdc497b7: Waiting 13:29:05 4f4fb700ef54: Waiting 13:29:05 7d1a427e917c: Download complete 13:29:05 13eebdc497b7: Verifying Checksum 13:29:05 13eebdc497b7: Download complete 13:29:05 4f4fb700ef54: Verifying Checksum 13:29:05 4f4fb700ef54: Download complete 13:29:05 06715773e931: Verifying Checksum 13:29:05 06715773e931: Download complete 13:29:05 6e174226ea69: Verifying Checksum 13:29:05 6e174226ea69: Download complete 13:29:05 d57d563a94ed: Verifying Checksum 13:29:05 d57d563a94ed: Download complete 13:29:06 6e174226ea69: Pull complete 13:29:07 7d1a427e917c: Pull complete 13:29:07 382d65ac76eb: Verifying Checksum 13:29:07 382d65ac76eb: Download complete 13:29:08 7fa9dde3b271: Verifying Checksum 13:29:08 7fa9dde3b271: Download complete 13:29:12 Still waiting to schedule task 13:29:12 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-772223’ 13:29:23 382d65ac76eb: Pull complete 13:29:23 13eebdc497b7: Pull complete 13:29:23 4f4fb700ef54: Pull complete 13:29:23 06715773e931: Pull complete 13:29:32 7fa9dde3b271: Pull complete 13:29:34 d57d563a94ed: Pull complete 13:29:34 Digest: sha256:4fa25c0866557c2fe486be650b860b3e094b154ce580a08ea32adae8d957cdec 13:29:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 13:29:34 ---> 43a1c90cae9b 13:29:34 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 13:29:36 ---> Running in d457eca24a24 13:29:36 Removing intermediate container d457eca24a24 13:29:36 ---> 6dd238d73c3a 13:29:36 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:29:36 ---> Running in bdafcbe44f33 13:29:36 Removing intermediate container bdafcbe44f33 13:29:36 ---> d36dc21ef06d 13:29:36 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:29:37 ---> Running in 0d84af420b5f 13:29:37 Removing intermediate container 0d84af420b5f 13:29:37 ---> 493e82dc7d52 13:29:37 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:29:37 ---> Running in 89a55a1bcdfc 13:29:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 13:29:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 13:29:41 OK: 255 MiB in 60 packages 13:29:42 Removing intermediate container 89a55a1bcdfc 13:29:42 ---> 6461de82f645 13:29:42 Step 7/12 : WORKDIR /app 13:29:42 ---> Running in c9a020a5dbe6 13:29:43 Removing intermediate container c9a020a5dbe6 13:29:43 ---> 4d9c066bc821 13:29:43 Step 8/12 : COPY go.mod vendor* ./ 13:29:43 ---> eeb18f740dd9 13:29:43 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:29:43 ---> Running in 841a4436311e 13:30:55 Running on prd-centos7-docker-4c-2g-772230 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:30:55 provisioning config files... 13:30:55 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17300335172256944040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:30:59 ---> ****-login.sh 13:30:59 nexus3.edgexfoundry.org:10001 13:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:30:59 Configure a credential helper to remove this warning. See 13:30:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:30:59 13:30:59 Login Succeeded 13:30:59 nexus3.edgexfoundry.org:10002 13:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:30:59 Configure a credential helper to remove this warning. See 13:30:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:30:59 13:30:59 Login Succeeded 13:30:59 nexus3.edgexfoundry.org:10003 13:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:30:59 Configure a credential helper to remove this warning. See 13:30:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:30:59 13:30:59 Login Succeeded 13:30:59 nexus3.edgexfoundry.org:10004 13:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:31:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:31:00 Configure a credential helper to remove this warning. See 13:31:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:31:00 13:31:00 Login Succeeded 13:31:00 ****.io 13:31:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:31:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:31:00 Configure a credential helper to remove this warning. See 13:31:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:31:00 13:31:00 Login Succeeded 13:31:00 ---> ****-login.sh ends [Pipeline] } 13:31:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:31:00 + docker buildx ls 13:31:00 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 13:31:00 default * docker 13:31:00 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 13:31:00 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 13:31:00 edgex-builder [Pipeline] sh 13:31:01 + docker buildx inspect --bootstrap 13:31:01 #1 [internal] booting buildkit 13:31:01 #1 pulling image moby/buildkit:buildx-stable-1 13:31:04 #1 pulling image moby/buildkit:buildx-stable-1 3.3s done 13:31:04 #1 creating container buildx_buildkit_edgex-builder0 13:31:05 #1 creating container buildx_buildkit_edgex-builder0 1.1s done 13:31:05 #1 DONE 4.4s 13:31:05 Name: edgex-builder 13:31:05 Driver: docker-container 13:31:05 13:31:05 Nodes: 13:31:05 Name: edgex-builder0 13:31:05 Endpoint: unix:///var/run/docker.sock 13:31:05 Status: running 13:31:05 Buildkit: v0.25.1 13:31:05 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 13:31:05 + docker buildx ls 13:31:05 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 13:31:05 edgex-builder * docker-container 13:31:05 edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 13:31:05 default docker 13:31:05 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 13:31:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a' 13:31:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a --push - 13:31:06 #1 [internal] load build definition from Dockerfile 13:31:06 #1 transferring dockerfile: 202B done 13:31:06 #1 DONE 0.0s 13:31:06 13:31:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:31:06 #2 DONE 0.1s 13:31:06 13:31:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:31:06 #3 DONE 0.1s 13:31:06 13:31:06 #4 [internal] load .dockerignore 13:31:06 #4 transferring context: 2B done 13:31:06 #4 DONE 0.0s 13:31:06 13:31:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:06 #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:06 #5 DONE 0.0s 13:31:06 13:31:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:06 #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:06 #6 DONE 0.1s 13:31:06 13:31:06 #7 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 13:31:06 #7 DONE 0.0s 13:31:06 13:31:06 #8 exporting to image 13:31:06 #8 exporting layers done 13:31:06 #8 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done 13:31:06 #8 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done 13:31:06 #8 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done 13:31:06 #8 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done 13:31:06 #8 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done 13:31:06 #8 pushing layers 0.1s done 13:31:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 13:31:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:31:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done 13:31:06 #8 DONE 0.2s 13:31:06 13:31:06 1 warning found (use --debug to expand): 13:31:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:31:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest' 13:31:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:latest --push - 13:31:07 #1 [internal] load build definition from Dockerfile 13:31:07 #1 transferring dockerfile: 168B done 13:31:07 #1 DONE 0.0s 13:31:07 13:31:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:latest 13:31:07 #2 DONE 0.0s 13:31:07 13:31:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:latest 13:31:07 #3 DONE 0.0s 13:31:07 13:31:07 #4 [internal] load .dockerignore 13:31:07 #4 transferring context: 2B done 13:31:07 #4 DONE 0.0s 13:31:07 13:31:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:07 #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:07 #5 DONE 0.0s 13:31:07 13:31:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:07 #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:07 #6 CACHED 13:31:07 13:31:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:07 #5 CACHED 13:31:07 13:31:07 #7 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 13:31:07 #7 DONE 0.0s 13:31:07 13:31:07 #8 exporting to image 13:31:07 #8 exporting layers done 13:31:07 #8 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done 13:31:07 #8 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done 13:31:07 #8 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done 13:31:07 #8 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done 13:31:07 #8 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done 13:31:07 #8 pushing layers 0.0s done 13:31:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done 13:31:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:31:07 #8 DONE 0.1s 13:31:07 13:31:07 1 warning found (use --debug to expand): 13:31:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:31:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1' 13:31:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 --push - 13:31:07 #1 [internal] load build definition from Dockerfile 13:31:07 #1 transferring dockerfile: 173B done 13:31:07 #1 DONE 0.0s 13:31:07 13:31:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 13:31:07 #2 DONE 0.0s 13:31:07 13:31:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 13:31:07 #3 DONE 0.0s 13:31:07 13:31:07 #4 [internal] load .dockerignore 13:31:07 #4 transferring context: 2B done 13:31:07 #4 DONE 0.0s 13:31:07 13:31:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:07 #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:07 #5 CACHED 13:31:07 13:31:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:07 #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:07 #6 CACHED 13:31:07 13:31:07 #7 exporting to image 13:31:07 #7 exporting layers 13:31:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:31:07 #7 exporting layers done 13:31:07 #7 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done 13:31:07 #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done 13:31:07 #7 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done 13:31:07 #7 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done 13:31:07 #7 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done 13:31:07 #7 pushing layers 0.0s done 13:31:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done 13:31:07 #7 DONE 0.1s 13:31:07 13:31:07 #8 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 13:31:07 #8 DONE 0.0s 13:31:07 13:31:07 1 warning found (use --debug to expand): 13:31:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:31:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 --push - 13:31:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1' 13:31:08 #1 [internal] load build definition from Dockerfile 13:31:08 #1 transferring dockerfile: 214B done 13:31:08 #1 DONE 0.0s 13:31:08 13:31:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:31:08 #2 DONE 0.0s 13:31:08 13:31:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:31:08 #3 DONE 0.0s 13:31:08 13:31:08 #4 [internal] load .dockerignore 13:31:08 #4 transferring context: 2B done 13:31:08 #4 DONE 0.0s 13:31:08 13:31:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:08 #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:08 #5 CACHED 13:31:08 13:31:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:08 #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:08 #6 CACHED 13:31:08 13:31:08 #7 exporting to image 13:31:08 #7 exporting layers done 13:31:08 #7 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done 13:31:08 #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 13:31:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:31:08 #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done 13:31:08 #7 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done 13:31:08 #7 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done 13:31:08 #7 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done 13:31:08 #7 pushing layers 0.0s done 13:31:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done 13:31:08 #7 DONE 0.1s 13:31:08 13:31:08 #8 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 13:31:08 #8 DONE 0.0s 13:31:08 13:31:08 1 warning found (use --debug to expand): 13:31:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:31:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:main' 13:31:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:main --push - 13:31:08 #1 [internal] load build definition from Dockerfile 13:31:08 #1 transferring dockerfile: 166B done 13:31:08 #1 DONE 0.0s 13:31:08 13:31:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:main 13:31:08 #2 DONE 0.0s 13:31:08 13:31:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:main 13:31:08 #3 DONE 0.0s 13:31:08 13:31:08 #4 [internal] load .dockerignore 13:31:08 #4 transferring context: 2B done 13:31:08 #4 DONE 0.0s 13:31:08 13:31:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:08 #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:08 #5 CACHED 13:31:08 13:31:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 13:31:08 #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done 13:31:08 #6 CACHED 13:31:08 13:31:08 #7 exporting to image 13:31:08 #7 exporting layers done 13:31:08 #7 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done 13:31:08 #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 13:31:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:31:08 #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done 13:31:08 #7 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done 13:31:08 #7 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done 13:31:08 #7 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done 13:31:08 #7 pushing layers 0.0s done 13:31:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done 13:31:08 #7 DONE 0.1s 13:31:08 13:31:08 #8 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 13:31:08 #8 DONE 0.0s 13:31:08 13:31:08 1 warning found (use --debug to expand): 13:31:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 13:31:09 + '[' -d /w/workspace/exfoundry_app-record-replay_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 13:31:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:31:10 ---> package-listing.sh 13:31:10 ++ facter osfamily 13:31:10 ++ tr '[:upper:]' '[:lower:]' 13:31:10 + OS_FAMILY=redhat 13:31:10 + workspace=/w/workspace/exfoundry_app-record-replay_main 13:31:10 + START_PACKAGES=/tmp/packages_start.txt 13:31:10 + END_PACKAGES=/tmp/packages_end.txt 13:31:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:31:10 + PACKAGES=/tmp/packages_start.txt 13:31:10 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 13:31:10 + PACKAGES=/tmp/packages_end.txt 13:31:10 + case "${OS_FAMILY}" in 13:31:10 + sort 13:31:10 + rpm -qa 13:31:11 + '[' -f /tmp/packages_start.txt ']' 13:31:11 + '[' -f /tmp/packages_end.txt ']' 13:31:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:31:11 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 13:31:11 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 13:31:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 13:31:11 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 13:31:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:31:11 13:31:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:31:12 latest: Pulling from edgex-lftools-log-publisher 13:31:12 5eb5b503b376: Pulling fs layer 13:31:12 5c69ac0246d0: Pulling fs layer 13:31:12 ec43610c2a17: Pulling fs layer 13:31:12 3a2ae6a8a46f: Pulling fs layer 13:31:12 33b1e0a273af: Pulling fs layer 13:31:12 5d3b04190fa2: Pulling fs layer 13:31:12 2f39f015ded8: Pulling fs layer 13:31:12 3a2ae6a8a46f: Waiting 13:31:12 33b1e0a273af: Waiting 13:31:12 5d3b04190fa2: Waiting 13:31:12 2f39f015ded8: Waiting 13:31:12 5c69ac0246d0: Verifying Checksum 13:31:12 5c69ac0246d0: Download complete 13:31:12 3a2ae6a8a46f: Verifying Checksum 13:31:12 3a2ae6a8a46f: Download complete 13:31:12 ec43610c2a17: Verifying Checksum 13:31:12 ec43610c2a17: Download complete 13:31:12 33b1e0a273af: Verifying Checksum 13:31:12 33b1e0a273af: Download complete 13:31:12 5d3b04190fa2: Verifying Checksum 13:31:12 5d3b04190fa2: Download complete 13:31:12 5eb5b503b376: Verifying Checksum 13:31:12 5eb5b503b376: Download complete 13:31:13 2f39f015ded8: Verifying Checksum 13:31:13 2f39f015ded8: Download complete 13:31:13 5eb5b503b376: Pull complete 13:31:13 5c69ac0246d0: Pull complete 13:31:14 ec43610c2a17: Pull complete 13:31:14 3a2ae6a8a46f: Pull complete 13:31:14 33b1e0a273af: Pull complete 13:31:14 5d3b04190fa2: Pull complete 13:31:19 2f39f015ded8: Pull complete 13:31:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:31:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:31:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:20 prd-centos7-docker-4c-2g-772230 does not seem to be running inside a container 13:31:20 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:31:26 $ docker top 7281392e0d0ad42ab3835d083f3cec593ae1b0374d80a84fe3b26893a5942c7f -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:26 + touch /tmp/pre-build-complete [Pipeline] sh 13:31:27 + mkdir -p /var/log/sysstat [Pipeline] sh 13:31:27 + ls /var/log/sa-host 13:31:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:31:27 provisioning config files... 13:31:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17213913060520344621tmp [Pipeline] { [Pipeline] echo 13:31:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:31:27 ---> create-netrc.sh [Pipeline] } 13:31:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:31:28 ---> python-tools-install.sh [Pipeline] echo 13:31:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:31:28 ---> sudo-logs.sh 13:31:28 Archiving 'sudo' log.. 13:31:28 sudo: unable to resolve host prd-centos7-docker-4c-2g-772230.novalocal: Name or service not known 13:31:28 sudo: unable to resolve host prd-centos7-docker-4c-2g-772230.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 13:31:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:31:28 ---> job-cost.sh 13:31:28 lf-activate-venv: SKIPPING 13:31:28 INFO: No Stack... 13:31:29 INFO: Retrieving Pricing Info for: v3-standard-2 13:31:29 INFO: Archiving Costs [Pipeline] echo 13:31:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:31:29 ---> logs-deploy.sh 13:31:29 lf-activate-venv: SKIPPING 13:31:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/112 13:31:29 INFO: archiving workspace using pattern(s): 13:31:30 Archives upload complete. 13:31:30 INFO: archiving logs to Nexus 13:31:31 ---> uname -a: 13:31:31 Linux prd-centos7-docker-4c-2g-772230.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 13:31:31 13:31:31 13:31:31 ---> lscpu: 13:31:31 Architecture: x86_64 13:31:31 CPU op-mode(s): 32-bit, 64-bit 13:31:31 Byte Order: Little Endian 13:31:31 Address sizes: 40 bits physical, 48 bits virtual 13:31:31 CPU(s): 2 13:31:31 On-line CPU(s) list: 0,1 13:31:31 Thread(s) per core: 1 13:31:31 Core(s) per socket: 1 13:31:31 Socket(s): 2 13:31:31 NUMA node(s): 1 13:31:31 Vendor ID: AuthenticAMD 13:31:31 CPU family: 23 13:31:31 Model: 49 13:31:31 Model name: AMD EPYC-Rome Processor 13:31:31 Stepping: 0 13:31:31 CPU MHz: 2799.998 13:31:31 BogoMIPS: 5599.99 13:31:31 Virtualization: AMD-V 13:31:31 Hypervisor vendor: KVM 13:31:31 Virtualization type: full 13:31:31 L1d cache: 64 KiB 13:31:31 L1i cache: 64 KiB 13:31:31 L2 cache: 1 MiB 13:31:31 L3 cache: 32 MiB 13:31:31 NUMA node0 CPU(s): 0,1 13:31:31 Vulnerability Itlb multihit: Not affected 13:31:31 Vulnerability L1tf: Not affected 13:31:31 Vulnerability Mds: Not affected 13:31:31 Vulnerability Meltdown: Not affected 13:31:31 Vulnerability Mmio stale data: Not affected 13:31:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:31:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:31:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:31:31 Vulnerability Srbds: Not affected 13:31:31 Vulnerability Tsx async abort: Not affected 13:31:31 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 13:31:31 13:31:31 13:31:31 ---> nproc: 13:31:31 2 13:31:31 13:31:31 13:31:31 ---> df -h: 13:31:31 Filesystem Size Used Avail Use% Mounted on 13:31:31 overlay 40G 7.3G 33G 19% / 13:31:31 tmpfs 64M 0 64M 0% /dev 13:31:31 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 13:31:31 shm 64M 0 64M 0% /dev/shm 13:31:31 /dev/vda1 40G 7.3G 33G 19% /facter-os 13:31:31 13:31:31 13:31:31 Cannot open /var/log/sysstat/sa31: No such file or directory 13:31:31 Please check if data collecting is enabled 13:31:31 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:31:31 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 13:31:31 $ docker stop --time=1 7281392e0d0ad42ab3835d083f3cec593ae1b0374d80a84fe3b26893a5942c7f 13:31:32 $ docker rm -f --volumes 7281392e0d0ad42ab3835d083f3cec593ae1b0374d80a84fe3b26893a5942c7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 13:31:32 [WS-CLEANUP] Deleting project workspace... 13:31:32 [WS-CLEANUP] Deferred wipeout is used... 13:31:32 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:31:33 13:31:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:31:33 latest: Pulling from edgex-lftools-log-publisher 13:31:33 5eb5b503b376: Pulling fs layer 13:31:33 5c69ac0246d0: Pulling fs layer 13:31:33 ec43610c2a17: Pulling fs layer 13:31:33 3a2ae6a8a46f: Pulling fs layer 13:31:33 33b1e0a273af: Pulling fs layer 13:31:33 5d3b04190fa2: Pulling fs layer 13:31:33 2f39f015ded8: Pulling fs layer 13:31:33 3a2ae6a8a46f: Waiting 13:31:33 33b1e0a273af: Waiting 13:31:33 5d3b04190fa2: Waiting 13:31:33 2f39f015ded8: Waiting 13:31:33 5c69ac0246d0: Verifying Checksum 13:31:33 5c69ac0246d0: Download complete 13:31:33 3a2ae6a8a46f: Verifying Checksum 13:31:33 3a2ae6a8a46f: Download complete 13:31:33 33b1e0a273af: Verifying Checksum 13:31:33 33b1e0a273af: Download complete 13:31:33 5d3b04190fa2: Download complete 13:31:33 ec43610c2a17: Verifying Checksum 13:31:33 ec43610c2a17: Download complete 13:31:33 5eb5b503b376: Download complete 13:31:34 2f39f015ded8: Download complete 13:31:36 5eb5b503b376: Pull complete 13:31:36 5c69ac0246d0: Pull complete 13:31:36 ec43610c2a17: Pull complete 13:31:36 3a2ae6a8a46f: Pull complete 13:31:37 33b1e0a273af: Pull complete 13:31:37 5d3b04190fa2: Pull complete 13:31:43 2f39f015ded8: Pull complete 13:31:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:31:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:31:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:43 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:31:43 $ 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 13:31:45 $ docker top b79aaf62d03f8f0d0f9b2d062e29fbbd88287071cfccd1024fc95d211e2bbf3c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:31:46 ---> job-cost.sh 13:31:46 lf-activate-venv: SKIPPING 13:31:46 INFO: No Stack... 13:31:46 INFO: Retrieving Pricing Info for: v3-standard-8 13:31:47 INFO: Archiving Costs [Pipeline] sh 13:31:47 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 13:31:47 + cut -d, -f6 [Pipeline] lock 13:31:47 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] 13:31:47 Resource [jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] did not exist. Created. 13:31:47 Lock acquired on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:31:47 + echo total: 0.2199999988079071 [Pipeline] stash 13:31:47 Stashed 1 file(s) [Pipeline] } 13:31:47 Lock released on resource [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] // lock [Pipeline] } 13:31:47 $ docker stop --time=1 b79aaf62d03f8f0d0f9b2d062e29fbbd88287071cfccd1024fc95d211e2bbf3c 13:31:48 $ docker rm -f --volumes b79aaf62d03f8f0d0f9b2d062e29fbbd88287071cfccd1024fc95d211e2bbf3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:31:50 Removing intermediate container 841a4436311e 13:31:50 ---> fda376a93eed 13:31:50 Step 10/12 : COPY . . 13:31:50 ---> 81acbbdce183 13:31:50 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:31:50 ---> Running in 628ca22df859 13:31:50 Removing intermediate container 628ca22df859 13:31:50 ---> bd90e5e63a37 13:31:50 Step 12/12 : RUN $MAKE 13:31:50 ---> Running in 243cb48b4116 13:31:50 noop 13:31:50 Removing intermediate container 243cb48b4116 13:31:50 ---> 5f6436e4908d 13:31:50 Successfully built 5f6436e4908d 13:31:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:51 + docker inspect -f . ci-base-image-arm64 13:31:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:51 prd-ubuntu20.04-docker-arm64-4c-16g-772217 does not seem to be running inside a container 13:31:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/112 -v /w/workspace/app-record-replay/112:/w/workspace/app-record-replay/112:rw,z -v /w/workspace/app-record-replay/112@tmp:/w/workspace/app-record-replay/112@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 13:31:53 $ docker top 3769b9924cfa606a16bd0e4367e71c000c7f6796550a4fb73113f22379dbe286 -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:54 + go version 13:31:54 go version go1.23.12 linux/arm64 [Pipeline] } 13:31:54 $ docker stop --time=1 3769b9924cfa606a16bd0e4367e71c000c7f6796550a4fb73113f22379dbe286 13:31:56 $ docker rm -f --volumes 3769b9924cfa606a16bd0e4367e71c000c7f6796550a4fb73113f22379dbe286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:56 + docker inspect -f . ci-base-image-arm64 13:31:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:57 prd-ubuntu20.04-docker-arm64-4c-16g-772217 does not seem to be running inside a container 13:31:57 $ 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/112 -v /w/workspace/app-record-replay/112:/w/workspace/app-record-replay/112:rw,z -v /w/workspace/app-record-replay/112@tmp:/w/workspace/app-record-replay/112@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 13:31:58 $ docker top 7499883fcf16544d44e0baf16412217911b08e929b6100f5c74f44195e88e6c3 -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:59 + git config --global --add safe.directory /w/workspace/app-record-replay/112 [Pipeline] fileExists [Pipeline] sh 13:32:00 + make test 13:32:00 go test -race -coverprofile=coverage.out ./... 13:38:22 github.com/edgexfoundry/app-record-replay coverage: 0.0% of statements 13:38:49 ok github.com/edgexfoundry/app-record-replay/internal/app 1.171s coverage: 88.0% of statements 13:38:54 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 13:38:55 github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks coverage: 0.0% of statements 13:38:59 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 13:39:05 ok github.com/edgexfoundry/app-record-replay/internal/application 10.005s coverage: 98.7% of statements 13:39:05 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.628s coverage: 89.7% of statements 13:39:05 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.097s coverage: 100.0% of statements 13:39:07 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:39:07 go vet ./... 13:44:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:44:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:44:44 ./bin/test-attribution-txt.sh 13:44:44 An attribution for github.com/blang/semver/v4 is missing from Attribution.txt, please add [Pipeline] echo 13:44:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 13:44:44 $ docker stop --time=1 7499883fcf16544d44e0baf16412217911b08e929b6100f5c74f44195e88e6c3 13:44:47 $ docker rm -f --volumes 7499883fcf16544d44e0baf16412217911b08e929b6100f5c74f44195e88e6c3 [Pipeline] // withDockerContainer [Pipeline] sh 13:44:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:44:50 Warning: overwriting stash ‘coverage-report’ 13:44:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:44:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:44:52 + ls -al . 13:44:52 total 260 13:44:52 drwxrwxr-x 9 jenkins jenkins 4096 Oct 31 13:32 . 13:44:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 13:28 .. 13:44:52 -rw-rw-r-- 1 jenkins jenkins 119 Oct 31 13:28 .dockerignore 13:44:52 drwxrwxr-x 8 jenkins jenkins 4096 Oct 31 13:28 .git 13:44:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:28 .github 13:44:52 -rw-rw-r-- 1 jenkins jenkins 102 Oct 31 13:28 .gitignore 13:44:52 -rw-rw-r-- 1 jenkins jenkins 41 Oct 31 13:28 .golangci.yml 13:44:52 -rw-rw-r-- 1 jenkins jenkins 16870 Oct 31 13:28 Attribution.txt 13:44:52 -rw-rw-r-- 1 jenkins jenkins 1552 Oct 31 13:28 CHANGELOG.md 13:44:52 -rw-rw-r-- 1 jenkins jenkins 1726 Oct 31 13:28 Dockerfile 13:44:52 -rw-rw-r-- 1 jenkins jenkins 677 Oct 31 13:28 GOVERNANCE.md 13:44:52 -rw-rw-r-- 1 jenkins jenkins 704 Oct 31 13:28 Jenkinsfile 13:44:52 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 31 13:28 LICENSE 13:44:52 -rw-rw-r-- 1 jenkins jenkins 3851 Oct 31 13:28 Makefile 13:44:52 -rw-rw-r-- 1 jenkins jenkins 611 Oct 31 13:28 OWNERS.md 13:44:52 -rw-rw-r-- 1 jenkins jenkins 4107 Oct 31 13:28 README.md 13:44:52 -rw-rw-r-- 1 jenkins jenkins 7789 Oct 31 13:28 Record and Reply.postman_collection.json 13:44:52 -rw-rw-r-- 1 jenkins jenkins 11 Oct 31 13:25 VERSION 13:44:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:28 bin 13:44:52 -rw-r--r-- 1 jenkins jenkins 34248 Oct 31 13:39 coverage.out 13:44:52 -rw-rw-r-- 1 jenkins jenkins 6673 Oct 31 13:28 go.mod 13:44:52 -rw-rw-r-- 1 jenkins jenkins 88144 Oct 31 13:28 go.sum 13:44:52 drwxrwxr-x 7 jenkins jenkins 4096 Oct 31 13:28 internal 13:44:52 -rw-rw-r-- 1 jenkins jenkins 913 Oct 31 13:28 main.go 13:44:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:28 openapi 13:44:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:28 pkg 13:44:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:28 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:52 + 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=d2ba150c641a4b55954188eaa6e5ea65517ce64a --label arch=arm64 --label version=4.1.0-dev.1 . 13:44:52 Sending build context to Docker daemon 356.9kB 13:44:52 Step 1/27 : ARG BASE=golang:1.23-alpine3.22 13:44:52 Step 2/27 : FROM ${BASE} AS builder 13:44:52 ---> 5f6436e4908d 13:44:52 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 13:44:53 ---> Running in f105bc14a74a 13:44:53 Removing intermediate container f105bc14a74a 13:44:53 ---> 5766b30cc7d4 13:44:53 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:44:53 ---> Running in db92df6abd82 13:44:53 Removing intermediate container db92df6abd82 13:44:53 ---> f1728d8f8352 13:44:53 Step 5/27 : ARG ADD_BUILD_TAGS="" 13:44:54 ---> Running in 7a813a84a130 13:44:54 Removing intermediate container 7a813a84a130 13:44:54 ---> b851df9d825c 13:44:54 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:44:54 ---> Running in f0180ec8e640 13:44:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 13:44:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 13:44:59 OK: 255 MiB in 60 packages 13:44:59 Removing intermediate container f0180ec8e640 13:44:59 ---> 2dedfb58e793 13:44:59 Step 7/27 : WORKDIR /app 13:44:59 ---> Running in 13afe327ccb6 13:45:00 Removing intermediate container 13afe327ccb6 13:45:00 ---> 1024526dc6fb 13:45:00 Step 8/27 : COPY go.mod vendor* ./ 13:45:00 ---> 7a4632064922 13:45:00 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:45:00 ---> Running in 498d4f1b4917 13:45:04 Removing intermediate container 498d4f1b4917 13:45:04 ---> 14ee35dafee4 13:45:04 Step 10/27 : COPY . . 13:45:04 ---> 8efacb112e3b 13:45:04 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:45:04 ---> Running in 9c014766c3da 13:45:04 Removing intermediate container 9c014766c3da 13:45:04 ---> 30b20cc893e8 13:45:04 Step 12/27 : RUN $MAKE 13:45:04 ---> Running in e01a9f65aec8 13:45:06 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-record-replay 13:49:43 Removing intermediate container e01a9f65aec8 13:49:43 ---> 8a644012afb4 13:49:43 Step 13/27 : FROM alpine:3.22 13:49:43 3.22: Pulling from library/alpine 13:49:43 6b59a28fa201: Pulling fs layer 13:49:43 6b59a28fa201: Verifying Checksum 13:49:43 6b59a28fa201: Download complete 13:49:43 6b59a28fa201: Pull complete 13:49:43 Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 13:49:43 Status: Downloaded newer image for alpine:3.22 13:49:43 ---> 171e65262c80 13:49:43 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:49:43 ---> Running in 6c8133debc19 13:49:43 Removing intermediate container 6c8133debc19 13:49:43 ---> 723dc5584c85 13:49:43 Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} 13:49:43 ---> Running in 53b7cdea7e4b 13:49:43 Removing intermediate container 53b7cdea7e4b 13:49:43 ---> e780c887b8e0 13:49:43 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 13:49:43 ---> Running in 8583676187ab 13:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 13:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 13:49:43 (1/2) Installing ca-certificates (20250911-r0) 13:49:43 (2/2) Installing dumb-init (1.2.5-r3) 13:49:43 Executing busybox-1.37.0-r19.trigger 13:49:43 Executing ca-certificates-20250911-r0.trigger 13:49:43 OK: 8 MiB in 18 packages 13:49:43 Removing intermediate container 8583676187ab 13:49:43 ---> 32f8bdfb59cc 13:49:43 Step 17/27 : RUN apk --no-cache upgrade 13:49:43 ---> Running in 0b939b9e6be6 13:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 13:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 13:49:43 OK: 8 MiB in 18 packages 13:49:43 Removing intermediate container 0b939b9e6be6 13:49:43 ---> 812169720c6d 13:49:43 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:49:43 ---> 279afbfa6967 13:49:43 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:49:43 ---> 622613b90992 13:49:43 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:49:43 ---> 5ab05f6227a8 13:49:43 Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay 13:49:45 ---> 40eacfb0344b 13:49:45 Step 22/27 : EXPOSE 59712 13:49:45 ---> Running in 2fdc2f915145 13:49:45 Removing intermediate container 2fdc2f915145 13:49:45 ---> 94dd29d33ce1 13:49:45 Step 23/27 : ENTRYPOINT ["/app-record-replay"] 13:49:45 ---> Running in 254744ee3389 13:49:45 Removing intermediate container 254744ee3389 13:49:45 ---> e6ccc07ecc0f 13:49:45 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 13:49:45 ---> Running in 9ad50744ac21 13:49:46 Removing intermediate container 9ad50744ac21 13:49:46 ---> a85ba0e1a266 13:49:46 Step 25/27 : LABEL arch=arm64 13:49:46 ---> Running in 9efb8ddff2ae 13:49:46 Removing intermediate container 9efb8ddff2ae 13:49:46 ---> 07ddf83183a6 13:49:46 Step 26/27 : LABEL git_sha=d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:49:46 ---> Running in 4d6dfa1d153b 13:49:47 Removing intermediate container 4d6dfa1d153b 13:49:47 ---> ad34d698aafb 13:49:47 Step 27/27 : LABEL version=4.1.0-dev.1 13:49:47 ---> Running in aefb3414d2fa 13:49:47 Removing intermediate container aefb3414d2fa 13:49:47 ---> f06caa713e24 13:49:47 [Warning] One or more build-args [ARCH] were not consumed 13:49:47 Successfully built f06caa713e24 13:49:47 Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:49:47 provisioning config files... 13:49:47 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/112@tmp/config8513665077683374075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:49:47 ---> ****-login.sh 13:49:47 nexus3.edgexfoundry.org:10001 13:49:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:48 Configure a credential helper to remove this warning. See 13:49:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:48 13:49:48 Login Succeeded 13:49:48 nexus3.edgexfoundry.org:10002 13:49:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:48 Configure a credential helper to remove this warning. See 13:49:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:48 13:49:48 Login Succeeded 13:49:48 nexus3.edgexfoundry.org:10003 13:49:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:48 Configure a credential helper to remove this warning. See 13:49:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:48 13:49:48 Login Succeeded 13:49:48 nexus3.edgexfoundry.org:10004 13:49:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:49 Configure a credential helper to remove this warning. See 13:49:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:49 13:49:49 Login Succeeded 13:49:49 ****.io 13:49:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:49 Configure a credential helper to remove this warning. See 13:49:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:49 13:49:49 Login Succeeded 13:49:49 ---> ****-login.sh ends [Pipeline] } 13:49:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:49:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:49:50 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 13:49:50 d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:49:50 latest 13:49:50 4.1.0-dev.1 13:49:50 d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:49:50 main 13:49:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:50 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:50 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 13:49:50 6c04ed07ccb1: Preparing 13:49:50 6fe42538ced6: Preparing 13:49:50 d64220105555: Preparing 13:49:50 7f76c5d1d352: Preparing 13:49:50 adae321dbf26: Preparing 13:49:50 487af9893b64: Preparing 13:49:50 0e64f2360a44: Preparing 13:49:50 487af9893b64: Waiting 13:49:50 0e64f2360a44: Waiting 13:49:51 6fe42538ced6: Pushed 13:49:51 7f76c5d1d352: Pushed 13:49:51 d64220105555: Pushed 13:49:51 adae321dbf26: Pushed 13:49:51 0e64f2360a44: Layer already exists 13:49:51 487af9893b64: Pushed 13:49:59 6c04ed07ccb1: Pushed 13:49:59 d2ba150c641a4b55954188eaa6e5ea65517ce64a: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:59 + 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 13:50:00 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 13:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 13:50:00 6c04ed07ccb1: Preparing 13:50:00 6fe42538ced6: Preparing 13:50:00 d64220105555: Preparing 13:50:00 7f76c5d1d352: Preparing 13:50:00 adae321dbf26: Preparing 13:50:00 487af9893b64: Preparing 13:50:00 0e64f2360a44: Preparing 13:50:00 487af9893b64: Waiting 13:50:00 0e64f2360a44: Waiting 13:50:00 6c04ed07ccb1: Layer already exists 13:50:00 d64220105555: Layer already exists 13:50:00 7f76c5d1d352: Layer already exists 13:50:00 6fe42538ced6: Layer already exists 13:50:00 adae321dbf26: Layer already exists 13:50:00 487af9893b64: Layer already exists 13:50:00 0e64f2360a44: Layer already exists 13:50:00 latest: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:00 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:01 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 13:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 13:50:01 6c04ed07ccb1: Preparing 13:50:01 6fe42538ced6: Preparing 13:50:01 d64220105555: Preparing 13:50:01 7f76c5d1d352: Preparing 13:50:01 adae321dbf26: Preparing 13:50:01 487af9893b64: Preparing 13:50:01 0e64f2360a44: Preparing 13:50:01 487af9893b64: Waiting 13:50:01 0e64f2360a44: Waiting 13:50:01 6c04ed07ccb1: Layer already exists 13:50:01 d64220105555: Layer already exists 13:50:01 6fe42538ced6: Layer already exists 13:50:01 adae321dbf26: Layer already exists 13:50:01 7f76c5d1d352: Layer already exists 13:50:01 487af9893b64: Layer already exists 13:50:01 0e64f2360a44: Layer already exists 13:50:01 4.1.0-dev.1: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:01 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:02 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 13:50:02 6c04ed07ccb1: Preparing 13:50:02 6fe42538ced6: Preparing 13:50:02 d64220105555: Preparing 13:50:02 7f76c5d1d352: Preparing 13:50:02 adae321dbf26: Preparing 13:50:02 487af9893b64: Preparing 13:50:02 0e64f2360a44: Preparing 13:50:02 487af9893b64: Waiting 13:50:02 0e64f2360a44: Waiting 13:50:02 6fe42538ced6: Layer already exists 13:50:02 7f76c5d1d352: Layer already exists 13:50:02 adae321dbf26: Layer already exists 13:50:02 d64220105555: Layer already exists 13:50:02 6c04ed07ccb1: Layer already exists 13:50:02 487af9893b64: Layer already exists 13:50:02 0e64f2360a44: Layer already exists 13:50:02 d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:02 + 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 13:50:03 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 13:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 13:50:03 6c04ed07ccb1: Preparing 13:50:03 6fe42538ced6: Preparing 13:50:03 d64220105555: Preparing 13:50:03 7f76c5d1d352: Preparing 13:50:03 adae321dbf26: Preparing 13:50:03 487af9893b64: Preparing 13:50:03 0e64f2360a44: Preparing 13:50:03 487af9893b64: Waiting 13:50:03 0e64f2360a44: Waiting 13:50:03 adae321dbf26: Layer already exists 13:50:03 6fe42538ced6: Layer already exists 13:50:03 6c04ed07ccb1: Layer already exists 13:50:03 7f76c5d1d352: Layer already exists 13:50:03 d64220105555: Layer already exists 13:50:03 487af9893b64: Layer already exists 13:50:03 0e64f2360a44: Layer already exists 13:50:04 main: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:04 ===================================================== [Pipeline] echo 13:50:04 taggedImages: 13:50:04 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a 13:50:04 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 13:50:04 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 13:50:04 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 13:50:04 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] echo 13:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo 13:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] echo 13:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 [Pipeline] echo 13:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [Pipeline] echo 13:50:04 Skip building multi-arch image for 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 13:50:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:50:04 13:50:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:50:05 arm64: Pulling from edgex-lftools-log-publisher 13:50:05 8998bd30e6a1: Pulling fs layer 13:50:05 04944245beec: Pulling fs layer 13:50:05 699f458cf7ca: Pulling fs layer 13:50:05 765212b225bb: Pulling fs layer 13:50:05 765212b225bb: Waiting 13:50:05 f23df028b6ca: Pulling fs layer 13:50:05 d65c8cfc05b1: Pulling fs layer 13:50:05 2437ff75d9bd: Pulling fs layer 13:50:05 2437ff75d9bd: Waiting 13:50:05 d65c8cfc05b1: Waiting 13:50:05 f23df028b6ca: Waiting 13:50:05 04944245beec: Verifying Checksum 13:50:05 04944245beec: Download complete 13:50:05 765212b225bb: Verifying Checksum 13:50:05 765212b225bb: Download complete 13:50:05 f23df028b6ca: Verifying Checksum 13:50:05 f23df028b6ca: Download complete 13:50:05 d65c8cfc05b1: Verifying Checksum 13:50:05 d65c8cfc05b1: Download complete 13:50:05 699f458cf7ca: Verifying Checksum 13:50:05 699f458cf7ca: Download complete 13:50:05 8998bd30e6a1: Verifying Checksum 13:50:05 8998bd30e6a1: Download complete 13:50:08 2437ff75d9bd: Verifying Checksum 13:50:08 2437ff75d9bd: Download complete 13:50:10 8998bd30e6a1: Pull complete 13:50:10 04944245beec: Pull complete 13:50:12 699f458cf7ca: Pull complete 13:50:12 765212b225bb: Pull complete 13:50:13 f23df028b6ca: Pull complete 13:50:13 d65c8cfc05b1: Pull complete 13:50:31 2437ff75d9bd: Pull complete 13:50:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:50:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:50:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:50:32 prd-ubuntu20.04-docker-arm64-4c-16g-772217 does not seem to be running inside a container 13:50:32 $ 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/112 -v /w/workspace/app-record-replay/112:/w/workspace/app-record-replay/112:rw,z -v /w/workspace/app-record-replay/112@tmp:/w/workspace/app-record-replay/112@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 13:50:35 $ docker top 564aee0f84c317fafde44a8e7a9a52e9cf7454d24a470cf64e3f2f46864fdf03 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:50:36 ---> job-cost.sh 13:50:36 lf-activate-venv: SKIPPING 13:50:36 INFO: No Stack... 13:50:37 INFO: Retrieving Pricing Info for: v3-standard-4 13:50:38 INFO: Archiving Costs [Pipeline] sh 13:50:38 + cut -d, -f6 13:50:38 + cat /w/workspace/app-record-replay/112/archives/cost.csv [Pipeline] lock 13:50:38 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] 13:50:38 Resource [jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] did not exist. Created. 13:50:38 Lock acquired on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:50:39 /w/workspace/app-record-replay/112@tmp/durable-578635df/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:50:40 + echo total: 0.10999999940395355 [Pipeline] stash 13:50:40 Warning: overwriting stash ‘stack-cost’ 13:50:40 Stashed 1 file(s) [Pipeline] } 13:50:40 Lock released on resource [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] // lock [Pipeline] } 13:50:40 $ docker stop --time=1 564aee0f84c317fafde44a8e7a9a52e9cf7454d24a470cf64e3f2f46864fdf03 13:50:41 $ docker rm -f --volumes 564aee0f84c317fafde44a8e7a9a52e9cf7454d24a470cf64e3f2f46864fdf03 [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 13:50:42 provisioning config files... 13:50:42 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2468516297606504751tmp [Pipeline] { [Pipeline] sh 13:50:42 + set +x 13:50:42 + bash -s+ -- 13:50:42 curl -s https://codecov.io/bash 13:50:42 13:50:42 _____ _ 13:50:42 / ____| | | 13:50:42 | | ___ __| | ___ ___ _____ __ 13:50:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:50:42 | |___| (_) | (_| | __/ (_| (_) \ V / 13:50:42 \_____\___/ \__,_|\___|\___\___/ \_/ 13:50:42 Bash-1.0.6 13:50:42 13:50:42 13:50:42 ==> git version 2.25.1 found 13:50: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 13:50:42 Release-Date: 2020-01-08 13:50: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 13:50:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:50:42 ==> Jenkins CI detected. 13:50:42 current dir:  /w/workspace/exfoundry_app-record-replay_main 13:50:42 project root: . 13:50:42 --> token set from env 13:50:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:50:42 ==> Running gcov in . (disable via -X gcov) 13:50:42 ==> Python coveragepy not found 13:50:42 ==> Searching for coverage reports in: 13:50:42 + . 13:50:42 -> Found 1 reports 13:50:42 ==> Detecting git/mercurial file structure 13:50:42 ==> Reading reports 13:50:42 + ./coverage.out bytes=34248 13:50:42 ==> Appending adjustments 13:50:42 https://docs.codecov.io/docs/fixing-reports 13:50:42 + Found adjustments 13:50:42 ==> Gzipping contents 13:50:42 8.0K /tmp/codecov.MHTuzu.gz 13:50:42 ==> Uploading reports 13:50:42 url: https://codecov.io 13:50:42 query: branch=main&commit=d2ba150c641a4b55954188eaa6e5ea65517ce64a&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 13:50:42 -> Pinging Codecov 13:50:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d2ba150c641a4b55954188eaa6e5ea65517ce64a&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 13:50:43 -> Uploading to 13:50:43 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-record-replay/d2ba150c641a4b55954188eaa6e5ea65517ce64a/357a5844-f9f5-43eb-b74d-12923a463509.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251031%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251031T135042Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f80ec9e8a36528711dc5f4516508dea84a28dcad0072469a5d4c9db5271dbbd2 13:50:43 % Total % Received % Xferd Average Speed Time Time Time Current 13:50:43 Dload Upload Total Spent Left Speed 13:50:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5392 0 0 100 5392 0 39357 --:--:-- --:--:-- --:--:-- 39357 13:50:43 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] } 13:50:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:50:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:50:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:50:43 13:50:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:50:44 latest: Pulling from edgex-devops/edgex-snyk-go 13:50:44 2d35ebdb57d9: Already exists 13:50:44 85e8836fcdb2: Pulling fs layer 13:50:44 91631faa732a: Pulling fs layer 13:50:44 f3f5ae8826fa: Pulling fs layer 13:50:44 4f4fb700ef54: Pulling fs layer 13:50:44 7861252a18e6: Pulling fs layer 13:50:44 9130f900ef6f: Pulling fs layer 13:50:44 4f4fb700ef54: Waiting 13:50:44 7861252a18e6: Waiting 13:50:44 9130f900ef6f: Waiting 13:50:44 f3f5ae8826fa: Verifying Checksum 13:50:44 f3f5ae8826fa: Download complete 13:50:44 85e8836fcdb2: Verifying Checksum 13:50:44 85e8836fcdb2: Download complete 13:50:44 4f4fb700ef54: Download complete 13:50:44 85e8836fcdb2: Pull complete 13:50:44 7861252a18e6: Verifying Checksum 13:50:44 7861252a18e6: Download complete 13:50:44 91631faa732a: Verifying Checksum 13:50:44 91631faa732a: Download complete 13:50:45 9130f900ef6f: Verifying Checksum 13:50:45 9130f900ef6f: Download complete 13:50:49 91631faa732a: Pull complete 13:50:49 f3f5ae8826fa: Pull complete 13:50:49 4f4fb700ef54: Pull complete 13:50:49 7861252a18e6: Pull complete 13:50:53 9130f900ef6f: Pull complete 13:50:53 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 13:50:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:50:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:50:54 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:50:54 $ 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:latest cat 13:50:56 $ docker top ce3ddf9f18c6897a3abe3122aeb969f9e836f7740c96685640523d4de65e7bad -eo pid,comm [Pipeline] { [Pipeline] sh 13:50:56 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] echo 13:50:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 13:50:57 + set -o pipefail 13:50:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 13:51:03 13:51:03 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 13:51:03 13:51:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/15e99017-a534-4e49-83bf-8dca7399df15/history/08dc1580-e18a-4033-a0d3-927548946dea 13:51:03 13:51:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:51:03 [Pipeline] } 13:51:03 $ docker stop --time=1 ce3ddf9f18c6897a3abe3122aeb969f9e836f7740c96685640523d4de65e7bad 13:51:06 $ docker rm -f --volumes ce3ddf9f18c6897a3abe3122aeb969f9e836f7740c96685640523d4de65e7bad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:51:07 + git log --format=format:%s -1 d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] sh 13:51:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:51:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:08 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:51:08 $ 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 13:51:08 $ docker top 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 -eo pid,comm 13:51:08 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). 13:51:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:08 [ssh-agent] Looking for ssh-agent implementation... 13:51:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:08 $ docker exec 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 ssh-agent 13:51:08 SSH_AUTH_SOCK=/tmp/ssh-PKLDw7YUaCKW/agent.31 13:51:08 SSH_AGENT_PID=37 13:51:08 Running ssh-add (command line suppressed) 13:51:08 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16380169461917218600.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16380169461917218600.key) 13:51:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:09 + git semver tag 13:51:09 2025-10-31 13:51:09,414 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:51:09 2025-10-31 13:51:09,418 [run_tag] DEBUG tag force:False 13:51:09 2025-10-31 13:51:09,418 [check_head_tag] DEBUG check head tag 13:51:09 2025-10-31 13:51:09,418 [execute] INFO git cat-file --batch-check 13:51:09 2025-10-31 13:51:09,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=, shell=False, universal_newlines=False) 13:51:09 2025-10-31 13:51:09,420 [execute] INFO git cat-file --batch 13:51:09 2025-10-31 13:51:09,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=, shell=False, universal_newlines=False) 13:51:09 2025-10-31 13:51:09,424 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:51:09 2025-10-31 13:51:09,425 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 13:51:09 2025-10-31 13:51:09,425 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=None, shell=False, universal_newlines=False) 13:51:09 2025-10-31 13:51:09,428 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:51:09 4.1.0-dev.1 [Pipeline] } 13:51:09 $ docker exec --env ******** --env ******** 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 ssh-agent -k 13:51:09 unset SSH_AUTH_SOCK; 13:51:09 unset SSH_AGENT_PID; 13:51:09 echo Agent pid 37 killed; 13:51:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:09 + git semver [Pipeline] } 13:51:10 $ docker stop --time=1 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 13:51:11 $ docker rm -f --volumes 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:51:11 13:51:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:51:12 0.23.1-centos7: Pulling from edgex-lftools 13:51:12 ab5ef0e58194: Pulling fs layer 13:51:12 9712f1f96733: Pulling fs layer 13:51:12 63f879dbbcfc: Pulling fs layer 13:51:12 0d9ebad4ef96: Pulling fs layer 13:51:12 e9a5061849ea: Pulling fs layer 13:51:12 d747dcd14b5f: Pulling fs layer 13:51:12 2de7ff778b66: Pulling fs layer 13:51:12 e9a5061849ea: Waiting 13:51:12 d747dcd14b5f: Waiting 13:51:12 2de7ff778b66: Waiting 13:51:12 0d9ebad4ef96: Waiting 13:51:12 9712f1f96733: Verifying Checksum 13:51:12 9712f1f96733: Download complete 13:51:12 63f879dbbcfc: Verifying Checksum 13:51:12 63f879dbbcfc: Download complete 13:51:12 e9a5061849ea: Verifying Checksum 13:51:12 e9a5061849ea: Download complete 13:51:12 d747dcd14b5f: Verifying Checksum 13:51:12 0d9ebad4ef96: Verifying Checksum 13:51:12 0d9ebad4ef96: Download complete 13:51:12 ab5ef0e58194: Verifying Checksum 13:51:12 ab5ef0e58194: Download complete 13:51:12 2de7ff778b66: Verifying Checksum 13:51:12 2de7ff778b66: Download complete 13:51:16 ab5ef0e58194: Pull complete 13:51:16 9712f1f96733: Pull complete 13:51:17 63f879dbbcfc: Pull complete 13:51:23 0d9ebad4ef96: Pull complete 13:51:23 e9a5061849ea: Pull complete 13:51:23 d747dcd14b5f: Pull complete 13:51:24 2de7ff778b66: Pull complete 13:51:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:51:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:51:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:24 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:51:24 $ 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 13:51:26 $ docker top bdf0653357887f92b5be864c44d56752657a0da04ccdb3176840226ea5136c02 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:51:26 provisioning config files... 13:51:26 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7048966275669706823tmp 13:51:26 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10530326407429302365tmp 13:51:26 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18407910765442259tmp [Pipeline] { [Pipeline] echo 13:51:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:51:27 ---> sigul-configuration.sh 13:51:27 gpg: directory `/root/.gnupg' created 13:51:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:51:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:51:27 gpg: keyring `/root/.gnupg/secring.gpg' created 13:51:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:51:27 gpg: CAST5 encrypted data 13:51:27 gpg: encrypted with 1 passphrase 13:51:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:51:27 + mkdir /home/jenkins 13:51:27 + mkdir /home/jenkins/sigul [Pipeline] sh 13:51:27 + 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 13:51:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:51:28 ---> sigul-install.sh 13:51:28 Sigul already installed; skipping installation. [Pipeline] sh 13:51:28 + git tag --list 13:51:28 v3.1 13:51:28 v3.1.0 13:51:28 v3.1.1 13:51:28 v4.0 13:51:28 v4.0.0 13:51:28 v4.1.0-dev.1 [Pipeline] sh 13:51:28 + lftools sign git-tag v4.1.0-dev.1 13:51:29 Signing Git tag with Sigul... 13:51:29 Signing v4.1.0-dev.1 [Pipeline] echo 13:51:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:51:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:51:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:51:29 $ docker stop --time=1 bdf0653357887f92b5be864c44d56752657a0da04ccdb3176840226ea5136c02 13:51:31 $ docker rm -f --volumes bdf0653357887f92b5be864c44d56752657a0da04ccdb3176840226ea5136c02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 13:51:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:51:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:32 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:51:32 $ 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 13:51:32 $ docker top bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a -eo pid,comm 13:51:32 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). 13:51:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:32 [ssh-agent] Looking for ssh-agent implementation... 13:51:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:32 $ docker exec bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a ssh-agent 13:51:32 SSH_AUTH_SOCK=/tmp/ssh-U2WowO2xGBzF/agent.30 13:51:32 SSH_AGENT_PID=36 13:51:32 Running ssh-add (command line suppressed) 13:51:32 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9807228591061778842.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9807228591061778842.key) 13:51:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:33 + git semver bump pre 13:51:33 2025-10-31 13:51:33,290 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:51:33 2025-10-31 13:51:33,294 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:51:33 2025-10-31 13:51:33,295 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev 13:51:33 2025-10-31 13:51:33,295 [bump_version] DEBUG bumped version:4.1.0-dev.2 13:51:33 2025-10-31 13:51:33,295 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 13:51:33 2025-10-31 13:51:33,295 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:51:33 2025-10-31 13:51:33,295 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 13:51:33 2025-10-31 13:51:33,297 [execute] INFO git cat-file --batch-check 13:51:33 2025-10-31 13:51:33,297 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=, shell=False, universal_newlines=False) 13:51:33 2025-10-31 13:51:33,301 [execute] INFO git cat-file --batch 13:51:33 2025-10-31 13:51:33,301 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=, shell=False, universal_newlines=False) 13:51:33 2025-10-31 13:51:33,304 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:51:33 4.1.0-dev.2 [Pipeline] } 13:51:33 $ docker exec --env ******** --env ******** bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a ssh-agent -k 13:51:33 unset SSH_AUTH_SOCK; 13:51:33 unset SSH_AGENT_PID; 13:51:33 echo Agent pid 36 killed; 13:51:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:33 + git semver [Pipeline] } 13:51:34 $ docker stop --time=1 bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a 13:51:35 $ docker rm -f --volumes bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a [Pipeline] // withDockerContainer [Pipeline] sh 13:51:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:51:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:36 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:51:36 $ 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 13:51:36 $ docker top cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:36 [ssh-agent] Looking for ssh-agent implementation... 13:51:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:36 $ docker exec cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de ssh-agent 13:51:36 SSH_AUTH_SOCK=/tmp/ssh-8Sire27xw9lL/agent.33 13:51:36 SSH_AGENT_PID=39 13:51:36 Running ssh-add (command line suppressed) 13:51:36 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18385116011888309674.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18385116011888309674.key) 13:51:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:37 + git semver push 13:51:37 2025-10-31 13:51:37,368 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:51:37 2025-10-31 13:51:37,373 [run_push] DEBUG push 13:51:37 2025-10-31 13:51:37,373 [execute] INFO git cat-file --batch-check 13:51:37 2025-10-31 13:51:37,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=, shell=False, universal_newlines=False) 13:51:37 2025-10-31 13:51:37,375 [execute] INFO git rev-list 3f5e01df5d4db81eb25b0a578676c0708d65a367 -- 13:51:37 2025-10-31 13:51:37,375 [execute] DEBUG Popen(['git', 'rev-list', '3f5e01df5d4db81eb25b0a578676c0708d65a367', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=None, shell=False, universal_newlines=False) 13:51:37 2025-10-31 13:51:37,381 [execute] INFO git fetch -v -- origin 13:51:37 2025-10-31 13:51:37,381 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=None, shell=False, universal_newlines=True) 13:51:37 2025-10-31 13:51:37,936 [run_push] DEBUG no remote changes detected 13:51:37 2025-10-31 13:51:37,937 [execute] INFO git push origin semver 13:51:37 2025-10-31 13:51:37,938 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=None, shell=False, universal_newlines=False) 13:51:39 2025-10-31 13:51:39,053 [run_push] DEBUG push all version tags 13:51:39 2025-10-31 13:51:39,054 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 13:51:39 2025-10-31 13:51:39,054 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=None, shell=False, universal_newlines=False) 13:51:39 2025-10-31 13:51:39,765 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 13:51:39 4.1.0-dev.2 [Pipeline] } 13:51:39 $ docker exec --env ******** --env ******** cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de ssh-agent -k 13:51:40 unset SSH_AUTH_SOCK; 13:51:40 unset SSH_AGENT_PID; 13:51:40 echo Agent pid 39 killed; 13:51:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:40 + git semver [Pipeline] } 13:51:40 $ docker stop --time=1 cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de 13:51:41 $ docker rm -f --volumes cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 13:51:42 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 13:51:42 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 13:51:42 total 16 13:51:42 drwxr-xr-x 3 root root 4096 Oct 31 13:31 . 13:51:42 drwxrwxr-x 11 jenkins jenkins 4096 Oct 31 13:51 .. 13:51:42 drwxr-xr-x 2 root root 4096 Oct 31 13:31 cost 13:51:42 -rw-r--r-- 1 root root 89 Oct 31 13:31 cost.csv 13:51:42 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 13:51:42 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 13:51:42 total 16 13:51:42 drwxr-xr-x 3 jenkins jenkins 4096 Oct 31 13:31 . 13:51:42 drwxrwxr-x 11 jenkins jenkins 4096 Oct 31 13:51 .. 13:51:42 drwxr-xr-x 2 jenkins jenkins 4096 Oct 31 13:31 cost 13:51:42 -rw-r--r-- 1 jenkins jenkins 89 Oct 31 13:31 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:51:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:51:43 ---> package-listing.sh 13:51:43 ++ facter osfamily 13:51:43 ++ tr '[:upper:]' '[:lower:]' 13:51:43 + OS_FAMILY=debian 13:51:43 + workspace=/w/workspace/exfoundry_app-record-replay_main 13:51:43 + START_PACKAGES=/tmp/packages_start.txt 13:51:43 + END_PACKAGES=/tmp/packages_end.txt 13:51:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:51:43 + PACKAGES=/tmp/packages_start.txt 13:51:43 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 13:51:43 + PACKAGES=/tmp/packages_end.txt 13:51:43 + case "${OS_FAMILY}" in 13:51:43 + dpkg -l 13:51:43 + grep '^ii' 13:51:43 + '[' -f /tmp/packages_start.txt ']' 13:51:43 + '[' -f /tmp/packages_end.txt ']' 13:51:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:51:43 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 13:51:43 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 13:51:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 13:51:43 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 13:51:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:51:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:44 prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container 13:51:44 $ 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 13:51:45 $ docker top 6a256a5b3a914af622e0aa02b169c94b972ee9ecb61d525c10761a6cef28d304 -eo pid,comm [Pipeline] { [Pipeline] sh 13:51:45 + touch /tmp/pre-build-complete [Pipeline] sh 13:51:45 + mkdir -p /var/log/sysstat [Pipeline] sh 13:51:46 + ls /var/log/sa-host 13:51:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:51:46 provisioning config files... 13:51:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4188203078890607888tmp [Pipeline] { [Pipeline] echo 13:51:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:51:46 ---> create-netrc.sh [Pipeline] } 13:51:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:51:46 ---> python-tools-install.sh [Pipeline] echo 13:51:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:51:47 ---> sudo-logs.sh 13:51:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:51:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:51:47 ---> job-cost.sh 13:51:47 lf-activate-venv: SKIPPING 13:51:47 DEBUG: total: 0.2199999988079071 13:51:47 INFO: Retrieving Stack Cost... 13:51:47 INFO: Retrieving Pricing Info for: v3-standard-8 13:51:48 INFO: Archiving Costs [Pipeline] echo 13:51:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:51:48 ---> logs-deploy.sh 13:51:48 lf-activate-venv: SKIPPING 13:51:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/112 13:51:48 INFO: archiving workspace using pattern(s): 13:51:49 Archives upload complete. 13:51:49 INFO: archiving logs to Nexus 13:51:50 ---> uname -a: 13:51:50 Linux prd-ubuntu20-04-docker-8c-8g-772210 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 13:51:50 13:51:50 13:51:50 ---> lscpu: 13:51:50 Architecture: x86_64 13:51:50 CPU op-mode(s): 32-bit, 64-bit 13:51:50 Byte Order: Little Endian 13:51:50 Address sizes: 40 bits physical, 48 bits virtual 13:51:50 CPU(s): 8 13:51:50 On-line CPU(s) list: 0-7 13:51:50 Thread(s) per core: 1 13:51:50 Core(s) per socket: 1 13:51:50 Socket(s): 8 13:51:50 NUMA node(s): 1 13:51:50 Vendor ID: AuthenticAMD 13:51:50 CPU family: 23 13:51:50 Model: 49 13:51:50 Model name: AMD EPYC-Rome Processor 13:51:50 Stepping: 0 13:51:50 CPU MHz: 2800.000 13:51:50 BogoMIPS: 5600.00 13:51:50 Virtualization: AMD-V 13:51:50 Hypervisor vendor: KVM 13:51:50 Virtualization type: full 13:51:50 L1d cache: 256 KiB 13:51:50 L1i cache: 256 KiB 13:51:50 L2 cache: 4 MiB 13:51:50 L3 cache: 128 MiB 13:51:50 NUMA node0 CPU(s): 0-7 13:51:50 Vulnerability Gather data sampling: Not affected 13:51:50 Vulnerability Itlb multihit: Not affected 13:51:50 Vulnerability L1tf: Not affected 13:51:50 Vulnerability Mds: Not affected 13:51:50 Vulnerability Meltdown: Not affected 13:51:50 Vulnerability Mmio stale data: Not affected 13:51:50 Vulnerability Retbleed: Vulnerable 13:51:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:51:50 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:51:50 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 13:51:50 Vulnerability Srbds: Not affected 13:51:50 Vulnerability Tsx async abort: Not affected 13:51:50 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 13:51:50 13:51:50 13:51:50 ---> nproc: 13:51:50 8 13:51:50 13:51:50 13:51:50 ---> df -h: 13:51:50 Filesystem Size Used Avail Use% Mounted on 13:51:50 overlay 155G 14G 142G 9% / 13:51:50 tmpfs 64M 0 64M 0% /dev 13:51:50 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:51:50 shm 64M 0 64M 0% /dev/shm 13:51:50 /dev/vda1 155G 14G 142G 9% /facter-os 13:51:50 13:51:50 13:51:50 ---> sar -b -r -n DEV: 13:51:50 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772210) 10/31/25 _x86_64_ (8 CPU) 13:51:50 13:51:50 13:24:49 LINUX RESTART (8 CPU) 13:51:50 13:51:50 13:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:51:50 13:26:02 420.25 81.72 338.53 0.00 13939.28 71582.07 0.00 13:51:50 13:27:01 229.36 3.13 226.23 0.00 38.09 61363.47 0.00 13:51:50 13:28:01 29.26 0.00 29.26 0.00 0.00 21019.45 0.00 13:51:50 13:29:01 136.24 0.23 136.00 0.00 24.66 34947.28 0.00 13:51:50 13:30:01 19.63 3.48 16.14 0.00 2528.62 3733.02 0.00 13:51:50 13:31:01 4.55 0.00 4.55 0.00 0.00 52.66 0.00 13:51:50 13:32:01 50.34 0.02 50.32 0.00 1.20 21786.10 0.00 13:51:50 13:33:01 1.67 0.00 1.67 0.00 0.00 20.26 0.00 13:51:50 13:34:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 13:51:50 13:35:01 1.42 0.00 1.42 0.00 0.00 27.20 0.00 13:51:50 13:36:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 13:51:50 13:37:01 0.90 0.00 0.90 0.00 0.00 11.73 0.00 13:51:50 13:38:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 13:51:50 13:39:01 0.95 0.00 0.95 0.00 0.00 12.40 0.00 13:51:50 13:40:01 1.78 0.02 1.77 0.00 0.13 20.53 0.00 13:51:50 13:41:01 0.95 0.00 0.95 0.00 0.00 12.93 0.00 13:51:50 13:42:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 13:51:50 13:43:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 13:51:50 13:44:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 13:51:50 13:45:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 13:51:50 13:46:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 13:51:50 13:47:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 13:51:50 13:48:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 13:51:50 13:49:01 0.95 0.00 0.95 0.00 0.00 12.40 0.00 13:51:50 13:50:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 13:51:50 13:51:01 43.13 0.80 42.33 0.00 17.20 25705.98 0.00 13:51:50 Average: 36.56 3.44 33.12 0.00 636.88 9214.97 0.00 13:51:50 13:51:50 13:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:51:50 13:26:02 28720952 31502040 800488 2.44 82292 2987824 1895908 5.59 1042464 2725564 226972 13:51:50 13:27:01 26738032 31211484 1061960 3.23 149740 4441876 2316136 6.83 1861452 3696416 293984 13:51:50 13:28:01 25839304 30970836 1302348 3.96 154952 5052672 2274528 6.71 2036784 4380652 437944 13:51:50 13:29:01 26810096 31515824 761232 2.32 159116 4652028 1698164 5.01 1614540 3864716 296 13:51:50 13:30:01 26590980 31475440 788544 2.40 161964 4822260 1742640 5.14 1763584 3913480 1068 13:51:50 13:31:01 26614704 31499196 765388 2.33 162024 4822260 1758760 5.19 1739000 3913436 60 13:51:50 13:32:01 26085648 31486088 777328 2.36 175220 5274112 1735248 5.12 1774212 4352628 348 13:51:50 13:33:01 26088776 31489228 774160 2.36 175256 5274104 1735248 5.12 1771260 4352628 144 13:51:50 13:34:01 26098248 31498692 764656 2.33 175300 5274116 1735248 5.12 1762708 4352632 36 13:51:50 13:35:01 26100360 31500872 762344 2.32 175376 5274092 1735248 5.12 1760944 4352612 208 13:51:50 13:36:01 26104184 31504736 758396 2.31 175400 5274096 1735248 5.12 1756356 4352612 12 13:51:50 13:37:01 26103696 31504256 758756 2.31 175428 5274100 1735248 5.12 1756568 4352616 168 13:51:50 13:38:01 26103688 31504392 758548 2.31 175452 5274232 1735248 5.12 1756616 4352712 28 13:51:50 13:39:01 26104248 31505032 757856 2.31 175480 5274228 1735248 5.12 1756544 4352752 144 13:51:50 13:40:01 26103960 31504960 758032 2.31 175536 5274232 1746700 5.15 1756172 4352752 24 13:51:50 13:41:01 26104260 31505272 757608 2.30 175572 5274240 1746700 5.15 1756384 4352756 180 13:51:50 13:42:01 26104364 31505476 757512 2.30 175604 5274244 1730268 5.10 1756472 4352760 168 13:51:50 13:43:01 26104420 31505540 757432 2.30 175632 5274236 1730268 5.10 1756156 4352760 144 13:51:50 13:44:01 26104420 31505600 757376 2.30 175664 5274248 1730268 5.10 1756212 4352768 28 13:51:50 13:45:01 26104188 31505380 757384 2.30 175700 5274248 1730268 5.10 1756076 4352772 192 13:51:50 13:46:01 26104904 31506108 756588 2.30 175724 5274256 1730268 5.10 1756136 4352780 8 13:51:50 13:47:01 26104676 31505944 756700 2.30 175764 5274260 1730268 5.10 1756484 4352788 268 13:51:50 13:48:01 26104912 31506232 756428 2.30 175796 5274264 1730268 5.10 1756328 4352780 36 13:51:50 13:49:01 26103972 31505312 757200 2.30 175836 5274268 1730268 5.10 1756700 4352784 272 13:51:50 13:50:01 26104176 31505596 756888 2.30 175884 5274268 1730268 5.10 1756972 4352784 208 13:51:50 13:51:01 24515012 31158596 1095124 3.33 213092 6352940 2121052 6.25 2215032 5340864 382920 13:51:50 Average: 26221776 31457236 808318 2.46 169954 5128527 1798269 5.30 1757237 4251416 51764 13:51:50 13:51:50 13:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:51:50 13:26:02 ens3 675.34 433.33 8310.00 132.32 0.00 0.00 0.00 0.00 13:51:50 13:26:02 lo 5.30 5.30 0.54 0.54 0.00 0.00 0.00 0.00 13:51:50 13:26:02 docker0 31.73 32.51 2.24 186.60 0.00 0.00 0.00 0.00 13:51:50 13:27:01 vethc3007af 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:51:50 13:27:01 ens3 524.89 387.51 3001.60 49.17 0.00 0.00 0.00 0.00 13:51:50 13:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:27:01 docker0 365.99 489.82 29.67 2966.23 0.00 0.00 0.00 0.00 13:51:50 13:28:01 vethc3007af 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:28:01 ens3 12.46 5.97 9.70 5.20 0.00 0.00 0.00 0.00 13:51:50 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:29:01 ens3 84.52 63.98 239.26 219.43 0.00 0.00 0.00 0.00 13:51:50 13:29:01 lo 6.00 6.00 0.60 0.60 0.00 0.00 0.00 0.00 13:51:50 13:29:01 docker0 5.98 10.45 0.42 130.88 0.00 0.00 0.00 0.00 13:51:50 13:30:01 ens3 60.96 28.79 1405.96 2.36 0.00 0.00 0.00 0.00 13:51:50 13:30:01 lo 0.20 0.20 0.03 0.03 0.00 0.00 0.00 0.00 13:51:50 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:31:01 ens3 4.32 1.20 1.26 0.74 0.00 0.00 0.00 0.00 13:51:50 13:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:32:01 ens3 96.53 56.89 2524.33 11.65 0.00 0.00 0.00 0.00 13:51:50 13:32:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 13:51:50 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:33:01 ens3 4.32 0.97 1.23 0.79 0.00 0.00 0.00 0.00 13:51:50 13:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:34:01 ens3 3.82 0.42 0.71 0.39 0.00 0.00 0.00 0.00 13:51:50 13:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:35:01 ens3 1.40 0.33 0.34 0.21 0.00 0.00 0.00 0.00 13:51:50 13:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:36:01 ens3 1.08 0.55 0.61 0.46 0.00 0.00 0.00 0.00 13:51:50 13:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:37:01 ens3 1.42 0.32 0.37 0.20 0.00 0.00 0.00 0.00 13:51:50 13:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:38:01 ens3 0.73 0.23 0.34 0.20 0.00 0.00 0.00 0.00 13:51:50 13:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:39:01 ens3 0.92 0.10 0.08 0.01 0.00 0.00 0.00 0.00 13:51:50 13:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:40:01 ens3 0.73 0.08 0.15 0.07 0.00 0.00 0.00 0.00 13:51:50 13:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:41:01 ens3 1.23 0.72 0.67 0.49 0.00 0.00 0.00 0.00 13:51:50 13:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:42:01 ens3 0.22 0.03 0.02 0.00 0.00 0.00 0.00 0.00 13:51:50 13:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:43:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:51:50 13:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:44:01 ens3 0.22 0.00 0.02 0.00 0.00 0.00 0.00 0.00 13:51:50 13:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:45:01 ens3 0.37 0.10 0.03 0.01 0.00 0.00 0.00 0.00 13:51:50 13:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:46:01 ens3 0.23 0.08 0.09 0.06 0.00 0.00 0.00 0.00 13:51:50 13:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:47:01 ens3 0.55 0.13 0.09 0.01 0.00 0.00 0.00 0.00 13:51:50 13:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:48:01 ens3 0.32 0.00 0.03 0.00 0.00 0.00 0.00 0.00 13:51:50 13:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:49:01 ens3 0.25 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:51:50 13:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:50 13:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:50:01 ens3 0.20 0.02 0.02 0.00 0.00 0.00 0.00 0.00 13:51:50 13:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:50 13:51:01 veth1ccc380 65.74 89.05 6.41 867.76 0.00 0.00 0.00 0.07 13:51:50 13:51:01 ens3 239.06 152.79 4901.60 20.03 0.00 0.00 0.00 0.00 13:51:50 13:51:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 13:51:50 13:51:01 docker0 65.74 88.95 5.51 867.75 0.00 0.00 0.00 0.00 13:51:50 Average: veth1ccc380 2.53 3.43 0.25 33.40 0.00 0.00 0.00 0.00 13:51:50 Average: ens3 65.72 43.42 783.13 17.05 0.00 0.00 0.00 0.00 13:51:50 Average: lo 0.61 0.61 0.06 0.06 0.00 0.00 0.00 0.00 13:51:50 Average: docker0 17.83 23.62 1.44 157.88 0.00 0.00 0.00 0.00 13:51:50 13:51:50 13:51:50 ---> sar -P ALL: 13:51:50 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772210) 10/31/25 _x86_64_ (8 CPU) 13:51:50 13:51:50 13:24:49 LINUX RESTART (8 CPU) 13:51:50 13:51:50 13:25:01 CPU %user %nice %system %iowait %steal %idle 13:51:50 13:26:02 all 9.20 0.00 3.04 2.44 0.07 85.24 13:51:50 13:26:02 0 7.57 0.00 3.48 0.39 0.07 88.50 13:51:50 13:26:02 1 12.13 0.00 2.05 1.55 0.07 84.20 13:51:50 13:26:02 2 7.42 0.00 3.44 4.33 0.08 84.73 13:51:50 13:26:02 3 7.96 0.00 2.56 0.88 0.05 88.55 13:51:50 13:26:02 4 9.21 0.00 2.27 0.66 0.08 87.78 13:51:50 13:26:02 5 8.08 0.00 4.06 7.05 0.07 80.74 13:51:50 13:26:02 6 11.41 0.00 3.57 4.13 0.08 80.80 13:51:50 13:26:02 7 9.78 0.00 2.93 0.61 0.07 86.62 13:51:50 13:27:01 all 17.46 0.00 4.32 3.26 0.07 74.89 13:51:50 13:27:01 0 16.72 0.00 4.04 0.72 0.07 78.46 13:51:50 13:27:01 1 18.31 0.00 4.47 0.91 0.07 76.24 13:51:50 13:27:01 2 18.45 0.00 4.67 2.70 0.07 74.12 13:51:50 13:27:01 3 18.34 0.00 5.64 17.69 0.09 58.24 13:51:50 13:27:01 4 17.48 0.00 3.74 0.32 0.07 78.38 13:51:50 13:27:01 5 17.03 0.00 3.70 2.86 0.07 76.34 13:51:50 13:27:01 6 16.11 0.00 4.55 0.60 0.05 78.69 13:51:50 13:27:01 7 17.25 0.00 3.76 0.41 0.07 78.51 13:51:50 13:28:01 all 49.97 0.00 6.74 0.23 0.08 42.98 13:51:50 13:28:01 0 50.81 0.00 6.76 0.00 0.10 42.33 13:51:50 13:28:01 1 49.72 0.00 6.72 0.00 0.07 43.49 13:51:50 13:28:01 2 49.66 0.00 6.69 0.02 0.08 43.55 13:51:50 13:28:01 3 51.09 0.00 6.63 0.00 0.08 42.19 13:51:50 13:28:01 4 49.85 0.00 6.40 1.49 0.08 42.17 13:51:50 13:28:01 5 50.34 0.00 6.54 0.03 0.07 43.03 13:51:50 13:28:01 6 47.79 0.00 7.45 0.29 0.07 44.41 13:51:50 13:28:01 7 50.50 0.00 6.72 0.03 0.08 42.67 13:51:50 13:29:01 all 39.94 0.00 5.75 1.02 0.10 53.20 13:51:50 13:29:01 0 41.33 0.00 5.53 0.99 0.10 52.04 13:51:50 13:29:01 1 40.44 0.00 5.79 1.19 0.12 52.47 13:51:50 13:29:01 2 40.87 0.00 6.35 1.95 0.10 50.72 13:51:50 13:29:01 3 39.88 0.00 5.30 0.35 0.08 54.38 13:51:50 13:29:01 4 38.27 0.00 5.32 2.17 0.10 54.15 13:51:50 13:29:01 5 37.88 0.00 5.79 0.84 0.10 55.39 13:51:50 13:29:01 6 40.75 0.00 6.01 0.07 0.08 53.10 13:51:50 13:29:01 7 40.08 0.00 5.88 0.60 0.08 53.36 13:51:50 13:30:01 all 0.99 0.00 0.40 0.22 0.02 98.36 13:51:50 13:30:01 0 2.83 0.00 0.70 0.33 0.05 96.08 13:51:50 13:30:01 1 1.03 0.00 0.52 0.32 0.02 98.12 13:51:50 13:30:01 2 0.72 0.00 0.27 0.07 0.02 98.93 13:51:50 13:30:01 3 0.60 0.00 0.30 0.02 0.02 99.07 13:51:50 13:30:01 4 0.49 0.00 0.30 0.03 0.02 99.16 13:51:50 13:30:01 5 0.55 0.00 0.37 0.25 0.02 98.82 13:51:50 13:30:01 6 1.18 0.00 0.55 0.02 0.03 98.21 13:51:50 13:30:01 7 0.53 0.00 0.23 0.75 0.02 98.47 13:51:50 13:31:01 all 0.04 0.00 0.04 0.01 0.01 99.91 13:51:50 13:31:01 0 0.13 0.00 0.02 0.00 0.02 99.83 13:51:50 13:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:31:01 2 0.00 0.00 0.03 0.02 0.02 99.93 13:51:50 13:31:01 3 0.00 0.00 0.08 0.00 0.00 99.92 13:51:50 13:31:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:51:50 13:31:01 5 0.03 0.00 0.03 0.00 0.00 99.93 13:51:50 13:31:01 6 0.03 0.00 0.07 0.00 0.02 99.88 13:51:50 13:31:01 7 0.03 0.00 0.05 0.03 0.00 99.88 13:51:50 13:32:01 all 2.78 0.00 1.05 0.53 0.04 95.60 13:51:50 13:32:01 0 3.21 0.00 1.12 0.00 0.05 95.62 13:51:50 13:32:01 1 1.96 0.00 1.04 0.13 0.05 96.82 13:51:50 13:32:01 2 3.17 0.00 1.71 3.29 0.07 91.76 13:51:50 13:32:01 3 3.27 0.00 1.11 0.03 0.02 95.57 13:51:50 13:32:01 4 3.13 0.00 0.75 0.00 0.02 96.11 13:51:50 13:32:01 5 1.99 0.00 0.50 0.00 0.03 97.47 13:51:50 13:32:01 6 3.15 0.00 0.86 0.02 0.03 95.94 13:51:50 13:32:01 7 2.37 0.00 1.34 0.77 0.03 95.48 13:51:50 13:33:01 all 0.05 0.00 0.01 0.00 0.01 99.91 13:51:50 13:33:01 0 0.10 0.00 0.02 0.00 0.02 99.87 13:51:50 13:33:01 1 0.03 0.00 0.00 0.00 0.03 99.93 13:51:50 13:33:01 2 0.03 0.00 0.00 0.02 0.02 99.93 13:51:50 13:33:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:51:50 13:33:01 4 0.17 0.00 0.02 0.00 0.02 99.80 13:51:50 13:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:51:50 13:33:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:33:01 7 0.03 0.00 0.02 0.02 0.00 99.93 13:51:50 13:34:01 all 0.26 0.00 0.01 0.00 0.01 99.71 13:51:50 13:34:01 0 0.17 0.00 0.03 0.00 0.02 99.78 13:51:50 13:34:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:51:50 13:34:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:51:50 13:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:34:01 4 1.79 0.00 0.02 0.00 0.02 98.18 13:51:50 13:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:34:01 7 0.00 0.00 0.02 0.02 0.02 99.95 13:51:50 13:35:01 all 0.10 0.00 0.01 0.01 0.01 99.86 13:51:50 13:35:01 0 0.27 0.00 0.03 0.00 0.02 99.68 13:51:50 13:35:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:51:50 13:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:51:50 13:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:50 13:35:01 4 0.43 0.00 0.00 0.00 0.00 99.57 13:51:50 13:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:35:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:51:50 13:35:01 7 0.02 0.00 0.02 0.03 0.02 99.92 13:51:50 13:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:51:50 13:36:01 0 0.08 0.00 0.03 0.00 0.02 99.87 13:51:50 13:36:01 1 0.00 0.00 0.02 0.00 0.03 99.95 13:51:50 13:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:51:50 13:36:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:51:50 13:51:50 13:36:01 CPU %user %nice %system %iowait %steal %idle 13:51:50 13:37:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:51:50 13:37:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:51:50 13:37:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:51:50 13:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:51:50 13:37:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:51:50 13:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:37:01 6 0.02 0.00 0.02 0.03 0.02 99.92 13:51:50 13:37:01 7 0.03 0.00 0.00 0.02 0.00 99.95 13:51:50 13:38:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:51:50 13:38:01 0 0.03 0.00 0.05 0.00 0.02 99.90 13:51:50 13:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:51:50 13:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:38:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:38:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:51:50 13:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:51:50 13:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:51:50 13:39:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:51:50 13:39:01 1 0.02 0.00 0.02 0.00 0.03 99.93 13:51:50 13:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:51:50 13:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:51:50 13:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:51:50 13:39:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:51:50 13:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:39:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:51:50 13:40:01 all 0.02 0.00 0.02 0.01 0.01 99.93 13:51:50 13:40:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:51:50 13:40:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:51:50 13:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:51:50 13:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:50 13:40:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:51:50 13:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:40:01 6 0.03 0.00 0.02 0.05 0.02 99.88 13:51:50 13:40:01 7 0.02 0.00 0.02 0.02 0.00 99.95 13:51:50 13:41:01 all 0.02 0.00 0.02 0.01 0.01 99.95 13:51:50 13:41:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:51:50 13:41:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:51:50 13:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:51:50 13:41:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:51:50 13:41:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:51:50 13:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:51:50 13:41:01 7 0.02 0.00 0.02 0.05 0.02 99.90 13:51:50 13:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:51:50 13:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:51:50 13:42:01 1 0.02 0.00 0.05 0.00 0.03 99.90 13:51:50 13:42:01 2 0.05 0.00 0.00 0.00 0.02 99.93 13:51:50 13:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:42:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:51:50 13:42:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:51:50 13:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:51:50 13:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:43:01 1 0.02 0.00 0.05 0.00 0.05 99.88 13:51:50 13:43:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:51:50 13:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:51:50 13:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:43:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:51:50 13:44:01 all 0.02 0.00 0.00 0.00 0.02 99.96 13:51:50 13:44:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:51:50 13:44:01 1 0.02 0.00 0.02 0.00 0.03 99.93 13:51:50 13:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:44:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:51:50 13:44:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:51:50 13:44:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:51:50 13:44:01 7 0.00 0.00 0.02 0.02 0.02 99.95 13:51:50 13:45:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:51:50 13:45:01 0 0.05 0.00 0.03 0.02 0.02 99.88 13:51:50 13:45:01 1 0.02 0.00 0.02 0.00 0.03 99.93 13:51:50 13:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:45:01 4 0.15 0.00 0.03 0.00 0.03 99.78 13:51:50 13:45:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:51:50 13:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:51:50 13:45:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:51:50 13:46:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:51:50 13:46:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:51:50 13:46:01 1 0.00 0.00 0.03 0.00 0.03 99.93 13:51:50 13:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:51:50 13:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:51:50 13:46:01 4 1.98 0.00 0.02 0.00 0.00 98.00 13:51:50 13:46:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:46:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:51:50 13:47:01 all 0.28 0.00 0.01 0.00 0.01 99.69 13:51:50 13:47:01 0 0.17 0.00 0.03 0.00 0.02 99.78 13:51:50 13:47:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:51:50 13:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:51:50 13:47:01 4 1.97 0.00 0.00 0.00 0.02 98.02 13:51:50 13:47:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:51:50 13:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:51:50 13:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:51:50 13:51:50 13:47:01 CPU %user %nice %system %iowait %steal %idle 13:51:50 13:48:01 all 0.26 0.00 0.02 0.00 0.02 99.70 13:51:50 13:48:01 0 0.05 0.00 0.07 0.00 0.03 99.85 13:51:50 13:48:01 1 0.03 0.00 0.00 0.00 0.03 99.93 13:51:50 13:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:51:50 13:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:50 13:48:01 4 1.94 0.00 0.03 0.00 0.02 98.01 13:51:50 13:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:48:01 7 0.02 0.00 0.02 0.02 0.00 99.95 13:51:50 13:49:01 all 0.26 0.00 0.01 0.00 0.01 99.71 13:51:50 13:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:51:50 13:49:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:51:50 13:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:50 13:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:49:01 4 1.97 0.00 0.00 0.00 0.00 98.03 13:51:50 13:49:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:51:50 13:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:51:50 13:49:01 7 0.03 0.00 0.02 0.02 0.02 99.92 13:51:50 13:50:01 all 0.07 0.00 0.01 0.00 0.01 99.90 13:51:50 13:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:51:50 13:50:01 1 0.03 0.00 0.05 0.00 0.03 99.88 13:51:50 13:50:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:51:50 13:50:01 3 0.05 0.00 0.05 0.00 0.02 99.88 13:51:50 13:50:01 4 0.43 0.00 0.00 0.00 0.02 99.55 13:51:50 13:50:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:51:50 13:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:51:50 13:50:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:51:50 13:51:01 all 4.30 0.00 1.58 0.46 0.03 93.62 13:51:50 13:51:01 0 4.70 0.00 1.77 0.07 0.03 93.42 13:51:50 13:51:01 1 4.22 0.00 1.32 0.00 0.05 94.40 13:51:50 13:51:01 2 3.41 0.00 1.41 0.02 0.02 95.15 13:51:50 13:51:01 3 4.31 0.00 1.64 0.03 0.03 93.98 13:51:50 13:51:01 4 3.79 0.00 1.81 0.02 0.03 94.35 13:51:50 13:51:01 5 4.96 0.00 1.81 3.24 0.03 89.95 13:51:50 13:51:01 6 4.81 0.00 1.34 0.02 0.02 93.81 13:51:50 13:51:01 7 4.23 0.00 1.54 0.29 0.05 93.90 13:51:50 Average: all 4.83 0.00 0.88 0.31 0.03 93.95 13:51:50 Average: 0 4.91 0.00 0.91 0.10 0.03 94.05 13:51:50 Average: 1 4.90 0.00 0.86 0.16 0.04 94.05 13:51:50 Average: 2 4.73 0.00 0.94 0.47 0.02 93.83 13:51:50 Average: 3 4.79 0.00 0.89 0.71 0.02 93.58 13:51:50 Average: 4 5.09 0.00 0.79 0.18 0.03 93.91 13:51:50 Average: 5 4.61 0.00 0.88 0.55 0.03 93.94 13:51:50 Average: 6 4.79 0.00 0.94 0.20 0.02 94.06 13:51:50 Average: 7 4.77 0.00 0.86 0.14 0.02 94.20 13:51:50 13:51:50 13:51:50