Pull request #106 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 lenny-intel for edgexfoundry/app-record-replay Obtained Jenkinsfile from f8316f954191747d09b41915d8340790a9d07b38+17bff3b2376047bc87c499615cc452c2e61935d4 (07a20fc53abd31bd0b8c97fba2d166cda19f4e16) 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-ssh13421030481654029398.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh8716108422968012436.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-106/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-106/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1739975724218447922.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-106/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17259044695819862845.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > 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-ssh14528551105029491340.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-106/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-106/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13827811259437513443.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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.21 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-17500 in /w/workspace/foundry_app-record-replay_PR-106 [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/foundry_app-record-replay_PR-106 # 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 > 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/106/head:refs/remotes/origin/PR-106 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 17bff3b2376047bc87c499615cc452c2e61935d4 into PR head commit f8316f954191747d09b41915d8340790a9d07b38 Merge succeeded, producing f8316f954191747d09b41915d8340790a9d07b38 Checking out Revision f8316f954191747d09b41915d8340790a9d07b38 (PR-106) > git config core.sparsecheckout # timeout=10 > git checkout -f f8316f954191747d09b41915d8340790a9d07b38 # 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 17bff3b2376047bc87c499615cc452c2e61935d4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8316f954191747d09b41915d8340790a9d07b38 # timeout=10 Commit message: "fix: Address CVE in Alpine base image" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:14:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:14:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:14:59 ========================================================= 18:14:59 EdgeX Global Pipelines Version Info 18:14:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:15:00 ------------------- 18:15:00 stable info: 18:15:00 ------------------- 18:15:00 Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com 18:15:00 Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 18:15:00 Message: update stable to v1.0.257 18:15:00 ------------------- 18:15:00 experimental info: 18:15:00 ------------------- 18:15:00 Commited By: **** collab-it+edgex@linuxfoundation.org 18:15:00 Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 18:15:00 Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:15:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:15:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-106 [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-106 [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-106 [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8316f954191747d09b41915d8340790a9d07b38 [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f8316f9 [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:15:02 provisioning config files... 18:15:02 copy managed file [app-record-replay-settings] to file:/w/workspace/foundry_app-record-replay_PR-106@tmp/config10390299857866284825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:02 ---> docker-login.sh 18:15:02 nexus3.edgexfoundry.org:10001 18:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:03 Configure a credential helper to remove this warning. See 18:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:03 18:15:03 Login Succeeded 18:15:03 nexus3.edgexfoundry.org:10002 18:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:03 Configure a credential helper to remove this warning. See 18:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:03 18:15:03 Login Succeeded 18:15:03 nexus3.edgexfoundry.org:10003 18:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:03 Configure a credential helper to remove this warning. See 18:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:03 18:15:03 Login Succeeded 18:15:03 nexus3.edgexfoundry.org:10004 18:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:03 Configure a credential helper to remove this warning. See 18:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:03 18:15:03 Login Succeeded 18:15:03 docker.io 18:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:03 Configure a credential helper to remove this warning. See 18:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:03 18:15:03 Login Succeeded 18:15:03 ---> docker-login.sh ends [Pipeline] } 18:15:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:15:04 + git rev-list -1 --merges f8316f954191747d09b41915d8340790a9d07b38~1..f8316f954191747d09b41915d8340790a9d07b38 [Pipeline] echo 18:15:04 -----------> git rev-list -1 --merges f8316f954191747d09b41915d8340790a9d07b38~1..f8316f954191747d09b41915d8340790a9d07b38 f8316f954191747d09b41915d8340790a9d07b38 [false] [Pipeline] sh 18:15:04 + git log --format=format:%s -1 f8316f954191747d09b41915d8340790a9d07b38 [Pipeline] echo 18:15:04 ========================================================= 18:15:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:15:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:15:05 + git log --format=format:%s -1 f8316f954191747d09b41915d8340790a9d07b38 [Pipeline] echo 18:15:05 [semverPrep] GIT_COMMIT: f8316f954191747d09b41915d8340790a9d07b38, Commit Message: fix: Address CVE in Alpine base image [Pipeline] echo 18:15:05 [semverPrep] This is not a build commit. [Pipeline] sh 18:15:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:15:05 + grep -v github /etc/ssh/ssh_known_hosts 18:15:05 + [ -e /tmp/ssh_known_hosts ] 18:15:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:15:05 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:15:05 sudo tee -a /etc/ssh/ssh_known_hosts 18:15:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:06 18:15:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:06 0.1.4: Pulling from edgex-devops/py-git-semver 18:15:06 b85a868b505f: Pulling fs layer 18:15:06 e2be974225ed: Pulling fs layer 18:15:06 339a4e72a1f5: Pulling fs layer 18:15:06 988bab9f4d93: Pulling fs layer 18:15:06 1469e6f7b9e6: Pulling fs layer 18:15:06 eaf3925da568: Pulling fs layer 18:15:06 bab4dde63d76: Pulling fs layer 18:15:06 988bab9f4d93: Waiting 18:15:06 bde34c3a00c8: Pulling fs layer 18:15:06 b352a97aabf1: Pulling fs layer 18:15:06 4872d77fe225: Pulling fs layer 18:15:06 eaf3925da568: Waiting 18:15:06 5851b861e8e6: Pulling fs layer 18:15:06 bde34c3a00c8: Waiting 18:15:06 bab4dde63d76: Waiting 18:15:06 4872d77fe225: Waiting 18:15:06 b352a97aabf1: Waiting 18:15:06 1469e6f7b9e6: Waiting 18:15:06 e2be974225ed: Verifying Checksum 18:15:06 e2be974225ed: Download complete 18:15:06 988bab9f4d93: Verifying Checksum 18:15:06 988bab9f4d93: Download complete 18:15:06 1469e6f7b9e6: Verifying Checksum 18:15:06 1469e6f7b9e6: Download complete 18:15:06 339a4e72a1f5: Verifying Checksum 18:15:06 339a4e72a1f5: Download complete 18:15:06 eaf3925da568: Download complete 18:15:06 bde34c3a00c8: Verifying Checksum 18:15:06 bde34c3a00c8: Download complete 18:15:06 b352a97aabf1: Verifying Checksum 18:15:06 b352a97aabf1: Download complete 18:15:07 4872d77fe225: Verifying Checksum 18:15:07 4872d77fe225: Download complete 18:15:07 5851b861e8e6: Verifying Checksum 18:15:07 5851b861e8e6: Download complete 18:15:07 b85a868b505f: Verifying Checksum 18:15:07 b85a868b505f: Download complete 18:15:07 bab4dde63d76: Verifying Checksum 18:15:07 bab4dde63d76: Download complete 18:15:08 b85a868b505f: Pull complete 18:15:08 e2be974225ed: Pull complete 18:15:09 339a4e72a1f5: Pull complete 18:15:09 988bab9f4d93: Pull complete 18:15:09 1469e6f7b9e6: Pull complete 18:15:10 eaf3925da568: Pull complete 18:15:11 bab4dde63d76: Pull complete 18:15:12 bde34c3a00c8: Pull complete 18:15:12 b352a97aabf1: Pull complete 18:15:12 4872d77fe225: Pull complete 18:15:12 5851b861e8e6: Pull complete 18:15:12 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:15:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:12 prd-ubuntu20.04-docker-8c-8g-17500 does not seem to be running inside a container 18:15:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_app-record-replay_PR-106 -v /w/workspace/foundry_app-record-replay_PR-106:/w/workspace/foundry_app-record-replay_PR-106:rw,z -v /w/workspace/foundry_app-record-replay_PR-106@tmp:/w/workspace/foundry_app-record-replay_PR-106@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:15:19 $ docker top 94e044dc3ea2bde3e8599e28918b3d872d68991eb5ed57785eb61b75da92c366 -eo pid,comm 18:15:19 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). 18:15:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:15:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:19 [ssh-agent] Looking for ssh-agent implementation... 18:15:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:19 $ docker exec 94e044dc3ea2bde3e8599e28918b3d872d68991eb5ed57785eb61b75da92c366 ssh-agent 18:15:19 SSH_AUTH_SOCK=/tmp/ssh-hY4H6O3T3Kgg/agent.33 18:15:19 SSH_AGENT_PID=40 18:15:20 Running ssh-add (command line suppressed) 18:15:20 Identity added: /w/workspace/foundry_app-record-replay_PR-106@tmp/private_key_17445369561491606682.key (/w/workspace/foundry_app-record-replay_PR-106@tmp/private_key_17445369561491606682.key) 18:15:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:20 + git tag --points-at HEAD [Pipeline] } 18:15:20 $ docker exec --env ******** --env ******** 94e044dc3ea2bde3e8599e28918b3d872d68991eb5ed57785eb61b75da92c366 ssh-agent -k 18:15:20 unset SSH_AUTH_SOCK; 18:15:20 unset SSH_AGENT_PID; 18:15:20 echo Agent pid 40 killed; 18:15:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:15:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:20 [ssh-agent] Looking for ssh-agent implementation... 18:15:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:20 $ docker exec 94e044dc3ea2bde3e8599e28918b3d872d68991eb5ed57785eb61b75da92c366 ssh-agent 18:15:20 SSH_AUTH_SOCK=/tmp/ssh-9wDy9LnjACVF/agent.72 18:15:20 SSH_AGENT_PID=78 18:15:20 Running ssh-add (command line suppressed) 18:15:21 Identity added: /w/workspace/foundry_app-record-replay_PR-106@tmp/private_key_16673997997195321800.key (/w/workspace/foundry_app-record-replay_PR-106@tmp/private_key_16673997997195321800.key) 18:15:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:21 + git semver init 18:15:21 2023-11-14 18:15:21,627 [run_init] DEBUG init version:0.0.0 force:False 18:15:21 2023-11-14 18:15:21,629 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_app-record-replay_PR-106/.semver 18:15:21 2023-11-14 18:15:21,630 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/foundry_app-record-replay_PR-106/.semver 18:15:21 2023-11-14 18:15:21,631 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/foundry_app-record-replay_PR-106/.semver'], cwd=/w/workspace/foundry_app-record-replay_PR-106, universal_newlines=False, shell=None, istream=None) 18:15:22 2023-11-14 18:15:22,569 [append_file] DEBUG append to file:/w/workspace/foundry_app-record-replay_PR-106/.git/info/exclude 18:15:22 2023-11-14 18:15:22,569 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_app-record-replay_PR-106/.semver/PR-106 with force:False 18:15:22 2023-11-14 18:15:22,569 [write_file] DEBUG write to file:/w/workspace/foundry_app-record-replay_PR-106/.semver/PR-106 18:15:22 2023-11-14 18:15:22,574 [execute] INFO git cat-file --batch-check 18:15:22 2023-11-14 18:15:22,574 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_app-record-replay_PR-106/.semver, universal_newlines=False, shell=None, istream=) 18:15:22 2023-11-14 18:15:22,579 [execute] INFO git cat-file --batch 18:15:22 2023-11-14 18:15:22,580 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_app-record-replay_PR-106/.semver, universal_newlines=False, shell=None, istream=) 18:15:22 2023-11-14 18:15:22,583 [read_version] DEBUG read version from /w/workspace/foundry_app-record-replay_PR-106/.semver/PR-106 18:15:22 0.0.0 [Pipeline] } 18:15:22 $ docker exec --env ******** --env ******** 94e044dc3ea2bde3e8599e28918b3d872d68991eb5ed57785eb61b75da92c366 ssh-agent -k 18:15:23 unset SSH_AUTH_SOCK; 18:15:23 unset SSH_AGENT_PID; 18:15:23 echo Agent pid 78 killed; 18:15:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:15:23 + git semver [Pipeline] } 18:15:23 $ docker stop --time=1 94e044dc3ea2bde3e8599e28918b3d872d68991eb5ed57785eb61b75da92c366 18:15:25 $ docker rm -f --volumes 94e044dc3ea2bde3e8599e28918b3d872d68991eb5ed57785eb61b75da92c366 [Pipeline] // withDockerContainer [Pipeline] sh 18:15:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:15:26 Stashed 1 file(s) [Pipeline] echo 18:15:26 [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 18:15:26 provisioning config files... 18:15:26 copy managed file [app-record-replay-settings] to file:/w/workspace/foundry_app-record-replay_PR-106@tmp/config3012591956482147419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:27 ---> docker-login.sh 18:15:27 nexus3.edgexfoundry.org:10001 18:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:27 Configure a credential helper to remove this warning. See 18:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:27 18:15:27 Login Succeeded 18:15:27 nexus3.edgexfoundry.org:10002 18:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:27 Configure a credential helper to remove this warning. See 18:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:27 18:15:27 Login Succeeded 18:15:27 nexus3.edgexfoundry.org:10003 18:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:27 Configure a credential helper to remove this warning. See 18:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:27 18:15:27 Login Succeeded 18:15:27 nexus3.edgexfoundry.org:10004 18:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:27 Configure a credential helper to remove this warning. See 18:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:27 18:15:27 Login Succeeded 18:15:27 docker.io 18:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:27 Configure a credential helper to remove this warning. See 18:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:27 18:15:27 Login Succeeded 18:15:27 ---> docker-login.sh ends [Pipeline] } 18:15:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:15:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:15:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:15:28 ========================================================= 18:15:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 18:15:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:28 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 18:15:28 Sending build context to Docker daemon 652.3kB 18:15:28 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 18:15:28 Step 2/12 : FROM ${BASE} AS builder 18:15:28 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 18:15:28 7264a8db6415: Pulling fs layer 18:15:28 c4d48a809fc2: Pulling fs layer 18:15:28 4f1c88b9dad5: Pulling fs layer 18:15:28 ad3a456e5733: Pulling fs layer 18:15:28 69c7f0334f64: Pulling fs layer 18:15:28 1f1c1a5573a3: Pulling fs layer 18:15:28 ce7588e14bc9: Pulling fs layer 18:15:28 b5e4710f87ac: Pulling fs layer 18:15:28 1f1c1a5573a3: Waiting 18:15:28 ad3a456e5733: Waiting 18:15:28 ce7588e14bc9: Waiting 18:15:28 b5e4710f87ac: Waiting 18:15:28 69c7f0334f64: Waiting 18:15:28 c4d48a809fc2: Download complete 18:15:28 ad3a456e5733: Download complete 18:15:28 69c7f0334f64: Verifying Checksum 18:15:28 69c7f0334f64: Download complete 18:15:28 7264a8db6415: Verifying Checksum 18:15:28 7264a8db6415: Download complete 18:15:29 1f1c1a5573a3: Verifying Checksum 18:15:29 1f1c1a5573a3: Download complete 18:15:29 7264a8db6415: Pull complete 18:15:29 b5e4710f87ac: Verifying Checksum 18:15:29 b5e4710f87ac: Download complete 18:15:29 c4d48a809fc2: Pull complete 18:15:29 4f1c88b9dad5: Verifying Checksum 18:15:29 4f1c88b9dad5: Download complete 18:15:30 ce7588e14bc9: Verifying Checksum 18:15:30 ce7588e14bc9: Download complete 18:15:35 4f1c88b9dad5: Pull complete 18:15:35 ad3a456e5733: Pull complete 18:15:36 69c7f0334f64: Pull complete 18:15:37 1f1c1a5573a3: Pull complete 18:15:41 Still waiting to schedule task 18:15:41 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-17499’ 18:15:42 ce7588e14bc9: Pull complete 18:15:42 b5e4710f87ac: Pull complete 18:15:43 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 18:15:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 18:15:43 ---> 88b5674ff536 18:15:43 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:16:10 ---> Running in 0d493391250e 18:16:10 Removing intermediate container 0d493391250e 18:16:10 ---> 43d3983365f8 18:16:10 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:16:11 ---> Running in 1f5fa6121e14 18:16:11 Removing intermediate container 1f5fa6121e14 18:16:11 ---> c8139d7c97e0 18:16:11 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:16:12 ---> Running in 7193a771a13f 18:16:12 Removing intermediate container 7193a771a13f 18:16:12 ---> ef81a073180e 18:16:12 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:16:13 ---> Running in 2fe59009bb64 18:16:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:16:14 OK: 264 MiB in 52 packages 18:16:16 Removing intermediate container 2fe59009bb64 18:16:16 ---> fe834c37a79e 18:16:16 Step 7/12 : WORKDIR /app 18:16:16 ---> Running in ba405c30faa3 18:16:16 Removing intermediate container ba405c30faa3 18:16:16 ---> aee8f02ad80f 18:16:16 Step 8/12 : COPY go.mod vendor* ./ 18:16:18 ---> df16b379ec18 18:16:18 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:16:18 ---> Running in 1987be9f3d16 18:17:14 Removing intermediate container 1987be9f3d16 18:17:14 ---> da3e3a02bc95 18:17:14 Step 10/12 : COPY . . 18:17:14 ---> 583a87f13756 18:17:14 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:17:14 ---> Running in e2c1ad3462ed 18:17:14 Removing intermediate container e2c1ad3462ed 18:17:14 ---> 3e3c03a40121 18:17:14 Step 12/12 : RUN $MAKE 18:17:14 ---> Running in 20b877c6a0c8 18:17:14 noop 18:17:14 Removing intermediate container 20b877c6a0c8 18:17:14 ---> c557edcd97a7 18:17:14 Successfully built c557edcd97a7 18:17:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:15 + docker inspect -f . ci-base-image-x86_64 18:17:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:15 prd-ubuntu20.04-docker-8c-8g-17500 does not seem to be running inside a container 18:17:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_app-record-replay_PR-106 -v /w/workspace/foundry_app-record-replay_PR-106:/w/workspace/foundry_app-record-replay_PR-106:rw,z -v /w/workspace/foundry_app-record-replay_PR-106@tmp:/w/workspace/foundry_app-record-replay_PR-106@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 ******** ci-base-image-x86_64 cat 18:17:16 $ docker top ab5674da3dceb88eeec4083c01b6176912226cdf21971547ff23cf3b68bb7c67 -eo pid,comm [Pipeline] { [Pipeline] sh 18:17:16 + go version 18:17:16 go version go1.21.0 linux/amd64 [Pipeline] } 18:17:16 $ docker stop --time=1 ab5674da3dceb88eeec4083c01b6176912226cdf21971547ff23cf3b68bb7c67 18:17:17 $ docker rm -f --volumes ab5674da3dceb88eeec4083c01b6176912226cdf21971547ff23cf3b68bb7c67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:18 + docker inspect -f . ci-base-image-x86_64 18:17:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:18 prd-ubuntu20.04-docker-8c-8g-17500 does not seem to be running inside a container 18:17:18 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_app-record-replay_PR-106 -v /w/workspace/foundry_app-record-replay_PR-106:/w/workspace/foundry_app-record-replay_PR-106:rw,z -v /w/workspace/foundry_app-record-replay_PR-106@tmp:/w/workspace/foundry_app-record-replay_PR-106@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 ******** ci-base-image-x86_64 cat 18:17:19 $ docker top c7d4f36adbb9c7f218d9056d576b042df6735539213b2ee8f9f1fc02a48b9559 -eo pid,comm [Pipeline] { [Pipeline] sh 18:17:19 + git config --global --add safe.directory /w/workspace/foundry_app-record-replay_PR-106 [Pipeline] fileExists [Pipeline] sh 18:17:20 + make test 18:17:20 go test -race -coverprofile=coverage.out ./... 18:17:42 ? github.com/edgexfoundry/app-record-replay [no test files] 18:17:42 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 18:17:42 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 18:17:42 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 18:17:42 ok github.com/edgexfoundry/app-record-replay/internal/app 1.052s coverage: 88.0% of statements 18:17:52 ok github.com/edgexfoundry/app-record-replay/internal/application 10.502s coverage: 98.7% of statements 18:17:52 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.131s coverage: 89.7% of statements 18:17:52 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.038s coverage: 100.0% of statements 18:18:14 go vet ./... 18:18:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:18:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:18:18 ./bin/test-attribution-txt.sh [Pipeline] echo 18:18:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 18:18:18 $ docker stop --time=1 c7d4f36adbb9c7f218d9056d576b042df6735539213b2ee8f9f1fc02a48b9559 18:18:23 $ docker rm -f --volumes c7d4f36adbb9c7f218d9056d576b042df6735539213b2ee8f9f1fc02a48b9559 [Pipeline] // withDockerContainer [Pipeline] sh 18:18:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:18:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:18:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:18:25 + ls -al . 18:18:25 total 192 18:18:25 drwxrwxr-x 10 jenkins jenkins 4096 Nov 14 18:17 . 18:18:25 drwxrwxr-x 4 jenkins jenkins 4096 Nov 14 18:14 .. 18:18:25 -rw-rw-r-- 1 jenkins jenkins 119 Nov 14 18:14 .dockerignore 18:18:25 drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 18:17 .git 18:18:25 drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 18:14 .github 18:18:25 -rw-rw-r-- 1 jenkins jenkins 164 Nov 14 18:14 .gitignore 18:18:25 -rw-rw-r-- 1 jenkins jenkins 41 Nov 14 18:14 .golangci.yml 18:18:25 drwxr-xr-x 3 jenkins jenkins 4096 Nov 14 18:15 .semver 18:18:25 -rw-rw-r-- 1 jenkins jenkins 11301 Nov 14 18:14 Attribution.txt 18:18:25 -rw-rw-r-- 1 jenkins jenkins 458 Nov 14 18:14 CHANGELOG.md 18:18:25 -rw-rw-r-- 1 jenkins jenkins 1725 Nov 14 18:14 Dockerfile 18:18:25 -rw-rw-r-- 1 jenkins jenkins 677 Nov 14 18:14 GOVERNANCE.md 18:18:25 -rw-rw-r-- 1 jenkins jenkins 681 Nov 14 18:14 Jenkinsfile 18:18:25 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 14 18:14 LICENSE 18:18:25 -rw-rw-r-- 1 jenkins jenkins 3139 Nov 14 18:14 Makefile 18:18:25 -rw-rw-r-- 1 jenkins jenkins 611 Nov 14 18:14 OWNERS.md 18:18:25 -rw-rw-r-- 1 jenkins jenkins 4107 Nov 14 18:14 README.md 18:18:25 -rw-rw-r-- 1 jenkins jenkins 7789 Nov 14 18:14 Record and Reply.postman_collection.json 18:18:25 -rw-rw-r-- 1 jenkins jenkins 5 Nov 14 18:15 VERSION 18:18:25 drwxrwxr-x 2 jenkins jenkins 4096 Nov 14 18:14 bin 18:18:25 -rw-r--r-- 1 jenkins jenkins 24666 Nov 14 18:17 coverage.out 18:18:25 -rw-rw-r-- 1 jenkins jenkins 3859 Nov 14 18:14 go.mod 18:18:25 -rw-rw-r-- 1 jenkins jenkins 34797 Nov 14 18:14 go.sum 18:18:25 drwxrwxr-x 7 jenkins jenkins 4096 Nov 14 18:14 internal 18:18:25 -rw-rw-r-- 1 jenkins jenkins 913 Nov 14 18:14 main.go 18:18:25 drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 18:14 openapi 18:18:25 drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 18:14 pkg 18:18:25 drwxrwxr-x 2 jenkins jenkins 4096 Nov 14 18:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:25 + 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=f8316f954191747d09b41915d8340790a9d07b38 --label arch=amd64 --label version=0.0.0 . 18:18:25 Sending build context to Docker daemon 677.9kB 18:18:25 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 18:18:25 Step 2/27 : FROM ${BASE} AS builder 18:18:25 ---> c557edcd97a7 18:18:25 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 18:18:25 ---> Running in 96331063fd2e 18:18:25 Removing intermediate container 96331063fd2e 18:18:25 ---> 594cac2dbb6a 18:18:25 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:18:25 ---> Running in f2b12012b7ef 18:18:25 Removing intermediate container f2b12012b7ef 18:18:25 ---> 8f882c6d53ad 18:18:25 Step 5/27 : ARG ADD_BUILD_TAGS="" 18:18:25 ---> Running in 8108b40db755 18:18:26 Removing intermediate container 8108b40db755 18:18:26 ---> 551348db0bf1 18:18:26 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:18:26 ---> Running in e0d23f52e104 18:18:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:18:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:18:27 OK: 264 MiB in 52 packages 18:18:27 Removing intermediate container e0d23f52e104 18:18:27 ---> 4c62c20321f2 18:18:27 Step 7/27 : WORKDIR /app 18:18:27 ---> Running in 4f0c18426ae9 18:18:27 Removing intermediate container 4f0c18426ae9 18:18:27 ---> 73a5573c0a24 18:18:27 Step 8/27 : COPY go.mod vendor* ./ 18:18:27 ---> 8e005fd711f5 18:18:27 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:18:27 ---> Running in d65632e169cd 18:18:28 Removing intermediate container d65632e169cd 18:18:28 ---> 35d152b48122 18:18:28 Step 10/27 : COPY . . 18:18:29 ---> 59b8d10d37b9 18:18:29 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:18:29 ---> Running in 4b154b9a5287 18:18:29 Removing intermediate container 4b154b9a5287 18:18:29 ---> 324bace830b8 18:18:29 Step 12/27 : RUN $MAKE 18:18:29 ---> Running in fbfc85630525 18:18:29 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-record-replay 18:18:55 Removing intermediate container fbfc85630525 18:18:55 ---> c8ec55a8a62d 18:18:55 Step 13/27 : FROM alpine:3.18 18:18:55 3.18: Pulling from library/alpine 18:18:55 96526aa774ef: Pulling fs layer 18:18:55 96526aa774ef: Verifying Checksum 18:18:55 96526aa774ef: Download complete 18:18:55 96526aa774ef: Pull complete 18:18:55 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 18:18:55 Status: Downloaded newer image for alpine:3.18 18:18:55 ---> 8ca4688f4f35 18:18:55 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:18:55 ---> Running in e191f623461e 18:18:55 Removing intermediate container e191f623461e 18:18:55 ---> 0a3f2752f382 18:18:55 Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} 18:18:55 ---> Running in 5bd66bdb622c 18:18:56 Removing intermediate container 5bd66bdb622c 18:18:56 ---> 979e607a2385 18:18:56 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 18:18:56 ---> Running in c886f1b15c0c 18:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:18:56 (1/2) Installing ca-certificates (20230506-r0) 18:18:56 (2/2) Installing dumb-init (1.2.5-r2) 18:18:56 Executing busybox-1.36.1-r2.trigger 18:18:56 Executing ca-certificates-20230506-r0.trigger 18:18:57 OK: 8 MiB in 17 packages 18:18:57 Removing intermediate container c886f1b15c0c 18:18:57 ---> a71a1ee4cc6d 18:18:57 Step 17/27 : RUN apk --no-cache upgrade 18:18:57 ---> Running in a120809a62c2 18:18:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:18:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:18:58 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 18:18:58 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 18:18:58 Executing busybox-1.36.1-r5.post-upgrade 18:18:58 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 18:18:58 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 18:18:58 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 18:18:58 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 18:18:58 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 18:18:58 Executing busybox-1.36.1-r5.trigger 18:18:58 Executing ca-certificates-20230506-r0.trigger 18:18:58 OK: 8 MiB in 17 packages 18:19:00 Removing intermediate container a120809a62c2 18:19:00 ---> a9fcf7baf5f0 18:19:00 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:19:00 ---> b1ccfc168cdc 18:19:00 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:19:00 ---> 53fd7c489680 18:19:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:19:00 ---> da30727b87d3 18:19:00 Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay 18:19:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17502 in /w/workspace/foundry_app-record-replay_PR-106 [Pipeline] { [Pipeline] ws 18:19:01 Running in /w/workspace/app-record-replay/1 [Pipeline] { [Pipeline] checkout 18:19:01 Selected Git installation does not exist. Using Default 18:19:01 The recommended git tool is: NONE 18:19:02 ---> 6cdff030a4da 18:19:02 Step 22/27 : EXPOSE 59712 18:19:02 ---> Running in 18c547663e05 18:19:02 Removing intermediate container 18c547663e05 18:19:02 ---> 4d1c4292427f 18:19:02 Step 23/27 : ENTRYPOINT ["/app-record-replay"] 18:19:02 ---> Running in d750fea70f2a 18:19:02 Removing intermediate container d750fea70f2a 18:19:02 ---> 48bbaad72055 18:19:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:19:02 ---> Running in 7e0ae32cf68d 18:19:02 Removing intermediate container 7e0ae32cf68d 18:19:02 ---> 510024b2702e 18:19:02 Step 25/27 : LABEL arch=amd64 18:19:02 ---> Running in 96d11e9e6126 18:19:02 Removing intermediate container 96d11e9e6126 18:19:02 ---> 2d94e90c2fc4 18:19:02 Step 26/27 : LABEL git_sha=f8316f954191747d09b41915d8340790a9d07b38 18:19:02 ---> Running in 96630e5ba8e8 18:19:02 Removing intermediate container 96630e5ba8e8 18:19:02 ---> ea6f541109e7 18:19:02 Step 27/27 : LABEL version=0.0.0 18:19:02 ---> Running in 40a570aa89cc 18:19:02 Removing intermediate container 40a570aa89cc 18:19:02 ---> b2621cc77669 18:19:02 [Warning] One or more build-args [ARCH] were not consumed 18:19:02 Successfully built b2621cc77669 18:19:02 Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 18:19:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:19:03 18:19:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:19:04 latest: Pulling from edgex-lftools-log-publisher 18:19:04 5eb5b503b376: Pulling fs layer 18:19:04 5c69ac0246d0: Pulling fs layer 18:19:04 ec43610c2a17: Pulling fs layer 18:19:04 3a2ae6a8a46f: Pulling fs layer 18:19:04 33b1e0a273af: Pulling fs layer 18:19:04 5d3b04190fa2: Pulling fs layer 18:19:04 2f39f015ded8: Pulling fs layer 18:19:04 3a2ae6a8a46f: Waiting 18:19:04 33b1e0a273af: Waiting 18:19:04 2f39f015ded8: Waiting 18:19:04 5d3b04190fa2: Waiting 18:19:04 5c69ac0246d0: Verifying Checksum 18:19:04 5c69ac0246d0: Download complete 18:19:04 3a2ae6a8a46f: Verifying Checksum 18:19:04 3a2ae6a8a46f: Download complete 18:19:04 33b1e0a273af: Verifying Checksum 18:19:04 33b1e0a273af: Download complete 18:19:04 5d3b04190fa2: Download complete 18:19:04 ec43610c2a17: Verifying Checksum 18:19:04 ec43610c2a17: Download complete 18:19:04 5eb5b503b376: Download complete 18:19:05 2f39f015ded8: Download complete 18:19:05 5eb5b503b376: Pull complete 18:19:05 5c69ac0246d0: Pull complete 18:19:06 using credential edgex-jenkins-ssh 18:19:06 Cloning the remote Git repository 18:19:06 ec43610c2a17: Pull complete 18:19:06 3a2ae6a8a46f: Pull complete 18:19:06 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 18:19:06 33b1e0a273af: Pull complete 18:19:06 5d3b04190fa2: Pull complete 18:19:06 > git init /w/workspace/app-record-replay/1 # timeout=10 18:19:06 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 18:19:06 > git --version # timeout=10 18:19:06 > git --version # 'git version 2.25.1' 18:19:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:07 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 18:19:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:08 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 18:19:08 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 18:19:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/pull/106/head:refs/remotes/origin/PR-106 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:19:09 Merging remotes/origin/main commit 17bff3b2376047bc87c499615cc452c2e61935d4 into PR head commit f8316f954191747d09b41915d8340790a9d07b38 18:19:09 Merge succeeded, producing f8316f954191747d09b41915d8340790a9d07b38 18:19:09 Checking out Revision f8316f954191747d09b41915d8340790a9d07b38 (PR-106) 18:19:09 > git config core.sparsecheckout # timeout=10 18:19:09 > git checkout -f f8316f954191747d09b41915d8340790a9d07b38 # timeout=10 18:19:09 > git remote # timeout=10 18:19:09 > git config --get remote.origin.url # timeout=10 18:19:09 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:09 > git merge 17bff3b2376047bc87c499615cc452c2e61935d4 # timeout=10 18:19:09 > git rev-parse HEAD^{commit} # timeout=10 18:19:09 > git config core.sparsecheckout # timeout=10 18:19:09 > git checkout -f f8316f954191747d09b41915d8340790a9d07b38 # timeout=10 18:19:13 Commit message: "fix: Address CVE in Alpine base image" 18:19:13 > git --version # timeout=10 18:19:13 > git --version # 'git version 2.25.1' 18:19:13 fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 18:19:13 18:19:13 GitHub has been notified of this commit’s build result 18:19:13 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:19:14 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:14 Dload Upload Total Spent Left Speed 18:19:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 93940 0 --:--:-- --:--:-- --:--:-- 94641 [Pipeline] sh 18:19:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:19:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:19:15 + sudo tee /etc/docker/daemon.new 18:19:15 { 18:19:15 "registry-mirrors": [ 18:19:15 "https://nexus3.edgexfoundry.org:10001" 18:19:15 ], 18:19:15 "bip": "10.250.0.254/24", 18:19:15 "hosts": [ 18:19:15 "tcp://0.0.0.0:5555", 18:19:15 "unix:///var/run/docker.sock" 18:19:15 ], 18:19:15 "mtu": 1458, 18:19:15 "selinux-enabled": true, 18:19:15 "seccomp-profile": "/etc/docker/seccomp.json" 18:19:15 } [Pipeline] sh 18:19:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:19:16 + sudo service docker restart 18:19:21 2f39f015ded8: Pull complete 18:19:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:19:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:19:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:21 prd-ubuntu20.04-docker-8c-8g-17500 does not seem to be running inside a container 18:19:21 $ 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/foundry_app-record-replay_PR-106 -v /w/workspace/foundry_app-record-replay_PR-106:/w/workspace/foundry_app-record-replay_PR-106:rw,z -v /w/workspace/foundry_app-record-replay_PR-106@tmp:/w/workspace/foundry_app-record-replay_PR-106@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 18:19:22 $ docker top 907f0c269ec2d68d24ea26c7d04802ec19b25d3029926bc0c31edef976d8da35 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:22 ---> job-cost.sh 18:19:22 lf-activate-venv: SKIPPING 18:19:22 INFO: No Stack... 18:19:23 INFO: Retrieving Pricing Info for: v3-standard-8 18:19:23 INFO: Archiving Costs [Pipeline] sh 18:19:23 + cat /w/workspace/foundry_app-record-replay_PR-106/archives/cost.csv 18:19:23 + cut -d, -f6 [Pipeline] lock 18:19:23 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] 18:19:23 Resource [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] did not exist. Created. 18:19:23 Lock acquired on [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:19:24 + echo total: 0.2199999988079071 [Pipeline] stash 18:19:24 Stashed 1 file(s) [Pipeline] } 18:19:24 Lock released on resource [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:19:24 $ docker stop --time=1 907f0c269ec2d68d24ea26c7d04802ec19b25d3029926bc0c31edef976d8da35 18:19:26 $ docker rm -f --volumes 907f0c269ec2d68d24ea26c7d04802ec19b25d3029926bc0c31edef976d8da35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:34 provisioning config files... 18:19:34 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/1@tmp/config4425312235868503095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:35 ---> docker-login.sh 18:19:35 nexus3.edgexfoundry.org:10001 18:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:35 Configure a credential helper to remove this warning. See 18:19:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:35 18:19:35 Login Succeeded 18:19:35 nexus3.edgexfoundry.org:10002 18:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:36 Configure a credential helper to remove this warning. See 18:19:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:36 18:19:36 Login Succeeded 18:19:36 nexus3.edgexfoundry.org:10003 18:19:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:36 Configure a credential helper to remove this warning. See 18:19:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:36 18:19:36 Login Succeeded 18:19:36 nexus3.edgexfoundry.org:10004 18:19:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:36 Configure a credential helper to remove this warning. See 18:19:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:36 18:19:36 Login Succeeded 18:19:36 docker.io 18:19:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:37 Configure a credential helper to remove this warning. See 18:19:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:37 18:19:37 Login Succeeded 18:19:37 ---> docker-login.sh ends [Pipeline] } 18:19:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:19:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:19:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:19:37 ========================================================= 18:19:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 18:19:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:38 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 18:19:38 Sending build context to Docker daemon 258.6kB 18:19:38 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 18:19:38 Step 2/12 : FROM ${BASE} AS builder 18:19:38 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:19:38 9fda8d8052c6: Pulling fs layer 18:19:38 5d54e960e981: Pulling fs layer 18:19:38 c4a7e357bf2a: Pulling fs layer 18:19:38 f0e02332f6b5: Pulling fs layer 18:19:38 872ee5b61b7b: Pulling fs layer 18:19:38 0c6a40ed1a82: Pulling fs layer 18:19:38 94ae7d8d031c: Pulling fs layer 18:19:38 0c6a40ed1a82: Waiting 18:19:38 f0e02332f6b5: Waiting 18:19:38 872ee5b61b7b: Waiting 18:19:38 94ae7d8d031c: Waiting 18:19:38 5d54e960e981: Verifying Checksum 18:19:38 5d54e960e981: Download complete 18:19:38 f0e02332f6b5: Verifying Checksum 18:19:38 f0e02332f6b5: Download complete 18:19:38 872ee5b61b7b: Verifying Checksum 18:19:38 872ee5b61b7b: Download complete 18:19:38 9fda8d8052c6: Download complete 18:19:39 94ae7d8d031c: Verifying Checksum 18:19:39 94ae7d8d031c: Download complete 18:19:40 c4a7e357bf2a: Download complete 18:19:43 9fda8d8052c6: Pull complete 18:19:43 0c6a40ed1a82: Verifying Checksum 18:19:43 0c6a40ed1a82: Download complete 18:19:43 5d54e960e981: Pull complete 18:19:58 c4a7e357bf2a: Pull complete 18:19:58 f0e02332f6b5: Pull complete 18:19:58 872ee5b61b7b: Pull complete 18:20:06 0c6a40ed1a82: Pull complete 18:20:07 94ae7d8d031c: Pull complete 18:20:07 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 18:20:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:20:07 ---> 86de565de09d 18:20:07 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:20:08 ---> Running in cfa3ff0d8f7b 18:20:09 Removing intermediate container cfa3ff0d8f7b 18:20:09 ---> 36ec059ae2d9 18:20:09 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:20:09 ---> Running in 610dee74007d 18:20:09 Removing intermediate container 610dee74007d 18:20:09 ---> a9eb591452ea 18:20:09 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:20:09 ---> Running in 1e3c9d3a2e9e 18:20:10 Removing intermediate container 1e3c9d3a2e9e 18:20:10 ---> fb9b1805d552 18:20:10 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:20:10 ---> Running in 46f6fff42059 18:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:20:12 OK: 266 MiB in 52 packages 18:20:13 Removing intermediate container 46f6fff42059 18:20:13 ---> f3655d2ad68a 18:20:13 Step 7/12 : WORKDIR /app 18:20:13 ---> Running in 698ac6699c6d 18:20:14 Removing intermediate container 698ac6699c6d 18:20:14 ---> 7a7f909e5569 18:20:14 Step 8/12 : COPY go.mod vendor* ./ 18:20:14 ---> a4805de647a3 18:20:14 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:14 ---> Running in 2457c6b9af9c 18:21:36 Removing intermediate container 2457c6b9af9c 18:21:36 ---> c1baa1f86c04 18:21:36 Step 10/12 : COPY . . 18:21:36 ---> 5708d685d848 18:21:36 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:21:36 ---> Running in cb06d52ddcea 18:21:36 Removing intermediate container cb06d52ddcea 18:21:36 ---> edadd7b0f3e4 18:21:36 Step 12/12 : RUN $MAKE 18:21:36 ---> Running in 551af6be0c7b 18:21:36 noop 18:21:36 Removing intermediate container 551af6be0c7b 18:21:36 ---> 92b1ae8096ac 18:21:36 Successfully built 92b1ae8096ac 18:21:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:36 + docker inspect -f . ci-base-image-arm64 18:21:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:21:36 prd-ubuntu20.04-docker-arm64-4c-16g-17502 does not seem to be running inside a container 18:21:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/1 -v /w/workspace/app-record-replay/1:/w/workspace/app-record-replay/1:rw,z -v /w/workspace/app-record-replay/1@tmp:/w/workspace/app-record-replay/1@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 ******** ci-base-image-arm64 cat 18:21:38 $ docker top 4fd4ec6cde6283fa2203d3b3a728130527950a9657af97fb3c519fd95c427045 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:39 + go version 18:21:39 go version go1.21.0 linux/arm64 [Pipeline] } 18:21:39 $ docker stop --time=1 4fd4ec6cde6283fa2203d3b3a728130527950a9657af97fb3c519fd95c427045 18:21:40 $ docker rm -f --volumes 4fd4ec6cde6283fa2203d3b3a728130527950a9657af97fb3c519fd95c427045 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:41 + docker inspect -f . ci-base-image-arm64 18:21:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:21:42 prd-ubuntu20.04-docker-arm64-4c-16g-17502 does not seem to be running inside a container 18:21:42 $ 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/1 -v /w/workspace/app-record-replay/1:/w/workspace/app-record-replay/1:rw,z -v /w/workspace/app-record-replay/1@tmp:/w/workspace/app-record-replay/1@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 ******** ci-base-image-arm64 cat 18:21:43 $ docker top 4a143e341c9d61e36585aa054abf5d284f189237491ee100190665bd45ca2fc3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:44 + git config --global --add safe.directory /w/workspace/app-record-replay/1 [Pipeline] fileExists [Pipeline] sh 18:21:44 + make test 18:21:44 go test -race -coverprofile=coverage.out ./... 18:24:21 ? github.com/edgexfoundry/app-record-replay [no test files] 18:24:25 ok github.com/edgexfoundry/app-record-replay/internal/app 1.428s coverage: 88.0% of statements 18:24:30 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 18:24:30 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 18:24:31 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 18:24:39 ok github.com/edgexfoundry/app-record-replay/internal/application 10.007s coverage: 98.7% of statements 18:24:39 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.586s coverage: 89.7% of statements 18:24:39 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.203s coverage: 100.0% of statements 18:24:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:24:40 go vet ./... 18:26:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:26:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:26:32 ./bin/test-attribution-txt.sh [Pipeline] echo 18:26:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 18:26:32 $ docker stop --time=1 4a143e341c9d61e36585aa054abf5d284f189237491ee100190665bd45ca2fc3 18:26:34 $ docker rm -f --volumes 4a143e341c9d61e36585aa054abf5d284f189237491ee100190665bd45ca2fc3 [Pipeline] // withDockerContainer [Pipeline] sh 18:26:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:26:35 Warning: overwriting stash ‘coverage-report’ 18:26:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:26:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:26:37 + ls -al . 18:26:37 total 188 18:26:37 drwxrwxr-x 9 jenkins jenkins 4096 Nov 14 18:21 . 18:26:37 drwxrwxr-x 4 jenkins jenkins 4096 Nov 14 18:19 .. 18:26:37 -rw-rw-r-- 1 jenkins jenkins 119 Nov 14 18:19 .dockerignore 18:26:37 drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 18:19 .git 18:26:37 drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 18:19 .github 18:26:37 -rw-rw-r-- 1 jenkins jenkins 164 Nov 14 18:19 .gitignore 18:26:37 -rw-rw-r-- 1 jenkins jenkins 41 Nov 14 18:19 .golangci.yml 18:26:37 -rw-rw-r-- 1 jenkins jenkins 11301 Nov 14 18:19 Attribution.txt 18:26:37 -rw-rw-r-- 1 jenkins jenkins 458 Nov 14 18:19 CHANGELOG.md 18:26:37 -rw-rw-r-- 1 jenkins jenkins 1725 Nov 14 18:19 Dockerfile 18:26:37 -rw-rw-r-- 1 jenkins jenkins 677 Nov 14 18:19 GOVERNANCE.md 18:26:37 -rw-rw-r-- 1 jenkins jenkins 681 Nov 14 18:19 Jenkinsfile 18:26:37 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 14 18:19 LICENSE 18:26:37 -rw-rw-r-- 1 jenkins jenkins 3139 Nov 14 18:19 Makefile 18:26:37 -rw-rw-r-- 1 jenkins jenkins 611 Nov 14 18:19 OWNERS.md 18:26:37 -rw-rw-r-- 1 jenkins jenkins 4107 Nov 14 18:19 README.md 18:26:37 -rw-rw-r-- 1 jenkins jenkins 7789 Nov 14 18:19 Record and Reply.postman_collection.json 18:26:37 -rw-rw-r-- 1 jenkins jenkins 5 Nov 14 18:15 VERSION 18:26:37 drwxrwxr-x 2 jenkins jenkins 4096 Nov 14 18:19 bin 18:26:37 -rw-r--r-- 1 jenkins jenkins 24666 Nov 14 18:24 coverage.out 18:26:37 -rw-rw-r-- 1 jenkins jenkins 3859 Nov 14 18:19 go.mod 18:26:37 -rw-rw-r-- 1 jenkins jenkins 34797 Nov 14 18:19 go.sum 18:26:37 drwxrwxr-x 7 jenkins jenkins 4096 Nov 14 18:19 internal 18:26:37 -rw-rw-r-- 1 jenkins jenkins 913 Nov 14 18:19 main.go 18:26:37 drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 18:19 openapi 18:26:37 drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 18:19 pkg 18:26:37 drwxrwxr-x 2 jenkins jenkins 4096 Nov 14 18:19 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:37 + 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=f8316f954191747d09b41915d8340790a9d07b38 --label arch=arm64 --label version=0.0.0 . 18:26:37 Sending build context to Docker daemon 284.2kB 18:26:37 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 18:26:37 Step 2/27 : FROM ${BASE} AS builder 18:26:37 ---> 92b1ae8096ac 18:26:37 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 18:26:40 ---> Running in 9527ef313315 18:26:40 Removing intermediate container 9527ef313315 18:26:40 ---> 7ed948a3e4e7 18:26:40 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:26:40 ---> Running in 69f31b6ca685 18:26:41 Removing intermediate container 69f31b6ca685 18:26:41 ---> c4ebe665c8a2 18:26:41 Step 5/27 : ARG ADD_BUILD_TAGS="" 18:26:41 ---> Running in 3de4e4a6e73d 18:26:41 Removing intermediate container 3de4e4a6e73d 18:26:41 ---> 3a96325136db 18:26:41 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:26:41 ---> Running in b61d7502136b 18:26:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:26:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:26:43 OK: 266 MiB in 52 packages 18:26:44 Removing intermediate container b61d7502136b 18:26:44 ---> 927df4671852 18:26:44 Step 7/27 : WORKDIR /app 18:26:44 ---> Running in 3eff0fb989f3 18:26:45 Removing intermediate container 3eff0fb989f3 18:26:45 ---> 1a6c10a1b311 18:26:45 Step 8/27 : COPY go.mod vendor* ./ 18:26:45 ---> 4128b32f9052 18:26:45 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:26:45 ---> Running in 61bea862ab4b 18:26:48 Removing intermediate container 61bea862ab4b 18:26:48 ---> 0a095df26651 18:26:48 Step 10/27 : COPY . . 18:26:48 ---> 583d783adddf 18:26:48 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:26:48 ---> Running in 5710390ccc57 18:26:49 Removing intermediate container 5710390ccc57 18:26:49 ---> 8e7c97d14d33 18:26:49 Step 12/27 : RUN $MAKE 18:26:49 ---> Running in 5e1946c7f0aa 18:26:50 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-record-replay 18:28:56 Removing intermediate container 5e1946c7f0aa 18:28:56 ---> 56a72005813e 18:28:56 Step 13/27 : FROM alpine:3.18 18:28:56 3.18: Pulling from library/alpine 18:28:56 579b34f0a95b: Pulling fs layer 18:28:56 579b34f0a95b: Download complete 18:28:56 579b34f0a95b: Pull complete 18:28:56 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 18:28:56 Status: Downloaded newer image for alpine:3.18 18:28:56 ---> 3cc203321400 18:28:56 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:28:56 ---> Running in 35737a85ff25 18:28:56 Removing intermediate container 35737a85ff25 18:28:56 ---> 2a131a282ae2 18:28:56 Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} 18:28:56 ---> Running in 4f6760e8ae1b 18:28:56 Removing intermediate container 4f6760e8ae1b 18:28:56 ---> e198233e1aef 18:28:56 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 18:28:56 ---> Running in 2181b94ff1e6 18:28:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:28:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:28:56 (1/2) Installing ca-certificates (20230506-r0) 18:28:56 (2/2) Installing dumb-init (1.2.5-r2) 18:28:56 Executing busybox-1.36.1-r2.trigger 18:28:56 Executing ca-certificates-20230506-r0.trigger 18:28:56 OK: 9 MiB in 17 packages 18:28:56 Removing intermediate container 2181b94ff1e6 18:28:56 ---> f72e33eb704d 18:28:56 Step 17/27 : RUN apk --no-cache upgrade 18:28:56 ---> Running in ac640876d2ca 18:28:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:28:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:28:56 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 18:28:56 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 18:28:56 Executing busybox-1.36.1-r5.post-upgrade 18:28:56 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 18:28:56 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 18:28:56 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 18:28:56 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 18:28:56 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 18:28:56 Executing busybox-1.36.1-r5.trigger 18:28:56 Executing ca-certificates-20230506-r0.trigger 18:28:56 OK: 9 MiB in 17 packages 18:28:56 Removing intermediate container ac640876d2ca 18:28:56 ---> 38c184f0eac7 18:28:56 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:28:56 ---> 1ff8ee220782 18:28:56 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:28:56 ---> 8f85c1963fde 18:28:56 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:28:56 ---> acf16fb3a327 18:28:56 Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay 18:28:58 ---> c3ed3e720047 18:28:58 Step 22/27 : EXPOSE 59712 18:28:58 ---> Running in 1de6b74ee003 18:28:58 Removing intermediate container 1de6b74ee003 18:28:58 ---> 3018122e27c3 18:28:58 Step 23/27 : ENTRYPOINT ["/app-record-replay"] 18:28:58 ---> Running in d9a80b9da52d 18:28:59 Removing intermediate container d9a80b9da52d 18:28:59 ---> bfa6043bdc62 18:28:59 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:28:59 ---> Running in f3620ae8715d 18:28:59 Removing intermediate container f3620ae8715d 18:28:59 ---> 1ff4697ac943 18:28:59 Step 25/27 : LABEL arch=arm64 18:28:59 ---> Running in e025c2ca18c2 18:29:00 Removing intermediate container e025c2ca18c2 18:29:00 ---> 0d44046ffd32 18:29:00 Step 26/27 : LABEL git_sha=f8316f954191747d09b41915d8340790a9d07b38 18:29:00 ---> Running in 3783470eceb2 18:29:00 Removing intermediate container 3783470eceb2 18:29:00 ---> 2ada8a5df7dd 18:29:00 Step 27/27 : LABEL version=0.0.0 18:29:00 ---> Running in 901198f2a4d0 18:29:00 Removing intermediate container 901198f2a4d0 18:29:00 ---> 0a8a3acfaa98 18:29:00 [Warning] One or more build-args [ARCH] were not consumed 18:29:00 Successfully built 0a8a3acfaa98 18:29:00 Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:29:01 18:29:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:29:02 arm64: Pulling from edgex-lftools-log-publisher 18:29:02 8998bd30e6a1: Pulling fs layer 18:29:02 04944245beec: Pulling fs layer 18:29:02 699f458cf7ca: Pulling fs layer 18:29:02 765212b225bb: Pulling fs layer 18:29:02 f23df028b6ca: Pulling fs layer 18:29:02 d65c8cfc05b1: Pulling fs layer 18:29:02 2437ff75d9bd: Pulling fs layer 18:29:02 765212b225bb: Waiting 18:29:02 f23df028b6ca: Waiting 18:29:02 d65c8cfc05b1: Waiting 18:29:02 2437ff75d9bd: Waiting 18:29:02 04944245beec: Verifying Checksum 18:29:02 04944245beec: Download complete 18:29:02 765212b225bb: Verifying Checksum 18:29:02 765212b225bb: Download complete 18:29:02 f23df028b6ca: Verifying Checksum 18:29:02 f23df028b6ca: Download complete 18:29:02 d65c8cfc05b1: Verifying Checksum 18:29:02 d65c8cfc05b1: Download complete 18:29:02 699f458cf7ca: Verifying Checksum 18:29:02 699f458cf7ca: Download complete 18:29:03 8998bd30e6a1: Verifying Checksum 18:29:03 8998bd30e6a1: Download complete 18:29:05 2437ff75d9bd: Download complete 18:29:07 8998bd30e6a1: Pull complete 18:29:08 04944245beec: Pull complete 18:29:12 699f458cf7ca: Pull complete 18:29:12 765212b225bb: Pull complete 18:29:13 f23df028b6ca: Pull complete 18:29:13 d65c8cfc05b1: Pull complete 18:29:31 2437ff75d9bd: Pull complete 18:29:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:29:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:29:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:29:31 prd-ubuntu20.04-docker-arm64-4c-16g-17502 does not seem to be running inside a container 18:29:32 $ 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/1 -v /w/workspace/app-record-replay/1:/w/workspace/app-record-replay/1:rw,z -v /w/workspace/app-record-replay/1@tmp:/w/workspace/app-record-replay/1@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:arm64 cat 18:29:34 $ docker top 8b73abf3fef804ce07889bcc79b4542a7d75b7a5fba0673eaa2fa94d456f5384 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:35 ---> job-cost.sh 18:29:35 lf-activate-venv: SKIPPING 18:29:35 INFO: No Stack... 18:29:36 INFO: Retrieving Pricing Info for: v3-standard-4 18:29:36 INFO: Archiving Costs [Pipeline] sh 18:29:37 + cat /w/workspace/app-record-replay/1/archives/cost.csv 18:29:37 + cut -d, -f6 [Pipeline] lock 18:29:37 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] 18:29:37 Resource [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] did not exist. Created. 18:29:37 Lock acquired on [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:29:38 /w/workspace/app-record-replay/1@tmp/durable-3ed82a6d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:29:38 + echo total: 0.10999999940395355 [Pipeline] stash 18:29:38 Warning: overwriting stash ‘stack-cost’ 18:29:38 Stashed 1 file(s) [Pipeline] } 18:29:38 Lock released on resource [jenkins-edgexfoundry-app-record-replay-PR-106-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:29:38 $ docker stop --time=1 8b73abf3fef804ce07889bcc79b4542a7d75b7a5fba0673eaa2fa94d456f5384 18:29:43 $ docker rm -f --volumes 8b73abf3fef804ce07889bcc79b4542a7d75b7a5fba0673eaa2fa94d456f5384 [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 18:30:00 provisioning config files... 18:30:00 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/foundry_app-record-replay_PR-106@tmp/config7965093352339763737tmp [Pipeline] { [Pipeline] sh 18:30:00 + set +x 18:30:00 + curl+ -s https://codecov.io/bash 18:30:00 bash -s -- 18:30:00 18:30:00 _____ _ 18:30:00 / ____| | | 18:30:00 | | ___ __| | ___ ___ _____ __ 18:30:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:30:00 | |___| (_) | (_| | __/ (_| (_) \ V / 18:30:00 \_____\___/ \__,_|\___|\___\___/ \_/ 18:30:00 Bash-1.0.6 18:30:00 18:30:00 18:30:00 ==> git version 2.25.1 found 18:30:00 ==> 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 18:30:00 Release-Date: 2020-01-08 18:30:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:30:00 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:30:00 ==> Jenkins CI detected. 18:30:00 current dir:  /w/workspace/foundry_app-record-replay_PR-106 18:30:00 project root: . 18:30:00 --> token set from env 18:30:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:30:00 ==> Running gcov in . (disable via -X gcov) 18:30:00 ==> Python coveragepy not found 18:30:00 ==> Searching for coverage reports in: 18:30:00 + . 18:30:00 -> Found 1 reports 18:30:00 ==> Detecting git/mercurial file structure 18:30:00 ==> Reading reports 18:30:00 + ./coverage.out bytes=24666 18:30:00 ==> Appending adjustments 18:30:00 https://docs.codecov.io/docs/fixing-reports 18:30:00 + Found adjustments 18:30:00 ==> Gzipping contents 18:30:00 8.0K /tmp/codecov.IV4GHz.gz 18:30:00 ==> Uploading reports 18:30:00 url: https://codecov.io 18:30:00 query: branch=PR-106&commit=f8316f954191747d09b41915d8340790a9d07b38&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2FPR-106%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=106&job=&cmd_args= 18:30:00 -> Pinging Codecov 18:30:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6761a825-4501-4abd-88ee-552c6fc4520a&branch=PR-106&commit=f8316f954191747d09b41915d8340790a9d07b38&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2FPR-106%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=106&job=&cmd_args= 18:30:00 -> Uploading to 18:30:00 https://storage.googleapis.com/codecov/v4/raw/2023-11-14/F467761B9912B4F32F9BC62907045C81/f8316f954191747d09b41915d8340790a9d07b38/b0f6b47c-baa9-42fb-9589-2b7ccfd20670.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231114T183000Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=12a81e9d5665fe005f346da3bedba89ea7c30411693c25f71c068da4ce020cbd 18:30:00 % Total % Received % Xferd Average Speed Time Time Time Current 18:30:00 Dload Upload Total Spent Left Speed 18:30:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4850 0 0 100 4850 0 17572 --:--:-- --:--:-- --:--:-- 17572 18:30:01 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/f8316f954191747d09b41915d8340790a9d07b38 [Pipeline] } 18:30:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 18:30:03 + [ -d /w/workspace/foundry_app-record-replay_PR-106/archives ] 18:30:03 + ls -al /w/workspace/foundry_app-record-replay_PR-106/archives 18:30:03 total 16 18:30:03 drwxr-xr-x 3 root root 4096 Nov 14 18:19 . 18:30:03 drwxrwxr-x 11 jenkins jenkins 4096 Nov 14 18:19 .. 18:30:03 drwxr-xr-x 2 root root 4096 Nov 14 18:19 cost 18:30:03 -rw-r--r-- 1 root root 89 Nov 14 18:19 cost.csv 18:30:03 + sudo chown -R jenkins:jenkins /w/workspace/foundry_app-record-replay_PR-106/archives 18:30:03 + ls -al /w/workspace/foundry_app-record-replay_PR-106/archives 18:30:03 total 16 18:30:03 drwxr-xr-x 3 jenkins jenkins 4096 Nov 14 18:19 . 18:30:03 drwxrwxr-x 11 jenkins jenkins 4096 Nov 14 18:19 .. 18:30:03 drwxr-xr-x 2 jenkins jenkins 4096 Nov 14 18:19 cost 18:30:03 -rw-r--r-- 1 jenkins jenkins 89 Nov 14 18:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:30:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:30:04 ---> package-listing.sh 18:30:04 ++ facter osfamily 18:30:04 ++ tr '[:upper:]' '[:lower:]' 18:30:04 + OS_FAMILY=debian 18:30:04 + workspace=/w/workspace/foundry_app-record-replay_PR-106 18:30:04 + START_PACKAGES=/tmp/packages_start.txt 18:30:04 + END_PACKAGES=/tmp/packages_end.txt 18:30:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:30:04 + PACKAGES=/tmp/packages_start.txt 18:30:04 + '[' /w/workspace/foundry_app-record-replay_PR-106 ']' 18:30:04 + PACKAGES=/tmp/packages_end.txt 18:30:04 + case "${OS_FAMILY}" in 18:30:04 + dpkg -l 18:30:04 + grep '^ii' 18:30:04 + '[' -f /tmp/packages_start.txt ']' 18:30:04 + '[' -f /tmp/packages_end.txt ']' 18:30:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:30:04 + '[' /w/workspace/foundry_app-record-replay_PR-106 ']' 18:30:04 + mkdir -p /w/workspace/foundry_app-record-replay_PR-106/archives/ 18:30:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_app-record-replay_PR-106/archives/ [Pipeline] echo 18:30:04 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/foundry_app-record-replay_PR-106/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:30:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:30:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:30:05 prd-ubuntu20.04-docker-8c-8g-17500 does not seem to be running inside a container 18:30:05 $ 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/foundry_app-record-replay_PR-106/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_app-record-replay_PR-106 -v /w/workspace/foundry_app-record-replay_PR-106:/w/workspace/foundry_app-record-replay_PR-106:rw,z -v /w/workspace/foundry_app-record-replay_PR-106@tmp:/w/workspace/foundry_app-record-replay_PR-106@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:30:05 $ docker top 5f7e9c453650a67e362b4bd7fa977d3d8827553aa42d79b422e184a89aa43706 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:06 + touch /tmp/pre-build-complete [Pipeline] sh 18:30:06 + mkdir -p /var/log/sysstat [Pipeline] sh 18:30:06 + ls /var/log/sa-host 18:30:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:30:06 provisioning config files... 18:30:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_app-record-replay_PR-106@tmp/config7540952145934582918tmp [Pipeline] { [Pipeline] echo 18:30:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:30:07 ---> create-netrc.sh [Pipeline] } 18:30:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:30:07 ---> python-tools-install.sh [Pipeline] echo 18:30:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:30:08 ---> sudo-logs.sh 18:30:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:30:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:30:08 ---> job-cost.sh 18:30:08 lf-activate-venv: SKIPPING 18:30:08 DEBUG: total: 0.2199999988079071 18:30:08 INFO: Retrieving Stack Cost... 18:30:08 INFO: Retrieving Pricing Info for: v3-standard-8 18:30:09 INFO: Archiving Costs [Pipeline] echo 18:30:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:30:09 ---> logs-deploy.sh 18:30:09 lf-activate-venv: SKIPPING 18:30:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/PR-106/1 18:30:09 INFO: archiving workspace using pattern(s): 18:30:10 Archives upload complete. 18:30:10 INFO: archiving logs to Nexus