Pull request #24 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of marcpfuller for edgexfoundry/app-record-replay Loading trusted files from base branch main at f5c7a18031cd417fd66742b551e8281643a7d45d rather than bf797ec383f5d700c0c2c29e5b9638b15f25cf23 Obtained Jenkinsfile from f5c7a18031cd417fd66742b551e8281643a7d45d 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-ssh12606865472241435576.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-ssh3465624805581545623.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/PR-24/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-24/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12055939159400918929.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-24/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16648571301794144204.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh9570936056554831517.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/PR-24/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-24/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3222996648172303359.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19024 in /w/workspace/xfoundry_app-record-replay_PR-24 [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/xfoundry_app-record-replay_PR-24 # 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 Merging remotes/origin/main commit f5c7a18031cd417fd66742b551e8281643a7d45d into PR head commit bf797ec383f5d700c0c2c29e5b9638b15f25cf23 Merge succeeded, producing bf797ec383f5d700c0c2c29e5b9638b15f25cf23 Checking out Revision bf797ec383f5d700c0c2c29e5b9638b15f25cf23 (PR-24) > 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 remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/pull/24/head:refs/remotes/origin/PR-24 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf797ec383f5d700c0c2c29e5b9638b15f25cf23 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f5c7a18031cd417fd66742b551e8281643a7d45d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf797ec383f5d700c0c2c29e5b9638b15f25cf23 # timeout=10 Commit message: "feat: Implement dummy main to test Ci pipeline and docker builds" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:07:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:07:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:07:46 ========================================================= 23:07:46 EdgeX Global Pipelines Version Info 23:07:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:07:47 ------------------- 23:07:47 stable info: 23:07:47 ------------------- 23:07:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:07:47 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 23:07:47 Message: update stable to v1.0.250 23:07:47 ------------------- 23:07:47 experimental info: 23:07:47 ------------------- 23:07:47 Commited By: **** collab-it+edgex@linuxfoundation.org 23:07:47 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 23:07:47 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-24 [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-24 [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-24 [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bf797ec383f5d700c0c2c29e5b9638b15f25cf23 [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bf797ec [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:07:49 provisioning config files... 23:07:49 copy managed file [app-record-replay-settings] to file:/w/workspace/xfoundry_app-record-replay_PR-24@tmp/config62486818220616403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:07:49 ---> docker-login.sh 23:07:49 nexus3.edgexfoundry.org:10001 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 nexus3.edgexfoundry.org:10002 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 nexus3.edgexfoundry.org:10003 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 nexus3.edgexfoundry.org:10004 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 docker.io 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 ---> docker-login.sh ends [Pipeline] } 23:07:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:07:51 + git rev-list -1 --merges bf797ec383f5d700c0c2c29e5b9638b15f25cf23~1..bf797ec383f5d700c0c2c29e5b9638b15f25cf23 [Pipeline] echo 23:07:51 -----------> git rev-list -1 --merges bf797ec383f5d700c0c2c29e5b9638b15f25cf23~1..bf797ec383f5d700c0c2c29e5b9638b15f25cf23 bf797ec383f5d700c0c2c29e5b9638b15f25cf23 [false] [Pipeline] sh 23:07:51 + git log --format=format:%s -1 bf797ec383f5d700c0c2c29e5b9638b15f25cf23 [Pipeline] echo 23:07:51 ========================================================= 23:07:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:07:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:07:52 + git log --format=format:%s -1 bf797ec383f5d700c0c2c29e5b9638b15f25cf23 [Pipeline] echo 23:07:52 [semverPrep] GIT_COMMIT: bf797ec383f5d700c0c2c29e5b9638b15f25cf23, Commit Message: feat: Implement dummy main to test Ci pipeline and docker builds [Pipeline] echo 23:07:52 [semverPrep] This is not a build commit. [Pipeline] sh 23:07:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:07:52 + grep -v github /etc/ssh/ssh_known_hosts 23:07:52 + [ -e /tmp/ssh_known_hosts ] 23:07:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:07:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:07:52 + sudo tee -a /etc/ssh/ssh_known_hosts 23:07:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:07:53 23:07:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:07:53 0.1.4: Pulling from edgex-devops/py-git-semver 23:07:53 b85a868b505f: Pulling fs layer 23:07:53 e2be974225ed: Pulling fs layer 23:07:53 339a4e72a1f5: Pulling fs layer 23:07:53 988bab9f4d93: Pulling fs layer 23:07:53 1469e6f7b9e6: Pulling fs layer 23:07:53 eaf3925da568: Pulling fs layer 23:07:53 bab4dde63d76: Pulling fs layer 23:07:53 bde34c3a00c8: Pulling fs layer 23:07:53 b352a97aabf1: Pulling fs layer 23:07:53 4872d77fe225: Pulling fs layer 23:07:53 5851b861e8e6: Pulling fs layer 23:07:53 b352a97aabf1: Waiting 23:07:53 4872d77fe225: Waiting 23:07:53 988bab9f4d93: Waiting 23:07:53 5851b861e8e6: Waiting 23:07:53 bde34c3a00c8: Waiting 23:07:53 1469e6f7b9e6: Waiting 23:07:53 eaf3925da568: Waiting 23:07:53 bab4dde63d76: Waiting 23:07:53 e2be974225ed: Download complete 23:07:53 988bab9f4d93: Verifying Checksum 23:07:53 988bab9f4d93: Download complete 23:07:53 339a4e72a1f5: Verifying Checksum 23:07:53 339a4e72a1f5: Download complete 23:07:53 1469e6f7b9e6: Verifying Checksum 23:07:53 1469e6f7b9e6: Download complete 23:07:54 eaf3925da568: Download complete 23:07:54 bde34c3a00c8: Verifying Checksum 23:07:54 bde34c3a00c8: Download complete 23:07:54 b352a97aabf1: Download complete 23:07:54 4872d77fe225: Verifying Checksum 23:07:54 4872d77fe225: Download complete 23:07:54 5851b861e8e6: Verifying Checksum 23:07:54 5851b861e8e6: Download complete 23:07:54 b85a868b505f: Verifying Checksum 23:07:54 b85a868b505f: Download complete 23:07:54 bab4dde63d76: Verifying Checksum 23:07:54 bab4dde63d76: Download complete 23:07:55 b85a868b505f: Pull complete 23:07:55 e2be974225ed: Pull complete 23:07:55 339a4e72a1f5: Pull complete 23:07:55 988bab9f4d93: Pull complete 23:07:56 1469e6f7b9e6: Pull complete 23:07:56 eaf3925da568: Pull complete 23:07:58 bab4dde63d76: Pull complete 23:07:58 bde34c3a00c8: Pull complete 23:07:58 b352a97aabf1: Pull complete 23:07:58 4872d77fe225: Pull complete 23:07:58 5851b861e8e6: Pull complete 23:07:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:07:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:07:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:07:58 prd-ubuntu20.04-docker-8c-8g-19024 does not seem to be running inside a container 23:07:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_app-record-replay_PR-24 -v /w/workspace/xfoundry_app-record-replay_PR-24:/w/workspace/xfoundry_app-record-replay_PR-24:rw,z -v /w/workspace/xfoundry_app-record-replay_PR-24@tmp:/w/workspace/xfoundry_app-record-replay_PR-24@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:08:01 $ docker top a2813a1d9f381aa250cb1ceb98e53ddc3cdd2a1be12e0338ff8dcc9890aa251c -eo pid,comm 23:08:01 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). 23:08:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:01 [ssh-agent] Looking for ssh-agent implementation... 23:08:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:01 $ docker exec a2813a1d9f381aa250cb1ceb98e53ddc3cdd2a1be12e0338ff8dcc9890aa251c ssh-agent 23:08:01 SSH_AUTH_SOCK=/tmp/ssh-70vdXzWma13r/agent.33 23:08:01 SSH_AGENT_PID=39 23:08:01 Running ssh-add (command line suppressed) 23:08:01 Identity added: /w/workspace/xfoundry_app-record-replay_PR-24@tmp/private_key_10963986083061741599.key (/w/workspace/xfoundry_app-record-replay_PR-24@tmp/private_key_10963986083061741599.key) 23:08:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:01 + git tag --points-at HEAD [Pipeline] } 23:08:01 $ docker exec --env ******** --env ******** a2813a1d9f381aa250cb1ceb98e53ddc3cdd2a1be12e0338ff8dcc9890aa251c ssh-agent -k 23:08:02 unset SSH_AUTH_SOCK; 23:08:02 unset SSH_AGENT_PID; 23:08:02 echo Agent pid 39 killed; 23:08:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:08:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:02 [ssh-agent] Looking for ssh-agent implementation... 23:08:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:02 $ docker exec a2813a1d9f381aa250cb1ceb98e53ddc3cdd2a1be12e0338ff8dcc9890aa251c ssh-agent 23:08:02 SSH_AUTH_SOCK=/tmp/ssh-ks5SRwcosZsI/agent.71 23:08:02 SSH_AGENT_PID=77 23:08:02 Running ssh-add (command line suppressed) 23:08:02 Identity added: /w/workspace/xfoundry_app-record-replay_PR-24@tmp/private_key_4679934990852311838.key (/w/workspace/xfoundry_app-record-replay_PR-24@tmp/private_key_4679934990852311838.key) 23:08:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:02 + git semver init 23:08:03 2023-06-21 23:08:03,048 [run_init] DEBUG init version:0.0.0 force:False 23:08:03 2023-06-21 23:08:03,049 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_app-record-replay_PR-24/.semver 23:08:03 2023-06-21 23:08:03,049 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/xfoundry_app-record-replay_PR-24/.semver 23:08:03 2023-06-21 23:08:03,049 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/xfoundry_app-record-replay_PR-24/.semver'], cwd=/w/workspace/xfoundry_app-record-replay_PR-24, universal_newlines=False, shell=None, istream=None) 23:08:03 2023-06-21 23:08:03,587 [append_file] DEBUG append to file:/w/workspace/xfoundry_app-record-replay_PR-24/.git/info/exclude 23:08:03 2023-06-21 23:08:03,588 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_app-record-replay_PR-24/.semver/PR-24 with force:False 23:08:03 2023-06-21 23:08:03,588 [write_file] DEBUG write to file:/w/workspace/xfoundry_app-record-replay_PR-24/.semver/PR-24 23:08:03 2023-06-21 23:08:03,592 [execute] INFO git cat-file --batch-check 23:08:03 2023-06-21 23:08:03,592 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_app-record-replay_PR-24/.semver, universal_newlines=False, shell=None, istream=) 23:08:03 2023-06-21 23:08:03,599 [execute] INFO git cat-file --batch 23:08:03 2023-06-21 23:08:03,599 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_app-record-replay_PR-24/.semver, universal_newlines=False, shell=None, istream=) 23:08:03 2023-06-21 23:08:03,606 [read_version] DEBUG read version from /w/workspace/xfoundry_app-record-replay_PR-24/.semver/PR-24 23:08:03 0.0.0 [Pipeline] } 23:08:03 $ docker exec --env ******** --env ******** a2813a1d9f381aa250cb1ceb98e53ddc3cdd2a1be12e0338ff8dcc9890aa251c ssh-agent -k 23:08:03 unset SSH_AUTH_SOCK; 23:08:03 unset SSH_AGENT_PID; 23:08:03 echo Agent pid 77 killed; 23:08:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:04 + git semver [Pipeline] } 23:08:04 $ docker stop --time=1 a2813a1d9f381aa250cb1ceb98e53ddc3cdd2a1be12e0338ff8dcc9890aa251c 23:08:05 $ docker rm -f --volumes a2813a1d9f381aa250cb1ceb98e53ddc3cdd2a1be12e0338ff8dcc9890aa251c [Pipeline] // withDockerContainer [Pipeline] sh 23:08:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:08:06 Stashed 1 file(s) [Pipeline] echo 23:08:06 [edgeXSemver]: initialized semver on version 0.0.0 [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 23:08:07 provisioning config files... 23:08:07 copy managed file [app-record-replay-settings] to file:/w/workspace/xfoundry_app-record-replay_PR-24@tmp/config1738552218355281215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:08:07 ---> docker-login.sh 23:08:07 nexus3.edgexfoundry.org:10001 23:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:07 Configure a credential helper to remove this warning. See 23:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:07 23:08:07 Login Succeeded 23:08:07 nexus3.edgexfoundry.org:10002 23:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:07 Configure a credential helper to remove this warning. See 23:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:07 23:08:07 Login Succeeded 23:08:07 nexus3.edgexfoundry.org:10003 23:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:07 Configure a credential helper to remove this warning. See 23:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:07 23:08:07 Login Succeeded 23:08:07 nexus3.edgexfoundry.org:10004 23:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:07 Configure a credential helper to remove this warning. See 23:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:07 23:08:07 Login Succeeded 23:08:07 docker.io 23:08:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:08 Configure a credential helper to remove this warning. See 23:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:08 23:08:08 Login Succeeded 23:08:08 ---> docker-login.sh ends [Pipeline] } 23:08:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:08:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:08:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:08:08 ========================================================= 23:08:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 23:08:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:08:08 + 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 . 23:08:08 Sending build context to Docker daemon 237.6kB 23:08:08 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 23:08:08 Step 2/12 : FROM ${BASE} AS builder 23:08:08 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 23:08:08 f56be85fc22e: Pulling fs layer 23:08:08 85791d961cd3: Pulling fs layer 23:08:08 d694b5ae8c79: Pulling fs layer 23:08:08 9f32a84ed3da: Pulling fs layer 23:08:08 4d19c01a9841: Pulling fs layer 23:08:08 9325e15d5711: Pulling fs layer 23:08:08 556b6ee489ea: Pulling fs layer 23:08:08 c5a4b2cf53e6: Pulling fs layer 23:08:08 556b6ee489ea: Waiting 23:08:08 4d19c01a9841: Waiting 23:08:08 c5a4b2cf53e6: Waiting 23:08:08 9f32a84ed3da: Waiting 23:08:08 9325e15d5711: Waiting 23:08:08 85791d961cd3: Download complete 23:08:08 9f32a84ed3da: Verifying Checksum 23:08:08 9f32a84ed3da: Download complete 23:08:08 4d19c01a9841: Download complete 23:08:08 f56be85fc22e: Verifying Checksum 23:08:08 f56be85fc22e: Download complete 23:08:09 9325e15d5711: Verifying Checksum 23:08:09 9325e15d5711: Download complete 23:08:09 f56be85fc22e: Pull complete 23:08:09 85791d961cd3: Pull complete 23:08:09 c5a4b2cf53e6: Verifying Checksum 23:08:09 c5a4b2cf53e6: Download complete 23:08:09 d694b5ae8c79: Verifying Checksum 23:08:09 d694b5ae8c79: Download complete 23:08:09 556b6ee489ea: Verifying Checksum 23:08:09 556b6ee489ea: Download complete 23:08:13 d694b5ae8c79: Pull complete 23:08:13 9f32a84ed3da: Pull complete 23:08:13 4d19c01a9841: Pull complete 23:08:13 9325e15d5711: Pull complete 23:08:15 556b6ee489ea: Pull complete 23:08:16 c5a4b2cf53e6: Pull complete 23:08:16 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 23:08:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 23:08:16 ---> c4be618373d6 23:08:16 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 23:08:20 ---> Running in 51624e8ea87a 23:08:20 Removing intermediate container 51624e8ea87a 23:08:20 ---> e7c5af9ca869 23:08:20 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:08:20 ---> Running in d4fe7c6d7ec4 23:08:20 Removing intermediate container d4fe7c6d7ec4 23:08:20 ---> 6ab8af5ee528 23:08:20 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:08:20 ---> Running in 225625c712c7 23:08:20 Removing intermediate container 225625c712c7 23:08:20 ---> f672c231399a 23:08:20 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:08:20 ---> Running in ddc69f836234 23:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 23:08:21 OK: 265 MiB in 53 packages 23:08:21 Removing intermediate container ddc69f836234 23:08:21 ---> 95e2160ad264 23:08:21 Step 7/12 : WORKDIR /app 23:08:21 ---> Running in b3a7978db2cc 23:08:21 Removing intermediate container b3a7978db2cc 23:08:21 ---> bd07ce45dfca 23:08:21 Step 8/12 : COPY go.mod vendor* ./ 23:08:21 Still waiting to schedule task 23:08:21 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:08:21 ---> 38786d41ea01 23:08:21 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:08:21 ---> Running in 8fc5c0aaeaf1 23:08:48 Removing intermediate container 8fc5c0aaeaf1 23:08:48 ---> 21fa9acf6615 23:08:48 Step 10/12 : COPY . . 23:08:48 ---> d91e72fba487 23:08:48 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:08:48 ---> Running in f1e9503090f9 23:08:48 Removing intermediate container f1e9503090f9 23:08:48 ---> 8aaf2a40e2be 23:08:48 Step 12/12 : RUN $MAKE 23:08:48 ---> Running in 8101ccebc44c 23:08:48 noop 23:08:48 Removing intermediate container 8101ccebc44c 23:08:48 ---> 43c4f0847bcb 23:08:48 Successfully built 43c4f0847bcb 23:08:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:08:48 + docker inspect -f . ci-base-image-x86_64 23:08:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:08:49 prd-ubuntu20.04-docker-8c-8g-19024 does not seem to be running inside a container 23:08:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_app-record-replay_PR-24 -v /w/workspace/xfoundry_app-record-replay_PR-24:/w/workspace/xfoundry_app-record-replay_PR-24:rw,z -v /w/workspace/xfoundry_app-record-replay_PR-24@tmp:/w/workspace/xfoundry_app-record-replay_PR-24@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:08:49 $ docker top 7aab2bfce08495d1edb859ea3ad4c9d09b8233f01b58e1cab22811f763a4f0ad -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:49 + go version 23:08:49 go version go1.20.2 linux/amd64 [Pipeline] } 23:08:49 $ docker stop --time=1 7aab2bfce08495d1edb859ea3ad4c9d09b8233f01b58e1cab22811f763a4f0ad 23:08:51 $ docker rm -f --volumes 7aab2bfce08495d1edb859ea3ad4c9d09b8233f01b58e1cab22811f763a4f0ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:08:51 + docker inspect -f . ci-base-image-x86_64 23:08:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:08:52 prd-ubuntu20.04-docker-8c-8g-19024 does not seem to be running inside a container 23:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_app-record-replay_PR-24 -v /w/workspace/xfoundry_app-record-replay_PR-24:/w/workspace/xfoundry_app-record-replay_PR-24:rw,z -v /w/workspace/xfoundry_app-record-replay_PR-24@tmp:/w/workspace/xfoundry_app-record-replay_PR-24@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:08:52 $ docker top 0c833c7682c5debbd7abbd4a253c207e1b7fe3d1ca5dbff54162b69db1ffae45 -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:52 + git config --global --add safe.directory /w/workspace/xfoundry_app-record-replay_PR-24 [Pipeline] fileExists [Pipeline] sh 23:08:53 + make test 23:08:53 go test -race -coverprofile=coverage.out ./... 23:09:15 ? github.com/edgexfoundry/app-record-replay/config [no test files] 23:09:15 ? github.com/edgexfoundry/app-record-replay/internal/data/mocks [no test files] 23:09:15 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 23:09:15 --- FAIL: TestCreateAndRunService_GetAppSettingStrings_Failed (0.00s) 23:09:15 panic: 23:09:15 assert: mock: I don't know what to return because the method call was unexpected. 23:09:15 Either do Mock.On("LoadCustomConfig").Return(...) first, or remove the LoadCustomConfig() call. 23:09:15 This method was unexpected: 23:09:15 LoadCustomConfig(*config.ServiceConfig,string) 23:09:15 0: &config.ServiceConfig{AppCustom:config.AppCustomConfig{ResourceNames:"", SomeValue:0, SomeService:config.HostInfo{Host:"", Port:0, Protocol:""}}} 23:09:15 1: "AppCustom" 23:09:15 at: [/go/pkg/mod/github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0/pkg/interfaces/mocks/ApplicationService.go:327 /w/workspace/xfoundry_app-record-replay_PR-24/main.go:56 /w/workspace/xfoundry_app-record-replay_PR-24/main_test.go:94] [recovered] 23:09:15 panic: 23:09:15 assert: mock: I don't know what to return because the method call was unexpected. 23:09:15 Either do Mock.On("LoadCustomConfig").Return(...) first, or remove the LoadCustomConfig() call. 23:09:15 This method was unexpected: 23:09:15 LoadCustomConfig(*config.ServiceConfig,string) 23:09:15 0: &config.ServiceConfig{AppCustom:config.AppCustomConfig{ResourceNames:"", SomeValue:0, SomeService:config.HostInfo{Host:"", Port:0, Protocol:""}}} 23:09:15 1: "AppCustom" 23:09:15 at: [/go/pkg/mod/github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0/pkg/interfaces/mocks/ApplicationService.go:327 /w/workspace/xfoundry_app-record-replay_PR-24/main.go:56 /w/workspace/xfoundry_app-record-replay_PR-24/main_test.go:94] 23:09:15 23:09:15 goroutine 8 [running]: 23:09:15 testing.tRunner.func1.2({0xd6f3a0, 0xc000455380}) 23:09:15 /usr/local/go/src/testing/testing.go:1526 +0x372 23:09:15 testing.tRunner.func1() 23:09:15 /usr/local/go/src/testing/testing.go:1529 +0x650 23:09:15 panic({0xd6f3a0, 0xc000455380}) 23:09:15 /usr/local/go/src/runtime/panic.go:890 +0x263 23:09:15 github.com/stretchr/testify/mock.(*Mock).fail(0xc000403950, {0xe990f2, 0xc1}, {0xc000475540, 0x4, 0x4}) 23:09:15 /go/pkg/mod/github.com/stretchr/testify@v1.8.2/mock/mock.go:328 +0x1db 23:09:15 github.com/stretchr/testify/mock.(*Mock).MethodCalled(0xc000403950, {0x1093139, 0x10}, {0xc0004507c0, 0x2, 0x2}) 23:09:15 /go/pkg/mod/github.com/stretchr/testify@v1.8.2/mock/mock.go:491 +0x8eb 23:09:15 github.com/stretchr/testify/mock.(*Mock).Called(0xe71162?, {0xc0004507c0, 0x2, 0x2}) 23:09:15 /go/pkg/mod/github.com/stretchr/testify@v1.8.2/mock/mock.go:456 +0x1a5 23:09:15 github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks.(*ApplicationService).LoadCustomConfig(0xc000403950, {0xf8c860?, 0xc000475300}, {0xe71162, 0x9}) 23:09:15 /go/pkg/mod/github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0/pkg/interfaces/mocks/ApplicationService.go:327 +0x15c 23:09:15 github.com/edgexfoundry/app-record-replay.(*myApp).CreateAndRunAppService(0xc0000a1e70, {0xe6f1d9, 0x7}, 0xc000073e50) 23:09:15 /w/workspace/xfoundry_app-record-replay_PR-24/main.go:56 +0x2c6 23:09:15 github.com/edgexfoundry/app-record-replay.TestCreateAndRunService_GetAppSettingStrings_Failed(0x0?) 23:09:15 /w/workspace/xfoundry_app-record-replay_PR-24/main_test.go:94 +0xa6 23:09:15 testing.tRunner(0xc00047c1a0, 0xeb9448) 23:09:15 /usr/local/go/src/testing/testing.go:1576 +0x217 23:09:15 created by testing.(*T).Run 23:09:15 /usr/local/go/src/testing/testing.go:1629 +0x806 23:09:15 FAIL github.com/edgexfoundry/app-record-replay 0.043s 23:09:15 ok github.com/edgexfoundry/app-record-replay/internal/data 0.060s coverage: 27.3% of statements 23:09:15 FAIL 23:09:15 make: *** [Makefile:69: unittest] Error 1 [Pipeline] } 23:09:15 $ docker stop --time=1 0c833c7682c5debbd7abbd4a253c207e1b7fe3d1ca5dbff54162b69db1ffae45 23:09:17 $ docker rm -f --volumes 0c833c7682c5debbd7abbd4a253c207e1b7fe3d1ca5dbff54162b69db1ffae45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:09:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:09:18 23:09:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:09:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:09:19 latest: Pulling from edgex-lftools-log-publisher 23:09:19 5eb5b503b376: Pulling fs layer 23:09:19 5c69ac0246d0: Pulling fs layer 23:09:19 ec43610c2a17: Pulling fs layer 23:09:19 3a2ae6a8a46f: Pulling fs layer 23:09:19 33b1e0a273af: Pulling fs layer 23:09:19 5d3b04190fa2: Pulling fs layer 23:09:19 2f39f015ded8: Pulling fs layer 23:09:19 3a2ae6a8a46f: Waiting 23:09:19 33b1e0a273af: Waiting 23:09:19 2f39f015ded8: Waiting 23:09:19 5c69ac0246d0: Verifying Checksum 23:09:19 5c69ac0246d0: Download complete 23:09:19 3a2ae6a8a46f: Verifying Checksum 23:09:19 3a2ae6a8a46f: Download complete 23:09:19 33b1e0a273af: Verifying Checksum 23:09:19 33b1e0a273af: Download complete 23:09:19 ec43610c2a17: Verifying Checksum 23:09:19 ec43610c2a17: Download complete 23:09:19 5d3b04190fa2: Download complete 23:09:19 5eb5b503b376: Verifying Checksum 23:09:19 5eb5b503b376: Download complete 23:09:19 2f39f015ded8: Download complete 23:09:20 5eb5b503b376: Pull complete 23:09:20 5c69ac0246d0: Pull complete 23:09:21 ec43610c2a17: Pull complete 23:09:21 3a2ae6a8a46f: Pull complete 23:09:21 33b1e0a273af: Pull complete 23:09:21 5d3b04190fa2: Pull complete 23:09:26 2f39f015ded8: Pull complete 23:09:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:09:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:09:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:09:27 prd-ubuntu20.04-docker-8c-8g-19024 does not seem to be running inside a container 23:09:27 $ 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/xfoundry_app-record-replay_PR-24 -v /w/workspace/xfoundry_app-record-replay_PR-24:/w/workspace/xfoundry_app-record-replay_PR-24:rw,z -v /w/workspace/xfoundry_app-record-replay_PR-24@tmp:/w/workspace/xfoundry_app-record-replay_PR-24@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:09:29 $ docker top e93a156370cbe0f114f857d3627de40214c0c212200f55568021330058da254d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:30 ---> job-cost.sh 23:09:30 lf-activate-venv: SKIPPING 23:09:30 INFO: No Stack... 23:09:30 INFO: Retrieving Pricing Info for: v3-standard-8 23:09:30 INFO: Archiving Costs [Pipeline] sh 23:09:31 + cat /w/workspace/xfoundry_app-record-replay_PR-24/archives/cost.csv 23:09:31 + cut -d, -f6 [Pipeline] lock 23:09:31 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-PR-24-1-stack-cost] 23:09:31 Resource [jenkins-edgexfoundry-app-record-replay-PR-24-1-stack-cost] did not exist. Created. 23:09:31 Lock acquired on [jenkins-edgexfoundry-app-record-replay-PR-24-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:09:31 + echo total: 0.2199999988079071 [Pipeline] stash 23:09:31 Stashed 1 file(s) [Pipeline] } 23:09:31 Lock released on resource [jenkins-edgexfoundry-app-record-replay-PR-24-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:09:31 $ docker stop --time=1 e93a156370cbe0f114f857d3627de40214c0c212200f55568021330058da254d 23:09:33 $ docker rm -f --volumes e93a156370cbe0f114f857d3627de40214c0c212200f55568021330058da254d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:09:33 Failed in branch amd64 23:09:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19025 in /w/workspace/xfoundry_app-record-replay_PR-24 [Pipeline] { [Pipeline] ws 23:09:54 Running in /w/workspace/app-record-replay/1 [Pipeline] { [Pipeline] checkout 23:09:54 Selected Git installation does not exist. Using Default 23:09:54 The recommended git tool is: NONE 23:09:59 using credential edgex-jenkins-ssh 23:09:59 Cloning the remote Git repository 23:09:59 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 23:09:59 > git init /w/workspace/app-record-replay/1 # timeout=10 23:09:59 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 23:09:59 > git --version # timeout=10 23:09:59 > git --version # 'git version 2.25.1' 23:09:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:00 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 23:10:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:01 Merging remotes/origin/main commit f5c7a18031cd417fd66742b551e8281643a7d45d into PR head commit bf797ec383f5d700c0c2c29e5b9638b15f25cf23 23:10:00 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 23:10:00 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 23:10:00 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/pull/24/head:refs/remotes/origin/PR-24 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:10:01 > git config core.sparsecheckout # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:10:01 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) 23:10:01 > git checkout -f bf797ec383f5d700c0c2c29e5b9638b15f25cf23 # timeout=10 Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 23:10:03 + [ -d /w/workspace/xfoundry_app-record-replay_PR-24/archives ] 23:10:03 + ls -al /w/workspace/xfoundry_app-record-replay_PR-24/archives 23:10:03 total 16 23:10:03 drwxr-xr-x 3 root root 4096 Jun 21 23:09 . 23:10:03 drwxrwxr-x 11 jenkins jenkins 4096 Jun 21 23:09 .. 23:10:03 drwxr-xr-x 2 root root 4096 Jun 21 23:09 cost 23:10:03 -rw-r--r-- 1 root root 88 Jun 21 23:09 cost.csv 23:10:03 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_app-record-replay_PR-24/archives 23:10:03 + ls -al /w/workspace/xfoundry_app-record-replay_PR-24/archives 23:10:03 total 16 23:10:03 drwxr-xr-x 3 jenkins jenkins 4096 Jun 21 23:09 . 23:10:03 drwxrwxr-x 11 jenkins jenkins 4096 Jun 21 23:09 .. 23:10:03 drwxr-xr-x 2 jenkins jenkins 4096 Jun 21 23:09 cost 23:10:03 -rw-r--r-- 1 jenkins jenkins 88 Jun 21 23:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:10:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:10:05 ---> package-listing.sh 23:10:05 ++ tr '[:upper:]' '[:lower:]' 23:10:05 ++ facter osfamily 23:10:05 + OS_FAMILY=debian 23:10:05 + workspace=/w/workspace/xfoundry_app-record-replay_PR-24 23:10:05 + START_PACKAGES=/tmp/packages_start.txt 23:10:05 + END_PACKAGES=/tmp/packages_end.txt 23:10:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:10:05 + PACKAGES=/tmp/packages_start.txt 23:10:05 + '[' /w/workspace/xfoundry_app-record-replay_PR-24 ']' 23:10:05 + PACKAGES=/tmp/packages_end.txt 23:10:05 + case "${OS_FAMILY}" in 23:10:05 + dpkg -l 23:10:05 + grep '^ii' 23:10:05 + '[' -f /tmp/packages_start.txt ']' 23:10:05 + '[' -f /tmp/packages_end.txt ']' 23:10:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:10:05 + '[' /w/workspace/xfoundry_app-record-replay_PR-24 ']' 23:10:05 + mkdir -p /w/workspace/xfoundry_app-record-replay_PR-24/archives/ 23:10:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_app-record-replay_PR-24/archives/ [Pipeline] echo 23:10:05 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/xfoundry_app-record-replay_PR-24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:10:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:10:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:10:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:10:06 prd-ubuntu20.04-docker-8c-8g-19024 does not seem to be running inside a container 23:10:06 $ 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/xfoundry_app-record-replay_PR-24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_app-record-replay_PR-24 -v /w/workspace/xfoundry_app-record-replay_PR-24:/w/workspace/xfoundry_app-record-replay_PR-24:rw,z -v /w/workspace/xfoundry_app-record-replay_PR-24@tmp:/w/workspace/xfoundry_app-record-replay_PR-24@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:10:06 $ docker top fd00ac35da9d2c2943750ee6431977b05a5695490b8d33e37f21af896b212678 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:07 + touch /tmp/pre-build-complete [Pipeline] sh 23:10:07 + mkdir -p /var/log/sysstat [Pipeline] sh 23:10:07 + ls /var/log/sa-host 23:10:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:10:08 provisioning config files... 23:10:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_app-record-replay_PR-24@tmp/config6203970242576579608tmp [Pipeline] { [Pipeline] echo 23:10:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:10:08 ---> create-netrc.sh [Pipeline] } 23:10:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:10:08 ---> python-tools-install.sh [Pipeline] echo 23:10:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:10:09 ---> sudo-logs.sh 23:10:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:10:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:10:09 ---> job-cost.sh 23:10:09 lf-activate-venv: SKIPPING 23:10:09 DEBUG: total: 0.2199999988079071 23:10:09 INFO: Retrieving Stack Cost... 23:10:10 INFO: Retrieving Pricing Info for: v3-standard-8 23:10:10 INFO: Archiving Costs [Pipeline] echo 23:10:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:10:10 ---> logs-deploy.sh 23:10:10 lf-activate-venv: SKIPPING 23:10:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/PR-24/1 23:10:10 INFO: archiving workspace using pattern(s): 23:10:11 Archives upload complete. 23:10:11 INFO: archiving logs to Nexus