Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c21995dc83c9d4518c4a60710b227f9f01242914 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-ssh11347531862500132350.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-ssh11191633586047295493.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-ssh145001656640471457.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-ssh7944781148422283524.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-ssh10877491002168660317.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-843 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 c21995dc83c9d4518c4a60710b227f9f01242914 (main) Commit message: "Merge pull request #35 from lenny-intel/record-cancel-endpoint" > 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 c21995dc83c9d4518c4a60710b227f9f01242914 # timeout=10 > git rev-list --no-walk 2c282af5260d380b24eaba4cc371f3a0b43fd8c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-11T16:19:29.658Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-11T16:19:29.722Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-11T16:19:29.743Z] ========================================================= [2023-07-11T16:19:29.743Z] EdgeX Global Pipelines Version Info [2023-07-11T16:19:29.743Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:19:30.451Z] ------------------- [2023-07-11T16:19:30.451Z] stable info: [2023-07-11T16:19:30.451Z] ------------------- [2023-07-11T16:19:30.451Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-11T16:19:30.451Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-11T16:19:30.451Z] Message: update stable to v1.0.250 [2023-07-11T16:19:31.392Z] ------------------- [2023-07-11T16:19:31.392Z] experimental info: [2023-07-11T16:19:31.392Z] ------------------- [2023-07-11T16:19:31.392Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-11T16:19:31.392Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-11T16:19:31.392Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-11T16:19:31.561Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-07-11T16:19:31.578Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-07-11T16:19:31.594Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-11T16:19:31.611Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-11T16:19:31.628Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-11T16:19:31.643Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-11T16:19:31.663Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-11T16:19:31.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-11T16:19:31.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-11T16:19:31.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-11T16:19:31.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-11T16:19:31.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-07-11T16:19:31.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-11T16:19:31.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-11T16:19:31.787Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-11T16:19:31.799Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-11T16:19:31.807Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-11T16:19:31.816Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-11T16:19:31.835Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-11T16:19:31.847Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-11T16:19:31.862Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-11T16:19:31.874Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-11T16:19:31.885Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-11T16:19:31.896Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-11T16:19:31.908Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-11T16:19:31.923Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-11T16:19:31.938Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-11T16:19:31.956Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-11T16:19:31.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-11T16:19:31.990Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-11T16:19:32.001Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo [2023-07-11T16:19:32.016Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c21995d [Pipeline] echo [2023-07-11T16:19:32.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-11T16:19:32.078Z] provisioning config files... [2023-07-11T16:19:32.091Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13794004116504019215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:19:32.394Z] ---> docker-login.sh [2023-07-11T16:19:32.394Z] nexus3.edgexfoundry.org:10001 [2023-07-11T16:19:32.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:32.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:32.654Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:32.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:32.654Z] [2023-07-11T16:19:32.654Z] Login Succeeded [2023-07-11T16:19:32.654Z] nexus3.edgexfoundry.org:10002 [2023-07-11T16:19:32.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:32.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:32.913Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:32.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:32.913Z] [2023-07-11T16:19:32.913Z] Login Succeeded [2023-07-11T16:19:32.913Z] nexus3.edgexfoundry.org:10003 [2023-07-11T16:19:32.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:32.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:32.913Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:32.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:32.913Z] [2023-07-11T16:19:32.913Z] Login Succeeded [2023-07-11T16:19:32.913Z] nexus3.edgexfoundry.org:10004 [2023-07-11T16:19:33.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:33.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:33.173Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:33.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:33.173Z] [2023-07-11T16:19:33.173Z] Login Succeeded [2023-07-11T16:19:33.173Z] docker.io [2023-07-11T16:19:33.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:33.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:33.744Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:33.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:33.744Z] [2023-07-11T16:19:33.744Z] Login Succeeded [2023-07-11T16:19:33.744Z] ---> docker-login.sh ends [Pipeline] } [2023-07-11T16:19:33.753Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-11T16:19:34.138Z] + git rev-list -1 --merges c21995dc83c9d4518c4a60710b227f9f01242914~1..c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo [2023-07-11T16:19:34.180Z] -----------> git rev-list -1 --merges c21995dc83c9d4518c4a60710b227f9f01242914~1..c21995dc83c9d4518c4a60710b227f9f01242914 c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:19:34.180Z] c21995dc83c9d4518c4a60710b227f9f01242914 [false] [Pipeline] sh [2023-07-11T16:19:34.471Z] + git log --format=format:%s -1 c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo [2023-07-11T16:19:34.483Z] ========================================================= [2023-07-11T16:19:34.483Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-11T16:19:34.483Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-11T16:19:34.821Z] + git log --format=format:%s -1 c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo [2023-07-11T16:19:34.832Z] [semverPrep] GIT_COMMIT: c21995dc83c9d4518c4a60710b227f9f01242914, Commit Message: Merge pull request #35 from lenny-intel/record-cancel-endpoint [Pipeline] echo [2023-07-11T16:19:34.842Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-11T16:19:35.220Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-11T16:19:35.220Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-11T16:19:35.220Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-11T16:19:35.220Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-11T16:19:35.220Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-11T16:19:35.220Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-11T16:19:35.220Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:19:35.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-11T16:19:35.635Z] [2023-07-11T16:19:35.635Z] 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-11T16:19:35.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-11T16:19:35.934Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-11T16:19:35.934Z] b85a868b505f: Pulling fs layer [2023-07-11T16:19:35.934Z] e2be974225ed: Pulling fs layer [2023-07-11T16:19:35.934Z] 339a4e72a1f5: Pulling fs layer [2023-07-11T16:19:35.934Z] 988bab9f4d93: Pulling fs layer [2023-07-11T16:19:35.934Z] 1469e6f7b9e6: Pulling fs layer [2023-07-11T16:19:35.934Z] eaf3925da568: Pulling fs layer [2023-07-11T16:19:35.934Z] bab4dde63d76: Pulling fs layer [2023-07-11T16:19:35.934Z] bde34c3a00c8: Pulling fs layer [2023-07-11T16:19:35.934Z] b352a97aabf1: Pulling fs layer [2023-07-11T16:19:35.934Z] 4872d77fe225: Pulling fs layer [2023-07-11T16:19:35.934Z] 5851b861e8e6: Pulling fs layer [2023-07-11T16:19:35.934Z] 988bab9f4d93: Waiting [2023-07-11T16:19:35.934Z] eaf3925da568: Waiting [2023-07-11T16:19:35.934Z] 1469e6f7b9e6: Waiting [2023-07-11T16:19:35.934Z] 4872d77fe225: Waiting [2023-07-11T16:19:35.934Z] bde34c3a00c8: Waiting [2023-07-11T16:19:35.934Z] bab4dde63d76: Waiting [2023-07-11T16:19:35.934Z] 5851b861e8e6: Waiting [2023-07-11T16:19:35.934Z] b352a97aabf1: Waiting [2023-07-11T16:19:35.934Z] e2be974225ed: Download complete [2023-07-11T16:19:35.934Z] 988bab9f4d93: Verifying Checksum [2023-07-11T16:19:35.934Z] 988bab9f4d93: Download complete [2023-07-11T16:19:35.934Z] 339a4e72a1f5: Verifying Checksum [2023-07-11T16:19:35.934Z] 339a4e72a1f5: Download complete [2023-07-11T16:19:35.934Z] 1469e6f7b9e6: Verifying Checksum [2023-07-11T16:19:35.934Z] 1469e6f7b9e6: Download complete [2023-07-11T16:19:36.194Z] eaf3925da568: Verifying Checksum [2023-07-11T16:19:36.194Z] eaf3925da568: Download complete [2023-07-11T16:19:36.194Z] bde34c3a00c8: Download complete [2023-07-11T16:19:36.194Z] b352a97aabf1: Verifying Checksum [2023-07-11T16:19:36.194Z] b352a97aabf1: Download complete [2023-07-11T16:19:36.194Z] 4872d77fe225: Verifying Checksum [2023-07-11T16:19:36.194Z] 4872d77fe225: Download complete [2023-07-11T16:19:36.194Z] 5851b861e8e6: Verifying Checksum [2023-07-11T16:19:36.194Z] 5851b861e8e6: Download complete [2023-07-11T16:19:36.194Z] b85a868b505f: Download complete [2023-07-11T16:19:36.453Z] bab4dde63d76: Verifying Checksum [2023-07-11T16:19:36.453Z] bab4dde63d76: Download complete [2023-07-11T16:19:37.401Z] b85a868b505f: Pull complete [2023-07-11T16:19:37.659Z] e2be974225ed: Pull complete [2023-07-11T16:19:38.228Z] 339a4e72a1f5: Pull complete [2023-07-11T16:19:38.228Z] 988bab9f4d93: Pull complete [2023-07-11T16:19:38.486Z] 1469e6f7b9e6: Pull complete [2023-07-11T16:19:38.486Z] eaf3925da568: Pull complete [2023-07-11T16:19:40.875Z] bab4dde63d76: Pull complete [2023-07-11T16:19:40.875Z] bde34c3a00c8: Pull complete [2023-07-11T16:19:40.875Z] b352a97aabf1: Pull complete [2023-07-11T16:19:40.875Z] 4872d77fe225: Pull complete [2023-07-11T16:19:40.875Z] 5851b861e8e6: Pull complete [2023-07-11T16:19:40.875Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-11T16:19:40.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-11T16:19:40.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:19:40.983Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:19:41.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-11T16:19:43.723Z] $ docker top 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc -eo pid,comm [2023-07-11T16:19:43.764Z] 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-11T16:19:43.764Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-11T16:19:43.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-11T16:19:43.808Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-11T16:19:43.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-11T16:19:43.924Z] $ docker exec 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent [2023-07-11T16:19:44.032Z] SSH_AUTH_SOCK=/tmp/ssh-dPeiozPafvYe/agent.31 [2023-07-11T16:19:44.032Z] SSH_AGENT_PID=38 [2023-07-11T16:19:44.038Z] Running ssh-add (command line suppressed) [2023-07-11T16:19:44.141Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14014335217624382577.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14014335217624382577.key) [2023-07-11T16:19:44.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-11T16:19:44.440Z] + git tag --points-at HEAD [Pipeline] } [2023-07-11T16:19:44.460Z] $ docker exec --env ******** --env ******** 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent -k [2023-07-11T16:19:44.556Z] unset SSH_AUTH_SOCK; [2023-07-11T16:19:44.557Z] unset SSH_AGENT_PID; [2023-07-11T16:19:44.557Z] echo Agent pid 38 killed; [2023-07-11T16:19:44.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-11T16:19:44.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-11T16:19:44.588Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-11T16:19:44.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-11T16:19:44.701Z] $ docker exec 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent [2023-07-11T16:19:44.800Z] SSH_AUTH_SOCK=/tmp/ssh-mzCno2KeCSQf/agent.70 [2023-07-11T16:19:44.800Z] SSH_AGENT_PID=76 [2023-07-11T16:19:44.805Z] Running ssh-add (command line suppressed) [2023-07-11T16:19:44.911Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15510432439117712551.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15510432439117712551.key) [2023-07-11T16:19:44.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-11T16:19:45.211Z] + git semver init [2023-07-11T16:19:45.472Z] 2023-07-11 16:19:45,396 [run_init] DEBUG init version:0.0.0 force:False [2023-07-11T16:19:45.472Z] 2023-07-11 16:19:45,396 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-07-11T16:19:45.472Z] 2023-07-11 16:19:45,397 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-07-11T16:19:45.472Z] 2023-07-11 16:19:45,397 [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-11T16:19:47.172Z] 2023-07-11 16:19:45,981 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-07-11T16:19:47.172Z] 2023-07-11 16:19:45,982 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-07-11T16:19:47.172Z] 2023-07-11 16:19:45,982 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:19:47.172Z] 2023-07-11 16:19:45,982 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:19:47.172Z] 3.1.0-dev.11 [Pipeline] } [2023-07-11T16:19:47.184Z] $ docker exec --env ******** --env ******** 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent -k [2023-07-11T16:19:47.267Z] unset SSH_AUTH_SOCK; [2023-07-11T16:19:47.268Z] unset SSH_AGENT_PID; [2023-07-11T16:19:47.268Z] echo Agent pid 76 killed; [2023-07-11T16:19:47.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-11T16:19:47.572Z] + git semver [Pipeline] } [2023-07-11T16:19:47.849Z] $ docker stop --time=1 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc [2023-07-11T16:19:49.121Z] $ docker rm -f --volumes 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-11T16:19:49.455Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-11T16:19:49.649Z] Stashed 1 file(s) [Pipeline] echo [2023-07-11T16:19:49.652Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.11 [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-11T16:19:49.788Z] provisioning config files... [2023-07-11T16:19:49.799Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12891000256678954595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:19:50.097Z] ---> docker-login.sh [2023-07-11T16:19:50.097Z] nexus3.edgexfoundry.org:10001 [2023-07-11T16:19:50.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:50.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:50.097Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:50.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:50.097Z] [2023-07-11T16:19:50.097Z] Login Succeeded [2023-07-11T16:19:50.097Z] nexus3.edgexfoundry.org:10002 [2023-07-11T16:19:50.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:50.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:50.097Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:50.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:50.097Z] [2023-07-11T16:19:50.097Z] Login Succeeded [2023-07-11T16:19:50.097Z] nexus3.edgexfoundry.org:10003 [2023-07-11T16:19:50.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:50.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:50.358Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:50.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:50.358Z] [2023-07-11T16:19:50.358Z] Login Succeeded [2023-07-11T16:19:50.358Z] nexus3.edgexfoundry.org:10004 [2023-07-11T16:19:50.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:50.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:50.358Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:50.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:50.358Z] [2023-07-11T16:19:50.358Z] Login Succeeded [2023-07-11T16:19:50.358Z] docker.io [2023-07-11T16:19:50.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:19:50.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:19:50.617Z] Configure a credential helper to remove this warning. See [2023-07-11T16:19:50.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:19:50.617Z] [2023-07-11T16:19:50.617Z] Login Succeeded [2023-07-11T16:19:50.617Z] ---> docker-login.sh ends [Pipeline] } [2023-07-11T16:19:50.625Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-11T16:19:50.682Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-11T16:19:50.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-11T16:19:50.701Z] ========================================================= [2023-07-11T16:19:50.701Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-11T16:19:50.701Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:19:51.026Z] + 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-11T16:19:51.026Z] Sending build context to Docker daemon 306.2kB [2023-07-11T16:19:51.026Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-11T16:19:51.026Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-11T16:19:51.026Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-11T16:19:51.026Z] f56be85fc22e: Pulling fs layer [2023-07-11T16:19:51.026Z] 85791d961cd3: Pulling fs layer [2023-07-11T16:19:51.026Z] d694b5ae8c79: Pulling fs layer [2023-07-11T16:19:51.026Z] 9f32a84ed3da: Pulling fs layer [2023-07-11T16:19:51.026Z] 4d19c01a9841: Pulling fs layer [2023-07-11T16:19:51.026Z] 9325e15d5711: Pulling fs layer [2023-07-11T16:19:51.026Z] 556b6ee489ea: Pulling fs layer [2023-07-11T16:19:51.026Z] c5a4b2cf53e6: Pulling fs layer [2023-07-11T16:19:51.026Z] 9f32a84ed3da: Waiting [2023-07-11T16:19:51.026Z] 4d19c01a9841: Waiting [2023-07-11T16:19:51.026Z] 9325e15d5711: Waiting [2023-07-11T16:19:51.026Z] 556b6ee489ea: Waiting [2023-07-11T16:19:51.026Z] c5a4b2cf53e6: Waiting [2023-07-11T16:19:51.026Z] 85791d961cd3: Download complete [2023-07-11T16:19:51.026Z] 9f32a84ed3da: Download complete [2023-07-11T16:19:51.026Z] 4d19c01a9841: Verifying Checksum [2023-07-11T16:19:51.026Z] 4d19c01a9841: Download complete [2023-07-11T16:19:51.026Z] f56be85fc22e: Verifying Checksum [2023-07-11T16:19:51.026Z] f56be85fc22e: Download complete [2023-07-11T16:19:51.026Z] 9325e15d5711: Verifying Checksum [2023-07-11T16:19:51.026Z] 9325e15d5711: Download complete [2023-07-11T16:19:51.286Z] f56be85fc22e: Pull complete [2023-07-11T16:19:51.546Z] 85791d961cd3: Pull complete [2023-07-11T16:19:51.805Z] c5a4b2cf53e6: Verifying Checksum [2023-07-11T16:19:51.805Z] c5a4b2cf53e6: Download complete [2023-07-11T16:19:51.805Z] d694b5ae8c79: Verifying Checksum [2023-07-11T16:19:51.805Z] d694b5ae8c79: Download complete [2023-07-11T16:19:52.063Z] 556b6ee489ea: Verifying Checksum [2023-07-11T16:19:52.063Z] 556b6ee489ea: Download complete [2023-07-11T16:19:55.364Z] d694b5ae8c79: Pull complete [2023-07-11T16:19:55.364Z] 9f32a84ed3da: Pull complete [2023-07-11T16:19:55.364Z] 4d19c01a9841: Pull complete [2023-07-11T16:19:55.364Z] 9325e15d5711: Pull complete [2023-07-11T16:19:57.900Z] 556b6ee489ea: Pull complete [2023-07-11T16:19:58.840Z] c5a4b2cf53e6: Pull complete [2023-07-11T16:19:58.840Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-07-11T16:19:58.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-11T16:19:58.840Z] ---> c4be618373d6 [2023-07-11T16:19:58.840Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-11T16:20:04.504Z] ---> Running in bd15bc220cfb [2023-07-11T16:20:04.504Z] Removing intermediate container bd15bc220cfb [2023-07-11T16:20:04.504Z] ---> 289f1a4d420d [2023-07-11T16:20:04.504Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-11T16:20:04.504Z] ---> Running in c41bf51c9a8b [2023-07-11T16:20:04.504Z] Removing intermediate container c41bf51c9a8b [2023-07-11T16:20:04.504Z] ---> 13d3dcfc7254 [2023-07-11T16:20:04.504Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-11T16:20:04.504Z] ---> Running in 6ee4e1de34d2 [2023-07-11T16:20:04.504Z] Removing intermediate container 6ee4e1de34d2 [2023-07-11T16:20:04.505Z] ---> 301aa70d1904 [2023-07-11T16:20:04.505Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-11T16:20:04.505Z] ---> Running in 2b3a4c2763b8 [2023-07-11T16:20:04.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-11T16:20:04.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-11T16:20:04.505Z] OK: 265 MiB in 53 packages [2023-07-11T16:20:04.736Z] Still waiting to schedule task [2023-07-11T16:20:04.737Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-07-11T16:20:05.070Z] Removing intermediate container 2b3a4c2763b8 [2023-07-11T16:20:05.070Z] ---> b522c3b3ed66 [2023-07-11T16:20:05.070Z] Step 7/12 : WORKDIR /app [2023-07-11T16:20:05.070Z] ---> Running in 8327df6eeded [2023-07-11T16:20:05.070Z] Removing intermediate container 8327df6eeded [2023-07-11T16:20:05.070Z] ---> 9f3fca789726 [2023-07-11T16:20:05.070Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-11T16:20:05.070Z] ---> a4339da208b9 [2023-07-11T16:20:05.070Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-11T16:20:05.070Z] ---> Running in 7f6770dce60e [2023-07-11T16:20:37.211Z] Removing intermediate container 7f6770dce60e [2023-07-11T16:20:37.211Z] ---> 6a2dde71272a [2023-07-11T16:20:37.211Z] Step 10/12 : COPY . . [2023-07-11T16:20:37.211Z] ---> cd99f0c6dbc9 [2023-07-11T16:20:37.211Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-11T16:20:37.211Z] ---> Running in cea102df77f5 [2023-07-11T16:20:37.211Z] Removing intermediate container cea102df77f5 [2023-07-11T16:20:37.211Z] ---> bc8d26fee5c9 [2023-07-11T16:20:37.211Z] Step 12/12 : RUN $MAKE [2023-07-11T16:20:37.211Z] ---> Running in ef1010d8d4a0 [2023-07-11T16:20:37.211Z] noop [2023-07-11T16:20:37.211Z] Removing intermediate container ef1010d8d4a0 [2023-07-11T16:20:37.211Z] ---> 62a3a58a3468 [2023-07-11T16:20:37.211Z] Successfully built 62a3a58a3468 [2023-07-11T16:20:37.211Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:20:37.537Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-11T16:20:37.537Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:20:37.616Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:20:37.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-07-11T16:20:38.018Z] $ docker top 6009eacf98176a2a20e1de3707da36f584784f6d23c4e443620a65e7ce6fcdf5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-11T16:20:38.364Z] + go version [2023-07-11T16:20:38.364Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-07-11T16:20:38.377Z] $ docker stop --time=1 6009eacf98176a2a20e1de3707da36f584784f6d23c4e443620a65e7ce6fcdf5 [2023-07-11T16:20:39.652Z] $ docker rm -f --volumes 6009eacf98176a2a20e1de3707da36f584784f6d23c4e443620a65e7ce6fcdf5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:20:40.084Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-11T16:20:40.084Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:20:40.152Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:20:40.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-07-11T16:20:40.516Z] $ docker top 8a60519aac7d1a9cd5bfe60fa3b4841315815bee5271a746e2b92ccc1583a24d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-11T16:20:40.853Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-07-11T16:20:41.143Z] + make test [2023-07-11T16:20:41.143Z] go test -race -coverprofile=coverage.out ./... [2023-07-11T16:21:03.067Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-11T16:21:03.067Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-11T16:21:03.067Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-11T16:21:03.067Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-11T16:21:03.067Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.058s coverage: 76.9% of statements [2023-07-11T16:21:03.068Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.087s coverage: 87.3% of statements [2023-07-11T16:21:03.068Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.057s coverage: 27.3% of statements [2023-07-11T16:21:21.132Z] go vet ./... [2023-07-11T16:21:23.687Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-11T16:21:23.687Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-11T16:21:23.687Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-11T16:21:23.960Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-11T16:21:23.976Z] $ docker stop --time=1 8a60519aac7d1a9cd5bfe60fa3b4841315815bee5271a746e2b92ccc1583a24d [2023-07-11T16:21:28.846Z] $ docker rm -f --volumes 8a60519aac7d1a9cd5bfe60fa3b4841315815bee5271a746e2b92ccc1583a24d [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-11T16:21:29.350Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-11T16:21:29.392Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-11T16:21:29.917Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-11T16:21:30.202Z] + ls -al . [2023-07-11T16:21:30.202Z] total 152 [2023-07-11T16:21:30.202Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 11 16:20 . [2023-07-11T16:21:30.202Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 16:19 .. [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 11 16:19 .dockerignore [2023-07-11T16:21:30.202Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 16:19 .git [2023-07-11T16:21:30.202Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:19 .github [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 11 16:19 .gitignore [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 16:19 .golangci.yml [2023-07-11T16:21:30.202Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 16:19 .semver [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 10245 Jul 11 16:19 Attribution.txt [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 11 16:19 CHANGELOG.md [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 11 16:19 Dockerfile [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 16:19 GOVERNANCE.md [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 11 16:19 Jenkinsfile [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 11 16:19 LICENSE [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 11 16:19 Makefile [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 11 16:19 OWNERS.md [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 11 16:19 README.md [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 11 16:19 VERSION [2023-07-11T16:21:30.202Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:19 bin [2023-07-11T16:21:30.202Z] -rw-r--r-- 1 jenkins jenkins 5410 Jul 11 16:21 coverage.out [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 3411 Jul 11 16:19 go.mod [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 31491 Jul 11 16:19 go.sum [2023-07-11T16:21:30.202Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 11 16:19 internal [2023-07-11T16:21:30.202Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 11 16:19 main.go [2023-07-11T16:21:30.202Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 16:19 pkg [2023-07-11T16:21:30.202Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:19 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:21:30.506Z] + 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=c21995dc83c9d4518c4a60710b227f9f01242914 --label arch=amd64 --label version=3.1.0-dev.11 . [2023-07-11T16:21:30.506Z] Sending build context to Docker daemon 312.3kB [2023-07-11T16:21:30.506Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-11T16:21:30.506Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-11T16:21:30.506Z] ---> 62a3a58a3468 [2023-07-11T16:21:30.506Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-11T16:21:30.506Z] ---> Running in 56b7b165f11f [2023-07-11T16:21:30.764Z] Removing intermediate container 56b7b165f11f [2023-07-11T16:21:30.764Z] ---> 2de99be5b4f8 [2023-07-11T16:21:30.764Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-11T16:21:30.764Z] ---> Running in 1a8997768f8b [2023-07-11T16:21:30.764Z] Removing intermediate container 1a8997768f8b [2023-07-11T16:21:30.764Z] ---> 273eebc68fc6 [2023-07-11T16:21:30.764Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-11T16:21:30.764Z] ---> Running in 6f427e6d6f32 [2023-07-11T16:21:30.764Z] Removing intermediate container 6f427e6d6f32 [2023-07-11T16:21:30.764Z] ---> b2259d3c2649 [2023-07-11T16:21:30.764Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-11T16:21:31.023Z] ---> Running in e32daaa738f7 [2023-07-11T16:21:31.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-11T16:21:31.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-11T16:21:31.541Z] OK: 265 MiB in 53 packages [2023-07-11T16:21:32.107Z] Removing intermediate container e32daaa738f7 [2023-07-11T16:21:32.107Z] ---> 76e725d07923 [2023-07-11T16:21:32.107Z] Step 7/26 : WORKDIR /app [2023-07-11T16:21:32.107Z] ---> Running in b7a782efdf14 [2023-07-11T16:21:32.107Z] Removing intermediate container b7a782efdf14 [2023-07-11T16:21:32.107Z] ---> fd65544e7327 [2023-07-11T16:21:32.107Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-11T16:21:32.107Z] ---> ee60c69d55f7 [2023-07-11T16:21:32.107Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-11T16:21:32.107Z] ---> Running in c26a1c8550b3 [2023-07-11T16:21:32.819Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-845 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-07-11T16:21:32.832Z] Running in /w/workspace/app-record-replay/12 [Pipeline] { [Pipeline] checkout [2023-07-11T16:21:32.863Z] Selected Git installation does not exist. Using Default [2023-07-11T16:21:32.863Z] The recommended git tool is: NONE [2023-07-11T16:21:33.041Z] Removing intermediate container c26a1c8550b3 [2023-07-11T16:21:33.042Z] ---> dd34edea96de [2023-07-11T16:21:33.042Z] Step 10/26 : COPY . . [2023-07-11T16:21:33.042Z] ---> 2e1f430312b3 [2023-07-11T16:21:33.042Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-11T16:21:33.042Z] ---> Running in 37fe8b44dc29 [2023-07-11T16:21:33.299Z] Removing intermediate container 37fe8b44dc29 [2023-07-11T16:21:33.299Z] ---> 18004c392389 [2023-07-11T16:21:33.299Z] Step 12/26 : RUN $MAKE [2023-07-11T16:21:33.299Z] ---> Running in c70dab55824a [2023-07-11T16:21:33.557Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.11" -trimpath -mod=readonly -o app-record-replay [2023-07-11T16:21:37.728Z] using credential edgex-jenkins-ssh [2023-07-11T16:21:37.746Z] Cloning the remote Git repository [2023-07-11T16:21:37.790Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-07-11T16:21:37.886Z] > git init /w/workspace/app-record-replay/12 # timeout=10 [2023-07-11T16:21:38.013Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-07-11T16:21:38.014Z] > git --version # timeout=10 [2023-07-11T16:21:38.035Z] > git --version # 'git version 2.25.1' [2023-07-11T16:21:38.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-11T16:21:38.177Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-11T16:21:38.734Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-07-11T16:21:38.766Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-11T16:21:39.561Z] Avoid second fetch [2023-07-11T16:21:39.561Z] Checking out Revision c21995dc83c9d4518c4a60710b227f9f01242914 (main) [2023-07-11T16:21:40.056Z] Commit message: "Merge pull request #35 from lenny-intel/record-cancel-endpoint" [2023-07-11T16:21:39.579Z] > git config core.sparsecheckout # timeout=10 [2023-07-11T16:21:39.637Z] > git checkout -f c21995dc83c9d4518c4a60710b227f9f01242914 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-11T16:21:40.977Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-11T16:21:40.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-11T16:21:40.977Z] Dload Upload Total Spent Left Speed [2023-07-11T16:21:40.977Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 96598 [Pipeline] sh [2023-07-11T16:21:41.665Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-11T16:21:41.990Z] + sudo tee /etc/docker/daemon.new [2023-07-11T16:21:41.990Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-11T16:21:41.990Z] { [2023-07-11T16:21:41.990Z] "registry-mirrors": [ [2023-07-11T16:21:41.990Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-11T16:21:41.990Z] ], [2023-07-11T16:21:41.990Z] "bip": "10.250.0.254/24", [2023-07-11T16:21:41.990Z] "hosts": [ [2023-07-11T16:21:41.990Z] "tcp://0.0.0.0:5555", [2023-07-11T16:21:41.990Z] "unix:///var/run/docker.sock" [2023-07-11T16:21:41.990Z] ], [2023-07-11T16:21:41.990Z] "mtu": 1458, [2023-07-11T16:21:41.990Z] "selinux-enabled": true, [2023-07-11T16:21:41.990Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-11T16:21:41.990Z] } [Pipeline] sh [2023-07-11T16:21:42.330Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-11T16:21:42.659Z] + sudo service docker restart [2023-07-11T16:21:55.613Z] Removing intermediate container c70dab55824a [2023-07-11T16:21:55.614Z] ---> b2fe14a5aefe [2023-07-11T16:21:55.614Z] Step 13/26 : FROM alpine:3.17 [2023-07-11T16:21:55.614Z] 3.17: Pulling from library/alpine [2023-07-11T16:21:55.614Z] 4db1b89c0bd1: Pulling fs layer [2023-07-11T16:21:55.614Z] 4db1b89c0bd1: Verifying Checksum [2023-07-11T16:21:55.614Z] 4db1b89c0bd1: Download complete [2023-07-11T16:21:55.614Z] 4db1b89c0bd1: Pull complete [2023-07-11T16:21:55.614Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-11T16:21:55.614Z] Status: Downloaded newer image for alpine:3.17 [2023-07-11T16:21:55.614Z] ---> 1f73a9d63274 [2023-07-11T16:21:55.614Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-11T16:21:55.614Z] ---> Running in dc1a879f3d1b [2023-07-11T16:21:55.614Z] Removing intermediate container dc1a879f3d1b [2023-07-11T16:21:55.614Z] ---> 0c2139c482ff [2023-07-11T16:21:55.614Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-11T16:21:55.614Z] ---> Running in 423391c618f7 [2023-07-11T16:21:55.614Z] Removing intermediate container 423391c618f7 [2023-07-11T16:21:55.614Z] ---> 61d75fc2b5d0 [2023-07-11T16:21:55.614Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-11T16:21:55.614Z] ---> Running in 1f48981257a8 [2023-07-11T16:21:55.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-11T16:21:55.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-11T16:21:55.614Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-11T16:21:55.614Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-11T16:21:55.614Z] Executing busybox-1.35.0-r29.trigger [2023-07-11T16:21:55.614Z] Executing ca-certificates-20230506-r0.trigger [2023-07-11T16:21:55.614Z] OK: 8 MiB in 17 packages [2023-07-11T16:21:55.614Z] Removing intermediate container 1f48981257a8 [2023-07-11T16:21:55.614Z] ---> ecc7b2d7154a [2023-07-11T16:21:55.614Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-11T16:21:55.614Z] ---> 3f609a5317dd [2023-07-11T16:21:55.614Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-11T16:21:55.614Z] ---> 75c370068ffc [2023-07-11T16:21:55.614Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-11T16:21:55.614Z] ---> 0c1848227ad8 [2023-07-11T16:21:55.614Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-11T16:21:56.005Z] ---> 3cb0d76fc211 [2023-07-11T16:21:56.005Z] Step 21/26 : EXPOSE 59712 [2023-07-11T16:21:56.005Z] ---> Running in 4490819cde8b [2023-07-11T16:21:56.005Z] Removing intermediate container 4490819cde8b [2023-07-11T16:21:56.005Z] ---> a009a2882f86 [2023-07-11T16:21:56.005Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-11T16:21:56.005Z] ---> Running in 628c60ee8831 [2023-07-11T16:21:56.264Z] Removing intermediate container 628c60ee8831 [2023-07-11T16:21:56.264Z] ---> a34a8f97dac1 [2023-07-11T16:21:56.264Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-11T16:21:56.264Z] ---> Running in fde2baddb1d6 [2023-07-11T16:21:56.264Z] Removing intermediate container fde2baddb1d6 [2023-07-11T16:21:56.264Z] ---> d1fb497ca25e [2023-07-11T16:21:56.264Z] Step 24/26 : LABEL arch=amd64 [2023-07-11T16:21:56.264Z] ---> Running in d12a15490be8 [2023-07-11T16:21:56.264Z] Removing intermediate container d12a15490be8 [2023-07-11T16:21:56.264Z] ---> b0ad6b9f6025 [2023-07-11T16:21:56.264Z] Step 25/26 : LABEL git_sha=c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:21:56.264Z] ---> Running in 4b3fc274571a [2023-07-11T16:21:56.629Z] Removing intermediate container 4b3fc274571a [2023-07-11T16:21:56.629Z] ---> 03a7f5704584 [2023-07-11T16:21:56.629Z] Step 26/26 : LABEL version=3.1.0-dev.11 [2023-07-11T16:21:56.629Z] ---> Running in a2ae4ab2a450 [2023-07-11T16:21:56.629Z] Removing intermediate container a2ae4ab2a450 [2023-07-11T16:21:56.629Z] ---> 37961a6734e2 [2023-07-11T16:21:56.629Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-11T16:21:56.629Z] Successfully built 37961a6734e2 [2023-07-11T16:21:56.629Z] 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-11T16:21:56.728Z] provisioning config files... [2023-07-11T16:21:56.763Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1771048490780323093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:21:57.136Z] ---> docker-login.sh [2023-07-11T16:21:57.136Z] nexus3.edgexfoundry.org:10001 [2023-07-11T16:21:57.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:21:57.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:21:57.136Z] Configure a credential helper to remove this warning. See [2023-07-11T16:21:57.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:21:57.136Z] [2023-07-11T16:21:57.136Z] Login Succeeded [2023-07-11T16:21:57.136Z] nexus3.edgexfoundry.org:10002 [2023-07-11T16:21:57.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:21:57.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:21:57.136Z] Configure a credential helper to remove this warning. See [2023-07-11T16:21:57.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:21:57.136Z] [2023-07-11T16:21:57.136Z] Login Succeeded [2023-07-11T16:21:57.136Z] nexus3.edgexfoundry.org:10003 [2023-07-11T16:21:57.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:21:57.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:21:57.396Z] Configure a credential helper to remove this warning. See [2023-07-11T16:21:57.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:21:57.396Z] [2023-07-11T16:21:57.396Z] Login Succeeded [2023-07-11T16:21:57.396Z] nexus3.edgexfoundry.org:10004 [2023-07-11T16:21:57.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:21:57.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:21:57.396Z] Configure a credential helper to remove this warning. See [2023-07-11T16:21:57.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:21:57.396Z] [2023-07-11T16:21:57.396Z] Login Succeeded [2023-07-11T16:21:57.396Z] docker.io [2023-07-11T16:21:57.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:21:57.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:21:57.656Z] Configure a credential helper to remove this warning. See [2023-07-11T16:21:57.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:21:57.656Z] [2023-07-11T16:21:57.656Z] Login Succeeded [2023-07-11T16:21:57.656Z] ---> docker-login.sh ends [Pipeline] } [2023-07-11T16:21:57.663Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-11T16:21:57.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-11T16:21:57.719Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-07-11T16:21:57.719Z] c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:21:57.719Z] latest [2023-07-11T16:21:57.719Z] 3.1.0-dev.11 [2023-07-11T16:21:57.719Z] c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [2023-07-11T16:21:57.719Z] main [2023-07-11T16:21:57.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:21:58.052Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:21:58.363Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:21:58.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-11T16:21:58.363Z] 65c2f4676416: Preparing [2023-07-11T16:21:58.363Z] 4b25ad75927d: Preparing [2023-07-11T16:21:58.363Z] f6b4bed1e0a3: Preparing [2023-07-11T16:21:58.363Z] ac377b454cdb: Preparing [2023-07-11T16:21:58.363Z] 25fe4d9a297c: Preparing [2023-07-11T16:21:58.363Z] 3dab9f8bf2d2: Preparing [2023-07-11T16:21:58.363Z] 3dab9f8bf2d2: Waiting [2023-07-11T16:21:58.363Z] 4b25ad75927d: Pushed [2023-07-11T16:21:58.363Z] ac377b454cdb: Pushed [2023-07-11T16:21:58.363Z] f6b4bed1e0a3: Pushed [2023-07-11T16:21:58.363Z] 3dab9f8bf2d2: Layer already exists [2023-07-11T16:21:58.363Z] 25fe4d9a297c: Pushed [2023-07-11T16:22:00.896Z] 65c2f4676416: Pushed [2023-07-11T16:22:00.897Z] c21995dc83c9d4518c4a60710b227f9f01242914: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] configFileProvider [2023-07-11T16:22:00.919Z] provisioning config files... [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-07-11T16:22:00.942Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/12@tmp/config13029621739489115651tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:22:01.229Z] + 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-11T16:22:01.290Z] ---> docker-login.sh [2023-07-11T16:22:01.290Z] nexus3.edgexfoundry.org:10001 [2023-07-11T16:22:01.536Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-11T16:22:01.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-11T16:22:01.536Z] 65c2f4676416: Preparing [2023-07-11T16:22:01.536Z] 4b25ad75927d: Preparing [2023-07-11T16:22:01.536Z] f6b4bed1e0a3: Preparing [2023-07-11T16:22:01.536Z] ac377b454cdb: Preparing [2023-07-11T16:22:01.536Z] 25fe4d9a297c: Preparing [2023-07-11T16:22:01.536Z] 3dab9f8bf2d2: Preparing [2023-07-11T16:22:01.536Z] 3dab9f8bf2d2: Waiting [2023-07-11T16:22:01.536Z] ac377b454cdb: Layer already exists [2023-07-11T16:22:01.536Z] f6b4bed1e0a3: Layer already exists [2023-07-11T16:22:01.536Z] 4b25ad75927d: Layer already exists [2023-07-11T16:22:01.536Z] 25fe4d9a297c: Layer already exists [2023-07-11T16:22:01.536Z] 65c2f4676416: Layer already exists [2023-07-11T16:22:01.536Z] 3dab9f8bf2d2: Layer already exists [2023-07-11T16:22:01.536Z] latest: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [2023-07-11T16:22:01.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:22:01.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:22:01.835Z] Configure a credential helper to remove this warning. See [2023-07-11T16:22:01.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:22:01.835Z] [2023-07-11T16:22:01.835Z] Login Succeeded [2023-07-11T16:22:01.835Z] nexus3.edgexfoundry.org:10002 [2023-07-11T16:22:01.849Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:22:02.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:22:02.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:22:02.104Z] Configure a credential helper to remove this warning. See [2023-07-11T16:22:02.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:22:02.104Z] [2023-07-11T16:22:02.104Z] Login Succeeded [2023-07-11T16:22:02.104Z] nexus3.edgexfoundry.org:10003 [2023-07-11T16:22:02.148Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.11 [2023-07-11T16:22:02.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-11T16:22:02.148Z] 65c2f4676416: Preparing [2023-07-11T16:22:02.148Z] 4b25ad75927d: Preparing [2023-07-11T16:22:02.148Z] f6b4bed1e0a3: Preparing [2023-07-11T16:22:02.148Z] ac377b454cdb: Preparing [2023-07-11T16:22:02.148Z] 25fe4d9a297c: Preparing [2023-07-11T16:22:02.148Z] 3dab9f8bf2d2: Preparing [2023-07-11T16:22:02.148Z] 3dab9f8bf2d2: Waiting [2023-07-11T16:22:02.148Z] 65c2f4676416: Layer already exists [2023-07-11T16:22:02.148Z] ac377b454cdb: Layer already exists [2023-07-11T16:22:02.148Z] 4b25ad75927d: Layer already exists [2023-07-11T16:22:02.148Z] 25fe4d9a297c: Layer already exists [2023-07-11T16:22:02.148Z] f6b4bed1e0a3: Layer already exists [2023-07-11T16:22:02.148Z] 3dab9f8bf2d2: Layer already exists [2023-07-11T16:22:02.148Z] 3.1.0-dev.11: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:22:02.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:22:02.454Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:22:02.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:22:02.642Z] Configure a credential helper to remove this warning. See [2023-07-11T16:22:02.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:22:02.642Z] [2023-07-11T16:22:02.642Z] Login Succeeded [2023-07-11T16:22:02.642Z] nexus3.edgexfoundry.org:10004 [2023-07-11T16:22:02.758Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [2023-07-11T16:22:02.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-11T16:22:02.758Z] 65c2f4676416: Preparing [2023-07-11T16:22:02.758Z] 4b25ad75927d: Preparing [2023-07-11T16:22:02.758Z] f6b4bed1e0a3: Preparing [2023-07-11T16:22:02.758Z] ac377b454cdb: Preparing [2023-07-11T16:22:02.758Z] 25fe4d9a297c: Preparing [2023-07-11T16:22:02.758Z] 3dab9f8bf2d2: Preparing [2023-07-11T16:22:02.758Z] 3dab9f8bf2d2: Waiting [2023-07-11T16:22:02.758Z] 65c2f4676416: Layer already exists [2023-07-11T16:22:02.758Z] 4b25ad75927d: Layer already exists [2023-07-11T16:22:02.758Z] ac377b454cdb: Layer already exists [2023-07-11T16:22:02.758Z] 25fe4d9a297c: Layer already exists [2023-07-11T16:22:02.758Z] f6b4bed1e0a3: Layer already exists [2023-07-11T16:22:02.758Z] 3dab9f8bf2d2: Layer already exists [2023-07-11T16:22:02.758Z] c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:22:02.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:22:02.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:22:02.911Z] Configure a credential helper to remove this warning. See [2023-07-11T16:22:02.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:22:02.911Z] [2023-07-11T16:22:02.911Z] Login Succeeded [2023-07-11T16:22:02.911Z] docker.io [2023-07-11T16:22:03.079Z] + 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-11T16:22:03.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:22:03.385Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-07-11T16:22:03.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-11T16:22:03.385Z] 65c2f4676416: Preparing [2023-07-11T16:22:03.385Z] 4b25ad75927d: Preparing [2023-07-11T16:22:03.385Z] f6b4bed1e0a3: Preparing [2023-07-11T16:22:03.385Z] ac377b454cdb: Preparing [2023-07-11T16:22:03.385Z] 25fe4d9a297c: Preparing [2023-07-11T16:22:03.385Z] 3dab9f8bf2d2: Preparing [2023-07-11T16:22:03.385Z] 3dab9f8bf2d2: Waiting [2023-07-11T16:22:03.385Z] ac377b454cdb: Layer already exists [2023-07-11T16:22:03.385Z] 25fe4d9a297c: Layer already exists [2023-07-11T16:22:03.385Z] 4b25ad75927d: Layer already exists [2023-07-11T16:22:03.385Z] 65c2f4676416: Layer already exists [2023-07-11T16:22:03.385Z] f6b4bed1e0a3: Layer already exists [2023-07-11T16:22:03.385Z] 3dab9f8bf2d2: Layer already exists [2023-07-11T16:22:03.385Z] main: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-11T16:22:03.421Z] ===================================================== [Pipeline] echo [2023-07-11T16:22:03.427Z] taggedImages: [2023-07-11T16:22:03.427Z] - nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:22:03.427Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-11T16:22:03.427Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.11 [2023-07-11T16:22:03.427Z] - nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [2023-07-11T16:22:03.427Z] - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [2023-07-11T16:22:03.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:22:03.448Z] Configure a credential helper to remove this warning. See [2023-07-11T16:22:03.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:22:03.448Z] [2023-07-11T16:22:03.448Z] Login Succeeded [2023-07-11T16:22:03.448Z] ---> docker-login.sh ends [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] } [2023-07-11T16:22:03.462Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo [2023-07-11T16:22:03.706Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-11T16:22:03.721Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-11T16:22:03.735Z] ========================================================= [2023-07-11T16:22:03.735Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-11T16:22:03.735Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:22:03.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-11T16:22:03.807Z] [2023-07-11T16:22:03.807Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:22:04.072Z] + 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-11T16:22:04.072Z] Sending build context to Docker daemon 141.3kB [2023-07-11T16:22:04.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-11T16:22:04.117Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-11T16:22:04.117Z] 5eb5b503b376: Pulling fs layer [2023-07-11T16:22:04.117Z] 5c69ac0246d0: Pulling fs layer [2023-07-11T16:22:04.117Z] ec43610c2a17: Pulling fs layer [2023-07-11T16:22:04.117Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-11T16:22:04.117Z] 33b1e0a273af: Pulling fs layer [2023-07-11T16:22:04.117Z] 5d3b04190fa2: Pulling fs layer [2023-07-11T16:22:04.117Z] 2f39f015ded8: Pulling fs layer [2023-07-11T16:22:04.117Z] 33b1e0a273af: Waiting [2023-07-11T16:22:04.117Z] 5d3b04190fa2: Waiting [2023-07-11T16:22:04.117Z] 2f39f015ded8: Waiting [2023-07-11T16:22:04.117Z] 5c69ac0246d0: Download complete [2023-07-11T16:22:04.117Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-11T16:22:04.117Z] 3a2ae6a8a46f: Download complete [2023-07-11T16:22:04.117Z] 33b1e0a273af: Verifying Checksum [2023-07-11T16:22:04.117Z] 33b1e0a273af: Download complete [2023-07-11T16:22:04.117Z] ec43610c2a17: Verifying Checksum [2023-07-11T16:22:04.117Z] ec43610c2a17: Download complete [2023-07-11T16:22:04.117Z] 5d3b04190fa2: Verifying Checksum [2023-07-11T16:22:04.117Z] 5d3b04190fa2: Download complete [2023-07-11T16:22:04.361Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-11T16:22:04.361Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-11T16:22:04.361Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-11T16:22:04.361Z] c41833b44d91: Pulling fs layer [2023-07-11T16:22:04.361Z] ed15518f5707: Pulling fs layer [2023-07-11T16:22:04.361Z] feae8fd75edb: Pulling fs layer [2023-07-11T16:22:04.361Z] 242c74f7c9fa: Pulling fs layer [2023-07-11T16:22:04.361Z] 3cdef696dda3: Pulling fs layer [2023-07-11T16:22:04.361Z] 2ced38df9373: Pulling fs layer [2023-07-11T16:22:04.361Z] 58f1dce35555: Pulling fs layer [2023-07-11T16:22:04.361Z] 242c74f7c9fa: Waiting [2023-07-11T16:22:04.361Z] 3cdef696dda3: Waiting [2023-07-11T16:22:04.361Z] 2ced38df9373: Waiting [2023-07-11T16:22:04.361Z] 58f1dce35555: Waiting [2023-07-11T16:22:04.361Z] ed15518f5707: Verifying Checksum [2023-07-11T16:22:04.361Z] ed15518f5707: Download complete [2023-07-11T16:22:04.375Z] 5eb5b503b376: Verifying Checksum [2023-07-11T16:22:04.375Z] 5eb5b503b376: Download complete [2023-07-11T16:22:04.642Z] 242c74f7c9fa: Verifying Checksum [2023-07-11T16:22:04.642Z] 242c74f7c9fa: Download complete [2023-07-11T16:22:04.642Z] 3cdef696dda3: Verifying Checksum [2023-07-11T16:22:04.642Z] 3cdef696dda3: Download complete [2023-07-11T16:22:04.642Z] c41833b44d91: Verifying Checksum [2023-07-11T16:22:04.642Z] c41833b44d91: Download complete [2023-07-11T16:22:04.941Z] 2f39f015ded8: Download complete [2023-07-11T16:22:05.506Z] 5eb5b503b376: Pull complete [2023-07-11T16:22:05.606Z] c41833b44d91: Pull complete [2023-07-11T16:22:05.765Z] 5c69ac0246d0: Pull complete [2023-07-11T16:22:06.023Z] ec43610c2a17: Pull complete [2023-07-11T16:22:06.191Z] 58f1dce35555: Verifying Checksum [2023-07-11T16:22:06.192Z] 58f1dce35555: Download complete [2023-07-11T16:22:06.192Z] ed15518f5707: Pull complete [2023-07-11T16:22:06.283Z] 3a2ae6a8a46f: Pull complete [2023-07-11T16:22:06.283Z] 33b1e0a273af: Pull complete [2023-07-11T16:22:06.542Z] 5d3b04190fa2: Pull complete [2023-07-11T16:22:07.156Z] feae8fd75edb: Verifying Checksum [2023-07-11T16:22:07.156Z] feae8fd75edb: Download complete [2023-07-11T16:22:07.156Z] 2ced38df9373: Verifying Checksum [2023-07-11T16:22:07.156Z] 2ced38df9373: Download complete [2023-07-11T16:22:10.733Z] 2f39f015ded8: Pull complete [2023-07-11T16:22:10.734Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-11T16:22:10.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-11T16:22:10.734Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:22:10.821Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:22:10.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-11T16:22:15.053Z] $ docker top d3124402bfe27afe339786ab8f9dbdbe81c3a09a644a975ab5452ee157b7540d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:22:15.447Z] ---> job-cost.sh [2023-07-11T16:22:15.447Z] lf-activate-venv: SKIPPING [2023-07-11T16:22:15.447Z] INFO: No Stack... [2023-07-11T16:22:16.015Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-11T16:22:16.276Z] INFO: Archiving Costs [Pipeline] sh [2023-07-11T16:22:16.565Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-07-11T16:22:16.565Z] + cut -d, -f6 [Pipeline] lock [2023-07-11T16:22:16.577Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [2023-07-11T16:22:16.585Z] Resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] did not exist. Created. [2023-07-11T16:22:16.586Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-11T16:22:16.888Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-11T16:22:16.920Z] Stashed 1 file(s) [Pipeline] } [2023-07-11T16:22:16.926Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-11T16:22:16.949Z] $ docker stop --time=1 d3124402bfe27afe339786ab8f9dbdbe81c3a09a644a975ab5452ee157b7540d [2023-07-11T16:22:17.264Z] feae8fd75edb: Pull complete [2023-07-11T16:22:17.533Z] 242c74f7c9fa: Pull complete [2023-07-11T16:22:17.801Z] 3cdef696dda3: Pull complete [2023-07-11T16:22:18.096Z] $ docker rm -f --volumes d3124402bfe27afe339786ab8f9dbdbe81c3a09a644a975ab5452ee157b7540d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-11T16:22:26.049Z] 2ced38df9373: Pull complete [2023-07-11T16:22:27.999Z] 58f1dce35555: Pull complete [2023-07-11T16:22:27.999Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-07-11T16:22:27.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-11T16:22:27.999Z] ---> fadd8f120f05 [2023-07-11T16:22:27.999Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-11T16:22:30.138Z] ---> Running in 68a34ea3194f [2023-07-11T16:22:30.138Z] Removing intermediate container 68a34ea3194f [2023-07-11T16:22:30.138Z] ---> 9808311c9f58 [2023-07-11T16:22:30.138Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-11T16:22:30.138Z] ---> Running in 1ac657971163 [2023-07-11T16:22:30.424Z] Removing intermediate container 1ac657971163 [2023-07-11T16:22:30.424Z] ---> 0298d0c027cb [2023-07-11T16:22:30.424Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-11T16:22:30.424Z] ---> Running in dbd139335937 [2023-07-11T16:22:31.027Z] Removing intermediate container dbd139335937 [2023-07-11T16:22:31.027Z] ---> ff25e453b600 [2023-07-11T16:22:31.027Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-11T16:22:31.027Z] ---> Running in 3407a8bc13a6 [2023-07-11T16:22:31.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-11T16:22:32.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-11T16:22:33.547Z] OK: 263 MiB in 53 packages [2023-07-11T16:22:34.138Z] Removing intermediate container 3407a8bc13a6 [2023-07-11T16:22:34.138Z] ---> da44e92e7cc4 [2023-07-11T16:22:34.138Z] Step 7/12 : WORKDIR /app [2023-07-11T16:22:34.412Z] ---> Running in c2a6cddeaaa8 [2023-07-11T16:22:34.680Z] Removing intermediate container c2a6cddeaaa8 [2023-07-11T16:22:34.680Z] ---> c4d6d1cbb7ee [2023-07-11T16:22:34.680Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-11T16:22:35.277Z] ---> 808a18b59950 [2023-07-11T16:22:35.277Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-11T16:22:35.277Z] ---> Running in 813ed61d1aac [2023-07-11T16:23:43.186Z] Removing intermediate container 813ed61d1aac [2023-07-11T16:23:43.186Z] ---> 3b37d539b47c [2023-07-11T16:23:43.186Z] Step 10/12 : COPY . . [2023-07-11T16:23:43.186Z] ---> f80417f43eca [2023-07-11T16:23:43.186Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-11T16:23:43.186Z] ---> Running in e4739009f786 [2023-07-11T16:23:43.186Z] Removing intermediate container e4739009f786 [2023-07-11T16:23:43.186Z] ---> 88eee445b960 [2023-07-11T16:23:43.186Z] Step 12/12 : RUN $MAKE [2023-07-11T16:23:43.186Z] ---> Running in 80ecaa84997c [2023-07-11T16:23:43.186Z] noop [2023-07-11T16:23:43.186Z] Removing intermediate container 80ecaa84997c [2023-07-11T16:23:43.186Z] ---> 985f5720cc52 [2023-07-11T16:23:43.186Z] Successfully built 985f5720cc52 [2023-07-11T16:23:43.186Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:23:43.536Z] + docker inspect -f . ci-base-image-arm64 [2023-07-11T16:23:43.536Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:23:43.753Z] prd-ubuntu20.04-docker-arm64-4c-16g-845 does not seem to be running inside a container [2023-07-11T16:23:43.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/12 -v /w/workspace/app-record-replay/12:/w/workspace/app-record-replay/12:rw,z -v /w/workspace/app-record-replay/12@tmp:/w/workspace/app-record-replay/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-07-11T16:23:45.011Z] $ docker top 5a3e67a3be9ba958bfa71c09f8715a2dd6e7b5f347d67c9329b2f31cbc66d9d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-11T16:23:45.824Z] + go version [2023-07-11T16:23:45.824Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-07-11T16:23:45.850Z] $ docker stop --time=1 5a3e67a3be9ba958bfa71c09f8715a2dd6e7b5f347d67c9329b2f31cbc66d9d7 [2023-07-11T16:23:48.278Z] $ docker rm -f --volumes 5a3e67a3be9ba958bfa71c09f8715a2dd6e7b5f347d67c9329b2f31cbc66d9d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:23:48.821Z] + docker inspect -f . ci-base-image-arm64 [2023-07-11T16:23:48.821Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:23:48.987Z] prd-ubuntu20.04-docker-arm64-4c-16g-845 does not seem to be running inside a container [2023-07-11T16:23:49.047Z] $ 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/12 -v /w/workspace/app-record-replay/12:/w/workspace/app-record-replay/12:rw,z -v /w/workspace/app-record-replay/12@tmp:/w/workspace/app-record-replay/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-07-11T16:23:50.203Z] $ docker top 8b14f1fddf3303bbb423264b7c93001831452917a1a6003619be39f5c5ea8356 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-11T16:23:50.703Z] + git config --global --add safe.directory /w/workspace/app-record-replay/12 [Pipeline] fileExists [Pipeline] sh [2023-07-11T16:23:51.035Z] + make test [2023-07-11T16:23:51.035Z] go test -race -coverprofile=coverage.out ./... [2023-07-11T16:26:27.765Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-11T16:26:27.765Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.229s coverage: 76.9% of statements [2023-07-11T16:26:29.709Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.289s coverage: 87.3% of statements [2023-07-11T16:26:33.056Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-11T16:26:33.056Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-11T16:26:33.056Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-11T16:26:33.329Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.217s coverage: 27.3% of statements [2023-07-11T16:26:33.913Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-11T16:26:33.913Z] go vet ./... [2023-07-11T16:29:25.658Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-11T16:29:25.658Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-11T16:29:25.658Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-11T16:29:25.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-11T16:29:25.690Z] $ docker stop --time=1 8b14f1fddf3303bbb423264b7c93001831452917a1a6003619be39f5c5ea8356 [2023-07-11T16:29:29.435Z] $ docker rm -f --volumes 8b14f1fddf3303bbb423264b7c93001831452917a1a6003619be39f5c5ea8356 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-11T16:29:31.090Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-11T16:29:31.109Z] Warning: overwriting stash ‘coverage-report’ [2023-07-11T16:29:31.541Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-11T16:29:31.898Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-11T16:29:32.210Z] + ls -al . [2023-07-11T16:29:32.211Z] total 148 [2023-07-11T16:29:32.211Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 16:23 . [2023-07-11T16:29:32.211Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 16:21 .. [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 11 16:21 .dockerignore [2023-07-11T16:29:32.211Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 16:21 .git [2023-07-11T16:29:32.211Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:21 .github [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 11 16:21 .gitignore [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 16:21 .golangci.yml [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 10245 Jul 11 16:21 Attribution.txt [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 11 16:21 CHANGELOG.md [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 11 16:21 Dockerfile [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 16:21 GOVERNANCE.md [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 11 16:21 Jenkinsfile [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 11 16:21 LICENSE [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 11 16:21 Makefile [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 11 16:21 OWNERS.md [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 11 16:21 README.md [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 11 16:19 VERSION [2023-07-11T16:29:32.211Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:21 bin [2023-07-11T16:29:32.211Z] -rw-r--r-- 1 jenkins jenkins 5410 Jul 11 16:26 coverage.out [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 3411 Jul 11 16:21 go.mod [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 31491 Jul 11 16:21 go.sum [2023-07-11T16:29:32.211Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 11 16:21 internal [2023-07-11T16:29:32.211Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 11 16:21 main.go [2023-07-11T16:29:32.211Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 16:21 pkg [2023-07-11T16:29:32.211Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:21 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:29:32.538Z] + 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=c21995dc83c9d4518c4a60710b227f9f01242914 --label arch=arm64 --label version=3.1.0-dev.11 . [2023-07-11T16:29:32.538Z] Sending build context to Docker daemon 147.5kB [2023-07-11T16:29:32.805Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-11T16:29:32.805Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-11T16:29:32.805Z] ---> 985f5720cc52 [2023-07-11T16:29:32.805Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-11T16:29:32.805Z] ---> Running in d0fe112809cc [2023-07-11T16:29:33.071Z] Removing intermediate container d0fe112809cc [2023-07-11T16:29:33.071Z] ---> 8a9e102f78b1 [2023-07-11T16:29:33.071Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-11T16:29:33.341Z] ---> Running in b2b68910d3fe [2023-07-11T16:29:33.608Z] Removing intermediate container b2b68910d3fe [2023-07-11T16:29:33.608Z] ---> c633b58b6915 [2023-07-11T16:29:33.608Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-11T16:29:33.608Z] ---> Running in fec8c0c3c62b [2023-07-11T16:29:33.875Z] Removing intermediate container fec8c0c3c62b [2023-07-11T16:29:33.876Z] ---> 4abe1f80aaa0 [2023-07-11T16:29:33.876Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-11T16:29:33.876Z] ---> Running in 67c274423d8d [2023-07-11T16:29:34.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-11T16:29:35.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-11T16:29:36.761Z] OK: 263 MiB in 53 packages [2023-07-11T16:29:37.726Z] Removing intermediate container 67c274423d8d [2023-07-11T16:29:37.726Z] ---> 144bbd50cbac [2023-07-11T16:29:37.726Z] Step 7/26 : WORKDIR /app [2023-07-11T16:29:37.726Z] ---> Running in 6f691f394fc2 [2023-07-11T16:29:37.991Z] Removing intermediate container 6f691f394fc2 [2023-07-11T16:29:37.991Z] ---> 594428b9dcf2 [2023-07-11T16:29:37.991Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-11T16:29:38.577Z] ---> 1157c36f7570 [2023-07-11T16:29:38.577Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-11T16:29:38.577Z] ---> Running in fbd29ade89dd [2023-07-11T16:29:41.165Z] Removing intermediate container fbd29ade89dd [2023-07-11T16:29:41.165Z] ---> 293fa02290e7 [2023-07-11T16:29:41.165Z] Step 10/26 : COPY . . [2023-07-11T16:29:41.752Z] ---> cce07cae8e57 [2023-07-11T16:29:41.752Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-11T16:29:41.752Z] ---> Running in 5b90744ea1e3 [2023-07-11T16:29:42.027Z] Removing intermediate container 5b90744ea1e3 [2023-07-11T16:29:42.027Z] ---> 57d000633a9a [2023-07-11T16:29:42.027Z] Step 12/26 : RUN $MAKE [2023-07-11T16:29:42.296Z] ---> Running in 256ad055e221 [2023-07-11T16:29:43.262Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.11" -trimpath -mod=readonly -o app-record-replay [2023-07-11T16:32:04.984Z] Removing intermediate container 256ad055e221 [2023-07-11T16:32:04.984Z] ---> 59bdd45d3e8e [2023-07-11T16:32:04.984Z] Step 13/26 : FROM alpine:3.17 [2023-07-11T16:32:04.984Z] 3.17: Pulling from library/alpine [2023-07-11T16:32:04.984Z] edb6bdbacee9: Pulling fs layer [2023-07-11T16:32:04.984Z] edb6bdbacee9: Verifying Checksum [2023-07-11T16:32:04.984Z] edb6bdbacee9: Download complete [2023-07-11T16:32:04.984Z] edb6bdbacee9: Pull complete [2023-07-11T16:32:04.984Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-11T16:32:04.984Z] Status: Downloaded newer image for alpine:3.17 [2023-07-11T16:32:04.984Z] ---> 779605e5fbc0 [2023-07-11T16:32:04.984Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-11T16:32:04.984Z] ---> Running in 4d9a53a46f94 [2023-07-11T16:32:04.984Z] Removing intermediate container 4d9a53a46f94 [2023-07-11T16:32:04.984Z] ---> 8ae07535c753 [2023-07-11T16:32:04.984Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-11T16:32:04.984Z] ---> Running in 31555db12447 [2023-07-11T16:32:04.984Z] Removing intermediate container 31555db12447 [2023-07-11T16:32:04.984Z] ---> bd8189b95571 [2023-07-11T16:32:04.984Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-11T16:32:04.984Z] ---> Running in a6a9b19fbd04 [2023-07-11T16:32:04.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-11T16:32:04.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-11T16:32:04.984Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-11T16:32:04.984Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-11T16:32:04.984Z] Executing busybox-1.35.0-r29.trigger [2023-07-11T16:32:04.984Z] Executing ca-certificates-20230506-r0.trigger [2023-07-11T16:32:04.984Z] OK: 8 MiB in 17 packages [2023-07-11T16:32:05.252Z] Removing intermediate container a6a9b19fbd04 [2023-07-11T16:32:05.252Z] ---> 8339c916acc8 [2023-07-11T16:32:05.252Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-11T16:32:09.510Z] ---> e92804eb75d4 [2023-07-11T16:32:09.510Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-11T16:32:10.094Z] ---> 6776753f1ddf [2023-07-11T16:32:10.094Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-11T16:32:10.679Z] ---> 5fbc70baa01f [2023-07-11T16:32:10.679Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-11T16:32:12.090Z] ---> ca838419444e [2023-07-11T16:32:12.090Z] Step 21/26 : EXPOSE 59712 [2023-07-11T16:32:12.090Z] ---> Running in 881bb74566cc [2023-07-11T16:32:12.357Z] Removing intermediate container 881bb74566cc [2023-07-11T16:32:12.357Z] ---> fd7d7d091e09 [2023-07-11T16:32:12.357Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-11T16:32:12.357Z] ---> Running in 53a1a3a23ff4 [2023-07-11T16:32:12.942Z] Removing intermediate container 53a1a3a23ff4 [2023-07-11T16:32:12.942Z] ---> 9ea589f8221c [2023-07-11T16:32:12.942Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-11T16:32:12.942Z] ---> Running in b741d7d28c3d [2023-07-11T16:32:13.209Z] Removing intermediate container b741d7d28c3d [2023-07-11T16:32:13.209Z] ---> 3785477b0ab4 [2023-07-11T16:32:13.209Z] Step 24/26 : LABEL arch=arm64 [2023-07-11T16:32:13.209Z] ---> Running in 0704273e6630 [2023-07-11T16:32:13.476Z] Removing intermediate container 0704273e6630 [2023-07-11T16:32:13.476Z] ---> 571bb9fdd77e [2023-07-11T16:32:13.476Z] Step 25/26 : LABEL git_sha=c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:32:13.476Z] ---> Running in 0570e30bdf19 [2023-07-11T16:32:14.060Z] Removing intermediate container 0570e30bdf19 [2023-07-11T16:32:14.060Z] ---> 90ba66ac5b41 [2023-07-11T16:32:14.060Z] Step 26/26 : LABEL version=3.1.0-dev.11 [2023-07-11T16:32:14.060Z] ---> Running in 932cf56784f5 [2023-07-11T16:32:14.326Z] Removing intermediate container 932cf56784f5 [2023-07-11T16:32:14.326Z] ---> d0ab0746d115 [2023-07-11T16:32:14.326Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-11T16:32:14.326Z] Successfully built d0ab0746d115 [2023-07-11T16:32:14.326Z] 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-11T16:32:14.445Z] provisioning config files... [2023-07-11T16:32:14.464Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/12@tmp/config1413659638034952490tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:32:14.797Z] ---> docker-login.sh [2023-07-11T16:32:14.797Z] nexus3.edgexfoundry.org:10001 [2023-07-11T16:32:15.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:32:15.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:32:15.064Z] Configure a credential helper to remove this warning. See [2023-07-11T16:32:15.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:32:15.064Z] [2023-07-11T16:32:15.064Z] Login Succeeded [2023-07-11T16:32:15.064Z] nexus3.edgexfoundry.org:10002 [2023-07-11T16:32:15.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:32:15.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:32:15.330Z] Configure a credential helper to remove this warning. See [2023-07-11T16:32:15.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:32:15.330Z] [2023-07-11T16:32:15.330Z] Login Succeeded [2023-07-11T16:32:15.597Z] nexus3.edgexfoundry.org:10003 [2023-07-11T16:32:15.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:32:15.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:32:15.865Z] Configure a credential helper to remove this warning. See [2023-07-11T16:32:15.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:32:15.866Z] [2023-07-11T16:32:15.866Z] Login Succeeded [2023-07-11T16:32:15.866Z] nexus3.edgexfoundry.org:10004 [2023-07-11T16:32:16.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:32:16.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:32:16.133Z] Configure a credential helper to remove this warning. See [2023-07-11T16:32:16.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:32:16.133Z] [2023-07-11T16:32:16.133Z] Login Succeeded [2023-07-11T16:32:16.133Z] docker.io [2023-07-11T16:32:16.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-11T16:32:16.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-11T16:32:16.669Z] Configure a credential helper to remove this warning. See [2023-07-11T16:32:16.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-11T16:32:16.669Z] [2023-07-11T16:32:16.669Z] Login Succeeded [2023-07-11T16:32:16.669Z] ---> docker-login.sh ends [Pipeline] } [2023-07-11T16:32:16.683Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-11T16:32:16.711Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-11T16:32:16.729Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-07-11T16:32:16.729Z] c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:32:16.729Z] latest [2023-07-11T16:32:16.729Z] 3.1.0-dev.11 [2023-07-11T16:32:16.729Z] c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [2023-07-11T16:32:16.729Z] main [2023-07-11T16:32:16.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:17.067Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:17.404Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:32:17.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-11T16:32:17.404Z] 0ee0843d9b73: Preparing [2023-07-11T16:32:17.404Z] b7351b71094b: Preparing [2023-07-11T16:32:17.404Z] 9dbc2f3cd98d: Preparing [2023-07-11T16:32:17.404Z] 9a912ed712f2: Preparing [2023-07-11T16:32:17.404Z] 07c50bf282df: Preparing [2023-07-11T16:32:17.404Z] 9386262d7a74: Preparing [2023-07-11T16:32:17.404Z] 9386262d7a74: Waiting [2023-07-11T16:32:17.673Z] b7351b71094b: Pushed [2023-07-11T16:32:17.673Z] 9a912ed712f2: Pushed [2023-07-11T16:32:17.673Z] 9dbc2f3cd98d: Pushed [2023-07-11T16:32:17.673Z] 9386262d7a74: Layer already exists [2023-07-11T16:32:17.940Z] 07c50bf282df: Pushed [2023-07-11T16:32:23.329Z] 0ee0843d9b73: Pushed [2023-07-11T16:32:23.329Z] c21995dc83c9d4518c4a60710b227f9f01242914: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:23.707Z] + 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-11T16:32:24.068Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-11T16:32:24.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-11T16:32:24.068Z] 0ee0843d9b73: Preparing [2023-07-11T16:32:24.068Z] b7351b71094b: Preparing [2023-07-11T16:32:24.068Z] 9dbc2f3cd98d: Preparing [2023-07-11T16:32:24.068Z] 9a912ed712f2: Preparing [2023-07-11T16:32:24.068Z] 07c50bf282df: Preparing [2023-07-11T16:32:24.068Z] 9386262d7a74: Preparing [2023-07-11T16:32:24.068Z] 9386262d7a74: Waiting [2023-07-11T16:32:24.068Z] b7351b71094b: Layer already exists [2023-07-11T16:32:24.068Z] 9dbc2f3cd98d: Layer already exists [2023-07-11T16:32:24.068Z] 9a912ed712f2: Layer already exists [2023-07-11T16:32:24.068Z] 07c50bf282df: Layer already exists [2023-07-11T16:32:24.068Z] 0ee0843d9b73: Layer already exists [2023-07-11T16:32:24.068Z] 9386262d7a74: Layer already exists [2023-07-11T16:32:24.338Z] latest: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:24.703Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:25.064Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.11 [2023-07-11T16:32:25.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-11T16:32:25.064Z] 0ee0843d9b73: Preparing [2023-07-11T16:32:25.064Z] b7351b71094b: Preparing [2023-07-11T16:32:25.064Z] 9dbc2f3cd98d: Preparing [2023-07-11T16:32:25.064Z] 9a912ed712f2: Preparing [2023-07-11T16:32:25.065Z] 07c50bf282df: Preparing [2023-07-11T16:32:25.065Z] 9386262d7a74: Preparing [2023-07-11T16:32:25.065Z] 9386262d7a74: Waiting [2023-07-11T16:32:25.065Z] 07c50bf282df: Layer already exists [2023-07-11T16:32:25.065Z] b7351b71094b: Layer already exists [2023-07-11T16:32:25.065Z] 9dbc2f3cd98d: Layer already exists [2023-07-11T16:32:25.065Z] 0ee0843d9b73: Layer already exists [2023-07-11T16:32:25.065Z] 9a912ed712f2: Layer already exists [2023-07-11T16:32:25.065Z] 9386262d7a74: Layer already exists [2023-07-11T16:32:25.340Z] 3.1.0-dev.11: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:25.693Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:26.045Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [2023-07-11T16:32:26.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-11T16:32:26.045Z] 0ee0843d9b73: Preparing [2023-07-11T16:32:26.045Z] b7351b71094b: Preparing [2023-07-11T16:32:26.045Z] 9dbc2f3cd98d: Preparing [2023-07-11T16:32:26.045Z] 9a912ed712f2: Preparing [2023-07-11T16:32:26.045Z] 07c50bf282df: Preparing [2023-07-11T16:32:26.045Z] 9386262d7a74: Preparing [2023-07-11T16:32:26.045Z] 9386262d7a74: Waiting [2023-07-11T16:32:26.045Z] b7351b71094b: Layer already exists [2023-07-11T16:32:26.045Z] 07c50bf282df: Layer already exists [2023-07-11T16:32:26.045Z] 9a912ed712f2: Layer already exists [2023-07-11T16:32:26.045Z] 9dbc2f3cd98d: Layer already exists [2023-07-11T16:32:26.045Z] 0ee0843d9b73: Layer already exists [2023-07-11T16:32:26.045Z] 9386262d7a74: Layer already exists [2023-07-11T16:32:26.312Z] c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:26.662Z] + 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-11T16:32:26.993Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-07-11T16:32:26.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-11T16:32:26.993Z] 0ee0843d9b73: Preparing [2023-07-11T16:32:26.993Z] b7351b71094b: Preparing [2023-07-11T16:32:26.993Z] 9dbc2f3cd98d: Preparing [2023-07-11T16:32:26.993Z] 9a912ed712f2: Preparing [2023-07-11T16:32:26.993Z] 07c50bf282df: Preparing [2023-07-11T16:32:26.993Z] 9386262d7a74: Preparing [2023-07-11T16:32:26.993Z] 9386262d7a74: Waiting [2023-07-11T16:32:26.993Z] 07c50bf282df: Layer already exists [2023-07-11T16:32:26.993Z] 9a912ed712f2: Layer already exists [2023-07-11T16:32:26.993Z] 9dbc2f3cd98d: Layer already exists [2023-07-11T16:32:26.993Z] b7351b71094b: Layer already exists [2023-07-11T16:32:26.993Z] 0ee0843d9b73: Layer already exists [2023-07-11T16:32:26.993Z] 9386262d7a74: Layer already exists [2023-07-11T16:32:27.261Z] main: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-11T16:32:27.321Z] ===================================================== [Pipeline] echo [2023-07-11T16:32:27.331Z] taggedImages: [2023-07-11T16:32:27.331Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914 [2023-07-11T16:32:27.331Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-11T16:32:27.331Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.11 [2023-07-11T16:32:27.331Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 [2023-07-11T16:32:27.332Z] - 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-11T16:32:27.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-11T16:32:27.701Z] [2023-07-11T16:32:27.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:32:28.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-11T16:32:28.032Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-11T16:32:28.032Z] 8998bd30e6a1: Pulling fs layer [2023-07-11T16:32:28.032Z] 04944245beec: Pulling fs layer [2023-07-11T16:32:28.032Z] 699f458cf7ca: Pulling fs layer [2023-07-11T16:32:28.032Z] 765212b225bb: Pulling fs layer [2023-07-11T16:32:28.032Z] f23df028b6ca: Pulling fs layer [2023-07-11T16:32:28.032Z] d65c8cfc05b1: Pulling fs layer [2023-07-11T16:32:28.032Z] 2437ff75d9bd: Pulling fs layer [2023-07-11T16:32:28.032Z] 765212b225bb: Waiting [2023-07-11T16:32:28.032Z] f23df028b6ca: Waiting [2023-07-11T16:32:28.032Z] 2437ff75d9bd: Waiting [2023-07-11T16:32:28.032Z] d65c8cfc05b1: Waiting [2023-07-11T16:32:28.300Z] 04944245beec: Verifying Checksum [2023-07-11T16:32:28.300Z] 04944245beec: Download complete [2023-07-11T16:32:28.300Z] 765212b225bb: Verifying Checksum [2023-07-11T16:32:28.300Z] 765212b225bb: Download complete [2023-07-11T16:32:28.300Z] f23df028b6ca: Download complete [2023-07-11T16:32:28.300Z] d65c8cfc05b1: Verifying Checksum [2023-07-11T16:32:28.300Z] d65c8cfc05b1: Download complete [2023-07-11T16:32:28.568Z] 699f458cf7ca: Verifying Checksum [2023-07-11T16:32:28.568Z] 699f458cf7ca: Download complete [2023-07-11T16:32:28.836Z] 8998bd30e6a1: Verifying Checksum [2023-07-11T16:32:28.836Z] 8998bd30e6a1: Download complete [2023-07-11T16:32:31.422Z] 2437ff75d9bd: Verifying Checksum [2023-07-11T16:32:31.422Z] 2437ff75d9bd: Download complete [2023-07-11T16:32:33.008Z] 8998bd30e6a1: Pull complete [2023-07-11T16:32:33.274Z] 04944245beec: Pull complete [2023-07-11T16:32:34.684Z] 699f458cf7ca: Pull complete [2023-07-11T16:32:38.027Z] 765212b225bb: Pull complete [2023-07-11T16:32:38.610Z] f23df028b6ca: Pull complete [2023-07-11T16:32:38.877Z] d65c8cfc05b1: Pull complete [2023-07-11T16:32:53.871Z] 2437ff75d9bd: Pull complete [2023-07-11T16:32:53.871Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-11T16:32:53.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-11T16:32:53.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:32:54.063Z] prd-ubuntu20.04-docker-arm64-4c-16g-845 does not seem to be running inside a container [2023-07-11T16:32:54.123Z] $ 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/12 -v /w/workspace/app-record-replay/12:/w/workspace/app-record-replay/12:rw,z -v /w/workspace/app-record-replay/12@tmp:/w/workspace/app-record-replay/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-07-11T16:32:56.609Z] $ docker top 0dc05f86e52516868a064d85cc9963006beda281b9d96e59de262530424c62b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:32:57.112Z] ---> job-cost.sh [2023-07-11T16:32:57.378Z] lf-activate-venv: SKIPPING [2023-07-11T16:32:57.378Z] INFO: No Stack... [2023-07-11T16:32:57.958Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-11T16:32:58.535Z] INFO: Archiving Costs [Pipeline] sh [2023-07-11T16:32:58.846Z] + cat /w/workspace/app-record-replay/12/archives/cost.csv [2023-07-11T16:32:58.846Z] + cut -d, -f6 [Pipeline] lock [2023-07-11T16:32:58.905Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [2023-07-11T16:32:58.911Z] Resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] did not exist. Created. [2023-07-11T16:32:58.912Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-11T16:32:59.245Z] /w/workspace/app-record-replay/12@tmp/durable-cc277fe1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-11T16:32:59.578Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-11T16:32:59.599Z] Warning: overwriting stash ‘stack-cost’ [2023-07-11T16:32:59.641Z] Stashed 1 file(s) [Pipeline] } [2023-07-11T16:32:59.647Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-11T16:32:59.662Z] $ docker stop --time=1 0dc05f86e52516868a064d85cc9963006beda281b9d96e59de262530424c62b0 [2023-07-11T16:33:01.137Z] $ docker rm -f --volumes 0dc05f86e52516868a064d85cc9963006beda281b9d96e59de262530424c62b0 [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-11T16:33:01.590Z] provisioning config files... [2023-07-11T16:33:01.595Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #12 [2023-07-11T16:33:01.597Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18105628095953396151tmp [Pipeline] { [Pipeline] sh [2023-07-11T16:33:01.887Z] + set +x [2023-07-11T16:33:01.887Z] + curl -s https://codecov.io/bash [2023-07-11T16:33:01.887Z] + bash -s -- [2023-07-11T16:33:01.887Z] [2023-07-11T16:33:01.887Z] _____ _ [2023-07-11T16:33:01.887Z] / ____| | | [2023-07-11T16:33:01.887Z] | | ___ __| | ___ ___ _____ __ [2023-07-11T16:33:01.887Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-11T16:33:01.887Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-11T16:33:01.887Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-11T16:33:01.887Z] Bash-1.0.6 [2023-07-11T16:33:01.887Z] [2023-07-11T16:33:01.887Z] [2023-07-11T16:33:01.887Z] ==> git version 2.25.1 found [2023-07-11T16:33:01.887Z] ==> 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-11T16:33:01.887Z] Release-Date: 2020-01-08 [2023-07-11T16:33:01.887Z] 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-11T16:33:01.887Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-11T16:33:01.887Z] ==> Jenkins CI detected. [2023-07-11T16:33:01.887Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-07-11T16:33:01.887Z] project root: . [2023-07-11T16:33:01.887Z] --> token set from env [2023-07-11T16:33:01.887Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-11T16:33:01.887Z] ==> Running gcov in . (disable via -X gcov) [2023-07-11T16:33:02.147Z] ==> Python coveragepy not found [2023-07-11T16:33:02.147Z] ==> Searching for coverage reports in: [2023-07-11T16:33:02.147Z] + . [2023-07-11T16:33:02.147Z] -> Found 1 reports [2023-07-11T16:33:02.147Z] ==> Detecting git/mercurial file structure [2023-07-11T16:33:02.147Z] ==> Reading reports [2023-07-11T16:33:02.147Z] + ./coverage.out bytes=5410 [2023-07-11T16:33:02.147Z] ==> Appending adjustments [2023-07-11T16:33:02.147Z] https://docs.codecov.io/docs/fixing-reports [2023-07-11T16:33:02.147Z] + Found adjustments [2023-07-11T16:33:02.147Z] ==> Gzipping contents [2023-07-11T16:33:02.147Z] 4.0K /tmp/codecov.3lsXcs.gz [2023-07-11T16:33:02.147Z] ==> Uploading reports [2023-07-11T16:33:02.147Z] url: https://codecov.io [2023-07-11T16:33:02.147Z] query: branch=main&commit=c21995dc83c9d4518c4a60710b227f9f01242914&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F12%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-11T16:33:02.147Z] -> Pinging Codecov [2023-07-11T16:33:02.147Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=c21995dc83c9d4518c4a60710b227f9f01242914&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F12%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-11T16:33:02.147Z] Invalid request parameters [2023-07-11T16:33:02.147Z] 400 [Pipeline] } [2023-07-11T16:33:02.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-11T16:33:02.350Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-11T16:33:02.359Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:33:02.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-11T16:33:02.655Z] [2023-07-11T16:33:02.655Z] 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-11T16:33:02.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-11T16:33:02.955Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-11T16:33:02.955Z] df9b9388f04a: Pulling fs layer [2023-07-11T16:33:02.955Z] 52dc419b0ee2: Pulling fs layer [2023-07-11T16:33:02.955Z] 25bc292e5bac: Pulling fs layer [2023-07-11T16:33:02.955Z] 114826534d7a: Pulling fs layer [2023-07-11T16:33:02.955Z] 4657fd5d0bcf: Pulling fs layer [2023-07-11T16:33:02.955Z] 6ad1cebc031e: Pulling fs layer [2023-07-11T16:33:02.955Z] 8a3aa393b2d8: Pulling fs layer [2023-07-11T16:33:02.955Z] 114826534d7a: Waiting [2023-07-11T16:33:02.955Z] 4657fd5d0bcf: Waiting [2023-07-11T16:33:02.955Z] 8a3aa393b2d8: Waiting [2023-07-11T16:33:02.955Z] 6ad1cebc031e: Waiting [2023-07-11T16:33:02.955Z] 25bc292e5bac: Download complete [2023-07-11T16:33:02.955Z] 52dc419b0ee2: Verifying Checksum [2023-07-11T16:33:02.955Z] 52dc419b0ee2: Download complete [2023-07-11T16:33:02.955Z] 4657fd5d0bcf: Verifying Checksum [2023-07-11T16:33:02.955Z] 4657fd5d0bcf: Download complete [2023-07-11T16:33:02.955Z] df9b9388f04a: Download complete [2023-07-11T16:33:03.214Z] 6ad1cebc031e: Verifying Checksum [2023-07-11T16:33:03.214Z] 6ad1cebc031e: Download complete [2023-07-11T16:33:03.214Z] df9b9388f04a: Pull complete [2023-07-11T16:33:03.214Z] 52dc419b0ee2: Pull complete [2023-07-11T16:33:03.214Z] 25bc292e5bac: Pull complete [2023-07-11T16:33:03.782Z] 114826534d7a: Verifying Checksum [2023-07-11T16:33:03.782Z] 114826534d7a: Download complete [2023-07-11T16:33:03.782Z] 8a3aa393b2d8: Download complete [2023-07-11T16:33:07.983Z] 114826534d7a: Pull complete [2023-07-11T16:33:07.984Z] 4657fd5d0bcf: Pull complete [2023-07-11T16:33:07.984Z] 6ad1cebc031e: Pull complete [2023-07-11T16:33:11.280Z] 8a3aa393b2d8: Pull complete [2023-07-11T16:33:11.280Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-11T16:33:11.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-11T16:33:11.280Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:33:11.374Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:33:11.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-07-11T16:33:16.034Z] $ docker top 425ae1051edb6f03dc2bf575d4a381d4b76449d96c91b65cee3bf39c99249add -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-11T16:33:16.102Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-07-11T16:33:16.379Z] + set -o pipefail [2023-07-11T16:33:16.379Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-07-11T16:33:20.568Z] [2023-07-11T16:33:20.568Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-07-11T16:33:20.568Z] [2023-07-11T16:33:20.568Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/cd4b4ceb-8393-418d-beee-a3c9f214caa9 [2023-07-11T16:33:20.568Z] [2023-07-11T16:33:20.568Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-11T16:33:20.568Z] [2023-07-11T16:33:20.568Z] [2023-07-11T16:33:20.568Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-11T16:33:20.568Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-11T16:33:20.568Z] More details here: https://snyk.co/ue1NS [2023-07-11T16:33:20.568Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-07-11T16:33:20.568Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-07-11T16:33:20.578Z] $ docker stop --time=1 425ae1051edb6f03dc2bf575d4a381d4b76449d96c91b65cee3bf39c99249add [2023-07-11T16:33:24.144Z] $ docker rm -f --volumes 425ae1051edb6f03dc2bf575d4a381d4b76449d96c91b65cee3bf39c99249add [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-11T16:33:24.870Z] + git log --format=format:%s -1 c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] sh [2023-07-11T16:33:25.156Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-11T16:33:25.156Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:33:25.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-11T16:33:25.454Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:33:25.525Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:33:25.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-11T16:33:25.974Z] $ docker top dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d -eo pid,comm [2023-07-11T16:33:26.022Z] 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-11T16:33:26.022Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-11T16:33:26.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-11T16:33:26.054Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-11T16:33:26.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-11T16:33:26.161Z] $ docker exec dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d ssh-agent [2023-07-11T16:33:26.266Z] SSH_AUTH_SOCK=/tmp/ssh-wAuDQWZbvcPQ/agent.32 [2023-07-11T16:33:26.266Z] SSH_AGENT_PID=38 [2023-07-11T16:33:26.273Z] Running ssh-add (command line suppressed) [2023-07-11T16:33:26.367Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16303560867020283438.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16303560867020283438.key) [2023-07-11T16:33:26.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-11T16:33:26.667Z] + git semver tag [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,841 [run_tag] DEBUG tag force:False [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,841 [check_head_tag] DEBUG check head tag [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,841 [execute] INFO git cat-file --batch-check [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,842 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,846 [execute] INFO git cat-file --batch [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,846 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,852 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,852 [execute] INFO git tag -a v3.1.0-dev.11 -m v3.1.0-dev.11 [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,852 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.11', '-m', 'v3.1.0-dev.11'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-07-11T16:33:26.926Z] 2023-07-11 16:33:26,856 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:33:26.926Z] 3.1.0-dev.11 [Pipeline] } [2023-07-11T16:33:26.936Z] $ docker exec --env ******** --env ******** dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d ssh-agent -k [2023-07-11T16:33:27.033Z] unset SSH_AUTH_SOCK; [2023-07-11T16:33:27.034Z] unset SSH_AGENT_PID; [2023-07-11T16:33:27.034Z] echo Agent pid 38 killed; [2023-07-11T16:33:27.042Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-11T16:33:27.337Z] + git semver [Pipeline] } [2023-07-11T16:33:27.608Z] $ docker stop --time=1 dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d [2023-07-11T16:33:28.908Z] $ docker rm -f --volumes dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:33:29.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-11T16:33:29.293Z] [2023-07-11T16:33:29.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:33:29.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-11T16:33:29.587Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-11T16:33:29.587Z] ab5ef0e58194: Pulling fs layer [2023-07-11T16:33:29.587Z] 9712f1f96733: Pulling fs layer [2023-07-11T16:33:29.587Z] 63f879dbbcfc: Pulling fs layer [2023-07-11T16:33:29.587Z] 0d9ebad4ef96: Pulling fs layer [2023-07-11T16:33:29.587Z] e9a5061849ea: Pulling fs layer [2023-07-11T16:33:29.587Z] d747dcd14b5f: Pulling fs layer [2023-07-11T16:33:29.587Z] 2de7ff778b66: Pulling fs layer [2023-07-11T16:33:29.587Z] e9a5061849ea: Waiting [2023-07-11T16:33:29.587Z] 2de7ff778b66: Waiting [2023-07-11T16:33:29.587Z] 0d9ebad4ef96: Waiting [2023-07-11T16:33:29.587Z] d747dcd14b5f: Waiting [2023-07-11T16:33:29.587Z] 9712f1f96733: Verifying Checksum [2023-07-11T16:33:29.587Z] 9712f1f96733: Download complete [2023-07-11T16:33:29.847Z] 63f879dbbcfc: Verifying Checksum [2023-07-11T16:33:29.847Z] 63f879dbbcfc: Download complete [2023-07-11T16:33:30.106Z] e9a5061849ea: Verifying Checksum [2023-07-11T16:33:30.106Z] e9a5061849ea: Download complete [2023-07-11T16:33:30.106Z] d747dcd14b5f: Verifying Checksum [2023-07-11T16:33:30.106Z] d747dcd14b5f: Download complete [2023-07-11T16:33:30.106Z] 0d9ebad4ef96: Verifying Checksum [2023-07-11T16:33:30.106Z] 0d9ebad4ef96: Download complete [2023-07-11T16:33:30.106Z] ab5ef0e58194: Download complete [2023-07-11T16:33:30.106Z] 2de7ff778b66: Verifying Checksum [2023-07-11T16:33:30.106Z] 2de7ff778b66: Download complete [2023-07-11T16:33:32.636Z] ab5ef0e58194: Pull complete [2023-07-11T16:33:32.895Z] 9712f1f96733: Pull complete [2023-07-11T16:33:33.460Z] 63f879dbbcfc: Pull complete [2023-07-11T16:33:37.692Z] 0d9ebad4ef96: Pull complete [2023-07-11T16:33:37.692Z] e9a5061849ea: Pull complete [2023-07-11T16:33:37.692Z] d747dcd14b5f: Pull complete [2023-07-11T16:33:38.627Z] 2de7ff778b66: Pull complete [2023-07-11T16:33:38.627Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-11T16:33:38.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-11T16:33:38.627Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:33:38.718Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:33:38.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-07-11T16:33:44.901Z] $ docker top 8486d43246fbcd45c46560f4458a33f6d4391f6d62aac8c10e9e3e738c274c3b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-11T16:33:44.973Z] provisioning config files... [2023-07-11T16:33:44.981Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14257331232255442714tmp [2023-07-11T16:33:44.991Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14446290665100833074tmp [2023-07-11T16:33:45.002Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7902435424042841085tmp [Pipeline] { [Pipeline] echo [2023-07-11T16:33:45.019Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:33:45.302Z] ---> sigul-configuration.sh [2023-07-11T16:33:45.302Z] gpg: directory `/root/.gnupg' created [2023-07-11T16:33:45.302Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-11T16:33:45.302Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-11T16:33:45.303Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-11T16:33:45.303Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-11T16:33:45.303Z] gpg: CAST5 encrypted data [2023-07-11T16:33:45.303Z] gpg: encrypted with 1 passphrase [2023-07-11T16:33:45.303Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-11T16:33:45.587Z] + mkdir /home/jenkins [2023-07-11T16:33:45.588Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-11T16:33:45.872Z] + 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-11T16:33:45.881Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:33:46.166Z] ---> sigul-install.sh [2023-07-11T16:33:46.166Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-11T16:33:46.454Z] + git tag --list [2023-07-11T16:33:46.454Z] v3.1.0-dev.0 [2023-07-11T16:33:46.454Z] v3.1.0-dev.1 [2023-07-11T16:33:46.454Z] v3.1.0-dev.10 [2023-07-11T16:33:46.454Z] v3.1.0-dev.11 [2023-07-11T16:33:46.454Z] v3.1.0-dev.2 [2023-07-11T16:33:46.454Z] v3.1.0-dev.3 [2023-07-11T16:33:46.454Z] v3.1.0-dev.4 [2023-07-11T16:33:46.454Z] v3.1.0-dev.5 [2023-07-11T16:33:46.454Z] v3.1.0-dev.6 [2023-07-11T16:33:46.454Z] v3.1.0-dev.7 [2023-07-11T16:33:46.454Z] v3.1.0-dev.8 [2023-07-11T16:33:46.454Z] v3.1.0-dev.9 [Pipeline] sh [2023-07-11T16:33:46.739Z] + lftools sign git-tag v3.1.0-dev.11 [2023-07-11T16:33:47.307Z] Signing Git tag with Sigul... [2023-07-11T16:33:47.307Z] Signing v3.1.0-dev.11 [Pipeline] echo [2023-07-11T16:33:47.574Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:33:47.859Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-11T16:33:47.867Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-11T16:33:47.885Z] $ docker stop --time=1 8486d43246fbcd45c46560f4458a33f6d4391f6d62aac8c10e9e3e738c274c3b [2023-07-11T16:33:49.163Z] $ docker rm -f --volumes 8486d43246fbcd45c46560f4458a33f6d4391f6d62aac8c10e9e3e738c274c3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-07-11T16:33:49.581Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-11T16:33:49.581Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:33:49.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-11T16:33:49.885Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:33:49.962Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:33:49.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-11T16:33:50.298Z] $ docker top fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a -eo pid,comm [2023-07-11T16:33:50.346Z] 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-11T16:33:50.346Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-11T16:33:50.402Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-11T16:33:50.402Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-11T16:33:50.514Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-11T16:33:50.517Z] $ docker exec fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a ssh-agent [2023-07-11T16:33:50.621Z] SSH_AUTH_SOCK=/tmp/ssh-ZXYsZxpfbh1j/agent.33 [2023-07-11T16:33:50.621Z] SSH_AGENT_PID=39 [2023-07-11T16:33:50.626Z] Running ssh-add (command line suppressed) [2023-07-11T16:33:50.743Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9883910448797223636.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9883910448797223636.key) [2023-07-11T16:33:50.756Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-11T16:33:51.045Z] + git semver bump pre [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,228 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,228 [bump_version] DEBUG bumping version:3.1.0-dev.11 on axis:pre with prefix:dev [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,228 [bump_version] DEBUG bumped version:3.1.0-dev.12 [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,228 [write_version] DEBUG write version:3.1.0-dev.12 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,228 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,228 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,230 [execute] INFO git cat-file --batch-check [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,230 [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-11T16:33:51.304Z] 2023-07-11 16:33:51,236 [execute] INFO git cat-file --batch [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,236 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-11T16:33:51.304Z] 2023-07-11 16:33:51,241 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:33:51.304Z] 3.1.0-dev.12 [Pipeline] } [2023-07-11T16:33:51.313Z] $ docker exec --env ******** --env ******** fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a ssh-agent -k [2023-07-11T16:33:51.412Z] unset SSH_AUTH_SOCK; [2023-07-11T16:33:51.412Z] unset SSH_AGENT_PID; [2023-07-11T16:33:51.412Z] echo Agent pid 39 killed; [2023-07-11T16:33:51.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-11T16:33:51.726Z] + git semver [Pipeline] } [2023-07-11T16:33:51.997Z] $ docker stop --time=1 fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a [2023-07-11T16:33:53.244Z] $ docker rm -f --volumes fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-11T16:33:53.575Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-11T16:33:53.575Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:33:53.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-11T16:33:53.872Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:33:53.937Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:33:53.968Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-11T16:33:54.284Z] $ docker top b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 -eo pid,comm [2023-07-11T16:33:54.328Z] 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-11T16:33:54.328Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-11T16:33:54.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-11T16:33:54.366Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-11T16:33:54.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-11T16:33:54.473Z] $ docker exec b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 ssh-agent [2023-07-11T16:33:54.574Z] SSH_AUTH_SOCK=/tmp/ssh-JuB8RR9BGnml/agent.32 [2023-07-11T16:33:54.574Z] SSH_AGENT_PID=38 [2023-07-11T16:33:54.579Z] Running ssh-add (command line suppressed) [2023-07-11T16:33:54.668Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11516030145367264250.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11516030145367264250.key) [2023-07-11T16:33:54.681Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-11T16:33:54.970Z] + git semver push [2023-07-11T16:33:55.230Z] 2023-07-11 16:33:55,122 [run_push] DEBUG push [2023-07-11T16:33:55.230Z] 2023-07-11 16:33:55,123 [execute] INFO git cat-file --batch-check [2023-07-11T16:33:55.230Z] 2023-07-11 16:33:55,123 [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-11T16:33:55.230Z] 2023-07-11 16:33:55,127 [execute] INFO git rev-list e2a23152911e8126b1cc38cf4a50dc574a7dae63 -- [2023-07-11T16:33:55.230Z] 2023-07-11 16:33:55,127 [execute] DEBUG Popen(['git', 'rev-list', 'e2a23152911e8126b1cc38cf4a50dc574a7dae63', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-11T16:33:55.230Z] 2023-07-11 16:33:55,131 [execute] INFO git fetch -v origin [2023-07-11T16:33:55.230Z] 2023-07-11 16:33:55,131 [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-11T16:33:55.800Z] 2023-07-11 16:33:55,626 [run_push] DEBUG no remote changes detected [2023-07-11T16:33:55.800Z] 2023-07-11 16:33:55,627 [execute] INFO git push origin semver [2023-07-11T16:33:55.800Z] 2023-07-11 16:33:55,627 [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-11T16:33:56.740Z] 2023-07-11 16:33:56,555 [run_push] DEBUG push all version tags [2023-07-11T16:33:56.740Z] 2023-07-11 16:33:56,556 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-11T16:33:56.740Z] 2023-07-11 16:33:56,557 [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-11T16:33:57.684Z] 2023-07-11 16:33:57,636 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-11T16:33:57.684Z] 3.1.0-dev.12 [Pipeline] } [2023-07-11T16:33:57.692Z] $ docker exec --env ******** --env ******** b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 ssh-agent -k [2023-07-11T16:33:57.799Z] unset SSH_AUTH_SOCK; [2023-07-11T16:33:57.801Z] unset SSH_AGENT_PID; [2023-07-11T16:33:57.801Z] echo Agent pid 38 killed; [2023-07-11T16:33:57.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-11T16:33:58.118Z] + git semver [Pipeline] } [2023-07-11T16:33:58.389Z] $ docker stop --time=1 b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 [2023-07-11T16:33:59.658Z] $ docker rm -f --volumes b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 [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-11T16:34:00.278Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-07-11T16:34:00.278Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-11T16:34:00.278Z] total 16 [2023-07-11T16:34:00.278Z] drwxr-xr-x 3 root root 4096 Jul 11 16:22 . [2023-07-11T16:34:00.278Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 16:33 .. [2023-07-11T16:34:00.278Z] drwxr-xr-x 2 root root 4096 Jul 11 16:22 cost [2023-07-11T16:34:00.278Z] -rw-r--r-- 1 root root 88 Jul 11 16:22 cost.csv [2023-07-11T16:34:00.278Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-11T16:34:00.278Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-11T16:34:00.278Z] total 16 [2023-07-11T16:34:00.278Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 16:22 . [2023-07-11T16:34:00.278Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 16:33 .. [2023-07-11T16:34:00.278Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 16:22 cost [2023-07-11T16:34:00.278Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 11 16:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:34:00.571Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:34:01.428Z] ---> package-listing.sh [2023-07-11T16:34:01.428Z] ++ facter osfamily [2023-07-11T16:34:01.428Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-11T16:34:01.687Z] + OS_FAMILY=debian [2023-07-11T16:34:01.687Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-07-11T16:34:01.687Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-11T16:34:01.687Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-11T16:34:01.687Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-11T16:34:01.687Z] + PACKAGES=/tmp/packages_start.txt [2023-07-11T16:34:01.687Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-11T16:34:01.687Z] + PACKAGES=/tmp/packages_end.txt [2023-07-11T16:34:01.687Z] + case "${OS_FAMILY}" in [2023-07-11T16:34:01.687Z] + dpkg -l [2023-07-11T16:34:01.687Z] + grep '^ii' [2023-07-11T16:34:01.687Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-11T16:34:01.687Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-11T16:34:01.687Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-11T16:34:01.687Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-11T16:34:01.687Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-07-11T16:34:01.687Z] + 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-11T16:34:01.697Z] 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-11T16:34:01.974Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-11T16:34:02.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-11T16:34:02.530Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-11T16:34:02.681Z] prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container [2023-07-11T16:34:02.757Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-11T16:34:02.981Z] $ docker top cc315d4331023af0e7ca32d808965b7685e87e86eea8f2a4afbea44368524ddb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-11T16:34:03.330Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-11T16:34:03.615Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-11T16:34:03.901Z] + ls /var/log/sa-host [2023-07-11T16:34:03.901Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-11T16:34:04.055Z] provisioning config files... [2023-07-11T16:34:04.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1962095416599019323tmp [Pipeline] { [Pipeline] echo [2023-07-11T16:34:04.074Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:34:04.356Z] ---> create-netrc.sh [Pipeline] } [2023-07-11T16:34:04.363Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:34:04.683Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-11T16:34:04.691Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:34:04.973Z] ---> sudo-logs.sh [2023-07-11T16:34:04.973Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-11T16:34:05.005Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:34:05.288Z] ---> job-cost.sh [2023-07-11T16:34:05.288Z] lf-activate-venv: SKIPPING [2023-07-11T16:34:05.288Z] DEBUG: total: 0.2199999988079071 [2023-07-11T16:34:05.288Z] INFO: Retrieving Stack Cost... [2023-07-11T16:34:05.856Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-11T16:34:06.423Z] INFO: Archiving Costs [Pipeline] echo [2023-07-11T16:34:06.433Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-11T16:34:06.713Z] ---> logs-deploy.sh [2023-07-11T16:34:06.713Z] lf-activate-venv: SKIPPING [2023-07-11T16:34:06.713Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/12 [2023-07-11T16:34:06.713Z] INFO: archiving workspace using pattern(s): [2023-07-11T16:34:07.648Z] Archives upload complete. [2023-07-11T16:34:07.648Z] INFO: archiving logs to Nexus