Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 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-ssh10820382365604766757.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-ssh4545771574502038990.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-ssh13471151629298109301.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-ssh4033256466058819955.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-ssh9609590499452501691.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4820 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 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff (main) Commit message: "Merge pull request #72 from lenny-intel/upload-profiles" > 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 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff # timeout=10 > git rev-list --no-walk 7f1db7b64a454b9b704f3777dd84590a3068f3b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-29T16:08:05.241Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-29T16:08:05.284Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-29T16:08:05.299Z] ========================================================= [2023-08-29T16:08:05.299Z] EdgeX Global Pipelines Version Info [2023-08-29T16:08:05.299Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:08:06.010Z] ------------------- [2023-08-29T16:08:06.010Z] stable info: [2023-08-29T16:08:06.010Z] ------------------- [2023-08-29T16:08:06.010Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-29T16:08:06.010Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-29T16:08:06.010Z] Message: update stable to v1.0.253 [2023-08-29T16:08:06.580Z] ------------------- [2023-08-29T16:08:06.580Z] experimental info: [2023-08-29T16:08:06.580Z] ------------------- [2023-08-29T16:08:06.580Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-29T16:08:06.580Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-29T16:08:06.580Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-29T16:08:06.757Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-08-29T16:08:06.769Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-08-29T16:08:06.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-29T16:08:06.793Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-29T16:08:06.805Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-29T16:08:06.817Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-29T16:08:06.829Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-29T16:08:06.848Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-29T16:08:06.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-29T16:08:06.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-29T16:08:06.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-29T16:08:06.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-08-29T16:08:06.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-29T16:08:06.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-29T16:08:06.968Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-29T16:08:06.985Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-29T16:08:06.994Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-29T16:08:07.006Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-29T16:08:07.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-29T16:08:07.040Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-29T16:08:07.060Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-29T16:08:07.075Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-29T16:08:07.088Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-29T16:08:07.100Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-29T16:08:07.118Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-29T16:08:07.138Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-29T16:08:07.158Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-29T16:08:07.181Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-29T16:08:07.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-29T16:08:07.211Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-29T16:08:07.228Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo [2023-08-29T16:08:07.252Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92dd523 [Pipeline] echo [2023-08-29T16:08:07.269Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-29T16:08:07.324Z] provisioning config files... [2023-08-29T16:08:07.338Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9599906443945690822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:08:07.637Z] ---> docker-login.sh [2023-08-29T16:08:07.638Z] nexus3.edgexfoundry.org:10001 [2023-08-29T16:08:07.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:07.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:07.897Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:07.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:07.897Z] [2023-08-29T16:08:07.897Z] Login Succeeded [2023-08-29T16:08:07.897Z] nexus3.edgexfoundry.org:10002 [2023-08-29T16:08:07.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:08.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:08.158Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:08.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:08.158Z] [2023-08-29T16:08:08.158Z] Login Succeeded [2023-08-29T16:08:08.158Z] nexus3.edgexfoundry.org:10003 [2023-08-29T16:08:08.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:08.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:08.158Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:08.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:08.158Z] [2023-08-29T16:08:08.158Z] Login Succeeded [2023-08-29T16:08:08.158Z] nexus3.edgexfoundry.org:10004 [2023-08-29T16:08:08.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:08.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:08.417Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:08.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:08.417Z] [2023-08-29T16:08:08.417Z] Login Succeeded [2023-08-29T16:08:08.417Z] docker.io [2023-08-29T16:08:08.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:08.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:08.677Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:08.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:08.677Z] [2023-08-29T16:08:08.677Z] Login Succeeded [2023-08-29T16:08:08.677Z] ---> docker-login.sh ends [Pipeline] } [2023-08-29T16:08:08.684Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-29T16:08:09.045Z] + git rev-list -1 --merges 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff~1..92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo [2023-08-29T16:08:09.084Z] -----------> git rev-list -1 --merges 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff~1..92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:08:09.084Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [false] [Pipeline] sh [2023-08-29T16:08:09.369Z] + git log --format=format:%s -1 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo [2023-08-29T16:08:09.397Z] ========================================================= [2023-08-29T16:08:09.397Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-29T16:08:09.397Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-29T16:08:09.718Z] + git log --format=format:%s -1 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo [2023-08-29T16:08:09.727Z] [semverPrep] GIT_COMMIT: 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff, Commit Message: Merge pull request #72 from lenny-intel/upload-profiles [Pipeline] echo [2023-08-29T16:08:09.736Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-29T16:08:10.109Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-29T16:08:10.109Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-29T16:08:10.109Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-29T16:08:10.109Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-29T16:08:10.109Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-29T16:08:10.109Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-29T16:08:10.109Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:08:10.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-29T16:08:10.523Z] [2023-08-29T16:08:10.523Z] 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-29T16:08:10.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-29T16:08:10.824Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-29T16:08:10.824Z] b85a868b505f: Pulling fs layer [2023-08-29T16:08:10.824Z] e2be974225ed: Pulling fs layer [2023-08-29T16:08:10.824Z] 339a4e72a1f5: Pulling fs layer [2023-08-29T16:08:10.824Z] 988bab9f4d93: Pulling fs layer [2023-08-29T16:08:10.824Z] 1469e6f7b9e6: Pulling fs layer [2023-08-29T16:08:10.824Z] eaf3925da568: Pulling fs layer [2023-08-29T16:08:10.824Z] bab4dde63d76: Pulling fs layer [2023-08-29T16:08:10.824Z] bde34c3a00c8: Pulling fs layer [2023-08-29T16:08:10.824Z] b352a97aabf1: Pulling fs layer [2023-08-29T16:08:10.824Z] 4872d77fe225: Pulling fs layer [2023-08-29T16:08:10.824Z] 5851b861e8e6: Pulling fs layer [2023-08-29T16:08:10.824Z] bde34c3a00c8: Waiting [2023-08-29T16:08:10.824Z] b352a97aabf1: Waiting [2023-08-29T16:08:10.824Z] 4872d77fe225: Waiting [2023-08-29T16:08:10.824Z] 5851b861e8e6: Waiting [2023-08-29T16:08:10.824Z] bab4dde63d76: Waiting [2023-08-29T16:08:10.824Z] 1469e6f7b9e6: Waiting [2023-08-29T16:08:10.824Z] eaf3925da568: Waiting [2023-08-29T16:08:10.824Z] 988bab9f4d93: Waiting [2023-08-29T16:08:10.824Z] e2be974225ed: Download complete [2023-08-29T16:08:10.824Z] 988bab9f4d93: Verifying Checksum [2023-08-29T16:08:10.824Z] 988bab9f4d93: Download complete [2023-08-29T16:08:10.824Z] 1469e6f7b9e6: Verifying Checksum [2023-08-29T16:08:10.824Z] 1469e6f7b9e6: Download complete [2023-08-29T16:08:10.824Z] 339a4e72a1f5: Verifying Checksum [2023-08-29T16:08:10.824Z] 339a4e72a1f5: Download complete [2023-08-29T16:08:10.824Z] eaf3925da568: Download complete [2023-08-29T16:08:11.082Z] bde34c3a00c8: Download complete [2023-08-29T16:08:11.082Z] b352a97aabf1: Verifying Checksum [2023-08-29T16:08:11.082Z] b352a97aabf1: Download complete [2023-08-29T16:08:11.082Z] 4872d77fe225: Download complete [2023-08-29T16:08:11.082Z] 5851b861e8e6: Verifying Checksum [2023-08-29T16:08:11.082Z] 5851b861e8e6: Download complete [2023-08-29T16:08:11.082Z] b85a868b505f: Download complete [2023-08-29T16:08:11.341Z] bab4dde63d76: Verifying Checksum [2023-08-29T16:08:11.341Z] bab4dde63d76: Download complete [2023-08-29T16:08:12.276Z] b85a868b505f: Pull complete [2023-08-29T16:08:12.276Z] e2be974225ed: Pull complete [2023-08-29T16:08:12.842Z] 339a4e72a1f5: Pull complete [2023-08-29T16:08:12.842Z] 988bab9f4d93: Pull complete [2023-08-29T16:08:13.101Z] 1469e6f7b9e6: Pull complete [2023-08-29T16:08:13.101Z] eaf3925da568: Pull complete [2023-08-29T16:08:15.001Z] bab4dde63d76: Pull complete [2023-08-29T16:08:15.001Z] bde34c3a00c8: Pull complete [2023-08-29T16:08:15.001Z] b352a97aabf1: Pull complete [2023-08-29T16:08:15.001Z] 4872d77fe225: Pull complete [2023-08-29T16:08:15.001Z] 5851b861e8e6: Pull complete [2023-08-29T16:08:15.001Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-29T16:08:15.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-29T16:08:15.001Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:08:15.100Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:08:15.128Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-29T16:08:18.261Z] $ docker top d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 -eo pid,comm [2023-08-29T16:08:18.312Z] 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-29T16:08:18.312Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-29T16:08:18.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-29T16:08:18.351Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-29T16:08:18.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-29T16:08:18.460Z] $ docker exec d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent [2023-08-29T16:08:18.556Z] SSH_AUTH_SOCK=/tmp/ssh-ZRUk7tnL4sB6/agent.33 [2023-08-29T16:08:18.556Z] SSH_AGENT_PID=39 [2023-08-29T16:08:18.562Z] Running ssh-add (command line suppressed) [2023-08-29T16:08:18.668Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3573484960140255015.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3573484960140255015.key) [2023-08-29T16:08:18.684Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-29T16:08:18.971Z] + git tag --points-at HEAD [Pipeline] } [2023-08-29T16:08:18.988Z] $ docker exec --env ******** --env ******** d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent -k [2023-08-29T16:08:19.084Z] unset SSH_AUTH_SOCK; [2023-08-29T16:08:19.084Z] unset SSH_AGENT_PID; [2023-08-29T16:08:19.084Z] echo Agent pid 39 killed; [2023-08-29T16:08:19.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-29T16:08:19.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-29T16:08:19.120Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-29T16:08:19.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-29T16:08:19.232Z] $ docker exec d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent [2023-08-29T16:08:19.329Z] SSH_AUTH_SOCK=/tmp/ssh-T8P5SqNJKwlx/agent.71 [2023-08-29T16:08:19.329Z] SSH_AGENT_PID=77 [2023-08-29T16:08:19.334Z] Running ssh-add (command line suppressed) [2023-08-29T16:08:19.440Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7141331069301303540.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7141331069301303540.key) [2023-08-29T16:08:19.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-29T16:08:19.745Z] + git semver init [2023-08-29T16:08:20.838Z] 2023-08-29 16:08:20,204 [run_init] DEBUG init version:0.0.0 force:False [2023-08-29T16:08:20.838Z] 2023-08-29 16:08:20,204 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-29T16:08:20.838Z] 2023-08-29 16:08:20,205 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-29T16:08:20.838Z] 2023-08-29 16:08:20,205 [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-29T16:08:21.777Z] 2023-08-29 16:08:21,440 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-08-29T16:08:21.777Z] 2023-08-29 16:08:21,441 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-08-29T16:08:21.777Z] 2023-08-29 16:08:21,441 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:08:21.777Z] 2023-08-29 16:08:21,442 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:08:21.777Z] 3.1.0-dev.40 [Pipeline] } [2023-08-29T16:08:21.787Z] $ docker exec --env ******** --env ******** d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent -k [2023-08-29T16:08:21.880Z] unset SSH_AUTH_SOCK; [2023-08-29T16:08:21.880Z] unset SSH_AGENT_PID; [2023-08-29T16:08:21.880Z] echo Agent pid 77 killed; [2023-08-29T16:08:21.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-29T16:08:22.193Z] + git semver [Pipeline] } [2023-08-29T16:08:22.468Z] $ docker stop --time=1 d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 [2023-08-29T16:08:23.772Z] $ docker rm -f --volumes d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-29T16:08:24.110Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-29T16:08:24.336Z] Stashed 1 file(s) [Pipeline] echo [2023-08-29T16:08:24.339Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.40 [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-29T16:08:24.493Z] provisioning config files... [2023-08-29T16:08:24.502Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12861135248626668535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:08:24.803Z] ---> docker-login.sh [2023-08-29T16:08:24.803Z] nexus3.edgexfoundry.org:10001 [2023-08-29T16:08:24.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:24.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:24.803Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:24.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:24.803Z] [2023-08-29T16:08:24.803Z] Login Succeeded [2023-08-29T16:08:24.803Z] nexus3.edgexfoundry.org:10002 [2023-08-29T16:08:24.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:24.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:24.803Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:24.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:24.803Z] [2023-08-29T16:08:24.803Z] Login Succeeded [2023-08-29T16:08:25.063Z] nexus3.edgexfoundry.org:10003 [2023-08-29T16:08:25.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:25.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:25.063Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:25.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:25.063Z] [2023-08-29T16:08:25.063Z] Login Succeeded [2023-08-29T16:08:25.063Z] nexus3.edgexfoundry.org:10004 [2023-08-29T16:08:25.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:25.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:25.063Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:25.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:25.063Z] [2023-08-29T16:08:25.063Z] Login Succeeded [2023-08-29T16:08:25.063Z] docker.io [2023-08-29T16:08:25.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:08:25.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:08:25.323Z] Configure a credential helper to remove this warning. See [2023-08-29T16:08:25.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:08:25.323Z] [2023-08-29T16:08:25.323Z] Login Succeeded [2023-08-29T16:08:25.323Z] ---> docker-login.sh ends [Pipeline] } [2023-08-29T16:08:25.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-29T16:08:25.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-29T16:08:25.419Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-29T16:08:25.425Z] ========================================================= [2023-08-29T16:08:25.425Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-29T16:08:25.425Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:08:25.728Z] + 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-29T16:08:25.728Z] Sending build context to Docker daemon 523.8kB [2023-08-29T16:08:25.728Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-29T16:08:25.728Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-29T16:08:25.728Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-29T16:08:25.728Z] 4db1b89c0bd1: Pulling fs layer [2023-08-29T16:08:25.728Z] 6911f1a30b25: Pulling fs layer [2023-08-29T16:08:25.728Z] e194b8c5c2a9: Pulling fs layer [2023-08-29T16:08:25.728Z] 6863d3e3a2b1: Pulling fs layer [2023-08-29T16:08:25.728Z] ec0bb842ea78: Pulling fs layer [2023-08-29T16:08:25.728Z] 40a00589a448: Pulling fs layer [2023-08-29T16:08:25.728Z] 6c08303d61cc: Pulling fs layer [2023-08-29T16:08:25.728Z] 798269fcf238: Pulling fs layer [2023-08-29T16:08:25.728Z] ec0bb842ea78: Waiting [2023-08-29T16:08:25.728Z] 40a00589a448: Waiting [2023-08-29T16:08:25.728Z] 6c08303d61cc: Waiting [2023-08-29T16:08:25.728Z] 798269fcf238: Waiting [2023-08-29T16:08:25.728Z] 6863d3e3a2b1: Waiting [2023-08-29T16:08:25.728Z] 6911f1a30b25: Retrying in 5 seconds [2023-08-29T16:08:25.728Z] 4db1b89c0bd1: Verifying Checksum [2023-08-29T16:08:25.728Z] 4db1b89c0bd1: Download complete [2023-08-29T16:08:25.728Z] 6863d3e3a2b1: Verifying Checksum [2023-08-29T16:08:25.728Z] 6863d3e3a2b1: Download complete [2023-08-29T16:08:25.988Z] ec0bb842ea78: Verifying Checksum [2023-08-29T16:08:25.988Z] ec0bb842ea78: Download complete [2023-08-29T16:08:25.988Z] 40a00589a448: Verifying Checksum [2023-08-29T16:08:25.988Z] 40a00589a448: Download complete [2023-08-29T16:08:25.988Z] 4db1b89c0bd1: Pull complete [2023-08-29T16:08:26.555Z] e194b8c5c2a9: Verifying Checksum [2023-08-29T16:08:26.555Z] e194b8c5c2a9: Download complete [2023-08-29T16:08:26.814Z] 6c08303d61cc: Verifying Checksum [2023-08-29T16:08:26.814Z] 6c08303d61cc: Download complete [2023-08-29T16:08:26.814Z] 6911f1a30b25: Retrying in 4 seconds [2023-08-29T16:08:26.814Z] 798269fcf238: Download complete [2023-08-29T16:08:27.750Z] 6911f1a30b25: Retrying in 3 seconds [2023-08-29T16:08:28.687Z] 6911f1a30b25: Retrying in 2 seconds [2023-08-29T16:08:30.068Z] 6911f1a30b25: Retrying in 1 second [2023-08-29T16:08:31.006Z] 6911f1a30b25: Retrying in 10 seconds [2023-08-29T16:08:31.942Z] 6911f1a30b25: Retrying in 9 seconds [2023-08-29T16:08:32.879Z] 6911f1a30b25: Retrying in 8 seconds [2023-08-29T16:08:33.815Z] 6911f1a30b25: Retrying in 7 seconds [2023-08-29T16:08:34.752Z] 6911f1a30b25: Retrying in 6 seconds [2023-08-29T16:08:35.688Z] 6911f1a30b25: Retrying in 5 seconds [2023-08-29T16:08:37.065Z] 6911f1a30b25: Retrying in 4 seconds [2023-08-29T16:08:38.003Z] 6911f1a30b25: Retrying in 3 seconds [2023-08-29T16:08:38.939Z] 6911f1a30b25: Retrying in 2 seconds [2023-08-29T16:08:39.460Z] Still waiting to schedule task [2023-08-29T16:08:39.460Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-29T16:08:39.878Z] 6911f1a30b25: Retrying in 1 second [2023-08-29T16:08:40.817Z] 6911f1a30b25: Download complete [2023-08-29T16:08:41.077Z] 6911f1a30b25: Pull complete [2023-08-29T16:08:44.367Z] e194b8c5c2a9: Pull complete [2023-08-29T16:08:44.624Z] 6863d3e3a2b1: Pull complete [2023-08-29T16:08:44.624Z] ec0bb842ea78: Pull complete [2023-08-29T16:08:44.624Z] 40a00589a448: Pull complete [2023-08-29T16:08:47.149Z] 6c08303d61cc: Pull complete [2023-08-29T16:08:47.715Z] 798269fcf238: Pull complete [2023-08-29T16:08:47.715Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-29T16:08:47.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-29T16:08:47.715Z] ---> ec979cd7f677 [2023-08-29T16:08:47.715Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-29T16:08:52.985Z] ---> Running in c7ab5bfb3873 [2023-08-29T16:08:52.985Z] Removing intermediate container c7ab5bfb3873 [2023-08-29T16:08:52.985Z] ---> c17e6f970831 [2023-08-29T16:08:52.985Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-29T16:08:52.985Z] ---> Running in e441c281d4b4 [2023-08-29T16:08:52.985Z] Removing intermediate container e441c281d4b4 [2023-08-29T16:08:52.985Z] ---> 014ba1039354 [2023-08-29T16:08:52.985Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-29T16:08:52.985Z] ---> Running in 0f230eb6cbba [2023-08-29T16:08:52.985Z] Removing intermediate container 0f230eb6cbba [2023-08-29T16:08:52.985Z] ---> 2e7be46eba58 [2023-08-29T16:08:52.985Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-29T16:08:52.985Z] ---> Running in 4dac9c476a56 [2023-08-29T16:08:53.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-29T16:08:53.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-29T16:08:53.760Z] OK: 265 MiB in 53 packages [2023-08-29T16:08:54.017Z] Removing intermediate container 4dac9c476a56 [2023-08-29T16:08:54.017Z] ---> 4757526c71d4 [2023-08-29T16:08:54.017Z] Step 7/12 : WORKDIR /app [2023-08-29T16:08:54.017Z] ---> Running in 7320ca8aae33 [2023-08-29T16:08:54.017Z] Removing intermediate container 7320ca8aae33 [2023-08-29T16:08:54.017Z] ---> 1bd03b061b26 [2023-08-29T16:08:54.017Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-29T16:08:54.275Z] ---> a8b7050526aa [2023-08-29T16:08:54.275Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-29T16:08:54.275Z] ---> Running in 5667fba634a8 [2023-08-29T16:09:33.128Z] Removing intermediate container 5667fba634a8 [2023-08-29T16:09:33.128Z] ---> 13b7a412e23d [2023-08-29T16:09:33.128Z] Step 10/12 : COPY . . [2023-08-29T16:09:33.128Z] ---> 333dcffe4f87 [2023-08-29T16:09:33.128Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-29T16:09:33.128Z] ---> Running in faa78eab5306 [2023-08-29T16:09:33.128Z] Removing intermediate container faa78eab5306 [2023-08-29T16:09:33.128Z] ---> b9b1751bab5f [2023-08-29T16:09:33.129Z] Step 12/12 : RUN $MAKE [2023-08-29T16:09:33.129Z] ---> Running in c8de8db99e37 [2023-08-29T16:09:33.129Z] noop [2023-08-29T16:09:33.129Z] Removing intermediate container c8de8db99e37 [2023-08-29T16:09:33.129Z] ---> 401436017525 [2023-08-29T16:09:33.129Z] Successfully built 401436017525 [2023-08-29T16:09:33.129Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:09:33.449Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-29T16:09:33.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:09:33.519Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:09:33.556Z] $ 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 ******** ci-base-image-x86_64 cat [2023-08-29T16:09:33.939Z] $ docker top e2570295d572beaa698000bbd70813e0ceb5a0e3728b6ee0fe2209f97eaaa023 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-29T16:09:34.263Z] + go version [2023-08-29T16:09:34.263Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-29T16:09:34.283Z] $ docker stop --time=1 e2570295d572beaa698000bbd70813e0ceb5a0e3728b6ee0fe2209f97eaaa023 [2023-08-29T16:09:35.562Z] $ docker rm -f --volumes e2570295d572beaa698000bbd70813e0ceb5a0e3728b6ee0fe2209f97eaaa023 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:09:35.948Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-29T16:09:35.948Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:09:36.011Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:09:36.047Z] $ 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 ******** ci-base-image-x86_64 cat [2023-08-29T16:09:36.377Z] $ docker top 7fe0aeb54d48a4a3622169fd7f1a3e9ff7b697d31c1e0050f40949e097fb0acf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-29T16:09:36.711Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-08-29T16:09:37.008Z] + make test [2023-08-29T16:09:37.008Z] go test -race -coverprofile=coverage.out ./... [2023-08-29T16:09:58.952Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-29T16:09:58.952Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.078s coverage: 88.0% of statements [2023-08-29T16:09:58.952Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-29T16:09:58.952Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-29T16:09:58.952Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-29T16:10:05.513Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.630s coverage: 98.7% of statements [2023-08-29T16:10:05.513Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.101s coverage: 78.7% of statements [2023-08-29T16:10:05.513Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 0.040s coverage: 100.0% of statements [2023-08-29T16:10:16.621Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4821 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-08-29T16:10:16.634Z] Running in /w/workspace/app-record-replay/43 [Pipeline] { [Pipeline] checkout [2023-08-29T16:10:16.666Z] Selected Git installation does not exist. Using Default [2023-08-29T16:10:16.666Z] The recommended git tool is: NONE [2023-08-29T16:10:21.637Z] using credential edgex-jenkins-ssh [2023-08-29T16:10:21.652Z] Cloning the remote Git repository [2023-08-29T16:10:21.699Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-08-29T16:10:21.782Z] > git init /w/workspace/app-record-replay/43 # timeout=10 [2023-08-29T16:10:21.919Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-08-29T16:10:21.920Z] > git --version # timeout=10 [2023-08-29T16:10:21.942Z] > git --version # 'git version 2.25.1' [2023-08-29T16:10:21.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-29T16:10:22.087Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-29T16:10:22.711Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-08-29T16:10:22.732Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-29T16:10:23.509Z] Avoid second fetch [2023-08-29T16:10:23.510Z] Checking out Revision 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff (main) [2023-08-29T16:10:24.024Z] Commit message: "Merge pull request #72 from lenny-intel/upload-profiles" [2023-08-29T16:10:23.535Z] > git config core.sparsecheckout # timeout=10 [2023-08-29T16:10:23.608Z] > git checkout -f 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-29T16:10:25.059Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-29T16:10:25.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-29T16:10:25.059Z] Dload Upload Total Spent Left Speed [2023-08-29T16:10:25.059Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12751 97 12393 0 0 71224 0 --:--:-- --:--:-- --:--:-- 70817 100 12751 100 12751 0 0 72448 0 --:--:-- --:--:-- --:--:-- 72039 [Pipeline] sh [2023-08-29T16:10:25.695Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-29T16:10:26.023Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-29T16:10:26.023Z] + sudo tee /etc/docker/daemon.new [2023-08-29T16:10:26.023Z] { [2023-08-29T16:10:26.023Z] "registry-mirrors": [ [2023-08-29T16:10:26.023Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-29T16:10:26.023Z] ], [2023-08-29T16:10:26.023Z] "bip": "10.250.0.254/24", [2023-08-29T16:10:26.023Z] "hosts": [ [2023-08-29T16:10:26.023Z] "tcp://0.0.0.0:5555", [2023-08-29T16:10:26.023Z] "unix:///var/run/docker.sock" [2023-08-29T16:10:26.023Z] ], [2023-08-29T16:10:26.023Z] "mtu": 1458, [2023-08-29T16:10:26.023Z] "selinux-enabled": true, [2023-08-29T16:10:26.023Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-29T16:10:26.023Z] } [Pipeline] sh [2023-08-29T16:10:26.348Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-29T16:10:26.684Z] + sudo service docker restart [2023-08-29T16:10:27.450Z] go vet ./... [2023-08-29T16:10:30.052Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-29T16:10:30.052Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-29T16:10:30.052Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-29T16:10:30.077Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-29T16:10:30.103Z] $ docker stop --time=1 7fe0aeb54d48a4a3622169fd7f1a3e9ff7b697d31c1e0050f40949e097fb0acf [2023-08-29T16:10:34.283Z] $ docker rm -f --volumes 7fe0aeb54d48a4a3622169fd7f1a3e9ff7b697d31c1e0050f40949e097fb0acf [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-29T16:10:34.833Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-29T16:10:34.875Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-29T16:10:35.394Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-29T16:10:35.673Z] + ls -al . [2023-08-29T16:10:35.673Z] total 180 [2023-08-29T16:10:35.673Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 29 16:09 . [2023-08-29T16:10:35.673Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 29 16:08 .. [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 29 16:08 .dockerignore [2023-08-29T16:10:35.673Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 29 16:08 .git [2023-08-29T16:10:35.673Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:08 .github [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 29 16:08 .gitignore [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 29 16:08 .golangci.yml [2023-08-29T16:10:35.673Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 29 16:08 .semver [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 11301 Aug 29 16:08 Attribution.txt [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 29 16:08 CHANGELOG.md [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 29 16:08 Dockerfile [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 29 16:08 GOVERNANCE.md [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 29 16:08 Jenkinsfile [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 29 16:08 LICENSE [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 29 16:08 Makefile [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 29 16:08 OWNERS.md [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 29 16:08 README.md [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 29 16:08 Record and Reply.postman_collection.json [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 29 16:08 VERSION [2023-08-29T16:10:35.673Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:08 bin [2023-08-29T16:10:35.673Z] -rw-r--r-- 1 jenkins jenkins 24552 Aug 29 16:10 coverage.out [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 3916 Aug 29 16:08 go.mod [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 34159 Aug 29 16:08 go.sum [2023-08-29T16:10:35.673Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 29 16:08 internal [2023-08-29T16:10:35.673Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 29 16:08 main.go [2023-08-29T16:10:35.673Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 29 16:08 pkg [2023-08-29T16:10:35.673Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:08 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:10:35.972Z] + 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=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff --label arch=amd64 --label version=3.1.0-dev.40 . [2023-08-29T16:10:35.972Z] Sending build context to Docker daemon 548.9kB [2023-08-29T16:10:35.972Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-29T16:10:35.972Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-29T16:10:35.972Z] ---> 401436017525 [2023-08-29T16:10:35.972Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-29T16:10:35.972Z] ---> Running in 3b07a168af64 [2023-08-29T16:10:36.247Z] Removing intermediate container 3b07a168af64 [2023-08-29T16:10:36.247Z] ---> b6d86ebdc94d [2023-08-29T16:10:36.247Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-29T16:10:36.247Z] ---> Running in 19163c136b67 [2023-08-29T16:10:36.247Z] Removing intermediate container 19163c136b67 [2023-08-29T16:10:36.247Z] ---> 8fa8fa171c26 [2023-08-29T16:10:36.247Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-29T16:10:36.247Z] ---> Running in 31f236551519 [2023-08-29T16:10:36.247Z] Removing intermediate container 31f236551519 [2023-08-29T16:10:36.247Z] ---> a1319ffdc88c [2023-08-29T16:10:36.247Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-29T16:10:36.506Z] ---> Running in cd3c4196140f [2023-08-29T16:10:36.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-29T16:10:36.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-29T16:10:37.024Z] OK: 265 MiB in 53 packages [2023-08-29T16:10:37.590Z] Removing intermediate container cd3c4196140f [2023-08-29T16:10:37.591Z] ---> 1213ec431856 [2023-08-29T16:10:37.591Z] Step 7/26 : WORKDIR /app [2023-08-29T16:10:37.591Z] ---> Running in 18cbe25d6cdb [2023-08-29T16:10:37.591Z] Removing intermediate container 18cbe25d6cdb [2023-08-29T16:10:37.591Z] ---> 98f58be06542 [2023-08-29T16:10:37.591Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-29T16:10:37.591Z] ---> c974529d5672 [2023-08-29T16:10:37.591Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-29T16:10:37.851Z] ---> Running in eb452a11d5fb [2023-08-29T16:10:38.785Z] Removing intermediate container eb452a11d5fb [2023-08-29T16:10:38.785Z] ---> ac5ef14c3faa [2023-08-29T16:10:38.785Z] Step 10/26 : COPY . . [2023-08-29T16:10:38.785Z] ---> 897729f549a9 [2023-08-29T16:10:38.785Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-29T16:10:38.785Z] ---> Running in 298e70a3d4f1 [2023-08-29T16:10:39.045Z] Removing intermediate container 298e70a3d4f1 [2023-08-29T16:10:39.045Z] ---> 7e40cbe3a311 [2023-08-29T16:10:39.045Z] Step 12/26 : RUN $MAKE [2023-08-29T16:10:39.045Z] ---> Running in f431b3b8f0af [2023-08-29T16:10:39.304Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.40" -trimpath -mod=readonly -o app-record-replay [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-29T16:10:44.940Z] provisioning config files... [2023-08-29T16:10:44.965Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/43@tmp/config7983211049257503105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:10:45.311Z] ---> docker-login.sh [2023-08-29T16:10:45.311Z] nexus3.edgexfoundry.org:10001 [2023-08-29T16:10:45.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:10:45.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:10:45.847Z] Configure a credential helper to remove this warning. See [2023-08-29T16:10:45.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:10:45.847Z] [2023-08-29T16:10:45.847Z] Login Succeeded [2023-08-29T16:10:45.847Z] nexus3.edgexfoundry.org:10002 [2023-08-29T16:10:46.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:10:46.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:10:46.384Z] Configure a credential helper to remove this warning. See [2023-08-29T16:10:46.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:10:46.384Z] [2023-08-29T16:10:46.384Z] Login Succeeded [2023-08-29T16:10:46.384Z] nexus3.edgexfoundry.org:10003 [2023-08-29T16:10:46.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:10:46.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:10:46.658Z] Configure a credential helper to remove this warning. See [2023-08-29T16:10:46.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:10:46.658Z] [2023-08-29T16:10:46.658Z] Login Succeeded [2023-08-29T16:10:46.658Z] nexus3.edgexfoundry.org:10004 [2023-08-29T16:10:46.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:10:46.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:10:46.929Z] Configure a credential helper to remove this warning. See [2023-08-29T16:10:46.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:10:46.929Z] [2023-08-29T16:10:46.929Z] Login Succeeded [2023-08-29T16:10:46.929Z] docker.io [2023-08-29T16:10:47.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:10:47.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:10:47.467Z] Configure a credential helper to remove this warning. See [2023-08-29T16:10:47.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:10:47.467Z] [2023-08-29T16:10:47.467Z] Login Succeeded [2023-08-29T16:10:47.467Z] ---> docker-login.sh ends [Pipeline] } [2023-08-29T16:10:47.481Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-29T16:10:47.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-29T16:10:47.754Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-29T16:10:47.770Z] ========================================================= [2023-08-29T16:10:47.770Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-29T16:10:47.770Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:10:48.125Z] + 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-29T16:10:48.125Z] Sending build context to Docker daemon 238.1kB [2023-08-29T16:10:48.401Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-29T16:10:48.401Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-29T16:10:48.401Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-29T16:10:48.401Z] edb6bdbacee9: Pulling fs layer [2023-08-29T16:10:48.401Z] 5f9638ab2659: Pulling fs layer [2023-08-29T16:10:48.401Z] 8d51d6327a98: Pulling fs layer [2023-08-29T16:10:48.401Z] 8b374f2dd631: Pulling fs layer [2023-08-29T16:10:48.401Z] ec14aa9079de: Pulling fs layer [2023-08-29T16:10:48.401Z] 2f466654f4bb: Pulling fs layer [2023-08-29T16:10:48.401Z] 554e91adad29: Pulling fs layer [2023-08-29T16:10:48.401Z] ec14aa9079de: Waiting [2023-08-29T16:10:48.401Z] 2f466654f4bb: Waiting [2023-08-29T16:10:48.401Z] 554e91adad29: Waiting [2023-08-29T16:10:48.401Z] 8b374f2dd631: Waiting [2023-08-29T16:10:48.401Z] 5f9638ab2659: Download complete [2023-08-29T16:10:48.401Z] 8b374f2dd631: Verifying Checksum [2023-08-29T16:10:48.401Z] 8b374f2dd631: Download complete [2023-08-29T16:10:48.671Z] ec14aa9079de: Verifying Checksum [2023-08-29T16:10:48.671Z] ec14aa9079de: Download complete [2023-08-29T16:10:48.671Z] edb6bdbacee9: Verifying Checksum [2023-08-29T16:10:49.637Z] edb6bdbacee9: Pull complete [2023-08-29T16:10:49.911Z] 554e91adad29: Verifying Checksum [2023-08-29T16:10:49.911Z] 554e91adad29: Download complete [2023-08-29T16:10:50.178Z] 5f9638ab2659: Pull complete [2023-08-29T16:10:51.146Z] 8d51d6327a98: Verifying Checksum [2023-08-29T16:10:51.146Z] 8d51d6327a98: Download complete [2023-08-29T16:10:51.146Z] 2f466654f4bb: Verifying Checksum [2023-08-29T16:10:51.146Z] 2f466654f4bb: Download complete [2023-08-29T16:11:01.229Z] Removing intermediate container f431b3b8f0af [2023-08-29T16:11:01.229Z] ---> da4016010001 [2023-08-29T16:11:01.229Z] Step 13/26 : FROM alpine:3.17 [2023-08-29T16:11:01.229Z] 3.17: Pulling from library/alpine [2023-08-29T16:11:01.229Z] 9398808236ff: Pulling fs layer [2023-08-29T16:11:01.229Z] 9398808236ff: Verifying Checksum [2023-08-29T16:11:01.229Z] 9398808236ff: Download complete [2023-08-29T16:11:01.229Z] 9398808236ff: Pull complete [2023-08-29T16:11:01.229Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-29T16:11:01.229Z] Status: Downloaded newer image for alpine:3.17 [2023-08-29T16:11:01.229Z] ---> 1e0b8b5322fc [2023-08-29T16:11:01.229Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-29T16:11:01.229Z] ---> Running in 8dd7eb790e9e [2023-08-29T16:11:01.229Z] Removing intermediate container 8dd7eb790e9e [2023-08-29T16:11:01.229Z] ---> 53fc13f27583 [2023-08-29T16:11:01.229Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-29T16:11:01.229Z] ---> Running in e4c2eebd39de [2023-08-29T16:11:01.229Z] Removing intermediate container e4c2eebd39de [2023-08-29T16:11:01.229Z] ---> 8d288a3008b0 [2023-08-29T16:11:01.229Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-29T16:11:01.229Z] ---> Running in eb7f2343e408 [2023-08-29T16:11:01.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-29T16:11:01.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-29T16:11:01.746Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-29T16:11:01.746Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-29T16:11:01.746Z] Executing busybox-1.35.0-r29.trigger [2023-08-29T16:11:01.746Z] Executing ca-certificates-20230506-r0.trigger [2023-08-29T16:11:02.023Z] OK: 8 MiB in 17 packages [2023-08-29T16:11:02.283Z] Removing intermediate container eb7f2343e408 [2023-08-29T16:11:02.283Z] ---> 4f48a13bf7ab [2023-08-29T16:11:02.283Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-29T16:11:02.541Z] ---> 11b868109d7e [2023-08-29T16:11:02.541Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-29T16:11:02.541Z] ---> 20956530902f [2023-08-29T16:11:02.541Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-29T16:11:02.799Z] ---> e46acf339b52 [2023-08-29T16:11:02.799Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-29T16:11:03.500Z] 8d51d6327a98: Pull complete [2023-08-29T16:11:03.501Z] 8b374f2dd631: Pull complete [2023-08-29T16:11:03.501Z] ec14aa9079de: Pull complete [2023-08-29T16:11:03.736Z] ---> 931870205225 [2023-08-29T16:11:03.736Z] Step 21/26 : EXPOSE 59712 [2023-08-29T16:11:03.736Z] ---> Running in 9b8b76425d1c [2023-08-29T16:11:03.736Z] Removing intermediate container 9b8b76425d1c [2023-08-29T16:11:03.736Z] ---> 445a12756cda [2023-08-29T16:11:03.736Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-29T16:11:03.994Z] ---> Running in d4f096f8a9af [2023-08-29T16:11:03.994Z] Removing intermediate container d4f096f8a9af [2023-08-29T16:11:03.994Z] ---> b41a4d31011c [2023-08-29T16:11:03.994Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-29T16:11:03.994Z] ---> Running in 123f99a094b9 [2023-08-29T16:11:03.994Z] Removing intermediate container 123f99a094b9 [2023-08-29T16:11:03.994Z] ---> 96908c1fe69b [2023-08-29T16:11:03.994Z] Step 24/26 : LABEL arch=amd64 [2023-08-29T16:11:03.994Z] ---> Running in 12b100b41d41 [2023-08-29T16:11:04.253Z] Removing intermediate container 12b100b41d41 [2023-08-29T16:11:04.253Z] ---> 4b939afce682 [2023-08-29T16:11:04.253Z] Step 25/26 : LABEL git_sha=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:11:04.253Z] ---> Running in 89553c73ba0a [2023-08-29T16:11:04.253Z] Removing intermediate container 89553c73ba0a [2023-08-29T16:11:04.253Z] ---> 9aa8bdb6e4c5 [2023-08-29T16:11:04.253Z] Step 26/26 : LABEL version=3.1.0-dev.40 [2023-08-29T16:11:04.253Z] ---> Running in 2c59d25f067b [2023-08-29T16:11:04.253Z] Removing intermediate container 2c59d25f067b [2023-08-29T16:11:04.253Z] ---> 310f4a7ec1e6 [2023-08-29T16:11:04.253Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-29T16:11:04.253Z] Successfully built 310f4a7ec1e6 [2023-08-29T16:11:04.253Z] 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-29T16:11:04.369Z] provisioning config files... [2023-08-29T16:11:04.378Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15643114173575758934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:11:04.668Z] ---> docker-login.sh [2023-08-29T16:11:04.669Z] nexus3.edgexfoundry.org:10001 [2023-08-29T16:11:04.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:11:04.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:11:04.669Z] Configure a credential helper to remove this warning. See [2023-08-29T16:11:04.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:11:04.669Z] [2023-08-29T16:11:04.669Z] Login Succeeded [2023-08-29T16:11:04.669Z] nexus3.edgexfoundry.org:10002 [2023-08-29T16:11:04.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:11:04.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:11:04.669Z] Configure a credential helper to remove this warning. See [2023-08-29T16:11:04.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:11:04.669Z] [2023-08-29T16:11:04.669Z] Login Succeeded [2023-08-29T16:11:04.669Z] nexus3.edgexfoundry.org:10003 [2023-08-29T16:11:04.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:11:04.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:11:04.927Z] Configure a credential helper to remove this warning. See [2023-08-29T16:11:04.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:11:04.927Z] [2023-08-29T16:11:04.927Z] Login Succeeded [2023-08-29T16:11:04.927Z] nexus3.edgexfoundry.org:10004 [2023-08-29T16:11:04.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:11:04.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:11:04.927Z] Configure a credential helper to remove this warning. See [2023-08-29T16:11:04.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:11:04.927Z] [2023-08-29T16:11:04.927Z] Login Succeeded [2023-08-29T16:11:04.927Z] docker.io [2023-08-29T16:11:04.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:11:05.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:11:05.185Z] Configure a credential helper to remove this warning. See [2023-08-29T16:11:05.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:11:05.185Z] [2023-08-29T16:11:05.185Z] Login Succeeded [2023-08-29T16:11:05.185Z] ---> docker-login.sh ends [Pipeline] } [2023-08-29T16:11:05.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-29T16:11:05.219Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-29T16:11:05.236Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-08-29T16:11:05.236Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:11:05.236Z] latest [2023-08-29T16:11:05.236Z] 3.1.0-dev.40 [2023-08-29T16:11:05.236Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [2023-08-29T16:11:05.236Z] main [2023-08-29T16:11:05.236Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:05.541Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:05.848Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:11:05.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-29T16:11:05.848Z] e5c846931eb5: Preparing [2023-08-29T16:11:05.848Z] 810fc94f0b7f: Preparing [2023-08-29T16:11:05.848Z] fc0c7e250079: Preparing [2023-08-29T16:11:05.848Z] 8aebe921bb13: Preparing [2023-08-29T16:11:05.848Z] 6cb2993c09c1: Preparing [2023-08-29T16:11:05.848Z] 36b50b131297: Preparing [2023-08-29T16:11:05.848Z] 810fc94f0b7f: Pushed [2023-08-29T16:11:05.848Z] fc0c7e250079: Pushed [2023-08-29T16:11:05.848Z] 8aebe921bb13: Pushed [2023-08-29T16:11:05.848Z] 36b50b131297: Layer already exists [2023-08-29T16:11:05.848Z] 6cb2993c09c1: Pushed [2023-08-29T16:11:08.382Z] e5c846931eb5: Pushed [2023-08-29T16:11:08.382Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:08.689Z] + 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-29T16:11:08.993Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-29T16:11:08.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-29T16:11:08.994Z] e5c846931eb5: Preparing [2023-08-29T16:11:08.994Z] 810fc94f0b7f: Preparing [2023-08-29T16:11:08.994Z] fc0c7e250079: Preparing [2023-08-29T16:11:08.994Z] 8aebe921bb13: Preparing [2023-08-29T16:11:08.994Z] 6cb2993c09c1: Preparing [2023-08-29T16:11:08.994Z] 36b50b131297: Preparing [2023-08-29T16:11:08.994Z] 36b50b131297: Waiting [2023-08-29T16:11:08.994Z] e5c846931eb5: Layer already exists [2023-08-29T16:11:08.994Z] 8aebe921bb13: Layer already exists [2023-08-29T16:11:08.994Z] 6cb2993c09c1: Layer already exists [2023-08-29T16:11:08.994Z] fc0c7e250079: Layer already exists [2023-08-29T16:11:08.994Z] 810fc94f0b7f: Layer already exists [2023-08-29T16:11:08.994Z] 36b50b131297: Layer already exists [2023-08-29T16:11:08.994Z] latest: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:09.305Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:09.618Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.40 [2023-08-29T16:11:09.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-29T16:11:09.618Z] e5c846931eb5: Preparing [2023-08-29T16:11:09.618Z] 810fc94f0b7f: Preparing [2023-08-29T16:11:09.618Z] fc0c7e250079: Preparing [2023-08-29T16:11:09.618Z] 8aebe921bb13: Preparing [2023-08-29T16:11:09.618Z] 6cb2993c09c1: Preparing [2023-08-29T16:11:09.618Z] 36b50b131297: Preparing [2023-08-29T16:11:09.618Z] 36b50b131297: Waiting [2023-08-29T16:11:09.618Z] 810fc94f0b7f: Layer already exists [2023-08-29T16:11:09.618Z] 8aebe921bb13: Layer already exists [2023-08-29T16:11:09.618Z] 6cb2993c09c1: Layer already exists [2023-08-29T16:11:09.618Z] fc0c7e250079: Layer already exists [2023-08-29T16:11:09.618Z] e5c846931eb5: Layer already exists [2023-08-29T16:11:09.618Z] 36b50b131297: Layer already exists [2023-08-29T16:11:09.618Z] 3.1.0-dev.40: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:09.939Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:10.172Z] 2f466654f4bb: Pull complete [2023-08-29T16:11:10.248Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [2023-08-29T16:11:10.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-29T16:11:10.248Z] e5c846931eb5: Preparing [2023-08-29T16:11:10.248Z] 810fc94f0b7f: Preparing [2023-08-29T16:11:10.248Z] fc0c7e250079: Preparing [2023-08-29T16:11:10.248Z] 8aebe921bb13: Preparing [2023-08-29T16:11:10.248Z] 6cb2993c09c1: Preparing [2023-08-29T16:11:10.248Z] 36b50b131297: Preparing [2023-08-29T16:11:10.248Z] 36b50b131297: Waiting [2023-08-29T16:11:10.248Z] fc0c7e250079: Layer already exists [2023-08-29T16:11:10.248Z] 6cb2993c09c1: Layer already exists [2023-08-29T16:11:10.248Z] 8aebe921bb13: Layer already exists [2023-08-29T16:11:10.248Z] 810fc94f0b7f: Layer already exists [2023-08-29T16:11:10.248Z] e5c846931eb5: Layer already exists [2023-08-29T16:11:10.248Z] 36b50b131297: Layer already exists [2023-08-29T16:11:10.248Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:10.559Z] + 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-29T16:11:10.864Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-08-29T16:11:10.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-29T16:11:10.864Z] e5c846931eb5: Preparing [2023-08-29T16:11:10.864Z] 810fc94f0b7f: Preparing [2023-08-29T16:11:10.864Z] fc0c7e250079: Preparing [2023-08-29T16:11:10.864Z] 8aebe921bb13: Preparing [2023-08-29T16:11:10.864Z] 6cb2993c09c1: Preparing [2023-08-29T16:11:10.864Z] 36b50b131297: Preparing [2023-08-29T16:11:10.864Z] 36b50b131297: Waiting [2023-08-29T16:11:10.864Z] 6cb2993c09c1: Layer already exists [2023-08-29T16:11:10.864Z] 810fc94f0b7f: Layer already exists [2023-08-29T16:11:10.864Z] fc0c7e250079: Layer already exists [2023-08-29T16:11:10.864Z] 8aebe921bb13: Layer already exists [2023-08-29T16:11:10.864Z] e5c846931eb5: Layer already exists [2023-08-29T16:11:10.864Z] 36b50b131297: Layer already exists [2023-08-29T16:11:10.864Z] main: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-29T16:11:10.904Z] ===================================================== [Pipeline] echo [2023-08-29T16:11:10.911Z] taggedImages: [2023-08-29T16:11:10.911Z] - nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:11:10.911Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-29T16:11:10.911Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.40 [2023-08-29T16:11:10.911Z] - nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [2023-08-29T16:11:10.911Z] - 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-29T16:11:11.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-29T16:11:11.276Z] [2023-08-29T16:11:11.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:11:11.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-29T16:11:11.576Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-29T16:11:11.576Z] 5eb5b503b376: Pulling fs layer [2023-08-29T16:11:11.576Z] 5c69ac0246d0: Pulling fs layer [2023-08-29T16:11:11.576Z] ec43610c2a17: Pulling fs layer [2023-08-29T16:11:11.576Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-29T16:11:11.576Z] 33b1e0a273af: Pulling fs layer [2023-08-29T16:11:11.576Z] 5d3b04190fa2: Pulling fs layer [2023-08-29T16:11:11.576Z] 2f39f015ded8: Pulling fs layer [2023-08-29T16:11:11.576Z] 33b1e0a273af: Waiting [2023-08-29T16:11:11.576Z] 5d3b04190fa2: Waiting [2023-08-29T16:11:11.576Z] 2f39f015ded8: Waiting [2023-08-29T16:11:11.576Z] 3a2ae6a8a46f: Waiting [2023-08-29T16:11:11.576Z] 5c69ac0246d0: Download complete [2023-08-29T16:11:11.576Z] 33b1e0a273af: Verifying Checksum [2023-08-29T16:11:11.576Z] 33b1e0a273af: Download complete [2023-08-29T16:11:11.576Z] 5d3b04190fa2: Verifying Checksum [2023-08-29T16:11:11.576Z] 5d3b04190fa2: Download complete [2023-08-29T16:11:11.576Z] ec43610c2a17: Verifying Checksum [2023-08-29T16:11:11.576Z] ec43610c2a17: Download complete [2023-08-29T16:11:11.838Z] 5eb5b503b376: Verifying Checksum [2023-08-29T16:11:11.838Z] 5eb5b503b376: Download complete [2023-08-29T16:11:12.133Z] 554e91adad29: Pull complete [2023-08-29T16:11:12.133Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-29T16:11:12.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-29T16:11:12.134Z] ---> 1e15ea492957 [2023-08-29T16:11:12.134Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-29T16:11:12.403Z] 2f39f015ded8: Download complete [2023-08-29T16:11:12.969Z] 5eb5b503b376: Pull complete [2023-08-29T16:11:12.969Z] 5c69ac0246d0: Pull complete [2023-08-29T16:11:13.534Z] ec43610c2a17: Pull complete [2023-08-29T16:11:13.534Z] 3a2ae6a8a46f: Pull complete [2023-08-29T16:11:13.552Z] ---> Running in 41b2af792ff7 [2023-08-29T16:11:13.792Z] 33b1e0a273af: Pull complete [2023-08-29T16:11:13.792Z] 5d3b04190fa2: Pull complete [2023-08-29T16:11:13.829Z] Removing intermediate container 41b2af792ff7 [2023-08-29T16:11:13.829Z] ---> f40f9b7e4cfc [2023-08-29T16:11:13.829Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-29T16:11:14.097Z] ---> Running in d4837e85d340 [2023-08-29T16:11:14.366Z] Removing intermediate container d4837e85d340 [2023-08-29T16:11:14.366Z] ---> 7c905338a112 [2023-08-29T16:11:14.366Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-29T16:11:14.366Z] ---> Running in 87d471d3ceae [2023-08-29T16:11:14.635Z] Removing intermediate container 87d471d3ceae [2023-08-29T16:11:14.635Z] ---> 31858eea9230 [2023-08-29T16:11:14.635Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-29T16:11:14.635Z] ---> Running in b364ab1c3b2d [2023-08-29T16:11:15.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-29T16:11:16.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-29T16:11:17.166Z] OK: 263 MiB in 53 packages [2023-08-29T16:11:17.973Z] 2f39f015ded8: Pull complete [2023-08-29T16:11:17.973Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-29T16:11:17.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-29T16:11:17.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:11:18.060Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:11:18.105Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-29T16:11:18.130Z] Removing intermediate container b364ab1c3b2d [2023-08-29T16:11:18.130Z] ---> ea7c2f332503 [2023-08-29T16:11:18.130Z] Step 7/12 : WORKDIR /app [2023-08-29T16:11:18.130Z] ---> Running in 56f2b170f57f [2023-08-29T16:11:18.403Z] Removing intermediate container 56f2b170f57f [2023-08-29T16:11:18.403Z] ---> e5e6f19ab78e [2023-08-29T16:11:18.403Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-29T16:11:18.990Z] ---> 667e1cf35b39 [2023-08-29T16:11:18.990Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-29T16:11:18.990Z] ---> Running in eae52a9ff439 [2023-08-29T16:11:23.987Z] $ docker top 9cbd0feeb597cb07c27bc1ba446c5b5f924fbaca7743a733287ab55145fedd90 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:11:24.367Z] ---> job-cost.sh [2023-08-29T16:11:24.367Z] lf-activate-venv: SKIPPING [2023-08-29T16:11:24.367Z] INFO: No Stack... [2023-08-29T16:11:24.627Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-29T16:11:25.196Z] INFO: Archiving Costs [Pipeline] sh [2023-08-29T16:11:25.482Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-08-29T16:11:25.482Z] + cut -d, -f6 [Pipeline] lock [2023-08-29T16:11:25.495Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [2023-08-29T16:11:25.504Z] Resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] did not exist. Created. [2023-08-29T16:11:25.504Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-29T16:11:25.803Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-29T16:11:25.830Z] Stashed 1 file(s) [Pipeline] } [2023-08-29T16:11:25.837Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-29T16:11:25.873Z] $ docker stop --time=1 9cbd0feeb597cb07c27bc1ba446c5b5f924fbaca7743a733287ab55145fedd90 [2023-08-29T16:11:27.017Z] $ docker rm -f --volumes 9cbd0feeb597cb07c27bc1ba446c5b5f924fbaca7743a733287ab55145fedd90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-29T16:12:27.001Z] Removing intermediate container eae52a9ff439 [2023-08-29T16:12:27.001Z] ---> e87278366173 [2023-08-29T16:12:27.001Z] Step 10/12 : COPY . . [2023-08-29T16:12:27.001Z] ---> bbbb24847a42 [2023-08-29T16:12:27.001Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-29T16:12:27.001Z] ---> Running in 9114db538d22 [2023-08-29T16:12:27.001Z] Removing intermediate container 9114db538d22 [2023-08-29T16:12:27.001Z] ---> 2cc44964f28e [2023-08-29T16:12:27.001Z] Step 12/12 : RUN $MAKE [2023-08-29T16:12:27.001Z] ---> Running in a0ad6fd1aced [2023-08-29T16:12:27.001Z] noop [2023-08-29T16:12:27.001Z] Removing intermediate container a0ad6fd1aced [2023-08-29T16:12:27.001Z] ---> 2cfeaf02dfa0 [2023-08-29T16:12:27.001Z] Successfully built 2cfeaf02dfa0 [2023-08-29T16:12:27.001Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:12:27.341Z] + docker inspect -f . ci-base-image-arm64 [2023-08-29T16:12:27.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:12:27.533Z] prd-ubuntu20.04-docker-arm64-4c-16g-4821 does not seem to be running inside a container [2023-08-29T16:12:27.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/43 -v /w/workspace/app-record-replay/43:/w/workspace/app-record-replay/43:rw,z -v /w/workspace/app-record-replay/43@tmp:/w/workspace/app-record-replay/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-29T16:12:28.776Z] $ docker top 6849b495962da8cadd0644a2496dda735dfab73696d6f5a5efb0bed9075490bc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-29T16:12:29.579Z] + go version [2023-08-29T16:12:29.579Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-29T16:12:29.613Z] $ docker stop --time=1 6849b495962da8cadd0644a2496dda735dfab73696d6f5a5efb0bed9075490bc [2023-08-29T16:12:31.219Z] $ docker rm -f --volumes 6849b495962da8cadd0644a2496dda735dfab73696d6f5a5efb0bed9075490bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:12:31.751Z] + docker inspect -f . ci-base-image-arm64 [2023-08-29T16:12:31.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:12:31.925Z] prd-ubuntu20.04-docker-arm64-4c-16g-4821 does not seem to be running inside a container [2023-08-29T16:12:31.998Z] $ 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/43 -v /w/workspace/app-record-replay/43:/w/workspace/app-record-replay/43:rw,z -v /w/workspace/app-record-replay/43@tmp:/w/workspace/app-record-replay/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-29T16:12:33.087Z] $ docker top 220f47851a44ddac75859a5433077c58a7eaddf8deeaaa1ddf2f7e0d3dcb05c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-29T16:12:33.576Z] + git config --global --add safe.directory /w/workspace/app-record-replay/43 [Pipeline] fileExists [Pipeline] sh [2023-08-29T16:12:34.171Z] + make test [2023-08-29T16:12:34.171Z] go test -race -coverprofile=coverage.out ./... [2023-08-29T16:15:25.918Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-29T16:15:25.918Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.265s coverage: 88.0% of statements [2023-08-29T16:15:25.918Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-29T16:15:25.918Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-29T16:15:25.918Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-29T16:15:32.547Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.963s coverage: 98.7% of statements [2023-08-29T16:15:32.547Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.517s coverage: 78.7% of statements [2023-08-29T16:15:32.547Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 0.184s coverage: 100.0% of statements [2023-08-29T16:15:32.817Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-29T16:15:32.817Z] go vet ./... [2023-08-29T16:17:54.487Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-29T16:17:54.487Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-29T16:17:54.487Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-29T16:17:54.505Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-29T16:17:54.532Z] $ docker stop --time=1 220f47851a44ddac75859a5433077c58a7eaddf8deeaaa1ddf2f7e0d3dcb05c2 [2023-08-29T16:17:56.346Z] $ docker rm -f --volumes 220f47851a44ddac75859a5433077c58a7eaddf8deeaaa1ddf2f7e0d3dcb05c2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-29T16:17:57.881Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-29T16:17:57.903Z] Warning: overwriting stash ‘coverage-report’ [2023-08-29T16:17:58.307Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-29T16:17:58.797Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-29T16:17:59.109Z] + ls -al . [2023-08-29T16:17:59.110Z] total 176 [2023-08-29T16:17:59.110Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 29 16:12 . [2023-08-29T16:17:59.110Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 29 16:10 .. [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 29 16:10 .dockerignore [2023-08-29T16:17:59.110Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 29 16:10 .git [2023-08-29T16:17:59.110Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:10 .github [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 29 16:10 .gitignore [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 29 16:10 .golangci.yml [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 11301 Aug 29 16:10 Attribution.txt [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 29 16:10 CHANGELOG.md [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 29 16:10 Dockerfile [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 29 16:10 GOVERNANCE.md [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 29 16:10 Jenkinsfile [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 29 16:10 LICENSE [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 29 16:10 Makefile [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 29 16:10 OWNERS.md [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 29 16:10 README.md [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 29 16:10 Record and Reply.postman_collection.json [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 29 16:08 VERSION [2023-08-29T16:17:59.110Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:10 bin [2023-08-29T16:17:59.110Z] -rw-r--r-- 1 jenkins jenkins 24552 Aug 29 16:15 coverage.out [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 3916 Aug 29 16:10 go.mod [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 34159 Aug 29 16:10 go.sum [2023-08-29T16:17:59.110Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 29 16:10 internal [2023-08-29T16:17:59.110Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 29 16:10 main.go [2023-08-29T16:17:59.110Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 29 16:10 pkg [2023-08-29T16:17:59.110Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:10 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:17:59.445Z] + 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=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff --label arch=arm64 --label version=3.1.0-dev.40 . [2023-08-29T16:17:59.445Z] Sending build context to Docker daemon 263.2kB [2023-08-29T16:17:59.712Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-29T16:17:59.712Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-29T16:17:59.712Z] ---> 2cfeaf02dfa0 [2023-08-29T16:17:59.712Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-29T16:17:59.712Z] ---> Running in 1571f8cb6c75 [2023-08-29T16:17:59.995Z] Removing intermediate container 1571f8cb6c75 [2023-08-29T16:17:59.995Z] ---> 17b9bb1f475c [2023-08-29T16:17:59.995Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-29T16:17:59.995Z] ---> Running in abfbc60b90f0 [2023-08-29T16:18:00.262Z] Removing intermediate container abfbc60b90f0 [2023-08-29T16:18:00.262Z] ---> 9707ad8d4e1b [2023-08-29T16:18:00.262Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-29T16:18:00.528Z] ---> Running in fb058c8ea65d [2023-08-29T16:18:00.796Z] Removing intermediate container fb058c8ea65d [2023-08-29T16:18:00.796Z] ---> 821f0b36860d [2023-08-29T16:18:00.796Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-29T16:18:00.796Z] ---> Running in 97ee5950ad48 [2023-08-29T16:18:01.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-29T16:18:02.341Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-29T16:18:03.301Z] OK: 263 MiB in 53 packages [2023-08-29T16:18:04.262Z] Removing intermediate container 97ee5950ad48 [2023-08-29T16:18:04.262Z] ---> ef74b75eb1ee [2023-08-29T16:18:04.262Z] Step 7/26 : WORKDIR /app [2023-08-29T16:18:04.262Z] ---> Running in ae1fbb66ce14 [2023-08-29T16:18:04.529Z] Removing intermediate container ae1fbb66ce14 [2023-08-29T16:18:04.529Z] ---> 42755a8ac81f [2023-08-29T16:18:04.529Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-29T16:18:05.112Z] ---> 54a170711e49 [2023-08-29T16:18:05.112Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-29T16:18:05.112Z] ---> Running in f9d610b09963 [2023-08-29T16:18:07.691Z] Removing intermediate container f9d610b09963 [2023-08-29T16:18:07.691Z] ---> 7109de304d8e [2023-08-29T16:18:07.691Z] Step 10/26 : COPY . . [2023-08-29T16:18:07.958Z] ---> 5ff8e2abd3c3 [2023-08-29T16:18:07.958Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-29T16:18:07.958Z] ---> Running in a093660f9201 [2023-08-29T16:18:08.232Z] Removing intermediate container a093660f9201 [2023-08-29T16:18:08.232Z] ---> ff3bed4be1bb [2023-08-29T16:18:08.232Z] Step 12/26 : RUN $MAKE [2023-08-29T16:18:08.499Z] ---> Running in 3b8c13542517 [2023-08-29T16:18:09.460Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.40" -trimpath -mod=readonly -o app-record-replay [2023-08-29T16:20:31.146Z] Removing intermediate container 3b8c13542517 [2023-08-29T16:20:31.146Z] ---> a87192750c92 [2023-08-29T16:20:31.146Z] Step 13/26 : FROM alpine:3.17 [2023-08-29T16:20:31.146Z] 3.17: Pulling from library/alpine [2023-08-29T16:20:31.146Z] 4060ece20d7a: Pulling fs layer [2023-08-29T16:20:31.146Z] 4060ece20d7a: Download complete [2023-08-29T16:20:31.146Z] 4060ece20d7a: Pull complete [2023-08-29T16:20:31.146Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-29T16:20:31.146Z] Status: Downloaded newer image for alpine:3.17 [2023-08-29T16:20:31.146Z] ---> 8650cd65339b [2023-08-29T16:20:31.146Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-29T16:20:31.146Z] ---> Running in fd90e4e0e52b [2023-08-29T16:20:31.146Z] Removing intermediate container fd90e4e0e52b [2023-08-29T16:20:31.146Z] ---> 6ca173f9e0a7 [2023-08-29T16:20:31.146Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-29T16:20:31.146Z] ---> Running in 1a22ce8e9729 [2023-08-29T16:20:31.146Z] Removing intermediate container 1a22ce8e9729 [2023-08-29T16:20:31.146Z] ---> 86384b7b532d [2023-08-29T16:20:31.146Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-29T16:20:31.146Z] ---> Running in b5613198df2c [2023-08-29T16:20:31.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-29T16:20:31.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-29T16:20:31.146Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-29T16:20:31.146Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-29T16:20:31.146Z] Executing busybox-1.35.0-r29.trigger [2023-08-29T16:20:31.146Z] Executing ca-certificates-20230506-r0.trigger [2023-08-29T16:20:31.146Z] OK: 8 MiB in 17 packages [2023-08-29T16:20:31.146Z] Removing intermediate container b5613198df2c [2023-08-29T16:20:31.146Z] ---> edce737c3ff2 [2023-08-29T16:20:31.146Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-29T16:20:31.146Z] ---> a9a3463825a9 [2023-08-29T16:20:31.146Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-29T16:20:31.146Z] ---> 0bba748efbd4 [2023-08-29T16:20:31.146Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-29T16:20:31.146Z] ---> 6258c0f0db8e [2023-08-29T16:20:31.146Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-29T16:20:31.146Z] ---> 1e8e73e90534 [2023-08-29T16:20:31.146Z] Step 21/26 : EXPOSE 59712 [2023-08-29T16:20:31.146Z] ---> Running in 4cf3eb920b44 [2023-08-29T16:20:31.146Z] Removing intermediate container 4cf3eb920b44 [2023-08-29T16:20:31.146Z] ---> 8ad0fc7b3d7f [2023-08-29T16:20:31.146Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-29T16:20:31.146Z] ---> Running in adb1e5cc5d7d [2023-08-29T16:20:31.146Z] Removing intermediate container adb1e5cc5d7d [2023-08-29T16:20:31.146Z] ---> 87eb344cfec2 [2023-08-29T16:20:31.146Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-29T16:20:31.146Z] ---> Running in 51343383af41 [2023-08-29T16:20:31.146Z] Removing intermediate container 51343383af41 [2023-08-29T16:20:31.146Z] ---> 49ea0fbc4d06 [2023-08-29T16:20:31.146Z] Step 24/26 : LABEL arch=arm64 [2023-08-29T16:20:31.146Z] ---> Running in e5a7670b0d33 [2023-08-29T16:20:31.146Z] Removing intermediate container e5a7670b0d33 [2023-08-29T16:20:31.146Z] ---> b57076ca59dd [2023-08-29T16:20:31.146Z] Step 25/26 : LABEL git_sha=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:20:31.146Z] ---> Running in c782e0e15835 [2023-08-29T16:20:31.146Z] Removing intermediate container c782e0e15835 [2023-08-29T16:20:31.146Z] ---> fdfad1432ade [2023-08-29T16:20:31.146Z] Step 26/26 : LABEL version=3.1.0-dev.40 [2023-08-29T16:20:31.146Z] ---> Running in 7dd508215eea [2023-08-29T16:20:31.146Z] Removing intermediate container 7dd508215eea [2023-08-29T16:20:31.146Z] ---> 41f70f2e82a2 [2023-08-29T16:20:31.146Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-29T16:20:31.146Z] Successfully built 41f70f2e82a2 [2023-08-29T16:20:31.146Z] 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-29T16:20:31.278Z] provisioning config files... [2023-08-29T16:20:31.290Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/43@tmp/config288238696654308934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:20:31.620Z] ---> docker-login.sh [2023-08-29T16:20:31.620Z] nexus3.edgexfoundry.org:10001 [2023-08-29T16:20:31.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:20:31.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:20:31.888Z] Configure a credential helper to remove this warning. See [2023-08-29T16:20:31.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:20:31.888Z] [2023-08-29T16:20:31.888Z] Login Succeeded [2023-08-29T16:20:31.888Z] nexus3.edgexfoundry.org:10002 [2023-08-29T16:20:32.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:20:32.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:20:32.155Z] Configure a credential helper to remove this warning. See [2023-08-29T16:20:32.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:20:32.155Z] [2023-08-29T16:20:32.155Z] Login Succeeded [2023-08-29T16:20:32.155Z] nexus3.edgexfoundry.org:10003 [2023-08-29T16:20:32.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:20:32.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:20:32.688Z] Configure a credential helper to remove this warning. See [2023-08-29T16:20:32.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:20:32.688Z] [2023-08-29T16:20:32.688Z] Login Succeeded [2023-08-29T16:20:32.688Z] nexus3.edgexfoundry.org:10004 [2023-08-29T16:20:32.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:20:32.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:20:32.955Z] Configure a credential helper to remove this warning. See [2023-08-29T16:20:32.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:20:32.955Z] [2023-08-29T16:20:32.955Z] Login Succeeded [2023-08-29T16:20:32.955Z] docker.io [2023-08-29T16:20:33.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-29T16:20:33.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-29T16:20:33.486Z] Configure a credential helper to remove this warning. See [2023-08-29T16:20:33.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-29T16:20:33.486Z] [2023-08-29T16:20:33.486Z] Login Succeeded [2023-08-29T16:20:33.486Z] ---> docker-login.sh ends [Pipeline] } [2023-08-29T16:20:33.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-29T16:20:33.524Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-29T16:20:33.540Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-08-29T16:20:33.540Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:20:33.540Z] latest [2023-08-29T16:20:33.540Z] 3.1.0-dev.40 [2023-08-29T16:20:33.540Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [2023-08-29T16:20:33.540Z] main [2023-08-29T16:20:33.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:33.872Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:34.214Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:20:34.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-29T16:20:34.214Z] 7c424f15edee: Preparing [2023-08-29T16:20:34.214Z] 1d4983f2adf9: Preparing [2023-08-29T16:20:34.214Z] 0fcfc38b0a35: Preparing [2023-08-29T16:20:34.214Z] c8dbd66bf931: Preparing [2023-08-29T16:20:34.214Z] e466a6ddb198: Preparing [2023-08-29T16:20:34.214Z] d2d9d24a8c2a: Preparing [2023-08-29T16:20:34.214Z] d2d9d24a8c2a: Waiting [2023-08-29T16:20:34.478Z] c8dbd66bf931: Pushed [2023-08-29T16:20:34.478Z] 1d4983f2adf9: Pushed [2023-08-29T16:20:34.478Z] 0fcfc38b0a35: Pushed [2023-08-29T16:20:34.478Z] d2d9d24a8c2a: Layer already exists [2023-08-29T16:20:34.742Z] e466a6ddb198: Pushed [2023-08-29T16:20:40.061Z] 7c424f15edee: Pushed [2023-08-29T16:20:40.327Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:40.668Z] + 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-29T16:20:40.999Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-29T16:20:40.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-29T16:20:40.999Z] 7c424f15edee: Preparing [2023-08-29T16:20:40.999Z] 1d4983f2adf9: Preparing [2023-08-29T16:20:40.999Z] 0fcfc38b0a35: Preparing [2023-08-29T16:20:40.999Z] c8dbd66bf931: Preparing [2023-08-29T16:20:40.999Z] e466a6ddb198: Preparing [2023-08-29T16:20:40.999Z] d2d9d24a8c2a: Preparing [2023-08-29T16:20:40.999Z] d2d9d24a8c2a: Waiting [2023-08-29T16:20:40.999Z] 1d4983f2adf9: Layer already exists [2023-08-29T16:20:40.999Z] 7c424f15edee: Layer already exists [2023-08-29T16:20:40.999Z] e466a6ddb198: Layer already exists [2023-08-29T16:20:40.999Z] 0fcfc38b0a35: Layer already exists [2023-08-29T16:20:41.000Z] c8dbd66bf931: Layer already exists [2023-08-29T16:20:41.000Z] d2d9d24a8c2a: Layer already exists [2023-08-29T16:20:41.265Z] latest: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:41.600Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:41.933Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.40 [2023-08-29T16:20:41.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-29T16:20:41.933Z] 7c424f15edee: Preparing [2023-08-29T16:20:41.933Z] 1d4983f2adf9: Preparing [2023-08-29T16:20:41.933Z] 0fcfc38b0a35: Preparing [2023-08-29T16:20:41.933Z] c8dbd66bf931: Preparing [2023-08-29T16:20:41.933Z] e466a6ddb198: Preparing [2023-08-29T16:20:41.933Z] d2d9d24a8c2a: Preparing [2023-08-29T16:20:41.933Z] d2d9d24a8c2a: Waiting [2023-08-29T16:20:41.933Z] e466a6ddb198: Layer already exists [2023-08-29T16:20:41.933Z] 0fcfc38b0a35: Layer already exists [2023-08-29T16:20:41.933Z] 1d4983f2adf9: Layer already exists [2023-08-29T16:20:41.933Z] 7c424f15edee: Layer already exists [2023-08-29T16:20:41.933Z] c8dbd66bf931: Layer already exists [2023-08-29T16:20:41.933Z] d2d9d24a8c2a: Layer already exists [2023-08-29T16:20:41.933Z] 3.1.0-dev.40: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:42.271Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:42.658Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [2023-08-29T16:20:42.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-29T16:20:42.658Z] 7c424f15edee: Preparing [2023-08-29T16:20:42.658Z] 1d4983f2adf9: Preparing [2023-08-29T16:20:42.658Z] 0fcfc38b0a35: Preparing [2023-08-29T16:20:42.658Z] c8dbd66bf931: Preparing [2023-08-29T16:20:42.658Z] e466a6ddb198: Preparing [2023-08-29T16:20:42.658Z] d2d9d24a8c2a: Preparing [2023-08-29T16:20:42.658Z] d2d9d24a8c2a: Waiting [2023-08-29T16:20:42.658Z] 7c424f15edee: Layer already exists [2023-08-29T16:20:42.658Z] c8dbd66bf931: Layer already exists [2023-08-29T16:20:42.658Z] 0fcfc38b0a35: Layer already exists [2023-08-29T16:20:42.658Z] e466a6ddb198: Layer already exists [2023-08-29T16:20:42.658Z] 1d4983f2adf9: Layer already exists [2023-08-29T16:20:42.658Z] d2d9d24a8c2a: Layer already exists [2023-08-29T16:20:42.658Z] 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:43.011Z] + 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-29T16:20:43.359Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-08-29T16:20:43.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-29T16:20:43.359Z] 7c424f15edee: Preparing [2023-08-29T16:20:43.359Z] 1d4983f2adf9: Preparing [2023-08-29T16:20:43.359Z] 0fcfc38b0a35: Preparing [2023-08-29T16:20:43.359Z] c8dbd66bf931: Preparing [2023-08-29T16:20:43.359Z] e466a6ddb198: Preparing [2023-08-29T16:20:43.359Z] d2d9d24a8c2a: Preparing [2023-08-29T16:20:43.359Z] d2d9d24a8c2a: Waiting [2023-08-29T16:20:43.359Z] c8dbd66bf931: Layer already exists [2023-08-29T16:20:43.359Z] 0fcfc38b0a35: Layer already exists [2023-08-29T16:20:43.359Z] e466a6ddb198: Layer already exists [2023-08-29T16:20:43.359Z] 7c424f15edee: Layer already exists [2023-08-29T16:20:43.359Z] 1d4983f2adf9: Layer already exists [2023-08-29T16:20:43.359Z] d2d9d24a8c2a: Layer already exists [2023-08-29T16:20:43.359Z] main: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-29T16:20:43.671Z] ===================================================== [Pipeline] echo [2023-08-29T16:20:43.677Z] taggedImages: [2023-08-29T16:20:43.677Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [2023-08-29T16:20:43.677Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-29T16:20:43.677Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.40 [2023-08-29T16:20:43.677Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [2023-08-29T16:20:43.677Z] - 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-29T16:20:44.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-29T16:20:44.051Z] [2023-08-29T16:20:44.051Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:20:44.386Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-29T16:20:44.386Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-29T16:20:44.386Z] 8998bd30e6a1: Pulling fs layer [2023-08-29T16:20:44.386Z] 04944245beec: Pulling fs layer [2023-08-29T16:20:44.386Z] 699f458cf7ca: Pulling fs layer [2023-08-29T16:20:44.386Z] 765212b225bb: Pulling fs layer [2023-08-29T16:20:44.386Z] f23df028b6ca: Pulling fs layer [2023-08-29T16:20:44.386Z] d65c8cfc05b1: Pulling fs layer [2023-08-29T16:20:44.386Z] 2437ff75d9bd: Pulling fs layer [2023-08-29T16:20:44.386Z] 765212b225bb: Waiting [2023-08-29T16:20:44.386Z] f23df028b6ca: Waiting [2023-08-29T16:20:44.386Z] d65c8cfc05b1: Waiting [2023-08-29T16:20:44.386Z] 2437ff75d9bd: Waiting [2023-08-29T16:20:44.654Z] 04944245beec: Verifying Checksum [2023-08-29T16:20:44.654Z] 04944245beec: Download complete [2023-08-29T16:20:44.654Z] 765212b225bb: Verifying Checksum [2023-08-29T16:20:44.654Z] 765212b225bb: Download complete [2023-08-29T16:20:44.654Z] f23df028b6ca: Verifying Checksum [2023-08-29T16:20:44.654Z] f23df028b6ca: Download complete [2023-08-29T16:20:44.654Z] d65c8cfc05b1: Verifying Checksum [2023-08-29T16:20:44.654Z] d65c8cfc05b1: Download complete [2023-08-29T16:20:44.654Z] 699f458cf7ca: Verifying Checksum [2023-08-29T16:20:44.654Z] 699f458cf7ca: Download complete [2023-08-29T16:20:45.236Z] 8998bd30e6a1: Download complete [2023-08-29T16:20:47.174Z] 2437ff75d9bd: Verifying Checksum [2023-08-29T16:20:47.174Z] 2437ff75d9bd: Download complete [2023-08-29T16:20:49.116Z] 8998bd30e6a1: Pull complete [2023-08-29T16:20:49.382Z] 04944245beec: Pull complete [2023-08-29T16:20:50.788Z] 699f458cf7ca: Pull complete [2023-08-29T16:20:51.054Z] 765212b225bb: Pull complete [2023-08-29T16:20:51.636Z] f23df028b6ca: Pull complete [2023-08-29T16:20:51.901Z] d65c8cfc05b1: Pull complete [2023-08-29T16:21:06.888Z] 2437ff75d9bd: Pull complete [2023-08-29T16:21:06.888Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-29T16:21:06.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-29T16:21:06.888Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:21:07.073Z] prd-ubuntu20.04-docker-arm64-4c-16g-4821 does not seem to be running inside a container [2023-08-29T16:21:07.143Z] $ 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/43 -v /w/workspace/app-record-replay/43:/w/workspace/app-record-replay/43:rw,z -v /w/workspace/app-record-replay/43@tmp:/w/workspace/app-record-replay/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-29T16:21:09.556Z] $ docker top dc353e7bfa9cb00b214862293a4b4bca5a3b99bca0ed9214eb2918d3b6117e7f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:21:10.047Z] ---> job-cost.sh [2023-08-29T16:21:10.314Z] lf-activate-venv: SKIPPING [2023-08-29T16:21:10.314Z] INFO: No Stack... [2023-08-29T16:21:10.585Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-29T16:21:11.541Z] INFO: Archiving Costs [Pipeline] sh [2023-08-29T16:21:11.857Z] + cat /w/workspace/app-record-replay/43/archives/cost.csv [2023-08-29T16:21:11.857Z] + cut -d, -f6 [Pipeline] lock [2023-08-29T16:21:11.916Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [2023-08-29T16:21:11.924Z] Resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] did not exist. Created. [2023-08-29T16:21:11.924Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-29T16:21:12.569Z] /w/workspace/app-record-replay/43@tmp/durable-cee93b21/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-29T16:21:12.898Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-29T16:21:13.184Z] Warning: overwriting stash ‘stack-cost’ [2023-08-29T16:21:13.231Z] Stashed 1 file(s) [Pipeline] } [2023-08-29T16:21:13.238Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-29T16:21:13.268Z] $ docker stop --time=1 dc353e7bfa9cb00b214862293a4b4bca5a3b99bca0ed9214eb2918d3b6117e7f [2023-08-29T16:21:14.724Z] $ docker rm -f --volumes dc353e7bfa9cb00b214862293a4b4bca5a3b99bca0ed9214eb2918d3b6117e7f [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-29T16:21:15.125Z] provisioning config files... [2023-08-29T16:21:15.130Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #43 [2023-08-29T16:21:15.131Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1163915408541428396tmp [Pipeline] { [Pipeline] sh [2023-08-29T16:21:15.420Z] + set +x [2023-08-29T16:21:15.420Z] + curl -s https://codecov.io/bash [2023-08-29T16:21:15.420Z] + bash -s -- [2023-08-29T16:21:15.420Z] [2023-08-29T16:21:15.420Z] _____ _ [2023-08-29T16:21:15.420Z] / ____| | | [2023-08-29T16:21:15.420Z] | | ___ __| | ___ ___ _____ __ [2023-08-29T16:21:15.420Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-29T16:21:15.420Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-29T16:21:15.420Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-29T16:21:15.420Z] Bash-1.0.6 [2023-08-29T16:21:15.420Z] [2023-08-29T16:21:15.420Z] [2023-08-29T16:21:15.420Z] ==> git version 2.25.1 found [2023-08-29T16:21:15.420Z] ==> 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-29T16:21:15.420Z] Release-Date: 2020-01-08 [2023-08-29T16:21:15.420Z] 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-29T16:21:15.420Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-29T16:21:15.420Z] ==> Jenkins CI detected. [2023-08-29T16:21:15.420Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-08-29T16:21:15.420Z] project root: . [2023-08-29T16:21:15.420Z] --> token set from env [2023-08-29T16:21:15.420Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-29T16:21:15.420Z] ==> Running gcov in . (disable via -X gcov) [2023-08-29T16:21:15.420Z] ==> Python coveragepy not found [2023-08-29T16:21:15.420Z] ==> Searching for coverage reports in: [2023-08-29T16:21:15.420Z] + . [2023-08-29T16:21:15.420Z] -> Found 1 reports [2023-08-29T16:21:15.420Z] ==> Detecting git/mercurial file structure [2023-08-29T16:21:15.679Z] ==> Reading reports [2023-08-29T16:21:15.679Z] + ./coverage.out bytes=24552 [2023-08-29T16:21:15.679Z] ==> Appending adjustments [2023-08-29T16:21:15.679Z] https://docs.codecov.io/docs/fixing-reports [2023-08-29T16:21:15.679Z] + Found adjustments [2023-08-29T16:21:15.679Z] ==> Gzipping contents [2023-08-29T16:21:15.679Z] 8.0K /tmp/codecov.EYPjJn.gz [2023-08-29T16:21:15.679Z] ==> Uploading reports [2023-08-29T16:21:15.679Z] url: https://codecov.io [2023-08-29T16:21:15.679Z] query: branch=main&commit=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F43%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-29T16:21:15.679Z] -> Pinging Codecov [2023-08-29T16:21:15.679Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F43%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-29T16:21:15.679Z] Invalid request parameters [2023-08-29T16:21:15.679Z] 400 [Pipeline] } [2023-08-29T16:21:15.685Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-29T16:21:15.875Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-29T16:21:15.884Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:21:16.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-29T16:21:16.180Z] [2023-08-29T16:21:16.180Z] 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-29T16:21:16.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-29T16:21:16.475Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-29T16:21:16.475Z] df9b9388f04a: Pulling fs layer [2023-08-29T16:21:16.475Z] 52dc419b0ee2: Pulling fs layer [2023-08-29T16:21:16.475Z] 25bc292e5bac: Pulling fs layer [2023-08-29T16:21:16.475Z] 114826534d7a: Pulling fs layer [2023-08-29T16:21:16.475Z] 4657fd5d0bcf: Pulling fs layer [2023-08-29T16:21:16.475Z] 6ad1cebc031e: Pulling fs layer [2023-08-29T16:21:16.475Z] 8a3aa393b2d8: Pulling fs layer [2023-08-29T16:21:16.475Z] 4657fd5d0bcf: Waiting [2023-08-29T16:21:16.475Z] 6ad1cebc031e: Waiting [2023-08-29T16:21:16.475Z] 8a3aa393b2d8: Waiting [2023-08-29T16:21:16.475Z] 114826534d7a: Waiting [2023-08-29T16:21:16.475Z] 25bc292e5bac: Verifying Checksum [2023-08-29T16:21:16.475Z] 25bc292e5bac: Download complete [2023-08-29T16:21:16.475Z] 52dc419b0ee2: Verifying Checksum [2023-08-29T16:21:16.475Z] 4657fd5d0bcf: Verifying Checksum [2023-08-29T16:21:16.475Z] 4657fd5d0bcf: Download complete [2023-08-29T16:21:16.475Z] df9b9388f04a: Verifying Checksum [2023-08-29T16:21:16.475Z] df9b9388f04a: Download complete [2023-08-29T16:21:16.733Z] df9b9388f04a: Pull complete [2023-08-29T16:21:16.734Z] 6ad1cebc031e: Verifying Checksum [2023-08-29T16:21:16.734Z] 6ad1cebc031e: Download complete [2023-08-29T16:21:16.734Z] 52dc419b0ee2: Pull complete [2023-08-29T16:21:16.734Z] 25bc292e5bac: Pull complete [2023-08-29T16:21:17.299Z] 114826534d7a: Verifying Checksum [2023-08-29T16:21:17.299Z] 114826534d7a: Download complete [2023-08-29T16:21:17.299Z] 8a3aa393b2d8: Verifying Checksum [2023-08-29T16:21:17.299Z] 8a3aa393b2d8: Download complete [2023-08-29T16:21:20.578Z] 114826534d7a: Pull complete [2023-08-29T16:21:20.578Z] 4657fd5d0bcf: Pull complete [2023-08-29T16:21:20.578Z] 6ad1cebc031e: Pull complete [2023-08-29T16:21:23.106Z] 8a3aa393b2d8: Pull complete [2023-08-29T16:21:23.106Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-29T16:21:23.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-29T16:21:23.106Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:21:23.179Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:21:23.228Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-08-29T16:21:26.169Z] $ docker top 123c41c017a5eeee3e75e8b54a5eda567c04493c377032b9ec0541c3062b85c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-29T16:21:26.216Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-08-29T16:21:26.495Z] + set -o pipefail [2023-08-29T16:21:26.495Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-08-29T16:21:33.141Z] [2023-08-29T16:21:33.142Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-08-29T16:21:33.142Z] [2023-08-29T16:21:33.142Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/9756f8f6-13f6-4a1b-b682-cdaf8b8425bc [2023-08-29T16:21:33.142Z] [2023-08-29T16:21:33.142Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-29T16:21:33.142Z] [2023-08-29T16:21:33.142Z] [2023-08-29T16:21:33.142Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-29T16:21:33.142Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-29T16:21:33.142Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-29T16:21:33.173Z] $ docker stop --time=1 123c41c017a5eeee3e75e8b54a5eda567c04493c377032b9ec0541c3062b85c3 [2023-08-29T16:21:35.866Z] $ docker rm -f --volumes 123c41c017a5eeee3e75e8b54a5eda567c04493c377032b9ec0541c3062b85c3 [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-29T16:21:36.571Z] + git log --format=format:%s -1 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] sh [2023-08-29T16:21:36.858Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-29T16:21:36.858Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:21:37.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-29T16:21:37.154Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:21:37.224Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:21:37.273Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-29T16:21:37.801Z] $ docker top f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 -eo pid,comm [2023-08-29T16:21:37.827Z] 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-29T16:21:37.827Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-29T16:21:37.867Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-29T16:21:37.867Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-29T16:21:37.970Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-29T16:21:37.993Z] $ docker exec f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 ssh-agent [2023-08-29T16:21:38.071Z] SSH_AUTH_SOCK=/tmp/ssh-hQibpy8yuWh1/agent.31 [2023-08-29T16:21:38.071Z] SSH_AGENT_PID=37 [2023-08-29T16:21:38.076Z] Running ssh-add (command line suppressed) [2023-08-29T16:21:38.194Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1828157128980143683.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1828157128980143683.key) [2023-08-29T16:21:38.187Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-29T16:21:38.472Z] + git semver tag [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,700 [run_tag] DEBUG tag force:False [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,700 [check_head_tag] DEBUG check head tag [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,701 [execute] INFO git cat-file --batch-check [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,701 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,703 [execute] INFO git cat-file --batch [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,704 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,717 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,718 [execute] INFO git tag -a v3.1.0-dev.40 -m v3.1.0-dev.40 [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,718 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.40', '-m', 'v3.1.0-dev.40'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-29T16:21:38.730Z] 2023-08-29 16:21:38,722 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:21:38.730Z] 3.1.0-dev.40 [Pipeline] } [2023-08-29T16:21:38.757Z] $ docker exec --env ******** --env ******** f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 ssh-agent -k [2023-08-29T16:21:38.847Z] unset SSH_AUTH_SOCK; [2023-08-29T16:21:38.847Z] unset SSH_AGENT_PID; [2023-08-29T16:21:38.847Z] echo Agent pid 37 killed; [2023-08-29T16:21:38.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-29T16:21:39.142Z] + git semver [Pipeline] } [2023-08-29T16:21:39.432Z] $ docker stop --time=1 f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 [2023-08-29T16:21:40.712Z] $ docker rm -f --volumes f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:21:41.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-29T16:21:41.079Z] [2023-08-29T16:21:41.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:21:41.376Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-29T16:21:41.376Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-29T16:21:41.376Z] ab5ef0e58194: Pulling fs layer [2023-08-29T16:21:41.376Z] 9712f1f96733: Pulling fs layer [2023-08-29T16:21:41.376Z] 63f879dbbcfc: Pulling fs layer [2023-08-29T16:21:41.376Z] 0d9ebad4ef96: Pulling fs layer [2023-08-29T16:21:41.376Z] e9a5061849ea: Pulling fs layer [2023-08-29T16:21:41.376Z] d747dcd14b5f: Pulling fs layer [2023-08-29T16:21:41.376Z] 2de7ff778b66: Pulling fs layer [2023-08-29T16:21:41.376Z] d747dcd14b5f: Waiting [2023-08-29T16:21:41.376Z] 0d9ebad4ef96: Waiting [2023-08-29T16:21:41.376Z] 2de7ff778b66: Waiting [2023-08-29T16:21:41.376Z] e9a5061849ea: Waiting [2023-08-29T16:21:41.376Z] 9712f1f96733: Verifying Checksum [2023-08-29T16:21:41.376Z] 9712f1f96733: Download complete [2023-08-29T16:21:41.634Z] 63f879dbbcfc: Verifying Checksum [2023-08-29T16:21:41.634Z] 63f879dbbcfc: Download complete [2023-08-29T16:21:41.892Z] e9a5061849ea: Verifying Checksum [2023-08-29T16:21:41.892Z] e9a5061849ea: Download complete [2023-08-29T16:21:41.892Z] ab5ef0e58194: Verifying Checksum [2023-08-29T16:21:41.892Z] ab5ef0e58194: Download complete [2023-08-29T16:21:41.892Z] 0d9ebad4ef96: Verifying Checksum [2023-08-29T16:21:41.892Z] 0d9ebad4ef96: Download complete [2023-08-29T16:21:41.892Z] 2de7ff778b66: Verifying Checksum [2023-08-29T16:21:41.892Z] 2de7ff778b66: Download complete [2023-08-29T16:21:44.418Z] ab5ef0e58194: Pull complete [2023-08-29T16:21:44.418Z] 9712f1f96733: Pull complete [2023-08-29T16:21:44.991Z] 63f879dbbcfc: Pull complete [2023-08-29T16:21:48.270Z] 0d9ebad4ef96: Pull complete [2023-08-29T16:21:48.528Z] e9a5061849ea: Pull complete [2023-08-29T16:21:48.528Z] d747dcd14b5f: Pull complete [2023-08-29T16:21:49.460Z] 2de7ff778b66: Pull complete [2023-08-29T16:21:49.460Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-29T16:21:49.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-29T16:21:49.460Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:21:49.548Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:21:49.595Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-08-29T16:21:53.622Z] $ docker top bc5354fc6ee70d3eadf0a8e2b38f1609e5daf48cbd332c2f940f7439ca536416 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-29T16:21:53.671Z] provisioning config files... [2023-08-29T16:21:53.675Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12022913534786441560tmp [2023-08-29T16:21:53.682Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15822614448289178346tmp [2023-08-29T16:21:53.690Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14037805832934859470tmp [Pipeline] { [Pipeline] echo [2023-08-29T16:21:53.700Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:21:53.979Z] ---> sigul-configuration.sh [2023-08-29T16:21:53.979Z] gpg: directory `/root/.gnupg' created [2023-08-29T16:21:53.979Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-29T16:21:53.979Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-29T16:21:53.979Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-29T16:21:53.979Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-29T16:21:53.979Z] gpg: CAST5 encrypted data [2023-08-29T16:21:53.979Z] gpg: encrypted with 1 passphrase [2023-08-29T16:21:53.979Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-29T16:21:54.260Z] + mkdir /home/jenkins [2023-08-29T16:21:54.260Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-29T16:21:54.547Z] + 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-29T16:21:54.555Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:21:54.837Z] ---> sigul-install.sh [2023-08-29T16:21:54.837Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-29T16:21:55.131Z] + git tag --list [2023-08-29T16:21:55.131Z] v3.1.0-dev.0 [2023-08-29T16:21:55.131Z] v3.1.0-dev.1 [2023-08-29T16:21:55.131Z] v3.1.0-dev.10 [2023-08-29T16:21:55.131Z] v3.1.0-dev.11 [2023-08-29T16:21:55.131Z] v3.1.0-dev.12 [2023-08-29T16:21:55.131Z] v3.1.0-dev.13 [2023-08-29T16:21:55.131Z] v3.1.0-dev.14 [2023-08-29T16:21:55.131Z] v3.1.0-dev.15 [2023-08-29T16:21:55.131Z] v3.1.0-dev.16 [2023-08-29T16:21:55.131Z] v3.1.0-dev.17 [2023-08-29T16:21:55.131Z] v3.1.0-dev.18 [2023-08-29T16:21:55.131Z] v3.1.0-dev.19 [2023-08-29T16:21:55.131Z] v3.1.0-dev.2 [2023-08-29T16:21:55.131Z] v3.1.0-dev.20 [2023-08-29T16:21:55.131Z] v3.1.0-dev.21 [2023-08-29T16:21:55.131Z] v3.1.0-dev.22 [2023-08-29T16:21:55.131Z] v3.1.0-dev.23 [2023-08-29T16:21:55.131Z] v3.1.0-dev.24 [2023-08-29T16:21:55.131Z] v3.1.0-dev.25 [2023-08-29T16:21:55.131Z] v3.1.0-dev.26 [2023-08-29T16:21:55.131Z] v3.1.0-dev.27 [2023-08-29T16:21:55.131Z] v3.1.0-dev.28 [2023-08-29T16:21:55.131Z] v3.1.0-dev.29 [2023-08-29T16:21:55.131Z] v3.1.0-dev.3 [2023-08-29T16:21:55.131Z] v3.1.0-dev.30 [2023-08-29T16:21:55.131Z] v3.1.0-dev.31 [2023-08-29T16:21:55.131Z] v3.1.0-dev.32 [2023-08-29T16:21:55.131Z] v3.1.0-dev.33 [2023-08-29T16:21:55.131Z] v3.1.0-dev.34 [2023-08-29T16:21:55.131Z] v3.1.0-dev.35 [2023-08-29T16:21:55.131Z] v3.1.0-dev.36 [2023-08-29T16:21:55.131Z] v3.1.0-dev.37 [2023-08-29T16:21:55.131Z] v3.1.0-dev.38 [2023-08-29T16:21:55.131Z] v3.1.0-dev.39 [2023-08-29T16:21:55.131Z] v3.1.0-dev.4 [2023-08-29T16:21:55.131Z] v3.1.0-dev.40 [2023-08-29T16:21:55.131Z] v3.1.0-dev.5 [2023-08-29T16:21:55.131Z] v3.1.0-dev.6 [2023-08-29T16:21:55.131Z] v3.1.0-dev.7 [2023-08-29T16:21:55.131Z] v3.1.0-dev.8 [2023-08-29T16:21:55.131Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-29T16:21:55.415Z] + lftools sign git-tag v3.1.0-dev.40 [2023-08-29T16:21:55.982Z] Signing Git tag with Sigul... [2023-08-29T16:21:55.982Z] Signing v3.1.0-dev.40 [Pipeline] echo [2023-08-29T16:21:56.248Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:21:56.531Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-29T16:21:56.538Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-29T16:21:56.577Z] $ docker stop --time=1 bc5354fc6ee70d3eadf0a8e2b38f1609e5daf48cbd332c2f940f7439ca536416 [2023-08-29T16:21:57.833Z] $ docker rm -f --volumes bc5354fc6ee70d3eadf0a8e2b38f1609e5daf48cbd332c2f940f7439ca536416 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-29T16:21:58.224Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-29T16:21:58.225Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:21:58.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-29T16:21:58.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:21:58.582Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:21:58.628Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-29T16:21:58.947Z] $ docker top 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db -eo pid,comm [2023-08-29T16:21:58.974Z] 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-29T16:21:58.974Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-29T16:21:59.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-29T16:21:59.005Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-29T16:21:59.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-29T16:21:59.131Z] $ docker exec 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db ssh-agent [2023-08-29T16:21:59.217Z] SSH_AUTH_SOCK=/tmp/ssh-1mFiWrFMjjX9/agent.32 [2023-08-29T16:21:59.217Z] SSH_AGENT_PID=38 [2023-08-29T16:21:59.222Z] Running ssh-add (command line suppressed) [2023-08-29T16:21:59.342Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14424627243417008937.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14424627243417008937.key) [2023-08-29T16:21:59.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-29T16:21:59.621Z] + git semver bump pre [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,807 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,807 [bump_version] DEBUG bumping version:3.1.0-dev.40 on axis:pre with prefix:dev [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,808 [bump_version] DEBUG bumped version:3.1.0-dev.41 [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,808 [write_version] DEBUG write version:3.1.0-dev.41 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,808 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,808 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,809 [execute] INFO git cat-file --batch-check [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,810 [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-29T16:21:59.880Z] 2023-08-29 16:21:59,814 [execute] INFO git cat-file --batch [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,815 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-29T16:21:59.880Z] 2023-08-29 16:21:59,819 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:21:59.880Z] 3.1.0-dev.41 [Pipeline] } [2023-08-29T16:21:59.909Z] $ docker exec --env ******** --env ******** 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db ssh-agent -k [2023-08-29T16:21:59.994Z] unset SSH_AUTH_SOCK; [2023-08-29T16:21:59.995Z] unset SSH_AGENT_PID; [2023-08-29T16:21:59.995Z] echo Agent pid 38 killed; [2023-08-29T16:21:59.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-29T16:22:00.288Z] + git semver [Pipeline] } [2023-08-29T16:22:00.581Z] $ docker stop --time=1 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db [2023-08-29T16:22:01.851Z] $ docker rm -f --volumes 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-29T16:22:02.160Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-29T16:22:02.161Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:22:02.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-29T16:22:02.456Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:22:02.526Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:22:02.577Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-29T16:22:02.924Z] $ docker top 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-29T16:22:02.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-29T16:22:02.989Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-29T16:22:03.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-29T16:22:03.113Z] $ docker exec 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc ssh-agent [2023-08-29T16:22:03.202Z] SSH_AUTH_SOCK=/tmp/ssh-XFkHn34HHPRu/agent.33 [2023-08-29T16:22:03.202Z] SSH_AGENT_PID=39 [2023-08-29T16:22:03.207Z] Running ssh-add (command line suppressed) [2023-08-29T16:22:03.334Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10773850156375175580.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10773850156375175580.key) [2023-08-29T16:22:03.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-29T16:22:03.890Z] + git semver push [2023-08-29T16:22:03.890Z] 2023-08-29 16:22:03,846 [run_push] DEBUG push [2023-08-29T16:22:03.890Z] 2023-08-29 16:22:03,847 [execute] INFO git cat-file --batch-check [2023-08-29T16:22:03.890Z] 2023-08-29 16:22:03,847 [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-29T16:22:03.890Z] 2023-08-29 16:22:03,852 [execute] INFO git rev-list 237f427812c52fbc4d84449a8fffe106e231d0e0 -- [2023-08-29T16:22:03.890Z] 2023-08-29 16:22:03,852 [execute] DEBUG Popen(['git', 'rev-list', '237f427812c52fbc4d84449a8fffe106e231d0e0', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-29T16:22:03.890Z] 2023-08-29 16:22:03,858 [execute] INFO git fetch -v origin [2023-08-29T16:22:03.890Z] 2023-08-29 16:22:03,859 [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-29T16:22:04.506Z] 2023-08-29 16:22:04,328 [run_push] DEBUG no remote changes detected [2023-08-29T16:22:04.506Z] 2023-08-29 16:22:04,329 [execute] INFO git push origin semver [2023-08-29T16:22:04.506Z] 2023-08-29 16:22:04,329 [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-29T16:22:05.477Z] 2023-08-29 16:22:05,302 [run_push] DEBUG push all version tags [2023-08-29T16:22:05.477Z] 2023-08-29 16:22:05,303 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-29T16:22:05.477Z] 2023-08-29 16:22:05,303 [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-29T16:22:06.415Z] 2023-08-29 16:22:06,157 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-29T16:22:06.415Z] 3.1.0-dev.41 [Pipeline] } [2023-08-29T16:22:06.445Z] $ docker exec --env ******** --env ******** 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc ssh-agent -k [2023-08-29T16:22:06.543Z] unset SSH_AUTH_SOCK; [2023-08-29T16:22:06.543Z] unset SSH_AGENT_PID; [2023-08-29T16:22:06.543Z] echo Agent pid 39 killed; [2023-08-29T16:22:06.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-29T16:22:06.842Z] + git semver [Pipeline] } [2023-08-29T16:22:07.130Z] $ docker stop --time=1 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc [2023-08-29T16:22:08.379Z] $ docker rm -f --volumes 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc [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-29T16:22:08.971Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-08-29T16:22:08.971Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-29T16:22:08.971Z] total 16 [2023-08-29T16:22:08.971Z] drwxr-xr-x 3 root root 4096 Aug 29 16:11 . [2023-08-29T16:22:08.971Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 29 16:21 .. [2023-08-29T16:22:08.971Z] drwxr-xr-x 2 root root 4096 Aug 29 16:11 cost [2023-08-29T16:22:08.971Z] -rw-r--r-- 1 root root 88 Aug 29 16:11 cost.csv [2023-08-29T16:22:08.971Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-29T16:22:08.971Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-29T16:22:08.971Z] total 16 [2023-08-29T16:22:08.971Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 29 16:11 . [2023-08-29T16:22:08.971Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 29 16:21 .. [2023-08-29T16:22:08.971Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 29 16:11 cost [2023-08-29T16:22:08.971Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 29 16:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:22:09.258Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:22:10.111Z] ---> package-listing.sh [2023-08-29T16:22:10.111Z] ++ facter osfamily [2023-08-29T16:22:10.111Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-29T16:22:10.370Z] + OS_FAMILY=debian [2023-08-29T16:22:10.370Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-08-29T16:22:10.370Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-29T16:22:10.370Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-29T16:22:10.370Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-29T16:22:10.370Z] + PACKAGES=/tmp/packages_start.txt [2023-08-29T16:22:10.370Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-29T16:22:10.370Z] + PACKAGES=/tmp/packages_end.txt [2023-08-29T16:22:10.370Z] + case "${OS_FAMILY}" in [2023-08-29T16:22:10.370Z] + dpkg -l [2023-08-29T16:22:10.370Z] + grep '^ii' [2023-08-29T16:22:10.370Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-29T16:22:10.370Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-29T16:22:10.370Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-29T16:22:10.370Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-29T16:22:10.370Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-08-29T16:22:10.370Z] + 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-29T16:22:10.382Z] 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-29T16:22:10.660Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-29T16:22:11.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-29T16:22:11.219Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-29T16:22:11.292Z] prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container [2023-08-29T16:22:11.343Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-29T16:22:11.763Z] $ docker top ab784f22361d431a334f1187a10104698eb6c301c5c53b21a77bb81db3140634 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-29T16:22:12.537Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-29T16:22:12.823Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-29T16:22:13.107Z] + ls /var/log/sa-host [2023-08-29T16:22:13.107Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-29T16:22:13.247Z] provisioning config files... [2023-08-29T16:22:13.255Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config169814985300269tmp [Pipeline] { [Pipeline] echo [2023-08-29T16:22:13.265Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:22:13.545Z] ---> create-netrc.sh [Pipeline] } [2023-08-29T16:22:13.552Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:22:13.885Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-29T16:22:13.892Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:22:14.174Z] ---> sudo-logs.sh [2023-08-29T16:22:14.174Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-29T16:22:14.203Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:22:14.487Z] ---> job-cost.sh [2023-08-29T16:22:14.487Z] lf-activate-venv: SKIPPING [2023-08-29T16:22:14.487Z] DEBUG: total: 0.2199999988079071 [2023-08-29T16:22:14.487Z] INFO: Retrieving Stack Cost... [2023-08-29T16:22:14.746Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-29T16:22:15.313Z] INFO: Archiving Costs [Pipeline] echo [2023-08-29T16:22:15.323Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-29T16:22:15.607Z] ---> logs-deploy.sh [2023-08-29T16:22:15.607Z] lf-activate-venv: SKIPPING [2023-08-29T16:22:15.607Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/43 [2023-08-29T16:22:15.607Z] INFO: archiving workspace using pattern(s): [2023-08-29T16:22:16.540Z] Archives upload complete. [2023-08-29T16:22:16.541Z] INFO: archiving logs to Nexus