Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e27574318321310232daceea80e5370fcd7cad9c 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-ssh17696495693696714933.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-ssh6880202841164212394.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-ssh8509386930158587928.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-ssh11431086788570533005.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-ssh16017304416557076890.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 ‘prd-centos7-blackbox-4c-2g-23876’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-24690’ is offline Running on prd-ubuntu20.04-docker-8c-8g-24692 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e27574318321310232daceea80e5370fcd7cad9c (main) > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e27574318321310232daceea80e5370fcd7cad9c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#111)" > git rev-list --no-walk ce8398ed03bf3a586a5dd2bb806e157eedfa930e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-12-08T04:31:17.366Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-12-08T04:31:17.456Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-12-08T04:31:17.483Z] ========================================================= [2023-12-08T04:31:17.483Z] EdgeX Global Pipelines Version Info [2023-12-08T04:31:17.483Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:31:18.221Z] ------------------- [2023-12-08T04:31:18.221Z] stable info: [2023-12-08T04:31:18.221Z] ------------------- [2023-12-08T04:31:18.221Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-12-08T04:31:18.221Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-08T04:31:18.221Z] Message: update stable to v1.0.258 [2023-12-08T04:31:18.794Z] ------------------- [2023-12-08T04:31:18.794Z] experimental info: [2023-12-08T04:31:18.794Z] ------------------- [2023-12-08T04:31:18.794Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-12-08T04:31:18.794Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-08T04:31:18.794Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-12-08T04:31:18.872Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-12-08T04:31:18.896Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-12-08T04:31:18.922Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-12-08T04:31:18.950Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-12-08T04:31:18.976Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-12-08T04:31:19.001Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-12-08T04:31:19.032Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-12-08T04:31:19.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-12-08T04:31:19.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-12-08T04:31:19.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-12-08T04:31:19.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-12-08T04:31:19.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-12-08T04:31:19.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-12-08T04:31:19.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-12-08T04:31:19.288Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-12-08T04:31:19.323Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-12-08T04:31:19.356Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-12-08T04:31:19.384Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-12-08T04:31:19.418Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-12-08T04:31:19.503Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-12-08T04:31:19.540Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-12-08T04:31:19.576Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-12-08T04:31:19.612Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-12-08T04:31:19.645Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-12-08T04:31:19.681Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-12-08T04:31:19.719Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-12-08T04:31:19.760Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-12-08T04:31:19.809Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-12-08T04:31:19.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-12-08T04:31:19.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-12-08T04:31:19.932Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo [2023-12-08T04:31:19.972Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e275743 [Pipeline] echo [2023-12-08T04:31:20.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-08T04:31:20.094Z] provisioning config files... [2023-12-08T04:31:20.110Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13286294863070525224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:31:20.454Z] ---> ****-login.sh [2023-12-08T04:31:20.454Z] nexus3.edgexfoundry.org:10001 [2023-12-08T04:31:20.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:20.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:20.715Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:20.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:20.715Z] [2023-12-08T04:31:20.715Z] Login Succeeded [2023-12-08T04:31:20.715Z] nexus3.edgexfoundry.org:10002 [2023-12-08T04:31:20.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:20.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:20.716Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:20.716Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:20.716Z] [2023-12-08T04:31:20.716Z] Login Succeeded [2023-12-08T04:31:20.716Z] nexus3.edgexfoundry.org:10003 [2023-12-08T04:31:20.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:20.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:20.977Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:20.977Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:20.977Z] [2023-12-08T04:31:20.977Z] Login Succeeded [2023-12-08T04:31:20.977Z] nexus3.edgexfoundry.org:10004 [2023-12-08T04:31:20.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:20.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:20.977Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:20.977Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:20.977Z] [2023-12-08T04:31:20.977Z] Login Succeeded [2023-12-08T04:31:20.977Z] ****.io [2023-12-08T04:31:21.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:21.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:21.499Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:21.499Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:21.499Z] [2023-12-08T04:31:21.499Z] Login Succeeded [2023-12-08T04:31:21.499Z] ---> ****-login.sh ends [Pipeline] } [2023-12-08T04:31:21.507Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-12-08T04:31:22.015Z] + git rev-list -1 --merges e27574318321310232daceea80e5370fcd7cad9c~1..e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo [2023-12-08T04:31:22.044Z] -----------> git rev-list -1 --merges e27574318321310232daceea80e5370fcd7cad9c~1..e27574318321310232daceea80e5370fcd7cad9c e27574318321310232daceea80e5370fcd7cad9c [false] [Pipeline] sh [2023-12-08T04:31:22.348Z] + git log --format=format:%s -1 e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo [2023-12-08T04:31:22.364Z] ========================================================= [2023-12-08T04:31:22.365Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-12-08T04:31:22.365Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-08T04:31:22.746Z] + git log --format=format:%s -1 e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo [2023-12-08T04:31:22.759Z] [semverPrep] GIT_COMMIT: e27574318321310232daceea80e5370fcd7cad9c, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#111) [Pipeline] echo [2023-12-08T04:31:22.794Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-12-08T04:31:23.173Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-08T04:31:23.173Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-12-08T04:31:23.173Z] + [ -e /tmp/ssh_known_hosts ] [2023-12-08T04:31:23.173Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-12-08T04:31:23.173Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-12-08T04:31:23.173Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-12-08T04:31:23.173Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:31:23.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-08T04:31:23.554Z] [2023-12-08T04:31:23.554Z] 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-08T04:31:23.874Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-08T04:31:23.874Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-12-08T04:31:23.874Z] b85a868b505f: Pulling fs layer [2023-12-08T04:31:23.874Z] e2be974225ed: Pulling fs layer [2023-12-08T04:31:23.874Z] 339a4e72a1f5: Pulling fs layer [2023-12-08T04:31:23.874Z] 988bab9f4d93: Pulling fs layer [2023-12-08T04:31:23.874Z] 1469e6f7b9e6: Pulling fs layer [2023-12-08T04:31:23.874Z] eaf3925da568: Pulling fs layer [2023-12-08T04:31:23.874Z] bab4dde63d76: Pulling fs layer [2023-12-08T04:31:23.874Z] bde34c3a00c8: Pulling fs layer [2023-12-08T04:31:23.874Z] b352a97aabf1: Pulling fs layer [2023-12-08T04:31:23.874Z] 4872d77fe225: Pulling fs layer [2023-12-08T04:31:23.874Z] 5851b861e8e6: Pulling fs layer [2023-12-08T04:31:23.874Z] bab4dde63d76: Waiting [2023-12-08T04:31:23.874Z] 4872d77fe225: Waiting [2023-12-08T04:31:23.874Z] b352a97aabf1: Waiting [2023-12-08T04:31:23.874Z] 988bab9f4d93: Waiting [2023-12-08T04:31:23.874Z] bde34c3a00c8: Waiting [2023-12-08T04:31:23.874Z] 1469e6f7b9e6: Waiting [2023-12-08T04:31:23.874Z] eaf3925da568: Waiting [2023-12-08T04:31:23.874Z] 5851b861e8e6: Waiting [2023-12-08T04:31:23.874Z] e2be974225ed: Verifying Checksum [2023-12-08T04:31:23.874Z] e2be974225ed: Download complete [2023-12-08T04:31:23.874Z] 988bab9f4d93: Verifying Checksum [2023-12-08T04:31:23.874Z] 988bab9f4d93: Download complete [2023-12-08T04:31:24.133Z] 1469e6f7b9e6: Verifying Checksum [2023-12-08T04:31:24.133Z] 1469e6f7b9e6: Download complete [2023-12-08T04:31:24.133Z] 339a4e72a1f5: Download complete [2023-12-08T04:31:24.133Z] eaf3925da568: Verifying Checksum [2023-12-08T04:31:24.133Z] eaf3925da568: Download complete [2023-12-08T04:31:24.133Z] bde34c3a00c8: Verifying Checksum [2023-12-08T04:31:24.133Z] bde34c3a00c8: Download complete [2023-12-08T04:31:24.133Z] b352a97aabf1: Verifying Checksum [2023-12-08T04:31:24.133Z] b352a97aabf1: Download complete [2023-12-08T04:31:24.133Z] 4872d77fe225: Download complete [2023-12-08T04:31:24.133Z] 5851b861e8e6: Verifying Checksum [2023-12-08T04:31:24.133Z] 5851b861e8e6: Download complete [2023-12-08T04:31:24.133Z] b85a868b505f: Verifying Checksum [2023-12-08T04:31:24.133Z] b85a868b505f: Download complete [2023-12-08T04:31:24.392Z] bab4dde63d76: Verifying Checksum [2023-12-08T04:31:24.392Z] bab4dde63d76: Download complete [2023-12-08T04:31:25.342Z] b85a868b505f: Pull complete [2023-12-08T04:31:25.603Z] e2be974225ed: Pull complete [2023-12-08T04:31:25.863Z] 339a4e72a1f5: Pull complete [2023-12-08T04:31:26.122Z] 988bab9f4d93: Pull complete [2023-12-08T04:31:26.383Z] 1469e6f7b9e6: Pull complete [2023-12-08T04:31:26.383Z] eaf3925da568: Pull complete [2023-12-08T04:31:28.291Z] bab4dde63d76: Pull complete [2023-12-08T04:31:28.291Z] bde34c3a00c8: Pull complete [2023-12-08T04:31:28.291Z] b352a97aabf1: Pull complete [2023-12-08T04:31:28.551Z] 4872d77fe225: Pull complete [2023-12-08T04:31:28.551Z] 5851b861e8e6: Pull complete [2023-12-08T04:31:28.551Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-12-08T04:31:28.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-08T04:31:28.551Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:31:28.750Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:31:28.783Z] $ 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-08T04:31:30.400Z] $ docker top c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 -eo pid,comm [2023-12-08T04:31:30.465Z] 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-08T04:31:30.465Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-08T04:31:30.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-08T04:31:30.559Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-08T04:31:30.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-08T04:31:30.664Z] $ docker exec c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent [2023-12-08T04:31:30.783Z] SSH_AUTH_SOCK=/tmp/ssh-j6Aon6PgQ9cl/agent.32 [2023-12-08T04:31:30.783Z] SSH_AGENT_PID=38 [2023-12-08T04:31:30.790Z] Running ssh-add (command line suppressed) [2023-12-08T04:31:30.887Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8269067418113814478.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8269067418113814478.key) [2023-12-08T04:31:30.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-08T04:31:31.212Z] + git tag --points-at HEAD [Pipeline] } [2023-12-08T04:31:31.222Z] $ docker exec --env ******** --env ******** c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent -k [2023-12-08T04:31:31.326Z] unset SSH_AUTH_SOCK; [2023-12-08T04:31:31.326Z] unset SSH_AGENT_PID; [2023-12-08T04:31:31.326Z] echo Agent pid 38 killed; [2023-12-08T04:31:31.336Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-12-08T04:31:31.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-08T04:31:31.400Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-08T04:31:31.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-08T04:31:31.514Z] $ docker exec c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent [2023-12-08T04:31:31.619Z] SSH_AUTH_SOCK=/tmp/ssh-hamcWVvpdnmX/agent.71 [2023-12-08T04:31:31.619Z] SSH_AGENT_PID=77 [2023-12-08T04:31:31.623Z] Running ssh-add (command line suppressed) [2023-12-08T04:31:31.722Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1636571751943631504.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1636571751943631504.key) [2023-12-08T04:31:31.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-08T04:31:32.045Z] + git semver init [2023-12-08T04:31:32.307Z] 2023-12-08 04:31:32,236 [run_init] DEBUG init version:0.0.0 force:False [2023-12-08T04:31:32.307Z] 2023-12-08 04:31:32,237 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-12-08T04:31:32.307Z] 2023-12-08 04:31:32,237 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-12-08T04:31:32.307Z] 2023-12-08 04:31:32,237 [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-08T04:31:33.245Z] 2023-12-08 04:31:33,205 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-12-08T04:31:33.245Z] 2023-12-08 04:31:33,206 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-12-08T04:31:33.245Z] 2023-12-08 04:31:33,206 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:31:33.245Z] 2023-12-08 04:31:33,207 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:31:33.245Z] 3.2.0-dev.3 [Pipeline] } [2023-12-08T04:31:33.254Z] $ docker exec --env ******** --env ******** c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent -k [2023-12-08T04:31:33.357Z] unset SSH_AUTH_SOCK; [2023-12-08T04:31:33.360Z] unset SSH_AGENT_PID; [2023-12-08T04:31:33.360Z] echo Agent pid 77 killed; [2023-12-08T04:31:33.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-08T04:31:33.743Z] + git semver [Pipeline] } [2023-12-08T04:31:34.015Z] $ docker stop --time=1 c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 [2023-12-08T04:31:35.307Z] $ docker rm -f --volumes c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-08T04:31:35.684Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-12-08T04:31:36.088Z] Stashed 1 file(s) [Pipeline] echo [2023-12-08T04:31:36.090Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.3 [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-08T04:31:36.471Z] provisioning config files... [2023-12-08T04:31:36.491Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8781596984285426063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:31:36.814Z] ---> ****-login.sh [2023-12-08T04:31:36.815Z] nexus3.edgexfoundry.org:10001 [2023-12-08T04:31:36.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:36.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:36.815Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:36.815Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:36.815Z] [2023-12-08T04:31:36.815Z] Login Succeeded [2023-12-08T04:31:36.815Z] nexus3.edgexfoundry.org:10002 [2023-12-08T04:31:36.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:36.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:36.815Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:36.815Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:36.815Z] [2023-12-08T04:31:36.815Z] Login Succeeded [2023-12-08T04:31:36.815Z] nexus3.edgexfoundry.org:10003 [2023-12-08T04:31:37.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:37.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:37.075Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:37.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:37.076Z] [2023-12-08T04:31:37.076Z] Login Succeeded [2023-12-08T04:31:37.076Z] nexus3.edgexfoundry.org:10004 [2023-12-08T04:31:37.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:37.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:37.076Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:37.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:37.076Z] [2023-12-08T04:31:37.076Z] Login Succeeded [2023-12-08T04:31:37.076Z] ****.io [2023-12-08T04:31:37.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:31:37.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:31:37.336Z] Configure a credential helper to remove this warning. See [2023-12-08T04:31:37.336Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:31:37.336Z] [2023-12-08T04:31:37.336Z] Login Succeeded [2023-12-08T04:31:37.336Z] ---> ****-login.sh ends [Pipeline] } [2023-12-08T04:31:37.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-12-08T04:31:37.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-08T04:31:37.565Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-08T04:31:37.599Z] ========================================================= [2023-12-08T04:31:37.599Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-12-08T04:31:37.599Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:31:37.992Z] + 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-08T04:31:37.992Z] Sending build context to Docker daemon 6.7MB [2023-12-08T04:31:37.992Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-12-08T04:31:37.992Z] Step 2/12 : FROM ${BASE} AS builder [2023-12-08T04:31:37.992Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-12-08T04:31:37.992Z] 7264a8db6415: Pulling fs layer [2023-12-08T04:31:37.992Z] c4d48a809fc2: Pulling fs layer [2023-12-08T04:31:37.992Z] 4f1c88b9dad5: Pulling fs layer [2023-12-08T04:31:37.992Z] ad3a456e5733: Pulling fs layer [2023-12-08T04:31:37.992Z] 69c7f0334f64: Pulling fs layer [2023-12-08T04:31:37.992Z] ad3a456e5733: Waiting [2023-12-08T04:31:37.992Z] 1f1c1a5573a3: Pulling fs layer [2023-12-08T04:31:37.992Z] ce7588e14bc9: Pulling fs layer [2023-12-08T04:31:37.992Z] b5e4710f87ac: Pulling fs layer [2023-12-08T04:31:37.992Z] b5e4710f87ac: Waiting [2023-12-08T04:31:37.992Z] ce7588e14bc9: Waiting [2023-12-08T04:31:37.992Z] 1f1c1a5573a3: Waiting [2023-12-08T04:31:37.992Z] c4d48a809fc2: Verifying Checksum [2023-12-08T04:31:37.992Z] c4d48a809fc2: Download complete [2023-12-08T04:31:37.992Z] ad3a456e5733: Download complete [2023-12-08T04:31:37.992Z] 69c7f0334f64: Verifying Checksum [2023-12-08T04:31:37.992Z] 69c7f0334f64: Download complete [2023-12-08T04:31:37.992Z] 7264a8db6415: Verifying Checksum [2023-12-08T04:31:37.992Z] 7264a8db6415: Download complete [2023-12-08T04:31:38.252Z] 1f1c1a5573a3: Verifying Checksum [2023-12-08T04:31:38.252Z] 1f1c1a5573a3: Download complete [2023-12-08T04:31:38.252Z] 7264a8db6415: Pull complete [2023-12-08T04:31:38.252Z] b5e4710f87ac: Verifying Checksum [2023-12-08T04:31:38.252Z] b5e4710f87ac: Download complete [2023-12-08T04:31:38.510Z] c4d48a809fc2: Pull complete [2023-12-08T04:31:38.510Z] 4f1c88b9dad5: Download complete [2023-12-08T04:31:39.075Z] ce7588e14bc9: Verifying Checksum [2023-12-08T04:31:39.075Z] ce7588e14bc9: Download complete [2023-12-08T04:31:42.362Z] 4f1c88b9dad5: Pull complete [2023-12-08T04:31:42.362Z] ad3a456e5733: Pull complete [2023-12-08T04:31:42.362Z] 69c7f0334f64: Pull complete [2023-12-08T04:31:42.362Z] 1f1c1a5573a3: Pull complete [2023-12-08T04:31:44.899Z] ce7588e14bc9: Pull complete [2023-12-08T04:31:45.158Z] b5e4710f87ac: Pull complete [2023-12-08T04:31:45.158Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-12-08T04:31:45.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-12-08T04:31:45.158Z] ---> 88b5674ff536 [2023-12-08T04:31:45.158Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-12-08T04:31:48.452Z] ---> Running in 3b22b75f17a6 [2023-12-08T04:31:48.452Z] Removing intermediate container 3b22b75f17a6 [2023-12-08T04:31:48.452Z] ---> ed33fb98500e [2023-12-08T04:31:48.452Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-12-08T04:31:48.452Z] ---> Running in fa7d5b689869 [2023-12-08T04:31:48.452Z] Removing intermediate container fa7d5b689869 [2023-12-08T04:31:48.452Z] ---> 8f4dfbe9d9c2 [2023-12-08T04:31:48.452Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-12-08T04:31:48.452Z] ---> Running in 901d0d618def [2023-12-08T04:31:48.452Z] Removing intermediate container 901d0d618def [2023-12-08T04:31:48.452Z] ---> 119edb681c7e [2023-12-08T04:31:48.452Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-12-08T04:31:48.452Z] ---> Running in e72c65129c13 [2023-12-08T04:31:48.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-08T04:31:48.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-08T04:31:49.697Z] OK: 264 MiB in 52 packages [2023-12-08T04:31:49.697Z] Removing intermediate container e72c65129c13 [2023-12-08T04:31:49.697Z] ---> 02a5c41fb215 [2023-12-08T04:31:49.697Z] Step 7/12 : WORKDIR /app [2023-12-08T04:31:49.697Z] ---> Running in 005cd6f3d4e3 [2023-12-08T04:31:49.697Z] Removing intermediate container 005cd6f3d4e3 [2023-12-08T04:31:49.697Z] ---> 66392cc3a602 [2023-12-08T04:31:49.697Z] Step 8/12 : COPY go.mod vendor* ./ [2023-12-08T04:31:49.697Z] ---> 0ea79d1753b8 [2023-12-08T04:31:49.697Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-08T04:31:49.697Z] ---> Running in 1ef4704b772d [2023-12-08T04:31:51.371Z] Still waiting to schedule task [2023-12-08T04:31:51.371Z] ‘prd-centos7-blackbox-4c-2g-23876’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-12-08T04:31:51.372Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-24693’ is offline [2023-12-08T04:32:16.251Z] Removing intermediate container 1ef4704b772d [2023-12-08T04:32:16.252Z] ---> 01c4ba455ffa [2023-12-08T04:32:16.252Z] Step 10/12 : COPY . . [2023-12-08T04:32:16.252Z] ---> c7513c533d6d [2023-12-08T04:32:16.252Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-12-08T04:32:16.252Z] ---> Running in f8a6edd4984e [2023-12-08T04:32:16.252Z] Removing intermediate container f8a6edd4984e [2023-12-08T04:32:16.252Z] ---> 211e8ed2f9cb [2023-12-08T04:32:16.252Z] Step 12/12 : RUN $MAKE [2023-12-08T04:32:16.252Z] ---> Running in a1969a143bb5 [2023-12-08T04:32:16.512Z] noop [2023-12-08T04:32:16.771Z] Removing intermediate container a1969a143bb5 [2023-12-08T04:32:16.771Z] ---> b1ff6f986ade [2023-12-08T04:32:16.771Z] Successfully built b1ff6f986ade [2023-12-08T04:32:16.771Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:32:17.147Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-08T04:32:17.147Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:32:17.264Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:32:17.292Z] $ 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-08T04:32:17.636Z] $ docker top 06a04f3c616b60ddd4b3f9f5a9f8711f9f2af126baf73d2e25fa9a1e6c77bcae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-08T04:32:18.022Z] + go version [2023-12-08T04:32:18.022Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-12-08T04:32:18.032Z] $ docker stop --time=1 06a04f3c616b60ddd4b3f9f5a9f8711f9f2af126baf73d2e25fa9a1e6c77bcae [2023-12-08T04:32:19.311Z] $ docker rm -f --volumes 06a04f3c616b60ddd4b3f9f5a9f8711f9f2af126baf73d2e25fa9a1e6c77bcae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:32:19.921Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-08T04:32:19.922Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:32:20.041Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:32:20.114Z] $ 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-08T04:32:20.470Z] $ docker top a9a4828ccf552adb5732980e018fa496a9b75eb8683c4bb0aca9258a4519d000 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-08T04:32:20.889Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-12-08T04:32:21.203Z] + make test [2023-12-08T04:32:21.204Z] go test -race -coverprofile=coverage.out ./... [2023-12-08T04:32:43.130Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-12-08T04:32:43.130Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-12-08T04:32:43.130Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-12-08T04:32:43.131Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-12-08T04:32:43.131Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.045s coverage: 88.0% of statements [2023-12-08T04:32:51.255Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.618s coverage: 98.7% of statements [2023-12-08T04:32:51.255Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.101s coverage: 89.7% of statements [2023-12-08T04:32:51.255Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.035s coverage: 100.0% of statements [2023-12-08T04:33:13.831Z] go vet ./... [2023-12-08T04:33:15.212Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-12-08T04:33:15.212Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-12-08T04:33:15.212Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-12-08T04:33:15.227Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-12-08T04:33:15.274Z] $ docker stop --time=1 a9a4828ccf552adb5732980e018fa496a9b75eb8683c4bb0aca9258a4519d000 [2023-12-08T04:33:17.993Z] $ docker rm -f --volumes a9a4828ccf552adb5732980e018fa496a9b75eb8683c4bb0aca9258a4519d000 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-08T04:33:18.557Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-12-08T04:33:18.599Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-12-08T04:33:19.171Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-12-08T04:33:19.458Z] + ls -al . [2023-12-08T04:33:19.458Z] total 192 [2023-12-08T04:33:19.458Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 04:32 . [2023-12-08T04:33:19.458Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 04:31 .. [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 8 04:31 .dockerignore [2023-12-08T04:33:19.458Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 04:32 .git [2023-12-08T04:33:19.458Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:31 .github [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 164 Dec 8 04:31 .gitignore [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 41 Dec 8 04:31 .golangci.yml [2023-12-08T04:33:19.458Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 8 04:31 .semver [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 11301 Dec 8 04:31 Attribution.txt [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 458 Dec 8 04:31 CHANGELOG.md [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 1725 Dec 8 04:31 Dockerfile [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 8 04:31 GOVERNANCE.md [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 681 Dec 8 04:31 Jenkinsfile [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 8 04:31 LICENSE [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 3136 Dec 8 04:31 Makefile [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 611 Dec 8 04:31 OWNERS.md [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 4107 Dec 8 04:31 README.md [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 7789 Dec 8 04:31 Record and Reply.postman_collection.json [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 8 04:31 VERSION [2023-12-08T04:33:19.458Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:31 bin [2023-12-08T04:33:19.458Z] -rw-r--r-- 1 jenkins jenkins 24666 Dec 8 04:32 coverage.out [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 3901 Dec 8 04:31 go.mod [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 34881 Dec 8 04:31 go.sum [2023-12-08T04:33:19.458Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 8 04:31 internal [2023-12-08T04:33:19.458Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 04:31 main.go [2023-12-08T04:33:19.458Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:31 openapi [2023-12-08T04:33:19.458Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:31 pkg [2023-12-08T04:33:19.458Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:31 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:19.809Z] + 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=e27574318321310232daceea80e5370fcd7cad9c --label arch=amd64 --label version=3.2.0-dev.3 . [2023-12-08T04:33:19.809Z] Sending build context to Docker daemon 6.725MB [2023-12-08T04:33:19.809Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2023-12-08T04:33:19.809Z] Step 2/27 : FROM ${BASE} AS builder [2023-12-08T04:33:19.809Z] ---> b1ff6f986ade [2023-12-08T04:33:19.809Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2023-12-08T04:33:19.809Z] ---> Running in 192c4f7bab66 [2023-12-08T04:33:20.068Z] Removing intermediate container 192c4f7bab66 [2023-12-08T04:33:20.068Z] ---> fdd8fe09ffdb [2023-12-08T04:33:20.068Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2023-12-08T04:33:20.068Z] ---> Running in c4d6b2944284 [2023-12-08T04:33:20.068Z] Removing intermediate container c4d6b2944284 [2023-12-08T04:33:20.068Z] ---> faef2eee43aa [2023-12-08T04:33:20.068Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2023-12-08T04:33:20.068Z] ---> Running in 6e29c6f88e70 [2023-12-08T04:33:20.068Z] Removing intermediate container 6e29c6f88e70 [2023-12-08T04:33:20.068Z] ---> 2fd184993635 [2023-12-08T04:33:20.068Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-12-08T04:33:20.333Z] ---> Running in b9e468d91faf [2023-12-08T04:33:20.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-08T04:33:20.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-08T04:33:21.126Z] OK: 264 MiB in 52 packages [2023-12-08T04:33:21.384Z] Removing intermediate container b9e468d91faf [2023-12-08T04:33:21.384Z] ---> 81620da63e7d [2023-12-08T04:33:21.384Z] Step 7/27 : WORKDIR /app [2023-12-08T04:33:21.384Z] ---> Running in 2deaa0c9b82f [2023-12-08T04:33:21.641Z] Removing intermediate container 2deaa0c9b82f [2023-12-08T04:33:21.641Z] ---> 8c960cdc0dc2 [2023-12-08T04:33:21.641Z] Step 8/27 : COPY go.mod vendor* ./ [2023-12-08T04:33:21.641Z] ---> f8900534cffa [2023-12-08T04:33:21.641Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-08T04:33:21.641Z] ---> Running in cb82f0003494 [2023-12-08T04:33:22.581Z] Removing intermediate container cb82f0003494 [2023-12-08T04:33:22.581Z] ---> 5ddd97a3c16b [2023-12-08T04:33:22.581Z] Step 10/27 : COPY . . [2023-12-08T04:33:22.581Z] ---> da855aff5853 [2023-12-08T04:33:22.581Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-12-08T04:33:22.581Z] ---> Running in 50b529649703 [2023-12-08T04:33:22.839Z] Removing intermediate container 50b529649703 [2023-12-08T04:33:22.839Z] ---> 71c151a81118 [2023-12-08T04:33:22.839Z] Step 12/27 : RUN $MAKE [2023-12-08T04:33:22.839Z] ---> Running in d9cf331e4fff [2023-12-08T04:33:23.097Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.3" -trimpath -mod=readonly -o app-record-replay [2023-12-08T04:33:41.182Z] Removing intermediate container d9cf331e4fff [2023-12-08T04:33:41.182Z] ---> 0f9698b57c6a [2023-12-08T04:33:41.182Z] Step 13/27 : FROM alpine:3.18 [2023-12-08T04:33:42.120Z] 3.18: Pulling from library/alpine [2023-12-08T04:33:42.120Z] c926b61bad3b: Pulling fs layer [2023-12-08T04:33:42.380Z] c926b61bad3b: Download complete [2023-12-08T04:33:42.380Z] c926b61bad3b: Pull complete [2023-12-08T04:33:42.380Z] Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-08T04:33:42.380Z] Status: Downloaded newer image for alpine:3.18 [2023-12-08T04:33:42.380Z] ---> b541f2080109 [2023-12-08T04:33:42.380Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-12-08T04:33:42.638Z] ---> Running in f76f1488b9c4 [2023-12-08T04:33:42.638Z] Removing intermediate container f76f1488b9c4 [2023-12-08T04:33:42.638Z] ---> a9126773605b [2023-12-08T04:33:42.638Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2023-12-08T04:33:42.638Z] ---> Running in e0b8395a2c5a [2023-12-08T04:33:42.638Z] Removing intermediate container e0b8395a2c5a [2023-12-08T04:33:42.638Z] ---> 4959036298c2 [2023-12-08T04:33:42.638Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-08T04:33:42.638Z] ---> Running in 68b09b831dc4 [2023-12-08T04:33:42.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-08T04:33:43.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-08T04:33:43.416Z] (1/2) Installing ca-certificates (20230506-r0) [2023-12-08T04:33:43.416Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-12-08T04:33:43.416Z] Executing busybox-1.36.1-r5.trigger [2023-12-08T04:33:43.416Z] Executing ca-certificates-20230506-r0.trigger [2023-12-08T04:33:43.416Z] OK: 8 MiB in 17 packages [2023-12-08T04:33:43.982Z] Removing intermediate container 68b09b831dc4 [2023-12-08T04:33:43.982Z] ---> 140c5eded521 [2023-12-08T04:33:43.982Z] Step 17/27 : RUN apk --no-cache upgrade [2023-12-08T04:33:43.982Z] ---> Running in 5ab33b3f5434 [2023-12-08T04:33:44.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-08T04:33:44.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-08T04:33:44.499Z] OK: 8 MiB in 17 packages [2023-12-08T04:33:44.759Z] Removing intermediate container 5ab33b3f5434 [2023-12-08T04:33:44.759Z] ---> 10a66a68001d [2023-12-08T04:33:44.759Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-12-08T04:33:44.759Z] ---> d191e6882373 [2023-12-08T04:33:44.759Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2023-12-08T04:33:45.018Z] ---> 5dba13551a76 [2023-12-08T04:33:45.018Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2023-12-08T04:33:45.018Z] ---> 7c0b904912cd [2023-12-08T04:33:45.018Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-12-08T04:33:45.953Z] ---> b65c16ff889d [2023-12-08T04:33:45.953Z] Step 22/27 : EXPOSE 59712 [2023-12-08T04:33:45.953Z] ---> Running in a18435515f78 [2023-12-08T04:33:45.953Z] Removing intermediate container a18435515f78 [2023-12-08T04:33:45.953Z] ---> befdd48ad515 [2023-12-08T04:33:45.953Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2023-12-08T04:33:45.953Z] ---> Running in 87c43ef07ace [2023-12-08T04:33:45.953Z] Removing intermediate container 87c43ef07ace [2023-12-08T04:33:45.953Z] ---> 611c46fcb083 [2023-12-08T04:33:45.953Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-12-08T04:33:45.953Z] ---> Running in 0d52eac5de76 [2023-12-08T04:33:45.953Z] Removing intermediate container 0d52eac5de76 [2023-12-08T04:33:45.953Z] ---> f21f15dccf0c [2023-12-08T04:33:45.953Z] Step 25/27 : LABEL arch=amd64 [2023-12-08T04:33:45.953Z] ---> Running in e677e19c2da4 [2023-12-08T04:33:46.211Z] Removing intermediate container e677e19c2da4 [2023-12-08T04:33:46.211Z] ---> a9c2be6c69d5 [2023-12-08T04:33:46.211Z] Step 26/27 : LABEL git_sha=e27574318321310232daceea80e5370fcd7cad9c [2023-12-08T04:33:46.212Z] ---> Running in f48f2601b444 [2023-12-08T04:33:46.212Z] Removing intermediate container f48f2601b444 [2023-12-08T04:33:46.212Z] ---> 30da222fbe09 [2023-12-08T04:33:46.212Z] Step 27/27 : LABEL version=3.2.0-dev.3 [2023-12-08T04:33:46.212Z] ---> Running in d009e209f5dd [2023-12-08T04:33:46.212Z] Removing intermediate container d009e209f5dd [2023-12-08T04:33:46.212Z] ---> 4e4fa67daed7 [2023-12-08T04:33:46.212Z] [Warning] One or more build-args [ARCH] were not consumed [2023-12-08T04:33:46.212Z] Successfully built 4e4fa67daed7 [2023-12-08T04:33:46.212Z] 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-08T04:33:46.478Z] provisioning config files... [2023-12-08T04:33:46.488Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17349640639373596562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:33:46.824Z] ---> ****-login.sh [2023-12-08T04:33:46.824Z] nexus3.edgexfoundry.org:10001 [2023-12-08T04:33:46.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:33:46.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:33:46.825Z] Configure a credential helper to remove this warning. See [2023-12-08T04:33:46.825Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:33:46.825Z] [2023-12-08T04:33:46.825Z] Login Succeeded [2023-12-08T04:33:46.825Z] nexus3.edgexfoundry.org:10002 [2023-12-08T04:33:46.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:33:46.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:33:46.825Z] Configure a credential helper to remove this warning. See [2023-12-08T04:33:46.825Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:33:46.825Z] [2023-12-08T04:33:46.825Z] Login Succeeded [2023-12-08T04:33:46.825Z] nexus3.edgexfoundry.org:10003 [2023-12-08T04:33:47.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:33:47.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:33:47.084Z] Configure a credential helper to remove this warning. See [2023-12-08T04:33:47.084Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:33:47.084Z] [2023-12-08T04:33:47.084Z] Login Succeeded [2023-12-08T04:33:47.085Z] nexus3.edgexfoundry.org:10004 [2023-12-08T04:33:47.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:33:47.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:33:47.085Z] Configure a credential helper to remove this warning. See [2023-12-08T04:33:47.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:33:47.085Z] [2023-12-08T04:33:47.085Z] Login Succeeded [2023-12-08T04:33:47.085Z] ****.io [2023-12-08T04:33:47.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:33:47.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:33:47.346Z] Configure a credential helper to remove this warning. See [2023-12-08T04:33:47.346Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:33:47.346Z] [2023-12-08T04:33:47.346Z] Login Succeeded [2023-12-08T04:33:47.346Z] ---> ****-login.sh ends [Pipeline] } [2023-12-08T04:33:47.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-08T04:33:47.487Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-08T04:33:47.539Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-12-08T04:33:47.539Z] e27574318321310232daceea80e5370fcd7cad9c [2023-12-08T04:33:47.539Z] latest [2023-12-08T04:33:47.539Z] 3.2.0-dev.3 [2023-12-08T04:33:47.539Z] e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [2023-12-08T04:33:47.539Z] main [2023-12-08T04:33:47.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:47.993Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:48.380Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c [2023-12-08T04:33:48.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-08T04:33:48.380Z] a2730bfa984f: Preparing [2023-12-08T04:33:48.380Z] 6e226de196d6: Preparing [2023-12-08T04:33:48.380Z] e3a33327f3b2: Preparing [2023-12-08T04:33:48.380Z] 97d301a61629: Preparing [2023-12-08T04:33:48.380Z] 4af892ff2199: Preparing [2023-12-08T04:33:48.380Z] ab763a97785c: Preparing [2023-12-08T04:33:48.380Z] 9fe9a137fd00: Preparing [2023-12-08T04:33:48.380Z] ab763a97785c: Waiting [2023-12-08T04:33:48.380Z] 97d301a61629: Pushed [2023-12-08T04:33:48.380Z] e3a33327f3b2: Pushed [2023-12-08T04:33:48.380Z] 6e226de196d6: Pushed [2023-12-08T04:33:48.380Z] 4af892ff2199: Pushed [2023-12-08T04:33:48.380Z] 9fe9a137fd00: Layer already exists [2023-12-08T04:33:48.639Z] ab763a97785c: Pushed [2023-12-08T04:33:51.927Z] a2730bfa984f: Pushed [2023-12-08T04:33:51.927Z] e27574318321310232daceea80e5370fcd7cad9c: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:52.327Z] + 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-08T04:33:52.715Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-12-08T04:33:52.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-08T04:33:52.715Z] a2730bfa984f: Preparing [2023-12-08T04:33:52.715Z] 6e226de196d6: Preparing [2023-12-08T04:33:52.715Z] e3a33327f3b2: Preparing [2023-12-08T04:33:52.715Z] 97d301a61629: Preparing [2023-12-08T04:33:52.715Z] 4af892ff2199: Preparing [2023-12-08T04:33:52.715Z] ab763a97785c: Preparing [2023-12-08T04:33:52.715Z] 9fe9a137fd00: Preparing [2023-12-08T04:33:52.715Z] ab763a97785c: Waiting [2023-12-08T04:33:52.715Z] 9fe9a137fd00: Waiting [2023-12-08T04:33:52.715Z] 6e226de196d6: Layer already exists [2023-12-08T04:33:52.715Z] 4af892ff2199: Layer already exists [2023-12-08T04:33:52.715Z] e3a33327f3b2: Layer already exists [2023-12-08T04:33:52.715Z] a2730bfa984f: Layer already exists [2023-12-08T04:33:52.715Z] 97d301a61629: Layer already exists [2023-12-08T04:33:52.715Z] 9fe9a137fd00: Layer already exists [2023-12-08T04:33:52.715Z] ab763a97785c: Layer already exists [2023-12-08T04:33:52.715Z] latest: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:53.129Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:53.538Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.3 [2023-12-08T04:33:53.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-08T04:33:53.538Z] a2730bfa984f: Preparing [2023-12-08T04:33:53.538Z] 6e226de196d6: Preparing [2023-12-08T04:33:53.538Z] e3a33327f3b2: Preparing [2023-12-08T04:33:53.538Z] 97d301a61629: Preparing [2023-12-08T04:33:53.538Z] 4af892ff2199: Preparing [2023-12-08T04:33:53.538Z] ab763a97785c: Preparing [2023-12-08T04:33:53.538Z] 9fe9a137fd00: Preparing [2023-12-08T04:33:53.538Z] ab763a97785c: Waiting [2023-12-08T04:33:53.538Z] 9fe9a137fd00: Waiting [2023-12-08T04:33:53.538Z] e3a33327f3b2: Layer already exists [2023-12-08T04:33:53.538Z] a2730bfa984f: Layer already exists [2023-12-08T04:33:53.538Z] 97d301a61629: Layer already exists [2023-12-08T04:33:53.538Z] 6e226de196d6: Layer already exists [2023-12-08T04:33:53.538Z] 4af892ff2199: Layer already exists [2023-12-08T04:33:53.538Z] ab763a97785c: Layer already exists [2023-12-08T04:33:53.538Z] 9fe9a137fd00: Layer already exists [2023-12-08T04:33:53.538Z] 3.2.0-dev.3: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:53.947Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:54.346Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [2023-12-08T04:33:54.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-08T04:33:54.346Z] a2730bfa984f: Preparing [2023-12-08T04:33:54.346Z] 6e226de196d6: Preparing [2023-12-08T04:33:54.346Z] e3a33327f3b2: Preparing [2023-12-08T04:33:54.346Z] 97d301a61629: Preparing [2023-12-08T04:33:54.346Z] 4af892ff2199: Preparing [2023-12-08T04:33:54.346Z] ab763a97785c: Preparing [2023-12-08T04:33:54.346Z] 9fe9a137fd00: Preparing [2023-12-08T04:33:54.346Z] ab763a97785c: Waiting [2023-12-08T04:33:54.346Z] 9fe9a137fd00: Waiting [2023-12-08T04:33:54.346Z] 97d301a61629: Layer already exists [2023-12-08T04:33:54.346Z] 4af892ff2199: Layer already exists [2023-12-08T04:33:54.346Z] e3a33327f3b2: Layer already exists [2023-12-08T04:33:54.346Z] a2730bfa984f: Layer already exists [2023-12-08T04:33:54.346Z] 6e226de196d6: Layer already exists [2023-12-08T04:33:54.346Z] ab763a97785c: Layer already exists [2023-12-08T04:33:54.346Z] 9fe9a137fd00: Layer already exists [2023-12-08T04:33:54.346Z] e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:54.810Z] + 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-08T04:33:55.213Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-12-08T04:33:55.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-12-08T04:33:55.213Z] a2730bfa984f: Preparing [2023-12-08T04:33:55.213Z] 6e226de196d6: Preparing [2023-12-08T04:33:55.213Z] e3a33327f3b2: Preparing [2023-12-08T04:33:55.213Z] 97d301a61629: Preparing [2023-12-08T04:33:55.213Z] 4af892ff2199: Preparing [2023-12-08T04:33:55.213Z] ab763a97785c: Preparing [2023-12-08T04:33:55.213Z] 9fe9a137fd00: Preparing [2023-12-08T04:33:55.213Z] ab763a97785c: Waiting [2023-12-08T04:33:55.213Z] 9fe9a137fd00: Waiting [2023-12-08T04:33:55.213Z] 6e226de196d6: Layer already exists [2023-12-08T04:33:55.213Z] 4af892ff2199: Layer already exists [2023-12-08T04:33:55.213Z] a2730bfa984f: Layer already exists [2023-12-08T04:33:55.213Z] e3a33327f3b2: Layer already exists [2023-12-08T04:33:55.213Z] 97d301a61629: Layer already exists [2023-12-08T04:33:55.213Z] 9fe9a137fd00: Layer already exists [2023-12-08T04:33:55.213Z] ab763a97785c: Layer already exists [2023-12-08T04:33:55.213Z] main: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-08T04:33:55.445Z] ===================================================== [Pipeline] echo [2023-12-08T04:33:55.480Z] taggedImages: [2023-12-08T04:33:55.480Z] - nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c [2023-12-08T04:33:55.480Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-12-08T04:33:55.480Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.3 [2023-12-08T04:33:55.480Z] - nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [2023-12-08T04:33:55.480Z] - 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-08T04:33:56.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-08T04:33:56.124Z] [2023-12-08T04:33:56.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:33:56.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-08T04:33:56.453Z] latest: Pulling from edgex-lftools-log-publisher [2023-12-08T04:33:56.453Z] 5eb5b503b376: Pulling fs layer [2023-12-08T04:33:56.453Z] 5c69ac0246d0: Pulling fs layer [2023-12-08T04:33:56.453Z] ec43610c2a17: Pulling fs layer [2023-12-08T04:33:56.453Z] 3a2ae6a8a46f: Pulling fs layer [2023-12-08T04:33:56.453Z] 33b1e0a273af: Pulling fs layer [2023-12-08T04:33:56.453Z] 5d3b04190fa2: Pulling fs layer [2023-12-08T04:33:56.453Z] 2f39f015ded8: Pulling fs layer [2023-12-08T04:33:56.453Z] 3a2ae6a8a46f: Waiting [2023-12-08T04:33:56.453Z] 33b1e0a273af: Waiting [2023-12-08T04:33:56.453Z] 5d3b04190fa2: Waiting [2023-12-08T04:33:56.453Z] 2f39f015ded8: Waiting [2023-12-08T04:33:56.453Z] 5c69ac0246d0: Verifying Checksum [2023-12-08T04:33:56.453Z] 5c69ac0246d0: Download complete [2023-12-08T04:33:56.453Z] 3a2ae6a8a46f: Verifying Checksum [2023-12-08T04:33:56.453Z] 3a2ae6a8a46f: Download complete [2023-12-08T04:33:56.453Z] 33b1e0a273af: Verifying Checksum [2023-12-08T04:33:56.453Z] 33b1e0a273af: Download complete [2023-12-08T04:33:56.453Z] 5d3b04190fa2: Verifying Checksum [2023-12-08T04:33:56.453Z] 5d3b04190fa2: Download complete [2023-12-08T04:33:56.712Z] ec43610c2a17: Verifying Checksum [2023-12-08T04:33:56.712Z] ec43610c2a17: Download complete [2023-12-08T04:33:56.712Z] 5eb5b503b376: Verifying Checksum [2023-12-08T04:33:56.712Z] 5eb5b503b376: Download complete [2023-12-08T04:33:57.278Z] 2f39f015ded8: Download complete [2023-12-08T04:33:57.846Z] 5eb5b503b376: Pull complete [2023-12-08T04:33:57.846Z] 5c69ac0246d0: Pull complete [2023-12-08T04:33:58.413Z] ec43610c2a17: Pull complete [2023-12-08T04:33:58.413Z] 3a2ae6a8a46f: Pull complete [2023-12-08T04:33:58.672Z] 33b1e0a273af: Pull complete [2023-12-08T04:33:58.672Z] 5d3b04190fa2: Pull complete [2023-12-08T04:34:02.861Z] 2f39f015ded8: Pull complete [2023-12-08T04:34:02.861Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-12-08T04:34:02.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-08T04:34:02.861Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:34:03.060Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:34:03.090Z] $ 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-08T04:34:05.271Z] $ docker top 124820e8523627cfe73ab93a1243be7c03bd15d19b7b38d4efb8076636141596 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:34:05.699Z] ---> job-cost.sh [2023-12-08T04:34:05.699Z] lf-activate-venv: SKIPPING [2023-12-08T04:34:05.699Z] INFO: No Stack... [2023-12-08T04:34:05.959Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-08T04:34:06.218Z] INFO: Archiving Costs [Pipeline] sh [2023-12-08T04:34:06.507Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-12-08T04:34:06.507Z] + cut -d, -f6 [Pipeline] lock [2023-12-08T04:34:06.519Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [2023-12-08T04:34:06.525Z] Resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] did not exist. Created. [2023-12-08T04:34:06.525Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-12-08T04:34:06.889Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-12-08T04:34:06.950Z] Stashed 1 file(s) [Pipeline] } [2023-12-08T04:34:06.956Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-12-08T04:34:07.036Z] $ docker stop --time=1 124820e8523627cfe73ab93a1243be7c03bd15d19b7b38d4efb8076636141596 [2023-12-08T04:34:08.190Z] $ docker rm -f --volumes 124820e8523627cfe73ab93a1243be7c03bd15d19b7b38d4efb8076636141596 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-12-08T04:35:05.519Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24694 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-12-08T04:35:05.561Z] Running in /w/workspace/app-record-replay/77 [Pipeline] { [Pipeline] checkout [2023-12-08T04:35:05.629Z] Selected Git installation does not exist. Using Default [2023-12-08T04:35:05.629Z] The recommended git tool is: NONE [2023-12-08T04:35:12.609Z] using credential edgex-jenkins-ssh [2023-12-08T04:35:12.633Z] Cloning the remote Git repository [2023-12-08T04:35:12.701Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-12-08T04:35:12.830Z] > git init /w/workspace/app-record-replay/77 # timeout=10 [2023-12-08T04:35:13.030Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-12-08T04:35:13.032Z] > git --version # timeout=10 [2023-12-08T04:35:13.061Z] > git --version # 'git version 2.25.1' [2023-12-08T04:35:13.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-08T04:35:13.241Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-08T04:35:15.881Z] Avoid second fetch [2023-12-08T04:35:15.882Z] Checking out Revision e27574318321310232daceea80e5370fcd7cad9c (main) [2023-12-08T04:35:14.915Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-12-08T04:35:14.940Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-08T04:35:15.903Z] > git config core.sparsecheckout # timeout=10 [2023-12-08T04:35:16.048Z] > git checkout -f e27574318321310232daceea80e5370fcd7cad9c # timeout=10 [2023-12-08T04:35:16.617Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#111)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-08T04:35:17.974Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-12-08T04:35:17.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-12-08T04:35:17.975Z] Dload Upload Total Spent Left Speed [2023-12-08T04:35:17.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 209k 0 --:--:-- --:--:-- --:--:-- 209k [Pipeline] sh [2023-12-08T04:35:18.321Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-12-08T04:35:18.659Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-12-08T04:35:18.659Z] sudo tee /etc/docker/daemon.new [2023-12-08T04:35:18.659Z] { [2023-12-08T04:35:18.659Z] "registry-mirrors": [ [2023-12-08T04:35:18.659Z] "https://nexus3.edgexfoundry.org:10001" [2023-12-08T04:35:18.659Z] ], [2023-12-08T04:35:18.659Z] "bip": "10.250.0.254/24", [2023-12-08T04:35:18.659Z] "hosts": [ [2023-12-08T04:35:18.659Z] "tcp://0.0.0.0:5555", [2023-12-08T04:35:18.659Z] "unix:///var/run/docker.sock" [2023-12-08T04:35:18.659Z] ], [2023-12-08T04:35:18.659Z] "mtu": 1458, [2023-12-08T04:35:18.659Z] "selinux-enabled": true, [2023-12-08T04:35:18.659Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-12-08T04:35:18.659Z] } [Pipeline] sh [2023-12-08T04:35:19.016Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-12-08T04:35:19.358Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-08T04:35:41.543Z] provisioning config files... [2023-12-08T04:35:41.584Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/77@tmp/config13960742464544741248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:35:42.094Z] ---> ****-login.sh [2023-12-08T04:35:42.094Z] nexus3.edgexfoundry.org:10001 [2023-12-08T04:35:42.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:35:42.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:35:42.637Z] Configure a credential helper to remove this warning. See [2023-12-08T04:35:42.637Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:35:42.637Z] [2023-12-08T04:35:42.637Z] Login Succeeded [2023-12-08T04:35:42.637Z] nexus3.edgexfoundry.org:10002 [2023-12-08T04:35:42.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:35:42.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:35:42.912Z] Configure a credential helper to remove this warning. See [2023-12-08T04:35:42.912Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:35:42.912Z] [2023-12-08T04:35:42.912Z] Login Succeeded [2023-12-08T04:35:42.912Z] nexus3.edgexfoundry.org:10003 [2023-12-08T04:35:43.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:35:43.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:35:43.190Z] Configure a credential helper to remove this warning. See [2023-12-08T04:35:43.190Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:35:43.190Z] [2023-12-08T04:35:43.190Z] Login Succeeded [2023-12-08T04:35:43.190Z] nexus3.edgexfoundry.org:10004 [2023-12-08T04:35:43.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:35:43.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:35:43.464Z] Configure a credential helper to remove this warning. See [2023-12-08T04:35:43.464Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:35:43.464Z] [2023-12-08T04:35:43.464Z] Login Succeeded [2023-12-08T04:35:43.464Z] ****.io [2023-12-08T04:35:43.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:35:44.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:35:44.009Z] Configure a credential helper to remove this warning. See [2023-12-08T04:35:44.009Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:35:44.009Z] [2023-12-08T04:35:44.009Z] Login Succeeded [2023-12-08T04:35:44.009Z] ---> ****-login.sh ends [Pipeline] } [2023-12-08T04:35:44.025Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-12-08T04:35:44.559Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-08T04:35:44.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-08T04:35:44.652Z] ========================================================= [2023-12-08T04:35:44.652Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-12-08T04:35:44.652Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:35:45.156Z] + 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-08T04:35:46.784Z] #0 building with "default" instance using docker driver [2023-12-08T04:35:46.784Z] [2023-12-08T04:35:46.784Z] #1 [internal] load build definition from Dockerfile [2023-12-08T04:35:46.784Z] #1 transferring dockerfile: 1.76kB 0.0s done [2023-12-08T04:35:46.784Z] #1 DONE 0.1s [2023-12-08T04:35:46.784Z] [2023-12-08T04:35:46.784Z] #2 [internal] load .dockerignore [2023-12-08T04:35:46.784Z] #2 transferring context: 159B done [2023-12-08T04:35:46.784Z] #2 DONE 0.1s [2023-12-08T04:35:46.784Z] [2023-12-08T04:35:46.784Z] #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-08T04:35:46.784Z] #3 DONE 0.1s [2023-12-08T04:35:46.784Z] [2023-12-08T04:35:46.784Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-12-08T04:35:46.784Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done [2023-12-08T04:35:46.784Z] #4 ... [2023-12-08T04:35:46.784Z] [2023-12-08T04:35:46.784Z] #5 [internal] load build context [2023-12-08T04:35:46.784Z] #5 transferring context: 220.66kB 0.1s done [2023-12-08T04:35:46.784Z] #5 DONE 0.1s [2023-12-08T04:35:46.784Z] [2023-12-08T04:35:46.784Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-12-08T04:35:46.784Z] #4 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done [2023-12-08T04:35:46.784Z] #4 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done [2023-12-08T04:35:46.784Z] #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0B / 3.33MB 0.1s [2023-12-08T04:35:46.784Z] #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0B / 286.30kB 0.1s [2023-12-08T04:35:46.784Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 2.10MB / 63.99MB 0.1s [2023-12-08T04:35:47.055Z] #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.2s done [2023-12-08T04:35:47.055Z] #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done [2023-12-08T04:35:47.055Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 7.34MB / 63.99MB 0.2s [2023-12-08T04:35:47.055Z] #4 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done [2023-12-08T04:35:47.055Z] #4 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done [2023-12-08T04:35:47.055Z] #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d [2023-12-08T04:35:47.055Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0B / 11.40MB 0.3s [2023-12-08T04:35:47.055Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 16.78MB / 63.99MB 0.4s [2023-12-08T04:35:47.055Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 3.15MB / 11.40MB 0.4s [2023-12-08T04:35:47.055Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.26MB / 97.63MB 0.4s [2023-12-08T04:35:47.327Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 20.97MB / 63.99MB 0.5s [2023-12-08T04:35:47.327Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 6.29MB / 11.40MB 0.5s [2023-12-08T04:35:47.327Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 29.36MB / 63.99MB 0.7s [2023-12-08T04:35:47.327Z] #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done [2023-12-08T04:35:47.327Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 8.86MB / 11.40MB 0.6s [2023-12-08T04:35:47.327Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 18.62MB / 97.63MB 0.7s [2023-12-08T04:35:47.327Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 33.55MB / 63.99MB 0.8s [2023-12-08T04:35:47.327Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.7s done [2023-12-08T04:35:47.599Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 37.75MB / 63.99MB 0.9s [2023-12-08T04:35:47.599Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 27.26MB / 97.63MB 0.9s [2023-12-08T04:35:47.599Z] #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 [2023-12-08T04:35:47.599Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 42.99MB / 63.99MB 1.0s [2023-12-08T04:35:47.599Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 32.16MB / 97.63MB 1.0s [2023-12-08T04:35:47.599Z] #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.2s done [2023-12-08T04:35:47.869Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 52.43MB / 63.99MB 1.2s [2023-12-08T04:35:47.869Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 41.94MB / 97.63MB 1.2s [2023-12-08T04:35:47.869Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 56.62MB / 63.99MB 1.3s [2023-12-08T04:35:47.869Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 46.95MB / 97.63MB 1.3s [2023-12-08T04:35:48.144Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 61.87MB / 63.99MB 1.4s [2023-12-08T04:35:48.144Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 56.62MB / 97.63MB 1.5s [2023-12-08T04:35:48.414Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 1.5s done [2023-12-08T04:35:48.414Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 61.87MB / 97.63MB 1.6s [2023-12-08T04:35:48.414Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 [2023-12-08T04:35:48.414Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 66.95MB / 97.63MB 1.7s [2023-12-08T04:35:48.684Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 79.69MB / 97.63MB 2.0s [2023-12-08T04:35:48.684Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 84.93MB / 97.63MB 2.1s [2023-12-08T04:35:48.955Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 94.37MB / 97.63MB 2.3s [2023-12-08T04:35:49.225Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.5s done [2023-12-08T04:35:54.596Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 5.6s [2023-12-08T04:35:59.955Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 10.9s [2023-12-08T04:36:05.318Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.1s done [2023-12-08T04:36:07.930Z] #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done [2023-12-08T04:36:07.930Z] #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 [2023-12-08T04:36:08.208Z] #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done [2023-12-08T04:36:08.208Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 [2023-12-08T04:36:13.579Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.1s [2023-12-08T04:36:16.921Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.8s done [2023-12-08T04:36:17.194Z] #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0.1s [2023-12-08T04:36:19.140Z] #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.8s done [2023-12-08T04:36:23.400Z] #4 DONE 36.8s [2023-12-08T04:36:23.400Z] [2023-12-08T04:36:23.400Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2023-12-08T04:36:24.361Z] #6 0.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-08T04:36:24.628Z] #6 1.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-08T04:36:25.590Z] #6 2.291 OK: 266 MiB in 52 packages [2023-12-08T04:36:27.557Z] #6 DONE 4.0s [2023-12-08T04:36:27.557Z] [2023-12-08T04:36:27.557Z] #7 [builder 3/7] WORKDIR /app [2023-12-08T04:36:27.557Z] #7 DONE 0.1s [2023-12-08T04:36:27.557Z] [2023-12-08T04:36:27.557Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2023-12-08T04:36:27.557Z] #8 DONE 0.1s [2023-12-08T04:36:27.830Z] [2023-12-08T04:36:27.830Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-08T04:36:54.530Z] #9 DONE 24.5s [2023-12-08T04:36:54.530Z] [2023-12-08T04:36:54.530Z] #10 [builder 6/7] COPY . . [2023-12-08T04:36:54.530Z] #10 DONE 0.2s [2023-12-08T04:36:54.530Z] [2023-12-08T04:36:54.530Z] #11 [builder 7/7] RUN echo noop [2023-12-08T04:36:54.530Z] #11 0.643 noop [2023-12-08T04:36:54.530Z] #11 DONE 0.7s [2023-12-08T04:36:54.530Z] [2023-12-08T04:36:54.530Z] #12 exporting to image [2023-12-08T04:36:54.530Z] #12 exporting layers [2023-12-08T04:37:16.674Z] #12 exporting layers 21.5s done [2023-12-08T04:37:16.674Z] #12 writing image sha256:76f9e7717e727eefff02ddf48e248333913361149274941815e74960aae23a0e done [2023-12-08T04:37:16.674Z] #12 naming to docker.io/library/ci-base-image-arm64 done [2023-12-08T04:37:16.674Z] #12 DONE 21.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:37:17.130Z] + docker inspect -f . ci-base-image-arm64 [2023-12-08T04:37:17.130Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:37:17.387Z] prd-ubuntu20.04-docker-arm64-4c-16g-24694 does not seem to be running inside a container [2023-12-08T04:37:17.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/77 -v /w/workspace/app-record-replay/77:/w/workspace/app-record-replay/77:rw,z -v /w/workspace/app-record-replay/77@tmp:/w/workspace/app-record-replay/77@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-08T04:37:22.134Z] $ docker top da0bc1144f1bcb64ab276fc2c5234e3cf4d5b2e39c7abcb7579738dc54896702 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-08T04:37:22.999Z] + go version [2023-12-08T04:37:22.999Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-12-08T04:37:23.020Z] $ docker stop --time=1 da0bc1144f1bcb64ab276fc2c5234e3cf4d5b2e39c7abcb7579738dc54896702 [2023-12-08T04:37:24.559Z] $ docker rm -f --volumes da0bc1144f1bcb64ab276fc2c5234e3cf4d5b2e39c7abcb7579738dc54896702 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:37:25.381Z] + docker inspect -f . ci-base-image-arm64 [2023-12-08T04:37:25.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:37:25.601Z] prd-ubuntu20.04-docker-arm64-4c-16g-24694 does not seem to be running inside a container [2023-12-08T04:37:25.673Z] $ 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/77 -v /w/workspace/app-record-replay/77:/w/workspace/app-record-replay/77:rw,z -v /w/workspace/app-record-replay/77@tmp:/w/workspace/app-record-replay/77@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-08T04:37:26.589Z] $ docker top 2cdfd05edddb5c0c6d911d19e2dced1d906478b8dc5829043ded33c03e0866aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-08T04:37:27.137Z] + git config --global --add safe.directory /w/workspace/app-record-replay/77 [Pipeline] fileExists [Pipeline] sh [2023-12-08T04:37:27.501Z] + make test [2023-12-08T04:37:27.501Z] go test -race -coverprofile=coverage.out ./... [2023-12-08T04:39:19.171Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-12-08T04:39:19.171Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.213s coverage: 88.0% of statements [2023-12-08T04:39:19.171Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-12-08T04:39:19.171Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-12-08T04:39:19.171Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-12-08T04:39:19.754Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.953s coverage: 98.7% of statements [2023-12-08T04:39:19.754Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.531s coverage: 89.7% of statements [2023-12-08T04:39:19.754Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.177s coverage: 100.0% of statements [2023-12-08T04:39:20.713Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-12-08T04:39:20.713Z] go vet ./... [2023-12-08T04:40:42.358Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-12-08T04:40:42.358Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-12-08T04:40:42.358Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-12-08T04:40:42.375Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-12-08T04:40:42.426Z] $ docker stop --time=1 2cdfd05edddb5c0c6d911d19e2dced1d906478b8dc5829043ded33c03e0866aa [2023-12-08T04:40:48.011Z] $ docker rm -f --volumes 2cdfd05edddb5c0c6d911d19e2dced1d906478b8dc5829043ded33c03e0866aa [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-08T04:40:49.607Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-12-08T04:40:49.622Z] Warning: overwriting stash ‘coverage-report’ [2023-12-08T04:40:50.059Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-08T04:40:50.678Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-12-08T04:40:50.993Z] + ls -al . [2023-12-08T04:40:50.993Z] total 188 [2023-12-08T04:40:50.993Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 8 04:37 . [2023-12-08T04:40:50.993Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 04:35 .. [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 8 04:35 .dockerignore [2023-12-08T04:40:50.993Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 04:35 .git [2023-12-08T04:40:50.993Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:35 .github [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 164 Dec 8 04:35 .gitignore [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 41 Dec 8 04:35 .golangci.yml [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 11301 Dec 8 04:35 Attribution.txt [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 458 Dec 8 04:35 CHANGELOG.md [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 1725 Dec 8 04:35 Dockerfile [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 8 04:35 GOVERNANCE.md [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 681 Dec 8 04:35 Jenkinsfile [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 8 04:35 LICENSE [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 3136 Dec 8 04:35 Makefile [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 611 Dec 8 04:35 OWNERS.md [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 4107 Dec 8 04:35 README.md [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 7789 Dec 8 04:35 Record and Reply.postman_collection.json [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 8 04:31 VERSION [2023-12-08T04:40:50.993Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:35 bin [2023-12-08T04:40:50.993Z] -rw-r--r-- 1 jenkins jenkins 24666 Dec 8 04:39 coverage.out [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 3901 Dec 8 04:35 go.mod [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 34881 Dec 8 04:35 go.sum [2023-12-08T04:40:50.993Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 8 04:35 internal [2023-12-08T04:40:50.993Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 04:35 main.go [2023-12-08T04:40:50.993Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:35 openapi [2023-12-08T04:40:50.993Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:35 pkg [2023-12-08T04:40:50.993Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:35 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:40:51.404Z] + 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=e27574318321310232daceea80e5370fcd7cad9c --label arch=arm64 --label version=3.2.0-dev.3 . [2023-12-08T04:40:51.989Z] #0 building with "default" instance using docker driver [2023-12-08T04:40:51.989Z] [2023-12-08T04:40:51.989Z] #1 [internal] load .dockerignore [2023-12-08T04:40:51.989Z] #1 transferring context: [2023-12-08T04:40:52.259Z] #1 transferring context: 159B done [2023-12-08T04:40:52.259Z] #1 DONE 0.0s [2023-12-08T04:40:52.259Z] [2023-12-08T04:40:52.259Z] #2 [internal] load build definition from Dockerfile [2023-12-08T04:40:52.259Z] #2 transferring dockerfile: 1.76kB done [2023-12-08T04:40:52.259Z] #2 DONE 0.0s [2023-12-08T04:40:52.259Z] [2023-12-08T04:40:52.259Z] #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-08T04:40:52.259Z] #3 DONE 0.0s [2023-12-08T04:40:52.259Z] [2023-12-08T04:40:52.259Z] #4 [internal] load metadata for docker.io/library/alpine:3.18 [2023-12-08T04:40:52.259Z] #4 DONE 0.2s [2023-12-08T04:40:52.259Z] [2023-12-08T04:40:52.259Z] #5 [internal] load build context [2023-12-08T04:40:52.259Z] #5 transferring context: 26.74kB 0.0s done [2023-12-08T04:40:52.259Z] #5 DONE 0.1s [2023-12-08T04:40:52.259Z] [2023-12-08T04:40:52.259Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-08T04:40:52.259Z] #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done [2023-12-08T04:40:52.529Z] #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-08T04:40:52.529Z] #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-08T04:40:52.529Z] #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-08T04:40:52.529Z] #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.1s [2023-12-08T04:40:52.529Z] #6 ... [2023-12-08T04:40:52.529Z] [2023-12-08T04:40:52.529Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-08T04:40:52.529Z] #7 DONE 0.2s [2023-12-08T04:40:52.529Z] [2023-12-08T04:40:52.529Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-08T04:40:52.529Z] #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.1s done [2023-12-08T04:40:52.529Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 [2023-12-08T04:40:53.177Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.4s done [2023-12-08T04:40:53.451Z] #6 DONE 0.9s [2023-12-08T04:40:53.451Z] [2023-12-08T04:40:53.451Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-08T04:40:54.035Z] #8 0.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-08T04:40:54.302Z] #8 1.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-08T04:40:55.290Z] #8 ... [2023-12-08T04:40:55.290Z] [2023-12-08T04:40:55.290Z] #9 [builder 2/7] RUN apk add --update --no-cache make git [2023-12-08T04:40:55.290Z] #9 0.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-08T04:40:55.290Z] #9 1.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-08T04:40:55.290Z] #9 2.251 OK: 266 MiB in 52 packages [2023-12-08T04:40:55.290Z] #9 DONE 2.5s [2023-12-08T04:40:55.290Z] [2023-12-08T04:40:55.290Z] #10 [builder 3/7] WORKDIR /app [2023-12-08T04:40:55.290Z] #10 DONE 0.1s [2023-12-08T04:40:55.290Z] [2023-12-08T04:40:55.290Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2023-12-08T04:40:55.290Z] #11 DONE 0.2s [2023-12-08T04:40:55.290Z] [2023-12-08T04:40:55.290Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-08T04:40:55.290Z] #8 2.057 (1/2) Installing ca-certificates (20230506-r0) [2023-12-08T04:40:55.564Z] #8 2.172 (2/2) Installing dumb-init (1.2.5-r2) [2023-12-08T04:40:55.564Z] #8 2.198 Executing busybox-1.36.1-r5.trigger [2023-12-08T04:40:55.564Z] #8 2.216 Executing ca-certificates-20230506-r0.trigger [2023-12-08T04:40:55.832Z] #8 2.461 OK: 9 MiB in 17 packages [2023-12-08T04:40:56.111Z] #8 DONE 2.8s [2023-12-08T04:40:56.111Z] [2023-12-08T04:40:56.111Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2023-12-08T04:40:57.077Z] #12 0.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-08T04:40:57.077Z] #12 ... [2023-12-08T04:40:57.077Z] [2023-12-08T04:40:57.077Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-08T04:40:57.077Z] #13 DONE 1.8s [2023-12-08T04:40:57.077Z] [2023-12-08T04:40:57.077Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2023-12-08T04:40:57.077Z] #12 1.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-08T04:40:57.347Z] #12 ... [2023-12-08T04:40:57.347Z] [2023-12-08T04:40:57.347Z] #14 [builder 6/7] COPY . . [2023-12-08T04:40:57.347Z] #14 DONE 0.2s [2023-12-08T04:40:57.612Z] [2023-12-08T04:40:57.612Z] #15 [builder 7/7] RUN make build [2023-12-08T04:40:58.218Z] #15 0.757 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.3" -trimpath -mod=readonly -o app-record-replay [2023-12-08T04:41:01.587Z] #15 ... [2023-12-08T04:41:01.587Z] [2023-12-08T04:41:01.587Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2023-12-08T04:41:01.587Z] #12 2.248 OK: 9 MiB in 17 packages [2023-12-08T04:41:01.587Z] #12 DONE 5.5s [2023-12-08T04:41:01.587Z] [2023-12-08T04:41:01.587Z] #15 [builder 7/7] RUN make build [2023-12-08T04:42:09.477Z] #15 DONE 64.3s [2023-12-08T04:42:09.477Z] [2023-12-08T04:42:09.477Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-12-08T04:42:09.477Z] #16 DONE 0.1s [2023-12-08T04:42:09.477Z] [2023-12-08T04:42:09.477Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2023-12-08T04:42:09.477Z] #17 DONE 0.1s [2023-12-08T04:42:09.477Z] [2023-12-08T04:42:09.477Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2023-12-08T04:42:09.477Z] #18 DONE 0.1s [2023-12-08T04:42:09.477Z] [2023-12-08T04:42:09.477Z] #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay [2023-12-08T04:42:09.477Z] #19 DONE 0.3s [2023-12-08T04:42:09.477Z] [2023-12-08T04:42:09.477Z] #20 exporting to image [2023-12-08T04:42:09.477Z] #20 exporting layers [2023-12-08T04:42:09.477Z] #20 exporting layers 0.4s done [2023-12-08T04:42:09.477Z] #20 writing image sha256:6ee5d13061e1ad82d8dad0294a705826a8cc8fc99f99dd0689b2e6be5116f1a7 done [2023-12-08T04:42:09.477Z] #20 naming to docker.io/library/app-record-replay-arm64 done [2023-12-08T04:42:09.477Z] #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-08T04:42:09.941Z] provisioning config files... [2023-12-08T04:42:09.958Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/77@tmp/config6444480675601210439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:42:10.374Z] ---> ****-login.sh [2023-12-08T04:42:10.374Z] nexus3.edgexfoundry.org:10001 [2023-12-08T04:42:10.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:42:10.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:42:10.650Z] Configure a credential helper to remove this warning. See [2023-12-08T04:42:10.650Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:42:10.650Z] [2023-12-08T04:42:10.650Z] Login Succeeded [2023-12-08T04:42:10.650Z] nexus3.edgexfoundry.org:10002 [2023-12-08T04:42:10.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:42:10.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:42:10.925Z] Configure a credential helper to remove this warning. See [2023-12-08T04:42:10.925Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:42:10.925Z] [2023-12-08T04:42:10.925Z] Login Succeeded [2023-12-08T04:42:10.925Z] nexus3.edgexfoundry.org:10003 [2023-12-08T04:42:11.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:42:11.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:42:11.194Z] Configure a credential helper to remove this warning. See [2023-12-08T04:42:11.194Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:42:11.194Z] [2023-12-08T04:42:11.194Z] Login Succeeded [2023-12-08T04:42:11.194Z] nexus3.edgexfoundry.org:10004 [2023-12-08T04:42:11.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:42:11.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:42:11.459Z] Configure a credential helper to remove this warning. See [2023-12-08T04:42:11.459Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:42:11.459Z] [2023-12-08T04:42:11.459Z] Login Succeeded [2023-12-08T04:42:11.459Z] ****.io [2023-12-08T04:42:11.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-08T04:42:11.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-08T04:42:11.991Z] Configure a credential helper to remove this warning. See [2023-12-08T04:42:11.991Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-08T04:42:11.991Z] [2023-12-08T04:42:11.991Z] Login Succeeded [2023-12-08T04:42:11.991Z] ---> ****-login.sh ends [Pipeline] } [2023-12-08T04:42:12.003Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-08T04:42:12.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-08T04:42:12.261Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-12-08T04:42:12.261Z] e27574318321310232daceea80e5370fcd7cad9c [2023-12-08T04:42:12.261Z] latest [2023-12-08T04:42:12.261Z] 3.2.0-dev.3 [2023-12-08T04:42:12.261Z] e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [2023-12-08T04:42:12.261Z] main [2023-12-08T04:42:12.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:12.815Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:13.280Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c [2023-12-08T04:42:13.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-08T04:42:13.281Z] adfe5b53e935: Preparing [2023-12-08T04:42:13.281Z] aadb7346422c: Preparing [2023-12-08T04:42:13.281Z] 88fd2de2c02a: Preparing [2023-12-08T04:42:13.281Z] 75698e9a7887: Preparing [2023-12-08T04:42:13.281Z] 300f013165fb: Preparing [2023-12-08T04:42:13.281Z] beb6d9dbf4a8: Preparing [2023-12-08T04:42:13.281Z] 0faf9b67be60: Preparing [2023-12-08T04:42:13.281Z] beb6d9dbf4a8: Waiting [2023-12-08T04:42:13.281Z] 0faf9b67be60: Waiting [2023-12-08T04:42:13.546Z] 75698e9a7887: Pushed [2023-12-08T04:42:13.546Z] 300f013165fb: Pushed [2023-12-08T04:42:13.546Z] 88fd2de2c02a: Pushed [2023-12-08T04:42:13.546Z] aadb7346422c: Pushed [2023-12-08T04:42:13.546Z] 0faf9b67be60: Layer already exists [2023-12-08T04:42:13.810Z] beb6d9dbf4a8: Pushed [2023-12-08T04:42:19.128Z] adfe5b53e935: Pushed [2023-12-08T04:42:19.128Z] e27574318321310232daceea80e5370fcd7cad9c: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:19.588Z] + 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-08T04:42:20.042Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-12-08T04:42:20.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-08T04:42:20.042Z] adfe5b53e935: Preparing [2023-12-08T04:42:20.042Z] aadb7346422c: Preparing [2023-12-08T04:42:20.042Z] 88fd2de2c02a: Preparing [2023-12-08T04:42:20.042Z] 75698e9a7887: Preparing [2023-12-08T04:42:20.042Z] 300f013165fb: Preparing [2023-12-08T04:42:20.042Z] beb6d9dbf4a8: Preparing [2023-12-08T04:42:20.042Z] 0faf9b67be60: Preparing [2023-12-08T04:42:20.042Z] beb6d9dbf4a8: Waiting [2023-12-08T04:42:20.042Z] 0faf9b67be60: Waiting [2023-12-08T04:42:20.042Z] adfe5b53e935: Layer already exists [2023-12-08T04:42:20.042Z] 88fd2de2c02a: Layer already exists [2023-12-08T04:42:20.042Z] 75698e9a7887: Layer already exists [2023-12-08T04:42:20.042Z] 300f013165fb: Layer already exists [2023-12-08T04:42:20.042Z] aadb7346422c: Layer already exists [2023-12-08T04:42:20.042Z] 0faf9b67be60: Layer already exists [2023-12-08T04:42:20.042Z] beb6d9dbf4a8: Layer already exists [2023-12-08T04:42:20.307Z] latest: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:20.760Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:21.210Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.3 [2023-12-08T04:42:21.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-08T04:42:21.210Z] adfe5b53e935: Preparing [2023-12-08T04:42:21.210Z] aadb7346422c: Preparing [2023-12-08T04:42:21.210Z] 88fd2de2c02a: Preparing [2023-12-08T04:42:21.210Z] 75698e9a7887: Preparing [2023-12-08T04:42:21.210Z] 300f013165fb: Preparing [2023-12-08T04:42:21.210Z] beb6d9dbf4a8: Preparing [2023-12-08T04:42:21.210Z] 0faf9b67be60: Preparing [2023-12-08T04:42:21.210Z] beb6d9dbf4a8: Waiting [2023-12-08T04:42:21.210Z] 0faf9b67be60: Waiting [2023-12-08T04:42:21.210Z] 300f013165fb: Layer already exists [2023-12-08T04:42:21.210Z] adfe5b53e935: Layer already exists [2023-12-08T04:42:21.210Z] aadb7346422c: Layer already exists [2023-12-08T04:42:21.210Z] 88fd2de2c02a: Layer already exists [2023-12-08T04:42:21.210Z] 75698e9a7887: Layer already exists [2023-12-08T04:42:21.210Z] beb6d9dbf4a8: Layer already exists [2023-12-08T04:42:21.210Z] 0faf9b67be60: Layer already exists [2023-12-08T04:42:21.475Z] 3.2.0-dev.3: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:21.937Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:22.400Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [2023-12-08T04:42:22.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-08T04:42:22.400Z] adfe5b53e935: Preparing [2023-12-08T04:42:22.400Z] aadb7346422c: Preparing [2023-12-08T04:42:22.400Z] 88fd2de2c02a: Preparing [2023-12-08T04:42:22.400Z] 75698e9a7887: Preparing [2023-12-08T04:42:22.400Z] 300f013165fb: Preparing [2023-12-08T04:42:22.400Z] beb6d9dbf4a8: Preparing [2023-12-08T04:42:22.400Z] 0faf9b67be60: Preparing [2023-12-08T04:42:22.400Z] beb6d9dbf4a8: Waiting [2023-12-08T04:42:22.400Z] 0faf9b67be60: Waiting [2023-12-08T04:42:22.400Z] 300f013165fb: Layer already exists [2023-12-08T04:42:22.400Z] 75698e9a7887: Layer already exists [2023-12-08T04:42:22.400Z] aadb7346422c: Layer already exists [2023-12-08T04:42:22.400Z] 88fd2de2c02a: Layer already exists [2023-12-08T04:42:22.400Z] adfe5b53e935: Layer already exists [2023-12-08T04:42:22.400Z] 0faf9b67be60: Layer already exists [2023-12-08T04:42:22.400Z] beb6d9dbf4a8: Layer already exists [2023-12-08T04:42:22.664Z] e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:23.137Z] + 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-08T04:42:23.594Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-12-08T04:42:23.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-12-08T04:42:23.594Z] adfe5b53e935: Preparing [2023-12-08T04:42:23.594Z] aadb7346422c: Preparing [2023-12-08T04:42:23.594Z] 88fd2de2c02a: Preparing [2023-12-08T04:42:23.594Z] 75698e9a7887: Preparing [2023-12-08T04:42:23.594Z] 300f013165fb: Preparing [2023-12-08T04:42:23.594Z] beb6d9dbf4a8: Preparing [2023-12-08T04:42:23.594Z] 0faf9b67be60: Preparing [2023-12-08T04:42:23.594Z] 0faf9b67be60: Waiting [2023-12-08T04:42:23.594Z] beb6d9dbf4a8: Waiting [2023-12-08T04:42:23.594Z] 300f013165fb: Layer already exists [2023-12-08T04:42:23.594Z] 75698e9a7887: Layer already exists [2023-12-08T04:42:23.594Z] 88fd2de2c02a: Layer already exists [2023-12-08T04:42:23.594Z] aadb7346422c: Layer already exists [2023-12-08T04:42:23.594Z] adfe5b53e935: Layer already exists [2023-12-08T04:42:23.594Z] beb6d9dbf4a8: Layer already exists [2023-12-08T04:42:23.594Z] 0faf9b67be60: Layer already exists [2023-12-08T04:42:23.859Z] main: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-12-08T04:42:24.178Z] ===================================================== [Pipeline] echo [2023-12-08T04:42:24.229Z] taggedImages: [2023-12-08T04:42:24.229Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c [2023-12-08T04:42:24.229Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-12-08T04:42:24.229Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.3 [2023-12-08T04:42:24.229Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [2023-12-08T04:42:24.229Z] - 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-08T04:42:24.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-08T04:42:24.855Z] [2023-12-08T04:42:24.855Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:42:25.222Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-08T04:42:27.150Z] arm64: Pulling from edgex-lftools-log-publisher [2023-12-08T04:42:27.150Z] 8998bd30e6a1: Pulling fs layer [2023-12-08T04:42:27.150Z] 04944245beec: Pulling fs layer [2023-12-08T04:42:27.150Z] 699f458cf7ca: Pulling fs layer [2023-12-08T04:42:27.150Z] 765212b225bb: Pulling fs layer [2023-12-08T04:42:27.150Z] f23df028b6ca: Pulling fs layer [2023-12-08T04:42:27.150Z] d65c8cfc05b1: Pulling fs layer [2023-12-08T04:42:27.150Z] 2437ff75d9bd: Pulling fs layer [2023-12-08T04:42:27.150Z] 765212b225bb: Waiting [2023-12-08T04:42:27.150Z] f23df028b6ca: Waiting [2023-12-08T04:42:27.150Z] 2437ff75d9bd: Waiting [2023-12-08T04:42:27.150Z] d65c8cfc05b1: Waiting [2023-12-08T04:42:27.150Z] 04944245beec: Verifying Checksum [2023-12-08T04:42:27.150Z] 04944245beec: Download complete [2023-12-08T04:42:27.150Z] 765212b225bb: Verifying Checksum [2023-12-08T04:42:27.151Z] 765212b225bb: Download complete [2023-12-08T04:42:27.151Z] f23df028b6ca: Verifying Checksum [2023-12-08T04:42:27.151Z] f23df028b6ca: Download complete [2023-12-08T04:42:27.151Z] d65c8cfc05b1: Verifying Checksum [2023-12-08T04:42:27.151Z] d65c8cfc05b1: Download complete [2023-12-08T04:42:27.151Z] 699f458cf7ca: Verifying Checksum [2023-12-08T04:42:27.151Z] 699f458cf7ca: Download complete [2023-12-08T04:42:27.731Z] 8998bd30e6a1: Download complete [2023-12-08T04:42:29.665Z] 2437ff75d9bd: Verifying Checksum [2023-12-08T04:42:29.665Z] 2437ff75d9bd: Download complete [2023-12-08T04:42:33.906Z] 8998bd30e6a1: Pull complete [2023-12-08T04:42:34.173Z] 04944245beec: Pull complete [2023-12-08T04:42:36.110Z] 699f458cf7ca: Pull complete [2023-12-08T04:42:36.110Z] 765212b225bb: Pull complete [2023-12-08T04:42:37.068Z] f23df028b6ca: Pull complete [2023-12-08T04:42:37.068Z] d65c8cfc05b1: Pull complete [2023-12-08T04:43:03.727Z] 2437ff75d9bd: Pull complete [2023-12-08T04:43:03.727Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-12-08T04:43:03.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-08T04:43:03.727Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:43:04.064Z] prd-ubuntu20.04-docker-arm64-4c-16g-24694 does not seem to be running inside a container [2023-12-08T04:43:04.128Z] $ 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/77 -v /w/workspace/app-record-replay/77:/w/workspace/app-record-replay/77:rw,z -v /w/workspace/app-record-replay/77@tmp:/w/workspace/app-record-replay/77@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-08T04:43:05.993Z] $ docker top c90cb7247e4486b54fbe0306ef92bc4a31637ed5fe460a2bd8d74d10aa0a9536 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:43:06.662Z] ---> job-cost.sh [2023-12-08T04:43:06.928Z] lf-activate-venv: SKIPPING [2023-12-08T04:43:06.928Z] INFO: No Stack... [2023-12-08T04:43:07.192Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-08T04:43:08.211Z] INFO: Archiving Costs [Pipeline] sh [2023-12-08T04:43:08.528Z] + cat /w/workspace/app-record-replay/77/archives/cost.csv [2023-12-08T04:43:08.528Z] + cut -d, -f6 [Pipeline] lock [2023-12-08T04:43:08.587Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [2023-12-08T04:43:08.592Z] Resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] did not exist. Created. [2023-12-08T04:43:08.592Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-12-08T04:43:09.017Z] /w/workspace/app-record-replay/77@tmp/durable-ebae3057/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-12-08T04:43:09.337Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-12-08T04:43:09.401Z] Warning: overwriting stash ‘stack-cost’ [2023-12-08T04:43:09.453Z] Stashed 1 file(s) [Pipeline] } [2023-12-08T04:43:09.462Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-12-08T04:43:09.583Z] $ docker stop --time=1 c90cb7247e4486b54fbe0306ef92bc4a31637ed5fe460a2bd8d74d10aa0a9536 [2023-12-08T04:43:10.971Z] $ docker rm -f --volumes c90cb7247e4486b54fbe0306ef92bc4a31637ed5fe460a2bd8d74d10aa0a9536 [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-08T04:43:12.247Z] provisioning config files... [2023-12-08T04:43:12.254Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14495603970765902573tmp [Pipeline] { [Pipeline] sh [2023-12-08T04:43:12.667Z] + set +x [2023-12-08T04:43:12.668Z] + + curl -s https://codecov.io/bash [2023-12-08T04:43:12.668Z] bash -s -- [2023-12-08T04:43:12.668Z] [2023-12-08T04:43:12.668Z] _____ _ [2023-12-08T04:43:12.668Z] / ____| | | [2023-12-08T04:43:12.668Z] | | ___ __| | ___ ___ _____ __ [2023-12-08T04:43:12.668Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-12-08T04:43:12.668Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-12-08T04:43:12.668Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-12-08T04:43:12.668Z] Bash-1.0.6 [2023-12-08T04:43:12.668Z] [2023-12-08T04:43:12.668Z] [2023-12-08T04:43:12.668Z] ==> git version 2.25.1 found [2023-12-08T04:43:12.668Z] ==> 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-08T04:43:12.668Z] Release-Date: 2020-01-08 [2023-12-08T04:43:12.668Z] 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-08T04:43:12.668Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-12-08T04:43:12.668Z] ==> Jenkins CI detected. [2023-12-08T04:43:12.668Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-12-08T04:43:12.668Z] project root: . [2023-12-08T04:43:12.668Z] --> token set from env [2023-12-08T04:43:12.668Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-12-08T04:43:12.668Z] ==> Running gcov in . (disable via -X gcov) [2023-12-08T04:43:12.668Z] ==> Python coveragepy not found [2023-12-08T04:43:12.668Z] ==> Searching for coverage reports in: [2023-12-08T04:43:12.668Z] + . [2023-12-08T04:43:12.668Z] -> Found 1 reports [2023-12-08T04:43:12.668Z] ==> Detecting git/mercurial file structure [2023-12-08T04:43:12.926Z] ==> Reading reports [2023-12-08T04:43:12.926Z] + ./coverage.out bytes=24666 [2023-12-08T04:43:12.926Z] ==> Appending adjustments [2023-12-08T04:43:12.926Z] https://docs.codecov.io/docs/fixing-reports [2023-12-08T04:43:12.926Z] + Found adjustments [2023-12-08T04:43:12.926Z] ==> Gzipping contents [2023-12-08T04:43:12.927Z] 8.0K /tmp/codecov.5ENhR5.gz [2023-12-08T04:43:12.927Z] ==> Uploading reports [2023-12-08T04:43:12.927Z] url: https://codecov.io [2023-12-08T04:43:12.927Z] query: branch=main&commit=e27574318321310232daceea80e5370fcd7cad9c&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-12-08T04:43:12.927Z] -> Pinging Codecov [2023-12-08T04:43:12.927Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=e27574318321310232daceea80e5370fcd7cad9c&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-12-08T04:43:13.186Z] -> Uploading to [2023-12-08T04:43:13.186Z] https://storage.googleapis.com/codecov/v4/raw/2023-12-08/F467761B9912B4F32F9BC62907045C81/e27574318321310232daceea80e5370fcd7cad9c/6c206863-e586-43bb-815a-5ec43ce8a8a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231208T044312Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=226355a3b682351d906f11807a102585106bab2c214f7b1debfcb2e80d2b8bd4 [2023-12-08T04:43:13.186Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-12-08T04:43:13.186Z] Dload Upload Total Spent Left Speed [2023-12-08T04:43:13.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4847 0 0 100 4847 0 18786 --:--:-- --:--:-- --:--:-- 18714 100 4847 0 0 100 4847 0 18714 --:--:-- --:--:-- --:--:-- 18642 [2023-12-08T04:43:13.445Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/e27574318321310232daceea80e5370fcd7cad9c [Pipeline] } [2023-12-08T04:43:13.453Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-12-08T04:43:13.839Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-12-08T04:43:13.851Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:43:14.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-12-08T04:43:14.302Z] [2023-12-08T04:43:14.302Z] 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-08T04:43:14.652Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-12-08T04:43:14.652Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-12-08T04:43:14.652Z] df9b9388f04a: Pulling fs layer [2023-12-08T04:43:14.652Z] 52dc419b0ee2: Pulling fs layer [2023-12-08T04:43:14.652Z] 25bc292e5bac: Pulling fs layer [2023-12-08T04:43:14.652Z] 114826534d7a: Pulling fs layer [2023-12-08T04:43:14.652Z] 4657fd5d0bcf: Pulling fs layer [2023-12-08T04:43:14.652Z] 6ad1cebc031e: Pulling fs layer [2023-12-08T04:43:14.652Z] 8a3aa393b2d8: Pulling fs layer [2023-12-08T04:43:14.652Z] 114826534d7a: Waiting [2023-12-08T04:43:14.652Z] 4657fd5d0bcf: Waiting [2023-12-08T04:43:14.652Z] 6ad1cebc031e: Waiting [2023-12-08T04:43:14.652Z] 8a3aa393b2d8: Waiting [2023-12-08T04:43:14.652Z] 25bc292e5bac: Download complete [2023-12-08T04:43:14.652Z] 52dc419b0ee2: Download complete [2023-12-08T04:43:14.652Z] 4657fd5d0bcf: Verifying Checksum [2023-12-08T04:43:14.652Z] 4657fd5d0bcf: Download complete [2023-12-08T04:43:14.652Z] df9b9388f04a: Download complete [2023-12-08T04:43:14.912Z] df9b9388f04a: Pull complete [2023-12-08T04:43:14.912Z] 6ad1cebc031e: Verifying Checksum [2023-12-08T04:43:14.913Z] 6ad1cebc031e: Download complete [2023-12-08T04:43:14.913Z] 52dc419b0ee2: Pull complete [2023-12-08T04:43:14.913Z] 25bc292e5bac: Pull complete [2023-12-08T04:43:15.479Z] 114826534d7a: Verifying Checksum [2023-12-08T04:43:15.479Z] 114826534d7a: Download complete [2023-12-08T04:43:15.479Z] 8a3aa393b2d8: Verifying Checksum [2023-12-08T04:43:15.479Z] 8a3aa393b2d8: Download complete [2023-12-08T04:43:18.761Z] 114826534d7a: Pull complete [2023-12-08T04:43:18.761Z] 4657fd5d0bcf: Pull complete [2023-12-08T04:43:19.018Z] 6ad1cebc031e: Pull complete [2023-12-08T04:43:21.549Z] 8a3aa393b2d8: Pull complete [2023-12-08T04:43:21.549Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-12-08T04:43:21.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-12-08T04:43:21.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:43:21.834Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:43:21.868Z] $ 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-08T04:43:23.635Z] $ docker top 53ee2b9ff1b541676972da8bd46e64d9d836371b83b105c4b2fe13789a562594 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-12-08T04:43:23.800Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-12-08T04:43:24.080Z] + set -o pipefail [2023-12-08T04:43:24.080Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-12-08T04:43:29.348Z] [2023-12-08T04:43:29.348Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-12-08T04:43:29.348Z] [2023-12-08T04:43:29.348Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/c9e6f776-c356-40bd-bce3-bd81d01da225 [2023-12-08T04:43:29.348Z] [2023-12-08T04:43:29.348Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-12-08T04:43:29.348Z] [2023-12-08T04:43:29.606Z] [2023-12-08T04:43:29.606Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-12-08T04:43:29.606Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-12-08T04:43:29.606Z] More details here: https://snyk.co/ue1NS [2023-12-08T04:43:29.606Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-12-08T04:43:29.606Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-12-08T04:43:29.613Z] $ docker stop --time=1 53ee2b9ff1b541676972da8bd46e64d9d836371b83b105c4b2fe13789a562594 [2023-12-08T04:43:31.574Z] $ docker rm -f --volumes 53ee2b9ff1b541676972da8bd46e64d9d836371b83b105c4b2fe13789a562594 [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-08T04:43:33.041Z] + git log --format=format:%s -1 e27574318321310232daceea80e5370fcd7cad9c [Pipeline] sh [2023-12-08T04:43:33.328Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-08T04:43:33.329Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:43:33.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-08T04:43:33.671Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:43:33.837Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:43:33.863Z] $ 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-08T04:43:34.185Z] $ docker top 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 -eo pid,comm [2023-12-08T04:43:34.236Z] 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-08T04:43:34.236Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-08T04:43:34.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-08T04:43:34.464Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-08T04:43:34.581Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-08T04:43:34.582Z] $ docker exec 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 ssh-agent [2023-12-08T04:43:34.693Z] SSH_AUTH_SOCK=/tmp/ssh-NZupyUI08POu/agent.33 [2023-12-08T04:43:34.693Z] SSH_AGENT_PID=39 [2023-12-08T04:43:34.698Z] Running ssh-add (command line suppressed) [2023-12-08T04:43:34.790Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9373625367830092099.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9373625367830092099.key) [2023-12-08T04:43:34.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-08T04:43:35.139Z] + git semver tag [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,304 [run_tag] DEBUG tag force:False [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,304 [check_head_tag] DEBUG check head tag [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,306 [execute] INFO git cat-file --batch-check [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,310 [execute] INFO git cat-file --batch [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,331 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,332 [execute] INFO git tag -a v3.2.0-dev.3 -m v3.2.0-dev.3 [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,332 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.3', '-m', 'v3.2.0-dev.3'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-12-08T04:43:35.399Z] 2023-12-08 04:43:35,337 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:43:35.399Z] 3.2.0-dev.3 [Pipeline] } [2023-12-08T04:43:35.412Z] $ docker exec --env ******** --env ******** 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 ssh-agent -k [2023-12-08T04:43:35.511Z] unset SSH_AUTH_SOCK; [2023-12-08T04:43:35.512Z] unset SSH_AGENT_PID; [2023-12-08T04:43:35.512Z] echo Agent pid 39 killed; [2023-12-08T04:43:35.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-08T04:43:36.032Z] + git semver [Pipeline] } [2023-12-08T04:43:36.301Z] $ docker stop --time=1 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 [2023-12-08T04:43:37.588Z] $ docker rm -f --volumes 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:43:38.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-12-08T04:43:38.231Z] [2023-12-08T04:43:38.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:43:38.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-12-08T04:43:38.574Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-12-08T04:43:38.574Z] ab5ef0e58194: Pulling fs layer [2023-12-08T04:43:38.574Z] 9712f1f96733: Pulling fs layer [2023-12-08T04:43:38.574Z] 63f879dbbcfc: Pulling fs layer [2023-12-08T04:43:38.574Z] 0d9ebad4ef96: Pulling fs layer [2023-12-08T04:43:38.574Z] e9a5061849ea: Pulling fs layer [2023-12-08T04:43:38.574Z] d747dcd14b5f: Pulling fs layer [2023-12-08T04:43:38.574Z] 2de7ff778b66: Pulling fs layer [2023-12-08T04:43:38.574Z] 0d9ebad4ef96: Waiting [2023-12-08T04:43:38.574Z] e9a5061849ea: Waiting [2023-12-08T04:43:38.574Z] d747dcd14b5f: Waiting [2023-12-08T04:43:38.574Z] 2de7ff778b66: Waiting [2023-12-08T04:43:38.574Z] 9712f1f96733: Download complete [2023-12-08T04:43:38.832Z] 63f879dbbcfc: Verifying Checksum [2023-12-08T04:43:38.832Z] 63f879dbbcfc: Download complete [2023-12-08T04:43:39.091Z] e9a5061849ea: Verifying Checksum [2023-12-08T04:43:39.091Z] e9a5061849ea: Download complete [2023-12-08T04:43:39.091Z] d747dcd14b5f: Verifying Checksum [2023-12-08T04:43:39.091Z] d747dcd14b5f: Download complete [2023-12-08T04:43:39.091Z] 0d9ebad4ef96: Download complete [2023-12-08T04:43:39.091Z] ab5ef0e58194: Verifying Checksum [2023-12-08T04:43:39.091Z] ab5ef0e58194: Download complete [2023-12-08T04:43:39.091Z] 2de7ff778b66: Verifying Checksum [2023-12-08T04:43:39.091Z] 2de7ff778b66: Download complete [2023-12-08T04:43:41.619Z] ab5ef0e58194: Pull complete [2023-12-08T04:43:41.619Z] 9712f1f96733: Pull complete [2023-12-08T04:43:42.185Z] 63f879dbbcfc: Pull complete [2023-12-08T04:43:46.368Z] 0d9ebad4ef96: Pull complete [2023-12-08T04:43:46.368Z] e9a5061849ea: Pull complete [2023-12-08T04:43:46.368Z] d747dcd14b5f: Pull complete [2023-12-08T04:43:46.936Z] 2de7ff778b66: Pull complete [2023-12-08T04:43:46.936Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-12-08T04:43:46.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-12-08T04:43:46.936Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:43:47.211Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:43:47.237Z] $ 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-08T04:43:49.022Z] $ docker top 9ea89673162ac3a2204c79acbbc204b516c6abb8130ac2fb7784e2d65139e28f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-12-08T04:43:49.196Z] provisioning config files... [2023-12-08T04:43:49.206Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2387750583153830567tmp [2023-12-08T04:43:49.223Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15879939126840413708tmp [2023-12-08T04:43:49.240Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3074429761604634971tmp [Pipeline] { [Pipeline] echo [2023-12-08T04:43:49.367Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:43:49.662Z] ---> sigul-configuration.sh [2023-12-08T04:43:49.663Z] gpg: directory `/root/.gnupg' created [2023-12-08T04:43:49.663Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-12-08T04:43:49.663Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-12-08T04:43:49.663Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-12-08T04:43:49.663Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-12-08T04:43:49.663Z] gpg: CAST5 encrypted data [2023-12-08T04:43:49.663Z] gpg: encrypted with 1 passphrase [2023-12-08T04:43:49.663Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-12-08T04:43:49.963Z] + mkdir /home/jenkins [2023-12-08T04:43:49.963Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-12-08T04:43:50.258Z] + 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-08T04:43:50.272Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:43:50.624Z] ---> sigul-install.sh [2023-12-08T04:43:50.624Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-12-08T04:43:50.926Z] + git tag --list [2023-12-08T04:43:50.926Z] v3.1 [2023-12-08T04:43:50.926Z] v3.1.0 [2023-12-08T04:43:50.926Z] v3.1.0-dev.0 [2023-12-08T04:43:50.926Z] v3.1.0-dev.1 [2023-12-08T04:43:50.926Z] v3.1.0-dev.10 [2023-12-08T04:43:50.926Z] v3.1.0-dev.11 [2023-12-08T04:43:50.926Z] v3.1.0-dev.12 [2023-12-08T04:43:50.926Z] v3.1.0-dev.13 [2023-12-08T04:43:50.926Z] v3.1.0-dev.14 [2023-12-08T04:43:50.926Z] v3.1.0-dev.15 [2023-12-08T04:43:50.926Z] v3.1.0-dev.16 [2023-12-08T04:43:50.926Z] v3.1.0-dev.17 [2023-12-08T04:43:50.926Z] v3.1.0-dev.18 [2023-12-08T04:43:50.926Z] v3.1.0-dev.19 [2023-12-08T04:43:50.926Z] v3.1.0-dev.2 [2023-12-08T04:43:50.926Z] v3.1.0-dev.20 [2023-12-08T04:43:50.926Z] v3.1.0-dev.21 [2023-12-08T04:43:50.926Z] v3.1.0-dev.22 [2023-12-08T04:43:50.926Z] v3.1.0-dev.23 [2023-12-08T04:43:50.926Z] v3.1.0-dev.24 [2023-12-08T04:43:50.926Z] v3.1.0-dev.25 [2023-12-08T04:43:50.926Z] v3.1.0-dev.26 [2023-12-08T04:43:50.926Z] v3.1.0-dev.27 [2023-12-08T04:43:50.926Z] v3.1.0-dev.28 [2023-12-08T04:43:50.926Z] v3.1.0-dev.29 [2023-12-08T04:43:50.927Z] v3.1.0-dev.3 [2023-12-08T04:43:50.927Z] v3.1.0-dev.30 [2023-12-08T04:43:50.927Z] v3.1.0-dev.31 [2023-12-08T04:43:50.927Z] v3.1.0-dev.32 [2023-12-08T04:43:50.927Z] v3.1.0-dev.33 [2023-12-08T04:43:50.927Z] v3.1.0-dev.34 [2023-12-08T04:43:50.927Z] v3.1.0-dev.35 [2023-12-08T04:43:50.927Z] v3.1.0-dev.36 [2023-12-08T04:43:50.927Z] v3.1.0-dev.37 [2023-12-08T04:43:50.927Z] v3.1.0-dev.38 [2023-12-08T04:43:50.927Z] v3.1.0-dev.39 [2023-12-08T04:43:50.927Z] v3.1.0-dev.4 [2023-12-08T04:43:50.927Z] v3.1.0-dev.40 [2023-12-08T04:43:50.927Z] v3.1.0-dev.41 [2023-12-08T04:43:50.927Z] v3.1.0-dev.42 [2023-12-08T04:43:50.927Z] v3.1.0-dev.43 [2023-12-08T04:43:50.927Z] v3.1.0-dev.44 [2023-12-08T04:43:50.927Z] v3.1.0-dev.45 [2023-12-08T04:43:50.927Z] v3.1.0-dev.46 [2023-12-08T04:43:50.927Z] v3.1.0-dev.47 [2023-12-08T04:43:50.927Z] v3.1.0-dev.48 [2023-12-08T04:43:50.927Z] v3.1.0-dev.49 [2023-12-08T04:43:50.927Z] v3.1.0-dev.5 [2023-12-08T04:43:50.927Z] v3.1.0-dev.50 [2023-12-08T04:43:50.927Z] v3.1.0-dev.51 [2023-12-08T04:43:50.927Z] v3.1.0-dev.52 [2023-12-08T04:43:50.927Z] v3.1.0-dev.53 [2023-12-08T04:43:50.927Z] v3.1.0-dev.54 [2023-12-08T04:43:50.927Z] v3.1.0-dev.55 [2023-12-08T04:43:50.927Z] v3.1.0-dev.56 [2023-12-08T04:43:50.927Z] v3.1.0-dev.57 [2023-12-08T04:43:50.927Z] v3.1.0-dev.58 [2023-12-08T04:43:50.927Z] v3.1.0-dev.59 [2023-12-08T04:43:50.927Z] v3.1.0-dev.6 [2023-12-08T04:43:50.927Z] v3.1.0-dev.60 [2023-12-08T04:43:50.927Z] v3.1.0-dev.61 [2023-12-08T04:43:50.927Z] v3.1.0-dev.62 [2023-12-08T04:43:50.927Z] v3.1.0-dev.63 [2023-12-08T04:43:50.927Z] v3.1.0-dev.64 [2023-12-08T04:43:50.927Z] v3.1.0-dev.65 [2023-12-08T04:43:50.927Z] v3.1.0-dev.66 [2023-12-08T04:43:50.927Z] v3.1.0-dev.67 [2023-12-08T04:43:50.927Z] v3.1.0-dev.68 [2023-12-08T04:43:50.927Z] v3.1.0-dev.7 [2023-12-08T04:43:50.927Z] v3.1.0-dev.8 [2023-12-08T04:43:50.927Z] v3.1.0-dev.9 [2023-12-08T04:43:50.927Z] v3.2.0-dev.1 [2023-12-08T04:43:50.927Z] v3.2.0-dev.2 [2023-12-08T04:43:50.927Z] v3.2.0-dev.3 [Pipeline] sh [2023-12-08T04:43:51.220Z] + lftools sign git-tag v3.2.0-dev.3 [2023-12-08T04:43:51.787Z] Signing Git tag with Sigul... [2023-12-08T04:43:51.787Z] Signing v3.2.0-dev.3 [Pipeline] echo [2023-12-08T04:43:52.060Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:43:52.350Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-12-08T04:43:52.358Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-12-08T04:43:52.483Z] $ docker stop --time=1 9ea89673162ac3a2204c79acbbc204b516c6abb8130ac2fb7784e2d65139e28f [2023-12-08T04:43:53.760Z] $ docker rm -f --volumes 9ea89673162ac3a2204c79acbbc204b516c6abb8130ac2fb7784e2d65139e28f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-12-08T04:43:54.654Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-08T04:43:54.654Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:43:55.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-08T04:43:55.009Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:43:55.187Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:43:55.218Z] $ 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-08T04:43:55.534Z] $ docker top f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba -eo pid,comm [2023-12-08T04:43:55.581Z] 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-08T04:43:55.581Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-08T04:43:55.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-08T04:43:55.787Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-08T04:43:55.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-08T04:43:55.895Z] $ docker exec f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba ssh-agent [2023-12-08T04:43:56.007Z] SSH_AUTH_SOCK=/tmp/ssh-B2L7sVPctGbD/agent.31 [2023-12-08T04:43:56.007Z] SSH_AGENT_PID=37 [2023-12-08T04:43:56.012Z] Running ssh-add (command line suppressed) [2023-12-08T04:43:56.120Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3240240547239084230.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3240240547239084230.key) [2023-12-08T04:43:56.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-08T04:43:56.471Z] + git semver bump pre [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,673 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,673 [bump_version] DEBUG bumping version:3.2.0-dev.3 on axis:pre with prefix:dev [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,673 [bump_version] DEBUG bumped version:3.2.0-dev.4 [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,673 [write_version] DEBUG write version:3.2.0-dev.4 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,674 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,674 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,676 [execute] INFO git cat-file --batch-check [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,676 [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-08T04:43:56.731Z] 2023-12-08 04:43:56,682 [execute] INFO git cat-file --batch [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,682 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-12-08T04:43:56.731Z] 2023-12-08 04:43:56,687 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:43:56.731Z] 3.2.0-dev.4 [Pipeline] } [2023-12-08T04:43:56.738Z] $ docker exec --env ******** --env ******** f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba ssh-agent -k [2023-12-08T04:43:56.832Z] unset SSH_AUTH_SOCK; [2023-12-08T04:43:56.832Z] unset SSH_AGENT_PID; [2023-12-08T04:43:56.832Z] echo Agent pid 37 killed; [2023-12-08T04:43:56.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-08T04:43:57.369Z] + git semver [Pipeline] } [2023-12-08T04:43:57.639Z] $ docker stop --time=1 f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba [2023-12-08T04:43:58.899Z] $ docker rm -f --volumes f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-08T04:43:59.424Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-08T04:43:59.424Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:43:59.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-08T04:43:59.774Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:43:59.950Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:43:59.976Z] $ 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-08T04:44:00.272Z] $ docker top c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f -eo pid,comm [2023-12-08T04:44:00.317Z] 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-08T04:44:00.317Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-08T04:44:00.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-08T04:44:00.528Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-08T04:44:00.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-08T04:44:00.632Z] $ docker exec c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f ssh-agent [2023-12-08T04:44:00.745Z] SSH_AUTH_SOCK=/tmp/ssh-UBKfYBBVY0KN/agent.32 [2023-12-08T04:44:00.745Z] SSH_AGENT_PID=38 [2023-12-08T04:44:00.770Z] Running ssh-add (command line suppressed) [2023-12-08T04:44:00.858Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1353966282459040045.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1353966282459040045.key) [2023-12-08T04:44:00.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-08T04:44:01.279Z] + git semver push [2023-12-08T04:44:01.538Z] 2023-12-08 04:44:01,417 [run_push] DEBUG push [2023-12-08T04:44:01.538Z] 2023-12-08 04:44:01,418 [execute] INFO git cat-file --batch-check [2023-12-08T04:44:01.538Z] 2023-12-08 04:44:01,418 [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-08T04:44:01.538Z] 2023-12-08 04:44:01,422 [execute] INFO git rev-list a8d29a9bd0b01b700d3580d64d8f8a71d7b4da43 -- [2023-12-08T04:44:01.538Z] 2023-12-08 04:44:01,422 [execute] DEBUG Popen(['git', 'rev-list', 'a8d29a9bd0b01b700d3580d64d8f8a71d7b4da43', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-12-08T04:44:01.538Z] 2023-12-08 04:44:01,428 [execute] INFO git fetch -v origin [2023-12-08T04:44:01.538Z] 2023-12-08 04:44:01,429 [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-08T04:44:02.107Z] 2023-12-08 04:44:01,966 [run_push] DEBUG no remote changes detected [2023-12-08T04:44:02.107Z] 2023-12-08 04:44:01,966 [execute] INFO git push origin semver [2023-12-08T04:44:02.107Z] 2023-12-08 04:44:01,967 [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-08T04:44:03.044Z] 2023-12-08 04:44:02,712 [run_push] DEBUG push all version tags [2023-12-08T04:44:03.044Z] 2023-12-08 04:44:02,712 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-12-08T04:44:03.044Z] 2023-12-08 04:44:02,713 [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-08T04:44:03.611Z] 2023-12-08 04:44:03,449 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-12-08T04:44:03.611Z] 3.2.0-dev.4 [Pipeline] } [2023-12-08T04:44:03.619Z] $ docker exec --env ******** --env ******** c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f ssh-agent -k [2023-12-08T04:44:03.723Z] unset SSH_AUTH_SOCK; [2023-12-08T04:44:03.725Z] unset SSH_AGENT_PID; [2023-12-08T04:44:03.725Z] echo Agent pid 38 killed; [2023-12-08T04:44:03.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-08T04:44:04.271Z] + git semver [Pipeline] } [2023-12-08T04:44:04.540Z] $ docker stop --time=1 c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f [2023-12-08T04:44:05.815Z] $ docker rm -f --volumes c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f [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-08T04:44:07.321Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-12-08T04:44:07.321Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-12-08T04:44:07.321Z] total 16 [2023-12-08T04:44:07.321Z] drwxr-xr-x 3 root root 4096 Dec 8 04:34 . [2023-12-08T04:44:07.321Z] drwxrwxr-x 11 jenkins jenkins 4096 Dec 8 04:43 .. [2023-12-08T04:44:07.321Z] drwxr-xr-x 2 root root 4096 Dec 8 04:34 cost [2023-12-08T04:44:07.321Z] -rw-r--r-- 1 root root 88 Dec 8 04:34 cost.csv [2023-12-08T04:44:07.321Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-12-08T04:44:07.321Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-12-08T04:44:07.321Z] total 16 [2023-12-08T04:44:07.321Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 8 04:34 . [2023-12-08T04:44:07.321Z] drwxrwxr-x 11 jenkins jenkins 4096 Dec 8 04:43 .. [2023-12-08T04:44:07.321Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 8 04:34 cost [2023-12-08T04:44:07.321Z] -rw-r--r-- 1 jenkins jenkins 88 Dec 8 04:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:44:07.607Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:44:08.456Z] ---> package-listing.sh [2023-12-08T04:44:08.456Z] ++ facter osfamily [2023-12-08T04:44:08.456Z] ++ tr '[:upper:]' '[:lower:]' [2023-12-08T04:44:08.714Z] + OS_FAMILY=debian [2023-12-08T04:44:08.714Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-12-08T04:44:08.714Z] + START_PACKAGES=/tmp/packages_start.txt [2023-12-08T04:44:08.714Z] + END_PACKAGES=/tmp/packages_end.txt [2023-12-08T04:44:08.714Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-12-08T04:44:08.714Z] + PACKAGES=/tmp/packages_start.txt [2023-12-08T04:44:08.714Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-12-08T04:44:08.714Z] + PACKAGES=/tmp/packages_end.txt [2023-12-08T04:44:08.714Z] + case "${OS_FAMILY}" in [2023-12-08T04:44:08.714Z] + dpkg -l [2023-12-08T04:44:08.714Z] + grep '^ii' [2023-12-08T04:44:08.714Z] + '[' -f /tmp/packages_start.txt ']' [2023-12-08T04:44:08.714Z] + '[' -f /tmp/packages_end.txt ']' [2023-12-08T04:44:08.714Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-12-08T04:44:08.714Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-12-08T04:44:08.714Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-12-08T04:44:08.714Z] + 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-08T04:44:08.725Z] 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-08T04:44:09.001Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-08T04:44:09.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-08T04:44:09.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-08T04:44:09.804Z] prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container [2023-12-08T04:44:09.829Z] $ 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-08T04:44:10.028Z] $ docker top a4b6efd4c1360d0889e9bde4425fe1ec21d630b11e01810e40f579b16bcb9eed -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-08T04:44:10.486Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-12-08T04:44:10.770Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-12-08T04:44:11.053Z] + ls /var/log/sa-host [2023-12-08T04:44:11.053Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-08T04:44:11.190Z] provisioning config files... [2023-12-08T04:44:11.198Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10515865735569619803tmp [Pipeline] { [Pipeline] echo [2023-12-08T04:44:11.318Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:44:11.604Z] ---> create-netrc.sh [Pipeline] } [2023-12-08T04:44:11.610Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:44:12.053Z] ---> python-tools-install.sh [Pipeline] echo [2023-12-08T04:44:12.062Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:44:12.344Z] ---> sudo-logs.sh [2023-12-08T04:44:12.344Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-12-08T04:44:12.425Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:44:12.706Z] ---> job-cost.sh [2023-12-08T04:44:12.706Z] lf-activate-venv: SKIPPING [2023-12-08T04:44:12.706Z] DEBUG: total: 0.2199999988079071 [2023-12-08T04:44:12.706Z] INFO: Retrieving Stack Cost... [2023-12-08T04:44:12.966Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-08T04:44:13.544Z] INFO: Archiving Costs [Pipeline] echo [2023-12-08T04:44:13.556Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-08T04:44:13.837Z] ---> logs-deploy.sh [2023-12-08T04:44:13.837Z] lf-activate-venv: SKIPPING [2023-12-08T04:44:13.837Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/77 [2023-12-08T04:44:13.837Z] INFO: archiving workspace using pattern(s): [2023-12-08T04:44:14.770Z] Archives upload complete. [2023-12-08T04:44:14.770Z] INFO: archiving logs to Nexus