Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 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-ssh15979997782080342303.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16881483181502868016.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4991237121940796099.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17292428276585320059.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-ssh457263415140811076.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3790’ Running on prd-ubuntu20.04-docker-8c-8g-3793 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b (main) Commit message: "Merge pull request #59 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.19" > 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 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b # timeout=10 > git rev-list --no-walk 90458aff5952e3959d65678bf25cab3d18ebfb0c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-16T15:00:35.773Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-16T15:00:35.844Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-16T15:00:35.861Z] ========================================================= [2023-08-16T15:00:35.861Z] EdgeX Global Pipelines Version Info [2023-08-16T15:00:35.861Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:00:36.562Z] ------------------- [2023-08-16T15:00:36.562Z] stable info: [2023-08-16T15:00:36.562Z] ------------------- [2023-08-16T15:00:36.562Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-16T15:00:36.562Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-16T15:00:36.562Z] Message: update stable to v1.0.253 [2023-08-16T15:00:37.134Z] ------------------- [2023-08-16T15:00:37.134Z] experimental info: [2023-08-16T15:00:37.134Z] ------------------- [2023-08-16T15:00:37.134Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-16T15:00:37.134Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-16T15:00:37.134Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-16T15:00:37.319Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-08-16T15:00:37.330Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-08-16T15:00:37.339Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-16T15:00:37.348Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-16T15:00:37.358Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-16T15:00:37.374Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-16T15:00:37.394Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-16T15:00:37.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-16T15:00:37.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-16T15:00:37.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-16T15:00:37.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-16T15:00:37.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-08-16T15:00:37.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-16T15:00:37.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-16T15:00:37.508Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-16T15:00:37.527Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-16T15:00:37.549Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-16T15:00:37.562Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-16T15:00:37.578Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-16T15:00:37.594Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-16T15:00:37.604Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-16T15:00:37.615Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-16T15:00:37.633Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-16T15:00:37.647Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-16T15:00:37.662Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-16T15:00:37.675Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-16T15:00:37.689Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-16T15:00:37.706Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-16T15:00:37.716Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-16T15:00:37.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-16T15:00:37.738Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo [2023-08-16T15:00:37.749Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e2d250 [Pipeline] echo [2023-08-16T15:00:37.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T15:00:37.797Z] provisioning config files... [2023-08-16T15:00:37.809Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11346609622471563498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:00:38.110Z] ---> docker-login.sh [2023-08-16T15:00:38.110Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:00:38.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:38.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:38.370Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:38.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:38.370Z] [2023-08-16T15:00:38.370Z] Login Succeeded [2023-08-16T15:00:38.370Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:00:38.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:38.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:38.370Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:38.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:38.370Z] [2023-08-16T15:00:38.370Z] Login Succeeded [2023-08-16T15:00:38.370Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:00:38.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:38.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:38.642Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:38.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:38.642Z] [2023-08-16T15:00:38.642Z] Login Succeeded [2023-08-16T15:00:38.642Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:00:38.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:38.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:38.642Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:38.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:38.642Z] [2023-08-16T15:00:38.642Z] Login Succeeded [2023-08-16T15:00:38.642Z] docker.io [2023-08-16T15:00:38.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:38.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:38.902Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:38.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:38.902Z] [2023-08-16T15:00:38.902Z] Login Succeeded [2023-08-16T15:00:38.902Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:00:38.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-16T15:00:39.322Z] + git rev-list -1 --merges 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b~1..2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo [2023-08-16T15:00:39.368Z] -----------> git rev-list -1 --merges 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b~1..2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:00:39.368Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [false] [Pipeline] sh [2023-08-16T15:00:39.658Z] + git log --format=format:%s -1 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo [2023-08-16T15:00:39.672Z] ========================================================= [2023-08-16T15:00:39.672Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-16T15:00:39.672Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T15:00:39.997Z] + git log --format=format:%s -1 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo [2023-08-16T15:00:40.008Z] [semverPrep] GIT_COMMIT: 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b, Commit Message: Merge pull request #59 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.19 [Pipeline] echo [2023-08-16T15:00:40.015Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-16T15:00:40.364Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T15:00:40.364Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-16T15:00:40.364Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-16T15:00:40.364Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-16T15:00:40.364Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-16T15:00:40.364Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-16T15:00:40.364Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:40.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:00:40.716Z] [2023-08-16T15:00:40.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:41.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:00:41.282Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-16T15:00:41.282Z] b85a868b505f: Pulling fs layer [2023-08-16T15:00:41.282Z] e2be974225ed: Pulling fs layer [2023-08-16T15:00:41.282Z] 339a4e72a1f5: Pulling fs layer [2023-08-16T15:00:41.282Z] 988bab9f4d93: Pulling fs layer [2023-08-16T15:00:41.282Z] 1469e6f7b9e6: Pulling fs layer [2023-08-16T15:00:41.282Z] eaf3925da568: Pulling fs layer [2023-08-16T15:00:41.282Z] bab4dde63d76: Pulling fs layer [2023-08-16T15:00:41.282Z] bde34c3a00c8: Pulling fs layer [2023-08-16T15:00:41.282Z] b352a97aabf1: Pulling fs layer [2023-08-16T15:00:41.282Z] 4872d77fe225: Pulling fs layer [2023-08-16T15:00:41.282Z] 5851b861e8e6: Pulling fs layer [2023-08-16T15:00:41.282Z] 988bab9f4d93: Waiting [2023-08-16T15:00:41.282Z] bab4dde63d76: Waiting [2023-08-16T15:00:41.282Z] 1469e6f7b9e6: Waiting [2023-08-16T15:00:41.282Z] bde34c3a00c8: Waiting [2023-08-16T15:00:41.282Z] eaf3925da568: Waiting [2023-08-16T15:00:41.282Z] 4872d77fe225: Waiting [2023-08-16T15:00:41.282Z] 5851b861e8e6: Waiting [2023-08-16T15:00:41.282Z] e2be974225ed: Download complete [2023-08-16T15:00:41.282Z] 988bab9f4d93: Verifying Checksum [2023-08-16T15:00:41.282Z] 988bab9f4d93: Download complete [2023-08-16T15:00:41.282Z] 1469e6f7b9e6: Verifying Checksum [2023-08-16T15:00:41.282Z] 1469e6f7b9e6: Download complete [2023-08-16T15:00:41.282Z] 339a4e72a1f5: Verifying Checksum [2023-08-16T15:00:41.282Z] 339a4e72a1f5: Download complete [2023-08-16T15:00:41.282Z] eaf3925da568: Verifying Checksum [2023-08-16T15:00:41.282Z] eaf3925da568: Download complete [2023-08-16T15:00:41.282Z] bde34c3a00c8: Download complete [2023-08-16T15:00:41.282Z] b352a97aabf1: Verifying Checksum [2023-08-16T15:00:41.282Z] b352a97aabf1: Download complete [2023-08-16T15:00:41.282Z] 4872d77fe225: Verifying Checksum [2023-08-16T15:00:41.282Z] 4872d77fe225: Download complete [2023-08-16T15:00:41.282Z] 5851b861e8e6: Download complete [2023-08-16T15:00:41.541Z] b85a868b505f: Verifying Checksum [2023-08-16T15:00:41.541Z] b85a868b505f: Download complete [2023-08-16T15:00:41.802Z] bab4dde63d76: Verifying Checksum [2023-08-16T15:00:41.802Z] bab4dde63d76: Download complete [2023-08-16T15:00:42.738Z] b85a868b505f: Pull complete [2023-08-16T15:00:42.738Z] e2be974225ed: Pull complete [2023-08-16T15:00:43.307Z] 339a4e72a1f5: Pull complete [2023-08-16T15:00:43.307Z] 988bab9f4d93: Pull complete [2023-08-16T15:00:43.566Z] 1469e6f7b9e6: Pull complete [2023-08-16T15:00:43.566Z] eaf3925da568: Pull complete [2023-08-16T15:00:45.472Z] bab4dde63d76: Pull complete [2023-08-16T15:00:45.473Z] bde34c3a00c8: Pull complete [2023-08-16T15:00:45.473Z] b352a97aabf1: Pull complete [2023-08-16T15:00:45.473Z] 4872d77fe225: Pull complete [2023-08-16T15:00:45.473Z] 5851b861e8e6: Pull complete [2023-08-16T15:00:45.473Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-16T15:00:45.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:00:45.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:00:45.568Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:00:45.610Z] $ 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-08-16T15:00:48.031Z] $ docker top 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 -eo pid,comm [2023-08-16T15:00:48.079Z] 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-08-16T15:00:48.079Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T15:00:48.109Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:00:48.109Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:00:48.223Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:00:48.232Z] $ docker exec 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent [2023-08-16T15:00:48.337Z] SSH_AUTH_SOCK=/tmp/ssh-zXV4POFBvIUf/agent.32 [2023-08-16T15:00:48.337Z] SSH_AGENT_PID=38 [2023-08-16T15:00:48.344Z] Running ssh-add (command line suppressed) [2023-08-16T15:00:48.456Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_414211324562155452.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_414211324562155452.key) [2023-08-16T15:00:48.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:00:48.753Z] + git tag --points-at HEAD [Pipeline] } [2023-08-16T15:00:48.779Z] $ docker exec --env ******** --env ******** 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent -k [2023-08-16T15:00:48.883Z] unset SSH_AUTH_SOCK; [2023-08-16T15:00:48.884Z] unset SSH_AGENT_PID; [2023-08-16T15:00:48.884Z] echo Agent pid 38 killed; [2023-08-16T15:00:48.893Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-16T15:00:48.915Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:00:48.915Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:00:49.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:00:49.034Z] $ docker exec 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent [2023-08-16T15:00:49.175Z] SSH_AUTH_SOCK=/tmp/ssh-hgRyLzG6qEpG/agent.70 [2023-08-16T15:00:49.175Z] SSH_AGENT_PID=76 [2023-08-16T15:00:49.180Z] Running ssh-add (command line suppressed) [2023-08-16T15:00:49.279Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2638530000850349205.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2638530000850349205.key) [2023-08-16T15:00:49.292Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:00:49.581Z] + git semver init [2023-08-16T15:00:49.839Z] 2023-08-16 15:00:49,798 [run_init] DEBUG init version:0.0.0 force:False [2023-08-16T15:00:49.839Z] 2023-08-16 15:00:49,798 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-16T15:00:49.839Z] 2023-08-16 15:00:49,799 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-16T15:00:49.839Z] 2023-08-16 15:00:49,799 [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-08-16T15:00:50.779Z] 2023-08-16 15:00:50,470 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-08-16T15:00:50.779Z] 2023-08-16 15:00:50,471 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-08-16T15:00:50.779Z] 2023-08-16 15:00:50,471 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:00:50.779Z] 2023-08-16 15:00:50,471 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:00:50.779Z] 3.1.0-dev.32 [Pipeline] } [2023-08-16T15:00:50.792Z] $ docker exec --env ******** --env ******** 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent -k [2023-08-16T15:00:50.901Z] unset SSH_AUTH_SOCK; [2023-08-16T15:00:50.901Z] unset SSH_AGENT_PID; [2023-08-16T15:00:50.902Z] echo Agent pid 76 killed; [2023-08-16T15:00:50.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T15:00:51.206Z] + git semver [Pipeline] } [2023-08-16T15:00:51.483Z] $ docker stop --time=1 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 [2023-08-16T15:00:53.276Z] $ docker rm -f --volumes 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T15:00:53.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-16T15:00:53.950Z] Stashed 1 file(s) [Pipeline] echo [2023-08-16T15:00:53.952Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.32 [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-08-16T15:00:54.105Z] provisioning config files... [2023-08-16T15:00:54.114Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8323581387437191600tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:00:54.425Z] ---> docker-login.sh [2023-08-16T15:00:54.425Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:00:54.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:54.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:54.425Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:54.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:54.425Z] [2023-08-16T15:00:54.425Z] Login Succeeded [2023-08-16T15:00:54.425Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:00:54.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:54.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:54.425Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:54.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:54.425Z] [2023-08-16T15:00:54.425Z] Login Succeeded [2023-08-16T15:00:54.425Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:00:54.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:54.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:54.685Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:54.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:54.685Z] [2023-08-16T15:00:54.685Z] Login Succeeded [2023-08-16T15:00:54.685Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:00:54.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:54.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:54.685Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:54.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:54.685Z] [2023-08-16T15:00:54.685Z] Login Succeeded [2023-08-16T15:00:54.685Z] docker.io [2023-08-16T15:00:54.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:54.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:54.944Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:54.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:54.944Z] [2023-08-16T15:00:54.944Z] Login Succeeded [2023-08-16T15:00:54.944Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:00:54.952Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-16T15:00:55.005Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:00:55.020Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:00:55.033Z] ========================================================= [2023-08-16T15:00:55.033Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-16T15:00:55.033Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:55.347Z] + 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-08-16T15:00:55.347Z] Sending build context to Docker daemon 439.3kB [2023-08-16T15:00:55.347Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T15:00:55.347Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-16T15:00:55.628Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-16T15:00:55.628Z] 4db1b89c0bd1: Pulling fs layer [2023-08-16T15:00:55.628Z] 6911f1a30b25: Pulling fs layer [2023-08-16T15:00:55.628Z] e194b8c5c2a9: Pulling fs layer [2023-08-16T15:00:55.628Z] 6863d3e3a2b1: Pulling fs layer [2023-08-16T15:00:55.628Z] ec0bb842ea78: Pulling fs layer [2023-08-16T15:00:55.628Z] 40a00589a448: Pulling fs layer [2023-08-16T15:00:55.628Z] 6c08303d61cc: Pulling fs layer [2023-08-16T15:00:55.628Z] 798269fcf238: Pulling fs layer [2023-08-16T15:00:55.628Z] 6863d3e3a2b1: Waiting [2023-08-16T15:00:55.628Z] 798269fcf238: Waiting [2023-08-16T15:00:55.628Z] 6c08303d61cc: Waiting [2023-08-16T15:00:55.628Z] ec0bb842ea78: Waiting [2023-08-16T15:00:55.628Z] 40a00589a448: Waiting [2023-08-16T15:00:55.628Z] 6911f1a30b25: Verifying Checksum [2023-08-16T15:00:55.628Z] 6911f1a30b25: Download complete [2023-08-16T15:00:55.628Z] 6863d3e3a2b1: Verifying Checksum [2023-08-16T15:00:55.628Z] 6863d3e3a2b1: Download complete [2023-08-16T15:00:55.628Z] 4db1b89c0bd1: Verifying Checksum [2023-08-16T15:00:55.628Z] 4db1b89c0bd1: Download complete [2023-08-16T15:00:55.628Z] ec0bb842ea78: Verifying Checksum [2023-08-16T15:00:55.628Z] ec0bb842ea78: Download complete [2023-08-16T15:00:55.888Z] 40a00589a448: Verifying Checksum [2023-08-16T15:00:55.888Z] 40a00589a448: Download complete [2023-08-16T15:00:56.149Z] 4db1b89c0bd1: Pull complete [2023-08-16T15:00:56.149Z] 6911f1a30b25: Pull complete [2023-08-16T15:00:56.731Z] 6c08303d61cc: Verifying Checksum [2023-08-16T15:00:56.731Z] 6c08303d61cc: Download complete [2023-08-16T15:00:56.731Z] 798269fcf238: Verifying Checksum [2023-08-16T15:00:56.731Z] 798269fcf238: Download complete [2023-08-16T15:00:56.989Z] e194b8c5c2a9: Verifying Checksum [2023-08-16T15:00:56.989Z] e194b8c5c2a9: Download complete [2023-08-16T15:01:00.276Z] e194b8c5c2a9: Pull complete [2023-08-16T15:01:00.536Z] 6863d3e3a2b1: Pull complete [2023-08-16T15:01:00.536Z] ec0bb842ea78: Pull complete [2023-08-16T15:01:00.536Z] 40a00589a448: Pull complete [2023-08-16T15:01:03.068Z] 6c08303d61cc: Pull complete [2023-08-16T15:01:04.002Z] 798269fcf238: Pull complete [2023-08-16T15:01:04.002Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-16T15:01:04.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-16T15:01:04.002Z] ---> ec979cd7f677 [2023-08-16T15:01:04.002Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T15:01:07.301Z] ---> Running in a375742b3422 [2023-08-16T15:01:07.561Z] Removing intermediate container a375742b3422 [2023-08-16T15:01:07.561Z] ---> 52137c1125b6 [2023-08-16T15:01:07.561Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T15:01:07.561Z] ---> Running in f7bd46a4bdaf [2023-08-16T15:01:07.561Z] Removing intermediate container f7bd46a4bdaf [2023-08-16T15:01:07.561Z] ---> 3ce700fc6652 [2023-08-16T15:01:07.561Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-16T15:01:07.561Z] ---> Running in 418b3dce30c8 [2023-08-16T15:01:07.822Z] Removing intermediate container 418b3dce30c8 [2023-08-16T15:01:07.822Z] ---> e4340bb1791f [2023-08-16T15:01:07.822Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T15:01:07.822Z] ---> Running in 60abe1354c97 [2023-08-16T15:01:08.082Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T15:01:08.341Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T15:01:08.600Z] OK: 265 MiB in 53 packages [2023-08-16T15:01:08.861Z] Removing intermediate container 60abe1354c97 [2023-08-16T15:01:08.861Z] ---> 75de10f7ef50 [2023-08-16T15:01:08.861Z] Step 7/12 : WORKDIR /app [2023-08-16T15:01:08.861Z] ---> Running in 14165c161489 [2023-08-16T15:01:08.861Z] Removing intermediate container 14165c161489 [2023-08-16T15:01:08.861Z] ---> 26af83e469c8 [2023-08-16T15:01:08.861Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-16T15:01:09.060Z] Still waiting to schedule task [2023-08-16T15:01:09.060Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3792’ [2023-08-16T15:01:09.121Z] ---> 51988eeddbcb [2023-08-16T15:01:09.122Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T15:01:09.122Z] ---> Running in a19a2afe0f91 [2023-08-16T15:01:41.260Z] Removing intermediate container a19a2afe0f91 [2023-08-16T15:01:41.260Z] ---> e68a01c462bf [2023-08-16T15:01:41.260Z] Step 10/12 : COPY . . [2023-08-16T15:01:41.875Z] ---> 152d12b59c9c [2023-08-16T15:01:41.875Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T15:01:41.875Z] ---> Running in 75e56c71d3a6 [2023-08-16T15:01:41.875Z] Removing intermediate container 75e56c71d3a6 [2023-08-16T15:01:41.875Z] ---> f63f76e61079 [2023-08-16T15:01:41.875Z] Step 12/12 : RUN $MAKE [2023-08-16T15:01:41.875Z] ---> Running in 0c5bbbead099 [2023-08-16T15:01:42.134Z] noop [2023-08-16T15:01:42.394Z] Removing intermediate container 0c5bbbead099 [2023-08-16T15:01:42.394Z] ---> 4a8e37e3e7d5 [2023-08-16T15:01:42.394Z] Successfully built 4a8e37e3e7d5 [2023-08-16T15:01:42.394Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:01:42.703Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-16T15:01:42.703Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:01:42.776Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:01:42.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-16T15:01:43.264Z] $ docker top a9e9f1e9a5f7c49273f10b54a7b0bab79e90f4b3ee0a9a9b1daf5b36d0415e84 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:01:43.613Z] + go version [2023-08-16T15:01:43.613Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-16T15:01:43.629Z] $ docker stop --time=1 a9e9f1e9a5f7c49273f10b54a7b0bab79e90f4b3ee0a9a9b1daf5b36d0415e84 [2023-08-16T15:01:45.269Z] $ docker rm -f --volumes a9e9f1e9a5f7c49273f10b54a7b0bab79e90f4b3ee0a9a9b1daf5b36d0415e84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:01:45.701Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-16T15:01:45.701Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:01:45.773Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:01:45.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-16T15:01:46.116Z] $ docker top 376ef497b9cc4e1ccc3fadbb05e9803413cbb823e4b228f304a62a2ad0cfc49b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:01:46.458Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-08-16T15:01:46.755Z] + make test [2023-08-16T15:01:46.755Z] go test -race -coverprofile=coverage.out ./... [2023-08-16T15:02:08.685Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-16T15:02:08.685Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.083s coverage: 88.0% of statements [2023-08-16T15:02:08.685Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-16T15:02:08.685Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-16T15:02:08.685Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-16T15:02:15.261Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.591s coverage: 97.5% of statements [2023-08-16T15:02:15.261Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.103s coverage: 85.2% of statements [2023-08-16T15:02:37.179Z] go vet ./... [2023-08-16T15:02:41.384Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-16T15:02:41.384Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-16T15:02:41.384Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-16T15:02:41.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-16T15:02:41.677Z] $ docker stop --time=1 376ef497b9cc4e1ccc3fadbb05e9803413cbb823e4b228f304a62a2ad0cfc49b [2023-08-16T15:02:45.989Z] $ docker rm -f --volumes 376ef497b9cc4e1ccc3fadbb05e9803413cbb823e4b228f304a62a2ad0cfc49b [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T15:02:46.557Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-16T15:02:46.600Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-16T15:02:47.065Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-16T15:02:47.402Z] + ls -al . [2023-08-16T15:02:47.402Z] total 172 [2023-08-16T15:02:47.402Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 16 15:01 . [2023-08-16T15:02:47.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 .. [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 16 15:00 .dockerignore [2023-08-16T15:02:47.402Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:00 .git [2023-08-16T15:02:47.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 .github [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 16 15:00 .gitignore [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 15:00 .golangci.yml [2023-08-16T15:02:47.402Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 15:00 .semver [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 16 15:00 Attribution.txt [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 16 15:00 CHANGELOG.md [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 16 15:00 Dockerfile [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 15:00 GOVERNANCE.md [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 16 15:00 Jenkinsfile [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 16 15:00 LICENSE [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 16 15:00 Makefile [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 16 15:00 OWNERS.md [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 16 15:00 README.md [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 16 15:00 Record and Reply.postman_collection.json [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 15:00 VERSION [2023-08-16T15:02:47.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 bin [2023-08-16T15:02:47.402Z] -rw-r--r-- 1 jenkins jenkins 16060 Aug 16 15:02 coverage.out [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 16 15:00 go.mod [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 16 15:00 go.sum [2023-08-16T15:02:47.402Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 16 15:00 internal [2023-08-16T15:02:47.402Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 16 15:00 main.go [2023-08-16T15:02:47.402Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:00 pkg [2023-08-16T15:02:47.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:02:47.711Z] + 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=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b --label arch=amd64 --label version=3.1.0-dev.32 . [2023-08-16T15:02:47.711Z] Sending build context to Docker daemon 456.2kB [2023-08-16T15:02:47.711Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T15:02:47.711Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-16T15:02:47.711Z] ---> 4a8e37e3e7d5 [2023-08-16T15:02:47.711Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T15:02:47.711Z] ---> Running in 81f739d9d913 [2023-08-16T15:02:47.971Z] Removing intermediate container 81f739d9d913 [2023-08-16T15:02:47.971Z] ---> 68e69a471513 [2023-08-16T15:02:47.971Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T15:02:47.971Z] ---> Running in ea8f8995eb29 [2023-08-16T15:02:47.971Z] Removing intermediate container ea8f8995eb29 [2023-08-16T15:02:47.971Z] ---> e41c15791dce [2023-08-16T15:02:47.971Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-16T15:02:47.971Z] ---> Running in 4c7fb22c0fa4 [2023-08-16T15:02:47.971Z] Removing intermediate container 4c7fb22c0fa4 [2023-08-16T15:02:47.971Z] ---> c3e75cfed940 [2023-08-16T15:02:47.971Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T15:02:48.230Z] ---> Running in ec9dec15df3f [2023-08-16T15:02:48.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T15:02:48.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T15:02:49.061Z] OK: 265 MiB in 53 packages [2023-08-16T15:02:49.321Z] Removing intermediate container ec9dec15df3f [2023-08-16T15:02:49.321Z] ---> 0e7f20f816d2 [2023-08-16T15:02:49.321Z] Step 7/26 : WORKDIR /app [2023-08-16T15:02:49.321Z] ---> Running in d66dcd3b9893 [2023-08-16T15:02:49.321Z] Removing intermediate container d66dcd3b9893 [2023-08-16T15:02:49.321Z] ---> bea24c0dcfe7 [2023-08-16T15:02:49.321Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-16T15:02:49.321Z] ---> 021cdaa7db8b [2023-08-16T15:02:49.321Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T15:02:49.581Z] ---> Running in e2da986a685c [2023-08-16T15:02:50.149Z] Removing intermediate container e2da986a685c [2023-08-16T15:02:50.149Z] ---> 24cb6f159a6d [2023-08-16T15:02:50.149Z] Step 10/26 : COPY . . [2023-08-16T15:02:50.409Z] ---> 2923ce94c508 [2023-08-16T15:02:50.409Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T15:02:50.409Z] ---> Running in febdf157de90 [2023-08-16T15:02:50.669Z] Removing intermediate container febdf157de90 [2023-08-16T15:02:50.669Z] ---> b0098aac8392 [2023-08-16T15:02:50.669Z] Step 12/26 : RUN $MAKE [2023-08-16T15:02:50.669Z] ---> Running in f4007093fbb9 [2023-08-16T15:02:50.927Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.32" -trimpath -mod=readonly -o app-record-replay [2023-08-16T15:03:12.878Z] Removing intermediate container f4007093fbb9 [2023-08-16T15:03:12.878Z] ---> 641b23aac804 [2023-08-16T15:03:12.878Z] Step 13/26 : FROM alpine:3.17 [2023-08-16T15:03:13.137Z] 3.17: Pulling from library/alpine [2023-08-16T15:03:13.137Z] 9398808236ff: Pulling fs layer [2023-08-16T15:03:13.396Z] 9398808236ff: Download complete [2023-08-16T15:03:13.656Z] 9398808236ff: Pull complete [2023-08-16T15:03:13.656Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-16T15:03:13.656Z] Status: Downloaded newer image for alpine:3.17 [2023-08-16T15:03:13.656Z] ---> 1e0b8b5322fc [2023-08-16T15:03:13.656Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-16T15:03:13.656Z] ---> Running in 3a039d1941ee [2023-08-16T15:03:13.915Z] Removing intermediate container 3a039d1941ee [2023-08-16T15:03:13.915Z] ---> d7b9ee181279 [2023-08-16T15:03:13.915Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-16T15:03:13.915Z] ---> Running in e206ba8c1674 [2023-08-16T15:03:13.915Z] Removing intermediate container e206ba8c1674 [2023-08-16T15:03:13.915Z] ---> 84857d68b053 [2023-08-16T15:03:13.915Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-16T15:03:13.915Z] ---> Running in 8029e4922443 [2023-08-16T15:03:14.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T15:03:14.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T15:03:14.691Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-16T15:03:14.691Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-16T15:03:14.691Z] Executing busybox-1.35.0-r29.trigger [2023-08-16T15:03:14.691Z] Executing ca-certificates-20230506-r0.trigger [2023-08-16T15:03:14.691Z] OK: 8 MiB in 17 packages [2023-08-16T15:03:15.260Z] Removing intermediate container 8029e4922443 [2023-08-16T15:03:15.260Z] ---> 9bf41e51df6b [2023-08-16T15:03:15.260Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-16T15:03:15.260Z] ---> 22a5de05d026 [2023-08-16T15:03:15.260Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-16T15:03:15.520Z] ---> ef18f555398a [2023-08-16T15:03:15.520Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-16T15:03:15.520Z] ---> 95ff70027ef8 [2023-08-16T15:03:15.520Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-16T15:03:16.470Z] ---> 5b52aec6f88d [2023-08-16T15:03:16.471Z] Step 21/26 : EXPOSE 59712 [2023-08-16T15:03:16.471Z] ---> Running in a4f895f496b0 [2023-08-16T15:03:16.471Z] Removing intermediate container a4f895f496b0 [2023-08-16T15:03:16.471Z] ---> 21d8153a1370 [2023-08-16T15:03:16.471Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-16T15:03:16.471Z] ---> Running in beda1979c38a [2023-08-16T15:03:16.471Z] Removing intermediate container beda1979c38a [2023-08-16T15:03:16.471Z] ---> d2e70bc78b23 [2023-08-16T15:03:16.471Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-16T15:03:16.471Z] ---> Running in 2505b4455fc6 [2023-08-16T15:03:16.731Z] Removing intermediate container 2505b4455fc6 [2023-08-16T15:03:16.731Z] ---> e3a1f3352a55 [2023-08-16T15:03:16.731Z] Step 24/26 : LABEL arch=amd64 [2023-08-16T15:03:16.731Z] ---> Running in 34692de39542 [2023-08-16T15:03:16.731Z] Removing intermediate container 34692de39542 [2023-08-16T15:03:16.731Z] ---> 44e12e2a0583 [2023-08-16T15:03:16.731Z] Step 25/26 : LABEL git_sha=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:03:16.731Z] ---> Running in edca21aeeee4 [2023-08-16T15:03:16.731Z] Removing intermediate container edca21aeeee4 [2023-08-16T15:03:16.731Z] ---> c58ffe673e7e [2023-08-16T15:03:16.731Z] Step 26/26 : LABEL version=3.1.0-dev.32 [2023-08-16T15:03:16.731Z] ---> Running in a7b6ac1c7bcc [2023-08-16T15:03:16.990Z] Removing intermediate container a7b6ac1c7bcc [2023-08-16T15:03:16.990Z] ---> de01f08bb11e [2023-08-16T15:03:16.990Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-16T15:03:16.990Z] Successfully built de01f08bb11e [2023-08-16T15:03:16.990Z] 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-08-16T15:03:17.102Z] provisioning config files... [2023-08-16T15:03:17.111Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7570594745114946495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:03:17.404Z] ---> docker-login.sh [2023-08-16T15:03:17.405Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:03:17.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:03:17.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:03:17.405Z] Configure a credential helper to remove this warning. See [2023-08-16T15:03:17.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:03:17.405Z] [2023-08-16T15:03:17.405Z] Login Succeeded [2023-08-16T15:03:17.405Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:03:17.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:03:17.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:03:17.665Z] Configure a credential helper to remove this warning. See [2023-08-16T15:03:17.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:03:17.665Z] [2023-08-16T15:03:17.665Z] Login Succeeded [2023-08-16T15:03:17.665Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:03:17.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:03:17.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:03:17.665Z] Configure a credential helper to remove this warning. See [2023-08-16T15:03:17.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:03:17.665Z] [2023-08-16T15:03:17.665Z] Login Succeeded [2023-08-16T15:03:17.665Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:03:17.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:03:17.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:03:17.924Z] Configure a credential helper to remove this warning. See [2023-08-16T15:03:17.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:03:17.924Z] [2023-08-16T15:03:17.924Z] Login Succeeded [2023-08-16T15:03:17.924Z] docker.io [2023-08-16T15:03:17.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:03:18.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:03:18.183Z] Configure a credential helper to remove this warning. See [2023-08-16T15:03:18.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:03:18.183Z] [2023-08-16T15:03:18.183Z] Login Succeeded [2023-08-16T15:03:18.183Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:03:18.190Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:03:18.214Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:03:18.231Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-08-16T15:03:18.231Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:03:18.231Z] latest [2023-08-16T15:03:18.231Z] 3.1.0-dev.32 [2023-08-16T15:03:18.231Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [2023-08-16T15:03:18.231Z] main [2023-08-16T15:03:18.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:18.537Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:18.839Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:03:18.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-16T15:03:18.839Z] 8ab3abeb4c16: Preparing [2023-08-16T15:03:18.839Z] e63f06fb7a70: Preparing [2023-08-16T15:03:18.839Z] bf897363683a: Preparing [2023-08-16T15:03:18.839Z] 1b2562bbcd81: Preparing [2023-08-16T15:03:18.839Z] 929e9b098506: Preparing [2023-08-16T15:03:18.839Z] 36b50b131297: Preparing [2023-08-16T15:03:18.839Z] 36b50b131297: Waiting [2023-08-16T15:03:18.839Z] bf897363683a: Pushed [2023-08-16T15:03:18.839Z] e63f06fb7a70: Pushed [2023-08-16T15:03:18.839Z] 1b2562bbcd81: Pushed [2023-08-16T15:03:18.839Z] 36b50b131297: Layer already exists [2023-08-16T15:03:18.839Z] 929e9b098506: Pushed [2023-08-16T15:03:21.376Z] 8ab3abeb4c16: Pushed [2023-08-16T15:03:21.376Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:21.683Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:21.995Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-16T15:03:21.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-16T15:03:21.995Z] 8ab3abeb4c16: Preparing [2023-08-16T15:03:21.995Z] e63f06fb7a70: Preparing [2023-08-16T15:03:21.995Z] bf897363683a: Preparing [2023-08-16T15:03:21.995Z] 1b2562bbcd81: Preparing [2023-08-16T15:03:21.995Z] 929e9b098506: Preparing [2023-08-16T15:03:21.995Z] 36b50b131297: Preparing [2023-08-16T15:03:21.995Z] e63f06fb7a70: Layer already exists [2023-08-16T15:03:21.995Z] bf897363683a: Layer already exists [2023-08-16T15:03:21.995Z] 1b2562bbcd81: Layer already exists [2023-08-16T15:03:21.995Z] 8ab3abeb4c16: Layer already exists [2023-08-16T15:03:21.995Z] 929e9b098506: Layer already exists [2023-08-16T15:03:21.995Z] 36b50b131297: Layer already exists [2023-08-16T15:03:21.995Z] latest: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:22.311Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:22.622Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.32 [2023-08-16T15:03:22.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-16T15:03:22.622Z] 8ab3abeb4c16: Preparing [2023-08-16T15:03:22.622Z] e63f06fb7a70: Preparing [2023-08-16T15:03:22.622Z] bf897363683a: Preparing [2023-08-16T15:03:22.622Z] 1b2562bbcd81: Preparing [2023-08-16T15:03:22.622Z] 929e9b098506: Preparing [2023-08-16T15:03:22.622Z] 36b50b131297: Preparing [2023-08-16T15:03:22.622Z] 36b50b131297: Waiting [2023-08-16T15:03:22.622Z] 8ab3abeb4c16: Layer already exists [2023-08-16T15:03:22.622Z] bf897363683a: Layer already exists [2023-08-16T15:03:22.622Z] 929e9b098506: Layer already exists [2023-08-16T15:03:22.622Z] 1b2562bbcd81: Layer already exists [2023-08-16T15:03:22.622Z] e63f06fb7a70: Layer already exists [2023-08-16T15:03:22.622Z] 36b50b131297: Layer already exists [2023-08-16T15:03:22.622Z] 3.1.0-dev.32: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:22.936Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:23.240Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [2023-08-16T15:03:23.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-16T15:03:23.240Z] 8ab3abeb4c16: Preparing [2023-08-16T15:03:23.240Z] e63f06fb7a70: Preparing [2023-08-16T15:03:23.240Z] bf897363683a: Preparing [2023-08-16T15:03:23.240Z] 1b2562bbcd81: Preparing [2023-08-16T15:03:23.240Z] 929e9b098506: Preparing [2023-08-16T15:03:23.240Z] 36b50b131297: Preparing [2023-08-16T15:03:23.240Z] 36b50b131297: Waiting [2023-08-16T15:03:23.240Z] e63f06fb7a70: Layer already exists [2023-08-16T15:03:23.240Z] bf897363683a: Layer already exists [2023-08-16T15:03:23.240Z] 8ab3abeb4c16: Layer already exists [2023-08-16T15:03:23.240Z] 929e9b098506: Layer already exists [2023-08-16T15:03:23.240Z] 1b2562bbcd81: Layer already exists [2023-08-16T15:03:23.240Z] 36b50b131297: Layer already exists [2023-08-16T15:03:23.240Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:23.553Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:23.855Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-08-16T15:03:23.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-16T15:03:23.855Z] 8ab3abeb4c16: Preparing [2023-08-16T15:03:23.855Z] e63f06fb7a70: Preparing [2023-08-16T15:03:23.855Z] bf897363683a: Preparing [2023-08-16T15:03:23.855Z] 1b2562bbcd81: Preparing [2023-08-16T15:03:23.855Z] 929e9b098506: Preparing [2023-08-16T15:03:23.855Z] 36b50b131297: Preparing [2023-08-16T15:03:23.855Z] 36b50b131297: Waiting [2023-08-16T15:03:23.855Z] 8ab3abeb4c16: Layer already exists [2023-08-16T15:03:23.855Z] bf897363683a: Layer already exists [2023-08-16T15:03:23.855Z] 1b2562bbcd81: Layer already exists [2023-08-16T15:03:23.855Z] 929e9b098506: Layer already exists [2023-08-16T15:03:23.855Z] e63f06fb7a70: Layer already exists [2023-08-16T15:03:23.855Z] 36b50b131297: Layer already exists [2023-08-16T15:03:23.855Z] main: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:03:23.905Z] ===================================================== [Pipeline] echo [2023-08-16T15:03:23.914Z] taggedImages: [2023-08-16T15:03:23.914Z] - nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:03:23.914Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-16T15:03:23.914Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.32 [2023-08-16T15:03:23.914Z] - nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [2023-08-16T15:03:23.914Z] - 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-08-16T15:03:24.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:03:24.300Z] [2023-08-16T15:03:24.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:03:24.595Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:03:24.595Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-16T15:03:24.595Z] 5eb5b503b376: Pulling fs layer [2023-08-16T15:03:24.595Z] 5c69ac0246d0: Pulling fs layer [2023-08-16T15:03:24.595Z] ec43610c2a17: Pulling fs layer [2023-08-16T15:03:24.595Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-16T15:03:24.595Z] 33b1e0a273af: Pulling fs layer [2023-08-16T15:03:24.595Z] 5d3b04190fa2: Pulling fs layer [2023-08-16T15:03:24.595Z] 2f39f015ded8: Pulling fs layer [2023-08-16T15:03:24.595Z] 3a2ae6a8a46f: Waiting [2023-08-16T15:03:24.595Z] 33b1e0a273af: Waiting [2023-08-16T15:03:24.595Z] 5d3b04190fa2: Waiting [2023-08-16T15:03:24.595Z] 2f39f015ded8: Waiting [2023-08-16T15:03:24.595Z] 5c69ac0246d0: Download complete [2023-08-16T15:03:24.595Z] 3a2ae6a8a46f: Download complete [2023-08-16T15:03:24.855Z] 33b1e0a273af: Verifying Checksum [2023-08-16T15:03:24.855Z] 33b1e0a273af: Download complete [2023-08-16T15:03:24.855Z] 5d3b04190fa2: Download complete [2023-08-16T15:03:24.855Z] ec43610c2a17: Verifying Checksum [2023-08-16T15:03:24.855Z] ec43610c2a17: Download complete [2023-08-16T15:03:24.855Z] 5eb5b503b376: Verifying Checksum [2023-08-16T15:03:24.855Z] 5eb5b503b376: Download complete [2023-08-16T15:03:25.424Z] 2f39f015ded8: Verifying Checksum [2023-08-16T15:03:25.424Z] 2f39f015ded8: Download complete [2023-08-16T15:03:25.991Z] 5eb5b503b376: Pull complete [2023-08-16T15:03:25.991Z] 5c69ac0246d0: Pull complete [2023-08-16T15:03:26.555Z] ec43610c2a17: Pull complete [2023-08-16T15:03:26.555Z] 3a2ae6a8a46f: Pull complete [2023-08-16T15:03:26.812Z] 33b1e0a273af: Pull complete [2023-08-16T15:03:26.812Z] 5d3b04190fa2: Pull complete [2023-08-16T15:03:31.008Z] 2f39f015ded8: Pull complete [2023-08-16T15:03:31.008Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-16T15:03:31.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:03:31.008Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:03:31.095Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:03:31.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-16T15:03:37.041Z] $ docker top aecdfd9ddee078f96b681e1e483d4d06a4d854dbb392a3a8b4530b80baad997c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:03:37.415Z] ---> job-cost.sh [2023-08-16T15:03:37.415Z] lf-activate-venv: SKIPPING [2023-08-16T15:03:37.415Z] INFO: No Stack... [2023-08-16T15:03:37.675Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-16T15:03:37.934Z] INFO: Archiving Costs [Pipeline] sh [2023-08-16T15:03:38.222Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-08-16T15:03:38.222Z] + cut -d, -f6 [Pipeline] lock [2023-08-16T15:03:38.236Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [2023-08-16T15:03:38.244Z] Resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] did not exist. Created. [2023-08-16T15:03:38.245Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-16T15:03:38.552Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-16T15:03:38.581Z] Stashed 1 file(s) [Pipeline] } [2023-08-16T15:03:38.587Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-16T15:03:38.610Z] $ docker stop --time=1 aecdfd9ddee078f96b681e1e483d4d06a4d854dbb392a3a8b4530b80baad997c [2023-08-16T15:03:39.884Z] $ docker rm -f --volumes aecdfd9ddee078f96b681e1e483d4d06a4d854dbb392a3a8b4530b80baad997c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-16T15:04:42.576Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3795 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-08-16T15:04:42.587Z] Running in /w/workspace/app-record-replay/35 [Pipeline] { [Pipeline] checkout [2023-08-16T15:04:42.622Z] Selected Git installation does not exist. Using Default [2023-08-16T15:04:42.622Z] The recommended git tool is: NONE [2023-08-16T15:04:48.745Z] using credential edgex-jenkins-ssh [2023-08-16T15:04:48.766Z] Cloning the remote Git repository [2023-08-16T15:04:48.819Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-08-16T15:04:48.949Z] > git init /w/workspace/app-record-replay/35 # timeout=10 [2023-08-16T15:04:49.121Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-08-16T15:04:49.122Z] > git --version # timeout=10 [2023-08-16T15:04:49.145Z] > git --version # 'git version 2.25.1' [2023-08-16T15:04:49.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-16T15:04:49.314Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-16T15:04:49.971Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-08-16T15:04:49.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-16T15:04:50.955Z] Avoid second fetch [2023-08-16T15:04:50.955Z] Checking out Revision 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b (main) [2023-08-16T15:04:50.977Z] > git config core.sparsecheckout # timeout=10 [2023-08-16T15:04:51.064Z] > git checkout -f 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b # timeout=10 [2023-08-16T15:04:51.572Z] Commit message: "Merge pull request #59 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.19" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T15:04:52.677Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-16T15:04:52.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-16T15:04:52.677Z] Dload Upload Total Spent Left Speed [2023-08-16T15:04:52.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh [2023-08-16T15:04:53.327Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-16T15:04:53.668Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-16T15:04:53.668Z] + sudo tee /etc/docker/daemon.new [2023-08-16T15:04:53.668Z] { [2023-08-16T15:04:53.668Z] "registry-mirrors": [ [2023-08-16T15:04:53.668Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-16T15:04:53.668Z] ], [2023-08-16T15:04:53.668Z] "bip": "10.250.0.254/24", [2023-08-16T15:04:53.668Z] "hosts": [ [2023-08-16T15:04:53.668Z] "tcp://0.0.0.0:5555", [2023-08-16T15:04:53.668Z] "unix:///var/run/docker.sock" [2023-08-16T15:04:53.668Z] ], [2023-08-16T15:04:53.668Z] "mtu": 1458, [2023-08-16T15:04:53.668Z] "selinux-enabled": true, [2023-08-16T15:04:53.668Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-16T15:04:53.668Z] } [Pipeline] sh [2023-08-16T15:04:54.013Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-16T15:04:54.362Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T15:05:12.650Z] provisioning config files... [2023-08-16T15:05:12.678Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/35@tmp/config14347083748211957356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:05:13.036Z] ---> docker-login.sh [2023-08-16T15:05:13.036Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:05:13.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:05:13.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:05:13.626Z] Configure a credential helper to remove this warning. See [2023-08-16T15:05:13.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:05:13.626Z] [2023-08-16T15:05:13.626Z] Login Succeeded [2023-08-16T15:05:13.626Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:05:13.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:05:14.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:05:14.170Z] Configure a credential helper to remove this warning. See [2023-08-16T15:05:14.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:05:14.170Z] [2023-08-16T15:05:14.170Z] Login Succeeded [2023-08-16T15:05:14.170Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:05:14.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:05:14.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:05:14.442Z] Configure a credential helper to remove this warning. See [2023-08-16T15:05:14.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:05:14.442Z] [2023-08-16T15:05:14.442Z] Login Succeeded [2023-08-16T15:05:14.442Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:05:14.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:05:14.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:05:14.713Z] Configure a credential helper to remove this warning. See [2023-08-16T15:05:14.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:05:14.713Z] [2023-08-16T15:05:14.713Z] Login Succeeded [2023-08-16T15:05:14.713Z] docker.io [2023-08-16T15:05:14.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:05:15.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:05:15.251Z] Configure a credential helper to remove this warning. See [2023-08-16T15:05:15.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:05:15.251Z] [2023-08-16T15:05:15.251Z] Login Succeeded [2023-08-16T15:05:15.251Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:05:15.267Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-16T15:05:15.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:05:15.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:05:15.585Z] ========================================================= [2023-08-16T15:05:15.585Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-16T15:05:15.585Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:05:15.942Z] + 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-08-16T15:05:15.943Z] Sending build context to Docker daemon 197.1kB [2023-08-16T15:05:16.213Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T15:05:16.213Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-16T15:05:16.213Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-16T15:05:16.213Z] edb6bdbacee9: Pulling fs layer [2023-08-16T15:05:16.213Z] 5f9638ab2659: Pulling fs layer [2023-08-16T15:05:16.213Z] 8d51d6327a98: Pulling fs layer [2023-08-16T15:05:16.213Z] 8b374f2dd631: Pulling fs layer [2023-08-16T15:05:16.213Z] ec14aa9079de: Pulling fs layer [2023-08-16T15:05:16.213Z] 2f466654f4bb: Pulling fs layer [2023-08-16T15:05:16.213Z] 554e91adad29: Pulling fs layer [2023-08-16T15:05:16.213Z] ec14aa9079de: Waiting [2023-08-16T15:05:16.213Z] 2f466654f4bb: Waiting [2023-08-16T15:05:16.213Z] 554e91adad29: Waiting [2023-08-16T15:05:16.213Z] 8b374f2dd631: Waiting [2023-08-16T15:05:16.485Z] 5f9638ab2659: Verifying Checksum [2023-08-16T15:05:16.485Z] 5f9638ab2659: Download complete [2023-08-16T15:05:16.485Z] 8b374f2dd631: Verifying Checksum [2023-08-16T15:05:16.485Z] 8b374f2dd631: Download complete [2023-08-16T15:05:16.485Z] ec14aa9079de: Verifying Checksum [2023-08-16T15:05:16.485Z] ec14aa9079de: Download complete [2023-08-16T15:05:16.485Z] edb6bdbacee9: Verifying Checksum [2023-08-16T15:05:17.464Z] edb6bdbacee9: Pull complete [2023-08-16T15:05:18.054Z] 554e91adad29: Verifying Checksum [2023-08-16T15:05:18.054Z] 554e91adad29: Download complete [2023-08-16T15:05:18.054Z] 5f9638ab2659: Pull complete [2023-08-16T15:05:19.035Z] 8d51d6327a98: Verifying Checksum [2023-08-16T15:05:19.035Z] 8d51d6327a98: Download complete [2023-08-16T15:05:19.310Z] 2f466654f4bb: Verifying Checksum [2023-08-16T15:05:19.310Z] 2f466654f4bb: Download complete [2023-08-16T15:05:31.680Z] 8d51d6327a98: Pull complete [2023-08-16T15:05:31.680Z] 8b374f2dd631: Pull complete [2023-08-16T15:05:31.680Z] ec14aa9079de: Pull complete [2023-08-16T15:05:39.902Z] 2f466654f4bb: Pull complete [2023-08-16T15:05:41.857Z] 554e91adad29: Pull complete [2023-08-16T15:05:41.857Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-16T15:05:41.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-16T15:05:41.857Z] ---> 1e15ea492957 [2023-08-16T15:05:41.857Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T15:05:43.834Z] ---> Running in d5d868d55af6 [2023-08-16T15:05:43.834Z] Removing intermediate container d5d868d55af6 [2023-08-16T15:05:43.834Z] ---> 5745f9a908d4 [2023-08-16T15:05:43.834Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T15:05:44.103Z] ---> Running in 3bd93dc9c5f5 [2023-08-16T15:05:44.372Z] Removing intermediate container 3bd93dc9c5f5 [2023-08-16T15:05:44.372Z] ---> d0bdb0b6b77f [2023-08-16T15:05:44.372Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-16T15:05:44.372Z] ---> Running in 82ad3a0e9b3a [2023-08-16T15:05:44.639Z] Removing intermediate container 82ad3a0e9b3a [2023-08-16T15:05:44.639Z] ---> 48bca8f7906b [2023-08-16T15:05:44.639Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T15:05:44.918Z] ---> Running in d2f883dd11a5 [2023-08-16T15:05:45.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T15:05:46.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T15:05:47.920Z] OK: 263 MiB in 53 packages [2023-08-16T15:05:48.890Z] Removing intermediate container d2f883dd11a5 [2023-08-16T15:05:48.890Z] ---> 363f30917d28 [2023-08-16T15:05:48.890Z] Step 7/12 : WORKDIR /app [2023-08-16T15:05:48.890Z] ---> Running in 6068e3d97933 [2023-08-16T15:05:49.158Z] Removing intermediate container 6068e3d97933 [2023-08-16T15:05:49.158Z] ---> 51b14baf58ec [2023-08-16T15:05:49.158Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-16T15:05:49.751Z] ---> 9cef75dc3d18 [2023-08-16T15:05:49.751Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T15:05:49.751Z] ---> Running in cb9d344db895 [2023-08-16T15:07:11.425Z] Removing intermediate container cb9d344db895 [2023-08-16T15:07:11.425Z] ---> 6ba2b93b8298 [2023-08-16T15:07:11.425Z] Step 10/12 : COPY . . [2023-08-16T15:07:11.425Z] ---> f4099705a37e [2023-08-16T15:07:11.425Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T15:07:11.425Z] ---> Running in 9056920624ff [2023-08-16T15:07:11.425Z] Removing intermediate container 9056920624ff [2023-08-16T15:07:11.425Z] ---> 76851bae77c9 [2023-08-16T15:07:11.425Z] Step 12/12 : RUN $MAKE [2023-08-16T15:07:11.425Z] ---> Running in aed6d2e8c5b9 [2023-08-16T15:07:11.425Z] noop [2023-08-16T15:07:11.425Z] Removing intermediate container aed6d2e8c5b9 [2023-08-16T15:07:11.425Z] ---> 91ee5df2cced [2023-08-16T15:07:11.425Z] Successfully built 91ee5df2cced [2023-08-16T15:07:11.425Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:07:11.784Z] + docker inspect -f . ci-base-image-arm64 [2023-08-16T15:07:11.784Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:07:12.019Z] prd-ubuntu20.04-docker-arm64-4c-16g-3795 does not seem to be running inside a container [2023-08-16T15:07:12.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/35 -v /w/workspace/app-record-replay/35:/w/workspace/app-record-replay/35:rw,z -v /w/workspace/app-record-replay/35@tmp:/w/workspace/app-record-replay/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-16T15:07:13.442Z] $ docker top 858ef2e24ff8f798764999ca5aa282e7ab3307a89b526de6eefc6304ae3c5a91 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:07:14.294Z] + go version [2023-08-16T15:07:14.294Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-16T15:07:14.315Z] $ docker stop --time=1 858ef2e24ff8f798764999ca5aa282e7ab3307a89b526de6eefc6304ae3c5a91 [2023-08-16T15:07:15.927Z] $ docker rm -f --volumes 858ef2e24ff8f798764999ca5aa282e7ab3307a89b526de6eefc6304ae3c5a91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:07:16.477Z] + docker inspect -f . ci-base-image-arm64 [2023-08-16T15:07:16.478Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:07:16.678Z] prd-ubuntu20.04-docker-arm64-4c-16g-3795 does not seem to be running inside a container [2023-08-16T15:07:16.750Z] $ 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/35 -v /w/workspace/app-record-replay/35:/w/workspace/app-record-replay/35:rw,z -v /w/workspace/app-record-replay/35@tmp:/w/workspace/app-record-replay/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-16T15:07:17.943Z] $ docker top 591067df17e6a7c08b1ef36f262cb58f3a3a1a94a7e2a2e246631c15521fb460 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:07:18.778Z] + git config --global --add safe.directory /w/workspace/app-record-replay/35 [Pipeline] fileExists [Pipeline] sh [2023-08-16T15:07:19.113Z] + make test [2023-08-16T15:07:19.381Z] go test -race -coverprofile=coverage.out ./... [2023-08-16T15:10:41.237Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-16T15:10:41.237Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-16T15:10:41.237Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-16T15:10:41.237Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-16T15:10:41.237Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.274s coverage: 88.0% of statements [2023-08-16T15:10:49.441Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.867s coverage: 97.5% of statements [2023-08-16T15:10:49.441Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.553s coverage: 85.2% of statements [2023-08-16T15:10:50.025Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-16T15:10:50.025Z] go vet ./... [2023-08-16T15:13:26.790Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-16T15:13:26.790Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-16T15:13:26.790Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-16T15:13:26.808Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-16T15:13:26.820Z] $ docker stop --time=1 591067df17e6a7c08b1ef36f262cb58f3a3a1a94a7e2a2e246631c15521fb460 [2023-08-16T15:13:28.785Z] $ docker rm -f --volumes 591067df17e6a7c08b1ef36f262cb58f3a3a1a94a7e2a2e246631c15521fb460 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T15:13:30.470Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-16T15:13:30.493Z] Warning: overwriting stash ‘coverage-report’ [2023-08-16T15:13:30.968Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T15:13:31.353Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-16T15:13:31.675Z] + ls -al . [2023-08-16T15:13:31.676Z] total 168 [2023-08-16T15:13:31.676Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:07 . [2023-08-16T15:13:31.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:04 .. [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 16 15:04 .dockerignore [2023-08-16T15:13:31.676Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:04 .git [2023-08-16T15:13:31.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:04 .github [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 16 15:04 .gitignore [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 15:04 .golangci.yml [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 16 15:04 Attribution.txt [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 16 15:04 CHANGELOG.md [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 16 15:04 Dockerfile [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 15:04 GOVERNANCE.md [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 16 15:04 Jenkinsfile [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 16 15:04 LICENSE [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 16 15:04 Makefile [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 16 15:04 OWNERS.md [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 16 15:04 README.md [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 16 15:04 Record and Reply.postman_collection.json [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 15:00 VERSION [2023-08-16T15:13:31.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:04 bin [2023-08-16T15:13:31.676Z] -rw-r--r-- 1 jenkins jenkins 16060 Aug 16 15:10 coverage.out [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 16 15:04 go.mod [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 16 15:04 go.sum [2023-08-16T15:13:31.676Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 16 15:04 internal [2023-08-16T15:13:31.676Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 16 15:04 main.go [2023-08-16T15:13:31.676Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:04 pkg [2023-08-16T15:13:31.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:04 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:13:32.013Z] + 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=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b --label arch=arm64 --label version=3.1.0-dev.32 . [2023-08-16T15:13:32.013Z] Sending build context to Docker daemon 214kB [2023-08-16T15:13:32.280Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T15:13:32.280Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-16T15:13:32.280Z] ---> 91ee5df2cced [2023-08-16T15:13:32.280Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T15:13:33.244Z] ---> Running in 618161fa0af4 [2023-08-16T15:13:33.244Z] Removing intermediate container 618161fa0af4 [2023-08-16T15:13:33.244Z] ---> ab48e795af0f [2023-08-16T15:13:33.244Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T15:13:33.510Z] ---> Running in aeeea47c1c4e [2023-08-16T15:13:33.787Z] Removing intermediate container aeeea47c1c4e [2023-08-16T15:13:33.787Z] ---> f84b8da8d7f5 [2023-08-16T15:13:33.787Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-16T15:13:33.787Z] ---> Running in 1a8a56f3d635 [2023-08-16T15:13:34.057Z] Removing intermediate container 1a8a56f3d635 [2023-08-16T15:13:34.057Z] ---> 97be465c190c [2023-08-16T15:13:34.057Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T15:13:34.057Z] ---> Running in aff4adde0d6a [2023-08-16T15:13:35.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T15:13:35.599Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T15:13:36.559Z] OK: 263 MiB in 53 packages [2023-08-16T15:13:37.533Z] Removing intermediate container aff4adde0d6a [2023-08-16T15:13:37.533Z] ---> a6ccc9c430de [2023-08-16T15:13:37.533Z] Step 7/26 : WORKDIR /app [2023-08-16T15:13:37.533Z] ---> Running in b7cc466c959d [2023-08-16T15:13:37.800Z] Removing intermediate container b7cc466c959d [2023-08-16T15:13:37.800Z] ---> d8891321c472 [2023-08-16T15:13:37.800Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-16T15:13:38.383Z] ---> 1366f2fea543 [2023-08-16T15:13:38.383Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T15:13:38.383Z] ---> Running in 0531b8f67287 [2023-08-16T15:13:40.969Z] Removing intermediate container 0531b8f67287 [2023-08-16T15:13:40.969Z] ---> fafe68b42acb [2023-08-16T15:13:40.969Z] Step 10/26 : COPY . . [2023-08-16T15:13:41.237Z] ---> 8c4a4a87d329 [2023-08-16T15:13:41.237Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T15:13:41.237Z] ---> Running in 685a9fd18530 [2023-08-16T15:13:41.506Z] Removing intermediate container 685a9fd18530 [2023-08-16T15:13:41.506Z] ---> 3d00c915cfab [2023-08-16T15:13:41.506Z] Step 12/26 : RUN $MAKE [2023-08-16T15:13:41.781Z] ---> Running in daf57eb5ca47 [2023-08-16T15:13:42.750Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.32" -trimpath -mod=readonly -o app-record-replay [2023-08-16T15:15:49.426Z] Removing intermediate container daf57eb5ca47 [2023-08-16T15:15:49.426Z] ---> 60d7e55b75c7 [2023-08-16T15:15:49.426Z] Step 13/26 : FROM alpine:3.17 [2023-08-16T15:15:49.426Z] 3.17: Pulling from library/alpine [2023-08-16T15:15:49.426Z] 4060ece20d7a: Pulling fs layer [2023-08-16T15:15:49.426Z] 4060ece20d7a: Verifying Checksum [2023-08-16T15:15:49.426Z] 4060ece20d7a: Download complete [2023-08-16T15:15:49.426Z] 4060ece20d7a: Pull complete [2023-08-16T15:15:49.426Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-16T15:15:49.426Z] Status: Downloaded newer image for alpine:3.17 [2023-08-16T15:15:49.426Z] ---> 8650cd65339b [2023-08-16T15:15:49.426Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-16T15:15:49.426Z] ---> Running in b9feacf50d02 [2023-08-16T15:15:49.426Z] Removing intermediate container b9feacf50d02 [2023-08-16T15:15:49.426Z] ---> 71bc878cba4d [2023-08-16T15:15:49.426Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-16T15:15:49.426Z] ---> Running in 9c2b3b1b5d10 [2023-08-16T15:15:49.426Z] Removing intermediate container 9c2b3b1b5d10 [2023-08-16T15:15:49.426Z] ---> 2fa02d8474ca [2023-08-16T15:15:49.426Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-16T15:15:49.426Z] ---> Running in bb6387c16537 [2023-08-16T15:15:50.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T15:15:50.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T15:15:51.923Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-16T15:15:52.189Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-16T15:15:52.189Z] Executing busybox-1.35.0-r29.trigger [2023-08-16T15:15:52.189Z] Executing ca-certificates-20230506-r0.trigger [2023-08-16T15:15:52.455Z] OK: 8 MiB in 17 packages [2023-08-16T15:15:53.869Z] Removing intermediate container bb6387c16537 [2023-08-16T15:15:53.869Z] ---> 64ee43ec091f [2023-08-16T15:15:53.869Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-16T15:15:54.135Z] ---> 7c32b9959fd2 [2023-08-16T15:15:54.135Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-16T15:15:54.764Z] ---> eb85b86153e1 [2023-08-16T15:15:54.764Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-16T15:15:55.032Z] ---> f31c369a1f8e [2023-08-16T15:15:55.032Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-16T15:15:56.445Z] ---> 271734e7cddc [2023-08-16T15:15:56.445Z] Step 21/26 : EXPOSE 59712 [2023-08-16T15:15:56.445Z] ---> Running in efd3a31f7f46 [2023-08-16T15:15:56.711Z] Removing intermediate container efd3a31f7f46 [2023-08-16T15:15:56.711Z] ---> 7c7ca6527bcc [2023-08-16T15:15:56.711Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-16T15:15:56.711Z] ---> Running in 845d7ba4b61f [2023-08-16T15:15:56.978Z] Removing intermediate container 845d7ba4b61f [2023-08-16T15:15:56.978Z] ---> 0aec7974937d [2023-08-16T15:15:56.978Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-16T15:15:56.978Z] ---> Running in 4aa326f6c0eb [2023-08-16T15:15:57.258Z] Removing intermediate container 4aa326f6c0eb [2023-08-16T15:15:57.258Z] ---> 5631610e0194 [2023-08-16T15:15:57.258Z] Step 24/26 : LABEL arch=arm64 [2023-08-16T15:15:57.545Z] ---> Running in 1adfd7a6a747 [2023-08-16T15:15:57.813Z] Removing intermediate container 1adfd7a6a747 [2023-08-16T15:15:57.813Z] ---> fac5f320d2d6 [2023-08-16T15:15:57.814Z] Step 25/26 : LABEL git_sha=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:15:57.814Z] ---> Running in 28bf880751e4 [2023-08-16T15:15:58.079Z] Removing intermediate container 28bf880751e4 [2023-08-16T15:15:58.079Z] ---> f7fbd91932bd [2023-08-16T15:15:58.079Z] Step 26/26 : LABEL version=3.1.0-dev.32 [2023-08-16T15:15:58.079Z] ---> Running in d3ce961f6be1 [2023-08-16T15:15:58.346Z] Removing intermediate container d3ce961f6be1 [2023-08-16T15:15:58.346Z] ---> 965d7d31a5de [2023-08-16T15:15:58.346Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-16T15:15:58.346Z] Successfully built 965d7d31a5de [2023-08-16T15:15:58.346Z] 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-08-16T15:15:58.466Z] provisioning config files... [2023-08-16T15:15:58.482Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/35@tmp/config119742836679974157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:15:58.823Z] ---> docker-login.sh [2023-08-16T15:15:58.823Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:15:58.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:15:59.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:15:59.091Z] Configure a credential helper to remove this warning. See [2023-08-16T15:15:59.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:15:59.091Z] [2023-08-16T15:15:59.091Z] Login Succeeded [2023-08-16T15:15:59.091Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:15:59.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:15:59.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:15:59.358Z] Configure a credential helper to remove this warning. See [2023-08-16T15:15:59.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:15:59.358Z] [2023-08-16T15:15:59.358Z] Login Succeeded [2023-08-16T15:15:59.358Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:15:59.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:15:59.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:15:59.890Z] Configure a credential helper to remove this warning. See [2023-08-16T15:15:59.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:15:59.890Z] [2023-08-16T15:15:59.890Z] Login Succeeded [2023-08-16T15:15:59.890Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:16:00.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:16:00.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:16:00.158Z] Configure a credential helper to remove this warning. See [2023-08-16T15:16:00.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:16:00.158Z] [2023-08-16T15:16:00.158Z] Login Succeeded [2023-08-16T15:16:00.158Z] docker.io [2023-08-16T15:16:00.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:16:00.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:16:00.754Z] Configure a credential helper to remove this warning. See [2023-08-16T15:16:00.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:16:00.754Z] [2023-08-16T15:16:00.754Z] Login Succeeded [2023-08-16T15:16:00.754Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:16:00.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:16:00.798Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:16:00.815Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-08-16T15:16:00.815Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:16:00.815Z] latest [2023-08-16T15:16:00.815Z] 3.1.0-dev.32 [2023-08-16T15:16:00.815Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [2023-08-16T15:16:00.815Z] main [2023-08-16T15:16:00.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:01.168Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:01.557Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:16:01.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-16T15:16:01.557Z] 40b7d96e5686: Preparing [2023-08-16T15:16:01.557Z] 2847da66667c: Preparing [2023-08-16T15:16:01.557Z] 814208f48648: Preparing [2023-08-16T15:16:01.557Z] 887bde84abc8: Preparing [2023-08-16T15:16:01.557Z] 2d6f74372ff0: Preparing [2023-08-16T15:16:01.557Z] d2d9d24a8c2a: Preparing [2023-08-16T15:16:01.557Z] d2d9d24a8c2a: Waiting [2023-08-16T15:16:01.848Z] 887bde84abc8: Pushed [2023-08-16T15:16:01.848Z] 2847da66667c: Pushed [2023-08-16T15:16:01.848Z] 814208f48648: Pushed [2023-08-16T15:16:01.848Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:16:02.119Z] 2d6f74372ff0: Pushed [2023-08-16T15:16:07.455Z] 40b7d96e5686: Pushed [2023-08-16T15:16:07.455Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:07.795Z] + 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-08-16T15:16:08.132Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-16T15:16:08.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-16T15:16:08.133Z] 40b7d96e5686: Preparing [2023-08-16T15:16:08.133Z] 2847da66667c: Preparing [2023-08-16T15:16:08.133Z] 814208f48648: Preparing [2023-08-16T15:16:08.133Z] 887bde84abc8: Preparing [2023-08-16T15:16:08.133Z] 2d6f74372ff0: Preparing [2023-08-16T15:16:08.133Z] d2d9d24a8c2a: Preparing [2023-08-16T15:16:08.133Z] d2d9d24a8c2a: Waiting [2023-08-16T15:16:08.133Z] 2d6f74372ff0: Layer already exists [2023-08-16T15:16:08.133Z] 814208f48648: Layer already exists [2023-08-16T15:16:08.133Z] 2847da66667c: Layer already exists [2023-08-16T15:16:08.133Z] 887bde84abc8: Layer already exists [2023-08-16T15:16:08.133Z] 40b7d96e5686: Layer already exists [2023-08-16T15:16:08.133Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:16:08.133Z] latest: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:08.740Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:09.079Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.32 [2023-08-16T15:16:09.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-16T15:16:09.079Z] 40b7d96e5686: Preparing [2023-08-16T15:16:09.079Z] 2847da66667c: Preparing [2023-08-16T15:16:09.079Z] 814208f48648: Preparing [2023-08-16T15:16:09.079Z] 887bde84abc8: Preparing [2023-08-16T15:16:09.079Z] 2d6f74372ff0: Preparing [2023-08-16T15:16:09.079Z] d2d9d24a8c2a: Preparing [2023-08-16T15:16:09.079Z] d2d9d24a8c2a: Waiting [2023-08-16T15:16:09.079Z] 2d6f74372ff0: Layer already exists [2023-08-16T15:16:09.079Z] 814208f48648: Layer already exists [2023-08-16T15:16:09.079Z] 40b7d96e5686: Layer already exists [2023-08-16T15:16:09.079Z] 887bde84abc8: Layer already exists [2023-08-16T15:16:09.079Z] 2847da66667c: Layer already exists [2023-08-16T15:16:09.079Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:16:09.079Z] 3.1.0-dev.32: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:09.416Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:09.751Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [2023-08-16T15:16:09.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-16T15:16:09.751Z] 40b7d96e5686: Preparing [2023-08-16T15:16:09.751Z] 2847da66667c: Preparing [2023-08-16T15:16:09.751Z] 814208f48648: Preparing [2023-08-16T15:16:09.751Z] 887bde84abc8: Preparing [2023-08-16T15:16:09.751Z] 2d6f74372ff0: Preparing [2023-08-16T15:16:09.751Z] d2d9d24a8c2a: Preparing [2023-08-16T15:16:09.751Z] d2d9d24a8c2a: Waiting [2023-08-16T15:16:09.751Z] 2d6f74372ff0: Layer already exists [2023-08-16T15:16:09.751Z] 2847da66667c: Layer already exists [2023-08-16T15:16:09.751Z] 887bde84abc8: Layer already exists [2023-08-16T15:16:09.751Z] 40b7d96e5686: Layer already exists [2023-08-16T15:16:09.751Z] 814208f48648: Layer already exists [2023-08-16T15:16:09.751Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:16:09.751Z] 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:10.087Z] + 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-08-16T15:16:10.424Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-08-16T15:16:10.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-16T15:16:10.424Z] 40b7d96e5686: Preparing [2023-08-16T15:16:10.424Z] 2847da66667c: Preparing [2023-08-16T15:16:10.424Z] 814208f48648: Preparing [2023-08-16T15:16:10.424Z] 887bde84abc8: Preparing [2023-08-16T15:16:10.424Z] 2d6f74372ff0: Preparing [2023-08-16T15:16:10.424Z] d2d9d24a8c2a: Preparing [2023-08-16T15:16:10.424Z] d2d9d24a8c2a: Waiting [2023-08-16T15:16:10.424Z] 887bde84abc8: Layer already exists [2023-08-16T15:16:10.424Z] 2847da66667c: Layer already exists [2023-08-16T15:16:10.424Z] 2d6f74372ff0: Layer already exists [2023-08-16T15:16:10.424Z] 40b7d96e5686: Layer already exists [2023-08-16T15:16:10.424Z] 814208f48648: Layer already exists [2023-08-16T15:16:10.424Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:16:10.424Z] main: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:16:10.734Z] ===================================================== [Pipeline] echo [2023-08-16T15:16:10.741Z] taggedImages: [2023-08-16T15:16:10.741Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [2023-08-16T15:16:10.741Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-16T15:16:10.741Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.32 [2023-08-16T15:16:10.741Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [2023-08-16T15:16:10.741Z] - 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-08-16T15:16:11.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T15:16:11.161Z] [2023-08-16T15:16:11.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:11.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T15:16:11.496Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-16T15:16:11.496Z] 8998bd30e6a1: Pulling fs layer [2023-08-16T15:16:11.496Z] 04944245beec: Pulling fs layer [2023-08-16T15:16:11.496Z] 699f458cf7ca: Pulling fs layer [2023-08-16T15:16:11.496Z] 765212b225bb: Pulling fs layer [2023-08-16T15:16:11.496Z] f23df028b6ca: Pulling fs layer [2023-08-16T15:16:11.496Z] d65c8cfc05b1: Pulling fs layer [2023-08-16T15:16:11.496Z] 2437ff75d9bd: Pulling fs layer [2023-08-16T15:16:11.496Z] 765212b225bb: Waiting [2023-08-16T15:16:11.496Z] f23df028b6ca: Waiting [2023-08-16T15:16:11.496Z] d65c8cfc05b1: Waiting [2023-08-16T15:16:11.496Z] 2437ff75d9bd: Waiting [2023-08-16T15:16:11.764Z] 04944245beec: Verifying Checksum [2023-08-16T15:16:11.764Z] 04944245beec: Download complete [2023-08-16T15:16:11.764Z] 765212b225bb: Verifying Checksum [2023-08-16T15:16:11.764Z] 765212b225bb: Download complete [2023-08-16T15:16:11.764Z] f23df028b6ca: Verifying Checksum [2023-08-16T15:16:11.764Z] f23df028b6ca: Download complete [2023-08-16T15:16:11.764Z] d65c8cfc05b1: Verifying Checksum [2023-08-16T15:16:11.764Z] d65c8cfc05b1: Download complete [2023-08-16T15:16:11.764Z] 699f458cf7ca: Verifying Checksum [2023-08-16T15:16:11.764Z] 699f458cf7ca: Download complete [2023-08-16T15:16:12.348Z] 8998bd30e6a1: Download complete [2023-08-16T15:16:14.288Z] 2437ff75d9bd: Verifying Checksum [2023-08-16T15:16:14.288Z] 2437ff75d9bd: Download complete [2023-08-16T15:16:16.231Z] 8998bd30e6a1: Pull complete [2023-08-16T15:16:16.498Z] 04944245beec: Pull complete [2023-08-16T15:16:17.458Z] 699f458cf7ca: Pull complete [2023-08-16T15:16:17.725Z] 765212b225bb: Pull complete [2023-08-16T15:16:18.683Z] f23df028b6ca: Pull complete [2023-08-16T15:16:18.683Z] d65c8cfc05b1: Pull complete [2023-08-16T15:16:33.669Z] 2437ff75d9bd: Pull complete [2023-08-16T15:16:33.669Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-16T15:16:33.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T15:16:33.669Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:16:33.850Z] prd-ubuntu20.04-docker-arm64-4c-16g-3795 does not seem to be running inside a container [2023-08-16T15:16:33.908Z] $ 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/35 -v /w/workspace/app-record-replay/35:/w/workspace/app-record-replay/35:rw,z -v /w/workspace/app-record-replay/35@tmp:/w/workspace/app-record-replay/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-16T15:16:36.411Z] $ docker top 279f0650422162bb5c970128c171516ee000870d4e904255e15f176d90ee5a98 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:16:36.925Z] ---> job-cost.sh [2023-08-16T15:16:37.191Z] lf-activate-venv: SKIPPING [2023-08-16T15:16:37.191Z] INFO: No Stack... [2023-08-16T15:16:37.771Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-16T15:16:38.352Z] INFO: Archiving Costs [Pipeline] sh [2023-08-16T15:16:38.667Z] + cut+ -d, -f6 [2023-08-16T15:16:38.667Z] cat /w/workspace/app-record-replay/35/archives/cost.csv [Pipeline] lock [2023-08-16T15:16:38.733Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [2023-08-16T15:16:38.740Z] Resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] did not exist. Created. [2023-08-16T15:16:38.740Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-16T15:16:39.393Z] /w/workspace/app-record-replay/35@tmp/durable-0dea8f7f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-16T15:16:40.375Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-16T15:16:40.397Z] Warning: overwriting stash ‘stack-cost’ [2023-08-16T15:16:40.456Z] Stashed 1 file(s) [Pipeline] } [2023-08-16T15:16:40.463Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-16T15:16:40.483Z] $ docker stop --time=1 279f0650422162bb5c970128c171516ee000870d4e904255e15f176d90ee5a98 [2023-08-16T15:16:41.944Z] $ docker rm -f --volumes 279f0650422162bb5c970128c171516ee000870d4e904255e15f176d90ee5a98 [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-08-16T15:16:42.340Z] provisioning config files... [2023-08-16T15:16:42.344Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #35 [2023-08-16T15:16:42.346Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13999064415143124814tmp [Pipeline] { [Pipeline] sh [2023-08-16T15:16:42.636Z] + set +x [2023-08-16T15:16:42.637Z] + curl -s https://codecov.io/bash [2023-08-16T15:16:42.637Z] + bash -s -- [2023-08-16T15:16:42.637Z] [2023-08-16T15:16:42.637Z] _____ _ [2023-08-16T15:16:42.637Z] / ____| | | [2023-08-16T15:16:42.637Z] | | ___ __| | ___ ___ _____ __ [2023-08-16T15:16:42.637Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-16T15:16:42.637Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-16T15:16:42.637Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-16T15:16:42.637Z] Bash-1.0.6 [2023-08-16T15:16:42.637Z] [2023-08-16T15:16:42.637Z] [2023-08-16T15:16:42.637Z] ==> git version 2.25.1 found [2023-08-16T15:16:42.637Z] ==> 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-08-16T15:16:42.637Z] Release-Date: 2020-01-08 [2023-08-16T15:16:42.637Z] 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-08-16T15:16:42.637Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-16T15:16:42.637Z] ==> Jenkins CI detected. [2023-08-16T15:16:42.637Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-08-16T15:16:42.637Z] project root: . [2023-08-16T15:16:42.637Z] --> token set from env [2023-08-16T15:16:42.637Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-16T15:16:42.637Z] ==> Running gcov in . (disable via -X gcov) [2023-08-16T15:16:42.637Z] ==> Python coveragepy not found [2023-08-16T15:16:42.637Z] ==> Searching for coverage reports in: [2023-08-16T15:16:42.637Z] + . [2023-08-16T15:16:42.637Z] -> Found 1 reports [2023-08-16T15:16:42.637Z] ==> Detecting git/mercurial file structure [2023-08-16T15:16:42.637Z] ==> Reading reports [2023-08-16T15:16:42.637Z] + ./coverage.out bytes=16060 [2023-08-16T15:16:42.637Z] ==> Appending adjustments [2023-08-16T15:16:42.637Z] https://docs.codecov.io/docs/fixing-reports [2023-08-16T15:16:42.894Z] + Found adjustments [2023-08-16T15:16:42.894Z] ==> Gzipping contents [2023-08-16T15:16:42.894Z] 4.0K /tmp/codecov.IZVf3u.gz [2023-08-16T15:16:42.894Z] ==> Uploading reports [2023-08-16T15:16:42.894Z] url: https://codecov.io [2023-08-16T15:16:42.894Z] query: branch=main&commit=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F35%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-16T15:16:42.894Z] -> Pinging Codecov [2023-08-16T15:16:42.894Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F35%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-16T15:16:42.894Z] Invalid request parameters [2023-08-16T15:16:42.894Z] 400 [Pipeline] } [2023-08-16T15:16:42.902Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-16T15:16:43.049Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-16T15:16:43.060Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:43.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-16T15:16:43.364Z] [2023-08-16T15:16:43.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:16:43.667Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-16T15:16:43.667Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-16T15:16:43.667Z] df9b9388f04a: Pulling fs layer [2023-08-16T15:16:43.667Z] 52dc419b0ee2: Pulling fs layer [2023-08-16T15:16:43.667Z] 25bc292e5bac: Pulling fs layer [2023-08-16T15:16:43.667Z] 114826534d7a: Pulling fs layer [2023-08-16T15:16:43.667Z] 4657fd5d0bcf: Pulling fs layer [2023-08-16T15:16:43.667Z] 6ad1cebc031e: Pulling fs layer [2023-08-16T15:16:43.667Z] 8a3aa393b2d8: Pulling fs layer [2023-08-16T15:16:43.667Z] 4657fd5d0bcf: Waiting [2023-08-16T15:16:43.667Z] 8a3aa393b2d8: Waiting [2023-08-16T15:16:43.667Z] 6ad1cebc031e: Waiting [2023-08-16T15:16:43.667Z] 114826534d7a: Waiting [2023-08-16T15:16:43.667Z] 25bc292e5bac: Verifying Checksum [2023-08-16T15:16:43.667Z] 25bc292e5bac: Download complete [2023-08-16T15:16:43.667Z] 52dc419b0ee2: Download complete [2023-08-16T15:16:43.667Z] 4657fd5d0bcf: Verifying Checksum [2023-08-16T15:16:43.667Z] 4657fd5d0bcf: Download complete [2023-08-16T15:16:43.667Z] df9b9388f04a: Verifying Checksum [2023-08-16T15:16:43.667Z] df9b9388f04a: Download complete [2023-08-16T15:16:43.928Z] 6ad1cebc031e: Verifying Checksum [2023-08-16T15:16:43.928Z] 6ad1cebc031e: Download complete [2023-08-16T15:16:43.928Z] df9b9388f04a: Pull complete [2023-08-16T15:16:43.928Z] 52dc419b0ee2: Pull complete [2023-08-16T15:16:43.928Z] 25bc292e5bac: Pull complete [2023-08-16T15:16:44.498Z] 114826534d7a: Verifying Checksum [2023-08-16T15:16:44.498Z] 114826534d7a: Download complete [2023-08-16T15:16:44.498Z] 8a3aa393b2d8: Verifying Checksum [2023-08-16T15:16:44.498Z] 8a3aa393b2d8: Download complete [2023-08-16T15:16:47.785Z] 114826534d7a: Pull complete [2023-08-16T15:16:47.785Z] 4657fd5d0bcf: Pull complete [2023-08-16T15:16:48.357Z] 6ad1cebc031e: Pull complete [2023-08-16T15:16:50.885Z] 8a3aa393b2d8: Pull complete [2023-08-16T15:16:50.885Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-16T15:16:50.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-16T15:16:50.885Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:16:50.968Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:16:50.997Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-08-16T15:16:56.433Z] $ docker top f2c288377c997915f75657dc0e871e8617df2a360bced740eaacab003e072bd5 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-16T15:16:56.499Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-08-16T15:16:56.777Z] + set -o pipefail [2023-08-16T15:16:56.777Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-08-16T15:17:02.049Z] [2023-08-16T15:17:02.049Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-08-16T15:17:02.049Z] [2023-08-16T15:17:02.049Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/7d5e7930-f1f6-45ea-958c-c399af6dea89 [2023-08-16T15:17:02.049Z] [2023-08-16T15:17:02.049Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-16T15:17:02.049Z] [2023-08-16T15:17:02.049Z] [2023-08-16T15:17:02.049Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-16T15:17:02.049Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-16T15:17:02.049Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-16T15:17:02.063Z] $ docker stop --time=1 f2c288377c997915f75657dc0e871e8617df2a360bced740eaacab003e072bd5 [2023-08-16T15:17:06.193Z] $ docker rm -f --volumes f2c288377c997915f75657dc0e871e8617df2a360bced740eaacab003e072bd5 [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-08-16T15:17:06.928Z] + git log --format=format:%s -1 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] sh [2023-08-16T15:17:07.219Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T15:17:07.219Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:17:07.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:17:07.513Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:17:07.584Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:17:07.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-16T15:17:08.099Z] $ docker top 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T15:17:08.176Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:17:08.177Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:17:08.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:17:08.286Z] $ docker exec 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb ssh-agent [2023-08-16T15:17:08.395Z] SSH_AUTH_SOCK=/tmp/ssh-g6L3stiAm5kg/agent.32 [2023-08-16T15:17:08.395Z] SSH_AGENT_PID=38 [2023-08-16T15:17:08.399Z] Running ssh-add (command line suppressed) [2023-08-16T15:17:08.515Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11961804332647011364.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11961804332647011364.key) [2023-08-16T15:17:08.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:17:08.813Z] + git semver tag [2023-08-16T15:17:09.072Z] 2023-08-16 15:17:09,004 [run_tag] DEBUG tag force:False [2023-08-16T15:17:09.072Z] 2023-08-16 15:17:09,004 [check_head_tag] DEBUG check head tag [2023-08-16T15:17:09.072Z] 2023-08-16 15:17:09,005 [execute] INFO git cat-file --batch-check [2023-08-16T15:17:09.072Z] 2023-08-16 15:17:09,005 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-16T15:17:09.072Z] 2023-08-16 15:17:09,010 [execute] INFO git cat-file --batch [2023-08-16T15:17:09.073Z] 2023-08-16 15:17:09,010 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-16T15:17:09.073Z] 2023-08-16 15:17:09,020 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:17:09.073Z] 2023-08-16 15:17:09,021 [execute] INFO git tag -a v3.1.0-dev.32 -m v3.1.0-dev.32 [2023-08-16T15:17:09.073Z] 2023-08-16 15:17:09,021 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.32', '-m', 'v3.1.0-dev.32'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-16T15:17:09.073Z] 2023-08-16 15:17:09,026 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:17:09.073Z] 3.1.0-dev.32 [Pipeline] } [2023-08-16T15:17:09.084Z] $ docker exec --env ******** --env ******** 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb ssh-agent -k [2023-08-16T15:17:09.177Z] unset SSH_AUTH_SOCK; [2023-08-16T15:17:09.177Z] unset SSH_AGENT_PID; [2023-08-16T15:17:09.177Z] echo Agent pid 38 killed; [2023-08-16T15:17:09.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T15:17:09.485Z] + git semver [Pipeline] } [2023-08-16T15:17:09.758Z] $ docker stop --time=1 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb [2023-08-16T15:17:11.024Z] $ docker rm -f --volumes 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:17:11.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-16T15:17:11.405Z] [2023-08-16T15:17:11.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:17:11.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-16T15:17:11.703Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-16T15:17:11.703Z] ab5ef0e58194: Pulling fs layer [2023-08-16T15:17:11.703Z] 9712f1f96733: Pulling fs layer [2023-08-16T15:17:11.703Z] 63f879dbbcfc: Pulling fs layer [2023-08-16T15:17:11.703Z] 0d9ebad4ef96: Pulling fs layer [2023-08-16T15:17:11.703Z] e9a5061849ea: Pulling fs layer [2023-08-16T15:17:11.703Z] d747dcd14b5f: Pulling fs layer [2023-08-16T15:17:11.703Z] 2de7ff778b66: Pulling fs layer [2023-08-16T15:17:11.703Z] 2de7ff778b66: Waiting [2023-08-16T15:17:11.703Z] d747dcd14b5f: Waiting [2023-08-16T15:17:11.703Z] 0d9ebad4ef96: Waiting [2023-08-16T15:17:11.703Z] e9a5061849ea: Waiting [2023-08-16T15:17:11.703Z] 9712f1f96733: Download complete [2023-08-16T15:17:11.961Z] 63f879dbbcfc: Verifying Checksum [2023-08-16T15:17:11.961Z] 63f879dbbcfc: Download complete [2023-08-16T15:17:12.219Z] 0d9ebad4ef96: Verifying Checksum [2023-08-16T15:17:12.219Z] 0d9ebad4ef96: Download complete [2023-08-16T15:17:12.219Z] e9a5061849ea: Verifying Checksum [2023-08-16T15:17:12.219Z] e9a5061849ea: Download complete [2023-08-16T15:17:12.219Z] ab5ef0e58194: Verifying Checksum [2023-08-16T15:17:12.219Z] ab5ef0e58194: Download complete [2023-08-16T15:17:12.219Z] d747dcd14b5f: Verifying Checksum [2023-08-16T15:17:12.219Z] d747dcd14b5f: Download complete [2023-08-16T15:17:12.219Z] 2de7ff778b66: Verifying Checksum [2023-08-16T15:17:12.219Z] 2de7ff778b66: Download complete [2023-08-16T15:17:14.745Z] ab5ef0e58194: Pull complete [2023-08-16T15:17:15.002Z] 9712f1f96733: Pull complete [2023-08-16T15:17:15.566Z] 63f879dbbcfc: Pull complete [2023-08-16T15:17:19.805Z] 0d9ebad4ef96: Pull complete [2023-08-16T15:17:19.805Z] e9a5061849ea: Pull complete [2023-08-16T15:17:19.805Z] d747dcd14b5f: Pull complete [2023-08-16T15:17:20.392Z] 2de7ff778b66: Pull complete [2023-08-16T15:17:20.392Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-16T15:17:20.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-16T15:17:20.392Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:17:20.477Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:17:20.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-08-16T15:17:27.908Z] $ docker top e8b7160536ad9d3cec146f6d4b0803632ab4da519ca59c154d4d6388c4ddf780 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-16T15:17:27.981Z] provisioning config files... [2023-08-16T15:17:27.989Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10862025452646025168tmp [2023-08-16T15:17:27.999Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9742968770752775705tmp [2023-08-16T15:17:28.008Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10563001112063108873tmp [Pipeline] { [Pipeline] echo [2023-08-16T15:17:28.026Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:28.370Z] ---> sigul-configuration.sh [2023-08-16T15:17:28.370Z] gpg: directory `/root/.gnupg' created [2023-08-16T15:17:28.370Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-16T15:17:28.370Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-16T15:17:28.370Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-16T15:17:28.370Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-16T15:17:28.370Z] gpg: CAST5 encrypted data [2023-08-16T15:17:28.370Z] gpg: encrypted with 1 passphrase [2023-08-16T15:17:28.370Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-16T15:17:28.684Z] + mkdir /home/jenkins [2023-08-16T15:17:28.684Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-16T15:17:28.972Z] + 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-08-16T15:17:28.980Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:29.268Z] ---> sigul-install.sh [2023-08-16T15:17:29.268Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-16T15:17:29.555Z] + git tag --list [2023-08-16T15:17:29.555Z] v3.1.0-dev.0 [2023-08-16T15:17:29.555Z] v3.1.0-dev.1 [2023-08-16T15:17:29.555Z] v3.1.0-dev.10 [2023-08-16T15:17:29.555Z] v3.1.0-dev.11 [2023-08-16T15:17:29.555Z] v3.1.0-dev.12 [2023-08-16T15:17:29.555Z] v3.1.0-dev.13 [2023-08-16T15:17:29.555Z] v3.1.0-dev.14 [2023-08-16T15:17:29.555Z] v3.1.0-dev.15 [2023-08-16T15:17:29.555Z] v3.1.0-dev.16 [2023-08-16T15:17:29.555Z] v3.1.0-dev.17 [2023-08-16T15:17:29.555Z] v3.1.0-dev.18 [2023-08-16T15:17:29.555Z] v3.1.0-dev.19 [2023-08-16T15:17:29.555Z] v3.1.0-dev.2 [2023-08-16T15:17:29.555Z] v3.1.0-dev.20 [2023-08-16T15:17:29.555Z] v3.1.0-dev.21 [2023-08-16T15:17:29.555Z] v3.1.0-dev.22 [2023-08-16T15:17:29.555Z] v3.1.0-dev.23 [2023-08-16T15:17:29.555Z] v3.1.0-dev.24 [2023-08-16T15:17:29.555Z] v3.1.0-dev.25 [2023-08-16T15:17:29.555Z] v3.1.0-dev.26 [2023-08-16T15:17:29.555Z] v3.1.0-dev.27 [2023-08-16T15:17:29.555Z] v3.1.0-dev.28 [2023-08-16T15:17:29.555Z] v3.1.0-dev.29 [2023-08-16T15:17:29.555Z] v3.1.0-dev.3 [2023-08-16T15:17:29.555Z] v3.1.0-dev.30 [2023-08-16T15:17:29.555Z] v3.1.0-dev.31 [2023-08-16T15:17:29.555Z] v3.1.0-dev.32 [2023-08-16T15:17:29.555Z] v3.1.0-dev.4 [2023-08-16T15:17:29.555Z] v3.1.0-dev.5 [2023-08-16T15:17:29.555Z] v3.1.0-dev.6 [2023-08-16T15:17:29.555Z] v3.1.0-dev.7 [2023-08-16T15:17:29.555Z] v3.1.0-dev.8 [2023-08-16T15:17:29.555Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-16T15:17:29.847Z] + lftools sign git-tag v3.1.0-dev.32 [2023-08-16T15:17:30.415Z] Signing Git tag with Sigul... [2023-08-16T15:17:30.415Z] Signing v3.1.0-dev.32 [Pipeline] echo [2023-08-16T15:17:30.681Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:30.967Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-16T15:17:30.972Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-16T15:17:30.991Z] $ docker stop --time=1 e8b7160536ad9d3cec146f6d4b0803632ab4da519ca59c154d4d6388c4ddf780 [2023-08-16T15:17:32.255Z] $ docker rm -f --volumes e8b7160536ad9d3cec146f6d4b0803632ab4da519ca59c154d4d6388c4ddf780 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-16T15:17:32.673Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T15:17:32.673Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:17:32.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:17:32.975Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:17:33.039Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:17:33.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-16T15:17:33.386Z] $ docker top 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T15:17:33.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:17:33.467Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:17:33.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:17:33.594Z] $ docker exec 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 ssh-agent [2023-08-16T15:17:33.700Z] SSH_AUTH_SOCK=/tmp/ssh-ETjYEJkev5lm/agent.32 [2023-08-16T15:17:33.700Z] SSH_AGENT_PID=38 [2023-08-16T15:17:33.705Z] Running ssh-add (command line suppressed) [2023-08-16T15:17:33.807Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1031785238921041534.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1031785238921041534.key) [2023-08-16T15:17:33.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:17:34.106Z] + git semver bump pre [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,284 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,285 [bump_version] DEBUG bumping version:3.1.0-dev.32 on axis:pre with prefix:dev [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,285 [bump_version] DEBUG bumped version:3.1.0-dev.33 [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,285 [write_version] DEBUG write version:3.1.0-dev.33 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,285 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,285 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,287 [execute] INFO git cat-file --batch-check [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,292 [execute] INFO git cat-file --batch [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,292 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-16T15:17:34.365Z] 2023-08-16 15:17:34,297 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:17:34.365Z] 3.1.0-dev.33 [Pipeline] } [2023-08-16T15:17:34.377Z] $ docker exec --env ******** --env ******** 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 ssh-agent -k [2023-08-16T15:17:34.470Z] unset SSH_AUTH_SOCK; [2023-08-16T15:17:34.471Z] unset SSH_AGENT_PID; [2023-08-16T15:17:34.471Z] echo Agent pid 38 killed; [2023-08-16T15:17:34.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T15:17:34.792Z] + git semver [Pipeline] } [2023-08-16T15:17:35.066Z] $ docker stop --time=1 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 [2023-08-16T15:17:36.321Z] $ docker rm -f --volumes 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T15:17:36.671Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T15:17:36.671Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:17:36.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:17:36.972Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:17:37.039Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:17:37.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-16T15:17:37.393Z] $ docker top 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a -eo pid,comm [2023-08-16T15:17:37.435Z] 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-08-16T15:17:37.435Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T15:17:37.473Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:17:37.473Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:17:37.559Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:17:37.564Z] $ docker exec 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a ssh-agent [2023-08-16T15:17:37.661Z] SSH_AUTH_SOCK=/tmp/ssh-kgObdk6hmuqW/agent.31 [2023-08-16T15:17:37.661Z] SSH_AGENT_PID=37 [2023-08-16T15:17:37.666Z] Running ssh-add (command line suppressed) [2023-08-16T15:17:37.762Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5958870078405973285.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5958870078405973285.key) [2023-08-16T15:17:37.771Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:17:38.056Z] + git semver push [2023-08-16T15:17:38.316Z] 2023-08-16 15:17:38,243 [run_push] DEBUG push [2023-08-16T15:17:38.316Z] 2023-08-16 15:17:38,244 [execute] INFO git cat-file --batch-check [2023-08-16T15:17:38.316Z] 2023-08-16 15:17:38,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-08-16T15:17:38.316Z] 2023-08-16 15:17:38,248 [execute] INFO git rev-list e5f4e049809739645055ff284355e5f6e79d4e44 -- [2023-08-16T15:17:38.316Z] 2023-08-16 15:17:38,248 [execute] DEBUG Popen(['git', 'rev-list', 'e5f4e049809739645055ff284355e5f6e79d4e44', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-16T15:17:38.316Z] 2023-08-16 15:17:38,255 [execute] INFO git fetch -v origin [2023-08-16T15:17:38.316Z] 2023-08-16 15:17:38,255 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-16T15:17:38.883Z] 2023-08-16 15:17:38,706 [run_push] DEBUG no remote changes detected [2023-08-16T15:17:38.883Z] 2023-08-16 15:17:38,706 [execute] INFO git push origin semver [2023-08-16T15:17:38.883Z] 2023-08-16 15:17:38,707 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-16T15:17:39.819Z] 2023-08-16 15:17:39,697 [run_push] DEBUG push all version tags [2023-08-16T15:17:39.819Z] 2023-08-16 15:17:39,697 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-16T15:17:39.819Z] 2023-08-16 15:17:39,698 [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-08-16T15:17:40.756Z] 2023-08-16 15:17:40,466 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-16T15:17:40.756Z] 3.1.0-dev.33 [Pipeline] } [2023-08-16T15:17:40.767Z] $ docker exec --env ******** --env ******** 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a ssh-agent -k [2023-08-16T15:17:40.856Z] unset SSH_AUTH_SOCK; [2023-08-16T15:17:40.856Z] unset SSH_AGENT_PID; [2023-08-16T15:17:40.856Z] echo Agent pid 37 killed; [2023-08-16T15:17:40.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T15:17:41.171Z] + git semver [Pipeline] } [2023-08-16T15:17:41.442Z] $ docker stop --time=1 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a [2023-08-16T15:17:42.692Z] $ docker rm -f --volumes 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a [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-08-16T15:17:43.231Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-08-16T15:17:43.232Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-16T15:17:43.232Z] total 16 [2023-08-16T15:17:43.232Z] drwxr-xr-x 3 root root 4096 Aug 16 15:03 . [2023-08-16T15:17:43.232Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 16 15:17 .. [2023-08-16T15:17:43.232Z] drwxr-xr-x 2 root root 4096 Aug 16 15:03 cost [2023-08-16T15:17:43.232Z] -rw-r--r-- 1 root root 88 Aug 16 15:03 cost.csv [2023-08-16T15:17:43.232Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-16T15:17:43.232Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-16T15:17:43.232Z] total 16 [2023-08-16T15:17:43.232Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 15:03 . [2023-08-16T15:17:43.232Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 16 15:17 .. [2023-08-16T15:17:43.232Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 16 15:03 cost [2023-08-16T15:17:43.232Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 16 15:03 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:43.624Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:44.261Z] ---> package-listing.sh [2023-08-16T15:17:44.261Z] ++ facter osfamily [2023-08-16T15:17:44.261Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-16T15:17:44.261Z] + OS_FAMILY=debian [2023-08-16T15:17:44.261Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-08-16T15:17:44.261Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-16T15:17:44.261Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-16T15:17:44.261Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-16T15:17:44.261Z] + PACKAGES=/tmp/packages_start.txt [2023-08-16T15:17:44.261Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-16T15:17:44.261Z] + PACKAGES=/tmp/packages_end.txt [2023-08-16T15:17:44.261Z] + case "${OS_FAMILY}" in [2023-08-16T15:17:44.261Z] + dpkg -l [2023-08-16T15:17:44.261Z] + grep '^ii' [2023-08-16T15:17:44.521Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-16T15:17:44.521Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-16T15:17:44.521Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-16T15:17:44.521Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-16T15:17:44.521Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-08-16T15:17:44.521Z] + 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-08-16T15:17:44.530Z] 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-08-16T15:17:44.806Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:17:45.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:17:45.366Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:17:45.433Z] prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container [2023-08-16T15:17:45.464Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-16T15:17:45.673Z] $ docker top 6f67e15b3612e03d51b5b4f6709bddb83d76cde603900843ed3472c19174354c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:17:46.014Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-16T15:17:46.298Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-16T15:17:46.582Z] + ls /var/log/sa-host [2023-08-16T15:17:46.582Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T15:17:46.643Z] provisioning config files... [2023-08-16T15:17:46.651Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config641629134733793101tmp [Pipeline] { [Pipeline] echo [2023-08-16T15:17:46.665Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:46.945Z] ---> create-netrc.sh [Pipeline] } [2023-08-16T15:17:46.952Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:47.276Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-16T15:17:47.285Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:47.569Z] ---> sudo-logs.sh [2023-08-16T15:17:47.569Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-16T15:17:47.600Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:47.886Z] ---> job-cost.sh [2023-08-16T15:17:47.886Z] lf-activate-venv: SKIPPING [2023-08-16T15:17:47.886Z] DEBUG: total: 0.2199999988079071 [2023-08-16T15:17:47.886Z] INFO: Retrieving Stack Cost... [2023-08-16T15:17:48.453Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-16T15:17:48.712Z] INFO: Archiving Costs [Pipeline] echo [2023-08-16T15:17:48.724Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:17:49.006Z] ---> logs-deploy.sh [2023-08-16T15:17:49.007Z] lf-activate-venv: SKIPPING [2023-08-16T15:17:49.007Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/35 [2023-08-16T15:17:49.007Z] INFO: archiving workspace using pattern(s): [2023-08-16T15:17:49.941Z] Archives upload complete. [2023-08-16T15:17:49.941Z] INFO: archiving logs to Nexus