Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ce8398ed03bf3a586a5dd2bb806e157eedfa930e 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-ssh167779653461195793.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh15637644759677726911.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh4727922375474019924.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh14255216232708912150.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-ssh1800020727050640151.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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-24212 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 > 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 Avoid second fetch Checking out Revision ce8398ed03bf3a586a5dd2bb806e157eedfa930e (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#110)" > git config core.sparsecheckout # timeout=10 > git checkout -f ce8398ed03bf3a586a5dd2bb806e157eedfa930e # timeout=10 > git rev-list --no-walk b73e8993c43ebe873df5cbdb244a85e7d5ee0384 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-12-06T15:22:30.886Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-12-06T15:22:30.965Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-12-06T15:22:30.984Z] ========================================================= [2023-12-06T15:22:30.984Z] EdgeX Global Pipelines Version Info [2023-12-06T15:22:30.984Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:22:31.714Z] ------------------- [2023-12-06T15:22:31.714Z] stable info: [2023-12-06T15:22:31.714Z] ------------------- [2023-12-06T15:22:31.714Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-12-06T15:22:31.714Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-06T15:22:31.714Z] Message: update stable to v1.0.258 [2023-12-06T15:22:32.282Z] ------------------- [2023-12-06T15:22:32.282Z] experimental info: [2023-12-06T15:22:32.282Z] ------------------- [2023-12-06T15:22:32.282Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-12-06T15:22:32.282Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-06T15:22:32.282Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-12-06T15:22:32.371Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-12-06T15:22:32.401Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-12-06T15:22:32.424Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-12-06T15:22:32.447Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-12-06T15:22:32.466Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-12-06T15:22:32.491Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-12-06T15:22:32.517Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-12-06T15:22:32.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-12-06T15:22:32.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-12-06T15:22:32.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-12-06T15:22:32.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-12-06T15:22:32.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-12-06T15:22:32.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-12-06T15:22:32.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-12-06T15:22:32.756Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-12-06T15:22:32.782Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-12-06T15:22:32.810Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-12-06T15:22:32.841Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-12-06T15:22:32.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-12-06T15:22:32.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-12-06T15:22:32.938Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-12-06T15:22:32.974Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-12-06T15:22:33.007Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-12-06T15:22:33.046Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-12-06T15:22:33.081Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-12-06T15:22:33.116Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-12-06T15:22:33.151Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-12-06T15:22:33.187Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-12-06T15:22:33.221Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-12-06T15:22:33.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-12-06T15:22:33.303Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo [2023-12-06T15:22:33.342Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce8398e [Pipeline] echo [2023-12-06T15:22:33.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-06T15:22:33.474Z] provisioning config files... [2023-12-06T15:22:33.487Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2260299643638000752tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:22:33.826Z] ---> ****-login.sh [2023-12-06T15:22:33.826Z] nexus3.edgexfoundry.org:10001 [2023-12-06T15:22:33.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:34.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:34.086Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:34.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:34.087Z] [2023-12-06T15:22:34.087Z] Login Succeeded [2023-12-06T15:22:34.087Z] nexus3.edgexfoundry.org:10002 [2023-12-06T15:22:34.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:34.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:34.087Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:34.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:34.087Z] [2023-12-06T15:22:34.087Z] Login Succeeded [2023-12-06T15:22:34.087Z] nexus3.edgexfoundry.org:10003 [2023-12-06T15:22:34.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:34.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:34.346Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:34.346Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:34.346Z] [2023-12-06T15:22:34.346Z] Login Succeeded [2023-12-06T15:22:34.346Z] nexus3.edgexfoundry.org:10004 [2023-12-06T15:22:34.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:34.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:34.346Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:34.346Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:34.346Z] [2023-12-06T15:22:34.346Z] Login Succeeded [2023-12-06T15:22:34.346Z] ****.io [2023-12-06T15:22:34.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:34.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:34.605Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:34.605Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:34.605Z] [2023-12-06T15:22:34.605Z] Login Succeeded [2023-12-06T15:22:34.605Z] ---> ****-login.sh ends [Pipeline] } [2023-12-06T15:22:34.612Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-12-06T15:22:35.109Z] + git rev-list -1 --merges ce8398ed03bf3a586a5dd2bb806e157eedfa930e~1..ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo [2023-12-06T15:22:35.135Z] -----------> git rev-list -1 --merges ce8398ed03bf3a586a5dd2bb806e157eedfa930e~1..ce8398ed03bf3a586a5dd2bb806e157eedfa930e ce8398ed03bf3a586a5dd2bb806e157eedfa930e [false] [Pipeline] sh [2023-12-06T15:22:35.434Z] + git log --format=format:%s -1 ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo [2023-12-06T15:22:35.450Z] ========================================================= [2023-12-06T15:22:35.450Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-12-06T15:22:35.450Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-06T15:22:35.825Z] + git log --format=format:%s -1 ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo [2023-12-06T15:22:35.835Z] [semverPrep] GIT_COMMIT: ce8398ed03bf3a586a5dd2bb806e157eedfa930e, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#110) [Pipeline] echo [2023-12-06T15:22:35.857Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-12-06T15:22:36.250Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-06T15:22:36.251Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-12-06T15:22:36.251Z] + [ -e /tmp/ssh_known_hosts ] [2023-12-06T15:22:36.251Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-12-06T15:22:36.251Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-12-06T15:22:36.251Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-12-06T15:22:36.251Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:22:36.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-06T15:22:36.755Z] [2023-12-06T15:22:36.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:22:37.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-06T15:22:37.070Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-12-06T15:22:37.070Z] b85a868b505f: Pulling fs layer [2023-12-06T15:22:37.070Z] e2be974225ed: Pulling fs layer [2023-12-06T15:22:37.070Z] 339a4e72a1f5: Pulling fs layer [2023-12-06T15:22:37.070Z] 988bab9f4d93: Pulling fs layer [2023-12-06T15:22:37.070Z] 1469e6f7b9e6: Pulling fs layer [2023-12-06T15:22:37.070Z] eaf3925da568: Pulling fs layer [2023-12-06T15:22:37.070Z] 988bab9f4d93: Waiting [2023-12-06T15:22:37.070Z] bab4dde63d76: Pulling fs layer [2023-12-06T15:22:37.070Z] bde34c3a00c8: Pulling fs layer [2023-12-06T15:22:37.070Z] b352a97aabf1: Pulling fs layer [2023-12-06T15:22:37.070Z] 4872d77fe225: Pulling fs layer [2023-12-06T15:22:37.070Z] 5851b861e8e6: Pulling fs layer [2023-12-06T15:22:37.070Z] eaf3925da568: Waiting [2023-12-06T15:22:37.070Z] bab4dde63d76: Waiting [2023-12-06T15:22:37.070Z] bde34c3a00c8: Waiting [2023-12-06T15:22:37.070Z] b352a97aabf1: Waiting [2023-12-06T15:22:37.070Z] 4872d77fe225: Waiting [2023-12-06T15:22:37.070Z] 1469e6f7b9e6: Waiting [2023-12-06T15:22:37.070Z] 5851b861e8e6: Waiting [2023-12-06T15:22:37.070Z] e2be974225ed: Verifying Checksum [2023-12-06T15:22:37.070Z] e2be974225ed: Download complete [2023-12-06T15:22:37.070Z] 988bab9f4d93: Verifying Checksum [2023-12-06T15:22:37.070Z] 988bab9f4d93: Download complete [2023-12-06T15:22:37.070Z] 339a4e72a1f5: Verifying Checksum [2023-12-06T15:22:37.070Z] 339a4e72a1f5: Download complete [2023-12-06T15:22:37.329Z] 1469e6f7b9e6: Verifying Checksum [2023-12-06T15:22:37.329Z] 1469e6f7b9e6: Download complete [2023-12-06T15:22:37.329Z] eaf3925da568: Verifying Checksum [2023-12-06T15:22:37.329Z] eaf3925da568: Download complete [2023-12-06T15:22:37.329Z] bde34c3a00c8: Verifying Checksum [2023-12-06T15:22:37.329Z] bde34c3a00c8: Download complete [2023-12-06T15:22:37.329Z] b352a97aabf1: Download complete [2023-12-06T15:22:37.330Z] 4872d77fe225: Verifying Checksum [2023-12-06T15:22:37.330Z] 4872d77fe225: Download complete [2023-12-06T15:22:37.330Z] 5851b861e8e6: Verifying Checksum [2023-12-06T15:22:37.330Z] 5851b861e8e6: Download complete [2023-12-06T15:22:37.330Z] b85a868b505f: Verifying Checksum [2023-12-06T15:22:37.330Z] b85a868b505f: Download complete [2023-12-06T15:22:37.588Z] bab4dde63d76: Verifying Checksum [2023-12-06T15:22:37.588Z] bab4dde63d76: Download complete [2023-12-06T15:22:38.533Z] b85a868b505f: Pull complete [2023-12-06T15:22:38.792Z] e2be974225ed: Pull complete [2023-12-06T15:22:39.052Z] 339a4e72a1f5: Pull complete [2023-12-06T15:22:39.312Z] 988bab9f4d93: Pull complete [2023-12-06T15:22:39.573Z] 1469e6f7b9e6: Pull complete [2023-12-06T15:22:39.573Z] eaf3925da568: Pull complete [2023-12-06T15:22:41.515Z] bab4dde63d76: Pull complete [2023-12-06T15:22:41.515Z] bde34c3a00c8: Pull complete [2023-12-06T15:22:41.515Z] b352a97aabf1: Pull complete [2023-12-06T15:22:41.515Z] 4872d77fe225: Pull complete [2023-12-06T15:22:41.515Z] 5851b861e8e6: Pull complete [2023-12-06T15:22:41.515Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-12-06T15:22:41.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-06T15:22:41.515Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:22:41.709Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:22:41.753Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-12-06T15:22:44.622Z] $ docker top c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac -eo pid,comm [2023-12-06T15:22:44.675Z] 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-12-06T15:22:44.675Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-06T15:22:44.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-06T15:22:44.761Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-06T15:22:44.868Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-06T15:22:44.874Z] $ docker exec c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent [2023-12-06T15:22:44.970Z] SSH_AUTH_SOCK=/tmp/ssh-VQfR6wMyZwiG/agent.32 [2023-12-06T15:22:44.970Z] SSH_AGENT_PID=38 [2023-12-06T15:22:44.977Z] Running ssh-add (command line suppressed) [2023-12-06T15:22:45.064Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14950445970238089255.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14950445970238089255.key) [2023-12-06T15:22:45.077Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-06T15:22:45.385Z] + git tag --points-at HEAD [Pipeline] } [2023-12-06T15:22:45.404Z] $ docker exec --env ******** --env ******** c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent -k [2023-12-06T15:22:45.495Z] unset SSH_AUTH_SOCK; [2023-12-06T15:22:45.496Z] unset SSH_AGENT_PID; [2023-12-06T15:22:45.496Z] echo Agent pid 38 killed; [2023-12-06T15:22:45.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-12-06T15:22:45.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-06T15:22:45.568Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-06T15:22:45.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-06T15:22:45.701Z] $ docker exec c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent [2023-12-06T15:22:45.802Z] SSH_AUTH_SOCK=/tmp/ssh-j5fowlOKtyCs/agent.70 [2023-12-06T15:22:45.802Z] SSH_AGENT_PID=76 [2023-12-06T15:22:45.810Z] Running ssh-add (command line suppressed) [2023-12-06T15:22:45.906Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14580640590199040717.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14580640590199040717.key) [2023-12-06T15:22:45.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-06T15:22:46.223Z] + git semver init [2023-12-06T15:22:46.484Z] 2023-12-06 15:22:46,389 [run_init] DEBUG init version:0.0.0 force:False [2023-12-06T15:22:46.484Z] 2023-12-06 15:22:46,390 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-12-06T15:22:46.484Z] 2023-12-06 15:22:46,390 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-12-06T15:22:46.484Z] 2023-12-06 15:22:46,390 [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-12-06T15:22:47.863Z] 2023-12-06 15:22:47,571 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-12-06T15:22:47.863Z] 2023-12-06 15:22:47,571 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-12-06T15:22:47.863Z] 2023-12-06 15:22:47,572 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:22:47.863Z] 2023-12-06 15:22:47,572 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:22:47.863Z] 3.2.0-dev.2 [Pipeline] } [2023-12-06T15:22:47.875Z] $ docker exec --env ******** --env ******** c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent -k [2023-12-06T15:22:47.971Z] unset SSH_AUTH_SOCK; [2023-12-06T15:22:47.972Z] unset SSH_AGENT_PID; [2023-12-06T15:22:47.972Z] echo Agent pid 76 killed; [2023-12-06T15:22:47.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-06T15:22:48.346Z] + git semver [Pipeline] } [2023-12-06T15:22:48.622Z] $ docker stop --time=1 c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac [2023-12-06T15:22:49.865Z] $ docker rm -f --volumes c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-06T15:22:50.231Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-12-06T15:22:50.443Z] Stashed 1 file(s) [Pipeline] echo [2023-12-06T15:22:50.447Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.2 [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-12-06T15:22:50.845Z] provisioning config files... [2023-12-06T15:22:50.855Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4843897426121725528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:22:51.187Z] ---> ****-login.sh [2023-12-06T15:22:51.188Z] nexus3.edgexfoundry.org:10001 [2023-12-06T15:22:51.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:51.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:51.188Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:51.188Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:51.188Z] [2023-12-06T15:22:51.188Z] Login Succeeded [2023-12-06T15:22:51.188Z] nexus3.edgexfoundry.org:10002 [2023-12-06T15:22:51.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:51.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:51.188Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:51.188Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:51.188Z] [2023-12-06T15:22:51.188Z] Login Succeeded [2023-12-06T15:22:51.188Z] nexus3.edgexfoundry.org:10003 [2023-12-06T15:22:51.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:51.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:51.447Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:51.447Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:51.447Z] [2023-12-06T15:22:51.447Z] Login Succeeded [2023-12-06T15:22:51.447Z] nexus3.edgexfoundry.org:10004 [2023-12-06T15:22:51.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:51.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:51.447Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:51.447Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:51.447Z] [2023-12-06T15:22:51.447Z] Login Succeeded [2023-12-06T15:22:51.447Z] ****.io [2023-12-06T15:22:51.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:22:51.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:22:51.707Z] Configure a credential helper to remove this warning. See [2023-12-06T15:22:51.707Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:22:51.707Z] [2023-12-06T15:22:51.707Z] Login Succeeded [2023-12-06T15:22:51.707Z] ---> ****-login.sh ends [Pipeline] } [2023-12-06T15:22:51.715Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-12-06T15:22:51.853Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-06T15:22:51.882Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-06T15:22:51.915Z] ========================================================= [2023-12-06T15:22:51.915Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-12-06T15:22:51.915Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:22:52.321Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-12-06T15:22:52.321Z] Sending build context to Docker daemon 6.697MB [2023-12-06T15:22:52.321Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-12-06T15:22:52.321Z] Step 2/12 : FROM ${BASE} AS builder [2023-12-06T15:22:52.321Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-12-06T15:22:52.321Z] 7264a8db6415: Pulling fs layer [2023-12-06T15:22:52.321Z] c4d48a809fc2: Pulling fs layer [2023-12-06T15:22:52.321Z] 4f1c88b9dad5: Pulling fs layer [2023-12-06T15:22:52.321Z] ad3a456e5733: Pulling fs layer [2023-12-06T15:22:52.321Z] 69c7f0334f64: Pulling fs layer [2023-12-06T15:22:52.321Z] 1f1c1a5573a3: Pulling fs layer [2023-12-06T15:22:52.321Z] ce7588e14bc9: Pulling fs layer [2023-12-06T15:22:52.321Z] b5e4710f87ac: Pulling fs layer [2023-12-06T15:22:52.321Z] 69c7f0334f64: Waiting [2023-12-06T15:22:52.321Z] ce7588e14bc9: Waiting [2023-12-06T15:22:52.321Z] 1f1c1a5573a3: Waiting [2023-12-06T15:22:52.321Z] b5e4710f87ac: Waiting [2023-12-06T15:22:52.321Z] ad3a456e5733: Waiting [2023-12-06T15:22:52.321Z] c4d48a809fc2: Verifying Checksum [2023-12-06T15:22:52.321Z] c4d48a809fc2: Download complete [2023-12-06T15:22:52.321Z] ad3a456e5733: Download complete [2023-12-06T15:22:52.580Z] 69c7f0334f64: Download complete [2023-12-06T15:22:52.580Z] 7264a8db6415: Download complete [2023-12-06T15:22:52.580Z] 1f1c1a5573a3: Verifying Checksum [2023-12-06T15:22:52.580Z] 1f1c1a5573a3: Download complete [2023-12-06T15:22:52.580Z] 7264a8db6415: Pull complete [2023-12-06T15:22:52.840Z] b5e4710f87ac: Verifying Checksum [2023-12-06T15:22:52.840Z] b5e4710f87ac: Download complete [2023-12-06T15:22:52.840Z] c4d48a809fc2: Pull complete [2023-12-06T15:22:52.840Z] 4f1c88b9dad5: Verifying Checksum [2023-12-06T15:22:52.840Z] 4f1c88b9dad5: Download complete [2023-12-06T15:22:53.407Z] ce7588e14bc9: Verifying Checksum [2023-12-06T15:22:53.407Z] ce7588e14bc9: Download complete [2023-12-06T15:22:55.933Z] 4f1c88b9dad5: Pull complete [2023-12-06T15:22:55.933Z] ad3a456e5733: Pull complete [2023-12-06T15:22:56.192Z] 69c7f0334f64: Pull complete [2023-12-06T15:22:56.192Z] 1f1c1a5573a3: Pull complete [2023-12-06T15:22:58.722Z] ce7588e14bc9: Pull complete [2023-12-06T15:22:58.981Z] b5e4710f87ac: Pull complete [2023-12-06T15:22:58.981Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-12-06T15:22:58.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-12-06T15:22:58.981Z] ---> 88b5674ff536 [2023-12-06T15:22:58.981Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-12-06T15:23:03.182Z] ---> Running in 7fdc2401e28b [2023-12-06T15:23:03.182Z] Removing intermediate container 7fdc2401e28b [2023-12-06T15:23:03.182Z] ---> 438350311080 [2023-12-06T15:23:03.182Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-12-06T15:23:03.182Z] ---> Running in 627bcdc7ca3c [2023-12-06T15:23:03.182Z] Removing intermediate container 627bcdc7ca3c [2023-12-06T15:23:03.182Z] ---> b8397bce3b2f [2023-12-06T15:23:03.182Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-12-06T15:23:03.182Z] ---> Running in ce9e52e0de74 [2023-12-06T15:23:03.182Z] Removing intermediate container ce9e52e0de74 [2023-12-06T15:23:03.182Z] ---> 8a69a7fab655 [2023-12-06T15:23:03.182Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-12-06T15:23:03.182Z] ---> Running in 59a9d5049b6c [2023-12-06T15:23:03.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-06T15:23:03.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-06T15:23:03.702Z] OK: 264 MiB in 52 packages [2023-12-06T15:23:03.963Z] Removing intermediate container 59a9d5049b6c [2023-12-06T15:23:03.963Z] ---> adac214bcbc0 [2023-12-06T15:23:03.963Z] Step 7/12 : WORKDIR /app [2023-12-06T15:23:03.963Z] ---> Running in 45b9819c5a73 [2023-12-06T15:23:04.222Z] Removing intermediate container 45b9819c5a73 [2023-12-06T15:23:04.222Z] ---> 0c7ee0540532 [2023-12-06T15:23:04.222Z] Step 8/12 : COPY go.mod vendor* ./ [2023-12-06T15:23:04.222Z] ---> 725cdaa90e3a [2023-12-06T15:23:04.222Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-06T15:23:04.222Z] ---> Running in 833fc2321d6c [2023-12-06T15:23:05.716Z] Still waiting to schedule task [2023-12-06T15:23:05.717Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-24210’ [2023-12-06T15:23:42.945Z] Removing intermediate container 833fc2321d6c [2023-12-06T15:23:42.945Z] ---> c86bc7aca22f [2023-12-06T15:23:42.945Z] Step 10/12 : COPY . . [2023-12-06T15:23:42.945Z] ---> fa6f48bc4811 [2023-12-06T15:23:42.945Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-12-06T15:23:42.945Z] ---> Running in e4b58632ce74 [2023-12-06T15:23:42.945Z] Removing intermediate container e4b58632ce74 [2023-12-06T15:23:42.945Z] ---> 90542498e8c5 [2023-12-06T15:23:42.945Z] Step 12/12 : RUN $MAKE [2023-12-06T15:23:42.945Z] ---> Running in 953d2bfac961 [2023-12-06T15:23:42.945Z] noop [2023-12-06T15:23:42.945Z] Removing intermediate container 953d2bfac961 [2023-12-06T15:23:42.945Z] ---> 717b865b3a31 [2023-12-06T15:23:42.945Z] Successfully built 717b865b3a31 [2023-12-06T15:23:42.945Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:23:43.322Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-06T15:23:43.322Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:23:43.428Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:23:43.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-12-06T15:23:43.779Z] $ docker top 39206ca2449ae173511d86a622978501e868a0e260c4e572ddf178bf66303ad7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-06T15:23:44.152Z] + go version [2023-12-06T15:23:44.153Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-12-06T15:23:44.165Z] $ docker stop --time=1 39206ca2449ae173511d86a622978501e868a0e260c4e572ddf178bf66303ad7 [2023-12-06T15:23:45.448Z] $ docker rm -f --volumes 39206ca2449ae173511d86a622978501e868a0e260c4e572ddf178bf66303ad7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:23:46.049Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-06T15:23:46.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:23:46.162Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:23:46.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-12-06T15:23:46.587Z] $ docker top 6249b21768f4aabb59260f0ff829fddfb079487d572db5e64410e72fab3c237b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-06T15:23:46.968Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-12-06T15:23:47.285Z] + make test [2023-12-06T15:23:47.285Z] go test -race -coverprofile=coverage.out ./... [2023-12-06T15:24:05.356Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-12-06T15:24:05.356Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-12-06T15:24:05.356Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-12-06T15:24:05.356Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-12-06T15:24:06.302Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.042s coverage: 88.0% of statements [2023-12-06T15:24:16.288Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.607s coverage: 98.7% of statements [2023-12-06T15:24:16.288Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.099s coverage: 89.7% of statements [2023-12-06T15:24:16.288Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.030s coverage: 100.0% of statements [2023-12-06T15:24:34.360Z] go vet ./... [2023-12-06T15:24:35.778Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-12-06T15:24:35.778Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-12-06T15:24:35.778Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-12-06T15:24:35.788Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-12-06T15:24:35.822Z] $ docker stop --time=1 6249b21768f4aabb59260f0ff829fddfb079487d572db5e64410e72fab3c237b [2023-12-06T15:24:41.451Z] $ docker rm -f --volumes 6249b21768f4aabb59260f0ff829fddfb079487d572db5e64410e72fab3c237b [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-06T15:24:42.018Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-12-06T15:24:42.090Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-12-06T15:24:42.808Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-12-06T15:24:43.090Z] + ls -al . [2023-12-06T15:24:43.090Z] total 192 [2023-12-06T15:24:43.090Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 6 15:23 . [2023-12-06T15:24:43.090Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 6 15:22 .. [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 6 15:22 .dockerignore [2023-12-06T15:24:43.090Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 6 15:24 .git [2023-12-06T15:24:43.090Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:22 .github [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 164 Dec 6 15:22 .gitignore [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 41 Dec 6 15:22 .golangci.yml [2023-12-06T15:24:43.090Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 6 15:22 .semver [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 11301 Dec 6 15:22 Attribution.txt [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 458 Dec 6 15:22 CHANGELOG.md [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 1725 Dec 6 15:22 Dockerfile [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 6 15:22 GOVERNANCE.md [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 681 Dec 6 15:22 Jenkinsfile [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 6 15:22 LICENSE [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 3136 Dec 6 15:22 Makefile [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 611 Dec 6 15:22 OWNERS.md [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 4107 Dec 6 15:22 README.md [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 7789 Dec 6 15:22 Record and Reply.postman_collection.json [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 6 15:22 VERSION [2023-12-06T15:24:43.090Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:22 bin [2023-12-06T15:24:43.090Z] -rw-r--r-- 1 jenkins jenkins 24666 Dec 6 15:24 coverage.out [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 3901 Dec 6 15:22 go.mod [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 34881 Dec 6 15:22 go.sum [2023-12-06T15:24:43.090Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 6 15:22 internal [2023-12-06T15:24:43.090Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 6 15:22 main.go [2023-12-06T15:24:43.090Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:22 openapi [2023-12-06T15:24:43.090Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:22 pkg [2023-12-06T15:24:43.090Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:22 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:24:43.454Z] + 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=ce8398ed03bf3a586a5dd2bb806e157eedfa930e --label arch=amd64 --label version=3.2.0-dev.2 . [2023-12-06T15:24:43.454Z] Sending build context to Docker daemon 6.723MB [2023-12-06T15:24:43.454Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2023-12-06T15:24:43.454Z] Step 2/27 : FROM ${BASE} AS builder [2023-12-06T15:24:43.454Z] ---> 717b865b3a31 [2023-12-06T15:24:43.454Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2023-12-06T15:24:43.714Z] ---> Running in 81e938b379ef [2023-12-06T15:24:43.714Z] Removing intermediate container 81e938b379ef [2023-12-06T15:24:43.714Z] ---> e561c53aec30 [2023-12-06T15:24:43.714Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2023-12-06T15:24:43.714Z] ---> Running in a6336738d4fe [2023-12-06T15:24:43.714Z] Removing intermediate container a6336738d4fe [2023-12-06T15:24:43.714Z] ---> 2d613d0771ec [2023-12-06T15:24:43.714Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2023-12-06T15:24:43.714Z] ---> Running in 40d4341bbd2f [2023-12-06T15:24:43.971Z] Removing intermediate container 40d4341bbd2f [2023-12-06T15:24:43.971Z] ---> 36fae2e8e92a [2023-12-06T15:24:43.971Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-12-06T15:24:43.971Z] ---> Running in 454de799307a [2023-12-06T15:24:44.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-06T15:24:44.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-06T15:24:44.794Z] OK: 264 MiB in 52 packages [2023-12-06T15:24:45.051Z] Removing intermediate container 454de799307a [2023-12-06T15:24:45.051Z] ---> e594ebb6b32f [2023-12-06T15:24:45.051Z] Step 7/27 : WORKDIR /app [2023-12-06T15:24:45.051Z] ---> Running in 22957caf7513 [2023-12-06T15:24:45.051Z] Removing intermediate container 22957caf7513 [2023-12-06T15:24:45.051Z] ---> 574d79463ceb [2023-12-06T15:24:45.051Z] Step 8/27 : COPY go.mod vendor* ./ [2023-12-06T15:24:45.051Z] ---> 520e27c3f50c [2023-12-06T15:24:45.051Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-06T15:24:45.309Z] ---> Running in 1081cb7cb6c9 [2023-12-06T15:24:45.875Z] Removing intermediate container 1081cb7cb6c9 [2023-12-06T15:24:45.875Z] ---> 5d586d45ba67 [2023-12-06T15:24:45.875Z] Step 10/27 : COPY . . [2023-12-06T15:24:46.442Z] ---> e9d558fa3eb5 [2023-12-06T15:24:46.442Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-12-06T15:24:46.442Z] ---> Running in 35783b56703d [2023-12-06T15:24:46.442Z] Removing intermediate container 35783b56703d [2023-12-06T15:24:46.442Z] ---> 95cdadd5d51f [2023-12-06T15:24:46.442Z] Step 12/27 : RUN $MAKE [2023-12-06T15:24:46.442Z] ---> Running in c832327f42db [2023-12-06T15:24:46.705Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.2 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.2" -trimpath -mod=readonly -o app-record-replay [2023-12-06T15:25:08.740Z] Removing intermediate container c832327f42db [2023-12-06T15:25:08.740Z] ---> d5a4207edb82 [2023-12-06T15:25:08.740Z] Step 13/27 : FROM alpine:3.18 [2023-12-06T15:25:08.740Z] 3.18: Pulling from library/alpine [2023-12-06T15:25:08.740Z] c926b61bad3b: Pulling fs layer [2023-12-06T15:25:08.740Z] c926b61bad3b: Verifying Checksum [2023-12-06T15:25:08.740Z] c926b61bad3b: Download complete [2023-12-06T15:25:08.740Z] c926b61bad3b: Pull complete [2023-12-06T15:25:08.740Z] Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-06T15:25:08.740Z] Status: Downloaded newer image for alpine:3.18 [2023-12-06T15:25:08.740Z] ---> b541f2080109 [2023-12-06T15:25:08.740Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-12-06T15:25:08.740Z] ---> Running in f59183266562 [2023-12-06T15:25:08.998Z] Removing intermediate container f59183266562 [2023-12-06T15:25:08.998Z] ---> acabe53e58fa [2023-12-06T15:25:08.998Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2023-12-06T15:25:08.998Z] ---> Running in 2c93066221ed [2023-12-06T15:25:08.998Z] Removing intermediate container 2c93066221ed [2023-12-06T15:25:08.998Z] ---> 132c4e251451 [2023-12-06T15:25:08.998Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-06T15:25:08.998Z] ---> Running in 10509b5c3489 [2023-12-06T15:25:09.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-06T15:25:09.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-06T15:25:09.824Z] (1/2) Installing ca-certificates (20230506-r0) [2023-12-06T15:25:09.824Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-12-06T15:25:09.824Z] Executing busybox-1.36.1-r5.trigger [2023-12-06T15:25:09.824Z] Executing ca-certificates-20230506-r0.trigger [2023-12-06T15:25:09.824Z] OK: 8 MiB in 17 packages [2023-12-06T15:25:10.082Z] Removing intermediate container 10509b5c3489 [2023-12-06T15:25:10.082Z] ---> 829194c2b02a [2023-12-06T15:25:10.082Z] Step 17/27 : RUN apk --no-cache upgrade [2023-12-06T15:25:10.082Z] ---> Running in 94a7b8bd5fe3 [2023-12-06T15:25:10.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-06T15:25:10.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-06T15:25:10.616Z] OK: 8 MiB in 17 packages [2023-12-06T15:25:11.183Z] Removing intermediate container 94a7b8bd5fe3 [2023-12-06T15:25:11.184Z] ---> e30cf0d67d31 [2023-12-06T15:25:11.184Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-12-06T15:25:11.184Z] ---> 2ade56323438 [2023-12-06T15:25:11.184Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2023-12-06T15:25:11.442Z] ---> 5b9e7c2a9798 [2023-12-06T15:25:11.442Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2023-12-06T15:25:11.442Z] ---> f1105fad4639 [2023-12-06T15:25:11.442Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-12-06T15:25:12.378Z] ---> 97784d1e4a1d [2023-12-06T15:25:12.378Z] Step 22/27 : EXPOSE 59712 [2023-12-06T15:25:12.378Z] ---> Running in 887140b0043c [2023-12-06T15:25:12.636Z] Removing intermediate container 887140b0043c [2023-12-06T15:25:12.636Z] ---> 96141df30b0a [2023-12-06T15:25:12.636Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2023-12-06T15:25:12.636Z] ---> Running in 2a2f7143ab50 [2023-12-06T15:25:12.636Z] Removing intermediate container 2a2f7143ab50 [2023-12-06T15:25:12.636Z] ---> 6e3a9ecbfdf6 [2023-12-06T15:25:12.636Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-12-06T15:25:12.636Z] ---> Running in 0a643a9cc810 [2023-12-06T15:25:12.636Z] Removing intermediate container 0a643a9cc810 [2023-12-06T15:25:12.636Z] ---> 1094e31ba6c0 [2023-12-06T15:25:12.636Z] Step 25/27 : LABEL arch=amd64 [2023-12-06T15:25:12.636Z] ---> Running in 55798dec0059 [2023-12-06T15:25:12.896Z] Removing intermediate container 55798dec0059 [2023-12-06T15:25:12.896Z] ---> 6db231a1d720 [2023-12-06T15:25:12.896Z] Step 26/27 : LABEL git_sha=ce8398ed03bf3a586a5dd2bb806e157eedfa930e [2023-12-06T15:25:12.896Z] ---> Running in 150c109bd783 [2023-12-06T15:25:12.896Z] Removing intermediate container 150c109bd783 [2023-12-06T15:25:12.896Z] ---> 31d4ba273549 [2023-12-06T15:25:12.896Z] Step 27/27 : LABEL version=3.2.0-dev.2 [2023-12-06T15:25:12.896Z] ---> Running in 6fcf738470fd [2023-12-06T15:25:13.155Z] Removing intermediate container 6fcf738470fd [2023-12-06T15:25:13.155Z] ---> 06216fe7593f [2023-12-06T15:25:13.155Z] [Warning] One or more build-args [ARCH] were not consumed [2023-12-06T15:25:13.155Z] Successfully built 06216fe7593f [2023-12-06T15:25:13.155Z] 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-12-06T15:25:13.507Z] provisioning config files... [2023-12-06T15:25:13.515Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12763014475580260874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:25:13.876Z] ---> ****-login.sh [2023-12-06T15:25:13.876Z] nexus3.edgexfoundry.org:10001 [2023-12-06T15:25:13.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:25:13.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:25:13.876Z] Configure a credential helper to remove this warning. See [2023-12-06T15:25:13.876Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:25:13.876Z] [2023-12-06T15:25:13.876Z] Login Succeeded [2023-12-06T15:25:13.876Z] nexus3.edgexfoundry.org:10002 [2023-12-06T15:25:13.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:25:13.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:25:13.877Z] Configure a credential helper to remove this warning. See [2023-12-06T15:25:13.877Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:25:13.877Z] [2023-12-06T15:25:13.877Z] Login Succeeded [2023-12-06T15:25:13.877Z] nexus3.edgexfoundry.org:10003 [2023-12-06T15:25:14.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:25:14.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:25:14.135Z] Configure a credential helper to remove this warning. See [2023-12-06T15:25:14.135Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:25:14.135Z] [2023-12-06T15:25:14.135Z] Login Succeeded [2023-12-06T15:25:14.135Z] nexus3.edgexfoundry.org:10004 [2023-12-06T15:25:14.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:25:14.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:25:14.135Z] Configure a credential helper to remove this warning. See [2023-12-06T15:25:14.135Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:25:14.135Z] [2023-12-06T15:25:14.135Z] Login Succeeded [2023-12-06T15:25:14.393Z] ****.io [2023-12-06T15:25:14.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:25:14.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:25:14.652Z] Configure a credential helper to remove this warning. See [2023-12-06T15:25:14.652Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:25:14.652Z] [2023-12-06T15:25:14.652Z] Login Succeeded [2023-12-06T15:25:14.652Z] ---> ****-login.sh ends [Pipeline] } [2023-12-06T15:25:14.677Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-06T15:25:14.806Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-06T15:25:14.855Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-12-06T15:25:14.855Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e [2023-12-06T15:25:14.855Z] latest [2023-12-06T15:25:14.855Z] 3.2.0-dev.2 [2023-12-06T15:25:14.855Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [2023-12-06T15:25:14.855Z] main [2023-12-06T15:25:14.855Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:15.305Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:15.690Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [2023-12-06T15:25:15.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-06T15:25:15.691Z] befaec9a44e5: Preparing [2023-12-06T15:25:15.691Z] 519f5f05822e: Preparing [2023-12-06T15:25:15.691Z] 8a54c32c9423: Preparing [2023-12-06T15:25:15.691Z] 938d59e98785: Preparing [2023-12-06T15:25:15.691Z] a73dfedc03ff: Preparing [2023-12-06T15:25:15.691Z] d282ab2939b4: Preparing [2023-12-06T15:25:15.691Z] 9fe9a137fd00: Preparing [2023-12-06T15:25:15.691Z] 9fe9a137fd00: Waiting [2023-12-06T15:25:15.691Z] d282ab2939b4: Waiting [2023-12-06T15:25:15.691Z] 938d59e98785: Pushed [2023-12-06T15:25:15.691Z] 519f5f05822e: Pushed [2023-12-06T15:25:15.691Z] 8a54c32c9423: Pushed [2023-12-06T15:25:15.691Z] a73dfedc03ff: Pushed [2023-12-06T15:25:15.691Z] 9fe9a137fd00: Layer already exists [2023-12-06T15:25:15.949Z] d282ab2939b4: Pushed [2023-12-06T15:25:18.556Z] befaec9a44e5: Pushed [2023-12-06T15:25:18.556Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:18.956Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:19.356Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-12-06T15:25:19.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-06T15:25:19.357Z] befaec9a44e5: Preparing [2023-12-06T15:25:19.357Z] 519f5f05822e: Preparing [2023-12-06T15:25:19.357Z] 8a54c32c9423: Preparing [2023-12-06T15:25:19.357Z] 938d59e98785: Preparing [2023-12-06T15:25:19.357Z] a73dfedc03ff: Preparing [2023-12-06T15:25:19.357Z] d282ab2939b4: Preparing [2023-12-06T15:25:19.357Z] 9fe9a137fd00: Preparing [2023-12-06T15:25:19.357Z] d282ab2939b4: Waiting [2023-12-06T15:25:19.357Z] 9fe9a137fd00: Waiting [2023-12-06T15:25:19.357Z] 938d59e98785: Layer already exists [2023-12-06T15:25:19.357Z] 519f5f05822e: Layer already exists [2023-12-06T15:25:19.357Z] 8a54c32c9423: Layer already exists [2023-12-06T15:25:19.357Z] a73dfedc03ff: Layer already exists [2023-12-06T15:25:19.357Z] befaec9a44e5: Layer already exists [2023-12-06T15:25:19.357Z] d282ab2939b4: Layer already exists [2023-12-06T15:25:19.357Z] 9fe9a137fd00: Layer already exists [2023-12-06T15:25:19.357Z] latest: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:19.760Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:20.144Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.2 [2023-12-06T15:25:20.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-06T15:25:20.145Z] befaec9a44e5: Preparing [2023-12-06T15:25:20.145Z] 519f5f05822e: Preparing [2023-12-06T15:25:20.145Z] 8a54c32c9423: Preparing [2023-12-06T15:25:20.145Z] 938d59e98785: Preparing [2023-12-06T15:25:20.145Z] a73dfedc03ff: Preparing [2023-12-06T15:25:20.145Z] d282ab2939b4: Preparing [2023-12-06T15:25:20.145Z] 9fe9a137fd00: Preparing [2023-12-06T15:25:20.145Z] d282ab2939b4: Waiting [2023-12-06T15:25:20.145Z] 9fe9a137fd00: Waiting [2023-12-06T15:25:20.145Z] 519f5f05822e: Layer already exists [2023-12-06T15:25:20.145Z] 938d59e98785: Layer already exists [2023-12-06T15:25:20.145Z] 8a54c32c9423: Layer already exists [2023-12-06T15:25:20.145Z] befaec9a44e5: Layer already exists [2023-12-06T15:25:20.145Z] a73dfedc03ff: Layer already exists [2023-12-06T15:25:20.145Z] d282ab2939b4: Layer already exists [2023-12-06T15:25:20.145Z] 9fe9a137fd00: Layer already exists [2023-12-06T15:25:20.145Z] 3.2.0-dev.2: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:20.618Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:21.007Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [2023-12-06T15:25:21.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-06T15:25:21.007Z] befaec9a44e5: Preparing [2023-12-06T15:25:21.007Z] 519f5f05822e: Preparing [2023-12-06T15:25:21.007Z] 8a54c32c9423: Preparing [2023-12-06T15:25:21.007Z] 938d59e98785: Preparing [2023-12-06T15:25:21.007Z] a73dfedc03ff: Preparing [2023-12-06T15:25:21.007Z] d282ab2939b4: Preparing [2023-12-06T15:25:21.007Z] 9fe9a137fd00: Preparing [2023-12-06T15:25:21.007Z] 9fe9a137fd00: Waiting [2023-12-06T15:25:21.007Z] befaec9a44e5: Layer already exists [2023-12-06T15:25:21.007Z] 519f5f05822e: Layer already exists [2023-12-06T15:25:21.007Z] 938d59e98785: Layer already exists [2023-12-06T15:25:21.007Z] a73dfedc03ff: Layer already exists [2023-12-06T15:25:21.007Z] 8a54c32c9423: Layer already exists [2023-12-06T15:25:21.007Z] d282ab2939b4: Layer already exists [2023-12-06T15:25:21.007Z] 9fe9a137fd00: Layer already exists [2023-12-06T15:25:21.007Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:21.405Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:21.799Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-12-06T15:25:21.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-06T15:25:21.799Z] befaec9a44e5: Preparing [2023-12-06T15:25:21.799Z] 519f5f05822e: Preparing [2023-12-06T15:25:21.799Z] 8a54c32c9423: Preparing [2023-12-06T15:25:21.799Z] 938d59e98785: Preparing [2023-12-06T15:25:21.799Z] a73dfedc03ff: Preparing [2023-12-06T15:25:21.799Z] d282ab2939b4: Preparing [2023-12-06T15:25:21.799Z] 9fe9a137fd00: Preparing [2023-12-06T15:25:21.799Z] 9fe9a137fd00: Waiting [2023-12-06T15:25:21.799Z] d282ab2939b4: Waiting [2023-12-06T15:25:21.799Z] 938d59e98785: Layer already exists [2023-12-06T15:25:21.799Z] 519f5f05822e: Layer already exists [2023-12-06T15:25:21.799Z] 8a54c32c9423: Layer already exists [2023-12-06T15:25:21.799Z] befaec9a44e5: Layer already exists [2023-12-06T15:25:21.799Z] a73dfedc03ff: Layer already exists [2023-12-06T15:25:21.799Z] d282ab2939b4: Layer already exists [2023-12-06T15:25:21.799Z] 9fe9a137fd00: Layer already exists [2023-12-06T15:25:21.799Z] main: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-06T15:25:22.022Z] ===================================================== [Pipeline] echo [2023-12-06T15:25:22.056Z] taggedImages: [2023-12-06T15:25:22.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [2023-12-06T15:25:22.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-12-06T15:25:22.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.2 [2023-12-06T15:25:22.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [2023-12-06T15:25:22.056Z] - 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-12-06T15:25:22.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-06T15:25:22.694Z] [2023-12-06T15:25:22.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:25:23.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-06T15:25:23.028Z] latest: Pulling from edgex-lftools-log-publisher [2023-12-06T15:25:23.028Z] 5eb5b503b376: Pulling fs layer [2023-12-06T15:25:23.028Z] 5c69ac0246d0: Pulling fs layer [2023-12-06T15:25:23.028Z] ec43610c2a17: Pulling fs layer [2023-12-06T15:25:23.028Z] 3a2ae6a8a46f: Pulling fs layer [2023-12-06T15:25:23.028Z] 33b1e0a273af: Pulling fs layer [2023-12-06T15:25:23.028Z] 5d3b04190fa2: Pulling fs layer [2023-12-06T15:25:23.028Z] 2f39f015ded8: Pulling fs layer [2023-12-06T15:25:23.028Z] 33b1e0a273af: Waiting [2023-12-06T15:25:23.028Z] 3a2ae6a8a46f: Waiting [2023-12-06T15:25:23.028Z] 5d3b04190fa2: Waiting [2023-12-06T15:25:23.028Z] 5c69ac0246d0: Download complete [2023-12-06T15:25:23.028Z] 3a2ae6a8a46f: Verifying Checksum [2023-12-06T15:25:23.028Z] 3a2ae6a8a46f: Download complete [2023-12-06T15:25:23.028Z] 33b1e0a273af: Verifying Checksum [2023-12-06T15:25:23.028Z] 33b1e0a273af: Download complete [2023-12-06T15:25:23.028Z] ec43610c2a17: Verifying Checksum [2023-12-06T15:25:23.028Z] ec43610c2a17: Download complete [2023-12-06T15:25:23.028Z] 5d3b04190fa2: Verifying Checksum [2023-12-06T15:25:23.028Z] 5d3b04190fa2: Download complete [2023-12-06T15:25:23.287Z] 5eb5b503b376: Verifying Checksum [2023-12-06T15:25:23.287Z] 5eb5b503b376: Download complete [2023-12-06T15:25:23.851Z] 2f39f015ded8: Download complete [2023-12-06T15:25:24.418Z] 5eb5b503b376: Pull complete [2023-12-06T15:25:24.677Z] 5c69ac0246d0: Pull complete [2023-12-06T15:25:25.245Z] ec43610c2a17: Pull complete [2023-12-06T15:25:25.245Z] 3a2ae6a8a46f: Pull complete [2023-12-06T15:25:25.245Z] 33b1e0a273af: Pull complete [2023-12-06T15:25:25.504Z] 5d3b04190fa2: Pull complete [2023-12-06T15:25:30.768Z] 2f39f015ded8: Pull complete [2023-12-06T15:25:30.768Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-12-06T15:25:30.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-06T15:25:30.768Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:25:30.970Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:25:31.002Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-12-06T15:25:34.241Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24218 in /w/workspace/exfoundry_app-record-replay_main [2023-12-06T15:25:36.221Z] $ docker top 93ce282d01d148c95b4164d70f908a6344c2bb4cac6e6f1ddcd639a815327812 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2023-12-06T15:25:36.470Z] Running in /w/workspace/app-record-replay/76 [Pipeline] { [Pipeline] checkout [2023-12-06T15:25:36.724Z] ---> job-cost.sh [2023-12-06T15:25:36.724Z] lf-activate-venv: SKIPPING [2023-12-06T15:25:36.724Z] INFO: No Stack... [2023-12-06T15:25:36.983Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-06T15:25:37.242Z] INFO: Archiving Costs [2023-12-06T15:25:39.561Z] Selected Git installation does not exist. Using Default [2023-12-06T15:25:39.561Z] The recommended git tool is: NONE [Pipeline] sh [2023-12-06T15:25:39.866Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-12-06T15:25:39.866Z] + cut -d, -f6 [Pipeline] lock [2023-12-06T15:25:39.877Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [2023-12-06T15:25:39.892Z] Resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] did not exist. Created. [2023-12-06T15:25:39.892Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-12-06T15:25:40.257Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-12-06T15:25:40.281Z] Stashed 1 file(s) [Pipeline] } [2023-12-06T15:25:40.321Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] // lock [Pipeline] } [2023-12-06T15:25:40.404Z] $ docker stop --time=1 93ce282d01d148c95b4164d70f908a6344c2bb4cac6e6f1ddcd639a815327812 [2023-12-06T15:25:41.551Z] $ docker rm -f --volumes 93ce282d01d148c95b4164d70f908a6344c2bb4cac6e6f1ddcd639a815327812 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-12-06T15:25:45.915Z] using credential edgex-jenkins-ssh [2023-12-06T15:25:45.936Z] Cloning the remote Git repository [2023-12-06T15:25:45.991Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-12-06T15:25:46.116Z] > git init /w/workspace/app-record-replay/76 # timeout=10 [2023-12-06T15:25:46.318Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-12-06T15:25:46.320Z] > git --version # timeout=10 [2023-12-06T15:25:46.344Z] > git --version # 'git version 2.25.1' [2023-12-06T15:25:46.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-06T15:25:46.547Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-06T15:25:48.270Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-12-06T15:25:48.298Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-06T15:25:49.446Z] Avoid second fetch [2023-12-06T15:25:49.446Z] Checking out Revision ce8398ed03bf3a586a5dd2bb806e157eedfa930e (main) [2023-12-06T15:25:49.464Z] > git config core.sparsecheckout # timeout=10 [2023-12-06T15:25:49.533Z] > git checkout -f ce8398ed03bf3a586a5dd2bb806e157eedfa930e # timeout=10 [2023-12-06T15:25:50.136Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#110)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-06T15:25:51.481Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-12-06T15:25:51.481Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-12-06T15:25:51.481Z] Dload Upload Total Spent Left Speed [2023-12-06T15:25:51.481Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 87462 0 --:--:-- --:--:-- --:--:-- 88069 [Pipeline] sh [2023-12-06T15:25:51.846Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-12-06T15:25:52.193Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-12-06T15:25:52.193Z] + sudo tee /etc/docker/daemon.new [2023-12-06T15:25:52.193Z] { [2023-12-06T15:25:52.193Z] "registry-mirrors": [ [2023-12-06T15:25:52.193Z] "https://nexus3.edgexfoundry.org:10001" [2023-12-06T15:25:52.193Z] ], [2023-12-06T15:25:52.193Z] "bip": "10.250.0.254/24", [2023-12-06T15:25:52.193Z] "hosts": [ [2023-12-06T15:25:52.193Z] "tcp://0.0.0.0:5555", [2023-12-06T15:25:52.193Z] "unix:///var/run/docker.sock" [2023-12-06T15:25:52.193Z] ], [2023-12-06T15:25:52.193Z] "mtu": 1458, [2023-12-06T15:25:52.193Z] "selinux-enabled": true, [2023-12-06T15:25:52.193Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-12-06T15:25:52.193Z] } [Pipeline] sh [2023-12-06T15:25:52.548Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-12-06T15:25:52.904Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-06T15:26:15.095Z] provisioning config files... [2023-12-06T15:26:15.125Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/76@tmp/config4632994320594713209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:26:15.593Z] ---> ****-login.sh [2023-12-06T15:26:15.593Z] nexus3.edgexfoundry.org:10001 [2023-12-06T15:26:15.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:26:16.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:26:16.137Z] Configure a credential helper to remove this warning. See [2023-12-06T15:26:16.137Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:26:16.137Z] [2023-12-06T15:26:16.137Z] Login Succeeded [2023-12-06T15:26:16.137Z] nexus3.edgexfoundry.org:10002 [2023-12-06T15:26:16.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:26:16.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:26:16.411Z] Configure a credential helper to remove this warning. See [2023-12-06T15:26:16.411Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:26:16.411Z] [2023-12-06T15:26:16.411Z] Login Succeeded [2023-12-06T15:26:16.411Z] nexus3.edgexfoundry.org:10003 [2023-12-06T15:26:16.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:26:16.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:26:16.684Z] Configure a credential helper to remove this warning. See [2023-12-06T15:26:16.685Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:26:16.685Z] [2023-12-06T15:26:16.685Z] Login Succeeded [2023-12-06T15:26:16.685Z] nexus3.edgexfoundry.org:10004 [2023-12-06T15:26:16.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:26:17.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:26:17.229Z] Configure a credential helper to remove this warning. See [2023-12-06T15:26:17.229Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:26:17.229Z] [2023-12-06T15:26:17.229Z] Login Succeeded [2023-12-06T15:26:17.229Z] ****.io [2023-12-06T15:26:17.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:26:17.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:26:17.820Z] Configure a credential helper to remove this warning. See [2023-12-06T15:26:17.820Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:26:17.820Z] [2023-12-06T15:26:17.820Z] Login Succeeded [2023-12-06T15:26:17.820Z] ---> ****-login.sh ends [Pipeline] } [2023-12-06T15:26:17.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-12-06T15:26:18.325Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-06T15:26:18.378Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-06T15:26:18.427Z] ========================================================= [2023-12-06T15:26:18.427Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-12-06T15:26:18.427Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:26:18.926Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-12-06T15:26:20.350Z] #0 building with "default" instance using docker driver [2023-12-06T15:26:20.350Z] [2023-12-06T15:26:20.350Z] #1 [internal] load .dockerignore [2023-12-06T15:26:20.350Z] #1 transferring context: 159B 0.0s done [2023-12-06T15:26:20.350Z] #1 DONE 0.1s [2023-12-06T15:26:20.350Z] [2023-12-06T15:26:20.350Z] #2 [internal] load build definition from Dockerfile [2023-12-06T15:26:20.350Z] #2 transferring dockerfile: 1.76kB done [2023-12-06T15:26:20.350Z] #2 DONE 0.1s [2023-12-06T15:26:20.350Z] [2023-12-06T15:26:20.350Z] #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-06T15:26:20.619Z] #3 DONE 0.1s [2023-12-06T15:26:20.619Z] [2023-12-06T15:26:20.619Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-12-06T15:26:20.619Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done [2023-12-06T15:26:20.619Z] #4 ... [2023-12-06T15:26:20.619Z] [2023-12-06T15:26:20.619Z] #5 [internal] load build context [2023-12-06T15:26:20.619Z] #5 transferring context: 220.66kB 0.1s done [2023-12-06T15:26:20.619Z] #5 DONE 0.1s [2023-12-06T15:26:20.619Z] [2023-12-06T15:26:20.619Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-12-06T15:26:20.619Z] #4 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done [2023-12-06T15:26:20.619Z] #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 1.06MB / 3.33MB 0.1s [2023-12-06T15:26:20.619Z] #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0B / 286.30kB 0.1s [2023-12-06T15:26:20.619Z] #4 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done [2023-12-06T15:26:20.891Z] #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.2s done [2023-12-06T15:26:20.892Z] #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done [2023-12-06T15:26:20.892Z] #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d [2023-12-06T15:26:20.892Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 5.41MB / 63.99MB 0.3s [2023-12-06T15:26:20.892Z] #4 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done [2023-12-06T15:26:20.892Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 0B / 97.63MB 0.3s [2023-12-06T15:26:20.892Z] #4 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done [2023-12-06T15:26:20.892Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 9.44MB / 63.99MB 0.4s [2023-12-06T15:26:20.892Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.48MB / 11.40MB 0.4s [2023-12-06T15:26:21.167Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 6.29MB / 97.63MB 0.5s [2023-12-06T15:26:21.167Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 5.24MB / 11.40MB 0.5s [2023-12-06T15:26:21.167Z] #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done [2023-12-06T15:26:21.167Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.83MB / 63.99MB 0.6s [2023-12-06T15:26:21.167Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 9.21MB / 11.40MB 0.6s [2023-12-06T15:26:21.436Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 27.26MB / 63.99MB 0.8s [2023-12-06T15:26:21.437Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 17.83MB / 97.63MB 0.8s [2023-12-06T15:26:21.437Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.8s [2023-12-06T15:26:21.437Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 32.51MB / 63.99MB 0.9s [2023-12-06T15:26:21.437Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 22.86MB / 97.63MB 0.9s [2023-12-06T15:26:21.706Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 42.99MB / 63.99MB 1.1s [2023-12-06T15:26:21.707Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 33.55MB / 97.63MB 1.1s [2023-12-06T15:26:21.707Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 49.28MB / 63.99MB 1.2s [2023-12-06T15:26:21.707Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 38.80MB / 97.63MB 1.2s [2023-12-06T15:26:21.977Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 59.77MB / 63.99MB 1.4s [2023-12-06T15:26:21.977Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 49.28MB / 97.63MB 1.4s [2023-12-06T15:26:21.977Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 1.5s [2023-12-06T15:26:21.977Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 54.53MB / 97.63MB 1.5s [2023-12-06T15:26:21.977Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 60.75MB / 97.63MB 1.6s [2023-12-06T15:26:22.561Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 77.59MB / 97.63MB 1.9s [2023-12-06T15:26:22.561Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 83.89MB / 97.63MB 2.0s [2023-12-06T15:26:22.827Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.2s [2023-12-06T15:26:24.792Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 4.1s done [2023-12-06T15:26:24.792Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 4.2s done [2023-12-06T15:26:24.792Z] #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 [2023-12-06T15:26:25.063Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 4.4s done [2023-12-06T15:26:25.334Z] #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.3s done [2023-12-06T15:26:25.604Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 [2023-12-06T15:26:32.290Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 6.2s [2023-12-06T15:26:38.000Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 11.4s [2023-12-06T15:26:44.698Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.9s done [2023-12-06T15:26:44.965Z] #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e [2023-12-06T15:26:45.234Z] #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done [2023-12-06T15:26:45.234Z] #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done [2023-12-06T15:26:45.234Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 0.1s [2023-12-06T15:26:50.593Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.2s [2023-12-06T15:26:53.984Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.3s done [2023-12-06T15:26:53.984Z] #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb [2023-12-06T15:26:55.415Z] #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.8s done [2023-12-06T15:26:56.015Z] #4 DONE 35.4s [2023-12-06T15:26:56.015Z] [2023-12-06T15:26:56.015Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2023-12-06T15:26:56.602Z] #6 0.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-06T15:26:57.188Z] #6 1.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-06T15:26:58.651Z] #6 2.640 OK: 266 MiB in 52 packages [2023-12-06T15:27:00.602Z] #6 DONE 4.7s [2023-12-06T15:27:00.602Z] [2023-12-06T15:27:00.602Z] #7 [builder 3/7] WORKDIR /app [2023-12-06T15:27:00.873Z] #7 DONE 0.1s [2023-12-06T15:27:00.873Z] [2023-12-06T15:27:00.873Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2023-12-06T15:27:00.873Z] #8 DONE 0.1s [2023-12-06T15:27:00.873Z] [2023-12-06T15:27:00.873Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-06T15:27:27.593Z] #9 DONE 23.8s [2023-12-06T15:27:27.593Z] [2023-12-06T15:27:27.593Z] #10 [builder 6/7] COPY . . [2023-12-06T15:27:27.593Z] #10 DONE 0.2s [2023-12-06T15:27:27.593Z] [2023-12-06T15:27:27.593Z] #11 [builder 7/7] RUN echo noop [2023-12-06T15:27:27.593Z] #11 0.646 noop [2023-12-06T15:27:27.593Z] #11 DONE 0.7s [2023-12-06T15:27:27.593Z] [2023-12-06T15:27:27.593Z] #12 exporting to image [2023-12-06T15:27:27.593Z] #12 exporting layers [2023-12-06T15:27:49.694Z] #12 exporting layers 21.4s done [2023-12-06T15:27:49.694Z] #12 writing image sha256:cb9f44170bfe25b4274bc416430f7352e774ca922dbecb5f5fbb245ca763d8f9 done [2023-12-06T15:27:49.694Z] #12 naming to docker.io/library/ci-base-image-arm64 0.0s done [2023-12-06T15:27:49.694Z] #12 DONE 21.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:27:50.168Z] + docker inspect -f . ci-base-image-arm64 [2023-12-06T15:27:50.168Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:27:50.451Z] prd-ubuntu20.04-docker-arm64-4c-16g-24218 does not seem to be running inside a container [2023-12-06T15:27:50.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/76 -v /w/workspace/app-record-replay/76:/w/workspace/app-record-replay/76:rw,z -v /w/workspace/app-record-replay/76@tmp:/w/workspace/app-record-replay/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-12-06T15:27:51.801Z] $ docker top d4adf7a11a67c6baab95e82d477b7338b710dd12be23ec80c78377a5f491a469 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-06T15:27:52.669Z] + go version [2023-12-06T15:27:52.669Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-12-06T15:27:52.703Z] $ docker stop --time=1 d4adf7a11a67c6baab95e82d477b7338b710dd12be23ec80c78377a5f491a469 [2023-12-06T15:27:54.339Z] $ docker rm -f --volumes d4adf7a11a67c6baab95e82d477b7338b710dd12be23ec80c78377a5f491a469 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:27:55.228Z] + docker inspect -f . ci-base-image-arm64 [2023-12-06T15:27:55.228Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:27:55.716Z] prd-ubuntu20.04-docker-arm64-4c-16g-24218 does not seem to be running inside a container [2023-12-06T15:27:55.822Z] $ 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/76 -v /w/workspace/app-record-replay/76:/w/workspace/app-record-replay/76:rw,z -v /w/workspace/app-record-replay/76@tmp:/w/workspace/app-record-replay/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-12-06T15:27:56.943Z] $ docker top 94f104cd5ed5582ba67d49d40a2ace5511bc021f3f9c3a564400664af940ec38 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-06T15:27:57.553Z] + git config --global --add safe.directory /w/workspace/app-record-replay/76 [Pipeline] fileExists [Pipeline] sh [2023-12-06T15:27:57.955Z] + make test [2023-12-06T15:27:58.224Z] go test -race -coverprofile=coverage.out ./... [2023-12-06T15:30:05.086Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-12-06T15:30:05.086Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.250s coverage: 88.0% of statements [2023-12-06T15:30:05.086Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-12-06T15:30:05.086Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-12-06T15:30:05.086Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-12-06T15:30:13.311Z] ok github.com/edgexfoundry/app-record-replay/internal/application 10.065s coverage: 98.7% of statements [2023-12-06T15:30:13.311Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.593s coverage: 89.7% of statements [2023-12-06T15:30:13.311Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.211s coverage: 100.0% of statements [2023-12-06T15:30:14.275Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-12-06T15:30:14.275Z] go vet ./... [2023-12-06T15:32:06.065Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-12-06T15:32:06.065Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-12-06T15:32:06.065Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-12-06T15:32:06.085Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-12-06T15:32:06.153Z] $ docker stop --time=1 94f104cd5ed5582ba67d49d40a2ace5511bc021f3f9c3a564400664af940ec38 [2023-12-06T15:32:08.077Z] $ docker rm -f --volumes 94f104cd5ed5582ba67d49d40a2ace5511bc021f3f9c3a564400664af940ec38 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-06T15:32:09.947Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-12-06T15:32:10.007Z] Warning: overwriting stash ‘coverage-report’ [2023-12-06T15:32:10.851Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-06T15:32:11.480Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-12-06T15:32:11.816Z] + ls -al . [2023-12-06T15:32:11.816Z] total 188 [2023-12-06T15:32:11.816Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 6 15:28 . [2023-12-06T15:32:11.816Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 6 15:25 .. [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 6 15:25 .dockerignore [2023-12-06T15:32:11.816Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 6 15:25 .git [2023-12-06T15:32:11.816Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:25 .github [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 164 Dec 6 15:25 .gitignore [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 41 Dec 6 15:25 .golangci.yml [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 11301 Dec 6 15:25 Attribution.txt [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 458 Dec 6 15:25 CHANGELOG.md [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 1725 Dec 6 15:25 Dockerfile [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 6 15:25 GOVERNANCE.md [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 681 Dec 6 15:25 Jenkinsfile [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 6 15:25 LICENSE [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 3136 Dec 6 15:25 Makefile [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 611 Dec 6 15:25 OWNERS.md [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 4107 Dec 6 15:25 README.md [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 7789 Dec 6 15:25 Record and Reply.postman_collection.json [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 6 15:22 VERSION [2023-12-06T15:32:11.816Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:25 bin [2023-12-06T15:32:11.816Z] -rw-r--r-- 1 jenkins jenkins 24666 Dec 6 15:30 coverage.out [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 3901 Dec 6 15:25 go.mod [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 34881 Dec 6 15:25 go.sum [2023-12-06T15:32:11.816Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 6 15:25 internal [2023-12-06T15:32:11.816Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 6 15:25 main.go [2023-12-06T15:32:11.816Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:25 openapi [2023-12-06T15:32:11.816Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:25 pkg [2023-12-06T15:32:11.816Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:25 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:32:12.267Z] + 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=ce8398ed03bf3a586a5dd2bb806e157eedfa930e --label arch=arm64 --label version=3.2.0-dev.2 . [2023-12-06T15:32:16.541Z] #0 building with "default" instance using docker driver [2023-12-06T15:32:16.541Z] [2023-12-06T15:32:16.541Z] #1 [internal] load build definition from Dockerfile [2023-12-06T15:32:16.541Z] #1 transferring dockerfile: 1.76kB 0.0s done [2023-12-06T15:32:16.541Z] #1 DONE 0.0s [2023-12-06T15:32:16.541Z] [2023-12-06T15:32:16.541Z] #2 [internal] load .dockerignore [2023-12-06T15:32:16.541Z] #2 transferring context: 159B 0.0s done [2023-12-06T15:32:16.541Z] #2 DONE 0.0s [2023-12-06T15:32:16.541Z] [2023-12-06T15:32:16.541Z] #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-06T15:32:16.541Z] #3 DONE 0.0s [2023-12-06T15:32:16.541Z] [2023-12-06T15:32:16.541Z] #4 [internal] load metadata for docker.io/library/alpine:3.18 [2023-12-06T15:32:16.541Z] #4 DONE 0.3s [2023-12-06T15:32:16.541Z] [2023-12-06T15:32:16.541Z] #5 [internal] load build context [2023-12-06T15:32:16.541Z] #5 DONE 0.0s [2023-12-06T15:32:16.541Z] [2023-12-06T15:32:16.541Z] #5 [internal] load build context [2023-12-06T15:32:16.541Z] #5 transferring context: 26.74kB 0.0s done [2023-12-06T15:32:16.541Z] #5 DONE 0.1s [2023-12-06T15:32:16.541Z] [2023-12-06T15:32:16.541Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-06T15:32:16.541Z] #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done [2023-12-06T15:32:16.541Z] #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-06T15:32:16.541Z] #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 1.22MB / 3.33MB 0.1s [2023-12-06T15:32:16.541Z] #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-06T15:32:16.541Z] #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-06T15:32:16.812Z] #6 ... [2023-12-06T15:32:16.812Z] [2023-12-06T15:32:16.812Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-06T15:32:16.812Z] #7 DONE 0.2s [2023-12-06T15:32:16.812Z] [2023-12-06T15:32:16.812Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-06T15:32:16.812Z] #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.2s done [2023-12-06T15:32:16.812Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 [2023-12-06T15:32:17.084Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.5s done [2023-12-06T15:32:17.674Z] #6 DONE 1.1s [2023-12-06T15:32:17.674Z] [2023-12-06T15:32:17.674Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-06T15:32:18.273Z] #8 0.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-06T15:32:18.539Z] #8 1.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-06T15:32:19.947Z] #8 ... [2023-12-06T15:32:19.947Z] [2023-12-06T15:32:19.947Z] #9 [builder 2/7] RUN apk add --update --no-cache make git [2023-12-06T15:32:19.947Z] #9 0.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-06T15:32:19.947Z] #9 1.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-06T15:32:19.947Z] #9 2.611 OK: 266 MiB in 52 packages [2023-12-06T15:32:19.947Z] #9 DONE 3.0s [2023-12-06T15:32:19.947Z] [2023-12-06T15:32:19.947Z] #10 [builder 3/7] WORKDIR /app [2023-12-06T15:32:19.947Z] #10 DONE 0.1s [2023-12-06T15:32:19.947Z] [2023-12-06T15:32:19.947Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2023-12-06T15:32:19.947Z] #11 DONE 0.2s [2023-12-06T15:32:19.947Z] [2023-12-06T15:32:19.947Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-06T15:32:20.914Z] #12 ... [2023-12-06T15:32:20.914Z] [2023-12-06T15:32:20.914Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-06T15:32:20.914Z] #8 2.401 (1/2) Installing ca-certificates (20230506-r0) [2023-12-06T15:32:20.914Z] #8 2.529 (2/2) Installing dumb-init (1.2.5-r2) [2023-12-06T15:32:20.914Z] #8 2.542 Executing busybox-1.36.1-r5.trigger [2023-12-06T15:32:20.914Z] #8 2.574 Executing ca-certificates-20230506-r0.trigger [2023-12-06T15:32:20.914Z] #8 2.848 OK: 9 MiB in 17 packages [2023-12-06T15:32:20.914Z] #8 DONE 3.2s [2023-12-06T15:32:20.914Z] [2023-12-06T15:32:20.914Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2023-12-06T15:32:21.498Z] #13 0.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-06T15:32:21.771Z] #13 ... [2023-12-06T15:32:21.771Z] [2023-12-06T15:32:21.771Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-06T15:32:21.771Z] #12 DONE 1.8s [2023-12-06T15:32:22.040Z] [2023-12-06T15:32:22.040Z] #14 [builder 6/7] COPY . . [2023-12-06T15:32:22.040Z] #14 DONE 0.2s [2023-12-06T15:32:22.040Z] [2023-12-06T15:32:22.040Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2023-12-06T15:32:22.040Z] #13 1.296 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-06T15:32:23.475Z] #13 2.649 OK: 9 MiB in 17 packages [2023-12-06T15:32:23.742Z] #13 DONE 3.0s [2023-12-06T15:32:23.742Z] [2023-12-06T15:32:23.742Z] #15 [builder 7/7] RUN make build [2023-12-06T15:32:23.742Z] #15 0.763 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.2 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.2" -trimpath -mod=readonly -o app-record-replay [2023-12-06T15:34:00.443Z] #15 DONE 85.6s [2023-12-06T15:34:00.443Z] [2023-12-06T15:34:00.443Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-12-06T15:34:00.443Z] #16 DONE 0.1s [2023-12-06T15:34:00.443Z] [2023-12-06T15:34:00.443Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2023-12-06T15:34:00.443Z] #17 DONE 0.1s [2023-12-06T15:34:00.443Z] [2023-12-06T15:34:00.443Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2023-12-06T15:34:00.443Z] #18 DONE 0.1s [2023-12-06T15:34:00.443Z] [2023-12-06T15:34:00.443Z] #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay [2023-12-06T15:34:00.443Z] #19 DONE 0.4s [2023-12-06T15:34:00.443Z] [2023-12-06T15:34:00.443Z] #20 exporting to image [2023-12-06T15:34:00.443Z] #20 exporting layers [2023-12-06T15:34:00.443Z] #20 exporting layers 0.4s done [2023-12-06T15:34:00.443Z] #20 writing image sha256:a735a308490c4a15fdd275302f92a1bdda9e73b2def86ab8dd1489673b8c34d7 done [2023-12-06T15:34:00.443Z] #20 naming to docker.io/library/app-record-replay-arm64 done [2023-12-06T15:34:00.443Z] #20 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-06T15:34:00.893Z] provisioning config files... [2023-12-06T15:34:00.908Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/76@tmp/config10261652281502606001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:34:01.403Z] ---> ****-login.sh [2023-12-06T15:34:01.403Z] nexus3.edgexfoundry.org:10001 [2023-12-06T15:34:01.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:34:01.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:34:01.403Z] Configure a credential helper to remove this warning. See [2023-12-06T15:34:01.403Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:34:01.403Z] [2023-12-06T15:34:01.403Z] Login Succeeded [2023-12-06T15:34:01.403Z] nexus3.edgexfoundry.org:10002 [2023-12-06T15:34:01.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:34:01.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:34:01.940Z] Configure a credential helper to remove this warning. See [2023-12-06T15:34:01.940Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:34:01.940Z] [2023-12-06T15:34:01.940Z] Login Succeeded [2023-12-06T15:34:01.940Z] nexus3.edgexfoundry.org:10003 [2023-12-06T15:34:01.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:34:02.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:34:02.209Z] Configure a credential helper to remove this warning. See [2023-12-06T15:34:02.209Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:34:02.209Z] [2023-12-06T15:34:02.209Z] Login Succeeded [2023-12-06T15:34:02.209Z] nexus3.edgexfoundry.org:10004 [2023-12-06T15:34:02.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:34:02.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:34:02.477Z] Configure a credential helper to remove this warning. See [2023-12-06T15:34:02.477Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:34:02.477Z] [2023-12-06T15:34:02.477Z] Login Succeeded [2023-12-06T15:34:02.477Z] ****.io [2023-12-06T15:34:02.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-06T15:34:03.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-06T15:34:03.011Z] Configure a credential helper to remove this warning. See [2023-12-06T15:34:03.011Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-06T15:34:03.011Z] [2023-12-06T15:34:03.011Z] Login Succeeded [2023-12-06T15:34:03.011Z] ---> ****-login.sh ends [Pipeline] } [2023-12-06T15:34:03.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-06T15:34:03.207Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-06T15:34:03.260Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-12-06T15:34:03.260Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e [2023-12-06T15:34:03.260Z] latest [2023-12-06T15:34:03.260Z] 3.2.0-dev.2 [2023-12-06T15:34:03.260Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [2023-12-06T15:34:03.260Z] main [2023-12-06T15:34:03.260Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:03.814Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:04.286Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [2023-12-06T15:34:04.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-06T15:34:04.286Z] 89f383f03e44: Preparing [2023-12-06T15:34:04.286Z] 0ca38ae219b2: Preparing [2023-12-06T15:34:04.286Z] 4000c92044a7: Preparing [2023-12-06T15:34:04.286Z] b8804a410ba9: Preparing [2023-12-06T15:34:04.286Z] 11a884529f40: Preparing [2023-12-06T15:34:04.286Z] 32044097b963: Preparing [2023-12-06T15:34:04.286Z] 0faf9b67be60: Preparing [2023-12-06T15:34:04.286Z] 32044097b963: Waiting [2023-12-06T15:34:04.286Z] 0faf9b67be60: Waiting [2023-12-06T15:34:04.551Z] 0ca38ae219b2: Pushed [2023-12-06T15:34:04.551Z] b8804a410ba9: Pushed [2023-12-06T15:34:04.551Z] 4000c92044a7: Pushed [2023-12-06T15:34:04.551Z] 11a884529f40: Pushed [2023-12-06T15:34:04.551Z] 0faf9b67be60: Layer already exists [2023-12-06T15:34:05.135Z] 32044097b963: Pushed [2023-12-06T15:34:10.491Z] 89f383f03e44: Pushed [2023-12-06T15:34:10.491Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:11.005Z] + 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-12-06T15:34:11.490Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-12-06T15:34:11.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-06T15:34:11.490Z] 89f383f03e44: Preparing [2023-12-06T15:34:11.490Z] 0ca38ae219b2: Preparing [2023-12-06T15:34:11.490Z] 4000c92044a7: Preparing [2023-12-06T15:34:11.490Z] b8804a410ba9: Preparing [2023-12-06T15:34:11.490Z] 11a884529f40: Preparing [2023-12-06T15:34:11.490Z] 32044097b963: Preparing [2023-12-06T15:34:11.490Z] 0faf9b67be60: Preparing [2023-12-06T15:34:11.490Z] 32044097b963: Waiting [2023-12-06T15:34:11.490Z] b8804a410ba9: Layer already exists [2023-12-06T15:34:11.490Z] 89f383f03e44: Layer already exists [2023-12-06T15:34:11.490Z] 11a884529f40: Layer already exists [2023-12-06T15:34:11.490Z] 4000c92044a7: Layer already exists [2023-12-06T15:34:11.490Z] 0ca38ae219b2: Layer already exists [2023-12-06T15:34:11.490Z] 0faf9b67be60: Layer already exists [2023-12-06T15:34:11.490Z] 32044097b963: Layer already exists [2023-12-06T15:34:11.757Z] latest: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:12.252Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:12.730Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.2 [2023-12-06T15:34:12.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-06T15:34:12.731Z] 89f383f03e44: Preparing [2023-12-06T15:34:12.731Z] 0ca38ae219b2: Preparing [2023-12-06T15:34:12.731Z] 4000c92044a7: Preparing [2023-12-06T15:34:12.731Z] b8804a410ba9: Preparing [2023-12-06T15:34:12.731Z] 11a884529f40: Preparing [2023-12-06T15:34:12.731Z] 32044097b963: Preparing [2023-12-06T15:34:12.731Z] 0faf9b67be60: Preparing [2023-12-06T15:34:12.731Z] 32044097b963: Waiting [2023-12-06T15:34:12.731Z] 0faf9b67be60: Waiting [2023-12-06T15:34:12.731Z] 11a884529f40: Layer already exists [2023-12-06T15:34:12.731Z] b8804a410ba9: Layer already exists [2023-12-06T15:34:12.731Z] 32044097b963: Layer already exists [2023-12-06T15:34:12.731Z] 4000c92044a7: Layer already exists [2023-12-06T15:34:12.731Z] 89f383f03e44: Layer already exists [2023-12-06T15:34:12.731Z] 0ca38ae219b2: Layer already exists [2023-12-06T15:34:12.731Z] 0faf9b67be60: Layer already exists [2023-12-06T15:34:12.997Z] 3.2.0-dev.2: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:13.489Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:13.964Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [2023-12-06T15:34:13.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-06T15:34:13.964Z] 89f383f03e44: Preparing [2023-12-06T15:34:13.964Z] 0ca38ae219b2: Preparing [2023-12-06T15:34:13.964Z] 4000c92044a7: Preparing [2023-12-06T15:34:13.964Z] b8804a410ba9: Preparing [2023-12-06T15:34:13.964Z] 11a884529f40: Preparing [2023-12-06T15:34:13.964Z] 32044097b963: Preparing [2023-12-06T15:34:13.964Z] 0faf9b67be60: Preparing [2023-12-06T15:34:13.964Z] 32044097b963: Waiting [2023-12-06T15:34:13.964Z] 0faf9b67be60: Waiting [2023-12-06T15:34:13.964Z] 89f383f03e44: Layer already exists [2023-12-06T15:34:13.964Z] b8804a410ba9: Layer already exists [2023-12-06T15:34:13.964Z] 11a884529f40: Layer already exists [2023-12-06T15:34:13.964Z] 0ca38ae219b2: Layer already exists [2023-12-06T15:34:13.964Z] 4000c92044a7: Layer already exists [2023-12-06T15:34:13.964Z] 0faf9b67be60: Layer already exists [2023-12-06T15:34:13.964Z] 32044097b963: Layer already exists [2023-12-06T15:34:14.231Z] ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:14.710Z] + 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-12-06T15:34:15.191Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-12-06T15:34:15.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-06T15:34:15.191Z] 89f383f03e44: Preparing [2023-12-06T15:34:15.191Z] 0ca38ae219b2: Preparing [2023-12-06T15:34:15.191Z] 4000c92044a7: Preparing [2023-12-06T15:34:15.191Z] b8804a410ba9: Preparing [2023-12-06T15:34:15.191Z] 11a884529f40: Preparing [2023-12-06T15:34:15.191Z] 32044097b963: Preparing [2023-12-06T15:34:15.191Z] 0faf9b67be60: Preparing [2023-12-06T15:34:15.191Z] 32044097b963: Waiting [2023-12-06T15:34:15.191Z] 0faf9b67be60: Waiting [2023-12-06T15:34:15.191Z] 4000c92044a7: Layer already exists [2023-12-06T15:34:15.191Z] 89f383f03e44: Layer already exists [2023-12-06T15:34:15.191Z] b8804a410ba9: Layer already exists [2023-12-06T15:34:15.191Z] 11a884529f40: Layer already exists [2023-12-06T15:34:15.191Z] 0ca38ae219b2: Layer already exists [2023-12-06T15:34:15.191Z] 32044097b963: Layer already exists [2023-12-06T15:34:15.191Z] 0faf9b67be60: Layer already exists [2023-12-06T15:34:15.457Z] main: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-06T15:34:15.831Z] ===================================================== [Pipeline] echo [2023-12-06T15:34:15.887Z] taggedImages: [2023-12-06T15:34:15.887Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [2023-12-06T15:34:15.887Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-12-06T15:34:15.887Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.2 [2023-12-06T15:34:15.887Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [2023-12-06T15:34:15.887Z] - 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-12-06T15:34:16.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-06T15:34:16.552Z] [2023-12-06T15:34:16.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:34:17.054Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-06T15:34:17.328Z] arm64: Pulling from edgex-lftools-log-publisher [2023-12-06T15:34:17.328Z] 8998bd30e6a1: Pulling fs layer [2023-12-06T15:34:17.328Z] 04944245beec: Pulling fs layer [2023-12-06T15:34:17.328Z] 699f458cf7ca: Pulling fs layer [2023-12-06T15:34:17.328Z] 765212b225bb: Pulling fs layer [2023-12-06T15:34:17.328Z] f23df028b6ca: Pulling fs layer [2023-12-06T15:34:17.328Z] d65c8cfc05b1: Pulling fs layer [2023-12-06T15:34:17.328Z] 2437ff75d9bd: Pulling fs layer [2023-12-06T15:34:17.328Z] f23df028b6ca: Waiting [2023-12-06T15:34:17.328Z] d65c8cfc05b1: Waiting [2023-12-06T15:34:17.328Z] 2437ff75d9bd: Waiting [2023-12-06T15:34:17.328Z] 765212b225bb: Waiting [2023-12-06T15:34:17.328Z] 04944245beec: Verifying Checksum [2023-12-06T15:34:17.328Z] 04944245beec: Download complete [2023-12-06T15:34:17.328Z] 765212b225bb: Verifying Checksum [2023-12-06T15:34:17.328Z] 765212b225bb: Download complete [2023-12-06T15:34:17.604Z] f23df028b6ca: Download complete [2023-12-06T15:34:17.604Z] d65c8cfc05b1: Download complete [2023-12-06T15:34:17.604Z] 699f458cf7ca: Verifying Checksum [2023-12-06T15:34:17.604Z] 699f458cf7ca: Download complete [2023-12-06T15:34:18.213Z] 8998bd30e6a1: Verifying Checksum [2023-12-06T15:34:18.213Z] 8998bd30e6a1: Download complete [2023-12-06T15:34:20.189Z] 2437ff75d9bd: Verifying Checksum [2023-12-06T15:34:20.189Z] 2437ff75d9bd: Download complete [2023-12-06T15:34:28.428Z] 8998bd30e6a1: Pull complete [2023-12-06T15:34:28.428Z] 04944245beec: Pull complete [2023-12-06T15:34:29.837Z] 699f458cf7ca: Pull complete [2023-12-06T15:34:30.104Z] 765212b225bb: Pull complete [2023-12-06T15:34:31.062Z] f23df028b6ca: Pull complete [2023-12-06T15:34:31.062Z] d65c8cfc05b1: Pull complete [2023-12-06T15:34:57.791Z] 2437ff75d9bd: Pull complete [2023-12-06T15:34:57.791Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-12-06T15:34:57.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-06T15:34:57.791Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:34:58.139Z] prd-ubuntu20.04-docker-arm64-4c-16g-24218 does not seem to be running inside a container [2023-12-06T15:34:58.219Z] $ 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/76 -v /w/workspace/app-record-replay/76:/w/workspace/app-record-replay/76:rw,z -v /w/workspace/app-record-replay/76@tmp:/w/workspace/app-record-replay/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-12-06T15:35:00.337Z] $ docker top 9e5b79342bdcca4c9a10fe257fbcb2fc3cdbfa2ce1986b18f6d1c4bb69dc4f24 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:35:00.879Z] ---> job-cost.sh [2023-12-06T15:35:01.145Z] lf-activate-venv: SKIPPING [2023-12-06T15:35:01.145Z] INFO: No Stack... [2023-12-06T15:35:01.726Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-06T15:35:02.685Z] INFO: Archiving Costs [Pipeline] sh [2023-12-06T15:35:03.010Z] + cat /w/workspace/app-record-replay/76/archives/cost.csv [2023-12-06T15:35:03.010Z] + cut -d, -f6 [Pipeline] lock [2023-12-06T15:35:03.085Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [2023-12-06T15:35:03.094Z] Resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] did not exist. Created. [2023-12-06T15:35:03.094Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-12-06T15:35:03.564Z] /w/workspace/app-record-replay/76@tmp/durable-20fa9018/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-12-06T15:35:03.892Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-12-06T15:35:03.957Z] Warning: overwriting stash ‘stack-cost’ [2023-12-06T15:35:04.031Z] Stashed 1 file(s) [Pipeline] } [2023-12-06T15:35:04.042Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] // lock [Pipeline] } [2023-12-06T15:35:04.168Z] $ docker stop --time=1 9e5b79342bdcca4c9a10fe257fbcb2fc3cdbfa2ce1986b18f6d1c4bb69dc4f24 [2023-12-06T15:35:05.627Z] $ docker rm -f --volumes 9e5b79342bdcca4c9a10fe257fbcb2fc3cdbfa2ce1986b18f6d1c4bb69dc4f24 [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-12-06T15:35:06.958Z] provisioning config files... [2023-12-06T15:35:06.985Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1139491069565292894tmp [Pipeline] { [Pipeline] sh [2023-12-06T15:35:07.350Z] + set +x [2023-12-06T15:35:07.350Z] + curl -s https://codecov.io/bash [2023-12-06T15:35:07.350Z] + bash -s -- [2023-12-06T15:35:07.350Z] [2023-12-06T15:35:07.350Z] _____ _ [2023-12-06T15:35:07.350Z] / ____| | | [2023-12-06T15:35:07.350Z] | | ___ __| | ___ ___ _____ __ [2023-12-06T15:35:07.351Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-12-06T15:35:07.351Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-12-06T15:35:07.351Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-12-06T15:35:07.351Z] Bash-1.0.6 [2023-12-06T15:35:07.351Z] [2023-12-06T15:35:07.351Z] [2023-12-06T15:35:07.351Z] ==> git version 2.25.1 found [2023-12-06T15:35:07.351Z] ==> 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-12-06T15:35:07.351Z] Release-Date: 2020-01-08 [2023-12-06T15:35:07.351Z] 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-12-06T15:35:07.351Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-12-06T15:35:07.351Z] ==> Jenkins CI detected. [2023-12-06T15:35:07.351Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-12-06T15:35:07.351Z] project root: . [2023-12-06T15:35:07.351Z] --> token set from env [2023-12-06T15:35:07.351Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-12-06T15:35:07.351Z] ==> Running gcov in . (disable via -X gcov) [2023-12-06T15:35:07.351Z] ==> Python coveragepy not found [2023-12-06T15:35:07.351Z] ==> Searching for coverage reports in: [2023-12-06T15:35:07.351Z] + . [2023-12-06T15:35:07.351Z] -> Found 1 reports [2023-12-06T15:35:07.351Z] ==> Detecting git/mercurial file structure [2023-12-06T15:35:07.351Z] ==> Reading reports [2023-12-06T15:35:07.351Z] + ./coverage.out bytes=24666 [2023-12-06T15:35:07.351Z] ==> Appending adjustments [2023-12-06T15:35:07.351Z] https://docs.codecov.io/docs/fixing-reports [2023-12-06T15:35:07.611Z] + Found adjustments [2023-12-06T15:35:07.611Z] ==> Gzipping contents [2023-12-06T15:35:07.611Z] 8.0K /tmp/codecov.ZShnkb.gz [2023-12-06T15:35:07.611Z] ==> Uploading reports [2023-12-06T15:35:07.611Z] url: https://codecov.io [2023-12-06T15:35:07.611Z] query: branch=main&commit=ce8398ed03bf3a586a5dd2bb806e157eedfa930e&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-12-06T15:35:07.611Z] -> Pinging Codecov [2023-12-06T15:35:07.611Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ce8398ed03bf3a586a5dd2bb806e157eedfa930e&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-12-06T15:35:07.875Z] -> Uploading to [2023-12-06T15:35:07.875Z] https://storage.googleapis.com/codecov/v4/raw/2023-12-06/F467761B9912B4F32F9BC62907045C81/ce8398ed03bf3a586a5dd2bb806e157eedfa930e/cb4707a6-5e4c-450f-9a05-65d7188bbde4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231206T153507Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7280e4b6d45b503565bd472efe2467b02efbba5cd79490b1c44bf9e84824465 [2023-12-06T15:35:07.875Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-12-06T15:35:07.875Z] Dload Upload Total Spent Left Speed [2023-12-06T15:35:07.875Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4847 0 0 100 4847 0 21833 --:--:-- --:--:-- --:--:-- 21833 [2023-12-06T15:35:08.142Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] } [2023-12-06T15:35:08.158Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-12-06T15:35:08.505Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-12-06T15:35:08.547Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:35:08.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-12-06T15:35:08.956Z] [2023-12-06T15:35:08.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:35:09.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-12-06T15:35:09.299Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-12-06T15:35:09.299Z] df9b9388f04a: Pulling fs layer [2023-12-06T15:35:09.299Z] 52dc419b0ee2: Pulling fs layer [2023-12-06T15:35:09.299Z] 25bc292e5bac: Pulling fs layer [2023-12-06T15:35:09.299Z] 114826534d7a: Pulling fs layer [2023-12-06T15:35:09.299Z] 4657fd5d0bcf: Pulling fs layer [2023-12-06T15:35:09.299Z] 6ad1cebc031e: Pulling fs layer [2023-12-06T15:35:09.299Z] 114826534d7a: Waiting [2023-12-06T15:35:09.299Z] 4657fd5d0bcf: Waiting [2023-12-06T15:35:09.299Z] 8a3aa393b2d8: Pulling fs layer [2023-12-06T15:35:09.299Z] 8a3aa393b2d8: Waiting [2023-12-06T15:35:09.299Z] 6ad1cebc031e: Waiting [2023-12-06T15:35:09.299Z] 25bc292e5bac: Verifying Checksum [2023-12-06T15:35:09.299Z] 25bc292e5bac: Download complete [2023-12-06T15:35:09.299Z] 52dc419b0ee2: Verifying Checksum [2023-12-06T15:35:09.299Z] 52dc419b0ee2: Download complete [2023-12-06T15:35:09.299Z] 4657fd5d0bcf: Verifying Checksum [2023-12-06T15:35:09.299Z] 4657fd5d0bcf: Download complete [2023-12-06T15:35:09.299Z] df9b9388f04a: Download complete [2023-12-06T15:35:09.558Z] df9b9388f04a: Pull complete [2023-12-06T15:35:09.558Z] 6ad1cebc031e: Verifying Checksum [2023-12-06T15:35:09.558Z] 6ad1cebc031e: Download complete [2023-12-06T15:35:09.558Z] 52dc419b0ee2: Pull complete [2023-12-06T15:35:09.818Z] 25bc292e5bac: Pull complete [2023-12-06T15:35:10.388Z] 114826534d7a: Verifying Checksum [2023-12-06T15:35:10.388Z] 114826534d7a: Download complete [2023-12-06T15:35:10.388Z] 8a3aa393b2d8: Verifying Checksum [2023-12-06T15:35:10.388Z] 8a3aa393b2d8: Download complete [2023-12-06T15:35:13.882Z] 114826534d7a: Pull complete [2023-12-06T15:35:13.882Z] 4657fd5d0bcf: Pull complete [2023-12-06T15:35:13.882Z] 6ad1cebc031e: Pull complete [2023-12-06T15:35:16.408Z] 8a3aa393b2d8: Pull complete [2023-12-06T15:35:16.408Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-12-06T15:35:16.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-12-06T15:35:16.408Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:35:16.687Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:35:16.717Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-12-06T15:35:24.420Z] $ docker top 8beaf2b9228948850b36f9c4be95b4f578f89b12a365f381e5726268bd0e4957 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-12-06T15:35:24.582Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-12-06T15:35:24.859Z] + set -o pipefail [2023-12-06T15:35:24.859Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-12-06T15:35:30.152Z] [2023-12-06T15:35:30.152Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-12-06T15:35:30.152Z] [2023-12-06T15:35:30.152Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e2466f6a-762c-4962-af61-adc4f3bfa9e3 [2023-12-06T15:35:30.152Z] [2023-12-06T15:35:30.152Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-12-06T15:35:30.152Z] [2023-12-06T15:35:30.722Z] [2023-12-06T15:35:30.722Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-12-06T15:35:30.722Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-12-06T15:35:30.722Z] More details here: https://snyk.co/ue1NS [2023-12-06T15:35:30.722Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-12-06T15:35:30.722Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-12-06T15:35:30.728Z] $ docker stop --time=1 8beaf2b9228948850b36f9c4be95b4f578f89b12a365f381e5726268bd0e4957 [2023-12-06T15:35:35.678Z] $ docker rm -f --volumes 8beaf2b9228948850b36f9c4be95b4f578f89b12a365f381e5726268bd0e4957 [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-12-06T15:35:37.143Z] + git log --format=format:%s -1 ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] sh [2023-12-06T15:35:37.439Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-06T15:35:37.439Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:35:37.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-06T15:35:37.785Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:35:37.957Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:35:37.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-12-06T15:35:38.427Z] $ docker top bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 -eo pid,comm [2023-12-06T15:35:38.478Z] 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-12-06T15:35:38.478Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-06T15:35:38.674Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-06T15:35:38.674Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-06T15:35:38.792Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-06T15:35:38.790Z] $ docker exec bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 ssh-agent [2023-12-06T15:35:38.901Z] SSH_AUTH_SOCK=/tmp/ssh-wEsbgABFx0PK/agent.32 [2023-12-06T15:35:38.901Z] SSH_AGENT_PID=38 [2023-12-06T15:35:38.906Z] Running ssh-add (command line suppressed) [2023-12-06T15:35:38.990Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3756379445426733423.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3756379445426733423.key) [2023-12-06T15:35:39.007Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-06T15:35:39.340Z] + git semver tag [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,517 [run_tag] DEBUG tag force:False [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,517 [check_head_tag] DEBUG check head tag [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,519 [execute] INFO git cat-file --batch-check [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,523 [execute] INFO git cat-file --batch [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,523 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,547 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,547 [execute] INFO git tag -a v3.2.0-dev.2 -m v3.2.0-dev.2 [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,548 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.2', '-m', 'v3.2.0-dev.2'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-12-06T15:35:39.599Z] 2023-12-06 15:35:39,553 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:35:39.599Z] 3.2.0-dev.2 [Pipeline] } [2023-12-06T15:35:39.603Z] $ docker exec --env ******** --env ******** bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 ssh-agent -k [2023-12-06T15:35:39.697Z] unset SSH_AUTH_SOCK; [2023-12-06T15:35:39.697Z] unset SSH_AGENT_PID; [2023-12-06T15:35:39.697Z] echo Agent pid 38 killed; [2023-12-06T15:35:39.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-06T15:35:40.212Z] + git semver [Pipeline] } [2023-12-06T15:35:40.477Z] $ docker stop --time=1 bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 [2023-12-06T15:35:41.724Z] $ docker rm -f --volumes bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:35:42.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-12-06T15:35:42.365Z] [2023-12-06T15:35:42.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:35:42.733Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-12-06T15:35:42.733Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-12-06T15:35:42.733Z] ab5ef0e58194: Pulling fs layer [2023-12-06T15:35:42.733Z] 9712f1f96733: Pulling fs layer [2023-12-06T15:35:42.733Z] 63f879dbbcfc: Pulling fs layer [2023-12-06T15:35:42.733Z] 0d9ebad4ef96: Pulling fs layer [2023-12-06T15:35:42.733Z] e9a5061849ea: Pulling fs layer [2023-12-06T15:35:42.733Z] d747dcd14b5f: Pulling fs layer [2023-12-06T15:35:42.733Z] 2de7ff778b66: Pulling fs layer [2023-12-06T15:35:42.733Z] 0d9ebad4ef96: Waiting [2023-12-06T15:35:42.733Z] e9a5061849ea: Waiting [2023-12-06T15:35:42.733Z] d747dcd14b5f: Waiting [2023-12-06T15:35:42.733Z] 2de7ff778b66: Waiting [2023-12-06T15:35:42.733Z] 9712f1f96733: Download complete [2023-12-06T15:35:42.993Z] 63f879dbbcfc: Verifying Checksum [2023-12-06T15:35:42.993Z] 63f879dbbcfc: Download complete [2023-12-06T15:35:43.252Z] e9a5061849ea: Verifying Checksum [2023-12-06T15:35:43.252Z] e9a5061849ea: Download complete [2023-12-06T15:35:43.252Z] d747dcd14b5f: Verifying Checksum [2023-12-06T15:35:43.252Z] d747dcd14b5f: Download complete [2023-12-06T15:35:43.252Z] 0d9ebad4ef96: Verifying Checksum [2023-12-06T15:35:43.252Z] ab5ef0e58194: Download complete [2023-12-06T15:35:43.252Z] 2de7ff778b66: Verifying Checksum [2023-12-06T15:35:43.252Z] 2de7ff778b66: Download complete [2023-12-06T15:35:45.779Z] ab5ef0e58194: Pull complete [2023-12-06T15:35:45.779Z] 9712f1f96733: Pull complete [2023-12-06T15:35:46.713Z] 63f879dbbcfc: Pull complete [2023-12-06T15:35:49.999Z] 0d9ebad4ef96: Pull complete [2023-12-06T15:35:50.256Z] e9a5061849ea: Pull complete [2023-12-06T15:35:50.256Z] d747dcd14b5f: Pull complete [2023-12-06T15:35:51.192Z] 2de7ff778b66: Pull complete [2023-12-06T15:35:51.192Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-12-06T15:35:51.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-12-06T15:35:51.192Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:35:51.493Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:35:51.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-12-06T15:35:57.099Z] $ docker top 6e70032295f04138c54fbdc6ceb7e7f856b94c773755c293d2081ed68e9195ac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-12-06T15:35:57.277Z] provisioning config files... [2023-12-06T15:35:57.284Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config16080520413569649627tmp [2023-12-06T15:35:57.295Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15903616554812980991tmp [2023-12-06T15:35:57.306Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config241770278976945092tmp [Pipeline] { [Pipeline] echo [2023-12-06T15:35:57.447Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:35:57.739Z] ---> sigul-configuration.sh [2023-12-06T15:35:57.740Z] gpg: directory `/root/.gnupg' created [2023-12-06T15:35:57.740Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-12-06T15:35:57.740Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-12-06T15:35:57.740Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-12-06T15:35:57.740Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-12-06T15:35:57.740Z] gpg: CAST5 encrypted data [2023-12-06T15:35:57.740Z] gpg: encrypted with 1 passphrase [2023-12-06T15:35:57.740Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-12-06T15:35:58.042Z] + mkdir /home/jenkins [2023-12-06T15:35:58.042Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-12-06T15:35:58.342Z] + 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-12-06T15:35:58.355Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:35:58.650Z] ---> sigul-install.sh [2023-12-06T15:35:58.650Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-12-06T15:35:58.946Z] + git tag --list [2023-12-06T15:35:58.946Z] v3.1 [2023-12-06T15:35:58.946Z] v3.1.0 [2023-12-06T15:35:58.946Z] v3.1.0-dev.0 [2023-12-06T15:35:58.946Z] v3.1.0-dev.1 [2023-12-06T15:35:58.946Z] v3.1.0-dev.10 [2023-12-06T15:35:58.946Z] v3.1.0-dev.11 [2023-12-06T15:35:58.946Z] v3.1.0-dev.12 [2023-12-06T15:35:58.946Z] v3.1.0-dev.13 [2023-12-06T15:35:58.946Z] v3.1.0-dev.14 [2023-12-06T15:35:58.946Z] v3.1.0-dev.15 [2023-12-06T15:35:58.946Z] v3.1.0-dev.16 [2023-12-06T15:35:58.946Z] v3.1.0-dev.17 [2023-12-06T15:35:58.946Z] v3.1.0-dev.18 [2023-12-06T15:35:58.946Z] v3.1.0-dev.19 [2023-12-06T15:35:58.946Z] v3.1.0-dev.2 [2023-12-06T15:35:58.946Z] v3.1.0-dev.20 [2023-12-06T15:35:58.946Z] v3.1.0-dev.21 [2023-12-06T15:35:58.946Z] v3.1.0-dev.22 [2023-12-06T15:35:58.946Z] v3.1.0-dev.23 [2023-12-06T15:35:58.946Z] v3.1.0-dev.24 [2023-12-06T15:35:58.946Z] v3.1.0-dev.25 [2023-12-06T15:35:58.946Z] v3.1.0-dev.26 [2023-12-06T15:35:58.946Z] v3.1.0-dev.27 [2023-12-06T15:35:58.946Z] v3.1.0-dev.28 [2023-12-06T15:35:58.946Z] v3.1.0-dev.29 [2023-12-06T15:35:58.946Z] v3.1.0-dev.3 [2023-12-06T15:35:58.946Z] v3.1.0-dev.30 [2023-12-06T15:35:58.946Z] v3.1.0-dev.31 [2023-12-06T15:35:58.946Z] v3.1.0-dev.32 [2023-12-06T15:35:58.946Z] v3.1.0-dev.33 [2023-12-06T15:35:58.946Z] v3.1.0-dev.34 [2023-12-06T15:35:58.946Z] v3.1.0-dev.35 [2023-12-06T15:35:58.946Z] v3.1.0-dev.36 [2023-12-06T15:35:58.946Z] v3.1.0-dev.37 [2023-12-06T15:35:58.946Z] v3.1.0-dev.38 [2023-12-06T15:35:58.946Z] v3.1.0-dev.39 [2023-12-06T15:35:58.946Z] v3.1.0-dev.4 [2023-12-06T15:35:58.946Z] v3.1.0-dev.40 [2023-12-06T15:35:58.946Z] v3.1.0-dev.41 [2023-12-06T15:35:58.946Z] v3.1.0-dev.42 [2023-12-06T15:35:58.946Z] v3.1.0-dev.43 [2023-12-06T15:35:58.946Z] v3.1.0-dev.44 [2023-12-06T15:35:58.946Z] v3.1.0-dev.45 [2023-12-06T15:35:58.946Z] v3.1.0-dev.46 [2023-12-06T15:35:58.946Z] v3.1.0-dev.47 [2023-12-06T15:35:58.946Z] v3.1.0-dev.48 [2023-12-06T15:35:58.946Z] v3.1.0-dev.49 [2023-12-06T15:35:58.946Z] v3.1.0-dev.5 [2023-12-06T15:35:58.946Z] v3.1.0-dev.50 [2023-12-06T15:35:58.946Z] v3.1.0-dev.51 [2023-12-06T15:35:58.946Z] v3.1.0-dev.52 [2023-12-06T15:35:58.946Z] v3.1.0-dev.53 [2023-12-06T15:35:58.946Z] v3.1.0-dev.54 [2023-12-06T15:35:58.946Z] v3.1.0-dev.55 [2023-12-06T15:35:58.946Z] v3.1.0-dev.56 [2023-12-06T15:35:58.946Z] v3.1.0-dev.57 [2023-12-06T15:35:58.946Z] v3.1.0-dev.58 [2023-12-06T15:35:58.946Z] v3.1.0-dev.59 [2023-12-06T15:35:58.946Z] v3.1.0-dev.6 [2023-12-06T15:35:58.946Z] v3.1.0-dev.60 [2023-12-06T15:35:58.946Z] v3.1.0-dev.61 [2023-12-06T15:35:58.946Z] v3.1.0-dev.62 [2023-12-06T15:35:58.946Z] v3.1.0-dev.63 [2023-12-06T15:35:58.946Z] v3.1.0-dev.64 [2023-12-06T15:35:58.946Z] v3.1.0-dev.65 [2023-12-06T15:35:58.946Z] v3.1.0-dev.66 [2023-12-06T15:35:58.946Z] v3.1.0-dev.67 [2023-12-06T15:35:58.946Z] v3.1.0-dev.68 [2023-12-06T15:35:58.946Z] v3.1.0-dev.7 [2023-12-06T15:35:58.946Z] v3.1.0-dev.8 [2023-12-06T15:35:58.946Z] v3.1.0-dev.9 [2023-12-06T15:35:58.946Z] v3.2.0-dev.1 [2023-12-06T15:35:58.946Z] v3.2.0-dev.2 [Pipeline] sh [2023-12-06T15:35:59.343Z] + lftools sign git-tag v3.2.0-dev.2 [2023-12-06T15:35:59.914Z] Signing Git tag with Sigul... [2023-12-06T15:35:59.914Z] Signing v3.2.0-dev.2 [Pipeline] echo [2023-12-06T15:36:00.493Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:00.787Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-12-06T15:36:00.794Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-12-06T15:36:00.920Z] $ docker stop --time=1 6e70032295f04138c54fbdc6ceb7e7f856b94c773755c293d2081ed68e9195ac [2023-12-06T15:36:02.209Z] $ docker rm -f --volumes 6e70032295f04138c54fbdc6ceb7e7f856b94c773755c293d2081ed68e9195ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-12-06T15:36:03.114Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-06T15:36:03.115Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:36:03.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-06T15:36:03.495Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:36:03.679Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:36:03.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-12-06T15:36:04.037Z] $ docker top 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 -eo pid,comm [2023-12-06T15:36:04.089Z] 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-12-06T15:36:04.089Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-06T15:36:04.302Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-06T15:36:04.302Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-06T15:36:04.409Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-06T15:36:04.407Z] $ docker exec 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 ssh-agent [2023-12-06T15:36:04.524Z] SSH_AUTH_SOCK=/tmp/ssh-VZ0SytgiXZgE/agent.33 [2023-12-06T15:36:04.524Z] SSH_AGENT_PID=39 [2023-12-06T15:36:04.528Z] Running ssh-add (command line suppressed) [2023-12-06T15:36:04.622Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7417348344309990912.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7417348344309990912.key) [2023-12-06T15:36:04.639Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-06T15:36:04.979Z] + git semver bump pre [2023-12-06T15:36:05.239Z] 2023-12-06 15:36:05,136 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:36:05.239Z] 2023-12-06 15:36:05,136 [bump_version] DEBUG bumping version:3.2.0-dev.2 on axis:pre with prefix:dev [2023-12-06T15:36:05.239Z] 2023-12-06 15:36:05,136 [bump_version] DEBUG bumped version:3.2.0-dev.3 [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,136 [write_version] DEBUG write version:3.2.0-dev.3 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,136 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,136 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,138 [execute] INFO git cat-file --batch-check [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,138 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,142 [execute] INFO git cat-file --batch [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,142 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-12-06T15:36:05.240Z] 2023-12-06 15:36:05,146 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:36:05.240Z] 3.2.0-dev.3 [Pipeline] } [2023-12-06T15:36:05.243Z] $ docker exec --env ******** --env ******** 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 ssh-agent -k [2023-12-06T15:36:05.338Z] unset SSH_AUTH_SOCK; [2023-12-06T15:36:05.339Z] unset SSH_AGENT_PID; [2023-12-06T15:36:05.339Z] echo Agent pid 39 killed; [2023-12-06T15:36:05.351Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-06T15:36:05.878Z] + git semver [Pipeline] } [2023-12-06T15:36:06.144Z] $ docker stop --time=1 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 [2023-12-06T15:36:07.409Z] $ docker rm -f --volumes 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-06T15:36:07.917Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-06T15:36:07.917Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:36:08.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-06T15:36:08.316Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:36:08.491Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:36:08.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-12-06T15:36:08.856Z] $ docker top 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca -eo pid,comm [2023-12-06T15:36:08.904Z] 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-12-06T15:36:08.904Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-06T15:36:09.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-06T15:36:09.119Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-06T15:36:09.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-06T15:36:09.259Z] $ docker exec 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca ssh-agent [2023-12-06T15:36:09.366Z] SSH_AUTH_SOCK=/tmp/ssh-cQDJT4kzhJ8X/agent.33 [2023-12-06T15:36:09.367Z] SSH_AGENT_PID=40 [2023-12-06T15:36:09.371Z] Running ssh-add (command line suppressed) [2023-12-06T15:36:09.459Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8968691310514147209.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8968691310514147209.key) [2023-12-06T15:36:09.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-06T15:36:09.820Z] + git semver push [2023-12-06T15:36:10.081Z] 2023-12-06 15:36:09,979 [run_push] DEBUG push [2023-12-06T15:36:10.081Z] 2023-12-06 15:36:09,979 [execute] INFO git cat-file --batch-check [2023-12-06T15:36:10.081Z] 2023-12-06 15:36:09,979 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-12-06T15:36:10.081Z] 2023-12-06 15:36:09,983 [execute] INFO git rev-list a816936508fa8e3304233d76a2d606306e6f0d01 -- [2023-12-06T15:36:10.081Z] 2023-12-06 15:36:09,984 [execute] DEBUG Popen(['git', 'rev-list', 'a816936508fa8e3304233d76a2d606306e6f0d01', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-12-06T15:36:10.081Z] 2023-12-06 15:36:09,991 [execute] INFO git fetch -v origin [2023-12-06T15:36:10.081Z] 2023-12-06 15:36:09,991 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-12-06T15:36:10.650Z] 2023-12-06 15:36:10,543 [run_push] DEBUG no remote changes detected [2023-12-06T15:36:10.650Z] 2023-12-06 15:36:10,543 [execute] INFO git push origin semver [2023-12-06T15:36:10.650Z] 2023-12-06 15:36:10,544 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-12-06T15:36:11.588Z] 2023-12-06 15:36:11,304 [run_push] DEBUG push all version tags [2023-12-06T15:36:11.588Z] 2023-12-06 15:36:11,305 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-12-06T15:36:11.588Z] 2023-12-06 15:36:11,305 [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-12-06T15:36:12.155Z] 2023-12-06 15:36:12,098 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-06T15:36:12.155Z] 3.2.0-dev.3 [Pipeline] } [2023-12-06T15:36:12.158Z] $ docker exec --env ******** --env ******** 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca ssh-agent -k [2023-12-06T15:36:12.243Z] unset SSH_AUTH_SOCK; [2023-12-06T15:36:12.243Z] unset SSH_AGENT_PID; [2023-12-06T15:36:12.243Z] echo Agent pid 40 killed; [2023-12-06T15:36:12.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-06T15:36:12.938Z] + git semver [Pipeline] } [2023-12-06T15:36:13.510Z] $ docker stop --time=1 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca [2023-12-06T15:36:14.758Z] $ docker rm -f --volumes 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca [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-12-06T15:36:16.294Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-12-06T15:36:16.294Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-12-06T15:36:16.294Z] total 16 [2023-12-06T15:36:16.294Z] drwxr-xr-x 3 root root 4096 Dec 6 15:25 . [2023-12-06T15:36:16.294Z] drwxrwxr-x 11 jenkins jenkins 4096 Dec 6 15:35 .. [2023-12-06T15:36:16.294Z] drwxr-xr-x 2 root root 4096 Dec 6 15:25 cost [2023-12-06T15:36:16.294Z] -rw-r--r-- 1 root root 88 Dec 6 15:25 cost.csv [2023-12-06T15:36:16.294Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-12-06T15:36:16.294Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-12-06T15:36:16.294Z] total 16 [2023-12-06T15:36:16.294Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 6 15:25 . [2023-12-06T15:36:16.294Z] drwxrwxr-x 11 jenkins jenkins 4096 Dec 6 15:35 .. [2023-12-06T15:36:16.295Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 6 15:25 cost [2023-12-06T15:36:16.295Z] -rw-r--r-- 1 jenkins jenkins 88 Dec 6 15:25 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:16.627Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:17.514Z] ---> package-listing.sh [2023-12-06T15:36:17.514Z] ++ facter osfamily [2023-12-06T15:36:17.514Z] ++ tr '[:upper:]' '[:lower:]' [2023-12-06T15:36:17.772Z] + OS_FAMILY=debian [2023-12-06T15:36:17.772Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-12-06T15:36:17.772Z] + START_PACKAGES=/tmp/packages_start.txt [2023-12-06T15:36:17.772Z] + END_PACKAGES=/tmp/packages_end.txt [2023-12-06T15:36:17.772Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-12-06T15:36:17.772Z] + PACKAGES=/tmp/packages_start.txt [2023-12-06T15:36:17.772Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-12-06T15:36:17.772Z] + PACKAGES=/tmp/packages_end.txt [2023-12-06T15:36:17.772Z] + case "${OS_FAMILY}" in [2023-12-06T15:36:17.772Z] + dpkg -l [2023-12-06T15:36:17.772Z] + grep '^ii' [2023-12-06T15:36:17.772Z] + '[' -f /tmp/packages_start.txt ']' [2023-12-06T15:36:17.772Z] + '[' -f /tmp/packages_end.txt ']' [2023-12-06T15:36:17.772Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-12-06T15:36:17.772Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-12-06T15:36:17.772Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-12-06T15:36:17.772Z] + 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-12-06T15:36:17.784Z] 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-12-06T15:36:18.061Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-06T15:36:18.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-06T15:36:18.675Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-06T15:36:18.864Z] prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container [2023-12-06T15:36:18.887Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-12-06T15:36:19.121Z] $ docker top b3a18b84e4ffea65426c0ee1a3c0797be6ebc510c04e1361726b4dbb3dbfd069 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-06T15:36:20.467Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-12-06T15:36:20.750Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-12-06T15:36:21.031Z] + ls /var/log/sa-host [2023-12-06T15:36:21.031Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-06T15:36:21.142Z] provisioning config files... [2023-12-06T15:36:21.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5797797331198508766tmp [Pipeline] { [Pipeline] echo [2023-12-06T15:36:21.279Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:21.574Z] ---> create-netrc.sh [Pipeline] } [2023-12-06T15:36:21.580Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:22.017Z] ---> python-tools-install.sh [Pipeline] echo [2023-12-06T15:36:22.023Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:22.310Z] ---> sudo-logs.sh [2023-12-06T15:36:22.310Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-12-06T15:36:22.401Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:22.683Z] ---> job-cost.sh [2023-12-06T15:36:22.684Z] lf-activate-venv: SKIPPING [2023-12-06T15:36:22.684Z] DEBUG: total: 0.2199999988079071 [2023-12-06T15:36:22.684Z] INFO: Retrieving Stack Cost... [2023-12-06T15:36:22.942Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-06T15:36:23.547Z] INFO: Archiving Costs [Pipeline] echo [2023-12-06T15:36:23.559Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-06T15:36:23.840Z] ---> logs-deploy.sh [2023-12-06T15:36:23.840Z] lf-activate-venv: SKIPPING [2023-12-06T15:36:23.840Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/76 [2023-12-06T15:36:23.840Z] INFO: archiving workspace using pattern(s): [2023-12-06T15:36:24.778Z] Archives upload complete. [2023-12-06T15:36:25.038Z] INFO: archiving logs to Nexus [2023-12-06T15:36:25.604Z] ---> uname -a: [2023-12-06T15:36:25.604Z] Linux prd-ubuntu20-04-docker-8c-8g-24212 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-12-06T15:36:25.604Z] [2023-12-06T15:36:25.604Z] [2023-12-06T15:36:25.604Z] ---> lscpu: [2023-12-06T15:36:25.604Z] Architecture: x86_64 [2023-12-06T15:36:25.604Z] CPU op-mode(s): 32-bit, 64-bit [2023-12-06T15:36:25.604Z] Byte Order: Little Endian [2023-12-06T15:36:25.604Z] Address sizes: 40 bits physical, 48 bits virtual [2023-12-06T15:36:25.604Z] CPU(s): 8 [2023-12-06T15:36:25.604Z] On-line CPU(s) list: 0-7 [2023-12-06T15:36:25.604Z] Thread(s) per core: 1 [2023-12-06T15:36:25.604Z] Core(s) per socket: 1 [2023-12-06T15:36:25.604Z] Socket(s): 8 [2023-12-06T15:36:25.604Z] NUMA node(s): 1 [2023-12-06T15:36:25.604Z] Vendor ID: AuthenticAMD [2023-12-06T15:36:25.604Z] CPU family: 23 [2023-12-06T15:36:25.604Z] Model: 49 [2023-12-06T15:36:25.604Z] Model name: AMD EPYC-Rome Processor [2023-12-06T15:36:25.604Z] Stepping: 0 [2023-12-06T15:36:25.604Z] CPU MHz: 2799.998 [2023-12-06T15:36:25.604Z] BogoMIPS: 5599.99 [2023-12-06T15:36:25.604Z] Virtualization: AMD-V [2023-12-06T15:36:25.604Z] Hypervisor vendor: KVM [2023-12-06T15:36:25.604Z] Virtualization type: full [2023-12-06T15:36:25.604Z] L1d cache: 256 KiB [2023-12-06T15:36:25.604Z] L1i cache: 256 KiB [2023-12-06T15:36:25.604Z] L2 cache: 4 MiB [2023-12-06T15:36:25.604Z] L3 cache: 128 MiB [2023-12-06T15:36:25.604Z] NUMA node0 CPU(s): 0-7 [2023-12-06T15:36:25.604Z] Vulnerability Itlb multihit: Not affected [2023-12-06T15:36:25.604Z] Vulnerability L1tf: Not affected [2023-12-06T15:36:25.604Z] Vulnerability Mds: Not affected [2023-12-06T15:36:25.604Z] Vulnerability Meltdown: Not affected [2023-12-06T15:36:25.604Z] Vulnerability Mmio stale data: Not affected [2023-12-06T15:36:25.604Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-12-06T15:36:25.604Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-12-06T15:36:25.604Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-12-06T15:36:25.604Z] Vulnerability Srbds: Not affected [2023-12-06T15:36:25.604Z] Vulnerability Tsx async abort: Not affected [2023-12-06T15:36:25.604Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-12-06T15:36:25.604Z] [2023-12-06T15:36:25.604Z]