Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 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-ssh2767319568527121795.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh6237006638912009214.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh637197952217344246.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh15617683754109934430.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-ssh5159517195344743853.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3543 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 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd (main) Commit message: "Merge pull request #57 from jackchenjc/pkg-errors-removal" > 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 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd # timeout=10 > git rev-list --no-walk abca877cd6ea050c202ea888d462ddea65272cad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:52:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:52:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:52:50 ========================================================= 16:52:50 EdgeX Global Pipelines Version Info 16:52:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:52:51 ------------------- 16:52:51 stable info: 16:52:51 ------------------- 16:52:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:52:51 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 16:52:51 Message: update stable to v1.0.253 16:52:51 ------------------- 16:52:51 experimental info: 16:52:51 ------------------- 16:52:51 Commited By: **** collab-it+edgex@linuxfoundation.org 16:52:51 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 16:52:51 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eb0da9c [Pipeline] echo 16:52:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:52:52 provisioning config files... 16:52:52 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14016206948844159218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:52:52 ---> docker-login.sh 16:52:52 nexus3.edgexfoundry.org:10001 16:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:53 Configure a credential helper to remove this warning. See 16:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:53 16:52:53 Login Succeeded 16:52:53 nexus3.edgexfoundry.org:10002 16:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:53 Configure a credential helper to remove this warning. See 16:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:53 16:52:53 Login Succeeded 16:52:53 nexus3.edgexfoundry.org:10003 16:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:53 Configure a credential helper to remove this warning. See 16:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:53 16:52:53 Login Succeeded 16:52:53 nexus3.edgexfoundry.org:10004 16:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:53 Configure a credential helper to remove this warning. See 16:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:53 16:52:53 Login Succeeded 16:52:53 docker.io 16:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:53 Configure a credential helper to remove this warning. See 16:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:53 16:52:53 Login Succeeded 16:52:53 ---> docker-login.sh ends [Pipeline] } 16:52:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:52:54 + git rev-list -1 --merges eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd~1..eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo 16:52:54 -----------> git rev-list -1 --merges eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd~1..eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 16:52:54 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [false] [Pipeline] sh 16:52:54 + git log --format=format:%s -1 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo 16:52:54 ========================================================= 16:52:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:52:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:52:54 + git log --format=format:%s -1 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] echo 16:52:54 [semverPrep] GIT_COMMIT: eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd, Commit Message: Merge pull request #57 from jackchenjc/pkg-errors-removal [Pipeline] echo 16:52:54 [semverPrep] This is not a build commit. [Pipeline] sh 16:52:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:52:55 + grep -v github /etc/ssh/ssh_known_hosts 16:52:55 + [ -e /tmp/ssh_known_hosts ] 16:52:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:52:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:52:55 + sudo tee -a /etc/ssh/ssh_known_hosts 16:52:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:52:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:52:55 16:52:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:52:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:52:55 0.1.4: Pulling from edgex-devops/py-git-semver 16:52:55 b85a868b505f: Pulling fs layer 16:52:55 e2be974225ed: Pulling fs layer 16:52:55 339a4e72a1f5: Pulling fs layer 16:52:55 988bab9f4d93: Pulling fs layer 16:52:55 1469e6f7b9e6: Pulling fs layer 16:52:55 eaf3925da568: Pulling fs layer 16:52:55 bab4dde63d76: Pulling fs layer 16:52:55 bde34c3a00c8: Pulling fs layer 16:52:55 b352a97aabf1: Pulling fs layer 16:52:55 4872d77fe225: Pulling fs layer 16:52:55 5851b861e8e6: Pulling fs layer 16:52:55 bab4dde63d76: Waiting 16:52:55 bde34c3a00c8: Waiting 16:52:55 b352a97aabf1: Waiting 16:52:55 4872d77fe225: Waiting 16:52:55 5851b861e8e6: Waiting 16:52:55 988bab9f4d93: Waiting 16:52:55 eaf3925da568: Waiting 16:52:55 1469e6f7b9e6: Waiting 16:52:55 e2be974225ed: Verifying Checksum 16:52:55 e2be974225ed: Download complete 16:52:55 988bab9f4d93: Verifying Checksum 16:52:55 988bab9f4d93: Download complete 16:52:56 1469e6f7b9e6: Verifying Checksum 16:52:56 1469e6f7b9e6: Download complete 16:52:56 eaf3925da568: Verifying Checksum 16:52:56 eaf3925da568: Download complete 16:52:56 339a4e72a1f5: Verifying Checksum 16:52:56 339a4e72a1f5: Download complete 16:52:56 bde34c3a00c8: Verifying Checksum 16:52:56 b352a97aabf1: Verifying Checksum 16:52:56 b352a97aabf1: Download complete 16:52:56 4872d77fe225: Verifying Checksum 16:52:56 4872d77fe225: Download complete 16:52:56 5851b861e8e6: Verifying Checksum 16:52:56 5851b861e8e6: Download complete 16:52:56 b85a868b505f: Verifying Checksum 16:52:56 b85a868b505f: Download complete 16:52:56 bab4dde63d76: Verifying Checksum 16:52:56 bab4dde63d76: Download complete 16:52:57 b85a868b505f: Pull complete 16:52:57 e2be974225ed: Pull complete 16:52:58 339a4e72a1f5: Pull complete 16:52:58 988bab9f4d93: Pull complete 16:52:58 1469e6f7b9e6: Pull complete 16:52:58 eaf3925da568: Pull complete 16:53:00 bab4dde63d76: Pull complete 16:53:00 bde34c3a00c8: Pull complete 16:53:00 b352a97aabf1: Pull complete 16:53:00 4872d77fe225: Pull complete 16:53:00 5851b861e8e6: Pull complete 16:53:00 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:53:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:53:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:53:00 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 16:53:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:53:03 $ docker top 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 -eo pid,comm 16:53:03 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). 16:53:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:53:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:53:03 [ssh-agent] Looking for ssh-agent implementation... 16:53:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:53:03 $ docker exec 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent 16:53:03 SSH_AUTH_SOCK=/tmp/ssh-RREaiLQkxVPs/agent.32 16:53:03 SSH_AGENT_PID=38 16:53:03 Running ssh-add (command line suppressed) 16:53:04 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_13052344515918984780.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_13052344515918984780.key) 16:53:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:53:04 + git tag --points-at HEAD [Pipeline] } 16:53:04 $ docker exec --env ******** --env ******** 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent -k 16:53:04 unset SSH_AUTH_SOCK; 16:53:04 unset SSH_AGENT_PID; 16:53:04 echo Agent pid 38 killed; 16:53:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:53:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:53:04 [ssh-agent] Looking for ssh-agent implementation... 16:53:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:53:04 $ docker exec 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent 16:53:04 SSH_AUTH_SOCK=/tmp/ssh-VnLhzpghVpih/agent.71 16:53:04 SSH_AGENT_PID=77 16:53:04 Running ssh-add (command line suppressed) 16:53:04 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4912231053593819783.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4912231053593819783.key) 16:53:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:53:05 + git semver init 16:53:05 2023-08-14 16:53:05,411 [run_init] DEBUG init version:0.0.0 force:False 16:53:05 2023-08-14 16:53:05,411 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 16:53:05 2023-08-14 16:53:05,412 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 16:53:05 2023-08-14 16:53:05,412 [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) 16:53:06 2023-08-14 16:53:05,997 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 16:53:06 2023-08-14 16:53:05,997 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 16:53:06 2023-08-14 16:53:05,997 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:53:06 2023-08-14 16:53:05,998 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:53:06 3.1.0-dev.30 [Pipeline] } 16:53:06 $ docker exec --env ******** --env ******** 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 ssh-agent -k 16:53:06 unset SSH_AUTH_SOCK; 16:53:06 unset SSH_AGENT_PID; 16:53:06 echo Agent pid 77 killed; 16:53:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:53:06 + git semver [Pipeline] } 16:53:06 $ docker stop --time=1 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 16:53:08 $ docker rm -f --volumes 4a6cf6fc0874f81d0e9888803f5ed544270694e97a48aea2ce7198b43ae3cdc2 [Pipeline] // withDockerContainer [Pipeline] sh 16:53:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:53:08 Stashed 1 file(s) [Pipeline] echo 16:53:08 [edgeXSemver]: initialized semver on version 3.1.0-dev.30 [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 16:53:09 provisioning config files... 16:53:09 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10387667205910734495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:53:09 ---> docker-login.sh 16:53:09 nexus3.edgexfoundry.org:10001 16:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:09 Configure a credential helper to remove this warning. See 16:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:09 16:53:09 Login Succeeded 16:53:09 nexus3.edgexfoundry.org:10002 16:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:09 Configure a credential helper to remove this warning. See 16:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:09 16:53:09 Login Succeeded 16:53:09 nexus3.edgexfoundry.org:10003 16:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:09 Configure a credential helper to remove this warning. See 16:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:09 16:53:09 Login Succeeded 16:53:09 nexus3.edgexfoundry.org:10004 16:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:09 Configure a credential helper to remove this warning. See 16:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:09 16:53:09 Login Succeeded 16:53:09 docker.io 16:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:09 Configure a credential helper to remove this warning. See 16:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:09 16:53:09 Login Succeeded 16:53:09 ---> docker-login.sh ends [Pipeline] } 16:53:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:53:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:53:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:53:09 ========================================================= 16:53:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:53:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:53:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:53:10 Sending build context to Docker daemon 434.7kB 16:53:10 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:53:10 Step 2/12 : FROM ${BASE} AS builder 16:53:10 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:53:10 4db1b89c0bd1: Pulling fs layer 16:53:10 6911f1a30b25: Pulling fs layer 16:53:10 e194b8c5c2a9: Pulling fs layer 16:53:10 6863d3e3a2b1: Pulling fs layer 16:53:10 ec0bb842ea78: Pulling fs layer 16:53:10 6863d3e3a2b1: Waiting 16:53:10 40a00589a448: Pulling fs layer 16:53:10 6c08303d61cc: Pulling fs layer 16:53:10 798269fcf238: Pulling fs layer 16:53:10 ec0bb842ea78: Waiting 16:53:10 6c08303d61cc: Waiting 16:53:10 798269fcf238: Waiting 16:53:10 6911f1a30b25: Download complete 16:53:10 6863d3e3a2b1: Verifying Checksum 16:53:10 6863d3e3a2b1: Download complete 16:53:10 ec0bb842ea78: Download complete 16:53:10 4db1b89c0bd1: Verifying Checksum 16:53:10 4db1b89c0bd1: Download complete 16:53:10 40a00589a448: Verifying Checksum 16:53:10 40a00589a448: Download complete 16:53:10 4db1b89c0bd1: Pull complete 16:53:10 6911f1a30b25: Pull complete 16:53:11 798269fcf238: Verifying Checksum 16:53:11 798269fcf238: Download complete 16:53:11 e194b8c5c2a9: Verifying Checksum 16:53:11 e194b8c5c2a9: Download complete 16:53:11 6c08303d61cc: Verifying Checksum 16:53:11 6c08303d61cc: Download complete 16:53:14 e194b8c5c2a9: Pull complete 16:53:14 6863d3e3a2b1: Pull complete 16:53:14 ec0bb842ea78: Pull complete 16:53:14 40a00589a448: Pull complete 16:53:17 6c08303d61cc: Pull complete 16:53:17 798269fcf238: Pull complete 16:53:17 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 16:53:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:53:17 ---> ec979cd7f677 16:53:17 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:53:23 ---> Running in d47d180490be 16:53:23 Removing intermediate container d47d180490be 16:53:23 ---> 3e01948b3aa7 16:53:23 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:53:23 ---> Running in 9a91997153a4 16:53:23 Removing intermediate container 9a91997153a4 16:53:23 ---> b4aa206ef3c7 16:53:23 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:53:23 ---> Running in 3aeffaa86dbb 16:53:23 Removing intermediate container 3aeffaa86dbb 16:53:23 ---> a7feb9133760 16:53:23 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:53:23 ---> Running in c0c85e2dbebe 16:53:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:53:23 Still waiting to schedule task 16:53:23 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 16:53:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:53:24 OK: 265 MiB in 53 packages 16:53:24 Removing intermediate container c0c85e2dbebe 16:53:24 ---> 79bc5406a679 16:53:24 Step 7/12 : WORKDIR /app 16:53:24 ---> Running in ff2bf9e347f0 16:53:24 Removing intermediate container ff2bf9e347f0 16:53:24 ---> a6e655439bc6 16:53:24 Step 8/12 : COPY go.mod vendor* ./ 16:53:24 ---> 0e2caae9ec99 16:53:24 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:53:24 ---> Running in a11913fa9bef 16:53:51 Removing intermediate container a11913fa9bef 16:53:51 ---> b0037e8db21c 16:53:51 Step 10/12 : COPY . . 16:53:51 ---> 8434f872e149 16:53:51 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:53:51 ---> Running in 84f2fd549fd6 16:53:51 Removing intermediate container 84f2fd549fd6 16:53:51 ---> 379a787dce26 16:53:51 Step 12/12 : RUN $MAKE 16:53:51 ---> Running in d79853538903 16:53:51 noop 16:53:51 Removing intermediate container d79853538903 16:53:51 ---> 4b074339b2c6 16:53:51 Successfully built 4b074339b2c6 16:53:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:53:52 + docker inspect -f . ci-base-image-x86_64 16:53:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:53:52 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 16:53:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:53:52 $ docker top bcde6c434c6a6354dabd1d50df294e9c697f775f47e0f121a9008a56fc050c11 -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:53 + go version 16:53:53 go version go1.20.6 linux/amd64 [Pipeline] } 16:53:53 $ docker stop --time=1 bcde6c434c6a6354dabd1d50df294e9c697f775f47e0f121a9008a56fc050c11 16:53:54 $ docker rm -f --volumes bcde6c434c6a6354dabd1d50df294e9c697f775f47e0f121a9008a56fc050c11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:53:55 + docker inspect -f . ci-base-image-x86_64 16:53:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:53:55 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 16:53:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:53:55 $ docker top 595e0909447207250b5bb3d389e4cbd69383c9ee20630ec2ec3485d81a92a82d -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:56 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 16:53:56 + make test 16:53:56 go test -race -coverprofile=coverage.out ./... 16:54:18 ? github.com/edgexfoundry/app-record-replay [no test files] 16:54:18 ok github.com/edgexfoundry/app-record-replay/internal/app 0.078s coverage: 88.0% of statements 16:54:18 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 16:54:18 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 16:54:18 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 16:54:25 ok github.com/edgexfoundry/app-record-replay/internal/application 8.584s coverage: 97.5% of statements 16:54:25 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.090s coverage: 85.2% of statements 16:54:43 go vet ./... 16:54:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:54:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:54:47 ./bin/test-attribution-txt.sh [Pipeline] echo 16:54:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:54:47 $ docker stop --time=1 595e0909447207250b5bb3d389e4cbd69383c9ee20630ec2ec3485d81a92a82d 16:54:50 $ docker rm -f --volumes 595e0909447207250b5bb3d389e4cbd69383c9ee20630ec2ec3485d81a92a82d [Pipeline] // withDockerContainer [Pipeline] sh 16:54:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:54:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:54:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:54:51 + ls -al . 16:54:51 total 172 16:54:51 drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 16:53 . 16:54:51 drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 16:52 .. 16:54:51 -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 16:52 .dockerignore 16:54:51 drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 16:53 .git 16:54:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:52 .github 16:54:51 -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 16:52 .gitignore 16:54:51 -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 16:52 .golangci.yml 16:54:51 drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 16:53 .semver 16:54:51 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 14 16:52 Attribution.txt 16:54:51 -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 16:52 CHANGELOG.md 16:54:51 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 16:52 Dockerfile 16:54:51 -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 16:52 GOVERNANCE.md 16:54:51 -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 16:52 Jenkinsfile 16:54:51 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 16:52 LICENSE 16:54:51 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 16:52 Makefile 16:54:51 -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 16:52 OWNERS.md 16:54:51 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 16:52 README.md 16:54:51 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 16:52 Record and Reply.postman_collection.json 16:54:51 -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 16:53 VERSION 16:54:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:52 bin 16:54:51 -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 16:54 coverage.out 16:54:51 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 16:52 go.mod 16:54:51 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 16:52 go.sum 16:54:51 drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 16:52 internal 16:54:51 -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 16:52 main.go 16:54:51 drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 16:52 pkg 16:54:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:52 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:54:52 + 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=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd --label arch=amd64 --label version=3.1.0-dev.30 . 16:54:52 Sending build context to Docker daemon 451.6kB 16:54:52 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 16:54:52 Step 2/26 : FROM ${BASE} AS builder 16:54:52 ---> 4b074339b2c6 16:54:52 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:54:52 ---> Running in 99453867686d 16:54:52 Removing intermediate container 99453867686d 16:54:52 ---> 1cac1088e265 16:54:52 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:54:52 ---> Running in 567e4bddbdef 16:54:52 Removing intermediate container 567e4bddbdef 16:54:52 ---> 11ed5b15e064 16:54:52 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:54:52 ---> Running in 06e1e3d983fb 16:54:52 Removing intermediate container 06e1e3d983fb 16:54:52 ---> d40e8295c022 16:54:52 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:54:52 ---> Running in c6cdd0bede05 16:54:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:54:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:54:53 OK: 265 MiB in 53 packages 16:54:53 Removing intermediate container c6cdd0bede05 16:54:53 ---> f39a7790569f 16:54:53 Step 7/26 : WORKDIR /app 16:54:53 ---> Running in bee7a5b34a8c 16:54:53 Removing intermediate container bee7a5b34a8c 16:54:53 ---> 6693f7ce1104 16:54:53 Step 8/26 : COPY go.mod vendor* ./ 16:54:53 ---> 60cc6bd720fe 16:54:53 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:54:53 ---> Running in fa92cc999ee4 16:54:54 Removing intermediate container fa92cc999ee4 16:54:54 ---> 97ec28a65464 16:54:54 Step 10/26 : COPY . . 16:54:54 ---> 6390b23fdb01 16:54:54 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:54:54 ---> Running in 0d9537dedf7e 16:54:54 Removing intermediate container 0d9537dedf7e 16:54:54 ---> 021cf355c2b0 16:54:54 Step 12/26 : RUN $MAKE 16:54:54 ---> Running in ede1d0ce3df8 16:54:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.30" -trimpath -mod=readonly -o app-record-replay 16:55:13 Removing intermediate container ede1d0ce3df8 16:55:13 ---> 0377f2bf09ba 16:55:13 Step 13/26 : FROM alpine:3.17 16:55:13 3.17: Pulling from library/alpine 16:55:13 9398808236ff: Pulling fs layer 16:55:13 9398808236ff: Download complete 16:55:13 9398808236ff: Pull complete 16:55:13 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 16:55:13 Status: Downloaded newer image for alpine:3.17 16:55:13 ---> 1e0b8b5322fc 16:55:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:55:13 ---> Running in 6ab5c2299e29 16:55:13 Removing intermediate container 6ab5c2299e29 16:55:13 ---> a7e46b1b1cf0 16:55:13 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 16:55:13 ---> Running in 136dfdba83b1 16:55:13 Removing intermediate container 136dfdba83b1 16:55:13 ---> 450b0619f16f 16:55:13 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:55:13 ---> Running in 80d9b388b373 16:55:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:55:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:55:14 (1/2) Installing ca-certificates (20230506-r0) 16:55:14 (2/2) Installing dumb-init (1.2.5-r2) 16:55:14 Executing busybox-1.35.0-r29.trigger 16:55:14 Executing ca-certificates-20230506-r0.trigger 16:55:14 OK: 8 MiB in 17 packages 16:55:15 Removing intermediate container 80d9b388b373 16:55:15 ---> b2ea55216a7d 16:55:15 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:55:15 ---> 87bc56e6dd80 16:55:15 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:55:15 ---> 63e0ca6db5bd 16:55:15 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:55:15 ---> 308b63445709 16:55:15 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 16:55:16 ---> 5d35c932ae32 16:55:16 Step 21/26 : EXPOSE 59712 16:55:16 ---> Running in 7fd333437cb5 16:55:16 Removing intermediate container 7fd333437cb5 16:55:16 ---> 35ae50dd6d8c 16:55:16 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 16:55:16 ---> Running in 855c72e6d745 16:55:16 Removing intermediate container 855c72e6d745 16:55:16 ---> 31e7184c6c26 16:55:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:55:16 ---> Running in 92b51f69834f 16:55:16 Removing intermediate container 92b51f69834f 16:55:16 ---> b601c3f9d7ce 16:55:16 Step 24/26 : LABEL arch=amd64 16:55:16 ---> Running in 31aefadaedb0 16:55:16 Removing intermediate container 31aefadaedb0 16:55:16 ---> b75e78b23586 16:55:16 Step 25/26 : LABEL git_sha=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 16:55:16 ---> Running in 00dabf7d3e5d 16:55:16 Removing intermediate container 00dabf7d3e5d 16:55:16 ---> c84d52b9e363 16:55:16 Step 26/26 : LABEL version=3.1.0-dev.30 16:55:16 ---> Running in e71670b02474 16:55:16 Removing intermediate container e71670b02474 16:55:16 ---> 0036db0af9c2 16:55:16 [Warning] One or more build-args [ARCH] were not consumed 16:55:16 Successfully built 0036db0af9c2 16:55:16 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 16:55:17 provisioning config files... 16:55:17 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15181095755933027464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:17 ---> docker-login.sh 16:55:17 nexus3.edgexfoundry.org:10001 16:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:17 Configure a credential helper to remove this warning. See 16:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:17 16:55:17 Login Succeeded 16:55:17 nexus3.edgexfoundry.org:10002 16:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:17 Configure a credential helper to remove this warning. See 16:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:17 16:55:17 Login Succeeded 16:55:17 nexus3.edgexfoundry.org:10003 16:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:17 Configure a credential helper to remove this warning. See 16:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:17 16:55:17 Login Succeeded 16:55:17 nexus3.edgexfoundry.org:10004 16:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:17 Configure a credential helper to remove this warning. See 16:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:17 16:55:17 Login Succeeded 16:55:17 docker.io 16:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:17 Configure a credential helper to remove this warning. See 16:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:17 16:55:17 Login Succeeded 16:55:17 ---> docker-login.sh ends [Pipeline] } 16:55:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:55:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:55:17 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 16:55:17 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 16:55:17 latest 16:55:17 3.1.0-dev.30 16:55:17 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 16:55:17 main 16:55:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:18 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:18 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 16:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:55:18 5d3c3f23062d: Preparing 16:55:18 b4187914264f: Preparing 16:55:18 6db3a524add6: Preparing 16:55:18 0dc4b984ad9c: Preparing 16:55:18 94a57747c7db: Preparing 16:55:18 36b50b131297: Preparing 16:55:18 36b50b131297: Waiting 16:55:18 6db3a524add6: Pushed 16:55:18 b4187914264f: Pushed 16:55:18 0dc4b984ad9c: Pushed 16:55:18 36b50b131297: Layer already exists 16:55:18 94a57747c7db: Pushed 16:55:21 5d3c3f23062d: Pushed 16:55:21 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:21 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:22 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 16:55:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:55:22 5d3c3f23062d: Preparing 16:55:22 b4187914264f: Preparing 16:55:22 6db3a524add6: Preparing 16:55:22 0dc4b984ad9c: Preparing 16:55:22 94a57747c7db: Preparing 16:55:22 36b50b131297: Preparing 16:55:22 36b50b131297: Waiting 16:55:22 94a57747c7db: Layer already exists 16:55:22 0dc4b984ad9c: Layer already exists 16:55:22 6db3a524add6: Layer already exists 16:55:22 5d3c3f23062d: Layer already exists 16:55:22 b4187914264f: Layer already exists 16:55:22 36b50b131297: Layer already exists 16:55:22 latest: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:22 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:22 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.30 16:55:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:55:22 5d3c3f23062d: Preparing 16:55:22 b4187914264f: Preparing 16:55:22 6db3a524add6: Preparing 16:55:22 0dc4b984ad9c: Preparing 16:55:22 94a57747c7db: Preparing 16:55:22 36b50b131297: Preparing 16:55:22 36b50b131297: Waiting 16:55:22 6db3a524add6: Layer already exists 16:55:22 94a57747c7db: Layer already exists 16:55:22 b4187914264f: Layer already exists 16:55:22 0dc4b984ad9c: Layer already exists 16:55:22 5d3c3f23062d: Layer already exists 16:55:22 36b50b131297: Layer already exists 16:55:22 3.1.0-dev.30: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:22 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:23 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 16:55:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:55:23 5d3c3f23062d: Preparing 16:55:23 b4187914264f: Preparing 16:55:23 6db3a524add6: Preparing 16:55:23 0dc4b984ad9c: Preparing 16:55:23 94a57747c7db: Preparing 16:55:23 36b50b131297: Preparing 16:55:23 36b50b131297: Waiting 16:55:23 b4187914264f: Layer already exists 16:55:23 0dc4b984ad9c: Layer already exists 16:55:23 5d3c3f23062d: Layer already exists 16:55:23 94a57747c7db: Layer already exists 16:55:23 6db3a524add6: Layer already exists 16:55:23 36b50b131297: Layer already exists 16:55:23 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:23 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:23 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 16:55:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:55:23 5d3c3f23062d: Preparing 16:55:23 b4187914264f: Preparing 16:55:23 6db3a524add6: Preparing 16:55:23 0dc4b984ad9c: Preparing 16:55:23 94a57747c7db: Preparing 16:55:23 36b50b131297: Preparing 16:55:23 36b50b131297: Waiting 16:55:23 94a57747c7db: Layer already exists 16:55:23 6db3a524add6: Layer already exists 16:55:23 b4187914264f: Layer already exists 16:55:23 0dc4b984ad9c: Layer already exists 16:55:23 5d3c3f23062d: Layer already exists 16:55:23 36b50b131297: Layer already exists 16:55:23 main: digest: sha256:24dc2fcd05195a96e6df276a5df9daf0a36aa36fe711fa1a6d7e52c6833597ff size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:55:23 ===================================================== [Pipeline] echo 16:55:23 taggedImages: 16:55:23 - nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 16:55:23 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 16:55:23 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.30 16:55:23 - nexus3.edgexfoundry.org:10004/app-record-replay:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 16:55:23 - 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 16:55:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:55:24 16:55:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:55:24 latest: Pulling from edgex-lftools-log-publisher 16:55:24 5eb5b503b376: Pulling fs layer 16:55:24 5c69ac0246d0: Pulling fs layer 16:55:24 ec43610c2a17: Pulling fs layer 16:55:24 3a2ae6a8a46f: Pulling fs layer 16:55:24 33b1e0a273af: Pulling fs layer 16:55:24 5d3b04190fa2: Pulling fs layer 16:55:24 2f39f015ded8: Pulling fs layer 16:55:24 3a2ae6a8a46f: Waiting 16:55:24 33b1e0a273af: Waiting 16:55:24 5c69ac0246d0: Verifying Checksum 16:55:24 5c69ac0246d0: Download complete 16:55:24 3a2ae6a8a46f: Verifying Checksum 16:55:24 3a2ae6a8a46f: Download complete 16:55:24 33b1e0a273af: Verifying Checksum 16:55:24 33b1e0a273af: Download complete 16:55:24 5d3b04190fa2: Download complete 16:55:24 ec43610c2a17: Verifying Checksum 16:55:24 ec43610c2a17: Download complete 16:55:24 5eb5b503b376: Verifying Checksum 16:55:24 5eb5b503b376: Download complete 16:55:25 2f39f015ded8: Verifying Checksum 16:55:25 2f39f015ded8: Download complete 16:55:26 5eb5b503b376: Pull complete 16:55:26 5c69ac0246d0: Pull complete 16:55:26 ec43610c2a17: Pull complete 16:55:26 3a2ae6a8a46f: Pull complete 16:55:26 33b1e0a273af: Pull complete 16:55:27 5d3b04190fa2: Pull complete 16:55:31 2f39f015ded8: Pull complete 16:55:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:55:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:55:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:55:31 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 16:55:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:55:35 $ docker top e550e77e7baa72e8078d3882655206c162e3e0c7ef835d56c9231d74679eaeb3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:36 ---> job-cost.sh 16:55:36 lf-activate-venv: SKIPPING 16:55:36 INFO: No Stack... 16:55:36 INFO: Retrieving Pricing Info for: v3-standard-8 16:55:36 INFO: Archiving Costs [Pipeline] sh 16:55:36 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 16:55:36 + cut -d, -f6 [Pipeline] lock 16:55:36 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] 16:55:36 Resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] did not exist. Created. 16:55:36 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:55:37 + echo total: 0.2199999988079071 [Pipeline] stash 16:55:37 Stashed 1 file(s) [Pipeline] } 16:55:37 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] // lock [Pipeline] } 16:55:37 $ docker stop --time=1 e550e77e7baa72e8078d3882655206c162e3e0c7ef835d56c9231d74679eaeb3 16:55:38 $ docker rm -f --volumes e550e77e7baa72e8078d3882655206c162e3e0c7ef835d56c9231d74679eaeb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:56:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3545 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 16:56:09 Running in /w/workspace/app-record-replay/33 [Pipeline] { [Pipeline] checkout 16:56:09 Selected Git installation does not exist. Using Default 16:56:09 The recommended git tool is: NONE 16:56:15 using credential edgex-jenkins-ssh 16:56:15 Cloning the remote Git repository 16:56:15 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 16:56:15 > git init /w/workspace/app-record-replay/33 # timeout=10 16:56:16 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 16:56:16 > git --version # timeout=10 16:56:16 > git --version # 'git version 2.25.1' 16:56:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:17 Avoid second fetch 16:56:17 Checking out Revision eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd (main) 16:56:16 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 16:56:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:18 > git config core.sparsecheckout # timeout=10 16:56:18 Commit message: "Merge pull request #57 from jackchenjc/pkg-errors-removal" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:56:18 > git checkout -f eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd # timeout=10 16:56:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:56:19 % Total % Received % Xferd Average Speed Time Time Time Current 16:56:19 Dload Upload Total Spent Left Speed 16:56:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh 16:56:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:56:20 + sudo tee /etc/docker/daemon.new 16:56:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:56:20 { 16:56:20 "registry-mirrors": [ 16:56:20 "https://nexus3.edgexfoundry.org:10001" 16:56:20 ], 16:56:20 "bip": "10.250.0.254/24", 16:56:20 "hosts": [ 16:56:20 "tcp://0.0.0.0:5555", 16:56:20 "unix:///var/run/docker.sock" 16:56:20 ], 16:56:20 "mtu": 1458, 16:56:20 "selinux-enabled": true, 16:56:20 "seccomp-profile": "/etc/docker/seccomp.json" 16:56:20 } [Pipeline] sh 16:56:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:56:21 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:56:39 provisioning config files... 16:56:39 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/33@tmp/config5448127444052312945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:40 ---> docker-login.sh 16:56:40 nexus3.edgexfoundry.org:10001 16:56:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:40 Configure a credential helper to remove this warning. See 16:56:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:40 16:56:40 Login Succeeded 16:56:40 nexus3.edgexfoundry.org:10002 16:56:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:41 Configure a credential helper to remove this warning. See 16:56:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:41 16:56:41 Login Succeeded 16:56:41 nexus3.edgexfoundry.org:10003 16:56:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:41 Configure a credential helper to remove this warning. See 16:56:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:41 16:56:41 Login Succeeded 16:56:41 nexus3.edgexfoundry.org:10004 16:56:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:41 Configure a credential helper to remove this warning. See 16:56:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:41 16:56:41 Login Succeeded 16:56:41 docker.io 16:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:42 Configure a credential helper to remove this warning. See 16:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:42 16:56:42 Login Succeeded 16:56:42 ---> docker-login.sh ends [Pipeline] } 16:56:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:56:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:56:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:56:42 ========================================================= 16:56:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:56:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:43 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:56:43 Sending build context to Docker daemon 197.1kB 16:56:43 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:56:43 Step 2/12 : FROM ${BASE} AS builder 16:56:43 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:56:43 edb6bdbacee9: Pulling fs layer 16:56:43 5f9638ab2659: Pulling fs layer 16:56:43 8d51d6327a98: Pulling fs layer 16:56:43 8b374f2dd631: Pulling fs layer 16:56:43 ec14aa9079de: Pulling fs layer 16:56:43 2f466654f4bb: Pulling fs layer 16:56:43 554e91adad29: Pulling fs layer 16:56:43 8b374f2dd631: Waiting 16:56:43 2f466654f4bb: Waiting 16:56:43 ec14aa9079de: Waiting 16:56:43 554e91adad29: Waiting 16:56:43 5f9638ab2659: Verifying Checksum 16:56:43 5f9638ab2659: Download complete 16:56:43 8b374f2dd631: Verifying Checksum 16:56:43 8b374f2dd631: Download complete 16:56:43 ec14aa9079de: Verifying Checksum 16:56:43 ec14aa9079de: Download complete 16:56:43 edb6bdbacee9: Verifying Checksum 16:56:43 edb6bdbacee9: Download complete 16:56:44 edb6bdbacee9: Pull complete 16:56:45 554e91adad29: Verifying Checksum 16:56:45 554e91adad29: Download complete 16:56:45 5f9638ab2659: Pull complete 16:56:46 8d51d6327a98: Download complete 16:56:46 2f466654f4bb: Verifying Checksum 16:56:46 2f466654f4bb: Download complete 16:56:59 8d51d6327a98: Pull complete 16:56:59 8b374f2dd631: Pull complete 16:56:59 ec14aa9079de: Pull complete 16:57:05 2f466654f4bb: Pull complete 16:57:08 554e91adad29: Pull complete 16:57:08 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 16:57:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:57:08 ---> 1e15ea492957 16:57:08 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:57:10 ---> Running in 99ae9c34acbb 16:57:10 Removing intermediate container 99ae9c34acbb 16:57:10 ---> 2c73d3006006 16:57:10 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:57:10 ---> Running in aae0d53ca10b 16:57:10 Removing intermediate container aae0d53ca10b 16:57:10 ---> dc1d63a44d8d 16:57:10 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:57:11 ---> Running in 2343187fdcf1 16:57:11 Removing intermediate container 2343187fdcf1 16:57:11 ---> 0c41b656cc9a 16:57:11 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:57:11 ---> Running in efe01a3a89b0 16:57:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:57:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:57:14 OK: 263 MiB in 53 packages 16:57:15 Removing intermediate container efe01a3a89b0 16:57:15 ---> 23280a4a2c31 16:57:15 Step 7/12 : WORKDIR /app 16:57:15 ---> Running in e98b273172bd 16:57:15 Removing intermediate container e98b273172bd 16:57:15 ---> b100982cc283 16:57:15 Step 8/12 : COPY go.mod vendor* ./ 16:57:20 ---> ec909c580a2d 16:57:20 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:57:20 ---> Running in de56223deb52 16:58:28 Removing intermediate container de56223deb52 16:58:28 ---> 31db50cf5bbd 16:58:28 Step 10/12 : COPY . . 16:58:28 ---> 703fdd6745a2 16:58:28 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:58:28 ---> Running in fb108c4aa411 16:58:28 Removing intermediate container fb108c4aa411 16:58:28 ---> 6ab4b753f462 16:58:28 Step 12/12 : RUN $MAKE 16:58:28 ---> Running in 3e089f2997ab 16:58:28 noop 16:58:29 Removing intermediate container 3e089f2997ab 16:58:29 ---> 7ee8cab6f759 16:58:29 Successfully built 7ee8cab6f759 16:58:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:29 + docker inspect -f . ci-base-image-arm64 16:58:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:30 prd-ubuntu20.04-docker-arm64-4c-16g-3545 does not seem to be running inside a container 16:58:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/33 -v /w/workspace/app-record-replay/33:/w/workspace/app-record-replay/33:rw,z -v /w/workspace/app-record-replay/33@tmp:/w/workspace/app-record-replay/33@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 16:58:31 $ docker top af8699046e1dcea1ae10f47c40ab76b34f98eeae68f08e9ea29d3a3dc1d1b586 -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:32 + go version 16:58:32 go version go1.20.6 linux/arm64 [Pipeline] } 16:58:32 $ docker stop --time=1 af8699046e1dcea1ae10f47c40ab76b34f98eeae68f08e9ea29d3a3dc1d1b586 16:58:33 $ docker rm -f --volumes af8699046e1dcea1ae10f47c40ab76b34f98eeae68f08e9ea29d3a3dc1d1b586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:34 + docker inspect -f . ci-base-image-arm64 16:58:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:34 prd-ubuntu20.04-docker-arm64-4c-16g-3545 does not seem to be running inside a container 16:58:34 $ 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/33 -v /w/workspace/app-record-replay/33:/w/workspace/app-record-replay/33:rw,z -v /w/workspace/app-record-replay/33@tmp:/w/workspace/app-record-replay/33@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 16:58:35 $ docker top 4e1a6beaecc2f319ede846aa6f1ccea42bb60e5d24d6dc963f04a366cfac1c6a -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:36 + git config --global --add safe.directory /w/workspace/app-record-replay/33 [Pipeline] fileExists [Pipeline] sh 16:58:37 + make test 16:58:37 go test -race -coverprofile=coverage.out ./... 17:01:59 ? github.com/edgexfoundry/app-record-replay [no test files] 17:02:09 ok github.com/edgexfoundry/app-record-replay/internal/app 0.280s coverage: 88.0% of statements 17:02:13 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 17:02:13 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 17:02:13 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 17:02:28 ok github.com/edgexfoundry/app-record-replay/internal/application 18.420s coverage: 97.5% of statements 17:02:28 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.511s coverage: 85.2% of statements 17:02:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:02:28 go vet ./... 17:05:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:05:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:05:05 ./bin/test-attribution-txt.sh [Pipeline] echo 17:05:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:05:05 $ docker stop --time=1 4e1a6beaecc2f319ede846aa6f1ccea42bb60e5d24d6dc963f04a366cfac1c6a 17:05:07 $ docker rm -f --volumes 4e1a6beaecc2f319ede846aa6f1ccea42bb60e5d24d6dc963f04a366cfac1c6a [Pipeline] // withDockerContainer [Pipeline] sh 17:05:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:05:09 Warning: overwriting stash ‘coverage-report’ 17:05:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:05:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:05:10 + ls -al . 17:05:10 total 168 17:05:10 drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 16:58 . 17:05:10 drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 16:56 .. 17:05:10 -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 16:56 .dockerignore 17:05:10 drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 16:56 .git 17:05:10 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:56 .github 17:05:10 -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 16:56 .gitignore 17:05:10 -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 16:56 .golangci.yml 17:05:10 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 14 16:56 Attribution.txt 17:05:10 -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 16:56 CHANGELOG.md 17:05:10 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 16:56 Dockerfile 17:05:10 -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 16:56 GOVERNANCE.md 17:05:10 -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 16:56 Jenkinsfile 17:05:10 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 16:56 LICENSE 17:05:10 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 16:56 Makefile 17:05:10 -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 16:56 OWNERS.md 17:05:10 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 16:56 README.md 17:05:10 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 16:56 Record and Reply.postman_collection.json 17:05:10 -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 16:53 VERSION 17:05:10 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:56 bin 17:05:10 -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 17:02 coverage.out 17:05:10 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 16:56 go.mod 17:05:10 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 16:56 go.sum 17:05:10 drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 16:56 internal 17:05:10 -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 16:56 main.go 17:05:10 drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 16:56 pkg 17:05:10 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 16:56 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:05:10 + 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=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd --label arch=arm64 --label version=3.1.0-dev.30 . 17:05:10 Sending build context to Docker daemon 214kB 17:05:10 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 17:05:10 Step 2/26 : FROM ${BASE} AS builder 17:05:10 ---> 7ee8cab6f759 17:05:10 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 17:05:10 ---> Running in 6af3844d1f04 17:05:11 Removing intermediate container 6af3844d1f04 17:05:11 ---> 5c3a61ca0c8c 17:05:11 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 17:05:11 ---> Running in a46a3d02c244 17:05:11 Removing intermediate container a46a3d02c244 17:05:11 ---> aeab44868f40 17:05:11 Step 5/26 : ARG ADD_BUILD_TAGS="" 17:05:11 ---> Running in ce4c13b1e2d1 17:05:14 Removing intermediate container ce4c13b1e2d1 17:05:14 ---> 00cd747bcdeb 17:05:14 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:05:15 ---> Running in b5922b95e241 17:05:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:05:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:05:17 OK: 263 MiB in 53 packages 17:05:18 Removing intermediate container b5922b95e241 17:05:18 ---> 9761cf1523b9 17:05:18 Step 7/26 : WORKDIR /app 17:05:18 ---> Running in d9c237bee387 17:05:18 Removing intermediate container d9c237bee387 17:05:18 ---> fe6c4967fef7 17:05:18 Step 8/26 : COPY go.mod vendor* ./ 17:05:19 ---> d3ccadf97bb4 17:05:19 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:05:19 ---> Running in 69e2e0a5d972 17:05:22 Removing intermediate container 69e2e0a5d972 17:05:22 ---> d599185f7c73 17:05:22 Step 10/26 : COPY . . 17:05:22 ---> ecb7993d1ba2 17:05:22 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:05:22 ---> Running in 239f089abb73 17:05:22 Removing intermediate container 239f089abb73 17:05:22 ---> 1e0a1683472b 17:05:22 Step 12/26 : RUN $MAKE 17:05:22 ---> Running in 802fb5b759e4 17:05:23 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.30" -trimpath -mod=readonly -o app-record-replay 17:07:45 Removing intermediate container 802fb5b759e4 17:07:45 ---> e6f453baf803 17:07:45 Step 13/26 : FROM alpine:3.17 17:07:45 3.17: Pulling from library/alpine 17:07:45 4060ece20d7a: Pulling fs layer 17:07:45 4060ece20d7a: Verifying Checksum 17:07:45 4060ece20d7a: Pull complete 17:07:45 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 17:07:45 Status: Downloaded newer image for alpine:3.17 17:07:45 ---> 8650cd65339b 17:07:45 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:07:45 ---> Running in 17e006bd2f92 17:07:45 Removing intermediate container 17e006bd2f92 17:07:45 ---> a15fecbfd1ee 17:07:45 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 17:07:45 ---> Running in 6a543ed2af23 17:07:45 Removing intermediate container 6a543ed2af23 17:07:45 ---> fb705d76c529 17:07:45 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 17:07:45 ---> Running in 223ffa54049e 17:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:07:45 (1/2) Installing ca-certificates (20230506-r0) 17:07:45 (2/2) Installing dumb-init (1.2.5-r2) 17:07:45 Executing busybox-1.35.0-r29.trigger 17:07:45 Executing ca-certificates-20230506-r0.trigger 17:07:45 OK: 8 MiB in 17 packages 17:07:45 Removing intermediate container 223ffa54049e 17:07:45 ---> 4317573a65be 17:07:45 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:07:45 ---> 447258a703d7 17:07:45 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 17:07:45 ---> 47e96177e3ee 17:07:45 Step 19/26 : COPY --from=builder /app/res/ /res/ 17:07:45 ---> 25207a5e52d5 17:07:45 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 17:07:45 ---> f2378b4d3cd8 17:07:45 Step 21/26 : EXPOSE 59712 17:07:45 ---> Running in 449773eacffe 17:07:45 Removing intermediate container 449773eacffe 17:07:45 ---> 5bbfd808fbb3 17:07:45 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 17:07:45 ---> Running in 4a7b5ab295ab 17:07:45 Removing intermediate container 4a7b5ab295ab 17:07:45 ---> 0bfff88006e3 17:07:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:07:45 ---> Running in 8a6ee6ae93b3 17:07:45 Removing intermediate container 8a6ee6ae93b3 17:07:45 ---> 06e70e352022 17:07:45 Step 24/26 : LABEL arch=arm64 17:07:45 ---> Running in a88ef95335e0 17:07:45 Removing intermediate container a88ef95335e0 17:07:45 ---> 23bd7957bbd4 17:07:45 Step 25/26 : LABEL git_sha=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 17:07:45 ---> Running in b868e9edba37 17:07:45 Removing intermediate container b868e9edba37 17:07:45 ---> d0e139694284 17:07:45 Step 26/26 : LABEL version=3.1.0-dev.30 17:07:45 ---> Running in 7adb2d926dd7 17:07:45 Removing intermediate container 7adb2d926dd7 17:07:45 ---> 030fe2049b3c 17:07:45 [Warning] One or more build-args [ARCH] were not consumed 17:07:45 Successfully built 030fe2049b3c 17:07:45 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 17:07:45 provisioning config files... 17:07:45 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/33@tmp/config17816539745195262402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:07:45 ---> docker-login.sh 17:07:45 nexus3.edgexfoundry.org:10001 17:07:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:46 Configure a credential helper to remove this warning. See 17:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:46 17:07:46 Login Succeeded 17:07:46 nexus3.edgexfoundry.org:10002 17:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:46 Configure a credential helper to remove this warning. See 17:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:46 17:07:46 Login Succeeded 17:07:46 nexus3.edgexfoundry.org:10003 17:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:46 Configure a credential helper to remove this warning. See 17:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:46 17:07:46 Login Succeeded 17:07:46 nexus3.edgexfoundry.org:10004 17:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:47 Configure a credential helper to remove this warning. See 17:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:47 17:07:47 Login Succeeded 17:07:47 docker.io 17:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:47 Configure a credential helper to remove this warning. See 17:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:47 17:07:47 Login Succeeded 17:07:47 ---> docker-login.sh ends [Pipeline] } 17:07:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:07:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:07:47 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 17:07:47 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 17:07:47 latest 17:07:47 3.1.0-dev.30 17:07:47 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 17:07:47 main 17:07:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:48 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:48 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 17:07:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:07:48 9e89e125113b: Preparing 17:07:48 93b3a315fd14: Preparing 17:07:48 5bf9c9fe23f2: Preparing 17:07:48 8a0493f1bb4a: Preparing 17:07:48 d3065fede933: Preparing 17:07:48 d2d9d24a8c2a: Preparing 17:07:48 d2d9d24a8c2a: Waiting 17:07:48 8a0493f1bb4a: Pushed 17:07:48 93b3a315fd14: Pushed 17:07:48 5bf9c9fe23f2: Pushed 17:07:48 d2d9d24a8c2a: Layer already exists 17:07:49 d3065fede933: Pushed 17:07:54 9e89e125113b: Pushed 17:07:54 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:54 + 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 17:07:55 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 17:07:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:07:55 9e89e125113b: Preparing 17:07:55 93b3a315fd14: Preparing 17:07:55 5bf9c9fe23f2: Preparing 17:07:55 8a0493f1bb4a: Preparing 17:07:55 d3065fede933: Preparing 17:07:55 d2d9d24a8c2a: Preparing 17:07:55 d2d9d24a8c2a: Waiting 17:07:55 8a0493f1bb4a: Layer already exists 17:07:55 d3065fede933: Layer already exists 17:07:55 93b3a315fd14: Layer already exists 17:07:55 9e89e125113b: Layer already exists 17:07:55 5bf9c9fe23f2: Layer already exists 17:07:55 d2d9d24a8c2a: Layer already exists 17:07:55 latest: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:55 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:56 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.30 17:07:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:07:56 9e89e125113b: Preparing 17:07:56 93b3a315fd14: Preparing 17:07:56 5bf9c9fe23f2: Preparing 17:07:56 8a0493f1bb4a: Preparing 17:07:56 d3065fede933: Preparing 17:07:56 d2d9d24a8c2a: Preparing 17:07:56 d2d9d24a8c2a: Waiting 17:07:56 5bf9c9fe23f2: Layer already exists 17:07:56 93b3a315fd14: Layer already exists 17:07:56 8a0493f1bb4a: Layer already exists 17:07:56 d3065fede933: Layer already exists 17:07:56 9e89e125113b: Layer already exists 17:07:56 d2d9d24a8c2a: Layer already exists 17:07:56 3.1.0-dev.30: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:56 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:56 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 17:07:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:07:56 9e89e125113b: Preparing 17:07:56 93b3a315fd14: Preparing 17:07:56 5bf9c9fe23f2: Preparing 17:07:56 8a0493f1bb4a: Preparing 17:07:56 d3065fede933: Preparing 17:07:56 d2d9d24a8c2a: Preparing 17:07:56 d2d9d24a8c2a: Waiting 17:07:56 5bf9c9fe23f2: Layer already exists 17:07:56 d3065fede933: Layer already exists 17:07:56 8a0493f1bb4a: Layer already exists 17:07:56 93b3a315fd14: Layer already exists 17:07:56 9e89e125113b: Layer already exists 17:07:56 d2d9d24a8c2a: Layer already exists 17:07:56 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:57 + 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 17:07:57 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 17:07:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:07:57 9e89e125113b: Preparing 17:07:57 93b3a315fd14: Preparing 17:07:57 5bf9c9fe23f2: Preparing 17:07:57 8a0493f1bb4a: Preparing 17:07:57 d3065fede933: Preparing 17:07:57 d2d9d24a8c2a: Preparing 17:07:57 d2d9d24a8c2a: Waiting 17:07:57 9e89e125113b: Layer already exists 17:07:57 8a0493f1bb4a: Layer already exists 17:07:57 93b3a315fd14: Layer already exists 17:07:57 d3065fede933: Layer already exists 17:07:57 5bf9c9fe23f2: Layer already exists 17:07:57 d2d9d24a8c2a: Layer already exists 17:07:57 main: digest: sha256:311ebb1b10758f56be4977c00ba8e235cc37df0a13f3db88372a004cd0b2e039 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:07:57 ===================================================== [Pipeline] echo 17:07:57 taggedImages: 17:07:57 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd 17:07:57 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 17:07:57 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.30 17:07:57 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd-3.1.0-dev.30 17:07:57 - 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 17:07:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:07:57 17:07:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:07:58 arm64: Pulling from edgex-lftools-log-publisher 17:07:58 8998bd30e6a1: Pulling fs layer 17:07:58 04944245beec: Pulling fs layer 17:07:58 699f458cf7ca: Pulling fs layer 17:07:58 765212b225bb: Pulling fs layer 17:07:58 f23df028b6ca: Pulling fs layer 17:07:58 d65c8cfc05b1: Pulling fs layer 17:07:58 2437ff75d9bd: Pulling fs layer 17:07:58 765212b225bb: Waiting 17:07:58 f23df028b6ca: Waiting 17:07:58 d65c8cfc05b1: Waiting 17:07:58 2437ff75d9bd: Waiting 17:07:58 04944245beec: Verifying Checksum 17:07:58 04944245beec: Download complete 17:07:58 765212b225bb: Verifying Checksum 17:07:58 765212b225bb: Download complete 17:07:58 f23df028b6ca: Verifying Checksum 17:07:58 f23df028b6ca: Download complete 17:07:58 d65c8cfc05b1: Verifying Checksum 17:07:58 d65c8cfc05b1: Download complete 17:07:58 699f458cf7ca: Verifying Checksum 17:07:58 699f458cf7ca: Download complete 17:07:59 8998bd30e6a1: Verifying Checksum 17:07:59 8998bd30e6a1: Download complete 17:08:00 2437ff75d9bd: Verifying Checksum 17:08:00 2437ff75d9bd: Download complete 17:08:02 8998bd30e6a1: Pull complete 17:08:03 04944245beec: Pull complete 17:08:04 699f458cf7ca: Pull complete 17:08:04 765212b225bb: Pull complete 17:08:08 f23df028b6ca: Pull complete 17:08:08 d65c8cfc05b1: Pull complete 17:08:23 2437ff75d9bd: Pull complete 17:08:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:08:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:08:23 prd-ubuntu20.04-docker-arm64-4c-16g-3545 does not seem to be running inside a container 17:08:23 $ 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/33 -v /w/workspace/app-record-replay/33:/w/workspace/app-record-replay/33:rw,z -v /w/workspace/app-record-replay/33@tmp:/w/workspace/app-record-replay/33@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 17:08:26 $ docker top 8f24fc31f512ce73f72048de04d60d570416b78160c9880b2ab5ccee18f852a1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:08:26 ---> job-cost.sh 17:08:26 lf-activate-venv: SKIPPING 17:08:26 INFO: No Stack... 17:08:27 INFO: Retrieving Pricing Info for: v3-standard-4 17:08:28 INFO: Archiving Costs [Pipeline] sh 17:08:28 + cat /w/workspace/app-record-replay/33/archives/cost.csv 17:08:28 + cut -d, -f6 [Pipeline] lock 17:08:28 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] 17:08:28 Resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] did not exist. Created. 17:08:28 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:08:28 /w/workspace/app-record-replay/33@tmp/durable-3180319d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:08:29 + echo total: 0.10999999940395355 [Pipeline] stash 17:08:29 Warning: overwriting stash ‘stack-cost’ 17:08:29 Stashed 1 file(s) [Pipeline] } 17:08:29 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-33-stack-cost] [Pipeline] // lock [Pipeline] } 17:08:29 $ docker stop --time=1 8f24fc31f512ce73f72048de04d60d570416b78160c9880b2ab5ccee18f852a1 17:08:30 $ docker rm -f --volumes 8f24fc31f512ce73f72048de04d60d570416b78160c9880b2ab5ccee18f852a1 [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 17:08:31 provisioning config files... 17:08:31 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #33 17:08:31 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17840963535543804342tmp [Pipeline] { [Pipeline] sh 17:08:31 + set +x 17:08:31 + curl -s https://codecov.io/bash 17:08:31 + bash -s -- 17:08:31 17:08:31 _____ _ 17:08:31 / ____| | | 17:08:31 | | ___ __| | ___ ___ _____ __ 17:08:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:08:31 | |___| (_) | (_| | __/ (_| (_) \ V / 17:08:31 \_____\___/ \__,_|\___|\___\___/ \_/ 17:08:31 Bash-1.0.6 17:08:31 17:08:31 17:08:31 ==> git version 2.25.1 found 17:08:31 ==> 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 17:08:31 Release-Date: 2020-01-08 17:08:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:08:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:08:31 ==> Jenkins CI detected. 17:08:31 current dir:  /w/workspace/exfoundry_app-record-replay_main 17:08:31 project root: . 17:08:31 --> token set from env 17:08:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:08:31 ==> Running gcov in . (disable via -X gcov) 17:08:31 ==> Python coveragepy not found 17:08:31 ==> Searching for coverage reports in: 17:08:31 + . 17:08:31 -> Found 1 reports 17:08:31 ==> Detecting git/mercurial file structure 17:08:31 ==> Reading reports 17:08:31 + ./coverage.out bytes=16060 17:08:31 ==> Appending adjustments 17:08:31 https://docs.codecov.io/docs/fixing-reports 17:08:31 + Found adjustments 17:08:31 ==> Gzipping contents 17:08:31 4.0K /tmp/codecov.PMhwzh.gz 17:08:31 ==> Uploading reports 17:08:31 url: https://codecov.io 17:08:31 query: branch=main&commit=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 17:08:31 -> Pinging Codecov 17:08:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 17:08:31 Invalid request parameters 17:08:31 400 [Pipeline] } 17:08:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:08:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:08:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:08:32 17:08:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:08:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:08:32 df9b9388f04a: Pulling fs layer 17:08:32 52dc419b0ee2: Pulling fs layer 17:08:32 25bc292e5bac: Pulling fs layer 17:08:32 114826534d7a: Pulling fs layer 17:08:32 4657fd5d0bcf: Pulling fs layer 17:08:32 6ad1cebc031e: Pulling fs layer 17:08:32 8a3aa393b2d8: Pulling fs layer 17:08:32 114826534d7a: Waiting 17:08:32 4657fd5d0bcf: Waiting 17:08:32 6ad1cebc031e: Waiting 17:08:32 8a3aa393b2d8: Waiting 17:08:32 25bc292e5bac: Verifying Checksum 17:08:32 25bc292e5bac: Download complete 17:08:32 52dc419b0ee2: Verifying Checksum 17:08:32 52dc419b0ee2: Download complete 17:08:32 4657fd5d0bcf: Verifying Checksum 17:08:32 4657fd5d0bcf: Download complete 17:08:32 df9b9388f04a: Download complete 17:08:32 df9b9388f04a: Pull complete 17:08:32 52dc419b0ee2: Pull complete 17:08:32 6ad1cebc031e: Verifying Checksum 17:08:32 6ad1cebc031e: Download complete 17:08:32 25bc292e5bac: Pull complete 17:08:33 114826534d7a: Verifying Checksum 17:08:33 114826534d7a: Download complete 17:08:33 8a3aa393b2d8: Verifying Checksum 17:08:33 8a3aa393b2d8: Download complete 17:08:36 114826534d7a: Pull complete 17:08:36 4657fd5d0bcf: Pull complete 17:08:36 6ad1cebc031e: Pull complete 17:08:39 8a3aa393b2d8: Pull complete 17:08:39 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:08:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:08:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:08:39 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 17:08:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:08:43 $ docker top 2b805684fdb551c2819ae2d83532af1529d1af0802e0be139f55d5b3458e2bb9 -eo pid,comm [Pipeline] { [Pipeline] echo 17:08:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 17:08:43 + set -o pipefail 17:08:43 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 17:08:49 17:08:49 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 17:08:49 17:08:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/58a69bf2-7f45-472e-a86d-a6390a11a480 17:08:49 17:08:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:08:49 17:08:49 17:08:49 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:08:49 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:08:49 More details here: https://snyk.co/ue1NS 17:08:49 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 17:08:49 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:08:49 $ docker stop --time=1 2b805684fdb551c2819ae2d83532af1529d1af0802e0be139f55d5b3458e2bb9 17:08:52 $ docker rm -f --volumes 2b805684fdb551c2819ae2d83532af1529d1af0802e0be139f55d5b3458e2bb9 [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 17:08:53 + git log --format=format:%s -1 eb0da9cd5e8e8a0f17d3055892bf3c14f9a166cd [Pipeline] sh 17:08:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:08:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:08:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:08:53 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 17:08:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:08:54 $ docker top 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 -eo pid,comm 17:08:54 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). 17:08:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:08:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:54 [ssh-agent] Looking for ssh-agent implementation... 17:08:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:54 $ docker exec 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 ssh-agent 17:08:54 SSH_AUTH_SOCK=/tmp/ssh-diEgrUV1w7Uo/agent.34 17:08:54 SSH_AGENT_PID=40 17:08:54 Running ssh-add (command line suppressed) 17:08:54 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398628429335063055.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398628429335063055.key) 17:08:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:54 + git semver tag 17:08:55 2023-08-14 17:08:55,127 [run_tag] DEBUG tag force:False 17:08:55 2023-08-14 17:08:55,127 [check_head_tag] DEBUG check head tag 17:08:55 2023-08-14 17:08:55,128 [execute] INFO git cat-file --batch-check 17:08:55 2023-08-14 17:08:55,128 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 17:08:55 2023-08-14 17:08:55,132 [execute] INFO git cat-file --batch 17:08:55 2023-08-14 17:08:55,132 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 17:08:55 2023-08-14 17:08:55,143 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:08:55 2023-08-14 17:08:55,143 [execute] INFO git tag -a v3.1.0-dev.30 -m v3.1.0-dev.30 17:08:55 2023-08-14 17:08:55,143 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.30', '-m', 'v3.1.0-dev.30'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 17:08:55 2023-08-14 17:08:55,147 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:08:55 3.1.0-dev.30 [Pipeline] } 17:08:55 $ docker exec --env ******** --env ******** 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 ssh-agent -k 17:08:55 unset SSH_AUTH_SOCK; 17:08:55 unset SSH_AGENT_PID; 17:08:55 echo Agent pid 40 killed; 17:08:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:08:55 + git semver [Pipeline] } 17:08:55 $ docker stop --time=1 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 17:08:57 $ docker rm -f --volumes 8ec7e731397b6534b1a3852dafb83b13437939ea361b93c18fc36f7e8e4f3db3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:08:57 17:08:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:08:57 0.23.1-centos7: Pulling from edgex-lftools 17:08:57 ab5ef0e58194: Pulling fs layer 17:08:57 9712f1f96733: Pulling fs layer 17:08:57 63f879dbbcfc: Pulling fs layer 17:08:57 0d9ebad4ef96: Pulling fs layer 17:08:57 e9a5061849ea: Pulling fs layer 17:08:57 d747dcd14b5f: Pulling fs layer 17:08:57 2de7ff778b66: Pulling fs layer 17:08:57 e9a5061849ea: Waiting 17:08:57 d747dcd14b5f: Waiting 17:08:57 2de7ff778b66: Waiting 17:08:57 0d9ebad4ef96: Waiting 17:08:57 9712f1f96733: Download complete 17:08:58 63f879dbbcfc: Verifying Checksum 17:08:58 63f879dbbcfc: Download complete 17:08:58 0d9ebad4ef96: Verifying Checksum 17:08:58 0d9ebad4ef96: Download complete 17:08:58 e9a5061849ea: Verifying Checksum 17:08:58 e9a5061849ea: Download complete 17:08:58 d747dcd14b5f: Download complete 17:08:58 ab5ef0e58194: Verifying Checksum 17:08:58 ab5ef0e58194: Download complete 17:08:58 2de7ff778b66: Verifying Checksum 17:08:58 2de7ff778b66: Download complete 17:09:01 ab5ef0e58194: Pull complete 17:09:01 9712f1f96733: Pull complete 17:09:01 63f879dbbcfc: Pull complete 17:09:04 0d9ebad4ef96: Pull complete 17:09:04 e9a5061849ea: Pull complete 17:09:05 d747dcd14b5f: Pull complete 17:09:06 2de7ff778b66: Pull complete 17:09:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:09:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:09:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:09:06 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 17:09:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:09:10 $ docker top e3e0523407bf45adf8ddd32efe2a9f625b86738ed1bb879750156f605342055a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:09:10 provisioning config files... 17:09:10 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17310706271042177821tmp 17:09:10 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18413282093636601201tmp 17:09:10 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config669052014988631308tmp [Pipeline] { [Pipeline] echo 17:09:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:09:11 ---> sigul-configuration.sh 17:09:11 gpg: directory `/root/.gnupg' created 17:09:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:09:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:09:11 gpg: keyring `/root/.gnupg/secring.gpg' created 17:09:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:09:11 gpg: CAST5 encrypted data 17:09:11 gpg: encrypted with 1 passphrase 17:09:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:09:11 + mkdir /home/jenkins 17:09:11 + mkdir /home/jenkins/sigul [Pipeline] sh 17:09:11 + 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 17:09:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:09:12 ---> sigul-install.sh 17:09:12 Sigul already installed; skipping installation. [Pipeline] sh 17:09:12 + git tag --list 17:09:12 v3.1.0-dev.0 17:09:12 v3.1.0-dev.1 17:09:12 v3.1.0-dev.10 17:09:12 v3.1.0-dev.11 17:09:12 v3.1.0-dev.12 17:09:12 v3.1.0-dev.13 17:09:12 v3.1.0-dev.14 17:09:12 v3.1.0-dev.15 17:09:12 v3.1.0-dev.16 17:09:12 v3.1.0-dev.17 17:09:12 v3.1.0-dev.18 17:09:12 v3.1.0-dev.19 17:09:12 v3.1.0-dev.2 17:09:12 v3.1.0-dev.20 17:09:12 v3.1.0-dev.21 17:09:12 v3.1.0-dev.22 17:09:12 v3.1.0-dev.23 17:09:12 v3.1.0-dev.24 17:09:12 v3.1.0-dev.25 17:09:12 v3.1.0-dev.26 17:09:12 v3.1.0-dev.27 17:09:12 v3.1.0-dev.28 17:09:12 v3.1.0-dev.29 17:09:12 v3.1.0-dev.3 17:09:12 v3.1.0-dev.30 17:09:12 v3.1.0-dev.4 17:09:12 v3.1.0-dev.5 17:09:12 v3.1.0-dev.6 17:09:12 v3.1.0-dev.7 17:09:12 v3.1.0-dev.8 17:09:12 v3.1.0-dev.9 [Pipeline] sh 17:09:12 + lftools sign git-tag v3.1.0-dev.30 17:09:13 Signing Git tag with Sigul... 17:09:13 Signing v3.1.0-dev.30 [Pipeline] echo 17:09:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:09:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:09:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:09:14 $ docker stop --time=1 e3e0523407bf45adf8ddd32efe2a9f625b86738ed1bb879750156f605342055a 17:09:15 $ docker rm -f --volumes e3e0523407bf45adf8ddd32efe2a9f625b86738ed1bb879750156f605342055a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:09:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:09:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:09:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:09:16 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 17:09: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:09:16 $ docker top 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f -eo pid,comm 17:09: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). 17:09:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:09:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:16 [ssh-agent] Looking for ssh-agent implementation... 17:09:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:16 $ docker exec 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f ssh-agent 17:09:16 SSH_AUTH_SOCK=/tmp/ssh-oXiCMRrRincX/agent.32 17:09:16 SSH_AGENT_PID=38 17:09:16 Running ssh-add (command line suppressed) 17:09:16 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4463844777142585277.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4463844777142585277.key) 17:09:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:17 + git semver bump pre 17:09:17 2023-08-14 17:09:17,341 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:09:17 2023-08-14 17:09:17,341 [bump_version] DEBUG bumping version:3.1.0-dev.30 on axis:pre with prefix:dev 17:09:17 2023-08-14 17:09:17,341 [bump_version] DEBUG bumped version:3.1.0-dev.31 17:09:17 2023-08-14 17:09:17,341 [write_version] DEBUG write version:3.1.0-dev.31 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 17:09:17 2023-08-14 17:09:17,341 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:09:17 2023-08-14 17:09:17,341 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 17:09:17 2023-08-14 17:09:17,343 [execute] INFO git cat-file --batch-check 17:09:17 2023-08-14 17:09:17,343 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 17:09:17 2023-08-14 17:09:17,348 [execute] INFO git cat-file --batch 17:09:17 2023-08-14 17:09:17,348 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 17:09:17 2023-08-14 17:09:17,352 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:09:17 3.1.0-dev.31 [Pipeline] } 17:09:17 $ docker exec --env ******** --env ******** 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f ssh-agent -k 17:09:17 unset SSH_AUTH_SOCK; 17:09:17 unset SSH_AGENT_PID; 17:09:17 echo Agent pid 38 killed; 17:09:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:09:17 + git semver [Pipeline] } 17:09:18 $ docker stop --time=1 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f 17:09:19 $ docker rm -f --volumes 0ae40d0afbaa46bee85dfc3bbbeaf81df94871e5d19dcc4342ab230350f2681f [Pipeline] // withDockerContainer [Pipeline] sh 17:09:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:09:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:09:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:09:20 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 17:09:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:09:20 $ docker top 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 -eo pid,comm 17:09:20 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). 17:09:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:09:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:20 [ssh-agent] Looking for ssh-agent implementation... 17:09:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:20 $ docker exec 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 ssh-agent 17:09:20 SSH_AUTH_SOCK=/tmp/ssh-qwNTNq6A1c7N/agent.31 17:09:20 SSH_AGENT_PID=37 17:09:20 Running ssh-add (command line suppressed) 17:09:20 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7652893847913914806.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7652893847913914806.key) 17:09:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:21 + git semver push 17:09:21 2023-08-14 17:09:21,443 [run_push] DEBUG push 17:09:21 2023-08-14 17:09:21,444 [execute] INFO git cat-file --batch-check 17:09:21 2023-08-14 17:09:21,444 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 17:09:21 2023-08-14 17:09:21,448 [execute] INFO git rev-list 24c1083743a8ca3c8ec0b5d0f7ea496f144b9435 -- 17:09:21 2023-08-14 17:09:21,448 [execute] DEBUG Popen(['git', 'rev-list', '24c1083743a8ca3c8ec0b5d0f7ea496f144b9435', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 17:09:21 2023-08-14 17:09:21,453 [execute] INFO git fetch -v origin 17:09:21 2023-08-14 17:09:21,454 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 17:09:22 2023-08-14 17:09:21,938 [run_push] DEBUG no remote changes detected 17:09:22 2023-08-14 17:09:21,939 [execute] INFO git push origin semver 17:09:22 2023-08-14 17:09:21,939 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 17:09:23 2023-08-14 17:09:22,928 [run_push] DEBUG push all version tags 17:09:23 2023-08-14 17:09:22,929 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:09:23 2023-08-14 17:09:22,929 [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) 17:09:23 2023-08-14 17:09:23,727 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:09:23 3.1.0-dev.31 [Pipeline] } 17:09:23 $ docker exec --env ******** --env ******** 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 ssh-agent -k 17:09:24 unset SSH_AUTH_SOCK; 17:09:24 unset SSH_AGENT_PID; 17:09:24 echo Agent pid 37 killed; 17:09:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:09:24 + git semver [Pipeline] } 17:09:24 $ docker stop --time=1 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 17:09:25 $ docker rm -f --volumes 61bd02cdc4134860de06bb92ee04d129cfc046887fc37fe15c58f36814da60c8 [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 17:09:26 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 17:09:26 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 17:09:26 total 16 17:09:26 drwxr-xr-x 3 root root 4096 Aug 14 16:55 . 17:09:26 drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 17:09 .. 17:09:26 drwxr-xr-x 2 root root 4096 Aug 14 16:55 cost 17:09:26 -rw-r--r-- 1 root root 88 Aug 14 16:55 cost.csv 17:09:26 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 17:09:26 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 17:09:26 total 16 17:09:26 drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 16:55 . 17:09:26 drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 17:09 .. 17:09:26 drwxr-xr-x 2 jenkins jenkins 4096 Aug 14 16:55 cost 17:09:26 -rw-r--r-- 1 jenkins jenkins 88 Aug 14 16:55 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:09:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:09:27 ---> package-listing.sh 17:09:27 ++ facter osfamily 17:09:27 ++ tr '[:upper:]' '[:lower:]' 17:09:27 + OS_FAMILY=debian 17:09:27 + workspace=/w/workspace/exfoundry_app-record-replay_main 17:09:27 + START_PACKAGES=/tmp/packages_start.txt 17:09:27 + END_PACKAGES=/tmp/packages_end.txt 17:09:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:09:27 + PACKAGES=/tmp/packages_start.txt 17:09:27 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 17:09:27 + PACKAGES=/tmp/packages_end.txt 17:09:27 + case "${OS_FAMILY}" in 17:09:27 + dpkg -l 17:09:27 + grep '^ii' 17:09:27 + '[' -f /tmp/packages_start.txt ']' 17:09:27 + '[' -f /tmp/packages_end.txt ']' 17:09:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:09:27 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 17:09:27 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 17:09:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 17:09:27 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 17:09:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:09:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:09:28 prd-ubuntu20.04-docker-8c-8g-3543 does not seem to be running inside a container 17:09:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:09:29 $ docker top dd4ee1a336fd1b5835e59f5fab45bb71763e040b15f46627f9eca37baeda0d80 -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:29 + touch /tmp/pre-build-complete [Pipeline] sh 17:09:29 + mkdir -p /var/log/sysstat [Pipeline] sh 17:09:30 + ls /var/log/sa-host 17:09:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:09:30 provisioning config files... 17:09:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10206052145531931371tmp [Pipeline] { [Pipeline] echo 17:09:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:09:30 ---> create-netrc.sh [Pipeline] } 17:09:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:09:30 ---> python-tools-install.sh [Pipeline] echo 17:09:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:09:30 ---> sudo-logs.sh 17:09:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:09:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:09:31 ---> job-cost.sh 17:09:31 lf-activate-venv: SKIPPING 17:09:31 DEBUG: total: 0.2199999988079071 17:09:31 INFO: Retrieving Stack Cost... 17:09:31 INFO: Retrieving Pricing Info for: v3-standard-8 17:09:32 INFO: Archiving Costs [Pipeline] echo 17:09:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:09:32 ---> logs-deploy.sh 17:09:32 lf-activate-venv: SKIPPING 17:09:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/33 17:09:32 INFO: archiving workspace using pattern(s): 17:09:33 Archives upload complete. 17:09:33 INFO: archiving logs to Nexus 17:09:34 ---> uname -a: 17:09:34 Linux prd-ubuntu20-04-docker-8c-8g-3543 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:09:34 17:09:34 17:09:34 ---> lscpu: 17:09:34 Architecture: x86_64 17:09:34 CPU op-mode(s): 32-bit, 64-bit 17:09:34 Byte Order: Little Endian 17:09:34 Address sizes: 40 bits physical, 48 bits virtual 17:09:34 CPU(s): 8 17:09:34 On-line CPU(s) list: 0-7 17:09:34 Thread(s) per core: 1 17:09:34 Core(s) per socket: 1 17:09:34 Socket(s): 8 17:09:34 NUMA node(s): 1 17:09:34 Vendor ID: AuthenticAMD 17:09:34 CPU family: 23 17:09:34 Model: 49 17:09:34 Model name: AMD EPYC-Rome Processor 17:09:34 Stepping: 0 17:09:34 CPU MHz: 2799.998 17:09:34 BogoMIPS: 5599.99 17:09:34 Virtualization: AMD-V 17:09:34 Hypervisor vendor: KVM 17:09:34 Virtualization type: full 17:09:34 L1d cache: 256 KiB 17:09:34 L1i cache: 256 KiB 17:09:34 L2 cache: 4 MiB 17:09:34 L3 cache: 128 MiB 17:09:34 NUMA node0 CPU(s): 0-7 17:09:34 Vulnerability Itlb multihit: Not affected 17:09:34 Vulnerability L1tf: Not affected 17:09:34 Vulnerability Mds: Not affected 17:09:34 Vulnerability Meltdown: Not affected 17:09:34 Vulnerability Mmio stale data: Not affected 17:09:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:09:34 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:09:34 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:09:34 Vulnerability Srbds: Not affected 17:09:34 Vulnerability Tsx async abort: Not affected 17:09:34 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 17:09:34 17:09:34 17:09:34 ---> nproc: 17:09:34 8 17:09:34 17:09:34 17:09:34 ---> df -h: 17:09:34 Filesystem Size Used Avail Use% Mounted on 17:09:34 overlay 155G 13G 143G 9% / 17:09:34 tmpfs 64M 0 64M 0% /dev 17:09:34 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:09:34 shm 64M 0 64M 0% /dev/shm 17:09:34 /dev/vda1 155G 13G 143G 9% /facter-os 17:09:34 17:09:34 17:09:34 ---> sar -b -r -n DEV: 17:09:34 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3543) 08/14/23 _x86_64_ (8 CPU) 17:09:34 17:09:34 16:52:14 LINUX RESTART (8 CPU) 17:09:34 17:09:34 16:53:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:09:34 16:54:01 212.34 4.58 207.76 0.00 437.76 79704.05 0.00 17:09:34 16:55:01 83.40 0.18 83.22 0.00 3.07 18522.93 0.00 17:09:34 16:56:01 121.21 0.12 121.10 0.00 17.20 35106.15 0.00 17:09:34 16:57:01 2.23 0.00 2.23 0.00 0.00 25.88 0.00 17:09:34 16:58:01 54.00 11.60 42.40 0.00 5175.87 8845.98 0.00 17:09:34 16:59:01 6.35 0.02 6.33 0.00 0.13 126.78 0.00 17:09:34 17:00:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 17:09:34 17:01:01 1.58 0.00 1.58 0.00 0.00 17.06 0.00 17:09:34 17:02:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 17:09:34 17:03:01 2.02 0.00 2.02 0.00 0.00 22.26 0.00 17:09:34 17:04:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 17:09:34 17:05:01 1.58 0.00 1.58 0.00 0.00 17.20 0.00 17:09:34 17:06:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 17:09:34 17:07:01 1.57 0.00 1.57 0.00 0.00 17.06 0.00 17:09:34 17:08:01 1.87 0.02 1.85 0.00 0.13 25.19 0.00 17:09:34 17:09:01 66.97 0.30 66.67 0.00 12.00 37719.05 0.00 17:09:34 Average: 34.77 1.05 33.73 0.00 352.84 11190.60 0.00 17:09:34 17:09:34 16:53:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:09:34 16:54:01 28185608 31456496 848056 2.58 145892 3313232 2088480 6.15 1273104 2967428 63028 17:09:34 16:55:01 27988776 31408632 892668 2.71 150764 3444804 2319624 6.84 1461732 2956384 192592 17:09:34 16:56:01 27586224 31569912 733272 2.23 161028 3960156 1780452 5.25 1263560 3519680 392 17:09:34 16:57:01 27586136 31569864 733184 2.23 161052 3960156 1780452 5.25 1263568 3519680 8 17:09:34 16:58:01 27057228 31550664 732756 2.23 194968 4421248 1804924 5.32 1587916 3688116 1124 17:09:34 16:59:01 27060900 31549572 733468 2.23 193512 4417992 1794780 5.29 1586344 3684972 12 17:09:34 17:00:01 27070672 31559384 723580 2.20 193536 4418000 1794780 5.29 1577228 3684980 160 17:09:34 17:01:01 27070056 31558796 724116 2.20 193560 4418004 1794780 5.29 1577296 3684984 192 17:09:34 17:02:01 27070324 31559092 723804 2.20 193604 4417996 1794780 5.29 1577008 3684984 8 17:09:34 17:03:01 27070560 31559380 723408 2.20 193656 4418008 1794780 5.29 1577120 3684988 8 17:09:34 17:04:01 27070576 31559580 723312 2.20 193672 4418008 1794780 5.29 1577056 3685148 12 17:09:34 17:05:01 27070172 31559208 723624 2.20 193696 4418012 1794780 5.29 1576956 3685152 12 17:09:34 17:06:01 27070128 31559240 723796 2.20 193720 4418016 1794780 5.29 1576916 3685212 8 17:09:34 17:07:01 27070396 31559540 723484 2.20 193732 4418016 1794780 5.29 1576944 3685212 20 17:09:34 17:08:01 27069728 31559020 724124 2.20 193776 4417996 1822008 5.37 1577068 3685200 20 17:09:34 17:09:01 25783732 31505624 775020 2.36 212488 5552576 2096084 6.18 1689272 4777744 436752 17:09:34 Average: 27180076 31540250 747604 2.27 185166 4302014 1865315 5.50 1519943 3642492 43397 17:09:34 17:09:34 16:53:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:09:34 16:54:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 17:09:34 16:54:01 veth7a2cfdb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:09:34 16:54:01 ens3 464.24 299.69 6716.58 45.51 0.00 0.00 0.00 0.00 17:09:34 16:54:01 docker0 193.97 290.53 15.64 2405.67 0.00 0.00 0.00 0.00 17:09:34 16:55:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 17:09:34 16:55:01 veth48c35c5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:09:34 16:55:01 ens3 34.60 36.43 63.86 96.40 0.00 0.00 0.00 0.00 17:09:34 16:55:01 docker0 1.45 3.23 0.09 42.50 0.00 0.00 0.00 0.00 17:09:34 16:56:01 lo 7.73 7.73 0.76 0.76 0.00 0.00 0.00 0.00 17:09:34 16:56:01 ens3 157.49 112.38 2668.21 235.50 0.00 0.00 0.00 0.00 17:09:34 16:56:01 docker0 1.62 3.78 0.10 45.59 0.00 0.00 0.00 0.00 17:09:34 16:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 16:57:01 ens3 0.52 0.35 0.26 0.20 0.00 0.00 0.00 0.00 17:09:34 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 16:58:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 17:09:34 16:58:01 ens3 187.54 84.77 2922.27 6.07 0.00 0.00 0.00 0.00 17:09:34 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 16:59:01 ens3 0.32 0.20 0.02 0.01 0.00 0.00 0.00 0.00 17:09:34 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:00:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 17:01:01 ens3 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:02:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 17:03:01 ens3 0.32 0.22 0.09 0.07 0.00 0.00 0.00 0.00 17:09:34 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:04:01 ens3 1.13 0.45 0.50 0.28 0.00 0.00 0.00 0.00 17:09:34 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 17:05:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:06:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 17:07:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:09:34 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:08:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 17:09:34 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:34 17:09:01 lo 2.07 2.07 0.19 0.19 0.00 0.00 0.00 0.00 17:09:34 17:09:01 ens3 360.86 206.83 8170.72 29.59 0.00 0.00 0.00 0.00 17:09:34 17:09:01 docker0 58.99 109.13 4.72 1007.31 0.00 0.00 0.00 0.00 17:09:34 Average: lo 0.92 0.92 0.09 0.09 0.00 0.00 0.00 0.00 17:09:34 Average: ens3 75.09 46.09 1278.25 25.84 0.00 0.00 0.00 0.00 17:09:34 Average: docker0 15.82 25.14 1.27 216.53 0.00 0.00 0.00 0.00 17:09:34 17:09:34 17:09:34 ---> sar -P ALL: 17:09:34 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3543) 08/14/23 _x86_64_ (8 CPU) 17:09:34 17:09:34 16:52:14 LINUX RESTART (8 CPU) 17:09:34 17:09:34 16:53:02 CPU %user %nice %system %iowait %steal %idle 17:09:34 16:54:01 all 10.89 0.00 4.23 4.74 0.08 80.07 17:09:34 16:54:01 0 10.51 0.00 3.98 1.13 0.07 84.32 17:09:34 16:54:01 1 11.04 0.00 3.48 0.98 0.07 84.43 17:09:34 16:54:01 2 10.28 0.00 4.90 0.36 0.07 84.39 17:09:34 16:54:01 3 10.20 0.00 3.96 0.74 0.09 85.02 17:09:34 16:54:01 4 10.75 0.00 3.77 8.58 0.07 76.83 17:09:34 16:54:01 5 11.17 0.00 4.62 21.27 0.10 62.83 17:09:34 16:54:01 6 10.93 0.00 4.21 1.28 0.05 83.52 17:09:34 16:54:01 7 12.21 0.00 4.89 3.69 0.10 79.11 17:09:34 16:55:01 all 43.74 0.00 5.89 0.86 0.08 49.43 17:09:34 16:55:01 0 43.70 0.00 6.06 2.67 0.08 47.48 17:09:34 16:55:01 1 42.82 0.00 5.81 0.07 0.07 51.24 17:09:34 16:55:01 2 44.07 0.00 6.04 0.05 0.08 49.76 17:09:34 16:55:01 3 43.33 0.00 6.00 1.86 0.08 48.72 17:09:34 16:55:01 4 43.76 0.00 5.81 1.12 0.08 49.23 17:09:34 16:55:01 5 44.14 0.00 5.84 0.30 0.08 49.64 17:09:34 16:55:01 6 43.90 0.00 6.02 0.23 0.08 49.76 17:09:34 16:55:01 7 44.22 0.00 5.54 0.56 0.08 49.60 17:09:34 16:56:01 all 9.37 0.00 2.40 1.71 0.05 86.48 17:09:34 16:56:01 0 9.06 0.00 3.05 9.82 0.05 78.02 17:09:34 16:56:01 1 9.38 0.00 2.59 0.20 0.05 87.78 17:09:34 16:56:01 2 10.29 0.00 2.11 0.08 0.05 87.47 17:09:34 16:56:01 3 8.82 0.00 1.78 0.03 0.03 89.34 17:09:34 16:56:01 4 9.27 0.00 2.18 2.64 0.03 85.88 17:09:34 16:56:01 5 9.76 0.00 2.30 0.32 0.03 87.59 17:09:34 16:56:01 6 9.16 0.00 2.34 0.20 0.05 88.25 17:09:34 16:56:01 7 9.21 0.00 2.84 0.44 0.07 87.44 17:09:34 16:57:01 all 0.06 0.00 0.01 0.02 0.01 99.90 17:09:34 16:57:01 0 0.00 0.00 0.00 0.17 0.00 99.83 17:09:34 16:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 17:09:34 16:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 16:57:01 3 0.03 0.00 0.00 0.00 0.02 99.95 17:09:34 16:57:01 4 0.02 0.00 0.02 0.02 0.02 99.93 17:09:34 16:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 17:09:34 16:57:01 6 0.08 0.00 0.05 0.00 0.02 99.85 17:09:34 16:57:01 7 0.33 0.00 0.02 0.00 0.00 99.65 17:09:34 16:58:01 all 2.48 0.00 1.41 0.59 0.03 95.50 17:09:34 16:58:01 0 2.68 0.00 0.95 0.43 0.03 95.91 17:09:34 16:58:01 1 1.62 0.00 1.14 0.20 0.02 97.03 17:09:34 16:58:01 2 2.41 0.00 0.69 0.05 0.02 96.84 17:09:34 16:58:01 3 5.30 0.00 2.67 0.74 0.05 91.25 17:09:34 16:58:01 4 1.74 0.00 1.10 1.59 0.02 95.56 17:09:34 16:58:01 5 2.78 0.00 1.66 0.82 0.02 94.73 17:09:34 16:58:01 6 1.05 0.00 0.85 0.53 0.02 97.55 17:09:34 16:58:01 7 2.28 0.00 2.19 0.40 0.03 95.10 17:09:34 16:59:01 all 0.32 0.00 0.05 0.03 0.01 99.58 17:09:34 16:59:01 0 2.00 0.00 0.05 0.00 0.02 97.93 17:09:34 16:59:01 1 0.08 0.00 0.05 0.00 0.02 99.85 17:09:34 16:59:01 2 0.07 0.00 0.05 0.02 0.00 99.87 17:09:34 16:59:01 3 0.05 0.00 0.03 0.00 0.02 99.90 17:09:34 16:59:01 4 0.00 0.00 0.03 0.20 0.02 99.75 17:09:34 16:59:01 5 0.05 0.00 0.07 0.00 0.00 99.88 17:09:34 16:59:01 6 0.25 0.00 0.10 0.00 0.00 99.65 17:09:34 16:59:01 7 0.07 0.00 0.05 0.02 0.02 99.85 17:09:34 17:00:01 all 0.21 0.00 0.01 0.00 0.00 99.77 17:09:34 17:00:01 0 1.53 0.00 0.03 0.00 0.00 98.43 17:09:34 17:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:09:34 17:00:01 3 0.02 0.00 0.02 0.00 0.02 99.95 17:09:34 17:00:01 4 0.03 0.00 0.00 0.02 0.00 99.95 17:09:34 17:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:00:01 6 0.07 0.00 0.02 0.00 0.02 99.90 17:09:34 17:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:01:01 all 0.05 0.00 0.01 0.01 0.00 99.93 17:09:34 17:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 17:09:34 17:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:09:34 17:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:09:34 17:01:01 3 0.03 0.00 0.00 0.00 0.02 99.95 17:09:34 17:01:01 4 0.03 0.00 0.02 0.08 0.00 99.87 17:09:34 17:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:01:01 6 0.25 0.00 0.02 0.00 0.00 99.73 17:09:34 17:01:01 7 0.02 0.00 0.02 0.02 0.00 99.95 17:09:34 17:02:01 all 0.04 0.00 0.01 0.00 0.02 99.93 17:09:34 17:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:09:34 17:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 17:09:34 17:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:09:34 17:02:01 3 0.02 0.00 0.02 0.00 0.03 99.93 17:09:34 17:02:01 4 0.02 0.00 0.02 0.03 0.02 99.92 17:09:34 17:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 17:09:34 17:02:01 6 0.18 0.00 0.03 0.00 0.02 99.77 17:09:34 17:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 17:09:34 17:03:01 all 0.01 0.00 0.00 0.01 0.01 99.97 17:09:34 17:03:01 0 0.02 0.00 0.00 0.02 0.00 99.97 17:09:34 17:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:09:34 17:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 17:09:34 17:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:09:34 17:03:01 4 0.02 0.00 0.00 0.03 0.02 99.93 17:09:34 17:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:03:01 6 0.05 0.00 0.02 0.00 0.00 99.93 17:09:34 17:03:01 7 0.00 0.00 0.00 0.02 0.02 99.97 17:09:34 17:04:01 all 0.03 0.00 0.01 0.01 0.01 99.95 17:09:34 17:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:09:34 17:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 17:09:34 17:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:09:34 17:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:04:01 4 0.05 0.00 0.03 0.07 0.02 99.83 17:09:34 17:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 17:09:34 17:04:01 6 0.07 0.00 0.02 0.00 0.00 99.92 17:09:34 17:04:01 7 0.00 0.00 0.00 0.02 0.00 99.98 17:09:34 17:09:34 17:04:01 CPU %user %nice %system %iowait %steal %idle 17:09:34 17:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 17:09:34 17:05:01 0 0.05 0.00 0.00 0.02 0.02 99.92 17:09:34 17:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 17:09:34 17:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 17:09:34 17:05:01 6 0.03 0.00 0.02 0.00 0.02 99.93 17:09:34 17:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:06:01 all 0.15 0.00 0.01 0.00 0.00 99.83 17:09:34 17:06:01 0 1.06 0.00 0.02 0.00 0.00 98.92 17:09:34 17:06:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:09:34 17:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:09:34 17:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:09:34 17:06:01 4 0.02 0.00 0.02 0.02 0.02 99.93 17:09:34 17:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 17:09:34 17:06:01 7 0.00 0.00 0.02 0.02 0.00 99.97 17:09:34 17:07:01 all 0.25 0.00 0.01 0.00 0.01 99.73 17:09:34 17:07:01 0 1.84 0.00 0.05 0.02 0.02 98.08 17:09:34 17:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 17:09:34 17:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:09:34 17:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:07:01 4 0.03 0.00 0.00 0.02 0.02 99.93 17:09:34 17:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 17:09:34 17:07:01 6 0.05 0.00 0.03 0.00 0.00 99.92 17:09:34 17:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 17:09:34 17:08:01 all 0.03 0.00 0.03 0.01 0.00 99.94 17:09:34 17:08:01 0 0.00 0.00 0.03 0.00 0.00 99.97 17:09:34 17:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:09:34 17:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:09:34 17:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:09:34 17:08:01 4 0.03 0.00 0.03 0.02 0.02 99.90 17:09:34 17:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 17:09:34 17:08:01 6 0.08 0.00 0.03 0.02 0.02 99.85 17:09:34 17:08:01 7 0.03 0.00 0.02 0.02 0.00 99.93 17:09:34 17:09:01 all 5.94 0.00 2.31 1.56 0.04 90.16 17:09:34 17:09:01 0 5.70 0.00 1.82 0.49 0.03 91.96 17:09:34 17:09:01 1 7.77 0.00 1.81 0.13 0.03 90.25 17:09:34 17:09:01 2 6.53 0.00 2.27 0.02 0.03 91.15 17:09:34 17:09:01 3 5.70 0.00 3.62 0.15 0.05 90.48 17:09:34 17:09:01 4 5.04 0.00 1.78 3.00 0.03 90.15 17:09:34 17:09:01 5 6.16 0.00 2.39 8.28 0.03 83.14 17:09:34 17:09:01 6 4.75 0.00 2.72 0.32 0.03 92.18 17:09:34 17:09:01 7 5.86 0.00 2.09 0.07 0.05 91.93 17:09:34 Average: all 4.57 0.00 1.02 0.59 0.02 93.81 17:09:34 Average: 0 4.86 0.00 0.99 0.91 0.02 93.21 17:09:34 Average: 1 4.53 0.00 0.93 0.10 0.02 94.42 17:09:34 Average: 2 4.58 0.00 1.00 0.04 0.02 94.37 17:09:34 Average: 3 4.57 0.00 1.12 0.22 0.03 94.07 17:09:34 Average: 4 4.40 0.00 0.92 1.08 0.02 93.58 17:09:34 Average: 5 4.60 0.00 1.05 1.89 0.02 92.45 17:09:34 Average: 6 4.40 0.00 1.02 0.16 0.02 94.39 17:09:34 Average: 7 4.60 0.00 1.09 0.32 0.03 93.96 17:09:34 17:09:34 17:09:34