Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0f94376eadfc024c258e90372bc1b8c359cb76eb 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-ssh7350257340880083783.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh6612509437359484766.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh5017906698730444557.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh3185722454022975464.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-ssh13104842677433194681.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-1614 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 0f94376eadfc024c258e90372bc1b8c359cb76eb (main) Commit message: "Merge pull request #42 from marcpfuller/export_endpoint" > 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 0f94376eadfc024c258e90372bc1b8c359cb76eb # timeout=10 > git rev-list --no-walk e3cafd29cc51be544a464c6e881622e5acd656ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:25:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:25:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:25:38 ========================================================= 00:25:38 EdgeX Global Pipelines Version Info 00:25:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:25:39 ------------------- 00:25:39 stable info: 00:25:39 ------------------- 00:25:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:25:39 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 00:25:39 Message: update stable to v1.0.250 00:25:39 ------------------- 00:25:39 experimental info: 00:25:39 ------------------- 00:25:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:25:39 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 00:25:39 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:25:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f94376 [Pipeline] echo 00:25:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:25:40 provisioning config files... 00:25:40 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14709315299917777051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:25:40 ---> docker-login.sh 00:25:40 nexus3.edgexfoundry.org:10001 00:25:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:40 Configure a credential helper to remove this warning. See 00:25:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:40 00:25:40 Login Succeeded 00:25:40 nexus3.edgexfoundry.org:10002 00:25:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:41 Configure a credential helper to remove this warning. See 00:25:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:41 00:25:41 Login Succeeded 00:25:41 nexus3.edgexfoundry.org:10003 00:25:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:41 Configure a credential helper to remove this warning. See 00:25:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:41 00:25:41 Login Succeeded 00:25:41 nexus3.edgexfoundry.org:10004 00:25:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:41 Configure a credential helper to remove this warning. See 00:25:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:41 00:25:41 Login Succeeded 00:25:41 docker.io 00:25:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:41 Configure a credential helper to remove this warning. See 00:25:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:41 00:25:41 Login Succeeded 00:25:41 ---> docker-login.sh ends [Pipeline] } 00:25:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:25:42 + git rev-list -1 --merges 0f94376eadfc024c258e90372bc1b8c359cb76eb~1..0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo 00:25:42 -----------> git rev-list -1 --merges 0f94376eadfc024c258e90372bc1b8c359cb76eb~1..0f94376eadfc024c258e90372bc1b8c359cb76eb 0f94376eadfc024c258e90372bc1b8c359cb76eb 00:25:42 0f94376eadfc024c258e90372bc1b8c359cb76eb [false] [Pipeline] sh 00:25:42 + git log --format=format:%s -1 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo 00:25:42 ========================================================= 00:25:42 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:25:42 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:25:42 + git log --format=format:%s -1 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo 00:25:42 [semverPrep] GIT_COMMIT: 0f94376eadfc024c258e90372bc1b8c359cb76eb, Commit Message: Merge pull request #42 from marcpfuller/export_endpoint [Pipeline] echo 00:25:42 [semverPrep] This is not a build commit. [Pipeline] sh 00:25:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:25:43 + grep -v github /etc/ssh/ssh_known_hosts 00:25:43 + [ -e /tmp/ssh_known_hosts ] 00:25:43 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:25:43 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:25:43 + sudo tee -a /etc/ssh/ssh_known_hosts 00:25:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:25:43 00:25:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:25:43 0.1.4: Pulling from edgex-devops/py-git-semver 00:25:43 b85a868b505f: Pulling fs layer 00:25:43 e2be974225ed: Pulling fs layer 00:25:43 339a4e72a1f5: Pulling fs layer 00:25:43 988bab9f4d93: Pulling fs layer 00:25:43 1469e6f7b9e6: Pulling fs layer 00:25:43 eaf3925da568: Pulling fs layer 00:25:43 bab4dde63d76: Pulling fs layer 00:25:43 bde34c3a00c8: Pulling fs layer 00:25:43 b352a97aabf1: Pulling fs layer 00:25:43 4872d77fe225: Pulling fs layer 00:25:43 5851b861e8e6: Pulling fs layer 00:25:43 988bab9f4d93: Waiting 00:25:43 eaf3925da568: Waiting 00:25:43 bab4dde63d76: Waiting 00:25:43 bde34c3a00c8: Waiting 00:25:43 1469e6f7b9e6: Waiting 00:25:43 4872d77fe225: Waiting 00:25:43 e2be974225ed: Download complete 00:25:43 988bab9f4d93: Verifying Checksum 00:25:43 988bab9f4d93: Download complete 00:25:43 339a4e72a1f5: Verifying Checksum 00:25:43 339a4e72a1f5: Download complete 00:25:43 1469e6f7b9e6: Verifying Checksum 00:25:43 1469e6f7b9e6: Download complete 00:25:43 eaf3925da568: Verifying Checksum 00:25:43 eaf3925da568: Download complete 00:25:44 bde34c3a00c8: Verifying Checksum 00:25:44 bde34c3a00c8: Download complete 00:25:44 b352a97aabf1: Verifying Checksum 00:25:44 b352a97aabf1: Download complete 00:25:44 4872d77fe225: Verifying Checksum 00:25:44 4872d77fe225: Download complete 00:25:44 5851b861e8e6: Download complete 00:25:44 b85a868b505f: Verifying Checksum 00:25:44 b85a868b505f: Download complete 00:25:44 bab4dde63d76: Verifying Checksum 00:25:44 bab4dde63d76: Download complete 00:25:45 b85a868b505f: Pull complete 00:25:45 e2be974225ed: Pull complete 00:25:46 339a4e72a1f5: Pull complete 00:25:46 988bab9f4d93: Pull complete 00:25:46 1469e6f7b9e6: Pull complete 00:25:46 eaf3925da568: Pull complete 00:25:48 bab4dde63d76: Pull complete 00:25:48 bde34c3a00c8: Pull complete 00:25:48 b352a97aabf1: Pull complete 00:25:48 4872d77fe225: Pull complete 00:25:48 5851b861e8e6: Pull complete 00:25:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:25:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:25:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:48 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:25:48 $ 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 00:25:51 $ docker top 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa -eo pid,comm 00:25:51 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). 00:25:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:25:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:25:51 [ssh-agent] Looking for ssh-agent implementation... 00:25:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:25:51 $ docker exec 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent 00:25:51 SSH_AUTH_SOCK=/tmp/ssh-j3YtHH9S6dD1/agent.33 00:25:51 SSH_AGENT_PID=39 00:25:51 Running ssh-add (command line suppressed) 00:25:51 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_13114750849370768876.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_13114750849370768876.key) 00:25:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:25:52 + git tag --points-at HEAD [Pipeline] } 00:25:52 $ docker exec --env ******** --env ******** 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent -k 00:25:52 unset SSH_AUTH_SOCK; 00:25:52 unset SSH_AGENT_PID; 00:25:52 echo Agent pid 39 killed; 00:25:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:25:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:25:52 [ssh-agent] Looking for ssh-agent implementation... 00:25:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:25:52 $ docker exec 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent 00:25:52 SSH_AUTH_SOCK=/tmp/ssh-opSAyiMFHAUN/agent.71 00:25:52 SSH_AGENT_PID=77 00:25:52 Running ssh-add (command line suppressed) 00:25:52 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10325195842452726072.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10325195842452726072.key) 00:25:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:25:52 + git semver init 00:25:53 2023-07-20 00:25:53,197 [run_init] DEBUG init version:0.0.0 force:False 00:25:53 2023-07-20 00:25:53,197 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 00:25:53 2023-07-20 00:25:53,198 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 00:25:53 2023-07-20 00:25:53,198 [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) 00:25:53 2023-07-20 00:25:53,783 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 00:25:53 2023-07-20 00:25:53,783 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 00:25:53 2023-07-20 00:25:53,784 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:25:53 2023-07-20 00:25:53,784 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:25:53 3.1.0-dev.20 [Pipeline] } 00:25:53 $ docker exec --env ******** --env ******** 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent -k 00:25:53 unset SSH_AUTH_SOCK; 00:25:53 unset SSH_AGENT_PID; 00:25:53 echo Agent pid 77 killed; 00:25:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:25:54 + git semver [Pipeline] } 00:25:54 $ docker stop --time=1 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa 00:25:55 $ docker rm -f --volumes 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa [Pipeline] // withDockerContainer [Pipeline] sh 00:25:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:25:56 Stashed 1 file(s) [Pipeline] echo 00:25:56 [edgeXSemver]: initialized semver on version 3.1.0-dev.20 [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 00:25:56 provisioning config files... 00:25:56 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4194814879578097831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:25:56 ---> docker-login.sh 00:25:56 nexus3.edgexfoundry.org:10001 00:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:56 Configure a credential helper to remove this warning. See 00:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:56 00:25:56 Login Succeeded 00:25:56 nexus3.edgexfoundry.org:10002 00:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:56 Configure a credential helper to remove this warning. See 00:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:56 00:25:56 Login Succeeded 00:25:56 nexus3.edgexfoundry.org:10003 00:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:57 Configure a credential helper to remove this warning. See 00:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:57 00:25:57 Login Succeeded 00:25:57 nexus3.edgexfoundry.org:10004 00:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:57 Configure a credential helper to remove this warning. See 00:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:57 00:25:57 Login Succeeded 00:25:57 docker.io 00:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:25:57 Configure a credential helper to remove this warning. See 00:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:25:57 00:25:57 Login Succeeded 00:25:57 ---> docker-login.sh ends [Pipeline] } 00:25:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:25:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:25:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:25:57 ========================================================= 00:25:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 00:25:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:57 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 00:25:57 Sending build context to Docker daemon 345.6kB 00:25:57 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 00:25:57 Step 2/12 : FROM ${BASE} AS builder 00:25:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 00:25:57 4db1b89c0bd1: Pulling fs layer 00:25:57 6911f1a30b25: Pulling fs layer 00:25:57 e194b8c5c2a9: Pulling fs layer 00:25:57 6863d3e3a2b1: Pulling fs layer 00:25:57 ec0bb842ea78: Pulling fs layer 00:25:57 40a00589a448: Pulling fs layer 00:25:57 6c08303d61cc: Pulling fs layer 00:25:57 798269fcf238: Pulling fs layer 00:25:57 40a00589a448: Waiting 00:25:57 6c08303d61cc: Waiting 00:25:57 ec0bb842ea78: Waiting 00:25:57 6911f1a30b25: Download complete 00:25:57 6863d3e3a2b1: Verifying Checksum 00:25:57 6863d3e3a2b1: Download complete 00:25:57 ec0bb842ea78: Verifying Checksum 00:25:57 ec0bb842ea78: Download complete 00:25:57 4db1b89c0bd1: Download complete 00:25:57 40a00589a448: Verifying Checksum 00:25:57 40a00589a448: Download complete 00:25:57 4db1b89c0bd1: Pull complete 00:25:58 6911f1a30b25: Pull complete 00:25:58 798269fcf238: Download complete 00:25:58 e194b8c5c2a9: Verifying Checksum 00:25:58 e194b8c5c2a9: Download complete 00:25:58 6c08303d61cc: Verifying Checksum 00:25:58 6c08303d61cc: Download complete 00:26:01 e194b8c5c2a9: Pull complete 00:26:01 6863d3e3a2b1: Pull complete 00:26:01 ec0bb842ea78: Pull complete 00:26:01 40a00589a448: Pull complete 00:26:04 6c08303d61cc: Pull complete 00:26:05 798269fcf238: Pull complete 00:26:05 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 00:26:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:26:05 ---> ec979cd7f677 00:26:05 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 00:26:09 ---> Running in 0340290f112d 00:26:09 Removing intermediate container 0340290f112d 00:26:09 ---> 7d628a497648 00:26:09 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:26:09 ---> Running in cb15b6d02db0 00:26:09 Removing intermediate container cb15b6d02db0 00:26:09 ---> 1e7b7073d455 00:26:09 Step 5/12 : ARG ADD_BUILD_TAGS="" 00:26:09 ---> Running in 04a70be09953 00:26:09 Removing intermediate container 04a70be09953 00:26:09 ---> b5256b06fbd9 00:26:09 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:26:10 ---> Running in 4b3416e52f4b 00:26:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:26:11 Still waiting to schedule task 00:26:11 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:26:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:26:11 OK: 265 MiB in 53 packages 00:26:11 Removing intermediate container 4b3416e52f4b 00:26:11 ---> 5f23b9a56357 00:26:11 Step 7/12 : WORKDIR /app 00:26:11 ---> Running in b691b75eeb27 00:26:11 Removing intermediate container b691b75eeb27 00:26:11 ---> 4ba2b7dcec46 00:26:11 Step 8/12 : COPY go.mod vendor* ./ 00:26:12 ---> 0d79c1ad0850 00:26:12 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:12 ---> Running in b85425c16011 00:26:58 Removing intermediate container b85425c16011 00:26:58 ---> 42dec1878026 00:26:58 Step 10/12 : COPY . . 00:26:58 ---> 79546c5a9e0a 00:26:58 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:26:58 ---> Running in a3c7ddbdf80d 00:26:58 Removing intermediate container a3c7ddbdf80d 00:26:58 ---> 467c256de77a 00:26:58 Step 12/12 : RUN $MAKE 00:26:58 ---> Running in 4d4deaf288d0 00:26:58 noop 00:26:58 Removing intermediate container 4d4deaf288d0 00:26:58 ---> 11d579827afb 00:26:58 Successfully built 11d579827afb 00:26:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:26:59 + docker inspect -f . ci-base-image-x86_64 00:26:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:26:59 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:26:59 $ 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 00:26:59 $ docker top bf26892adc71fada870ae3a36f9faf1d6521677dfa89943542b8bd4417a89478 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:59 + go version 00:26:59 go version go1.20.6 linux/amd64 [Pipeline] } 00:26:59 $ docker stop --time=1 bf26892adc71fada870ae3a36f9faf1d6521677dfa89943542b8bd4417a89478 00:27:01 $ docker rm -f --volumes bf26892adc71fada870ae3a36f9faf1d6521677dfa89943542b8bd4417a89478 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:27:01 + docker inspect -f . ci-base-image-x86_64 00:27:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:27:01 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:27:01 $ 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 00:27:02 $ docker top e8fe984cf1e344c31f1ee8ffe83d440f07f5255ebb9d14baafee9b6c6eeaaf23 -eo pid,comm [Pipeline] { [Pipeline] sh 00:27:02 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 00:27:02 + make test 00:27:02 go test -race -coverprofile=coverage.out ./... 00:27:20 ? github.com/edgexfoundry/app-record-replay [no test files] 00:27:20 ok github.com/edgexfoundry/app-record-replay/internal/app 0.062s coverage: 87.5% of statements 00:27:20 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 00:27:20 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 00:27:20 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 00:27:21 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.092s coverage: 86.0% of statements 00:27:21 ok github.com/edgexfoundry/app-record-replay/internal/data 0.062s coverage: 65.2% of statements 00:27:39 go vet ./... 00:27:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:27:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:27:43 ./bin/test-attribution-txt.sh [Pipeline] echo 00:27:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:27:43 $ docker stop --time=1 e8fe984cf1e344c31f1ee8ffe83d440f07f5255ebb9d14baafee9b6c6eeaaf23 00:27:47 $ docker rm -f --volumes e8fe984cf1e344c31f1ee8ffe83d440f07f5255ebb9d14baafee9b6c6eeaaf23 [Pipeline] // withDockerContainer [Pipeline] sh 00:27:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:27:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:27:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:27:49 + ls -al . 00:27:49 total 168 00:27:49 drwxrwxr-x 9 jenkins jenkins 4096 Jul 20 00:27 . 00:27:49 drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 00:25 .. 00:27:49 -rw-rw-r-- 1 jenkins jenkins 119 Jul 20 00:25 .dockerignore 00:27:49 drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 00:25 .git 00:27:49 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:25 .github 00:27:49 -rw-rw-r-- 1 jenkins jenkins 164 Jul 20 00:25 .gitignore 00:27:49 -rw-rw-r-- 1 jenkins jenkins 41 Jul 20 00:25 .golangci.yml 00:27:49 drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 00:25 .semver 00:27:49 -rw-rw-r-- 1 jenkins jenkins 10642 Jul 20 00:25 Attribution.txt 00:27:49 -rw-rw-r-- 1 jenkins jenkins 258 Jul 20 00:25 CHANGELOG.md 00:27:49 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 20 00:25 Dockerfile 00:27:49 -rw-rw-r-- 1 jenkins jenkins 677 Jul 20 00:25 GOVERNANCE.md 00:27:49 -rw-rw-r-- 1 jenkins jenkins 681 Jul 20 00:25 Jenkinsfile 00:27:49 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 20 00:25 LICENSE 00:27:49 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 20 00:25 Makefile 00:27:49 -rw-rw-r-- 1 jenkins jenkins 611 Jul 20 00:25 OWNERS.md 00:27:49 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 20 00:25 README.md 00:27:49 -rw-rw-r-- 1 jenkins jenkins 4285 Jul 20 00:25 Record and Reply.postman_collection.json 00:27:49 -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 00:25 VERSION 00:27:49 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:25 bin 00:27:49 -rw-r--r-- 1 jenkins jenkins 8853 Jul 20 00:27 coverage.out 00:27:49 -rw-rw-r-- 1 jenkins jenkins 3679 Jul 20 00:25 go.mod 00:27:49 -rw-rw-r-- 1 jenkins jenkins 32845 Jul 20 00:25 go.sum 00:27:49 drwxrwxr-x 6 jenkins jenkins 4096 Jul 20 00:25 internal 00:27:49 -rw-rw-r-- 1 jenkins jenkins 913 Jul 20 00:25 main.go 00:27:49 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 00:25 pkg 00:27:49 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:25 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:27:49 + 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=0f94376eadfc024c258e90372bc1b8c359cb76eb --label arch=amd64 --label version=3.1.0-dev.20 . 00:27:49 Sending build context to Docker daemon 355.3kB 00:27:49 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 00:27:49 Step 2/26 : FROM ${BASE} AS builder 00:27:49 ---> 11d579827afb 00:27:49 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 00:27:49 ---> Running in 67b260900eee 00:27:49 Removing intermediate container 67b260900eee 00:27:49 ---> 41c49393b778 00:27:49 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:27:49 ---> Running in 536b43e715e3 00:27:49 Removing intermediate container 536b43e715e3 00:27:49 ---> 268615ebf439 00:27:49 Step 5/26 : ARG ADD_BUILD_TAGS="" 00:27:49 ---> Running in 47508d52ee54 00:27:49 Removing intermediate container 47508d52ee54 00:27:49 ---> 3c596fd84641 00:27:49 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:27:49 ---> Running in db78082a47cd 00:27:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:27:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:27:50 OK: 265 MiB in 53 packages 00:27:50 Removing intermediate container db78082a47cd 00:27:50 ---> a2d34f887488 00:27:50 Step 7/26 : WORKDIR /app 00:27:50 ---> Running in 28abcf62bbdb 00:27:50 Removing intermediate container 28abcf62bbdb 00:27:50 ---> dc752b1c8e14 00:27:50 Step 8/26 : COPY go.mod vendor* ./ 00:27:51 ---> a9e4800bfafb 00:27:51 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:27:51 ---> Running in 3cbd53b62748 00:27:52 Removing intermediate container 3cbd53b62748 00:27:52 ---> ee88444fa33b 00:27:52 Step 10/26 : COPY . . 00:27:52 ---> 04c892993814 00:27:52 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:27:52 ---> Running in fe2700613425 00:27:52 Removing intermediate container fe2700613425 00:27:52 ---> f3d5cf3e2b16 00:27:52 Step 12/26 : RUN $MAKE 00:27:52 ---> Running in 3b41125dbafc 00:27:52 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.20" -trimpath -mod=readonly -o app-record-replay 00:28:14 Removing intermediate container 3b41125dbafc 00:28:14 ---> 9c7ab0072b15 00:28:14 Step 13/26 : FROM alpine:3.17 00:28:14 3.17: Pulling from library/alpine 00:28:14 4db1b89c0bd1: Already exists 00:28:14 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 00:28:14 Status: Downloaded newer image for alpine:3.17 00:28:14 ---> 1f73a9d63274 00:28:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 00:28:14 ---> Running in 996f7abfefa8 00:28:14 Removing intermediate container 996f7abfefa8 00:28:14 ---> 44c3ff51163e 00:28:14 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 00:28:14 ---> Running in 4383b51235c2 00:28:14 Removing intermediate container 4383b51235c2 00:28:14 ---> c7c8e313a7ea 00:28:14 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 00:28:14 ---> Running in 425019540a0a 00:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:28:14 (1/2) Installing ca-certificates (20230506-r0) 00:28:14 (2/2) Installing dumb-init (1.2.5-r2) 00:28:14 Executing busybox-1.35.0-r29.trigger 00:28:14 Executing ca-certificates-20230506-r0.trigger 00:28:14 OK: 8 MiB in 17 packages 00:28:14 Removing intermediate container 425019540a0a 00:28:14 ---> 9c6afa01516d 00:28:14 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:28:14 ---> d826e0a52f54 00:28:14 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 00:28:14 ---> 2b66110e69ff 00:28:14 Step 19/26 : COPY --from=builder /app/res/ /res/ 00:28:14 ---> 2c3ac5a43116 00:28:14 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 00:28:14 ---> 7a68e838646b 00:28:14 Step 21/26 : EXPOSE 59712 00:28:14 ---> Running in 80b9298219dc 00:28:14 Removing intermediate container 80b9298219dc 00:28:14 ---> 18f6a8929c1d 00:28:14 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 00:28:14 ---> Running in ed375d3dd797 00:28:14 Removing intermediate container ed375d3dd797 00:28:14 ---> e536537318de 00:28:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:28:14 ---> Running in cc3c113da87b 00:28:14 Removing intermediate container cc3c113da87b 00:28:14 ---> b52a8dc61a04 00:28:14 Step 24/26 : LABEL arch=amd64 00:28:14 ---> Running in 491deafb92fd 00:28:14 Removing intermediate container 491deafb92fd 00:28:14 ---> 3a4387db8d1b 00:28:14 Step 25/26 : LABEL git_sha=0f94376eadfc024c258e90372bc1b8c359cb76eb 00:28:14 ---> Running in 9d642e1a36d5 00:28:14 Removing intermediate container 9d642e1a36d5 00:28:14 ---> 24ea96729e03 00:28:14 Step 26/26 : LABEL version=3.1.0-dev.20 00:28:14 ---> Running in 9c1d1230d59c 00:28:14 Removing intermediate container 9c1d1230d59c 00:28:14 ---> f2144d7eccd3 00:28:14 [Warning] One or more build-args [ARCH] were not consumed 00:28:14 Successfully built f2144d7eccd3 00:28:14 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 00:28:14 provisioning config files... 00:28:14 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13279748171504591871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:28:15 ---> docker-login.sh 00:28:15 nexus3.edgexfoundry.org:10001 00:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:15 Configure a credential helper to remove this warning. See 00:28:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:15 00:28:15 Login Succeeded 00:28:15 nexus3.edgexfoundry.org:10002 00:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:15 Configure a credential helper to remove this warning. See 00:28:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:15 00:28:15 Login Succeeded 00:28:15 nexus3.edgexfoundry.org:10003 00:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:15 Configure a credential helper to remove this warning. See 00:28:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:15 00:28:15 Login Succeeded 00:28:15 nexus3.edgexfoundry.org:10004 00:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:15 Configure a credential helper to remove this warning. See 00:28:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:15 00:28:15 Login Succeeded 00:28:15 docker.io 00:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:15 Configure a credential helper to remove this warning. See 00:28:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:15 00:28:15 Login Succeeded 00:28:15 ---> docker-login.sh ends [Pipeline] } 00:28:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:28:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:28:15 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 00:28:15 0f94376eadfc024c258e90372bc1b8c359cb76eb 00:28:15 latest 00:28:15 3.1.0-dev.20 00:28:15 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 00:28:15 main 00:28:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:16 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:16 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb 00:28:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 00:28:16 c291c8eeae27: Preparing 00:28:16 de875cfa1261: Preparing 00:28:16 70cb90e86266: Preparing 00:28:16 2e0c498da7eb: Preparing 00:28:16 62646de36c28: Preparing 00:28:16 3dab9f8bf2d2: Preparing 00:28:16 3dab9f8bf2d2: Waiting 00:28:16 2e0c498da7eb: Pushed 00:28:16 de875cfa1261: Pushed 00:28:16 70cb90e86266: Pushed 00:28:16 3dab9f8bf2d2: Layer already exists 00:28:16 62646de36c28: Pushed 00:28:18 c291c8eeae27: Pushed 00:28:18 0f94376eadfc024c258e90372bc1b8c359cb76eb: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:19 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:19 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 00:28:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 00:28:19 c291c8eeae27: Preparing 00:28:19 de875cfa1261: Preparing 00:28:19 70cb90e86266: Preparing 00:28:19 2e0c498da7eb: Preparing 00:28:19 62646de36c28: Preparing 00:28:19 3dab9f8bf2d2: Preparing 00:28:19 3dab9f8bf2d2: Waiting 00:28:19 c291c8eeae27: Layer already exists 00:28:19 62646de36c28: Layer already exists 00:28:19 de875cfa1261: Layer already exists 00:28:19 70cb90e86266: Layer already exists 00:28:19 2e0c498da7eb: Layer already exists 00:28:19 3dab9f8bf2d2: Layer already exists 00:28:19 latest: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:19 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:20 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.20 00:28:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 00:28:20 c291c8eeae27: Preparing 00:28:20 de875cfa1261: Preparing 00:28:20 70cb90e86266: Preparing 00:28:20 2e0c498da7eb: Preparing 00:28:20 62646de36c28: Preparing 00:28:20 3dab9f8bf2d2: Preparing 00:28:20 3dab9f8bf2d2: Waiting 00:28:20 de875cfa1261: Layer already exists 00:28:20 62646de36c28: Layer already exists 00:28:20 2e0c498da7eb: Layer already exists 00:28:20 70cb90e86266: Layer already exists 00:28:20 c291c8eeae27: Layer already exists 00:28:20 3dab9f8bf2d2: Layer already exists 00:28:20 3.1.0-dev.20: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:20 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:20 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 00:28:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 00:28:20 c291c8eeae27: Preparing 00:28:20 de875cfa1261: Preparing 00:28:20 70cb90e86266: Preparing 00:28:20 2e0c498da7eb: Preparing 00:28:20 62646de36c28: Preparing 00:28:20 3dab9f8bf2d2: Preparing 00:28:20 2e0c498da7eb: Layer already exists 00:28:20 62646de36c28: Layer already exists 00:28:20 de875cfa1261: Layer already exists 00:28:20 70cb90e86266: Layer already exists 00:28:20 c291c8eeae27: Layer already exists 00:28:20 3dab9f8bf2d2: Layer already exists 00:28:20 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:21 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:21 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 00:28:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 00:28:21 c291c8eeae27: Preparing 00:28:21 de875cfa1261: Preparing 00:28:21 70cb90e86266: Preparing 00:28:21 2e0c498da7eb: Preparing 00:28:21 62646de36c28: Preparing 00:28:21 3dab9f8bf2d2: Preparing 00:28:21 3dab9f8bf2d2: Waiting 00:28:21 62646de36c28: Layer already exists 00:28:21 70cb90e86266: Layer already exists 00:28:21 de875cfa1261: Layer already exists 00:28:21 2e0c498da7eb: Layer already exists 00:28:21 c291c8eeae27: Layer already exists 00:28:21 3dab9f8bf2d2: Layer already exists 00:28:21 main: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:28:21 ===================================================== [Pipeline] echo 00:28:21 taggedImages: 00:28:21 - nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb 00:28:21 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 00:28:21 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.20 00:28:21 - nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 00:28:21 - 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 00:28:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:28:21 00:28:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:28:22 latest: Pulling from edgex-lftools-log-publisher 00:28:22 5eb5b503b376: Pulling fs layer 00:28:22 5c69ac0246d0: Pulling fs layer 00:28:22 ec43610c2a17: Pulling fs layer 00:28:22 3a2ae6a8a46f: Pulling fs layer 00:28:22 33b1e0a273af: Pulling fs layer 00:28:22 5d3b04190fa2: Pulling fs layer 00:28:22 2f39f015ded8: Pulling fs layer 00:28:22 3a2ae6a8a46f: Waiting 00:28:22 33b1e0a273af: Waiting 00:28:22 5d3b04190fa2: Waiting 00:28:22 5c69ac0246d0: Verifying Checksum 00:28:22 5c69ac0246d0: Download complete 00:28:22 3a2ae6a8a46f: Verifying Checksum 00:28:22 3a2ae6a8a46f: Download complete 00:28:22 33b1e0a273af: Verifying Checksum 00:28:22 33b1e0a273af: Download complete 00:28:22 5d3b04190fa2: Verifying Checksum 00:28:22 5d3b04190fa2: Download complete 00:28:22 ec43610c2a17: Verifying Checksum 00:28:22 ec43610c2a17: Download complete 00:28:22 5eb5b503b376: Verifying Checksum 00:28:22 5eb5b503b376: Download complete 00:28:23 2f39f015ded8: Download complete 00:28:23 5eb5b503b376: Pull complete 00:28:23 5c69ac0246d0: Pull complete 00:28:24 ec43610c2a17: Pull complete 00:28:24 3a2ae6a8a46f: Pull complete 00:28:24 33b1e0a273af: Pull complete 00:28:24 5d3b04190fa2: Pull complete 00:28:28 2f39f015ded8: Pull complete 00:28:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:28:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:28:28 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:28:28 $ 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 00:28:33 $ docker top d1db19c8a5cece59620d9530d5de9da6bc58b7cfe69f06d4f36399d219772a85 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:28:33 ---> job-cost.sh 00:28:33 lf-activate-venv: SKIPPING 00:28:33 INFO: No Stack... 00:28:34 INFO: Retrieving Pricing Info for: v3-standard-8 00:28:34 INFO: Archiving Costs [Pipeline] sh 00:28:34 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 00:28:34 + cut -d, -f6 [Pipeline] lock 00:28:34 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] 00:28:34 Resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] did not exist. Created. 00:28:34 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:28:35 + echo total: 0.2199999988079071 [Pipeline] stash 00:28:35 Stashed 1 file(s) [Pipeline] } 00:28:35 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] // lock [Pipeline] } 00:28:35 $ docker stop --time=1 d1db19c8a5cece59620d9530d5de9da6bc58b7cfe69f06d4f36399d219772a85 00:28:36 $ docker rm -f --volumes d1db19c8a5cece59620d9530d5de9da6bc58b7cfe69f06d4f36399d219772a85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:30:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1615 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 00:30:18 Running in /w/workspace/app-record-replay/22 [Pipeline] { [Pipeline] checkout 00:30:18 Selected Git installation does not exist. Using Default 00:30:18 The recommended git tool is: NONE 00:30:25 using credential edgex-jenkins-ssh 00:30:25 Cloning the remote Git repository 00:30:25 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 00:30:25 > git init /w/workspace/app-record-replay/22 # timeout=10 00:30:25 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 00:30:25 > git --version # timeout=10 00:30:25 > git --version # 'git version 2.25.1' 00:30:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:30:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:30:26 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 00:30:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:30:27 Avoid second fetch 00:30:27 Checking out Revision 0f94376eadfc024c258e90372bc1b8c359cb76eb (main) 00:30:28 Commit message: "Merge pull request #42 from marcpfuller/export_endpoint" 00:30:28 > git config core.sparsecheckout # timeout=10 00:30:28 > git checkout -f 0f94376eadfc024c258e90372bc1b8c359cb76eb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:30:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:30:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:30:29 Dload Upload Total Spent Left Speed 00:30:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh 00:30:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:30:30 + sudo tee /etc/docker/daemon.new 00:30:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:30:30 { 00:30:30 "registry-mirrors": [ 00:30:30 "https://nexus3.edgexfoundry.org:10001" 00:30:30 ], 00:30:30 "bip": "10.250.0.254/24", 00:30:30 "hosts": [ 00:30:30 "tcp://0.0.0.0:5555", 00:30:30 "unix:///var/run/docker.sock" 00:30:30 ], 00:30:30 "mtu": 1458, 00:30:30 "selinux-enabled": true, 00:30:30 "seccomp-profile": "/etc/docker/seccomp.json" 00:30:30 } [Pipeline] sh 00:30:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:30:31 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:30:49 provisioning config files... 00:30:50 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/22@tmp/config1544870224936794746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:50 ---> docker-login.sh 00:30:50 nexus3.edgexfoundry.org:10001 00:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:51 Configure a credential helper to remove this warning. See 00:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:51 00:30:51 Login Succeeded 00:30:51 nexus3.edgexfoundry.org:10002 00:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:51 Configure a credential helper to remove this warning. See 00:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:51 00:30:51 Login Succeeded 00:30:51 nexus3.edgexfoundry.org:10003 00:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:51 Configure a credential helper to remove this warning. See 00:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:51 00:30:51 Login Succeeded 00:30:51 nexus3.edgexfoundry.org:10004 00:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:52 Configure a credential helper to remove this warning. See 00:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:52 00:30:52 Login Succeeded 00:30:52 docker.io 00:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:52 Configure a credential helper to remove this warning. See 00:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:52 00:30:52 Login Succeeded 00:30:52 ---> docker-login.sh ends [Pipeline] } 00:30:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:30:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:30:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:30:52 ========================================================= 00:30:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 00:30:52 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:53 + 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 . 00:30:53 Sending build context to Docker daemon 163.8kB 00:30:53 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 00:30:53 Step 2/12 : FROM ${BASE} AS builder 00:30:53 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:30:53 edb6bdbacee9: Pulling fs layer 00:30:53 5f9638ab2659: Pulling fs layer 00:30:53 8d51d6327a98: Pulling fs layer 00:30:53 8b374f2dd631: Pulling fs layer 00:30:53 ec14aa9079de: Pulling fs layer 00:30:53 2f466654f4bb: Pulling fs layer 00:30:53 554e91adad29: Pulling fs layer 00:30:53 8b374f2dd631: Waiting 00:30:53 ec14aa9079de: Waiting 00:30:53 2f466654f4bb: Waiting 00:30:53 554e91adad29: Waiting 00:30:53 5f9638ab2659: Download complete 00:30:53 8b374f2dd631: Verifying Checksum 00:30:53 8b374f2dd631: Download complete 00:30:53 ec14aa9079de: Verifying Checksum 00:30:53 ec14aa9079de: Download complete 00:30:53 edb6bdbacee9: Verifying Checksum 00:30:53 edb6bdbacee9: Download complete 00:30:55 554e91adad29: Verifying Checksum 00:30:55 554e91adad29: Download complete 00:30:55 8d51d6327a98: Verifying Checksum 00:30:55 8d51d6327a98: Download complete 00:30:56 2f466654f4bb: Verifying Checksum 00:30:56 2f466654f4bb: Download complete 00:30:57 edb6bdbacee9: Pull complete 00:30:57 5f9638ab2659: Pull complete 00:31:07 8d51d6327a98: Pull complete 00:31:07 8b374f2dd631: Pull complete 00:31:07 ec14aa9079de: Pull complete 00:31:14 2f466654f4bb: Pull complete 00:31:15 554e91adad29: Pull complete 00:31:15 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 00:31:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:31:15 ---> 1e15ea492957 00:31:15 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 00:31:17 ---> Running in f260df3cbb7d 00:31:17 Removing intermediate container f260df3cbb7d 00:31:17 ---> 54d18c491146 00:31:17 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:31:17 ---> Running in 3d8f1f4a979d 00:31:17 Removing intermediate container 3d8f1f4a979d 00:31:17 ---> 90891d6ee8cb 00:31:17 Step 5/12 : ARG ADD_BUILD_TAGS="" 00:31:17 ---> Running in 200831e14fac 00:31:17 Removing intermediate container 200831e14fac 00:31:17 ---> b922e5c20048 00:31:17 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:31:17 ---> Running in b9aff93a0543 00:31:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:31:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:31:20 OK: 263 MiB in 53 packages 00:31:21 Removing intermediate container b9aff93a0543 00:31:21 ---> 5be679546947 00:31:21 Step 7/12 : WORKDIR /app 00:31:21 ---> Running in 820de82acb3e 00:31:21 Removing intermediate container 820de82acb3e 00:31:21 ---> f0e615e9a9e4 00:31:21 Step 8/12 : COPY go.mod vendor* ./ 00:31:24 ---> e41129e45fc7 00:31:24 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:31:24 ---> Running in ff52a8f4fd6b 00:32:45 Removing intermediate container ff52a8f4fd6b 00:32:45 ---> 787bedcbcf7d 00:32:45 Step 10/12 : COPY . . 00:32:45 ---> ee024664ca0d 00:32:45 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:32:45 ---> Running in bd9186c4e95c 00:32:45 Removing intermediate container bd9186c4e95c 00:32:45 ---> ceab992513e0 00:32:45 Step 12/12 : RUN $MAKE 00:32:45 ---> Running in 552f4df82715 00:32:45 noop 00:32:46 Removing intermediate container 552f4df82715 00:32:46 ---> 1e3de6c9371b 00:32:46 Successfully built 1e3de6c9371b 00:32:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:32:47 + docker inspect -f . ci-base-image-arm64 00:32:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:32:47 prd-ubuntu20.04-docker-arm64-4c-16g-1615 does not seem to be running inside a container 00:32:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/22 -v /w/workspace/app-record-replay/22:/w/workspace/app-record-replay/22:rw,z -v /w/workspace/app-record-replay/22@tmp:/w/workspace/app-record-replay/22@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 00:32:48 $ docker top a55c9c13a5276bdfce6d40f4a984e5cc7611970bc4c24cd6509bd0268f7c84e0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:49 + go version 00:32:49 go version go1.20.6 linux/arm64 [Pipeline] } 00:32:49 $ docker stop --time=1 a55c9c13a5276bdfce6d40f4a984e5cc7611970bc4c24cd6509bd0268f7c84e0 00:32:51 $ docker rm -f --volumes a55c9c13a5276bdfce6d40f4a984e5cc7611970bc4c24cd6509bd0268f7c84e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:32:51 + docker inspect -f . ci-base-image-arm64 00:32:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:32:51 prd-ubuntu20.04-docker-arm64-4c-16g-1615 does not seem to be running inside a container 00:32:52 $ 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/22 -v /w/workspace/app-record-replay/22:/w/workspace/app-record-replay/22:rw,z -v /w/workspace/app-record-replay/22@tmp:/w/workspace/app-record-replay/22@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 00:32:53 $ docker top b199539b12e0fd3400e6fbf4688e870eea951a17c2c70f6b9d56600d7daadb62 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:53 + git config --global --add safe.directory /w/workspace/app-record-replay/22 [Pipeline] fileExists [Pipeline] sh 00:32:54 + make test 00:32:54 go test -race -coverprofile=coverage.out ./... 00:35:31 ? github.com/edgexfoundry/app-record-replay [no test files] 00:35:31 ok github.com/edgexfoundry/app-record-replay/internal/app 0.253s coverage: 87.5% of statements 00:35:31 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.430s coverage: 86.0% of statements 00:35:33 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 00:35:33 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 00:35:33 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 00:35:34 ok github.com/edgexfoundry/app-record-replay/internal/data 0.218s coverage: 65.2% of statements 00:35:34 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:35:34 go vet ./... 00:37:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:37:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:37:56 ./bin/test-attribution-txt.sh [Pipeline] echo 00:37:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:37:56 $ docker stop --time=1 b199539b12e0fd3400e6fbf4688e870eea951a17c2c70f6b9d56600d7daadb62 00:37:58 $ docker rm -f --volumes b199539b12e0fd3400e6fbf4688e870eea951a17c2c70f6b9d56600d7daadb62 [Pipeline] // withDockerContainer [Pipeline] sh 00:37:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:37:59 Warning: overwriting stash ‘coverage-report’ 00:37:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:38:00 + ls -al . 00:38:00 total 164 00:38:00 drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 00:32 . 00:38:00 drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 00:30 .. 00:38:00 -rw-rw-r-- 1 jenkins jenkins 119 Jul 20 00:30 .dockerignore 00:38:00 drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 00:30 .git 00:38:00 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:30 .github 00:38:00 -rw-rw-r-- 1 jenkins jenkins 164 Jul 20 00:30 .gitignore 00:38:00 -rw-rw-r-- 1 jenkins jenkins 41 Jul 20 00:30 .golangci.yml 00:38:00 -rw-rw-r-- 1 jenkins jenkins 10642 Jul 20 00:30 Attribution.txt 00:38:00 -rw-rw-r-- 1 jenkins jenkins 258 Jul 20 00:30 CHANGELOG.md 00:38:00 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 20 00:30 Dockerfile 00:38:00 -rw-rw-r-- 1 jenkins jenkins 677 Jul 20 00:30 GOVERNANCE.md 00:38:00 -rw-rw-r-- 1 jenkins jenkins 681 Jul 20 00:30 Jenkinsfile 00:38:00 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 20 00:30 LICENSE 00:38:00 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 20 00:30 Makefile 00:38:00 -rw-rw-r-- 1 jenkins jenkins 611 Jul 20 00:30 OWNERS.md 00:38:00 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 20 00:30 README.md 00:38:00 -rw-rw-r-- 1 jenkins jenkins 4285 Jul 20 00:30 Record and Reply.postman_collection.json 00:38:00 -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 00:25 VERSION 00:38:00 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:30 bin 00:38:00 -rw-r--r-- 1 jenkins jenkins 8853 Jul 20 00:35 coverage.out 00:38:00 -rw-rw-r-- 1 jenkins jenkins 3679 Jul 20 00:30 go.mod 00:38:00 -rw-rw-r-- 1 jenkins jenkins 32845 Jul 20 00:30 go.sum 00:38:00 drwxrwxr-x 6 jenkins jenkins 4096 Jul 20 00:30 internal 00:38:00 -rw-rw-r-- 1 jenkins jenkins 913 Jul 20 00:30 main.go 00:38:00 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 00:30 pkg 00:38:00 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:30 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:01 + 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=0f94376eadfc024c258e90372bc1b8c359cb76eb --label arch=arm64 --label version=3.1.0-dev.20 . 00:38:01 Sending build context to Docker daemon 173.6kB 00:38:01 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 00:38:01 Step 2/26 : FROM ${BASE} AS builder 00:38:01 ---> 1e3de6c9371b 00:38:01 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 00:38:01 ---> Running in b175e9cc66f9 00:38:01 Removing intermediate container b175e9cc66f9 00:38:01 ---> 3c1f913052dc 00:38:01 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:38:01 ---> Running in 789dade18590 00:38:01 Removing intermediate container 789dade18590 00:38:01 ---> c26dba220cd0 00:38:01 Step 5/26 : ARG ADD_BUILD_TAGS="" 00:38:02 ---> Running in 82f988a1e827 00:38:02 Removing intermediate container 82f988a1e827 00:38:02 ---> 3337d66547ad 00:38:02 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:38:02 ---> Running in f957ed999e11 00:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:38:04 OK: 263 MiB in 53 packages 00:38:06 Removing intermediate container f957ed999e11 00:38:06 ---> b2751196d90f 00:38:06 Step 7/26 : WORKDIR /app 00:38:06 ---> Running in 5c7921e5cd28 00:38:06 Removing intermediate container 5c7921e5cd28 00:38:06 ---> 1469a4e89327 00:38:06 Step 8/26 : COPY go.mod vendor* ./ 00:38:07 ---> c9e3c6e80365 00:38:07 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:38:07 ---> Running in 0147a34653a4 00:38:09 Removing intermediate container 0147a34653a4 00:38:09 ---> f02261be2e90 00:38:09 Step 10/26 : COPY . . 00:38:10 ---> 33931eaa7356 00:38:10 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:38:10 ---> Running in 7aabbb92b5dc 00:38:10 Removing intermediate container 7aabbb92b5dc 00:38:10 ---> e37fcf094983 00:38:10 Step 12/26 : RUN $MAKE 00:38:10 ---> Running in 20dc02847051 00:38:11 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.20" -trimpath -mod=readonly -o app-record-replay 00:40:18 Removing intermediate container 20dc02847051 00:40:18 ---> a69fc4a176af 00:40:18 Step 13/26 : FROM alpine:3.17 00:40:18 3.17: Pulling from library/alpine 00:40:18 edb6bdbacee9: Already exists 00:40:18 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 00:40:18 Status: Downloaded newer image for alpine:3.17 00:40:18 ---> 779605e5fbc0 00:40:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 00:40:18 ---> Running in 3941a9db6b5f 00:40:18 Removing intermediate container 3941a9db6b5f 00:40:18 ---> 6944cefb4dc6 00:40:18 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 00:40:18 ---> Running in a62e4d926d7c 00:40:18 Removing intermediate container a62e4d926d7c 00:40:18 ---> a42491fdc2e2 00:40:18 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 00:40:18 ---> Running in 0ece48ee8323 00:40:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:40:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:40:18 (1/2) Installing ca-certificates (20230506-r0) 00:40:18 (2/2) Installing dumb-init (1.2.5-r2) 00:40:18 Executing busybox-1.35.0-r29.trigger 00:40:18 Executing ca-certificates-20230506-r0.trigger 00:40:18 OK: 8 MiB in 17 packages 00:40:19 Removing intermediate container 0ece48ee8323 00:40:19 ---> 61b81525816a 00:40:19 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:40:20 ---> 3902d78b583e 00:40:20 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 00:40:21 ---> 7da4d8aef390 00:40:21 Step 19/26 : COPY --from=builder /app/res/ /res/ 00:40:21 ---> 889bab63ce5a 00:40:21 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 00:40:22 ---> 4d1a8ef5c6bf 00:40:22 Step 21/26 : EXPOSE 59712 00:40:22 ---> Running in 7aa896332372 00:40:23 Removing intermediate container 7aa896332372 00:40:23 ---> 4a3f97bbd360 00:40:23 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 00:40:23 ---> Running in cab350153bc2 00:40:23 Removing intermediate container cab350153bc2 00:40:23 ---> d9819cf4604a 00:40:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:40:23 ---> Running in 0502d0d8f226 00:40:23 Removing intermediate container 0502d0d8f226 00:40:23 ---> a67c8d611a0a 00:40:23 Step 24/26 : LABEL arch=arm64 00:40:23 ---> Running in 25a4856c9894 00:40:24 Removing intermediate container 25a4856c9894 00:40:24 ---> cbbca7ab1fbe 00:40:24 Step 25/26 : LABEL git_sha=0f94376eadfc024c258e90372bc1b8c359cb76eb 00:40:24 ---> Running in 6431fd0a5d87 00:40:24 Removing intermediate container 6431fd0a5d87 00:40:24 ---> e75c61ba98a3 00:40:24 Step 26/26 : LABEL version=3.1.0-dev.20 00:40:24 ---> Running in 251bf14f686e 00:40:24 Removing intermediate container 251bf14f686e 00:40:24 ---> 85fef97ce967 00:40:24 [Warning] One or more build-args [ARCH] were not consumed 00:40:24 Successfully built 85fef97ce967 00:40:24 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 00:40:24 provisioning config files... 00:40:24 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/22@tmp/config13768398246220987224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:25 ---> docker-login.sh 00:40:25 nexus3.edgexfoundry.org:10001 00:40:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:25 Configure a credential helper to remove this warning. See 00:40:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:25 00:40:25 Login Succeeded 00:40:25 nexus3.edgexfoundry.org:10002 00:40:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:25 Configure a credential helper to remove this warning. See 00:40:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:25 00:40:25 Login Succeeded 00:40:25 nexus3.edgexfoundry.org:10003 00:40:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:26 Configure a credential helper to remove this warning. See 00:40:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:26 00:40:26 Login Succeeded 00:40:26 nexus3.edgexfoundry.org:10004 00:40:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:26 Configure a credential helper to remove this warning. See 00:40:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:26 00:40:26 Login Succeeded 00:40:26 docker.io 00:40:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:27 Configure a credential helper to remove this warning. See 00:40:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:27 00:40:27 Login Succeeded 00:40:27 ---> docker-login.sh ends [Pipeline] } 00:40:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:40:27 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 00:40:27 0f94376eadfc024c258e90372bc1b8c359cb76eb 00:40:27 latest 00:40:27 3.1.0-dev.20 00:40:27 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 00:40:27 main 00:40:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:27 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:27 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb 00:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 00:40:27 c7b8f24676e6: Preparing 00:40:27 5ad4cd6575c3: Preparing 00:40:27 025efd9ffb83: Preparing 00:40:27 08534de8b6b4: Preparing 00:40:27 dacae92c5c93: Preparing 00:40:27 9386262d7a74: Preparing 00:40:27 9386262d7a74: Waiting 00:40:28 025efd9ffb83: Pushed 00:40:28 5ad4cd6575c3: Pushed 00:40:28 08534de8b6b4: Pushed 00:40:28 9386262d7a74: Layer already exists 00:40:28 dacae92c5c93: Pushed 00:40:33 c7b8f24676e6: Pushed 00:40:33 0f94376eadfc024c258e90372bc1b8c359cb76eb: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:34 + 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 00:40:34 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 00:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 00:40:34 c7b8f24676e6: Preparing 00:40:34 5ad4cd6575c3: Preparing 00:40:34 025efd9ffb83: Preparing 00:40:34 08534de8b6b4: Preparing 00:40:34 dacae92c5c93: Preparing 00:40:34 9386262d7a74: Preparing 00:40:34 9386262d7a74: Waiting 00:40:34 c7b8f24676e6: Layer already exists 00:40:34 dacae92c5c93: Layer already exists 00:40:34 08534de8b6b4: Layer already exists 00:40:34 025efd9ffb83: Layer already exists 00:40:34 5ad4cd6575c3: Layer already exists 00:40:34 9386262d7a74: Layer already exists 00:40:34 latest: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:35 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:35 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.20 00:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 00:40:35 c7b8f24676e6: Preparing 00:40:35 5ad4cd6575c3: Preparing 00:40:35 025efd9ffb83: Preparing 00:40:35 08534de8b6b4: Preparing 00:40:35 dacae92c5c93: Preparing 00:40:35 9386262d7a74: Preparing 00:40:35 9386262d7a74: Waiting 00:40:35 025efd9ffb83: Layer already exists 00:40:35 dacae92c5c93: Layer already exists 00:40:35 5ad4cd6575c3: Layer already exists 00:40:35 c7b8f24676e6: Layer already exists 00:40:35 08534de8b6b4: Layer already exists 00:40:35 9386262d7a74: Layer already exists 00:40:35 3.1.0-dev.20: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:36 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:36 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 00:40:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 00:40:36 c7b8f24676e6: Preparing 00:40:36 5ad4cd6575c3: Preparing 00:40:36 025efd9ffb83: Preparing 00:40:36 08534de8b6b4: Preparing 00:40:36 dacae92c5c93: Preparing 00:40:36 9386262d7a74: Preparing 00:40:36 9386262d7a74: Waiting 00:40:36 08534de8b6b4: Layer already exists 00:40:36 5ad4cd6575c3: Layer already exists 00:40:36 dacae92c5c93: Layer already exists 00:40:36 c7b8f24676e6: Layer already exists 00:40:36 025efd9ffb83: Layer already exists 00:40:36 9386262d7a74: Layer already exists 00:40:36 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:36 + 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 00:40:37 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 00:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 00:40:37 c7b8f24676e6: Preparing 00:40:37 5ad4cd6575c3: Preparing 00:40:37 025efd9ffb83: Preparing 00:40:37 08534de8b6b4: Preparing 00:40:37 dacae92c5c93: Preparing 00:40:37 9386262d7a74: Preparing 00:40:37 9386262d7a74: Waiting 00:40:37 dacae92c5c93: Layer already exists 00:40:37 08534de8b6b4: Layer already exists 00:40:37 5ad4cd6575c3: Layer already exists 00:40:37 025efd9ffb83: Layer already exists 00:40:37 c7b8f24676e6: Layer already exists 00:40:37 9386262d7a74: Layer already exists 00:40:37 main: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:37 ===================================================== [Pipeline] echo 00:40:37 taggedImages: 00:40:37 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb 00:40:37 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 00:40:37 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.20 00:40:37 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 00:40:37 - 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 00:40:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:40:37 00:40:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:40:38 arm64: Pulling from edgex-lftools-log-publisher 00:40:38 8998bd30e6a1: Pulling fs layer 00:40:38 04944245beec: Pulling fs layer 00:40:38 699f458cf7ca: Pulling fs layer 00:40:38 765212b225bb: Pulling fs layer 00:40:38 f23df028b6ca: Pulling fs layer 00:40:38 d65c8cfc05b1: Pulling fs layer 00:40:38 2437ff75d9bd: Pulling fs layer 00:40:38 765212b225bb: Waiting 00:40:38 f23df028b6ca: Waiting 00:40:38 d65c8cfc05b1: Waiting 00:40:38 2437ff75d9bd: Waiting 00:40:38 04944245beec: Verifying Checksum 00:40:38 04944245beec: Download complete 00:40:38 765212b225bb: Download complete 00:40:38 f23df028b6ca: Verifying Checksum 00:40:38 f23df028b6ca: Download complete 00:40:38 d65c8cfc05b1: Verifying Checksum 00:40:38 d65c8cfc05b1: Download complete 00:40:38 699f458cf7ca: Verifying Checksum 00:40:38 699f458cf7ca: Download complete 00:40:39 8998bd30e6a1: Verifying Checksum 00:40:39 8998bd30e6a1: Download complete 00:40:41 2437ff75d9bd: Verifying Checksum 00:40:41 2437ff75d9bd: Download complete 00:40:42 8998bd30e6a1: Pull complete 00:40:45 04944245beec: Pull complete 00:40:46 699f458cf7ca: Pull complete 00:40:46 765212b225bb: Pull complete 00:40:47 f23df028b6ca: Pull complete 00:40:47 d65c8cfc05b1: Pull complete 00:41:02 2437ff75d9bd: Pull complete 00:41:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:41:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:41:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:41:02 prd-ubuntu20.04-docker-arm64-4c-16g-1615 does not seem to be running inside a container 00:41:02 $ 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/22 -v /w/workspace/app-record-replay/22:/w/workspace/app-record-replay/22:rw,z -v /w/workspace/app-record-replay/22@tmp:/w/workspace/app-record-replay/22@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 00:41:05 $ docker top be157d27f2f9bf93795bc6aab76ace81f43a2fcdc56debea31b4c021a9a9a8f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:06 ---> job-cost.sh 00:41:06 lf-activate-venv: SKIPPING 00:41:06 INFO: No Stack... 00:41:07 INFO: Retrieving Pricing Info for: v3-standard-4 00:41:07 INFO: Archiving Costs [Pipeline] sh 00:41:08 + + catcut /w/workspace/app-record-replay/22/archives/cost.csv -d, 00:41:08 -f6 [Pipeline] lock 00:41:08 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] 00:41:08 Resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] did not exist. Created. 00:41:08 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:41:08 /w/workspace/app-record-replay/22@tmp/durable-3c0eeb7e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:41:09 + echo total: 0.10999999940395355 [Pipeline] stash 00:41:09 Warning: overwriting stash ‘stack-cost’ 00:41:09 Stashed 1 file(s) [Pipeline] } 00:41:09 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] // lock [Pipeline] } 00:41:09 $ docker stop --time=1 be157d27f2f9bf93795bc6aab76ace81f43a2fcdc56debea31b4c021a9a9a8f5 00:41:13 $ docker rm -f --volumes be157d27f2f9bf93795bc6aab76ace81f43a2fcdc56debea31b4c021a9a9a8f5 [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 00:41:13 provisioning config files... 00:41:13 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #22 00:41:13 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4918246859059126838tmp [Pipeline] { [Pipeline] sh 00:41:13 + set +x 00:41:13 + curl -s https://codecov.io/bash 00:41:13 + bash -s -- 00:41:13 00:41:13 _____ _ 00:41:13 / ____| | | 00:41:13 | | ___ __| | ___ ___ _____ __ 00:41:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:41:13 | |___| (_) | (_| | __/ (_| (_) \ V / 00:41:13 \_____\___/ \__,_|\___|\___\___/ \_/ 00:41:13 Bash-1.0.6 00:41:13 00:41:13 00:41:13 ==> git version 2.25.1 found 00:41:13 ==> 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 00:41:13 Release-Date: 2020-01-08 00:41:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:41:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:41:13 ==> Jenkins CI detected. 00:41:13 current dir:  /w/workspace/exfoundry_app-record-replay_main 00:41:13 project root: . 00:41:13 --> token set from env 00:41:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:41:13 ==> Running gcov in . (disable via -X gcov) 00:41:13 ==> Python coveragepy not found 00:41:13 ==> Searching for coverage reports in: 00:41:13 + . 00:41:13 -> Found 1 reports 00:41:13 ==> Detecting git/mercurial file structure 00:41:13 ==> Reading reports 00:41:13 + ./coverage.out bytes=8853 00:41:13 ==> Appending adjustments 00:41:13 https://docs.codecov.io/docs/fixing-reports 00:41:14 + Found adjustments 00:41:14 ==> Gzipping contents 00:41:14 4.0K /tmp/codecov.P2Svry.gz 00:41:14 ==> Uploading reports 00:41:14 url: https://codecov.io 00:41:14 query: branch=main&commit=0f94376eadfc024c258e90372bc1b8c359cb76eb&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F22%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 00:41:14 -> Pinging Codecov 00:41:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=0f94376eadfc024c258e90372bc1b8c359cb76eb&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F22%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 00:41:14 Invalid request parameters 00:41:14 400 [Pipeline] } 00:41:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:41:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:41:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:41:14 00:41:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:41:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:41:14 df9b9388f04a: Pulling fs layer 00:41:14 52dc419b0ee2: Pulling fs layer 00:41:14 25bc292e5bac: Pulling fs layer 00:41:14 114826534d7a: Pulling fs layer 00:41:14 4657fd5d0bcf: Pulling fs layer 00:41:14 6ad1cebc031e: Pulling fs layer 00:41:14 8a3aa393b2d8: Pulling fs layer 00:41:14 4657fd5d0bcf: Waiting 00:41:14 6ad1cebc031e: Waiting 00:41:14 8a3aa393b2d8: Waiting 00:41:14 114826534d7a: Waiting 00:41:14 25bc292e5bac: Verifying Checksum 00:41:14 25bc292e5bac: Download complete 00:41:14 52dc419b0ee2: Verifying Checksum 00:41:14 52dc419b0ee2: Download complete 00:41:14 4657fd5d0bcf: Verifying Checksum 00:41:14 4657fd5d0bcf: Download complete 00:41:14 df9b9388f04a: Download complete 00:41:15 6ad1cebc031e: Verifying Checksum 00:41:15 6ad1cebc031e: Download complete 00:41:15 df9b9388f04a: Pull complete 00:41:15 52dc419b0ee2: Pull complete 00:41:15 25bc292e5bac: Pull complete 00:41:15 114826534d7a: Verifying Checksum 00:41:15 114826534d7a: Download complete 00:41:15 8a3aa393b2d8: Verifying Checksum 00:41:15 8a3aa393b2d8: Download complete 00:41:19 114826534d7a: Pull complete 00:41:19 4657fd5d0bcf: Pull complete 00:41:19 6ad1cebc031e: Pull complete 00:41:21 8a3aa393b2d8: Pull complete 00:41:21 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 00:41:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:41:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:41:21 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:41:21 $ 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 00:41:26 $ docker top f55d418a11cd5bf5d791ae92b85b176a6178864ea0fff7883c5ce6f71e55b90a -eo pid,comm [Pipeline] { [Pipeline] echo 00:41:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 00:41:26 + set -o pipefail 00:41:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 00:41:30 00:41:30 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 00:41:30 00:41:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/3f1fd042-c247-4c56-803d-13fc7beddedf 00:41:30 00:41:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:41:30 00:41:31 00:41:31 A medium severity vulnerability was found in the Snyk CLI versions you are using. 00:41:31 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 00:41:31 More details here: https://snyk.co/ue1NS [Pipeline] } 00:41:31 $ docker stop --time=1 f55d418a11cd5bf5d791ae92b85b176a6178864ea0fff7883c5ce6f71e55b90a 00:41:35 $ docker rm -f --volumes f55d418a11cd5bf5d791ae92b85b176a6178864ea0fff7883c5ce6f71e55b90a [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 00:41:35 + git log --format=format:%s -1 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] sh 00:41:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:41:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:41:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:41:36 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:41:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:41:37 $ docker top 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 -eo pid,comm 00:41:37 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). 00:41:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:41:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:41:37 [ssh-agent] Looking for ssh-agent implementation... 00:41:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:41:37 $ docker exec 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 ssh-agent 00:41:37 SSH_AUTH_SOCK=/tmp/ssh-EQmPlL7PgBm7/agent.33 00:41:37 SSH_AGENT_PID=39 00:41:37 Running ssh-add (command line suppressed) 00:41:37 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17362508567340160429.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17362508567340160429.key) 00:41:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:41:37 + git semver tag 00:41:38 2023-07-20 00:41:38,013 [run_tag] DEBUG tag force:False 00:41:38 2023-07-20 00:41:38,013 [check_head_tag] DEBUG check head tag 00:41:38 2023-07-20 00:41:38,014 [execute] INFO git cat-file --batch-check 00:41:38 2023-07-20 00:41:38,014 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 00:41:38 2023-07-20 00:41:38,018 [execute] INFO git cat-file --batch 00:41:38 2023-07-20 00:41:38,018 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 00:41:38 2023-07-20 00:41:38,027 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:41:38 2023-07-20 00:41:38,028 [execute] INFO git tag -a v3.1.0-dev.20 -m v3.1.0-dev.20 00:41:38 2023-07-20 00:41:38,028 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.20', '-m', 'v3.1.0-dev.20'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 00:41:38 2023-07-20 00:41:38,033 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:41:38 3.1.0-dev.20 [Pipeline] } 00:41:38 $ docker exec --env ******** --env ******** 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 ssh-agent -k 00:41:38 unset SSH_AUTH_SOCK; 00:41:38 unset SSH_AGENT_PID; 00:41:38 echo Agent pid 39 killed; 00:41:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:41:38 + git semver [Pipeline] } 00:41:38 $ docker stop --time=1 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 00:41:40 $ docker rm -f --volumes 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:41:40 00:41:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:41:40 0.23.1-centos7: Pulling from edgex-lftools 00:41:40 ab5ef0e58194: Pulling fs layer 00:41:40 9712f1f96733: Pulling fs layer 00:41:40 63f879dbbcfc: Pulling fs layer 00:41:40 0d9ebad4ef96: Pulling fs layer 00:41:40 e9a5061849ea: Pulling fs layer 00:41:40 d747dcd14b5f: Pulling fs layer 00:41:40 2de7ff778b66: Pulling fs layer 00:41:40 0d9ebad4ef96: Waiting 00:41:40 e9a5061849ea: Waiting 00:41:40 d747dcd14b5f: Waiting 00:41:40 2de7ff778b66: Waiting 00:41:40 9712f1f96733: Verifying Checksum 00:41:40 9712f1f96733: Download complete 00:41:41 63f879dbbcfc: Verifying Checksum 00:41:41 63f879dbbcfc: Download complete 00:41:41 e9a5061849ea: Verifying Checksum 00:41:41 e9a5061849ea: Download complete 00:41:41 d747dcd14b5f: Verifying Checksum 00:41:41 d747dcd14b5f: Download complete 00:41:41 ab5ef0e58194: Verifying Checksum 00:41:41 ab5ef0e58194: Download complete 00:41:41 0d9ebad4ef96: Verifying Checksum 00:41:41 0d9ebad4ef96: Download complete 00:41:41 2de7ff778b66: Verifying Checksum 00:41:41 2de7ff778b66: Download complete 00:41:44 ab5ef0e58194: Pull complete 00:41:44 9712f1f96733: Pull complete 00:41:44 63f879dbbcfc: Pull complete 00:41:48 0d9ebad4ef96: Pull complete 00:41:48 e9a5061849ea: Pull complete 00:41:48 d747dcd14b5f: Pull complete 00:41:49 2de7ff778b66: Pull complete 00:41:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:41:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:41:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:41:49 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:41:49 $ 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 00:41:54 $ docker top 7e85c1457bc29b8841c50b0eb18fecafc6276d999ed66e97b64965833c1aebe0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:41:54 provisioning config files... 00:41:54 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7977064391118752347tmp 00:41:54 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4341796091975121802tmp 00:41:54 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14087390180227957968tmp [Pipeline] { [Pipeline] echo 00:41:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:41:54 ---> sigul-configuration.sh 00:41:54 gpg: directory `/root/.gnupg' created 00:41:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:41:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:41:54 gpg: keyring `/root/.gnupg/secring.gpg' created 00:41:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:41:54 gpg: CAST5 encrypted data 00:41:54 gpg: encrypted with 1 passphrase 00:41:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:41:55 + mkdir /home/jenkins 00:41:55 + mkdir /home/jenkins/sigul [Pipeline] sh 00:41:55 + 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 00:41:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:41:55 ---> sigul-install.sh 00:41:55 Sigul already installed; skipping installation. [Pipeline] sh 00:41:56 + git tag --list 00:41:56 v3.1.0-dev.0 00:41:56 v3.1.0-dev.1 00:41:56 v3.1.0-dev.10 00:41:56 v3.1.0-dev.11 00:41:56 v3.1.0-dev.12 00:41:56 v3.1.0-dev.13 00:41:56 v3.1.0-dev.14 00:41:56 v3.1.0-dev.15 00:41:56 v3.1.0-dev.16 00:41:56 v3.1.0-dev.17 00:41:56 v3.1.0-dev.18 00:41:56 v3.1.0-dev.19 00:41:56 v3.1.0-dev.2 00:41:56 v3.1.0-dev.20 00:41:56 v3.1.0-dev.3 00:41:56 v3.1.0-dev.4 00:41:56 v3.1.0-dev.5 00:41:56 v3.1.0-dev.6 00:41:56 v3.1.0-dev.7 00:41:56 v3.1.0-dev.8 00:41:56 v3.1.0-dev.9 [Pipeline] sh 00:41:56 + lftools sign git-tag v3.1.0-dev.20 00:41:56 Signing Git tag with Sigul... 00:41:56 Signing v3.1.0-dev.20 [Pipeline] echo 00:41:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:41:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:41:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:41:57 $ docker stop --time=1 7e85c1457bc29b8841c50b0eb18fecafc6276d999ed66e97b64965833c1aebe0 00:41:58 $ docker rm -f --volumes 7e85c1457bc29b8841c50b0eb18fecafc6276d999ed66e97b64965833c1aebe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:41:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:41:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:41:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:41:59 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:41:59 $ 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 00:42:00 $ docker top b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 -eo pid,comm 00:42:00 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). 00:42:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:42:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:00 [ssh-agent] Looking for ssh-agent implementation... 00:42:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:00 $ docker exec b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 ssh-agent 00:42:00 SSH_AUTH_SOCK=/tmp/ssh-9P2GB8nFO9cJ/agent.32 00:42:00 SSH_AGENT_PID=38 00:42:00 Running ssh-add (command line suppressed) 00:42:00 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5073655492978250531.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5073655492978250531.key) 00:42:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:00 + git semver bump pre 00:42:00 2023-07-20 00:42:00,915 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:42:00 2023-07-20 00:42:00,916 [bump_version] DEBUG bumping version:3.1.0-dev.20 on axis:pre with prefix:dev 00:42:00 2023-07-20 00:42:00,916 [bump_version] DEBUG bumped version:3.1.0-dev.21 00:42:00 2023-07-20 00:42:00,916 [write_version] DEBUG write version:3.1.0-dev.21 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 00:42:00 2023-07-20 00:42:00,916 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:42:00 2023-07-20 00:42:00,916 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 00:42:00 2023-07-20 00:42:00,921 [execute] INFO git cat-file --batch-check 00:42:00 2023-07-20 00:42:00,921 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 00:42:00 2023-07-20 00:42:00,932 [execute] INFO git cat-file --batch 00:42:01 2023-07-20 00:42:00,932 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 00:42:01 2023-07-20 00:42:00,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:42:01 3.1.0-dev.21 [Pipeline] } 00:42:01 $ docker exec --env ******** --env ******** b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 ssh-agent -k 00:42:01 unset SSH_AUTH_SOCK; 00:42:01 unset SSH_AGENT_PID; 00:42:01 echo Agent pid 38 killed; 00:42:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:42:01 + git semver [Pipeline] } 00:42:01 $ docker stop --time=1 b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 00:42:02 $ docker rm -f --volumes b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 [Pipeline] // withDockerContainer [Pipeline] sh 00:42:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:42:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:42:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:03 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:42:03 $ 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 00:42:04 $ docker top c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:42:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:04 [ssh-agent] Looking for ssh-agent implementation... 00:42:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:04 $ docker exec c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 ssh-agent 00:42:04 SSH_AUTH_SOCK=/tmp/ssh-yrUz6RaKiIoH/agent.32 00:42:04 SSH_AGENT_PID=38 00:42:04 Running ssh-add (command line suppressed) 00:42:04 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15715181626557322203.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15715181626557322203.key) 00:42:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:04 + git semver push 00:42:05 2023-07-20 00:42:04,989 [run_push] DEBUG push 00:42:05 2023-07-20 00:42:04,990 [execute] INFO git cat-file --batch-check 00:42:05 2023-07-20 00:42:04,990 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 00:42:05 2023-07-20 00:42:04,993 [execute] INFO git rev-list 91d9a0bcdcf38cb26d7baae98ffd167617b9d3a7 -- 00:42:05 2023-07-20 00:42:04,994 [execute] DEBUG Popen(['git', 'rev-list', '91d9a0bcdcf38cb26d7baae98ffd167617b9d3a7', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 00:42:05 2023-07-20 00:42:05,000 [execute] INFO git fetch -v origin 00:42:05 2023-07-20 00:42:05,001 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 00:42:05 2023-07-20 00:42:05,465 [run_push] DEBUG no remote changes detected 00:42:05 2023-07-20 00:42:05,465 [execute] INFO git push origin semver 00:42:05 2023-07-20 00:42:05,466 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 00:42:06 2023-07-20 00:42:06,288 [run_push] DEBUG push all version tags 00:42:06 2023-07-20 00:42:06,289 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:42:06 2023-07-20 00:42:06,289 [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) 00:42:07 2023-07-20 00:42:06,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 00:42:07 3.1.0-dev.21 [Pipeline] } 00:42:07 $ docker exec --env ******** --env ******** c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 ssh-agent -k 00:42:07 unset SSH_AUTH_SOCK; 00:42:07 unset SSH_AGENT_PID; 00:42:07 echo Agent pid 38 killed; 00:42:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:42:07 + git semver [Pipeline] } 00:42:07 $ docker stop --time=1 c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 00:42:09 $ docker rm -f --volumes c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 [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 00:42:09 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 00:42:09 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 00:42:09 total 16 00:42:09 drwxr-xr-x 3 root root 4096 Jul 20 00:28 . 00:42:09 drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 00:41 .. 00:42:09 drwxr-xr-x 2 root root 4096 Jul 20 00:28 cost 00:42:09 -rw-r--r-- 1 root root 88 Jul 20 00:28 cost.csv 00:42:09 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 00:42:09 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 00:42:09 total 16 00:42:09 drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 00:28 . 00:42:09 drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 00:41 .. 00:42:09 drwxr-xr-x 2 jenkins jenkins 4096 Jul 20 00:28 cost 00:42:09 -rw-r--r-- 1 jenkins jenkins 88 Jul 20 00:28 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:42:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:42:11 ---> package-listing.sh 00:42:11 ++ facter osfamily 00:42:11 ++ tr '[:upper:]' '[:lower:]' 00:42:11 + OS_FAMILY=debian 00:42:11 + workspace=/w/workspace/exfoundry_app-record-replay_main 00:42:11 + START_PACKAGES=/tmp/packages_start.txt 00:42:11 + END_PACKAGES=/tmp/packages_end.txt 00:42:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:42:11 + PACKAGES=/tmp/packages_start.txt 00:42:11 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 00:42:11 + PACKAGES=/tmp/packages_end.txt 00:42:11 + case "${OS_FAMILY}" in 00:42:11 + dpkg -l 00:42:11 + grep '^ii' 00:42:11 + '[' -f /tmp/packages_start.txt ']' 00:42:11 + '[' -f /tmp/packages_end.txt ']' 00:42:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:42:11 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 00:42:11 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 00:42:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 00:42:11 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:42:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:42:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:12 prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container 00:42:12 $ 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 00:42:12 $ docker top ad395f6892ff31678e1ccc4c78e9bff9350c52cabb447386e4f4a20c8c23cb9a -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:12 + touch /tmp/pre-build-complete [Pipeline] sh 00:42:13 + mkdir -p /var/log/sysstat [Pipeline] sh 00:42:13 + ls /var/log/sa-host 00:42:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:42:13 provisioning config files... 00:42:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10905013423205519359tmp [Pipeline] { [Pipeline] echo 00:42:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:42:13 ---> create-netrc.sh [Pipeline] } 00:42:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:42:14 ---> python-tools-install.sh [Pipeline] echo 00:42:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:42:14 ---> sudo-logs.sh 00:42:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:42:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:42:14 ---> job-cost.sh 00:42:14 lf-activate-venv: SKIPPING 00:42:14 DEBUG: total: 0.2199999988079071 00:42:14 INFO: Retrieving Stack Cost... 00:42:15 INFO: Retrieving Pricing Info for: v3-standard-8 00:42:15 INFO: Archiving Costs [Pipeline] echo 00:42:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:42:15 ---> logs-deploy.sh 00:42:15 lf-activate-venv: SKIPPING 00:42:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/22 00:42:15 INFO: archiving workspace using pattern(s): 00:42:16 Archives upload complete. 00:42:16 INFO: archiving logs to Nexus