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 [2023-07-20T00:25:38.197Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-20T00:25:38.260Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-20T00:25:38.278Z] ========================================================= [2023-07-20T00:25:38.278Z] EdgeX Global Pipelines Version Info [2023-07-20T00:25:38.278Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:25:39.008Z] ------------------- [2023-07-20T00:25:39.008Z] stable info: [2023-07-20T00:25:39.008Z] ------------------- [2023-07-20T00:25:39.008Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-20T00:25:39.008Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-20T00:25:39.008Z] Message: update stable to v1.0.250 [2023-07-20T00:25:39.585Z] ------------------- [2023-07-20T00:25:39.585Z] experimental info: [2023-07-20T00:25:39.585Z] ------------------- [2023-07-20T00:25:39.585Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-20T00:25:39.585Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-20T00:25:39.585Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-20T00:25:39.775Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-07-20T00:25:39.791Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-07-20T00:25:39.806Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-20T00:25:39.819Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-20T00:25:39.837Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-20T00:25:39.851Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-20T00:25:39.864Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-20T00:25:39.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-20T00:25:39.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-20T00:25:39.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-20T00:25:39.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-20T00:25:39.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-07-20T00:25:39.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-20T00:25:39.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-20T00:25:39.996Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-20T00:25:40.012Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-20T00:25:40.027Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-20T00:25:40.040Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-20T00:25:40.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-20T00:25:40.073Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-20T00:25:40.082Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-20T00:25:40.097Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-20T00:25:40.116Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-20T00:25:40.133Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-20T00:25:40.149Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-20T00:25:40.160Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-20T00:25:40.172Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-20T00:25:40.188Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-20T00:25:40.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-20T00:25:40.222Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-20T00:25:40.235Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo [2023-07-20T00:25:40.253Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f94376 [Pipeline] echo [2023-07-20T00:25:40.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-20T00:25:40.326Z] provisioning config files... [2023-07-20T00:25:40.340Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14709315299917777051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:25:40.646Z] ---> docker-login.sh [2023-07-20T00:25:40.646Z] nexus3.edgexfoundry.org:10001 [2023-07-20T00:25:40.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:40.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:40.911Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:40.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:40.911Z] [2023-07-20T00:25:40.911Z] Login Succeeded [2023-07-20T00:25:40.911Z] nexus3.edgexfoundry.org:10002 [2023-07-20T00:25:41.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:41.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:41.177Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:41.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:41.177Z] [2023-07-20T00:25:41.177Z] Login Succeeded [2023-07-20T00:25:41.177Z] nexus3.edgexfoundry.org:10003 [2023-07-20T00:25:41.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:41.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:41.177Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:41.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:41.177Z] [2023-07-20T00:25:41.177Z] Login Succeeded [2023-07-20T00:25:41.177Z] nexus3.edgexfoundry.org:10004 [2023-07-20T00:25:41.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:41.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:41.438Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:41.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:41.438Z] [2023-07-20T00:25:41.438Z] Login Succeeded [2023-07-20T00:25:41.438Z] docker.io [2023-07-20T00:25:41.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:41.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:41.700Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:41.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:41.700Z] [2023-07-20T00:25:41.700Z] Login Succeeded [2023-07-20T00:25:41.700Z] ---> docker-login.sh ends [Pipeline] } [2023-07-20T00:25:41.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-20T00:25:42.062Z] + git rev-list -1 --merges 0f94376eadfc024c258e90372bc1b8c359cb76eb~1..0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo [2023-07-20T00:25:42.118Z] -----------> git rev-list -1 --merges 0f94376eadfc024c258e90372bc1b8c359cb76eb~1..0f94376eadfc024c258e90372bc1b8c359cb76eb 0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:25:42.118Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb [false] [Pipeline] sh [2023-07-20T00:25:42.410Z] + git log --format=format:%s -1 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo [2023-07-20T00:25:42.425Z] ========================================================= [2023-07-20T00:25:42.425Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-20T00:25:42.425Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-20T00:25:42.753Z] + git log --format=format:%s -1 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] echo [2023-07-20T00:25:42.765Z] [semverPrep] GIT_COMMIT: 0f94376eadfc024c258e90372bc1b8c359cb76eb, Commit Message: Merge pull request #42 from marcpfuller/export_endpoint [Pipeline] echo [2023-07-20T00:25:42.774Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-20T00:25:43.114Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-20T00:25:43.114Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-20T00:25:43.114Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-20T00:25:43.114Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-20T00:25:43.114Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-20T00:25:43.114Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-20T00:25:43.114Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:25:43.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-20T00:25:43.462Z] [2023-07-20T00:25:43.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:25:43.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-20T00:25:43.759Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-20T00:25:43.759Z] b85a868b505f: Pulling fs layer [2023-07-20T00:25:43.759Z] e2be974225ed: Pulling fs layer [2023-07-20T00:25:43.759Z] 339a4e72a1f5: Pulling fs layer [2023-07-20T00:25:43.759Z] 988bab9f4d93: Pulling fs layer [2023-07-20T00:25:43.759Z] 1469e6f7b9e6: Pulling fs layer [2023-07-20T00:25:43.759Z] eaf3925da568: Pulling fs layer [2023-07-20T00:25:43.759Z] bab4dde63d76: Pulling fs layer [2023-07-20T00:25:43.759Z] bde34c3a00c8: Pulling fs layer [2023-07-20T00:25:43.759Z] b352a97aabf1: Pulling fs layer [2023-07-20T00:25:43.759Z] 4872d77fe225: Pulling fs layer [2023-07-20T00:25:43.759Z] 5851b861e8e6: Pulling fs layer [2023-07-20T00:25:43.759Z] 988bab9f4d93: Waiting [2023-07-20T00:25:43.759Z] eaf3925da568: Waiting [2023-07-20T00:25:43.759Z] bab4dde63d76: Waiting [2023-07-20T00:25:43.759Z] bde34c3a00c8: Waiting [2023-07-20T00:25:43.759Z] 1469e6f7b9e6: Waiting [2023-07-20T00:25:43.759Z] 4872d77fe225: Waiting [2023-07-20T00:25:43.759Z] e2be974225ed: Download complete [2023-07-20T00:25:43.759Z] 988bab9f4d93: Verifying Checksum [2023-07-20T00:25:43.759Z] 988bab9f4d93: Download complete [2023-07-20T00:25:43.759Z] 339a4e72a1f5: Verifying Checksum [2023-07-20T00:25:43.759Z] 339a4e72a1f5: Download complete [2023-07-20T00:25:43.759Z] 1469e6f7b9e6: Verifying Checksum [2023-07-20T00:25:43.759Z] 1469e6f7b9e6: Download complete [2023-07-20T00:25:43.759Z] eaf3925da568: Verifying Checksum [2023-07-20T00:25:43.759Z] eaf3925da568: Download complete [2023-07-20T00:25:44.019Z] bde34c3a00c8: Verifying Checksum [2023-07-20T00:25:44.019Z] bde34c3a00c8: Download complete [2023-07-20T00:25:44.019Z] b352a97aabf1: Verifying Checksum [2023-07-20T00:25:44.019Z] b352a97aabf1: Download complete [2023-07-20T00:25:44.019Z] 4872d77fe225: Verifying Checksum [2023-07-20T00:25:44.019Z] 4872d77fe225: Download complete [2023-07-20T00:25:44.019Z] 5851b861e8e6: Download complete [2023-07-20T00:25:44.019Z] b85a868b505f: Verifying Checksum [2023-07-20T00:25:44.019Z] b85a868b505f: Download complete [2023-07-20T00:25:44.277Z] bab4dde63d76: Verifying Checksum [2023-07-20T00:25:44.277Z] bab4dde63d76: Download complete [2023-07-20T00:25:45.216Z] b85a868b505f: Pull complete [2023-07-20T00:25:45.474Z] e2be974225ed: Pull complete [2023-07-20T00:25:46.041Z] 339a4e72a1f5: Pull complete [2023-07-20T00:25:46.041Z] 988bab9f4d93: Pull complete [2023-07-20T00:25:46.302Z] 1469e6f7b9e6: Pull complete [2023-07-20T00:25:46.302Z] eaf3925da568: Pull complete [2023-07-20T00:25:48.213Z] bab4dde63d76: Pull complete [2023-07-20T00:25:48.473Z] bde34c3a00c8: Pull complete [2023-07-20T00:25:48.473Z] b352a97aabf1: Pull complete [2023-07-20T00:25:48.473Z] 4872d77fe225: Pull complete [2023-07-20T00:25:48.733Z] 5851b861e8e6: Pull complete [2023-07-20T00:25:48.733Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-20T00:25:48.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-20T00:25:48.733Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:25:48.839Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:25:48.883Z] $ 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 [2023-07-20T00:25:51.400Z] $ docker top 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa -eo pid,comm [2023-07-20T00:25:51.460Z] 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). [2023-07-20T00:25:51.460Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-20T00:25:51.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-20T00:25:51.500Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-20T00:25:51.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-20T00:25:51.636Z] $ docker exec 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent [2023-07-20T00:25:51.742Z] SSH_AUTH_SOCK=/tmp/ssh-j3YtHH9S6dD1/agent.33 [2023-07-20T00:25:51.743Z] SSH_AGENT_PID=39 [2023-07-20T00:25:51.749Z] Running ssh-add (command line suppressed) [2023-07-20T00:25:51.853Z] 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) [2023-07-20T00:25:51.865Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-20T00:25:52.152Z] + git tag --points-at HEAD [Pipeline] } [2023-07-20T00:25:52.173Z] $ docker exec --env ******** --env ******** 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent -k [2023-07-20T00:25:52.278Z] unset SSH_AUTH_SOCK; [2023-07-20T00:25:52.279Z] unset SSH_AGENT_PID; [2023-07-20T00:25:52.279Z] echo Agent pid 39 killed; [2023-07-20T00:25:52.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-20T00:25:52.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-20T00:25:52.377Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-20T00:25:52.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-20T00:25:52.497Z] $ docker exec 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent [2023-07-20T00:25:52.604Z] SSH_AUTH_SOCK=/tmp/ssh-opSAyiMFHAUN/agent.71 [2023-07-20T00:25:52.604Z] SSH_AGENT_PID=77 [2023-07-20T00:25:52.608Z] Running ssh-add (command line suppressed) [2023-07-20T00:25:52.700Z] 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) [2023-07-20T00:25:52.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-20T00:25:52.998Z] + git semver init [2023-07-20T00:25:53.258Z] 2023-07-20 00:25:53,197 [run_init] DEBUG init version:0.0.0 force:False [2023-07-20T00:25:53.258Z] 2023-07-20 00:25:53,197 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-07-20T00:25:53.258Z] 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 [2023-07-20T00:25:53.258Z] 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) [2023-07-20T00:25:53.830Z] 2023-07-20 00:25:53,783 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-07-20T00:25:53.830Z] 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 [2023-07-20T00:25:53.830Z] 2023-07-20 00:25:53,784 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:25:53.830Z] 2023-07-20 00:25:53,784 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:25:53.830Z] 3.1.0-dev.20 [Pipeline] } [2023-07-20T00:25:53.843Z] $ docker exec --env ******** --env ******** 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa ssh-agent -k [2023-07-20T00:25:53.946Z] unset SSH_AUTH_SOCK; [2023-07-20T00:25:53.946Z] unset SSH_AGENT_PID; [2023-07-20T00:25:53.947Z] echo Agent pid 77 killed; [2023-07-20T00:25:53.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-20T00:25:54.259Z] + git semver [Pipeline] } [2023-07-20T00:25:54.537Z] $ docker stop --time=1 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa [2023-07-20T00:25:55.813Z] $ docker rm -f --volumes 79957de08be4aeeb8ecac4c36190da506e9458d3d6bd56e67d563fd102649baa [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-20T00:25:56.144Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-20T00:25:56.349Z] Stashed 1 file(s) [Pipeline] echo [2023-07-20T00:25:56.351Z] [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 [2023-07-20T00:25:56.519Z] provisioning config files... [2023-07-20T00:25:56.528Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4194814879578097831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:25:56.824Z] ---> docker-login.sh [2023-07-20T00:25:56.824Z] nexus3.edgexfoundry.org:10001 [2023-07-20T00:25:56.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:56.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:56.824Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:56.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:56.824Z] [2023-07-20T00:25:56.824Z] Login Succeeded [2023-07-20T00:25:56.824Z] nexus3.edgexfoundry.org:10002 [2023-07-20T00:25:56.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:56.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:56.824Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:56.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:56.824Z] [2023-07-20T00:25:56.824Z] Login Succeeded [2023-07-20T00:25:56.824Z] nexus3.edgexfoundry.org:10003 [2023-07-20T00:25:57.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:57.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:57.084Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:57.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:57.084Z] [2023-07-20T00:25:57.084Z] Login Succeeded [2023-07-20T00:25:57.084Z] nexus3.edgexfoundry.org:10004 [2023-07-20T00:25:57.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:57.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:57.084Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:57.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:57.084Z] [2023-07-20T00:25:57.084Z] Login Succeeded [2023-07-20T00:25:57.084Z] docker.io [2023-07-20T00:25:57.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:25:57.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:25:57.343Z] Configure a credential helper to remove this warning. See [2023-07-20T00:25:57.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:25:57.343Z] [2023-07-20T00:25:57.343Z] Login Succeeded [2023-07-20T00:25:57.343Z] ---> docker-login.sh ends [Pipeline] } [2023-07-20T00:25:57.351Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-20T00:25:57.407Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-20T00:25:57.417Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-20T00:25:57.424Z] ========================================================= [2023-07-20T00:25:57.424Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-20T00:25:57.424Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:25:57.726Z] + 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 . [2023-07-20T00:25:57.726Z] Sending build context to Docker daemon 345.6kB [2023-07-20T00:25:57.726Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-20T00:25:57.726Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-20T00:25:57.726Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-20T00:25:57.726Z] 4db1b89c0bd1: Pulling fs layer [2023-07-20T00:25:57.726Z] 6911f1a30b25: Pulling fs layer [2023-07-20T00:25:57.726Z] e194b8c5c2a9: Pulling fs layer [2023-07-20T00:25:57.726Z] 6863d3e3a2b1: Pulling fs layer [2023-07-20T00:25:57.726Z] ec0bb842ea78: Pulling fs layer [2023-07-20T00:25:57.726Z] 40a00589a448: Pulling fs layer [2023-07-20T00:25:57.726Z] 6c08303d61cc: Pulling fs layer [2023-07-20T00:25:57.726Z] 798269fcf238: Pulling fs layer [2023-07-20T00:25:57.726Z] 40a00589a448: Waiting [2023-07-20T00:25:57.726Z] 6c08303d61cc: Waiting [2023-07-20T00:25:57.726Z] ec0bb842ea78: Waiting [2023-07-20T00:25:57.726Z] 6911f1a30b25: Download complete [2023-07-20T00:25:57.726Z] 6863d3e3a2b1: Verifying Checksum [2023-07-20T00:25:57.726Z] 6863d3e3a2b1: Download complete [2023-07-20T00:25:57.726Z] ec0bb842ea78: Verifying Checksum [2023-07-20T00:25:57.726Z] ec0bb842ea78: Download complete [2023-07-20T00:25:57.726Z] 4db1b89c0bd1: Download complete [2023-07-20T00:25:57.986Z] 40a00589a448: Verifying Checksum [2023-07-20T00:25:57.986Z] 40a00589a448: Download complete [2023-07-20T00:25:57.986Z] 4db1b89c0bd1: Pull complete [2023-07-20T00:25:58.248Z] 6911f1a30b25: Pull complete [2023-07-20T00:25:58.507Z] 798269fcf238: Download complete [2023-07-20T00:25:58.507Z] e194b8c5c2a9: Verifying Checksum [2023-07-20T00:25:58.507Z] e194b8c5c2a9: Download complete [2023-07-20T00:25:58.507Z] 6c08303d61cc: Verifying Checksum [2023-07-20T00:25:58.507Z] 6c08303d61cc: Download complete [2023-07-20T00:26:01.807Z] e194b8c5c2a9: Pull complete [2023-07-20T00:26:01.807Z] 6863d3e3a2b1: Pull complete [2023-07-20T00:26:01.807Z] ec0bb842ea78: Pull complete [2023-07-20T00:26:01.807Z] 40a00589a448: Pull complete [2023-07-20T00:26:04.341Z] 6c08303d61cc: Pull complete [2023-07-20T00:26:05.277Z] 798269fcf238: Pull complete [2023-07-20T00:26:05.277Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-20T00:26:05.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-20T00:26:05.277Z] ---> ec979cd7f677 [2023-07-20T00:26:05.277Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-20T00:26:09.529Z] ---> Running in 0340290f112d [2023-07-20T00:26:09.529Z] Removing intermediate container 0340290f112d [2023-07-20T00:26:09.529Z] ---> 7d628a497648 [2023-07-20T00:26:09.529Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-20T00:26:09.789Z] ---> Running in cb15b6d02db0 [2023-07-20T00:26:09.789Z] Removing intermediate container cb15b6d02db0 [2023-07-20T00:26:09.789Z] ---> 1e7b7073d455 [2023-07-20T00:26:09.789Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-20T00:26:09.789Z] ---> Running in 04a70be09953 [2023-07-20T00:26:09.789Z] Removing intermediate container 04a70be09953 [2023-07-20T00:26:09.789Z] ---> b5256b06fbd9 [2023-07-20T00:26:09.789Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-20T00:26:10.049Z] ---> Running in 4b3416e52f4b [2023-07-20T00:26:10.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-20T00:26:11.469Z] Still waiting to schedule task [2023-07-20T00:26:11.470Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-07-20T00:26:11.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-20T00:26:11.684Z] OK: 265 MiB in 53 packages [2023-07-20T00:26:11.943Z] Removing intermediate container 4b3416e52f4b [2023-07-20T00:26:11.943Z] ---> 5f23b9a56357 [2023-07-20T00:26:11.943Z] Step 7/12 : WORKDIR /app [2023-07-20T00:26:11.943Z] ---> Running in b691b75eeb27 [2023-07-20T00:26:11.943Z] Removing intermediate container b691b75eeb27 [2023-07-20T00:26:11.943Z] ---> 4ba2b7dcec46 [2023-07-20T00:26:11.943Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-20T00:26:12.202Z] ---> 0d79c1ad0850 [2023-07-20T00:26:12.202Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-20T00:26:12.202Z] ---> Running in b85425c16011 [2023-07-20T00:26:58.895Z] Removing intermediate container b85425c16011 [2023-07-20T00:26:58.895Z] ---> 42dec1878026 [2023-07-20T00:26:58.895Z] Step 10/12 : COPY . . [2023-07-20T00:26:58.895Z] ---> 79546c5a9e0a [2023-07-20T00:26:58.895Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-20T00:26:58.895Z] ---> Running in a3c7ddbdf80d [2023-07-20T00:26:58.895Z] Removing intermediate container a3c7ddbdf80d [2023-07-20T00:26:58.895Z] ---> 467c256de77a [2023-07-20T00:26:58.895Z] Step 12/12 : RUN $MAKE [2023-07-20T00:26:58.895Z] ---> Running in 4d4deaf288d0 [2023-07-20T00:26:58.895Z] noop [2023-07-20T00:26:58.895Z] Removing intermediate container 4d4deaf288d0 [2023-07-20T00:26:58.895Z] ---> 11d579827afb [2023-07-20T00:26:58.895Z] Successfully built 11d579827afb [2023-07-20T00:26:58.895Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:26:59.210Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-20T00:26:59.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:26:59.281Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:26:59.316Z] $ 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 [2023-07-20T00:26:59.643Z] $ docker top bf26892adc71fada870ae3a36f9faf1d6521677dfa89943542b8bd4417a89478 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-20T00:26:59.980Z] + go version [2023-07-20T00:26:59.980Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-20T00:26:59.993Z] $ docker stop --time=1 bf26892adc71fada870ae3a36f9faf1d6521677dfa89943542b8bd4417a89478 [2023-07-20T00:27:01.242Z] $ 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 [2023-07-20T00:27:01.654Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-20T00:27:01.654Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:27:01.719Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:27:01.751Z] $ 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 [2023-07-20T00:27:02.053Z] $ docker top e8fe984cf1e344c31f1ee8ffe83d440f07f5255ebb9d14baafee9b6c6eeaaf23 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-20T00:27:02.396Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-07-20T00:27:02.691Z] + make test [2023-07-20T00:27:02.691Z] go test -race -coverprofile=coverage.out ./... [2023-07-20T00:27:20.777Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-20T00:27:20.777Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.062s coverage: 87.5% of statements [2023-07-20T00:27:20.777Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-20T00:27:20.777Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-20T00:27:20.777Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-20T00:27:21.035Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.092s coverage: 86.0% of statements [2023-07-20T00:27:21.035Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.062s coverage: 65.2% of statements [2023-07-20T00:27:39.160Z] go vet ./... [2023-07-20T00:27:43.344Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-20T00:27:43.345Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-20T00:27:43.345Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-20T00:27:43.366Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-20T00:27:43.383Z] $ docker stop --time=1 e8fe984cf1e344c31f1ee8ffe83d440f07f5255ebb9d14baafee9b6c6eeaaf23 [2023-07-20T00:27:47.738Z] $ docker rm -f --volumes e8fe984cf1e344c31f1ee8ffe83d440f07f5255ebb9d14baafee9b6c6eeaaf23 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-20T00:27:48.246Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-20T00:27:48.293Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-20T00:27:48.833Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-20T00:27:49.161Z] + ls -al . [2023-07-20T00:27:49.161Z] total 168 [2023-07-20T00:27:49.161Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 20 00:27 . [2023-07-20T00:27:49.161Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 00:25 .. [2023-07-20T00:27:49.161Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 20 00:25 .dockerignore [2023-07-20T00:27:49.162Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 00:25 .git [2023-07-20T00:27:49.162Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:25 .github [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 20 00:25 .gitignore [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 20 00:25 .golangci.yml [2023-07-20T00:27:49.162Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 00:25 .semver [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 10642 Jul 20 00:25 Attribution.txt [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 20 00:25 CHANGELOG.md [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 20 00:25 Dockerfile [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 20 00:25 GOVERNANCE.md [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 20 00:25 Jenkinsfile [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 20 00:25 LICENSE [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 20 00:25 Makefile [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 20 00:25 OWNERS.md [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 20 00:25 README.md [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 4285 Jul 20 00:25 Record and Reply.postman_collection.json [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 00:25 VERSION [2023-07-20T00:27:49.162Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:25 bin [2023-07-20T00:27:49.162Z] -rw-r--r-- 1 jenkins jenkins 8853 Jul 20 00:27 coverage.out [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 3679 Jul 20 00:25 go.mod [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 32845 Jul 20 00:25 go.sum [2023-07-20T00:27:49.162Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 20 00:25 internal [2023-07-20T00:27:49.162Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 20 00:25 main.go [2023-07-20T00:27:49.162Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 00:25 pkg [2023-07-20T00:27:49.162Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:25 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:27:49.518Z] + 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 . [2023-07-20T00:27:49.518Z] Sending build context to Docker daemon 355.3kB [2023-07-20T00:27:49.518Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-20T00:27:49.518Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-20T00:27:49.518Z] ---> 11d579827afb [2023-07-20T00:27:49.518Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-20T00:27:49.518Z] ---> Running in 67b260900eee [2023-07-20T00:27:49.797Z] Removing intermediate container 67b260900eee [2023-07-20T00:27:49.797Z] ---> 41c49393b778 [2023-07-20T00:27:49.797Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-20T00:27:49.797Z] ---> Running in 536b43e715e3 [2023-07-20T00:27:49.797Z] Removing intermediate container 536b43e715e3 [2023-07-20T00:27:49.797Z] ---> 268615ebf439 [2023-07-20T00:27:49.797Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-20T00:27:49.797Z] ---> Running in 47508d52ee54 [2023-07-20T00:27:49.797Z] Removing intermediate container 47508d52ee54 [2023-07-20T00:27:49.797Z] ---> 3c596fd84641 [2023-07-20T00:27:49.797Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-20T00:27:49.797Z] ---> Running in db78082a47cd [2023-07-20T00:27:50.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-20T00:27:50.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-20T00:27:50.580Z] OK: 265 MiB in 53 packages [2023-07-20T00:27:50.839Z] Removing intermediate container db78082a47cd [2023-07-20T00:27:50.839Z] ---> a2d34f887488 [2023-07-20T00:27:50.839Z] Step 7/26 : WORKDIR /app [2023-07-20T00:27:50.839Z] ---> Running in 28abcf62bbdb [2023-07-20T00:27:50.839Z] Removing intermediate container 28abcf62bbdb [2023-07-20T00:27:50.839Z] ---> dc752b1c8e14 [2023-07-20T00:27:50.839Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-20T00:27:51.098Z] ---> a9e4800bfafb [2023-07-20T00:27:51.098Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-20T00:27:51.098Z] ---> Running in 3cbd53b62748 [2023-07-20T00:27:52.035Z] Removing intermediate container 3cbd53b62748 [2023-07-20T00:27:52.035Z] ---> ee88444fa33b [2023-07-20T00:27:52.035Z] Step 10/26 : COPY . . [2023-07-20T00:27:52.035Z] ---> 04c892993814 [2023-07-20T00:27:52.035Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-20T00:27:52.035Z] ---> Running in fe2700613425 [2023-07-20T00:27:52.035Z] Removing intermediate container fe2700613425 [2023-07-20T00:27:52.035Z] ---> f3d5cf3e2b16 [2023-07-20T00:27:52.035Z] Step 12/26 : RUN $MAKE [2023-07-20T00:27:52.035Z] ---> Running in 3b41125dbafc [2023-07-20T00:27:52.294Z] 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 [2023-07-20T00:28:14.220Z] Removing intermediate container 3b41125dbafc [2023-07-20T00:28:14.220Z] ---> 9c7ab0072b15 [2023-07-20T00:28:14.220Z] Step 13/26 : FROM alpine:3.17 [2023-07-20T00:28:14.220Z] 3.17: Pulling from library/alpine [2023-07-20T00:28:14.220Z] 4db1b89c0bd1: Already exists [2023-07-20T00:28:14.220Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-20T00:28:14.220Z] Status: Downloaded newer image for alpine:3.17 [2023-07-20T00:28:14.220Z] ---> 1f73a9d63274 [2023-07-20T00:28:14.220Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-20T00:28:14.220Z] ---> Running in 996f7abfefa8 [2023-07-20T00:28:14.220Z] Removing intermediate container 996f7abfefa8 [2023-07-20T00:28:14.220Z] ---> 44c3ff51163e [2023-07-20T00:28:14.220Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-20T00:28:14.220Z] ---> Running in 4383b51235c2 [2023-07-20T00:28:14.220Z] Removing intermediate container 4383b51235c2 [2023-07-20T00:28:14.220Z] ---> c7c8e313a7ea [2023-07-20T00:28:14.220Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-20T00:28:14.220Z] ---> Running in 425019540a0a [2023-07-20T00:28:14.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-20T00:28:14.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-20T00:28:14.220Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-20T00:28:14.220Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-20T00:28:14.220Z] Executing busybox-1.35.0-r29.trigger [2023-07-20T00:28:14.220Z] Executing ca-certificates-20230506-r0.trigger [2023-07-20T00:28:14.220Z] OK: 8 MiB in 17 packages [2023-07-20T00:28:14.220Z] Removing intermediate container 425019540a0a [2023-07-20T00:28:14.220Z] ---> 9c6afa01516d [2023-07-20T00:28:14.220Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-20T00:28:14.220Z] ---> d826e0a52f54 [2023-07-20T00:28:14.220Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-20T00:28:14.220Z] ---> 2b66110e69ff [2023-07-20T00:28:14.220Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-20T00:28:14.220Z] ---> 2c3ac5a43116 [2023-07-20T00:28:14.220Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-20T00:28:14.220Z] ---> 7a68e838646b [2023-07-20T00:28:14.220Z] Step 21/26 : EXPOSE 59712 [2023-07-20T00:28:14.220Z] ---> Running in 80b9298219dc [2023-07-20T00:28:14.479Z] Removing intermediate container 80b9298219dc [2023-07-20T00:28:14.479Z] ---> 18f6a8929c1d [2023-07-20T00:28:14.479Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-20T00:28:14.479Z] ---> Running in ed375d3dd797 [2023-07-20T00:28:14.479Z] Removing intermediate container ed375d3dd797 [2023-07-20T00:28:14.479Z] ---> e536537318de [2023-07-20T00:28:14.479Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-20T00:28:14.479Z] ---> Running in cc3c113da87b [2023-07-20T00:28:14.479Z] Removing intermediate container cc3c113da87b [2023-07-20T00:28:14.479Z] ---> b52a8dc61a04 [2023-07-20T00:28:14.479Z] Step 24/26 : LABEL arch=amd64 [2023-07-20T00:28:14.479Z] ---> Running in 491deafb92fd [2023-07-20T00:28:14.739Z] Removing intermediate container 491deafb92fd [2023-07-20T00:28:14.739Z] ---> 3a4387db8d1b [2023-07-20T00:28:14.739Z] Step 25/26 : LABEL git_sha=0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:28:14.739Z] ---> Running in 9d642e1a36d5 [2023-07-20T00:28:14.739Z] Removing intermediate container 9d642e1a36d5 [2023-07-20T00:28:14.739Z] ---> 24ea96729e03 [2023-07-20T00:28:14.739Z] Step 26/26 : LABEL version=3.1.0-dev.20 [2023-07-20T00:28:14.739Z] ---> Running in 9c1d1230d59c [2023-07-20T00:28:14.739Z] Removing intermediate container 9c1d1230d59c [2023-07-20T00:28:14.739Z] ---> f2144d7eccd3 [2023-07-20T00:28:14.739Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-20T00:28:14.739Z] Successfully built f2144d7eccd3 [2023-07-20T00:28:14.739Z] 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 [2023-07-20T00:28:14.859Z] provisioning config files... [2023-07-20T00:28:14.867Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13279748171504591871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:28:15.167Z] ---> docker-login.sh [2023-07-20T00:28:15.167Z] nexus3.edgexfoundry.org:10001 [2023-07-20T00:28:15.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:28:15.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:28:15.167Z] Configure a credential helper to remove this warning. See [2023-07-20T00:28:15.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:28:15.167Z] [2023-07-20T00:28:15.167Z] Login Succeeded [2023-07-20T00:28:15.167Z] nexus3.edgexfoundry.org:10002 [2023-07-20T00:28:15.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:28:15.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:28:15.167Z] Configure a credential helper to remove this warning. See [2023-07-20T00:28:15.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:28:15.167Z] [2023-07-20T00:28:15.167Z] Login Succeeded [2023-07-20T00:28:15.167Z] nexus3.edgexfoundry.org:10003 [2023-07-20T00:28:15.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:28:15.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:28:15.427Z] Configure a credential helper to remove this warning. See [2023-07-20T00:28:15.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:28:15.427Z] [2023-07-20T00:28:15.427Z] Login Succeeded [2023-07-20T00:28:15.427Z] nexus3.edgexfoundry.org:10004 [2023-07-20T00:28:15.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:28:15.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:28:15.427Z] Configure a credential helper to remove this warning. See [2023-07-20T00:28:15.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:28:15.427Z] [2023-07-20T00:28:15.427Z] Login Succeeded [2023-07-20T00:28:15.427Z] docker.io [2023-07-20T00:28:15.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:28:15.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:28:15.687Z] Configure a credential helper to remove this warning. See [2023-07-20T00:28:15.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:28:15.687Z] [2023-07-20T00:28:15.687Z] Login Succeeded [2023-07-20T00:28:15.687Z] ---> docker-login.sh ends [Pipeline] } [2023-07-20T00:28:15.694Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-20T00:28:15.723Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-20T00:28:15.755Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-07-20T00:28:15.755Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:28:15.755Z] latest [2023-07-20T00:28:15.755Z] 3.1.0-dev.20 [2023-07-20T00:28:15.755Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [2023-07-20T00:28:15.755Z] main [2023-07-20T00:28:15.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:16.076Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:16.382Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:28:16.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-20T00:28:16.382Z] c291c8eeae27: Preparing [2023-07-20T00:28:16.382Z] de875cfa1261: Preparing [2023-07-20T00:28:16.382Z] 70cb90e86266: Preparing [2023-07-20T00:28:16.382Z] 2e0c498da7eb: Preparing [2023-07-20T00:28:16.382Z] 62646de36c28: Preparing [2023-07-20T00:28:16.382Z] 3dab9f8bf2d2: Preparing [2023-07-20T00:28:16.382Z] 3dab9f8bf2d2: Waiting [2023-07-20T00:28:16.382Z] 2e0c498da7eb: Pushed [2023-07-20T00:28:16.382Z] de875cfa1261: Pushed [2023-07-20T00:28:16.382Z] 70cb90e86266: Pushed [2023-07-20T00:28:16.382Z] 3dab9f8bf2d2: Layer already exists [2023-07-20T00:28:16.382Z] 62646de36c28: Pushed [2023-07-20T00:28:18.915Z] c291c8eeae27: Pushed [2023-07-20T00:28:18.915Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:19.222Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:19.536Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-20T00:28:19.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-20T00:28:19.536Z] c291c8eeae27: Preparing [2023-07-20T00:28:19.536Z] de875cfa1261: Preparing [2023-07-20T00:28:19.536Z] 70cb90e86266: Preparing [2023-07-20T00:28:19.536Z] 2e0c498da7eb: Preparing [2023-07-20T00:28:19.536Z] 62646de36c28: Preparing [2023-07-20T00:28:19.536Z] 3dab9f8bf2d2: Preparing [2023-07-20T00:28:19.536Z] 3dab9f8bf2d2: Waiting [2023-07-20T00:28:19.536Z] c291c8eeae27: Layer already exists [2023-07-20T00:28:19.536Z] 62646de36c28: Layer already exists [2023-07-20T00:28:19.536Z] de875cfa1261: Layer already exists [2023-07-20T00:28:19.536Z] 70cb90e86266: Layer already exists [2023-07-20T00:28:19.536Z] 2e0c498da7eb: Layer already exists [2023-07-20T00:28:19.536Z] 3dab9f8bf2d2: Layer already exists [2023-07-20T00:28:19.536Z] latest: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:19.859Z] + 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 [2023-07-20T00:28:20.172Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.20 [2023-07-20T00:28:20.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-20T00:28:20.172Z] c291c8eeae27: Preparing [2023-07-20T00:28:20.172Z] de875cfa1261: Preparing [2023-07-20T00:28:20.172Z] 70cb90e86266: Preparing [2023-07-20T00:28:20.172Z] 2e0c498da7eb: Preparing [2023-07-20T00:28:20.172Z] 62646de36c28: Preparing [2023-07-20T00:28:20.172Z] 3dab9f8bf2d2: Preparing [2023-07-20T00:28:20.172Z] 3dab9f8bf2d2: Waiting [2023-07-20T00:28:20.172Z] de875cfa1261: Layer already exists [2023-07-20T00:28:20.172Z] 62646de36c28: Layer already exists [2023-07-20T00:28:20.172Z] 2e0c498da7eb: Layer already exists [2023-07-20T00:28:20.172Z] 70cb90e86266: Layer already exists [2023-07-20T00:28:20.172Z] c291c8eeae27: Layer already exists [2023-07-20T00:28:20.172Z] 3dab9f8bf2d2: Layer already exists [2023-07-20T00:28:20.172Z] 3.1.0-dev.20: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:20.495Z] + 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 [2023-07-20T00:28:20.809Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [2023-07-20T00:28:20.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-20T00:28:20.809Z] c291c8eeae27: Preparing [2023-07-20T00:28:20.809Z] de875cfa1261: Preparing [2023-07-20T00:28:20.809Z] 70cb90e86266: Preparing [2023-07-20T00:28:20.809Z] 2e0c498da7eb: Preparing [2023-07-20T00:28:20.809Z] 62646de36c28: Preparing [2023-07-20T00:28:20.809Z] 3dab9f8bf2d2: Preparing [2023-07-20T00:28:20.809Z] 2e0c498da7eb: Layer already exists [2023-07-20T00:28:20.809Z] 62646de36c28: Layer already exists [2023-07-20T00:28:20.809Z] de875cfa1261: Layer already exists [2023-07-20T00:28:20.809Z] 70cb90e86266: Layer already exists [2023-07-20T00:28:20.809Z] c291c8eeae27: Layer already exists [2023-07-20T00:28:20.809Z] 3dab9f8bf2d2: Layer already exists [2023-07-20T00:28:20.809Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:21.130Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:21.440Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-07-20T00:28:21.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-20T00:28:21.440Z] c291c8eeae27: Preparing [2023-07-20T00:28:21.440Z] de875cfa1261: Preparing [2023-07-20T00:28:21.440Z] 70cb90e86266: Preparing [2023-07-20T00:28:21.440Z] 2e0c498da7eb: Preparing [2023-07-20T00:28:21.440Z] 62646de36c28: Preparing [2023-07-20T00:28:21.440Z] 3dab9f8bf2d2: Preparing [2023-07-20T00:28:21.440Z] 3dab9f8bf2d2: Waiting [2023-07-20T00:28:21.440Z] 62646de36c28: Layer already exists [2023-07-20T00:28:21.440Z] 70cb90e86266: Layer already exists [2023-07-20T00:28:21.440Z] de875cfa1261: Layer already exists [2023-07-20T00:28:21.440Z] 2e0c498da7eb: Layer already exists [2023-07-20T00:28:21.440Z] c291c8eeae27: Layer already exists [2023-07-20T00:28:21.440Z] 3dab9f8bf2d2: Layer already exists [2023-07-20T00:28:21.440Z] main: digest: sha256:f9ef79bf298f031924e0dc222e434b917644e43ef80d105b626b4fb154d93fa8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-20T00:28:21.493Z] ===================================================== [Pipeline] echo [2023-07-20T00:28:21.501Z] taggedImages: [2023-07-20T00:28:21.501Z] - nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:28:21.501Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-20T00:28:21.501Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.20 [2023-07-20T00:28:21.501Z] - nexus3.edgexfoundry.org:10004/app-record-replay:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [2023-07-20T00:28:21.501Z] - 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 [2023-07-20T00:28:21.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-20T00:28:21.905Z] [2023-07-20T00:28:21.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:28:22.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-20T00:28:22.206Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-20T00:28:22.206Z] 5eb5b503b376: Pulling fs layer [2023-07-20T00:28:22.206Z] 5c69ac0246d0: Pulling fs layer [2023-07-20T00:28:22.206Z] ec43610c2a17: Pulling fs layer [2023-07-20T00:28:22.206Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-20T00:28:22.206Z] 33b1e0a273af: Pulling fs layer [2023-07-20T00:28:22.206Z] 5d3b04190fa2: Pulling fs layer [2023-07-20T00:28:22.206Z] 2f39f015ded8: Pulling fs layer [2023-07-20T00:28:22.206Z] 3a2ae6a8a46f: Waiting [2023-07-20T00:28:22.206Z] 33b1e0a273af: Waiting [2023-07-20T00:28:22.206Z] 5d3b04190fa2: Waiting [2023-07-20T00:28:22.206Z] 5c69ac0246d0: Verifying Checksum [2023-07-20T00:28:22.206Z] 5c69ac0246d0: Download complete [2023-07-20T00:28:22.206Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-20T00:28:22.206Z] 3a2ae6a8a46f: Download complete [2023-07-20T00:28:22.206Z] 33b1e0a273af: Verifying Checksum [2023-07-20T00:28:22.206Z] 33b1e0a273af: Download complete [2023-07-20T00:28:22.206Z] 5d3b04190fa2: Verifying Checksum [2023-07-20T00:28:22.206Z] 5d3b04190fa2: Download complete [2023-07-20T00:28:22.206Z] ec43610c2a17: Verifying Checksum [2023-07-20T00:28:22.206Z] ec43610c2a17: Download complete [2023-07-20T00:28:22.466Z] 5eb5b503b376: Verifying Checksum [2023-07-20T00:28:22.466Z] 5eb5b503b376: Download complete [2023-07-20T00:28:23.034Z] 2f39f015ded8: Download complete [2023-07-20T00:28:23.601Z] 5eb5b503b376: Pull complete [2023-07-20T00:28:23.601Z] 5c69ac0246d0: Pull complete [2023-07-20T00:28:24.165Z] ec43610c2a17: Pull complete [2023-07-20T00:28:24.165Z] 3a2ae6a8a46f: Pull complete [2023-07-20T00:28:24.423Z] 33b1e0a273af: Pull complete [2023-07-20T00:28:24.423Z] 5d3b04190fa2: Pull complete [2023-07-20T00:28:28.607Z] 2f39f015ded8: Pull complete [2023-07-20T00:28:28.607Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-20T00:28:28.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-20T00:28:28.607Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:28:28.695Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:28:28.728Z] $ 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 [2023-07-20T00:28:33.511Z] $ docker top d1db19c8a5cece59620d9530d5de9da6bc58b7cfe69f06d4f36399d219772a85 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:28:33.874Z] ---> job-cost.sh [2023-07-20T00:28:33.874Z] lf-activate-venv: SKIPPING [2023-07-20T00:28:33.874Z] INFO: No Stack... [2023-07-20T00:28:34.133Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-20T00:28:34.392Z] INFO: Archiving Costs [Pipeline] sh [2023-07-20T00:28:34.680Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-07-20T00:28:34.680Z] + cut -d, -f6 [Pipeline] lock [2023-07-20T00:28:34.695Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [2023-07-20T00:28:34.705Z] Resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] did not exist. Created. [2023-07-20T00:28:34.705Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-20T00:28:35.006Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-20T00:28:35.037Z] Stashed 1 file(s) [Pipeline] } [2023-07-20T00:28:35.048Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-20T00:28:35.068Z] $ docker stop --time=1 d1db19c8a5cece59620d9530d5de9da6bc58b7cfe69f06d4f36399d219772a85 [2023-07-20T00:28:36.215Z] $ docker rm -f --volumes d1db19c8a5cece59620d9530d5de9da6bc58b7cfe69f06d4f36399d219772a85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-20T00:30:18.180Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1615 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-07-20T00:30:18.194Z] Running in /w/workspace/app-record-replay/22 [Pipeline] { [Pipeline] checkout [2023-07-20T00:30:18.409Z] Selected Git installation does not exist. Using Default [2023-07-20T00:30:18.409Z] The recommended git tool is: NONE [2023-07-20T00:30:25.456Z] using credential edgex-jenkins-ssh [2023-07-20T00:30:25.471Z] Cloning the remote Git repository [2023-07-20T00:30:25.533Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-07-20T00:30:25.703Z] > git init /w/workspace/app-record-replay/22 # timeout=10 [2023-07-20T00:30:25.940Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-07-20T00:30:25.942Z] > git --version # timeout=10 [2023-07-20T00:30:25.978Z] > git --version # 'git version 2.25.1' [2023-07-20T00:30:25.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-20T00:30:26.156Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-20T00:30:26.826Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-07-20T00:30:26.873Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-20T00:30:27.975Z] Avoid second fetch [2023-07-20T00:30:27.975Z] Checking out Revision 0f94376eadfc024c258e90372bc1b8c359cb76eb (main) [2023-07-20T00:30:28.737Z] Commit message: "Merge pull request #42 from marcpfuller/export_endpoint" [2023-07-20T00:30:28.002Z] > git config core.sparsecheckout # timeout=10 [2023-07-20T00:30:28.162Z] > git checkout -f 0f94376eadfc024c258e90372bc1b8c359cb76eb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-20T00:30:29.781Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-20T00:30:29.781Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-20T00:30:29.781Z] Dload Upload Total Spent Left Speed [2023-07-20T00:30:29.781Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh [2023-07-20T00:30:30.638Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-20T00:30:30.992Z] + sudo tee /etc/docker/daemon.new [2023-07-20T00:30:30.992Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-20T00:30:30.992Z] { [2023-07-20T00:30:30.992Z] "registry-mirrors": [ [2023-07-20T00:30:30.992Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-20T00:30:30.992Z] ], [2023-07-20T00:30:30.992Z] "bip": "10.250.0.254/24", [2023-07-20T00:30:30.992Z] "hosts": [ [2023-07-20T00:30:30.992Z] "tcp://0.0.0.0:5555", [2023-07-20T00:30:30.992Z] "unix:///var/run/docker.sock" [2023-07-20T00:30:30.992Z] ], [2023-07-20T00:30:30.992Z] "mtu": 1458, [2023-07-20T00:30:30.992Z] "selinux-enabled": true, [2023-07-20T00:30:30.992Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-20T00:30:30.992Z] } [Pipeline] sh [2023-07-20T00:30:31.335Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-20T00:30:31.694Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-20T00:30:49.975Z] provisioning config files... [2023-07-20T00:30:50.001Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/22@tmp/config1544870224936794746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:30:50.352Z] ---> docker-login.sh [2023-07-20T00:30:50.352Z] nexus3.edgexfoundry.org:10001 [2023-07-20T00:30:50.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:30:51.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:30:51.207Z] Configure a credential helper to remove this warning. See [2023-07-20T00:30:51.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:30:51.207Z] [2023-07-20T00:30:51.207Z] Login Succeeded [2023-07-20T00:30:51.207Z] nexus3.edgexfoundry.org:10002 [2023-07-20T00:30:51.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:30:51.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:30:51.478Z] Configure a credential helper to remove this warning. See [2023-07-20T00:30:51.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:30:51.478Z] [2023-07-20T00:30:51.478Z] Login Succeeded [2023-07-20T00:30:51.478Z] nexus3.edgexfoundry.org:10003 [2023-07-20T00:30:51.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:30:51.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:30:51.749Z] Configure a credential helper to remove this warning. See [2023-07-20T00:30:51.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:30:51.749Z] [2023-07-20T00:30:51.749Z] Login Succeeded [2023-07-20T00:30:51.749Z] nexus3.edgexfoundry.org:10004 [2023-07-20T00:30:52.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:30:52.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:30:52.017Z] Configure a credential helper to remove this warning. See [2023-07-20T00:30:52.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:30:52.017Z] [2023-07-20T00:30:52.017Z] Login Succeeded [2023-07-20T00:30:52.017Z] docker.io [2023-07-20T00:30:52.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:30:52.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:30:52.554Z] Configure a credential helper to remove this warning. See [2023-07-20T00:30:52.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:30:52.554Z] [2023-07-20T00:30:52.554Z] Login Succeeded [2023-07-20T00:30:52.554Z] ---> docker-login.sh ends [Pipeline] } [2023-07-20T00:30:52.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-20T00:30:52.845Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-20T00:30:52.864Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-20T00:30:52.879Z] ========================================================= [2023-07-20T00:30:52.879Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-20T00:30:52.879Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:30:53.234Z] + 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 . [2023-07-20T00:30:53.234Z] Sending build context to Docker daemon 163.8kB [2023-07-20T00:30:53.506Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-20T00:30:53.506Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-20T00:30:53.506Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-20T00:30:53.506Z] edb6bdbacee9: Pulling fs layer [2023-07-20T00:30:53.506Z] 5f9638ab2659: Pulling fs layer [2023-07-20T00:30:53.506Z] 8d51d6327a98: Pulling fs layer [2023-07-20T00:30:53.506Z] 8b374f2dd631: Pulling fs layer [2023-07-20T00:30:53.506Z] ec14aa9079de: Pulling fs layer [2023-07-20T00:30:53.506Z] 2f466654f4bb: Pulling fs layer [2023-07-20T00:30:53.506Z] 554e91adad29: Pulling fs layer [2023-07-20T00:30:53.506Z] 8b374f2dd631: Waiting [2023-07-20T00:30:53.506Z] ec14aa9079de: Waiting [2023-07-20T00:30:53.506Z] 2f466654f4bb: Waiting [2023-07-20T00:30:53.506Z] 554e91adad29: Waiting [2023-07-20T00:30:53.506Z] 5f9638ab2659: Download complete [2023-07-20T00:30:53.777Z] 8b374f2dd631: Verifying Checksum [2023-07-20T00:30:53.777Z] 8b374f2dd631: Download complete [2023-07-20T00:30:53.777Z] ec14aa9079de: Verifying Checksum [2023-07-20T00:30:53.777Z] ec14aa9079de: Download complete [2023-07-20T00:30:53.777Z] edb6bdbacee9: Verifying Checksum [2023-07-20T00:30:53.777Z] edb6bdbacee9: Download complete [2023-07-20T00:30:55.202Z] 554e91adad29: Verifying Checksum [2023-07-20T00:30:55.202Z] 554e91adad29: Download complete [2023-07-20T00:30:55.794Z] 8d51d6327a98: Verifying Checksum [2023-07-20T00:30:55.794Z] 8d51d6327a98: Download complete [2023-07-20T00:30:56.063Z] 2f466654f4bb: Verifying Checksum [2023-07-20T00:30:56.063Z] 2f466654f4bb: Download complete [2023-07-20T00:30:57.031Z] edb6bdbacee9: Pull complete [2023-07-20T00:30:57.298Z] 5f9638ab2659: Pull complete [2023-07-20T00:31:07.383Z] 8d51d6327a98: Pull complete [2023-07-20T00:31:07.383Z] 8b374f2dd631: Pull complete [2023-07-20T00:31:07.383Z] ec14aa9079de: Pull complete [2023-07-20T00:31:14.031Z] 2f466654f4bb: Pull complete [2023-07-20T00:31:15.059Z] 554e91adad29: Pull complete [2023-07-20T00:31:15.059Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-20T00:31:15.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-20T00:31:15.059Z] ---> 1e15ea492957 [2023-07-20T00:31:15.059Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-20T00:31:17.027Z] ---> Running in f260df3cbb7d [2023-07-20T00:31:17.298Z] Removing intermediate container f260df3cbb7d [2023-07-20T00:31:17.298Z] ---> 54d18c491146 [2023-07-20T00:31:17.298Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-20T00:31:17.298Z] ---> Running in 3d8f1f4a979d [2023-07-20T00:31:17.567Z] Removing intermediate container 3d8f1f4a979d [2023-07-20T00:31:17.567Z] ---> 90891d6ee8cb [2023-07-20T00:31:17.567Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-20T00:31:17.567Z] ---> Running in 200831e14fac [2023-07-20T00:31:17.840Z] Removing intermediate container 200831e14fac [2023-07-20T00:31:17.840Z] ---> b922e5c20048 [2023-07-20T00:31:17.840Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-20T00:31:17.840Z] ---> Running in b9aff93a0543 [2023-07-20T00:31:19.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-20T00:31:19.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-20T00:31:20.502Z] OK: 263 MiB in 53 packages [2023-07-20T00:31:21.473Z] Removing intermediate container b9aff93a0543 [2023-07-20T00:31:21.473Z] ---> 5be679546947 [2023-07-20T00:31:21.473Z] Step 7/12 : WORKDIR /app [2023-07-20T00:31:21.473Z] ---> Running in 820de82acb3e [2023-07-20T00:31:21.473Z] Removing intermediate container 820de82acb3e [2023-07-20T00:31:21.473Z] ---> f0e615e9a9e4 [2023-07-20T00:31:21.473Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-20T00:31:24.075Z] ---> e41129e45fc7 [2023-07-20T00:31:24.076Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-20T00:31:24.076Z] ---> Running in ff52a8f4fd6b [2023-07-20T00:32:45.858Z] Removing intermediate container ff52a8f4fd6b [2023-07-20T00:32:45.858Z] ---> 787bedcbcf7d [2023-07-20T00:32:45.858Z] Step 10/12 : COPY . . [2023-07-20T00:32:45.858Z] ---> ee024664ca0d [2023-07-20T00:32:45.858Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-20T00:32:45.858Z] ---> Running in bd9186c4e95c [2023-07-20T00:32:45.858Z] Removing intermediate container bd9186c4e95c [2023-07-20T00:32:45.858Z] ---> ceab992513e0 [2023-07-20T00:32:45.858Z] Step 12/12 : RUN $MAKE [2023-07-20T00:32:45.858Z] ---> Running in 552f4df82715 [2023-07-20T00:32:45.858Z] noop [2023-07-20T00:32:46.826Z] Removing intermediate container 552f4df82715 [2023-07-20T00:32:46.826Z] ---> 1e3de6c9371b [2023-07-20T00:32:46.826Z] Successfully built 1e3de6c9371b [2023-07-20T00:32:46.826Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:32:47.201Z] + docker inspect -f . ci-base-image-arm64 [2023-07-20T00:32:47.201Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:32:47.420Z] prd-ubuntu20.04-docker-arm64-4c-16g-1615 does not seem to be running inside a container [2023-07-20T00:32:47.499Z] $ 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 [2023-07-20T00:32:48.759Z] $ docker top a55c9c13a5276bdfce6d40f4a984e5cc7611970bc4c24cd6509bd0268f7c84e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-20T00:32:49.569Z] + go version [2023-07-20T00:32:49.569Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-20T00:32:49.598Z] $ docker stop --time=1 a55c9c13a5276bdfce6d40f4a984e5cc7611970bc4c24cd6509bd0268f7c84e0 [2023-07-20T00:32:51.205Z] $ 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 [2023-07-20T00:32:51.762Z] + docker inspect -f . ci-base-image-arm64 [2023-07-20T00:32:51.763Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:32:51.968Z] prd-ubuntu20.04-docker-arm64-4c-16g-1615 does not seem to be running inside a container [2023-07-20T00:32:52.058Z] $ 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 [2023-07-20T00:32:53.244Z] $ docker top b199539b12e0fd3400e6fbf4688e870eea951a17c2c70f6b9d56600d7daadb62 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-20T00:32:53.764Z] + git config --global --add safe.directory /w/workspace/app-record-replay/22 [Pipeline] fileExists [Pipeline] sh [2023-07-20T00:32:54.418Z] + make test [2023-07-20T00:32:54.418Z] go test -race -coverprofile=coverage.out ./... [2023-07-20T00:35:31.173Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-20T00:35:31.173Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.253s coverage: 87.5% of statements [2023-07-20T00:35:31.173Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.430s coverage: 86.0% of statements [2023-07-20T00:35:33.759Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-20T00:35:33.759Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-20T00:35:33.759Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-20T00:35:34.027Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.218s coverage: 65.2% of statements [2023-07-20T00:35:34.611Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-20T00:35:34.611Z] go vet ./... [2023-07-20T00:37:56.298Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-20T00:37:56.298Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-20T00:37:56.298Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-20T00:37:56.317Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-20T00:37:56.339Z] $ docker stop --time=1 b199539b12e0fd3400e6fbf4688e870eea951a17c2c70f6b9d56600d7daadb62 [2023-07-20T00:37:58.135Z] $ docker rm -f --volumes b199539b12e0fd3400e6fbf4688e870eea951a17c2c70f6b9d56600d7daadb62 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-20T00:37:59.582Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-20T00:37:59.602Z] Warning: overwriting stash ‘coverage-report’ [2023-07-20T00:37:59.989Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-20T00:38:00.379Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-20T00:38:00.689Z] + ls -al . [2023-07-20T00:38:00.689Z] total 164 [2023-07-20T00:38:00.689Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 00:32 . [2023-07-20T00:38:00.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 00:30 .. [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 20 00:30 .dockerignore [2023-07-20T00:38:00.689Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 00:30 .git [2023-07-20T00:38:00.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:30 .github [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 20 00:30 .gitignore [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 20 00:30 .golangci.yml [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 10642 Jul 20 00:30 Attribution.txt [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 20 00:30 CHANGELOG.md [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 20 00:30 Dockerfile [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 20 00:30 GOVERNANCE.md [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 20 00:30 Jenkinsfile [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 20 00:30 LICENSE [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 20 00:30 Makefile [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 20 00:30 OWNERS.md [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 20 00:30 README.md [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 4285 Jul 20 00:30 Record and Reply.postman_collection.json [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 00:25 VERSION [2023-07-20T00:38:00.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:30 bin [2023-07-20T00:38:00.689Z] -rw-r--r-- 1 jenkins jenkins 8853 Jul 20 00:35 coverage.out [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 3679 Jul 20 00:30 go.mod [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 32845 Jul 20 00:30 go.sum [2023-07-20T00:38:00.689Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 20 00:30 internal [2023-07-20T00:38:00.689Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 20 00:30 main.go [2023-07-20T00:38:00.689Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 00:30 pkg [2023-07-20T00:38:00.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 00:30 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:38:01.020Z] + 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 . [2023-07-20T00:38:01.020Z] Sending build context to Docker daemon 173.6kB [2023-07-20T00:38:01.286Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-20T00:38:01.286Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-20T00:38:01.286Z] ---> 1e3de6c9371b [2023-07-20T00:38:01.286Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-20T00:38:01.286Z] ---> Running in b175e9cc66f9 [2023-07-20T00:38:01.554Z] Removing intermediate container b175e9cc66f9 [2023-07-20T00:38:01.554Z] ---> 3c1f913052dc [2023-07-20T00:38:01.554Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-20T00:38:01.554Z] ---> Running in 789dade18590 [2023-07-20T00:38:01.820Z] Removing intermediate container 789dade18590 [2023-07-20T00:38:01.820Z] ---> c26dba220cd0 [2023-07-20T00:38:01.820Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-20T00:38:02.091Z] ---> Running in 82f988a1e827 [2023-07-20T00:38:02.360Z] Removing intermediate container 82f988a1e827 [2023-07-20T00:38:02.360Z] ---> 3337d66547ad [2023-07-20T00:38:02.360Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-20T00:38:02.360Z] ---> Running in f957ed999e11 [2023-07-20T00:38:03.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-20T00:38:03.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-20T00:38:04.856Z] OK: 263 MiB in 53 packages [2023-07-20T00:38:06.793Z] Removing intermediate container f957ed999e11 [2023-07-20T00:38:06.793Z] ---> b2751196d90f [2023-07-20T00:38:06.793Z] Step 7/26 : WORKDIR /app [2023-07-20T00:38:06.793Z] ---> Running in 5c7921e5cd28 [2023-07-20T00:38:06.793Z] Removing intermediate container 5c7921e5cd28 [2023-07-20T00:38:06.793Z] ---> 1469a4e89327 [2023-07-20T00:38:06.793Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-20T00:38:07.376Z] ---> c9e3c6e80365 [2023-07-20T00:38:07.376Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-20T00:38:07.376Z] ---> Running in 0147a34653a4 [2023-07-20T00:38:09.955Z] Removing intermediate container 0147a34653a4 [2023-07-20T00:38:09.955Z] ---> f02261be2e90 [2023-07-20T00:38:09.955Z] Step 10/26 : COPY . . [2023-07-20T00:38:10.222Z] ---> 33931eaa7356 [2023-07-20T00:38:10.223Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-20T00:38:10.223Z] ---> Running in 7aabbb92b5dc [2023-07-20T00:38:10.493Z] Removing intermediate container 7aabbb92b5dc [2023-07-20T00:38:10.493Z] ---> e37fcf094983 [2023-07-20T00:38:10.493Z] Step 12/26 : RUN $MAKE [2023-07-20T00:38:10.493Z] ---> Running in 20dc02847051 [2023-07-20T00:38:11.466Z] 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 [2023-07-20T00:40:18.889Z] Removing intermediate container 20dc02847051 [2023-07-20T00:40:18.889Z] ---> a69fc4a176af [2023-07-20T00:40:18.889Z] Step 13/26 : FROM alpine:3.17 [2023-07-20T00:40:18.889Z] 3.17: Pulling from library/alpine [2023-07-20T00:40:18.889Z] edb6bdbacee9: Already exists [2023-07-20T00:40:18.889Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-20T00:40:18.889Z] Status: Downloaded newer image for alpine:3.17 [2023-07-20T00:40:18.889Z] ---> 779605e5fbc0 [2023-07-20T00:40:18.889Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-20T00:40:18.889Z] ---> Running in 3941a9db6b5f [2023-07-20T00:40:18.889Z] Removing intermediate container 3941a9db6b5f [2023-07-20T00:40:18.889Z] ---> 6944cefb4dc6 [2023-07-20T00:40:18.889Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-20T00:40:18.889Z] ---> Running in a62e4d926d7c [2023-07-20T00:40:18.889Z] Removing intermediate container a62e4d926d7c [2023-07-20T00:40:18.889Z] ---> a42491fdc2e2 [2023-07-20T00:40:18.889Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-20T00:40:18.889Z] ---> Running in 0ece48ee8323 [2023-07-20T00:40:18.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-20T00:40:18.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-20T00:40:18.889Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-20T00:40:18.889Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-20T00:40:18.889Z] Executing busybox-1.35.0-r29.trigger [2023-07-20T00:40:18.889Z] Executing ca-certificates-20230506-r0.trigger [2023-07-20T00:40:18.889Z] OK: 8 MiB in 17 packages [2023-07-20T00:40:19.851Z] Removing intermediate container 0ece48ee8323 [2023-07-20T00:40:19.851Z] ---> 61b81525816a [2023-07-20T00:40:19.851Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-20T00:40:20.434Z] ---> 3902d78b583e [2023-07-20T00:40:20.434Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-20T00:40:21.019Z] ---> 7da4d8aef390 [2023-07-20T00:40:21.019Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-20T00:40:21.286Z] ---> 889bab63ce5a [2023-07-20T00:40:21.286Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-20T00:40:22.697Z] ---> 4d1a8ef5c6bf [2023-07-20T00:40:22.697Z] Step 21/26 : EXPOSE 59712 [2023-07-20T00:40:22.969Z] ---> Running in 7aa896332372 [2023-07-20T00:40:23.235Z] Removing intermediate container 7aa896332372 [2023-07-20T00:40:23.235Z] ---> 4a3f97bbd360 [2023-07-20T00:40:23.235Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-20T00:40:23.235Z] ---> Running in cab350153bc2 [2023-07-20T00:40:23.501Z] Removing intermediate container cab350153bc2 [2023-07-20T00:40:23.501Z] ---> d9819cf4604a [2023-07-20T00:40:23.501Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-20T00:40:23.501Z] ---> Running in 0502d0d8f226 [2023-07-20T00:40:23.774Z] Removing intermediate container 0502d0d8f226 [2023-07-20T00:40:23.774Z] ---> a67c8d611a0a [2023-07-20T00:40:23.774Z] Step 24/26 : LABEL arch=arm64 [2023-07-20T00:40:23.774Z] ---> Running in 25a4856c9894 [2023-07-20T00:40:24.041Z] Removing intermediate container 25a4856c9894 [2023-07-20T00:40:24.041Z] ---> cbbca7ab1fbe [2023-07-20T00:40:24.041Z] Step 25/26 : LABEL git_sha=0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:40:24.308Z] ---> Running in 6431fd0a5d87 [2023-07-20T00:40:24.577Z] Removing intermediate container 6431fd0a5d87 [2023-07-20T00:40:24.577Z] ---> e75c61ba98a3 [2023-07-20T00:40:24.577Z] Step 26/26 : LABEL version=3.1.0-dev.20 [2023-07-20T00:40:24.577Z] ---> Running in 251bf14f686e [2023-07-20T00:40:24.843Z] Removing intermediate container 251bf14f686e [2023-07-20T00:40:24.843Z] ---> 85fef97ce967 [2023-07-20T00:40:24.843Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-20T00:40:24.843Z] Successfully built 85fef97ce967 [2023-07-20T00:40:24.843Z] 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 [2023-07-20T00:40:24.963Z] provisioning config files... [2023-07-20T00:40:24.975Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/22@tmp/config13768398246220987224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:40:25.302Z] ---> docker-login.sh [2023-07-20T00:40:25.302Z] nexus3.edgexfoundry.org:10001 [2023-07-20T00:40:25.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:40:25.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:40:25.570Z] Configure a credential helper to remove this warning. See [2023-07-20T00:40:25.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:40:25.571Z] [2023-07-20T00:40:25.571Z] Login Succeeded [2023-07-20T00:40:25.571Z] nexus3.edgexfoundry.org:10002 [2023-07-20T00:40:25.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:40:25.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:40:25.837Z] Configure a credential helper to remove this warning. See [2023-07-20T00:40:25.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:40:25.837Z] [2023-07-20T00:40:25.837Z] Login Succeeded [2023-07-20T00:40:25.837Z] nexus3.edgexfoundry.org:10003 [2023-07-20T00:40:26.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:40:26.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:40:26.371Z] Configure a credential helper to remove this warning. See [2023-07-20T00:40:26.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:40:26.371Z] [2023-07-20T00:40:26.371Z] Login Succeeded [2023-07-20T00:40:26.371Z] nexus3.edgexfoundry.org:10004 [2023-07-20T00:40:26.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:40:26.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:40:26.638Z] Configure a credential helper to remove this warning. See [2023-07-20T00:40:26.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:40:26.638Z] [2023-07-20T00:40:26.638Z] Login Succeeded [2023-07-20T00:40:26.638Z] docker.io [2023-07-20T00:40:26.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-20T00:40:27.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-20T00:40:27.172Z] Configure a credential helper to remove this warning. See [2023-07-20T00:40:27.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-20T00:40:27.172Z] [2023-07-20T00:40:27.172Z] Login Succeeded [2023-07-20T00:40:27.172Z] ---> docker-login.sh ends [Pipeline] } [2023-07-20T00:40:27.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-20T00:40:27.210Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-20T00:40:27.235Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-07-20T00:40:27.235Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:40:27.235Z] latest [2023-07-20T00:40:27.235Z] 3.1.0-dev.20 [2023-07-20T00:40:27.235Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [2023-07-20T00:40:27.235Z] main [2023-07-20T00:40:27.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:40:27.590Z] + 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 [2023-07-20T00:40:27.930Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:40:27.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-20T00:40:27.930Z] c7b8f24676e6: Preparing [2023-07-20T00:40:27.930Z] 5ad4cd6575c3: Preparing [2023-07-20T00:40:27.930Z] 025efd9ffb83: Preparing [2023-07-20T00:40:27.930Z] 08534de8b6b4: Preparing [2023-07-20T00:40:27.930Z] dacae92c5c93: Preparing [2023-07-20T00:40:27.930Z] 9386262d7a74: Preparing [2023-07-20T00:40:27.930Z] 9386262d7a74: Waiting [2023-07-20T00:40:28.196Z] 025efd9ffb83: Pushed [2023-07-20T00:40:28.196Z] 5ad4cd6575c3: Pushed [2023-07-20T00:40:28.196Z] 08534de8b6b4: Pushed [2023-07-20T00:40:28.196Z] 9386262d7a74: Layer already exists [2023-07-20T00:40:28.461Z] dacae92c5c93: Pushed [2023-07-20T00:40:33.790Z] c7b8f24676e6: Pushed [2023-07-20T00:40:33.790Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:40:34.135Z] + 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 [2023-07-20T00:40:34.470Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-20T00:40:34.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-20T00:40:34.470Z] c7b8f24676e6: Preparing [2023-07-20T00:40:34.470Z] 5ad4cd6575c3: Preparing [2023-07-20T00:40:34.470Z] 025efd9ffb83: Preparing [2023-07-20T00:40:34.470Z] 08534de8b6b4: Preparing [2023-07-20T00:40:34.470Z] dacae92c5c93: Preparing [2023-07-20T00:40:34.470Z] 9386262d7a74: Preparing [2023-07-20T00:40:34.470Z] 9386262d7a74: Waiting [2023-07-20T00:40:34.470Z] c7b8f24676e6: Layer already exists [2023-07-20T00:40:34.470Z] dacae92c5c93: Layer already exists [2023-07-20T00:40:34.470Z] 08534de8b6b4: Layer already exists [2023-07-20T00:40:34.470Z] 025efd9ffb83: Layer already exists [2023-07-20T00:40:34.470Z] 5ad4cd6575c3: Layer already exists [2023-07-20T00:40:34.470Z] 9386262d7a74: Layer already exists [2023-07-20T00:40:34.735Z] latest: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:40:35.154Z] + 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 [2023-07-20T00:40:35.521Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.20 [2023-07-20T00:40:35.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-20T00:40:35.521Z] c7b8f24676e6: Preparing [2023-07-20T00:40:35.521Z] 5ad4cd6575c3: Preparing [2023-07-20T00:40:35.521Z] 025efd9ffb83: Preparing [2023-07-20T00:40:35.521Z] 08534de8b6b4: Preparing [2023-07-20T00:40:35.521Z] dacae92c5c93: Preparing [2023-07-20T00:40:35.521Z] 9386262d7a74: Preparing [2023-07-20T00:40:35.521Z] 9386262d7a74: Waiting [2023-07-20T00:40:35.521Z] 025efd9ffb83: Layer already exists [2023-07-20T00:40:35.521Z] dacae92c5c93: Layer already exists [2023-07-20T00:40:35.521Z] 5ad4cd6575c3: Layer already exists [2023-07-20T00:40:35.521Z] c7b8f24676e6: Layer already exists [2023-07-20T00:40:35.521Z] 08534de8b6b4: Layer already exists [2023-07-20T00:40:35.521Z] 9386262d7a74: Layer already exists [2023-07-20T00:40:35.521Z] 3.1.0-dev.20: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:40:36.152Z] + 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 [2023-07-20T00:40:36.498Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [2023-07-20T00:40:36.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-20T00:40:36.498Z] c7b8f24676e6: Preparing [2023-07-20T00:40:36.498Z] 5ad4cd6575c3: Preparing [2023-07-20T00:40:36.498Z] 025efd9ffb83: Preparing [2023-07-20T00:40:36.498Z] 08534de8b6b4: Preparing [2023-07-20T00:40:36.498Z] dacae92c5c93: Preparing [2023-07-20T00:40:36.498Z] 9386262d7a74: Preparing [2023-07-20T00:40:36.498Z] 9386262d7a74: Waiting [2023-07-20T00:40:36.498Z] 08534de8b6b4: Layer already exists [2023-07-20T00:40:36.498Z] 5ad4cd6575c3: Layer already exists [2023-07-20T00:40:36.498Z] dacae92c5c93: Layer already exists [2023-07-20T00:40:36.498Z] c7b8f24676e6: Layer already exists [2023-07-20T00:40:36.498Z] 025efd9ffb83: Layer already exists [2023-07-20T00:40:36.498Z] 9386262d7a74: Layer already exists [2023-07-20T00:40:36.498Z] 0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:40:36.841Z] + 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 [2023-07-20T00:40:37.179Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-07-20T00:40:37.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-20T00:40:37.179Z] c7b8f24676e6: Preparing [2023-07-20T00:40:37.179Z] 5ad4cd6575c3: Preparing [2023-07-20T00:40:37.179Z] 025efd9ffb83: Preparing [2023-07-20T00:40:37.179Z] 08534de8b6b4: Preparing [2023-07-20T00:40:37.179Z] dacae92c5c93: Preparing [2023-07-20T00:40:37.179Z] 9386262d7a74: Preparing [2023-07-20T00:40:37.179Z] 9386262d7a74: Waiting [2023-07-20T00:40:37.179Z] dacae92c5c93: Layer already exists [2023-07-20T00:40:37.179Z] 08534de8b6b4: Layer already exists [2023-07-20T00:40:37.179Z] 5ad4cd6575c3: Layer already exists [2023-07-20T00:40:37.179Z] 025efd9ffb83: Layer already exists [2023-07-20T00:40:37.179Z] c7b8f24676e6: Layer already exists [2023-07-20T00:40:37.179Z] 9386262d7a74: Layer already exists [2023-07-20T00:40:37.179Z] main: digest: sha256:059b393f5b0c8899971205dbff14e8c001702af7ae636e83762e9a8eaaeab972 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-20T00:40:37.505Z] ===================================================== [Pipeline] echo [2023-07-20T00:40:37.512Z] taggedImages: [2023-07-20T00:40:37.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb [2023-07-20T00:40:37.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-20T00:40:37.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.20 [2023-07-20T00:40:37.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0f94376eadfc024c258e90372bc1b8c359cb76eb-3.1.0-dev.20 [2023-07-20T00:40:37.512Z] - 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 [2023-07-20T00:40:37.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-20T00:40:37.860Z] [2023-07-20T00:40:37.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:40:38.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-20T00:40:38.187Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-20T00:40:38.187Z] 8998bd30e6a1: Pulling fs layer [2023-07-20T00:40:38.187Z] 04944245beec: Pulling fs layer [2023-07-20T00:40:38.187Z] 699f458cf7ca: Pulling fs layer [2023-07-20T00:40:38.187Z] 765212b225bb: Pulling fs layer [2023-07-20T00:40:38.187Z] f23df028b6ca: Pulling fs layer [2023-07-20T00:40:38.187Z] d65c8cfc05b1: Pulling fs layer [2023-07-20T00:40:38.187Z] 2437ff75d9bd: Pulling fs layer [2023-07-20T00:40:38.187Z] 765212b225bb: Waiting [2023-07-20T00:40:38.187Z] f23df028b6ca: Waiting [2023-07-20T00:40:38.187Z] d65c8cfc05b1: Waiting [2023-07-20T00:40:38.187Z] 2437ff75d9bd: Waiting [2023-07-20T00:40:38.454Z] 04944245beec: Verifying Checksum [2023-07-20T00:40:38.454Z] 04944245beec: Download complete [2023-07-20T00:40:38.454Z] 765212b225bb: Download complete [2023-07-20T00:40:38.454Z] f23df028b6ca: Verifying Checksum [2023-07-20T00:40:38.454Z] f23df028b6ca: Download complete [2023-07-20T00:40:38.454Z] d65c8cfc05b1: Verifying Checksum [2023-07-20T00:40:38.454Z] d65c8cfc05b1: Download complete [2023-07-20T00:40:38.454Z] 699f458cf7ca: Verifying Checksum [2023-07-20T00:40:38.454Z] 699f458cf7ca: Download complete [2023-07-20T00:40:39.059Z] 8998bd30e6a1: Verifying Checksum [2023-07-20T00:40:39.059Z] 8998bd30e6a1: Download complete [2023-07-20T00:40:41.008Z] 2437ff75d9bd: Verifying Checksum [2023-07-20T00:40:41.008Z] 2437ff75d9bd: Download complete [2023-07-20T00:40:42.954Z] 8998bd30e6a1: Pull complete [2023-07-20T00:40:45.527Z] 04944245beec: Pull complete [2023-07-20T00:40:46.486Z] 699f458cf7ca: Pull complete [2023-07-20T00:40:46.752Z] 765212b225bb: Pull complete [2023-07-20T00:40:47.342Z] f23df028b6ca: Pull complete [2023-07-20T00:40:47.608Z] d65c8cfc05b1: Pull complete [2023-07-20T00:41:02.609Z] 2437ff75d9bd: Pull complete [2023-07-20T00:41:02.609Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-20T00:41:02.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-20T00:41:02.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:41:02.802Z] prd-ubuntu20.04-docker-arm64-4c-16g-1615 does not seem to be running inside a container [2023-07-20T00:41:02.875Z] $ 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 [2023-07-20T00:41:05.740Z] $ docker top be157d27f2f9bf93795bc6aab76ace81f43a2fcdc56debea31b4c021a9a9a8f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:41:06.551Z] ---> job-cost.sh [2023-07-20T00:41:06.551Z] lf-activate-venv: SKIPPING [2023-07-20T00:41:06.551Z] INFO: No Stack... [2023-07-20T00:41:07.128Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-20T00:41:07.704Z] INFO: Archiving Costs [Pipeline] sh [2023-07-20T00:41:08.016Z] + + catcut /w/workspace/app-record-replay/22/archives/cost.csv -d, [2023-07-20T00:41:08.016Z] -f6 [Pipeline] lock [2023-07-20T00:41:08.337Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [2023-07-20T00:41:08.345Z] Resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] did not exist. Created. [2023-07-20T00:41:08.345Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-20T00:41:08.675Z] /w/workspace/app-record-replay/22@tmp/durable-3c0eeb7e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-20T00:41:09.005Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-20T00:41:09.028Z] Warning: overwriting stash ‘stack-cost’ [2023-07-20T00:41:09.076Z] Stashed 1 file(s) [Pipeline] } [2023-07-20T00:41:09.082Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-22-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-20T00:41:09.118Z] $ docker stop --time=1 be157d27f2f9bf93795bc6aab76ace81f43a2fcdc56debea31b4c021a9a9a8f5 [2023-07-20T00:41:13.160Z] $ 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 [2023-07-20T00:41:13.539Z] provisioning config files... [2023-07-20T00:41:13.544Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #22 [2023-07-20T00:41:13.545Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4918246859059126838tmp [Pipeline] { [Pipeline] sh [2023-07-20T00:41:13.834Z] + set +x [2023-07-20T00:41:13.834Z] + curl -s https://codecov.io/bash [2023-07-20T00:41:13.834Z] + bash -s -- [2023-07-20T00:41:13.834Z] [2023-07-20T00:41:13.834Z] _____ _ [2023-07-20T00:41:13.834Z] / ____| | | [2023-07-20T00:41:13.834Z] | | ___ __| | ___ ___ _____ __ [2023-07-20T00:41:13.834Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-20T00:41:13.834Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-20T00:41:13.834Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-20T00:41:13.834Z] Bash-1.0.6 [2023-07-20T00:41:13.834Z] [2023-07-20T00:41:13.834Z] [2023-07-20T00:41:13.834Z] ==> git version 2.25.1 found [2023-07-20T00:41:13.834Z] ==> 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 [2023-07-20T00:41:13.834Z] Release-Date: 2020-01-08 [2023-07-20T00:41:13.834Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-07-20T00:41:13.834Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-20T00:41:13.834Z] ==> Jenkins CI detected. [2023-07-20T00:41:13.834Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-07-20T00:41:13.834Z] project root: . [2023-07-20T00:41:13.834Z] --> token set from env [2023-07-20T00:41:13.834Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-20T00:41:13.834Z] ==> Running gcov in . (disable via -X gcov) [2023-07-20T00:41:13.834Z] ==> Python coveragepy not found [2023-07-20T00:41:13.834Z] ==> Searching for coverage reports in: [2023-07-20T00:41:13.834Z] + . [2023-07-20T00:41:13.834Z] -> Found 1 reports [2023-07-20T00:41:13.834Z] ==> Detecting git/mercurial file structure [2023-07-20T00:41:13.834Z] ==> Reading reports [2023-07-20T00:41:13.834Z] + ./coverage.out bytes=8853 [2023-07-20T00:41:13.834Z] ==> Appending adjustments [2023-07-20T00:41:13.834Z] https://docs.codecov.io/docs/fixing-reports [2023-07-20T00:41:14.094Z] + Found adjustments [2023-07-20T00:41:14.094Z] ==> Gzipping contents [2023-07-20T00:41:14.094Z] 4.0K /tmp/codecov.P2Svry.gz [2023-07-20T00:41:14.094Z] ==> Uploading reports [2023-07-20T00:41:14.094Z] url: https://codecov.io [2023-07-20T00:41:14.094Z] 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= [2023-07-20T00:41:14.094Z] -> Pinging Codecov [2023-07-20T00:41:14.094Z] 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= [2023-07-20T00:41:14.094Z] Invalid request parameters [2023-07-20T00:41:14.094Z] 400 [Pipeline] } [2023-07-20T00:41:14.100Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-20T00:41:14.315Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-20T00:41:14.326Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:41:14.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-20T00:41:14.624Z] [2023-07-20T00:41:14.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:41:14.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-20T00:41:14.927Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-20T00:41:14.927Z] df9b9388f04a: Pulling fs layer [2023-07-20T00:41:14.927Z] 52dc419b0ee2: Pulling fs layer [2023-07-20T00:41:14.927Z] 25bc292e5bac: Pulling fs layer [2023-07-20T00:41:14.927Z] 114826534d7a: Pulling fs layer [2023-07-20T00:41:14.927Z] 4657fd5d0bcf: Pulling fs layer [2023-07-20T00:41:14.927Z] 6ad1cebc031e: Pulling fs layer [2023-07-20T00:41:14.927Z] 8a3aa393b2d8: Pulling fs layer [2023-07-20T00:41:14.927Z] 4657fd5d0bcf: Waiting [2023-07-20T00:41:14.927Z] 6ad1cebc031e: Waiting [2023-07-20T00:41:14.927Z] 8a3aa393b2d8: Waiting [2023-07-20T00:41:14.927Z] 114826534d7a: Waiting [2023-07-20T00:41:14.927Z] 25bc292e5bac: Verifying Checksum [2023-07-20T00:41:14.927Z] 25bc292e5bac: Download complete [2023-07-20T00:41:14.927Z] 52dc419b0ee2: Verifying Checksum [2023-07-20T00:41:14.927Z] 52dc419b0ee2: Download complete [2023-07-20T00:41:14.927Z] 4657fd5d0bcf: Verifying Checksum [2023-07-20T00:41:14.927Z] 4657fd5d0bcf: Download complete [2023-07-20T00:41:14.927Z] df9b9388f04a: Download complete [2023-07-20T00:41:15.187Z] 6ad1cebc031e: Verifying Checksum [2023-07-20T00:41:15.187Z] 6ad1cebc031e: Download complete [2023-07-20T00:41:15.187Z] df9b9388f04a: Pull complete [2023-07-20T00:41:15.187Z] 52dc419b0ee2: Pull complete [2023-07-20T00:41:15.188Z] 25bc292e5bac: Pull complete [2023-07-20T00:41:15.755Z] 114826534d7a: Verifying Checksum [2023-07-20T00:41:15.755Z] 114826534d7a: Download complete [2023-07-20T00:41:15.755Z] 8a3aa393b2d8: Verifying Checksum [2023-07-20T00:41:15.755Z] 8a3aa393b2d8: Download complete [2023-07-20T00:41:19.042Z] 114826534d7a: Pull complete [2023-07-20T00:41:19.042Z] 4657fd5d0bcf: Pull complete [2023-07-20T00:41:19.042Z] 6ad1cebc031e: Pull complete [2023-07-20T00:41:21.573Z] 8a3aa393b2d8: Pull complete [2023-07-20T00:41:21.573Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-20T00:41:21.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-20T00:41:21.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:41:21.666Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:41:21.695Z] $ 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 [2023-07-20T00:41:26.385Z] $ docker top f55d418a11cd5bf5d791ae92b85b176a6178864ea0fff7883c5ce6f71e55b90a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-20T00:41:26.457Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-07-20T00:41:26.735Z] + set -o pipefail [2023-07-20T00:41:26.736Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-07-20T00:41:30.924Z] [2023-07-20T00:41:30.924Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-07-20T00:41:30.924Z] [2023-07-20T00:41:30.924Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/3f1fd042-c247-4c56-803d-13fc7beddedf [2023-07-20T00:41:30.924Z] [2023-07-20T00:41:30.924Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-20T00:41:30.924Z] [2023-07-20T00:41:31.183Z] [2023-07-20T00:41:31.183Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-20T00:41:31.183Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-20T00:41:31.183Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-07-20T00:41:31.195Z] $ docker stop --time=1 f55d418a11cd5bf5d791ae92b85b176a6178864ea0fff7883c5ce6f71e55b90a [2023-07-20T00:41:35.092Z] $ 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 [2023-07-20T00:41:35.862Z] + git log --format=format:%s -1 0f94376eadfc024c258e90372bc1b8c359cb76eb [Pipeline] sh [2023-07-20T00:41:36.161Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-20T00:41:36.161Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:41:36.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-20T00:41:36.462Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:41:36.532Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:41:36.565Z] $ 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 [2023-07-20T00:41:37.097Z] $ docker top 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 -eo pid,comm [2023-07-20T00:41:37.154Z] 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). [2023-07-20T00:41:37.154Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-20T00:41:37.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-20T00:41:37.204Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-20T00:41:37.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-20T00:41:37.329Z] $ docker exec 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 ssh-agent [2023-07-20T00:41:37.446Z] SSH_AUTH_SOCK=/tmp/ssh-EQmPlL7PgBm7/agent.33 [2023-07-20T00:41:37.446Z] SSH_AGENT_PID=39 [2023-07-20T00:41:37.457Z] Running ssh-add (command line suppressed) [2023-07-20T00:41:37.549Z] 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) [2023-07-20T00:41:37.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-20T00:41:37.847Z] + git semver tag [2023-07-20T00:41:38.107Z] 2023-07-20 00:41:38,013 [run_tag] DEBUG tag force:False [2023-07-20T00:41:38.107Z] 2023-07-20 00:41:38,013 [check_head_tag] DEBUG check head tag [2023-07-20T00:41:38.107Z] 2023-07-20 00:41:38,014 [execute] INFO git cat-file --batch-check [2023-07-20T00:41:38.107Z] 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=) [2023-07-20T00:41:38.107Z] 2023-07-20 00:41:38,018 [execute] INFO git cat-file --batch [2023-07-20T00:41:38.107Z] 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=) [2023-07-20T00:41:38.107Z] 2023-07-20 00:41:38,027 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:41:38.107Z] 2023-07-20 00:41:38,028 [execute] INFO git tag -a v3.1.0-dev.20 -m v3.1.0-dev.20 [2023-07-20T00:41:38.107Z] 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) [2023-07-20T00:41:38.107Z] 2023-07-20 00:41:38,033 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:41:38.107Z] 3.1.0-dev.20 [Pipeline] } [2023-07-20T00:41:38.117Z] $ docker exec --env ******** --env ******** 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 ssh-agent -k [2023-07-20T00:41:38.206Z] unset SSH_AUTH_SOCK; [2023-07-20T00:41:38.206Z] unset SSH_AGENT_PID; [2023-07-20T00:41:38.206Z] echo Agent pid 39 killed; [2023-07-20T00:41:38.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-20T00:41:38.527Z] + git semver [Pipeline] } [2023-07-20T00:41:38.800Z] $ docker stop --time=1 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 [2023-07-20T00:41:40.061Z] $ docker rm -f --volumes 1a1948f1f43d5b152ad821831d453579ea9fa16bf522971737b9ea04097337a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:41:40.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-20T00:41:40.469Z] [2023-07-20T00:41:40.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:41:40.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-20T00:41:40.768Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-20T00:41:40.768Z] ab5ef0e58194: Pulling fs layer [2023-07-20T00:41:40.768Z] 9712f1f96733: Pulling fs layer [2023-07-20T00:41:40.768Z] 63f879dbbcfc: Pulling fs layer [2023-07-20T00:41:40.768Z] 0d9ebad4ef96: Pulling fs layer [2023-07-20T00:41:40.768Z] e9a5061849ea: Pulling fs layer [2023-07-20T00:41:40.768Z] d747dcd14b5f: Pulling fs layer [2023-07-20T00:41:40.768Z] 2de7ff778b66: Pulling fs layer [2023-07-20T00:41:40.768Z] 0d9ebad4ef96: Waiting [2023-07-20T00:41:40.768Z] e9a5061849ea: Waiting [2023-07-20T00:41:40.768Z] d747dcd14b5f: Waiting [2023-07-20T00:41:40.768Z] 2de7ff778b66: Waiting [2023-07-20T00:41:40.768Z] 9712f1f96733: Verifying Checksum [2023-07-20T00:41:40.768Z] 9712f1f96733: Download complete [2023-07-20T00:41:41.026Z] 63f879dbbcfc: Verifying Checksum [2023-07-20T00:41:41.026Z] 63f879dbbcfc: Download complete [2023-07-20T00:41:41.284Z] e9a5061849ea: Verifying Checksum [2023-07-20T00:41:41.284Z] e9a5061849ea: Download complete [2023-07-20T00:41:41.284Z] d747dcd14b5f: Verifying Checksum [2023-07-20T00:41:41.284Z] d747dcd14b5f: Download complete [2023-07-20T00:41:41.284Z] ab5ef0e58194: Verifying Checksum [2023-07-20T00:41:41.284Z] ab5ef0e58194: Download complete [2023-07-20T00:41:41.284Z] 0d9ebad4ef96: Verifying Checksum [2023-07-20T00:41:41.284Z] 0d9ebad4ef96: Download complete [2023-07-20T00:41:41.284Z] 2de7ff778b66: Verifying Checksum [2023-07-20T00:41:41.284Z] 2de7ff778b66: Download complete [2023-07-20T00:41:44.572Z] ab5ef0e58194: Pull complete [2023-07-20T00:41:44.572Z] 9712f1f96733: Pull complete [2023-07-20T00:41:44.572Z] 63f879dbbcfc: Pull complete [2023-07-20T00:41:48.808Z] 0d9ebad4ef96: Pull complete [2023-07-20T00:41:48.808Z] e9a5061849ea: Pull complete [2023-07-20T00:41:48.808Z] d747dcd14b5f: Pull complete [2023-07-20T00:41:49.374Z] 2de7ff778b66: Pull complete [2023-07-20T00:41:49.374Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-20T00:41:49.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-20T00:41:49.374Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:41:49.463Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:41:49.495Z] $ 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 [2023-07-20T00:41:54.505Z] $ docker top 7e85c1457bc29b8841c50b0eb18fecafc6276d999ed66e97b64965833c1aebe0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-20T00:41:54.586Z] provisioning config files... [2023-07-20T00:41:54.595Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7977064391118752347tmp [2023-07-20T00:41:54.607Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4341796091975121802tmp [2023-07-20T00:41:54.615Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14087390180227957968tmp [Pipeline] { [Pipeline] echo [2023-07-20T00:41:54.632Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:41:54.916Z] ---> sigul-configuration.sh [2023-07-20T00:41:54.916Z] gpg: directory `/root/.gnupg' created [2023-07-20T00:41:54.916Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-20T00:41:54.916Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-20T00:41:54.916Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-20T00:41:54.916Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-20T00:41:54.916Z] gpg: CAST5 encrypted data [2023-07-20T00:41:54.916Z] gpg: encrypted with 1 passphrase [2023-07-20T00:41:54.916Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-20T00:41:55.203Z] + mkdir /home/jenkins [2023-07-20T00:41:55.203Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-20T00:41:55.499Z] + 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 [2023-07-20T00:41:55.508Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:41:55.794Z] ---> sigul-install.sh [2023-07-20T00:41:55.794Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-20T00:41:56.082Z] + git tag --list [2023-07-20T00:41:56.082Z] v3.1.0-dev.0 [2023-07-20T00:41:56.082Z] v3.1.0-dev.1 [2023-07-20T00:41:56.082Z] v3.1.0-dev.10 [2023-07-20T00:41:56.082Z] v3.1.0-dev.11 [2023-07-20T00:41:56.082Z] v3.1.0-dev.12 [2023-07-20T00:41:56.082Z] v3.1.0-dev.13 [2023-07-20T00:41:56.082Z] v3.1.0-dev.14 [2023-07-20T00:41:56.082Z] v3.1.0-dev.15 [2023-07-20T00:41:56.082Z] v3.1.0-dev.16 [2023-07-20T00:41:56.082Z] v3.1.0-dev.17 [2023-07-20T00:41:56.082Z] v3.1.0-dev.18 [2023-07-20T00:41:56.082Z] v3.1.0-dev.19 [2023-07-20T00:41:56.082Z] v3.1.0-dev.2 [2023-07-20T00:41:56.082Z] v3.1.0-dev.20 [2023-07-20T00:41:56.082Z] v3.1.0-dev.3 [2023-07-20T00:41:56.082Z] v3.1.0-dev.4 [2023-07-20T00:41:56.082Z] v3.1.0-dev.5 [2023-07-20T00:41:56.082Z] v3.1.0-dev.6 [2023-07-20T00:41:56.082Z] v3.1.0-dev.7 [2023-07-20T00:41:56.082Z] v3.1.0-dev.8 [2023-07-20T00:41:56.082Z] v3.1.0-dev.9 [Pipeline] sh [2023-07-20T00:41:56.368Z] + lftools sign git-tag v3.1.0-dev.20 [2023-07-20T00:41:56.942Z] Signing Git tag with Sigul... [2023-07-20T00:41:56.942Z] Signing v3.1.0-dev.20 [Pipeline] echo [2023-07-20T00:41:57.217Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:41:57.507Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-20T00:41:57.515Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-20T00:41:57.535Z] $ docker stop --time=1 7e85c1457bc29b8841c50b0eb18fecafc6276d999ed66e97b64965833c1aebe0 [2023-07-20T00:41:58.827Z] $ 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 [2023-07-20T00:41:59.272Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-20T00:41:59.273Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:41:59.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-20T00:41:59.572Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:41:59.640Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:41:59.673Z] $ 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 [2023-07-20T00:42:00.003Z] $ docker top b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 -eo pid,comm [2023-07-20T00:42:00.052Z] 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). [2023-07-20T00:42:00.053Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-20T00:42:00.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-20T00:42:00.096Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-20T00:42:00.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-20T00:42:00.214Z] $ docker exec b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 ssh-agent [2023-07-20T00:42:00.323Z] SSH_AUTH_SOCK=/tmp/ssh-9P2GB8nFO9cJ/agent.32 [2023-07-20T00:42:00.324Z] SSH_AGENT_PID=38 [2023-07-20T00:42:00.328Z] Running ssh-add (command line suppressed) [2023-07-20T00:42:00.435Z] 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) [2023-07-20T00:42:00.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-20T00:42:00.740Z] + git semver bump pre [2023-07-20T00:42:00.999Z] 2023-07-20 00:42:00,915 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:42:00.999Z] 2023-07-20 00:42:00,916 [bump_version] DEBUG bumping version:3.1.0-dev.20 on axis:pre with prefix:dev [2023-07-20T00:42:00.999Z] 2023-07-20 00:42:00,916 [bump_version] DEBUG bumped version:3.1.0-dev.21 [2023-07-20T00:42:00.999Z] 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 [2023-07-20T00:42:00.999Z] 2023-07-20 00:42:00,916 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:42:00.999Z] 2023-07-20 00:42:00,916 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:42:00.999Z] 2023-07-20 00:42:00,921 [execute] INFO git cat-file --batch-check [2023-07-20T00:42:00.999Z] 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=) [2023-07-20T00:42:00.999Z] 2023-07-20 00:42:00,932 [execute] INFO git cat-file --batch [2023-07-20T00:42:01.000Z] 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=) [2023-07-20T00:42:01.000Z] 2023-07-20 00:42:00,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:42:01.000Z] 3.1.0-dev.21 [Pipeline] } [2023-07-20T00:42:01.009Z] $ docker exec --env ******** --env ******** b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 ssh-agent -k [2023-07-20T00:42:01.121Z] unset SSH_AUTH_SOCK; [2023-07-20T00:42:01.121Z] unset SSH_AGENT_PID; [2023-07-20T00:42:01.121Z] echo Agent pid 38 killed; [2023-07-20T00:42:01.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-20T00:42:01.437Z] + git semver [Pipeline] } [2023-07-20T00:42:01.708Z] $ docker stop --time=1 b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 [2023-07-20T00:42:02.978Z] $ docker rm -f --volumes b6170b3ba61dae12f5b54915760240768224c8a03446f27fc3d098489e6edd35 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-20T00:42:03.316Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-20T00:42:03.316Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:42:03.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-20T00:42:03.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:42:03.689Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:42:03.721Z] $ 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 [2023-07-20T00:42:04.056Z] $ docker top c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-20T00:42:04.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-20T00:42:04.187Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-20T00:42:04.300Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-20T00:42:04.302Z] $ docker exec c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 ssh-agent [2023-07-20T00:42:04.411Z] SSH_AUTH_SOCK=/tmp/ssh-yrUz6RaKiIoH/agent.32 [2023-07-20T00:42:04.411Z] SSH_AGENT_PID=38 [2023-07-20T00:42:04.415Z] Running ssh-add (command line suppressed) [2023-07-20T00:42:04.512Z] 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) [2023-07-20T00:42:04.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-20T00:42:04.810Z] + git semver push [2023-07-20T00:42:05.069Z] 2023-07-20 00:42:04,989 [run_push] DEBUG push [2023-07-20T00:42:05.069Z] 2023-07-20 00:42:04,990 [execute] INFO git cat-file --batch-check [2023-07-20T00:42:05.069Z] 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=) [2023-07-20T00:42:05.069Z] 2023-07-20 00:42:04,993 [execute] INFO git rev-list 91d9a0bcdcf38cb26d7baae98ffd167617b9d3a7 -- [2023-07-20T00:42:05.069Z] 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) [2023-07-20T00:42:05.069Z] 2023-07-20 00:42:05,000 [execute] INFO git fetch -v origin [2023-07-20T00:42:05.069Z] 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) [2023-07-20T00:42:05.638Z] 2023-07-20 00:42:05,465 [run_push] DEBUG no remote changes detected [2023-07-20T00:42:05.638Z] 2023-07-20 00:42:05,465 [execute] INFO git push origin semver [2023-07-20T00:42:05.638Z] 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) [2023-07-20T00:42:06.576Z] 2023-07-20 00:42:06,288 [run_push] DEBUG push all version tags [2023-07-20T00:42:06.576Z] 2023-07-20 00:42:06,289 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-20T00:42:06.576Z] 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) [2023-07-20T00:42:07.146Z] 2023-07-20 00:42:06,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-20T00:42:07.146Z] 3.1.0-dev.21 [Pipeline] } [2023-07-20T00:42:07.157Z] $ docker exec --env ******** --env ******** c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 ssh-agent -k [2023-07-20T00:42:07.267Z] unset SSH_AUTH_SOCK; [2023-07-20T00:42:07.267Z] unset SSH_AGENT_PID; [2023-07-20T00:42:07.267Z] echo Agent pid 38 killed; [2023-07-20T00:42:07.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-20T00:42:07.578Z] + git semver [Pipeline] } [2023-07-20T00:42:07.848Z] $ docker stop --time=1 c89e42dfdd96fbd7a03c2226321abbeba95b2476d9bf0e44d1bc73d15a31b9c2 [2023-07-20T00:42:09.141Z] $ 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 [2023-07-20T00:42:09.837Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-07-20T00:42:09.837Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-20T00:42:09.837Z] total 16 [2023-07-20T00:42:09.837Z] drwxr-xr-x 3 root root 4096 Jul 20 00:28 . [2023-07-20T00:42:09.837Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 00:41 .. [2023-07-20T00:42:09.837Z] drwxr-xr-x 2 root root 4096 Jul 20 00:28 cost [2023-07-20T00:42:09.837Z] -rw-r--r-- 1 root root 88 Jul 20 00:28 cost.csv [2023-07-20T00:42:09.837Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-20T00:42:09.837Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-20T00:42:09.837Z] total 16 [2023-07-20T00:42:09.837Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 00:28 . [2023-07-20T00:42:09.837Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 00:41 .. [2023-07-20T00:42:09.837Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 20 00:28 cost [2023-07-20T00:42:09.837Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 20 00:28 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:42:10.176Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:42:11.037Z] ---> package-listing.sh [2023-07-20T00:42:11.037Z] ++ facter osfamily [2023-07-20T00:42:11.037Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-20T00:42:11.297Z] + OS_FAMILY=debian [2023-07-20T00:42:11.297Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-07-20T00:42:11.297Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-20T00:42:11.297Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-20T00:42:11.297Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-20T00:42:11.297Z] + PACKAGES=/tmp/packages_start.txt [2023-07-20T00:42:11.297Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-20T00:42:11.297Z] + PACKAGES=/tmp/packages_end.txt [2023-07-20T00:42:11.297Z] + case "${OS_FAMILY}" in [2023-07-20T00:42:11.297Z] + dpkg -l [2023-07-20T00:42:11.297Z] + grep '^ii' [2023-07-20T00:42:11.297Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-20T00:42:11.297Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-20T00:42:11.297Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-20T00:42:11.297Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-20T00:42:11.297Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-07-20T00:42:11.297Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2023-07-20T00:42:11.308Z] 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 [2023-07-20T00:42:11.585Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-20T00:42:12.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-20T00:42:12.140Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-20T00:42:12.209Z] prd-ubuntu20.04-docker-8c-8g-1614 does not seem to be running inside a container [2023-07-20T00:42:12.239Z] $ 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 [2023-07-20T00:42:12.447Z] $ docker top ad395f6892ff31678e1ccc4c78e9bff9350c52cabb447386e4f4a20c8c23cb9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-20T00:42:12.784Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-20T00:42:13.070Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-20T00:42:13.355Z] + ls /var/log/sa-host [2023-07-20T00:42:13.355Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-20T00:42:13.443Z] provisioning config files... [2023-07-20T00:42:13.461Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10905013423205519359tmp [Pipeline] { [Pipeline] echo [2023-07-20T00:42:13.480Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:42:13.765Z] ---> create-netrc.sh [Pipeline] } [2023-07-20T00:42:13.772Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:42:14.107Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-20T00:42:14.116Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:42:14.398Z] ---> sudo-logs.sh [2023-07-20T00:42:14.398Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-20T00:42:14.419Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:42:14.702Z] ---> job-cost.sh [2023-07-20T00:42:14.702Z] lf-activate-venv: SKIPPING [2023-07-20T00:42:14.702Z] DEBUG: total: 0.2199999988079071 [2023-07-20T00:42:14.702Z] INFO: Retrieving Stack Cost... [2023-07-20T00:42:15.270Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-20T00:42:15.530Z] INFO: Archiving Costs [Pipeline] echo [2023-07-20T00:42:15.542Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-20T00:42:15.826Z] ---> logs-deploy.sh [2023-07-20T00:42:15.826Z] lf-activate-venv: SKIPPING [2023-07-20T00:42:15.826Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/22 [2023-07-20T00:42:15.826Z] INFO: archiving workspace using pattern(s): [2023-07-20T00:42:16.763Z] Archives upload complete. [2023-07-20T00:42:16.763Z] INFO: archiving logs to Nexus