Pull request #145 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4+4e02d7e7ee3d056775d0a2c0a060980b3fd4bda4 (1debc694f1c4f4216e6ebe8d006cee2b3a96fd54) 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-ssh4746469199847042905.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh8423374345835315261.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-145/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-145/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8004236581563084834.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-145/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16981455928097220019.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh11824528070044815861.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-145/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-145/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3468595468429128007.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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.23 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 ‘prd-ubuntu18.04-docker-8c-8g-21829’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-22349’ is offline Running on prd-ubuntu20.04-docker-8c-8g-22355 in /w/workspace/foundry_app-record-replay_PR-145 [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-145 # 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/145/head:refs/remotes/origin/PR-145 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4e02d7e7ee3d056775d0a2c0a060980b3fd4bda4 into PR head commit 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 Merge succeeded, producing 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 Checking out Revision 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 (PR-145) 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 0b81fa10a7dd14683a964f04f411324fe83f93ac > git config core.sparsecheckout # timeout=10 > git checkout -f 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 # 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 4e02d7e7ee3d056775d0a2c0a060980b3fd4bda4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-09T22:04:06.138Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-09T22:04:06.433Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-09T22:04:06.550Z] ========================================================= [2024-10-09T22:04:06.550Z] EdgeX Global Pipelines Version Info [2024-10-09T22:04:06.550Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:04:07.330Z] ------------------- [2024-10-09T22:04:07.330Z] stable info: [2024-10-09T22:04:07.330Z] ------------------- [2024-10-09T22:04:07.330Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-09T22:04:07.330Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-09T22:04:07.330Z] Message: update stable to v1.0.265 [2024-10-09T22:04:07.898Z] ------------------- [2024-10-09T22:04:07.898Z] experimental info: [2024-10-09T22:04:07.898Z] ------------------- [2024-10-09T22:04:07.898Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-09T22:04:07.898Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-09T22:04:07.898Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-09T22:04:08.110Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2024-10-09T22:04:08.175Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2024-10-09T22:04:08.239Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-09T22:04:08.299Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-09T22:04:08.354Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-09T22:04:08.413Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-09T22:04:08.477Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-09T22:04:08.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-09T22:04:08.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-09T22:04:08.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-09T22:04:08.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-09T22:04:08.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2024-10-09T22:04:08.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-09T22:04:08.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-09T22:04:08.933Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-09T22:04:08.988Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-09T22:04:09.047Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-09T22:04:09.103Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-09T22:04:09.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-09T22:04:09.217Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-09T22:04:09.270Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-09T22:04:09.326Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-09T22:04:09.378Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-09T22:04:09.439Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-09T22:04:09.496Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-09T22:04:09.555Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-09T22:04:09.614Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-09T22:04:09.674Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-145 [Pipeline] echo [2024-10-09T22:04:09.738Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-145 [Pipeline] echo [2024-10-09T22:04:09.793Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-145 [Pipeline] echo [2024-10-09T22:04:09.845Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [Pipeline] echo [2024-10-09T22:04:09.901Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5adec9a [Pipeline] echo [2024-10-09T22:04:09.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-09T22:04:10.092Z] provisioning config files... [2024-10-09T22:04:10.104Z] copy managed file [app-record-replay-settings] to file:/w/workspace/foundry_app-record-replay_PR-145@tmp/config10317660753407320418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:04:10.497Z] ---> ****-login.sh [2024-10-09T22:04:10.497Z] nexus3.edgexfoundry.org:10001 [2024-10-09T22:04:10.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:10.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:10.758Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:10.758Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:10.758Z] [2024-10-09T22:04:10.758Z] Login Succeeded [2024-10-09T22:04:10.758Z] nexus3.edgexfoundry.org:10002 [2024-10-09T22:04:10.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:10.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:10.758Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:10.758Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:10.758Z] [2024-10-09T22:04:10.758Z] Login Succeeded [2024-10-09T22:04:10.758Z] nexus3.edgexfoundry.org:10003 [2024-10-09T22:04:11.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:11.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:11.019Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:11.019Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:11.019Z] [2024-10-09T22:04:11.019Z] Login Succeeded [2024-10-09T22:04:11.019Z] nexus3.edgexfoundry.org:10004 [2024-10-09T22:04:11.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:11.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:11.019Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:11.019Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:11.019Z] [2024-10-09T22:04:11.019Z] Login Succeeded [2024-10-09T22:04:11.019Z] ****.io [2024-10-09T22:04:11.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:11.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:11.284Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:11.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:11.284Z] [2024-10-09T22:04:11.284Z] Login Succeeded [2024-10-09T22:04:11.284Z] ---> ****-login.sh ends [Pipeline] } [2024-10-09T22:04:11.316Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-09T22:04:11.999Z] + git rev-list -1 --merges 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4~1..5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [Pipeline] echo [2024-10-09T22:04:12.047Z] -----------> git rev-list -1 --merges 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4~1..5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [false] [Pipeline] sh [2024-10-09T22:04:12.368Z] + git log --format=format:%s -1 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [Pipeline] echo [2024-10-09T22:04:12.409Z] ========================================================= [2024-10-09T22:04:12.409Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-09T22:04:12.409Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-09T22:04:12.862Z] + git log --format=format:%s -1 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [Pipeline] echo [2024-10-09T22:04:12.901Z] [semverPrep] GIT_COMMIT: 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2024-10-09T22:04:12.942Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-09T22:04:13.333Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-09T22:04:13.333Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-09T22:04:13.333Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-09T22:04:13.333Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-09T22:04:13.333Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-09T22:04:13.333Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-09T22:04:13.333Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:04:13.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-09T22:04:13.784Z] [2024-10-09T22:04:13.784Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:04:14.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-09T22:04:14.193Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-09T22:04:14.193Z] b85a868b505f: Pulling fs layer [2024-10-09T22:04:14.193Z] e2be974225ed: Pulling fs layer [2024-10-09T22:04:14.193Z] 339a4e72a1f5: Pulling fs layer [2024-10-09T22:04:14.193Z] 988bab9f4d93: Pulling fs layer [2024-10-09T22:04:14.193Z] 1469e6f7b9e6: Pulling fs layer [2024-10-09T22:04:14.193Z] eaf3925da568: Pulling fs layer [2024-10-09T22:04:14.193Z] bab4dde63d76: Pulling fs layer [2024-10-09T22:04:14.193Z] bde34c3a00c8: Pulling fs layer [2024-10-09T22:04:14.193Z] b352a97aabf1: Pulling fs layer [2024-10-09T22:04:14.193Z] 4872d77fe225: Pulling fs layer [2024-10-09T22:04:14.193Z] 5851b861e8e6: Pulling fs layer [2024-10-09T22:04:14.193Z] 1469e6f7b9e6: Waiting [2024-10-09T22:04:14.193Z] bab4dde63d76: Waiting [2024-10-09T22:04:14.193Z] 5851b861e8e6: Waiting [2024-10-09T22:04:14.193Z] eaf3925da568: Waiting [2024-10-09T22:04:14.193Z] bde34c3a00c8: Waiting [2024-10-09T22:04:14.193Z] b352a97aabf1: Waiting [2024-10-09T22:04:14.193Z] 4872d77fe225: Waiting [2024-10-09T22:04:14.193Z] 988bab9f4d93: Waiting [2024-10-09T22:04:14.193Z] e2be974225ed: Verifying Checksum [2024-10-09T22:04:14.193Z] e2be974225ed: Download complete [2024-10-09T22:04:14.193Z] 988bab9f4d93: Verifying Checksum [2024-10-09T22:04:14.193Z] 988bab9f4d93: Download complete [2024-10-09T22:04:14.193Z] 1469e6f7b9e6: Verifying Checksum [2024-10-09T22:04:14.193Z] 1469e6f7b9e6: Download complete [2024-10-09T22:04:14.193Z] 339a4e72a1f5: Verifying Checksum [2024-10-09T22:04:14.193Z] 339a4e72a1f5: Download complete [2024-10-09T22:04:14.193Z] eaf3925da568: Verifying Checksum [2024-10-09T22:04:14.193Z] eaf3925da568: Download complete [2024-10-09T22:04:14.451Z] bde34c3a00c8: Verifying Checksum [2024-10-09T22:04:14.451Z] bde34c3a00c8: Download complete [2024-10-09T22:04:14.451Z] b352a97aabf1: Verifying Checksum [2024-10-09T22:04:14.451Z] b352a97aabf1: Download complete [2024-10-09T22:04:14.451Z] 4872d77fe225: Verifying Checksum [2024-10-09T22:04:14.451Z] 4872d77fe225: Download complete [2024-10-09T22:04:14.451Z] 5851b861e8e6: Verifying Checksum [2024-10-09T22:04:14.451Z] b85a868b505f: Verifying Checksum [2024-10-09T22:04:14.451Z] b85a868b505f: Download complete [2024-10-09T22:04:14.709Z] bab4dde63d76: Verifying Checksum [2024-10-09T22:04:14.709Z] bab4dde63d76: Download complete [2024-10-09T22:04:15.645Z] b85a868b505f: Pull complete [2024-10-09T22:04:15.645Z] e2be974225ed: Pull complete [2024-10-09T22:04:16.214Z] 339a4e72a1f5: Pull complete [2024-10-09T22:04:16.214Z] 988bab9f4d93: Pull complete [2024-10-09T22:04:16.473Z] 1469e6f7b9e6: Pull complete [2024-10-09T22:04:16.473Z] eaf3925da568: Pull complete [2024-10-09T22:04:18.374Z] bab4dde63d76: Pull complete [2024-10-09T22:04:18.374Z] bde34c3a00c8: Pull complete [2024-10-09T22:04:18.637Z] b352a97aabf1: Pull complete [2024-10-09T22:04:18.637Z] 4872d77fe225: Pull complete [2024-10-09T22:04:18.637Z] 5851b861e8e6: Pull complete [2024-10-09T22:04:18.637Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-09T22:04:18.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-09T22:04:18.637Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:04:18.932Z] prd-ubuntu20.04-docker-8c-8g-22355 does not seem to be running inside a container [2024-10-09T22:04:18.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_app-record-replay_PR-145 -v /w/workspace/foundry_app-record-replay_PR-145:/w/workspace/foundry_app-record-replay_PR-145:rw,z -v /w/workspace/foundry_app-record-replay_PR-145@tmp:/w/workspace/foundry_app-record-replay_PR-145@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-10-09T22:04:21.751Z] $ docker top 51506416b865afe2c828697ea90bf132345cdc7ae48eab7430c6b0c55cd3c4b0 -eo pid,comm [2024-10-09T22:04:21.804Z] 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-10-09T22:04:21.804Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-09T22:04:21.969Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-09T22:04:21.969Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-09T22:04:22.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-09T22:04:22.099Z] $ docker exec 51506416b865afe2c828697ea90bf132345cdc7ae48eab7430c6b0c55cd3c4b0 ssh-agent [2024-10-09T22:04:22.217Z] SSH_AUTH_SOCK=/tmp/ssh-1fi0MzIyxrGg/agent.33 [2024-10-09T22:04:22.217Z] SSH_AGENT_PID=39 [2024-10-09T22:04:22.222Z] Running ssh-add (command line suppressed) [2024-10-09T22:04:22.331Z] Identity added: /w/workspace/foundry_app-record-replay_PR-145@tmp/private_key_3802793306343427782.key (/w/workspace/foundry_app-record-replay_PR-145@tmp/private_key_3802793306343427782.key) [2024-10-09T22:04:22.345Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-09T22:04:22.688Z] + git tag --points-at HEAD [Pipeline] } [2024-10-09T22:04:22.718Z] $ docker exec --env ******** --env ******** 51506416b865afe2c828697ea90bf132345cdc7ae48eab7430c6b0c55cd3c4b0 ssh-agent -k [2024-10-09T22:04:22.817Z] unset SSH_AUTH_SOCK; [2024-10-09T22:04:22.818Z] unset SSH_AGENT_PID; [2024-10-09T22:04:22.818Z] echo Agent pid 39 killed; [2024-10-09T22:04:22.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-09T22:04:22.940Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-09T22:04:22.940Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-09T22:04:23.042Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-09T22:04:23.044Z] $ docker exec 51506416b865afe2c828697ea90bf132345cdc7ae48eab7430c6b0c55cd3c4b0 ssh-agent [2024-10-09T22:04:23.166Z] SSH_AUTH_SOCK=/tmp/ssh-09kC6RZYUyRn/agent.72 [2024-10-09T22:04:23.166Z] SSH_AGENT_PID=78 [2024-10-09T22:04:23.171Z] Running ssh-add (command line suppressed) [2024-10-09T22:04:23.272Z] Identity added: /w/workspace/foundry_app-record-replay_PR-145@tmp/private_key_17029968432437446796.key (/w/workspace/foundry_app-record-replay_PR-145@tmp/private_key_17029968432437446796.key) [2024-10-09T22:04:23.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-09T22:04:23.636Z] + git semver init [2024-10-09T22:04:23.895Z] 2024-10-09 22:04:23,812 [run_init] DEBUG init version:0.0.0 force:False [2024-10-09T22:04:23.895Z] 2024-10-09 22:04:23,813 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_app-record-replay_PR-145/.semver [2024-10-09T22:04:23.895Z] 2024-10-09 22:04:23,813 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/foundry_app-record-replay_PR-145/.semver [2024-10-09T22:04:23.895Z] 2024-10-09 22:04:23,813 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/foundry_app-record-replay_PR-145/.semver'], cwd=/w/workspace/foundry_app-record-replay_PR-145, universal_newlines=False, shell=None, istream=None) [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,084 [append_file] DEBUG append to file:/w/workspace/foundry_app-record-replay_PR-145/.git/info/exclude [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,084 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_app-record-replay_PR-145/.semver/PR-145 with force:False [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,084 [write_file] DEBUG write to file:/w/workspace/foundry_app-record-replay_PR-145/.semver/PR-145 [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,088 [execute] INFO git cat-file --batch-check [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,088 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_app-record-replay_PR-145/.semver, universal_newlines=False, shell=None, istream=) [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,094 [execute] INFO git cat-file --batch [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,094 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_app-record-replay_PR-145/.semver, universal_newlines=False, shell=None, istream=) [2024-10-09T22:04:25.275Z] 2024-10-09 22:04:25,099 [read_version] DEBUG read version from /w/workspace/foundry_app-record-replay_PR-145/.semver/PR-145 [2024-10-09T22:04:25.275Z] 0.0.0 [Pipeline] } [2024-10-09T22:04:25.300Z] $ docker exec --env ******** --env ******** 51506416b865afe2c828697ea90bf132345cdc7ae48eab7430c6b0c55cd3c4b0 ssh-agent -k [2024-10-09T22:04:25.399Z] unset SSH_AUTH_SOCK; [2024-10-09T22:04:25.399Z] unset SSH_AGENT_PID; [2024-10-09T22:04:25.399Z] echo Agent pid 78 killed; [2024-10-09T22:04:25.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-09T22:04:25.868Z] + git semver [Pipeline] } [2024-10-09T22:04:26.153Z] $ docker stop --time=1 51506416b865afe2c828697ea90bf132345cdc7ae48eab7430c6b0c55cd3c4b0 [2024-10-09T22:04:27.456Z] $ docker rm -f --volumes 51506416b865afe2c828697ea90bf132345cdc7ae48eab7430c6b0c55cd3c4b0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-09T22:04:27.877Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-09T22:04:28.161Z] Stashed 1 file(s) [Pipeline] echo [2024-10-09T22:04:28.191Z] [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-10-09T22:04:28.893Z] provisioning config files... [2024-10-09T22:04:28.901Z] copy managed file [app-record-replay-settings] to file:/w/workspace/foundry_app-record-replay_PR-145@tmp/config6652981808072263725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:04:29.273Z] ---> ****-login.sh [2024-10-09T22:04:29.273Z] nexus3.edgexfoundry.org:10001 [2024-10-09T22:04:29.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:29.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:29.273Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:29.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:29.273Z] [2024-10-09T22:04:29.273Z] Login Succeeded [2024-10-09T22:04:29.273Z] nexus3.edgexfoundry.org:10002 [2024-10-09T22:04:29.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:29.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:29.273Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:29.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:29.273Z] [2024-10-09T22:04:29.273Z] Login Succeeded [2024-10-09T22:04:29.273Z] nexus3.edgexfoundry.org:10003 [2024-10-09T22:04:29.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:29.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:29.532Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:29.532Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:29.532Z] [2024-10-09T22:04:29.532Z] Login Succeeded [2024-10-09T22:04:29.532Z] nexus3.edgexfoundry.org:10004 [2024-10-09T22:04:29.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:29.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:29.532Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:29.532Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:29.532Z] [2024-10-09T22:04:29.532Z] Login Succeeded [2024-10-09T22:04:29.532Z] ****.io [2024-10-09T22:04:29.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:04:29.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:04:29.791Z] Configure a credential helper to remove this warning. See [2024-10-09T22:04:29.791Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:04:29.791Z] [2024-10-09T22:04:29.791Z] Login Succeeded [2024-10-09T22:04:29.791Z] ---> ****-login.sh ends [Pipeline] } [2024-10-09T22:04:29.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-09T22:04:30.027Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-09T22:04:30.078Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-09T22:04:30.131Z] ========================================================= [2024-10-09T22:04:30.131Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-09T22:04:30.131Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:04:30.651Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-09T22:04:30.651Z] Sending build context to Docker daemon 9.895MB [2024-10-09T22:04:30.651Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-09T22:04:30.651Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-09T22:04:30.651Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-09T22:04:30.651Z] 43c4264eed91: Pulling fs layer [2024-10-09T22:04:30.651Z] 4cc291be95ef: Pulling fs layer [2024-10-09T22:04:30.651Z] 2ac1f1163629: Pulling fs layer [2024-10-09T22:04:30.651Z] 5c3c966382ef: Pulling fs layer [2024-10-09T22:04:30.651Z] 4f4fb700ef54: Pulling fs layer [2024-10-09T22:04:30.651Z] 5d5c8e513c77: Pulling fs layer [2024-10-09T22:04:30.651Z] 9f66e0745190: Pulling fs layer [2024-10-09T22:04:30.651Z] f49a43e4bbc0: Pulling fs layer [2024-10-09T22:04:30.651Z] 561ebcabdf7f: Pulling fs layer [2024-10-09T22:04:30.651Z] 9f66e0745190: Waiting [2024-10-09T22:04:30.651Z] 4f4fb700ef54: Waiting [2024-10-09T22:04:30.651Z] 5c3c966382ef: Waiting [2024-10-09T22:04:30.651Z] 5d5c8e513c77: Waiting [2024-10-09T22:04:30.651Z] 4cc291be95ef: Verifying Checksum [2024-10-09T22:04:30.651Z] 4cc291be95ef: Download complete [2024-10-09T22:04:30.910Z] 5c3c966382ef: Verifying Checksum [2024-10-09T22:04:30.910Z] 5c3c966382ef: Download complete [2024-10-09T22:04:30.910Z] 4f4fb700ef54: Download complete [2024-10-09T22:04:30.910Z] 5d5c8e513c77: Verifying Checksum [2024-10-09T22:04:30.910Z] 5d5c8e513c77: Download complete [2024-10-09T22:04:30.910Z] 43c4264eed91: Download complete [2024-10-09T22:04:30.910Z] 9f66e0745190: Verifying Checksum [2024-10-09T22:04:30.910Z] 9f66e0745190: Download complete [2024-10-09T22:04:30.910Z] 43c4264eed91: Pull complete [2024-10-09T22:04:31.170Z] 561ebcabdf7f: Download complete [2024-10-09T22:04:31.170Z] 4cc291be95ef: Pull complete [2024-10-09T22:04:31.170Z] 2ac1f1163629: Download complete [2024-10-09T22:04:31.430Z] f49a43e4bbc0: Verifying Checksum [2024-10-09T22:04:31.430Z] f49a43e4bbc0: Download complete [2024-10-09T22:04:34.708Z] 2ac1f1163629: Pull complete [2024-10-09T22:04:34.708Z] 5c3c966382ef: Pull complete [2024-10-09T22:04:34.708Z] 4f4fb700ef54: Pull complete [2024-10-09T22:04:34.967Z] 5d5c8e513c77: Pull complete [2024-10-09T22:04:34.967Z] 9f66e0745190: Pull complete [2024-10-09T22:04:36.869Z] f49a43e4bbc0: Pull complete [2024-10-09T22:04:37.437Z] 561ebcabdf7f: Pull complete [2024-10-09T22:04:37.437Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-09T22:04:37.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-09T22:04:37.437Z] ---> 3a752c3f9dda [2024-10-09T22:04:37.438Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-10-09T22:04:41.624Z] ---> Running in 2197772aa344 [2024-10-09T22:04:41.624Z] Removing intermediate container 2197772aa344 [2024-10-09T22:04:41.624Z] ---> 7134ba68bbbe [2024-10-09T22:04:41.624Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-09T22:04:41.624Z] ---> Running in f90d33dcd5a3 [2024-10-09T22:04:41.624Z] Removing intermediate container f90d33dcd5a3 [2024-10-09T22:04:41.624Z] ---> 982508289e88 [2024-10-09T22:04:41.624Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-09T22:04:41.624Z] ---> Running in e4b394573912 [2024-10-09T22:04:41.624Z] Removing intermediate container e4b394573912 [2024-10-09T22:04:41.624Z] ---> e4ca42204dee [2024-10-09T22:04:41.624Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-09T22:04:41.624Z] ---> Running in 998f9c55ac21 [2024-10-09T22:04:41.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-09T22:04:42.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-09T22:04:42.403Z] OK: 246 MiB in 54 packages [2024-10-09T22:04:42.662Z] Removing intermediate container 998f9c55ac21 [2024-10-09T22:04:42.662Z] ---> 650d71af4541 [2024-10-09T22:04:42.662Z] Step 7/12 : WORKDIR /app [2024-10-09T22:04:42.662Z] ---> Running in f1a80656c22c [2024-10-09T22:04:42.662Z] Removing intermediate container f1a80656c22c [2024-10-09T22:04:42.662Z] ---> 84105da9235c [2024-10-09T22:04:42.662Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-09T22:04:42.921Z] ---> bd0b594ed357 [2024-10-09T22:04:42.921Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-09T22:04:42.921Z] ---> Running in 1503a5b8ac44 [2024-10-09T22:04:43.698Z] Still waiting to schedule task [2024-10-09T22:04:43.698Z] ‘prd-ubuntu18.04-docker-8c-8g-21829’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-10-09T22:04:43.699Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-22356’ is offline [2024-10-09T22:05:33.050Z] Removing intermediate container 1503a5b8ac44 [2024-10-09T22:05:33.050Z] ---> 15ff03b52f6c [2024-10-09T22:05:33.050Z] Step 10/12 : COPY . . [2024-10-09T22:05:33.050Z] ---> 4f1346a62ea5 [2024-10-09T22:05:33.050Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-09T22:05:33.050Z] ---> Running in 59c7c0ccb0c6 [2024-10-09T22:05:33.050Z] Removing intermediate container 59c7c0ccb0c6 [2024-10-09T22:05:33.050Z] ---> 0d3361e1f0f5 [2024-10-09T22:05:33.050Z] Step 12/12 : RUN $MAKE [2024-10-09T22:05:33.050Z] ---> Running in 6981dd8f200b [2024-10-09T22:05:33.050Z] noop [2024-10-09T22:05:33.050Z] Removing intermediate container 6981dd8f200b [2024-10-09T22:05:33.050Z] ---> 65f564297c5a [2024-10-09T22:05:33.050Z] Successfully built 65f564297c5a [2024-10-09T22:05:33.050Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:05:33.533Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-09T22:05:33.533Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:05:33.716Z] prd-ubuntu20.04-docker-8c-8g-22355 does not seem to be running inside a container [2024-10-09T22:05:33.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_app-record-replay_PR-145 -v /w/workspace/foundry_app-record-replay_PR-145:/w/workspace/foundry_app-record-replay_PR-145:rw,z -v /w/workspace/foundry_app-record-replay_PR-145@tmp:/w/workspace/foundry_app-record-replay_PR-145@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-10-09T22:05:34.060Z] $ docker top 9a15cadf7e2b64cea3244317a343d2fdbfb5368d4aa47c5c6d54cbba0c235b4a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-09T22:05:34.481Z] + go version [2024-10-09T22:05:34.481Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-09T22:05:34.519Z] $ docker stop --time=1 9a15cadf7e2b64cea3244317a343d2fdbfb5368d4aa47c5c6d54cbba0c235b4a [2024-10-09T22:05:35.794Z] $ docker rm -f --volumes 9a15cadf7e2b64cea3244317a343d2fdbfb5368d4aa47c5c6d54cbba0c235b4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:05:36.587Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-09T22:05:36.587Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:05:36.758Z] prd-ubuntu20.04-docker-8c-8g-22355 does not seem to be running inside a container [2024-10-09T22:05:36.783Z] $ 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-145 -v /w/workspace/foundry_app-record-replay_PR-145:/w/workspace/foundry_app-record-replay_PR-145:rw,z -v /w/workspace/foundry_app-record-replay_PR-145@tmp:/w/workspace/foundry_app-record-replay_PR-145@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-10-09T22:05:37.080Z] $ docker top 1a458c6250f30647275a069a748b25c1421e69727b9d36936ec9b145035f7897 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-09T22:05:37.486Z] + git config --global --add safe.directory /w/workspace/foundry_app-record-replay_PR-145 [Pipeline] fileExists [Pipeline] sh [2024-10-09T22:05:37.858Z] + make test [2024-10-09T22:05:37.858Z] go test -race -coverprofile=coverage.out ./... [2024-10-09T22:06:09.922Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2024-10-09T22:06:09.922Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2024-10-09T22:06:09.922Z] github.com/edgexfoundry/app-record-replay coverage: 0.0% of statements [2024-10-09T22:06:09.922Z] github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks coverage: 0.0% of statements [2024-10-09T22:06:09.922Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.030s coverage: 88.0% of statements [2024-10-09T22:06:18.068Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.585s coverage: 98.7% of statements [2024-10-09T22:06:18.068Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.149s coverage: 89.7% of statements [2024-10-09T22:06:18.068Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.020s coverage: 100.0% of statements [2024-10-09T22:06:18.068Z] running golangci-lint [2024-10-09T22:06:18.068Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-10-09T22:06:18.068Z] go version go1.23.2 linux/amd64 [2024-10-09T22:06:18.068Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-10-09T22:06:18.068Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-10-09T22:06:18.068Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-10-09T22:06:39.985Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|name|types_sizes|deps|files|imports) took 20.773151117s" [2024-10-09T22:06:39.985Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 5.665581ms" [2024-10-09T22:06:48.095Z] level=info msg="[linters_context/goanalysis] analyzers took 49.643978785s with top 10 stages: buildir: 37.516402116s, inspect: 2.150314011s, fact_deprecated: 1.547298235s, ctrlflow: 1.320580326s, printf: 1.218161437s, nilness: 835.706853ms, fact_purity: 821.717886ms, typedness: 565.803189ms, SA5012: 391.514893ms, tokenfileanalyzer: 360.346478ms" [2024-10-09T22:06:48.095Z] level=info msg="[runner] Issues before processing: 10, after processing: 0" [2024-10-09T22:06:48.095Z] level=info msg="[runner] Processors filtering stat (in/out): skip_files: 10/10, identifier_marker: 10/10, cgo: 10/10, path_prettifier: 10/10, skip_dirs: 10/10, autogenerated_exclude: 10/10, exclude: 10/10, filename_unadjuster: 10/10, invalid_issue: 10/10, exclude-rules: 10/0" [2024-10-09T22:06:48.095Z] level=info msg="[runner] processing took 807.063µs with stages: identifier_marker: 399.396µs, autogenerated_exclude: 128.932µs, exclude-rules: 94.302µs, skip_dirs: 93.661µs, path_prettifier: 74.901µs, cgo: 3.26µs, invalid_issue: 2.99µs, filename_unadjuster: 1.82µs, nolint: 1.46µs, max_same_issues: 1.181µs, skip_files: 840ns, uniq_by_line: 620ns, fixer: 610ns, max_from_linter: 520ns, sort_results: 440ns, exclude: 400ns, max_per_file_from_linter: 400ns, diff: 320ns, source_code: 270ns, path_shortener: 270ns, path_prefixer: 240ns, severity-rules: 230ns" [2024-10-09T22:06:48.095Z] level=info msg="[runner] linters took 9.291410416s with stages: goanalysis_metalinter: 9.290462922s" [2024-10-09T22:06:48.095Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-10-09T22:06:48.095Z] level=info msg="Memory: 302 samples, avg is 233.6MB, max is 1142.4MB" [2024-10-09T22:06:48.095Z] level=info msg="Execution took 30.076840037s" [2024-10-09T22:06:48.353Z] go vet ./... [2024-10-09T22:06:54.903Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-09T22:06:54.903Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-09T22:06:54.903Z] ./bin/test-attribution-txt.sh [2024-10-09T22:06:54.903Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-10-09T22:06:54.903Z] An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add [2024-10-09T22:06:54.903Z] An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add [2024-10-09T22:06:54.903Z] An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add [2024-10-09T22:06:54.903Z] An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add [2024-10-09T22:06:54.903Z] An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-10-09T22:06:54.958Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-09T22:06:55.001Z] $ docker stop --time=1 1a458c6250f30647275a069a748b25c1421e69727b9d36936ec9b145035f7897 [2024-10-09T22:06:58.948Z] $ docker rm -f --volumes 1a458c6250f30647275a069a748b25c1421e69727b9d36936ec9b145035f7897 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-09T22:06:59.670Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-09T22:06:59.746Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-10-09T22:07:00.384Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-09T22:07:00.702Z] + ls -al . [2024-10-09T22:07:00.702Z] total 276 [2024-10-09T22:07:00.702Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 9 22:05 . [2024-10-09T22:07:00.702Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 9 22:03 .. [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 9 22:03 .dockerignore [2024-10-09T22:07:00.702Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 9 22:06 .git [2024-10-09T22:07:00.702Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 9 22:03 .github [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 164 Oct 9 22:03 .gitignore [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 9 22:03 .golangci.yml [2024-10-09T22:07:00.702Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 9 22:04 .semver [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 20126 Oct 9 22:03 Attribution.txt [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 458 Oct 9 22:03 CHANGELOG.md [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 1725 Oct 9 22:03 Dockerfile [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 9 22:03 GOVERNANCE.md [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 681 Oct 9 22:03 Jenkinsfile [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 9 22:03 LICENSE [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 3268 Oct 9 22:03 Makefile [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 9 22:03 OWNERS.md [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 4107 Oct 9 22:03 README.md [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 9 22:03 Record and Reply.postman_collection.json [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 9 22:04 VERSION [2024-10-09T22:07:00.702Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 9 22:03 bin [2024-10-09T22:07:00.702Z] -rw-r--r-- 1 jenkins jenkins 34247 Oct 9 22:06 coverage.out [2024-10-09T22:07:00.702Z] -rw-rw-r-- 1 jenkins jenkins 7488 Oct 9 22:03 go.mod [2024-10-09T22:07:00.703Z] -rw-rw-r-- 1 jenkins jenkins 100896 Oct 9 22:03 go.sum [2024-10-09T22:07:00.703Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 9 22:03 internal [2024-10-09T22:07:00.703Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 9 22:03 main.go [2024-10-09T22:07:00.703Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 9 22:03 openapi [2024-10-09T22:07:00.703Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 9 22:03 pkg [2024-10-09T22:07:00.703Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 9 22:03 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:07:01.129Z] + 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=5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 --label arch=amd64 --label version=0.0.0 . [2024-10-09T22:07:01.129Z] Sending build context to Docker daemon 9.93MB [2024-10-09T22:07:01.129Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2024-10-09T22:07:01.129Z] Step 2/27 : FROM ${BASE} AS builder [2024-10-09T22:07:01.129Z] ---> 65f564297c5a [2024-10-09T22:07:01.129Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-10-09T22:07:01.387Z] ---> Running in 14b22fb62bb3 [2024-10-09T22:07:01.388Z] Removing intermediate container 14b22fb62bb3 [2024-10-09T22:07:01.388Z] ---> 6914ce57e164 [2024-10-09T22:07:01.388Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-10-09T22:07:01.388Z] ---> Running in 598eb3e7fab7 [2024-10-09T22:07:01.388Z] Removing intermediate container 598eb3e7fab7 [2024-10-09T22:07:01.388Z] ---> ab312f446131 [2024-10-09T22:07:01.388Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-10-09T22:07:01.388Z] ---> Running in 3467e56d2bf6 [2024-10-09T22:07:01.388Z] Removing intermediate container 3467e56d2bf6 [2024-10-09T22:07:01.388Z] ---> 242a9eb5e7e7 [2024-10-09T22:07:01.388Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-09T22:07:01.649Z] ---> Running in be6c0099eace [2024-10-09T22:07:01.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:01.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:02.165Z] OK: 246 MiB in 54 packages [2024-10-09T22:07:02.423Z] Removing intermediate container be6c0099eace [2024-10-09T22:07:02.423Z] ---> c90ead9f5646 [2024-10-09T22:07:02.423Z] Step 7/27 : WORKDIR /app [2024-10-09T22:07:02.423Z] ---> Running in e1b58745e31f [2024-10-09T22:07:02.423Z] Removing intermediate container e1b58745e31f [2024-10-09T22:07:02.423Z] ---> d6441d8a45de [2024-10-09T22:07:02.423Z] Step 8/27 : COPY go.mod vendor* ./ [2024-10-09T22:07:02.682Z] ---> 444e7acaf4a5 [2024-10-09T22:07:02.682Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-09T22:07:02.682Z] ---> Running in 22df6f51ae87 [2024-10-09T22:07:03.249Z] Removing intermediate container 22df6f51ae87 [2024-10-09T22:07:03.249Z] ---> fd4b5aa06f3e [2024-10-09T22:07:03.249Z] Step 10/27 : COPY . . [2024-10-09T22:07:03.816Z] ---> 773c144b7366 [2024-10-09T22:07:03.816Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-09T22:07:03.816Z] ---> Running in 384a3eabef35 [2024-10-09T22:07:03.816Z] Removing intermediate container 384a3eabef35 [2024-10-09T22:07:03.816Z] ---> 664aa325b426 [2024-10-09T22:07:03.816Z] Step 12/27 : RUN $MAKE [2024-10-09T22:07:03.816Z] ---> Running in d97732cf07b5 [2024-10-09T22:07:04.074Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-record-replay [2024-10-09T22:07:11.596Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22360 in /w/workspace/foundry_app-record-replay_PR-145 [Pipeline] { [Pipeline] ws [2024-10-09T22:07:11.676Z] Running in /w/workspace/app-record-replay/1 [Pipeline] { [Pipeline] checkout [2024-10-09T22:07:11.776Z] Selected Git installation does not exist. Using Default [2024-10-09T22:07:11.776Z] The recommended git tool is: NONE [2024-10-09T22:07:19.159Z] using credential edgex-jenkins-ssh [2024-10-09T22:07:19.195Z] Cloning the remote Git repository [2024-10-09T22:07:19.272Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2024-10-09T22:07:19.434Z] > git init /w/workspace/app-record-replay/1 # timeout=10 [2024-10-09T22:07:19.666Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2024-10-09T22:07:19.669Z] > git --version # timeout=10 [2024-10-09T22:07:19.702Z] > git --version # 'git version 2.25.1' [2024-10-09T22:07:19.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-09T22:07:19.923Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-09T22:07:22.437Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2024-10-09T22:07:22.462Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-09T22:07:23.463Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2024-10-09T22:07:23.515Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2024-10-09T22:07:23.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-09T22:07:23.542Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/pull/145/head:refs/remotes/origin/PR-145 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-10-09T22:07:24.105Z] Merging remotes/origin/main commit 4e02d7e7ee3d056775d0a2c0a060980b3fd4bda4 into PR head commit 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [2024-10-09T22:07:24.416Z] Merge succeeded, producing 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [2024-10-09T22:07:24.416Z] Checking out Revision 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 (PR-145) [2024-10-09T22:07:25.011Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2024-10-09T22:07:25.070Z] > git --version # timeout=10 [2024-10-09T22:07:25.084Z] > git --version # 'git version 2.25.1' [2024-10-09T22:07:25.108Z] fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-09T22:07:24.123Z] > git config core.sparsecheckout # timeout=10 [2024-10-09T22:07:24.207Z] > git checkout -f 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 # timeout=10 [2024-10-09T22:07:24.292Z] > git remote # timeout=10 [2024-10-09T22:07:24.312Z] > git config --get remote.origin.url # timeout=10 [2024-10-09T22:07:24.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-09T22:07:24.357Z] > git merge 4e02d7e7ee3d056775d0a2c0a060980b3fd4bda4 # timeout=10 [2024-10-09T22:07:24.397Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-10-09T22:07:24.422Z] > git config core.sparsecheckout # timeout=10 [2024-10-09T22:07:24.438Z] > git checkout -f 5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-09T22:07:30.264Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-09T22:07:30.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-09T22:07:30.264Z] Dload Upload Total Spent Left Speed [2024-10-09T22:07:30.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 195k 0 --:--:-- --:--:-- --:--:-- 195k [Pipeline] sh [2024-10-09T22:07:30.625Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-09T22:07:31.256Z] + sudo tee /etc/docker/daemon.new [2024-10-09T22:07:31.256Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-09T22:07:31.256Z] { [2024-10-09T22:07:31.256Z] "registry-mirrors": [ [2024-10-09T22:07:31.256Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-09T22:07:31.256Z] ], [2024-10-09T22:07:31.256Z] "bip": "10.250.0.254/24", [2024-10-09T22:07:31.256Z] "hosts": [ [2024-10-09T22:07:31.256Z] "tcp://0.0.0.0:5555", [2024-10-09T22:07:31.256Z] "unix:///var/run/docker.sock" [2024-10-09T22:07:31.256Z] ], [2024-10-09T22:07:31.256Z] "mtu": 1458, [2024-10-09T22:07:31.256Z] "selinux-enabled": true, [2024-10-09T22:07:31.256Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-09T22:07:31.256Z] } [Pipeline] sh [2024-10-09T22:07:31.647Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-09T22:07:32.042Z] + sudo service docker restart [2024-10-09T22:07:36.142Z] Removing intermediate container d97732cf07b5 [2024-10-09T22:07:36.142Z] ---> defeb3d2b8cb [2024-10-09T22:07:36.142Z] Step 13/27 : FROM alpine:3.20 [2024-10-09T22:07:36.142Z] 3.20: Pulling from library/alpine [2024-10-09T22:07:36.142Z] 43c4264eed91: Already exists [2024-10-09T22:07:36.142Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-09T22:07:36.142Z] Status: Downloaded newer image for alpine:3.20 [2024-10-09T22:07:36.142Z] ---> 91ef0af61f39 [2024-10-09T22:07:36.142Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-09T22:07:36.142Z] ---> Running in 8229ba339860 [2024-10-09T22:07:36.142Z] Removing intermediate container 8229ba339860 [2024-10-09T22:07:36.142Z] ---> 7dfd2d7fadc0 [2024-10-09T22:07:36.142Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2024-10-09T22:07:36.142Z] ---> Running in ecadccfc17ee [2024-10-09T22:07:36.142Z] Removing intermediate container ecadccfc17ee [2024-10-09T22:07:36.142Z] ---> d49f559d37d0 [2024-10-09T22:07:36.142Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-09T22:07:36.142Z] ---> Running in 31e531809f9d [2024-10-09T22:07:36.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:36.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:36.142Z] (1/2) Installing ca-certificates (20240705-r0) [2024-10-09T22:07:36.142Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-10-09T22:07:36.142Z] Executing busybox-1.36.1-r29.trigger [2024-10-09T22:07:36.142Z] Executing ca-certificates-20240705-r0.trigger [2024-10-09T22:07:36.142Z] OK: 9 MiB in 16 packages [2024-10-09T22:07:36.142Z] Removing intermediate container 31e531809f9d [2024-10-09T22:07:36.142Z] ---> 41ef9ed901a1 [2024-10-09T22:07:36.142Z] Step 17/27 : RUN apk --no-cache upgrade [2024-10-09T22:07:36.142Z] ---> Running in 1b358da1e306 [2024-10-09T22:07:36.400Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:36.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:36.917Z] Upgrading critical system libraries and apk-tools: [2024-10-09T22:07:36.917Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-09T22:07:36.917Z] Executing busybox-1.36.1-r29.trigger [2024-10-09T22:07:36.917Z] Continuing the upgrade transaction with new apk-tools: [2024-10-09T22:07:36.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:36.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-09T22:07:37.175Z] OK: 9 MiB in 16 packages [2024-10-09T22:07:37.438Z] Removing intermediate container 1b358da1e306 [2024-10-09T22:07:37.438Z] ---> 4aca414aebdd [2024-10-09T22:07:37.438Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-10-09T22:07:37.695Z] ---> 656630816003 [2024-10-09T22:07:37.695Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-10-09T22:07:37.695Z] ---> f3fcabd95e9c [2024-10-09T22:07:37.695Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-10-09T22:07:37.952Z] ---> 84bf8f0d3b72 [2024-10-09T22:07:37.952Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2024-10-09T22:07:38.901Z] ---> f91e8d06b8ce [2024-10-09T22:07:38.901Z] Step 22/27 : EXPOSE 59712 [2024-10-09T22:07:38.901Z] ---> Running in 008e771b9491 [2024-10-09T22:07:38.901Z] Removing intermediate container 008e771b9491 [2024-10-09T22:07:38.901Z] ---> 53e210fb4925 [2024-10-09T22:07:38.901Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2024-10-09T22:07:38.901Z] ---> Running in 3c3ad94654a5 [2024-10-09T22:07:38.901Z] Removing intermediate container 3c3ad94654a5 [2024-10-09T22:07:38.901Z] ---> 84ea85a723ed [2024-10-09T22:07:38.901Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-09T22:07:38.901Z] ---> Running in 99dd401489fb [2024-10-09T22:07:39.160Z] Removing intermediate container 99dd401489fb [2024-10-09T22:07:39.160Z] ---> ab848bac3ed6 [2024-10-09T22:07:39.160Z] Step 25/27 : LABEL arch=amd64 [2024-10-09T22:07:39.160Z] ---> Running in 45e0070a1e58 [2024-10-09T22:07:39.160Z] Removing intermediate container 45e0070a1e58 [2024-10-09T22:07:39.160Z] ---> 4e949484ea9f [2024-10-09T22:07:39.160Z] Step 26/27 : LABEL git_sha=5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [2024-10-09T22:07:39.160Z] ---> Running in 2596ce0b6185 [2024-10-09T22:07:39.160Z] Removing intermediate container 2596ce0b6185 [2024-10-09T22:07:39.160Z] ---> 9f362348cca0 [2024-10-09T22:07:39.160Z] Step 27/27 : LABEL version=0.0.0 [2024-10-09T22:07:39.160Z] ---> Running in 3968cdcf209a [2024-10-09T22:07:39.418Z] Removing intermediate container 3968cdcf209a [2024-10-09T22:07:39.418Z] ---> 896f34a5870e [2024-10-09T22:07:39.418Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-09T22:07:39.418Z] Successfully built 896f34a5870e [2024-10-09T22:07:39.418Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:07:40.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-09T22:07:40.429Z] [2024-10-09T22:07:40.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:07:40.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-09T22:07:40.835Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-09T22:07:40.835Z] 5eb5b503b376: Pulling fs layer [2024-10-09T22:07:40.835Z] 5c69ac0246d0: Pulling fs layer [2024-10-09T22:07:40.835Z] ec43610c2a17: Pulling fs layer [2024-10-09T22:07:40.835Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-09T22:07:40.835Z] 33b1e0a273af: Pulling fs layer [2024-10-09T22:07:40.835Z] 5d3b04190fa2: Pulling fs layer [2024-10-09T22:07:40.835Z] 2f39f015ded8: Pulling fs layer [2024-10-09T22:07:40.835Z] 3a2ae6a8a46f: Waiting [2024-10-09T22:07:40.835Z] 33b1e0a273af: Waiting [2024-10-09T22:07:40.835Z] 5d3b04190fa2: Waiting [2024-10-09T22:07:40.835Z] 2f39f015ded8: Waiting [2024-10-09T22:07:40.835Z] 5c69ac0246d0: Download complete [2024-10-09T22:07:40.835Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-09T22:07:40.835Z] 3a2ae6a8a46f: Download complete [2024-10-09T22:07:41.092Z] 33b1e0a273af: Verifying Checksum [2024-10-09T22:07:41.092Z] 33b1e0a273af: Download complete [2024-10-09T22:07:41.092Z] 5d3b04190fa2: Verifying Checksum [2024-10-09T22:07:41.092Z] 5d3b04190fa2: Download complete [2024-10-09T22:07:41.092Z] ec43610c2a17: Verifying Checksum [2024-10-09T22:07:41.092Z] ec43610c2a17: Download complete [2024-10-09T22:07:41.092Z] 5eb5b503b376: Verifying Checksum [2024-10-09T22:07:41.092Z] 5eb5b503b376: Download complete [2024-10-09T22:07:41.658Z] 2f39f015ded8: Download complete [2024-10-09T22:07:42.228Z] 5eb5b503b376: Pull complete [2024-10-09T22:07:42.486Z] 5c69ac0246d0: Pull complete [2024-10-09T22:07:42.743Z] ec43610c2a17: Pull complete [2024-10-09T22:07:42.743Z] 3a2ae6a8a46f: Pull complete [2024-10-09T22:07:43.001Z] 33b1e0a273af: Pull complete [2024-10-09T22:07:43.001Z] 5d3b04190fa2: Pull complete [2024-10-09T22:07:47.185Z] 2f39f015ded8: Pull complete [2024-10-09T22:07:47.185Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-09T22:07:47.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-09T22:07:47.185Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:07:47.443Z] prd-ubuntu20.04-docker-8c-8g-22355 does not seem to be running inside a container [2024-10-09T22:07:47.473Z] $ 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-145 -v /w/workspace/foundry_app-record-replay_PR-145:/w/workspace/foundry_app-record-replay_PR-145:rw,z -v /w/workspace/foundry_app-record-replay_PR-145@tmp:/w/workspace/foundry_app-record-replay_PR-145@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-10-09T22:07:51.043Z] $ docker top 878526d9fc19a4fba194c8a5035448a3fca69d918289c72f2be7a132056896e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2024-10-09T22:07:51.328Z] provisioning config files... [2024-10-09T22:07:51.358Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/1@tmp/config7770780891315838567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:07:51.560Z] ---> job-cost.sh [2024-10-09T22:07:51.560Z] lf-activate-venv: SKIPPING [2024-10-09T22:07:51.560Z] INFO: No Stack... [2024-10-09T22:07:51.819Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-09T22:07:51.868Z] ---> ****-login.sh [2024-10-09T22:07:51.868Z] nexus3.edgexfoundry.org:10001 [2024-10-09T22:07:52.078Z] INFO: Archiving Costs [Pipeline] sh [2024-10-09T22:07:52.397Z] + cat /w/workspace/foundry_app-record-replay_PR-145/archives/cost.csv [2024-10-09T22:07:52.397Z] + cut -d, -f6 [Pipeline] lock [2024-10-09T22:07:52.448Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] [2024-10-09T22:07:52.454Z] Resource [jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] did not exist. Created. [2024-10-09T22:07:52.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:07:52.461Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-09T22:07:52.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:07:52.739Z] Configure a credential helper to remove this warning. See [2024-10-09T22:07:52.739Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:07:52.739Z] [2024-10-09T22:07:52.739Z] Login Succeeded [2024-10-09T22:07:52.739Z] nexus3.edgexfoundry.org:10002 [2024-10-09T22:07:52.927Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-09T22:07:52.982Z] Stashed 1 file(s) [Pipeline] } [2024-10-09T22:07:53.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:07:53.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:07:53.019Z] Configure a credential helper to remove this warning. See [2024-10-09T22:07:53.019Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:07:53.019Z] [2024-10-09T22:07:53.019Z] Login Succeeded [2024-10-09T22:07:53.020Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-09T22:07:53.121Z] $ docker stop --time=1 878526d9fc19a4fba194c8a5035448a3fca69d918289c72f2be7a132056896e0 [2024-10-09T22:07:53.299Z] nexus3.edgexfoundry.org:10003 [2024-10-09T22:07:53.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:07:53.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:07:53.576Z] Configure a credential helper to remove this warning. See [2024-10-09T22:07:53.576Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:07:53.576Z] [2024-10-09T22:07:53.576Z] Login Succeeded [2024-10-09T22:07:53.576Z] nexus3.edgexfoundry.org:10004 [2024-10-09T22:07:53.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-09T22:07:54.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:07:54.122Z] Configure a credential helper to remove this warning. See [2024-10-09T22:07:54.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:07:54.122Z] [2024-10-09T22:07:54.122Z] Login Succeeded [2024-10-09T22:07:54.122Z] ****.io [2024-10-09T22:07:54.272Z] $ docker rm -f --volumes 878526d9fc19a4fba194c8a5035448a3fca69d918289c72f2be7a132056896e0 [2024-10-09T22:07:54.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2024-10-09T22:07:54.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-09T22:07:54.667Z] Configure a credential helper to remove this warning. See [2024-10-09T22:07:54.667Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-09T22:07:54.667Z] [2024-10-09T22:07:54.667Z] Login Succeeded [2024-10-09T22:07:54.667Z] ---> ****-login.sh ends [Pipeline] // stage [Pipeline] } [Pipeline] } [2024-10-09T22:07:54.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-09T22:07:55.311Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-09T22:07:55.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-09T22:07:55.409Z] ========================================================= [2024-10-09T22:07:55.409Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-09T22:07:55.409Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:07:55.956Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-09T22:07:56.230Z] Sending build context to Docker daemon 337.9kB [2024-10-09T22:07:56.230Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-09T22:07:56.230Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-09T22:07:56.505Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-09T22:07:56.505Z] cf04c63912e1: Pulling fs layer [2024-10-09T22:07:56.505Z] 55b35a11ae5e: Pulling fs layer [2024-10-09T22:07:56.505Z] a37a00ec5f00: Pulling fs layer [2024-10-09T22:07:56.505Z] 50b3750afda1: Pulling fs layer [2024-10-09T22:07:56.505Z] 4f4fb700ef54: Pulling fs layer [2024-10-09T22:07:56.505Z] 80978eb59214: Pulling fs layer [2024-10-09T22:07:56.505Z] c9f46d7d2bd2: Pulling fs layer [2024-10-09T22:07:56.505Z] c5a475d317c9: Pulling fs layer [2024-10-09T22:07:56.505Z] 80978eb59214: Waiting [2024-10-09T22:07:56.505Z] c9f46d7d2bd2: Waiting [2024-10-09T22:07:56.505Z] c5a475d317c9: Waiting [2024-10-09T22:07:56.505Z] 50b3750afda1: Waiting [2024-10-09T22:07:56.505Z] 4f4fb700ef54: Waiting [2024-10-09T22:07:56.505Z] 55b35a11ae5e: Verifying Checksum [2024-10-09T22:07:56.505Z] 55b35a11ae5e: Download complete [2024-10-09T22:07:56.505Z] 50b3750afda1: Verifying Checksum [2024-10-09T22:07:56.505Z] 50b3750afda1: Download complete [2024-10-09T22:07:56.505Z] 4f4fb700ef54: Verifying Checksum [2024-10-09T22:07:56.505Z] 4f4fb700ef54: Download complete [2024-10-09T22:07:56.505Z] 80978eb59214: Verifying Checksum [2024-10-09T22:07:56.505Z] 80978eb59214: Download complete [2024-10-09T22:07:56.505Z] cf04c63912e1: Verifying Checksum [2024-10-09T22:07:56.505Z] cf04c63912e1: Download complete [2024-10-09T22:07:57.113Z] c5a475d317c9: Verifying Checksum [2024-10-09T22:07:57.113Z] c5a475d317c9: Download complete [2024-10-09T22:07:58.097Z] cf04c63912e1: Pull complete [2024-10-09T22:07:58.703Z] 55b35a11ae5e: Pull complete [2024-10-09T22:07:58.985Z] a37a00ec5f00: Verifying Checksum [2024-10-09T22:07:58.985Z] a37a00ec5f00: Download complete [2024-10-09T22:07:59.989Z] c9f46d7d2bd2: Verifying Checksum [2024-10-09T22:07:59.989Z] c9f46d7d2bd2: Download complete [2024-10-09T22:08:15.050Z] a37a00ec5f00: Pull complete [2024-10-09T22:08:15.050Z] 50b3750afda1: Pull complete [2024-10-09T22:08:15.050Z] 4f4fb700ef54: Pull complete [2024-10-09T22:08:15.050Z] 80978eb59214: Pull complete [2024-10-09T22:08:21.702Z] c9f46d7d2bd2: Pull complete [2024-10-09T22:08:23.114Z] c5a475d317c9: Pull complete [2024-10-09T22:08:23.114Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-09T22:08:23.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-09T22:08:23.114Z] ---> be29e6b0f0d4 [2024-10-09T22:08:23.114Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-10-09T22:08:25.723Z] ---> Running in cc8c49a650e5 [2024-10-09T22:08:25.723Z] Removing intermediate container cc8c49a650e5 [2024-10-09T22:08:25.723Z] ---> 91f418b4d7df [2024-10-09T22:08:25.723Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-09T22:08:25.992Z] ---> Running in e1a31c5dea42 [2024-10-09T22:08:26.261Z] Removing intermediate container e1a31c5dea42 [2024-10-09T22:08:26.261Z] ---> 3e94fa2fae2a [2024-10-09T22:08:26.261Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-09T22:08:26.530Z] ---> Running in a41279a4c087 [2024-10-09T22:08:26.798Z] Removing intermediate container a41279a4c087 [2024-10-09T22:08:26.798Z] ---> 552272c55969 [2024-10-09T22:08:26.798Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-09T22:08:27.066Z] ---> Running in dc7238aa5c69 [2024-10-09T22:08:28.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-09T22:08:28.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-09T22:08:30.739Z] OK: 238 MiB in 54 packages [2024-10-09T22:08:32.153Z] Removing intermediate container dc7238aa5c69 [2024-10-09T22:08:32.153Z] ---> bceccfedc6fd [2024-10-09T22:08:32.153Z] Step 7/12 : WORKDIR /app [2024-10-09T22:08:32.153Z] ---> Running in 6d0b291cdf2b [2024-10-09T22:08:32.738Z] Removing intermediate container 6d0b291cdf2b [2024-10-09T22:08:32.738Z] ---> 3c956a407a56 [2024-10-09T22:08:32.738Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-09T22:08:33.328Z] ---> d25be964ef50 [2024-10-09T22:08:33.328Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-09T22:08:33.328Z] ---> Running in 3320aedff5c9 [2024-10-09T22:10:55.152Z] Removing intermediate container 3320aedff5c9 [2024-10-09T22:10:55.152Z] ---> b09df8678da8 [2024-10-09T22:10:55.152Z] Step 10/12 : COPY . . [2024-10-09T22:10:55.152Z] ---> 504e6585be9e [2024-10-09T22:10:55.152Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-09T22:10:55.152Z] ---> Running in fffd78966c49 [2024-10-09T22:10:55.152Z] Removing intermediate container fffd78966c49 [2024-10-09T22:10:55.152Z] ---> 687834d7e314 [2024-10-09T22:10:55.152Z] Step 12/12 : RUN $MAKE [2024-10-09T22:10:55.152Z] ---> Running in cfeea8412f98 [2024-10-09T22:10:55.152Z] noop [2024-10-09T22:10:55.152Z] Removing intermediate container cfeea8412f98 [2024-10-09T22:10:55.152Z] ---> 1a5848d720ec [2024-10-09T22:10:55.152Z] Successfully built 1a5848d720ec [2024-10-09T22:10:55.152Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:10:55.673Z] + docker inspect -f . ci-base-image-arm64 [2024-10-09T22:10:55.673Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:10:56.059Z] prd-ubuntu20.04-docker-arm64-4c-16g-22360 does not seem to be running inside a container [2024-10-09T22:10:56.160Z] $ 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-10-09T22:10:57.616Z] $ docker top 987788a44d8c2eb97b7c14cb9c565a957d7469cdbade7111e06a86dcb4f00231 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-09T22:10:58.571Z] + go version [2024-10-09T22:10:58.571Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-09T22:10:58.614Z] $ docker stop --time=1 987788a44d8c2eb97b7c14cb9c565a957d7469cdbade7111e06a86dcb4f00231 [2024-10-09T22:11:00.290Z] $ docker rm -f --volumes 987788a44d8c2eb97b7c14cb9c565a957d7469cdbade7111e06a86dcb4f00231 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:11:01.270Z] + docker inspect -f . ci-base-image-arm64 [2024-10-09T22:11:01.270Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:11:01.559Z] prd-ubuntu20.04-docker-arm64-4c-16g-22360 does not seem to be running inside a container [2024-10-09T22:11:01.637Z] $ 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-10-09T22:11:02.948Z] $ docker top 09a354e72590b26f49f4e2732720a22b70b9e4c9feb596545d9c4800c8804b73 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-09T22:11:03.875Z] + git config --global --add safe.directory /w/workspace/app-record-replay/1 [Pipeline] fileExists [Pipeline] sh [2024-10-09T22:11:04.624Z] + make test [2024-10-09T22:11:04.624Z] go test -race -coverprofile=coverage.out ./... [2024-10-09T22:17:12.431Z] github.com/edgexfoundry/app-record-replay coverage: 0.0% of statements [2024-10-09T22:17:25.303Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.150s coverage: 88.0% of statements [2024-10-09T22:17:30.895Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2024-10-09T22:17:30.895Z] github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks coverage: 0.0% of statements [2024-10-09T22:17:34.302Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2024-10-09T22:17:36.894Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.944s coverage: 98.7% of statements [2024-10-09T22:17:36.894Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.520s coverage: 89.7% of statements [2024-10-09T22:17:36.894Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.120s coverage: 100.0% of statements [2024-10-09T22:17:38.305Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-09T22:17:38.305Z] go vet ./... [2024-10-09T22:22:45.304Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-09T22:22:45.304Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-09T22:22:45.304Z] ./bin/test-attribution-txt.sh [2024-10-09T22:22:45.305Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-10-09T22:22:45.305Z] An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add [2024-10-09T22:22:45.305Z] An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add [2024-10-09T22:22:45.305Z] An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add [2024-10-09T22:22:45.305Z] An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add [2024-10-09T22:22:45.305Z] An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-10-09T22:22:45.362Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-09T22:22:45.421Z] $ docker stop --time=1 09a354e72590b26f49f4e2732720a22b70b9e4c9feb596545d9c4800c8804b73 [2024-10-09T22:22:47.576Z] $ docker rm -f --volumes 09a354e72590b26f49f4e2732720a22b70b9e4c9feb596545d9c4800c8804b73 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-09T22:22:50.375Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-09T22:22:50.422Z] Warning: overwriting stash ‘coverage-report’ [2024-10-09T22:22:50.973Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-09T22:22:51.655Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-09T22:22:52.442Z] + ls -al . [2024-10-09T22:22:52.442Z] total 272 [2024-10-09T22:22:52.442Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 9 22:11 . [2024-10-09T22:22:52.442Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 9 22:07 .. [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 9 22:07 .dockerignore [2024-10-09T22:22:52.442Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 9 22:07 .git [2024-10-09T22:22:52.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 9 22:07 .github [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 164 Oct 9 22:07 .gitignore [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 9 22:07 .golangci.yml [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 20126 Oct 9 22:07 Attribution.txt [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 458 Oct 9 22:07 CHANGELOG.md [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 1725 Oct 9 22:07 Dockerfile [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 9 22:07 GOVERNANCE.md [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 681 Oct 9 22:07 Jenkinsfile [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 9 22:07 LICENSE [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 3268 Oct 9 22:07 Makefile [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 9 22:07 OWNERS.md [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 4107 Oct 9 22:07 README.md [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 9 22:07 Record and Reply.postman_collection.json [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 9 22:04 VERSION [2024-10-09T22:22:52.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 9 22:07 bin [2024-10-09T22:22:52.442Z] -rw-r--r-- 1 jenkins jenkins 34247 Oct 9 22:17 coverage.out [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 7488 Oct 9 22:07 go.mod [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 100896 Oct 9 22:07 go.sum [2024-10-09T22:22:52.442Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 9 22:07 internal [2024-10-09T22:22:52.442Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 9 22:07 main.go [2024-10-09T22:22:52.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 9 22:07 openapi [2024-10-09T22:22:52.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 9 22:07 pkg [2024-10-09T22:22:52.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 9 22:07 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:22:53.433Z] + 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=5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 --label arch=arm64 --label version=0.0.0 . [2024-10-09T22:22:53.708Z] Sending build context to Docker daemon 372.7kB [2024-10-09T22:22:53.708Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2024-10-09T22:22:53.708Z] Step 2/27 : FROM ${BASE} AS builder [2024-10-09T22:22:53.708Z] ---> 1a5848d720ec [2024-10-09T22:22:53.708Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-10-09T22:22:53.708Z] ---> Running in 14531e3aff65 [2024-10-09T22:22:54.294Z] Removing intermediate container 14531e3aff65 [2024-10-09T22:22:54.294Z] ---> b70d2f985e7b [2024-10-09T22:22:54.294Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-10-09T22:22:54.294Z] ---> Running in cf9deed2083e [2024-10-09T22:22:54.561Z] Removing intermediate container cf9deed2083e [2024-10-09T22:22:54.561Z] ---> b845f0968200 [2024-10-09T22:22:54.561Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-10-09T22:22:54.561Z] ---> Running in efde64f803a7 [2024-10-09T22:22:55.145Z] Removing intermediate container efde64f803a7 [2024-10-09T22:22:55.145Z] ---> 247515f50ddc [2024-10-09T22:22:55.145Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-09T22:22:55.145Z] ---> Running in 218f7a5a66a9 [2024-10-09T22:22:56.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-09T22:22:56.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-09T22:22:58.637Z] OK: 238 MiB in 54 packages [2024-10-09T22:22:59.222Z] Removing intermediate container 218f7a5a66a9 [2024-10-09T22:22:59.222Z] ---> 7b15acd4a9fc [2024-10-09T22:22:59.222Z] Step 7/27 : WORKDIR /app [2024-10-09T22:22:59.222Z] ---> Running in 962a1366c941 [2024-10-09T22:22:59.802Z] Removing intermediate container 962a1366c941 [2024-10-09T22:22:59.802Z] ---> 3e8416970538 [2024-10-09T22:22:59.802Z] Step 8/27 : COPY go.mod vendor* ./ [2024-10-09T22:23:00.077Z] ---> d0a440109706 [2024-10-09T22:23:00.077Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-09T22:23:00.349Z] ---> Running in f0b47824b074 [2024-10-09T22:23:02.958Z] Removing intermediate container f0b47824b074 [2024-10-09T22:23:02.958Z] ---> 2b28d023ed90 [2024-10-09T22:23:02.958Z] Step 10/27 : COPY . . [2024-10-09T22:23:03.544Z] ---> 57fb3badf92e [2024-10-09T22:23:03.544Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-09T22:23:03.544Z] ---> Running in 7c399cbcd34f [2024-10-09T22:23:03.817Z] Removing intermediate container 7c399cbcd34f [2024-10-09T22:23:03.817Z] ---> 77b36b5547cc [2024-10-09T22:23:03.817Z] Step 12/27 : RUN $MAKE [2024-10-09T22:23:04.083Z] ---> Running in 58812cfbc487 [2024-10-09T22:23:05.055Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-record-replay [2024-10-09T22:27:11.886Z] Removing intermediate container 58812cfbc487 [2024-10-09T22:27:11.886Z] ---> 2d4591cb96a4 [2024-10-09T22:27:11.886Z] Step 13/27 : FROM alpine:3.20 [2024-10-09T22:27:11.886Z] 3.20: Pulling from library/alpine [2024-10-09T22:27:11.886Z] cf04c63912e1: Already exists [2024-10-09T22:27:11.886Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-09T22:27:11.886Z] Status: Downloaded newer image for alpine:3.20 [2024-10-09T22:27:11.886Z] ---> c157a85ed455 [2024-10-09T22:27:11.886Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-09T22:27:11.886Z] ---> Running in dd8a0ecc16f4 [2024-10-09T22:27:11.886Z] Removing intermediate container dd8a0ecc16f4 [2024-10-09T22:27:11.886Z] ---> 8b24e9f55f8b [2024-10-09T22:27:11.886Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2024-10-09T22:27:11.886Z] ---> Running in 88d899775e01 [2024-10-09T22:27:11.886Z] Removing intermediate container 88d899775e01 [2024-10-09T22:27:11.886Z] ---> 7a26f586e9ff [2024-10-09T22:27:11.886Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-09T22:27:12.154Z] ---> Running in 3b895495af55 [2024-10-09T22:27:13.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-09T22:27:13.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-09T22:27:14.777Z] (1/2) Installing ca-certificates (20240705-r0) [2024-10-09T22:27:14.777Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-10-09T22:27:14.777Z] Executing busybox-1.36.1-r29.trigger [2024-10-09T22:27:14.777Z] Executing ca-certificates-20240705-r0.trigger [2024-10-09T22:27:15.045Z] OK: 10 MiB in 16 packages [2024-10-09T22:27:16.451Z] Removing intermediate container 3b895495af55 [2024-10-09T22:27:16.451Z] ---> aeeb1c70bba6 [2024-10-09T22:27:16.451Z] Step 17/27 : RUN apk --no-cache upgrade [2024-10-09T22:27:16.451Z] ---> Running in 13e761e58510 [2024-10-09T22:27:17.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-09T22:27:17.298Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-09T22:27:18.696Z] Upgrading critical system libraries and apk-tools: [2024-10-09T22:27:18.696Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-09T22:27:18.696Z] Executing busybox-1.36.1-r29.trigger [2024-10-09T22:27:18.965Z] Continuing the upgrade transaction with new apk-tools: [2024-10-09T22:27:18.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-09T22:27:19.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-09T22:27:20.629Z] OK: 10 MiB in 16 packages [2024-10-09T22:27:21.210Z] Removing intermediate container 13e761e58510 [2024-10-09T22:27:21.210Z] ---> 81b4a6780e50 [2024-10-09T22:27:21.210Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-10-09T22:27:21.790Z] ---> 3f3ce65d0301 [2024-10-09T22:27:21.790Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-10-09T22:27:22.056Z] ---> 01cc5f7b57c4 [2024-10-09T22:27:22.056Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-10-09T22:27:22.639Z] ---> 3b76aa0c3893 [2024-10-09T22:27:22.639Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2024-10-09T22:27:24.570Z] ---> eb236bab82ea [2024-10-09T22:27:24.570Z] Step 22/27 : EXPOSE 59712 [2024-10-09T22:27:24.570Z] ---> Running in 302f48d97b98 [2024-10-09T22:27:24.570Z] Removing intermediate container 302f48d97b98 [2024-10-09T22:27:24.570Z] ---> c0d4538b7e67 [2024-10-09T22:27:24.570Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2024-10-09T22:27:24.570Z] ---> Running in 1e83c65097a6 [2024-10-09T22:27:24.835Z] Removing intermediate container 1e83c65097a6 [2024-10-09T22:27:24.835Z] ---> 963c1d782ff6 [2024-10-09T22:27:24.835Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-09T22:27:24.835Z] ---> Running in 4b4e9a422ebb [2024-10-09T22:27:25.413Z] Removing intermediate container 4b4e9a422ebb [2024-10-09T22:27:25.413Z] ---> 2152dfe08156 [2024-10-09T22:27:25.413Z] Step 25/27 : LABEL arch=arm64 [2024-10-09T22:27:25.413Z] ---> Running in 4619698dd4f3 [2024-10-09T22:27:25.678Z] Removing intermediate container 4619698dd4f3 [2024-10-09T22:27:25.678Z] ---> d55fcd9c7f27 [2024-10-09T22:27:25.678Z] Step 26/27 : LABEL git_sha=5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [2024-10-09T22:27:25.678Z] ---> Running in 95ba87861ac5 [2024-10-09T22:27:25.943Z] Removing intermediate container 95ba87861ac5 [2024-10-09T22:27:25.943Z] ---> 8c2a3d79d425 [2024-10-09T22:27:25.943Z] Step 27/27 : LABEL version=0.0.0 [2024-10-09T22:27:25.943Z] ---> Running in 8d810ae390b6 [2024-10-09T22:27:26.207Z] Removing intermediate container 8d810ae390b6 [2024-10-09T22:27:26.207Z] ---> ba42f4a711ad [2024-10-09T22:27:26.207Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-09T22:27:26.207Z] Successfully built ba42f4a711ad [2024-10-09T22:27:26.207Z] 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:27:27.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-09T22:27:27.087Z] [2024-10-09T22:27:27.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:27:27.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-09T22:27:27.512Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-09T22:27:27.512Z] 8998bd30e6a1: Pulling fs layer [2024-10-09T22:27:27.512Z] 04944245beec: Pulling fs layer [2024-10-09T22:27:27.512Z] 699f458cf7ca: Pulling fs layer [2024-10-09T22:27:27.512Z] 765212b225bb: Pulling fs layer [2024-10-09T22:27:27.512Z] f23df028b6ca: Pulling fs layer [2024-10-09T22:27:27.512Z] d65c8cfc05b1: Pulling fs layer [2024-10-09T22:27:27.512Z] 2437ff75d9bd: Pulling fs layer [2024-10-09T22:27:27.512Z] f23df028b6ca: Waiting [2024-10-09T22:27:27.512Z] d65c8cfc05b1: Waiting [2024-10-09T22:27:27.512Z] 2437ff75d9bd: Waiting [2024-10-09T22:27:27.512Z] 765212b225bb: Waiting [2024-10-09T22:27:27.779Z] 04944245beec: Verifying Checksum [2024-10-09T22:27:27.779Z] 04944245beec: Download complete [2024-10-09T22:27:27.779Z] 765212b225bb: Verifying Checksum [2024-10-09T22:27:27.779Z] 765212b225bb: Download complete [2024-10-09T22:27:27.779Z] f23df028b6ca: Download complete [2024-10-09T22:27:27.779Z] d65c8cfc05b1: Verifying Checksum [2024-10-09T22:27:27.779Z] d65c8cfc05b1: Download complete [2024-10-09T22:27:27.779Z] 699f458cf7ca: Verifying Checksum [2024-10-09T22:27:27.779Z] 699f458cf7ca: Download complete [2024-10-09T22:27:28.357Z] 8998bd30e6a1: Verifying Checksum [2024-10-09T22:27:28.357Z] 8998bd30e6a1: Download complete [2024-10-09T22:27:30.926Z] 2437ff75d9bd: Verifying Checksum [2024-10-09T22:27:30.926Z] 2437ff75d9bd: Download complete [2024-10-09T22:27:32.858Z] 8998bd30e6a1: Pull complete [2024-10-09T22:27:33.123Z] 04944245beec: Pull complete [2024-10-09T22:27:34.532Z] 699f458cf7ca: Pull complete [2024-10-09T22:27:34.800Z] 765212b225bb: Pull complete [2024-10-09T22:27:36.229Z] f23df028b6ca: Pull complete [2024-10-09T22:27:36.229Z] d65c8cfc05b1: Pull complete [2024-10-09T22:27:54.544Z] 2437ff75d9bd: Pull complete [2024-10-09T22:27:54.544Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-09T22:27:54.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-09T22:27:54.544Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:27:54.900Z] prd-ubuntu20.04-docker-arm64-4c-16g-22360 does not seem to be running inside a container [2024-10-09T22:27:54.968Z] $ 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-10-09T22:27:57.572Z] $ docker top 9f2def2cb6b9668993d8d5a9ddbe190d435ad5b7d12498e452ee117a4387f7be -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:27:58.502Z] ---> job-cost.sh [2024-10-09T22:27:58.502Z] lf-activate-venv: SKIPPING [2024-10-09T22:27:58.502Z] INFO: No Stack... [2024-10-09T22:27:59.083Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-09T22:27:59.659Z] INFO: Archiving Costs [Pipeline] sh [2024-10-09T22:28:00.320Z] + cat /w/workspace/app-record-replay/1/archives/cost.csv [2024-10-09T22:28:00.320Z] + cut -d, -f6 [Pipeline] lock [2024-10-09T22:28:00.483Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] [2024-10-09T22:28:00.488Z] Resource [jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] did not exist. Created. [2024-10-09T22:28:00.494Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-09T22:28:01.267Z] /w/workspace/app-record-replay/1@tmp/durable-527d44a2/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-09T22:28:01.979Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-09T22:28:02.031Z] Warning: overwriting stash ‘stack-cost’ [2024-10-09T22:28:02.106Z] Stashed 1 file(s) [Pipeline] } [2024-10-09T22:28:02.126Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-record-replay-PR-145-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-09T22:28:02.219Z] $ docker stop --time=1 9f2def2cb6b9668993d8d5a9ddbe190d435ad5b7d12498e452ee117a4387f7be [2024-10-09T22:28:03.809Z] $ docker rm -f --volumes 9f2def2cb6b9668993d8d5a9ddbe190d435ad5b7d12498e452ee117a4387f7be [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-10-09T22:28:04.888Z] provisioning config files... [2024-10-09T22:28:04.896Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/foundry_app-record-replay_PR-145@tmp/config5153958956087505938tmp [Pipeline] { [Pipeline] sh [2024-10-09T22:28:05.253Z] + set +x [2024-10-09T22:28:05.253Z] + curl -s https://codecov.io/bash [2024-10-09T22:28:05.253Z] + bash -s -- [2024-10-09T22:28:05.253Z] [2024-10-09T22:28:05.253Z] _____ _ [2024-10-09T22:28:05.253Z] / ____| | | [2024-10-09T22:28:05.253Z] | | ___ __| | ___ ___ _____ __ [2024-10-09T22:28:05.253Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-09T22:28:05.253Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-09T22:28:05.253Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-09T22:28:05.253Z] Bash-1.0.6 [2024-10-09T22:28:05.253Z] [2024-10-09T22:28:05.253Z] [2024-10-09T22:28:05.253Z] ==> git version 2.25.1 found [2024-10-09T22:28:05.253Z] ==> 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-10-09T22:28:05.253Z] Release-Date: 2020-01-08 [2024-10-09T22:28:05.253Z] 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-10-09T22:28:05.253Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-09T22:28:05.253Z] ==> Jenkins CI detected. [2024-10-09T22:28:05.253Z] current dir:  /w/workspace/foundry_app-record-replay_PR-145 [2024-10-09T22:28:05.253Z] project root: . [2024-10-09T22:28:05.253Z] --> token set from env [2024-10-09T22:28:05.253Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-09T22:28:05.253Z] ==> Running gcov in . (disable via -X gcov) [2024-10-09T22:28:05.253Z] ==> Python coveragepy not found [2024-10-09T22:28:05.253Z] ==> Searching for coverage reports in: [2024-10-09T22:28:05.253Z] + . [2024-10-09T22:28:05.253Z] -> Found 1 reports [2024-10-09T22:28:05.253Z] ==> Detecting git/mercurial file structure [2024-10-09T22:28:05.253Z] ==> Reading reports [2024-10-09T22:28:05.253Z] + ./coverage.out bytes=34247 [2024-10-09T22:28:05.253Z] ==> Appending adjustments [2024-10-09T22:28:05.253Z] https://docs.codecov.io/docs/fixing-reports [2024-10-09T22:28:05.513Z] + Found adjustments [2024-10-09T22:28:05.513Z] ==> Gzipping contents [2024-10-09T22:28:05.513Z] 8.0K /tmp/codecov.cy9bPA.gz [2024-10-09T22:28:05.513Z] ==> Uploading reports [2024-10-09T22:28:05.513Z] url: https://codecov.io [2024-10-09T22:28:05.513Z] query: branch=PR-145&commit=5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2FPR-145%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=145&job=&cmd_args= [2024-10-09T22:28:05.513Z] -> Pinging Codecov [2024-10-09T22:28:05.513Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-145&commit=5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2FPR-145%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=145&job=&cmd_args= [2024-10-09T22:28:05.513Z] -> Uploading to [2024-10-09T22:28:05.514Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/app-record-replay/5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4/f1141fed-e2a1-4106-8451-0b8b88d64b2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241009%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241009T222805Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=c2ecfdd0e5d474fea086323b1781af3dd7ea4d10949f05ff22d25ddeb7284ca8 [2024-10-09T22:28:05.774Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-09T22:28:05.774Z] Dload Upload Total Spent Left Speed [2024-10-09T22:28:05.774Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5394 0 0 100 5394 0 23150 --:--:-- --:--:-- --:--:-- 23150 [2024-10-09T22:28:05.774Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/5adec9a64be21fef2d0ffa47b0d78ce1dc9cdfd4 [Pipeline] } [2024-10-09T22:28:05.807Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [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-10-09T22:28:14.165Z] + [ -d /w/workspace/foundry_app-record-replay_PR-145/archives ] [2024-10-09T22:28:14.165Z] + ls -al /w/workspace/foundry_app-record-replay_PR-145/archives [2024-10-09T22:28:14.165Z] total 16 [2024-10-09T22:28:14.165Z] drwxr-xr-x 3 root root 4096 Oct 9 22:07 . [2024-10-09T22:28:14.165Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 9 22:07 .. [2024-10-09T22:28:14.165Z] drwxr-xr-x 2 root root 4096 Oct 9 22:07 cost [2024-10-09T22:28:14.165Z] -rw-r--r-- 1 root root 89 Oct 9 22:07 cost.csv [2024-10-09T22:28:14.165Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_app-record-replay_PR-145/archives [2024-10-09T22:28:14.165Z] + ls -al /w/workspace/foundry_app-record-replay_PR-145/archives [2024-10-09T22:28:14.165Z] total 16 [2024-10-09T22:28:14.165Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 9 22:07 . [2024-10-09T22:28:14.165Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 9 22:07 .. [2024-10-09T22:28:14.165Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 9 22:07 cost [2024-10-09T22:28:14.165Z] -rw-r--r-- 1 jenkins jenkins 89 Oct 9 22:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:28:14.500Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:28:15.403Z] ---> package-listing.sh [2024-10-09T22:28:15.403Z] ++ facter osfamily [2024-10-09T22:28:15.403Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-09T22:28:15.663Z] + OS_FAMILY=debian [2024-10-09T22:28:15.663Z] + workspace=/w/workspace/foundry_app-record-replay_PR-145 [2024-10-09T22:28:15.663Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-09T22:28:15.663Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-09T22:28:15.663Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-09T22:28:15.663Z] + PACKAGES=/tmp/packages_start.txt [2024-10-09T22:28:15.663Z] + '[' /w/workspace/foundry_app-record-replay_PR-145 ']' [2024-10-09T22:28:15.663Z] + PACKAGES=/tmp/packages_end.txt [2024-10-09T22:28:15.663Z] + case "${OS_FAMILY}" in [2024-10-09T22:28:15.663Z] + dpkg -l [2024-10-09T22:28:15.663Z] + grep '^ii' [2024-10-09T22:28:15.663Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-09T22:28:15.663Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-09T22:28:15.663Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-09T22:28:15.663Z] + '[' /w/workspace/foundry_app-record-replay_PR-145 ']' [2024-10-09T22:28:15.663Z] + mkdir -p /w/workspace/foundry_app-record-replay_PR-145/archives/ [2024-10-09T22:28:15.663Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_app-record-replay_PR-145/archives/ [Pipeline] echo [2024-10-09T22:28:15.704Z] 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-145/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-09T22:28:16.001Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-09T22:28:16.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-09T22:28:16.652Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-09T22:28:16.819Z] prd-ubuntu20.04-docker-8c-8g-22355 does not seem to be running inside a container [2024-10-09T22:28:16.847Z] $ 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-145/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-145 -v /w/workspace/foundry_app-record-replay_PR-145:/w/workspace/foundry_app-record-replay_PR-145:rw,z -v /w/workspace/foundry_app-record-replay_PR-145@tmp:/w/workspace/foundry_app-record-replay_PR-145@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-10-09T22:28:17.025Z] $ docker top 2d33cef0618cdd9547115b59ebbed4346e3e00255e0b59f73675cbba1a0f6bad -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-09T22:28:17.436Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-09T22:28:17.766Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-09T22:28:18.152Z] + ls /var/log/sa-host [2024-10-09T22:28:18.152Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-09T22:28:18.303Z] provisioning config files... [2024-10-09T22:28:18.326Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_app-record-replay_PR-145@tmp/config13343213442417653959tmp [Pipeline] { [Pipeline] echo [2024-10-09T22:28:18.411Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:28:18.785Z] ---> create-netrc.sh [Pipeline] } [2024-10-09T22:28:18.824Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:28:19.225Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-09T22:28:19.263Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:28:19.587Z] ---> sudo-logs.sh [2024-10-09T22:28:19.587Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-09T22:28:19.698Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:28:20.026Z] ---> job-cost.sh [2024-10-09T22:28:20.026Z] lf-activate-venv: SKIPPING [2024-10-09T22:28:20.026Z] DEBUG: total: 0.2199999988079071 [2024-10-09T22:28:20.026Z] INFO: Retrieving Stack Cost... [2024-10-09T22:28:20.597Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-09T22:28:20.857Z] INFO: Archiving Costs [Pipeline] echo [2024-10-09T22:28:20.896Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-09T22:28:21.220Z] ---> logs-deploy.sh [2024-10-09T22:28:21.220Z] lf-activate-venv: SKIPPING [2024-10-09T22:28:21.220Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/PR-145/1 [2024-10-09T22:28:21.220Z] INFO: archiving workspace using pattern(s): [2024-10-09T22:28:22.159Z] Archives upload complete. [2024-10-09T22:28:22.159Z] INFO: archiving logs to Nexus [2024-10-09T22:28:22.726Z] ---> uname -a: [2024-10-09T22:28:22.726Z] Linux prd-ubuntu20-04-docker-8c-8g-22355 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-10-09T22:28:22.726Z] [2024-10-09T22:28:22.726Z] [2024-10-09T22:28:22.726Z] ---> lscpu: [2024-10-09T22:28:22.726Z] Architecture: x86_64 [2024-10-09T22:28:22.726Z] CPU op-mode(s): 32-bit, 64-bit [2024-10-09T22:28:22.726Z] Byte Order: Little Endian [2024-10-09T22:28:22.726Z] Address sizes: 40 bits physical, 48 bits virtual [2024-10-09T22:28:22.726Z] CPU(s): 8 [2024-10-09T22:28:22.726Z] On-line CPU(s) list: 0-7 [2024-10-09T22:28:22.726Z] Thread(s) per core: 1 [2024-10-09T22:28:22.726Z] Core(s) per socket: 1 [2024-10-09T22:28:22.726Z] Socket(s): 8 [2024-10-09T22:28:22.726Z] NUMA node(s): 1 [2024-10-09T22:28:22.726Z] Vendor ID: AuthenticAMD [2024-10-09T22:28:22.726Z] CPU family: 23 [2024-10-09T22:28:22.726Z] Model: 49 [2024-10-09T22:28:22.726Z] Model name: AMD EPYC-Rome Processor [2024-10-09T22:28:22.726Z] Stepping: 0 [2024-10-09T22:28:22.726Z] CPU MHz: 2799.998 [2024-10-09T22:28:22.726Z] BogoMIPS: 5599.99 [2024-10-09T22:28:22.726Z] Virtualization: AMD-V [2024-10-09T22:28:22.726Z] Hypervisor vendor: KVM [2024-10-09T22:28:22.726Z] Virtualization type: full [2024-10-09T22:28:22.726Z] L1d cache: 256 KiB [2024-10-09T22:28:22.726Z] L1i cache: 256 KiB [2024-10-09T22:28:22.726Z] L2 cache: 4 MiB [2024-10-09T22:28:22.726Z] L3 cache: 128 MiB [2024-10-09T22:28:22.726Z] NUMA node0 CPU(s): 0-7 [2024-10-09T22:28:22.726Z] Vulnerability Itlb multihit: Not affected [2024-10-09T22:28:22.726Z] Vulnerability L1tf: Not affected [2024-10-09T22:28:22.726Z] Vulnerability Mds: Not affected [2024-10-09T22:28:22.726Z] Vulnerability Meltdown: Not affected [2024-10-09T22:28:22.726Z] Vulnerability Mmio stale data: Not affected [2024-10-09T22:28:22.726Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-10-09T22:28:22.726Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-10-09T22:28:22.726Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-10-09T22:28:22.726Z] Vulnerability Srbds: Not affected [2024-10-09T22:28:22.726Z] Vulnerability Tsx async abort: Not affected [2024-10-09T22:28:22.726Z] 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-10-09T22:28:22.726Z] [2024-10-09T22:28:22.726Z]