Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7ea3b939812038991b3dc7da588e54d072d9f236 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-ssh16562804517825760380.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh18089047937194298142.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13297772951957240166.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh488619152653902917.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-ssh12491302949015260565.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-2602 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 7ea3b939812038991b3dc7da588e54d072d9f236 (main) Commit message: "Merge pull request #51 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.13" > 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 7ea3b939812038991b3dc7da588e54d072d9f236 # timeout=10 > git rev-list --no-walk 9956db4fa5abfed98576078f3cd0c7b12bdb8029 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-31T17:37:28.218Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-31T17:37:28.285Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-31T17:37:28.304Z] ========================================================= [2023-07-31T17:37:28.304Z] EdgeX Global Pipelines Version Info [2023-07-31T17:37:28.304Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:37:29.007Z] ------------------- [2023-07-31T17:37:29.007Z] stable info: [2023-07-31T17:37:29.007Z] ------------------- [2023-07-31T17:37:29.007Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-31T17:37:29.007Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-31T17:37:29.007Z] Message: update stable to v1.0.250 [2023-07-31T17:37:29.576Z] ------------------- [2023-07-31T17:37:29.576Z] experimental info: [2023-07-31T17:37:29.576Z] ------------------- [2023-07-31T17:37:29.576Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-31T17:37:29.576Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-31T17:37:29.576Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-31T17:37:29.744Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-07-31T17:37:29.756Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-07-31T17:37:29.767Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-31T17:37:29.778Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-31T17:37:29.794Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-31T17:37:29.812Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-31T17:37:29.829Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-31T17:37:29.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-31T17:37:29.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-31T17:37:29.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-31T17:37:29.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-31T17:37:29.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-07-31T17:37:29.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-31T17:37:29.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-31T17:37:29.955Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-31T17:37:29.971Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-31T17:37:29.982Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-31T17:37:29.993Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-31T17:37:30.011Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-31T17:37:30.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-31T17:37:30.039Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-31T17:37:30.051Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-31T17:37:30.063Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-31T17:37:30.074Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-31T17:37:30.086Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-31T17:37:30.103Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-31T17:37:30.120Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-31T17:37:30.130Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-31T17:37:30.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-31T17:37:30.157Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-31T17:37:30.174Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo [2023-07-31T17:37:30.193Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ea3b93 [Pipeline] echo [2023-07-31T17:37:30.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T17:37:30.255Z] provisioning config files... [2023-07-31T17:37:30.268Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1251576978670636678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:37:30.577Z] ---> docker-login.sh [2023-07-31T17:37:30.578Z] nexus3.edgexfoundry.org:10001 [2023-07-31T17:37:30.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:30.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:30.837Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:30.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:30.837Z] [2023-07-31T17:37:30.837Z] Login Succeeded [2023-07-31T17:37:30.837Z] nexus3.edgexfoundry.org:10002 [2023-07-31T17:37:30.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:30.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:30.837Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:30.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:30.837Z] [2023-07-31T17:37:30.837Z] Login Succeeded [2023-07-31T17:37:30.837Z] nexus3.edgexfoundry.org:10003 [2023-07-31T17:37:31.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:31.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:31.097Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:31.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:31.097Z] [2023-07-31T17:37:31.097Z] Login Succeeded [2023-07-31T17:37:31.097Z] nexus3.edgexfoundry.org:10004 [2023-07-31T17:37:31.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:31.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:31.097Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:31.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:31.097Z] [2023-07-31T17:37:31.097Z] Login Succeeded [2023-07-31T17:37:31.097Z] docker.io [2023-07-31T17:37:31.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:31.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:31.623Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:31.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:31.623Z] [2023-07-31T17:37:31.623Z] Login Succeeded [2023-07-31T17:37:31.623Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T17:37:31.630Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-31T17:37:32.007Z] + git rev-list -1 --merges 7ea3b939812038991b3dc7da588e54d072d9f236~1..7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo [2023-07-31T17:37:32.054Z] -----------> git rev-list -1 --merges 7ea3b939812038991b3dc7da588e54d072d9f236~1..7ea3b939812038991b3dc7da588e54d072d9f236 7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:37:32.054Z] 7ea3b939812038991b3dc7da588e54d072d9f236 [false] [Pipeline] sh [2023-07-31T17:37:32.341Z] + git log --format=format:%s -1 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo [2023-07-31T17:37:32.357Z] ========================================================= [2023-07-31T17:37:32.357Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-31T17:37:32.357Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-31T17:37:32.681Z] + git log --format=format:%s -1 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo [2023-07-31T17:37:32.693Z] [semverPrep] GIT_COMMIT: 7ea3b939812038991b3dc7da588e54d072d9f236, Commit Message: Merge pull request #51 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.13 [Pipeline] echo [2023-07-31T17:37:32.702Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-31T17:37:33.149Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T17:37:33.149Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-31T17:37:33.149Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-31T17:37:33.149Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-31T17:37:33.149Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-31T17:37:33.149Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-31T17:37:33.149Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:37:33.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T17:37:33.567Z] [2023-07-31T17:37:33.567Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:37:33.873Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T17:37:33.873Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-31T17:37:33.873Z] b85a868b505f: Pulling fs layer [2023-07-31T17:37:33.873Z] e2be974225ed: Pulling fs layer [2023-07-31T17:37:33.873Z] 339a4e72a1f5: Pulling fs layer [2023-07-31T17:37:33.873Z] 988bab9f4d93: Pulling fs layer [2023-07-31T17:37:33.873Z] 1469e6f7b9e6: Pulling fs layer [2023-07-31T17:37:33.873Z] eaf3925da568: Pulling fs layer [2023-07-31T17:37:33.873Z] bab4dde63d76: Pulling fs layer [2023-07-31T17:37:33.873Z] bde34c3a00c8: Pulling fs layer [2023-07-31T17:37:33.873Z] b352a97aabf1: Pulling fs layer [2023-07-31T17:37:33.873Z] 4872d77fe225: Pulling fs layer [2023-07-31T17:37:33.873Z] 5851b861e8e6: Pulling fs layer [2023-07-31T17:37:33.873Z] 1469e6f7b9e6: Waiting [2023-07-31T17:37:33.873Z] eaf3925da568: Waiting [2023-07-31T17:37:33.873Z] bab4dde63d76: Waiting [2023-07-31T17:37:33.873Z] bde34c3a00c8: Waiting [2023-07-31T17:37:33.873Z] b352a97aabf1: Waiting [2023-07-31T17:37:33.873Z] 5851b861e8e6: Waiting [2023-07-31T17:37:33.873Z] 4872d77fe225: Waiting [2023-07-31T17:37:33.873Z] 988bab9f4d93: Waiting [2023-07-31T17:37:33.873Z] e2be974225ed: Download complete [2023-07-31T17:37:33.873Z] 988bab9f4d93: Verifying Checksum [2023-07-31T17:37:33.873Z] 988bab9f4d93: Download complete [2023-07-31T17:37:33.873Z] 1469e6f7b9e6: Verifying Checksum [2023-07-31T17:37:33.873Z] 1469e6f7b9e6: Download complete [2023-07-31T17:37:34.132Z] 339a4e72a1f5: Verifying Checksum [2023-07-31T17:37:34.132Z] 339a4e72a1f5: Download complete [2023-07-31T17:37:34.132Z] eaf3925da568: Download complete [2023-07-31T17:37:34.132Z] bde34c3a00c8: Verifying Checksum [2023-07-31T17:37:34.132Z] bde34c3a00c8: Download complete [2023-07-31T17:37:34.132Z] b352a97aabf1: Verifying Checksum [2023-07-31T17:37:34.132Z] b352a97aabf1: Download complete [2023-07-31T17:37:34.132Z] 4872d77fe225: Verifying Checksum [2023-07-31T17:37:34.132Z] 4872d77fe225: Download complete [2023-07-31T17:37:34.132Z] 5851b861e8e6: Verifying Checksum [2023-07-31T17:37:34.132Z] 5851b861e8e6: Download complete [2023-07-31T17:37:34.132Z] b85a868b505f: Download complete [2023-07-31T17:37:34.391Z] bab4dde63d76: Verifying Checksum [2023-07-31T17:37:34.391Z] bab4dde63d76: Download complete [2023-07-31T17:37:35.771Z] b85a868b505f: Pull complete [2023-07-31T17:37:35.771Z] e2be974225ed: Pull complete [2023-07-31T17:37:36.030Z] 339a4e72a1f5: Pull complete [2023-07-31T17:37:36.290Z] 988bab9f4d93: Pull complete [2023-07-31T17:37:36.550Z] 1469e6f7b9e6: Pull complete [2023-07-31T17:37:36.550Z] eaf3925da568: Pull complete [2023-07-31T17:37:38.455Z] bab4dde63d76: Pull complete [2023-07-31T17:37:38.455Z] bde34c3a00c8: Pull complete [2023-07-31T17:37:38.455Z] b352a97aabf1: Pull complete [2023-07-31T17:37:38.714Z] 4872d77fe225: Pull complete [2023-07-31T17:37:38.714Z] 5851b861e8e6: Pull complete [2023-07-31T17:37:38.714Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-31T17:37:38.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T17:37:38.714Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:37:38.816Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:37:38.855Z] $ 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-07-31T17:37:41.002Z] $ docker top d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b -eo pid,comm [2023-07-31T17:37:41.057Z] 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-07-31T17:37:41.057Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T17:37:41.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T17:37:41.095Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T17:37:41.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T17:37:41.212Z] $ docker exec d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent [2023-07-31T17:37:41.330Z] SSH_AUTH_SOCK=/tmp/ssh-2ZoKlbhEANcC/agent.31 [2023-07-31T17:37:41.330Z] SSH_AGENT_PID=37 [2023-07-31T17:37:41.336Z] Running ssh-add (command line suppressed) [2023-07-31T17:37:41.435Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16454875918233565308.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16454875918233565308.key) [2023-07-31T17:37:41.450Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T17:37:41.737Z] + git tag --points-at HEAD [Pipeline] } [2023-07-31T17:37:41.754Z] $ docker exec --env ******** --env ******** d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent -k [2023-07-31T17:37:41.859Z] unset SSH_AUTH_SOCK; [2023-07-31T17:37:41.860Z] unset SSH_AGENT_PID; [2023-07-31T17:37:41.860Z] echo Agent pid 37 killed; [2023-07-31T17:37:41.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-31T17:37:41.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T17:37:41.904Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T17:37:42.012Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T17:37:42.014Z] $ docker exec d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent [2023-07-31T17:37:42.120Z] SSH_AUTH_SOCK=/tmp/ssh-m8qg86hfQ3lm/agent.69 [2023-07-31T17:37:42.120Z] SSH_AGENT_PID=75 [2023-07-31T17:37:42.126Z] Running ssh-add (command line suppressed) [2023-07-31T17:37:42.226Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2610416813069860841.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2610416813069860841.key) [2023-07-31T17:37:42.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T17:37:42.528Z] + git semver init [2023-07-31T17:37:42.787Z] 2023-07-31 17:37:42,714 [run_init] DEBUG init version:0.0.0 force:False [2023-07-31T17:37:42.787Z] 2023-07-31 17:37:42,715 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-07-31T17:37:42.787Z] 2023-07-31 17:37:42,716 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-07-31T17:37:42.787Z] 2023-07-31 17:37:42,716 [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-07-31T17:37:43.357Z] 2023-07-31 17:37:43,299 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-07-31T17:37:43.357Z] 2023-07-31 17:37:43,300 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-07-31T17:37:43.357Z] 2023-07-31 17:37:43,300 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:37:43.357Z] 2023-07-31 17:37:43,300 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:37:43.357Z] 3.1.0-dev.26 [Pipeline] } [2023-07-31T17:37:43.366Z] $ docker exec --env ******** --env ******** d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent -k [2023-07-31T17:37:43.462Z] unset SSH_AUTH_SOCK; [2023-07-31T17:37:43.464Z] unset SSH_AGENT_PID; [2023-07-31T17:37:43.464Z] echo Agent pid 75 killed; [2023-07-31T17:37:43.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T17:37:43.771Z] + git semver [Pipeline] } [2023-07-31T17:37:44.044Z] $ docker stop --time=1 d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b [2023-07-31T17:37:45.338Z] $ docker rm -f --volumes d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-31T17:37:45.679Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-31T17:37:45.890Z] Stashed 1 file(s) [Pipeline] echo [2023-07-31T17:37:45.893Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.26 [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-07-31T17:37:46.064Z] provisioning config files... [2023-07-31T17:37:46.073Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15616147349932122967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:37:46.366Z] ---> docker-login.sh [2023-07-31T17:37:46.366Z] nexus3.edgexfoundry.org:10001 [2023-07-31T17:37:46.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:46.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:46.366Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:46.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:46.366Z] [2023-07-31T17:37:46.366Z] Login Succeeded [2023-07-31T17:37:46.366Z] nexus3.edgexfoundry.org:10002 [2023-07-31T17:37:46.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:46.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:46.366Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:46.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:46.366Z] [2023-07-31T17:37:46.366Z] Login Succeeded [2023-07-31T17:37:46.366Z] nexus3.edgexfoundry.org:10003 [2023-07-31T17:37:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:46.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:46.627Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:46.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:46.627Z] [2023-07-31T17:37:46.627Z] Login Succeeded [2023-07-31T17:37:46.627Z] nexus3.edgexfoundry.org:10004 [2023-07-31T17:37:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:46.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:46.627Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:46.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:46.627Z] [2023-07-31T17:37:46.627Z] Login Succeeded [2023-07-31T17:37:46.627Z] docker.io [2023-07-31T17:37:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:37:46.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:37:46.887Z] Configure a credential helper to remove this warning. See [2023-07-31T17:37:46.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:37:46.887Z] [2023-07-31T17:37:46.887Z] Login Succeeded [2023-07-31T17:37:46.887Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T17:37:46.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-31T17:37:46.967Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T17:37:46.984Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T17:37:46.998Z] ========================================================= [2023-07-31T17:37:46.998Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-31T17:37:46.998Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:37:47.322Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-07-31T17:37:47.322Z] Sending build context to Docker daemon 396.8kB [2023-07-31T17:37:47.322Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T17:37:47.322Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-31T17:37:47.322Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-31T17:37:47.322Z] 4db1b89c0bd1: Pulling fs layer [2023-07-31T17:37:47.322Z] 6911f1a30b25: Pulling fs layer [2023-07-31T17:37:47.322Z] e194b8c5c2a9: Pulling fs layer [2023-07-31T17:37:47.322Z] 6863d3e3a2b1: Pulling fs layer [2023-07-31T17:37:47.322Z] ec0bb842ea78: Pulling fs layer [2023-07-31T17:37:47.322Z] 40a00589a448: Pulling fs layer [2023-07-31T17:37:47.322Z] 6c08303d61cc: Pulling fs layer [2023-07-31T17:37:47.322Z] 798269fcf238: Pulling fs layer [2023-07-31T17:37:47.322Z] 6863d3e3a2b1: Waiting [2023-07-31T17:37:47.322Z] 6c08303d61cc: Waiting [2023-07-31T17:37:47.322Z] 798269fcf238: Waiting [2023-07-31T17:37:47.322Z] ec0bb842ea78: Waiting [2023-07-31T17:37:47.322Z] 40a00589a448: Waiting [2023-07-31T17:37:47.322Z] 6911f1a30b25: Download complete [2023-07-31T17:37:47.322Z] 6863d3e3a2b1: Download complete [2023-07-31T17:37:47.322Z] ec0bb842ea78: Download complete [2023-07-31T17:37:47.322Z] 4db1b89c0bd1: Verifying Checksum [2023-07-31T17:37:47.322Z] 4db1b89c0bd1: Download complete [2023-07-31T17:37:47.582Z] 40a00589a448: Verifying Checksum [2023-07-31T17:37:47.582Z] 40a00589a448: Download complete [2023-07-31T17:37:47.582Z] 4db1b89c0bd1: Pull complete [2023-07-31T17:37:47.842Z] 6911f1a30b25: Pull complete [2023-07-31T17:37:48.102Z] 798269fcf238: Verifying Checksum [2023-07-31T17:37:48.102Z] 798269fcf238: Download complete [2023-07-31T17:37:48.102Z] e194b8c5c2a9: Verifying Checksum [2023-07-31T17:37:48.102Z] e194b8c5c2a9: Download complete [2023-07-31T17:37:48.102Z] 6c08303d61cc: Verifying Checksum [2023-07-31T17:37:48.102Z] 6c08303d61cc: Download complete [2023-07-31T17:37:51.394Z] e194b8c5c2a9: Pull complete [2023-07-31T17:37:51.653Z] 6863d3e3a2b1: Pull complete [2023-07-31T17:37:51.653Z] ec0bb842ea78: Pull complete [2023-07-31T17:37:51.653Z] 40a00589a448: Pull complete [2023-07-31T17:37:54.192Z] 6c08303d61cc: Pull complete [2023-07-31T17:37:55.126Z] 798269fcf238: Pull complete [2023-07-31T17:37:55.126Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-31T17:37:55.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-31T17:37:55.126Z] ---> ec979cd7f677 [2023-07-31T17:37:55.126Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T17:37:58.422Z] ---> Running in 05c32021f6de [2023-07-31T17:37:58.681Z] Removing intermediate container 05c32021f6de [2023-07-31T17:37:58.681Z] ---> 49218a3237fc [2023-07-31T17:37:58.681Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T17:37:58.681Z] ---> Running in 393123eeaa00 [2023-07-31T17:37:58.681Z] Removing intermediate container 393123eeaa00 [2023-07-31T17:37:58.681Z] ---> c0ab55f89c46 [2023-07-31T17:37:58.681Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-31T17:37:58.681Z] ---> Running in a19c2d4eff0c [2023-07-31T17:37:58.939Z] Removing intermediate container a19c2d4eff0c [2023-07-31T17:37:58.939Z] ---> f42c6bbe2443 [2023-07-31T17:37:58.939Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T17:37:58.939Z] ---> Running in 1fc8e513dc33 [2023-07-31T17:37:59.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-31T17:37:59.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-31T17:37:59.718Z] OK: 265 MiB in 53 packages [2023-07-31T17:37:59.978Z] Removing intermediate container 1fc8e513dc33 [2023-07-31T17:37:59.978Z] ---> 02ce4dc2ecdb [2023-07-31T17:37:59.978Z] Step 7/12 : WORKDIR /app [2023-07-31T17:37:59.978Z] ---> Running in f2a9c1bf89d4 [2023-07-31T17:37:59.978Z] Removing intermediate container f2a9c1bf89d4 [2023-07-31T17:37:59.978Z] ---> e074b8ce14a8 [2023-07-31T17:37:59.978Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-31T17:38:00.238Z] ---> 7754b3265a64 [2023-07-31T17:38:00.238Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T17:38:00.238Z] ---> Running in 48ba689e0d53 [2023-07-31T17:38:01.009Z] Still waiting to schedule task [2023-07-31T17:38:01.009Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-07-31T17:38:26.833Z] Removing intermediate container 48ba689e0d53 [2023-07-31T17:38:26.833Z] ---> ce0cfa70b748 [2023-07-31T17:38:26.833Z] Step 10/12 : COPY . . [2023-07-31T17:38:26.833Z] ---> 6a242e82ea42 [2023-07-31T17:38:26.833Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T17:38:26.833Z] ---> Running in 4ae262ce592a [2023-07-31T17:38:26.833Z] Removing intermediate container 4ae262ce592a [2023-07-31T17:38:26.833Z] ---> 2df9efd94767 [2023-07-31T17:38:26.833Z] Step 12/12 : RUN $MAKE [2023-07-31T17:38:26.833Z] ---> Running in fd95be2894a7 [2023-07-31T17:38:26.833Z] noop [2023-07-31T17:38:26.833Z] Removing intermediate container fd95be2894a7 [2023-07-31T17:38:26.833Z] ---> 80eaa8de1e12 [2023-07-31T17:38:26.833Z] Successfully built 80eaa8de1e12 [2023-07-31T17:38:26.833Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:38:27.141Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-31T17:38:27.141Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:38:27.214Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:38:27.238Z] $ 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-07-31T17:38:27.562Z] $ docker top a450a252c0493118b2193bf9525440036ecd8c5ead10bf2e4f7650e65a82cdc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T17:38:27.905Z] + go version [2023-07-31T17:38:27.905Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-31T17:38:27.915Z] $ docker stop --time=1 a450a252c0493118b2193bf9525440036ecd8c5ead10bf2e4f7650e65a82cdc8 [2023-07-31T17:38:29.175Z] $ docker rm -f --volumes a450a252c0493118b2193bf9525440036ecd8c5ead10bf2e4f7650e65a82cdc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:38:29.589Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-31T17:38:29.589Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:38:29.662Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:38:29.693Z] $ 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-07-31T17:38:30.024Z] $ docker top 025ed34d0c59bf6ffd95641aca643180341aaaf51a504e8941e293937990c121 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T17:38:30.372Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-07-31T17:38:30.667Z] + make test [2023-07-31T17:38:30.667Z] go test -race -coverprofile=coverage.out ./... [2023-07-31T17:38:52.614Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-31T17:38:52.614Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.056s coverage: 87.5% of statements [2023-07-31T17:38:52.614Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-31T17:38:52.614Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-31T17:38:52.614Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-31T17:38:52.614Z] ok github.com/edgexfoundry/app-record-replay/internal/application 0.076s coverage: 95.3% of statements [2023-07-31T17:38:52.614Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.095s coverage: 85.6% of statements [2023-07-31T17:39:14.546Z] go vet ./... [2023-07-31T17:39:17.826Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-31T17:39:17.826Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-31T17:39:17.826Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-31T17:39:17.838Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-31T17:39:17.846Z] $ docker stop --time=1 025ed34d0c59bf6ffd95641aca643180341aaaf51a504e8941e293937990c121 [2023-07-31T17:39:20.762Z] $ docker rm -f --volumes 025ed34d0c59bf6ffd95641aca643180341aaaf51a504e8941e293937990c121 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-31T17:39:21.326Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-31T17:39:21.369Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-31T17:39:21.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-31T17:39:22.326Z] + ls -al . [2023-07-31T17:39:22.326Z] total 168 [2023-07-31T17:39:22.326Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 31 17:38 . [2023-07-31T17:39:22.326Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 17:37 .. [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 31 17:37 .dockerignore [2023-07-31T17:39:22.326Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 17:37 .git [2023-07-31T17:39:22.326Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:37 .github [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 31 17:37 .gitignore [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 17:37 .golangci.yml [2023-07-31T17:39:22.326Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 17:37 .semver [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 10642 Jul 31 17:37 Attribution.txt [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 31 17:37 CHANGELOG.md [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 31 17:37 Dockerfile [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 17:37 GOVERNANCE.md [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 31 17:37 Jenkinsfile [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 31 17:37 LICENSE [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 31 17:37 Makefile [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 31 17:37 OWNERS.md [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 31 17:37 README.md [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 4285 Jul 31 17:37 Record and Reply.postman_collection.json [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 31 17:37 VERSION [2023-07-31T17:39:22.326Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:37 bin [2023-07-31T17:39:22.326Z] -rw-r--r-- 1 jenkins jenkins 11988 Jul 31 17:38 coverage.out [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 3680 Jul 31 17:37 go.mod [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 32847 Jul 31 17:37 go.sum [2023-07-31T17:39:22.326Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 31 17:37 internal [2023-07-31T17:39:22.326Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 31 17:37 main.go [2023-07-31T17:39:22.326Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 17:37 pkg [2023-07-31T17:39:22.326Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:37 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:22.662Z] + 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=7ea3b939812038991b3dc7da588e54d072d9f236 --label arch=amd64 --label version=3.1.0-dev.26 . [2023-07-31T17:39:22.662Z] Sending build context to Docker daemon 409.6kB [2023-07-31T17:39:22.662Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T17:39:22.662Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-31T17:39:22.662Z] ---> 80eaa8de1e12 [2023-07-31T17:39:22.662Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T17:39:22.662Z] ---> Running in ea68700fba0e [2023-07-31T17:39:22.921Z] Removing intermediate container ea68700fba0e [2023-07-31T17:39:22.921Z] ---> f8e197b6546d [2023-07-31T17:39:22.921Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T17:39:22.921Z] ---> Running in 5bcdd0ed25e0 [2023-07-31T17:39:22.921Z] Removing intermediate container 5bcdd0ed25e0 [2023-07-31T17:39:22.921Z] ---> e67f553109ea [2023-07-31T17:39:22.921Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-31T17:39:22.921Z] ---> Running in 156b269cb480 [2023-07-31T17:39:22.921Z] Removing intermediate container 156b269cb480 [2023-07-31T17:39:22.921Z] ---> 6e36ee7d4aed [2023-07-31T17:39:22.921Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T17:39:22.921Z] ---> Running in 30ac749d867e [2023-07-31T17:39:23.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-31T17:39:23.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-31T17:39:23.746Z] OK: 265 MiB in 53 packages [2023-07-31T17:39:24.005Z] Removing intermediate container 30ac749d867e [2023-07-31T17:39:24.005Z] ---> c9bd29b8d509 [2023-07-31T17:39:24.005Z] Step 7/26 : WORKDIR /app [2023-07-31T17:39:24.005Z] ---> Running in 03e16523b9a9 [2023-07-31T17:39:24.005Z] Removing intermediate container 03e16523b9a9 [2023-07-31T17:39:24.005Z] ---> 31a5f618ea16 [2023-07-31T17:39:24.005Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-31T17:39:24.263Z] ---> c502c672e8ae [2023-07-31T17:39:24.263Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T17:39:24.263Z] ---> Running in 15e5117d109f [2023-07-31T17:39:25.199Z] Removing intermediate container 15e5117d109f [2023-07-31T17:39:25.199Z] ---> 29f6829ccb6c [2023-07-31T17:39:25.199Z] Step 10/26 : COPY . . [2023-07-31T17:39:25.199Z] ---> 2bb712351c44 [2023-07-31T17:39:25.199Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T17:39:25.199Z] ---> Running in 2d22a09a1725 [2023-07-31T17:39:25.458Z] Removing intermediate container 2d22a09a1725 [2023-07-31T17:39:25.458Z] ---> 1d6d82d8da5b [2023-07-31T17:39:25.458Z] Step 12/26 : RUN $MAKE [2023-07-31T17:39:25.458Z] ---> Running in 95cf52d153f7 [2023-07-31T17:39:25.717Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.26" -trimpath -mod=readonly -o app-record-replay [2023-07-31T17:39:47.654Z] Removing intermediate container 95cf52d153f7 [2023-07-31T17:39:47.654Z] ---> c3b7c25e2883 [2023-07-31T17:39:47.654Z] Step 13/26 : FROM alpine:3.17 [2023-07-31T17:39:47.654Z] 3.17: Pulling from library/alpine [2023-07-31T17:39:47.654Z] 4db1b89c0bd1: Already exists [2023-07-31T17:39:47.654Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-31T17:39:47.654Z] Status: Downloaded newer image for alpine:3.17 [2023-07-31T17:39:47.654Z] ---> 1f73a9d63274 [2023-07-31T17:39:47.654Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-31T17:39:47.654Z] ---> Running in 9b4c626fa9cf [2023-07-31T17:39:47.654Z] Removing intermediate container 9b4c626fa9cf [2023-07-31T17:39:47.654Z] ---> 2b710e3d7a2c [2023-07-31T17:39:47.654Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-31T17:39:47.654Z] ---> Running in 71e4b99303ea [2023-07-31T17:39:47.654Z] Removing intermediate container 71e4b99303ea [2023-07-31T17:39:47.654Z] ---> cde9c68975cc [2023-07-31T17:39:47.654Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-31T17:39:47.654Z] ---> Running in efdb3d85533a [2023-07-31T17:39:47.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-31T17:39:47.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-31T17:39:47.654Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-31T17:39:47.654Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-31T17:39:47.654Z] Executing busybox-1.35.0-r29.trigger [2023-07-31T17:39:47.654Z] Executing ca-certificates-20230506-r0.trigger [2023-07-31T17:39:47.654Z] OK: 8 MiB in 17 packages [2023-07-31T17:39:47.912Z] Removing intermediate container efdb3d85533a [2023-07-31T17:39:47.912Z] ---> 2006edbcf1b3 [2023-07-31T17:39:47.912Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-31T17:39:48.170Z] ---> 932a8bec56a2 [2023-07-31T17:39:48.170Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-31T17:39:48.170Z] ---> c5abb9f928a3 [2023-07-31T17:39:48.170Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-31T17:39:48.428Z] ---> c5dfb2f81256 [2023-07-31T17:39:48.428Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-31T17:39:48.996Z] ---> 7b0b8192069c [2023-07-31T17:39:48.996Z] Step 21/26 : EXPOSE 59712 [2023-07-31T17:39:49.256Z] ---> Running in eba16bbfc8aa [2023-07-31T17:39:49.256Z] Removing intermediate container eba16bbfc8aa [2023-07-31T17:39:49.256Z] ---> b3cb428c58f9 [2023-07-31T17:39:49.256Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-31T17:39:49.256Z] ---> Running in 94ffe5621aba [2023-07-31T17:39:49.256Z] Removing intermediate container 94ffe5621aba [2023-07-31T17:39:49.256Z] ---> 0c1a2cf8d12e [2023-07-31T17:39:49.256Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-31T17:39:49.256Z] ---> Running in 1c09c2e86877 [2023-07-31T17:39:49.514Z] Removing intermediate container 1c09c2e86877 [2023-07-31T17:39:49.514Z] ---> 5eec38eed046 [2023-07-31T17:39:49.514Z] Step 24/26 : LABEL arch=amd64 [2023-07-31T17:39:49.514Z] ---> Running in a27737e76106 [2023-07-31T17:39:49.514Z] Removing intermediate container a27737e76106 [2023-07-31T17:39:49.514Z] ---> 0b80c0e1187a [2023-07-31T17:39:49.514Z] Step 25/26 : LABEL git_sha=7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:39:49.514Z] ---> Running in 785b3b1b0007 [2023-07-31T17:39:49.514Z] Removing intermediate container 785b3b1b0007 [2023-07-31T17:39:49.514Z] ---> c296202cd156 [2023-07-31T17:39:49.514Z] Step 26/26 : LABEL version=3.1.0-dev.26 [2023-07-31T17:39:49.514Z] ---> Running in f52f72d4d8f9 [2023-07-31T17:39:49.775Z] Removing intermediate container f52f72d4d8f9 [2023-07-31T17:39:49.775Z] ---> bae2b260968b [2023-07-31T17:39:49.775Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-31T17:39:49.775Z] Successfully built bae2b260968b [2023-07-31T17:39:49.775Z] 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-07-31T17:39:49.883Z] provisioning config files... [2023-07-31T17:39:49.890Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12364074138976570998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:39:50.183Z] ---> docker-login.sh [2023-07-31T17:39:50.183Z] nexus3.edgexfoundry.org:10001 [2023-07-31T17:39:50.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:39:50.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:39:50.183Z] Configure a credential helper to remove this warning. See [2023-07-31T17:39:50.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:39:50.183Z] [2023-07-31T17:39:50.183Z] Login Succeeded [2023-07-31T17:39:50.183Z] nexus3.edgexfoundry.org:10002 [2023-07-31T17:39:50.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:39:50.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:39:50.183Z] Configure a credential helper to remove this warning. See [2023-07-31T17:39:50.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:39:50.183Z] [2023-07-31T17:39:50.183Z] Login Succeeded [2023-07-31T17:39:50.183Z] nexus3.edgexfoundry.org:10003 [2023-07-31T17:39:50.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:39:50.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:39:50.441Z] Configure a credential helper to remove this warning. See [2023-07-31T17:39:50.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:39:50.441Z] [2023-07-31T17:39:50.441Z] Login Succeeded [2023-07-31T17:39:50.441Z] nexus3.edgexfoundry.org:10004 [2023-07-31T17:39:50.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:39:50.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:39:50.441Z] Configure a credential helper to remove this warning. See [2023-07-31T17:39:50.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:39:50.441Z] [2023-07-31T17:39:50.441Z] Login Succeeded [2023-07-31T17:39:50.441Z] docker.io [2023-07-31T17:39:50.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:39:50.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:39:50.704Z] Configure a credential helper to remove this warning. See [2023-07-31T17:39:50.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:39:50.704Z] [2023-07-31T17:39:50.704Z] Login Succeeded [2023-07-31T17:39:50.704Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T17:39:50.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T17:39:50.733Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T17:39:50.749Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-07-31T17:39:50.749Z] 7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:39:50.749Z] latest [2023-07-31T17:39:50.749Z] 3.1.0-dev.26 [2023-07-31T17:39:50.749Z] 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [2023-07-31T17:39:50.749Z] main [2023-07-31T17:39:50.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:51.071Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:51.379Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:39:51.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-31T17:39:51.379Z] 8437c03a6a17: Preparing [2023-07-31T17:39:51.379Z] 6199377f415f: Preparing [2023-07-31T17:39:51.379Z] 0451083d2aba: Preparing [2023-07-31T17:39:51.379Z] a06aef9b2eae: Preparing [2023-07-31T17:39:51.379Z] 22bc5f396ffe: Preparing [2023-07-31T17:39:51.379Z] 3dab9f8bf2d2: Preparing [2023-07-31T17:39:51.379Z] 0451083d2aba: Pushed [2023-07-31T17:39:51.379Z] 6199377f415f: Pushed [2023-07-31T17:39:51.379Z] a06aef9b2eae: Pushed [2023-07-31T17:39:51.379Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T17:39:51.379Z] 22bc5f396ffe: Pushed [2023-07-31T17:39:54.669Z] 8437c03a6a17: Pushed [2023-07-31T17:39:54.669Z] 7ea3b939812038991b3dc7da588e54d072d9f236: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:54.980Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:55.285Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-31T17:39:55.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-31T17:39:55.285Z] 8437c03a6a17: Preparing [2023-07-31T17:39:55.285Z] 6199377f415f: Preparing [2023-07-31T17:39:55.285Z] 0451083d2aba: Preparing [2023-07-31T17:39:55.285Z] a06aef9b2eae: Preparing [2023-07-31T17:39:55.285Z] 22bc5f396ffe: Preparing [2023-07-31T17:39:55.285Z] 3dab9f8bf2d2: Preparing [2023-07-31T17:39:55.285Z] 3dab9f8bf2d2: Waiting [2023-07-31T17:39:55.285Z] 8437c03a6a17: Layer already exists [2023-07-31T17:39:55.285Z] a06aef9b2eae: Layer already exists [2023-07-31T17:39:55.285Z] 0451083d2aba: Layer already exists [2023-07-31T17:39:55.285Z] 22bc5f396ffe: Layer already exists [2023-07-31T17:39:55.285Z] 6199377f415f: Layer already exists [2023-07-31T17:39:55.285Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T17:39:55.285Z] latest: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:55.591Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:55.902Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.26 [2023-07-31T17:39:55.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-31T17:39:55.903Z] 8437c03a6a17: Preparing [2023-07-31T17:39:55.903Z] 6199377f415f: Preparing [2023-07-31T17:39:55.903Z] 0451083d2aba: Preparing [2023-07-31T17:39:55.903Z] a06aef9b2eae: Preparing [2023-07-31T17:39:55.903Z] 22bc5f396ffe: Preparing [2023-07-31T17:39:55.903Z] 3dab9f8bf2d2: Preparing [2023-07-31T17:39:55.903Z] 3dab9f8bf2d2: Waiting [2023-07-31T17:39:55.903Z] a06aef9b2eae: Layer already exists [2023-07-31T17:39:55.903Z] 6199377f415f: Layer already exists [2023-07-31T17:39:55.903Z] 8437c03a6a17: Layer already exists [2023-07-31T17:39:55.903Z] 22bc5f396ffe: Layer already exists [2023-07-31T17:39:55.903Z] 0451083d2aba: Layer already exists [2023-07-31T17:39:55.903Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T17:39:55.903Z] 3.1.0-dev.26: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:56.212Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:56.514Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [2023-07-31T17:39:56.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-31T17:39:56.515Z] 8437c03a6a17: Preparing [2023-07-31T17:39:56.515Z] 6199377f415f: Preparing [2023-07-31T17:39:56.515Z] 0451083d2aba: Preparing [2023-07-31T17:39:56.515Z] a06aef9b2eae: Preparing [2023-07-31T17:39:56.515Z] 22bc5f396ffe: Preparing [2023-07-31T17:39:56.515Z] 3dab9f8bf2d2: Preparing [2023-07-31T17:39:56.515Z] 3dab9f8bf2d2: Waiting [2023-07-31T17:39:56.515Z] a06aef9b2eae: Layer already exists [2023-07-31T17:39:56.515Z] 8437c03a6a17: Layer already exists [2023-07-31T17:39:56.515Z] 22bc5f396ffe: Layer already exists [2023-07-31T17:39:56.515Z] 0451083d2aba: Layer already exists [2023-07-31T17:39:56.515Z] 6199377f415f: Layer already exists [2023-07-31T17:39:56.515Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T17:39:56.515Z] 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:56.832Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:57.147Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-07-31T17:39:57.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-31T17:39:57.147Z] 8437c03a6a17: Preparing [2023-07-31T17:39:57.147Z] 6199377f415f: Preparing [2023-07-31T17:39:57.147Z] 0451083d2aba: Preparing [2023-07-31T17:39:57.147Z] a06aef9b2eae: Preparing [2023-07-31T17:39:57.147Z] 22bc5f396ffe: Preparing [2023-07-31T17:39:57.147Z] 3dab9f8bf2d2: Preparing [2023-07-31T17:39:57.147Z] 3dab9f8bf2d2: Waiting [2023-07-31T17:39:57.147Z] 22bc5f396ffe: Layer already exists [2023-07-31T17:39:57.147Z] a06aef9b2eae: Layer already exists [2023-07-31T17:39:57.147Z] 6199377f415f: Layer already exists [2023-07-31T17:39:57.147Z] 0451083d2aba: Layer already exists [2023-07-31T17:39:57.147Z] 8437c03a6a17: Layer already exists [2023-07-31T17:39:57.147Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T17:39:57.147Z] main: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T17:39:57.186Z] ===================================================== [Pipeline] echo [2023-07-31T17:39:57.192Z] taggedImages: [2023-07-31T17:39:57.192Z] - nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:39:57.192Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-31T17:39:57.192Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.26 [2023-07-31T17:39:57.192Z] - nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [2023-07-31T17:39:57.192Z] - 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-07-31T17:39:57.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T17:39:57.574Z] [2023-07-31T17:39:57.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:39:57.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T17:39:57.872Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-31T17:39:57.872Z] 5eb5b503b376: Pulling fs layer [2023-07-31T17:39:57.872Z] 5c69ac0246d0: Pulling fs layer [2023-07-31T17:39:57.872Z] ec43610c2a17: Pulling fs layer [2023-07-31T17:39:57.872Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-31T17:39:57.872Z] 33b1e0a273af: Pulling fs layer [2023-07-31T17:39:57.872Z] 5d3b04190fa2: Pulling fs layer [2023-07-31T17:39:57.872Z] 2f39f015ded8: Pulling fs layer [2023-07-31T17:39:57.872Z] 3a2ae6a8a46f: Waiting [2023-07-31T17:39:57.872Z] 33b1e0a273af: Waiting [2023-07-31T17:39:57.872Z] 5d3b04190fa2: Waiting [2023-07-31T17:39:57.872Z] 5c69ac0246d0: Verifying Checksum [2023-07-31T17:39:57.872Z] 5c69ac0246d0: Download complete [2023-07-31T17:39:57.872Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-31T17:39:57.872Z] 3a2ae6a8a46f: Download complete [2023-07-31T17:39:57.872Z] 33b1e0a273af: Verifying Checksum [2023-07-31T17:39:57.872Z] 33b1e0a273af: Download complete [2023-07-31T17:39:57.872Z] ec43610c2a17: Verifying Checksum [2023-07-31T17:39:57.872Z] ec43610c2a17: Download complete [2023-07-31T17:39:57.872Z] 5d3b04190fa2: Verifying Checksum [2023-07-31T17:39:57.872Z] 5d3b04190fa2: Download complete [2023-07-31T17:39:58.131Z] 5eb5b503b376: Verifying Checksum [2023-07-31T17:39:58.131Z] 5eb5b503b376: Download complete [2023-07-31T17:39:58.698Z] 2f39f015ded8: Download complete [2023-07-31T17:39:59.264Z] 5eb5b503b376: Pull complete [2023-07-31T17:39:59.524Z] 5c69ac0246d0: Pull complete [2023-07-31T17:39:59.783Z] ec43610c2a17: Pull complete [2023-07-31T17:40:00.043Z] 3a2ae6a8a46f: Pull complete [2023-07-31T17:40:00.301Z] 33b1e0a273af: Pull complete [2023-07-31T17:40:00.301Z] 5d3b04190fa2: Pull complete [2023-07-31T17:40:05.566Z] 2f39f015ded8: Pull complete [2023-07-31T17:40:05.567Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-31T17:40:05.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T17:40:05.567Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:40:05.648Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:40:05.676Z] $ 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-07-31T17:40:08.988Z] $ docker top e79a68b3fc4e517ee63a6b615412266c20fdfc88685aa23407a3c43724360096 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:40:09.402Z] ---> job-cost.sh [2023-07-31T17:40:09.402Z] lf-activate-venv: SKIPPING [2023-07-31T17:40:09.402Z] INFO: No Stack... [2023-07-31T17:40:09.660Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-31T17:40:10.229Z] INFO: Archiving Costs [Pipeline] sh [2023-07-31T17:40:10.514Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-07-31T17:40:10.515Z] + cut -d, -f6 [Pipeline] lock [2023-07-31T17:40:10.526Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [2023-07-31T17:40:10.532Z] Resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] did not exist. Created. [2023-07-31T17:40:10.532Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-31T17:40:10.831Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-31T17:40:10.852Z] Stashed 1 file(s) [Pipeline] } [2023-07-31T17:40:10.859Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-31T17:40:10.873Z] $ docker stop --time=1 e79a68b3fc4e517ee63a6b615412266c20fdfc88685aa23407a3c43724360096 [2023-07-31T17:40:12.048Z] $ docker rm -f --volumes e79a68b3fc4e517ee63a6b615412266c20fdfc88685aa23407a3c43724360096 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-31T17:41:24.670Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2603 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-07-31T17:41:24.683Z] Running in /w/workspace/app-record-replay/28 [Pipeline] { [Pipeline] checkout [2023-07-31T17:41:24.723Z] Selected Git installation does not exist. Using Default [2023-07-31T17:41:24.723Z] The recommended git tool is: NONE [2023-07-31T17:41:30.277Z] using credential edgex-jenkins-ssh [2023-07-31T17:41:30.294Z] Cloning the remote Git repository [2023-07-31T17:41:30.340Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-07-31T17:41:30.442Z] > git init /w/workspace/app-record-replay/28 # timeout=10 [2023-07-31T17:41:30.603Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-07-31T17:41:30.605Z] > git --version # timeout=10 [2023-07-31T17:41:30.632Z] > git --version # 'git version 2.25.1' [2023-07-31T17:41:30.635Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-31T17:41:30.821Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-31T17:41:31.443Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-07-31T17:41:31.465Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-31T17:41:32.405Z] Avoid second fetch [2023-07-31T17:41:32.405Z] Checking out Revision 7ea3b939812038991b3dc7da588e54d072d9f236 (main) [2023-07-31T17:41:33.002Z] Commit message: "Merge pull request #51 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-31T17:41:32.423Z] > git config core.sparsecheckout # timeout=10 [2023-07-31T17:41:32.497Z] > git checkout -f 7ea3b939812038991b3dc7da588e54d072d9f236 # timeout=10 [2023-07-31T17:41:34.237Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-31T17:41:34.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-31T17:41:34.237Z] Dload Upload Total Spent Left Speed [2023-07-31T17:41:34.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 [Pipeline] sh [2023-07-31T17:41:34.924Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-31T17:41:35.262Z] + sudo tee /etc/docker/daemon.new [2023-07-31T17:41:35.262Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-31T17:41:35.262Z] { [2023-07-31T17:41:35.262Z] "registry-mirrors": [ [2023-07-31T17:41:35.262Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-31T17:41:35.262Z] ], [2023-07-31T17:41:35.262Z] "bip": "10.250.0.254/24", [2023-07-31T17:41:35.262Z] "hosts": [ [2023-07-31T17:41:35.262Z] "tcp://0.0.0.0:5555", [2023-07-31T17:41:35.262Z] "unix:///var/run/docker.sock" [2023-07-31T17:41:35.262Z] ], [2023-07-31T17:41:35.262Z] "mtu": 1458, [2023-07-31T17:41:35.262Z] "selinux-enabled": true, [2023-07-31T17:41:35.262Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-31T17:41:35.262Z] } [Pipeline] sh [2023-07-31T17:41:35.597Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-31T17:41:35.937Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T17:41:54.195Z] provisioning config files... [2023-07-31T17:41:54.220Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/28@tmp/config6796607328181693743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:41:54.561Z] ---> docker-login.sh [2023-07-31T17:41:54.561Z] nexus3.edgexfoundry.org:10001 [2023-07-31T17:41:54.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:41:55.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:41:55.095Z] Configure a credential helper to remove this warning. See [2023-07-31T17:41:55.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:41:55.095Z] [2023-07-31T17:41:55.095Z] Login Succeeded [2023-07-31T17:41:55.095Z] nexus3.edgexfoundry.org:10002 [2023-07-31T17:41:55.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:41:55.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:41:55.362Z] Configure a credential helper to remove this warning. See [2023-07-31T17:41:55.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:41:55.362Z] [2023-07-31T17:41:55.631Z] Login Succeeded [2023-07-31T17:41:55.631Z] nexus3.edgexfoundry.org:10003 [2023-07-31T17:41:55.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:41:55.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:41:55.900Z] Configure a credential helper to remove this warning. See [2023-07-31T17:41:55.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:41:55.900Z] [2023-07-31T17:41:55.900Z] Login Succeeded [2023-07-31T17:41:55.900Z] nexus3.edgexfoundry.org:10004 [2023-07-31T17:41:56.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:41:56.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:41:56.168Z] Configure a credential helper to remove this warning. See [2023-07-31T17:41:56.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:41:56.168Z] [2023-07-31T17:41:56.168Z] Login Succeeded [2023-07-31T17:41:56.168Z] docker.io [2023-07-31T17:41:56.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:41:56.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:41:56.711Z] Configure a credential helper to remove this warning. See [2023-07-31T17:41:56.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:41:56.711Z] [2023-07-31T17:41:56.711Z] Login Succeeded [2023-07-31T17:41:56.712Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T17:41:56.724Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-31T17:41:56.952Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T17:41:56.967Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T17:41:56.980Z] ========================================================= [2023-07-31T17:41:56.980Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-31T17:41:56.980Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:41:57.315Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-07-31T17:41:57.315Z] Sending build context to Docker daemon 178.7kB [2023-07-31T17:41:57.584Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T17:41:57.584Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-31T17:41:57.584Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-31T17:41:57.584Z] edb6bdbacee9: Pulling fs layer [2023-07-31T17:41:57.584Z] 5f9638ab2659: Pulling fs layer [2023-07-31T17:41:57.584Z] 8d51d6327a98: Pulling fs layer [2023-07-31T17:41:57.584Z] 8b374f2dd631: Pulling fs layer [2023-07-31T17:41:57.584Z] ec14aa9079de: Pulling fs layer [2023-07-31T17:41:57.584Z] 2f466654f4bb: Pulling fs layer [2023-07-31T17:41:57.584Z] 554e91adad29: Pulling fs layer [2023-07-31T17:41:57.584Z] 8b374f2dd631: Waiting [2023-07-31T17:41:57.584Z] ec14aa9079de: Waiting [2023-07-31T17:41:57.584Z] 554e91adad29: Waiting [2023-07-31T17:41:57.584Z] 2f466654f4bb: Waiting [2023-07-31T17:41:57.584Z] 5f9638ab2659: Verifying Checksum [2023-07-31T17:41:57.584Z] 5f9638ab2659: Download complete [2023-07-31T17:41:57.584Z] 8b374f2dd631: Verifying Checksum [2023-07-31T17:41:57.584Z] 8b374f2dd631: Download complete [2023-07-31T17:41:57.852Z] ec14aa9079de: Verifying Checksum [2023-07-31T17:41:57.852Z] ec14aa9079de: Download complete [2023-07-31T17:41:57.852Z] edb6bdbacee9: Verifying Checksum [2023-07-31T17:41:57.852Z] edb6bdbacee9: Download complete [2023-07-31T17:41:58.817Z] edb6bdbacee9: Pull complete [2023-07-31T17:41:59.102Z] 554e91adad29: Verifying Checksum [2023-07-31T17:41:59.102Z] 554e91adad29: Download complete [2023-07-31T17:42:00.069Z] 8d51d6327a98: Verifying Checksum [2023-07-31T17:42:00.069Z] 8d51d6327a98: Download complete [2023-07-31T17:42:00.069Z] 2f466654f4bb: Verifying Checksum [2023-07-31T17:42:00.069Z] 2f466654f4bb: Download complete [2023-07-31T17:42:01.479Z] 5f9638ab2659: Pull complete [2023-07-31T17:42:11.563Z] 8d51d6327a98: Pull complete [2023-07-31T17:42:11.831Z] 8b374f2dd631: Pull complete [2023-07-31T17:42:12.102Z] ec14aa9079de: Pull complete [2023-07-31T17:42:18.761Z] 2f466654f4bb: Pull complete [2023-07-31T17:42:20.717Z] 554e91adad29: Pull complete [2023-07-31T17:42:20.717Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-31T17:42:20.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-31T17:42:20.717Z] ---> 1e15ea492957 [2023-07-31T17:42:20.717Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T17:42:22.667Z] ---> Running in 00b7710e37c3 [2023-07-31T17:42:22.938Z] Removing intermediate container 00b7710e37c3 [2023-07-31T17:42:22.938Z] ---> ad438b70cebb [2023-07-31T17:42:22.938Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T17:42:23.206Z] ---> Running in a2e503a4c204 [2023-07-31T17:42:23.474Z] Removing intermediate container a2e503a4c204 [2023-07-31T17:42:23.474Z] ---> 46ef5ade4520 [2023-07-31T17:42:23.474Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-31T17:42:23.474Z] ---> Running in 7c74fc5f2c24 [2023-07-31T17:42:23.742Z] Removing intermediate container 7c74fc5f2c24 [2023-07-31T17:42:23.742Z] ---> d1f557c80976 [2023-07-31T17:42:23.742Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T17:42:24.010Z] ---> Running in 1277578f8b87 [2023-07-31T17:42:24.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-31T17:42:25.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-31T17:42:26.612Z] OK: 263 MiB in 53 packages [2023-07-31T17:42:27.578Z] Removing intermediate container 1277578f8b87 [2023-07-31T17:42:27.578Z] ---> b2846043fa5f [2023-07-31T17:42:27.578Z] Step 7/12 : WORKDIR /app [2023-07-31T17:42:27.578Z] ---> Running in 37707388b871 [2023-07-31T17:42:27.845Z] Removing intermediate container 37707388b871 [2023-07-31T17:42:27.845Z] ---> 0a2fb2dadea1 [2023-07-31T17:42:27.845Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-31T17:42:28.806Z] ---> db520f5cde91 [2023-07-31T17:42:28.806Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T17:42:28.806Z] ---> Running in 7eea67ba0bea [2023-07-31T17:43:36.699Z] Removing intermediate container 7eea67ba0bea [2023-07-31T17:43:36.699Z] ---> b9cea9494930 [2023-07-31T17:43:36.699Z] Step 10/12 : COPY . . [2023-07-31T17:43:36.699Z] ---> 09f99aab3fe9 [2023-07-31T17:43:36.699Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T17:43:36.699Z] ---> Running in 6ba4b8c2dc48 [2023-07-31T17:43:36.699Z] Removing intermediate container 6ba4b8c2dc48 [2023-07-31T17:43:36.699Z] ---> 1acd71a3e709 [2023-07-31T17:43:36.699Z] Step 12/12 : RUN $MAKE [2023-07-31T17:43:36.699Z] ---> Running in 1d82b767cebb [2023-07-31T17:43:37.676Z] noop [2023-07-31T17:43:38.268Z] Removing intermediate container 1d82b767cebb [2023-07-31T17:43:38.268Z] ---> 2a085569c49f [2023-07-31T17:43:38.268Z] Successfully built 2a085569c49f [2023-07-31T17:43:38.268Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:43:38.618Z] + docker inspect -f . ci-base-image-arm64 [2023-07-31T17:43:38.618Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:43:38.839Z] prd-ubuntu20.04-docker-arm64-4c-16g-2603 does not seem to be running inside a container [2023-07-31T17:43:38.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/28 -v /w/workspace/app-record-replay/28:/w/workspace/app-record-replay/28:rw,z -v /w/workspace/app-record-replay/28@tmp:/w/workspace/app-record-replay/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-07-31T17:43:40.130Z] $ docker top 148f56f4387181a5894262a908f42b6fc0ec593c0f3b3360b5db045c1e5f9fa3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T17:43:40.981Z] + go version [2023-07-31T17:43:40.982Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-31T17:43:41.001Z] $ docker stop --time=1 148f56f4387181a5894262a908f42b6fc0ec593c0f3b3360b5db045c1e5f9fa3 [2023-07-31T17:43:42.636Z] $ docker rm -f --volumes 148f56f4387181a5894262a908f42b6fc0ec593c0f3b3360b5db045c1e5f9fa3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:43:43.190Z] + docker inspect -f . ci-base-image-arm64 [2023-07-31T17:43:43.190Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:43:43.368Z] prd-ubuntu20.04-docker-arm64-4c-16g-2603 does not seem to be running inside a container [2023-07-31T17:43:43.437Z] $ 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/28 -v /w/workspace/app-record-replay/28:/w/workspace/app-record-replay/28:rw,z -v /w/workspace/app-record-replay/28@tmp:/w/workspace/app-record-replay/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-07-31T17:43:44.576Z] $ docker top 3c37a98cf106165bab9c29e0940dcf67e8a970ddb8acac8bcde1663e60eca6a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T17:43:45.405Z] + git config --global --add safe.directory /w/workspace/app-record-replay/28 [Pipeline] fileExists [Pipeline] sh [2023-07-31T17:43:46.053Z] + make test [2023-07-31T17:43:46.053Z] go test -race -coverprofile=coverage.out ./... [2023-07-31T17:46:37.785Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-31T17:46:44.420Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.339s coverage: 87.5% of statements [2023-07-31T17:46:44.420Z] ok github.com/edgexfoundry/app-record-replay/internal/application 0.376s coverage: 95.3% of statements [2023-07-31T17:46:49.766Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-31T17:46:49.766Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-31T17:46:49.766Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-31T17:46:50.042Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.486s coverage: 85.6% of statements [2023-07-31T17:46:51.003Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-31T17:46:51.003Z] go vet ./... [2023-07-31T17:49:12.710Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-31T17:49:12.710Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-31T17:49:12.710Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-31T17:49:12.728Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-31T17:49:12.738Z] $ docker stop --time=1 3c37a98cf106165bab9c29e0940dcf67e8a970ddb8acac8bcde1663e60eca6a0 [2023-07-31T17:49:14.523Z] $ docker rm -f --volumes 3c37a98cf106165bab9c29e0940dcf67e8a970ddb8acac8bcde1663e60eca6a0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-31T17:49:15.969Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-31T17:49:15.990Z] Warning: overwriting stash ‘coverage-report’ [2023-07-31T17:49:16.360Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-31T17:49:16.737Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-31T17:49:17.047Z] + ls -al . [2023-07-31T17:49:17.047Z] total 164 [2023-07-31T17:49:17.047Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 17:43 . [2023-07-31T17:49:17.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 17:41 .. [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 31 17:41 .dockerignore [2023-07-31T17:49:17.047Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 17:41 .git [2023-07-31T17:49:17.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:41 .github [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 31 17:41 .gitignore [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 17:41 .golangci.yml [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 10642 Jul 31 17:41 Attribution.txt [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 31 17:41 CHANGELOG.md [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 31 17:41 Dockerfile [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 17:41 GOVERNANCE.md [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 31 17:41 Jenkinsfile [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 31 17:41 LICENSE [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 31 17:41 Makefile [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 31 17:41 OWNERS.md [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 31 17:41 README.md [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 4285 Jul 31 17:41 Record and Reply.postman_collection.json [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 31 17:37 VERSION [2023-07-31T17:49:17.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:41 bin [2023-07-31T17:49:17.047Z] -rw-r--r-- 1 jenkins jenkins 11988 Jul 31 17:46 coverage.out [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 3680 Jul 31 17:41 go.mod [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 32847 Jul 31 17:41 go.sum [2023-07-31T17:49:17.047Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 31 17:41 internal [2023-07-31T17:49:17.047Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 31 17:41 main.go [2023-07-31T17:49:17.047Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 17:41 pkg [2023-07-31T17:49:17.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:41 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:49:17.371Z] + 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=7ea3b939812038991b3dc7da588e54d072d9f236 --label arch=arm64 --label version=3.1.0-dev.26 . [2023-07-31T17:49:17.371Z] Sending build context to Docker daemon 191.5kB [2023-07-31T17:49:17.636Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T17:49:17.636Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-31T17:49:17.636Z] ---> 2a085569c49f [2023-07-31T17:49:17.636Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T17:49:17.636Z] ---> Running in 3f5b86d19d0a [2023-07-31T17:49:17.905Z] Removing intermediate container 3f5b86d19d0a [2023-07-31T17:49:17.905Z] ---> aa3d37fd2144 [2023-07-31T17:49:17.905Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T17:49:17.905Z] ---> Running in 62959e3e8060 [2023-07-31T17:49:18.172Z] Removing intermediate container 62959e3e8060 [2023-07-31T17:49:18.172Z] ---> 2e46d0a91a0a [2023-07-31T17:49:18.172Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-31T17:49:18.445Z] ---> Running in 44c19481e484 [2023-07-31T17:49:18.713Z] Removing intermediate container 44c19481e484 [2023-07-31T17:49:18.713Z] ---> cf414c39d68d [2023-07-31T17:49:18.713Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T17:49:18.713Z] ---> Running in 03e62455163b [2023-07-31T17:49:19.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-31T17:49:20.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-31T17:49:21.202Z] OK: 263 MiB in 53 packages [2023-07-31T17:49:22.159Z] Removing intermediate container 03e62455163b [2023-07-31T17:49:22.159Z] ---> 73e22dbcc974 [2023-07-31T17:49:22.159Z] Step 7/26 : WORKDIR /app [2023-07-31T17:49:22.159Z] ---> Running in c18e475cd0a5 [2023-07-31T17:49:22.424Z] Removing intermediate container c18e475cd0a5 [2023-07-31T17:49:22.424Z] ---> 4695a60eb9ae [2023-07-31T17:49:22.424Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-31T17:49:22.691Z] ---> e7a91e31d125 [2023-07-31T17:49:22.691Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T17:49:22.959Z] ---> Running in 385a40304d10 [2023-07-31T17:49:25.534Z] Removing intermediate container 385a40304d10 [2023-07-31T17:49:25.534Z] ---> b02ef4fd0041 [2023-07-31T17:49:25.534Z] Step 10/26 : COPY . . [2023-07-31T17:49:25.800Z] ---> 4dd57f6c8ecb [2023-07-31T17:49:25.800Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T17:49:25.800Z] ---> Running in 8878436c039b [2023-07-31T17:49:26.066Z] Removing intermediate container 8878436c039b [2023-07-31T17:49:26.066Z] ---> 4c4a29bf2e29 [2023-07-31T17:49:26.066Z] Step 12/26 : RUN $MAKE [2023-07-31T17:49:26.066Z] ---> Running in cb16c8135d78 [2023-07-31T17:49:27.024Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.26" -trimpath -mod=readonly -o app-record-replay [2023-07-31T17:51:33.690Z] Removing intermediate container cb16c8135d78 [2023-07-31T17:51:33.690Z] ---> 68a846badb90 [2023-07-31T17:51:33.690Z] Step 13/26 : FROM alpine:3.17 [2023-07-31T17:51:33.690Z] 3.17: Pulling from library/alpine [2023-07-31T17:51:33.690Z] edb6bdbacee9: Already exists [2023-07-31T17:51:33.690Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-31T17:51:33.690Z] Status: Downloaded newer image for alpine:3.17 [2023-07-31T17:51:33.690Z] ---> 779605e5fbc0 [2023-07-31T17:51:33.690Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-31T17:51:33.690Z] ---> Running in b2b6625ec617 [2023-07-31T17:51:33.690Z] Removing intermediate container b2b6625ec617 [2023-07-31T17:51:33.690Z] ---> 638bb15ea20b [2023-07-31T17:51:33.690Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-31T17:51:33.690Z] ---> Running in 39c0390873f8 [2023-07-31T17:51:33.690Z] Removing intermediate container 39c0390873f8 [2023-07-31T17:51:33.690Z] ---> 728b73d7df5a [2023-07-31T17:51:33.690Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-31T17:51:33.690Z] ---> Running in 0be4ab3cbebd [2023-07-31T17:51:33.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-31T17:51:34.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-31T17:51:35.497Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-31T17:51:35.763Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-31T17:51:35.763Z] Executing busybox-1.35.0-r29.trigger [2023-07-31T17:51:35.763Z] Executing ca-certificates-20230506-r0.trigger [2023-07-31T17:51:36.029Z] OK: 8 MiB in 17 packages [2023-07-31T17:51:37.435Z] Removing intermediate container 0be4ab3cbebd [2023-07-31T17:51:37.435Z] ---> eff25bb22fae [2023-07-31T17:51:37.435Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-31T17:51:37.701Z] ---> 54a67a61d3d1 [2023-07-31T17:51:37.701Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-31T17:51:38.282Z] ---> fcb82cb5deb5 [2023-07-31T17:51:38.282Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-31T17:51:38.549Z] ---> 0bd839c0a08c [2023-07-31T17:51:38.549Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-31T17:51:39.956Z] ---> ce2e90f62bbb [2023-07-31T17:51:39.956Z] Step 21/26 : EXPOSE 59712 [2023-07-31T17:51:39.956Z] ---> Running in 707ea5986c0a [2023-07-31T17:51:40.223Z] Removing intermediate container 707ea5986c0a [2023-07-31T17:51:40.223Z] ---> c8103cabe83f [2023-07-31T17:51:40.223Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-31T17:51:40.223Z] ---> Running in aad7da2ae2bc [2023-07-31T17:51:40.491Z] Removing intermediate container aad7da2ae2bc [2023-07-31T17:51:40.491Z] ---> 8fe6ebbf51a4 [2023-07-31T17:51:40.491Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-31T17:51:40.760Z] ---> Running in a5664a01dfda [2023-07-31T17:51:41.027Z] Removing intermediate container a5664a01dfda [2023-07-31T17:51:41.027Z] ---> bfbaa4979bfe [2023-07-31T17:51:41.027Z] Step 24/26 : LABEL arch=arm64 [2023-07-31T17:51:41.027Z] ---> Running in 94eba37377da [2023-07-31T17:51:41.294Z] Removing intermediate container 94eba37377da [2023-07-31T17:51:41.294Z] ---> 398a938a8a06 [2023-07-31T17:51:41.294Z] Step 25/26 : LABEL git_sha=7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:51:41.294Z] ---> Running in f41b5f50b208 [2023-07-31T17:51:41.562Z] Removing intermediate container f41b5f50b208 [2023-07-31T17:51:41.562Z] ---> 76d89b66ced9 [2023-07-31T17:51:41.562Z] Step 26/26 : LABEL version=3.1.0-dev.26 [2023-07-31T17:51:41.562Z] ---> Running in 1b8d2a63441a [2023-07-31T17:51:41.829Z] Removing intermediate container 1b8d2a63441a [2023-07-31T17:51:41.829Z] ---> 26d0c685121d [2023-07-31T17:51:41.829Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-31T17:51:41.829Z] Successfully built 26d0c685121d [2023-07-31T17:51:41.829Z] Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T17:51:42.219Z] provisioning config files... [2023-07-31T17:51:42.233Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/28@tmp/config7693165696995272165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:51:42.574Z] ---> docker-login.sh [2023-07-31T17:51:42.574Z] nexus3.edgexfoundry.org:10001 [2023-07-31T17:51:42.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:51:42.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:51:42.851Z] Configure a credential helper to remove this warning. See [2023-07-31T17:51:42.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:51:42.851Z] [2023-07-31T17:51:42.851Z] Login Succeeded [2023-07-31T17:51:42.851Z] nexus3.edgexfoundry.org:10002 [2023-07-31T17:51:43.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:51:43.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:51:43.124Z] Configure a credential helper to remove this warning. See [2023-07-31T17:51:43.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:51:43.124Z] [2023-07-31T17:51:43.124Z] Login Succeeded [2023-07-31T17:51:43.124Z] nexus3.edgexfoundry.org:10003 [2023-07-31T17:51:43.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:51:43.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:51:43.680Z] Configure a credential helper to remove this warning. See [2023-07-31T17:51:43.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:51:43.680Z] [2023-07-31T17:51:43.680Z] Login Succeeded [2023-07-31T17:51:43.680Z] nexus3.edgexfoundry.org:10004 [2023-07-31T17:51:43.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:51:43.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:51:43.952Z] Configure a credential helper to remove this warning. See [2023-07-31T17:51:43.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:51:43.952Z] [2023-07-31T17:51:43.952Z] Login Succeeded [2023-07-31T17:51:43.952Z] docker.io [2023-07-31T17:51:44.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T17:51:44.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T17:51:44.489Z] Configure a credential helper to remove this warning. See [2023-07-31T17:51:44.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T17:51:44.489Z] [2023-07-31T17:51:44.489Z] Login Succeeded [2023-07-31T17:51:44.489Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T17:51:44.504Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T17:51:44.541Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T17:51:44.566Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-07-31T17:51:44.567Z] 7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:51:44.567Z] latest [2023-07-31T17:51:44.567Z] 3.1.0-dev.26 [2023-07-31T17:51:44.567Z] 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [2023-07-31T17:51:44.567Z] main [2023-07-31T17:51:44.567Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:44.907Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:45.263Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:51:45.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-31T17:51:45.263Z] e9449d95f1a7: Preparing [2023-07-31T17:51:45.263Z] 34d54dda4f1b: Preparing [2023-07-31T17:51:45.263Z] 09111b7cac62: Preparing [2023-07-31T17:51:45.263Z] 5fc53bd23f65: Preparing [2023-07-31T17:51:45.263Z] 542439008fe1: Preparing [2023-07-31T17:51:45.263Z] 9386262d7a74: Preparing [2023-07-31T17:51:45.263Z] 9386262d7a74: Waiting [2023-07-31T17:51:45.534Z] 09111b7cac62: Pushed [2023-07-31T17:51:45.534Z] 34d54dda4f1b: Pushed [2023-07-31T17:51:45.534Z] 5fc53bd23f65: Pushed [2023-07-31T17:51:45.534Z] 9386262d7a74: Layer already exists [2023-07-31T17:51:45.534Z] 542439008fe1: Pushed [2023-07-31T17:51:50.854Z] e9449d95f1a7: Pushed [2023-07-31T17:51:50.854Z] 7ea3b939812038991b3dc7da588e54d072d9f236: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:51.193Z] + 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-07-31T17:51:51.529Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-31T17:51:51.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-31T17:51:51.529Z] e9449d95f1a7: Preparing [2023-07-31T17:51:51.529Z] 34d54dda4f1b: Preparing [2023-07-31T17:51:51.529Z] 09111b7cac62: Preparing [2023-07-31T17:51:51.529Z] 5fc53bd23f65: Preparing [2023-07-31T17:51:51.529Z] 542439008fe1: Preparing [2023-07-31T17:51:51.529Z] 9386262d7a74: Preparing [2023-07-31T17:51:51.529Z] 5fc53bd23f65: Layer already exists [2023-07-31T17:51:51.529Z] 542439008fe1: Layer already exists [2023-07-31T17:51:51.529Z] 09111b7cac62: Layer already exists [2023-07-31T17:51:51.529Z] 34d54dda4f1b: Layer already exists [2023-07-31T17:51:51.529Z] e9449d95f1a7: Layer already exists [2023-07-31T17:51:51.529Z] 9386262d7a74: Layer already exists [2023-07-31T17:51:51.529Z] latest: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:52.128Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:52.458Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.26 [2023-07-31T17:51:52.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-31T17:51:52.458Z] e9449d95f1a7: Preparing [2023-07-31T17:51:52.458Z] 34d54dda4f1b: Preparing [2023-07-31T17:51:52.458Z] 09111b7cac62: Preparing [2023-07-31T17:51:52.458Z] 5fc53bd23f65: Preparing [2023-07-31T17:51:52.458Z] 542439008fe1: Preparing [2023-07-31T17:51:52.458Z] 9386262d7a74: Preparing [2023-07-31T17:51:52.458Z] 9386262d7a74: Waiting [2023-07-31T17:51:52.458Z] 542439008fe1: Layer already exists [2023-07-31T17:51:52.458Z] 09111b7cac62: Layer already exists [2023-07-31T17:51:52.458Z] 5fc53bd23f65: Layer already exists [2023-07-31T17:51:52.458Z] e9449d95f1a7: Layer already exists [2023-07-31T17:51:52.458Z] 34d54dda4f1b: Layer already exists [2023-07-31T17:51:52.458Z] 9386262d7a74: Layer already exists [2023-07-31T17:51:52.458Z] 3.1.0-dev.26: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:52.793Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:53.124Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [2023-07-31T17:51:53.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-31T17:51:53.124Z] e9449d95f1a7: Preparing [2023-07-31T17:51:53.124Z] 34d54dda4f1b: Preparing [2023-07-31T17:51:53.124Z] 09111b7cac62: Preparing [2023-07-31T17:51:53.124Z] 5fc53bd23f65: Preparing [2023-07-31T17:51:53.124Z] 542439008fe1: Preparing [2023-07-31T17:51:53.124Z] 9386262d7a74: Preparing [2023-07-31T17:51:53.124Z] 9386262d7a74: Waiting [2023-07-31T17:51:53.124Z] 34d54dda4f1b: Layer already exists [2023-07-31T17:51:53.124Z] e9449d95f1a7: Layer already exists [2023-07-31T17:51:53.124Z] 542439008fe1: Layer already exists [2023-07-31T17:51:53.124Z] 5fc53bd23f65: Layer already exists [2023-07-31T17:51:53.124Z] 09111b7cac62: Layer already exists [2023-07-31T17:51:53.124Z] 9386262d7a74: Layer already exists [2023-07-31T17:51:53.390Z] 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:53.725Z] + 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-07-31T17:51:54.053Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-07-31T17:51:54.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-31T17:51:54.053Z] e9449d95f1a7: Preparing [2023-07-31T17:51:54.053Z] 34d54dda4f1b: Preparing [2023-07-31T17:51:54.053Z] 09111b7cac62: Preparing [2023-07-31T17:51:54.053Z] 5fc53bd23f65: Preparing [2023-07-31T17:51:54.053Z] 542439008fe1: Preparing [2023-07-31T17:51:54.053Z] 9386262d7a74: Preparing [2023-07-31T17:51:54.053Z] 9386262d7a74: Waiting [2023-07-31T17:51:54.053Z] 34d54dda4f1b: Layer already exists [2023-07-31T17:51:54.053Z] 09111b7cac62: Layer already exists [2023-07-31T17:51:54.053Z] e9449d95f1a7: Layer already exists [2023-07-31T17:51:54.053Z] 542439008fe1: Layer already exists [2023-07-31T17:51:54.053Z] 5fc53bd23f65: Layer already exists [2023-07-31T17:51:54.053Z] 9386262d7a74: Layer already exists [2023-07-31T17:51:54.053Z] main: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T17:51:54.111Z] ===================================================== [Pipeline] echo [2023-07-31T17:51:54.118Z] taggedImages: [2023-07-31T17:51:54.118Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236 [2023-07-31T17:51:54.118Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-31T17:51:54.118Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.26 [2023-07-31T17:51:54.118Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [2023-07-31T17:51:54.118Z] - 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-07-31T17:51:54.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-31T17:51:54.476Z] [2023-07-31T17:51:54.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:51:54.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-31T17:51:54.804Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-31T17:51:54.804Z] 8998bd30e6a1: Pulling fs layer [2023-07-31T17:51:54.804Z] 04944245beec: Pulling fs layer [2023-07-31T17:51:54.804Z] 699f458cf7ca: Pulling fs layer [2023-07-31T17:51:54.804Z] 765212b225bb: Pulling fs layer [2023-07-31T17:51:54.804Z] f23df028b6ca: Pulling fs layer [2023-07-31T17:51:54.804Z] d65c8cfc05b1: Pulling fs layer [2023-07-31T17:51:54.804Z] 2437ff75d9bd: Pulling fs layer [2023-07-31T17:51:54.804Z] f23df028b6ca: Waiting [2023-07-31T17:51:54.804Z] 765212b225bb: Waiting [2023-07-31T17:51:54.804Z] d65c8cfc05b1: Waiting [2023-07-31T17:51:54.804Z] 2437ff75d9bd: Waiting [2023-07-31T17:51:55.076Z] 04944245beec: Verifying Checksum [2023-07-31T17:51:55.076Z] 04944245beec: Download complete [2023-07-31T17:51:55.076Z] 765212b225bb: Verifying Checksum [2023-07-31T17:51:55.076Z] 765212b225bb: Download complete [2023-07-31T17:51:55.076Z] f23df028b6ca: Verifying Checksum [2023-07-31T17:51:55.076Z] f23df028b6ca: Download complete [2023-07-31T17:51:55.076Z] d65c8cfc05b1: Verifying Checksum [2023-07-31T17:51:55.076Z] d65c8cfc05b1: Download complete [2023-07-31T17:51:55.076Z] 699f458cf7ca: Verifying Checksum [2023-07-31T17:51:55.076Z] 699f458cf7ca: Download complete [2023-07-31T17:51:55.658Z] 8998bd30e6a1: Verifying Checksum [2023-07-31T17:51:55.658Z] 8998bd30e6a1: Download complete [2023-07-31T17:51:58.234Z] 2437ff75d9bd: Verifying Checksum [2023-07-31T17:51:58.234Z] 2437ff75d9bd: Download complete [2023-07-31T17:51:59.643Z] 8998bd30e6a1: Pull complete [2023-07-31T17:51:59.919Z] 04944245beec: Pull complete [2023-07-31T17:52:01.322Z] 699f458cf7ca: Pull complete [2023-07-31T17:52:01.589Z] 765212b225bb: Pull complete [2023-07-31T17:52:04.161Z] f23df028b6ca: Pull complete [2023-07-31T17:52:04.161Z] d65c8cfc05b1: Pull complete [2023-07-31T17:52:19.131Z] 2437ff75d9bd: Pull complete [2023-07-31T17:52:19.131Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-31T17:52:19.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-31T17:52:19.131Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:52:19.310Z] prd-ubuntu20.04-docker-arm64-4c-16g-2603 does not seem to be running inside a container [2023-07-31T17:52:19.364Z] $ 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/28 -v /w/workspace/app-record-replay/28:/w/workspace/app-record-replay/28:rw,z -v /w/workspace/app-record-replay/28@tmp:/w/workspace/app-record-replay/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-07-31T17:52:21.806Z] $ docker top 69b077a237313156e0f3e69f691d9542dd26754dbcfcd994d68130bff439da31 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:52:22.313Z] ---> job-cost.sh [2023-07-31T17:52:22.580Z] lf-activate-venv: SKIPPING [2023-07-31T17:52:22.580Z] INFO: No Stack... [2023-07-31T17:52:23.158Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-31T17:52:23.736Z] INFO: Archiving Costs [Pipeline] sh [2023-07-31T17:52:24.047Z] + cat /w/workspace/app-record-replay/28/archives/cost.csv [2023-07-31T17:52:24.047Z] + cut -d, -f6 [Pipeline] lock [2023-07-31T17:52:24.113Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [2023-07-31T17:52:24.122Z] Resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] did not exist. Created. [2023-07-31T17:52:24.122Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-31T17:52:24.452Z] /w/workspace/app-record-replay/28@tmp/durable-9ce68bb0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-31T17:52:24.781Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-31T17:52:24.804Z] Warning: overwriting stash ‘stack-cost’ [2023-07-31T17:52:24.851Z] Stashed 1 file(s) [Pipeline] } [2023-07-31T17:52:24.858Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-31T17:52:24.872Z] $ docker stop --time=1 69b077a237313156e0f3e69f691d9542dd26754dbcfcd994d68130bff439da31 [2023-07-31T17:52:26.350Z] $ docker rm -f --volumes 69b077a237313156e0f3e69f691d9542dd26754dbcfcd994d68130bff439da31 [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-07-31T17:52:26.738Z] provisioning config files... [2023-07-31T17:52:26.743Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #28 [2023-07-31T17:52:26.745Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13327812534625657864tmp [Pipeline] { [Pipeline] sh [2023-07-31T17:52:27.038Z] + set +x [2023-07-31T17:52:27.038Z] + curl -s https://codecov.io/bash [2023-07-31T17:52:27.038Z] + bash -s -- [2023-07-31T17:52:27.038Z] [2023-07-31T17:52:27.038Z] _____ _ [2023-07-31T17:52:27.038Z] / ____| | | [2023-07-31T17:52:27.038Z] | | ___ __| | ___ ___ _____ __ [2023-07-31T17:52:27.038Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-31T17:52:27.038Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-31T17:52:27.038Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-31T17:52:27.038Z] Bash-1.0.6 [2023-07-31T17:52:27.038Z] [2023-07-31T17:52:27.038Z] [2023-07-31T17:52:27.038Z] ==> git version 2.25.1 found [2023-07-31T17:52:27.038Z] ==> 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-07-31T17:52:27.038Z] Release-Date: 2020-01-08 [2023-07-31T17:52:27.038Z] 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-07-31T17:52:27.038Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-31T17:52:27.038Z] ==> Jenkins CI detected. [2023-07-31T17:52:27.038Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-07-31T17:52:27.038Z] project root: . [2023-07-31T17:52:27.038Z] --> token set from env [2023-07-31T17:52:27.038Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-31T17:52:27.038Z] ==> Running gcov in . (disable via -X gcov) [2023-07-31T17:52:27.038Z] ==> Python coveragepy not found [2023-07-31T17:52:27.038Z] ==> Searching for coverage reports in: [2023-07-31T17:52:27.038Z] + . [2023-07-31T17:52:27.038Z] -> Found 1 reports [2023-07-31T17:52:27.038Z] ==> Detecting git/mercurial file structure [2023-07-31T17:52:27.038Z] ==> Reading reports [2023-07-31T17:52:27.298Z] + ./coverage.out bytes=11988 [2023-07-31T17:52:27.298Z] ==> Appending adjustments [2023-07-31T17:52:27.298Z] https://docs.codecov.io/docs/fixing-reports [2023-07-31T17:52:27.298Z] + Found adjustments [2023-07-31T17:52:27.298Z] ==> Gzipping contents [2023-07-31T17:52:27.298Z] 4.0K /tmp/codecov.wgqikq.gz [2023-07-31T17:52:27.298Z] ==> Uploading reports [2023-07-31T17:52:27.298Z] url: https://codecov.io [2023-07-31T17:52:27.298Z] query: branch=main&commit=7ea3b939812038991b3dc7da588e54d072d9f236&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F28%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-31T17:52:27.298Z] -> Pinging Codecov [2023-07-31T17:52:27.298Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=7ea3b939812038991b3dc7da588e54d072d9f236&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F28%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-31T17:52:27.558Z] Invalid request parameters [2023-07-31T17:52:27.558Z] 400 [Pipeline] } [2023-07-31T17:52:27.565Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-31T17:52:27.783Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-31T17:52:27.793Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:52:28.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-31T17:52:28.089Z] [2023-07-31T17:52:28.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:52:28.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-31T17:52:28.393Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-31T17:52:28.393Z] df9b9388f04a: Pulling fs layer [2023-07-31T17:52:28.393Z] 52dc419b0ee2: Pulling fs layer [2023-07-31T17:52:28.393Z] 25bc292e5bac: Pulling fs layer [2023-07-31T17:52:28.393Z] 114826534d7a: Pulling fs layer [2023-07-31T17:52:28.393Z] 4657fd5d0bcf: Pulling fs layer [2023-07-31T17:52:28.393Z] 6ad1cebc031e: Pulling fs layer [2023-07-31T17:52:28.393Z] 8a3aa393b2d8: Pulling fs layer [2023-07-31T17:52:28.393Z] 6ad1cebc031e: Waiting [2023-07-31T17:52:28.393Z] 114826534d7a: Waiting [2023-07-31T17:52:28.393Z] 4657fd5d0bcf: Waiting [2023-07-31T17:52:28.393Z] 8a3aa393b2d8: Waiting [2023-07-31T17:52:28.393Z] 25bc292e5bac: Verifying Checksum [2023-07-31T17:52:28.393Z] 25bc292e5bac: Download complete [2023-07-31T17:52:28.393Z] 52dc419b0ee2: Download complete [2023-07-31T17:52:28.393Z] 4657fd5d0bcf: Verifying Checksum [2023-07-31T17:52:28.393Z] 4657fd5d0bcf: Download complete [2023-07-31T17:52:28.393Z] df9b9388f04a: Download complete [2023-07-31T17:52:28.651Z] df9b9388f04a: Pull complete [2023-07-31T17:52:28.652Z] 6ad1cebc031e: Download complete [2023-07-31T17:52:28.652Z] 52dc419b0ee2: Pull complete [2023-07-31T17:52:28.652Z] 25bc292e5bac: Pull complete [2023-07-31T17:52:29.218Z] 114826534d7a: Verifying Checksum [2023-07-31T17:52:29.218Z] 114826534d7a: Download complete [2023-07-31T17:52:29.476Z] 8a3aa393b2d8: Verifying Checksum [2023-07-31T17:52:29.476Z] 8a3aa393b2d8: Download complete [2023-07-31T17:52:32.757Z] 114826534d7a: Pull complete [2023-07-31T17:52:32.757Z] 4657fd5d0bcf: Pull complete [2023-07-31T17:52:33.015Z] 6ad1cebc031e: Pull complete [2023-07-31T17:52:35.544Z] 8a3aa393b2d8: Pull complete [2023-07-31T17:52:35.544Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-31T17:52:35.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-31T17:52:35.544Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:52:35.619Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:52:35.625Z] $ 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-07-31T17:52:38.892Z] $ docker top 62fe0c2d280c2d7fe4e9568c52c56d681bdf2d8b98feabf0254ae12edd5ca065 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-31T17:52:38.984Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-07-31T17:52:39.268Z] + set -o pipefail [2023-07-31T17:52:39.268Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-07-31T17:52:44.534Z] [2023-07-31T17:52:44.534Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-07-31T17:52:44.534Z] [2023-07-31T17:52:44.534Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e3549f4a-2a14-4fe8-a914-a59e7327945b [2023-07-31T17:52:44.534Z] [2023-07-31T17:52:44.534Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-31T17:52:44.534Z] [2023-07-31T17:52:44.792Z] [2023-07-31T17:52:44.792Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-31T17:52:44.792Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-31T17:52:44.792Z] More details here: https://snyk.co/ue1NS [2023-07-31T17:52:44.792Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-07-31T17:52:44.792Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-07-31T17:52:44.777Z] $ docker stop --time=1 62fe0c2d280c2d7fe4e9568c52c56d681bdf2d8b98feabf0254ae12edd5ca065 [2023-07-31T17:52:47.511Z] $ docker rm -f --volumes 62fe0c2d280c2d7fe4e9568c52c56d681bdf2d8b98feabf0254ae12edd5ca065 [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-07-31T17:52:48.245Z] + git log --format=format:%s -1 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] sh [2023-07-31T17:52:48.530Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T17:52:48.530Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:52:48.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T17:52:48.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:52:48.903Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:52:48.902Z] $ 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-07-31T17:52:49.289Z] $ docker top bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc -eo pid,comm [2023-07-31T17:52:49.362Z] 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-07-31T17:52:49.362Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T17:52:49.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T17:52:49.396Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T17:52:49.515Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T17:52:49.492Z] $ docker exec bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc ssh-agent [2023-07-31T17:52:49.636Z] SSH_AUTH_SOCK=/tmp/ssh-pPcdQb7VY8EA/agent.33 [2023-07-31T17:52:49.636Z] SSH_AGENT_PID=39 [2023-07-31T17:52:49.641Z] Running ssh-add (command line suppressed) [2023-07-31T17:52:49.721Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18086642833919751762.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18086642833919751762.key) [2023-07-31T17:52:49.761Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T17:52:50.047Z] + git semver tag [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,207 [run_tag] DEBUG tag force:False [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,208 [check_head_tag] DEBUG check head tag [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,208 [execute] INFO git cat-file --batch-check [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,208 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,213 [execute] INFO git cat-file --batch [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,226 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,226 [execute] INFO git tag -a v3.1.0-dev.26 -m v3.1.0-dev.26 [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,226 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.26', '-m', 'v3.1.0-dev.26'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-07-31T17:52:50.306Z] 2023-07-31 17:52:50,231 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:52:50.306Z] 3.1.0-dev.26 [Pipeline] } [2023-07-31T17:52:50.290Z] $ docker exec --env ******** --env ******** bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc ssh-agent -k [2023-07-31T17:52:50.398Z] unset SSH_AUTH_SOCK; [2023-07-31T17:52:50.398Z] unset SSH_AGENT_PID; [2023-07-31T17:52:50.398Z] echo Agent pid 39 killed; [2023-07-31T17:52:50.432Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T17:52:50.742Z] + git semver [Pipeline] } [2023-07-31T17:52:50.987Z] $ docker stop --time=1 bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc [2023-07-31T17:52:52.281Z] $ docker rm -f --volumes bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:52:52.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-31T17:52:52.703Z] [2023-07-31T17:52:52.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:52:52.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-31T17:52:52.995Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-31T17:52:52.995Z] ab5ef0e58194: Pulling fs layer [2023-07-31T17:52:52.995Z] 9712f1f96733: Pulling fs layer [2023-07-31T17:52:52.995Z] 63f879dbbcfc: Pulling fs layer [2023-07-31T17:52:52.995Z] 0d9ebad4ef96: Pulling fs layer [2023-07-31T17:52:52.995Z] e9a5061849ea: Pulling fs layer [2023-07-31T17:52:52.995Z] d747dcd14b5f: Pulling fs layer [2023-07-31T17:52:52.995Z] 2de7ff778b66: Pulling fs layer [2023-07-31T17:52:52.995Z] 0d9ebad4ef96: Waiting [2023-07-31T17:52:52.995Z] e9a5061849ea: Waiting [2023-07-31T17:52:52.995Z] d747dcd14b5f: Waiting [2023-07-31T17:52:52.995Z] 2de7ff778b66: Waiting [2023-07-31T17:52:52.995Z] 9712f1f96733: Verifying Checksum [2023-07-31T17:52:52.995Z] 9712f1f96733: Download complete [2023-07-31T17:52:53.253Z] 63f879dbbcfc: Verifying Checksum [2023-07-31T17:52:53.253Z] 63f879dbbcfc: Download complete [2023-07-31T17:52:53.512Z] e9a5061849ea: Verifying Checksum [2023-07-31T17:52:53.512Z] e9a5061849ea: Download complete [2023-07-31T17:52:53.512Z] d747dcd14b5f: Download complete [2023-07-31T17:52:53.512Z] ab5ef0e58194: Verifying Checksum [2023-07-31T17:52:53.512Z] ab5ef0e58194: Download complete [2023-07-31T17:52:53.512Z] 0d9ebad4ef96: Verifying Checksum [2023-07-31T17:52:53.512Z] 0d9ebad4ef96: Download complete [2023-07-31T17:52:53.512Z] 2de7ff778b66: Verifying Checksum [2023-07-31T17:52:53.512Z] 2de7ff778b66: Download complete [2023-07-31T17:52:56.797Z] ab5ef0e58194: Pull complete [2023-07-31T17:52:56.797Z] 9712f1f96733: Pull complete [2023-07-31T17:52:57.055Z] 63f879dbbcfc: Pull complete [2023-07-31T17:53:01.250Z] 0d9ebad4ef96: Pull complete [2023-07-31T17:53:01.250Z] e9a5061849ea: Pull complete [2023-07-31T17:53:01.250Z] d747dcd14b5f: Pull complete [2023-07-31T17:53:02.622Z] 2de7ff778b66: Pull complete [2023-07-31T17:53:02.622Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-31T17:53:02.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-31T17:53:02.622Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:53:02.705Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:53:02.708Z] $ 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-07-31T17:53:06.029Z] $ docker top 3022ae73c313b6291b7b4929591e87f1a34c16d8cadcb346eed03855de9e2016 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-31T17:53:06.128Z] provisioning config files... [2023-07-31T17:53:06.137Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9232837289372155523tmp [2023-07-31T17:53:06.146Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10128415227304663117tmp [2023-07-31T17:53:06.155Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5503024139903525543tmp [Pipeline] { [Pipeline] echo [2023-07-31T17:53:06.171Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:53:06.451Z] ---> sigul-configuration.sh [2023-07-31T17:53:06.451Z] gpg: directory `/root/.gnupg' created [2023-07-31T17:53:06.451Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-31T17:53:06.451Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-31T17:53:06.451Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-31T17:53:06.451Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-31T17:53:06.451Z] gpg: CAST5 encrypted data [2023-07-31T17:53:06.451Z] gpg: encrypted with 1 passphrase [2023-07-31T17:53:06.451Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-31T17:53:06.735Z] + mkdir /home/jenkins [2023-07-31T17:53:06.735Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-31T17:53:07.019Z] + 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-07-31T17:53:07.027Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:53:07.314Z] ---> sigul-install.sh [2023-07-31T17:53:07.314Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-31T17:53:07.598Z] + git tag --list [2023-07-31T17:53:07.598Z] v3.1.0-dev.0 [2023-07-31T17:53:07.598Z] v3.1.0-dev.1 [2023-07-31T17:53:07.598Z] v3.1.0-dev.10 [2023-07-31T17:53:07.598Z] v3.1.0-dev.11 [2023-07-31T17:53:07.598Z] v3.1.0-dev.12 [2023-07-31T17:53:07.598Z] v3.1.0-dev.13 [2023-07-31T17:53:07.598Z] v3.1.0-dev.14 [2023-07-31T17:53:07.598Z] v3.1.0-dev.15 [2023-07-31T17:53:07.598Z] v3.1.0-dev.16 [2023-07-31T17:53:07.598Z] v3.1.0-dev.17 [2023-07-31T17:53:07.598Z] v3.1.0-dev.18 [2023-07-31T17:53:07.598Z] v3.1.0-dev.19 [2023-07-31T17:53:07.598Z] v3.1.0-dev.2 [2023-07-31T17:53:07.598Z] v3.1.0-dev.20 [2023-07-31T17:53:07.598Z] v3.1.0-dev.21 [2023-07-31T17:53:07.598Z] v3.1.0-dev.22 [2023-07-31T17:53:07.598Z] v3.1.0-dev.23 [2023-07-31T17:53:07.598Z] v3.1.0-dev.24 [2023-07-31T17:53:07.598Z] v3.1.0-dev.25 [2023-07-31T17:53:07.598Z] v3.1.0-dev.26 [2023-07-31T17:53:07.598Z] v3.1.0-dev.3 [2023-07-31T17:53:07.598Z] v3.1.0-dev.4 [2023-07-31T17:53:07.598Z] v3.1.0-dev.5 [2023-07-31T17:53:07.598Z] v3.1.0-dev.6 [2023-07-31T17:53:07.598Z] v3.1.0-dev.7 [2023-07-31T17:53:07.598Z] v3.1.0-dev.8 [2023-07-31T17:53:07.598Z] v3.1.0-dev.9 [Pipeline] sh [2023-07-31T17:53:07.881Z] + lftools sign git-tag v3.1.0-dev.26 [2023-07-31T17:53:08.447Z] Signing Git tag with Sigul... [2023-07-31T17:53:08.447Z] Signing v3.1.0-dev.26 [Pipeline] echo [2023-07-31T17:54:04.691Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:04.973Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-31T17:54:04.980Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-31T17:54:04.972Z] $ docker stop --time=1 3022ae73c313b6291b7b4929591e87f1a34c16d8cadcb346eed03855de9e2016 [2023-07-31T17:54:06.269Z] $ docker rm -f --volumes 3022ae73c313b6291b7b4929591e87f1a34c16d8cadcb346eed03855de9e2016 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-07-31T17:54:06.689Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T17:54:06.689Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:54:06.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T17:54:06.982Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:54:07.097Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:54:07.103Z] $ 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-07-31T17:54:07.434Z] $ docker top a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 -eo pid,comm [2023-07-31T17:54:07.508Z] 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-07-31T17:54:07.508Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T17:54:07.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T17:54:07.542Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T17:54:07.652Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T17:54:07.629Z] $ docker exec a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 ssh-agent [2023-07-31T17:54:07.765Z] SSH_AUTH_SOCK=/tmp/ssh-CcRLSTrPc57u/agent.32 [2023-07-31T17:54:07.765Z] SSH_AGENT_PID=38 [2023-07-31T17:54:07.769Z] Running ssh-add (command line suppressed) [2023-07-31T17:54:07.853Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9236917712787366715.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9236917712787366715.key) [2023-07-31T17:54:07.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T17:54:08.182Z] + git semver bump pre [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,330 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,330 [bump_version] DEBUG bumping version:3.1.0-dev.26 on axis:pre with prefix:dev [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,330 [bump_version] DEBUG bumped version:3.1.0-dev.27 [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,330 [write_version] DEBUG write version:3.1.0-dev.27 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,331 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,331 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,332 [execute] INFO git cat-file --batch-check [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,338 [execute] INFO git cat-file --batch [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,338 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-31T17:54:08.441Z] 2023-07-31 17:54:08,344 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:54:08.441Z] 3.1.0-dev.27 [Pipeline] } [2023-07-31T17:54:08.425Z] $ docker exec --env ******** --env ******** a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 ssh-agent -k [2023-07-31T17:54:08.512Z] unset SSH_AUTH_SOCK; [2023-07-31T17:54:08.512Z] unset SSH_AGENT_PID; [2023-07-31T17:54:08.512Z] echo Agent pid 38 killed; [2023-07-31T17:54:08.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T17:54:08.854Z] + git semver [Pipeline] } [2023-07-31T17:54:09.100Z] $ docker stop --time=1 a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 [2023-07-31T17:54:10.380Z] $ docker rm -f --volumes a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-31T17:54:10.733Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T17:54:10.734Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:54:11.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T17:54:11.031Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:54:11.101Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:54:11.107Z] $ 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-07-31T17:54:11.443Z] $ docker top 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T17:54:11.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T17:54:11.550Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T17:54:11.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T17:54:11.643Z] $ docker exec 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c ssh-agent [2023-07-31T17:54:11.785Z] SSH_AUTH_SOCK=/tmp/ssh-U2YVU7MMxzlM/agent.32 [2023-07-31T17:54:11.785Z] SSH_AGENT_PID=38 [2023-07-31T17:54:11.789Z] Running ssh-add (command line suppressed) [2023-07-31T17:54:11.863Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3776437119853796582.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3776437119853796582.key) [2023-07-31T17:54:11.900Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T17:54:12.187Z] + git semver push [2023-07-31T17:54:12.456Z] 2023-07-31 17:54:12,322 [run_push] DEBUG push [2023-07-31T17:54:12.456Z] 2023-07-31 17:54:12,322 [execute] INFO git cat-file --batch-check [2023-07-31T17:54:12.456Z] 2023-07-31 17:54:12,322 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-31T17:54:12.456Z] 2023-07-31 17:54:12,325 [execute] INFO git rev-list ed3476797e13a15d83479090284303115b5a649f -- [2023-07-31T17:54:12.456Z] 2023-07-31 17:54:12,325 [execute] DEBUG Popen(['git', 'rev-list', 'ed3476797e13a15d83479090284303115b5a649f', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-31T17:54:12.456Z] 2023-07-31 17:54:12,329 [execute] INFO git fetch -v origin [2023-07-31T17:54:12.456Z] 2023-07-31 17:54:12,329 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-07-31T17:54:13.024Z] 2023-07-31 17:54:12,798 [run_push] DEBUG no remote changes detected [2023-07-31T17:54:13.024Z] 2023-07-31 17:54:12,798 [execute] INFO git push origin semver [2023-07-31T17:54:13.025Z] 2023-07-31 17:54:12,798 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-31T17:54:13.962Z] 2023-07-31 17:54:13,705 [run_push] DEBUG push all version tags [2023-07-31T17:54:13.962Z] 2023-07-31 17:54:13,705 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-31T17:54:13.962Z] 2023-07-31 17:54:13,706 [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-07-31T17:54:14.530Z] 2023-07-31 17:54:14,462 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-31T17:54:14.530Z] 3.1.0-dev.27 [Pipeline] } [2023-07-31T17:54:14.514Z] $ docker exec --env ******** --env ******** 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c ssh-agent -k [2023-07-31T17:54:14.614Z] unset SSH_AUTH_SOCK; [2023-07-31T17:54:14.614Z] unset SSH_AGENT_PID; [2023-07-31T17:54:14.614Z] echo Agent pid 38 killed; [2023-07-31T17:54:14.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T17:54:14.966Z] + git semver [Pipeline] } [2023-07-31T17:54:15.212Z] $ docker stop --time=1 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c [2023-07-31T17:54:16.485Z] $ docker rm -f --volumes 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c [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-07-31T17:54:17.068Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-07-31T17:54:17.069Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-31T17:54:17.069Z] total 16 [2023-07-31T17:54:17.069Z] drwxr-xr-x 3 root root 4096 Jul 31 17:40 . [2023-07-31T17:54:17.069Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 17:53 .. [2023-07-31T17:54:17.069Z] drwxr-xr-x 2 root root 4096 Jul 31 17:40 cost [2023-07-31T17:54:17.069Z] -rw-r--r-- 1 root root 88 Jul 31 17:40 cost.csv [2023-07-31T17:54:17.069Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-31T17:54:17.069Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-31T17:54:17.069Z] total 16 [2023-07-31T17:54:17.069Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 17:40 . [2023-07-31T17:54:17.069Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 17:53 .. [2023-07-31T17:54:17.069Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 31 17:40 cost [2023-07-31T17:54:17.069Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 31 17:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:17.357Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:18.205Z] ---> package-listing.sh [2023-07-31T17:54:18.205Z] ++ facter osfamily [2023-07-31T17:54:18.205Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-31T17:54:18.463Z] + OS_FAMILY=debian [2023-07-31T17:54:18.463Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-07-31T17:54:18.463Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-31T17:54:18.463Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-31T17:54:18.463Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-31T17:54:18.463Z] + PACKAGES=/tmp/packages_start.txt [2023-07-31T17:54:18.463Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-31T17:54:18.463Z] + PACKAGES=/tmp/packages_end.txt [2023-07-31T17:54:18.463Z] + case "${OS_FAMILY}" in [2023-07-31T17:54:18.463Z] + dpkg -l [2023-07-31T17:54:18.463Z] + grep '^ii' [2023-07-31T17:54:18.463Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-31T17:54:18.463Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-31T17:54:18.463Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-31T17:54:18.463Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-31T17:54:18.463Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-07-31T17:54:18.463Z] + 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-07-31T17:54:18.527Z] 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-07-31T17:54:18.845Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T17:54:19.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T17:54:19.200Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T17:54:19.280Z] prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container [2023-07-31T17:54:19.284Z] $ 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-07-31T17:54:19.506Z] $ docker top e571376b9699dca09cd88b675818f1d28aed67ed15d853d73aaa51409259e553 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T17:54:19.872Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-31T17:54:20.162Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-31T17:54:20.444Z] + ls /var/log/sa-host [2023-07-31T17:54:20.444Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T17:54:20.593Z] provisioning config files... [2023-07-31T17:54:20.602Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18298826256602649730tmp [Pipeline] { [Pipeline] echo [2023-07-31T17:54:20.615Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:20.897Z] ---> create-netrc.sh [Pipeline] } [2023-07-31T17:54:20.904Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:21.244Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-31T17:54:21.252Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:21.533Z] ---> sudo-logs.sh [2023-07-31T17:54:21.533Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-31T17:54:21.564Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:21.847Z] ---> job-cost.sh [2023-07-31T17:54:21.847Z] lf-activate-venv: SKIPPING [2023-07-31T17:54:21.847Z] DEBUG: total: 0.2199999988079071 [2023-07-31T17:54:21.847Z] INFO: Retrieving Stack Cost... [2023-07-31T17:54:22.105Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-31T17:54:22.671Z] INFO: Archiving Costs [Pipeline] echo [2023-07-31T17:54:22.682Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T17:54:22.965Z] ---> logs-deploy.sh [2023-07-31T17:54:22.965Z] lf-activate-venv: SKIPPING [2023-07-31T17:54:22.965Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/28 [2023-07-31T17:54:22.965Z] INFO: archiving workspace using pattern(s): [2023-07-31T17:54:24.342Z] Archives upload complete. [2023-07-31T17:54:24.343Z] INFO: archiving logs to Nexus