Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7ea3b939812038991b3dc7da588e54d072d9f236 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16562804517825760380.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh18089047937194298142.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13297772951957240166.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh488619152653902917.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12491302949015260565.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-2602 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7ea3b939812038991b3dc7da588e54d072d9f236 (main) Commit message: "Merge pull request #51 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.13" > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ea3b939812038991b3dc7da588e54d072d9f236 # timeout=10 > git rev-list --no-walk 9956db4fa5abfed98576078f3cd0c7b12bdb8029 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:37:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:37:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:37:28 ========================================================= 17:37:28 EdgeX Global Pipelines Version Info 17:37:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:37:29 ------------------- 17:37:29 stable info: 17:37:29 ------------------- 17:37:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:37:29 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 17:37:29 Message: update stable to v1.0.250 17:37:29 ------------------- 17:37:29 experimental info: 17:37:29 ------------------- 17:37:29 Commited By: **** collab-it+edgex@linuxfoundation.org 17:37:29 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 17:37:29 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:37:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ea3b93 [Pipeline] echo 17:37:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:37:30 provisioning config files... 17:37:30 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1251576978670636678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:37:30 ---> docker-login.sh 17:37:30 nexus3.edgexfoundry.org:10001 17:37:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:30 Configure a credential helper to remove this warning. See 17:37:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:30 17:37:30 Login Succeeded 17:37:30 nexus3.edgexfoundry.org:10002 17:37:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:30 Configure a credential helper to remove this warning. See 17:37:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:30 17:37:30 Login Succeeded 17:37:30 nexus3.edgexfoundry.org:10003 17:37:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:31 Configure a credential helper to remove this warning. See 17:37:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:31 17:37:31 Login Succeeded 17:37:31 nexus3.edgexfoundry.org:10004 17:37:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:31 Configure a credential helper to remove this warning. See 17:37:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:31 17:37:31 Login Succeeded 17:37:31 docker.io 17:37:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:31 Configure a credential helper to remove this warning. See 17:37:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:31 17:37:31 Login Succeeded 17:37:31 ---> docker-login.sh ends [Pipeline] } 17:37:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:37:32 + git rev-list -1 --merges 7ea3b939812038991b3dc7da588e54d072d9f236~1..7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo 17:37:32 -----------> git rev-list -1 --merges 7ea3b939812038991b3dc7da588e54d072d9f236~1..7ea3b939812038991b3dc7da588e54d072d9f236 7ea3b939812038991b3dc7da588e54d072d9f236 17:37:32 7ea3b939812038991b3dc7da588e54d072d9f236 [false] [Pipeline] sh 17:37:32 + git log --format=format:%s -1 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo 17:37:32 ========================================================= 17:37:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:37:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:37:32 + git log --format=format:%s -1 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] echo 17:37:32 [semverPrep] GIT_COMMIT: 7ea3b939812038991b3dc7da588e54d072d9f236, Commit Message: Merge pull request #51 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.13 [Pipeline] echo 17:37:32 [semverPrep] This is not a build commit. [Pipeline] sh 17:37:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:37:33 + grep -v github /etc/ssh/ssh_known_hosts 17:37:33 + [ -e /tmp/ssh_known_hosts ] 17:37:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:37:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:37:33 + sudo tee -a /etc/ssh/ssh_known_hosts 17:37:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:37:33 17:37:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:37:33 0.1.4: Pulling from edgex-devops/py-git-semver 17:37:33 b85a868b505f: Pulling fs layer 17:37:33 e2be974225ed: Pulling fs layer 17:37:33 339a4e72a1f5: Pulling fs layer 17:37:33 988bab9f4d93: Pulling fs layer 17:37:33 1469e6f7b9e6: Pulling fs layer 17:37:33 eaf3925da568: Pulling fs layer 17:37:33 bab4dde63d76: Pulling fs layer 17:37:33 bde34c3a00c8: Pulling fs layer 17:37:33 b352a97aabf1: Pulling fs layer 17:37:33 4872d77fe225: Pulling fs layer 17:37:33 5851b861e8e6: Pulling fs layer 17:37:33 1469e6f7b9e6: Waiting 17:37:33 eaf3925da568: Waiting 17:37:33 bab4dde63d76: Waiting 17:37:33 bde34c3a00c8: Waiting 17:37:33 b352a97aabf1: Waiting 17:37:33 5851b861e8e6: Waiting 17:37:33 4872d77fe225: Waiting 17:37:33 988bab9f4d93: Waiting 17:37:33 e2be974225ed: Download complete 17:37:33 988bab9f4d93: Verifying Checksum 17:37:33 988bab9f4d93: Download complete 17:37:33 1469e6f7b9e6: Verifying Checksum 17:37:33 1469e6f7b9e6: Download complete 17:37:34 339a4e72a1f5: Verifying Checksum 17:37:34 339a4e72a1f5: Download complete 17:37:34 eaf3925da568: Download complete 17:37:34 bde34c3a00c8: Verifying Checksum 17:37:34 bde34c3a00c8: Download complete 17:37:34 b352a97aabf1: Verifying Checksum 17:37:34 b352a97aabf1: Download complete 17:37:34 4872d77fe225: Verifying Checksum 17:37:34 4872d77fe225: Download complete 17:37:34 5851b861e8e6: Verifying Checksum 17:37:34 5851b861e8e6: Download complete 17:37:34 b85a868b505f: Download complete 17:37:34 bab4dde63d76: Verifying Checksum 17:37:34 bab4dde63d76: Download complete 17:37:35 b85a868b505f: Pull complete 17:37:35 e2be974225ed: Pull complete 17:37:36 339a4e72a1f5: Pull complete 17:37:36 988bab9f4d93: Pull complete 17:37:36 1469e6f7b9e6: Pull complete 17:37:36 eaf3925da568: Pull complete 17:37:38 bab4dde63d76: Pull complete 17:37:38 bde34c3a00c8: Pull complete 17:37:38 b352a97aabf1: Pull complete 17:37:38 4872d77fe225: Pull complete 17:37:38 5851b861e8e6: Pull complete 17:37:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:37:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:37:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:37:38 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:37:41 $ docker top d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b -eo pid,comm 17:37:41 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). 17:37:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:37:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:37:41 [ssh-agent] Looking for ssh-agent implementation... 17:37:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:37:41 $ docker exec d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent 17:37:41 SSH_AUTH_SOCK=/tmp/ssh-2ZoKlbhEANcC/agent.31 17:37:41 SSH_AGENT_PID=37 17:37:41 Running ssh-add (command line suppressed) 17:37:41 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16454875918233565308.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16454875918233565308.key) 17:37:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:37:41 + git tag --points-at HEAD [Pipeline] } 17:37:41 $ docker exec --env ******** --env ******** d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent -k 17:37:41 unset SSH_AUTH_SOCK; 17:37:41 unset SSH_AGENT_PID; 17:37:41 echo Agent pid 37 killed; 17:37:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:37:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:37:41 [ssh-agent] Looking for ssh-agent implementation... 17:37:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:37:42 $ docker exec d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent 17:37:42 SSH_AUTH_SOCK=/tmp/ssh-m8qg86hfQ3lm/agent.69 17:37:42 SSH_AGENT_PID=75 17:37:42 Running ssh-add (command line suppressed) 17:37:42 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2610416813069860841.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2610416813069860841.key) 17:37:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:37:42 + git semver init 17:37:42 2023-07-31 17:37:42,714 [run_init] DEBUG init version:0.0.0 force:False 17:37:42 2023-07-31 17:37:42,715 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 17:37:42 2023-07-31 17:37:42,716 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 17:37:42 2023-07-31 17:37:42,716 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 17:37:43 2023-07-31 17:37:43,299 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 17:37:43 2023-07-31 17:37:43,300 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 17:37:43 2023-07-31 17:37:43,300 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:37:43 2023-07-31 17:37:43,300 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:37:43 3.1.0-dev.26 [Pipeline] } 17:37:43 $ docker exec --env ******** --env ******** d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b ssh-agent -k 17:37:43 unset SSH_AUTH_SOCK; 17:37:43 unset SSH_AGENT_PID; 17:37:43 echo Agent pid 75 killed; 17:37:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:37:43 + git semver [Pipeline] } 17:37:44 $ docker stop --time=1 d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b 17:37:45 $ docker rm -f --volumes d862f0606d17b0e719359e6888b86ad7d5b591f5e51f26d56bf502a51c62202b [Pipeline] // withDockerContainer [Pipeline] sh 17:37:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:37:45 Stashed 1 file(s) [Pipeline] echo 17:37:45 [edgeXSemver]: initialized semver on version 3.1.0-dev.26 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:37:46 provisioning config files... 17:37:46 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15616147349932122967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:37:46 ---> docker-login.sh 17:37:46 nexus3.edgexfoundry.org:10001 17:37:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:46 Configure a credential helper to remove this warning. See 17:37:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:46 17:37:46 Login Succeeded 17:37:46 nexus3.edgexfoundry.org:10002 17:37:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:46 Configure a credential helper to remove this warning. See 17:37:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:46 17:37:46 Login Succeeded 17:37:46 nexus3.edgexfoundry.org:10003 17:37:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:46 Configure a credential helper to remove this warning. See 17:37:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:46 17:37:46 Login Succeeded 17:37:46 nexus3.edgexfoundry.org:10004 17:37:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:46 Configure a credential helper to remove this warning. See 17:37:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:46 17:37:46 Login Succeeded 17:37:46 docker.io 17:37:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:46 Configure a credential helper to remove this warning. See 17:37:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:46 17:37:46 Login Succeeded 17:37:46 ---> docker-login.sh ends [Pipeline] } 17:37:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:37:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:37:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:37:46 ========================================================= 17:37:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 17:37:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:47 + 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 . 17:37:47 Sending build context to Docker daemon 396.8kB 17:37:47 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 17:37:47 Step 2/12 : FROM ${BASE} AS builder 17:37:47 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 17:37:47 4db1b89c0bd1: Pulling fs layer 17:37:47 6911f1a30b25: Pulling fs layer 17:37:47 e194b8c5c2a9: Pulling fs layer 17:37:47 6863d3e3a2b1: Pulling fs layer 17:37:47 ec0bb842ea78: Pulling fs layer 17:37:47 40a00589a448: Pulling fs layer 17:37:47 6c08303d61cc: Pulling fs layer 17:37:47 798269fcf238: Pulling fs layer 17:37:47 6863d3e3a2b1: Waiting 17:37:47 6c08303d61cc: Waiting 17:37:47 798269fcf238: Waiting 17:37:47 ec0bb842ea78: Waiting 17:37:47 40a00589a448: Waiting 17:37:47 6911f1a30b25: Download complete 17:37:47 6863d3e3a2b1: Download complete 17:37:47 ec0bb842ea78: Download complete 17:37:47 4db1b89c0bd1: Verifying Checksum 17:37:47 4db1b89c0bd1: Download complete 17:37:47 40a00589a448: Verifying Checksum 17:37:47 40a00589a448: Download complete 17:37:47 4db1b89c0bd1: Pull complete 17:37:47 6911f1a30b25: Pull complete 17:37:48 798269fcf238: Verifying Checksum 17:37:48 798269fcf238: Download complete 17:37:48 e194b8c5c2a9: Verifying Checksum 17:37:48 e194b8c5c2a9: Download complete 17:37:48 6c08303d61cc: Verifying Checksum 17:37:48 6c08303d61cc: Download complete 17:37:51 e194b8c5c2a9: Pull complete 17:37:51 6863d3e3a2b1: Pull complete 17:37:51 ec0bb842ea78: Pull complete 17:37:51 40a00589a448: Pull complete 17:37:54 6c08303d61cc: Pull complete 17:37:55 798269fcf238: Pull complete 17:37:55 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 17:37:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:37:55 ---> ec979cd7f677 17:37:55 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:37:58 ---> Running in 05c32021f6de 17:37:58 Removing intermediate container 05c32021f6de 17:37:58 ---> 49218a3237fc 17:37:58 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:37:58 ---> Running in 393123eeaa00 17:37:58 Removing intermediate container 393123eeaa00 17:37:58 ---> c0ab55f89c46 17:37:58 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:37:58 ---> Running in a19c2d4eff0c 17:37:58 Removing intermediate container a19c2d4eff0c 17:37:58 ---> f42c6bbe2443 17:37:58 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:37:58 ---> Running in 1fc8e513dc33 17:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:37:59 OK: 265 MiB in 53 packages 17:37:59 Removing intermediate container 1fc8e513dc33 17:37:59 ---> 02ce4dc2ecdb 17:37:59 Step 7/12 : WORKDIR /app 17:37:59 ---> Running in f2a9c1bf89d4 17:37:59 Removing intermediate container f2a9c1bf89d4 17:37:59 ---> e074b8ce14a8 17:37:59 Step 8/12 : COPY go.mod vendor* ./ 17:38:00 ---> 7754b3265a64 17:38:00 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:38:00 ---> Running in 48ba689e0d53 17:38:01 Still waiting to schedule task 17:38:01 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 17:38:26 Removing intermediate container 48ba689e0d53 17:38:26 ---> ce0cfa70b748 17:38:26 Step 10/12 : COPY . . 17:38:26 ---> 6a242e82ea42 17:38:26 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:38:26 ---> Running in 4ae262ce592a 17:38:26 Removing intermediate container 4ae262ce592a 17:38:26 ---> 2df9efd94767 17:38:26 Step 12/12 : RUN $MAKE 17:38:26 ---> Running in fd95be2894a7 17:38:26 noop 17:38:26 Removing intermediate container fd95be2894a7 17:38:26 ---> 80eaa8de1e12 17:38:26 Successfully built 80eaa8de1e12 17:38:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:38:27 + docker inspect -f . ci-base-image-x86_64 17:38:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:38:27 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:38:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:38:27 $ docker top a450a252c0493118b2193bf9525440036ecd8c5ead10bf2e4f7650e65a82cdc8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:27 + go version 17:38:27 go version go1.20.6 linux/amd64 [Pipeline] } 17:38:27 $ docker stop --time=1 a450a252c0493118b2193bf9525440036ecd8c5ead10bf2e4f7650e65a82cdc8 17:38:29 $ docker rm -f --volumes a450a252c0493118b2193bf9525440036ecd8c5ead10bf2e4f7650e65a82cdc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:38:29 + docker inspect -f . ci-base-image-x86_64 17:38:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:38:29 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:38:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:38:30 $ docker top 025ed34d0c59bf6ffd95641aca643180341aaaf51a504e8941e293937990c121 -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:30 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 17:38:30 + make test 17:38:30 go test -race -coverprofile=coverage.out ./... 17:38:52 ? github.com/edgexfoundry/app-record-replay [no test files] 17:38:52 ok github.com/edgexfoundry/app-record-replay/internal/app 0.056s coverage: 87.5% of statements 17:38:52 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 17:38:52 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 17:38:52 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 17:38:52 ok github.com/edgexfoundry/app-record-replay/internal/application 0.076s coverage: 95.3% of statements 17:38:52 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.095s coverage: 85.6% of statements 17:39:14 go vet ./... 17:39:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:39:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:39:17 ./bin/test-attribution-txt.sh [Pipeline] echo 17:39:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:39:17 $ docker stop --time=1 025ed34d0c59bf6ffd95641aca643180341aaaf51a504e8941e293937990c121 17:39:20 $ docker rm -f --volumes 025ed34d0c59bf6ffd95641aca643180341aaaf51a504e8941e293937990c121 [Pipeline] // withDockerContainer [Pipeline] sh 17:39:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:39:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:39:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:39:22 + ls -al . 17:39:22 total 168 17:39:22 drwxrwxr-x 9 jenkins jenkins 4096 Jul 31 17:38 . 17:39:22 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 17:37 .. 17:39:22 -rw-rw-r-- 1 jenkins jenkins 119 Jul 31 17:37 .dockerignore 17:39:22 drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 17:37 .git 17:39:22 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:37 .github 17:39:22 -rw-rw-r-- 1 jenkins jenkins 164 Jul 31 17:37 .gitignore 17:39:22 -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 17:37 .golangci.yml 17:39:22 drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 17:37 .semver 17:39:22 -rw-rw-r-- 1 jenkins jenkins 10642 Jul 31 17:37 Attribution.txt 17:39:22 -rw-rw-r-- 1 jenkins jenkins 258 Jul 31 17:37 CHANGELOG.md 17:39:22 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 31 17:37 Dockerfile 17:39:22 -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 17:37 GOVERNANCE.md 17:39:22 -rw-rw-r-- 1 jenkins jenkins 681 Jul 31 17:37 Jenkinsfile 17:39:22 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 31 17:37 LICENSE 17:39:22 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 31 17:37 Makefile 17:39:22 -rw-rw-r-- 1 jenkins jenkins 611 Jul 31 17:37 OWNERS.md 17:39:22 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 31 17:37 README.md 17:39:22 -rw-rw-r-- 1 jenkins jenkins 4285 Jul 31 17:37 Record and Reply.postman_collection.json 17:39:22 -rw-rw-r-- 1 jenkins jenkins 12 Jul 31 17:37 VERSION 17:39:22 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:37 bin 17:39:22 -rw-r--r-- 1 jenkins jenkins 11988 Jul 31 17:38 coverage.out 17:39:22 -rw-rw-r-- 1 jenkins jenkins 3680 Jul 31 17:37 go.mod 17:39:22 -rw-rw-r-- 1 jenkins jenkins 32847 Jul 31 17:37 go.sum 17:39:22 drwxrwxr-x 6 jenkins jenkins 4096 Jul 31 17:37 internal 17:39:22 -rw-rw-r-- 1 jenkins jenkins 913 Jul 31 17:37 main.go 17:39:22 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 17:37 pkg 17:39:22 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:37 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:22 + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7ea3b939812038991b3dc7da588e54d072d9f236 --label arch=amd64 --label version=3.1.0-dev.26 . 17:39:22 Sending build context to Docker daemon 409.6kB 17:39:22 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 17:39:22 Step 2/26 : FROM ${BASE} AS builder 17:39:22 ---> 80eaa8de1e12 17:39:22 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 17:39:22 ---> Running in ea68700fba0e 17:39:22 Removing intermediate container ea68700fba0e 17:39:22 ---> f8e197b6546d 17:39:22 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 17:39:22 ---> Running in 5bcdd0ed25e0 17:39:22 Removing intermediate container 5bcdd0ed25e0 17:39:22 ---> e67f553109ea 17:39:22 Step 5/26 : ARG ADD_BUILD_TAGS="" 17:39:22 ---> Running in 156b269cb480 17:39:22 Removing intermediate container 156b269cb480 17:39:22 ---> 6e36ee7d4aed 17:39:22 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:39:22 ---> Running in 30ac749d867e 17:39:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:39:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:39:23 OK: 265 MiB in 53 packages 17:39:24 Removing intermediate container 30ac749d867e 17:39:24 ---> c9bd29b8d509 17:39:24 Step 7/26 : WORKDIR /app 17:39:24 ---> Running in 03e16523b9a9 17:39:24 Removing intermediate container 03e16523b9a9 17:39:24 ---> 31a5f618ea16 17:39:24 Step 8/26 : COPY go.mod vendor* ./ 17:39:24 ---> c502c672e8ae 17:39:24 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:39:24 ---> Running in 15e5117d109f 17:39:25 Removing intermediate container 15e5117d109f 17:39:25 ---> 29f6829ccb6c 17:39:25 Step 10/26 : COPY . . 17:39:25 ---> 2bb712351c44 17:39:25 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:39:25 ---> Running in 2d22a09a1725 17:39:25 Removing intermediate container 2d22a09a1725 17:39:25 ---> 1d6d82d8da5b 17:39:25 Step 12/26 : RUN $MAKE 17:39:25 ---> Running in 95cf52d153f7 17:39:25 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.26" -trimpath -mod=readonly -o app-record-replay 17:39:47 Removing intermediate container 95cf52d153f7 17:39:47 ---> c3b7c25e2883 17:39:47 Step 13/26 : FROM alpine:3.17 17:39:47 3.17: Pulling from library/alpine 17:39:47 4db1b89c0bd1: Already exists 17:39:47 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 17:39:47 Status: Downloaded newer image for alpine:3.17 17:39:47 ---> 1f73a9d63274 17:39:47 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:39:47 ---> Running in 9b4c626fa9cf 17:39:47 Removing intermediate container 9b4c626fa9cf 17:39:47 ---> 2b710e3d7a2c 17:39:47 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 17:39:47 ---> Running in 71e4b99303ea 17:39:47 Removing intermediate container 71e4b99303ea 17:39:47 ---> cde9c68975cc 17:39:47 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 17:39:47 ---> Running in efdb3d85533a 17:39:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:39:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:39:47 (1/2) Installing ca-certificates (20230506-r0) 17:39:47 (2/2) Installing dumb-init (1.2.5-r2) 17:39:47 Executing busybox-1.35.0-r29.trigger 17:39:47 Executing ca-certificates-20230506-r0.trigger 17:39:47 OK: 8 MiB in 17 packages 17:39:47 Removing intermediate container efdb3d85533a 17:39:47 ---> 2006edbcf1b3 17:39:47 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:39:48 ---> 932a8bec56a2 17:39:48 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 17:39:48 ---> c5abb9f928a3 17:39:48 Step 19/26 : COPY --from=builder /app/res/ /res/ 17:39:48 ---> c5dfb2f81256 17:39:48 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 17:39:48 ---> 7b0b8192069c 17:39:48 Step 21/26 : EXPOSE 59712 17:39:49 ---> Running in eba16bbfc8aa 17:39:49 Removing intermediate container eba16bbfc8aa 17:39:49 ---> b3cb428c58f9 17:39:49 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 17:39:49 ---> Running in 94ffe5621aba 17:39:49 Removing intermediate container 94ffe5621aba 17:39:49 ---> 0c1a2cf8d12e 17:39:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:39:49 ---> Running in 1c09c2e86877 17:39:49 Removing intermediate container 1c09c2e86877 17:39:49 ---> 5eec38eed046 17:39:49 Step 24/26 : LABEL arch=amd64 17:39:49 ---> Running in a27737e76106 17:39:49 Removing intermediate container a27737e76106 17:39:49 ---> 0b80c0e1187a 17:39:49 Step 25/26 : LABEL git_sha=7ea3b939812038991b3dc7da588e54d072d9f236 17:39:49 ---> Running in 785b3b1b0007 17:39:49 Removing intermediate container 785b3b1b0007 17:39:49 ---> c296202cd156 17:39:49 Step 26/26 : LABEL version=3.1.0-dev.26 17:39:49 ---> Running in f52f72d4d8f9 17:39:49 Removing intermediate container f52f72d4d8f9 17:39:49 ---> bae2b260968b 17:39:49 [Warning] One or more build-args [ARCH] were not consumed 17:39:49 Successfully built bae2b260968b 17:39:49 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 17:39:49 provisioning config files... 17:39:49 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12364074138976570998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:39:50 ---> docker-login.sh 17:39:50 nexus3.edgexfoundry.org:10001 17:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:39:50 Configure a credential helper to remove this warning. See 17:39:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:39:50 17:39:50 Login Succeeded 17:39:50 nexus3.edgexfoundry.org:10002 17:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:39:50 Configure a credential helper to remove this warning. See 17:39:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:39:50 17:39:50 Login Succeeded 17:39:50 nexus3.edgexfoundry.org:10003 17:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:39:50 Configure a credential helper to remove this warning. See 17:39:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:39:50 17:39:50 Login Succeeded 17:39:50 nexus3.edgexfoundry.org:10004 17:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:39:50 Configure a credential helper to remove this warning. See 17:39:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:39:50 17:39:50 Login Succeeded 17:39:50 docker.io 17:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:39:50 Configure a credential helper to remove this warning. See 17:39:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:39:50 17:39:50 Login Succeeded 17:39:50 ---> docker-login.sh ends [Pipeline] } 17:39:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:39:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:39:50 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 17:39:50 7ea3b939812038991b3dc7da588e54d072d9f236 17:39:50 latest 17:39:50 3.1.0-dev.26 17:39:50 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 17:39:50 main 17:39:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:51 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:51 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236 17:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 17:39:51 8437c03a6a17: Preparing 17:39:51 6199377f415f: Preparing 17:39:51 0451083d2aba: Preparing 17:39:51 a06aef9b2eae: Preparing 17:39:51 22bc5f396ffe: Preparing 17:39:51 3dab9f8bf2d2: Preparing 17:39:51 0451083d2aba: Pushed 17:39:51 6199377f415f: Pushed 17:39:51 a06aef9b2eae: Pushed 17:39:51 3dab9f8bf2d2: Layer already exists 17:39:51 22bc5f396ffe: Pushed 17:39:54 8437c03a6a17: Pushed 17:39:54 7ea3b939812038991b3dc7da588e54d072d9f236: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:54 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:55 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 17:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 17:39:55 8437c03a6a17: Preparing 17:39:55 6199377f415f: Preparing 17:39:55 0451083d2aba: Preparing 17:39:55 a06aef9b2eae: Preparing 17:39:55 22bc5f396ffe: Preparing 17:39:55 3dab9f8bf2d2: Preparing 17:39:55 3dab9f8bf2d2: Waiting 17:39:55 8437c03a6a17: Layer already exists 17:39:55 a06aef9b2eae: Layer already exists 17:39:55 0451083d2aba: Layer already exists 17:39:55 22bc5f396ffe: Layer already exists 17:39:55 6199377f415f: Layer already exists 17:39:55 3dab9f8bf2d2: Layer already exists 17:39:55 latest: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:55 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:55 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.26 17:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 17:39:55 8437c03a6a17: Preparing 17:39:55 6199377f415f: Preparing 17:39:55 0451083d2aba: Preparing 17:39:55 a06aef9b2eae: Preparing 17:39:55 22bc5f396ffe: Preparing 17:39:55 3dab9f8bf2d2: Preparing 17:39:55 3dab9f8bf2d2: Waiting 17:39:55 a06aef9b2eae: Layer already exists 17:39:55 6199377f415f: Layer already exists 17:39:55 8437c03a6a17: Layer already exists 17:39:55 22bc5f396ffe: Layer already exists 17:39:55 0451083d2aba: Layer already exists 17:39:55 3dab9f8bf2d2: Layer already exists 17:39:55 3.1.0-dev.26: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:56 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:56 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 17:39:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 17:39:56 8437c03a6a17: Preparing 17:39:56 6199377f415f: Preparing 17:39:56 0451083d2aba: Preparing 17:39:56 a06aef9b2eae: Preparing 17:39:56 22bc5f396ffe: Preparing 17:39:56 3dab9f8bf2d2: Preparing 17:39:56 3dab9f8bf2d2: Waiting 17:39:56 a06aef9b2eae: Layer already exists 17:39:56 8437c03a6a17: Layer already exists 17:39:56 22bc5f396ffe: Layer already exists 17:39:56 0451083d2aba: Layer already exists 17:39:56 6199377f415f: Layer already exists 17:39:56 3dab9f8bf2d2: Layer already exists 17:39:56 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:56 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:57 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 17:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 17:39:57 8437c03a6a17: Preparing 17:39:57 6199377f415f: Preparing 17:39:57 0451083d2aba: Preparing 17:39:57 a06aef9b2eae: Preparing 17:39:57 22bc5f396ffe: Preparing 17:39:57 3dab9f8bf2d2: Preparing 17:39:57 3dab9f8bf2d2: Waiting 17:39:57 22bc5f396ffe: Layer already exists 17:39:57 a06aef9b2eae: Layer already exists 17:39:57 6199377f415f: Layer already exists 17:39:57 0451083d2aba: Layer already exists 17:39:57 8437c03a6a17: Layer already exists 17:39:57 3dab9f8bf2d2: Layer already exists 17:39:57 main: digest: sha256:3333a83df023d336db851f7de3891549a3deeafae7efffd97704c674704ca524 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:39:57 ===================================================== [Pipeline] echo 17:39:57 taggedImages: 17:39:57 - nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236 17:39:57 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 17:39:57 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.26 17:39:57 - nexus3.edgexfoundry.org:10004/app-record-replay:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 17:39:57 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:39:57 17:39:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:39:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:39:57 latest: Pulling from edgex-lftools-log-publisher 17:39:57 5eb5b503b376: Pulling fs layer 17:39:57 5c69ac0246d0: Pulling fs layer 17:39:57 ec43610c2a17: Pulling fs layer 17:39:57 3a2ae6a8a46f: Pulling fs layer 17:39:57 33b1e0a273af: Pulling fs layer 17:39:57 5d3b04190fa2: Pulling fs layer 17:39:57 2f39f015ded8: Pulling fs layer 17:39:57 3a2ae6a8a46f: Waiting 17:39:57 33b1e0a273af: Waiting 17:39:57 5d3b04190fa2: Waiting 17:39:57 5c69ac0246d0: Verifying Checksum 17:39:57 5c69ac0246d0: Download complete 17:39:57 3a2ae6a8a46f: Verifying Checksum 17:39:57 3a2ae6a8a46f: Download complete 17:39:57 33b1e0a273af: Verifying Checksum 17:39:57 33b1e0a273af: Download complete 17:39:57 ec43610c2a17: Verifying Checksum 17:39:57 ec43610c2a17: Download complete 17:39:57 5d3b04190fa2: Verifying Checksum 17:39:57 5d3b04190fa2: Download complete 17:39:58 5eb5b503b376: Verifying Checksum 17:39:58 5eb5b503b376: Download complete 17:39:58 2f39f015ded8: Download complete 17:39:59 5eb5b503b376: Pull complete 17:39:59 5c69ac0246d0: Pull complete 17:39:59 ec43610c2a17: Pull complete 17:40:00 3a2ae6a8a46f: Pull complete 17:40:00 33b1e0a273af: Pull complete 17:40:00 5d3b04190fa2: Pull complete 17:40:05 2f39f015ded8: Pull complete 17:40:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:40:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:40:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:40:05 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:40:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:40:08 $ docker top e79a68b3fc4e517ee63a6b615412266c20fdfc88685aa23407a3c43724360096 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:40:09 ---> job-cost.sh 17:40:09 lf-activate-venv: SKIPPING 17:40:09 INFO: No Stack... 17:40:09 INFO: Retrieving Pricing Info for: v3-standard-8 17:40:10 INFO: Archiving Costs [Pipeline] sh 17:40:10 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 17:40:10 + cut -d, -f6 [Pipeline] lock 17:40:10 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] 17:40:10 Resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] did not exist. Created. 17:40:10 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:40:10 + echo total: 0.2199999988079071 [Pipeline] stash 17:40:10 Stashed 1 file(s) [Pipeline] } 17:40:10 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] // lock [Pipeline] } 17:40:10 $ docker stop --time=1 e79a68b3fc4e517ee63a6b615412266c20fdfc88685aa23407a3c43724360096 17:40:12 $ docker rm -f --volumes e79a68b3fc4e517ee63a6b615412266c20fdfc88685aa23407a3c43724360096 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:41:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2603 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 17:41:24 Running in /w/workspace/app-record-replay/28 [Pipeline] { [Pipeline] checkout 17:41:24 Selected Git installation does not exist. Using Default 17:41:24 The recommended git tool is: NONE 17:41:30 using credential edgex-jenkins-ssh 17:41:30 Cloning the remote Git repository 17:41:30 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 17:41:30 > git init /w/workspace/app-record-replay/28 # timeout=10 17:41:30 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 17:41:30 > git --version # timeout=10 17:41:30 > git --version # 'git version 2.25.1' 17:41:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:41:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:41:31 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 17:41:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:41:32 Avoid second fetch 17:41:32 Checking out Revision 7ea3b939812038991b3dc7da588e54d072d9f236 (main) 17:41:33 Commit message: "Merge pull request #51 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:41:32 > git config core.sparsecheckout # timeout=10 17:41:32 > git checkout -f 7ea3b939812038991b3dc7da588e54d072d9f236 # timeout=10 17:41:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:41:34 % Total % Received % Xferd Average Speed Time Time Time Current 17:41:34 Dload Upload Total Spent Left Speed 17:41:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 [Pipeline] sh 17:41:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:41:35 + sudo tee /etc/docker/daemon.new 17:41:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:41:35 { 17:41:35 "registry-mirrors": [ 17:41:35 "https://nexus3.edgexfoundry.org:10001" 17:41:35 ], 17:41:35 "bip": "10.250.0.254/24", 17:41:35 "hosts": [ 17:41:35 "tcp://0.0.0.0:5555", 17:41:35 "unix:///var/run/docker.sock" 17:41:35 ], 17:41:35 "mtu": 1458, 17:41:35 "selinux-enabled": true, 17:41:35 "seccomp-profile": "/etc/docker/seccomp.json" 17:41:35 } [Pipeline] sh 17:41:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:41:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:41:54 provisioning config files... 17:41:54 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/28@tmp/config6796607328181693743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:41:54 ---> docker-login.sh 17:41:54 nexus3.edgexfoundry.org:10001 17:41:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:55 Configure a credential helper to remove this warning. See 17:41:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:55 17:41:55 Login Succeeded 17:41:55 nexus3.edgexfoundry.org:10002 17:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:55 Configure a credential helper to remove this warning. See 17:41:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:55 17:41:55 Login Succeeded 17:41:55 nexus3.edgexfoundry.org:10003 17:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:55 Configure a credential helper to remove this warning. See 17:41:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:55 17:41:55 Login Succeeded 17:41:55 nexus3.edgexfoundry.org:10004 17:41:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:56 Configure a credential helper to remove this warning. See 17:41:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:56 17:41:56 Login Succeeded 17:41:56 docker.io 17:41:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:56 Configure a credential helper to remove this warning. See 17:41:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:56 17:41:56 Login Succeeded 17:41:56 ---> docker-login.sh ends [Pipeline] } 17:41:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:41:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:41:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:41:56 ========================================================= 17:41:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 17:41:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:41:57 + 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 . 17:41:57 Sending build context to Docker daemon 178.7kB 17:41:57 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 17:41:57 Step 2/12 : FROM ${BASE} AS builder 17:41:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:41:57 edb6bdbacee9: Pulling fs layer 17:41:57 5f9638ab2659: Pulling fs layer 17:41:57 8d51d6327a98: Pulling fs layer 17:41:57 8b374f2dd631: Pulling fs layer 17:41:57 ec14aa9079de: Pulling fs layer 17:41:57 2f466654f4bb: Pulling fs layer 17:41:57 554e91adad29: Pulling fs layer 17:41:57 8b374f2dd631: Waiting 17:41:57 ec14aa9079de: Waiting 17:41:57 554e91adad29: Waiting 17:41:57 2f466654f4bb: Waiting 17:41:57 5f9638ab2659: Verifying Checksum 17:41:57 5f9638ab2659: Download complete 17:41:57 8b374f2dd631: Verifying Checksum 17:41:57 8b374f2dd631: Download complete 17:41:57 ec14aa9079de: Verifying Checksum 17:41:57 ec14aa9079de: Download complete 17:41:57 edb6bdbacee9: Verifying Checksum 17:41:57 edb6bdbacee9: Download complete 17:41:58 edb6bdbacee9: Pull complete 17:41:59 554e91adad29: Verifying Checksum 17:41:59 554e91adad29: Download complete 17:42:00 8d51d6327a98: Verifying Checksum 17:42:00 8d51d6327a98: Download complete 17:42:00 2f466654f4bb: Verifying Checksum 17:42:00 2f466654f4bb: Download complete 17:42:01 5f9638ab2659: Pull complete 17:42:11 8d51d6327a98: Pull complete 17:42:11 8b374f2dd631: Pull complete 17:42:12 ec14aa9079de: Pull complete 17:42:18 2f466654f4bb: Pull complete 17:42:20 554e91adad29: Pull complete 17:42:20 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 17:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:42:20 ---> 1e15ea492957 17:42:20 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:42:22 ---> Running in 00b7710e37c3 17:42:22 Removing intermediate container 00b7710e37c3 17:42:22 ---> ad438b70cebb 17:42:22 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:42:23 ---> Running in a2e503a4c204 17:42:23 Removing intermediate container a2e503a4c204 17:42:23 ---> 46ef5ade4520 17:42:23 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:42:23 ---> Running in 7c74fc5f2c24 17:42:23 Removing intermediate container 7c74fc5f2c24 17:42:23 ---> d1f557c80976 17:42:23 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:42:24 ---> Running in 1277578f8b87 17:42:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:42:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:42:26 OK: 263 MiB in 53 packages 17:42:27 Removing intermediate container 1277578f8b87 17:42:27 ---> b2846043fa5f 17:42:27 Step 7/12 : WORKDIR /app 17:42:27 ---> Running in 37707388b871 17:42:27 Removing intermediate container 37707388b871 17:42:27 ---> 0a2fb2dadea1 17:42:27 Step 8/12 : COPY go.mod vendor* ./ 17:42:28 ---> db520f5cde91 17:42:28 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:42:28 ---> Running in 7eea67ba0bea 17:43:36 Removing intermediate container 7eea67ba0bea 17:43:36 ---> b9cea9494930 17:43:36 Step 10/12 : COPY . . 17:43:36 ---> 09f99aab3fe9 17:43:36 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:43:36 ---> Running in 6ba4b8c2dc48 17:43:36 Removing intermediate container 6ba4b8c2dc48 17:43:36 ---> 1acd71a3e709 17:43:36 Step 12/12 : RUN $MAKE 17:43:36 ---> Running in 1d82b767cebb 17:43:37 noop 17:43:38 Removing intermediate container 1d82b767cebb 17:43:38 ---> 2a085569c49f 17:43:38 Successfully built 2a085569c49f 17:43:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:43:38 + docker inspect -f . ci-base-image-arm64 17:43:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:43:38 prd-ubuntu20.04-docker-arm64-4c-16g-2603 does not seem to be running inside a container 17:43:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/28 -v /w/workspace/app-record-replay/28:/w/workspace/app-record-replay/28:rw,z -v /w/workspace/app-record-replay/28@tmp:/w/workspace/app-record-replay/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:43:40 $ docker top 148f56f4387181a5894262a908f42b6fc0ec593c0f3b3360b5db045c1e5f9fa3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:43:40 + go version 17:43:40 go version go1.20.6 linux/arm64 [Pipeline] } 17:43:41 $ docker stop --time=1 148f56f4387181a5894262a908f42b6fc0ec593c0f3b3360b5db045c1e5f9fa3 17:43:42 $ docker rm -f --volumes 148f56f4387181a5894262a908f42b6fc0ec593c0f3b3360b5db045c1e5f9fa3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:43:43 + docker inspect -f . ci-base-image-arm64 17:43:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:43:43 prd-ubuntu20.04-docker-arm64-4c-16g-2603 does not seem to be running inside a container 17:43:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-record-replay/28 -v /w/workspace/app-record-replay/28:/w/workspace/app-record-replay/28:rw,z -v /w/workspace/app-record-replay/28@tmp:/w/workspace/app-record-replay/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:43:44 $ docker top 3c37a98cf106165bab9c29e0940dcf67e8a970ddb8acac8bcde1663e60eca6a0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:43:45 + git config --global --add safe.directory /w/workspace/app-record-replay/28 [Pipeline] fileExists [Pipeline] sh 17:43:46 + make test 17:43:46 go test -race -coverprofile=coverage.out ./... 17:46:37 ? github.com/edgexfoundry/app-record-replay [no test files] 17:46:44 ok github.com/edgexfoundry/app-record-replay/internal/app 0.339s coverage: 87.5% of statements 17:46:44 ok github.com/edgexfoundry/app-record-replay/internal/application 0.376s coverage: 95.3% of statements 17:46:49 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 17:46:49 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 17:46:49 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 17:46:50 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.486s coverage: 85.6% of statements 17:46:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:46:51 go vet ./... 17:49:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:49:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:49:12 ./bin/test-attribution-txt.sh [Pipeline] echo 17:49:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:49:12 $ docker stop --time=1 3c37a98cf106165bab9c29e0940dcf67e8a970ddb8acac8bcde1663e60eca6a0 17:49:14 $ docker rm -f --volumes 3c37a98cf106165bab9c29e0940dcf67e8a970ddb8acac8bcde1663e60eca6a0 [Pipeline] // withDockerContainer [Pipeline] sh 17:49:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:49:15 Warning: overwriting stash ‘coverage-report’ 17:49:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:49:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:49:17 + ls -al . 17:49:17 total 164 17:49:17 drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 17:43 . 17:49:17 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 17:41 .. 17:49:17 -rw-rw-r-- 1 jenkins jenkins 119 Jul 31 17:41 .dockerignore 17:49:17 drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 17:41 .git 17:49:17 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:41 .github 17:49:17 -rw-rw-r-- 1 jenkins jenkins 164 Jul 31 17:41 .gitignore 17:49:17 -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 17:41 .golangci.yml 17:49:17 -rw-rw-r-- 1 jenkins jenkins 10642 Jul 31 17:41 Attribution.txt 17:49:17 -rw-rw-r-- 1 jenkins jenkins 258 Jul 31 17:41 CHANGELOG.md 17:49:17 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 31 17:41 Dockerfile 17:49:17 -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 17:41 GOVERNANCE.md 17:49:17 -rw-rw-r-- 1 jenkins jenkins 681 Jul 31 17:41 Jenkinsfile 17:49:17 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 31 17:41 LICENSE 17:49:17 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 31 17:41 Makefile 17:49:17 -rw-rw-r-- 1 jenkins jenkins 611 Jul 31 17:41 OWNERS.md 17:49:17 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 31 17:41 README.md 17:49:17 -rw-rw-r-- 1 jenkins jenkins 4285 Jul 31 17:41 Record and Reply.postman_collection.json 17:49:17 -rw-rw-r-- 1 jenkins jenkins 12 Jul 31 17:37 VERSION 17:49:17 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:41 bin 17:49:17 -rw-r--r-- 1 jenkins jenkins 11988 Jul 31 17:46 coverage.out 17:49:17 -rw-rw-r-- 1 jenkins jenkins 3680 Jul 31 17:41 go.mod 17:49:17 -rw-rw-r-- 1 jenkins jenkins 32847 Jul 31 17:41 go.sum 17:49:17 drwxrwxr-x 6 jenkins jenkins 4096 Jul 31 17:41 internal 17:49:17 -rw-rw-r-- 1 jenkins jenkins 913 Jul 31 17:41 main.go 17:49:17 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 17:41 pkg 17:49:17 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 17:41 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:17 + docker build -t app-record-replay-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7ea3b939812038991b3dc7da588e54d072d9f236 --label arch=arm64 --label version=3.1.0-dev.26 . 17:49:17 Sending build context to Docker daemon 191.5kB 17:49:17 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 17:49:17 Step 2/26 : FROM ${BASE} AS builder 17:49:17 ---> 2a085569c49f 17:49:17 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 17:49:17 ---> Running in 3f5b86d19d0a 17:49:17 Removing intermediate container 3f5b86d19d0a 17:49:17 ---> aa3d37fd2144 17:49:17 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 17:49:17 ---> Running in 62959e3e8060 17:49:18 Removing intermediate container 62959e3e8060 17:49:18 ---> 2e46d0a91a0a 17:49:18 Step 5/26 : ARG ADD_BUILD_TAGS="" 17:49:18 ---> Running in 44c19481e484 17:49:18 Removing intermediate container 44c19481e484 17:49:18 ---> cf414c39d68d 17:49:18 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:49:18 ---> Running in 03e62455163b 17:49:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:49:21 OK: 263 MiB in 53 packages 17:49:22 Removing intermediate container 03e62455163b 17:49:22 ---> 73e22dbcc974 17:49:22 Step 7/26 : WORKDIR /app 17:49:22 ---> Running in c18e475cd0a5 17:49:22 Removing intermediate container c18e475cd0a5 17:49:22 ---> 4695a60eb9ae 17:49:22 Step 8/26 : COPY go.mod vendor* ./ 17:49:22 ---> e7a91e31d125 17:49:22 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:22 ---> Running in 385a40304d10 17:49:25 Removing intermediate container 385a40304d10 17:49:25 ---> b02ef4fd0041 17:49:25 Step 10/26 : COPY . . 17:49:25 ---> 4dd57f6c8ecb 17:49:25 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:49:25 ---> Running in 8878436c039b 17:49:26 Removing intermediate container 8878436c039b 17:49:26 ---> 4c4a29bf2e29 17:49:26 Step 12/26 : RUN $MAKE 17:49:26 ---> Running in cb16c8135d78 17:49:27 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.26" -trimpath -mod=readonly -o app-record-replay 17:51:33 Removing intermediate container cb16c8135d78 17:51:33 ---> 68a846badb90 17:51:33 Step 13/26 : FROM alpine:3.17 17:51:33 3.17: Pulling from library/alpine 17:51:33 edb6bdbacee9: Already exists 17:51:33 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 17:51:33 Status: Downloaded newer image for alpine:3.17 17:51:33 ---> 779605e5fbc0 17:51:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:51:33 ---> Running in b2b6625ec617 17:51:33 Removing intermediate container b2b6625ec617 17:51:33 ---> 638bb15ea20b 17:51:33 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 17:51:33 ---> Running in 39c0390873f8 17:51:33 Removing intermediate container 39c0390873f8 17:51:33 ---> 728b73d7df5a 17:51:33 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 17:51:33 ---> Running in 0be4ab3cbebd 17:51:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:51:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:51:35 (1/2) Installing ca-certificates (20230506-r0) 17:51:35 (2/2) Installing dumb-init (1.2.5-r2) 17:51:35 Executing busybox-1.35.0-r29.trigger 17:51:35 Executing ca-certificates-20230506-r0.trigger 17:51:36 OK: 8 MiB in 17 packages 17:51:37 Removing intermediate container 0be4ab3cbebd 17:51:37 ---> eff25bb22fae 17:51:37 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:51:37 ---> 54a67a61d3d1 17:51:37 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 17:51:38 ---> fcb82cb5deb5 17:51:38 Step 19/26 : COPY --from=builder /app/res/ /res/ 17:51:38 ---> 0bd839c0a08c 17:51:38 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 17:51:39 ---> ce2e90f62bbb 17:51:39 Step 21/26 : EXPOSE 59712 17:51:39 ---> Running in 707ea5986c0a 17:51:40 Removing intermediate container 707ea5986c0a 17:51:40 ---> c8103cabe83f 17:51:40 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 17:51:40 ---> Running in aad7da2ae2bc 17:51:40 Removing intermediate container aad7da2ae2bc 17:51:40 ---> 8fe6ebbf51a4 17:51:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:51:40 ---> Running in a5664a01dfda 17:51:41 Removing intermediate container a5664a01dfda 17:51:41 ---> bfbaa4979bfe 17:51:41 Step 24/26 : LABEL arch=arm64 17:51:41 ---> Running in 94eba37377da 17:51:41 Removing intermediate container 94eba37377da 17:51:41 ---> 398a938a8a06 17:51:41 Step 25/26 : LABEL git_sha=7ea3b939812038991b3dc7da588e54d072d9f236 17:51:41 ---> Running in f41b5f50b208 17:51:41 Removing intermediate container f41b5f50b208 17:51:41 ---> 76d89b66ced9 17:51:41 Step 26/26 : LABEL version=3.1.0-dev.26 17:51:41 ---> Running in 1b8d2a63441a 17:51:41 Removing intermediate container 1b8d2a63441a 17:51:41 ---> 26d0c685121d 17:51:41 [Warning] One or more build-args [ARCH] were not consumed 17:51:41 Successfully built 26d0c685121d 17:51:41 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 17:51:42 provisioning config files... 17:51:42 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/28@tmp/config7693165696995272165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:42 ---> docker-login.sh 17:51:42 nexus3.edgexfoundry.org:10001 17:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:42 Configure a credential helper to remove this warning. See 17:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:42 17:51:42 Login Succeeded 17:51:42 nexus3.edgexfoundry.org:10002 17:51:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:43 Configure a credential helper to remove this warning. See 17:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:43 17:51:43 Login Succeeded 17:51:43 nexus3.edgexfoundry.org:10003 17:51:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:43 Configure a credential helper to remove this warning. See 17:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:43 17:51:43 Login Succeeded 17:51:43 nexus3.edgexfoundry.org:10004 17:51:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:43 Configure a credential helper to remove this warning. See 17:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:43 17:51:43 Login Succeeded 17:51:43 docker.io 17:51:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:44 Configure a credential helper to remove this warning. See 17:51:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:44 17:51:44 Login Succeeded 17:51:44 ---> docker-login.sh ends [Pipeline] } 17:51:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:51:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:51:44 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 17:51:44 7ea3b939812038991b3dc7da588e54d072d9f236 17:51:44 latest 17:51:44 3.1.0-dev.26 17:51:44 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 17:51:44 main 17:51:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:44 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:45 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236 17:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:51:45 e9449d95f1a7: Preparing 17:51:45 34d54dda4f1b: Preparing 17:51:45 09111b7cac62: Preparing 17:51:45 5fc53bd23f65: Preparing 17:51:45 542439008fe1: Preparing 17:51:45 9386262d7a74: Preparing 17:51:45 9386262d7a74: Waiting 17:51:45 09111b7cac62: Pushed 17:51:45 34d54dda4f1b: Pushed 17:51:45 5fc53bd23f65: Pushed 17:51:45 9386262d7a74: Layer already exists 17:51:45 542439008fe1: Pushed 17:51:50 e9449d95f1a7: Pushed 17:51:50 7ea3b939812038991b3dc7da588e54d072d9f236: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:51 + 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 17:51:51 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 17:51:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:51:51 e9449d95f1a7: Preparing 17:51:51 34d54dda4f1b: Preparing 17:51:51 09111b7cac62: Preparing 17:51:51 5fc53bd23f65: Preparing 17:51:51 542439008fe1: Preparing 17:51:51 9386262d7a74: Preparing 17:51:51 5fc53bd23f65: Layer already exists 17:51:51 542439008fe1: Layer already exists 17:51:51 09111b7cac62: Layer already exists 17:51:51 34d54dda4f1b: Layer already exists 17:51:51 e9449d95f1a7: Layer already exists 17:51:51 9386262d7a74: Layer already exists 17:51:51 latest: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:52 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:52 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.26 17:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:51:52 e9449d95f1a7: Preparing 17:51:52 34d54dda4f1b: Preparing 17:51:52 09111b7cac62: Preparing 17:51:52 5fc53bd23f65: Preparing 17:51:52 542439008fe1: Preparing 17:51:52 9386262d7a74: Preparing 17:51:52 9386262d7a74: Waiting 17:51:52 542439008fe1: Layer already exists 17:51:52 09111b7cac62: Layer already exists 17:51:52 5fc53bd23f65: Layer already exists 17:51:52 e9449d95f1a7: Layer already exists 17:51:52 34d54dda4f1b: Layer already exists 17:51:52 9386262d7a74: Layer already exists 17:51:52 3.1.0-dev.26: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:52 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:53 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 17:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:51:53 e9449d95f1a7: Preparing 17:51:53 34d54dda4f1b: Preparing 17:51:53 09111b7cac62: Preparing 17:51:53 5fc53bd23f65: Preparing 17:51:53 542439008fe1: Preparing 17:51:53 9386262d7a74: Preparing 17:51:53 9386262d7a74: Waiting 17:51:53 34d54dda4f1b: Layer already exists 17:51:53 e9449d95f1a7: Layer already exists 17:51:53 542439008fe1: Layer already exists 17:51:53 5fc53bd23f65: Layer already exists 17:51:53 09111b7cac62: Layer already exists 17:51:53 9386262d7a74: Layer already exists 17:51:53 7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:53 + 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 17:51:54 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 17:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 17:51:54 e9449d95f1a7: Preparing 17:51:54 34d54dda4f1b: Preparing 17:51:54 09111b7cac62: Preparing 17:51:54 5fc53bd23f65: Preparing 17:51:54 542439008fe1: Preparing 17:51:54 9386262d7a74: Preparing 17:51:54 9386262d7a74: Waiting 17:51:54 34d54dda4f1b: Layer already exists 17:51:54 09111b7cac62: Layer already exists 17:51:54 e9449d95f1a7: Layer already exists 17:51:54 542439008fe1: Layer already exists 17:51:54 5fc53bd23f65: Layer already exists 17:51:54 9386262d7a74: Layer already exists 17:51:54 main: digest: sha256:0699cf0a6f2f0199456744b93ba8ffe74b78daf318d76c4a01660db7d52ccbf5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:51:54 ===================================================== [Pipeline] echo 17:51:54 taggedImages: 17:51:54 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236 17:51:54 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 17:51:54 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.26 17:51:54 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:7ea3b939812038991b3dc7da588e54d072d9f236-3.1.0-dev.26 17:51:54 - 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 17:51:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:51:54 17:51:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:51:54 arm64: Pulling from edgex-lftools-log-publisher 17:51:54 8998bd30e6a1: Pulling fs layer 17:51:54 04944245beec: Pulling fs layer 17:51:54 699f458cf7ca: Pulling fs layer 17:51:54 765212b225bb: Pulling fs layer 17:51:54 f23df028b6ca: Pulling fs layer 17:51:54 d65c8cfc05b1: Pulling fs layer 17:51:54 2437ff75d9bd: Pulling fs layer 17:51:54 f23df028b6ca: Waiting 17:51:54 765212b225bb: Waiting 17:51:54 d65c8cfc05b1: Waiting 17:51:54 2437ff75d9bd: Waiting 17:51:55 04944245beec: Verifying Checksum 17:51:55 04944245beec: Download complete 17:51:55 765212b225bb: Verifying Checksum 17:51:55 765212b225bb: Download complete 17:51:55 f23df028b6ca: Verifying Checksum 17:51:55 f23df028b6ca: Download complete 17:51:55 d65c8cfc05b1: Verifying Checksum 17:51:55 d65c8cfc05b1: Download complete 17:51:55 699f458cf7ca: Verifying Checksum 17:51:55 699f458cf7ca: Download complete 17:51:55 8998bd30e6a1: Verifying Checksum 17:51:55 8998bd30e6a1: Download complete 17:51:58 2437ff75d9bd: Verifying Checksum 17:51:58 2437ff75d9bd: Download complete 17:51:59 8998bd30e6a1: Pull complete 17:51:59 04944245beec: Pull complete 17:52:01 699f458cf7ca: Pull complete 17:52:01 765212b225bb: Pull complete 17:52:04 f23df028b6ca: Pull complete 17:52:04 d65c8cfc05b1: Pull complete 17:52:19 2437ff75d9bd: Pull complete 17:52:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:52:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:52:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:19 prd-ubuntu20.04-docker-arm64-4c-16g-2603 does not seem to be running inside a container 17:52:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-record-replay/28 -v /w/workspace/app-record-replay/28:/w/workspace/app-record-replay/28:rw,z -v /w/workspace/app-record-replay/28@tmp:/w/workspace/app-record-replay/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:52:21 $ docker top 69b077a237313156e0f3e69f691d9542dd26754dbcfcd994d68130bff439da31 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:52:22 ---> job-cost.sh 17:52:22 lf-activate-venv: SKIPPING 17:52:22 INFO: No Stack... 17:52:23 INFO: Retrieving Pricing Info for: v3-standard-4 17:52:23 INFO: Archiving Costs [Pipeline] sh 17:52:24 + cat /w/workspace/app-record-replay/28/archives/cost.csv 17:52:24 + cut -d, -f6 [Pipeline] lock 17:52:24 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] 17:52:24 Resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] did not exist. Created. 17:52:24 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:52:24 /w/workspace/app-record-replay/28@tmp/durable-9ce68bb0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:52:24 + echo total: 0.10999999940395355 [Pipeline] stash 17:52:24 Warning: overwriting stash ‘stack-cost’ 17:52:24 Stashed 1 file(s) [Pipeline] } 17:52:24 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-28-stack-cost] [Pipeline] // lock [Pipeline] } 17:52:24 $ docker stop --time=1 69b077a237313156e0f3e69f691d9542dd26754dbcfcd994d68130bff439da31 17:52:26 $ docker rm -f --volumes 69b077a237313156e0f3e69f691d9542dd26754dbcfcd994d68130bff439da31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 17:52:26 provisioning config files... 17:52:26 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #28 17:52:26 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13327812534625657864tmp [Pipeline] { [Pipeline] sh 17:52:27 + set +x 17:52:27 + curl -s https://codecov.io/bash 17:52:27 + bash -s -- 17:52:27 17:52:27 _____ _ 17:52:27 / ____| | | 17:52:27 | | ___ __| | ___ ___ _____ __ 17:52:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:52:27 | |___| (_) | (_| | __/ (_| (_) \ V / 17:52:27 \_____\___/ \__,_|\___|\___\___/ \_/ 17:52:27 Bash-1.0.6 17:52:27 17:52:27 17:52:27 ==> git version 2.25.1 found 17:52:27 ==> 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 17:52:27 Release-Date: 2020-01-08 17:52:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:52:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:52:27 ==> Jenkins CI detected. 17:52:27 current dir:  /w/workspace/exfoundry_app-record-replay_main 17:52:27 project root: . 17:52:27 --> token set from env 17:52:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:52:27 ==> Running gcov in . (disable via -X gcov) 17:52:27 ==> Python coveragepy not found 17:52:27 ==> Searching for coverage reports in: 17:52:27 + . 17:52:27 -> Found 1 reports 17:52:27 ==> Detecting git/mercurial file structure 17:52:27 ==> Reading reports 17:52:27 + ./coverage.out bytes=11988 17:52:27 ==> Appending adjustments 17:52:27 https://docs.codecov.io/docs/fixing-reports 17:52:27 + Found adjustments 17:52:27 ==> Gzipping contents 17:52:27 4.0K /tmp/codecov.wgqikq.gz 17:52:27 ==> Uploading reports 17:52:27 url: https://codecov.io 17:52:27 query: branch=main&commit=7ea3b939812038991b3dc7da588e54d072d9f236&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F28%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 17:52:27 -> Pinging Codecov 17:52:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=7ea3b939812038991b3dc7da588e54d072d9f236&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F28%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 17:52:27 Invalid request parameters 17:52:27 400 [Pipeline] } 17:52:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:52:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:52:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:52:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:52:28 17:52:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:52:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:52:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:52:28 df9b9388f04a: Pulling fs layer 17:52:28 52dc419b0ee2: Pulling fs layer 17:52:28 25bc292e5bac: Pulling fs layer 17:52:28 114826534d7a: Pulling fs layer 17:52:28 4657fd5d0bcf: Pulling fs layer 17:52:28 6ad1cebc031e: Pulling fs layer 17:52:28 8a3aa393b2d8: Pulling fs layer 17:52:28 6ad1cebc031e: Waiting 17:52:28 114826534d7a: Waiting 17:52:28 4657fd5d0bcf: Waiting 17:52:28 8a3aa393b2d8: Waiting 17:52:28 25bc292e5bac: Verifying Checksum 17:52:28 25bc292e5bac: Download complete 17:52:28 52dc419b0ee2: Download complete 17:52:28 4657fd5d0bcf: Verifying Checksum 17:52:28 4657fd5d0bcf: Download complete 17:52:28 df9b9388f04a: Download complete 17:52:28 df9b9388f04a: Pull complete 17:52:28 6ad1cebc031e: Download complete 17:52:28 52dc419b0ee2: Pull complete 17:52:28 25bc292e5bac: Pull complete 17:52:29 114826534d7a: Verifying Checksum 17:52:29 114826534d7a: Download complete 17:52:29 8a3aa393b2d8: Verifying Checksum 17:52:29 8a3aa393b2d8: Download complete 17:52:32 114826534d7a: Pull complete 17:52:32 4657fd5d0bcf: Pull complete 17:52:33 6ad1cebc031e: Pull complete 17:52:35 8a3aa393b2d8: Pull complete 17:52:35 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:52:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:52:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:35 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:52:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:52:38 $ docker top 62fe0c2d280c2d7fe4e9568c52c56d681bdf2d8b98feabf0254ae12edd5ca065 -eo pid,comm [Pipeline] { [Pipeline] echo 17:52:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 17:52:39 + set -o pipefail 17:52:39 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 17:52:44 17:52:44 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 17:52:44 17:52:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e3549f4a-2a14-4fe8-a914-a59e7327945b 17:52:44 17:52:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:52:44 17:52:44 17:52:44 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:52:44 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:52:44 More details here: https://snyk.co/ue1NS 17:52:44 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 17:52:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:52:44 $ docker stop --time=1 62fe0c2d280c2d7fe4e9568c52c56d681bdf2d8b98feabf0254ae12edd5ca065 17:52:47 $ docker rm -f --volumes 62fe0c2d280c2d7fe4e9568c52c56d681bdf2d8b98feabf0254ae12edd5ca065 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:52:48 + git log --format=format:%s -1 7ea3b939812038991b3dc7da588e54d072d9f236 [Pipeline] sh 17:52:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:52:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:52:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:52:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:48 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:52:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:52:49 $ docker top bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc -eo pid,comm 17:52:49 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). 17:52:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:49 [ssh-agent] Looking for ssh-agent implementation... 17:52:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:49 $ docker exec bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc ssh-agent 17:52:49 SSH_AUTH_SOCK=/tmp/ssh-pPcdQb7VY8EA/agent.33 17:52:49 SSH_AGENT_PID=39 17:52:49 Running ssh-add (command line suppressed) 17:52:49 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18086642833919751762.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18086642833919751762.key) 17:52:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:50 + git semver tag 17:52:50 2023-07-31 17:52:50,207 [run_tag] DEBUG tag force:False 17:52:50 2023-07-31 17:52:50,208 [check_head_tag] DEBUG check head tag 17:52:50 2023-07-31 17:52:50,208 [execute] INFO git cat-file --batch-check 17:52:50 2023-07-31 17:52:50,208 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 17:52:50 2023-07-31 17:52:50,213 [execute] INFO git cat-file --batch 17:52:50 2023-07-31 17:52:50,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 17:52:50 2023-07-31 17:52:50,226 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:52:50 2023-07-31 17:52:50,226 [execute] INFO git tag -a v3.1.0-dev.26 -m v3.1.0-dev.26 17:52:50 2023-07-31 17:52:50,226 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.26', '-m', 'v3.1.0-dev.26'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 17:52:50 2023-07-31 17:52:50,231 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:52:50 3.1.0-dev.26 [Pipeline] } 17:52:50 $ docker exec --env ******** --env ******** bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc ssh-agent -k 17:52:50 unset SSH_AUTH_SOCK; 17:52:50 unset SSH_AGENT_PID; 17:52:50 echo Agent pid 39 killed; 17:52:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:50 + git semver [Pipeline] } 17:52:50 $ docker stop --time=1 bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc 17:52:52 $ docker rm -f --volumes bbf499a0696fa1b2c4aa0af7a2fda3813d842652655f85eee4e4d1c3792ed5bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:52:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:52:52 17:52:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:52:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:52:52 0.23.1-centos7: Pulling from edgex-lftools 17:52:52 ab5ef0e58194: Pulling fs layer 17:52:52 9712f1f96733: Pulling fs layer 17:52:52 63f879dbbcfc: Pulling fs layer 17:52:52 0d9ebad4ef96: Pulling fs layer 17:52:52 e9a5061849ea: Pulling fs layer 17:52:52 d747dcd14b5f: Pulling fs layer 17:52:52 2de7ff778b66: Pulling fs layer 17:52:52 0d9ebad4ef96: Waiting 17:52:52 e9a5061849ea: Waiting 17:52:52 d747dcd14b5f: Waiting 17:52:52 2de7ff778b66: Waiting 17:52:52 9712f1f96733: Verifying Checksum 17:52:52 9712f1f96733: Download complete 17:52:53 63f879dbbcfc: Verifying Checksum 17:52:53 63f879dbbcfc: Download complete 17:52:53 e9a5061849ea: Verifying Checksum 17:52:53 e9a5061849ea: Download complete 17:52:53 d747dcd14b5f: Download complete 17:52:53 ab5ef0e58194: Verifying Checksum 17:52:53 ab5ef0e58194: Download complete 17:52:53 0d9ebad4ef96: Verifying Checksum 17:52:53 0d9ebad4ef96: Download complete 17:52:53 2de7ff778b66: Verifying Checksum 17:52:53 2de7ff778b66: Download complete 17:52:56 ab5ef0e58194: Pull complete 17:52:56 9712f1f96733: Pull complete 17:52:57 63f879dbbcfc: Pull complete 17:53:01 0d9ebad4ef96: Pull complete 17:53:01 e9a5061849ea: Pull complete 17:53:01 d747dcd14b5f: Pull complete 17:53:02 2de7ff778b66: Pull complete 17:53:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:53:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:53:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:02 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:53:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:53:06 $ docker top 3022ae73c313b6291b7b4929591e87f1a34c16d8cadcb346eed03855de9e2016 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:53:06 provisioning config files... 17:53:06 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9232837289372155523tmp 17:53:06 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10128415227304663117tmp 17:53:06 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5503024139903525543tmp [Pipeline] { [Pipeline] echo 17:53:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:53:06 ---> sigul-configuration.sh 17:53:06 gpg: directory `/root/.gnupg' created 17:53:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:53:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:53:06 gpg: keyring `/root/.gnupg/secring.gpg' created 17:53:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:53:06 gpg: CAST5 encrypted data 17:53:06 gpg: encrypted with 1 passphrase 17:53:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:53:06 + mkdir /home/jenkins 17:53:06 + mkdir /home/jenkins/sigul [Pipeline] sh 17:53:07 + 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 17:53:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:53:07 ---> sigul-install.sh 17:53:07 Sigul already installed; skipping installation. [Pipeline] sh 17:53:07 + git tag --list 17:53:07 v3.1.0-dev.0 17:53:07 v3.1.0-dev.1 17:53:07 v3.1.0-dev.10 17:53:07 v3.1.0-dev.11 17:53:07 v3.1.0-dev.12 17:53:07 v3.1.0-dev.13 17:53:07 v3.1.0-dev.14 17:53:07 v3.1.0-dev.15 17:53:07 v3.1.0-dev.16 17:53:07 v3.1.0-dev.17 17:53:07 v3.1.0-dev.18 17:53:07 v3.1.0-dev.19 17:53:07 v3.1.0-dev.2 17:53:07 v3.1.0-dev.20 17:53:07 v3.1.0-dev.21 17:53:07 v3.1.0-dev.22 17:53:07 v3.1.0-dev.23 17:53:07 v3.1.0-dev.24 17:53:07 v3.1.0-dev.25 17:53:07 v3.1.0-dev.26 17:53:07 v3.1.0-dev.3 17:53:07 v3.1.0-dev.4 17:53:07 v3.1.0-dev.5 17:53:07 v3.1.0-dev.6 17:53:07 v3.1.0-dev.7 17:53:07 v3.1.0-dev.8 17:53:07 v3.1.0-dev.9 [Pipeline] sh 17:53:07 + lftools sign git-tag v3.1.0-dev.26 17:53:08 Signing Git tag with Sigul... 17:53:08 Signing v3.1.0-dev.26 [Pipeline] echo 17:54:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:54:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:54:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:54:04 $ docker stop --time=1 3022ae73c313b6291b7b4929591e87f1a34c16d8cadcb346eed03855de9e2016 17:54:06 $ docker rm -f --volumes 3022ae73c313b6291b7b4929591e87f1a34c16d8cadcb346eed03855de9e2016 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:54:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:54:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:54:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:54:07 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:54:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:54:07 $ docker top a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 -eo pid,comm 17:54:07 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). 17:54:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:54:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:54:07 [ssh-agent] Looking for ssh-agent implementation... 17:54:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:54:07 $ docker exec a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 ssh-agent 17:54:07 SSH_AUTH_SOCK=/tmp/ssh-CcRLSTrPc57u/agent.32 17:54:07 SSH_AGENT_PID=38 17:54:07 Running ssh-add (command line suppressed) 17:54:07 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9236917712787366715.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9236917712787366715.key) 17:54:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:54:08 + git semver bump pre 17:54:08 2023-07-31 17:54:08,330 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:54:08 2023-07-31 17:54:08,330 [bump_version] DEBUG bumping version:3.1.0-dev.26 on axis:pre with prefix:dev 17:54:08 2023-07-31 17:54:08,330 [bump_version] DEBUG bumped version:3.1.0-dev.27 17:54:08 2023-07-31 17:54:08,330 [write_version] DEBUG write version:3.1.0-dev.27 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 17:54:08 2023-07-31 17:54:08,331 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:54:08 2023-07-31 17:54:08,331 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 17:54:08 2023-07-31 17:54:08,332 [execute] INFO git cat-file --batch-check 17:54:08 2023-07-31 17:54:08,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 17:54:08 2023-07-31 17:54:08,338 [execute] INFO git cat-file --batch 17:54:08 2023-07-31 17:54:08,338 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 17:54:08 2023-07-31 17:54:08,344 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:54:08 3.1.0-dev.27 [Pipeline] } 17:54:08 $ docker exec --env ******** --env ******** a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 ssh-agent -k 17:54:08 unset SSH_AUTH_SOCK; 17:54:08 unset SSH_AGENT_PID; 17:54:08 echo Agent pid 38 killed; 17:54:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:54:08 + git semver [Pipeline] } 17:54:09 $ docker stop --time=1 a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 17:54:10 $ docker rm -f --volumes a57866aa56e2e6138488aaaf7daf533b79d035db8b27ee453d47aeb686579ac5 [Pipeline] // withDockerContainer [Pipeline] sh 17:54:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:54:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:54:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:54:11 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:54:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:54:11 $ docker top 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:54:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:54:11 [ssh-agent] Looking for ssh-agent implementation... 17:54:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:54:11 $ docker exec 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c ssh-agent 17:54:11 SSH_AUTH_SOCK=/tmp/ssh-U2YVU7MMxzlM/agent.32 17:54:11 SSH_AGENT_PID=38 17:54:11 Running ssh-add (command line suppressed) 17:54:11 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3776437119853796582.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3776437119853796582.key) 17:54:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:54:12 + git semver push 17:54:12 2023-07-31 17:54:12,322 [run_push] DEBUG push 17:54:12 2023-07-31 17:54:12,322 [execute] INFO git cat-file --batch-check 17:54:12 2023-07-31 17:54:12,322 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 17:54:12 2023-07-31 17:54:12,325 [execute] INFO git rev-list ed3476797e13a15d83479090284303115b5a649f -- 17:54:12 2023-07-31 17:54:12,325 [execute] DEBUG Popen(['git', 'rev-list', 'ed3476797e13a15d83479090284303115b5a649f', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 17:54:12 2023-07-31 17:54:12,329 [execute] INFO git fetch -v origin 17:54:12 2023-07-31 17:54:12,329 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 17:54:13 2023-07-31 17:54:12,798 [run_push] DEBUG no remote changes detected 17:54:13 2023-07-31 17:54:12,798 [execute] INFO git push origin semver 17:54:13 2023-07-31 17:54:12,798 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 17:54:13 2023-07-31 17:54:13,705 [run_push] DEBUG push all version tags 17:54:13 2023-07-31 17:54:13,705 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:54:13 2023-07-31 17:54:13,706 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 17:54:14 2023-07-31 17:54:14,462 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 17:54:14 3.1.0-dev.27 [Pipeline] } 17:54:14 $ docker exec --env ******** --env ******** 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c ssh-agent -k 17:54:14 unset SSH_AUTH_SOCK; 17:54:14 unset SSH_AGENT_PID; 17:54:14 echo Agent pid 38 killed; 17:54:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:54:14 + git semver [Pipeline] } 17:54:15 $ docker stop --time=1 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c 17:54:16 $ docker rm -f --volumes 32ae3ab95ed6c629ba7e2557558aa82e4e6da8d0a2d9b168186e50c074d0c18c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:54:17 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 17:54:17 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 17:54:17 total 16 17:54:17 drwxr-xr-x 3 root root 4096 Jul 31 17:40 . 17:54:17 drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 17:53 .. 17:54:17 drwxr-xr-x 2 root root 4096 Jul 31 17:40 cost 17:54:17 -rw-r--r-- 1 root root 88 Jul 31 17:40 cost.csv 17:54:17 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 17:54:17 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 17:54:17 total 16 17:54:17 drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 17:40 . 17:54:17 drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 17:53 .. 17:54:17 drwxr-xr-x 2 jenkins jenkins 4096 Jul 31 17:40 cost 17:54:17 -rw-r--r-- 1 jenkins jenkins 88 Jul 31 17:40 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:54:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:54:18 ---> package-listing.sh 17:54:18 ++ facter osfamily 17:54:18 ++ tr '[:upper:]' '[:lower:]' 17:54:18 + OS_FAMILY=debian 17:54:18 + workspace=/w/workspace/exfoundry_app-record-replay_main 17:54:18 + START_PACKAGES=/tmp/packages_start.txt 17:54:18 + END_PACKAGES=/tmp/packages_end.txt 17:54:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:54:18 + PACKAGES=/tmp/packages_start.txt 17:54:18 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 17:54:18 + PACKAGES=/tmp/packages_end.txt 17:54:18 + case "${OS_FAMILY}" in 17:54:18 + dpkg -l 17:54:18 + grep '^ii' 17:54:18 + '[' -f /tmp/packages_start.txt ']' 17:54:18 + '[' -f /tmp/packages_end.txt ']' 17:54:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:54:18 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 17:54:18 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 17:54:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 17:54:18 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 17:54:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:54:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:54:19 prd-ubuntu20.04-docker-8c-8g-2602 does not seem to be running inside a container 17:54:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:54:19 $ docker top e571376b9699dca09cd88b675818f1d28aed67ed15d853d73aaa51409259e553 -eo pid,comm [Pipeline] { [Pipeline] sh 17:54:19 + touch /tmp/pre-build-complete [Pipeline] sh 17:54:20 + mkdir -p /var/log/sysstat [Pipeline] sh 17:54:20 + ls /var/log/sa-host 17:54:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:54:20 provisioning config files... 17:54:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18298826256602649730tmp [Pipeline] { [Pipeline] echo 17:54:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:54:20 ---> create-netrc.sh [Pipeline] } 17:54:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:54:21 ---> python-tools-install.sh [Pipeline] echo 17:54:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:54:21 ---> sudo-logs.sh 17:54:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:54:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:54:21 ---> job-cost.sh 17:54:21 lf-activate-venv: SKIPPING 17:54:21 DEBUG: total: 0.2199999988079071 17:54:21 INFO: Retrieving Stack Cost... 17:54:22 INFO: Retrieving Pricing Info for: v3-standard-8 17:54:22 INFO: Archiving Costs [Pipeline] echo 17:54:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:54:22 ---> logs-deploy.sh 17:54:22 lf-activate-venv: SKIPPING 17:54:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/28 17:54:22 INFO: archiving workspace using pattern(s): 17:54:24 Archives upload complete. 17:54:24 INFO: archiving logs to Nexus