Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dc181b80ea0be21e4569ae5558623740e499df97 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9542912112852874127.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12233129692497089898.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4984888751713577730.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2005540996092540369.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4281048483515666173.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9778 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dc181b80ea0be21e4569ae5558623740e499df97 (main) Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.45" > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc181b80ea0be21e4569ae5558623740e499df97 # timeout=10 > git rev-list --no-walk 78fe8f3bf92d1429b888daae8a2254829d2673dc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:14:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:14:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:14:27 ========================================================= 04:14:27 EdgeX Global Pipelines Version Info 04:14:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:14:28 ------------------- 04:14:28 stable info: 04:14:28 ------------------- 04:14:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:14:28 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 04:14:28 Message: update stable to v1.0.254 04:14:28 ------------------- 04:14:28 experimental info: 04:14:28 ------------------- 04:14:28 Commited By: **** collab-it+edgex@linuxfoundation.org 04:14:28 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 04:14:28 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 04:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc181b8 [Pipeline] echo 04:14:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:14:29 provisioning config files... 04:14:29 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config439193605611830603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:29 ---> docker-login.sh 04:14:29 nexus3.edgexfoundry.org:10001 04:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:29 Configure a credential helper to remove this warning. See 04:14:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:29 04:14:29 Login Succeeded 04:14:29 nexus3.edgexfoundry.org:10002 04:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:30 Configure a credential helper to remove this warning. See 04:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:30 04:14:30 Login Succeeded 04:14:30 nexus3.edgexfoundry.org:10003 04:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:30 Configure a credential helper to remove this warning. See 04:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:30 04:14:30 Login Succeeded 04:14:30 nexus3.edgexfoundry.org:10004 04:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:30 Configure a credential helper to remove this warning. See 04:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:30 04:14:30 Login Succeeded 04:14:30 docker.io 04:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:30 Configure a credential helper to remove this warning. See 04:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:30 04:14:30 Login Succeeded 04:14:30 ---> docker-login.sh ends [Pipeline] } 04:14:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:14:31 + git rev-list -1 --merges dc181b80ea0be21e4569ae5558623740e499df97~1..dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo 04:14:31 -----------> git rev-list -1 --merges dc181b80ea0be21e4569ae5558623740e499df97~1..dc181b80ea0be21e4569ae5558623740e499df97 dc181b80ea0be21e4569ae5558623740e499df97 04:14:31 dc181b80ea0be21e4569ae5558623740e499df97 [false] [Pipeline] sh 04:14:31 + git log --format=format:%s -1 dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo 04:14:31 ========================================================= 04:14:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:14:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:31 + git log --format=format:%s -1 dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] echo 04:14:31 [semverPrep] GIT_COMMIT: dc181b80ea0be21e4569ae5558623740e499df97, Commit Message: Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.45 [Pipeline] echo 04:14:31 [semverPrep] This is not a build commit. [Pipeline] sh 04:14:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:14:32 + grep -v github /etc/ssh/ssh_known_hosts 04:14:32 + [ -e /tmp/ssh_known_hosts ] 04:14:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:14:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:14:32 + sudo tee -a /etc/ssh/ssh_known_hosts 04:14:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:14:32 04:14:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:14:32 0.1.4: Pulling from edgex-devops/py-git-semver 04:14:32 b85a868b505f: Pulling fs layer 04:14:32 e2be974225ed: Pulling fs layer 04:14:32 339a4e72a1f5: Pulling fs layer 04:14:32 988bab9f4d93: Pulling fs layer 04:14:32 1469e6f7b9e6: Pulling fs layer 04:14:32 eaf3925da568: Pulling fs layer 04:14:32 bab4dde63d76: Pulling fs layer 04:14:32 1469e6f7b9e6: Waiting 04:14:32 eaf3925da568: Waiting 04:14:32 bab4dde63d76: Waiting 04:14:32 988bab9f4d93: Waiting 04:14:32 bde34c3a00c8: Pulling fs layer 04:14:32 b352a97aabf1: Pulling fs layer 04:14:32 4872d77fe225: Pulling fs layer 04:14:32 bde34c3a00c8: Waiting 04:14:32 5851b861e8e6: Pulling fs layer 04:14:32 4872d77fe225: Waiting 04:14:32 e2be974225ed: Verifying Checksum 04:14:32 e2be974225ed: Download complete 04:14:32 988bab9f4d93: Verifying Checksum 04:14:32 988bab9f4d93: Download complete 04:14:32 1469e6f7b9e6: Verifying Checksum 04:14:32 1469e6f7b9e6: Download complete 04:14:33 339a4e72a1f5: Verifying Checksum 04:14:33 339a4e72a1f5: Download complete 04:14:33 eaf3925da568: Download complete 04:14:33 bde34c3a00c8: Download complete 04:14:33 b352a97aabf1: Download complete 04:14:33 4872d77fe225: Verifying Checksum 04:14:33 4872d77fe225: Download complete 04:14:33 5851b861e8e6: Verifying Checksum 04:14:33 5851b861e8e6: Download complete 04:14:33 b85a868b505f: Verifying Checksum 04:14:33 b85a868b505f: Download complete 04:14:33 bab4dde63d76: Verifying Checksum 04:14:33 bab4dde63d76: Download complete 04:14:34 b85a868b505f: Pull complete 04:14:34 e2be974225ed: Pull complete 04:14:34 339a4e72a1f5: Pull complete 04:14:34 988bab9f4d93: Pull complete 04:14:35 1469e6f7b9e6: Pull complete 04:14:35 eaf3925da568: Pull complete 04:14:37 bab4dde63d76: Pull complete 04:14:37 bde34c3a00c8: Pull complete 04:14:37 b352a97aabf1: Pull complete 04:14:37 4872d77fe225: Pull complete 04:14:37 5851b861e8e6: Pull complete 04:14:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:14:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:14:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:14:37 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:14:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:14:40 $ docker top a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 -eo pid,comm 04:14:40 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:14:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:14:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:14:40 [ssh-agent] Looking for ssh-agent implementation... 04:14:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:14:41 $ docker exec a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent 04:14:41 SSH_AUTH_SOCK=/tmp/ssh-QIiIhUdQ5grV/agent.32 04:14:41 SSH_AGENT_PID=38 04:14:41 Running ssh-add (command line suppressed) 04:14:41 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6912950299735151076.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6912950299735151076.key) 04:14:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:14:41 + git tag --points-at HEAD [Pipeline] } 04:14:41 $ docker exec --env ******** --env ******** a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent -k 04:14:41 unset SSH_AUTH_SOCK; 04:14:41 unset SSH_AGENT_PID; 04:14:41 echo Agent pid 38 killed; 04:14:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:14:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:14:41 [ssh-agent] Looking for ssh-agent implementation... 04:14:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:14:41 $ docker exec a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent 04:14:42 SSH_AUTH_SOCK=/tmp/ssh-oSvaym5cT1En/agent.70 04:14:42 SSH_AGENT_PID=76 04:14:42 Running ssh-add (command line suppressed) 04:14:42 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5677932553915307575.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5677932553915307575.key) 04:14:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:14:42 + git semver init 04:14:42 2023-10-23 04:14:42,617 [run_init] DEBUG init version:0.0.0 force:False 04:14:42 2023-10-23 04:14:42,618 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 04:14:42 2023-10-23 04:14:42,618 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 04:14:42 2023-10-23 04:14:42,619 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 04:14:43 2023-10-23 04:14:43,350 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 04:14:43 2023-10-23 04:14:43,351 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 04:14:43 2023-10-23 04:14:43,351 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:14:43 2023-10-23 04:14:43,351 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:14:43 3.1.0-dev.59 [Pipeline] } 04:14:43 $ docker exec --env ******** --env ******** a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 ssh-agent -k 04:14:43 unset SSH_AUTH_SOCK; 04:14:43 unset SSH_AGENT_PID; 04:14:43 echo Agent pid 76 killed; 04:14:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:14:44 + git semver [Pipeline] } 04:14:44 $ docker stop --time=1 a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 04:14:45 $ docker rm -f --volumes a30437a7a5e61bd3385fc04c24e8b50f6751edf1d224e1ee9678a470f0787822 [Pipeline] // withDockerContainer [Pipeline] sh 04:14:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:14:46 Stashed 1 file(s) [Pipeline] echo 04:14:46 [edgeXSemver]: initialized semver on version 3.1.0-dev.59 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:14:46 provisioning config files... 04:14:46 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6825958026063181255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:46 ---> docker-login.sh 04:14:46 nexus3.edgexfoundry.org:10001 04:14:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:46 Configure a credential helper to remove this warning. See 04:14:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:46 04:14:46 Login Succeeded 04:14:46 nexus3.edgexfoundry.org:10002 04:14:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:46 Configure a credential helper to remove this warning. See 04:14:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:46 04:14:46 Login Succeeded 04:14:46 nexus3.edgexfoundry.org:10003 04:14:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:46 Configure a credential helper to remove this warning. See 04:14:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:46 04:14:46 Login Succeeded 04:14:46 nexus3.edgexfoundry.org:10004 04:14:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:46 Configure a credential helper to remove this warning. See 04:14:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:46 04:14:46 Login Succeeded 04:14:46 docker.io 04:14:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:47 Configure a credential helper to remove this warning. See 04:14:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:47 04:14:47 Login Succeeded 04:14:47 ---> docker-login.sh ends [Pipeline] } 04:14:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:14:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:14:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:14:47 ========================================================= 04:14:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 04:14:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:47 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 04:14:47 Sending build context to Docker daemon 618.5kB 04:14:47 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 04:14:47 Step 2/12 : FROM ${BASE} AS builder 04:14:47 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 04:14:47 7264a8db6415: Pulling fs layer 04:14:47 c4d48a809fc2: Pulling fs layer 04:14:47 4f1c88b9dad5: Pulling fs layer 04:14:47 ad3a456e5733: Pulling fs layer 04:14:47 33e27b845d1e: Pulling fs layer 04:14:47 c68163c4e522: Pulling fs layer 04:14:47 50da416c3ac9: Pulling fs layer 04:14:47 23d2d4c4bb30: Pulling fs layer 04:14:47 ad3a456e5733: Waiting 04:14:47 c68163c4e522: Waiting 04:14:47 50da416c3ac9: Waiting 04:14:47 23d2d4c4bb30: Waiting 04:14:47 33e27b845d1e: Waiting 04:14:47 c4d48a809fc2: Download complete 04:14:47 ad3a456e5733: Verifying Checksum 04:14:47 ad3a456e5733: Download complete 04:14:47 33e27b845d1e: Download complete 04:14:47 7264a8db6415: Verifying Checksum 04:14:47 7264a8db6415: Download complete 04:14:47 c68163c4e522: Verifying Checksum 04:14:47 c68163c4e522: Download complete 04:14:47 7264a8db6415: Pull complete 04:14:48 23d2d4c4bb30: Verifying Checksum 04:14:48 23d2d4c4bb30: Download complete 04:14:48 c4d48a809fc2: Pull complete 04:14:48 4f1c88b9dad5: Verifying Checksum 04:14:48 4f1c88b9dad5: Download complete 04:14:48 50da416c3ac9: Verifying Checksum 04:14:48 50da416c3ac9: Download complete 04:14:51 4f1c88b9dad5: Pull complete 04:14:51 ad3a456e5733: Pull complete 04:14:51 33e27b845d1e: Pull complete 04:14:51 c68163c4e522: Pull complete 04:14:54 50da416c3ac9: Pull complete 04:14:54 23d2d4c4bb30: Pull complete 04:14:54 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 04:14:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:14:54 ---> 0786185ac409 04:14:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 04:14:58 ---> Running in 12e36bb2e9b9 04:14:58 Removing intermediate container 12e36bb2e9b9 04:14:58 ---> f3398e8cd36e 04:14:58 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:14:58 ---> Running in a9cd9cddc5d3 04:14:58 Removing intermediate container a9cd9cddc5d3 04:14:58 ---> 5c59163e0cc5 04:14:58 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:14:58 ---> Running in 609685ed056e 04:14:58 Removing intermediate container 609685ed056e 04:14:58 ---> ce9a7ce2831b 04:14:58 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:14:58 ---> Running in 7b57cd231bb0 04:14:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:14:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:14:59 OK: 264 MiB in 52 packages 04:14:59 Removing intermediate container 7b57cd231bb0 04:14:59 ---> 9e8e824468e6 04:14:59 Step 7/12 : WORKDIR /app 04:14:59 ---> Running in 5414231a8066 04:14:59 Removing intermediate container 5414231a8066 04:14:59 ---> 7ebe802e21e2 04:14:59 Step 8/12 : COPY go.mod vendor* ./ 04:14:59 ---> e02c91d13e12 04:14:59 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:14:59 ---> Running in 6ae7fe5b8b77 04:15:01 Still waiting to schedule task 04:15:01 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:16:07 Removing intermediate container 6ae7fe5b8b77 04:16:07 ---> a471590e6d35 04:16:07 Step 10/12 : COPY . . 04:16:07 ---> 1e71a73dab45 04:16:07 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:16:07 ---> Running in 9c79ead82d6b 04:16:07 Removing intermediate container 9c79ead82d6b 04:16:07 ---> ab4f579bc22d 04:16:07 Step 12/12 : RUN $MAKE 04:16:07 ---> Running in bd858603eb74 04:16:07 noop 04:16:07 Removing intermediate container bd858603eb74 04:16:07 ---> 5d5891fbb527 04:16:07 Successfully built 5d5891fbb527 04:16:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:08 + docker inspect -f . ci-base-image-x86_64 04:16:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:08 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:16:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:16:08 $ docker top 9f10ae9e0dbcfd39eec71a63d673e86b4af12a9acedcecbd8f088dc08694e81d -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:08 + go version 04:16:08 go version go1.21.0 linux/amd64 [Pipeline] } 04:16:08 $ docker stop --time=1 9f10ae9e0dbcfd39eec71a63d673e86b4af12a9acedcecbd8f088dc08694e81d 04:16:10 $ docker rm -f --volumes 9f10ae9e0dbcfd39eec71a63d673e86b4af12a9acedcecbd8f088dc08694e81d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:10 + docker inspect -f . ci-base-image-x86_64 04:16:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:10 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:16:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:16:10 $ docker top 4a285e937a23fc3c31963c5a1354338330099f382a8e24c36c1bd027303d8061 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:11 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 04:16:11 + make test 04:16:11 go test -race -coverprofile=coverage.out ./... 04:16:33 ? github.com/edgexfoundry/app-record-replay [no test files] 04:16:33 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 04:16:33 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 04:16:33 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 04:16:33 ok github.com/edgexfoundry/app-record-replay/internal/app 1.046s coverage: 88.0% of statements 04:16:41 ok github.com/edgexfoundry/app-record-replay/internal/application 9.616s coverage: 98.7% of statements 04:16:41 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.101s coverage: 89.7% of statements 04:16:41 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.043s coverage: 100.0% of statements 04:16:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9779 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 04:16:45 Running in /w/workspace/app-record-replay/64 [Pipeline] { [Pipeline] checkout 04:16:45 Selected Git installation does not exist. Using Default 04:16:45 The recommended git tool is: NONE 04:16:50 using credential edgex-jenkins-ssh 04:16:50 Cloning the remote Git repository 04:16:50 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 04:16:50 > git init /w/workspace/app-record-replay/64 # timeout=10 04:16:50 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 04:16:50 > git --version # timeout=10 04:16:50 > git --version # 'git version 2.25.1' 04:16:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:52 Avoid second fetch 04:16:52 Checking out Revision dc181b80ea0be21e4569ae5558623740e499df97 (main) 04:16:51 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 04:16:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:52 > git config core.sparsecheckout # timeout=10 04:16:52 > git checkout -f dc181b80ea0be21e4569ae5558623740e499df97 # timeout=10 04:16:52 Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:16:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:16:53 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:53 Dload Upload Total Spent Left Speed 04:16:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh 04:16:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:16:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:16:54 + sudo tee /etc/docker/daemon.new 04:16:54 { 04:16:54 "registry-mirrors": [ 04:16:54 "https://nexus3.edgexfoundry.org:10001" 04:16:54 ], 04:16:54 "bip": "10.250.0.254/24", 04:16:54 "hosts": [ 04:16:54 "tcp://0.0.0.0:5555", 04:16:54 "unix:///var/run/docker.sock" 04:16:54 ], 04:16:54 "mtu": 1458, 04:16:54 "selinux-enabled": true, 04:16:54 "seccomp-profile": "/etc/docker/seccomp.json" 04:16:54 } [Pipeline] sh 04:16:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:16:55 + sudo service docker restart 04:17:03 go vet ./... 04:17:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:17:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:17:05 ./bin/test-attribution-txt.sh [Pipeline] echo 04:17:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:17:05 $ docker stop --time=1 4a285e937a23fc3c31963c5a1354338330099f382a8e24c36c1bd027303d8061 04:17:09 $ docker rm -f --volumes 4a285e937a23fc3c31963c5a1354338330099f382a8e24c36c1bd027303d8061 [Pipeline] // withDockerContainer [Pipeline] sh 04:17:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:17:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:17:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:17:10 + ls -al . 04:17:10 total 188 04:17:10 drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 04:16 . 04:17:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 04:14 .. 04:17:10 -rw-rw-r-- 1 jenkins jenkins 119 Oct 23 04:14 .dockerignore 04:17:10 drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 04:16 .git 04:17:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:14 .github 04:17:10 -rw-rw-r-- 1 jenkins jenkins 164 Oct 23 04:14 .gitignore 04:17:10 -rw-rw-r-- 1 jenkins jenkins 41 Oct 23 04:14 .golangci.yml 04:17:10 drwxr-xr-x 3 jenkins jenkins 4096 Oct 23 04:14 .semver 04:17:10 -rw-rw-r-- 1 jenkins jenkins 11301 Oct 23 04:14 Attribution.txt 04:17:10 -rw-rw-r-- 1 jenkins jenkins 258 Oct 23 04:14 CHANGELOG.md 04:17:10 -rw-rw-r-- 1 jenkins jenkins 1616 Oct 23 04:14 Dockerfile 04:17:10 -rw-rw-r-- 1 jenkins jenkins 677 Oct 23 04:14 GOVERNANCE.md 04:17:10 -rw-rw-r-- 1 jenkins jenkins 681 Oct 23 04:14 Jenkinsfile 04:17:10 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 23 04:14 LICENSE 04:17:10 -rw-rw-r-- 1 jenkins jenkins 3139 Oct 23 04:14 Makefile 04:17:10 -rw-rw-r-- 1 jenkins jenkins 611 Oct 23 04:14 OWNERS.md 04:17:10 -rw-rw-r-- 1 jenkins jenkins 2363 Oct 23 04:14 README.md 04:17:10 -rw-rw-r-- 1 jenkins jenkins 7789 Oct 23 04:14 Record and Reply.postman_collection.json 04:17:10 -rw-rw-r-- 1 jenkins jenkins 12 Oct 23 04:14 VERSION 04:17:10 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:14 bin 04:17:10 -rw-r--r-- 1 jenkins jenkins 24666 Oct 23 04:16 coverage.out 04:17:10 -rw-rw-r-- 1 jenkins jenkins 3906 Oct 23 04:14 go.mod 04:17:10 -rw-rw-r-- 1 jenkins jenkins 34891 Oct 23 04:14 go.sum 04:17:10 drwxrwxr-x 7 jenkins jenkins 4096 Oct 23 04:14 internal 04:17:10 -rw-rw-r-- 1 jenkins jenkins 913 Oct 23 04:14 main.go 04:17:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:14 openapi 04:17:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:14 pkg 04:17:10 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:10 + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=dc181b80ea0be21e4569ae5558623740e499df97 --label arch=amd64 --label version=3.1.0-dev.59 . 04:17:10 Sending build context to Docker daemon 644.1kB 04:17:10 Step 1/26 : ARG BASE=golang:1.21-alpine3.18 04:17:10 Step 2/26 : FROM ${BASE} AS builder 04:17:10 ---> 5d5891fbb527 04:17:10 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 04:17:10 ---> Running in 73ab6ba69733 04:17:11 Removing intermediate container 73ab6ba69733 04:17:11 ---> 8b1f50ae4783 04:17:11 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 04:17:11 ---> Running in 9c4c7b5375c7 04:17:11 Removing intermediate container 9c4c7b5375c7 04:17:11 ---> c7c280d3eee6 04:17:11 Step 5/26 : ARG ADD_BUILD_TAGS="" 04:17:11 ---> Running in b1e8c5491a25 04:17:11 Removing intermediate container b1e8c5491a25 04:17:11 ---> aa709a6ffb5e 04:17:11 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:17:11 ---> Running in a58db0e53ca2 04:17:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:17:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:17:11 OK: 264 MiB in 52 packages 04:17:12 Removing intermediate container a58db0e53ca2 04:17:12 ---> e9c238748fea 04:17:12 Step 7/26 : WORKDIR /app 04:17:12 ---> Running in 36370d75a03d 04:17:12 Removing intermediate container 36370d75a03d 04:17:12 ---> 81ce0bae4376 04:17:12 Step 8/26 : COPY go.mod vendor* ./ 04:17:12 ---> 600e43a67d84 04:17:12 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:12 ---> Running in e936adc89b98 04:17:13 Removing intermediate container e936adc89b98 04:17:13 ---> 8e7d48106bd0 04:17:13 Step 10/26 : COPY . . 04:17:13 ---> e6fa707f9ad8 04:17:13 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:17:13 ---> Running in 4c2ed54aef8a 04:17:13 Removing intermediate container 4c2ed54aef8a 04:17:13 ---> a7efc099d724 04:17:13 Step 12/26 : RUN $MAKE 04:17:13 ---> Running in 3839ed6ea162 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:13 provisioning config files... 04:17:13 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/64@tmp/config10252740480428522715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:13 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.59" -trimpath -mod=readonly -o app-record-replay 04:17:14 ---> docker-login.sh 04:17:14 nexus3.edgexfoundry.org:10001 04:17:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:14 Configure a credential helper to remove this warning. See 04:17:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:14 04:17:14 Login Succeeded 04:17:14 nexus3.edgexfoundry.org:10002 04:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:15 Configure a credential helper to remove this warning. See 04:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:15 04:17:15 Login Succeeded 04:17:15 nexus3.edgexfoundry.org:10003 04:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:15 Configure a credential helper to remove this warning. See 04:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:15 04:17:15 Login Succeeded 04:17:15 nexus3.edgexfoundry.org:10004 04:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:16 Configure a credential helper to remove this warning. See 04:17:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:16 04:17:16 Login Succeeded 04:17:16 docker.io 04:17:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:16 Configure a credential helper to remove this warning. See 04:17:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:16 04:17:16 Login Succeeded 04:17:16 ---> docker-login.sh ends [Pipeline] } 04:17:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:17:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:17:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:17:17 ========================================================= 04:17:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 04:17:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:17 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 04:17:17 Sending build context to Docker daemon 259.1kB 04:17:17 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 04:17:17 Step 2/12 : FROM ${BASE} AS builder 04:17:17 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:17:17 9fda8d8052c6: Pulling fs layer 04:17:17 5d54e960e981: Pulling fs layer 04:17:17 c4a7e357bf2a: Pulling fs layer 04:17:17 f0e02332f6b5: Pulling fs layer 04:17:17 cefa15bbcfad: Pulling fs layer 04:17:17 17808c966233: Pulling fs layer 04:17:17 f4c1fc716caa: Pulling fs layer 04:17:17 f0e02332f6b5: Waiting 04:17:17 cefa15bbcfad: Waiting 04:17:17 17808c966233: Waiting 04:17:17 f4c1fc716caa: Waiting 04:17:17 5d54e960e981: Verifying Checksum 04:17:17 5d54e960e981: Download complete 04:17:17 f0e02332f6b5: Verifying Checksum 04:17:17 f0e02332f6b5: Download complete 04:17:17 cefa15bbcfad: Verifying Checksum 04:17:17 cefa15bbcfad: Download complete 04:17:17 9fda8d8052c6: Verifying Checksum 04:17:17 9fda8d8052c6: Download complete 04:17:18 f4c1fc716caa: Verifying Checksum 04:17:18 f4c1fc716caa: Download complete 04:17:18 9fda8d8052c6: Pull complete 04:17:19 5d54e960e981: Pull complete 04:17:19 c4a7e357bf2a: Verifying Checksum 04:17:19 c4a7e357bf2a: Download complete 04:17:20 17808c966233: Verifying Checksum 04:17:20 17808c966233: Download complete 04:17:32 c4a7e357bf2a: Pull complete 04:17:32 f0e02332f6b5: Pull complete 04:17:32 cefa15bbcfad: Pull complete 04:17:35 Removing intermediate container 3839ed6ea162 04:17:35 ---> 391702f036c4 04:17:35 Step 13/26 : FROM alpine:3.18 04:17:35 3.18: Pulling from library/alpine 04:17:35 96526aa774ef: Pulling fs layer 04:17:35 96526aa774ef: Download complete 04:17:35 96526aa774ef: Pull complete 04:17:35 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 04:17:35 Status: Downloaded newer image for alpine:3.18 04:17:35 ---> 8ca4688f4f35 04:17:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:17:35 ---> Running in ec679524d91e 04:17:35 Removing intermediate container ec679524d91e 04:17:35 ---> bb5b5cea31a7 04:17:35 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 04:17:35 ---> Running in 77bf5d450b2c 04:17:35 Removing intermediate container 77bf5d450b2c 04:17:35 ---> aa35189bf722 04:17:35 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 04:17:35 ---> Running in 69a187d11e5d 04:17:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:17:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:17:35 (1/2) Installing ca-certificates (20230506-r0) 04:17:35 (2/2) Installing dumb-init (1.2.5-r2) 04:17:35 Executing busybox-1.36.1-r2.trigger 04:17:35 Executing ca-certificates-20230506-r0.trigger 04:17:35 OK: 8 MiB in 17 packages 04:17:35 Removing intermediate container 69a187d11e5d 04:17:35 ---> a486e11648fe 04:17:35 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 04:17:35 ---> 24ad7f3dc8c3 04:17:35 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 04:17:35 ---> 2f62951f36c9 04:17:35 Step 19/26 : COPY --from=builder /app/res/ /res/ 04:17:35 ---> 69a0c5ade11d 04:17:35 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 04:17:36 ---> b1e8c9ddf50d 04:17:36 Step 21/26 : EXPOSE 59712 04:17:36 ---> Running in 8c0faa88b3b7 04:17:36 Removing intermediate container 8c0faa88b3b7 04:17:36 ---> 386215e6d606 04:17:36 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 04:17:36 ---> Running in 1eb20b394697 04:17:36 Removing intermediate container 1eb20b394697 04:17:36 ---> be02bcf7082b 04:17:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:17:36 ---> Running in aad9c77f2e89 04:17:36 Removing intermediate container aad9c77f2e89 04:17:36 ---> 10fe6de6a772 04:17:36 Step 24/26 : LABEL arch=amd64 04:17:36 ---> Running in 0411357572ba 04:17:36 Removing intermediate container 0411357572ba 04:17:36 ---> b24094fbd32b 04:17:36 Step 25/26 : LABEL git_sha=dc181b80ea0be21e4569ae5558623740e499df97 04:17:36 ---> Running in 9eddf0560f9c 04:17:36 Removing intermediate container 9eddf0560f9c 04:17:36 ---> 7eaf078036f3 04:17:36 Step 26/26 : LABEL version=3.1.0-dev.59 04:17:36 ---> Running in 33c960fc23cf 04:17:36 Removing intermediate container 33c960fc23cf 04:17:36 ---> 01d36aa9a958 04:17:36 [Warning] One or more build-args [ARCH] were not consumed 04:17:36 Successfully built 01d36aa9a958 04:17:37 Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:37 provisioning config files... 04:17:37 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10674354390451598241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:37 ---> docker-login.sh 04:17:37 nexus3.edgexfoundry.org:10001 04:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:37 Configure a credential helper to remove this warning. See 04:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:37 04:17:37 Login Succeeded 04:17:37 nexus3.edgexfoundry.org:10002 04:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:37 Configure a credential helper to remove this warning. See 04:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:37 04:17:37 Login Succeeded 04:17:37 nexus3.edgexfoundry.org:10003 04:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:37 Configure a credential helper to remove this warning. See 04:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:37 04:17:37 Login Succeeded 04:17:37 nexus3.edgexfoundry.org:10004 04:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:37 Configure a credential helper to remove this warning. See 04:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:37 04:17:37 Login Succeeded 04:17:37 docker.io 04:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:38 Configure a credential helper to remove this warning. See 04:17:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:38 04:17:38 Login Succeeded 04:17:38 ---> docker-login.sh ends [Pipeline] } 04:17:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:17:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:17:38 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 04:17:38 dc181b80ea0be21e4569ae5558623740e499df97 04:17:38 latest 04:17:38 3.1.0-dev.59 04:17:38 dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 04:17:38 main 04:17:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:38 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:39 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97 04:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:17:39 704d838eb4c7: Preparing 04:17:39 46e0a52c80f1: Preparing 04:17:39 117d4f9cb972: Preparing 04:17:39 8db1107cdf3a: Preparing 04:17:39 ada610b572f2: Preparing 04:17:39 cc2447e1835a: Preparing 04:17:39 cc2447e1835a: Waiting 04:17:39 8db1107cdf3a: Pushed 04:17:39 46e0a52c80f1: Pushed 04:17:39 117d4f9cb972: Pushed 04:17:39 cc2447e1835a: Layer already exists 04:17:39 ada610b572f2: Pushed 04:17:41 17808c966233: Pull complete 04:17:41 704d838eb4c7: Pushed 04:17:41 dc181b80ea0be21e4569ae5558623740e499df97: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:42 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:42 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 04:17:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:17:42 704d838eb4c7: Preparing 04:17:42 46e0a52c80f1: Preparing 04:17:42 117d4f9cb972: Preparing 04:17:42 8db1107cdf3a: Preparing 04:17:42 ada610b572f2: Preparing 04:17:42 cc2447e1835a: Preparing 04:17:42 cc2447e1835a: Waiting 04:17:42 46e0a52c80f1: Layer already exists 04:17:42 117d4f9cb972: Layer already exists 04:17:42 ada610b572f2: Layer already exists 04:17:42 704d838eb4c7: Layer already exists 04:17:42 8db1107cdf3a: Layer already exists 04:17:42 cc2447e1835a: Layer already exists 04:17:42 latest: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:42 f4c1fc716caa: Pull complete 04:17:42 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 04:17:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:17:42 ---> ea914061e18c 04:17:42 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 04:17:42 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:43 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.59 04:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:17:43 704d838eb4c7: Preparing 04:17:43 46e0a52c80f1: Preparing 04:17:43 117d4f9cb972: Preparing 04:17:43 8db1107cdf3a: Preparing 04:17:43 ada610b572f2: Preparing 04:17:43 cc2447e1835a: Preparing 04:17:43 cc2447e1835a: Waiting 04:17:43 704d838eb4c7: Layer already exists 04:17:43 46e0a52c80f1: Layer already exists 04:17:43 117d4f9cb972: Layer already exists 04:17:43 ada610b572f2: Layer already exists 04:17:43 8db1107cdf3a: Layer already exists 04:17:43 cc2447e1835a: Layer already exists 04:17:43 3.1.0-dev.59: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:43 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:43 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 04:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:17:43 704d838eb4c7: Preparing 04:17:43 46e0a52c80f1: Preparing 04:17:43 117d4f9cb972: Preparing 04:17:43 8db1107cdf3a: Preparing 04:17:43 ada610b572f2: Preparing 04:17:43 cc2447e1835a: Preparing 04:17:43 cc2447e1835a: Waiting 04:17:43 704d838eb4c7: Layer already exists 04:17:43 ada610b572f2: Layer already exists 04:17:43 117d4f9cb972: Layer already exists 04:17:43 46e0a52c80f1: Layer already exists 04:17:43 8db1107cdf3a: Layer already exists 04:17:43 cc2447e1835a: Layer already exists 04:17:43 dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:43 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:44 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 04:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:17:44 704d838eb4c7: Preparing 04:17:44 46e0a52c80f1: Preparing 04:17:44 117d4f9cb972: Preparing 04:17:44 8db1107cdf3a: Preparing 04:17:44 ada610b572f2: Preparing 04:17:44 cc2447e1835a: Preparing 04:17:44 cc2447e1835a: Waiting 04:17:44 ada610b572f2: Layer already exists 04:17:44 704d838eb4c7: Layer already exists 04:17:44 117d4f9cb972: Layer already exists 04:17:44 46e0a52c80f1: Layer already exists 04:17:44 8db1107cdf3a: Layer already exists 04:17:44 cc2447e1835a: Layer already exists 04:17:44 main: digest: sha256:18a976f2dca581d30af4ba79ad6104731f4d7666655c60312d53ad04293a1981 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:17:44 ===================================================== [Pipeline] echo 04:17:44 taggedImages: 04:17:44 - nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97 04:17:44 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 04:17:44 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.59 04:17:44 - nexus3.edgexfoundry.org:10004/app-record-replay:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 04:17:44 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:44 ---> Running in 5fb2a9c6149a 04:17:44 Removing intermediate container 5fb2a9c6149a 04:17:44 ---> d1aeeee25339 04:17:44 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:17:44 ---> Running in eb5bf9aabbcf 04:17:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:44 04:17:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:44 Removing intermediate container eb5bf9aabbcf 04:17:44 ---> 94c94c3ccbb4 04:17:44 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:17:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:45 latest: Pulling from edgex-lftools-log-publisher 04:17:45 5eb5b503b376: Pulling fs layer 04:17:45 5c69ac0246d0: Pulling fs layer 04:17:45 ec43610c2a17: Pulling fs layer 04:17:45 3a2ae6a8a46f: Pulling fs layer 04:17:45 33b1e0a273af: Pulling fs layer 04:17:45 5d3b04190fa2: Pulling fs layer 04:17:45 2f39f015ded8: Pulling fs layer 04:17:45 3a2ae6a8a46f: Waiting 04:17:45 33b1e0a273af: Waiting 04:17:45 5d3b04190fa2: Waiting 04:17:45 2f39f015ded8: Waiting 04:17:45 5c69ac0246d0: Download complete 04:17:45 3a2ae6a8a46f: Verifying Checksum 04:17:45 3a2ae6a8a46f: Download complete 04:17:45 33b1e0a273af: Verifying Checksum 04:17:45 33b1e0a273af: Download complete 04:17:45 5d3b04190fa2: Verifying Checksum 04:17:45 5d3b04190fa2: Download complete 04:17:45 ec43610c2a17: Verifying Checksum 04:17:45 ec43610c2a17: Download complete 04:17:45 ---> Running in 3fb84dd1e8cd 04:17:45 5eb5b503b376: Verifying Checksum 04:17:45 5eb5b503b376: Download complete 04:17:45 Removing intermediate container 3fb84dd1e8cd 04:17:45 ---> 550d09fedd2b 04:17:45 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:17:45 ---> Running in 74857cb9810b 04:17:45 2f39f015ded8: Download complete 04:17:46 5eb5b503b376: Pull complete 04:17:46 5c69ac0246d0: Pull complete 04:17:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:17:46 ec43610c2a17: Pull complete 04:17:46 3a2ae6a8a46f: Pull complete 04:17:47 33b1e0a273af: Pull complete 04:17:47 5d3b04190fa2: Pull complete 04:17:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:17:48 OK: 266 MiB in 52 packages 04:17:49 Removing intermediate container 74857cb9810b 04:17:49 ---> 606ffc95beca 04:17:49 Step 7/12 : WORKDIR /app 04:17:49 ---> Running in d3fdf1c619ef 04:17:49 Removing intermediate container d3fdf1c619ef 04:17:49 ---> 6f3215af2d3f 04:17:49 Step 8/12 : COPY go.mod vendor* ./ 04:17:51 ---> 9ebbddf5cbfb 04:17:51 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:51 ---> Running in 026fc5982cd8 04:17:51 2f39f015ded8: Pull complete 04:17:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:17:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:17:51 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:17:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:17:55 $ docker top 6ba282e1f95451fe45dba879bebb184c1c588fde63b5ad3ff35d358ce3306810 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:56 ---> job-cost.sh 04:17:56 lf-activate-venv: SKIPPING 04:17:56 INFO: No Stack... 04:17:56 INFO: Retrieving Pricing Info for: v3-standard-8 04:17:56 INFO: Archiving Costs [Pipeline] sh 04:17:57 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 04:17:57 + cut -d, -f6 [Pipeline] lock 04:17:57 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] 04:17:57 Resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] did not exist. Created. 04:17:57 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:17:57 + echo total: 0.2199999988079071 [Pipeline] stash 04:17:57 Stashed 1 file(s) [Pipeline] } 04:17:57 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] // lock [Pipeline] } 04:17:57 $ docker stop --time=1 6ba282e1f95451fe45dba879bebb184c1c588fde63b5ad3ff35d358ce3306810 04:17:58 $ docker rm -f --volumes 6ba282e1f95451fe45dba879bebb184c1c588fde63b5ad3ff35d358ce3306810 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:19:28 Removing intermediate container 026fc5982cd8 04:19:28 ---> 1b448a6546e2 04:19:28 Step 10/12 : COPY . . 04:19:28 ---> eef4dbd20c1a 04:19:28 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:19:28 ---> Running in dcfa5890a285 04:19:28 Removing intermediate container dcfa5890a285 04:19:28 ---> b05deb3b2df2 04:19:28 Step 12/12 : RUN $MAKE 04:19:28 ---> Running in b1d5052eeaee 04:19:28 noop 04:19:28 Removing intermediate container b1d5052eeaee 04:19:28 ---> c2a07136082b 04:19:28 Successfully built c2a07136082b 04:19:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:28 + docker inspect -f . ci-base-image-arm64 04:19:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:19:28 prd-ubuntu20.04-docker-arm64-4c-16g-9779 does not seem to be running inside a container 04:19:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/64 -v /w/workspace/app-record-replay/64:/w/workspace/app-record-replay/64:rw,z -v /w/workspace/app-record-replay/64@tmp:/w/workspace/app-record-replay/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:19:29 $ docker top 775d7a1bafb1b907d7f3976aa9a2ecf34f2c4ac59268b333b8cd98cd5d52726c -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:30 + go version 04:19:30 go version go1.21.0 linux/arm64 [Pipeline] } 04:19:30 $ docker stop --time=1 775d7a1bafb1b907d7f3976aa9a2ecf34f2c4ac59268b333b8cd98cd5d52726c 04:19:32 $ docker rm -f --volumes 775d7a1bafb1b907d7f3976aa9a2ecf34f2c4ac59268b333b8cd98cd5d52726c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:32 + docker inspect -f . ci-base-image-arm64 04:19:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:19:33 prd-ubuntu20.04-docker-arm64-4c-16g-9779 does not seem to be running inside a container 04:19:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-record-replay/64 -v /w/workspace/app-record-replay/64:/w/workspace/app-record-replay/64:rw,z -v /w/workspace/app-record-replay/64@tmp:/w/workspace/app-record-replay/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:19:34 $ docker top 070a9124cfe817166a630b2f68d5b6aea97f9d43ceac400515b32f1b6d05d1fa -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:34 + git config --global --add safe.directory /w/workspace/app-record-replay/64 [Pipeline] fileExists [Pipeline] sh 04:19:34 + make test 04:19:35 go test -race -coverprofile=coverage.out ./... 04:21:41 ? github.com/edgexfoundry/app-record-replay [no test files] 04:21:43 ok github.com/edgexfoundry/app-record-replay/internal/app 1.217s coverage: 88.0% of statements 04:21:47 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 04:21:47 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 04:21:48 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 04:21:56 ok github.com/edgexfoundry/app-record-replay/internal/application 9.973s coverage: 98.7% of statements 04:21:56 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.492s coverage: 89.7% of statements 04:21:56 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.161s coverage: 100.0% of statements 04:21:57 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:21:57 go vet ./... 04:23:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:23:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:23:49 ./bin/test-attribution-txt.sh [Pipeline] echo 04:23:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:23:49 $ docker stop --time=1 070a9124cfe817166a630b2f68d5b6aea97f9d43ceac400515b32f1b6d05d1fa 04:23:51 $ docker rm -f --volumes 070a9124cfe817166a630b2f68d5b6aea97f9d43ceac400515b32f1b6d05d1fa [Pipeline] // withDockerContainer [Pipeline] sh 04:23:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:23:52 Warning: overwriting stash ‘coverage-report’ 04:23:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:23:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:23:53 + ls -al . 04:23:53 total 184 04:23:53 drwxrwxr-x 9 jenkins jenkins 4096 Oct 23 04:19 . 04:23:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 04:16 .. 04:23:53 -rw-rw-r-- 1 jenkins jenkins 119 Oct 23 04:16 .dockerignore 04:23:53 drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 04:16 .git 04:23:53 drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:16 .github 04:23:53 -rw-rw-r-- 1 jenkins jenkins 164 Oct 23 04:16 .gitignore 04:23:53 -rw-rw-r-- 1 jenkins jenkins 41 Oct 23 04:16 .golangci.yml 04:23:53 -rw-rw-r-- 1 jenkins jenkins 11301 Oct 23 04:16 Attribution.txt 04:23:53 -rw-rw-r-- 1 jenkins jenkins 258 Oct 23 04:16 CHANGELOG.md 04:23:53 -rw-rw-r-- 1 jenkins jenkins 1616 Oct 23 04:16 Dockerfile 04:23:53 -rw-rw-r-- 1 jenkins jenkins 677 Oct 23 04:16 GOVERNANCE.md 04:23:53 -rw-rw-r-- 1 jenkins jenkins 681 Oct 23 04:16 Jenkinsfile 04:23:53 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 23 04:16 LICENSE 04:23:53 -rw-rw-r-- 1 jenkins jenkins 3139 Oct 23 04:16 Makefile 04:23:53 -rw-rw-r-- 1 jenkins jenkins 611 Oct 23 04:16 OWNERS.md 04:23:53 -rw-rw-r-- 1 jenkins jenkins 2363 Oct 23 04:16 README.md 04:23:53 -rw-rw-r-- 1 jenkins jenkins 7789 Oct 23 04:16 Record and Reply.postman_collection.json 04:23:53 -rw-rw-r-- 1 jenkins jenkins 12 Oct 23 04:14 VERSION 04:23:53 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:16 bin 04:23:53 -rw-r--r-- 1 jenkins jenkins 24666 Oct 23 04:21 coverage.out 04:23:53 -rw-rw-r-- 1 jenkins jenkins 3906 Oct 23 04:16 go.mod 04:23:53 -rw-rw-r-- 1 jenkins jenkins 34891 Oct 23 04:16 go.sum 04:23:53 drwxrwxr-x 7 jenkins jenkins 4096 Oct 23 04:16 internal 04:23:53 -rw-rw-r-- 1 jenkins jenkins 913 Oct 23 04:16 main.go 04:23:53 drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:16 openapi 04:23:53 drwxrwxr-x 3 jenkins jenkins 4096 Oct 23 04:16 pkg 04:23:53 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 04:16 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:23:54 + docker build -t app-record-replay-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=dc181b80ea0be21e4569ae5558623740e499df97 --label arch=arm64 --label version=3.1.0-dev.59 . 04:23:54 Sending build context to Docker daemon 284.7kB 04:23:54 Step 1/26 : ARG BASE=golang:1.21-alpine3.18 04:23:54 Step 2/26 : FROM ${BASE} AS builder 04:23:54 ---> c2a07136082b 04:23:54 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 04:23:54 ---> Running in 54f876e10ba9 04:23:54 Removing intermediate container 54f876e10ba9 04:23:54 ---> 67dea267c3cd 04:23:54 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 04:23:55 ---> Running in 842661db700c 04:23:55 Removing intermediate container 842661db700c 04:23:55 ---> 1e44502c1aec 04:23:55 Step 5/26 : ARG ADD_BUILD_TAGS="" 04:23:55 ---> Running in 2233fa633df6 04:23:55 Removing intermediate container 2233fa633df6 04:23:55 ---> a3ecc302c27a 04:23:55 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:23:55 ---> Running in 31b62519394c 04:23:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:23:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:23:58 OK: 266 MiB in 52 packages 04:23:59 Removing intermediate container 31b62519394c 04:23:59 ---> 828aca7b1707 04:23:59 Step 7/26 : WORKDIR /app 04:23:59 ---> Running in c6960996b66b 04:24:00 Removing intermediate container c6960996b66b 04:24:00 ---> 232d6eb76769 04:24:00 Step 8/26 : COPY go.mod vendor* ./ 04:24:00 ---> 1369d5fa2b96 04:24:00 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:24:00 ---> Running in 37e5e892fd15 04:24:03 Removing intermediate container 37e5e892fd15 04:24:03 ---> 0c855a82fa0c 04:24:03 Step 10/26 : COPY . . 04:24:04 ---> 2d1cd7f1e779 04:24:04 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:24:04 ---> Running in 11567b60e642 04:24:04 Removing intermediate container 11567b60e642 04:24:04 ---> 7960d4fafc83 04:24:04 Step 12/26 : RUN $MAKE 04:24:04 ---> Running in 5d39a7d42855 04:24:05 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.59" -trimpath -mod=readonly -o app-record-replay 04:25:57 Removing intermediate container 5d39a7d42855 04:25:57 ---> 8f0c667b2abb 04:25:57 Step 13/26 : FROM alpine:3.18 04:25:57 3.18: Pulling from library/alpine 04:25:57 579b34f0a95b: Pulling fs layer 04:25:57 579b34f0a95b: Download complete 04:25:57 579b34f0a95b: Pull complete 04:25:57 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 04:25:57 Status: Downloaded newer image for alpine:3.18 04:25:57 ---> 3cc203321400 04:25:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:25:57 ---> Running in 141f64f005c4 04:25:57 Removing intermediate container 141f64f005c4 04:25:57 ---> 0c048d5947a8 04:25:57 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 04:25:57 ---> Running in 900cfbfe4089 04:25:57 Removing intermediate container 900cfbfe4089 04:25:57 ---> 3c652ce36cef 04:25:57 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 04:25:57 ---> Running in cb9b72811d26 04:25:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:25:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:25:57 (1/2) Installing ca-certificates (20230506-r0) 04:25:57 (2/2) Installing dumb-init (1.2.5-r2) 04:25:57 Executing busybox-1.36.1-r2.trigger 04:25:57 Executing ca-certificates-20230506-r0.trigger 04:25:57 OK: 9 MiB in 17 packages 04:25:57 Removing intermediate container cb9b72811d26 04:25:57 ---> 9d8d15c5d37d 04:25:57 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 04:25:57 ---> 575cd2041fb5 04:25:57 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 04:25:57 ---> c34c5c77f7af 04:25:57 Step 19/26 : COPY --from=builder /app/res/ /res/ 04:25:57 ---> 5b515a3959e1 04:25:57 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 04:25:57 ---> 8df2e10c1b9c 04:25:57 Step 21/26 : EXPOSE 59712 04:25:57 ---> Running in 0861eaec4a20 04:25:57 Removing intermediate container 0861eaec4a20 04:25:57 ---> e37d5c359b19 04:25:57 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 04:25:57 ---> Running in e46c073ef653 04:25:57 Removing intermediate container e46c073ef653 04:25:57 ---> a5a9888ba1bd 04:25:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:25:57 ---> Running in d895d8995bfa 04:25:57 Removing intermediate container d895d8995bfa 04:25:57 ---> ef9d466e3243 04:25:57 Step 24/26 : LABEL arch=arm64 04:25:57 ---> Running in 8b344f6925a2 04:25:57 Removing intermediate container 8b344f6925a2 04:25:57 ---> 4721d2992c73 04:25:57 Step 25/26 : LABEL git_sha=dc181b80ea0be21e4569ae5558623740e499df97 04:25:57 ---> Running in c3859fe38832 04:25:57 Removing intermediate container c3859fe38832 04:25:57 ---> cb5f6ee28454 04:25:57 Step 26/26 : LABEL version=3.1.0-dev.59 04:25:57 ---> Running in b1811a0130d0 04:25:58 Removing intermediate container b1811a0130d0 04:25:58 ---> 4bfbe12f5df5 04:25:58 [Warning] One or more build-args [ARCH] were not consumed 04:25:58 Successfully built 4bfbe12f5df5 04:25:58 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 04:25:58 provisioning config files... 04:25:58 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/64@tmp/config7569477982426139707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:25:58 ---> docker-login.sh 04:25:58 nexus3.edgexfoundry.org:10001 04:25:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:25:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:25:58 Configure a credential helper to remove this warning. See 04:25:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:25:58 04:25:58 Login Succeeded 04:25:58 nexus3.edgexfoundry.org:10002 04:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:25:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:25:59 Configure a credential helper to remove this warning. See 04:25:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:25:59 04:25:59 Login Succeeded 04:25:59 nexus3.edgexfoundry.org:10003 04:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:25:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:25:59 Configure a credential helper to remove this warning. See 04:25:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:25:59 04:25:59 Login Succeeded 04:25:59 nexus3.edgexfoundry.org:10004 04:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:25:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:25:59 Configure a credential helper to remove this warning. See 04:25:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:25:59 04:25:59 Login Succeeded 04:25:59 docker.io 04:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:26:00 Configure a credential helper to remove this warning. See 04:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:26:00 04:26:00 Login Succeeded 04:26:00 ---> docker-login.sh ends [Pipeline] } 04:26:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:26:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:26:00 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 04:26:00 dc181b80ea0be21e4569ae5558623740e499df97 04:26:00 latest 04:26:00 3.1.0-dev.59 04:26:00 dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 04:26:00 main 04:26:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:00 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:01 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97 04:26:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:26:01 66e0b6f50c27: Preparing 04:26:01 bfe50a95024f: Preparing 04:26:01 dda477dea903: Preparing 04:26:01 00f16219d197: Preparing 04:26:01 8db35d9dc786: Preparing 04:26:01 5f4d9fc4d98d: Preparing 04:26:01 5f4d9fc4d98d: Waiting 04:26:01 bfe50a95024f: Pushed 04:26:01 dda477dea903: Pushed 04:26:01 00f16219d197: Pushed 04:26:01 5f4d9fc4d98d: Layer already exists 04:26:01 8db35d9dc786: Pushed 04:26:06 66e0b6f50c27: Pushed 04:26:07 dc181b80ea0be21e4569ae5558623740e499df97: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:07 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:07 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 04:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:26:07 66e0b6f50c27: Preparing 04:26:07 bfe50a95024f: Preparing 04:26:07 dda477dea903: Preparing 04:26:07 00f16219d197: Preparing 04:26:07 8db35d9dc786: Preparing 04:26:07 5f4d9fc4d98d: Preparing 04:26:07 5f4d9fc4d98d: Waiting 04:26:07 8db35d9dc786: Layer already exists 04:26:07 dda477dea903: Layer already exists 04:26:07 00f16219d197: Layer already exists 04:26:07 66e0b6f50c27: Layer already exists 04:26:07 bfe50a95024f: Layer already exists 04:26:07 5f4d9fc4d98d: Layer already exists 04:26:07 latest: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:08 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:08 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.59 04:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:26:08 66e0b6f50c27: Preparing 04:26:08 bfe50a95024f: Preparing 04:26:08 dda477dea903: Preparing 04:26:08 00f16219d197: Preparing 04:26:08 8db35d9dc786: Preparing 04:26:08 5f4d9fc4d98d: Preparing 04:26:08 5f4d9fc4d98d: Waiting 04:26:08 8db35d9dc786: Layer already exists 04:26:08 00f16219d197: Layer already exists 04:26:08 dda477dea903: Layer already exists 04:26:08 bfe50a95024f: Layer already exists 04:26:08 66e0b6f50c27: Layer already exists 04:26:08 5f4d9fc4d98d: Layer already exists 04:26:08 3.1.0-dev.59: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:09 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 04:26:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:26:09 66e0b6f50c27: Preparing 04:26:09 bfe50a95024f: Preparing 04:26:09 dda477dea903: Preparing 04:26:09 00f16219d197: Preparing 04:26:09 8db35d9dc786: Preparing 04:26:09 5f4d9fc4d98d: Preparing 04:26:09 5f4d9fc4d98d: Waiting 04:26:09 00f16219d197: Layer already exists 04:26:09 dda477dea903: Layer already exists 04:26:09 66e0b6f50c27: Layer already exists 04:26:09 8db35d9dc786: Layer already exists 04:26:09 bfe50a95024f: Layer already exists 04:26:09 5f4d9fc4d98d: Layer already exists 04:26:09 dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:09 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:10 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 04:26:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:26:10 66e0b6f50c27: Preparing 04:26:10 bfe50a95024f: Preparing 04:26:10 dda477dea903: Preparing 04:26:10 00f16219d197: Preparing 04:26:10 8db35d9dc786: Preparing 04:26:10 5f4d9fc4d98d: Preparing 04:26:10 5f4d9fc4d98d: Waiting 04:26:10 dda477dea903: Layer already exists 04:26:10 00f16219d197: Layer already exists 04:26:10 bfe50a95024f: Layer already exists 04:26:10 8db35d9dc786: Layer already exists 04:26:10 66e0b6f50c27: Layer already exists 04:26:10 5f4d9fc4d98d: Layer already exists 04:26:10 main: digest: sha256:57fa84ebff8095b9d86d4645a5726da3b22584cfcb9c5a5fd70e4f98d51172fc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:26:10 ===================================================== [Pipeline] echo 04:26:10 taggedImages: 04:26:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97 04:26:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 04:26:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.59 04:26:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc181b80ea0be21e4569ae5558623740e499df97-3.1.0-dev.59 04:26:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:26:10 04:26:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:26:11 arm64: Pulling from edgex-lftools-log-publisher 04:26:11 8998bd30e6a1: Pulling fs layer 04:26:11 04944245beec: Pulling fs layer 04:26:11 699f458cf7ca: Pulling fs layer 04:26:11 765212b225bb: Pulling fs layer 04:26:11 f23df028b6ca: Pulling fs layer 04:26:11 d65c8cfc05b1: Pulling fs layer 04:26:11 2437ff75d9bd: Pulling fs layer 04:26:11 765212b225bb: Waiting 04:26:11 f23df028b6ca: Waiting 04:26:11 d65c8cfc05b1: Waiting 04:26:11 2437ff75d9bd: Waiting 04:26:11 04944245beec: Verifying Checksum 04:26:11 04944245beec: Download complete 04:26:11 f23df028b6ca: Verifying Checksum 04:26:11 f23df028b6ca: Download complete 04:26:11 d65c8cfc05b1: Verifying Checksum 04:26:11 d65c8cfc05b1: Download complete 04:26:11 699f458cf7ca: Verifying Checksum 04:26:11 699f458cf7ca: Download complete 04:26:12 8998bd30e6a1: Verifying Checksum 04:26:12 8998bd30e6a1: Download complete 04:26:14 2437ff75d9bd: Verifying Checksum 04:26:14 2437ff75d9bd: Download complete 04:26:16 8998bd30e6a1: Pull complete 04:26:17 04944245beec: Pull complete 04:26:18 699f458cf7ca: Pull complete 04:26:18 765212b225bb: Pull complete 04:26:19 f23df028b6ca: Pull complete 04:26:20 d65c8cfc05b1: Pull complete 04:26:38 2437ff75d9bd: Pull complete 04:26:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:26:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:26:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:26:38 prd-ubuntu20.04-docker-arm64-4c-16g-9779 does not seem to be running inside a container 04:26:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-record-replay/64 -v /w/workspace/app-record-replay/64:/w/workspace/app-record-replay/64:rw,z -v /w/workspace/app-record-replay/64@tmp:/w/workspace/app-record-replay/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:26:41 $ docker top 422c04b8605df23743ac8a2743ae2a2d05a52677e051d3d613591589627b8a41 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:26:41 ---> job-cost.sh 04:26:41 lf-activate-venv: SKIPPING 04:26:41 INFO: No Stack... 04:26:42 INFO: Retrieving Pricing Info for: v3-standard-4 04:26:43 INFO: Archiving Costs [Pipeline] sh 04:26:43 + + cut -d, -f6 04:26:43 cat /w/workspace/app-record-replay/64/archives/cost.csv [Pipeline] lock 04:26:43 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] 04:26:43 Resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] did not exist. Created. 04:26:43 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:26:44 /w/workspace/app-record-replay/64@tmp/durable-b06796bd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:26:44 + echo total: 0.10999999940395355 [Pipeline] stash 04:26:44 Warning: overwriting stash ‘stack-cost’ 04:26:44 Stashed 1 file(s) [Pipeline] } 04:26:44 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-64-stack-cost] [Pipeline] // lock [Pipeline] } 04:26:44 $ docker stop --time=1 422c04b8605df23743ac8a2743ae2a2d05a52677e051d3d613591589627b8a41 04:26:46 $ docker rm -f --volumes 422c04b8605df23743ac8a2743ae2a2d05a52677e051d3d613591589627b8a41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:26:46 provisioning config files... 04:26:46 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7099382107820552136tmp [Pipeline] { [Pipeline] sh 04:26:46 + set +x 04:26:46 + curl -s https://codecov.io/bash 04:26:46 + bash -s -- 04:26:46 04:26:46 _____ _ 04:26:46 / ____| | | 04:26:46 | | ___ __| | ___ ___ _____ __ 04:26:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:26:46 | |___| (_) | (_| | __/ (_| (_) \ V / 04:26:46 \_____\___/ \__,_|\___|\___\___/ \_/ 04:26:46 Bash-1.0.6 04:26:46 04:26:46 04:26:46 ==> git version 2.25.1 found 04:26:46 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:26:46 Release-Date: 2020-01-08 04:26:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:26:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:26:46 ==> Jenkins CI detected. 04:26:46 current dir:  /w/workspace/exfoundry_app-record-replay_main 04:26:46 project root: . 04:26:46 --> token set from env 04:26:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:26:46 ==> Running gcov in . (disable via -X gcov) 04:26:46 ==> Python coveragepy not found 04:26:46 ==> Searching for coverage reports in: 04:26:46 + . 04:26:46 -> Found 1 reports 04:26:46 ==> Detecting git/mercurial file structure 04:26:47 ==> Reading reports 04:26:47 + ./coverage.out bytes=24666 04:26:47 ==> Appending adjustments 04:26:47 https://docs.codecov.io/docs/fixing-reports 04:26:47 + Found adjustments 04:26:47 ==> Gzipping contents 04:26:47 8.0K /tmp/codecov.XATfmv.gz 04:26:47 ==> Uploading reports 04:26:47 url: https://codecov.io 04:26:47 query: branch=main&commit=dc181b80ea0be21e4569ae5558623740e499df97&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 04:26:47 -> Pinging Codecov 04:26:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6761a825-4501-4abd-88ee-552c6fc4520a&branch=main&commit=dc181b80ea0be21e4569ae5558623740e499df97&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 04:26:47 -> Uploading to 04:26:47 https://storage.googleapis.com/codecov/v4/raw/2023-10-23/F467761B9912B4F32F9BC62907045C81/dc181b80ea0be21e4569ae5558623740e499df97/a4803af5-e98f-43dd-961e-8a0249c8fb66.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231023%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231023T042647Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35e10eb2106eb0d5a7aedd5d320115ecb6e3c7ec01b33c8444b03a8b8aeeba47 04:26:47 % Total % Received % Xferd Average Speed Time Time Time Current 04:26:47 Dload Upload Total Spent Left Speed 04:26:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4850 0 0 100 4850 0 15849 --:--:-- --:--:-- --:--:-- 15849 04:26:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] } 04:26:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:26:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:26:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:26:48 04:26:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:26:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:26:48 df9b9388f04a: Pulling fs layer 04:26:48 52dc419b0ee2: Pulling fs layer 04:26:48 25bc292e5bac: Pulling fs layer 04:26:48 114826534d7a: Pulling fs layer 04:26:48 4657fd5d0bcf: Pulling fs layer 04:26:48 6ad1cebc031e: Pulling fs layer 04:26:48 8a3aa393b2d8: Pulling fs layer 04:26:48 114826534d7a: Waiting 04:26:48 6ad1cebc031e: Waiting 04:26:48 4657fd5d0bcf: Waiting 04:26:48 8a3aa393b2d8: Waiting 04:26:48 25bc292e5bac: Verifying Checksum 04:26:48 25bc292e5bac: Download complete 04:26:48 52dc419b0ee2: Verifying Checksum 04:26:48 52dc419b0ee2: Download complete 04:26:48 4657fd5d0bcf: Download complete 04:26:48 df9b9388f04a: Download complete 04:26:48 6ad1cebc031e: Verifying Checksum 04:26:48 6ad1cebc031e: Download complete 04:26:48 df9b9388f04a: Pull complete 04:26:48 52dc419b0ee2: Pull complete 04:26:48 25bc292e5bac: Pull complete 04:26:49 114826534d7a: Verifying Checksum 04:26:49 114826534d7a: Download complete 04:26:49 8a3aa393b2d8: Verifying Checksum 04:26:49 8a3aa393b2d8: Download complete 04:26:52 114826534d7a: Pull complete 04:26:52 4657fd5d0bcf: Pull complete 04:26:52 6ad1cebc031e: Pull complete 04:26:56 8a3aa393b2d8: Pull complete 04:26:56 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 04:26:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:26:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:26:56 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:26:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:27:02 $ docker top d703fa0573dbfadb2e16a12511c8500574c3d69cda01fbb207122155ef88530a -eo pid,comm [Pipeline] { [Pipeline] echo 04:27:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 04:27:02 + set -o pipefail 04:27:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 04:27:10 04:27:10 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 04:27:10 04:27:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/fb2221ef-4738-4bad-a0c9-843d669c74f2 04:27:10 04:27:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:27:10 04:27:10 04:27:10 A medium severity vulnerability was found in the Snyk CLI versions you are using. 04:27:10 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 04:27:10 More details here: https://snyk.co/ue1NS [Pipeline] } 04:27:10 $ docker stop --time=1 d703fa0573dbfadb2e16a12511c8500574c3d69cda01fbb207122155ef88530a 04:27:14 $ docker rm -f --volumes d703fa0573dbfadb2e16a12511c8500574c3d69cda01fbb207122155ef88530a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:27:15 + git log --format=format:%s -1 dc181b80ea0be21e4569ae5558623740e499df97 [Pipeline] sh 04:27:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:27:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:27:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:27:16 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:27:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:27:16 $ docker top 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 -eo pid,comm 04:27:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:27:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:27:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:27:16 [ssh-agent] Looking for ssh-agent implementation... 04:27:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:27:16 $ docker exec 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 ssh-agent 04:27:16 SSH_AUTH_SOCK=/tmp/ssh-O045aiwiCfq9/agent.32 04:27:16 SSH_AGENT_PID=38 04:27:16 Running ssh-add (command line suppressed) 04:27:17 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2173913377640222439.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2173913377640222439.key) 04:27:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:27:17 + git semver tag 04:27:17 2023-10-23 04:27:17,551 [run_tag] DEBUG tag force:False 04:27:17 2023-10-23 04:27:17,551 [check_head_tag] DEBUG check head tag 04:27:17 2023-10-23 04:27:17,552 [execute] INFO git cat-file --batch-check 04:27:17 2023-10-23 04:27:17,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 04:27:17 2023-10-23 04:27:17,555 [execute] INFO git cat-file --batch 04:27:17 2023-10-23 04:27:17,556 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 04:27:17 2023-10-23 04:27:17,573 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:27:17 2023-10-23 04:27:17,573 [execute] INFO git tag -a v3.1.0-dev.59 -m v3.1.0-dev.59 04:27:17 2023-10-23 04:27:17,574 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.59', '-m', 'v3.1.0-dev.59'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 04:27:17 2023-10-23 04:27:17,578 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:27:17 3.1.0-dev.59 [Pipeline] } 04:27:17 $ docker exec --env ******** --env ******** 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 ssh-agent -k 04:27:17 unset SSH_AUTH_SOCK; 04:27:17 unset SSH_AGENT_PID; 04:27:17 echo Agent pid 38 killed; 04:27:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:27:18 + git semver [Pipeline] } 04:27:18 $ docker stop --time=1 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 04:27:19 $ docker rm -f --volumes 166a0c6e4bed70cc8808160db6a0dd1f62949cc6476de5ff0a180a97047d0685 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:27:19 04:27:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:27:20 0.23.1-centos7: Pulling from edgex-lftools 04:27:20 ab5ef0e58194: Pulling fs layer 04:27:20 9712f1f96733: Pulling fs layer 04:27:20 63f879dbbcfc: Pulling fs layer 04:27:20 0d9ebad4ef96: Pulling fs layer 04:27:20 e9a5061849ea: Pulling fs layer 04:27:20 d747dcd14b5f: Pulling fs layer 04:27:20 2de7ff778b66: Pulling fs layer 04:27:20 0d9ebad4ef96: Waiting 04:27:20 e9a5061849ea: Waiting 04:27:20 d747dcd14b5f: Waiting 04:27:20 2de7ff778b66: Waiting 04:27:20 9712f1f96733: Verifying Checksum 04:27:20 9712f1f96733: Download complete 04:27:20 63f879dbbcfc: Verifying Checksum 04:27:20 63f879dbbcfc: Download complete 04:27:20 e9a5061849ea: Verifying Checksum 04:27:20 e9a5061849ea: Download complete 04:27:20 d747dcd14b5f: Verifying Checksum 04:27:20 d747dcd14b5f: Download complete 04:27:20 ab5ef0e58194: Verifying Checksum 04:27:20 ab5ef0e58194: Download complete 04:27:20 0d9ebad4ef96: Verifying Checksum 04:27:20 0d9ebad4ef96: Download complete 04:27:20 2de7ff778b66: Verifying Checksum 04:27:20 2de7ff778b66: Download complete 04:27:23 ab5ef0e58194: Pull complete 04:27:23 9712f1f96733: Pull complete 04:27:23 63f879dbbcfc: Pull complete 04:27:27 0d9ebad4ef96: Pull complete 04:27:27 e9a5061849ea: Pull complete 04:27:27 d747dcd14b5f: Pull complete 04:27:28 2de7ff778b66: Pull complete 04:27:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:27:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:27:28 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:27:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:27:35 $ docker top 76a1710fda299897fdd83499273c53b7652adb84f647a7ae83c309b127b98b7e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:27:35 provisioning config files... 04:27:35 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4093212415779630358tmp 04:27:35 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15862651632632924608tmp 04:27:35 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10748010858737149206tmp [Pipeline] { [Pipeline] echo 04:27:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:27:35 ---> sigul-configuration.sh 04:27:35 gpg: directory `/root/.gnupg' created 04:27:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:27:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:27:35 gpg: keyring `/root/.gnupg/secring.gpg' created 04:27:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:27:35 gpg: CAST5 encrypted data 04:27:35 gpg: encrypted with 1 passphrase 04:27:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:27:35 + mkdir /home/jenkins 04:27:35 + mkdir /home/jenkins/sigul [Pipeline] sh 04:27:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 04:27:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:27:36 ---> sigul-install.sh 04:27:36 Sigul already installed; skipping installation. [Pipeline] sh 04:27:36 + git tag --list 04:27:36 v3.1.0-dev.0 04:27:36 v3.1.0-dev.1 04:27:36 v3.1.0-dev.10 04:27:36 v3.1.0-dev.11 04:27:36 v3.1.0-dev.12 04:27:36 v3.1.0-dev.13 04:27:36 v3.1.0-dev.14 04:27:36 v3.1.0-dev.15 04:27:36 v3.1.0-dev.16 04:27:36 v3.1.0-dev.17 04:27:36 v3.1.0-dev.18 04:27:36 v3.1.0-dev.19 04:27:36 v3.1.0-dev.2 04:27:36 v3.1.0-dev.20 04:27:36 v3.1.0-dev.21 04:27:36 v3.1.0-dev.22 04:27:36 v3.1.0-dev.23 04:27:36 v3.1.0-dev.24 04:27:36 v3.1.0-dev.25 04:27:36 v3.1.0-dev.26 04:27:36 v3.1.0-dev.27 04:27:36 v3.1.0-dev.28 04:27:36 v3.1.0-dev.29 04:27:36 v3.1.0-dev.3 04:27:36 v3.1.0-dev.30 04:27:36 v3.1.0-dev.31 04:27:36 v3.1.0-dev.32 04:27:36 v3.1.0-dev.33 04:27:36 v3.1.0-dev.34 04:27:36 v3.1.0-dev.35 04:27:36 v3.1.0-dev.36 04:27:36 v3.1.0-dev.37 04:27:36 v3.1.0-dev.38 04:27:36 v3.1.0-dev.39 04:27:36 v3.1.0-dev.4 04:27:36 v3.1.0-dev.40 04:27:36 v3.1.0-dev.41 04:27:36 v3.1.0-dev.42 04:27:36 v3.1.0-dev.43 04:27:36 v3.1.0-dev.44 04:27:36 v3.1.0-dev.45 04:27:36 v3.1.0-dev.46 04:27:36 v3.1.0-dev.47 04:27:36 v3.1.0-dev.48 04:27:36 v3.1.0-dev.49 04:27:36 v3.1.0-dev.5 04:27:36 v3.1.0-dev.50 04:27:36 v3.1.0-dev.51 04:27:36 v3.1.0-dev.52 04:27:36 v3.1.0-dev.53 04:27:36 v3.1.0-dev.54 04:27:36 v3.1.0-dev.55 04:27:36 v3.1.0-dev.56 04:27:36 v3.1.0-dev.57 04:27:36 v3.1.0-dev.58 04:27:36 v3.1.0-dev.59 04:27:36 v3.1.0-dev.6 04:27:36 v3.1.0-dev.7 04:27:36 v3.1.0-dev.8 04:27:36 v3.1.0-dev.9 [Pipeline] sh 04:27:36 + lftools sign git-tag v3.1.0-dev.59 04:27:37 Signing Git tag with Sigul... 04:27:37 Signing v3.1.0-dev.59 [Pipeline] echo 04:27:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:27:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:27:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:27:38 $ docker stop --time=1 76a1710fda299897fdd83499273c53b7652adb84f647a7ae83c309b127b98b7e 04:27:39 $ docker rm -f --volumes 76a1710fda299897fdd83499273c53b7652adb84f647a7ae83c309b127b98b7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:27:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:27:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:27:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:27:40 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:27:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:27:40 $ docker top 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:27:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:27:40 [ssh-agent] Looking for ssh-agent implementation... 04:27:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:27:40 $ docker exec 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b ssh-agent 04:27:40 SSH_AUTH_SOCK=/tmp/ssh-NmFxHvnJGt9U/agent.31 04:27:40 SSH_AGENT_PID=37 04:27:40 Running ssh-add (command line suppressed) 04:27:40 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2057127345928554954.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2057127345928554954.key) 04:27:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:27:41 + git semver bump pre 04:27:41 2023-10-23 04:27:41,337 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:27:41 2023-10-23 04:27:41,338 [bump_version] DEBUG bumping version:3.1.0-dev.59 on axis:pre with prefix:dev 04:27:41 2023-10-23 04:27:41,338 [bump_version] DEBUG bumped version:3.1.0-dev.60 04:27:41 2023-10-23 04:27:41,338 [write_version] DEBUG write version:3.1.0-dev.60 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 04:27:41 2023-10-23 04:27:41,338 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:27:41 2023-10-23 04:27:41,338 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 04:27:41 2023-10-23 04:27:41,339 [execute] INFO git cat-file --batch-check 04:27:41 2023-10-23 04:27:41,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:27:41 2023-10-23 04:27:41,345 [execute] INFO git cat-file --batch 04:27:41 2023-10-23 04:27:41,345 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:27:41 2023-10-23 04:27:41,350 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:27:41 3.1.0-dev.60 [Pipeline] } 04:27:41 $ docker exec --env ******** --env ******** 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b ssh-agent -k 04:27:41 unset SSH_AUTH_SOCK; 04:27:41 unset SSH_AGENT_PID; 04:27:41 echo Agent pid 37 killed; 04:27:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:27:41 + git semver [Pipeline] } 04:27:42 $ docker stop --time=1 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b 04:27:43 $ docker rm -f --volumes 9574f6a9c29e77f3d2c40203ea6b685b07210f747b448e75f35b5488f5d2b06b [Pipeline] // withDockerContainer [Pipeline] sh 04:27:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:27:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:27:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:27:44 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:27:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:27:44 $ docker top bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 -eo pid,comm 04:27:44 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:27:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:27:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:27:44 [ssh-agent] Looking for ssh-agent implementation... 04:27:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:27:44 $ docker exec bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 ssh-agent 04:27:44 SSH_AUTH_SOCK=/tmp/ssh-d6QWAdS9ibMJ/agent.33 04:27:44 SSH_AGENT_PID=39 04:27:44 Running ssh-add (command line suppressed) 04:27:44 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15522247244860228707.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15522247244860228707.key) 04:27:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:27:45 + git semver push 04:27:45 2023-10-23 04:27:45,311 [run_push] DEBUG push 04:27:45 2023-10-23 04:27:45,312 [execute] INFO git cat-file --batch-check 04:27:45 2023-10-23 04:27:45,312 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:27:45 2023-10-23 04:27:45,316 [execute] INFO git rev-list d263c4990043a19d7c7b9751d1126c24b8eeecd2 -- 04:27:45 2023-10-23 04:27:45,316 [execute] DEBUG Popen(['git', 'rev-list', 'd263c4990043a19d7c7b9751d1126c24b8eeecd2', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 04:27:45 2023-10-23 04:27:45,322 [execute] INFO git fetch -v origin 04:27:45 2023-10-23 04:27:45,322 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 04:27:46 2023-10-23 04:27:45,858 [run_push] DEBUG no remote changes detected 04:27:46 2023-10-23 04:27:45,858 [execute] INFO git push origin semver 04:27:46 2023-10-23 04:27:45,859 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 04:27:46 2023-10-23 04:27:46,691 [run_push] DEBUG push all version tags 04:27:46 2023-10-23 04:27:46,691 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:27:46 2023-10-23 04:27:46,692 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 04:27:47 2023-10-23 04:27:47,479 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:27:47 3.1.0-dev.60 [Pipeline] } 04:27:47 $ docker exec --env ******** --env ******** bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 ssh-agent -k 04:27:47 unset SSH_AUTH_SOCK; 04:27:47 unset SSH_AGENT_PID; 04:27:47 echo Agent pid 39 killed; 04:27:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:27:47 + git semver [Pipeline] } 04:27:48 $ docker stop --time=1 bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 04:27:49 $ docker rm -f --volumes bcaaa5a4bb8c412796fd49378db327749a0324c19b34994994357399491422d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:27:50 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 04:27:50 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 04:27:50 total 16 04:27:50 drwxr-xr-x 3 root root 4096 Oct 23 04:17 . 04:27:50 drwxrwxr-x 11 jenkins jenkins 4096 Oct 23 04:27 .. 04:27:50 drwxr-xr-x 2 root root 4096 Oct 23 04:17 cost 04:27:50 -rw-r--r-- 1 root root 88 Oct 23 04:17 cost.csv 04:27:50 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 04:27:50 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 04:27:50 total 16 04:27:50 drwxr-xr-x 3 jenkins jenkins 4096 Oct 23 04:17 . 04:27:50 drwxrwxr-x 11 jenkins jenkins 4096 Oct 23 04:27 .. 04:27:50 drwxr-xr-x 2 jenkins jenkins 4096 Oct 23 04:17 cost 04:27:50 -rw-r--r-- 1 jenkins jenkins 88 Oct 23 04:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:27:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:27:51 ---> package-listing.sh 04:27:51 ++ facter osfamily 04:27:51 ++ tr '[:upper:]' '[:lower:]' 04:27:51 + OS_FAMILY=debian 04:27:51 + workspace=/w/workspace/exfoundry_app-record-replay_main 04:27:51 + START_PACKAGES=/tmp/packages_start.txt 04:27:51 + END_PACKAGES=/tmp/packages_end.txt 04:27:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:27:51 + PACKAGES=/tmp/packages_start.txt 04:27:51 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 04:27:51 + PACKAGES=/tmp/packages_end.txt 04:27:51 + case "${OS_FAMILY}" in 04:27:51 + dpkg -l 04:27:51 + grep '^ii' 04:27:51 + '[' -f /tmp/packages_start.txt ']' 04:27:51 + '[' -f /tmp/packages_end.txt ']' 04:27:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:27:51 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 04:27:51 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 04:27:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 04:27:51 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:27:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:27:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:27:52 prd-ubuntu20.04-docker-8c-8g-9778 does not seem to be running inside a container 04:27:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:27:52 $ docker top 6497444ab417770f79f51fb14c3806c1d11560a3eea40476fefcaeb378311d4b -eo pid,comm [Pipeline] { [Pipeline] sh 04:27:53 + touch /tmp/pre-build-complete [Pipeline] sh 04:27:53 + mkdir -p /var/log/sysstat [Pipeline] sh 04:27:53 + ls /var/log/sa-host 04:27:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:27:53 provisioning config files... 04:27:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2758869100158019289tmp [Pipeline] { [Pipeline] echo 04:27:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:27:54 ---> create-netrc.sh [Pipeline] } 04:27:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:27:54 ---> python-tools-install.sh [Pipeline] echo 04:27:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:27:54 ---> sudo-logs.sh 04:27:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:27:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:27:55 ---> job-cost.sh 04:27:55 lf-activate-venv: SKIPPING 04:27:55 DEBUG: total: 0.2199999988079071 04:27:55 INFO: Retrieving Stack Cost... 04:27:55 INFO: Retrieving Pricing Info for: v3-standard-8 04:27:55 INFO: Archiving Costs [Pipeline] echo 04:27:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:27:56 ---> logs-deploy.sh 04:27:56 lf-activate-venv: SKIPPING 04:27:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/64 04:27:56 INFO: archiving workspace using pattern(s): 04:27:57 Archives upload complete. 04:27:57 INFO: archiving logs to Nexus 04:27:58 ---> uname -a: 04:27:58 Linux prd-ubuntu20-04-docker-8c-8g-9778 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:27:58 04:27:58 04:27:58 ---> lscpu: 04:27:58 Architecture: x86_64 04:27:58 CPU op-mode(s): 32-bit, 64-bit 04:27:58 Byte Order: Little Endian 04:27:58 Address sizes: 40 bits physical, 48 bits virtual 04:27:58 CPU(s): 8 04:27:58 On-line CPU(s) list: 0-7 04:27:58 Thread(s) per core: 1 04:27:58 Core(s) per socket: 1 04:27:58 Socket(s): 8 04:27:58 NUMA node(s): 1 04:27:58 Vendor ID: AuthenticAMD 04:27:58 CPU family: 23 04:27:58 Model: 49 04:27:58 Model name: AMD EPYC-Rome Processor 04:27:58 Stepping: 0 04:27:58 CPU MHz: 2799.998 04:27:58 BogoMIPS: 5599.99 04:27:58 Virtualization: AMD-V 04:27:58 Hypervisor vendor: KVM 04:27:58 Virtualization type: full 04:27:58 L1d cache: 256 KiB 04:27:58 L1i cache: 256 KiB 04:27:58 L2 cache: 4 MiB 04:27:58 L3 cache: 128 MiB 04:27:58 NUMA node0 CPU(s): 0-7 04:27:58 Vulnerability Itlb multihit: Not affected 04:27:58 Vulnerability L1tf: Not affected 04:27:58 Vulnerability Mds: Not affected 04:27:58 Vulnerability Meltdown: Not affected 04:27:58 Vulnerability Mmio stale data: Not affected 04:27:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:27:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:27:58 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:27:58 Vulnerability Srbds: Not affected 04:27:58 Vulnerability Tsx async abort: Not affected 04:27:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 04:27:58 04:27:58 04:27:58 ---> nproc: 04:27:58 8 04:27:58 04:27:58 04:27:58 ---> df -h: 04:27:58 Filesystem Size Used Avail Use% Mounted on 04:27:58 overlay 155G 13G 143G 9% / 04:27:58 tmpfs 64M 0 64M 0% /dev 04:27:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:27:58 shm 64M 0 64M 0% /dev/shm 04:27:58 /dev/vda1 155G 13G 143G 9% /facter-os 04:27:58 04:27:58 04:27:58 ---> sar -b -r -n DEV: 04:27:58 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9778) 10/23/23 _x86_64_ (8 CPU) 04:27:58 04:27:58 04:13:52 LINUX RESTART (8 CPU) 04:27:58 04:27:58 04:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:27:58 04:15:01 193.70 47.99 145.71 0.00 5437.36 168370.07 0.00 04:27:58 04:16:01 155.52 0.58 154.94 0.00 13.33 49673.72 0.00 04:27:58 04:17:01 32.01 0.12 31.89 0.00 11.20 10143.93 0.00 04:27:58 04:18:01 194.87 1.28 193.58 0.00 44.79 46174.04 0.00 04:27:58 04:19:01 6.87 2.02 4.85 0.00 2336.01 170.64 0.00 04:27:58 04:20:01 24.84 8.18 16.66 0.00 1111.23 3642.52 0.00 04:27:58 04:21:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 04:27:58 04:22:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 04:27:58 04:23:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 04:27:58 04:24:01 4.05 1.65 2.40 0.00 37.73 35.99 0.00 04:27:58 04:25:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 04:27:58 04:26:01 1.83 0.00 1.83 0.00 0.00 20.53 0.00 04:27:58 04:27:01 33.31 0.08 33.23 0.00 11.86 27380.90 0.00 04:27:58 Average: 50.11 4.76 45.35 0.00 692.58 23512.15 0.00 04:27:58 04:27:58 04:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:27:58 04:15:01 29270392 31553072 764952 2.33 75360 2482084 1982920 5.84 1009244 2226928 628 04:27:58 04:16:01 28502556 31562500 743492 2.26 147012 3119552 1786184 5.26 1058412 2863464 460 04:27:58 04:17:01 27151352 30772796 1524792 4.64 150512 3618932 2446968 7.21 1952516 3253468 247608 04:27:58 04:18:01 27658188 31541808 757116 2.30 163784 3845940 1762012 5.19 1278908 3402992 88 04:27:58 04:19:01 27492076 31548648 749972 2.28 165624 4013324 1771544 5.22 1383616 3459400 94220 04:27:58 04:20:01 27430736 31535060 755628 2.30 169184 4049596 1823896 5.38 1426788 3457152 4 04:27:58 04:21:01 27434948 31539280 751284 2.28 169224 4049600 1823896 5.38 1422600 3457156 12 04:27:58 04:22:01 27436820 31541192 749328 2.28 169248 4049600 1823896 5.38 1420380 3457156 52 04:27:58 04:23:01 27442268 31546980 743760 2.26 169260 4049604 1823896 5.38 1414788 3457464 8 04:27:58 04:24:01 27417252 31524204 766420 2.33 169340 4050708 1823896 5.38 1442188 3457828 180 04:27:58 04:25:01 27417276 31524244 766312 2.33 169360 4050712 1823896 5.38 1441932 3457780 4 04:27:58 04:26:01 27416976 31523964 766496 2.33 169412 4050716 1823896 5.38 1441820 3457784 40 04:27:58 04:27:01 26632808 31497872 790840 2.41 174700 4754648 1878124 5.54 1470604 4161304 23132 04:27:58 Average: 27592588 31477817 817722 2.49 158617 3860386 1876540 5.53 1397215 3351529 28187 04:27:58 04:27:58 04:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:27:58 04:15:01 ens3 539.41 342.29 5546.87 83.44 0.00 0.00 0.00 0.00 04:27:58 04:15:01 docker0 13.00 15.13 1.08 46.04 0.00 0.00 0.00 0.00 04:27:58 04:15:01 lo 6.73 6.73 0.66 0.66 0.00 0.00 0.00 0.00 04:27:58 04:15:01 veth653c447 10.58 11.50 0.98 10.52 0.00 0.00 0.00 0.00 04:27:58 04:16:01 ens3 372.44 269.52 2326.29 26.69 0.00 0.00 0.00 0.00 04:27:58 04:16:01 docker0 266.97 366.22 20.88 2322.11 0.00 0.00 0.00 0.00 04:27:58 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:27:58 04:17:01 ens3 31.81 18.53 30.27 11.53 0.00 0.00 0.00 0.00 04:27:58 04:17:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 04:27:58 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:17:01 vethff2e3b9 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 04:27:58 04:18:01 ens3 191.90 156.71 2686.88 335.30 0.00 0.00 0.00 0.00 04:27:58 04:18:01 docker0 3.40 6.07 0.21 64.85 0.00 0.00 0.00 0.00 04:27:58 04:18:01 lo 8.20 8.20 0.81 0.81 0.00 0.00 0.00 0.00 04:27:58 04:19:01 ens3 94.57 53.91 1374.97 3.72 0.00 0.00 0.00 0.00 04:27:58 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:19:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 04:27:58 04:20:01 ens3 0.68 0.48 0.37 0.16 0.00 0.00 0.00 0.00 04:27:58 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:27:58 04:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:22:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:27:58 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:27:58 04:23:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:24:01 ens3 7.92 6.60 5.34 5.94 0.00 0.00 0.00 0.00 04:27:58 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:24:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 04:27:58 04:25:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:27:58 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:27:58 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:27:58 04:27:01 ens3 127.40 71.10 3970.03 9.92 0.00 0.00 0.00 0.00 04:27:58 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:27:58 04:27:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 04:27:58 Average: ens3 105.12 70.73 1226.22 36.68 0.00 0.00 0.00 0.00 04:27:58 Average: docker0 21.80 29.81 1.71 187.15 0.00 0.00 0.00 0.00 04:27:58 Average: lo 1.34 1.34 0.13 0.13 0.00 0.00 0.00 0.00 04:27:58 04:27:58 04:27:58 ---> sar -P ALL: 04:27:58 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9778) 10/23/23 _x86_64_ (8 CPU) 04:27:58 04:27:58 04:13:52 LINUX RESTART (8 CPU) 04:27:58 04:27:58 04:14:01 CPU %user %nice %system %iowait %steal %idle 04:27:58 04:15:01 all 8.74 0.00 3.19 2.78 0.05 85.24 04:27:58 04:15:01 0 7.96 0.00 4.02 12.63 0.05 75.33 04:27:58 04:15:01 1 7.43 0.00 2.75 0.19 0.07 89.56 04:27:58 04:15:01 2 9.84 0.00 2.52 3.48 0.05 84.11 04:27:58 04:15:01 3 10.71 0.00 3.78 0.79 0.07 84.65 04:27:58 04:15:01 4 8.05 0.00 2.95 0.77 0.03 88.20 04:27:58 04:15:01 5 9.08 0.00 3.08 0.91 0.07 86.86 04:27:58 04:15:01 6 9.42 0.00 2.70 3.02 0.05 84.81 04:27:58 04:15:01 7 7.39 0.00 3.75 0.47 0.05 88.34 04:27:58 04:16:01 all 4.06 0.00 2.04 2.96 0.05 90.90 04:27:58 04:16:01 0 4.23 0.00 3.36 17.36 0.05 75.00 04:27:58 04:16:01 1 4.59 0.00 1.86 0.28 0.03 93.23 04:27:58 04:16:01 2 3.39 0.00 1.33 1.11 0.05 94.12 04:27:58 04:16:01 3 4.43 0.00 1.61 0.49 0.03 93.44 04:27:58 04:16:01 4 4.29 0.00 1.51 0.08 0.07 94.05 04:27:58 04:16:01 5 4.25 0.00 1.67 0.38 0.03 93.66 04:27:58 04:16:01 6 3.44 0.00 3.25 0.96 0.03 92.32 04:27:58 04:16:01 7 3.83 0.00 1.72 3.02 0.07 91.37 04:27:58 04:17:01 all 40.92 0.00 3.40 0.74 0.07 54.87 04:27:58 04:17:01 0 39.64 0.00 3.32 0.08 0.07 56.89 04:27:58 04:17:01 1 40.75 0.00 3.12 0.92 0.08 55.13 04:27:58 04:17:01 2 39.99 0.00 3.37 3.47 0.07 53.10 04:27:58 04:17:01 3 39.93 0.00 3.68 0.20 0.08 56.11 04:27:58 04:17:01 4 40.55 0.00 3.12 0.05 0.07 56.22 04:27:58 04:17:01 5 41.91 0.00 3.27 0.72 0.07 54.03 04:27:58 04:17:01 6 42.85 0.00 3.80 0.30 0.07 52.98 04:27:58 04:17:01 7 41.75 0.00 3.52 0.13 0.07 54.52 04:27:58 04:18:01 all 20.78 0.00 3.89 2.41 0.07 72.85 04:27:58 04:18:01 0 20.82 0.00 4.18 8.65 0.07 66.28 04:27:58 04:18:01 1 20.41 0.00 3.90 0.40 0.12 75.17 04:27:58 04:18:01 2 22.55 0.00 3.30 1.28 0.07 72.81 04:27:58 04:18:01 3 20.96 0.00 3.23 0.07 0.07 75.68 04:27:58 04:18:01 4 19.43 0.00 3.93 0.30 0.05 76.29 04:27:58 04:18:01 5 19.97 0.00 4.64 1.69 0.07 73.63 04:27:58 04:18:01 6 21.16 0.00 3.62 0.08 0.07 75.07 04:27:58 04:18:01 7 20.93 0.00 4.37 6.76 0.07 67.87 04:27:58 04:19:01 all 0.40 0.00 0.13 0.13 0.01 99.33 04:27:58 04:19:01 0 1.77 0.00 0.22 0.10 0.00 97.92 04:27:58 04:19:01 1 0.35 0.00 0.28 0.53 0.02 98.82 04:27:58 04:19:01 2 0.10 0.00 0.02 0.33 0.02 99.53 04:27:58 04:19:01 3 0.47 0.00 0.13 0.02 0.02 99.37 04:27:58 04:19:01 4 0.25 0.00 0.27 0.02 0.02 99.45 04:27:58 04:19:01 5 0.08 0.00 0.07 0.00 0.02 99.83 04:27:58 04:19:01 6 0.12 0.00 0.05 0.02 0.02 99.80 04:27:58 04:19:01 7 0.03 0.00 0.03 0.02 0.00 99.92 04:27:58 04:20:01 all 0.56 0.00 0.32 0.23 0.01 98.87 04:27:58 04:20:01 0 0.42 0.00 0.28 0.00 0.02 99.28 04:27:58 04:20:01 1 0.38 0.00 0.25 0.00 0.02 99.35 04:27:58 04:20:01 2 0.42 0.00 0.35 0.17 0.00 99.06 04:27:58 04:20:01 3 1.22 0.00 0.55 0.28 0.02 97.93 04:27:58 04:20:01 4 0.60 0.00 0.25 0.08 0.00 99.07 04:27:58 04:20:01 5 0.65 0.00 0.32 0.30 0.02 98.72 04:27:58 04:20:01 6 0.32 0.00 0.23 0.48 0.02 98.95 04:27:58 04:20:01 7 0.50 0.00 0.35 0.50 0.02 98.63 04:27:58 04:21:01 all 0.23 0.00 0.01 0.00 0.01 99.75 04:27:58 04:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:27:58 04:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:27:58 04:21:01 2 1.73 0.00 0.00 0.00 0.02 98.26 04:27:58 04:21:01 3 0.03 0.00 0.02 0.02 0.00 99.93 04:27:58 04:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:27:58 04:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 04:27:58 04:21:01 6 0.03 0.00 0.02 0.00 0.03 99.92 04:27:58 04:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:27:58 04:22:01 all 0.22 0.00 0.01 0.01 0.01 99.75 04:27:58 04:22:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:27:58 04:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:22:01 2 1.58 0.00 0.00 0.00 0.00 98.42 04:27:58 04:22:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:27:58 04:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:27:58 04:22:01 5 0.05 0.00 0.03 0.00 0.02 99.90 04:27:58 04:22:01 6 0.05 0.00 0.03 0.03 0.02 99.87 04:27:58 04:22:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:27:58 04:23:01 all 0.08 0.00 0.01 0.08 0.03 99.79 04:27:58 04:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:27:58 04:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:23:01 2 0.57 0.00 0.02 0.00 0.00 99.42 04:27:58 04:23:01 3 0.00 0.00 0.03 0.48 0.02 99.47 04:27:58 04:23:01 4 0.02 0.00 0.00 0.00 0.22 99.77 04:27:58 04:23:01 5 0.05 0.00 0.02 0.00 0.00 99.93 04:27:58 04:23:01 6 0.02 0.00 0.03 0.13 0.02 99.80 04:27:58 04:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:27:58 04:24:01 all 0.55 0.00 0.02 0.02 0.01 99.40 04:27:58 04:24:01 0 0.17 0.00 0.05 0.02 0.00 99.77 04:27:58 04:24:01 1 0.50 0.00 0.00 0.00 0.00 99.50 04:27:58 04:24:01 2 1.88 0.00 0.02 0.00 0.02 98.09 04:27:58 04:24:01 3 0.10 0.00 0.03 0.03 0.00 99.83 04:27:58 04:24:01 4 0.37 0.00 0.02 0.07 0.00 99.55 04:27:58 04:24:01 5 0.52 0.00 0.02 0.00 0.02 99.45 04:27:58 04:24:01 6 0.73 0.00 0.02 0.02 0.02 99.22 04:27:58 04:24:01 7 0.08 0.00 0.05 0.03 0.00 99.83 04:27:58 04:25:01 all 0.12 0.00 0.01 0.00 0.01 99.85 04:27:58 04:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:27:58 04:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:27:58 04:25:01 2 0.95 0.00 0.00 0.00 0.00 99.05 04:27:58 04:25:01 3 0.02 0.00 0.03 0.02 0.00 99.93 04:27:58 04:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:27:58 04:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:25:01 6 0.00 0.00 0.03 0.00 0.00 99.97 04:27:58 04:25:01 7 0.00 0.00 0.02 0.00 0.02 99.97 04:27:58 04:27:58 04:25:01 CPU %user %nice %system %iowait %steal %idle 04:27:58 04:26:01 all 0.02 0.00 0.01 0.02 0.01 99.95 04:27:58 04:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:26:01 3 0.02 0.00 0.00 0.12 0.02 99.85 04:27:58 04:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:26:01 5 0.03 0.00 0.02 0.02 0.02 99.92 04:27:58 04:26:01 6 0.05 0.00 0.05 0.00 0.02 99.88 04:27:58 04:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:27:58 04:27:01 all 2.55 0.00 1.16 1.50 0.02 94.77 04:27:58 04:27:01 0 2.37 0.00 0.67 0.00 0.02 96.95 04:27:58 04:27:01 1 2.58 0.00 0.79 0.05 0.02 96.57 04:27:58 04:27:01 2 1.59 0.00 1.88 0.02 0.03 96.48 04:27:58 04:27:01 3 2.62 0.00 1.41 2.23 0.02 93.72 04:27:58 04:27:01 4 2.28 0.00 1.39 0.00 0.02 96.31 04:27:58 04:27:01 5 2.28 0.00 1.21 9.64 0.02 86.85 04:27:58 04:27:01 6 3.11 0.00 0.89 0.00 0.03 95.97 04:27:58 04:27:01 7 3.60 0.00 1.04 0.05 0.00 95.31 04:27:58 Average: all 6.06 0.00 1.09 0.83 0.03 91.99 04:27:58 Average: 0 5.93 0.00 1.24 2.97 0.02 89.84 04:27:58 Average: 1 5.90 0.00 0.99 0.18 0.03 92.89 04:27:58 Average: 2 6.47 0.00 0.98 0.75 0.02 91.77 04:27:58 Average: 3 6.16 0.00 1.11 0.37 0.03 92.34 04:27:58 Average: 4 5.81 0.00 1.03 0.11 0.04 93.02 04:27:58 Average: 5 6.04 0.00 1.10 1.05 0.03 91.79 04:27:58 Average: 6 6.22 0.00 1.13 0.39 0.03 92.24 04:27:58 Average: 7 5.97 0.00 1.14 0.84 0.02 92.03 04:27:58 04:27:58 04:27:58