Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e01ec832849867a8389374ded9abbc6b5a0a3218 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-ssh5093767680597457342.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-ssh3691828318144300344.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-ssh8750849060158685922.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-ssh8963404801401300381.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-ssh940714764326327823.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-18943 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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 e01ec832849867a8389374ded9abbc6b5a0a3218 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e01ec832849867a8389374ded9abbc6b5a0a3218 # timeout=10 Commit message: "Merge pull request #4 from lenny-intel/dummy-main" > git rev-list --no-walk 9e922b9e5c9061430c0bdd5b3bb3138567ecf0ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-06-20T22:52:22.173Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-06-20T22:52:22.256Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-06-20T22:52:22.280Z] ========================================================= [2023-06-20T22:52:22.280Z] EdgeX Global Pipelines Version Info [2023-06-20T22:52:22.280Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:52:23.007Z] ------------------- [2023-06-20T22:52:23.007Z] stable info: [2023-06-20T22:52:23.007Z] ------------------- [2023-06-20T22:52:23.007Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-06-20T22:52:23.007Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-20T22:52:23.007Z] Message: update stable to v1.0.250 [2023-06-20T22:52:23.580Z] ------------------- [2023-06-20T22:52:23.580Z] experimental info: [2023-06-20T22:52:23.580Z] ------------------- [2023-06-20T22:52:23.580Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-06-20T22:52:23.580Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-20T22:52:23.580Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-06-20T22:52:23.759Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-06-20T22:52:23.777Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-06-20T22:52:23.798Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-06-20T22:52:23.818Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-06-20T22:52:23.837Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-06-20T22:52:23.857Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-06-20T22:52:23.876Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-06-20T22:52:23.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-06-20T22:52:23.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-06-20T22:52:23.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-06-20T22:52:23.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-06-20T22:52:23.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-06-20T22:52:23.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-06-20T22:52:23.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-06-20T22:52:24.016Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-06-20T22:52:24.033Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-06-20T22:52:24.050Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-06-20T22:52:24.063Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-06-20T22:52:24.076Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-06-20T22:52:24.089Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-06-20T22:52:24.103Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-06-20T22:52:24.116Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-06-20T22:52:24.132Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-06-20T22:52:24.153Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-06-20T22:52:24.173Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-06-20T22:52:24.194Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-06-20T22:52:24.212Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-06-20T22:52:24.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-06-20T22:52:24.250Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-06-20T22:52:24.270Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-06-20T22:52:24.286Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo [2023-06-20T22:52:24.299Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e01ec83 [Pipeline] echo [2023-06-20T22:52:24.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-20T22:52:24.362Z] provisioning config files... [2023-06-20T22:52:24.379Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4061994558907150075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:52:24.687Z] ---> docker-login.sh [2023-06-20T22:52:24.688Z] nexus3.edgexfoundry.org:10001 [2023-06-20T22:52:24.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:24.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:24.948Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:24.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:24.948Z] [2023-06-20T22:52:24.948Z] Login Succeeded [2023-06-20T22:52:24.948Z] nexus3.edgexfoundry.org:10002 [2023-06-20T22:52:24.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:24.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:24.948Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:24.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:24.948Z] [2023-06-20T22:52:24.948Z] Login Succeeded [2023-06-20T22:52:24.948Z] nexus3.edgexfoundry.org:10003 [2023-06-20T22:52:25.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:25.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:25.208Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:25.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:25.208Z] [2023-06-20T22:52:25.208Z] Login Succeeded [2023-06-20T22:52:25.208Z] nexus3.edgexfoundry.org:10004 [2023-06-20T22:52:25.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:25.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:25.208Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:25.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:25.208Z] [2023-06-20T22:52:25.208Z] Login Succeeded [2023-06-20T22:52:25.208Z] docker.io [2023-06-20T22:52:25.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:25.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:25.730Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:25.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:25.730Z] [2023-06-20T22:52:25.730Z] Login Succeeded [2023-06-20T22:52:25.989Z] ---> docker-login.sh ends [Pipeline] } [2023-06-20T22:52:25.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-06-20T22:52:26.384Z] + git rev-list -1 --merges e01ec832849867a8389374ded9abbc6b5a0a3218~1..e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo [2023-06-20T22:52:26.429Z] -----------> git rev-list -1 --merges e01ec832849867a8389374ded9abbc6b5a0a3218~1..e01ec832849867a8389374ded9abbc6b5a0a3218 e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:52:26.429Z] e01ec832849867a8389374ded9abbc6b5a0a3218 [false] [Pipeline] sh [2023-06-20T22:52:26.722Z] + git log --format=format:%s -1 e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo [2023-06-20T22:52:26.737Z] ========================================================= [2023-06-20T22:52:26.737Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-06-20T22:52:26.737Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-20T22:52:27.079Z] + git log --format=format:%s -1 e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo [2023-06-20T22:52:27.090Z] [semverPrep] GIT_COMMIT: e01ec832849867a8389374ded9abbc6b5a0a3218, Commit Message: Merge pull request #4 from lenny-intel/dummy-main [Pipeline] echo [2023-06-20T22:52:27.100Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-06-20T22:52:27.473Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-20T22:52:27.474Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-06-20T22:52:27.474Z] + [ -e /tmp/ssh_known_hosts ] [2023-06-20T22:52:27.474Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-06-20T22:52:27.474Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-06-20T22:52:27.474Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-06-20T22:52:27.474Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:52:27.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-20T22:52:27.830Z] [2023-06-20T22:52:27.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:52:28.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-20T22:52:28.132Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-06-20T22:52:28.132Z] b85a868b505f: Pulling fs layer [2023-06-20T22:52:28.132Z] e2be974225ed: Pulling fs layer [2023-06-20T22:52:28.132Z] 339a4e72a1f5: Pulling fs layer [2023-06-20T22:52:28.132Z] 988bab9f4d93: Pulling fs layer [2023-06-20T22:52:28.132Z] 1469e6f7b9e6: Pulling fs layer [2023-06-20T22:52:28.132Z] eaf3925da568: Pulling fs layer [2023-06-20T22:52:28.132Z] bab4dde63d76: Pulling fs layer [2023-06-20T22:52:28.132Z] bde34c3a00c8: Pulling fs layer [2023-06-20T22:52:28.132Z] b352a97aabf1: Pulling fs layer [2023-06-20T22:52:28.132Z] 4872d77fe225: Pulling fs layer [2023-06-20T22:52:28.132Z] 5851b861e8e6: Pulling fs layer [2023-06-20T22:52:28.132Z] 988bab9f4d93: Waiting [2023-06-20T22:52:28.132Z] b352a97aabf1: Waiting [2023-06-20T22:52:28.132Z] bab4dde63d76: Waiting [2023-06-20T22:52:28.132Z] 1469e6f7b9e6: Waiting [2023-06-20T22:52:28.132Z] eaf3925da568: Waiting [2023-06-20T22:52:28.132Z] bde34c3a00c8: Waiting [2023-06-20T22:52:28.132Z] 4872d77fe225: Waiting [2023-06-20T22:52:28.132Z] 5851b861e8e6: Waiting [2023-06-20T22:52:28.132Z] e2be974225ed: Verifying Checksum [2023-06-20T22:52:28.132Z] e2be974225ed: Download complete [2023-06-20T22:52:28.132Z] 988bab9f4d93: Verifying Checksum [2023-06-20T22:52:28.132Z] 988bab9f4d93: Download complete [2023-06-20T22:52:28.132Z] 1469e6f7b9e6: Verifying Checksum [2023-06-20T22:52:28.132Z] 1469e6f7b9e6: Download complete [2023-06-20T22:52:28.132Z] 339a4e72a1f5: Verifying Checksum [2023-06-20T22:52:28.132Z] eaf3925da568: Verifying Checksum [2023-06-20T22:52:28.132Z] eaf3925da568: Download complete [2023-06-20T22:52:28.132Z] 339a4e72a1f5: Download complete [2023-06-20T22:52:28.403Z] bde34c3a00c8: Download complete [2023-06-20T22:52:28.403Z] b352a97aabf1: Download complete [2023-06-20T22:52:28.403Z] 4872d77fe225: Verifying Checksum [2023-06-20T22:52:28.403Z] 4872d77fe225: Download complete [2023-06-20T22:52:28.403Z] 5851b861e8e6: Verifying Checksum [2023-06-20T22:52:28.403Z] 5851b861e8e6: Download complete [2023-06-20T22:52:28.403Z] b85a868b505f: Verifying Checksum [2023-06-20T22:52:28.403Z] b85a868b505f: Download complete [2023-06-20T22:52:28.663Z] bab4dde63d76: Verifying Checksum [2023-06-20T22:52:28.663Z] bab4dde63d76: Download complete [2023-06-20T22:52:29.599Z] b85a868b505f: Pull complete [2023-06-20T22:52:29.858Z] e2be974225ed: Pull complete [2023-06-20T22:52:30.441Z] 339a4e72a1f5: Pull complete [2023-06-20T22:52:30.441Z] 988bab9f4d93: Pull complete [2023-06-20T22:52:30.700Z] 1469e6f7b9e6: Pull complete [2023-06-20T22:52:30.700Z] eaf3925da568: Pull complete [2023-06-20T22:52:32.667Z] bab4dde63d76: Pull complete [2023-06-20T22:52:32.667Z] bde34c3a00c8: Pull complete [2023-06-20T22:52:32.927Z] b352a97aabf1: Pull complete [2023-06-20T22:52:32.927Z] 4872d77fe225: Pull complete [2023-06-20T22:52:32.927Z] 5851b861e8e6: Pull complete [2023-06-20T22:52:33.187Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-06-20T22:52:33.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-20T22:52:33.187Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:52:33.312Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:52:33.417Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-20T22:52:37.433Z] $ docker top db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba -eo pid,comm [2023-06-20T22:52:37.484Z] 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-06-20T22:52:37.484Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-20T22:52:37.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-20T22:52:37.525Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-20T22:52:37.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-20T22:52:37.645Z] $ docker exec db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent [2023-06-20T22:52:37.757Z] SSH_AUTH_SOCK=/tmp/ssh-1inl0BD9pjgo/agent.31 [2023-06-20T22:52:37.757Z] SSH_AGENT_PID=37 [2023-06-20T22:52:37.764Z] Running ssh-add (command line suppressed) [2023-06-20T22:52:37.876Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6865400094668670358.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6865400094668670358.key) [2023-06-20T22:52:37.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-20T22:52:38.177Z] + git tag --points-at HEAD [Pipeline] } [2023-06-20T22:52:38.199Z] $ docker exec --env ******** --env ******** db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent -k [2023-06-20T22:52:38.294Z] unset SSH_AUTH_SOCK; [2023-06-20T22:52:38.295Z] unset SSH_AGENT_PID; [2023-06-20T22:52:38.295Z] echo Agent pid 37 killed; [2023-06-20T22:52:38.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-06-20T22:52:38.328Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-20T22:52:38.328Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-20T22:52:38.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-20T22:52:38.453Z] $ docker exec db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent [2023-06-20T22:52:38.568Z] SSH_AUTH_SOCK=/tmp/ssh-mHUgBBAnyQdH/agent.70 [2023-06-20T22:52:38.568Z] SSH_AGENT_PID=76 [2023-06-20T22:52:38.577Z] Running ssh-add (command line suppressed) [2023-06-20T22:52:38.667Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11334757669316013203.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11334757669316013203.key) [2023-06-20T22:52:38.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-20T22:52:38.984Z] + git semver init [2023-06-20T22:52:39.244Z] 2023-06-20 22:52:39,156 [run_init] DEBUG init version:0.0.0 force:False [2023-06-20T22:52:39.244Z] 2023-06-20 22:52:39,157 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-06-20T22:52:39.244Z] 2023-06-20 22:52:39,157 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-06-20T22:52:39.244Z] 2023-06-20 22:52:39,158 [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-06-20T22:52:39.826Z] 2023-06-20 22:52:39,818 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-06-20T22:52:39.826Z] 2023-06-20 22:52:39,819 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-06-20T22:52:39.827Z] 2023-06-20 22:52:39,819 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:52:39.827Z] 2023-06-20 22:52:39,819 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:52:39.827Z] 3.1.0-dev.1 [Pipeline] } [2023-06-20T22:52:40.099Z] $ docker exec --env ******** --env ******** db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent -k [2023-06-20T22:52:40.199Z] unset SSH_AUTH_SOCK; [2023-06-20T22:52:40.199Z] unset SSH_AGENT_PID; [2023-06-20T22:52:40.199Z] echo Agent pid 76 killed; [2023-06-20T22:52:40.208Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-20T22:52:40.510Z] + git semver [Pipeline] } [2023-06-20T22:52:40.785Z] $ docker stop --time=1 db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba [2023-06-20T22:52:42.410Z] $ docker rm -f --volumes db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-20T22:52:42.745Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-06-20T22:52:42.948Z] Stashed 1 file(s) [Pipeline] echo [2023-06-20T22:52:42.952Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-20T22:52:43.074Z] provisioning config files... [2023-06-20T22:52:43.084Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1379328533205437646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:52:43.382Z] ---> docker-login.sh [2023-06-20T22:52:43.382Z] nexus3.edgexfoundry.org:10001 [2023-06-20T22:52:43.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:43.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:43.382Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:43.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:43.382Z] [2023-06-20T22:52:43.382Z] Login Succeeded [2023-06-20T22:52:43.382Z] nexus3.edgexfoundry.org:10002 [2023-06-20T22:52:43.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:43.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:43.382Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:43.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:43.382Z] [2023-06-20T22:52:43.382Z] Login Succeeded [2023-06-20T22:52:43.382Z] nexus3.edgexfoundry.org:10003 [2023-06-20T22:52:43.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:43.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:43.643Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:43.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:43.643Z] [2023-06-20T22:52:43.643Z] Login Succeeded [2023-06-20T22:52:43.643Z] nexus3.edgexfoundry.org:10004 [2023-06-20T22:52:43.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:43.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:43.643Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:43.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:43.643Z] [2023-06-20T22:52:43.643Z] Login Succeeded [2023-06-20T22:52:43.643Z] docker.io [2023-06-20T22:52:43.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:52:43.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:52:43.902Z] Configure a credential helper to remove this warning. See [2023-06-20T22:52:43.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:52:43.902Z] [2023-06-20T22:52:43.902Z] Login Succeeded [2023-06-20T22:52:43.902Z] ---> docker-login.sh ends [Pipeline] } [2023-06-20T22:52:43.918Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-06-20T22:52:43.978Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-20T22:52:43.988Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-20T22:52:43.995Z] ========================================================= [2023-06-20T22:52:43.995Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-06-20T22:52:43.995Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:52:44.310Z] + 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-06-20T22:52:44.310Z] Sending build context to Docker daemon 140.8kB [2023-06-20T22:52:44.310Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-06-20T22:52:44.310Z] Step 2/12 : FROM ${BASE} AS builder [2023-06-20T22:52:44.310Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-06-20T22:52:44.310Z] f56be85fc22e: Pulling fs layer [2023-06-20T22:52:44.310Z] 85791d961cd3: Pulling fs layer [2023-06-20T22:52:44.310Z] d694b5ae8c79: Pulling fs layer [2023-06-20T22:52:44.310Z] 9f32a84ed3da: Pulling fs layer [2023-06-20T22:52:44.310Z] 4d19c01a9841: Pulling fs layer [2023-06-20T22:52:44.310Z] 9325e15d5711: Pulling fs layer [2023-06-20T22:52:44.310Z] 556b6ee489ea: Pulling fs layer [2023-06-20T22:52:44.310Z] c5a4b2cf53e6: Pulling fs layer [2023-06-20T22:52:44.310Z] 9325e15d5711: Waiting [2023-06-20T22:52:44.310Z] 556b6ee489ea: Waiting [2023-06-20T22:52:44.310Z] 9f32a84ed3da: Waiting [2023-06-20T22:52:44.310Z] 4d19c01a9841: Waiting [2023-06-20T22:52:44.310Z] c5a4b2cf53e6: Waiting [2023-06-20T22:52:44.310Z] 85791d961cd3: Download complete [2023-06-20T22:52:44.310Z] 9f32a84ed3da: Verifying Checksum [2023-06-20T22:52:44.310Z] 9f32a84ed3da: Download complete [2023-06-20T22:52:44.310Z] 4d19c01a9841: Download complete [2023-06-20T22:52:44.310Z] f56be85fc22e: Verifying Checksum [2023-06-20T22:52:44.310Z] f56be85fc22e: Download complete [2023-06-20T22:52:44.576Z] 9325e15d5711: Verifying Checksum [2023-06-20T22:52:44.576Z] 9325e15d5711: Download complete [2023-06-20T22:52:44.576Z] f56be85fc22e: Pull complete [2023-06-20T22:52:44.838Z] 85791d961cd3: Pull complete [2023-06-20T22:52:45.103Z] d694b5ae8c79: Verifying Checksum [2023-06-20T22:52:45.103Z] d694b5ae8c79: Download complete [2023-06-20T22:52:45.103Z] c5a4b2cf53e6: Verifying Checksum [2023-06-20T22:52:45.103Z] c5a4b2cf53e6: Download complete [2023-06-20T22:52:45.363Z] 556b6ee489ea: Verifying Checksum [2023-06-20T22:52:45.363Z] 556b6ee489ea: Download complete [2023-06-20T22:52:48.667Z] d694b5ae8c79: Pull complete [2023-06-20T22:52:48.667Z] 9f32a84ed3da: Pull complete [2023-06-20T22:52:48.667Z] 4d19c01a9841: Pull complete [2023-06-20T22:52:48.925Z] 9325e15d5711: Pull complete [2023-06-20T22:52:53.110Z] 556b6ee489ea: Pull complete [2023-06-20T22:52:54.557Z] c5a4b2cf53e6: Pull complete [2023-06-20T22:52:54.557Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-06-20T22:52:54.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-20T22:52:54.819Z] ---> c4be618373d6 [2023-06-20T22:52:54.819Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-06-20T22:52:58.041Z] Still waiting to schedule task [2023-06-20T22:52:58.041Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-06-20T22:53:16.816Z] ---> Running in 31070d2e6f4f [2023-06-20T22:53:17.076Z] Removing intermediate container 31070d2e6f4f [2023-06-20T22:53:17.076Z] ---> 54d9a27893b1 [2023-06-20T22:53:17.076Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-06-20T22:53:17.645Z] ---> Running in 64edda6e7a1f [2023-06-20T22:53:17.989Z] Removing intermediate container 64edda6e7a1f [2023-06-20T22:53:17.989Z] ---> 5eae62b6429c [2023-06-20T22:53:17.989Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-06-20T22:53:18.279Z] ---> Running in 6f4097b600a6 [2023-06-20T22:53:18.851Z] Removing intermediate container 6f4097b600a6 [2023-06-20T22:53:18.851Z] ---> 8a34690a7e56 [2023-06-20T22:53:18.851Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-20T22:53:19.113Z] ---> Running in b64a768bf6cb [2023-06-20T22:53:19.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-20T22:53:22.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-20T22:53:22.996Z] OK: 265 MiB in 53 packages [2023-06-20T22:53:22.996Z] Removing intermediate container b64a768bf6cb [2023-06-20T22:53:22.996Z] ---> 462bc32792e9 [2023-06-20T22:53:22.996Z] Step 7/12 : WORKDIR /app [2023-06-20T22:53:23.258Z] ---> Running in 65b5da4dd6c7 [2023-06-20T22:53:23.542Z] Removing intermediate container 65b5da4dd6c7 [2023-06-20T22:53:23.542Z] ---> f8110134aa56 [2023-06-20T22:53:23.542Z] Step 8/12 : COPY go.mod vendor* ./ [2023-06-20T22:53:23.802Z] ---> 62391f1d80bd [2023-06-20T22:53:23.803Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-20T22:53:23.803Z] ---> Running in 680a65bc7cf0 [2023-06-20T22:53:24.747Z] Removing intermediate container 680a65bc7cf0 [2023-06-20T22:53:24.747Z] ---> 9bcee89ddfeb [2023-06-20T22:53:24.747Z] Step 10/12 : COPY . . [2023-06-20T22:53:24.747Z] ---> 030369938d51 [2023-06-20T22:53:24.747Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-20T22:53:24.747Z] ---> Running in 65a54089bcfe [2023-06-20T22:53:25.007Z] Removing intermediate container 65a54089bcfe [2023-06-20T22:53:25.007Z] ---> 7b581400ea96 [2023-06-20T22:53:25.007Z] Step 12/12 : RUN $MAKE [2023-06-20T22:53:25.007Z] ---> Running in b9642d2b0042 [2023-06-20T22:53:25.269Z] noop [2023-06-20T22:53:25.530Z] Removing intermediate container b9642d2b0042 [2023-06-20T22:53:25.530Z] ---> fbf0f001990d [2023-06-20T22:53:25.530Z] Successfully built fbf0f001990d [2023-06-20T22:53:25.530Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:53:25.855Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-20T22:53:25.855Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:53:25.956Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:53:25.990Z] $ 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 ******** ci-base-image-x86_64 cat [2023-06-20T22:53:26.426Z] $ docker top ffa5784451e9d87063525ca3276bb2e5a45d862b701ad560f95cd1392f7c3556 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-20T22:53:26.781Z] + go version [2023-06-20T22:53:26.781Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-06-20T22:53:26.793Z] $ docker stop --time=1 ffa5784451e9d87063525ca3276bb2e5a45d862b701ad560f95cd1392f7c3556 [2023-06-20T22:53:28.132Z] $ docker rm -f --volumes ffa5784451e9d87063525ca3276bb2e5a45d862b701ad560f95cd1392f7c3556 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:53:28.562Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-20T22:53:28.562Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:53:28.636Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:53:28.671Z] $ 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 ******** ci-base-image-x86_64 cat [2023-06-20T22:53:28.999Z] $ docker top 3526c3d43f7677e7a97b41c79a3bb9ffa24ec8c60692d26514aa131731f87453 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-20T22:53:29.341Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-06-20T22:53:29.647Z] + make test [2023-06-20T22:53:29.647Z] go test -race -coverprofile=coverage.out ./... [2023-06-20T22:53:37.833Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-06-20T22:53:43.471Z] go vet ./... [2023-06-20T22:53:44.038Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-20T22:53:44.038Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-20T22:53:44.038Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-20T22:53:44.064Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-20T22:53:44.077Z] $ docker stop --time=1 3526c3d43f7677e7a97b41c79a3bb9ffa24ec8c60692d26514aa131731f87453 [2023-06-20T22:53:46.203Z] $ docker rm -f --volumes 3526c3d43f7677e7a97b41c79a3bb9ffa24ec8c60692d26514aa131731f87453 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-20T22:53:46.568Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-20T22:53:46.605Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-06-20T22:53:47.117Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-06-20T22:53:47.402Z] + ls -al . [2023-06-20T22:53:47.402Z] total 108 [2023-06-20T22:53:47.402Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 20 22:53 . [2023-06-20T22:53:47.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 20 22:52 .. [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 20 22:52 .dockerignore [2023-06-20T22:53:47.402Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:52 .git [2023-06-20T22:53:47.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:52 .github [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 164 Jun 20 22:52 .gitignore [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 20 22:52 .golangci.yml [2023-06-20T22:53:47.402Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 20 22:52 .semver [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 8955 Jun 20 22:52 Attribution.txt [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 20 22:52 CHANGELOG.md [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 1624 Jun 20 22:52 Dockerfile [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 20 22:52 GOVERNANCE.md [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 681 Jun 20 22:52 Jenkinsfile [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 20 22:52 LICENSE [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 611 Jun 20 22:52 OWNERS.md [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jun 20 22:52 README.md [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 20 22:52 VERSION [2023-06-20T22:53:47.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:52 bin [2023-06-20T22:53:47.402Z] -rw-r--r-- 1 jenkins jenkins 13 Jun 20 22:53 coverage.out [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 65 Jun 20 22:52 go.mod [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 0 Jun 20 22:52 go.sum [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 693 Jun 20 22:52 main.go [2023-06-20T22:53:47.402Z] -rw-rw-r-- 1 jenkins jenkins 2548 Jun 20 22:52 makefile [2023-06-20T22:53:47.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:52 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:53:47.703Z] + 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=e01ec832849867a8389374ded9abbc6b5a0a3218 --label arch=amd64 --label version=3.1.0-dev.1 . [2023-06-20T22:53:47.703Z] Sending build context to Docker daemon 141.8kB [2023-06-20T22:53:47.703Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-06-20T22:53:47.703Z] Step 2/26 : FROM ${BASE} AS builder [2023-06-20T22:53:47.703Z] ---> fbf0f001990d [2023-06-20T22:53:47.703Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-06-20T22:53:47.703Z] ---> Running in 1855b0b10786 [2023-06-20T22:53:47.703Z] Removing intermediate container 1855b0b10786 [2023-06-20T22:53:47.703Z] ---> 3d85760e700c [2023-06-20T22:53:47.703Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-06-20T22:53:47.962Z] ---> Running in 26ed7a64e634 [2023-06-20T22:53:47.962Z] Removing intermediate container 26ed7a64e634 [2023-06-20T22:53:47.962Z] ---> 5b89172ccd35 [2023-06-20T22:53:47.962Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-06-20T22:53:47.962Z] ---> Running in 91c9fa9d3c00 [2023-06-20T22:53:47.963Z] Removing intermediate container 91c9fa9d3c00 [2023-06-20T22:53:47.963Z] ---> b38aa382a6a7 [2023-06-20T22:53:47.963Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-20T22:53:47.963Z] ---> Running in 9404b8826d4e [2023-06-20T22:53:48.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-20T22:53:48.484Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-20T22:53:48.742Z] OK: 265 MiB in 53 packages [2023-06-20T22:53:49.311Z] Removing intermediate container 9404b8826d4e [2023-06-20T22:53:49.311Z] ---> 52a47b07992c [2023-06-20T22:53:49.311Z] Step 7/26 : WORKDIR /app [2023-06-20T22:53:49.311Z] ---> Running in f75863e07674 [2023-06-20T22:53:49.311Z] Removing intermediate container f75863e07674 [2023-06-20T22:53:49.311Z] ---> 8b81ca83a013 [2023-06-20T22:53:49.311Z] Step 8/26 : COPY go.mod vendor* ./ [2023-06-20T22:53:49.311Z] ---> cdedf6ef18c8 [2023-06-20T22:53:49.311Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-20T22:53:49.311Z] ---> Running in 30aa864ab5c2 [2023-06-20T22:53:49.879Z] Removing intermediate container 30aa864ab5c2 [2023-06-20T22:53:49.879Z] ---> db9c9a958bea [2023-06-20T22:53:49.879Z] Step 10/26 : COPY . . [2023-06-20T22:53:50.137Z] ---> f031ae3c36d8 [2023-06-20T22:53:50.138Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-20T22:53:50.138Z] ---> Running in 6e7eab775506 [2023-06-20T22:53:50.138Z] Removing intermediate container 6e7eab775506 [2023-06-20T22:53:50.138Z] ---> 1e6390feb150 [2023-06-20T22:53:50.138Z] Step 12/26 : RUN $MAKE [2023-06-20T22:53:50.138Z] ---> Running in c640a6428a0c [2023-06-20T22:53:50.396Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.1" -trimpath -mod=readonly -o app-record-replay [2023-06-20T22:53:56.971Z] Removing intermediate container c640a6428a0c [2023-06-20T22:53:56.971Z] ---> cac4c84846c8 [2023-06-20T22:53:56.971Z] Step 13/26 : FROM alpine:3.17 [2023-06-20T22:53:56.971Z] 3.17: Pulling from library/alpine [2023-06-20T22:53:56.971Z] 4db1b89c0bd1: Pulling fs layer [2023-06-20T22:53:56.971Z] 4db1b89c0bd1: Verifying Checksum [2023-06-20T22:53:56.971Z] 4db1b89c0bd1: Download complete [2023-06-20T22:53:57.230Z] 4db1b89c0bd1: Pull complete [2023-06-20T22:53:57.230Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-06-20T22:53:57.230Z] Status: Downloaded newer image for alpine:3.17 [2023-06-20T22:53:57.230Z] ---> 1f73a9d63274 [2023-06-20T22:53:57.230Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-06-20T22:53:57.230Z] ---> Running in bd0643bfb9d9 [2023-06-20T22:53:57.489Z] Removing intermediate container bd0643bfb9d9 [2023-06-20T22:53:57.489Z] ---> 51e85165a219 [2023-06-20T22:53:57.489Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-06-20T22:53:57.489Z] ---> Running in 59496b010b98 [2023-06-20T22:53:57.489Z] Removing intermediate container 59496b010b98 [2023-06-20T22:53:57.489Z] ---> 06058ab9c65f [2023-06-20T22:53:57.489Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-20T22:53:57.489Z] ---> Running in f8428f7fd614 [2023-06-20T22:53:57.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-20T22:53:58.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-20T22:53:58.010Z] (1/2) Installing ca-certificates (20230506-r0) [2023-06-20T22:53:58.010Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-06-20T22:53:58.010Z] Executing busybox-1.35.0-r29.trigger [2023-06-20T22:53:58.269Z] Executing ca-certificates-20230506-r0.trigger [2023-06-20T22:53:58.269Z] OK: 8 MiB in 17 packages [2023-06-20T22:54:00.179Z] Removing intermediate container f8428f7fd614 [2023-06-20T22:54:00.179Z] ---> 36ff07d7adeb [2023-06-20T22:54:00.179Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-06-20T22:54:00.437Z] ---> 0c75d3b095a6 [2023-06-20T22:54:00.437Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-06-20T22:54:00.695Z] ---> f80e52626207 [2023-06-20T22:54:00.695Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-06-20T22:54:01.261Z] ---> e24f666cba48 [2023-06-20T22:54:01.261Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-06-20T22:54:02.233Z] ---> dbc6703a1909 [2023-06-20T22:54:02.233Z] Step 21/26 : EXPOSE 59712 [2023-06-20T22:54:03.659Z] ---> Running in b8d8d45c1d85 [2023-06-20T22:54:03.660Z] Removing intermediate container b8d8d45c1d85 [2023-06-20T22:54:03.660Z] ---> f8fd479ec605 [2023-06-20T22:54:03.660Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-06-20T22:54:03.660Z] ---> Running in 97c1260fdf1f [2023-06-20T22:54:04.229Z] Removing intermediate container 97c1260fdf1f [2023-06-20T22:54:04.229Z] ---> 9878e7426bc1 [2023-06-20T22:54:04.229Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-06-20T22:54:04.229Z] ---> Running in 73b739e624af [2023-06-20T22:54:04.488Z] Removing intermediate container 73b739e624af [2023-06-20T22:54:04.488Z] ---> bf91d2a8ec11 [2023-06-20T22:54:04.488Z] Step 24/26 : LABEL arch=amd64 [2023-06-20T22:54:04.488Z] ---> Running in 80a49f814cbe [2023-06-20T22:54:04.488Z] Removing intermediate container 80a49f814cbe [2023-06-20T22:54:04.488Z] ---> 6d6edcc44bcd [2023-06-20T22:54:04.488Z] Step 25/26 : LABEL git_sha=e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:54:04.488Z] ---> Running in 7ad3c88f4b26 [2023-06-20T22:54:04.488Z] Removing intermediate container 7ad3c88f4b26 [2023-06-20T22:54:04.488Z] ---> c26af5b825bd [2023-06-20T22:54:04.488Z] Step 26/26 : LABEL version=3.1.0-dev.1 [2023-06-20T22:54:04.488Z] ---> Running in 6d14586b5cf7 [2023-06-20T22:54:04.748Z] Removing intermediate container 6d14586b5cf7 [2023-06-20T22:54:04.748Z] ---> 476380f2d199 [2023-06-20T22:54:04.748Z] [Warning] One or more build-args [ARCH] were not consumed [2023-06-20T22:54:04.748Z] Successfully built 476380f2d199 [2023-06-20T22:54:04.748Z] 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-06-20T22:54:04.850Z] provisioning config files... [2023-06-20T22:54:04.859Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9046599079451065194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:54:05.157Z] ---> docker-login.sh [2023-06-20T22:54:05.157Z] nexus3.edgexfoundry.org:10001 [2023-06-20T22:54:05.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:54:05.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:54:05.157Z] Configure a credential helper to remove this warning. See [2023-06-20T22:54:05.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:54:05.157Z] [2023-06-20T22:54:05.157Z] Login Succeeded [2023-06-20T22:54:05.157Z] nexus3.edgexfoundry.org:10002 [2023-06-20T22:54:05.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:54:05.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:54:05.157Z] Configure a credential helper to remove this warning. See [2023-06-20T22:54:05.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:54:05.157Z] [2023-06-20T22:54:05.157Z] Login Succeeded [2023-06-20T22:54:05.157Z] nexus3.edgexfoundry.org:10003 [2023-06-20T22:54:05.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:54:05.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:54:05.416Z] Configure a credential helper to remove this warning. See [2023-06-20T22:54:05.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:54:05.416Z] [2023-06-20T22:54:05.416Z] Login Succeeded [2023-06-20T22:54:05.416Z] nexus3.edgexfoundry.org:10004 [2023-06-20T22:54:05.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:54:05.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:54:05.416Z] Configure a credential helper to remove this warning. See [2023-06-20T22:54:05.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:54:05.416Z] [2023-06-20T22:54:05.416Z] Login Succeeded [2023-06-20T22:54:05.416Z] docker.io [2023-06-20T22:54:05.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:54:05.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:54:05.674Z] Configure a credential helper to remove this warning. See [2023-06-20T22:54:05.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:54:05.674Z] [2023-06-20T22:54:05.674Z] Login Succeeded [2023-06-20T22:54:05.675Z] ---> docker-login.sh ends [Pipeline] } [2023-06-20T22:54:05.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-20T22:54:05.710Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-20T22:54:05.728Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-06-20T22:54:05.728Z] e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:54:05.728Z] latest [2023-06-20T22:54:05.728Z] 3.1.0-dev.1 [2023-06-20T22:54:05.728Z] e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [2023-06-20T22:54:05.728Z] main [2023-06-20T22:54:05.728Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:06.049Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:06.358Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:54:06.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-20T22:54:06.358Z] c52551b14b90: Preparing [2023-06-20T22:54:06.358Z] 058968fe19dc: Preparing [2023-06-20T22:54:06.358Z] 0e39144b1cd0: Preparing [2023-06-20T22:54:06.358Z] 25bdc41afbbc: Preparing [2023-06-20T22:54:06.358Z] b29cfc551393: Preparing [2023-06-20T22:54:06.358Z] 3dab9f8bf2d2: Preparing [2023-06-20T22:54:06.358Z] 3dab9f8bf2d2: Waiting [2023-06-20T22:54:06.358Z] 058968fe19dc: Pushed [2023-06-20T22:54:06.358Z] 0e39144b1cd0: Pushed [2023-06-20T22:54:06.358Z] 25bdc41afbbc: Pushed [2023-06-20T22:54:06.358Z] b29cfc551393: Pushed [2023-06-20T22:54:06.358Z] 3dab9f8bf2d2: Layer already exists [2023-06-20T22:54:06.617Z] c52551b14b90: Pushed [2023-06-20T22:54:06.617Z] e01ec832849867a8389374ded9abbc6b5a0a3218: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:06.933Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:07.238Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-06-20T22:54:07.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-20T22:54:07.239Z] c52551b14b90: Preparing [2023-06-20T22:54:07.239Z] 058968fe19dc: Preparing [2023-06-20T22:54:07.239Z] 0e39144b1cd0: Preparing [2023-06-20T22:54:07.239Z] 25bdc41afbbc: Preparing [2023-06-20T22:54:07.239Z] b29cfc551393: Preparing [2023-06-20T22:54:07.239Z] 3dab9f8bf2d2: Preparing [2023-06-20T22:54:07.239Z] 3dab9f8bf2d2: Waiting [2023-06-20T22:54:07.239Z] 058968fe19dc: Layer already exists [2023-06-20T22:54:07.239Z] c52551b14b90: Layer already exists [2023-06-20T22:54:07.239Z] 0e39144b1cd0: Layer already exists [2023-06-20T22:54:07.239Z] b29cfc551393: Layer already exists [2023-06-20T22:54:07.239Z] 25bdc41afbbc: Layer already exists [2023-06-20T22:54:07.239Z] 3dab9f8bf2d2: Layer already exists [2023-06-20T22:54:07.239Z] latest: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:07.553Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:07.858Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.1 [2023-06-20T22:54:07.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-20T22:54:07.858Z] c52551b14b90: Preparing [2023-06-20T22:54:07.858Z] 058968fe19dc: Preparing [2023-06-20T22:54:07.858Z] 0e39144b1cd0: Preparing [2023-06-20T22:54:07.858Z] 25bdc41afbbc: Preparing [2023-06-20T22:54:07.858Z] b29cfc551393: Preparing [2023-06-20T22:54:07.858Z] 3dab9f8bf2d2: Preparing [2023-06-20T22:54:07.858Z] 3dab9f8bf2d2: Waiting [2023-06-20T22:54:07.858Z] 058968fe19dc: Layer already exists [2023-06-20T22:54:07.858Z] 0e39144b1cd0: Layer already exists [2023-06-20T22:54:07.858Z] b29cfc551393: Layer already exists [2023-06-20T22:54:07.858Z] c52551b14b90: Layer already exists [2023-06-20T22:54:07.859Z] 25bdc41afbbc: Layer already exists [2023-06-20T22:54:07.859Z] 3dab9f8bf2d2: Layer already exists [2023-06-20T22:54:07.859Z] 3.1.0-dev.1: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:08.180Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:08.500Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [2023-06-20T22:54:08.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-20T22:54:08.500Z] c52551b14b90: Preparing [2023-06-20T22:54:08.500Z] 058968fe19dc: Preparing [2023-06-20T22:54:08.500Z] 0e39144b1cd0: Preparing [2023-06-20T22:54:08.500Z] 25bdc41afbbc: Preparing [2023-06-20T22:54:08.500Z] b29cfc551393: Preparing [2023-06-20T22:54:08.500Z] 3dab9f8bf2d2: Preparing [2023-06-20T22:54:08.500Z] 3dab9f8bf2d2: Waiting [2023-06-20T22:54:08.500Z] 25bdc41afbbc: Layer already exists [2023-06-20T22:54:08.500Z] c52551b14b90: Layer already exists [2023-06-20T22:54:08.500Z] b29cfc551393: Layer already exists [2023-06-20T22:54:08.500Z] 0e39144b1cd0: Layer already exists [2023-06-20T22:54:08.500Z] 058968fe19dc: Layer already exists [2023-06-20T22:54:08.500Z] 3dab9f8bf2d2: Layer already exists [2023-06-20T22:54:08.500Z] e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:08.828Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:09.139Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-06-20T22:54:09.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-20T22:54:09.139Z] c52551b14b90: Preparing [2023-06-20T22:54:09.139Z] 058968fe19dc: Preparing [2023-06-20T22:54:09.139Z] 0e39144b1cd0: Preparing [2023-06-20T22:54:09.139Z] 25bdc41afbbc: Preparing [2023-06-20T22:54:09.139Z] b29cfc551393: Preparing [2023-06-20T22:54:09.139Z] 3dab9f8bf2d2: Preparing [2023-06-20T22:54:09.139Z] 3dab9f8bf2d2: Waiting [2023-06-20T22:54:09.139Z] c52551b14b90: Layer already exists [2023-06-20T22:54:09.139Z] 058968fe19dc: Layer already exists [2023-06-20T22:54:09.139Z] b29cfc551393: Layer already exists [2023-06-20T22:54:09.139Z] 25bdc41afbbc: Layer already exists [2023-06-20T22:54:09.139Z] 0e39144b1cd0: Layer already exists [2023-06-20T22:54:09.139Z] 3dab9f8bf2d2: Layer already exists [2023-06-20T22:54:09.139Z] main: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-20T22:54:09.177Z] ===================================================== [Pipeline] echo [2023-06-20T22:54:09.184Z] taggedImages: [2023-06-20T22:54:09.184Z] - nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:54:09.184Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-06-20T22:54:09.184Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.1 [2023-06-20T22:54:09.184Z] - nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [2023-06-20T22:54:09.184Z] - 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-06-20T22:54:09.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-20T22:54:09.548Z] [2023-06-20T22:54:09.548Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:54:09.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-20T22:54:09.852Z] latest: Pulling from edgex-lftools-log-publisher [2023-06-20T22:54:09.852Z] 5eb5b503b376: Pulling fs layer [2023-06-20T22:54:09.852Z] 5c69ac0246d0: Pulling fs layer [2023-06-20T22:54:09.852Z] ec43610c2a17: Pulling fs layer [2023-06-20T22:54:09.852Z] 3a2ae6a8a46f: Pulling fs layer [2023-06-20T22:54:09.852Z] 33b1e0a273af: Pulling fs layer [2023-06-20T22:54:09.852Z] 5d3b04190fa2: Pulling fs layer [2023-06-20T22:54:09.852Z] 2f39f015ded8: Pulling fs layer [2023-06-20T22:54:09.852Z] 33b1e0a273af: Waiting [2023-06-20T22:54:09.852Z] 5d3b04190fa2: Waiting [2023-06-20T22:54:09.852Z] 2f39f015ded8: Waiting [2023-06-20T22:54:09.852Z] 3a2ae6a8a46f: Waiting [2023-06-20T22:54:09.852Z] 5c69ac0246d0: Download complete [2023-06-20T22:54:09.852Z] 3a2ae6a8a46f: Verifying Checksum [2023-06-20T22:54:09.852Z] 3a2ae6a8a46f: Download complete [2023-06-20T22:54:09.852Z] 33b1e0a273af: Verifying Checksum [2023-06-20T22:54:09.852Z] 33b1e0a273af: Download complete [2023-06-20T22:54:09.852Z] ec43610c2a17: Verifying Checksum [2023-06-20T22:54:09.852Z] ec43610c2a17: Download complete [2023-06-20T22:54:09.852Z] 5d3b04190fa2: Verifying Checksum [2023-06-20T22:54:09.852Z] 5d3b04190fa2: Download complete [2023-06-20T22:54:10.110Z] 5eb5b503b376: Verifying Checksum [2023-06-20T22:54:10.110Z] 5eb5b503b376: Download complete [2023-06-20T22:54:10.678Z] 2f39f015ded8: Verifying Checksum [2023-06-20T22:54:10.678Z] 2f39f015ded8: Download complete [2023-06-20T22:54:11.245Z] 5eb5b503b376: Pull complete [2023-06-20T22:54:11.503Z] 5c69ac0246d0: Pull complete [2023-06-20T22:54:12.069Z] ec43610c2a17: Pull complete [2023-06-20T22:54:12.069Z] 3a2ae6a8a46f: Pull complete [2023-06-20T22:54:12.327Z] 33b1e0a273af: Pull complete [2023-06-20T22:54:12.327Z] 5d3b04190fa2: Pull complete [2023-06-20T22:54:17.591Z] 2f39f015ded8: Pull complete [2023-06-20T22:54:17.591Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-06-20T22:54:17.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-20T22:54:17.591Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:54:17.694Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:54:17.725Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-06-20T22:54:27.146Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-18945 in /w/workspace/exfoundry_app-record-replay_main [2023-06-20T22:54:29.238Z] $ docker top 1423086d1db7c873143914e8da84dadac8acf6bcbf8c6980e3369e5417641410 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2023-06-20T22:54:29.399Z] Running in /w/workspace/app-record-replay/2 [Pipeline] { [Pipeline] checkout [2023-06-20T22:54:29.432Z] The recommended git tool is: NONE [2023-06-20T22:54:29.650Z] ---> job-cost.sh [2023-06-20T22:54:29.650Z] lf-activate-venv: SKIPPING [2023-06-20T22:54:29.650Z] INFO: No Stack... [2023-06-20T22:54:29.907Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-20T22:54:30.165Z] INFO: Archiving Costs [Pipeline] sh [2023-06-20T22:54:30.466Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-06-20T22:54:30.466Z] + cut -d, -f6 [Pipeline] lock [2023-06-20T22:54:30.481Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [2023-06-20T22:54:30.487Z] Resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] did not exist. Created. [2023-06-20T22:54:30.487Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-20T22:54:30.784Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-06-20T22:54:30.811Z] Stashed 1 file(s) [Pipeline] } [2023-06-20T22:54:30.818Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-20T22:54:30.843Z] $ docker stop --time=1 1423086d1db7c873143914e8da84dadac8acf6bcbf8c6980e3369e5417641410 [2023-06-20T22:54:32.720Z] $ docker rm -f --volumes 1423086d1db7c873143914e8da84dadac8acf6bcbf8c6980e3369e5417641410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-06-20T22:54:34.080Z] using credential edgex-jenkins-ssh [2023-06-20T22:54:34.100Z] Cloning the remote Git repository [2023-06-20T22:54:34.147Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-06-20T22:54:34.237Z] > git init /w/workspace/app-record-replay/2 # timeout=10 [2023-06-20T22:54:34.368Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-06-20T22:54:34.369Z] > git --version # timeout=10 [2023-06-20T22:54:34.393Z] > git --version # 'git version 2.25.1' [2023-06-20T22:54:34.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-06-20T22:54:34.539Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-20T22:54:35.067Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-06-20T22:54:35.090Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-20T22:54:35.885Z] Avoid second fetch [2023-06-20T22:54:35.886Z] Checking out Revision e01ec832849867a8389374ded9abbc6b5a0a3218 (main) [2023-06-20T22:54:35.903Z] > git config core.sparsecheckout # timeout=10 [2023-06-20T22:54:35.976Z] > git checkout -f e01ec832849867a8389374ded9abbc6b5a0a3218 # timeout=10 [2023-06-20T22:54:39.331Z] Commit message: "Merge pull request #4 from lenny-intel/dummy-main" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-20T22:54:40.154Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-06-20T22:54:40.154Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-06-20T22:54:40.154Z] Dload Upload Total Spent Left Speed [2023-06-20T22:54:40.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 12751 86 11015 0 0 80401 0 --:--:-- --:--:-- --:--:-- 79818 100 12751 100 12751 0 0 91733 0 --:--:-- --:--:-- --:--:-- 91733 [Pipeline] sh [2023-06-20T22:54:40.858Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-06-20T22:54:41.182Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-06-20T22:54:41.182Z] + sudo tee /etc/docker/daemon.new [2023-06-20T22:54:41.182Z] { [2023-06-20T22:54:41.182Z] "registry-mirrors": [ [2023-06-20T22:54:41.182Z] "https://nexus3.edgexfoundry.org:10001" [2023-06-20T22:54:41.182Z] ], [2023-06-20T22:54:41.182Z] "bip": "10.250.0.254/24", [2023-06-20T22:54:41.182Z] "hosts": [ [2023-06-20T22:54:41.182Z] "tcp://0.0.0.0:5555", [2023-06-20T22:54:41.182Z] "unix:///var/run/docker.sock" [2023-06-20T22:54:41.182Z] ], [2023-06-20T22:54:41.182Z] "mtu": 1458, [2023-06-20T22:54:41.182Z] "selinux-enabled": true, [2023-06-20T22:54:41.182Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-06-20T22:54:41.182Z] } [Pipeline] sh [2023-06-20T22:54:41.512Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-06-20T22:54:41.842Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-20T22:55:00.092Z] provisioning config files... [2023-06-20T22:55:00.117Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/2@tmp/config720590275721802197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:55:00.466Z] ---> docker-login.sh [2023-06-20T22:55:00.466Z] nexus3.edgexfoundry.org:10001 [2023-06-20T22:55:00.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:55:01.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:55:01.008Z] Configure a credential helper to remove this warning. See [2023-06-20T22:55:01.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:55:01.008Z] [2023-06-20T22:55:01.008Z] Login Succeeded [2023-06-20T22:55:01.008Z] nexus3.edgexfoundry.org:10002 [2023-06-20T22:55:01.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:55:01.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:55:01.547Z] Configure a credential helper to remove this warning. See [2023-06-20T22:55:01.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:55:01.547Z] [2023-06-20T22:55:01.547Z] Login Succeeded [2023-06-20T22:55:01.547Z] nexus3.edgexfoundry.org:10003 [2023-06-20T22:55:01.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:55:01.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:55:01.817Z] Configure a credential helper to remove this warning. See [2023-06-20T22:55:01.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:55:01.817Z] [2023-06-20T22:55:01.817Z] Login Succeeded [2023-06-20T22:55:01.817Z] nexus3.edgexfoundry.org:10004 [2023-06-20T22:55:02.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:55:02.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:55:02.087Z] Configure a credential helper to remove this warning. See [2023-06-20T22:55:02.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:55:02.087Z] [2023-06-20T22:55:02.087Z] Login Succeeded [2023-06-20T22:55:02.087Z] docker.io [2023-06-20T22:55:02.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:55:02.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:55:02.622Z] Configure a credential helper to remove this warning. See [2023-06-20T22:55:02.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:55:02.622Z] [2023-06-20T22:55:02.622Z] Login Succeeded [2023-06-20T22:55:02.622Z] ---> docker-login.sh ends [Pipeline] } [2023-06-20T22:55:02.636Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-06-20T22:55:02.871Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-20T22:55:02.881Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-20T22:55:02.890Z] ========================================================= [2023-06-20T22:55:02.890Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-06-20T22:55:02.890Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:55:03.232Z] + 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-06-20T22:55:03.232Z] Sending build context to Docker daemon 51.2kB [2023-06-20T22:55:03.500Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-06-20T22:55:03.500Z] Step 2/12 : FROM ${BASE} AS builder [2023-06-20T22:55:03.500Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-06-20T22:55:03.500Z] c41833b44d91: Pulling fs layer [2023-06-20T22:55:03.500Z] ed15518f5707: Pulling fs layer [2023-06-20T22:55:03.500Z] feae8fd75edb: Pulling fs layer [2023-06-20T22:55:03.500Z] 242c74f7c9fa: Pulling fs layer [2023-06-20T22:55:03.500Z] 3cdef696dda3: Pulling fs layer [2023-06-20T22:55:03.500Z] 2ced38df9373: Pulling fs layer [2023-06-20T22:55:03.500Z] 58f1dce35555: Pulling fs layer [2023-06-20T22:55:03.500Z] 3cdef696dda3: Waiting [2023-06-20T22:55:03.500Z] 2ced38df9373: Waiting [2023-06-20T22:55:03.500Z] 58f1dce35555: Waiting [2023-06-20T22:55:03.500Z] 242c74f7c9fa: Waiting [2023-06-20T22:55:03.500Z] ed15518f5707: Verifying Checksum [2023-06-20T22:55:03.500Z] ed15518f5707: Download complete [2023-06-20T22:55:03.775Z] 242c74f7c9fa: Verifying Checksum [2023-06-20T22:55:03.775Z] 242c74f7c9fa: Download complete [2023-06-20T22:55:03.775Z] 3cdef696dda3: Download complete [2023-06-20T22:55:03.775Z] c41833b44d91: Verifying Checksum [2023-06-20T22:55:04.739Z] c41833b44d91: Pull complete [2023-06-20T22:55:05.005Z] 58f1dce35555: Verifying Checksum [2023-06-20T22:55:05.005Z] 58f1dce35555: Download complete [2023-06-20T22:55:06.431Z] feae8fd75edb: Verifying Checksum [2023-06-20T22:55:06.431Z] feae8fd75edb: Download complete [2023-06-20T22:55:06.431Z] 2ced38df9373: Verifying Checksum [2023-06-20T22:55:06.431Z] 2ced38df9373: Download complete [2023-06-20T22:55:07.392Z] ed15518f5707: Pull complete [2023-06-20T22:55:22.406Z] feae8fd75edb: Pull complete [2023-06-20T22:55:22.406Z] 242c74f7c9fa: Pull complete [2023-06-20T22:55:22.406Z] 3cdef696dda3: Pull complete [2023-06-20T22:55:27.759Z] 2ced38df9373: Pull complete [2023-06-20T22:55:30.376Z] 58f1dce35555: Pull complete [2023-06-20T22:55:30.376Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-06-20T22:55:30.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-20T22:55:30.376Z] ---> fadd8f120f05 [2023-06-20T22:55:30.376Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-06-20T22:55:31.786Z] ---> Running in 667ae404df4a [2023-06-20T22:55:32.371Z] Removing intermediate container 667ae404df4a [2023-06-20T22:55:32.371Z] ---> 70c71bd713a4 [2023-06-20T22:55:32.371Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-06-20T22:55:32.371Z] ---> Running in 96bae9e55919 [2023-06-20T22:55:32.639Z] Removing intermediate container 96bae9e55919 [2023-06-20T22:55:32.639Z] ---> 94ebd43687de [2023-06-20T22:55:32.639Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-06-20T22:55:32.639Z] ---> Running in 9d90d7458308 [2023-06-20T22:55:32.911Z] Removing intermediate container 9d90d7458308 [2023-06-20T22:55:32.911Z] ---> bf8ee7b0988d [2023-06-20T22:55:32.911Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-20T22:55:32.911Z] ---> Running in b71d2ed69b27 [2023-06-20T22:55:34.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-20T22:55:34.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-20T22:55:35.555Z] OK: 263 MiB in 53 packages [2023-06-20T22:55:36.516Z] Removing intermediate container b71d2ed69b27 [2023-06-20T22:55:36.516Z] ---> 0ca8139cd0f4 [2023-06-20T22:55:36.516Z] Step 7/12 : WORKDIR /app [2023-06-20T22:55:36.516Z] ---> Running in b9da31a59efd [2023-06-20T22:55:36.783Z] Removing intermediate container b9da31a59efd [2023-06-20T22:55:36.783Z] ---> b9fb02a74d3e [2023-06-20T22:55:36.783Z] Step 8/12 : COPY go.mod vendor* ./ [2023-06-20T22:55:37.378Z] ---> 37fe13347c0d [2023-06-20T22:55:37.378Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-20T22:55:37.378Z] ---> Running in 82a50433da8f [2023-06-20T22:55:38.792Z] Removing intermediate container 82a50433da8f [2023-06-20T22:55:38.792Z] ---> 9a62092a4bef [2023-06-20T22:55:38.792Z] Step 10/12 : COPY . . [2023-06-20T22:55:39.060Z] ---> 48e90920a433 [2023-06-20T22:55:39.060Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-20T22:55:39.328Z] ---> Running in 578251d744c1 [2023-06-20T22:55:39.597Z] Removing intermediate container 578251d744c1 [2023-06-20T22:55:39.597Z] ---> 46ea4cbc3a86 [2023-06-20T22:55:39.597Z] Step 12/12 : RUN $MAKE [2023-06-20T22:55:39.597Z] ---> Running in 02e857422301 [2023-06-20T22:55:40.569Z] noop [2023-06-20T22:55:41.154Z] Removing intermediate container 02e857422301 [2023-06-20T22:55:41.154Z] ---> 4c442a785f72 [2023-06-20T22:55:41.154Z] Successfully built 4c442a785f72 [2023-06-20T22:55:41.154Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:55:41.494Z] + docker inspect -f . ci-base-image-arm64 [2023-06-20T22:55:41.495Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:55:41.687Z] prd-ubuntu20.04-docker-arm64-4c-16g-18945 does not seem to be running inside a container [2023-06-20T22:55:41.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/2 -v /w/workspace/app-record-replay/2:/w/workspace/app-record-replay/2:rw,z -v /w/workspace/app-record-replay/2@tmp:/w/workspace/app-record-replay/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-06-20T22:55:42.893Z] $ docker top be1f52367c23e64ca260647714bd7ff06c61a4675450b691a237ce7d63fca229 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-20T22:55:43.742Z] + go version [2023-06-20T22:55:43.742Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-06-20T22:55:43.763Z] $ docker stop --time=1 be1f52367c23e64ca260647714bd7ff06c61a4675450b691a237ce7d63fca229 [2023-06-20T22:55:45.357Z] $ docker rm -f --volumes be1f52367c23e64ca260647714bd7ff06c61a4675450b691a237ce7d63fca229 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:55:45.867Z] + docker inspect -f . ci-base-image-arm64 [2023-06-20T22:55:45.867Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:55:46.033Z] prd-ubuntu20.04-docker-arm64-4c-16g-18945 does not seem to be running inside a container [2023-06-20T22:55:46.098Z] $ 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/2 -v /w/workspace/app-record-replay/2:/w/workspace/app-record-replay/2:rw,z -v /w/workspace/app-record-replay/2@tmp:/w/workspace/app-record-replay/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-06-20T22:55:49.605Z] $ docker top b96a64c960fe5998b2eb56ad71ea562ce96489d81ecf49238d0d8fb27b08fca9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-20T22:55:50.101Z] + git config --global --add safe.directory /w/workspace/app-record-replay/2 [Pipeline] fileExists [Pipeline] sh [2023-06-20T22:55:50.430Z] + make test [2023-06-20T22:55:50.431Z] go test -race -coverprofile=coverage.out ./... [2023-06-20T22:56:29.297Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-06-20T22:56:29.297Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-06-20T22:56:29.297Z] go vet ./... [2023-06-20T22:56:51.338Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-20T22:56:51.338Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-20T22:56:51.338Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-20T22:56:51.356Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-20T22:56:51.370Z] $ docker stop --time=1 b96a64c960fe5998b2eb56ad71ea562ce96489d81ecf49238d0d8fb27b08fca9 [2023-06-20T22:56:53.101Z] $ docker rm -f --volumes b96a64c960fe5998b2eb56ad71ea562ce96489d81ecf49238d0d8fb27b08fca9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-20T22:56:53.761Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-20T22:56:53.781Z] Warning: overwriting stash ‘coverage-report’ [2023-06-20T22:56:54.161Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-20T22:56:54.530Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-06-20T22:56:54.841Z] + ls -al . [2023-06-20T22:56:54.841Z] total 104 [2023-06-20T22:56:54.841Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 20 22:55 . [2023-06-20T22:56:54.841Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 20 22:54 .. [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 20 22:54 .dockerignore [2023-06-20T22:56:54.841Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:54 .git [2023-06-20T22:56:54.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:54 .github [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 164 Jun 20 22:54 .gitignore [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 20 22:54 .golangci.yml [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 8955 Jun 20 22:54 Attribution.txt [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 20 22:54 CHANGELOG.md [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 1624 Jun 20 22:54 Dockerfile [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 20 22:54 GOVERNANCE.md [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 681 Jun 20 22:54 Jenkinsfile [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 20 22:54 LICENSE [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 611 Jun 20 22:54 OWNERS.md [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jun 20 22:54 README.md [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 20 22:52 VERSION [2023-06-20T22:56:54.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:54 bin [2023-06-20T22:56:54.841Z] -rw-r--r-- 1 jenkins jenkins 13 Jun 20 22:55 coverage.out [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 65 Jun 20 22:54 go.mod [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 0 Jun 20 22:54 go.sum [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 693 Jun 20 22:54 main.go [2023-06-20T22:56:54.841Z] -rw-rw-r-- 1 jenkins jenkins 2548 Jun 20 22:54 makefile [2023-06-20T22:56:54.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:54 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:56:55.169Z] + 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=e01ec832849867a8389374ded9abbc6b5a0a3218 --label arch=arm64 --label version=3.1.0-dev.1 . [2023-06-20T22:56:55.169Z] Sending build context to Docker daemon 52.22kB [2023-06-20T22:56:55.435Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-06-20T22:56:55.435Z] Step 2/26 : FROM ${BASE} AS builder [2023-06-20T22:56:55.435Z] ---> 4c442a785f72 [2023-06-20T22:56:55.435Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-06-20T22:56:56.015Z] ---> Running in 9bff98574bf0 [2023-06-20T22:56:56.284Z] Removing intermediate container 9bff98574bf0 [2023-06-20T22:56:56.284Z] ---> ce2111ef87ec [2023-06-20T22:56:56.284Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-06-20T22:56:56.550Z] ---> Running in 97a2751d71e7 [2023-06-20T22:56:56.817Z] Removing intermediate container 97a2751d71e7 [2023-06-20T22:56:56.817Z] ---> 6108ef046a4a [2023-06-20T22:56:56.817Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-06-20T22:56:56.817Z] ---> Running in bbe71ceb7511 [2023-06-20T22:56:57.086Z] Removing intermediate container bbe71ceb7511 [2023-06-20T22:56:57.086Z] ---> 77f8d290d660 [2023-06-20T22:56:57.086Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-20T22:56:57.355Z] ---> Running in 08eca3c122a2 [2023-06-20T22:56:58.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-20T22:56:58.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-20T22:56:59.532Z] OK: 263 MiB in 53 packages [2023-06-20T22:57:00.492Z] Removing intermediate container 08eca3c122a2 [2023-06-20T22:57:00.492Z] ---> f5a29803a168 [2023-06-20T22:57:00.492Z] Step 7/26 : WORKDIR /app [2023-06-20T22:57:00.492Z] ---> Running in 26f4eb5177a2 [2023-06-20T22:57:00.761Z] Removing intermediate container 26f4eb5177a2 [2023-06-20T22:57:00.761Z] ---> ba7776063730 [2023-06-20T22:57:00.761Z] Step 8/26 : COPY go.mod vendor* ./ [2023-06-20T22:57:01.342Z] ---> 64f892187eee [2023-06-20T22:57:01.342Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-20T22:57:01.342Z] ---> Running in f94c9bfdcc38 [2023-06-20T22:57:02.746Z] Removing intermediate container f94c9bfdcc38 [2023-06-20T22:57:02.746Z] ---> f87b5bc73909 [2023-06-20T22:57:02.746Z] Step 10/26 : COPY . . [2023-06-20T22:57:03.330Z] ---> eb6e86221c53 [2023-06-20T22:57:03.330Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-20T22:57:03.330Z] ---> Running in 1a4f2086d019 [2023-06-20T22:57:03.596Z] Removing intermediate container 1a4f2086d019 [2023-06-20T22:57:03.596Z] ---> fd8823165b5d [2023-06-20T22:57:03.596Z] Step 12/26 : RUN $MAKE [2023-06-20T22:57:03.596Z] ---> Running in 9f96049d0226 [2023-06-20T22:57:04.554Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.1" -trimpath -mod=readonly -o app-record-replay [2023-06-20T22:57:31.305Z] Removing intermediate container 9f96049d0226 [2023-06-20T22:57:31.305Z] ---> 360d2cce114b [2023-06-20T22:57:31.305Z] Step 13/26 : FROM alpine:3.17 [2023-06-20T22:57:31.305Z] 3.17: Pulling from library/alpine [2023-06-20T22:57:31.305Z] edb6bdbacee9: Pulling fs layer [2023-06-20T22:57:31.305Z] edb6bdbacee9: Verifying Checksum [2023-06-20T22:57:31.305Z] edb6bdbacee9: Download complete [2023-06-20T22:57:31.305Z] edb6bdbacee9: Pull complete [2023-06-20T22:57:31.305Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-06-20T22:57:31.305Z] Status: Downloaded newer image for alpine:3.17 [2023-06-20T22:57:31.305Z] ---> 779605e5fbc0 [2023-06-20T22:57:31.305Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-06-20T22:57:31.305Z] ---> Running in 4799981ad3ee [2023-06-20T22:57:31.305Z] Removing intermediate container 4799981ad3ee [2023-06-20T22:57:31.305Z] ---> a7c4d416ef89 [2023-06-20T22:57:31.305Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-06-20T22:57:31.305Z] ---> Running in c21c761ecc52 [2023-06-20T22:57:31.305Z] Removing intermediate container c21c761ecc52 [2023-06-20T22:57:31.305Z] ---> 7b2820d874be [2023-06-20T22:57:31.305Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-20T22:57:31.305Z] ---> Running in a195f3b7c70c [2023-06-20T22:57:31.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-20T22:57:31.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-20T22:57:31.305Z] (1/2) Installing ca-certificates (20230506-r0) [2023-06-20T22:57:31.305Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-06-20T22:57:31.305Z] Executing busybox-1.35.0-r29.trigger [2023-06-20T22:57:31.571Z] Executing ca-certificates-20230506-r0.trigger [2023-06-20T22:57:31.835Z] OK: 8 MiB in 17 packages [2023-06-20T22:57:32.869Z] Removing intermediate container a195f3b7c70c [2023-06-20T22:57:32.869Z] ---> 6b5ba911a349 [2023-06-20T22:57:32.869Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-06-20T22:57:33.464Z] ---> b8ee7363283c [2023-06-20T22:57:33.464Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-06-20T22:57:33.752Z] ---> 4dc1ebabc008 [2023-06-20T22:57:33.752Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-06-20T22:57:34.346Z] ---> 17a7ecac8867 [2023-06-20T22:57:34.346Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-06-20T22:57:34.954Z] ---> 62036f8f61a3 [2023-06-20T22:57:34.954Z] Step 21/26 : EXPOSE 59712 [2023-06-20T22:57:34.954Z] ---> Running in 09ac2fd7251a [2023-06-20T22:57:35.231Z] Removing intermediate container 09ac2fd7251a [2023-06-20T22:57:35.231Z] ---> c480d2739dd3 [2023-06-20T22:57:35.231Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-06-20T22:57:35.231Z] ---> Running in 1e5c3897c590 [2023-06-20T22:57:35.499Z] Removing intermediate container 1e5c3897c590 [2023-06-20T22:57:35.499Z] ---> 01a9bc0a3ea7 [2023-06-20T22:57:35.499Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-06-20T22:57:35.767Z] ---> Running in 9c5d44fc7d89 [2023-06-20T22:57:36.039Z] Removing intermediate container 9c5d44fc7d89 [2023-06-20T22:57:36.039Z] ---> 792d61412a64 [2023-06-20T22:57:36.039Z] Step 24/26 : LABEL arch=arm64 [2023-06-20T22:57:36.039Z] ---> Running in 27fe62726b40 [2023-06-20T22:57:36.308Z] Removing intermediate container 27fe62726b40 [2023-06-20T22:57:36.308Z] ---> 0272acb42835 [2023-06-20T22:57:36.308Z] Step 25/26 : LABEL git_sha=e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:57:36.308Z] ---> Running in 89b7da510ae6 [2023-06-20T22:57:36.576Z] Removing intermediate container 89b7da510ae6 [2023-06-20T22:57:36.576Z] ---> 0b2768945b28 [2023-06-20T22:57:36.576Z] Step 26/26 : LABEL version=3.1.0-dev.1 [2023-06-20T22:57:36.576Z] ---> Running in b453a1f93392 [2023-06-20T22:57:36.842Z] Removing intermediate container b453a1f93392 [2023-06-20T22:57:36.842Z] ---> 46e52d3f246e [2023-06-20T22:57:36.842Z] [Warning] One or more build-args [ARCH] were not consumed [2023-06-20T22:57:36.842Z] Successfully built 46e52d3f246e [2023-06-20T22:57:36.842Z] 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-06-20T22:57:36.946Z] provisioning config files... [2023-06-20T22:57:36.960Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/2@tmp/config11372162863303285728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:57:37.291Z] ---> docker-login.sh [2023-06-20T22:57:37.291Z] nexus3.edgexfoundry.org:10001 [2023-06-20T22:57:37.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:57:37.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:57:37.559Z] Configure a credential helper to remove this warning. See [2023-06-20T22:57:37.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:57:37.559Z] [2023-06-20T22:57:37.559Z] Login Succeeded [2023-06-20T22:57:37.559Z] nexus3.edgexfoundry.org:10002 [2023-06-20T22:57:37.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:57:37.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:57:37.827Z] Configure a credential helper to remove this warning. See [2023-06-20T22:57:37.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:57:37.827Z] [2023-06-20T22:57:37.827Z] Login Succeeded [2023-06-20T22:57:37.827Z] nexus3.edgexfoundry.org:10003 [2023-06-20T22:57:38.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:57:38.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:57:38.096Z] Configure a credential helper to remove this warning. See [2023-06-20T22:57:38.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:57:38.096Z] [2023-06-20T22:57:38.096Z] Login Succeeded [2023-06-20T22:57:38.096Z] nexus3.edgexfoundry.org:10004 [2023-06-20T22:57:38.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:57:38.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:57:38.632Z] Configure a credential helper to remove this warning. See [2023-06-20T22:57:38.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:57:38.632Z] [2023-06-20T22:57:38.632Z] Login Succeeded [2023-06-20T22:57:38.632Z] docker.io [2023-06-20T22:57:38.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-20T22:57:38.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-20T22:57:38.898Z] Configure a credential helper to remove this warning. See [2023-06-20T22:57:38.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-20T22:57:38.898Z] [2023-06-20T22:57:38.898Z] Login Succeeded [2023-06-20T22:57:38.898Z] ---> docker-login.sh ends [Pipeline] } [2023-06-20T22:57:38.911Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-20T22:57:38.937Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-20T22:57:38.952Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-06-20T22:57:38.953Z] e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:57:38.953Z] latest [2023-06-20T22:57:38.953Z] 3.1.0-dev.1 [2023-06-20T22:57:38.953Z] e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [2023-06-20T22:57:38.953Z] main [2023-06-20T22:57:38.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:39.283Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:39.631Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:57:39.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-20T22:57:39.631Z] 528b1038cfeb: Preparing [2023-06-20T22:57:39.631Z] 76d5526776b3: Preparing [2023-06-20T22:57:39.631Z] 9cb8dd381741: Preparing [2023-06-20T22:57:39.631Z] a4b987a0c800: Preparing [2023-06-20T22:57:39.631Z] d2198711b965: Preparing [2023-06-20T22:57:39.631Z] 9386262d7a74: Preparing [2023-06-20T22:57:39.631Z] 9386262d7a74: Waiting [2023-06-20T22:57:39.896Z] 76d5526776b3: Pushed [2023-06-20T22:57:39.896Z] a4b987a0c800: Pushed [2023-06-20T22:57:39.896Z] 9cb8dd381741: Pushed [2023-06-20T22:57:39.896Z] 9386262d7a74: Layer already exists [2023-06-20T22:57:39.896Z] d2198711b965: Pushed [2023-06-20T22:57:40.163Z] 528b1038cfeb: Pushed [2023-06-20T22:57:40.429Z] e01ec832849867a8389374ded9abbc6b5a0a3218: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:40.769Z] + 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-06-20T22:57:41.107Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-06-20T22:57:41.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-20T22:57:41.108Z] 528b1038cfeb: Preparing [2023-06-20T22:57:41.108Z] 76d5526776b3: Preparing [2023-06-20T22:57:41.108Z] 9cb8dd381741: Preparing [2023-06-20T22:57:41.108Z] a4b987a0c800: Preparing [2023-06-20T22:57:41.108Z] d2198711b965: Preparing [2023-06-20T22:57:41.108Z] 9386262d7a74: Preparing [2023-06-20T22:57:41.108Z] 9386262d7a74: Waiting [2023-06-20T22:57:41.108Z] 528b1038cfeb: Layer already exists [2023-06-20T22:57:41.108Z] a4b987a0c800: Layer already exists [2023-06-20T22:57:41.108Z] d2198711b965: Layer already exists [2023-06-20T22:57:41.108Z] 76d5526776b3: Layer already exists [2023-06-20T22:57:41.108Z] 9cb8dd381741: Layer already exists [2023-06-20T22:57:41.108Z] 9386262d7a74: Layer already exists [2023-06-20T22:57:41.108Z] latest: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:41.438Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:41.772Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.1 [2023-06-20T22:57:41.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-20T22:57:41.772Z] 528b1038cfeb: Preparing [2023-06-20T22:57:41.772Z] 76d5526776b3: Preparing [2023-06-20T22:57:41.772Z] 9cb8dd381741: Preparing [2023-06-20T22:57:41.772Z] a4b987a0c800: Preparing [2023-06-20T22:57:41.772Z] d2198711b965: Preparing [2023-06-20T22:57:41.772Z] 9386262d7a74: Preparing [2023-06-20T22:57:41.772Z] 9386262d7a74: Waiting [2023-06-20T22:57:41.772Z] 528b1038cfeb: Layer already exists [2023-06-20T22:57:41.772Z] a4b987a0c800: Layer already exists [2023-06-20T22:57:41.772Z] 9cb8dd381741: Layer already exists [2023-06-20T22:57:41.772Z] 76d5526776b3: Layer already exists [2023-06-20T22:57:41.772Z] d2198711b965: Layer already exists [2023-06-20T22:57:41.772Z] 9386262d7a74: Layer already exists [2023-06-20T22:57:41.772Z] 3.1.0-dev.1: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:42.108Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:42.452Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [2023-06-20T22:57:42.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-20T22:57:42.452Z] 528b1038cfeb: Preparing [2023-06-20T22:57:42.452Z] 76d5526776b3: Preparing [2023-06-20T22:57:42.452Z] 9cb8dd381741: Preparing [2023-06-20T22:57:42.452Z] a4b987a0c800: Preparing [2023-06-20T22:57:42.452Z] d2198711b965: Preparing [2023-06-20T22:57:42.452Z] 9386262d7a74: Preparing [2023-06-20T22:57:42.452Z] 9386262d7a74: Waiting [2023-06-20T22:57:42.452Z] d2198711b965: Layer already exists [2023-06-20T22:57:42.452Z] 528b1038cfeb: Layer already exists [2023-06-20T22:57:42.452Z] 9cb8dd381741: Layer already exists [2023-06-20T22:57:42.452Z] 76d5526776b3: Layer already exists [2023-06-20T22:57:42.452Z] a4b987a0c800: Layer already exists [2023-06-20T22:57:42.452Z] 9386262d7a74: Layer already exists [2023-06-20T22:57:42.452Z] e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:42.798Z] + 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-06-20T22:57:43.135Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-06-20T22:57:43.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-20T22:57:43.135Z] 528b1038cfeb: Preparing [2023-06-20T22:57:43.135Z] 76d5526776b3: Preparing [2023-06-20T22:57:43.135Z] 9cb8dd381741: Preparing [2023-06-20T22:57:43.135Z] a4b987a0c800: Preparing [2023-06-20T22:57:43.135Z] d2198711b965: Preparing [2023-06-20T22:57:43.135Z] 9386262d7a74: Preparing [2023-06-20T22:57:43.135Z] 9386262d7a74: Waiting [2023-06-20T22:57:43.135Z] 76d5526776b3: Layer already exists [2023-06-20T22:57:43.135Z] a4b987a0c800: Layer already exists [2023-06-20T22:57:43.135Z] 528b1038cfeb: Layer already exists [2023-06-20T22:57:43.135Z] 9cb8dd381741: Layer already exists [2023-06-20T22:57:43.135Z] d2198711b965: Layer already exists [2023-06-20T22:57:43.135Z] 9386262d7a74: Layer already exists [2023-06-20T22:57:43.135Z] main: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-20T22:57:43.180Z] ===================================================== [Pipeline] echo [2023-06-20T22:57:43.186Z] taggedImages: [2023-06-20T22:57:43.186Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218 [2023-06-20T22:57:43.186Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-06-20T22:57:43.186Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.1 [2023-06-20T22:57:43.186Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [2023-06-20T22:57:43.186Z] - 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-06-20T22:57:43.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-20T22:57:43.529Z] [2023-06-20T22:57:43.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:57:43.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-20T22:57:43.854Z] arm64: Pulling from edgex-lftools-log-publisher [2023-06-20T22:57:43.854Z] 8998bd30e6a1: Pulling fs layer [2023-06-20T22:57:43.854Z] 04944245beec: Pulling fs layer [2023-06-20T22:57:43.854Z] 699f458cf7ca: Pulling fs layer [2023-06-20T22:57:43.854Z] 765212b225bb: Pulling fs layer [2023-06-20T22:57:43.854Z] f23df028b6ca: Pulling fs layer [2023-06-20T22:57:43.854Z] d65c8cfc05b1: Pulling fs layer [2023-06-20T22:57:43.854Z] 2437ff75d9bd: Pulling fs layer [2023-06-20T22:57:43.854Z] f23df028b6ca: Waiting [2023-06-20T22:57:43.854Z] 765212b225bb: Waiting [2023-06-20T22:57:43.854Z] d65c8cfc05b1: Waiting [2023-06-20T22:57:43.854Z] 2437ff75d9bd: Waiting [2023-06-20T22:57:44.119Z] 04944245beec: Verifying Checksum [2023-06-20T22:57:44.119Z] 04944245beec: Download complete [2023-06-20T22:57:44.119Z] 765212b225bb: Verifying Checksum [2023-06-20T22:57:44.119Z] 765212b225bb: Download complete [2023-06-20T22:57:44.119Z] d65c8cfc05b1: Verifying Checksum [2023-06-20T22:57:44.119Z] d65c8cfc05b1: Download complete [2023-06-20T22:57:44.119Z] 699f458cf7ca: Verifying Checksum [2023-06-20T22:57:44.119Z] 699f458cf7ca: Download complete [2023-06-20T22:57:44.700Z] 8998bd30e6a1: Download complete [2023-06-20T22:57:46.650Z] 2437ff75d9bd: Verifying Checksum [2023-06-20T22:57:46.650Z] 2437ff75d9bd: Download complete [2023-06-20T22:57:48.592Z] 8998bd30e6a1: Pull complete [2023-06-20T22:57:48.858Z] 04944245beec: Pull complete [2023-06-20T22:57:50.267Z] 699f458cf7ca: Pull complete [2023-06-20T22:57:50.267Z] 765212b225bb: Pull complete [2023-06-20T22:57:52.838Z] f23df028b6ca: Pull complete [2023-06-20T22:57:53.104Z] d65c8cfc05b1: Pull complete [2023-06-20T22:58:08.088Z] 2437ff75d9bd: Pull complete [2023-06-20T22:58:08.088Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-06-20T22:58:08.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-20T22:58:08.088Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:58:08.281Z] prd-ubuntu20.04-docker-arm64-4c-16g-18945 does not seem to be running inside a container [2023-06-20T22:58:08.350Z] $ 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/2 -v /w/workspace/app-record-replay/2:/w/workspace/app-record-replay/2:rw,z -v /w/workspace/app-record-replay/2@tmp:/w/workspace/app-record-replay/2@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:arm64 cat [2023-06-20T22:58:09.741Z] $ docker top d13b8d6d4d8b3f34c7dedf46f2ab0c3d4e95a93805678109e10d478d9771773c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:58:10.546Z] ---> job-cost.sh [2023-06-20T22:58:10.546Z] lf-activate-venv: SKIPPING [2023-06-20T22:58:10.546Z] INFO: No Stack... [2023-06-20T22:58:10.811Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-06-20T22:58:11.764Z] INFO: Archiving Costs [Pipeline] sh [2023-06-20T22:58:12.077Z] + cat /w/workspace/app-record-replay/2/archives/cost.csv [2023-06-20T22:58:12.077Z] + cut -d, -f6 [Pipeline] lock [2023-06-20T22:58:12.136Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [2023-06-20T22:58:12.142Z] Resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] did not exist. Created. [2023-06-20T22:58:12.142Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-20T22:58:12.468Z] /w/workspace/app-record-replay/2@tmp/durable-268f8c9a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-06-20T22:58:13.108Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-06-20T22:58:13.132Z] Warning: overwriting stash ‘stack-cost’ [2023-06-20T22:58:13.164Z] Stashed 1 file(s) [Pipeline] } [2023-06-20T22:58:13.171Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-20T22:58:13.195Z] $ docker stop --time=1 d13b8d6d4d8b3f34c7dedf46f2ab0c3d4e95a93805678109e10d478d9771773c [2023-06-20T22:58:14.643Z] $ docker rm -f --volumes d13b8d6d4d8b3f34c7dedf46f2ab0c3d4e95a93805678109e10d478d9771773c [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-06-20T22:58:15.045Z] provisioning config files... [2023-06-20T22:58:15.051Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #2 [2023-06-20T22:58:15.053Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14284194245807474892tmp [Pipeline] { [Pipeline] sh [2023-06-20T22:58:15.348Z] + set +x [2023-06-20T22:58:15.348Z] + curl -s https://codecov.io/bash [2023-06-20T22:58:15.348Z] + bash -s -- [2023-06-20T22:58:15.348Z] [2023-06-20T22:58:15.348Z] _____ _ [2023-06-20T22:58:15.348Z] / ____| | | [2023-06-20T22:58:15.348Z] | | ___ __| | ___ ___ _____ __ [2023-06-20T22:58:15.348Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-06-20T22:58:15.348Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-06-20T22:58:15.348Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-06-20T22:58:15.348Z] Bash-1.0.6 [2023-06-20T22:58:15.348Z] [2023-06-20T22:58:15.348Z] [2023-06-20T22:58:15.348Z] ==> git version 2.25.1 found [2023-06-20T22:58:15.348Z] ==> 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-06-20T22:58:15.348Z] Release-Date: 2020-01-08 [2023-06-20T22:58:15.348Z] 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-06-20T22:58:15.348Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-06-20T22:58:15.348Z] ==> Jenkins CI detected. [2023-06-20T22:58:15.348Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-06-20T22:58:15.348Z] project root: . [2023-06-20T22:58:15.348Z] --> token set from env [2023-06-20T22:58:15.348Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-06-20T22:58:15.348Z] ==> Running gcov in . (disable via -X gcov) [2023-06-20T22:58:15.348Z] ==> Python coveragepy not found [2023-06-20T22:58:15.348Z] ==> Searching for coverage reports in: [2023-06-20T22:58:15.348Z] + . [2023-06-20T22:58:15.348Z] -> Found 1 reports [2023-06-20T22:58:15.348Z] ==> Detecting git/mercurial file structure [2023-06-20T22:58:15.348Z] ==> Reading reports [2023-06-20T22:58:15.348Z] + ./coverage.out bytes=13 [2023-06-20T22:58:15.348Z] ==> Appending adjustments [2023-06-20T22:58:15.348Z] https://docs.codecov.io/docs/fixing-reports [2023-06-20T22:58:15.608Z] + Found adjustments [2023-06-20T22:58:15.608Z] ==> Gzipping contents [2023-06-20T22:58:15.608Z] 4.0K /tmp/codecov.j7UoWz.gz [2023-06-20T22:58:15.608Z] ==> Uploading reports [2023-06-20T22:58:15.608Z] url: https://codecov.io [2023-06-20T22:58:15.608Z] query: branch=main&commit=e01ec832849867a8389374ded9abbc6b5a0a3218&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-20T22:58:15.608Z] -> Pinging Codecov [2023-06-20T22:58:15.608Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=e01ec832849867a8389374ded9abbc6b5a0a3218&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-20T22:58:15.608Z] Invalid request parameters [2023-06-20T22:58:15.608Z] 400 [Pipeline] } [2023-06-20T22:58:15.615Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-06-20T22:58:15.849Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-06-20T22:58:15.860Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:58:16.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-20T22:58:16.152Z] [2023-06-20T22:58:16.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:58:16.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-20T22:58:17.016Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-06-20T22:58:17.016Z] df9b9388f04a: Pulling fs layer [2023-06-20T22:58:17.016Z] 52dc419b0ee2: Pulling fs layer [2023-06-20T22:58:17.016Z] 25bc292e5bac: Pulling fs layer [2023-06-20T22:58:17.016Z] 114826534d7a: Pulling fs layer [2023-06-20T22:58:17.016Z] 4657fd5d0bcf: Pulling fs layer [2023-06-20T22:58:17.016Z] 6ad1cebc031e: Pulling fs layer [2023-06-20T22:58:17.016Z] 8a3aa393b2d8: Pulling fs layer [2023-06-20T22:58:17.016Z] 6ad1cebc031e: Waiting [2023-06-20T22:58:17.016Z] 114826534d7a: Waiting [2023-06-20T22:58:17.016Z] 8a3aa393b2d8: Waiting [2023-06-20T22:58:17.016Z] 4657fd5d0bcf: Waiting [2023-06-20T22:58:17.016Z] 25bc292e5bac: Verifying Checksum [2023-06-20T22:58:17.016Z] 25bc292e5bac: Download complete [2023-06-20T22:58:17.016Z] 52dc419b0ee2: Verifying Checksum [2023-06-20T22:58:17.016Z] 52dc419b0ee2: Download complete [2023-06-20T22:58:17.016Z] 4657fd5d0bcf: Verifying Checksum [2023-06-20T22:58:17.016Z] 4657fd5d0bcf: Download complete [2023-06-20T22:58:17.016Z] df9b9388f04a: Download complete [2023-06-20T22:58:17.016Z] 6ad1cebc031e: Verifying Checksum [2023-06-20T22:58:17.016Z] 6ad1cebc031e: Download complete [2023-06-20T22:58:17.275Z] df9b9388f04a: Pull complete [2023-06-20T22:58:17.537Z] 52dc419b0ee2: Pull complete [2023-06-20T22:58:17.797Z] 25bc292e5bac: Pull complete [2023-06-20T22:58:17.797Z] 114826534d7a: Verifying Checksum [2023-06-20T22:58:17.797Z] 114826534d7a: Download complete [2023-06-20T22:58:18.055Z] 8a3aa393b2d8: Verifying Checksum [2023-06-20T22:58:18.055Z] 8a3aa393b2d8: Download complete [2023-06-20T22:58:22.277Z] 114826534d7a: Pull complete [2023-06-20T22:58:22.277Z] 4657fd5d0bcf: Pull complete [2023-06-20T22:58:23.657Z] 6ad1cebc031e: Pull complete [2023-06-20T22:58:28.980Z] 8a3aa393b2d8: Pull complete [2023-06-20T22:58:28.980Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-06-20T22:58:28.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-20T22:58:28.980Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:58:29.069Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:58:29.101Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-06-20T22:58:38.450Z] $ docker top 89c0c9400e7455010ce58e25a5331930b7c35afe55406be8a816febbd04be696 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-06-20T22:58:38.515Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-06-20T22:58:38.792Z] + set -o pipefail [2023-06-20T22:58:38.793Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-06-20T22:58:41.322Z] [2023-06-20T22:58:41.323Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-service-configurable)... [2023-06-20T22:58:41.323Z] [2023-06-20T22:58:41.323Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/cc178533-db79-4ebf-b48f-de2eb936bc6e [2023-06-20T22:58:41.323Z] [2023-06-20T22:58:41.323Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-06-20T22:58:41.323Z] [2023-06-20T22:58:41.323Z] [2023-06-20T22:58:41.323Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-06-20T22:58:41.323Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-06-20T22:58:41.323Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-06-20T22:58:41.334Z] $ docker stop --time=1 89c0c9400e7455010ce58e25a5331930b7c35afe55406be8a816febbd04be696 [2023-06-20T22:58:42.674Z] $ docker rm -f --volumes 89c0c9400e7455010ce58e25a5331930b7c35afe55406be8a816febbd04be696 [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-06-20T22:58:43.210Z] + git log --format=format:%s -1 e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] sh [2023-06-20T22:58:43.503Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-20T22:58:43.503Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:58:43.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-20T22:58:43.804Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:58:43.890Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:58:43.923Z] $ 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-06-20T22:58:44.260Z] $ docker top 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-20T22:58:44.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-20T22:58:44.356Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-20T22:58:44.477Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-20T22:58:44.480Z] $ docker exec 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb ssh-agent [2023-06-20T22:58:44.572Z] SSH_AUTH_SOCK=/tmp/ssh-L64gBrfRWYTu/agent.32 [2023-06-20T22:58:44.572Z] SSH_AGENT_PID=38 [2023-06-20T22:58:44.576Z] Running ssh-add (command line suppressed) [2023-06-20T22:58:44.690Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4122662227105588397.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4122662227105588397.key) [2023-06-20T22:58:44.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-20T22:58:44.994Z] + git semver tag [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,237 [run_tag] DEBUG tag force:False [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,237 [check_head_tag] DEBUG check head tag [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,238 [execute] INFO git cat-file --batch-check [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,238 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,242 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,242 [execute] INFO git tag -a v3.1.0-dev.1 -m v3.1.0-dev.1 [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,242 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.1', '-m', 'v3.1.0-dev.1'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-06-20T22:58:45.254Z] 2023-06-20 22:58:45,249 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:58:45.254Z] 3.1.0-dev.1 [Pipeline] } [2023-06-20T22:58:45.524Z] $ docker exec --env ******** --env ******** 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb ssh-agent -k [2023-06-20T22:58:45.628Z] unset SSH_AUTH_SOCK; [2023-06-20T22:58:45.628Z] unset SSH_AGENT_PID; [2023-06-20T22:58:45.628Z] echo Agent pid 38 killed; [2023-06-20T22:58:45.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-20T22:58:45.939Z] + git semver [Pipeline] } [2023-06-20T22:58:46.211Z] $ docker stop --time=1 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb [2023-06-20T22:58:47.536Z] $ docker rm -f --volumes 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:58:47.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-20T22:58:47.938Z] [2023-06-20T22:58:47.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:58:48.236Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-20T22:58:48.236Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-06-20T22:58:48.236Z] ab5ef0e58194: Pulling fs layer [2023-06-20T22:58:48.236Z] 9712f1f96733: Pulling fs layer [2023-06-20T22:58:48.236Z] 63f879dbbcfc: Pulling fs layer [2023-06-20T22:58:48.236Z] 0d9ebad4ef96: Pulling fs layer [2023-06-20T22:58:48.236Z] e9a5061849ea: Pulling fs layer [2023-06-20T22:58:48.236Z] d747dcd14b5f: Pulling fs layer [2023-06-20T22:58:48.236Z] 2de7ff778b66: Pulling fs layer [2023-06-20T22:58:48.236Z] 0d9ebad4ef96: Waiting [2023-06-20T22:58:48.236Z] d747dcd14b5f: Waiting [2023-06-20T22:58:48.236Z] e9a5061849ea: Waiting [2023-06-20T22:58:48.236Z] 2de7ff778b66: Waiting [2023-06-20T22:58:48.236Z] 9712f1f96733: Verifying Checksum [2023-06-20T22:58:48.236Z] 9712f1f96733: Download complete [2023-06-20T22:58:48.573Z] 63f879dbbcfc: Verifying Checksum [2023-06-20T22:58:48.573Z] 63f879dbbcfc: Download complete [2023-06-20T22:58:48.833Z] e9a5061849ea: Verifying Checksum [2023-06-20T22:58:48.833Z] e9a5061849ea: Download complete [2023-06-20T22:58:48.833Z] d747dcd14b5f: Download complete [2023-06-20T22:58:48.833Z] ab5ef0e58194: Download complete [2023-06-20T22:58:48.833Z] 0d9ebad4ef96: Verifying Checksum [2023-06-20T22:58:48.833Z] 0d9ebad4ef96: Download complete [2023-06-20T22:58:48.833Z] 2de7ff778b66: Verifying Checksum [2023-06-20T22:58:48.833Z] 2de7ff778b66: Download complete [2023-06-20T22:58:51.375Z] ab5ef0e58194: Pull complete [2023-06-20T22:58:51.375Z] 9712f1f96733: Pull complete [2023-06-20T22:58:51.940Z] 63f879dbbcfc: Pull complete [2023-06-20T22:58:56.125Z] 0d9ebad4ef96: Pull complete [2023-06-20T22:58:56.384Z] e9a5061849ea: Pull complete [2023-06-20T22:58:56.384Z] d747dcd14b5f: Pull complete [2023-06-20T22:58:57.764Z] 2de7ff778b66: Pull complete [2023-06-20T22:58:57.764Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-06-20T22:58:57.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-20T22:58:57.764Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:58:57.845Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:58:57.879Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-06-20T22:59:07.622Z] $ docker top ba2b182e92be2f3bba12ba434fd4fff3e5c16c8df024f78a50746f9e368be1bd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-06-20T22:59:07.726Z] provisioning config files... [2023-06-20T22:59:07.747Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2854603779877864055tmp [2023-06-20T22:59:07.787Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9909090713120748614tmp [2023-06-20T22:59:07.811Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4057678138787266910tmp [Pipeline] { [Pipeline] echo [2023-06-20T22:59:07.827Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:08.139Z] ---> sigul-configuration.sh [2023-06-20T22:59:08.139Z] gpg: directory `/root/.gnupg' created [2023-06-20T22:59:08.139Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-06-20T22:59:08.139Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-06-20T22:59:08.139Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-06-20T22:59:08.139Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-06-20T22:59:08.139Z] gpg: CAST5 encrypted data [2023-06-20T22:59:08.139Z] gpg: encrypted with 1 passphrase [2023-06-20T22:59:08.139Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-06-20T22:59:08.437Z] + mkdir /home/jenkins [2023-06-20T22:59:08.437Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-06-20T22:59:08.722Z] + 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-06-20T22:59:08.730Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:09.013Z] ---> sigul-install.sh [2023-06-20T22:59:09.013Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-06-20T22:59:09.299Z] + git tag --list [2023-06-20T22:59:09.299Z] v3.1.0-dev.0 [2023-06-20T22:59:09.299Z] v3.1.0-dev.1 [Pipeline] sh [2023-06-20T22:59:09.585Z] + lftools sign git-tag v3.1.0-dev.1 [2023-06-20T22:59:10.153Z] Signing Git tag with Sigul... [2023-06-20T22:59:10.153Z] Signing v3.1.0-dev.1 [Pipeline] echo [2023-06-20T22:59:10.421Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:10.704Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-06-20T22:59:10.711Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-06-20T22:59:10.731Z] $ docker stop --time=1 ba2b182e92be2f3bba12ba434fd4fff3e5c16c8df024f78a50746f9e368be1bd [2023-06-20T22:59:12.027Z] $ docker rm -f --volumes ba2b182e92be2f3bba12ba434fd4fff3e5c16c8df024f78a50746f9e368be1bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-06-20T22:59:12.563Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-20T22:59:12.563Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:59:12.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-20T22:59:12.860Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:59:12.928Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:59:12.959Z] $ 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-06-20T22:59:13.362Z] $ docker top 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 -eo pid,comm [2023-06-20T22:59:13.408Z] 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-06-20T22:59:13.408Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-20T22:59:13.439Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-20T22:59:13.439Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-20T22:59:13.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-20T22:59:13.562Z] $ docker exec 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 ssh-agent [2023-06-20T22:59:13.665Z] SSH_AUTH_SOCK=/tmp/ssh-6rWpAXNH21NJ/agent.32 [2023-06-20T22:59:13.665Z] SSH_AGENT_PID=38 [2023-06-20T22:59:13.670Z] Running ssh-add (command line suppressed) [2023-06-20T22:59:13.764Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2486038160355662442.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2486038160355662442.key) [2023-06-20T22:59:13.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-20T22:59:14.060Z] + git semver bump pre [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,239 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,239 [bump_version] DEBUG bumping version:3.1.0-dev.1 on axis:pre with prefix:dev [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,239 [bump_version] DEBUG bumped version:3.1.0-dev.2 [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,239 [write_version] DEBUG write version:3.1.0-dev.2 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,240 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,240 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,244 [execute] INFO git cat-file --batch-check [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,260 [execute] INFO git cat-file --batch [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-20T22:59:14.319Z] 2023-06-20 22:59:14,266 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:59:14.319Z] 3.1.0-dev.2 [Pipeline] } [2023-06-20T22:59:14.328Z] $ docker exec --env ******** --env ******** 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 ssh-agent -k [2023-06-20T22:59:14.426Z] unset SSH_AUTH_SOCK; [2023-06-20T22:59:14.426Z] unset SSH_AGENT_PID; [2023-06-20T22:59:14.426Z] echo Agent pid 38 killed; [2023-06-20T22:59:14.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-20T22:59:14.734Z] + git semver [Pipeline] } [2023-06-20T22:59:16.001Z] $ docker stop --time=1 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 [2023-06-20T22:59:17.308Z] $ docker rm -f --volumes 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-20T22:59:17.668Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-20T22:59:17.668Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:59:17.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-20T22:59:17.962Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:59:18.031Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:59:18.064Z] $ 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-06-20T22:59:18.399Z] $ docker top cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-20T22:59:18.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-20T22:59:18.481Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-20T22:59:18.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-20T22:59:18.592Z] $ docker exec cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 ssh-agent [2023-06-20T22:59:18.702Z] SSH_AUTH_SOCK=/tmp/ssh-DxyuFOVWMtpL/agent.32 [2023-06-20T22:59:18.702Z] SSH_AGENT_PID=38 [2023-06-20T22:59:18.707Z] Running ssh-add (command line suppressed) [2023-06-20T22:59:18.801Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1325610041987508449.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1325610041987508449.key) [2023-06-20T22:59:18.814Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-20T22:59:19.102Z] + git semver push [2023-06-20T22:59:19.361Z] 2023-06-20 22:59:19,270 [run_push] DEBUG push [2023-06-20T22:59:19.361Z] 2023-06-20 22:59:19,270 [execute] INFO git cat-file --batch-check [2023-06-20T22:59:19.361Z] 2023-06-20 22:59:19,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-20T22:59:19.361Z] 2023-06-20 22:59:19,274 [execute] INFO git rev-list d55f3685438ea16e37098551e93c07d3e5634543 -- [2023-06-20T22:59:19.361Z] 2023-06-20 22:59:19,275 [execute] DEBUG Popen(['git', 'rev-list', 'd55f3685438ea16e37098551e93c07d3e5634543', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-06-20T22:59:19.361Z] 2023-06-20 22:59:19,279 [execute] INFO git fetch -v origin [2023-06-20T22:59:19.361Z] 2023-06-20 22:59:19,280 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-06-20T22:59:19.929Z] 2023-06-20 22:59:19,727 [run_push] DEBUG no remote changes detected [2023-06-20T22:59:19.929Z] 2023-06-20 22:59:19,727 [execute] INFO git push origin semver [2023-06-20T22:59:19.929Z] 2023-06-20 22:59:19,727 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-06-20T22:59:20.867Z] 2023-06-20 22:59:20,549 [run_push] DEBUG push all version tags [2023-06-20T22:59:20.867Z] 2023-06-20 22:59:20,550 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-06-20T22:59:20.867Z] 2023-06-20 22:59:20,550 [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-06-20T22:59:21.436Z] 2023-06-20 22:59:21,208 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-20T22:59:21.436Z] 3.1.0-dev.2 [Pipeline] } [2023-06-20T22:59:21.444Z] $ docker exec --env ******** --env ******** cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 ssh-agent -k [2023-06-20T22:59:21.543Z] unset SSH_AUTH_SOCK; [2023-06-20T22:59:21.544Z] unset SSH_AGENT_PID; [2023-06-20T22:59:21.544Z] echo Agent pid 38 killed; [2023-06-20T22:59:21.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-20T22:59:21.863Z] + git semver [Pipeline] } [2023-06-20T22:59:22.135Z] $ docker stop --time=1 cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 [2023-06-20T22:59:23.453Z] $ docker rm -f --volumes cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 [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-06-20T22:59:23.962Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-06-20T22:59:23.962Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-20T22:59:23.962Z] total 16 [2023-06-20T22:59:23.962Z] drwxr-xr-x 3 root root 4096 Jun 20 22:54 . [2023-06-20T22:59:23.962Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:59 .. [2023-06-20T22:59:23.962Z] drwxr-xr-x 2 root root 4096 Jun 20 22:54 cost [2023-06-20T22:59:23.962Z] -rw-r--r-- 1 root root 87 Jun 20 22:54 cost.csv [2023-06-20T22:59:23.962Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-20T22:59:23.962Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-20T22:59:23.962Z] total 16 [2023-06-20T22:59:23.962Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 20 22:54 . [2023-06-20T22:59:23.962Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:59 .. [2023-06-20T22:59:23.962Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 20 22:54 cost [2023-06-20T22:59:23.962Z] -rw-r--r-- 1 jenkins jenkins 87 Jun 20 22:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:24.259Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:25.118Z] ---> package-listing.sh [2023-06-20T22:59:25.118Z] ++ facter osfamily [2023-06-20T22:59:25.118Z] ++ tr '[:upper:]' '[:lower:]' [2023-06-20T22:59:25.379Z] + OS_FAMILY=debian [2023-06-20T22:59:25.379Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-06-20T22:59:25.379Z] + START_PACKAGES=/tmp/packages_start.txt [2023-06-20T22:59:25.379Z] + END_PACKAGES=/tmp/packages_end.txt [2023-06-20T22:59:25.379Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-06-20T22:59:25.379Z] + PACKAGES=/tmp/packages_start.txt [2023-06-20T22:59:25.379Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-06-20T22:59:25.379Z] + PACKAGES=/tmp/packages_end.txt [2023-06-20T22:59:25.379Z] + case "${OS_FAMILY}" in [2023-06-20T22:59:25.379Z] + dpkg -l [2023-06-20T22:59:25.379Z] + grep '^ii' [2023-06-20T22:59:25.379Z] + '[' -f /tmp/packages_start.txt ']' [2023-06-20T22:59:25.379Z] + '[' -f /tmp/packages_end.txt ']' [2023-06-20T22:59:25.379Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-06-20T22:59:25.379Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-06-20T22:59:25.379Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-06-20T22:59:25.379Z] + 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-06-20T22:59:25.389Z] 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-06-20T22:59:25.669Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-20T22:59:26.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-20T22:59:26.225Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-20T22:59:26.292Z] prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container [2023-06-20T22:59:26.321Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-06-20T22:59:26.561Z] $ docker top ba3c400d9c8d528ad06b1ef91b7619dea3f9972fd2e50a862a34d22863447713 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-20T22:59:26.904Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-06-20T22:59:27.184Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-06-20T22:59:27.467Z] + ls /var/log/sa-host [2023-06-20T22:59:27.467Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-20T22:59:27.536Z] provisioning config files... [2023-06-20T22:59:27.543Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11789159551136868138tmp [Pipeline] { [Pipeline] echo [2023-06-20T22:59:27.556Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:27.839Z] ---> create-netrc.sh [Pipeline] } [2023-06-20T22:59:27.846Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:28.159Z] ---> python-tools-install.sh [Pipeline] echo [2023-06-20T22:59:28.166Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:28.447Z] ---> sudo-logs.sh [2023-06-20T22:59:28.447Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-06-20T22:59:28.478Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:28.760Z] ---> job-cost.sh [2023-06-20T22:59:28.760Z] lf-activate-venv: SKIPPING [2023-06-20T22:59:28.760Z] DEBUG: total: 0.2199999988079071 [2023-06-20T22:59:28.760Z] INFO: Retrieving Stack Cost... [2023-06-20T22:59:29.327Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-20T22:59:29.586Z] INFO: Archiving Costs [Pipeline] echo [2023-06-20T22:59:29.600Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-20T22:59:29.890Z] ---> logs-deploy.sh [2023-06-20T22:59:29.890Z] lf-activate-venv: SKIPPING [2023-06-20T22:59:29.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/2 [2023-06-20T22:59:29.890Z] INFO: archiving workspace using pattern(s): [2023-06-20T22:59:30.825Z] Archives upload complete. [2023-06-20T22:59:30.825Z] INFO: archiving logs to Nexus