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 16:19:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:19:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:19:29 ========================================================= 16:19:29 EdgeX Global Pipelines Version Info 16:19:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:19:30 ------------------- 16:19:30 stable info: 16:19:30 ------------------- 16:19:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:19:30 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 16:19:30 Message: update stable to v1.0.250 16:19:31 ------------------- 16:19:31 experimental info: 16:19:31 ------------------- 16:19:31 Commited By: **** collab-it+edgex@linuxfoundation.org 16:19:31 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 16:19:31 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:19:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:19:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo 16:19:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c21995d [Pipeline] echo 16:19:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:19:32 provisioning config files... 16:19:32 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13794004116504019215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:19:32 ---> docker-login.sh 16:19:32 nexus3.edgexfoundry.org:10001 16:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:32 Configure a credential helper to remove this warning. See 16:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:32 16:19:32 Login Succeeded 16:19:32 nexus3.edgexfoundry.org:10002 16:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:32 Configure a credential helper to remove this warning. See 16:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:32 16:19:32 Login Succeeded 16:19:32 nexus3.edgexfoundry.org:10003 16:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:32 Configure a credential helper to remove this warning. See 16:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:32 16:19:32 Login Succeeded 16:19:32 nexus3.edgexfoundry.org:10004 16:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:33 Configure a credential helper to remove this warning. See 16:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:33 16:19:33 Login Succeeded 16:19:33 docker.io 16:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:33 Configure a credential helper to remove this warning. See 16:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:33 16:19:33 Login Succeeded 16:19:33 ---> docker-login.sh ends [Pipeline] } 16:19:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:19:34 + git rev-list -1 --merges c21995dc83c9d4518c4a60710b227f9f01242914~1..c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo 16:19:34 -----------> git rev-list -1 --merges c21995dc83c9d4518c4a60710b227f9f01242914~1..c21995dc83c9d4518c4a60710b227f9f01242914 c21995dc83c9d4518c4a60710b227f9f01242914 16:19:34 c21995dc83c9d4518c4a60710b227f9f01242914 [false] [Pipeline] sh 16:19:34 + git log --format=format:%s -1 c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo 16:19:34 ========================================================= 16:19:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:19:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:19:34 + git log --format=format:%s -1 c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] echo 16:19:34 [semverPrep] GIT_COMMIT: c21995dc83c9d4518c4a60710b227f9f01242914, Commit Message: Merge pull request #35 from lenny-intel/record-cancel-endpoint [Pipeline] echo 16:19:34 [semverPrep] This is not a build commit. [Pipeline] sh 16:19:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:19:35 + grep -v github /etc/ssh/ssh_known_hosts 16:19:35 + [ -e /tmp/ssh_known_hosts ] 16:19:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:19:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:19:35 + sudo tee -a /etc/ssh/ssh_known_hosts 16:19:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:19:35 16:19:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:19:35 0.1.4: Pulling from edgex-devops/py-git-semver 16:19:35 b85a868b505f: Pulling fs layer 16:19:35 e2be974225ed: Pulling fs layer 16:19:35 339a4e72a1f5: Pulling fs layer 16:19:35 988bab9f4d93: Pulling fs layer 16:19:35 1469e6f7b9e6: Pulling fs layer 16:19:35 eaf3925da568: Pulling fs layer 16:19:35 bab4dde63d76: Pulling fs layer 16:19:35 bde34c3a00c8: Pulling fs layer 16:19:35 b352a97aabf1: Pulling fs layer 16:19:35 4872d77fe225: Pulling fs layer 16:19:35 5851b861e8e6: Pulling fs layer 16:19:35 988bab9f4d93: Waiting 16:19:35 eaf3925da568: Waiting 16:19:35 1469e6f7b9e6: Waiting 16:19:35 4872d77fe225: Waiting 16:19:35 bde34c3a00c8: Waiting 16:19:35 bab4dde63d76: Waiting 16:19:35 5851b861e8e6: Waiting 16:19:35 b352a97aabf1: Waiting 16:19:35 e2be974225ed: Download complete 16:19:35 988bab9f4d93: Verifying Checksum 16:19:35 988bab9f4d93: Download complete 16:19:35 339a4e72a1f5: Verifying Checksum 16:19:35 339a4e72a1f5: Download complete 16:19:35 1469e6f7b9e6: Verifying Checksum 16:19:35 1469e6f7b9e6: Download complete 16:19:36 eaf3925da568: Verifying Checksum 16:19:36 eaf3925da568: Download complete 16:19:36 bde34c3a00c8: Download complete 16:19:36 b352a97aabf1: Verifying Checksum 16:19:36 b352a97aabf1: Download complete 16:19:36 4872d77fe225: Verifying Checksum 16:19:36 4872d77fe225: Download complete 16:19:36 5851b861e8e6: Verifying Checksum 16:19:36 5851b861e8e6: Download complete 16:19:36 b85a868b505f: Download complete 16:19:36 bab4dde63d76: Verifying Checksum 16:19:36 bab4dde63d76: Download complete 16:19:37 b85a868b505f: Pull complete 16:19:37 e2be974225ed: Pull complete 16:19:38 339a4e72a1f5: Pull complete 16:19:38 988bab9f4d93: Pull complete 16:19:38 1469e6f7b9e6: Pull complete 16:19:38 eaf3925da568: Pull complete 16:19:40 bab4dde63d76: Pull complete 16:19:40 bde34c3a00c8: Pull complete 16:19:40 b352a97aabf1: Pull complete 16:19:40 4872d77fe225: Pull complete 16:19:40 5851b861e8e6: Pull complete 16:19:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:19:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:19:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:19:40 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:19:41 $ 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 16:19:43 $ docker top 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc -eo pid,comm 16:19:43 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). 16:19:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:19:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:43 [ssh-agent] Looking for ssh-agent implementation... 16:19:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:43 $ docker exec 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent 16:19:44 SSH_AUTH_SOCK=/tmp/ssh-dPeiozPafvYe/agent.31 16:19:44 SSH_AGENT_PID=38 16:19:44 Running ssh-add (command line suppressed) 16:19:44 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) 16:19:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:44 + git tag --points-at HEAD [Pipeline] } 16:19:44 $ docker exec --env ******** --env ******** 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent -k 16:19:44 unset SSH_AUTH_SOCK; 16:19:44 unset SSH_AGENT_PID; 16:19:44 echo Agent pid 38 killed; 16:19:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:19:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:44 [ssh-agent] Looking for ssh-agent implementation... 16:19:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:44 $ docker exec 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent 16:19:44 SSH_AUTH_SOCK=/tmp/ssh-mzCno2KeCSQf/agent.70 16:19:44 SSH_AGENT_PID=76 16:19:44 Running ssh-add (command line suppressed) 16:19:44 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) 16:19:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:45 + git semver init 16:19:45 2023-07-11 16:19:45,396 [run_init] DEBUG init version:0.0.0 force:False 16:19:45 2023-07-11 16:19:45,396 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 16:19:45 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 16:19:45 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) 16:19:47 2023-07-11 16:19:45,981 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 16:19:47 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 16:19:47 2023-07-11 16:19:45,982 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:19:47 2023-07-11 16:19:45,982 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:19:47 3.1.0-dev.11 [Pipeline] } 16:19:47 $ docker exec --env ******** --env ******** 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc ssh-agent -k 16:19:47 unset SSH_AUTH_SOCK; 16:19:47 unset SSH_AGENT_PID; 16:19:47 echo Agent pid 76 killed; 16:19:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:19:47 + git semver [Pipeline] } 16:19:47 $ docker stop --time=1 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc 16:19:49 $ docker rm -f --volumes 283afe24e50f180dc851b4e4106f375016fb21ecec620bce770751dcf66b75fc [Pipeline] // withDockerContainer [Pipeline] sh 16:19:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:19:49 Stashed 1 file(s) [Pipeline] echo 16:19:49 [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 16:19:49 provisioning config files... 16:19:49 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12891000256678954595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:19:50 ---> docker-login.sh 16:19:50 nexus3.edgexfoundry.org:10001 16:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:50 Configure a credential helper to remove this warning. See 16:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:50 16:19:50 Login Succeeded 16:19:50 nexus3.edgexfoundry.org:10002 16:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:50 Configure a credential helper to remove this warning. See 16:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:50 16:19:50 Login Succeeded 16:19:50 nexus3.edgexfoundry.org:10003 16:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:50 Configure a credential helper to remove this warning. See 16:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:50 16:19:50 Login Succeeded 16:19:50 nexus3.edgexfoundry.org:10004 16:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:50 Configure a credential helper to remove this warning. See 16:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:50 16:19:50 Login Succeeded 16:19:50 docker.io 16:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:50 Configure a credential helper to remove this warning. See 16:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:50 16:19:50 Login Succeeded 16:19:50 ---> docker-login.sh ends [Pipeline] } 16:19:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:19:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:19:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:19:50 ========================================================= 16:19:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:19:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:51 + 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 . 16:19:51 Sending build context to Docker daemon 306.2kB 16:19:51 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:19:51 Step 2/12 : FROM ${BASE} AS builder 16:19:51 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:19:51 f56be85fc22e: Pulling fs layer 16:19:51 85791d961cd3: Pulling fs layer 16:19:51 d694b5ae8c79: Pulling fs layer 16:19:51 9f32a84ed3da: Pulling fs layer 16:19:51 4d19c01a9841: Pulling fs layer 16:19:51 9325e15d5711: Pulling fs layer 16:19:51 556b6ee489ea: Pulling fs layer 16:19:51 c5a4b2cf53e6: Pulling fs layer 16:19:51 9f32a84ed3da: Waiting 16:19:51 4d19c01a9841: Waiting 16:19:51 9325e15d5711: Waiting 16:19:51 556b6ee489ea: Waiting 16:19:51 c5a4b2cf53e6: Waiting 16:19:51 85791d961cd3: Download complete 16:19:51 9f32a84ed3da: Download complete 16:19:51 4d19c01a9841: Verifying Checksum 16:19:51 4d19c01a9841: Download complete 16:19:51 f56be85fc22e: Verifying Checksum 16:19:51 f56be85fc22e: Download complete 16:19:51 9325e15d5711: Verifying Checksum 16:19:51 9325e15d5711: Download complete 16:19:51 f56be85fc22e: Pull complete 16:19:51 85791d961cd3: Pull complete 16:19:51 c5a4b2cf53e6: Verifying Checksum 16:19:51 c5a4b2cf53e6: Download complete 16:19:51 d694b5ae8c79: Verifying Checksum 16:19:51 d694b5ae8c79: Download complete 16:19:52 556b6ee489ea: Verifying Checksum 16:19:52 556b6ee489ea: Download complete 16:19:55 d694b5ae8c79: Pull complete 16:19:55 9f32a84ed3da: Pull complete 16:19:55 4d19c01a9841: Pull complete 16:19:55 9325e15d5711: Pull complete 16:19:57 556b6ee489ea: Pull complete 16:19:58 c5a4b2cf53e6: Pull complete 16:19:58 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 16:19:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:19:58 ---> c4be618373d6 16:19:58 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:20:04 ---> Running in bd15bc220cfb 16:20:04 Removing intermediate container bd15bc220cfb 16:20:04 ---> 289f1a4d420d 16:20:04 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:20:04 ---> Running in c41bf51c9a8b 16:20:04 Removing intermediate container c41bf51c9a8b 16:20:04 ---> 13d3dcfc7254 16:20:04 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:20:04 ---> Running in 6ee4e1de34d2 16:20:04 Removing intermediate container 6ee4e1de34d2 16:20:04 ---> 301aa70d1904 16:20:04 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:20:04 ---> Running in 2b3a4c2763b8 16:20:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:20:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:20:04 OK: 265 MiB in 53 packages 16:20:04 Still waiting to schedule task 16:20:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:20:05 Removing intermediate container 2b3a4c2763b8 16:20:05 ---> b522c3b3ed66 16:20:05 Step 7/12 : WORKDIR /app 16:20:05 ---> Running in 8327df6eeded 16:20:05 Removing intermediate container 8327df6eeded 16:20:05 ---> 9f3fca789726 16:20:05 Step 8/12 : COPY go.mod vendor* ./ 16:20:05 ---> a4339da208b9 16:20:05 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:05 ---> Running in 7f6770dce60e 16:20:37 Removing intermediate container 7f6770dce60e 16:20:37 ---> 6a2dde71272a 16:20:37 Step 10/12 : COPY . . 16:20:37 ---> cd99f0c6dbc9 16:20:37 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:20:37 ---> Running in cea102df77f5 16:20:37 Removing intermediate container cea102df77f5 16:20:37 ---> bc8d26fee5c9 16:20:37 Step 12/12 : RUN $MAKE 16:20:37 ---> Running in ef1010d8d4a0 16:20:37 noop 16:20:37 Removing intermediate container ef1010d8d4a0 16:20:37 ---> 62a3a58a3468 16:20:37 Successfully built 62a3a58a3468 16:20:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:37 + docker inspect -f . ci-base-image-x86_64 16:20:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:37 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:20:37 $ 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 16:20:38 $ docker top 6009eacf98176a2a20e1de3707da36f584784f6d23c4e443620a65e7ce6fcdf5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:38 + go version 16:20:38 go version go1.20.2 linux/amd64 [Pipeline] } 16:20:38 $ docker stop --time=1 6009eacf98176a2a20e1de3707da36f584784f6d23c4e443620a65e7ce6fcdf5 16:20:39 $ 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 16:20:40 + docker inspect -f . ci-base-image-x86_64 16:20:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:40 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:20:40 $ 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 16:20:40 $ docker top 8a60519aac7d1a9cd5bfe60fa3b4841315815bee5271a746e2b92ccc1583a24d -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:40 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 16:20:41 + make test 16:20:41 go test -race -coverprofile=coverage.out ./... 16:21:03 ? github.com/edgexfoundry/app-record-replay [no test files] 16:21:03 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 16:21:03 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 16:21:03 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 16:21:03 ok github.com/edgexfoundry/app-record-replay/internal/app 0.058s coverage: 76.9% of statements 16:21:03 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.087s coverage: 87.3% of statements 16:21:03 ok github.com/edgexfoundry/app-record-replay/internal/data 0.057s coverage: 27.3% of statements 16:21:21 go vet ./... 16:21:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:21:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:21:23 ./bin/test-attribution-txt.sh [Pipeline] echo 16:21:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:21:23 $ docker stop --time=1 8a60519aac7d1a9cd5bfe60fa3b4841315815bee5271a746e2b92ccc1583a24d 16:21:28 $ docker rm -f --volumes 8a60519aac7d1a9cd5bfe60fa3b4841315815bee5271a746e2b92ccc1583a24d [Pipeline] // withDockerContainer [Pipeline] sh 16:21:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:21:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:21:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:21:30 + ls -al . 16:21:30 total 152 16:21:30 drwxrwxr-x 9 jenkins jenkins 4096 Jul 11 16:20 . 16:21:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 16:19 .. 16:21:30 -rw-rw-r-- 1 jenkins jenkins 119 Jul 11 16:19 .dockerignore 16:21:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 16:19 .git 16:21:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:19 .github 16:21:30 -rw-rw-r-- 1 jenkins jenkins 164 Jul 11 16:19 .gitignore 16:21:30 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 16:19 .golangci.yml 16:21:30 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 16:19 .semver 16:21:30 -rw-rw-r-- 1 jenkins jenkins 10245 Jul 11 16:19 Attribution.txt 16:21:30 -rw-rw-r-- 1 jenkins jenkins 258 Jul 11 16:19 CHANGELOG.md 16:21:30 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 11 16:19 Dockerfile 16:21:30 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 16:19 GOVERNANCE.md 16:21:30 -rw-rw-r-- 1 jenkins jenkins 681 Jul 11 16:19 Jenkinsfile 16:21:30 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 11 16:19 LICENSE 16:21:30 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 11 16:19 Makefile 16:21:30 -rw-rw-r-- 1 jenkins jenkins 611 Jul 11 16:19 OWNERS.md 16:21:30 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 11 16:19 README.md 16:21:30 -rw-rw-r-- 1 jenkins jenkins 12 Jul 11 16:19 VERSION 16:21:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:19 bin 16:21:30 -rw-r--r-- 1 jenkins jenkins 5410 Jul 11 16:21 coverage.out 16:21:30 -rw-rw-r-- 1 jenkins jenkins 3411 Jul 11 16:19 go.mod 16:21:30 -rw-rw-r-- 1 jenkins jenkins 31491 Jul 11 16:19 go.sum 16:21:30 drwxrwxr-x 6 jenkins jenkins 4096 Jul 11 16:19 internal 16:21:30 -rw-rw-r-- 1 jenkins jenkins 913 Jul 11 16:19 main.go 16:21:30 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 16:19 pkg 16:21:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:19 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:30 + 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 . 16:21:30 Sending build context to Docker daemon 312.3kB 16:21:30 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 16:21:30 Step 2/26 : FROM ${BASE} AS builder 16:21:30 ---> 62a3a58a3468 16:21:30 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:21:30 ---> Running in 56b7b165f11f 16:21:30 Removing intermediate container 56b7b165f11f 16:21:30 ---> 2de99be5b4f8 16:21:30 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:21:30 ---> Running in 1a8997768f8b 16:21:30 Removing intermediate container 1a8997768f8b 16:21:30 ---> 273eebc68fc6 16:21:30 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:21:30 ---> Running in 6f427e6d6f32 16:21:30 Removing intermediate container 6f427e6d6f32 16:21:30 ---> b2259d3c2649 16:21:30 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:21:31 ---> Running in e32daaa738f7 16:21:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:21:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:21:31 OK: 265 MiB in 53 packages 16:21:32 Removing intermediate container e32daaa738f7 16:21:32 ---> 76e725d07923 16:21:32 Step 7/26 : WORKDIR /app 16:21:32 ---> Running in b7a782efdf14 16:21:32 Removing intermediate container b7a782efdf14 16:21:32 ---> fd65544e7327 16:21:32 Step 8/26 : COPY go.mod vendor* ./ 16:21:32 ---> ee60c69d55f7 16:21:32 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:21:32 ---> Running in c26a1c8550b3 16:21:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-845 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 16:21:32 Running in /w/workspace/app-record-replay/12 [Pipeline] { [Pipeline] checkout 16:21:32 Selected Git installation does not exist. Using Default 16:21:32 The recommended git tool is: NONE 16:21:33 Removing intermediate container c26a1c8550b3 16:21:33 ---> dd34edea96de 16:21:33 Step 10/26 : COPY . . 16:21:33 ---> 2e1f430312b3 16:21:33 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:21:33 ---> Running in 37fe8b44dc29 16:21:33 Removing intermediate container 37fe8b44dc29 16:21:33 ---> 18004c392389 16:21:33 Step 12/26 : RUN $MAKE 16:21:33 ---> Running in c70dab55824a 16:21:33 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 16:21:37 using credential edgex-jenkins-ssh 16:21:37 Cloning the remote Git repository 16:21:37 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 16:21:37 > git init /w/workspace/app-record-replay/12 # timeout=10 16:21:38 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 16:21:38 > git --version # timeout=10 16:21:38 > git --version # 'git version 2.25.1' 16:21:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:38 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 16:21:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:39 Avoid second fetch 16:21:39 Checking out Revision c21995dc83c9d4518c4a60710b227f9f01242914 (main) 16:21:40 Commit message: "Merge pull request #35 from lenny-intel/record-cancel-endpoint" 16:21:39 > git config core.sparsecheckout # timeout=10 16:21:39 > git checkout -f c21995dc83c9d4518c4a60710b227f9f01242914 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:21:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:21:40 % Total % Received % Xferd Average Speed Time Time Time Current 16:21:40 Dload Upload Total Spent Left Speed 16:21:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 96598 [Pipeline] sh 16:21:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:21:41 + sudo tee /etc/docker/daemon.new 16:21:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:21:41 { 16:21:41 "registry-mirrors": [ 16:21:41 "https://nexus3.edgexfoundry.org:10001" 16:21:41 ], 16:21:41 "bip": "10.250.0.254/24", 16:21:41 "hosts": [ 16:21:41 "tcp://0.0.0.0:5555", 16:21:41 "unix:///var/run/docker.sock" 16:21:41 ], 16:21:41 "mtu": 1458, 16:21:41 "selinux-enabled": true, 16:21:41 "seccomp-profile": "/etc/docker/seccomp.json" 16:21:41 } [Pipeline] sh 16:21:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:21:42 + sudo service docker restart 16:21:55 Removing intermediate container c70dab55824a 16:21:55 ---> b2fe14a5aefe 16:21:55 Step 13/26 : FROM alpine:3.17 16:21:55 3.17: Pulling from library/alpine 16:21:55 4db1b89c0bd1: Pulling fs layer 16:21:55 4db1b89c0bd1: Verifying Checksum 16:21:55 4db1b89c0bd1: Download complete 16:21:55 4db1b89c0bd1: Pull complete 16:21:55 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 16:21:55 Status: Downloaded newer image for alpine:3.17 16:21:55 ---> 1f73a9d63274 16:21:55 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:21:55 ---> Running in dc1a879f3d1b 16:21:55 Removing intermediate container dc1a879f3d1b 16:21:55 ---> 0c2139c482ff 16:21:55 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 16:21:55 ---> Running in 423391c618f7 16:21:55 Removing intermediate container 423391c618f7 16:21:55 ---> 61d75fc2b5d0 16:21:55 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:21:55 ---> Running in 1f48981257a8 16:21:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:21:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:21:55 (1/2) Installing ca-certificates (20230506-r0) 16:21:55 (2/2) Installing dumb-init (1.2.5-r2) 16:21:55 Executing busybox-1.35.0-r29.trigger 16:21:55 Executing ca-certificates-20230506-r0.trigger 16:21:55 OK: 8 MiB in 17 packages 16:21:55 Removing intermediate container 1f48981257a8 16:21:55 ---> ecc7b2d7154a 16:21:55 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:21:55 ---> 3f609a5317dd 16:21:55 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:21:55 ---> 75c370068ffc 16:21:55 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:21:55 ---> 0c1848227ad8 16:21:55 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 16:21:56 ---> 3cb0d76fc211 16:21:56 Step 21/26 : EXPOSE 59712 16:21:56 ---> Running in 4490819cde8b 16:21:56 Removing intermediate container 4490819cde8b 16:21:56 ---> a009a2882f86 16:21:56 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 16:21:56 ---> Running in 628c60ee8831 16:21:56 Removing intermediate container 628c60ee8831 16:21:56 ---> a34a8f97dac1 16:21:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:21:56 ---> Running in fde2baddb1d6 16:21:56 Removing intermediate container fde2baddb1d6 16:21:56 ---> d1fb497ca25e 16:21:56 Step 24/26 : LABEL arch=amd64 16:21:56 ---> Running in d12a15490be8 16:21:56 Removing intermediate container d12a15490be8 16:21:56 ---> b0ad6b9f6025 16:21:56 Step 25/26 : LABEL git_sha=c21995dc83c9d4518c4a60710b227f9f01242914 16:21:56 ---> Running in 4b3fc274571a 16:21:56 Removing intermediate container 4b3fc274571a 16:21:56 ---> 03a7f5704584 16:21:56 Step 26/26 : LABEL version=3.1.0-dev.11 16:21:56 ---> Running in a2ae4ab2a450 16:21:56 Removing intermediate container a2ae4ab2a450 16:21:56 ---> 37961a6734e2 16:21:56 [Warning] One or more build-args [ARCH] were not consumed 16:21:56 Successfully built 37961a6734e2 16:21:56 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 16:21:56 provisioning config files... 16:21:56 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1771048490780323093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:21:57 ---> docker-login.sh 16:21:57 nexus3.edgexfoundry.org:10001 16:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:57 Configure a credential helper to remove this warning. See 16:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:57 16:21:57 Login Succeeded 16:21:57 nexus3.edgexfoundry.org:10002 16:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:57 Configure a credential helper to remove this warning. See 16:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:57 16:21:57 Login Succeeded 16:21:57 nexus3.edgexfoundry.org:10003 16:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:57 Configure a credential helper to remove this warning. See 16:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:57 16:21:57 Login Succeeded 16:21:57 nexus3.edgexfoundry.org:10004 16:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:57 Configure a credential helper to remove this warning. See 16:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:57 16:21:57 Login Succeeded 16:21:57 docker.io 16:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:57 Configure a credential helper to remove this warning. See 16:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:57 16:21:57 Login Succeeded 16:21:57 ---> docker-login.sh ends [Pipeline] } 16:21:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:21:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:21:57 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 16:21:57 c21995dc83c9d4518c4a60710b227f9f01242914 16:21:57 latest 16:21:57 3.1.0-dev.11 16:21:57 c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 16:21:57 main 16:21:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:58 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:58 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914 16:21:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:21:58 65c2f4676416: Preparing 16:21:58 4b25ad75927d: Preparing 16:21:58 f6b4bed1e0a3: Preparing 16:21:58 ac377b454cdb: Preparing 16:21:58 25fe4d9a297c: Preparing 16:21:58 3dab9f8bf2d2: Preparing 16:21:58 3dab9f8bf2d2: Waiting 16:21:58 4b25ad75927d: Pushed 16:21:58 ac377b454cdb: Pushed 16:21:58 f6b4bed1e0a3: Pushed 16:21:58 3dab9f8bf2d2: Layer already exists 16:21:58 25fe4d9a297c: Pushed 16:22:00 65c2f4676416: Pushed 16:22:00 c21995dc83c9d4518c4a60710b227f9f01242914: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] configFileProvider 16:22:00 provisioning config files... [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 16:22:00 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/12@tmp/config13029621739489115651tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:01 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:01 ---> docker-login.sh 16:22:01 nexus3.edgexfoundry.org:10001 16:22:01 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 16:22:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:22:01 65c2f4676416: Preparing 16:22:01 4b25ad75927d: Preparing 16:22:01 f6b4bed1e0a3: Preparing 16:22:01 ac377b454cdb: Preparing 16:22:01 25fe4d9a297c: Preparing 16:22:01 3dab9f8bf2d2: Preparing 16:22:01 3dab9f8bf2d2: Waiting 16:22:01 ac377b454cdb: Layer already exists 16:22:01 f6b4bed1e0a3: Layer already exists 16:22:01 4b25ad75927d: Layer already exists 16:22:01 25fe4d9a297c: Layer already exists 16:22:01 65c2f4676416: Layer already exists 16:22:01 3dab9f8bf2d2: Layer already exists 16:22:01 latest: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 16:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:01 Configure a credential helper to remove this warning. See 16:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:01 16:22:01 Login Succeeded 16:22:01 nexus3.edgexfoundry.org:10002 16:22:01 + 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 16:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:02 Configure a credential helper to remove this warning. See 16:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:02 16:22:02 Login Succeeded 16:22:02 nexus3.edgexfoundry.org:10003 16:22:02 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.11 16:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:22:02 65c2f4676416: Preparing 16:22:02 4b25ad75927d: Preparing 16:22:02 f6b4bed1e0a3: Preparing 16:22:02 ac377b454cdb: Preparing 16:22:02 25fe4d9a297c: Preparing 16:22:02 3dab9f8bf2d2: Preparing 16:22:02 3dab9f8bf2d2: Waiting 16:22:02 65c2f4676416: Layer already exists 16:22:02 ac377b454cdb: Layer already exists 16:22:02 4b25ad75927d: Layer already exists 16:22:02 25fe4d9a297c: Layer already exists 16:22:02 f6b4bed1e0a3: Layer already exists 16:22:02 3dab9f8bf2d2: Layer already exists 16:22:02 3.1.0-dev.11: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:02 + 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 16:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:02 Configure a credential helper to remove this warning. See 16:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:02 16:22:02 Login Succeeded 16:22:02 nexus3.edgexfoundry.org:10004 16:22:02 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 16:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:22:02 65c2f4676416: Preparing 16:22:02 4b25ad75927d: Preparing 16:22:02 f6b4bed1e0a3: Preparing 16:22:02 ac377b454cdb: Preparing 16:22:02 25fe4d9a297c: Preparing 16:22:02 3dab9f8bf2d2: Preparing 16:22:02 3dab9f8bf2d2: Waiting 16:22:02 65c2f4676416: Layer already exists 16:22:02 4b25ad75927d: Layer already exists 16:22:02 ac377b454cdb: Layer already exists 16:22:02 25fe4d9a297c: Layer already exists 16:22:02 f6b4bed1e0a3: Layer already exists 16:22:02 3dab9f8bf2d2: Layer already exists 16:22:02 c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:02 Configure a credential helper to remove this warning. See 16:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:02 16:22:02 Login Succeeded 16:22:02 docker.io 16:22:03 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:03 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 16:22:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:22:03 65c2f4676416: Preparing 16:22:03 4b25ad75927d: Preparing 16:22:03 f6b4bed1e0a3: Preparing 16:22:03 ac377b454cdb: Preparing 16:22:03 25fe4d9a297c: Preparing 16:22:03 3dab9f8bf2d2: Preparing 16:22:03 3dab9f8bf2d2: Waiting 16:22:03 ac377b454cdb: Layer already exists 16:22:03 25fe4d9a297c: Layer already exists 16:22:03 4b25ad75927d: Layer already exists 16:22:03 65c2f4676416: Layer already exists 16:22:03 f6b4bed1e0a3: Layer already exists 16:22:03 3dab9f8bf2d2: Layer already exists 16:22:03 main: digest: sha256:0682d76359d835b74f006b3d33553e022dd95fa46711625eb0abc987c53dfc18 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:22:03 ===================================================== [Pipeline] echo 16:22:03 taggedImages: 16:22:03 - nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914 16:22:03 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 16:22:03 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.11 16:22:03 - nexus3.edgexfoundry.org:10004/app-record-replay:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 16:22:03 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } 16:22:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:03 Configure a credential helper to remove this warning. See 16:22:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:03 16:22:03 Login Succeeded 16:22:03 ---> docker-login.sh ends [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] } 16:22:03 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 16:22:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:22:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:22:03 ========================================================= 16:22:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:22:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:22:03 16:22:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:04 + 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 . 16:22:04 Sending build context to Docker daemon 141.3kB 16:22:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:22:04 latest: Pulling from edgex-lftools-log-publisher 16:22:04 5eb5b503b376: Pulling fs layer 16:22:04 5c69ac0246d0: Pulling fs layer 16:22:04 ec43610c2a17: Pulling fs layer 16:22:04 3a2ae6a8a46f: Pulling fs layer 16:22:04 33b1e0a273af: Pulling fs layer 16:22:04 5d3b04190fa2: Pulling fs layer 16:22:04 2f39f015ded8: Pulling fs layer 16:22:04 33b1e0a273af: Waiting 16:22:04 5d3b04190fa2: Waiting 16:22:04 2f39f015ded8: Waiting 16:22:04 5c69ac0246d0: Download complete 16:22:04 3a2ae6a8a46f: Verifying Checksum 16:22:04 3a2ae6a8a46f: Download complete 16:22:04 33b1e0a273af: Verifying Checksum 16:22:04 33b1e0a273af: Download complete 16:22:04 ec43610c2a17: Verifying Checksum 16:22:04 ec43610c2a17: Download complete 16:22:04 5d3b04190fa2: Verifying Checksum 16:22:04 5d3b04190fa2: Download complete 16:22:04 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:22:04 Step 2/12 : FROM ${BASE} AS builder 16:22:04 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:22:04 c41833b44d91: Pulling fs layer 16:22:04 ed15518f5707: Pulling fs layer 16:22:04 feae8fd75edb: Pulling fs layer 16:22:04 242c74f7c9fa: Pulling fs layer 16:22:04 3cdef696dda3: Pulling fs layer 16:22:04 2ced38df9373: Pulling fs layer 16:22:04 58f1dce35555: Pulling fs layer 16:22:04 242c74f7c9fa: Waiting 16:22:04 3cdef696dda3: Waiting 16:22:04 2ced38df9373: Waiting 16:22:04 58f1dce35555: Waiting 16:22:04 ed15518f5707: Verifying Checksum 16:22:04 ed15518f5707: Download complete 16:22:04 5eb5b503b376: Verifying Checksum 16:22:04 5eb5b503b376: Download complete 16:22:04 242c74f7c9fa: Verifying Checksum 16:22:04 242c74f7c9fa: Download complete 16:22:04 3cdef696dda3: Verifying Checksum 16:22:04 3cdef696dda3: Download complete 16:22:04 c41833b44d91: Verifying Checksum 16:22:04 c41833b44d91: Download complete 16:22:04 2f39f015ded8: Download complete 16:22:05 5eb5b503b376: Pull complete 16:22:05 c41833b44d91: Pull complete 16:22:05 5c69ac0246d0: Pull complete 16:22:06 ec43610c2a17: Pull complete 16:22:06 58f1dce35555: Verifying Checksum 16:22:06 58f1dce35555: Download complete 16:22:06 ed15518f5707: Pull complete 16:22:06 3a2ae6a8a46f: Pull complete 16:22:06 33b1e0a273af: Pull complete 16:22:06 5d3b04190fa2: Pull complete 16:22:07 feae8fd75edb: Verifying Checksum 16:22:07 feae8fd75edb: Download complete 16:22:07 2ced38df9373: Verifying Checksum 16:22:07 2ced38df9373: Download complete 16:22:10 2f39f015ded8: Pull complete 16:22:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:22:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:22:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:22:10 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:22:10 $ 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 16:22:15 $ docker top d3124402bfe27afe339786ab8f9dbdbe81c3a09a644a975ab5452ee157b7540d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:15 ---> job-cost.sh 16:22:15 lf-activate-venv: SKIPPING 16:22:15 INFO: No Stack... 16:22:16 INFO: Retrieving Pricing Info for: v3-standard-8 16:22:16 INFO: Archiving Costs [Pipeline] sh 16:22:16 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 16:22:16 + cut -d, -f6 [Pipeline] lock 16:22:16 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] 16:22:16 Resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] did not exist. Created. 16:22:16 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:22:16 + echo total: 0.2199999988079071 [Pipeline] stash 16:22:16 Stashed 1 file(s) [Pipeline] } 16:22:16 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] // lock [Pipeline] } 16:22:16 $ docker stop --time=1 d3124402bfe27afe339786ab8f9dbdbe81c3a09a644a975ab5452ee157b7540d 16:22:17 feae8fd75edb: Pull complete 16:22:17 242c74f7c9fa: Pull complete 16:22:17 3cdef696dda3: Pull complete 16:22:18 $ docker rm -f --volumes d3124402bfe27afe339786ab8f9dbdbe81c3a09a644a975ab5452ee157b7540d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:22:26 2ced38df9373: Pull complete 16:22:27 58f1dce35555: Pull complete 16:22:27 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 16:22:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:22:27 ---> fadd8f120f05 16:22:27 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:22:30 ---> Running in 68a34ea3194f 16:22:30 Removing intermediate container 68a34ea3194f 16:22:30 ---> 9808311c9f58 16:22:30 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:22:30 ---> Running in 1ac657971163 16:22:30 Removing intermediate container 1ac657971163 16:22:30 ---> 0298d0c027cb 16:22:30 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:22:30 ---> Running in dbd139335937 16:22:31 Removing intermediate container dbd139335937 16:22:31 ---> ff25e453b600 16:22:31 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:22:31 ---> Running in 3407a8bc13a6 16:22:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:22:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:22:33 OK: 263 MiB in 53 packages 16:22:34 Removing intermediate container 3407a8bc13a6 16:22:34 ---> da44e92e7cc4 16:22:34 Step 7/12 : WORKDIR /app 16:22:34 ---> Running in c2a6cddeaaa8 16:22:34 Removing intermediate container c2a6cddeaaa8 16:22:34 ---> c4d6d1cbb7ee 16:22:34 Step 8/12 : COPY go.mod vendor* ./ 16:22:35 ---> 808a18b59950 16:22:35 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:35 ---> Running in 813ed61d1aac 16:23:43 Removing intermediate container 813ed61d1aac 16:23:43 ---> 3b37d539b47c 16:23:43 Step 10/12 : COPY . . 16:23:43 ---> f80417f43eca 16:23:43 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:23:43 ---> Running in e4739009f786 16:23:43 Removing intermediate container e4739009f786 16:23:43 ---> 88eee445b960 16:23:43 Step 12/12 : RUN $MAKE 16:23:43 ---> Running in 80ecaa84997c 16:23:43 noop 16:23:43 Removing intermediate container 80ecaa84997c 16:23:43 ---> 985f5720cc52 16:23:43 Successfully built 985f5720cc52 16:23:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:43 + docker inspect -f . ci-base-image-arm64 16:23:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:23:43 prd-ubuntu20.04-docker-arm64-4c-16g-845 does not seem to be running inside a container 16:23:43 $ 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 16:23:45 $ docker top 5a3e67a3be9ba958bfa71c09f8715a2dd6e7b5f347d67c9329b2f31cbc66d9d7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:45 + go version 16:23:45 go version go1.20.2 linux/arm64 [Pipeline] } 16:23:45 $ docker stop --time=1 5a3e67a3be9ba958bfa71c09f8715a2dd6e7b5f347d67c9329b2f31cbc66d9d7 16:23:48 $ 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 16:23:48 + docker inspect -f . ci-base-image-arm64 16:23:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:23:48 prd-ubuntu20.04-docker-arm64-4c-16g-845 does not seem to be running inside a container 16:23:49 $ 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 16:23:50 $ docker top 8b14f1fddf3303bbb423264b7c93001831452917a1a6003619be39f5c5ea8356 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:50 + git config --global --add safe.directory /w/workspace/app-record-replay/12 [Pipeline] fileExists [Pipeline] sh 16:23:51 + make test 16:23:51 go test -race -coverprofile=coverage.out ./... 16:26:27 ? github.com/edgexfoundry/app-record-replay [no test files] 16:26:27 ok github.com/edgexfoundry/app-record-replay/internal/app 0.229s coverage: 76.9% of statements 16:26:29 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.289s coverage: 87.3% of statements 16:26:33 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 16:26:33 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 16:26:33 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 16:26:33 ok github.com/edgexfoundry/app-record-replay/internal/data 0.217s coverage: 27.3% of statements 16:26:33 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:26:33 go vet ./... 16:29:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:29:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:29:25 ./bin/test-attribution-txt.sh [Pipeline] echo 16:29:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:29:25 $ docker stop --time=1 8b14f1fddf3303bbb423264b7c93001831452917a1a6003619be39f5c5ea8356 16:29:29 $ docker rm -f --volumes 8b14f1fddf3303bbb423264b7c93001831452917a1a6003619be39f5c5ea8356 [Pipeline] // withDockerContainer [Pipeline] sh 16:29:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:29:31 Warning: overwriting stash ‘coverage-report’ 16:29:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:29:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:29:32 + ls -al . 16:29:32 total 148 16:29:32 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 16:23 . 16:29:32 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 16:21 .. 16:29:32 -rw-rw-r-- 1 jenkins jenkins 119 Jul 11 16:21 .dockerignore 16:29:32 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 16:21 .git 16:29:32 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:21 .github 16:29:32 -rw-rw-r-- 1 jenkins jenkins 164 Jul 11 16:21 .gitignore 16:29:32 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 16:21 .golangci.yml 16:29:32 -rw-rw-r-- 1 jenkins jenkins 10245 Jul 11 16:21 Attribution.txt 16:29:32 -rw-rw-r-- 1 jenkins jenkins 258 Jul 11 16:21 CHANGELOG.md 16:29:32 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 11 16:21 Dockerfile 16:29:32 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 16:21 GOVERNANCE.md 16:29:32 -rw-rw-r-- 1 jenkins jenkins 681 Jul 11 16:21 Jenkinsfile 16:29:32 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 11 16:21 LICENSE 16:29:32 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 11 16:21 Makefile 16:29:32 -rw-rw-r-- 1 jenkins jenkins 611 Jul 11 16:21 OWNERS.md 16:29:32 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 11 16:21 README.md 16:29:32 -rw-rw-r-- 1 jenkins jenkins 12 Jul 11 16:19 VERSION 16:29:32 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:21 bin 16:29:32 -rw-r--r-- 1 jenkins jenkins 5410 Jul 11 16:26 coverage.out 16:29:32 -rw-rw-r-- 1 jenkins jenkins 3411 Jul 11 16:21 go.mod 16:29:32 -rw-rw-r-- 1 jenkins jenkins 31491 Jul 11 16:21 go.sum 16:29:32 drwxrwxr-x 6 jenkins jenkins 4096 Jul 11 16:21 internal 16:29:32 -rw-rw-r-- 1 jenkins jenkins 913 Jul 11 16:21 main.go 16:29:32 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 16:21 pkg 16:29:32 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 16:21 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:32 + 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 . 16:29:32 Sending build context to Docker daemon 147.5kB 16:29:32 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 16:29:32 Step 2/26 : FROM ${BASE} AS builder 16:29:32 ---> 985f5720cc52 16:29:32 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:29:32 ---> Running in d0fe112809cc 16:29:33 Removing intermediate container d0fe112809cc 16:29:33 ---> 8a9e102f78b1 16:29:33 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:29:33 ---> Running in b2b68910d3fe 16:29:33 Removing intermediate container b2b68910d3fe 16:29:33 ---> c633b58b6915 16:29:33 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:29:33 ---> Running in fec8c0c3c62b 16:29:33 Removing intermediate container fec8c0c3c62b 16:29:33 ---> 4abe1f80aaa0 16:29:33 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:29:33 ---> Running in 67c274423d8d 16:29:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:29:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:29:36 OK: 263 MiB in 53 packages 16:29:37 Removing intermediate container 67c274423d8d 16:29:37 ---> 144bbd50cbac 16:29:37 Step 7/26 : WORKDIR /app 16:29:37 ---> Running in 6f691f394fc2 16:29:37 Removing intermediate container 6f691f394fc2 16:29:37 ---> 594428b9dcf2 16:29:37 Step 8/26 : COPY go.mod vendor* ./ 16:29:38 ---> 1157c36f7570 16:29:38 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:29:38 ---> Running in fbd29ade89dd 16:29:41 Removing intermediate container fbd29ade89dd 16:29:41 ---> 293fa02290e7 16:29:41 Step 10/26 : COPY . . 16:29:41 ---> cce07cae8e57 16:29:41 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:29:41 ---> Running in 5b90744ea1e3 16:29:42 Removing intermediate container 5b90744ea1e3 16:29:42 ---> 57d000633a9a 16:29:42 Step 12/26 : RUN $MAKE 16:29:42 ---> Running in 256ad055e221 16:29:43 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 16:32:04 Removing intermediate container 256ad055e221 16:32:04 ---> 59bdd45d3e8e 16:32:04 Step 13/26 : FROM alpine:3.17 16:32:04 3.17: Pulling from library/alpine 16:32:04 edb6bdbacee9: Pulling fs layer 16:32:04 edb6bdbacee9: Verifying Checksum 16:32:04 edb6bdbacee9: Download complete 16:32:04 edb6bdbacee9: Pull complete 16:32:04 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 16:32:04 Status: Downloaded newer image for alpine:3.17 16:32:04 ---> 779605e5fbc0 16:32:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:32:04 ---> Running in 4d9a53a46f94 16:32:04 Removing intermediate container 4d9a53a46f94 16:32:04 ---> 8ae07535c753 16:32:04 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 16:32:04 ---> Running in 31555db12447 16:32:04 Removing intermediate container 31555db12447 16:32:04 ---> bd8189b95571 16:32:04 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:32:04 ---> Running in a6a9b19fbd04 16:32:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:32:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:32:04 (1/2) Installing ca-certificates (20230506-r0) 16:32:04 (2/2) Installing dumb-init (1.2.5-r2) 16:32:04 Executing busybox-1.35.0-r29.trigger 16:32:04 Executing ca-certificates-20230506-r0.trigger 16:32:04 OK: 8 MiB in 17 packages 16:32:05 Removing intermediate container a6a9b19fbd04 16:32:05 ---> 8339c916acc8 16:32:05 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:32:09 ---> e92804eb75d4 16:32:09 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:32:10 ---> 6776753f1ddf 16:32:10 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:32:10 ---> 5fbc70baa01f 16:32:10 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 16:32:12 ---> ca838419444e 16:32:12 Step 21/26 : EXPOSE 59712 16:32:12 ---> Running in 881bb74566cc 16:32:12 Removing intermediate container 881bb74566cc 16:32:12 ---> fd7d7d091e09 16:32:12 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 16:32:12 ---> Running in 53a1a3a23ff4 16:32:12 Removing intermediate container 53a1a3a23ff4 16:32:12 ---> 9ea589f8221c 16:32:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:32:12 ---> Running in b741d7d28c3d 16:32:13 Removing intermediate container b741d7d28c3d 16:32:13 ---> 3785477b0ab4 16:32:13 Step 24/26 : LABEL arch=arm64 16:32:13 ---> Running in 0704273e6630 16:32:13 Removing intermediate container 0704273e6630 16:32:13 ---> 571bb9fdd77e 16:32:13 Step 25/26 : LABEL git_sha=c21995dc83c9d4518c4a60710b227f9f01242914 16:32:13 ---> Running in 0570e30bdf19 16:32:14 Removing intermediate container 0570e30bdf19 16:32:14 ---> 90ba66ac5b41 16:32:14 Step 26/26 : LABEL version=3.1.0-dev.11 16:32:14 ---> Running in 932cf56784f5 16:32:14 Removing intermediate container 932cf56784f5 16:32:14 ---> d0ab0746d115 16:32:14 [Warning] One or more build-args [ARCH] were not consumed 16:32:14 Successfully built d0ab0746d115 16:32:14 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 16:32:14 provisioning config files... 16:32:14 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/12@tmp/config1413659638034952490tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:14 ---> docker-login.sh 16:32:14 nexus3.edgexfoundry.org:10001 16:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:15 Configure a credential helper to remove this warning. See 16:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:15 16:32:15 Login Succeeded 16:32:15 nexus3.edgexfoundry.org:10002 16:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:15 Configure a credential helper to remove this warning. See 16:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:15 16:32:15 Login Succeeded 16:32:15 nexus3.edgexfoundry.org:10003 16:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:15 Configure a credential helper to remove this warning. See 16:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:15 16:32:15 Login Succeeded 16:32:15 nexus3.edgexfoundry.org:10004 16:32:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:16 Configure a credential helper to remove this warning. See 16:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:16 16:32:16 Login Succeeded 16:32:16 docker.io 16:32:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:16 Configure a credential helper to remove this warning. See 16:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:16 16:32:16 Login Succeeded 16:32:16 ---> docker-login.sh ends [Pipeline] } 16:32:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:32:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:32:16 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 16:32:16 c21995dc83c9d4518c4a60710b227f9f01242914 16:32:16 latest 16:32:16 3.1.0-dev.11 16:32:16 c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 16:32:16 main 16:32:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:17 + 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 16:32:17 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914 16:32:17 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:32:17 0ee0843d9b73: Preparing 16:32:17 b7351b71094b: Preparing 16:32:17 9dbc2f3cd98d: Preparing 16:32:17 9a912ed712f2: Preparing 16:32:17 07c50bf282df: Preparing 16:32:17 9386262d7a74: Preparing 16:32:17 9386262d7a74: Waiting 16:32:17 b7351b71094b: Pushed 16:32:17 9a912ed712f2: Pushed 16:32:17 9dbc2f3cd98d: Pushed 16:32:17 9386262d7a74: Layer already exists 16:32:17 07c50bf282df: Pushed 16:32:23 0ee0843d9b73: Pushed 16:32:23 c21995dc83c9d4518c4a60710b227f9f01242914: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:23 + 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 16:32:24 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 16:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:32:24 0ee0843d9b73: Preparing 16:32:24 b7351b71094b: Preparing 16:32:24 9dbc2f3cd98d: Preparing 16:32:24 9a912ed712f2: Preparing 16:32:24 07c50bf282df: Preparing 16:32:24 9386262d7a74: Preparing 16:32:24 9386262d7a74: Waiting 16:32:24 b7351b71094b: Layer already exists 16:32:24 9dbc2f3cd98d: Layer already exists 16:32:24 9a912ed712f2: Layer already exists 16:32:24 07c50bf282df: Layer already exists 16:32:24 0ee0843d9b73: Layer already exists 16:32:24 9386262d7a74: Layer already exists 16:32:24 latest: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:24 + 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 16:32:25 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.11 16:32:25 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:32:25 0ee0843d9b73: Preparing 16:32:25 b7351b71094b: Preparing 16:32:25 9dbc2f3cd98d: Preparing 16:32:25 9a912ed712f2: Preparing 16:32:25 07c50bf282df: Preparing 16:32:25 9386262d7a74: Preparing 16:32:25 9386262d7a74: Waiting 16:32:25 07c50bf282df: Layer already exists 16:32:25 b7351b71094b: Layer already exists 16:32:25 9dbc2f3cd98d: Layer already exists 16:32:25 0ee0843d9b73: Layer already exists 16:32:25 9a912ed712f2: Layer already exists 16:32:25 9386262d7a74: Layer already exists 16:32:25 3.1.0-dev.11: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:25 + 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 16:32:26 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 16:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:32:26 0ee0843d9b73: Preparing 16:32:26 b7351b71094b: Preparing 16:32:26 9dbc2f3cd98d: Preparing 16:32:26 9a912ed712f2: Preparing 16:32:26 07c50bf282df: Preparing 16:32:26 9386262d7a74: Preparing 16:32:26 9386262d7a74: Waiting 16:32:26 b7351b71094b: Layer already exists 16:32:26 07c50bf282df: Layer already exists 16:32:26 9a912ed712f2: Layer already exists 16:32:26 9dbc2f3cd98d: Layer already exists 16:32:26 0ee0843d9b73: Layer already exists 16:32:26 9386262d7a74: Layer already exists 16:32:26 c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:26 + 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 16:32:26 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 16:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:32:26 0ee0843d9b73: Preparing 16:32:26 b7351b71094b: Preparing 16:32:26 9dbc2f3cd98d: Preparing 16:32:26 9a912ed712f2: Preparing 16:32:26 07c50bf282df: Preparing 16:32:26 9386262d7a74: Preparing 16:32:26 9386262d7a74: Waiting 16:32:26 07c50bf282df: Layer already exists 16:32:26 9a912ed712f2: Layer already exists 16:32:26 9dbc2f3cd98d: Layer already exists 16:32:26 b7351b71094b: Layer already exists 16:32:26 0ee0843d9b73: Layer already exists 16:32:26 9386262d7a74: Layer already exists 16:32:27 main: digest: sha256:dd7bff38f7d333b15684b0fb870190fd8938f495e147bd83398f1bf0cff4ae40 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:32:27 ===================================================== [Pipeline] echo 16:32:27 taggedImages: 16:32:27 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914 16:32:27 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 16:32:27 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.11 16:32:27 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:c21995dc83c9d4518c4a60710b227f9f01242914-3.1.0-dev.11 16:32:27 - 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 16:32:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:32:27 16:32:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:32:28 arm64: Pulling from edgex-lftools-log-publisher 16:32:28 8998bd30e6a1: Pulling fs layer 16:32:28 04944245beec: Pulling fs layer 16:32:28 699f458cf7ca: Pulling fs layer 16:32:28 765212b225bb: Pulling fs layer 16:32:28 f23df028b6ca: Pulling fs layer 16:32:28 d65c8cfc05b1: Pulling fs layer 16:32:28 2437ff75d9bd: Pulling fs layer 16:32:28 765212b225bb: Waiting 16:32:28 f23df028b6ca: Waiting 16:32:28 2437ff75d9bd: Waiting 16:32:28 d65c8cfc05b1: Waiting 16:32:28 04944245beec: Verifying Checksum 16:32:28 04944245beec: Download complete 16:32:28 765212b225bb: Verifying Checksum 16:32:28 765212b225bb: Download complete 16:32:28 f23df028b6ca: Download complete 16:32:28 d65c8cfc05b1: Verifying Checksum 16:32:28 d65c8cfc05b1: Download complete 16:32:28 699f458cf7ca: Verifying Checksum 16:32:28 699f458cf7ca: Download complete 16:32:28 8998bd30e6a1: Verifying Checksum 16:32:28 8998bd30e6a1: Download complete 16:32:31 2437ff75d9bd: Verifying Checksum 16:32:31 2437ff75d9bd: Download complete 16:32:33 8998bd30e6a1: Pull complete 16:32:33 04944245beec: Pull complete 16:32:34 699f458cf7ca: Pull complete 16:32:38 765212b225bb: Pull complete 16:32:38 f23df028b6ca: Pull complete 16:32:38 d65c8cfc05b1: Pull complete 16:32:53 2437ff75d9bd: Pull complete 16:32:53 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:32:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:32:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:32:54 prd-ubuntu20.04-docker-arm64-4c-16g-845 does not seem to be running inside a container 16:32:54 $ 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 16:32:56 $ docker top 0dc05f86e52516868a064d85cc9963006beda281b9d96e59de262530424c62b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:57 ---> job-cost.sh 16:32:57 lf-activate-venv: SKIPPING 16:32:57 INFO: No Stack... 16:32:57 INFO: Retrieving Pricing Info for: v3-standard-4 16:32:58 INFO: Archiving Costs [Pipeline] sh 16:32:58 + cat /w/workspace/app-record-replay/12/archives/cost.csv 16:32:58 + cut -d, -f6 [Pipeline] lock 16:32:58 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] 16:32:58 Resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] did not exist. Created. 16:32:58 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:32:59 /w/workspace/app-record-replay/12@tmp/durable-cc277fe1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:32:59 + echo total: 0.10999999940395355 [Pipeline] stash 16:32:59 Warning: overwriting stash ‘stack-cost’ 16:32:59 Stashed 1 file(s) [Pipeline] } 16:32:59 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-12-stack-cost] [Pipeline] // lock [Pipeline] } 16:32:59 $ docker stop --time=1 0dc05f86e52516868a064d85cc9963006beda281b9d96e59de262530424c62b0 16:33:01 $ 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 16:33:01 provisioning config files... 16:33:01 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #12 16:33:01 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18105628095953396151tmp [Pipeline] { [Pipeline] sh 16:33:01 + set +x 16:33:01 + curl -s https://codecov.io/bash 16:33:01 + bash -s -- 16:33:01 16:33:01 _____ _ 16:33:01 / ____| | | 16:33:01 | | ___ __| | ___ ___ _____ __ 16:33:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:33:01 | |___| (_) | (_| | __/ (_| (_) \ V / 16:33:01 \_____\___/ \__,_|\___|\___\___/ \_/ 16:33:01 Bash-1.0.6 16:33:01 16:33:01 16:33:01 ==> git version 2.25.1 found 16:33:01 ==> 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 16:33:01 Release-Date: 2020-01-08 16:33:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:33:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:33:01 ==> Jenkins CI detected. 16:33:01 current dir:  /w/workspace/exfoundry_app-record-replay_main 16:33:01 project root: . 16:33:01 --> token set from env 16:33:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:33:01 ==> Running gcov in . (disable via -X gcov) 16:33:02 ==> Python coveragepy not found 16:33:02 ==> Searching for coverage reports in: 16:33:02 + . 16:33:02 -> Found 1 reports 16:33:02 ==> Detecting git/mercurial file structure 16:33:02 ==> Reading reports 16:33:02 + ./coverage.out bytes=5410 16:33:02 ==> Appending adjustments 16:33:02 https://docs.codecov.io/docs/fixing-reports 16:33:02 + Found adjustments 16:33:02 ==> Gzipping contents 16:33:02 4.0K /tmp/codecov.3lsXcs.gz 16:33:02 ==> Uploading reports 16:33:02 url: https://codecov.io 16:33:02 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= 16:33:02 -> Pinging Codecov 16:33:02 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= 16:33:02 Invalid request parameters 16:33:02 400 [Pipeline] } 16:33:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:33:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:33:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:02 16:33:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:33:02 df9b9388f04a: Pulling fs layer 16:33:02 52dc419b0ee2: Pulling fs layer 16:33:02 25bc292e5bac: Pulling fs layer 16:33:02 114826534d7a: Pulling fs layer 16:33:02 4657fd5d0bcf: Pulling fs layer 16:33:02 6ad1cebc031e: Pulling fs layer 16:33:02 8a3aa393b2d8: Pulling fs layer 16:33:02 114826534d7a: Waiting 16:33:02 4657fd5d0bcf: Waiting 16:33:02 8a3aa393b2d8: Waiting 16:33:02 6ad1cebc031e: Waiting 16:33:02 25bc292e5bac: Download complete 16:33:02 52dc419b0ee2: Verifying Checksum 16:33:02 52dc419b0ee2: Download complete 16:33:02 4657fd5d0bcf: Verifying Checksum 16:33:02 4657fd5d0bcf: Download complete 16:33:02 df9b9388f04a: Download complete 16:33:03 6ad1cebc031e: Verifying Checksum 16:33:03 6ad1cebc031e: Download complete 16:33:03 df9b9388f04a: Pull complete 16:33:03 52dc419b0ee2: Pull complete 16:33:03 25bc292e5bac: Pull complete 16:33:03 114826534d7a: Verifying Checksum 16:33:03 114826534d7a: Download complete 16:33:03 8a3aa393b2d8: Download complete 16:33:07 114826534d7a: Pull complete 16:33:07 4657fd5d0bcf: Pull complete 16:33:07 6ad1cebc031e: Pull complete 16:33:11 8a3aa393b2d8: Pull complete 16:33:11 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:33:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:11 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:33:11 $ 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 16:33:16 $ docker top 425ae1051edb6f03dc2bf575d4a381d4b76449d96c91b65cee3bf39c99249add -eo pid,comm [Pipeline] { [Pipeline] echo 16:33:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 16:33:16 + set -o pipefail 16:33:16 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 16:33:20 16:33:20 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 16:33:20 16:33:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/cd4b4ceb-8393-418d-beee-a3c9f214caa9 16:33:20 16:33:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:33:20 16:33:20 16:33:20 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:33:20 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:33:20 More details here: https://snyk.co/ue1NS 16:33:20 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 16:33:20 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:33:20 $ docker stop --time=1 425ae1051edb6f03dc2bf575d4a381d4b76449d96c91b65cee3bf39c99249add 16:33:24 $ 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 16:33:24 + git log --format=format:%s -1 c21995dc83c9d4518c4a60710b227f9f01242914 [Pipeline] sh 16:33:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:33:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:33:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:25 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:33:25 $ 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 16:33:25 $ docker top dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d -eo pid,comm 16:33:26 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). 16:33:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:26 [ssh-agent] Looking for ssh-agent implementation... 16:33:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:26 $ docker exec dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d ssh-agent 16:33:26 SSH_AUTH_SOCK=/tmp/ssh-wAuDQWZbvcPQ/agent.32 16:33:26 SSH_AGENT_PID=38 16:33:26 Running ssh-add (command line suppressed) 16:33:26 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) 16:33:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:26 + git semver tag 16:33:26 2023-07-11 16:33:26,841 [run_tag] DEBUG tag force:False 16:33:26 2023-07-11 16:33:26,841 [check_head_tag] DEBUG check head tag 16:33:26 2023-07-11 16:33:26,841 [execute] INFO git cat-file --batch-check 16:33:26 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=) 16:33:26 2023-07-11 16:33:26,846 [execute] INFO git cat-file --batch 16:33:26 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=) 16:33:26 2023-07-11 16:33:26,852 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:33:26 2023-07-11 16:33:26,852 [execute] INFO git tag -a v3.1.0-dev.11 -m v3.1.0-dev.11 16:33:26 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) 16:33:26 2023-07-11 16:33:26,856 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:33:26 3.1.0-dev.11 [Pipeline] } 16:33:26 $ docker exec --env ******** --env ******** dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d ssh-agent -k 16:33:27 unset SSH_AUTH_SOCK; 16:33:27 unset SSH_AGENT_PID; 16:33:27 echo Agent pid 38 killed; 16:33:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:27 + git semver [Pipeline] } 16:33:27 $ docker stop --time=1 dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d 16:33:28 $ docker rm -f --volumes dd2d2e4f96be282130823bc649f517b5872fafc61086e16f67038e7c233c434d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:33:29 16:33:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:33:29 0.23.1-centos7: Pulling from edgex-lftools 16:33:29 ab5ef0e58194: Pulling fs layer 16:33:29 9712f1f96733: Pulling fs layer 16:33:29 63f879dbbcfc: Pulling fs layer 16:33:29 0d9ebad4ef96: Pulling fs layer 16:33:29 e9a5061849ea: Pulling fs layer 16:33:29 d747dcd14b5f: Pulling fs layer 16:33:29 2de7ff778b66: Pulling fs layer 16:33:29 e9a5061849ea: Waiting 16:33:29 2de7ff778b66: Waiting 16:33:29 0d9ebad4ef96: Waiting 16:33:29 d747dcd14b5f: Waiting 16:33:29 9712f1f96733: Verifying Checksum 16:33:29 9712f1f96733: Download complete 16:33:29 63f879dbbcfc: Verifying Checksum 16:33:29 63f879dbbcfc: Download complete 16:33:30 e9a5061849ea: Verifying Checksum 16:33:30 e9a5061849ea: Download complete 16:33:30 d747dcd14b5f: Verifying Checksum 16:33:30 d747dcd14b5f: Download complete 16:33:30 0d9ebad4ef96: Verifying Checksum 16:33:30 0d9ebad4ef96: Download complete 16:33:30 ab5ef0e58194: Download complete 16:33:30 2de7ff778b66: Verifying Checksum 16:33:30 2de7ff778b66: Download complete 16:33:32 ab5ef0e58194: Pull complete 16:33:32 9712f1f96733: Pull complete 16:33:33 63f879dbbcfc: Pull complete 16:33:37 0d9ebad4ef96: Pull complete 16:33:37 e9a5061849ea: Pull complete 16:33:37 d747dcd14b5f: Pull complete 16:33:38 2de7ff778b66: Pull complete 16:33:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:33:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:38 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:33:38 $ 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 16:33:44 $ docker top 8486d43246fbcd45c46560f4458a33f6d4391f6d62aac8c10e9e3e738c274c3b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:33:44 provisioning config files... 16:33:44 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14257331232255442714tmp 16:33:44 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14446290665100833074tmp 16:33:45 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7902435424042841085tmp [Pipeline] { [Pipeline] echo 16:33:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:33:45 ---> sigul-configuration.sh 16:33:45 gpg: directory `/root/.gnupg' created 16:33:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:33:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:33:45 gpg: keyring `/root/.gnupg/secring.gpg' created 16:33:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:33:45 gpg: CAST5 encrypted data 16:33:45 gpg: encrypted with 1 passphrase 16:33:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:33:45 + mkdir /home/jenkins 16:33:45 + mkdir /home/jenkins/sigul [Pipeline] sh 16:33:45 + 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 16:33:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:33:46 ---> sigul-install.sh 16:33:46 Sigul already installed; skipping installation. [Pipeline] sh 16:33:46 + git tag --list 16:33:46 v3.1.0-dev.0 16:33:46 v3.1.0-dev.1 16:33:46 v3.1.0-dev.10 16:33:46 v3.1.0-dev.11 16:33:46 v3.1.0-dev.2 16:33:46 v3.1.0-dev.3 16:33:46 v3.1.0-dev.4 16:33:46 v3.1.0-dev.5 16:33:46 v3.1.0-dev.6 16:33:46 v3.1.0-dev.7 16:33:46 v3.1.0-dev.8 16:33:46 v3.1.0-dev.9 [Pipeline] sh 16:33:46 + lftools sign git-tag v3.1.0-dev.11 16:33:47 Signing Git tag with Sigul... 16:33:47 Signing v3.1.0-dev.11 [Pipeline] echo 16:33:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:33:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:33:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:33:47 $ docker stop --time=1 8486d43246fbcd45c46560f4458a33f6d4391f6d62aac8c10e9e3e738c274c3b 16:33:49 $ 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 16:33:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:33:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:33:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:49 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:33:49 $ 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 16:33:50 $ docker top fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a -eo pid,comm 16:33:50 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). 16:33:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:50 [ssh-agent] Looking for ssh-agent implementation... 16:33:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:50 $ docker exec fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a ssh-agent 16:33:50 SSH_AUTH_SOCK=/tmp/ssh-ZXYsZxpfbh1j/agent.33 16:33:50 SSH_AGENT_PID=39 16:33:50 Running ssh-add (command line suppressed) 16:33:50 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) 16:33:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:51 + git semver bump pre 16:33:51 2023-07-11 16:33:51,228 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:33:51 2023-07-11 16:33:51,228 [bump_version] DEBUG bumping version:3.1.0-dev.11 on axis:pre with prefix:dev 16:33:51 2023-07-11 16:33:51,228 [bump_version] DEBUG bumped version:3.1.0-dev.12 16:33:51 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 16:33:51 2023-07-11 16:33:51,228 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:33:51 2023-07-11 16:33:51,228 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 16:33:51 2023-07-11 16:33:51,230 [execute] INFO git cat-file --batch-check 16:33:51 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=) 16:33:51 2023-07-11 16:33:51,236 [execute] INFO git cat-file --batch 16:33:51 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=) 16:33:51 2023-07-11 16:33:51,241 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:33:51 3.1.0-dev.12 [Pipeline] } 16:33:51 $ docker exec --env ******** --env ******** fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a ssh-agent -k 16:33:51 unset SSH_AUTH_SOCK; 16:33:51 unset SSH_AGENT_PID; 16:33:51 echo Agent pid 39 killed; 16:33:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:51 + git semver [Pipeline] } 16:33:51 $ docker stop --time=1 fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a 16:33:53 $ docker rm -f --volumes fedb0720cf91b9a7b5c929a5d1cb5f8eb65fa84dfef20f44e5c0eb9fc62fe19a [Pipeline] // withDockerContainer [Pipeline] sh 16:33:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:33:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:33:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:53 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:33:53 $ 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 16:33:54 $ docker top b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 -eo pid,comm 16:33:54 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). 16:33:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:54 [ssh-agent] Looking for ssh-agent implementation... 16:33:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:54 $ docker exec b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 ssh-agent 16:33:54 SSH_AUTH_SOCK=/tmp/ssh-JuB8RR9BGnml/agent.32 16:33:54 SSH_AGENT_PID=38 16:33:54 Running ssh-add (command line suppressed) 16:33:54 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) 16:33:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:54 + git semver push 16:33:55 2023-07-11 16:33:55,122 [run_push] DEBUG push 16:33:55 2023-07-11 16:33:55,123 [execute] INFO git cat-file --batch-check 16:33:55 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=) 16:33:55 2023-07-11 16:33:55,127 [execute] INFO git rev-list e2a23152911e8126b1cc38cf4a50dc574a7dae63 -- 16:33:55 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) 16:33:55 2023-07-11 16:33:55,131 [execute] INFO git fetch -v origin 16:33:55 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) 16:33:55 2023-07-11 16:33:55,626 [run_push] DEBUG no remote changes detected 16:33:55 2023-07-11 16:33:55,627 [execute] INFO git push origin semver 16:33:55 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) 16:33:56 2023-07-11 16:33:56,555 [run_push] DEBUG push all version tags 16:33:56 2023-07-11 16:33:56,556 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:33:56 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) 16:33:57 2023-07-11 16:33:57,636 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:33:57 3.1.0-dev.12 [Pipeline] } 16:33:57 $ docker exec --env ******** --env ******** b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 ssh-agent -k 16:33:57 unset SSH_AUTH_SOCK; 16:33:57 unset SSH_AGENT_PID; 16:33:57 echo Agent pid 38 killed; 16:33:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:58 + git semver [Pipeline] } 16:33:58 $ docker stop --time=1 b04460a6265f24fdb593f090beddf16735645443d4ad70438cc04406640a3473 16:33:59 $ 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 16:34:00 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 16:34:00 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 16:34:00 total 16 16:34:00 drwxr-xr-x 3 root root 4096 Jul 11 16:22 . 16:34:00 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 16:33 .. 16:34:00 drwxr-xr-x 2 root root 4096 Jul 11 16:22 cost 16:34:00 -rw-r--r-- 1 root root 88 Jul 11 16:22 cost.csv 16:34:00 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 16:34:00 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 16:34:00 total 16 16:34:00 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 16:22 . 16:34:00 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 16:33 .. 16:34:00 drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 16:22 cost 16:34:00 -rw-r--r-- 1 jenkins jenkins 88 Jul 11 16:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:34:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:34:01 ---> package-listing.sh 16:34:01 ++ facter osfamily 16:34:01 ++ tr '[:upper:]' '[:lower:]' 16:34:01 + OS_FAMILY=debian 16:34:01 + workspace=/w/workspace/exfoundry_app-record-replay_main 16:34:01 + START_PACKAGES=/tmp/packages_start.txt 16:34:01 + END_PACKAGES=/tmp/packages_end.txt 16:34:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:34:01 + PACKAGES=/tmp/packages_start.txt 16:34:01 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 16:34:01 + PACKAGES=/tmp/packages_end.txt 16:34:01 + case "${OS_FAMILY}" in 16:34:01 + dpkg -l 16:34:01 + grep '^ii' 16:34:01 + '[' -f /tmp/packages_start.txt ']' 16:34:01 + '[' -f /tmp/packages_end.txt ']' 16:34:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:34:01 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 16:34:01 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 16:34:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 16:34:01 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 16:34:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:34:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:02 prd-ubuntu20.04-docker-8c-8g-843 does not seem to be running inside a container 16:34:02 $ 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 16:34:02 $ docker top cc315d4331023af0e7ca32d808965b7685e87e86eea8f2a4afbea44368524ddb -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:03 + touch /tmp/pre-build-complete [Pipeline] sh 16:34:03 + mkdir -p /var/log/sysstat [Pipeline] sh 16:34:03 + ls /var/log/sa-host 16:34:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:34:04 provisioning config files... 16:34:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1962095416599019323tmp [Pipeline] { [Pipeline] echo 16:34:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:34:04 ---> create-netrc.sh [Pipeline] } 16:34:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:34:04 ---> python-tools-install.sh [Pipeline] echo 16:34:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:34:04 ---> sudo-logs.sh 16:34:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:34:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:34:05 ---> job-cost.sh 16:34:05 lf-activate-venv: SKIPPING 16:34:05 DEBUG: total: 0.2199999988079071 16:34:05 INFO: Retrieving Stack Cost... 16:34:05 INFO: Retrieving Pricing Info for: v3-standard-8 16:34:06 INFO: Archiving Costs [Pipeline] echo 16:34:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:34:06 ---> logs-deploy.sh 16:34:06 lf-activate-venv: SKIPPING 16:34:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/12 16:34:06 INFO: archiving workspace using pattern(s): 16:34:07 Archives upload complete. 16:34:07 INFO: archiving logs to Nexus