Pull request #126 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d1dc045d1af32c18f4eb75d127b3008a7e841258+ac25b61a972b9d222c308f01775442126fec713b (71b1404f35f2874599da6f9a230d2694171204a1) 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-ssh15534804250899153499.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh1032395544075044529.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-126/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-126/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11731642345067516935.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-126/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9899091309057511819.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh10523403943910881002.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-126/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-126/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14246457138810900498.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1566 in /w/workspace/foundry_app-record-replay_PR-126 [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-126 # 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/126/head:refs/remotes/origin/PR-126 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ac25b61a972b9d222c308f01775442126fec713b into PR head commit d1dc045d1af32c18f4eb75d127b3008a7e841258 Merge succeeded, producing d1dc045d1af32c18f4eb75d127b3008a7e841258 Checking out Revision d1dc045d1af32c18f4eb75d127b3008a7e841258 (PR-126) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } > git config core.sparsecheckout # timeout=10 > git checkout -f d1dc045d1af32c18f4eb75d127b3008a7e841258 # 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 ac25b61a972b9d222c308f01775442126fec713b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1dc045d1af32c18f4eb75d127b3008a7e841258 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-02-23T03:53:11.887Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-02-23T03:53:12.074Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-02-23T03:53:12.178Z] ========================================================= [2024-02-23T03:53:12.178Z] EdgeX Global Pipelines Version Info [2024-02-23T03:53:12.178Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-02-23T03:53:12.930Z] ------------------- [2024-02-23T03:53:12.930Z] stable info: [2024-02-23T03:53:12.930Z] ------------------- [2024-02-23T03:53:12.930Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-02-23T03:53:12.930Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-23T03:53:12.930Z] Message: update stable to v1.0.258 [2024-02-23T03:53:13.501Z] ------------------- [2024-02-23T03:53:13.501Z] experimental info: [2024-02-23T03:53:13.501Z] ------------------- [2024-02-23T03:53:13.501Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-02-23T03:53:13.501Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-23T03:53:13.501Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-02-23T03:53:13.713Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2024-02-23T03:53:13.765Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2024-02-23T03:53:13.813Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-02-23T03:53:13.862Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-02-23T03:53:13.916Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-02-23T03:53:13.974Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-02-23T03:53:14.028Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-02-23T03:53:14.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-02-23T03:53:14.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-02-23T03:53:14.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-02-23T03:53:14.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-02-23T03:53:14.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2024-02-23T03:53:14.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-02-23T03:53:14.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-02-23T03:53:14.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-02-23T03:53:14.574Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-02-23T03:53:14.634Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-02-23T03:53:14.694Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-02-23T03:53:14.758Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-02-23T03:53:14.822Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-02-23T03:53:14.890Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-02-23T03:53:14.960Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-02-23T03:53:15.026Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-02-23T03:53:15.095Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-02-23T03:53:15.162Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-02-23T03:53:15.234Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-02-23T03:53:15.304Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-02-23T03:53:15.380Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-126 [Pipeline] echo [2024-02-23T03:53:15.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-126 [Pipeline] echo [2024-02-23T03:53:15.529Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-126 [Pipeline] echo [2024-02-23T03:53:15.590Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1dc045d1af32c18f4eb75d127b3008a7e841258 [Pipeline] echo [2024-02-23T03:53:15.649Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1dc045 [Pipeline] echo [2024-02-23T03:53:15.731Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-23T03:53:15.896Z] provisioning config files... [2024-02-23T03:53:15.906Z] copy managed file [app-record-replay-settings] to file:/w/workspace/foundry_app-record-replay_PR-126@tmp/config12807558054008081777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-23T03:53:16.297Z] ---> ****-login.sh [2024-02-23T03:53:16.297Z] nexus3.edgexfoundry.org:10001 [2024-02-23T03:53:16.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:16.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:16.557Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:16.557Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:16.557Z] [2024-02-23T03:53:16.557Z] Login Succeeded [2024-02-23T03:53:16.557Z] nexus3.edgexfoundry.org:10002 [2024-02-23T03:53:16.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:16.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:16.819Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:16.819Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:16.819Z] [2024-02-23T03:53:16.819Z] Login Succeeded [2024-02-23T03:53:16.819Z] nexus3.edgexfoundry.org:10003 [2024-02-23T03:53:16.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:16.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:16.819Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:16.819Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:16.819Z] [2024-02-23T03:53:16.819Z] Login Succeeded [2024-02-23T03:53:16.819Z] nexus3.edgexfoundry.org:10004 [2024-02-23T03:53:16.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:16.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:16.819Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:16.819Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:16.819Z] [2024-02-23T03:53:16.819Z] Login Succeeded [2024-02-23T03:53:16.819Z] ****.io [2024-02-23T03:53:17.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:17.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:17.080Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:17.080Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:17.080Z] [2024-02-23T03:53:17.080Z] Login Succeeded [2024-02-23T03:53:17.080Z] ---> ****-login.sh ends [Pipeline] } [2024-02-23T03:53:17.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-02-23T03:53:17.873Z] + git rev-list -1 --merges d1dc045d1af32c18f4eb75d127b3008a7e841258~1..d1dc045d1af32c18f4eb75d127b3008a7e841258 [Pipeline] echo [2024-02-23T03:53:17.913Z] -----------> git rev-list -1 --merges d1dc045d1af32c18f4eb75d127b3008a7e841258~1..d1dc045d1af32c18f4eb75d127b3008a7e841258 d1dc045d1af32c18f4eb75d127b3008a7e841258 [false] [Pipeline] sh [2024-02-23T03:53:18.241Z] + git log --format=format:%s -1 d1dc045d1af32c18f4eb75d127b3008a7e841258 [Pipeline] echo [2024-02-23T03:53:18.284Z] ========================================================= [2024-02-23T03:53:18.284Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-02-23T03:53:18.284Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-23T03:53:18.780Z] + git log --format=format:%s -1 d1dc045d1af32c18f4eb75d127b3008a7e841258 [Pipeline] echo [2024-02-23T03:53:18.823Z] [semverPrep] GIT_COMMIT: d1dc045d1af32c18f4eb75d127b3008a7e841258, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2024-02-23T03:53:18.874Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-02-23T03:53:19.314Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-02-23T03:53:19.314Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-02-23T03:53:19.314Z] + [ -e /tmp/ssh_known_hosts ] [2024-02-23T03:53:19.314Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-02-23T03:53:19.314Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-02-23T03:53:19.314Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-02-23T03:53:19.314Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:53:19.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-23T03:53:19.852Z] [2024-02-23T03:53:19.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:53:20.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-23T03:53:20.257Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-02-23T03:53:20.257Z] b85a868b505f: Pulling fs layer [2024-02-23T03:53:20.257Z] e2be974225ed: Pulling fs layer [2024-02-23T03:53:20.257Z] 339a4e72a1f5: Pulling fs layer [2024-02-23T03:53:20.257Z] 988bab9f4d93: Pulling fs layer [2024-02-23T03:53:20.257Z] 1469e6f7b9e6: Pulling fs layer [2024-02-23T03:53:20.257Z] eaf3925da568: Pulling fs layer [2024-02-23T03:53:20.257Z] bab4dde63d76: Pulling fs layer [2024-02-23T03:53:20.257Z] 988bab9f4d93: Waiting [2024-02-23T03:53:20.257Z] bde34c3a00c8: Pulling fs layer [2024-02-23T03:53:20.257Z] b352a97aabf1: Pulling fs layer [2024-02-23T03:53:20.257Z] 4872d77fe225: Pulling fs layer [2024-02-23T03:53:20.257Z] 5851b861e8e6: Pulling fs layer [2024-02-23T03:53:20.257Z] 1469e6f7b9e6: Waiting [2024-02-23T03:53:20.257Z] eaf3925da568: Waiting [2024-02-23T03:53:20.257Z] b352a97aabf1: Waiting [2024-02-23T03:53:20.257Z] bde34c3a00c8: Waiting [2024-02-23T03:53:20.257Z] 5851b861e8e6: Waiting [2024-02-23T03:53:20.257Z] e2be974225ed: Verifying Checksum [2024-02-23T03:53:20.257Z] e2be974225ed: Download complete [2024-02-23T03:53:20.257Z] 988bab9f4d93: Verifying Checksum [2024-02-23T03:53:20.257Z] 988bab9f4d93: Download complete [2024-02-23T03:53:20.257Z] 1469e6f7b9e6: Verifying Checksum [2024-02-23T03:53:20.518Z] eaf3925da568: Verifying Checksum [2024-02-23T03:53:20.518Z] eaf3925da568: Download complete [2024-02-23T03:53:20.518Z] 339a4e72a1f5: Verifying Checksum [2024-02-23T03:53:20.518Z] 339a4e72a1f5: Download complete [2024-02-23T03:53:20.518Z] bde34c3a00c8: Download complete [2024-02-23T03:53:20.518Z] b352a97aabf1: Verifying Checksum [2024-02-23T03:53:20.518Z] b352a97aabf1: Download complete [2024-02-23T03:53:20.518Z] 4872d77fe225: Download complete [2024-02-23T03:53:20.518Z] 5851b861e8e6: Download complete [2024-02-23T03:53:20.518Z] b85a868b505f: Verifying Checksum [2024-02-23T03:53:20.518Z] b85a868b505f: Download complete [2024-02-23T03:53:20.778Z] bab4dde63d76: Verifying Checksum [2024-02-23T03:53:20.778Z] bab4dde63d76: Download complete [2024-02-23T03:53:21.715Z] b85a868b505f: Pull complete [2024-02-23T03:53:21.975Z] e2be974225ed: Pull complete [2024-02-23T03:53:22.236Z] 339a4e72a1f5: Pull complete [2024-02-23T03:53:22.526Z] 988bab9f4d93: Pull complete [2024-02-23T03:53:22.789Z] 1469e6f7b9e6: Pull complete [2024-02-23T03:53:22.789Z] eaf3925da568: Pull complete [2024-02-23T03:53:24.706Z] bab4dde63d76: Pull complete [2024-02-23T03:53:24.706Z] bde34c3a00c8: Pull complete [2024-02-23T03:53:24.706Z] b352a97aabf1: Pull complete [2024-02-23T03:53:24.706Z] 4872d77fe225: Pull complete [2024-02-23T03:53:24.706Z] 5851b861e8e6: Pull complete [2024-02-23T03:53:24.706Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-02-23T03:53:24.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-23T03:53:24.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T03:53:25.046Z] prd-ubuntu20.04-docker-8c-8g-1566 does not seem to be running inside a container [2024-02-23T03:53:25.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_app-record-replay_PR-126 -v /w/workspace/foundry_app-record-replay_PR-126:/w/workspace/foundry_app-record-replay_PR-126:rw,z -v /w/workspace/foundry_app-record-replay_PR-126@tmp:/w/workspace/foundry_app-record-replay_PR-126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-02-23T03:53:28.025Z] $ docker top 984ea3a4f8648e52d85bd036f1e33644a17e8bdba9ad4f78dfddadd5d2c52b6e -eo pid,comm [2024-02-23T03:53:28.077Z] 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). [2024-02-23T03:53:28.077Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-02-23T03:53:28.272Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-23T03:53:28.272Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-23T03:53:28.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-23T03:53:28.386Z] $ docker exec 984ea3a4f8648e52d85bd036f1e33644a17e8bdba9ad4f78dfddadd5d2c52b6e ssh-agent [2024-02-23T03:53:28.509Z] SSH_AUTH_SOCK=/tmp/ssh-ROevnzjrGQlc/agent.33 [2024-02-23T03:53:28.509Z] SSH_AGENT_PID=39 [2024-02-23T03:53:28.516Z] Running ssh-add (command line suppressed) [2024-02-23T03:53:28.616Z] Identity added: /w/workspace/foundry_app-record-replay_PR-126@tmp/private_key_12510942423780801985.key (/w/workspace/foundry_app-record-replay_PR-126@tmp/private_key_12510942423780801985.key) [2024-02-23T03:53:28.632Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-23T03:53:28.986Z] + git tag --points-at HEAD [Pipeline] } [2024-02-23T03:53:29.014Z] $ docker exec --env ******** --env ******** 984ea3a4f8648e52d85bd036f1e33644a17e8bdba9ad4f78dfddadd5d2c52b6e ssh-agent -k [2024-02-23T03:53:29.111Z] unset SSH_AUTH_SOCK; [2024-02-23T03:53:29.112Z] unset SSH_AGENT_PID; [2024-02-23T03:53:29.112Z] echo Agent pid 39 killed; [2024-02-23T03:53:29.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-02-23T03:53:29.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-23T03:53:29.273Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-23T03:53:29.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-23T03:53:29.381Z] $ docker exec 984ea3a4f8648e52d85bd036f1e33644a17e8bdba9ad4f78dfddadd5d2c52b6e ssh-agent [2024-02-23T03:53:29.501Z] SSH_AUTH_SOCK=/tmp/ssh-ANfOeQeEI2w9/agent.71 [2024-02-23T03:53:29.501Z] SSH_AGENT_PID=77 [2024-02-23T03:53:29.506Z] Running ssh-add (command line suppressed) [2024-02-23T03:53:29.601Z] Identity added: /w/workspace/foundry_app-record-replay_PR-126@tmp/private_key_10802670003438568429.key (/w/workspace/foundry_app-record-replay_PR-126@tmp/private_key_10802670003438568429.key) [2024-02-23T03:53:29.617Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-23T03:53:29.961Z] + git semver init [2024-02-23T03:53:30.221Z] 2024-02-23 03:53:30,141 [run_init] DEBUG init version:0.0.0 force:False [2024-02-23T03:53:30.221Z] 2024-02-23 03:53:30,142 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_app-record-replay_PR-126/.semver [2024-02-23T03:53:30.221Z] 2024-02-23 03:53:30,143 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/foundry_app-record-replay_PR-126/.semver [2024-02-23T03:53:30.221Z] 2024-02-23 03:53:30,143 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/foundry_app-record-replay_PR-126/.semver'], cwd=/w/workspace/foundry_app-record-replay_PR-126, universal_newlines=False, shell=None, istream=None) [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,167 [append_file] DEBUG append to file:/w/workspace/foundry_app-record-replay_PR-126/.git/info/exclude [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,168 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_app-record-replay_PR-126/.semver/PR-126 with force:False [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,168 [write_file] DEBUG write to file:/w/workspace/foundry_app-record-replay_PR-126/.semver/PR-126 [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,172 [execute] INFO git cat-file --batch-check [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,173 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_app-record-replay_PR-126/.semver, universal_newlines=False, shell=None, istream=) [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,180 [execute] INFO git cat-file --batch [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_app-record-replay_PR-126/.semver, universal_newlines=False, shell=None, istream=) [2024-02-23T03:53:31.605Z] 2024-02-23 03:53:31,187 [read_version] DEBUG read version from /w/workspace/foundry_app-record-replay_PR-126/.semver/PR-126 [2024-02-23T03:53:31.605Z] 0.0.0 [Pipeline] } [2024-02-23T03:53:31.633Z] $ docker exec --env ******** --env ******** 984ea3a4f8648e52d85bd036f1e33644a17e8bdba9ad4f78dfddadd5d2c52b6e ssh-agent -k [2024-02-23T03:53:31.740Z] unset SSH_AUTH_SOCK; [2024-02-23T03:53:31.741Z] unset SSH_AGENT_PID; [2024-02-23T03:53:31.741Z] echo Agent pid 77 killed; [2024-02-23T03:53:31.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-23T03:53:32.282Z] + git semver [Pipeline] } [2024-02-23T03:53:32.569Z] $ docker stop --time=1 984ea3a4f8648e52d85bd036f1e33644a17e8bdba9ad4f78dfddadd5d2c52b6e [2024-02-23T03:53:33.888Z] $ docker rm -f --volumes 984ea3a4f8648e52d85bd036f1e33644a17e8bdba9ad4f78dfddadd5d2c52b6e [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-23T03:53:34.351Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-02-23T03:53:34.680Z] Stashed 1 file(s) [Pipeline] echo [2024-02-23T03:53:34.699Z] [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 [2024-02-23T03:53:35.607Z] provisioning config files... [2024-02-23T03:53:35.618Z] copy managed file [app-record-replay-settings] to file:/w/workspace/foundry_app-record-replay_PR-126@tmp/config15800989809767088112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-23T03:53:36.009Z] ---> ****-login.sh [2024-02-23T03:53:36.009Z] nexus3.edgexfoundry.org:10001 [2024-02-23T03:53:36.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:36.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:36.009Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:36.009Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:36.009Z] [2024-02-23T03:53:36.009Z] Login Succeeded [2024-02-23T03:53:36.009Z] nexus3.edgexfoundry.org:10002 [2024-02-23T03:53:36.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:36.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:36.010Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:36.010Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:36.010Z] [2024-02-23T03:53:36.010Z] Login Succeeded [2024-02-23T03:53:36.010Z] nexus3.edgexfoundry.org:10003 [2024-02-23T03:53:36.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:36.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:36.273Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:36.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:36.273Z] [2024-02-23T03:53:36.273Z] Login Succeeded [2024-02-23T03:53:36.273Z] nexus3.edgexfoundry.org:10004 [2024-02-23T03:53:36.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:36.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:36.273Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:36.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:36.273Z] [2024-02-23T03:53:36.273Z] Login Succeeded [2024-02-23T03:53:36.273Z] ****.io [2024-02-23T03:53:36.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:53:36.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:53:36.534Z] Configure a credential helper to remove this warning. See [2024-02-23T03:53:36.534Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:53:36.534Z] [2024-02-23T03:53:36.534Z] Login Succeeded [2024-02-23T03:53:36.534Z] ---> ****-login.sh ends [Pipeline] } [2024-02-23T03:53:36.572Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-02-23T03:53:36.874Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-23T03:53:36.949Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-23T03:53:37.007Z] ========================================================= [2024-02-23T03:53:37.007Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-02-23T03:53:37.007Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:53:37.577Z] + 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 . [2024-02-23T03:53:37.577Z] Sending build context to Docker daemon 6.69MB [2024-02-23T03:53:37.577Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-02-23T03:53:37.577Z] Step 2/12 : FROM ${BASE} AS builder [2024-02-23T03:53:37.577Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-02-23T03:53:37.577Z] 7264a8db6415: Pulling fs layer [2024-02-23T03:53:37.577Z] c4d48a809fc2: Pulling fs layer [2024-02-23T03:53:37.577Z] 4f1c88b9dad5: Pulling fs layer [2024-02-23T03:53:37.577Z] ad3a456e5733: Pulling fs layer [2024-02-23T03:53:37.577Z] 69c7f0334f64: Pulling fs layer [2024-02-23T03:53:37.577Z] 1f1c1a5573a3: Pulling fs layer [2024-02-23T03:53:37.577Z] ce7588e14bc9: Pulling fs layer [2024-02-23T03:53:37.577Z] b5e4710f87ac: Pulling fs layer [2024-02-23T03:53:37.577Z] 1f1c1a5573a3: Waiting [2024-02-23T03:53:37.577Z] ce7588e14bc9: Waiting [2024-02-23T03:53:37.577Z] b5e4710f87ac: Waiting [2024-02-23T03:53:37.577Z] ad3a456e5733: Waiting [2024-02-23T03:53:37.577Z] 69c7f0334f64: Waiting [2024-02-23T03:53:37.577Z] c4d48a809fc2: Download complete [2024-02-23T03:53:37.577Z] ad3a456e5733: Verifying Checksum [2024-02-23T03:53:37.577Z] ad3a456e5733: Download complete [2024-02-23T03:53:37.577Z] 69c7f0334f64: Verifying Checksum [2024-02-23T03:53:37.577Z] 69c7f0334f64: Download complete [2024-02-23T03:53:37.837Z] 7264a8db6415: Verifying Checksum [2024-02-23T03:53:37.837Z] 7264a8db6415: Download complete [2024-02-23T03:53:37.837Z] 1f1c1a5573a3: Verifying Checksum [2024-02-23T03:53:37.837Z] 1f1c1a5573a3: Download complete [2024-02-23T03:53:37.837Z] 7264a8db6415: Pull complete [2024-02-23T03:53:37.837Z] b5e4710f87ac: Download complete [2024-02-23T03:53:38.095Z] c4d48a809fc2: Pull complete [2024-02-23T03:53:38.095Z] 4f1c88b9dad5: Download complete [2024-02-23T03:53:38.660Z] ce7588e14bc9: Verifying Checksum [2024-02-23T03:53:38.660Z] ce7588e14bc9: Download complete [2024-02-23T03:53:41.186Z] 4f1c88b9dad5: Pull complete [2024-02-23T03:53:41.445Z] ad3a456e5733: Pull complete [2024-02-23T03:53:41.445Z] 69c7f0334f64: Pull complete [2024-02-23T03:53:41.445Z] 1f1c1a5573a3: Pull complete [2024-02-23T03:53:43.978Z] ce7588e14bc9: Pull complete [2024-02-23T03:53:44.544Z] b5e4710f87ac: Pull complete [2024-02-23T03:53:44.544Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-02-23T03:53:44.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-02-23T03:53:44.544Z] ---> 88b5674ff536 [2024-02-23T03:53:44.544Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-02-23T03:53:47.915Z] ---> Running in 90a5020bab68 [2024-02-23T03:53:48.172Z] Removing intermediate container 90a5020bab68 [2024-02-23T03:53:48.172Z] ---> 11b0246aac42 [2024-02-23T03:53:48.172Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-02-23T03:53:48.172Z] ---> Running in c43068b66b78 [2024-02-23T03:53:48.172Z] Removing intermediate container c43068b66b78 [2024-02-23T03:53:48.172Z] ---> e08562f925a3 [2024-02-23T03:53:48.172Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-02-23T03:53:48.172Z] ---> Running in d2ad3490f091 [2024-02-23T03:53:48.432Z] Removing intermediate container d2ad3490f091 [2024-02-23T03:53:48.432Z] ---> 6dc85b612dc0 [2024-02-23T03:53:48.432Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-23T03:53:48.432Z] ---> Running in 357b5014d42a [2024-02-23T03:53:48.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-23T03:53:48.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-23T03:53:48.951Z] OK: 264 MiB in 52 packages [2024-02-23T03:53:49.519Z] Removing intermediate container 357b5014d42a [2024-02-23T03:53:49.519Z] ---> e073b9d6d6dc [2024-02-23T03:53:49.519Z] Step 7/12 : WORKDIR /app [2024-02-23T03:53:49.519Z] ---> Running in 8d71132c4cb9 [2024-02-23T03:53:49.519Z] Removing intermediate container 8d71132c4cb9 [2024-02-23T03:53:49.519Z] ---> 3f1ec8a53b0a [2024-02-23T03:53:49.519Z] Step 8/12 : COPY go.mod vendor* ./ [2024-02-23T03:53:49.519Z] ---> 1f62f742aef8 [2024-02-23T03:53:49.519Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-23T03:53:49.779Z] ---> Running in 44eee7e9fd73 [2024-02-23T03:53:50.362Z] Still waiting to schedule task [2024-02-23T03:53:50.363Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-02-23T03:54:21.866Z] Removing intermediate container 44eee7e9fd73 [2024-02-23T03:54:21.866Z] ---> 19ba8cb671ad [2024-02-23T03:54:21.866Z] Step 10/12 : COPY . . [2024-02-23T03:54:22.435Z] ---> 6df9227a8729 [2024-02-23T03:54:22.435Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-02-23T03:54:22.435Z] ---> Running in 27e2d2ab82f9 [2024-02-23T03:54:22.435Z] Removing intermediate container 27e2d2ab82f9 [2024-02-23T03:54:22.435Z] ---> 8c10c1da0a43 [2024-02-23T03:54:22.435Z] Step 12/12 : RUN $MAKE [2024-02-23T03:54:22.435Z] ---> Running in fc6bed1ad5f7 [2024-02-23T03:54:22.696Z] noop [2024-02-23T03:54:22.957Z] Removing intermediate container fc6bed1ad5f7 [2024-02-23T03:54:22.957Z] ---> b03c8fee64e3 [2024-02-23T03:54:22.957Z] Successfully built b03c8fee64e3 [2024-02-23T03:54:22.957Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:54:23.498Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-23T03:54:23.498Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T03:54:23.734Z] prd-ubuntu20.04-docker-8c-8g-1566 does not seem to be running inside a container [2024-02-23T03:54:23.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_app-record-replay_PR-126 -v /w/workspace/foundry_app-record-replay_PR-126:/w/workspace/foundry_app-record-replay_PR-126:rw,z -v /w/workspace/foundry_app-record-replay_PR-126@tmp:/w/workspace/foundry_app-record-replay_PR-126@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 ******** ci-base-image-x86_64 cat [2024-02-23T03:54:24.141Z] $ docker top b8ba28858372d1f55ae122bfb91e455316cb70c8de0db1219842c793cb2aa0bf -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-23T03:54:24.594Z] + go version [2024-02-23T03:54:24.594Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-02-23T03:54:24.634Z] $ docker stop --time=1 b8ba28858372d1f55ae122bfb91e455316cb70c8de0db1219842c793cb2aa0bf [2024-02-23T03:54:25.924Z] $ docker rm -f --volumes b8ba28858372d1f55ae122bfb91e455316cb70c8de0db1219842c793cb2aa0bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:54:26.890Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-23T03:54:26.890Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T03:54:27.097Z] prd-ubuntu20.04-docker-8c-8g-1566 does not seem to be running inside a container [2024-02-23T03:54:27.135Z] $ 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-126 -v /w/workspace/foundry_app-record-replay_PR-126:/w/workspace/foundry_app-record-replay_PR-126:rw,z -v /w/workspace/foundry_app-record-replay_PR-126@tmp:/w/workspace/foundry_app-record-replay_PR-126@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 ******** ci-base-image-x86_64 cat [2024-02-23T03:54:27.464Z] $ docker top 087184fb33c0612b118daaa8cfb7534c990e1cb7c7ab6a4b765fb4c358a6db05 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-23T03:54:27.907Z] + git config --global --add safe.directory /w/workspace/foundry_app-record-replay_PR-126 [Pipeline] fileExists [Pipeline] sh [2024-02-23T03:54:28.298Z] + make test [2024-02-23T03:54:28.298Z] go test -race -coverprofile=coverage.out ./... [2024-02-23T03:54:50.250Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2024-02-23T03:54:50.250Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2024-02-23T03:54:50.250Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2024-02-23T03:54:50.250Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2024-02-23T03:54:50.250Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.043s coverage: 88.0% of statements [2024-02-23T03:54:58.389Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.620s coverage: 98.7% of statements [2024-02-23T03:54:58.389Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.113s coverage: 89.7% of statements [2024-02-23T03:54:58.389Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.035s coverage: 100.0% of statements [2024-02-23T03:55:20.339Z] go vet ./... [2024-02-23T03:55:20.906Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-02-23T03:55:20.906Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-02-23T03:55:20.906Z] ./bin/test-attribution-txt.sh [2024-02-23T03:55:20.906Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-02-23T03:55:20.952Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-02-23T03:55:21.029Z] $ docker stop --time=1 087184fb33c0612b118daaa8cfb7534c990e1cb7c7ab6a4b765fb4c358a6db05 [2024-02-23T03:55:24.136Z] $ docker rm -f --volumes 087184fb33c0612b118daaa8cfb7534c990e1cb7c7ab6a4b765fb4c358a6db05 [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-23T03:55:24.829Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-02-23T03:55:24.912Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-02-23T03:55:25.768Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-02-23T03:55:26.080Z] + ls -al . [2024-02-23T03:55:26.080Z] total 192 [2024-02-23T03:55:26.080Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 03:54 . [2024-02-23T03:55:26.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 03:53 .. [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 23 03:53 .dockerignore [2024-02-23T03:55:26.080Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 03:54 .git [2024-02-23T03:55:26.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 03:53 .github [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 164 Feb 23 03:53 .gitignore [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 23 03:53 .golangci.yml [2024-02-23T03:55:26.080Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 23 03:53 .semver [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 11301 Feb 23 03:53 Attribution.txt [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 458 Feb 23 03:53 CHANGELOG.md [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 1725 Feb 23 03:53 Dockerfile [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 23 03:53 GOVERNANCE.md [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 681 Feb 23 03:53 Jenkinsfile [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 23 03:53 LICENSE [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 3136 Feb 23 03:53 Makefile [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 611 Feb 23 03:53 OWNERS.md [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 4107 Feb 23 03:53 README.md [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 7789 Feb 23 03:53 Record and Reply.postman_collection.json [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 03:53 VERSION [2024-02-23T03:55:26.080Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 03:53 bin [2024-02-23T03:55:26.080Z] -rw-r--r-- 1 jenkins jenkins 24666 Feb 23 03:54 coverage.out [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 3951 Feb 23 03:53 go.mod [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 34490 Feb 23 03:53 go.sum [2024-02-23T03:55:26.080Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 23 03:53 internal [2024-02-23T03:55:26.080Z] -rw-rw-r-- 1 jenkins jenkins 913 Feb 23 03:53 main.go [2024-02-23T03:55:26.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 03:53 openapi [2024-02-23T03:55:26.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 03:53 pkg [2024-02-23T03:55:26.080Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 03:53 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:55:26.540Z] + 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=d1dc045d1af32c18f4eb75d127b3008a7e841258 --label arch=amd64 --label version=0.0.0 . [2024-02-23T03:55:26.540Z] Sending build context to Docker daemon 6.716MB [2024-02-23T03:55:26.540Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-02-23T03:55:26.540Z] Step 2/27 : FROM ${BASE} AS builder [2024-02-23T03:55:26.540Z] ---> b03c8fee64e3 [2024-02-23T03:55:26.540Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-02-23T03:55:26.801Z] ---> Running in e821eea6ddf3 [2024-02-23T03:55:26.801Z] Removing intermediate container e821eea6ddf3 [2024-02-23T03:55:26.801Z] ---> 8e3bb9c0d58a [2024-02-23T03:55:26.801Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-02-23T03:55:26.801Z] ---> Running in 4ba2c683f349 [2024-02-23T03:55:26.801Z] Removing intermediate container 4ba2c683f349 [2024-02-23T03:55:26.801Z] ---> 315d44fe6579 [2024-02-23T03:55:26.801Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-02-23T03:55:26.801Z] ---> Running in 9378aec57cc4 [2024-02-23T03:55:27.060Z] Removing intermediate container 9378aec57cc4 [2024-02-23T03:55:27.060Z] ---> 99b9b3f3eb45 [2024-02-23T03:55:27.060Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-23T03:55:27.060Z] ---> Running in 049b99431a0d [2024-02-23T03:55:27.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-23T03:55:27.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-23T03:55:27.578Z] OK: 264 MiB in 52 packages [2024-02-23T03:55:27.837Z] Removing intermediate container 049b99431a0d [2024-02-23T03:55:27.837Z] ---> fe693520b49a [2024-02-23T03:55:27.837Z] Step 7/27 : WORKDIR /app [2024-02-23T03:55:27.837Z] ---> Running in b13c90cdfdd7 [2024-02-23T03:55:28.097Z] Removing intermediate container b13c90cdfdd7 [2024-02-23T03:55:28.097Z] ---> e9008fdffd99 [2024-02-23T03:55:28.097Z] Step 8/27 : COPY go.mod vendor* ./ [2024-02-23T03:55:28.097Z] ---> 9ec903a3368a [2024-02-23T03:55:28.097Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-23T03:55:28.097Z] ---> Running in 4c67a05f1e4e [2024-02-23T03:55:28.664Z] Removing intermediate container 4c67a05f1e4e [2024-02-23T03:55:28.664Z] ---> 9a9c22bb7ba8 [2024-02-23T03:55:28.664Z] Step 10/27 : COPY . . [2024-02-23T03:55:29.230Z] ---> 9bdad29fa431 [2024-02-23T03:55:29.230Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-02-23T03:55:29.231Z] ---> Running in b28e742a1223 [2024-02-23T03:55:29.231Z] Removing intermediate container b28e742a1223 [2024-02-23T03:55:29.231Z] ---> 19d2c05cae32 [2024-02-23T03:55:29.231Z] Step 12/27 : RUN $MAKE [2024-02-23T03:55:29.231Z] ---> Running in a1a332d00ce6 [2024-02-23T03:55:29.488Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-record-replay [2024-02-23T03:55:39.760Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1567 in /w/workspace/foundry_app-record-replay_PR-126 [Pipeline] { [Pipeline] ws [2024-02-23T03:55:39.856Z] Running in /w/workspace/app-record-replay/1 [Pipeline] { [Pipeline] checkout [2024-02-23T03:55:42.984Z] Selected Git installation does not exist. Using Default [2024-02-23T03:55:42.984Z] The recommended git tool is: NONE [2024-02-23T03:55:47.606Z] Removing intermediate container a1a332d00ce6 [2024-02-23T03:55:47.606Z] ---> 6e0f11b5ebe4 [2024-02-23T03:55:47.606Z] Step 13/27 : FROM alpine:3.18 [2024-02-23T03:55:47.867Z] 3.18: Pulling from library/alpine [2024-02-23T03:55:47.867Z] 619be1103602: Pulling fs layer [2024-02-23T03:55:48.126Z] 619be1103602: Verifying Checksum [2024-02-23T03:55:48.126Z] 619be1103602: Download complete [2024-02-23T03:55:48.386Z] 619be1103602: Pull complete [2024-02-23T03:55:48.386Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-23T03:55:48.386Z] Status: Downloaded newer image for alpine:3.18 [2024-02-23T03:55:48.386Z] ---> d3782b16ccc9 [2024-02-23T03:55:48.386Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-02-23T03:55:48.645Z] ---> Running in a419b7c53546 [2024-02-23T03:55:48.645Z] Removing intermediate container a419b7c53546 [2024-02-23T03:55:48.645Z] ---> 4423188cd2db [2024-02-23T03:55:48.645Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2024-02-23T03:55:48.645Z] ---> Running in dac05b783235 [2024-02-23T03:55:48.645Z] Removing intermediate container dac05b783235 [2024-02-23T03:55:48.645Z] ---> 1d3540088c2c [2024-02-23T03:55:48.645Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-02-23T03:55:48.645Z] ---> Running in 1d03e822fb3b [2024-02-23T03:55:48.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-23T03:55:49.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-23T03:55:49.422Z] (1/2) Installing ca-certificates (20230506-r0) [2024-02-23T03:55:49.422Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-02-23T03:55:49.422Z] Executing busybox-1.36.1-r5.trigger [2024-02-23T03:55:49.422Z] Executing ca-certificates-20230506-r0.trigger [2024-02-23T03:55:49.422Z] OK: 8 MiB in 17 packages [2024-02-23T03:55:49.987Z] Removing intermediate container 1d03e822fb3b [2024-02-23T03:55:49.987Z] ---> b9988e974336 [2024-02-23T03:55:49.987Z] Step 17/27 : RUN apk --no-cache upgrade [2024-02-23T03:55:49.987Z] ---> Running in 4a45098548c6 [2024-02-23T03:55:50.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-23T03:55:50.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-23T03:55:50.503Z] OK: 8 MiB in 17 packages [2024-02-23T03:55:50.762Z] Removing intermediate container 4a45098548c6 [2024-02-23T03:55:50.762Z] ---> a5898d25f616 [2024-02-23T03:55:50.762Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-02-23T03:55:50.762Z] ---> 7ca2a38e3dfc [2024-02-23T03:55:50.762Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-02-23T03:55:51.020Z] ---> 8606aa9ec005 [2024-02-23T03:55:51.020Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-02-23T03:55:51.020Z] ---> cb7af26bf27a [2024-02-23T03:55:51.020Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2024-02-23T03:55:52.157Z] ---> 058923c21721 [2024-02-23T03:55:52.157Z] Step 22/27 : EXPOSE 59712 [2024-02-23T03:55:52.157Z] ---> Running in 2f8220493dab [2024-02-23T03:55:52.157Z] Removing intermediate container 2f8220493dab [2024-02-23T03:55:52.157Z] ---> 01fc3ae4efe1 [2024-02-23T03:55:52.157Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2024-02-23T03:55:52.157Z] ---> Running in 24ecf927daac [2024-02-23T03:55:52.157Z] Removing intermediate container 24ecf927daac [2024-02-23T03:55:52.157Z] ---> 597903d9bfda [2024-02-23T03:55:52.157Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-02-23T03:55:52.157Z] ---> Running in c9cdd7a3d40d [2024-02-23T03:55:52.157Z] Removing intermediate container c9cdd7a3d40d [2024-02-23T03:55:52.157Z] ---> 18b5ce7192db [2024-02-23T03:55:52.157Z] Step 25/27 : LABEL arch=amd64 [2024-02-23T03:55:52.157Z] ---> Running in 64a6ce97120f [2024-02-23T03:55:52.157Z] Removing intermediate container 64a6ce97120f [2024-02-23T03:55:52.157Z] ---> 0d48de8a824f [2024-02-23T03:55:52.157Z] Step 26/27 : LABEL git_sha=d1dc045d1af32c18f4eb75d127b3008a7e841258 [2024-02-23T03:55:52.375Z] using credential edgex-jenkins-ssh [2024-02-23T03:55:52.403Z] Cloning the remote Git repository [2024-02-23T03:55:52.415Z] ---> Running in 7daf8b26f814 [2024-02-23T03:55:52.415Z] Removing intermediate container 7daf8b26f814 [2024-02-23T03:55:52.415Z] ---> f12ea609e528 [2024-02-23T03:55:52.415Z] Step 27/27 : LABEL version=0.0.0 [2024-02-23T03:55:52.415Z] ---> Running in 3b3ed869ed91 [2024-02-23T03:55:52.415Z] Removing intermediate container 3b3ed869ed91 [2024-02-23T03:55:52.415Z] ---> 05da6d93e610 [2024-02-23T03:55:52.415Z] [Warning] One or more build-args [ARCH] were not consumed [2024-02-23T03:55:52.415Z] Successfully built 05da6d93e610 [2024-02-23T03:55:52.415Z] 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 [2024-02-23T03:55:52.462Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2024-02-23T03:55:52.591Z] > git init /w/workspace/app-record-replay/1 # timeout=10 [2024-02-23T03:55:52.832Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2024-02-23T03:55:52.834Z] > git --version # timeout=10 [2024-02-23T03:55:52.879Z] > git --version # 'git version 2.25.1' [2024-02-23T03:55:52.882Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-23T03:55:53.079Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:55:53.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-23T03:55:53.713Z] [2024-02-23T03:55:53.713Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:55:54.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-23T03:55:54.128Z] latest: Pulling from edgex-lftools-log-publisher [2024-02-23T03:55:54.128Z] 5eb5b503b376: Pulling fs layer [2024-02-23T03:55:54.128Z] 5c69ac0246d0: Pulling fs layer [2024-02-23T03:55:54.128Z] ec43610c2a17: Pulling fs layer [2024-02-23T03:55:54.129Z] 3a2ae6a8a46f: Pulling fs layer [2024-02-23T03:55:54.129Z] 33b1e0a273af: Pulling fs layer [2024-02-23T03:55:54.129Z] 5d3b04190fa2: Pulling fs layer [2024-02-23T03:55:54.129Z] 2f39f015ded8: Pulling fs layer [2024-02-23T03:55:54.129Z] 5d3b04190fa2: Waiting [2024-02-23T03:55:54.129Z] 2f39f015ded8: Waiting [2024-02-23T03:55:54.129Z] 3a2ae6a8a46f: Waiting [2024-02-23T03:55:54.129Z] 33b1e0a273af: Waiting [2024-02-23T03:55:54.129Z] 5c69ac0246d0: Download complete [2024-02-23T03:55:54.129Z] 3a2ae6a8a46f: Download complete [2024-02-23T03:55:54.129Z] 33b1e0a273af: Verifying Checksum [2024-02-23T03:55:54.129Z] 33b1e0a273af: Download complete [2024-02-23T03:55:54.129Z] ec43610c2a17: Verifying Checksum [2024-02-23T03:55:54.129Z] ec43610c2a17: Download complete [2024-02-23T03:55:54.129Z] 5d3b04190fa2: Verifying Checksum [2024-02-23T03:55:54.129Z] 5d3b04190fa2: Download complete [2024-02-23T03:55:54.386Z] 5eb5b503b376: Verifying Checksum [2024-02-23T03:55:54.386Z] 5eb5b503b376: Download complete [2024-02-23T03:55:54.730Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2024-02-23T03:55:54.779Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-02-23T03:55:54.952Z] 2f39f015ded8: Download complete [2024-02-23T03:55:55.517Z] 5eb5b503b376: Pull complete [2024-02-23T03:55:55.517Z] 5c69ac0246d0: Pull complete [2024-02-23T03:55:56.086Z] ec43610c2a17: Pull complete [2024-02-23T03:55:56.086Z] 3a2ae6a8a46f: Pull complete [2024-02-23T03:55:56.344Z] 33b1e0a273af: Pull complete [2024-02-23T03:55:56.344Z] 5d3b04190fa2: Pull complete [2024-02-23T03:55:55.828Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2024-02-23T03:55:55.885Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2024-02-23T03:55:55.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-23T03:55:55.903Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-02-23T03:55:56.443Z] Merging remotes/origin/main commit ac25b61a972b9d222c308f01775442126fec713b into PR head commit d1dc045d1af32c18f4eb75d127b3008a7e841258 [2024-02-23T03:55:56.759Z] Merge succeeded, producing d1dc045d1af32c18f4eb75d127b3008a7e841258 [2024-02-23T03:55:56.760Z] Checking out Revision d1dc045d1af32c18f4eb75d127b3008a7e841258 (PR-126) [2024-02-23T03:55:57.360Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2024-02-23T03:55:57.452Z] > git --version # timeout=10 [2024-02-23T03:55:57.469Z] > git --version # 'git version 2.25.1' [2024-02-23T03:55:57.494Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-23T03:55:56.479Z] > git config core.sparsecheckout # timeout=10 [2024-02-23T03:55:56.571Z] > git checkout -f d1dc045d1af32c18f4eb75d127b3008a7e841258 # timeout=10 [2024-02-23T03:55:56.669Z] > git remote # timeout=10 [2024-02-23T03:55:56.695Z] > git config --get remote.origin.url # timeout=10 [2024-02-23T03:55:56.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-23T03:55:56.723Z] > git merge ac25b61a972b9d222c308f01775442126fec713b # timeout=10 [2024-02-23T03:55:56.746Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-23T03:55:56.765Z] > git config core.sparsecheckout # timeout=10 [2024-02-23T03:55:56.779Z] > git checkout -f d1dc045d1af32c18f4eb75d127b3008a7e841258 # timeout=10 [2024-02-23T03:55:58.069Z] [2024-02-23T03:55:58.069Z] GitHub has been notified of this commit’s build result [2024-02-23T03:55:58.069Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-23T03:55:59.209Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-02-23T03:55:59.209Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-23T03:55:59.209Z] Dload Upload Total Spent Left Speed [2024-02-23T03:55:59.209Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 97181 [Pipeline] sh [2024-02-23T03:55:59.573Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-02-23T03:55:59.981Z] + sudo tee /etc/docker/daemon.new [2024-02-23T03:55:59.981Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-02-23T03:55:59.981Z] { [2024-02-23T03:55:59.981Z] "registry-mirrors": [ [2024-02-23T03:55:59.981Z] "https://nexus3.edgexfoundry.org:10001" [2024-02-23T03:55:59.981Z] ], [2024-02-23T03:55:59.981Z] "bip": "10.250.0.254/24", [2024-02-23T03:55:59.981Z] "hosts": [ [2024-02-23T03:55:59.981Z] "tcp://0.0.0.0:5555", [2024-02-23T03:55:59.981Z] "unix:///var/run/docker.sock" [2024-02-23T03:55:59.981Z] ], [2024-02-23T03:55:59.981Z] "mtu": 1458, [2024-02-23T03:55:59.981Z] "selinux-enabled": true, [2024-02-23T03:55:59.981Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-02-23T03:55:59.981Z] } [Pipeline] sh [2024-02-23T03:56:00.352Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-02-23T03:56:00.540Z] 2f39f015ded8: Pull complete [2024-02-23T03:56:00.540Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-02-23T03:56:00.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-23T03:56:00.540Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [2024-02-23T03:56:00.701Z] + sudo service docker restart [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T03:56:00.950Z] prd-ubuntu20.04-docker-8c-8g-1566 does not seem to be running inside a container [2024-02-23T03:56:00.993Z] $ 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-126 -v /w/workspace/foundry_app-record-replay_PR-126:/w/workspace/foundry_app-record-replay_PR-126:rw,z -v /w/workspace/foundry_app-record-replay_PR-126@tmp:/w/workspace/foundry_app-record-replay_PR-126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-02-23T03:56:04.752Z] $ docker top 80713f0d910b9c22826a129029d49b8cdb741672a8ba68383d47c13bbfd3d1bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-23T03:56:05.275Z] ---> job-cost.sh [2024-02-23T03:56:05.275Z] lf-activate-venv: SKIPPING [2024-02-23T03:56:05.275Z] INFO: No Stack... [2024-02-23T03:56:05.534Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-02-23T03:56:06.104Z] INFO: Archiving Costs [Pipeline] sh [2024-02-23T03:56:06.423Z] + cat /w/workspace/foundry_app-record-replay_PR-126/archives/cost.csv [2024-02-23T03:56:06.423Z] + cut -d, -f6 [Pipeline] lock [2024-02-23T03:56:06.468Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] [2024-02-23T03:56:06.474Z] Resource [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] did not exist. Created. [2024-02-23T03:56:06.479Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-02-23T03:56:06.954Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-02-23T03:56:07.012Z] Stashed 1 file(s) [Pipeline] } [2024-02-23T03:56:07.075Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-02-23T03:56:07.247Z] $ docker stop --time=1 80713f0d910b9c22826a129029d49b8cdb741672a8ba68383d47c13bbfd3d1bb [2024-02-23T03:56:08.380Z] $ docker rm -f --volumes 80713f0d910b9c22826a129029d49b8cdb741672a8ba68383d47c13bbfd3d1bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-23T03:56:22.971Z] provisioning config files... [2024-02-23T03:56:23.005Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/1@tmp/config1561186994306560011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-23T03:56:23.524Z] ---> ****-login.sh [2024-02-23T03:56:23.524Z] nexus3.edgexfoundry.org:10001 [2024-02-23T03:56:24.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:56:24.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:56:24.117Z] Configure a credential helper to remove this warning. See [2024-02-23T03:56:24.117Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:56:24.117Z] [2024-02-23T03:56:24.117Z] Login Succeeded [2024-02-23T03:56:24.117Z] nexus3.edgexfoundry.org:10002 [2024-02-23T03:56:24.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:56:24.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:56:24.660Z] Configure a credential helper to remove this warning. See [2024-02-23T03:56:24.660Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:56:24.660Z] [2024-02-23T03:56:24.660Z] Login Succeeded [2024-02-23T03:56:24.660Z] nexus3.edgexfoundry.org:10003 [2024-02-23T03:56:24.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:56:24.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:56:24.988Z] Configure a credential helper to remove this warning. See [2024-02-23T03:56:24.988Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:56:24.988Z] [2024-02-23T03:56:24.988Z] Login Succeeded [2024-02-23T03:56:24.988Z] nexus3.edgexfoundry.org:10004 [2024-02-23T03:56:25.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:56:25.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:56:25.259Z] Configure a credential helper to remove this warning. See [2024-02-23T03:56:25.259Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:56:25.259Z] [2024-02-23T03:56:25.259Z] Login Succeeded [2024-02-23T03:56:25.259Z] ****.io [2024-02-23T03:56:25.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-23T03:56:25.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-23T03:56:25.798Z] Configure a credential helper to remove this warning. See [2024-02-23T03:56:25.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-23T03:56:25.798Z] [2024-02-23T03:56:25.798Z] Login Succeeded [2024-02-23T03:56:25.798Z] ---> ****-login.sh ends [Pipeline] } [2024-02-23T03:56:25.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-02-23T03:56:26.423Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-23T03:56:26.509Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-23T03:56:26.588Z] ========================================================= [2024-02-23T03:56:26.588Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-02-23T03:56:26.588Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:56:27.254Z] + 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 . [2024-02-23T03:56:27.254Z] Sending build context to Docker daemon 258.6kB [2024-02-23T03:56:27.523Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-02-23T03:56:27.523Z] Step 2/12 : FROM ${BASE} AS builder [2024-02-23T03:56:27.523Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-02-23T03:56:27.523Z] 9fda8d8052c6: Pulling fs layer [2024-02-23T03:56:27.523Z] 5d54e960e981: Pulling fs layer [2024-02-23T03:56:27.523Z] c4a7e357bf2a: Pulling fs layer [2024-02-23T03:56:27.523Z] f0e02332f6b5: Pulling fs layer [2024-02-23T03:56:27.523Z] 872ee5b61b7b: Pulling fs layer [2024-02-23T03:56:27.523Z] 0c6a40ed1a82: Pulling fs layer [2024-02-23T03:56:27.523Z] 94ae7d8d031c: Pulling fs layer [2024-02-23T03:56:27.523Z] 872ee5b61b7b: Waiting [2024-02-23T03:56:27.523Z] f0e02332f6b5: Waiting [2024-02-23T03:56:27.523Z] 0c6a40ed1a82: Waiting [2024-02-23T03:56:27.523Z] 94ae7d8d031c: Waiting [2024-02-23T03:56:27.803Z] 5d54e960e981: Download complete [2024-02-23T03:56:27.803Z] f0e02332f6b5: Verifying Checksum [2024-02-23T03:56:27.803Z] f0e02332f6b5: Download complete [2024-02-23T03:56:27.803Z] 872ee5b61b7b: Verifying Checksum [2024-02-23T03:56:27.803Z] 872ee5b61b7b: Download complete [2024-02-23T03:56:27.803Z] 9fda8d8052c6: Download complete [2024-02-23T03:56:28.402Z] 94ae7d8d031c: Verifying Checksum [2024-02-23T03:56:28.402Z] 94ae7d8d031c: Download complete [2024-02-23T03:56:28.673Z] 9fda8d8052c6: Pull complete [2024-02-23T03:56:29.647Z] c4a7e357bf2a: Verifying Checksum [2024-02-23T03:56:29.647Z] c4a7e357bf2a: Download complete [2024-02-23T03:56:30.628Z] 0c6a40ed1a82: Verifying Checksum [2024-02-23T03:56:30.628Z] 0c6a40ed1a82: Download complete [2024-02-23T03:56:33.214Z] 5d54e960e981: Pull complete [2024-02-23T03:56:48.232Z] c4a7e357bf2a: Pull complete [2024-02-23T03:56:48.232Z] f0e02332f6b5: Pull complete [2024-02-23T03:56:48.232Z] 872ee5b61b7b: Pull complete [2024-02-23T03:56:56.456Z] 0c6a40ed1a82: Pull complete [2024-02-23T03:56:57.865Z] 94ae7d8d031c: Pull complete [2024-02-23T03:56:57.865Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-02-23T03:56:57.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-02-23T03:56:57.865Z] ---> 86de565de09d [2024-02-23T03:56:57.865Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-02-23T03:56:59.277Z] ---> Running in 29ddfe9b67bc [2024-02-23T03:56:59.277Z] Removing intermediate container 29ddfe9b67bc [2024-02-23T03:56:59.277Z] ---> 3ed3a300d52e [2024-02-23T03:56:59.277Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-02-23T03:56:59.277Z] ---> Running in 049acda7f120 [2024-02-23T03:56:59.543Z] Removing intermediate container 049acda7f120 [2024-02-23T03:56:59.544Z] ---> d28e311e3f50 [2024-02-23T03:56:59.544Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-02-23T03:56:59.544Z] ---> Running in cad2b7a0b07f [2024-02-23T03:56:59.810Z] Removing intermediate container cad2b7a0b07f [2024-02-23T03:56:59.810Z] ---> dc2f38c2f8ba [2024-02-23T03:56:59.810Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-23T03:57:00.076Z] ---> Running in e1ad7524a0f2 [2024-02-23T03:57:01.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-23T03:57:01.296Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-23T03:57:02.251Z] OK: 266 MiB in 52 packages [2024-02-23T03:57:03.215Z] Removing intermediate container e1ad7524a0f2 [2024-02-23T03:57:03.215Z] ---> e7cfcfb6ce6a [2024-02-23T03:57:03.215Z] Step 7/12 : WORKDIR /app [2024-02-23T03:57:03.215Z] ---> Running in 94d8bf7e6972 [2024-02-23T03:57:03.480Z] Removing intermediate container 94d8bf7e6972 [2024-02-23T03:57:03.480Z] ---> e4291ab658b5 [2024-02-23T03:57:03.480Z] Step 8/12 : COPY go.mod vendor* ./ [2024-02-23T03:57:04.061Z] ---> 630816394355 [2024-02-23T03:57:04.061Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-23T03:57:04.061Z] ---> Running in ddde7924cbce [2024-02-23T03:58:00.575Z] Removing intermediate container ddde7924cbce [2024-02-23T03:58:00.575Z] ---> 4dd83d46770e [2024-02-23T03:58:00.575Z] Step 10/12 : COPY . . [2024-02-23T03:58:01.550Z] ---> eae4b7299551 [2024-02-23T03:58:01.550Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-02-23T03:58:01.825Z] ---> Running in b6042e4062dd [2024-02-23T03:58:02.093Z] Removing intermediate container b6042e4062dd [2024-02-23T03:58:02.093Z] ---> 2deabbaf09eb [2024-02-23T03:58:02.093Z] Step 12/12 : RUN $MAKE [2024-02-23T03:58:02.093Z] ---> Running in a70a730b4e17 [2024-02-23T03:58:03.053Z] noop [2024-02-23T03:58:03.646Z] Removing intermediate container a70a730b4e17 [2024-02-23T03:58:03.646Z] ---> 0bf73e582c6e [2024-02-23T03:58:03.646Z] Successfully built 0bf73e582c6e [2024-02-23T03:58:03.646Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:58:04.256Z] + docker inspect -f . ci-base-image-arm64 [2024-02-23T03:58:04.257Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T03:58:04.636Z] prd-ubuntu20.04-docker-arm64-4c-16g-1567 does not seem to be running inside a container [2024-02-23T03:58:04.697Z] $ 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 ******** ci-base-image-arm64 cat [2024-02-23T03:58:05.840Z] $ docker top 7fe4bc0370058dc2dc6dc265c75d01751affba8d948e2d824d926479263de3e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-23T03:58:06.813Z] + go version [2024-02-23T03:58:06.813Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-02-23T03:58:06.845Z] $ docker stop --time=1 7fe4bc0370058dc2dc6dc265c75d01751affba8d948e2d824d926479263de3e3 [2024-02-23T03:58:08.465Z] $ docker rm -f --volumes 7fe4bc0370058dc2dc6dc265c75d01751affba8d948e2d824d926479263de3e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T03:58:09.742Z] + docker inspect -f . ci-base-image-arm64 [2024-02-23T03:58:09.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T03:58:10.084Z] prd-ubuntu20.04-docker-arm64-4c-16g-1567 does not seem to be running inside a container [2024-02-23T03:58:10.148Z] $ 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 ******** ci-base-image-arm64 cat [2024-02-23T03:58:11.358Z] $ docker top 36440d5aa8ee4b6ebc760be2b76cca083e7a92a0dc934332bdda0a4df0d957fa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-23T03:58:12.370Z] + git config --global --add safe.directory /w/workspace/app-record-replay/1 [Pipeline] fileExists [Pipeline] sh [2024-02-23T03:58:12.818Z] + make test [2024-02-23T03:58:13.089Z] go test -race -coverprofile=coverage.out ./... [2024-02-23T04:00:19.763Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2024-02-23T04:00:21.700Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.209s coverage: 88.0% of statements [2024-02-23T04:00:25.954Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2024-02-23T04:00:25.954Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2024-02-23T04:00:25.954Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2024-02-23T04:00:32.602Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.917s coverage: 98.7% of statements [2024-02-23T04:00:32.602Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.466s coverage: 89.7% of statements [2024-02-23T04:00:32.602Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.166s coverage: 100.0% of statements [2024-02-23T04:00:33.558Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-02-23T04:00:33.558Z] go vet ./... [2024-02-23T04:02:25.195Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-02-23T04:02:25.195Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-02-23T04:02:25.195Z] ./bin/test-attribution-txt.sh [2024-02-23T04:02:25.195Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-02-23T04:02:25.244Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-02-23T04:02:25.305Z] $ docker stop --time=1 36440d5aa8ee4b6ebc760be2b76cca083e7a92a0dc934332bdda0a4df0d957fa [2024-02-23T04:02:27.208Z] $ docker rm -f --volumes 36440d5aa8ee4b6ebc760be2b76cca083e7a92a0dc934332bdda0a4df0d957fa [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-23T04:02:28.942Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-02-23T04:02:28.976Z] Warning: overwriting stash ‘coverage-report’ [2024-02-23T04:02:29.398Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-23T04:02:30.321Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-02-23T04:02:30.675Z] + ls -al . [2024-02-23T04:02:30.675Z] total 188 [2024-02-23T04:02:30.675Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 23 03:58 . [2024-02-23T04:02:30.675Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 03:55 .. [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 23 03:55 .dockerignore [2024-02-23T04:02:30.675Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 03:55 .git [2024-02-23T04:02:30.675Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 03:55 .github [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 164 Feb 23 03:55 .gitignore [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 23 03:55 .golangci.yml [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 11301 Feb 23 03:55 Attribution.txt [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 458 Feb 23 03:55 CHANGELOG.md [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 1725 Feb 23 03:55 Dockerfile [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 23 03:55 GOVERNANCE.md [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 681 Feb 23 03:55 Jenkinsfile [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 23 03:55 LICENSE [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 3136 Feb 23 03:55 Makefile [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 611 Feb 23 03:55 OWNERS.md [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 4107 Feb 23 03:55 README.md [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 7789 Feb 23 03:55 Record and Reply.postman_collection.json [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 03:53 VERSION [2024-02-23T04:02:30.675Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 03:55 bin [2024-02-23T04:02:30.675Z] -rw-r--r-- 1 jenkins jenkins 24667 Feb 23 04:00 coverage.out [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 3951 Feb 23 03:55 go.mod [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 34490 Feb 23 03:55 go.sum [2024-02-23T04:02:30.675Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 23 03:55 internal [2024-02-23T04:02:30.675Z] -rw-rw-r-- 1 jenkins jenkins 913 Feb 23 03:55 main.go [2024-02-23T04:02:30.675Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 03:55 openapi [2024-02-23T04:02:30.675Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 03:55 pkg [2024-02-23T04:02:30.675Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 03:55 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T04:02:31.170Z] + 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=d1dc045d1af32c18f4eb75d127b3008a7e841258 --label arch=arm64 --label version=0.0.0 . [2024-02-23T04:02:31.443Z] Sending build context to Docker daemon 284.2kB [2024-02-23T04:02:31.443Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-02-23T04:02:31.443Z] Step 2/27 : FROM ${BASE} AS builder [2024-02-23T04:02:31.443Z] ---> 0bf73e582c6e [2024-02-23T04:02:31.443Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-02-23T04:02:31.443Z] ---> Running in e69f1a90b156 [2024-02-23T04:02:31.711Z] Removing intermediate container e69f1a90b156 [2024-02-23T04:02:31.711Z] ---> 078f63205fc3 [2024-02-23T04:02:31.711Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-02-23T04:02:31.980Z] ---> Running in c5cae714f03c [2024-02-23T04:02:32.250Z] Removing intermediate container c5cae714f03c [2024-02-23T04:02:32.250Z] ---> 96fe53aee8ba [2024-02-23T04:02:32.250Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-02-23T04:02:32.250Z] ---> Running in 82f3f632a8a9 [2024-02-23T04:02:32.531Z] Removing intermediate container 82f3f632a8a9 [2024-02-23T04:02:32.531Z] ---> 4ab515c4af5b [2024-02-23T04:02:32.531Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-23T04:02:32.531Z] ---> Running in 2b10287a2ee6 [2024-02-23T04:02:33.958Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-23T04:02:34.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-23T04:02:35.192Z] OK: 266 MiB in 52 packages [2024-02-23T04:02:36.611Z] Removing intermediate container 2b10287a2ee6 [2024-02-23T04:02:36.611Z] ---> b1d5c5e4f3ab [2024-02-23T04:02:36.611Z] Step 7/27 : WORKDIR /app [2024-02-23T04:02:36.611Z] ---> Running in d7a69109d1df [2024-02-23T04:02:36.879Z] Removing intermediate container d7a69109d1df [2024-02-23T04:02:36.879Z] ---> 40ab6bde6d88 [2024-02-23T04:02:36.879Z] Step 8/27 : COPY go.mod vendor* ./ [2024-02-23T04:02:37.464Z] ---> d435f9cb86f4 [2024-02-23T04:02:37.464Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-23T04:02:37.464Z] ---> Running in 65ed6b70dfc5 [2024-02-23T04:02:39.430Z] Removing intermediate container 65ed6b70dfc5 [2024-02-23T04:02:39.430Z] ---> 786af4db47df [2024-02-23T04:02:39.430Z] Step 10/27 : COPY . . [2024-02-23T04:02:40.013Z] ---> 4f0981503369 [2024-02-23T04:02:40.013Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-02-23T04:02:40.013Z] ---> Running in 093c7b833d39 [2024-02-23T04:02:40.279Z] Removing intermediate container 093c7b833d39 [2024-02-23T04:02:40.279Z] ---> 460fc2aca963 [2024-02-23T04:02:40.279Z] Step 12/27 : RUN $MAKE [2024-02-23T04:02:40.279Z] ---> Running in b0dd642bf969 [2024-02-23T04:02:41.236Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-record-replay [2024-02-23T04:04:34.381Z] Removing intermediate container b0dd642bf969 [2024-02-23T04:04:34.381Z] ---> cde857541110 [2024-02-23T04:04:34.381Z] Step 13/27 : FROM alpine:3.18 [2024-02-23T04:04:34.381Z] 3.18: Pulling from library/alpine [2024-02-23T04:04:34.381Z] c6b39de5b339: Pulling fs layer [2024-02-23T04:04:34.381Z] c6b39de5b339: Verifying Checksum [2024-02-23T04:04:34.381Z] c6b39de5b339: Download complete [2024-02-23T04:04:34.381Z] c6b39de5b339: Pull complete [2024-02-23T04:04:34.381Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-23T04:04:34.381Z] Status: Downloaded newer image for alpine:3.18 [2024-02-23T04:04:34.381Z] ---> 33abbf032149 [2024-02-23T04:04:34.381Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-02-23T04:04:34.381Z] ---> Running in 631dab42fa51 [2024-02-23T04:04:34.381Z] Removing intermediate container 631dab42fa51 [2024-02-23T04:04:34.381Z] ---> 74faa343f720 [2024-02-23T04:04:34.381Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2024-02-23T04:04:34.381Z] ---> Running in 6d07e9c1522a [2024-02-23T04:04:34.381Z] Removing intermediate container 6d07e9c1522a [2024-02-23T04:04:34.381Z] ---> 8fca8e0fd115 [2024-02-23T04:04:34.381Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-02-23T04:04:34.381Z] ---> Running in 0263ce74017a [2024-02-23T04:04:34.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-23T04:04:34.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-23T04:04:34.381Z] (1/2) Installing ca-certificates (20230506-r0) [2024-02-23T04:04:34.381Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-02-23T04:04:34.381Z] Executing busybox-1.36.1-r5.trigger [2024-02-23T04:04:34.381Z] Executing ca-certificates-20230506-r0.trigger [2024-02-23T04:04:34.381Z] OK: 9 MiB in 17 packages [2024-02-23T04:04:34.381Z] Removing intermediate container 0263ce74017a [2024-02-23T04:04:34.381Z] ---> b2059cf07ea7 [2024-02-23T04:04:34.381Z] Step 17/27 : RUN apk --no-cache upgrade [2024-02-23T04:04:34.381Z] ---> Running in 520fe6c63ee2 [2024-02-23T04:04:34.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-23T04:04:34.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-23T04:04:34.381Z] OK: 9 MiB in 17 packages [2024-02-23T04:04:34.381Z] Removing intermediate container 520fe6c63ee2 [2024-02-23T04:04:34.381Z] ---> f1194a70c73c [2024-02-23T04:04:34.381Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-02-23T04:04:34.381Z] ---> 5a830ed4ed9a [2024-02-23T04:04:34.381Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-02-23T04:04:34.648Z] ---> 26849360f90f [2024-02-23T04:04:34.648Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-02-23T04:04:35.239Z] ---> 5063dcc4ea31 [2024-02-23T04:04:35.239Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2024-02-23T04:04:36.644Z] ---> f8d6c0eac8cc [2024-02-23T04:04:36.644Z] Step 22/27 : EXPOSE 59712 [2024-02-23T04:04:36.644Z] ---> Running in 69a1d5929d0e [2024-02-23T04:04:36.910Z] Removing intermediate container 69a1d5929d0e [2024-02-23T04:04:36.910Z] ---> fbea269d768a [2024-02-23T04:04:36.910Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2024-02-23T04:04:36.910Z] ---> Running in 4b553181c281 [2024-02-23T04:04:37.181Z] Removing intermediate container 4b553181c281 [2024-02-23T04:04:37.181Z] ---> 68401b48ab11 [2024-02-23T04:04:37.181Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-02-23T04:04:37.181Z] ---> Running in 2d25e31734dd [2024-02-23T04:04:37.453Z] Removing intermediate container 2d25e31734dd [2024-02-23T04:04:37.453Z] ---> 328efffc6a2d [2024-02-23T04:04:37.453Z] Step 25/27 : LABEL arch=arm64 [2024-02-23T04:04:37.722Z] ---> Running in 7a734d002682 [2024-02-23T04:04:37.995Z] Removing intermediate container 7a734d002682 [2024-02-23T04:04:37.995Z] ---> ad98543723a2 [2024-02-23T04:04:37.995Z] Step 26/27 : LABEL git_sha=d1dc045d1af32c18f4eb75d127b3008a7e841258 [2024-02-23T04:04:37.995Z] ---> Running in f0ce034e0a3a [2024-02-23T04:04:38.266Z] Removing intermediate container f0ce034e0a3a [2024-02-23T04:04:38.266Z] ---> 59483c4f43f8 [2024-02-23T04:04:38.266Z] Step 27/27 : LABEL version=0.0.0 [2024-02-23T04:04:38.266Z] ---> Running in 524e745da036 [2024-02-23T04:04:38.533Z] Removing intermediate container 524e745da036 [2024-02-23T04:04:38.533Z] ---> e81c93f7aeff [2024-02-23T04:04:38.533Z] [Warning] One or more build-args [ARCH] were not consumed [2024-02-23T04:04:38.533Z] Successfully built e81c93f7aeff [2024-02-23T04:04:38.533Z] 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 [2024-02-23T04:04:39.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-23T04:04:39.804Z] [2024-02-23T04:04:39.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T04:04:40.236Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-23T04:04:40.236Z] arm64: Pulling from edgex-lftools-log-publisher [2024-02-23T04:04:40.236Z] 8998bd30e6a1: Pulling fs layer [2024-02-23T04:04:40.236Z] 04944245beec: Pulling fs layer [2024-02-23T04:04:40.236Z] 699f458cf7ca: Pulling fs layer [2024-02-23T04:04:40.236Z] 765212b225bb: Pulling fs layer [2024-02-23T04:04:40.237Z] f23df028b6ca: Pulling fs layer [2024-02-23T04:04:40.237Z] d65c8cfc05b1: Pulling fs layer [2024-02-23T04:04:40.237Z] 2437ff75d9bd: Pulling fs layer [2024-02-23T04:04:40.237Z] 765212b225bb: Waiting [2024-02-23T04:04:40.237Z] f23df028b6ca: Waiting [2024-02-23T04:04:40.237Z] d65c8cfc05b1: Waiting [2024-02-23T04:04:40.237Z] 2437ff75d9bd: Waiting [2024-02-23T04:04:40.506Z] 04944245beec: Verifying Checksum [2024-02-23T04:04:40.506Z] 04944245beec: Download complete [2024-02-23T04:04:40.506Z] 765212b225bb: Verifying Checksum [2024-02-23T04:04:40.506Z] 765212b225bb: Download complete [2024-02-23T04:04:40.506Z] f23df028b6ca: Verifying Checksum [2024-02-23T04:04:40.506Z] f23df028b6ca: Download complete [2024-02-23T04:04:40.506Z] d65c8cfc05b1: Verifying Checksum [2024-02-23T04:04:40.506Z] d65c8cfc05b1: Download complete [2024-02-23T04:04:40.506Z] 699f458cf7ca: Verifying Checksum [2024-02-23T04:04:40.506Z] 699f458cf7ca: Download complete [2024-02-23T04:04:41.094Z] 8998bd30e6a1: Verifying Checksum [2024-02-23T04:04:41.094Z] 8998bd30e6a1: Download complete [2024-02-23T04:04:43.783Z] 2437ff75d9bd: Verifying Checksum [2024-02-23T04:04:43.783Z] 2437ff75d9bd: Download complete [2024-02-23T04:04:49.154Z] 8998bd30e6a1: Pull complete [2024-02-23T04:04:49.154Z] 04944245beec: Pull complete [2024-02-23T04:04:50.558Z] 699f458cf7ca: Pull complete [2024-02-23T04:04:50.559Z] 765212b225bb: Pull complete [2024-02-23T04:04:51.518Z] f23df028b6ca: Pull complete [2024-02-23T04:04:51.784Z] d65c8cfc05b1: Pull complete [2024-02-23T04:05:09.991Z] 2437ff75d9bd: Pull complete [2024-02-23T04:05:09.991Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-02-23T04:05:09.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-23T04:05:09.991Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T04:05:10.504Z] prd-ubuntu20.04-docker-arm64-4c-16g-1567 does not seem to be running inside a container [2024-02-23T04:05:10.557Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-02-23T04:05:13.133Z] $ docker top 9048957e89b86969a94196c0224ce2492061cd67984e9de818997f5f88207e08 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:14.140Z] ---> job-cost.sh [2024-02-23T04:05:14.140Z] lf-activate-venv: SKIPPING [2024-02-23T04:05:14.140Z] INFO: No Stack... [2024-02-23T04:05:14.723Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-02-23T04:05:15.299Z] INFO: Archiving Costs [Pipeline] sh [2024-02-23T04:05:15.642Z] + + cat /w/workspace/app-record-replay/1/archives/cost.csv [2024-02-23T04:05:15.642Z] cut -d, -f6 [Pipeline] lock [2024-02-23T04:05:15.982Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] [2024-02-23T04:05:15.988Z] Resource [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] did not exist. Created. [2024-02-23T04:05:15.994Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-02-23T04:05:16.800Z] /w/workspace/app-record-replay/1@tmp/durable-aef00787/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-02-23T04:05:17.713Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-02-23T04:05:17.755Z] Warning: overwriting stash ‘stack-cost’ [2024-02-23T04:05:17.825Z] Stashed 1 file(s) [Pipeline] } [2024-02-23T04:05:17.847Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-PR-126-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-02-23T04:05:18.001Z] $ docker stop --time=1 9048957e89b86969a94196c0224ce2492061cd67984e9de818997f5f88207e08 [2024-02-23T04:05:19.487Z] $ docker rm -f --volumes 9048957e89b86969a94196c0224ce2492061cd67984e9de818997f5f88207e08 [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 [2024-02-23T04:05:21.611Z] provisioning config files... [2024-02-23T04:05:21.620Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/foundry_app-record-replay_PR-126@tmp/config14993303880014934247tmp [Pipeline] { [Pipeline] sh [2024-02-23T04:05:22.060Z] + set +x [2024-02-23T04:05:22.060Z] + curl -s https://codecov.io/bash [2024-02-23T04:05:22.060Z] + bash -s -- [2024-02-23T04:05:22.060Z] [2024-02-23T04:05:22.060Z] _____ _ [2024-02-23T04:05:22.060Z] / ____| | | [2024-02-23T04:05:22.060Z] | | ___ __| | ___ ___ _____ __ [2024-02-23T04:05:22.060Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-02-23T04:05:22.060Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-02-23T04:05:22.060Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-02-23T04:05:22.060Z] Bash-1.0.6 [2024-02-23T04:05:22.060Z] [2024-02-23T04:05:22.060Z] [2024-02-23T04:05:22.060Z] ==> git version 2.25.1 found [2024-02-23T04:05:22.060Z] ==> 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 [2024-02-23T04:05:22.060Z] Release-Date: 2020-01-08 [2024-02-23T04:05:22.061Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-02-23T04:05:22.061Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-02-23T04:05:22.061Z] ==> Jenkins CI detected. [2024-02-23T04:05:22.061Z] current dir:  /w/workspace/foundry_app-record-replay_PR-126 [2024-02-23T04:05:22.061Z] project root: . [2024-02-23T04:05:22.061Z] --> token set from env [2024-02-23T04:05:22.061Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-02-23T04:05:22.061Z] ==> Running gcov in . (disable via -X gcov) [2024-02-23T04:05:22.061Z] ==> Python coveragepy not found [2024-02-23T04:05:22.061Z] ==> Searching for coverage reports in: [2024-02-23T04:05:22.061Z] + . [2024-02-23T04:05:22.320Z] -> Found 1 reports [2024-02-23T04:05:22.320Z] ==> Detecting git/mercurial file structure [2024-02-23T04:05:22.320Z] ==> Reading reports [2024-02-23T04:05:22.320Z] + ./coverage.out bytes=24667 [2024-02-23T04:05:22.320Z] ==> Appending adjustments [2024-02-23T04:05:22.320Z] https://docs.codecov.io/docs/fixing-reports [2024-02-23T04:05:22.320Z] + Found adjustments [2024-02-23T04:05:22.320Z] ==> Gzipping contents [2024-02-23T04:05:22.320Z] 8.0K /tmp/codecov.3JSDtQ.gz [2024-02-23T04:05:22.320Z] ==> Uploading reports [2024-02-23T04:05:22.320Z] url: https://codecov.io [2024-02-23T04:05:22.320Z] query: branch=PR-126&commit=d1dc045d1af32c18f4eb75d127b3008a7e841258&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2FPR-126%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=126&job=&cmd_args= [2024-02-23T04:05:22.320Z] -> Pinging Codecov [2024-02-23T04:05:22.320Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-126&commit=d1dc045d1af32c18f4eb75d127b3008a7e841258&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2FPR-126%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=126&job=&cmd_args= [2024-02-23T04:05:22.580Z] -> Uploading to [2024-02-23T04:05:22.580Z] https://storage.googleapis.com/codecov/v4/raw/2024-02-23/F467761B9912B4F32F9BC62907045C81/d1dc045d1af32c18f4eb75d127b3008a7e841258/35ca6f15-d0ae-4cff-8289-a2afd8d0251c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240223T040522Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=196154cbffbe5ecf78e82833e78769f3328c353f20168d28fd3798cd622e5322 [2024-02-23T04:05:22.580Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-23T04:05:22.580Z] Dload Upload Total Spent Left Speed [2024-02-23T04:05:22.840Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4844 0 0 100 4844 0 23980 --:--:-- --:--:-- --:--:-- 23862 100 4844 0 0 100 4844 0 18996 --:--:-- --:--:-- --:--:-- 18996 [2024-02-23T04:05:22.840Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/d1dc045d1af32c18f4eb75d127b3008a7e841258 [Pipeline] } [2024-02-23T04:05:22.872Z] 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 [2024-02-23T04:05:26.141Z] + [ -d /w/workspace/foundry_app-record-replay_PR-126/archives ] [2024-02-23T04:05:26.141Z] + ls -al /w/workspace/foundry_app-record-replay_PR-126/archives [2024-02-23T04:05:26.141Z] total 16 [2024-02-23T04:05:26.141Z] drwxr-xr-x 3 root root 4096 Feb 23 03:56 . [2024-02-23T04:05:26.141Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 23 03:56 .. [2024-02-23T04:05:26.141Z] drwxr-xr-x 2 root root 4096 Feb 23 03:56 cost [2024-02-23T04:05:26.141Z] -rw-r--r-- 1 root root 89 Feb 23 03:56 cost.csv [2024-02-23T04:05:26.141Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_app-record-replay_PR-126/archives [2024-02-23T04:05:26.141Z] + ls -al /w/workspace/foundry_app-record-replay_PR-126/archives [2024-02-23T04:05:26.141Z] total 16 [2024-02-23T04:05:26.141Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 23 03:56 . [2024-02-23T04:05:26.141Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 23 03:56 .. [2024-02-23T04:05:26.141Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 23 03:56 cost [2024-02-23T04:05:26.141Z] -rw-r--r-- 1 jenkins jenkins 89 Feb 23 03:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:26.467Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:27.364Z] ---> package-listing.sh [2024-02-23T04:05:27.364Z] ++ facter osfamily [2024-02-23T04:05:27.364Z] ++ tr '[:upper:]' '[:lower:]' [2024-02-23T04:05:27.623Z] + OS_FAMILY=debian [2024-02-23T04:05:27.623Z] + workspace=/w/workspace/foundry_app-record-replay_PR-126 [2024-02-23T04:05:27.623Z] + START_PACKAGES=/tmp/packages_start.txt [2024-02-23T04:05:27.623Z] + END_PACKAGES=/tmp/packages_end.txt [2024-02-23T04:05:27.623Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-02-23T04:05:27.623Z] + PACKAGES=/tmp/packages_start.txt [2024-02-23T04:05:27.623Z] + '[' /w/workspace/foundry_app-record-replay_PR-126 ']' [2024-02-23T04:05:27.623Z] + PACKAGES=/tmp/packages_end.txt [2024-02-23T04:05:27.623Z] + case "${OS_FAMILY}" in [2024-02-23T04:05:27.623Z] + dpkg -l [2024-02-23T04:05:27.623Z] + grep '^ii' [2024-02-23T04:05:27.623Z] + '[' -f /tmp/packages_start.txt ']' [2024-02-23T04:05:27.623Z] + '[' -f /tmp/packages_end.txt ']' [2024-02-23T04:05:27.623Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-02-23T04:05:27.623Z] + '[' /w/workspace/foundry_app-record-replay_PR-126 ']' [2024-02-23T04:05:27.623Z] + mkdir -p /w/workspace/foundry_app-record-replay_PR-126/archives/ [2024-02-23T04:05:27.623Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_app-record-replay_PR-126/archives/ [Pipeline] echo [2024-02-23T04:05:27.664Z] 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-126/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-02-23T04:05:27.957Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-23T04:05:28.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-23T04:05:28.649Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-23T04:05:28.894Z] prd-ubuntu20.04-docker-8c-8g-1566 does not seem to be running inside a container [2024-02-23T04:05:28.939Z] $ 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-126/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-126 -v /w/workspace/foundry_app-record-replay_PR-126:/w/workspace/foundry_app-record-replay_PR-126:rw,z -v /w/workspace/foundry_app-record-replay_PR-126@tmp:/w/workspace/foundry_app-record-replay_PR-126@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-lftools-log-publisher:latest cat [2024-02-23T04:05:29.135Z] $ docker top 45fe3dff793476c65c34eef6ad6d88e7b13cee967691a415474a0a856beb7251 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-23T04:05:29.603Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-02-23T04:05:29.914Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-02-23T04:05:30.246Z] + ls /var/log/sa-host [2024-02-23T04:05:30.246Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-23T04:05:30.543Z] provisioning config files... [2024-02-23T04:05:30.553Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_app-record-replay_PR-126@tmp/config14777590156258827006tmp [Pipeline] { [Pipeline] echo [2024-02-23T04:05:30.699Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:31.003Z] ---> create-netrc.sh [Pipeline] } [2024-02-23T04:05:31.027Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:31.590Z] ---> python-tools-install.sh [Pipeline] echo [2024-02-23T04:05:31.627Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:31.938Z] ---> sudo-logs.sh [2024-02-23T04:05:31.938Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-02-23T04:05:32.087Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:32.395Z] ---> job-cost.sh [2024-02-23T04:05:32.395Z] lf-activate-venv: SKIPPING [2024-02-23T04:05:32.395Z] DEBUG: total: 0.2199999988079071 [2024-02-23T04:05:32.395Z] INFO: Retrieving Stack Cost... [2024-02-23T04:05:32.965Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-02-23T04:05:33.224Z] INFO: Archiving Costs [Pipeline] echo [2024-02-23T04:05:33.273Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-23T04:05:33.608Z] ---> logs-deploy.sh [2024-02-23T04:05:33.609Z] lf-activate-venv: SKIPPING [2024-02-23T04:05:33.609Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/PR-126/1 [2024-02-23T04:05:33.609Z] INFO: archiving workspace using pattern(s): [2024-02-23T04:05:34.548Z] Archives upload complete. [2024-02-23T04:05:34.808Z] INFO: archiving logs to Nexus [2024-02-23T04:05:35.377Z] ---> uname -a: [2024-02-23T04:05:35.377Z] Linux prd-ubuntu20-04-docker-8c-8g-1566 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-02-23T04:05:35.377Z] [2024-02-23T04:05:35.377Z] [2024-02-23T04:05:35.377Z] ---> lscpu: [2024-02-23T04:05:35.377Z] Architecture: x86_64 [2024-02-23T04:05:35.377Z] CPU op-mode(s): 32-bit, 64-bit [2024-02-23T04:05:35.377Z] Byte Order: Little Endian [2024-02-23T04:05:35.377Z] Address sizes: 40 bits physical, 48 bits virtual [2024-02-23T04:05:35.377Z] CPU(s): 8 [2024-02-23T04:05:35.377Z] On-line CPU(s) list: 0-7 [2024-02-23T04:05:35.377Z] Thread(s) per core: 1 [2024-02-23T04:05:35.377Z] Core(s) per socket: 1 [2024-02-23T04:05:35.377Z] Socket(s): 8 [2024-02-23T04:05:35.377Z] NUMA node(s): 1 [2024-02-23T04:05:35.377Z] Vendor ID: AuthenticAMD [2024-02-23T04:05:35.377Z] CPU family: 23 [2024-02-23T04:05:35.377Z] Model: 49 [2024-02-23T04:05:35.377Z] Model name: AMD EPYC-Rome Processor [2024-02-23T04:05:35.377Z] Stepping: 0 [2024-02-23T04:05:35.377Z] CPU MHz: 2800.000 [2024-02-23T04:05:35.377Z] BogoMIPS: 5600.00 [2024-02-23T04:05:35.377Z] Virtualization: AMD-V [2024-02-23T04:05:35.377Z] Hypervisor vendor: KVM [2024-02-23T04:05:35.377Z] Virtualization type: full [2024-02-23T04:05:35.377Z] L1d cache: 256 KiB [2024-02-23T04:05:35.377Z] L1i cache: 256 KiB [2024-02-23T04:05:35.377Z] L2 cache: 4 MiB [2024-02-23T04:05:35.377Z] L3 cache: 128 MiB [2024-02-23T04:05:35.377Z] NUMA node0 CPU(s): 0-7 [2024-02-23T04:05:35.377Z] Vulnerability Itlb multihit: Not affected [2024-02-23T04:05:35.377Z] Vulnerability L1tf: Not affected [2024-02-23T04:05:35.377Z] Vulnerability Mds: Not affected [2024-02-23T04:05:35.377Z] Vulnerability Meltdown: Not affected [2024-02-23T04:05:35.377Z] Vulnerability Mmio stale data: Not affected [2024-02-23T04:05:35.377Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-02-23T04:05:35.377Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-02-23T04:05:35.377Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-02-23T04:05:35.377Z] Vulnerability Srbds: Not affected [2024-02-23T04:05:35.377Z] Vulnerability Tsx async abort: Not affected [2024-02-23T04:05:35.377Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-02-23T04:05:35.377Z] [2024-02-23T04:05:35.377Z] [2024-02-23T04:05:35.377Z] ---> nproc: [2024-02-23T04:05:35.377Z] 8 [2024-02-23T04:05:35.377Z] [2024-02-23T04:05:35.377Z]