Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 047236f56ce2e90b3717e3891727cd37ccf4463d 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-ssh2897295303304880143.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8775450219445083318.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10974268146052200614.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1331633534871602120.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14273634294763318501.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19295 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 047236f56ce2e90b3717e3891727cd37ccf4463d (main) Commit message: "Merge pull request #32 from lenny-intel/start-endpoint" > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 047236f56ce2e90b3717e3891727cd37ccf4463d # timeout=10 > git rev-list --no-walk 5c5c0fa1b183acca9b573439bae46aaad6e22dbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-06-26T21:29:31.259Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-06-26T21:29:31.327Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-06-26T21:29:31.351Z] ========================================================= [2023-06-26T21:29:31.351Z] EdgeX Global Pipelines Version Info [2023-06-26T21:29:31.351Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:29:32.090Z] ------------------- [2023-06-26T21:29:32.090Z] stable info: [2023-06-26T21:29:32.090Z] ------------------- [2023-06-26T21:29:32.090Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-06-26T21:29:32.090Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-26T21:29:32.090Z] Message: update stable to v1.0.250 [2023-06-26T21:29:32.660Z] ------------------- [2023-06-26T21:29:32.660Z] experimental info: [2023-06-26T21:29:32.660Z] ------------------- [2023-06-26T21:29:32.660Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-06-26T21:29:32.660Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-26T21:29:32.660Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-06-26T21:29:32.835Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-06-26T21:29:32.847Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-06-26T21:29:32.862Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-06-26T21:29:32.874Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-06-26T21:29:32.886Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-06-26T21:29:32.900Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-06-26T21:29:32.917Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-06-26T21:29:32.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-06-26T21:29:32.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-06-26T21:29:32.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-06-26T21:29:32.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-06-26T21:29:32.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-06-26T21:29:33.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-06-26T21:29:33.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-06-26T21:29:33.048Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-06-26T21:29:33.068Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-06-26T21:29:33.085Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-06-26T21:29:33.101Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-06-26T21:29:33.112Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-06-26T21:29:33.129Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-06-26T21:29:33.144Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-06-26T21:29:33.163Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-06-26T21:29:33.181Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-06-26T21:29:33.196Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-06-26T21:29:33.211Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-06-26T21:29:33.224Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-06-26T21:29:33.243Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-06-26T21:29:33.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-06-26T21:29:33.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-06-26T21:29:33.287Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-06-26T21:29:33.304Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo [2023-06-26T21:29:33.315Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 047236f [Pipeline] echo [2023-06-26T21:29:33.331Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-26T21:29:33.379Z] provisioning config files... [2023-06-26T21:29:33.393Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11219128740986790495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:29:33.707Z] ---> docker-login.sh [2023-06-26T21:29:33.707Z] nexus3.edgexfoundry.org:10001 [2023-06-26T21:29:33.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:33.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:33.970Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:33.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:33.970Z] [2023-06-26T21:29:33.970Z] Login Succeeded [2023-06-26T21:29:33.970Z] nexus3.edgexfoundry.org:10002 [2023-06-26T21:29:34.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:34.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:34.230Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:34.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:34.230Z] [2023-06-26T21:29:34.230Z] Login Succeeded [2023-06-26T21:29:34.230Z] nexus3.edgexfoundry.org:10003 [2023-06-26T21:29:34.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:34.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:34.230Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:34.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:34.230Z] [2023-06-26T21:29:34.230Z] Login Succeeded [2023-06-26T21:29:34.230Z] nexus3.edgexfoundry.org:10004 [2023-06-26T21:29:34.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:34.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:34.492Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:34.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:34.492Z] [2023-06-26T21:29:34.492Z] Login Succeeded [2023-06-26T21:29:34.492Z] docker.io [2023-06-26T21:29:34.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:34.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:34.753Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:34.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:34.753Z] [2023-06-26T21:29:34.753Z] Login Succeeded [2023-06-26T21:29:34.753Z] ---> docker-login.sh ends [Pipeline] } [2023-06-26T21:29:34.760Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-06-26T21:29:35.133Z] + git rev-list -1 --merges 047236f56ce2e90b3717e3891727cd37ccf4463d~1..047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo [2023-06-26T21:29:35.180Z] -----------> git rev-list -1 --merges 047236f56ce2e90b3717e3891727cd37ccf4463d~1..047236f56ce2e90b3717e3891727cd37ccf4463d 047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:29:35.180Z] 047236f56ce2e90b3717e3891727cd37ccf4463d [false] [Pipeline] sh [2023-06-26T21:29:35.473Z] + git log --format=format:%s -1 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo [2023-06-26T21:29:35.490Z] ========================================================= [2023-06-26T21:29:35.490Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-06-26T21:29:35.490Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-26T21:29:35.833Z] + git log --format=format:%s -1 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo [2023-06-26T21:29:35.844Z] [semverPrep] GIT_COMMIT: 047236f56ce2e90b3717e3891727cd37ccf4463d, Commit Message: Merge pull request #32 from lenny-intel/start-endpoint [Pipeline] echo [2023-06-26T21:29:35.855Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-06-26T21:29:36.227Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T21:29:36.227Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-06-26T21:29:36.227Z] + [ -e /tmp/ssh_known_hosts ] [2023-06-26T21:29:36.227Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-06-26T21:29:36.227Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-06-26T21:29:36.227Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-06-26T21:29:36.227Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:29:36.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T21:29:36.655Z] [2023-06-26T21:29:36.655Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:29:36.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T21:29:36.957Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-06-26T21:29:36.957Z] b85a868b505f: Pulling fs layer [2023-06-26T21:29:36.957Z] e2be974225ed: Pulling fs layer [2023-06-26T21:29:36.957Z] 339a4e72a1f5: Pulling fs layer [2023-06-26T21:29:36.957Z] 988bab9f4d93: Pulling fs layer [2023-06-26T21:29:36.957Z] 1469e6f7b9e6: Pulling fs layer [2023-06-26T21:29:36.957Z] eaf3925da568: Pulling fs layer [2023-06-26T21:29:36.957Z] bab4dde63d76: Pulling fs layer [2023-06-26T21:29:36.957Z] bde34c3a00c8: Pulling fs layer [2023-06-26T21:29:36.957Z] b352a97aabf1: Pulling fs layer [2023-06-26T21:29:36.957Z] 4872d77fe225: Pulling fs layer [2023-06-26T21:29:36.957Z] 5851b861e8e6: Pulling fs layer [2023-06-26T21:29:36.957Z] 1469e6f7b9e6: Waiting [2023-06-26T21:29:36.957Z] eaf3925da568: Waiting [2023-06-26T21:29:36.957Z] b352a97aabf1: Waiting [2023-06-26T21:29:36.957Z] 988bab9f4d93: Waiting [2023-06-26T21:29:36.957Z] 4872d77fe225: Waiting [2023-06-26T21:29:36.957Z] 5851b861e8e6: Waiting [2023-06-26T21:29:36.957Z] bab4dde63d76: Waiting [2023-06-26T21:29:36.957Z] bde34c3a00c8: Waiting [2023-06-26T21:29:36.957Z] e2be974225ed: Verifying Checksum [2023-06-26T21:29:36.957Z] e2be974225ed: Download complete [2023-06-26T21:29:36.957Z] 988bab9f4d93: Verifying Checksum [2023-06-26T21:29:36.957Z] 988bab9f4d93: Download complete [2023-06-26T21:29:36.957Z] 1469e6f7b9e6: Verifying Checksum [2023-06-26T21:29:36.957Z] 1469e6f7b9e6: Download complete [2023-06-26T21:29:36.957Z] eaf3925da568: Verifying Checksum [2023-06-26T21:29:36.957Z] eaf3925da568: Download complete [2023-06-26T21:29:36.957Z] 339a4e72a1f5: Verifying Checksum [2023-06-26T21:29:36.957Z] 339a4e72a1f5: Download complete [2023-06-26T21:29:37.227Z] bde34c3a00c8: Verifying Checksum [2023-06-26T21:29:37.227Z] bde34c3a00c8: Download complete [2023-06-26T21:29:37.227Z] b352a97aabf1: Download complete [2023-06-26T21:29:37.227Z] 4872d77fe225: Verifying Checksum [2023-06-26T21:29:37.227Z] 4872d77fe225: Download complete [2023-06-26T21:29:37.227Z] 5851b861e8e6: Verifying Checksum [2023-06-26T21:29:37.227Z] 5851b861e8e6: Download complete [2023-06-26T21:29:37.227Z] b85a868b505f: Verifying Checksum [2023-06-26T21:29:37.227Z] b85a868b505f: Download complete [2023-06-26T21:29:37.486Z] bab4dde63d76: Verifying Checksum [2023-06-26T21:29:37.486Z] bab4dde63d76: Download complete [2023-06-26T21:29:38.433Z] b85a868b505f: Pull complete [2023-06-26T21:29:38.433Z] e2be974225ed: Pull complete [2023-06-26T21:29:39.003Z] 339a4e72a1f5: Pull complete [2023-06-26T21:29:39.003Z] 988bab9f4d93: Pull complete [2023-06-26T21:29:39.263Z] 1469e6f7b9e6: Pull complete [2023-06-26T21:29:39.525Z] eaf3925da568: Pull complete [2023-06-26T21:29:40.905Z] bab4dde63d76: Pull complete [2023-06-26T21:29:41.164Z] bde34c3a00c8: Pull complete [2023-06-26T21:29:41.164Z] b352a97aabf1: Pull complete [2023-06-26T21:29:41.423Z] 4872d77fe225: Pull complete [2023-06-26T21:29:41.423Z] 5851b861e8e6: Pull complete [2023-06-26T21:29:41.423Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-06-26T21:29:41.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T21:29:41.423Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:29:41.529Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:29:41.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-26T21:29:44.651Z] $ docker top 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc -eo pid,comm [2023-06-26T21:29:44.714Z] 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). [2023-06-26T21:29:44.714Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T21:29:44.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T21:29:44.762Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T21:29:44.876Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T21:29:44.879Z] $ docker exec 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent [2023-06-26T21:29:44.979Z] SSH_AUTH_SOCK=/tmp/ssh-0B8PcycBf725/agent.32 [2023-06-26T21:29:44.979Z] SSH_AGENT_PID=38 [2023-06-26T21:29:44.986Z] Running ssh-add (command line suppressed) [2023-06-26T21:29:45.083Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5883911210345143264.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5883911210345143264.key) [2023-06-26T21:29:45.099Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T21:29:45.391Z] + git tag --points-at HEAD [Pipeline] } [2023-06-26T21:29:45.409Z] $ docker exec --env ******** --env ******** 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent -k [2023-06-26T21:29:45.513Z] unset SSH_AUTH_SOCK; [2023-06-26T21:29:45.514Z] unset SSH_AGENT_PID; [2023-06-26T21:29:45.514Z] echo Agent pid 38 killed; [2023-06-26T21:29:45.525Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-06-26T21:29:45.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T21:29:45.549Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T21:29:45.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T21:29:45.661Z] $ docker exec 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent [2023-06-26T21:29:45.776Z] SSH_AUTH_SOCK=/tmp/ssh-FLUN0L3k4C5h/agent.70 [2023-06-26T21:29:45.776Z] SSH_AGENT_PID=76 [2023-06-26T21:29:45.782Z] Running ssh-add (command line suppressed) [2023-06-26T21:29:45.882Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_788351289246243791.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_788351289246243791.key) [2023-06-26T21:29:45.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T21:29:46.179Z] + git semver init [2023-06-26T21:29:46.439Z] 2023-06-26 21:29:46,348 [run_init] DEBUG init version:0.0.0 force:False [2023-06-26T21:29:46.439Z] 2023-06-26 21:29:46,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-06-26T21:29:46.439Z] 2023-06-26 21:29:46,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-06-26T21:29:46.439Z] 2023-06-26 21:29:46,349 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-06-26T21:29:47.008Z] 2023-06-26 21:29:46,938 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-06-26T21:29:47.008Z] 2023-06-26 21:29:46,939 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-06-26T21:29:47.008Z] 2023-06-26 21:29:46,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:29:47.008Z] 2023-06-26 21:29:46,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:29:47.008Z] 3.1.0-dev.7 [Pipeline] } [2023-06-26T21:29:47.018Z] $ docker exec --env ******** --env ******** 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent -k [2023-06-26T21:29:47.123Z] unset SSH_AUTH_SOCK; [2023-06-26T21:29:47.124Z] unset SSH_AGENT_PID; [2023-06-26T21:29:47.124Z] echo Agent pid 76 killed; [2023-06-26T21:29:47.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T21:29:47.439Z] + git semver [Pipeline] } [2023-06-26T21:29:47.710Z] $ docker stop --time=1 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc [2023-06-26T21:29:48.991Z] $ docker rm -f --volumes 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T21:29:49.319Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-06-26T21:29:49.511Z] Stashed 1 file(s) [Pipeline] echo [2023-06-26T21:29:49.515Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.7 [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 [2023-06-26T21:29:49.657Z] provisioning config files... [2023-06-26T21:29:49.668Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10488547590687704170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:29:49.980Z] ---> docker-login.sh [2023-06-26T21:29:49.980Z] nexus3.edgexfoundry.org:10001 [2023-06-26T21:29:49.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:49.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:49.980Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:49.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:49.980Z] [2023-06-26T21:29:49.980Z] Login Succeeded [2023-06-26T21:29:49.980Z] nexus3.edgexfoundry.org:10002 [2023-06-26T21:29:49.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:49.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:49.980Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:49.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:49.980Z] [2023-06-26T21:29:49.980Z] Login Succeeded [2023-06-26T21:29:49.980Z] nexus3.edgexfoundry.org:10003 [2023-06-26T21:29:50.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:50.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:50.240Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:50.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:50.240Z] [2023-06-26T21:29:50.240Z] Login Succeeded [2023-06-26T21:29:50.240Z] nexus3.edgexfoundry.org:10004 [2023-06-26T21:29:50.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:50.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:50.240Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:50.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:50.240Z] [2023-06-26T21:29:50.240Z] Login Succeeded [2023-06-26T21:29:50.240Z] docker.io [2023-06-26T21:29:50.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:29:50.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:29:50.500Z] Configure a credential helper to remove this warning. See [2023-06-26T21:29:50.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:29:50.500Z] [2023-06-26T21:29:50.500Z] Login Succeeded [2023-06-26T21:29:50.500Z] ---> docker-login.sh ends [Pipeline] } [2023-06-26T21:29:50.507Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-06-26T21:29:50.562Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T21:29:50.574Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T21:29:50.581Z] ========================================================= [2023-06-26T21:29:50.581Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-06-26T21:29:50.581Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:29:50.895Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-06-26T21:29:50.895Z] Sending build context to Docker daemon 247.3kB [2023-06-26T21:29:50.895Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-06-26T21:29:50.895Z] Step 2/12 : FROM ${BASE} AS builder [2023-06-26T21:29:50.895Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-06-26T21:29:50.895Z] f56be85fc22e: Pulling fs layer [2023-06-26T21:29:50.895Z] 85791d961cd3: Pulling fs layer [2023-06-26T21:29:50.895Z] d694b5ae8c79: Pulling fs layer [2023-06-26T21:29:50.895Z] 9f32a84ed3da: Pulling fs layer [2023-06-26T21:29:50.895Z] 4d19c01a9841: Pulling fs layer [2023-06-26T21:29:50.895Z] 9325e15d5711: Pulling fs layer [2023-06-26T21:29:50.895Z] 556b6ee489ea: Pulling fs layer [2023-06-26T21:29:50.895Z] c5a4b2cf53e6: Pulling fs layer [2023-06-26T21:29:50.895Z] 9f32a84ed3da: Waiting [2023-06-26T21:29:50.895Z] 4d19c01a9841: Waiting [2023-06-26T21:29:50.895Z] 9325e15d5711: Waiting [2023-06-26T21:29:50.895Z] c5a4b2cf53e6: Waiting [2023-06-26T21:29:50.895Z] 556b6ee489ea: Waiting [2023-06-26T21:29:50.895Z] 85791d961cd3: Verifying Checksum [2023-06-26T21:29:50.895Z] 85791d961cd3: Download complete [2023-06-26T21:29:50.895Z] 9f32a84ed3da: Download complete [2023-06-26T21:29:50.895Z] 4d19c01a9841: Download complete [2023-06-26T21:29:50.895Z] f56be85fc22e: Verifying Checksum [2023-06-26T21:29:50.895Z] f56be85fc22e: Download complete [2023-06-26T21:29:51.155Z] 9325e15d5711: Verifying Checksum [2023-06-26T21:29:51.155Z] 9325e15d5711: Download complete [2023-06-26T21:29:51.155Z] f56be85fc22e: Pull complete [2023-06-26T21:29:51.415Z] 85791d961cd3: Pull complete [2023-06-26T21:29:51.673Z] d694b5ae8c79: Verifying Checksum [2023-06-26T21:29:51.673Z] d694b5ae8c79: Download complete [2023-06-26T21:29:51.673Z] c5a4b2cf53e6: Verifying Checksum [2023-06-26T21:29:51.673Z] c5a4b2cf53e6: Download complete [2023-06-26T21:29:51.931Z] 556b6ee489ea: Verifying Checksum [2023-06-26T21:29:55.218Z] d694b5ae8c79: Pull complete [2023-06-26T21:29:55.218Z] 9f32a84ed3da: Pull complete [2023-06-26T21:29:55.218Z] 4d19c01a9841: Pull complete [2023-06-26T21:29:55.218Z] 9325e15d5711: Pull complete [2023-06-26T21:29:57.751Z] 556b6ee489ea: Pull complete [2023-06-26T21:29:58.689Z] c5a4b2cf53e6: Pull complete [2023-06-26T21:29:58.689Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-06-26T21:29:58.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-26T21:29:58.690Z] ---> c4be618373d6 [2023-06-26T21:29:58.690Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-06-26T21:30:02.920Z] ---> Running in 215f1197699b [2023-06-26T21:30:02.920Z] Removing intermediate container 215f1197699b [2023-06-26T21:30:02.920Z] ---> 8a11d5ef9757 [2023-06-26T21:30:02.921Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-06-26T21:30:02.921Z] ---> Running in 785b6479b49d [2023-06-26T21:30:03.180Z] Removing intermediate container 785b6479b49d [2023-06-26T21:30:03.180Z] ---> 2d7566330005 [2023-06-26T21:30:03.180Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-06-26T21:30:03.180Z] ---> Running in adb659ce383a [2023-06-26T21:30:03.180Z] Removing intermediate container adb659ce383a [2023-06-26T21:30:03.180Z] ---> dde915a4c075 [2023-06-26T21:30:03.180Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-26T21:30:03.439Z] ---> Running in 9297f0c562fc [2023-06-26T21:30:03.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-26T21:30:03.958Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-26T21:30:04.217Z] OK: 265 MiB in 53 packages [2023-06-26T21:30:04.475Z] Removing intermediate container 9297f0c562fc [2023-06-26T21:30:04.475Z] ---> 05f60a050cfc [2023-06-26T21:30:04.475Z] Step 7/12 : WORKDIR /app [2023-06-26T21:30:04.475Z] ---> Running in 15be9446fca6 [2023-06-26T21:30:04.626Z] Still waiting to schedule task [2023-06-26T21:30:04.626Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-06-26T21:30:04.734Z] Removing intermediate container 15be9446fca6 [2023-06-26T21:30:04.734Z] ---> 152c88180e3a [2023-06-26T21:30:04.735Z] Step 8/12 : COPY go.mod vendor* ./ [2023-06-26T21:30:04.735Z] ---> 0de7acadc5a9 [2023-06-26T21:30:04.735Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-26T21:30:04.735Z] ---> Running in cdfe44e298a5 [2023-06-26T21:30:36.878Z] Removing intermediate container cdfe44e298a5 [2023-06-26T21:30:36.879Z] ---> d2bfc4ca476d [2023-06-26T21:30:36.879Z] Step 10/12 : COPY . . [2023-06-26T21:30:36.879Z] ---> e94d28f87e3b [2023-06-26T21:30:36.879Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-26T21:30:36.879Z] ---> Running in 7619151da228 [2023-06-26T21:30:36.879Z] Removing intermediate container 7619151da228 [2023-06-26T21:30:36.879Z] ---> f8382b19d268 [2023-06-26T21:30:36.879Z] Step 12/12 : RUN $MAKE [2023-06-26T21:30:36.879Z] ---> Running in ea9997e22cdd [2023-06-26T21:30:36.879Z] noop [2023-06-26T21:30:36.879Z] Removing intermediate container ea9997e22cdd [2023-06-26T21:30:36.879Z] ---> 49a1e9af5df7 [2023-06-26T21:30:36.879Z] Successfully built 49a1e9af5df7 [2023-06-26T21:30:36.879Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:30:37.185Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-26T21:30:37.185Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:30:37.259Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:30:37.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-06-26T21:30:37.628Z] $ docker top 3b69d5594188fd018bb4f47ca3489819b377d76b1dc00ac625a28772b6346daf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T21:30:37.965Z] + go version [2023-06-26T21:30:37.965Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-06-26T21:30:37.975Z] $ docker stop --time=1 3b69d5594188fd018bb4f47ca3489819b377d76b1dc00ac625a28772b6346daf [2023-06-26T21:30:39.279Z] $ docker rm -f --volumes 3b69d5594188fd018bb4f47ca3489819b377d76b1dc00ac625a28772b6346daf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:30:39.687Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-26T21:30:39.687Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:30:39.760Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:30:39.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-06-26T21:30:40.143Z] $ docker top e13ab4e53f5026530501c739b0bf4456910932e139b0f9cc898aeb9bc7ebabce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T21:30:40.484Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-06-26T21:30:40.781Z] + make test [2023-06-26T21:30:40.781Z] go test -race -coverprofile=coverage.out ./... [2023-06-26T21:30:48.893Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-06-26T21:31:01.119Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-06-26T21:31:01.120Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-06-26T21:31:01.120Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-06-26T21:31:01.120Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.070s coverage: 85.1% of statements [2023-06-26T21:31:01.120Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.040s coverage: 27.3% of statements [2023-06-26T21:31:19.460Z] go vet ./... [2023-06-26T21:31:21.382Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-26T21:31:21.382Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-26T21:31:21.382Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-26T21:31:21.397Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-26T21:31:21.426Z] $ docker stop --time=1 e13ab4e53f5026530501c739b0bf4456910932e139b0f9cc898aeb9bc7ebabce [2023-06-26T21:31:26.625Z] $ docker rm -f --volumes e13ab4e53f5026530501c739b0bf4456910932e139b0f9cc898aeb9bc7ebabce [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T21:31:27.149Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-26T21:31:27.187Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-06-26T21:31:27.712Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-06-26T21:31:27.998Z] + ls -al . [2023-06-26T21:31:27.998Z] total 152 [2023-06-26T21:31:27.998Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 26 21:30 . [2023-06-26T21:31:27.998Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 26 21:29 .. [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 26 21:29 .dockerignore [2023-06-26T21:31:27.998Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 26 21:29 .git [2023-06-26T21:31:27.998Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:29 .github [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 164 Jun 26 21:29 .gitignore [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 26 21:29 .golangci.yml [2023-06-26T21:31:27.998Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 26 21:29 .semver [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 9658 Jun 26 21:29 Attribution.txt [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 26 21:29 CHANGELOG.md [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 1617 Jun 26 21:29 Dockerfile [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 26 21:29 GOVERNANCE.md [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 681 Jun 26 21:29 Jenkinsfile [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 26 21:29 LICENSE [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 611 Jun 26 21:29 OWNERS.md [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jun 26 21:29 README.md [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 26 21:29 VERSION [2023-06-26T21:31:27.998Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:29 bin [2023-06-26T21:31:27.998Z] -rw-r--r-- 1 jenkins jenkins 4241 Jun 26 21:30 coverage.out [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 3256 Jun 26 21:29 go.mod [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 30668 Jun 26 21:29 go.sum [2023-06-26T21:31:27.998Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 26 21:29 internal [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 693 Jun 26 21:29 main.go [2023-06-26T21:31:27.998Z] -rw-rw-r-- 1 jenkins jenkins 2548 Jun 26 21:29 makefile [2023-06-26T21:31:27.998Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 26 21:29 pkg [2023-06-26T21:31:27.998Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:29 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:28.309Z] + 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=047236f56ce2e90b3717e3891727cd37ccf4463d --label arch=amd64 --label version=3.1.0-dev.7 . [2023-06-26T21:31:28.309Z] Sending build context to Docker daemon 252.4kB [2023-06-26T21:31:28.309Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-06-26T21:31:28.309Z] Step 2/26 : FROM ${BASE} AS builder [2023-06-26T21:31:28.309Z] ---> 49a1e9af5df7 [2023-06-26T21:31:28.309Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-06-26T21:31:28.309Z] ---> Running in 65d770fbac07 [2023-06-26T21:31:28.568Z] Removing intermediate container 65d770fbac07 [2023-06-26T21:31:28.568Z] ---> 24071c4164c8 [2023-06-26T21:31:28.568Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-06-26T21:31:28.568Z] ---> Running in f72b3f87de80 [2023-06-26T21:31:28.568Z] Removing intermediate container f72b3f87de80 [2023-06-26T21:31:28.568Z] ---> 33c4b41b16b7 [2023-06-26T21:31:28.568Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-06-26T21:31:28.568Z] ---> Running in 37eb191f4c70 [2023-06-26T21:31:28.568Z] Removing intermediate container 37eb191f4c70 [2023-06-26T21:31:28.568Z] ---> a87d5490a1aa [2023-06-26T21:31:28.568Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-26T21:31:28.568Z] ---> Running in 2080fbea93c0 [2023-06-26T21:31:28.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-26T21:31:29.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-26T21:31:29.347Z] OK: 265 MiB in 53 packages [2023-06-26T21:31:29.607Z] Removing intermediate container 2080fbea93c0 [2023-06-26T21:31:29.607Z] ---> f58522b6945b [2023-06-26T21:31:29.607Z] Step 7/26 : WORKDIR /app [2023-06-26T21:31:29.607Z] ---> Running in 195fb4a7f496 [2023-06-26T21:31:29.607Z] Removing intermediate container 195fb4a7f496 [2023-06-26T21:31:29.607Z] ---> d6ceefbdefaa [2023-06-26T21:31:29.607Z] Step 8/26 : COPY go.mod vendor* ./ [2023-06-26T21:31:29.867Z] ---> 714103091065 [2023-06-26T21:31:29.867Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-26T21:31:29.867Z] ---> Running in 62054ee88a7e [2023-06-26T21:31:30.435Z] Removing intermediate container 62054ee88a7e [2023-06-26T21:31:30.435Z] ---> 01250f67db96 [2023-06-26T21:31:30.435Z] Step 10/26 : COPY . . [2023-06-26T21:31:30.699Z] ---> 802c7e63c9b1 [2023-06-26T21:31:30.699Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-26T21:31:30.699Z] ---> Running in d890413d68fc [2023-06-26T21:31:30.699Z] Removing intermediate container d890413d68fc [2023-06-26T21:31:30.699Z] ---> a00a744f21e8 [2023-06-26T21:31:30.699Z] Step 12/26 : RUN $MAKE [2023-06-26T21:31:30.959Z] ---> Running in f14f5e0cbbca [2023-06-26T21:31:31.217Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.7" -trimpath -mod=readonly -o app-record-replay [2023-06-26T21:31:34.099Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19296 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-06-26T21:31:34.112Z] Running in /w/workspace/app-record-replay/8 [Pipeline] { [Pipeline] checkout [2023-06-26T21:31:34.150Z] Selected Git installation does not exist. Using Default [2023-06-26T21:31:34.150Z] The recommended git tool is: NONE [2023-06-26T21:31:36.655Z] Removing intermediate container f14f5e0cbbca [2023-06-26T21:31:36.655Z] ---> 930cf2237440 [2023-06-26T21:31:36.655Z] Step 13/26 : FROM alpine:3.17 [2023-06-26T21:31:39.262Z] 3.17: Pulling from library/alpine [2023-06-26T21:31:39.262Z] 4db1b89c0bd1: Pulling fs layer [2023-06-26T21:31:39.469Z] using credential edgex-jenkins-ssh [2023-06-26T21:31:39.493Z] Cloning the remote Git repository [2023-06-26T21:31:39.544Z] 4db1b89c0bd1: Verifying Checksum [2023-06-26T21:31:39.545Z] 4db1b89c0bd1: Download complete [2023-06-26T21:31:39.804Z] 4db1b89c0bd1: Pull complete [2023-06-26T21:31:39.804Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-06-26T21:31:39.804Z] Status: Downloaded newer image for alpine:3.17 [2023-06-26T21:31:39.804Z] ---> 1f73a9d63274 [2023-06-26T21:31:39.804Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-06-26T21:31:39.804Z] ---> Running in b482f58cc63f [2023-06-26T21:31:40.063Z] Removing intermediate container b482f58cc63f [2023-06-26T21:31:40.063Z] ---> 425d0b9b799a [2023-06-26T21:31:40.063Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-06-26T21:31:40.063Z] ---> Running in d271ec60101d [2023-06-26T21:31:40.063Z] Removing intermediate container d271ec60101d [2023-06-26T21:31:40.063Z] ---> 8260c985adee [2023-06-26T21:31:40.063Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-26T21:31:40.063Z] ---> Running in b4216a5faa57 [2023-06-26T21:31:39.540Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-06-26T21:31:39.653Z] > git init /w/workspace/app-record-replay/8 # timeout=10 [2023-06-26T21:31:39.819Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-06-26T21:31:39.820Z] > git --version # timeout=10 [2023-06-26T21:31:39.842Z] > git --version # 'git version 2.25.1' [2023-06-26T21:31:39.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-06-26T21:31:40.010Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-26T21:31:40.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-26T21:31:40.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-26T21:31:40.844Z] (1/2) Installing ca-certificates (20230506-r0) [2023-06-26T21:31:40.844Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-06-26T21:31:40.844Z] Executing busybox-1.35.0-r29.trigger [2023-06-26T21:31:40.844Z] Executing ca-certificates-20230506-r0.trigger [2023-06-26T21:31:41.102Z] OK: 8 MiB in 17 packages [2023-06-26T21:31:41.438Z] Avoid second fetch [2023-06-26T21:31:41.439Z] Checking out Revision 047236f56ce2e90b3717e3891727cd37ccf4463d (main) [2023-06-26T21:31:40.571Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-06-26T21:31:40.595Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-26T21:31:41.452Z] > git config core.sparsecheckout # timeout=10 [2023-06-26T21:31:41.524Z] > git checkout -f 047236f56ce2e90b3717e3891727cd37ccf4463d # timeout=10 [2023-06-26T21:31:41.669Z] Removing intermediate container b4216a5faa57 [2023-06-26T21:31:41.669Z] ---> 1299c24f85b8 [2023-06-26T21:31:41.669Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-06-26T21:31:41.669Z] ---> 26d502f213a3 [2023-06-26T21:31:41.669Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-06-26T21:31:41.669Z] ---> 721d15933c4b [2023-06-26T21:31:41.669Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-06-26T21:31:41.927Z] ---> 265d8a48dab6 [2023-06-26T21:31:41.927Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-06-26T21:31:41.940Z] Commit message: "Merge pull request #32 from lenny-intel/start-endpoint" [2023-06-26T21:31:42.185Z] ---> b9bafdded04b [2023-06-26T21:31:42.185Z] Step 21/26 : EXPOSE 59712 [2023-06-26T21:31:42.185Z] ---> Running in b07470a5ba53 [2023-06-26T21:31:42.185Z] Removing intermediate container b07470a5ba53 [2023-06-26T21:31:42.185Z] ---> 385cd4d25f5e [2023-06-26T21:31:42.185Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-06-26T21:31:42.185Z] ---> Running in 3405d7cf72e0 [2023-06-26T21:31:42.185Z] Removing intermediate container 3405d7cf72e0 [2023-06-26T21:31:42.185Z] ---> 607265394331 [2023-06-26T21:31:42.185Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-06-26T21:31:42.185Z] ---> Running in eb6730e63f9d [2023-06-26T21:31:42.185Z] Removing intermediate container eb6730e63f9d [2023-06-26T21:31:42.185Z] ---> 131db5e8003c [2023-06-26T21:31:42.185Z] Step 24/26 : LABEL arch=amd64 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2023-06-26T21:31:42.445Z] ---> Running in ab29a2762efa [2023-06-26T21:31:42.445Z] Removing intermediate container ab29a2762efa [2023-06-26T21:31:42.445Z] ---> 2a0e8a59b83a [2023-06-26T21:31:42.445Z] Step 25/26 : LABEL git_sha=047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:31:42.445Z] ---> Running in 8ac446e8e3c1 [2023-06-26T21:31:42.445Z] Removing intermediate container 8ac446e8e3c1 [2023-06-26T21:31:42.445Z] ---> ebbbf9a543db [2023-06-26T21:31:42.445Z] Step 26/26 : LABEL version=3.1.0-dev.7 [2023-06-26T21:31:42.445Z] ---> Running in 3fcfd390a85b [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-26T21:31:42.705Z] Removing intermediate container 3fcfd390a85b [2023-06-26T21:31:42.705Z] ---> 8f1dde220890 [2023-06-26T21:31:42.705Z] [Warning] One or more build-args [ARCH] were not consumed [2023-06-26T21:31:42.705Z] Successfully built 8f1dde220890 [2023-06-26T21:31:42.705Z] Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-26T21:31:42.828Z] provisioning config files... [2023-06-26T21:31:42.838Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10945389481007629778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:31:42.997Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-06-26T21:31:42.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-06-26T21:31:42.997Z] Dload Upload Total Spent Left Speed [2023-06-26T21:31:42.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81216 0 --:--:-- --:--:-- --:--:-- 81737 [2023-06-26T21:31:43.134Z] ---> docker-login.sh [2023-06-26T21:31:43.134Z] nexus3.edgexfoundry.org:10001 [2023-06-26T21:31:43.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:31:43.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:31:43.134Z] Configure a credential helper to remove this warning. See [2023-06-26T21:31:43.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:31:43.134Z] [2023-06-26T21:31:43.134Z] Login Succeeded [2023-06-26T21:31:43.134Z] nexus3.edgexfoundry.org:10002 [2023-06-26T21:31:43.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:31:43.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:31:43.134Z] Configure a credential helper to remove this warning. See [2023-06-26T21:31:43.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:31:43.134Z] [2023-06-26T21:31:43.134Z] Login Succeeded [2023-06-26T21:31:43.134Z] nexus3.edgexfoundry.org:10003 [Pipeline] sh [2023-06-26T21:31:43.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:31:43.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:31:43.393Z] Configure a credential helper to remove this warning. See [2023-06-26T21:31:43.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:31:43.393Z] [2023-06-26T21:31:43.393Z] Login Succeeded [2023-06-26T21:31:43.393Z] nexus3.edgexfoundry.org:10004 [2023-06-26T21:31:43.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:31:43.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:31:43.393Z] Configure a credential helper to remove this warning. See [2023-06-26T21:31:43.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:31:43.393Z] [2023-06-26T21:31:43.393Z] Login Succeeded [2023-06-26T21:31:43.393Z] docker.io [2023-06-26T21:31:43.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:31:43.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:31:43.653Z] Configure a credential helper to remove this warning. See [2023-06-26T21:31:43.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:31:43.653Z] [2023-06-26T21:31:43.653Z] Login Succeeded [2023-06-26T21:31:43.653Z] ---> docker-login.sh ends [Pipeline] } [2023-06-26T21:31:43.659Z] Deleting 1 temporary files [2023-06-26T21:31:43.668Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] echo [2023-06-26T21:31:43.750Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T21:31:43.767Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-06-26T21:31:43.767Z] 047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:31:43.767Z] latest [2023-06-26T21:31:43.767Z] 3.1.0-dev.7 [2023-06-26T21:31:43.767Z] 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [2023-06-26T21:31:43.767Z] main [2023-06-26T21:31:43.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:44.001Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-06-26T21:31:44.002Z] + sudo tee /etc/docker/daemon.new [2023-06-26T21:31:44.002Z] { [2023-06-26T21:31:44.002Z] "registry-mirrors": [ [2023-06-26T21:31:44.002Z] "https://nexus3.edgexfoundry.org:10001" [2023-06-26T21:31:44.002Z] ], [2023-06-26T21:31:44.002Z] "bip": "10.250.0.254/24", [2023-06-26T21:31:44.002Z] "hosts": [ [2023-06-26T21:31:44.002Z] "tcp://0.0.0.0:5555", [2023-06-26T21:31:44.002Z] "unix:///var/run/docker.sock" [2023-06-26T21:31:44.002Z] ], [2023-06-26T21:31:44.002Z] "mtu": 1458, [2023-06-26T21:31:44.002Z] "selinux-enabled": true, [2023-06-26T21:31:44.002Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-06-26T21:31:44.002Z] } [Pipeline] sh [2023-06-26T21:31:44.078Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:44.330Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-06-26T21:31:44.386Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:31:44.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-26T21:31:44.386Z] 2ff3803e4cbb: Preparing [2023-06-26T21:31:44.386Z] 8752f4734828: Preparing [2023-06-26T21:31:44.386Z] 5ad3fc65f659: Preparing [2023-06-26T21:31:44.386Z] d93c5fd3fd43: Preparing [2023-06-26T21:31:44.386Z] 8cbb7af37577: Preparing [2023-06-26T21:31:44.386Z] 3dab9f8bf2d2: Preparing [2023-06-26T21:31:44.386Z] 3dab9f8bf2d2: Waiting [2023-06-26T21:31:44.386Z] d93c5fd3fd43: Pushed [2023-06-26T21:31:44.386Z] 8752f4734828: Pushed [2023-06-26T21:31:44.386Z] 5ad3fc65f659: Pushed [2023-06-26T21:31:44.386Z] 3dab9f8bf2d2: Layer already exists [2023-06-26T21:31:44.386Z] 8cbb7af37577: Pushed [2023-06-26T21:31:44.644Z] 2ff3803e4cbb: Pushed [2023-06-26T21:31:44.657Z] + sudo service docker restart [2023-06-26T21:31:44.904Z] 047236f56ce2e90b3717e3891727cd37ccf4463d: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:45.219Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:45.534Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-06-26T21:31:45.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-26T21:31:45.534Z] 2ff3803e4cbb: Preparing [2023-06-26T21:31:45.534Z] 8752f4734828: Preparing [2023-06-26T21:31:45.534Z] 5ad3fc65f659: Preparing [2023-06-26T21:31:45.534Z] d93c5fd3fd43: Preparing [2023-06-26T21:31:45.534Z] 8cbb7af37577: Preparing [2023-06-26T21:31:45.534Z] 3dab9f8bf2d2: Preparing [2023-06-26T21:31:45.534Z] 3dab9f8bf2d2: Waiting [2023-06-26T21:31:45.534Z] 2ff3803e4cbb: Layer already exists [2023-06-26T21:31:45.534Z] 8cbb7af37577: Layer already exists [2023-06-26T21:31:45.534Z] 5ad3fc65f659: Layer already exists [2023-06-26T21:31:45.534Z] d93c5fd3fd43: Layer already exists [2023-06-26T21:31:45.534Z] 8752f4734828: Layer already exists [2023-06-26T21:31:45.534Z] 3dab9f8bf2d2: Layer already exists [2023-06-26T21:31:45.534Z] latest: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:45.848Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:46.157Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.7 [2023-06-26T21:31:46.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-26T21:31:46.157Z] 2ff3803e4cbb: Preparing [2023-06-26T21:31:46.157Z] 8752f4734828: Preparing [2023-06-26T21:31:46.157Z] 5ad3fc65f659: Preparing [2023-06-26T21:31:46.157Z] d93c5fd3fd43: Preparing [2023-06-26T21:31:46.157Z] 8cbb7af37577: Preparing [2023-06-26T21:31:46.157Z] 3dab9f8bf2d2: Preparing [2023-06-26T21:31:46.157Z] 8cbb7af37577: Layer already exists [2023-06-26T21:31:46.157Z] 5ad3fc65f659: Layer already exists [2023-06-26T21:31:46.157Z] 8752f4734828: Layer already exists [2023-06-26T21:31:46.157Z] d93c5fd3fd43: Layer already exists [2023-06-26T21:31:46.157Z] 2ff3803e4cbb: Layer already exists [2023-06-26T21:31:46.157Z] 3dab9f8bf2d2: Layer already exists [2023-06-26T21:31:46.157Z] 3.1.0-dev.7: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:46.467Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:46.778Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [2023-06-26T21:31:46.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-26T21:31:46.778Z] 2ff3803e4cbb: Preparing [2023-06-26T21:31:46.778Z] 8752f4734828: Preparing [2023-06-26T21:31:46.778Z] 5ad3fc65f659: Preparing [2023-06-26T21:31:46.778Z] d93c5fd3fd43: Preparing [2023-06-26T21:31:46.778Z] 8cbb7af37577: Preparing [2023-06-26T21:31:46.778Z] 3dab9f8bf2d2: Preparing [2023-06-26T21:31:46.778Z] 3dab9f8bf2d2: Waiting [2023-06-26T21:31:46.778Z] 8cbb7af37577: Layer already exists [2023-06-26T21:31:46.778Z] 8752f4734828: Layer already exists [2023-06-26T21:31:46.778Z] 2ff3803e4cbb: Layer already exists [2023-06-26T21:31:46.778Z] d93c5fd3fd43: Layer already exists [2023-06-26T21:31:46.778Z] 5ad3fc65f659: Layer already exists [2023-06-26T21:31:46.778Z] 3dab9f8bf2d2: Layer already exists [2023-06-26T21:31:46.778Z] 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:47.094Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:47.399Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-06-26T21:31:47.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-26T21:31:47.400Z] 2ff3803e4cbb: Preparing [2023-06-26T21:31:47.400Z] 8752f4734828: Preparing [2023-06-26T21:31:47.400Z] 5ad3fc65f659: Preparing [2023-06-26T21:31:47.400Z] d93c5fd3fd43: Preparing [2023-06-26T21:31:47.400Z] 8cbb7af37577: Preparing [2023-06-26T21:31:47.400Z] 3dab9f8bf2d2: Preparing [2023-06-26T21:31:47.400Z] 3dab9f8bf2d2: Waiting [2023-06-26T21:31:47.400Z] 8cbb7af37577: Layer already exists [2023-06-26T21:31:47.400Z] 2ff3803e4cbb: Layer already exists [2023-06-26T21:31:47.400Z] 8752f4734828: Layer already exists [2023-06-26T21:31:47.400Z] 5ad3fc65f659: Layer already exists [2023-06-26T21:31:47.400Z] d93c5fd3fd43: Layer already exists [2023-06-26T21:31:47.400Z] 3dab9f8bf2d2: Layer already exists [2023-06-26T21:31:47.400Z] main: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-26T21:31:47.437Z] ===================================================== [Pipeline] echo [2023-06-26T21:31:47.443Z] taggedImages: [2023-06-26T21:31:47.443Z] - nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:31:47.443Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-06-26T21:31:47.443Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.7 [2023-06-26T21:31:47.443Z] - nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [2023-06-26T21:31:47.443Z] - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:47.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T21:31:47.804Z] [2023-06-26T21:31:47.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:31:48.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T21:31:48.111Z] latest: Pulling from edgex-lftools-log-publisher [2023-06-26T21:31:48.111Z] 5eb5b503b376: Pulling fs layer [2023-06-26T21:31:48.111Z] 5c69ac0246d0: Pulling fs layer [2023-06-26T21:31:48.111Z] ec43610c2a17: Pulling fs layer [2023-06-26T21:31:48.111Z] 3a2ae6a8a46f: Pulling fs layer [2023-06-26T21:31:48.111Z] 33b1e0a273af: Pulling fs layer [2023-06-26T21:31:48.111Z] 5d3b04190fa2: Pulling fs layer [2023-06-26T21:31:48.111Z] 2f39f015ded8: Pulling fs layer [2023-06-26T21:31:48.111Z] 3a2ae6a8a46f: Waiting [2023-06-26T21:31:48.111Z] 33b1e0a273af: Waiting [2023-06-26T21:31:48.111Z] 5d3b04190fa2: Waiting [2023-06-26T21:31:48.111Z] 2f39f015ded8: Waiting [2023-06-26T21:31:48.111Z] 5c69ac0246d0: Verifying Checksum [2023-06-26T21:31:48.111Z] 5c69ac0246d0: Download complete [2023-06-26T21:31:48.111Z] 3a2ae6a8a46f: Verifying Checksum [2023-06-26T21:31:48.111Z] 3a2ae6a8a46f: Download complete [2023-06-26T21:31:48.111Z] 33b1e0a273af: Verifying Checksum [2023-06-26T21:31:48.111Z] 33b1e0a273af: Download complete [2023-06-26T21:31:48.111Z] 5d3b04190fa2: Download complete [2023-06-26T21:31:48.111Z] ec43610c2a17: Verifying Checksum [2023-06-26T21:31:48.111Z] ec43610c2a17: Download complete [2023-06-26T21:31:48.371Z] 5eb5b503b376: Verifying Checksum [2023-06-26T21:31:48.371Z] 5eb5b503b376: Download complete [2023-06-26T21:31:48.938Z] 2f39f015ded8: Verifying Checksum [2023-06-26T21:31:48.938Z] 2f39f015ded8: Download complete [2023-06-26T21:31:49.507Z] 5eb5b503b376: Pull complete [2023-06-26T21:31:49.765Z] 5c69ac0246d0: Pull complete [2023-06-26T21:31:50.024Z] ec43610c2a17: Pull complete [2023-06-26T21:31:50.024Z] 3a2ae6a8a46f: Pull complete [2023-06-26T21:31:50.283Z] 33b1e0a273af: Pull complete [2023-06-26T21:31:50.283Z] 5d3b04190fa2: Pull complete [2023-06-26T21:31:54.491Z] 2f39f015ded8: Pull complete [2023-06-26T21:31:54.491Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-06-26T21:31:54.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T21:31:54.491Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:31:54.585Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:31:54.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-06-26T21:31:59.596Z] $ docker top 03360cfa759f445ee6968f9379a3f018f18423364fe6b62ce141590bf3432517 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:31:59.984Z] ---> job-cost.sh [2023-06-26T21:31:59.984Z] lf-activate-venv: SKIPPING [2023-06-26T21:31:59.984Z] INFO: No Stack... [2023-06-26T21:32:00.244Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-26T21:32:00.812Z] INFO: Archiving Costs [Pipeline] sh [2023-06-26T21:32:01.100Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-06-26T21:32:01.101Z] + cut -d, -f6 [Pipeline] lock [2023-06-26T21:32:01.115Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [2023-06-26T21:32:01.126Z] Resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] did not exist. Created. [2023-06-26T21:32:01.126Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-26T21:32:01.428Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-06-26T21:32:01.452Z] Stashed 1 file(s) [Pipeline] } [2023-06-26T21:32:01.459Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-26T21:32:01.474Z] $ docker stop --time=1 03360cfa759f445ee6968f9379a3f018f18423364fe6b62ce141590bf3432517 [2023-06-26T21:32:02.653Z] $ docker rm -f --volumes 03360cfa759f445ee6968f9379a3f018f18423364fe6b62ce141590bf3432517 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-26T21:32:02.915Z] provisioning config files... [2023-06-26T21:32:02.939Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/8@tmp/config16280334327061369028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:32:03.291Z] ---> docker-login.sh [2023-06-26T21:32:03.291Z] nexus3.edgexfoundry.org:10001 [2023-06-26T21:32:03.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:32:03.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:32:03.833Z] Configure a credential helper to remove this warning. See [2023-06-26T21:32:03.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:32:03.833Z] [2023-06-26T21:32:03.833Z] Login Succeeded [2023-06-26T21:32:03.833Z] nexus3.edgexfoundry.org:10002 [2023-06-26T21:32:04.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:32:04.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:32:04.104Z] Configure a credential helper to remove this warning. See [2023-06-26T21:32:04.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:32:04.104Z] [2023-06-26T21:32:04.104Z] Login Succeeded [2023-06-26T21:32:04.104Z] nexus3.edgexfoundry.org:10003 [2023-06-26T21:32:04.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:32:04.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:32:04.645Z] Configure a credential helper to remove this warning. See [2023-06-26T21:32:04.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:32:04.645Z] [2023-06-26T21:32:04.645Z] Login Succeeded [2023-06-26T21:32:04.645Z] nexus3.edgexfoundry.org:10004 [2023-06-26T21:32:04.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:32:04.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:32:04.914Z] Configure a credential helper to remove this warning. See [2023-06-26T21:32:04.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:32:04.914Z] [2023-06-26T21:32:04.914Z] Login Succeeded [2023-06-26T21:32:04.914Z] docker.io [2023-06-26T21:32:05.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:32:05.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:32:05.451Z] Configure a credential helper to remove this warning. See [2023-06-26T21:32:05.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:32:05.451Z] [2023-06-26T21:32:05.451Z] Login Succeeded [2023-06-26T21:32:05.451Z] ---> docker-login.sh ends [Pipeline] } [2023-06-26T21:32:05.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-06-26T21:32:05.727Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T21:32:05.743Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T21:32:05.758Z] ========================================================= [2023-06-26T21:32:05.758Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-06-26T21:32:05.758Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:32:06.117Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-06-26T21:32:06.118Z] Sending build context to Docker daemon 127.5kB [2023-06-26T21:32:06.401Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-06-26T21:32:06.401Z] Step 2/12 : FROM ${BASE} AS builder [2023-06-26T21:32:06.401Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-06-26T21:32:06.401Z] c41833b44d91: Pulling fs layer [2023-06-26T21:32:06.401Z] ed15518f5707: Pulling fs layer [2023-06-26T21:32:06.401Z] feae8fd75edb: Pulling fs layer [2023-06-26T21:32:06.401Z] 242c74f7c9fa: Pulling fs layer [2023-06-26T21:32:06.401Z] 3cdef696dda3: Pulling fs layer [2023-06-26T21:32:06.401Z] 2ced38df9373: Pulling fs layer [2023-06-26T21:32:06.401Z] 58f1dce35555: Pulling fs layer [2023-06-26T21:32:06.401Z] 3cdef696dda3: Waiting [2023-06-26T21:32:06.401Z] 2ced38df9373: Waiting [2023-06-26T21:32:06.401Z] 58f1dce35555: Waiting [2023-06-26T21:32:06.401Z] 242c74f7c9fa: Waiting [2023-06-26T21:32:06.401Z] ed15518f5707: Verifying Checksum [2023-06-26T21:32:06.401Z] ed15518f5707: Download complete [2023-06-26T21:32:06.401Z] 242c74f7c9fa: Verifying Checksum [2023-06-26T21:32:06.401Z] 242c74f7c9fa: Download complete [2023-06-26T21:32:06.672Z] 3cdef696dda3: Verifying Checksum [2023-06-26T21:32:06.672Z] 3cdef696dda3: Download complete [2023-06-26T21:32:06.672Z] c41833b44d91: Verifying Checksum [2023-06-26T21:32:06.672Z] c41833b44d91: Download complete [2023-06-26T21:32:07.642Z] c41833b44d91: Pull complete [2023-06-26T21:32:07.912Z] 58f1dce35555: Verifying Checksum [2023-06-26T21:32:07.912Z] 58f1dce35555: Download complete [2023-06-26T21:32:08.193Z] ed15518f5707: Pull complete [2023-06-26T21:32:09.160Z] feae8fd75edb: Verifying Checksum [2023-06-26T21:32:09.160Z] feae8fd75edb: Download complete [2023-06-26T21:32:09.428Z] 2ced38df9373: Verifying Checksum [2023-06-26T21:32:20.214Z] feae8fd75edb: Pull complete [2023-06-26T21:32:20.214Z] 242c74f7c9fa: Pull complete [2023-06-26T21:32:20.214Z] 3cdef696dda3: Pull complete [2023-06-26T21:32:28.448Z] 2ced38df9373: Pull complete [2023-06-26T21:32:29.871Z] 58f1dce35555: Pull complete [2023-06-26T21:32:29.871Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-06-26T21:32:29.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-26T21:32:29.871Z] ---> fadd8f120f05 [2023-06-26T21:32:29.871Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-06-26T21:32:31.302Z] ---> Running in 4f0d5406e25c [2023-06-26T21:32:31.571Z] Removing intermediate container 4f0d5406e25c [2023-06-26T21:32:31.571Z] ---> e0b5e075872f [2023-06-26T21:32:31.571Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-06-26T21:32:31.839Z] ---> Running in 479c42ec6883 [2023-06-26T21:32:32.105Z] Removing intermediate container 479c42ec6883 [2023-06-26T21:32:32.105Z] ---> 647fb60bc448 [2023-06-26T21:32:32.105Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-06-26T21:32:32.105Z] ---> Running in 84b6c6365ebf [2023-06-26T21:32:32.373Z] Removing intermediate container 84b6c6365ebf [2023-06-26T21:32:32.373Z] ---> 2b0eb201a855 [2023-06-26T21:32:32.373Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-26T21:32:32.642Z] ---> Running in 152148e9a5dc [2023-06-26T21:32:33.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-26T21:32:34.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-26T21:32:35.147Z] OK: 263 MiB in 53 packages [2023-06-26T21:32:35.732Z] Removing intermediate container 152148e9a5dc [2023-06-26T21:32:35.732Z] ---> d5efc7ea28b5 [2023-06-26T21:32:35.732Z] Step 7/12 : WORKDIR /app [2023-06-26T21:32:36.000Z] ---> Running in 9539b9e78337 [2023-06-26T21:32:36.267Z] Removing intermediate container 9539b9e78337 [2023-06-26T21:32:36.267Z] ---> 6eac9accdf77 [2023-06-26T21:32:36.267Z] Step 8/12 : COPY go.mod vendor* ./ [2023-06-26T21:32:38.939Z] ---> 65ba765cf42f [2023-06-26T21:32:38.939Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-26T21:32:38.939Z] ---> Running in fbc28ef7872d [2023-06-26T21:33:46.834Z] Removing intermediate container fbc28ef7872d [2023-06-26T21:33:46.834Z] ---> d3a2cd5b2b29 [2023-06-26T21:33:46.834Z] Step 10/12 : COPY . . [2023-06-26T21:33:46.834Z] ---> b7e5696e688d [2023-06-26T21:33:46.834Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-26T21:33:46.834Z] ---> Running in 412f456d26ff [2023-06-26T21:33:46.834Z] Removing intermediate container 412f456d26ff [2023-06-26T21:33:46.834Z] ---> 76490173e428 [2023-06-26T21:33:46.834Z] Step 12/12 : RUN $MAKE [2023-06-26T21:33:46.834Z] ---> Running in 47824f9c8228 [2023-06-26T21:33:46.834Z] noop [2023-06-26T21:33:46.834Z] Removing intermediate container 47824f9c8228 [2023-06-26T21:33:46.834Z] ---> 673e369ec415 [2023-06-26T21:33:46.834Z] Successfully built 673e369ec415 [2023-06-26T21:33:46.834Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:33:47.182Z] + docker inspect -f . ci-base-image-arm64 [2023-06-26T21:33:47.182Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:33:47.389Z] prd-ubuntu20.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container [2023-06-26T21:33:47.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/8 -v /w/workspace/app-record-replay/8:/w/workspace/app-record-replay/8:rw,z -v /w/workspace/app-record-replay/8@tmp:/w/workspace/app-record-replay/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-06-26T21:33:49.249Z] $ docker top b31e926a3e81d96a7a9d8b50c149f4191c9b3a75473144dfd99f84e67bf1fedd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T21:33:50.055Z] + go version [2023-06-26T21:33:50.055Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-06-26T21:33:50.071Z] $ docker stop --time=1 b31e926a3e81d96a7a9d8b50c149f4191c9b3a75473144dfd99f84e67bf1fedd [2023-06-26T21:33:51.639Z] $ docker rm -f --volumes b31e926a3e81d96a7a9d8b50c149f4191c9b3a75473144dfd99f84e67bf1fedd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:33:52.171Z] + docker inspect -f . ci-base-image-arm64 [2023-06-26T21:33:52.171Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:33:52.336Z] prd-ubuntu20.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container [2023-06-26T21:33:52.391Z] $ 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/8 -v /w/workspace/app-record-replay/8:/w/workspace/app-record-replay/8:rw,z -v /w/workspace/app-record-replay/8@tmp:/w/workspace/app-record-replay/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-06-26T21:33:53.486Z] $ docker top 0392e0f535747661851e646a8852cfb6a6eb82097fcfa6f271ace60b21e98972 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T21:33:53.991Z] + git config --global --add safe.directory /w/workspace/app-record-replay/8 [Pipeline] fileExists [Pipeline] sh [2023-06-26T21:33:54.642Z] + make test [2023-06-26T21:33:54.642Z] go test -race -coverprofile=coverage.out ./... [2023-06-26T21:34:51.041Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-06-26T21:36:42.711Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-06-26T21:36:42.711Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-06-26T21:36:42.711Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-06-26T21:36:42.711Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.342s coverage: 85.1% of statements [2023-06-26T21:36:42.711Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.221s coverage: 27.3% of statements [2023-06-26T21:36:42.711Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-06-26T21:36:42.711Z] go vet ./... [2023-06-26T21:38:49.371Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-26T21:38:49.371Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-26T21:38:49.371Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-26T21:38:49.391Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-26T21:38:49.395Z] $ docker stop --time=1 0392e0f535747661851e646a8852cfb6a6eb82097fcfa6f271ace60b21e98972 [2023-06-26T21:38:51.321Z] $ docker rm -f --volumes 0392e0f535747661851e646a8852cfb6a6eb82097fcfa6f271ace60b21e98972 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T21:38:52.819Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-26T21:38:52.839Z] Warning: overwriting stash ‘coverage-report’ [2023-06-26T21:38:53.233Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-26T21:38:53.609Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-06-26T21:38:53.926Z] + ls -al . [2023-06-26T21:38:53.927Z] total 148 [2023-06-26T21:38:53.927Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 26 21:33 . [2023-06-26T21:38:53.927Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 26 21:31 .. [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 26 21:31 .dockerignore [2023-06-26T21:38:53.927Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 26 21:31 .git [2023-06-26T21:38:53.927Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:31 .github [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 164 Jun 26 21:31 .gitignore [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 26 21:31 .golangci.yml [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 9658 Jun 26 21:31 Attribution.txt [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 26 21:31 CHANGELOG.md [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 1617 Jun 26 21:31 Dockerfile [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 26 21:31 GOVERNANCE.md [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 681 Jun 26 21:31 Jenkinsfile [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 26 21:31 LICENSE [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 611 Jun 26 21:31 OWNERS.md [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jun 26 21:31 README.md [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 26 21:29 VERSION [2023-06-26T21:38:53.927Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:31 bin [2023-06-26T21:38:53.927Z] -rw-r--r-- 1 jenkins jenkins 4241 Jun 26 21:36 coverage.out [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 3256 Jun 26 21:31 go.mod [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 30668 Jun 26 21:31 go.sum [2023-06-26T21:38:53.927Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 26 21:31 internal [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 693 Jun 26 21:31 main.go [2023-06-26T21:38:53.927Z] -rw-rw-r-- 1 jenkins jenkins 2548 Jun 26 21:31 makefile [2023-06-26T21:38:53.927Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 26 21:31 pkg [2023-06-26T21:38:53.927Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:31 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:38:54.273Z] + 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=047236f56ce2e90b3717e3891727cd37ccf4463d --label arch=arm64 --label version=3.1.0-dev.7 . [2023-06-26T21:38:54.273Z] Sending build context to Docker daemon 132.6kB [2023-06-26T21:38:54.540Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-06-26T21:38:54.540Z] Step 2/26 : FROM ${BASE} AS builder [2023-06-26T21:38:54.540Z] ---> 673e369ec415 [2023-06-26T21:38:54.540Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-06-26T21:38:54.813Z] ---> Running in 5863f316eae7 [2023-06-26T21:38:55.081Z] Removing intermediate container 5863f316eae7 [2023-06-26T21:38:55.081Z] ---> bd46e08ecc6a [2023-06-26T21:38:55.081Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-06-26T21:38:55.348Z] ---> Running in 2d079bbbc1c4 [2023-06-26T21:38:55.615Z] Removing intermediate container 2d079bbbc1c4 [2023-06-26T21:38:55.615Z] ---> 036319332722 [2023-06-26T21:38:55.615Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-06-26T21:38:55.615Z] ---> Running in 053d62bdafa4 [2023-06-26T21:38:55.885Z] Removing intermediate container 053d62bdafa4 [2023-06-26T21:38:55.885Z] ---> d5c704b8a57a [2023-06-26T21:38:55.885Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-26T21:38:55.885Z] ---> Running in b7427744b781 [2023-06-26T21:38:56.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-26T21:38:57.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-26T21:38:58.779Z] OK: 263 MiB in 53 packages [2023-06-26T21:38:59.364Z] Removing intermediate container b7427744b781 [2023-06-26T21:38:59.364Z] ---> 64c1c34fecda [2023-06-26T21:38:59.364Z] Step 7/26 : WORKDIR /app [2023-06-26T21:38:59.630Z] ---> Running in fb90cf8e773c [2023-06-26T21:38:59.897Z] Removing intermediate container fb90cf8e773c [2023-06-26T21:38:59.897Z] ---> a72632661803 [2023-06-26T21:38:59.897Z] Step 8/26 : COPY go.mod vendor* ./ [2023-06-26T21:39:00.486Z] ---> a0994035cf9b [2023-06-26T21:39:00.486Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-26T21:39:00.486Z] ---> Running in e5f07a1257d4 [2023-06-26T21:39:03.071Z] Removing intermediate container e5f07a1257d4 [2023-06-26T21:39:03.071Z] ---> 96b84c8609d6 [2023-06-26T21:39:03.072Z] Step 10/26 : COPY . . [2023-06-26T21:39:03.339Z] ---> fcbbe9721baa [2023-06-26T21:39:03.339Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-26T21:39:03.339Z] ---> Running in f885137f0760 [2023-06-26T21:39:03.606Z] Removing intermediate container f885137f0760 [2023-06-26T21:39:03.606Z] ---> 21313218233f [2023-06-26T21:39:03.606Z] Step 12/26 : RUN $MAKE [2023-06-26T21:39:03.606Z] ---> Running in b3ff26325e63 [2023-06-26T21:39:04.566Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.7" -trimpath -mod=readonly -o app-record-replay [2023-06-26T21:39:31.278Z] Removing intermediate container b3ff26325e63 [2023-06-26T21:39:31.278Z] ---> 7e5083c09d6b [2023-06-26T21:39:31.278Z] Step 13/26 : FROM alpine:3.17 [2023-06-26T21:39:31.278Z] 3.17: Pulling from library/alpine [2023-06-26T21:39:31.278Z] edb6bdbacee9: Pulling fs layer [2023-06-26T21:39:31.278Z] edb6bdbacee9: Verifying Checksum [2023-06-26T21:39:31.278Z] edb6bdbacee9: Download complete [2023-06-26T21:39:31.278Z] edb6bdbacee9: Pull complete [2023-06-26T21:39:31.278Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-06-26T21:39:31.278Z] Status: Downloaded newer image for alpine:3.17 [2023-06-26T21:39:31.278Z] ---> 779605e5fbc0 [2023-06-26T21:39:31.278Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-06-26T21:39:31.278Z] ---> Running in 4b53f4f72b60 [2023-06-26T21:39:31.278Z] Removing intermediate container 4b53f4f72b60 [2023-06-26T21:39:31.278Z] ---> 6656a679b2a3 [2023-06-26T21:39:31.278Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-06-26T21:39:31.278Z] ---> Running in b9064703fedc [2023-06-26T21:39:31.278Z] Removing intermediate container b9064703fedc [2023-06-26T21:39:31.278Z] ---> 812307c216c4 [2023-06-26T21:39:31.278Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-26T21:39:31.278Z] ---> Running in 5d305087348a [2023-06-26T21:39:32.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-26T21:39:32.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-26T21:39:33.780Z] (1/2) Installing ca-certificates (20230506-r0) [2023-06-26T21:39:34.047Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-06-26T21:39:34.047Z] Executing busybox-1.35.0-r29.trigger [2023-06-26T21:39:34.047Z] Executing ca-certificates-20230506-r0.trigger [2023-06-26T21:39:34.316Z] OK: 8 MiB in 17 packages [2023-06-26T21:39:36.268Z] Removing intermediate container 5d305087348a [2023-06-26T21:39:36.268Z] ---> 95cfd18c4e55 [2023-06-26T21:39:36.268Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-06-26T21:39:36.537Z] ---> cf1ed08a80dc [2023-06-26T21:39:36.537Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-06-26T21:39:36.808Z] ---> 577cad8691f2 [2023-06-26T21:39:36.808Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-06-26T21:39:37.394Z] ---> e7dbb09db68b [2023-06-26T21:39:37.394Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-06-26T21:39:37.978Z] ---> 015a33f5ccc1 [2023-06-26T21:39:37.978Z] Step 21/26 : EXPOSE 59712 [2023-06-26T21:39:37.978Z] ---> Running in 7e7e29cca954 [2023-06-26T21:39:38.254Z] Removing intermediate container 7e7e29cca954 [2023-06-26T21:39:38.254Z] ---> 784d6113f904 [2023-06-26T21:39:38.254Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-06-26T21:39:38.523Z] ---> Running in ec2aeb2afc8f [2023-06-26T21:39:38.791Z] Removing intermediate container ec2aeb2afc8f [2023-06-26T21:39:38.791Z] ---> 59332441b2ca [2023-06-26T21:39:38.791Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-06-26T21:39:38.791Z] ---> Running in 6a57c72cf2a1 [2023-06-26T21:39:39.058Z] Removing intermediate container 6a57c72cf2a1 [2023-06-26T21:39:39.058Z] ---> dc8eeddc03c2 [2023-06-26T21:39:39.058Z] Step 24/26 : LABEL arch=arm64 [2023-06-26T21:39:39.058Z] ---> Running in b1771878ee29 [2023-06-26T21:39:39.332Z] Removing intermediate container b1771878ee29 [2023-06-26T21:39:39.332Z] ---> e2296cde94bb [2023-06-26T21:39:39.332Z] Step 25/26 : LABEL git_sha=047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:39:39.600Z] ---> Running in ec8a39a3aa3f [2023-06-26T21:39:39.874Z] Removing intermediate container ec8a39a3aa3f [2023-06-26T21:39:39.874Z] ---> ff44d591d23d [2023-06-26T21:39:39.874Z] Step 26/26 : LABEL version=3.1.0-dev.7 [2023-06-26T21:39:39.874Z] ---> Running in 929e25425830 [2023-06-26T21:39:40.141Z] Removing intermediate container 929e25425830 [2023-06-26T21:39:40.141Z] ---> 48ca743f27a1 [2023-06-26T21:39:40.141Z] [Warning] One or more build-args [ARCH] were not consumed [2023-06-26T21:39:40.141Z] Successfully built 48ca743f27a1 [2023-06-26T21:39:40.141Z] Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-26T21:39:40.255Z] provisioning config files... [2023-06-26T21:39:40.268Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/8@tmp/config14056425913343313199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:39:40.597Z] ---> docker-login.sh [2023-06-26T21:39:40.597Z] nexus3.edgexfoundry.org:10001 [2023-06-26T21:39:40.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:39:40.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:39:40.868Z] Configure a credential helper to remove this warning. See [2023-06-26T21:39:40.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:39:40.868Z] [2023-06-26T21:39:40.868Z] Login Succeeded [2023-06-26T21:39:40.868Z] nexus3.edgexfoundry.org:10002 [2023-06-26T21:39:41.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:39:41.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:39:41.137Z] Configure a credential helper to remove this warning. See [2023-06-26T21:39:41.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:39:41.137Z] [2023-06-26T21:39:41.137Z] Login Succeeded [2023-06-26T21:39:41.137Z] nexus3.edgexfoundry.org:10003 [2023-06-26T21:39:41.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:39:41.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:39:41.672Z] Configure a credential helper to remove this warning. See [2023-06-26T21:39:41.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:39:41.672Z] [2023-06-26T21:39:41.672Z] Login Succeeded [2023-06-26T21:39:41.672Z] nexus3.edgexfoundry.org:10004 [2023-06-26T21:39:41.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:39:41.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:39:41.940Z] Configure a credential helper to remove this warning. See [2023-06-26T21:39:41.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:39:41.940Z] [2023-06-26T21:39:41.940Z] Login Succeeded [2023-06-26T21:39:41.940Z] docker.io [2023-06-26T21:39:42.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-26T21:39:42.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-26T21:39:42.477Z] Configure a credential helper to remove this warning. See [2023-06-26T21:39:42.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-26T21:39:42.477Z] [2023-06-26T21:39:42.477Z] Login Succeeded [2023-06-26T21:39:42.477Z] ---> docker-login.sh ends [Pipeline] } [2023-06-26T21:39:42.490Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-26T21:39:42.526Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T21:39:42.553Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-06-26T21:39:42.553Z] 047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:39:42.553Z] latest [2023-06-26T21:39:42.553Z] 3.1.0-dev.7 [2023-06-26T21:39:42.553Z] 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [2023-06-26T21:39:42.553Z] main [2023-06-26T21:39:42.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:42.898Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:43.245Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:39:43.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-26T21:39:43.245Z] 51e5badbb407: Preparing [2023-06-26T21:39:43.245Z] a64430696710: Preparing [2023-06-26T21:39:43.245Z] 4258d4c6e7dc: Preparing [2023-06-26T21:39:43.245Z] 8ef0b3525702: Preparing [2023-06-26T21:39:43.245Z] 75376eedf78b: Preparing [2023-06-26T21:39:43.245Z] 9386262d7a74: Preparing [2023-06-26T21:39:43.245Z] 9386262d7a74: Waiting [2023-06-26T21:39:43.512Z] a64430696710: Pushed [2023-06-26T21:39:43.512Z] 8ef0b3525702: Pushed [2023-06-26T21:39:43.512Z] 4258d4c6e7dc: Pushed [2023-06-26T21:39:43.512Z] 9386262d7a74: Layer already exists [2023-06-26T21:39:43.778Z] 75376eedf78b: Pushed [2023-06-26T21:39:44.044Z] 51e5badbb407: Pushed [2023-06-26T21:39:44.044Z] 047236f56ce2e90b3717e3891727cd37ccf4463d: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:44.396Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:44.734Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-06-26T21:39:44.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-26T21:39:44.734Z] 51e5badbb407: Preparing [2023-06-26T21:39:44.734Z] a64430696710: Preparing [2023-06-26T21:39:44.734Z] 4258d4c6e7dc: Preparing [2023-06-26T21:39:44.734Z] 8ef0b3525702: Preparing [2023-06-26T21:39:44.734Z] 75376eedf78b: Preparing [2023-06-26T21:39:44.734Z] 9386262d7a74: Preparing [2023-06-26T21:39:44.734Z] 4258d4c6e7dc: Layer already exists [2023-06-26T21:39:44.734Z] 51e5badbb407: Layer already exists [2023-06-26T21:39:44.734Z] a64430696710: Layer already exists [2023-06-26T21:39:44.734Z] 8ef0b3525702: Layer already exists [2023-06-26T21:39:44.734Z] 75376eedf78b: Layer already exists [2023-06-26T21:39:44.734Z] 9386262d7a74: Layer already exists [2023-06-26T21:39:44.734Z] latest: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:45.079Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:45.413Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.7 [2023-06-26T21:39:45.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-26T21:39:45.413Z] 51e5badbb407: Preparing [2023-06-26T21:39:45.413Z] a64430696710: Preparing [2023-06-26T21:39:45.413Z] 4258d4c6e7dc: Preparing [2023-06-26T21:39:45.413Z] 8ef0b3525702: Preparing [2023-06-26T21:39:45.413Z] 75376eedf78b: Preparing [2023-06-26T21:39:45.413Z] 9386262d7a74: Preparing [2023-06-26T21:39:45.413Z] 75376eedf78b: Layer already exists [2023-06-26T21:39:45.413Z] 51e5badbb407: Layer already exists [2023-06-26T21:39:45.413Z] 8ef0b3525702: Layer already exists [2023-06-26T21:39:45.413Z] a64430696710: Layer already exists [2023-06-26T21:39:45.413Z] 4258d4c6e7dc: Layer already exists [2023-06-26T21:39:45.413Z] 9386262d7a74: Layer already exists [2023-06-26T21:39:45.413Z] 3.1.0-dev.7: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:46.027Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:48.628Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [2023-06-26T21:39:48.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-26T21:39:48.628Z] 51e5badbb407: Preparing [2023-06-26T21:39:48.628Z] a64430696710: Preparing [2023-06-26T21:39:48.628Z] 4258d4c6e7dc: Preparing [2023-06-26T21:39:48.628Z] 8ef0b3525702: Preparing [2023-06-26T21:39:48.628Z] 75376eedf78b: Preparing [2023-06-26T21:39:48.628Z] 9386262d7a74: Preparing [2023-06-26T21:39:48.628Z] 9386262d7a74: Waiting [2023-06-26T21:39:48.628Z] 51e5badbb407: Layer already exists [2023-06-26T21:39:48.628Z] a64430696710: Layer already exists [2023-06-26T21:39:48.628Z] 8ef0b3525702: Layer already exists [2023-06-26T21:39:48.628Z] 75376eedf78b: Layer already exists [2023-06-26T21:39:48.628Z] 4258d4c6e7dc: Layer already exists [2023-06-26T21:39:48.628Z] 9386262d7a74: Layer already exists [2023-06-26T21:39:48.908Z] 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:49.299Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:49.664Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-06-26T21:39:49.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-26T21:39:49.664Z] 51e5badbb407: Preparing [2023-06-26T21:39:49.664Z] a64430696710: Preparing [2023-06-26T21:39:49.664Z] 4258d4c6e7dc: Preparing [2023-06-26T21:39:49.664Z] 8ef0b3525702: Preparing [2023-06-26T21:39:49.664Z] 75376eedf78b: Preparing [2023-06-26T21:39:49.664Z] 9386262d7a74: Preparing [2023-06-26T21:39:49.664Z] 9386262d7a74: Waiting [2023-06-26T21:39:49.664Z] 51e5badbb407: Layer already exists [2023-06-26T21:39:49.664Z] 75376eedf78b: Layer already exists [2023-06-26T21:39:49.664Z] 4258d4c6e7dc: Layer already exists [2023-06-26T21:39:49.664Z] 8ef0b3525702: Layer already exists [2023-06-26T21:39:49.664Z] a64430696710: Layer already exists [2023-06-26T21:39:49.664Z] 9386262d7a74: Layer already exists [2023-06-26T21:39:49.943Z] main: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-26T21:39:50.003Z] ===================================================== [Pipeline] echo [2023-06-26T21:39:50.009Z] taggedImages: [2023-06-26T21:39:50.009Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d [2023-06-26T21:39:50.009Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-06-26T21:39:50.009Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.7 [2023-06-26T21:39:50.009Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [2023-06-26T21:39:50.009Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:50.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-26T21:39:50.374Z] [2023-06-26T21:39:50.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:39:50.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-26T21:39:50.704Z] arm64: Pulling from edgex-lftools-log-publisher [2023-06-26T21:39:50.704Z] 8998bd30e6a1: Pulling fs layer [2023-06-26T21:39:50.704Z] 04944245beec: Pulling fs layer [2023-06-26T21:39:50.704Z] 699f458cf7ca: Pulling fs layer [2023-06-26T21:39:50.704Z] 765212b225bb: Pulling fs layer [2023-06-26T21:39:50.704Z] f23df028b6ca: Pulling fs layer [2023-06-26T21:39:50.704Z] d65c8cfc05b1: Pulling fs layer [2023-06-26T21:39:50.704Z] 2437ff75d9bd: Pulling fs layer [2023-06-26T21:39:50.704Z] f23df028b6ca: Waiting [2023-06-26T21:39:50.704Z] d65c8cfc05b1: Waiting [2023-06-26T21:39:50.704Z] 765212b225bb: Waiting [2023-06-26T21:39:50.704Z] 2437ff75d9bd: Waiting [2023-06-26T21:39:50.972Z] 04944245beec: Verifying Checksum [2023-06-26T21:39:50.972Z] 04944245beec: Download complete [2023-06-26T21:39:50.972Z] 765212b225bb: Verifying Checksum [2023-06-26T21:39:50.972Z] 765212b225bb: Download complete [2023-06-26T21:39:50.972Z] f23df028b6ca: Download complete [2023-06-26T21:39:50.972Z] d65c8cfc05b1: Verifying Checksum [2023-06-26T21:39:50.972Z] d65c8cfc05b1: Download complete [2023-06-26T21:39:51.240Z] 699f458cf7ca: Verifying Checksum [2023-06-26T21:39:51.241Z] 699f458cf7ca: Download complete [2023-06-26T21:39:51.508Z] 8998bd30e6a1: Verifying Checksum [2023-06-26T21:39:51.508Z] 8998bd30e6a1: Download complete [2023-06-26T21:39:54.091Z] 2437ff75d9bd: Verifying Checksum [2023-06-26T21:39:54.091Z] 2437ff75d9bd: Download complete [2023-06-26T21:39:55.496Z] 8998bd30e6a1: Pull complete [2023-06-26T21:39:55.762Z] 04944245beec: Pull complete [2023-06-26T21:39:57.169Z] 699f458cf7ca: Pull complete [2023-06-26T21:39:57.435Z] 765212b225bb: Pull complete [2023-06-26T21:39:58.018Z] f23df028b6ca: Pull complete [2023-06-26T21:39:58.285Z] d65c8cfc05b1: Pull complete [2023-06-26T21:40:13.263Z] 2437ff75d9bd: Pull complete [2023-06-26T21:40:13.263Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-06-26T21:40:13.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-26T21:40:13.263Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:40:13.456Z] prd-ubuntu20.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container [2023-06-26T21:40:13.552Z] $ 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/8 -v /w/workspace/app-record-replay/8:/w/workspace/app-record-replay/8:rw,z -v /w/workspace/app-record-replay/8@tmp:/w/workspace/app-record-replay/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-06-26T21:40:16.198Z] $ docker top f3c4898e70b3230a8c1fd06b0c6c234782054286304aeff8a172eb065bbc1216 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:40:16.726Z] ---> job-cost.sh [2023-06-26T21:40:16.992Z] lf-activate-venv: SKIPPING [2023-06-26T21:40:16.992Z] INFO: No Stack... [2023-06-26T21:40:17.572Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-06-26T21:40:18.530Z] INFO: Archiving Costs [Pipeline] sh [2023-06-26T21:40:19.170Z] + cut -d, -f6 [2023-06-26T21:40:19.170Z] + cat /w/workspace/app-record-replay/8/archives/cost.csv [Pipeline] lock [2023-06-26T21:40:19.233Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [2023-06-26T21:40:19.241Z] Resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] did not exist. Created. [2023-06-26T21:40:19.242Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-26T21:40:19.584Z] /w/workspace/app-record-replay/8@tmp/durable-eb88de71/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-06-26T21:40:20.185Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-06-26T21:40:20.468Z] Warning: overwriting stash ‘stack-cost’ [2023-06-26T21:40:20.512Z] Stashed 1 file(s) [Pipeline] } [2023-06-26T21:40:20.519Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-26T21:40:20.531Z] $ docker stop --time=1 f3c4898e70b3230a8c1fd06b0c6c234782054286304aeff8a172eb065bbc1216 [2023-06-26T21:40:21.997Z] $ docker rm -f --volumes f3c4898e70b3230a8c1fd06b0c6c234782054286304aeff8a172eb065bbc1216 [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 [2023-06-26T21:40:22.419Z] provisioning config files... [2023-06-26T21:40:22.424Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #8 [2023-06-26T21:40:22.425Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4881026526686274410tmp [Pipeline] { [Pipeline] sh [2023-06-26T21:40:22.716Z] + set +x [2023-06-26T21:40:22.716Z] + curl -s https://codecov.io/bash [2023-06-26T21:40:22.716Z] + bash -s -- [2023-06-26T21:40:22.716Z] [2023-06-26T21:40:22.716Z] _____ _ [2023-06-26T21:40:22.716Z] / ____| | | [2023-06-26T21:40:22.716Z] | | ___ __| | ___ ___ _____ __ [2023-06-26T21:40:22.716Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-06-26T21:40:22.716Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-06-26T21:40:22.716Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-06-26T21:40:22.716Z] Bash-1.0.6 [2023-06-26T21:40:22.716Z] [2023-06-26T21:40:22.716Z] [2023-06-26T21:40:22.716Z] ==> git version 2.25.1 found [2023-06-26T21:40:22.716Z] ==> 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 [2023-06-26T21:40:22.716Z] Release-Date: 2020-01-08 [2023-06-26T21:40:22.716Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-06-26T21:40:22.716Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-06-26T21:40:22.716Z] ==> Jenkins CI detected. [2023-06-26T21:40:22.716Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-06-26T21:40:22.716Z] project root: . [2023-06-26T21:40:22.716Z] --> token set from env [2023-06-26T21:40:22.716Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-06-26T21:40:22.716Z] ==> Running gcov in . (disable via -X gcov) [2023-06-26T21:40:22.716Z] ==> Python coveragepy not found [2023-06-26T21:40:22.716Z] ==> Searching for coverage reports in: [2023-06-26T21:40:22.716Z] + . [2023-06-26T21:40:22.716Z] -> Found 1 reports [2023-06-26T21:40:22.716Z] ==> Detecting git/mercurial file structure [2023-06-26T21:40:22.716Z] ==> Reading reports [2023-06-26T21:40:22.975Z] + ./coverage.out bytes=4241 [2023-06-26T21:40:22.975Z] ==> Appending adjustments [2023-06-26T21:40:22.975Z] https://docs.codecov.io/docs/fixing-reports [2023-06-26T21:40:22.975Z] + Found adjustments [2023-06-26T21:40:22.975Z] ==> Gzipping contents [2023-06-26T21:40:22.975Z] 4.0K /tmp/codecov.tnTEXM.gz [2023-06-26T21:40:22.975Z] ==> Uploading reports [2023-06-26T21:40:22.975Z] url: https://codecov.io [2023-06-26T21:40:22.975Z] query: branch=main&commit=047236f56ce2e90b3717e3891727cd37ccf4463d&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F8%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-26T21:40:22.975Z] -> Pinging Codecov [2023-06-26T21:40:22.975Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=047236f56ce2e90b3717e3891727cd37ccf4463d&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F8%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-26T21:40:22.975Z] Invalid request parameters [2023-06-26T21:40:22.975Z] 400 [Pipeline] } [2023-06-26T21:40:22.981Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-06-26T21:40:23.200Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-06-26T21:40:23.211Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:40:23.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-26T21:40:23.507Z] [2023-06-26T21:40:23.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:40:23.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-26T21:40:23.803Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-06-26T21:40:23.803Z] df9b9388f04a: Pulling fs layer [2023-06-26T21:40:23.803Z] 52dc419b0ee2: Pulling fs layer [2023-06-26T21:40:23.803Z] 25bc292e5bac: Pulling fs layer [2023-06-26T21:40:23.803Z] 114826534d7a: Pulling fs layer [2023-06-26T21:40:23.803Z] 4657fd5d0bcf: Pulling fs layer [2023-06-26T21:40:23.803Z] 6ad1cebc031e: Pulling fs layer [2023-06-26T21:40:23.803Z] 8a3aa393b2d8: Pulling fs layer [2023-06-26T21:40:23.803Z] 4657fd5d0bcf: Waiting [2023-06-26T21:40:23.803Z] 6ad1cebc031e: Waiting [2023-06-26T21:40:23.803Z] 114826534d7a: Waiting [2023-06-26T21:40:23.803Z] 25bc292e5bac: Verifying Checksum [2023-06-26T21:40:23.803Z] 25bc292e5bac: Download complete [2023-06-26T21:40:23.803Z] 52dc419b0ee2: Verifying Checksum [2023-06-26T21:40:23.803Z] 52dc419b0ee2: Download complete [2023-06-26T21:40:23.803Z] 4657fd5d0bcf: Verifying Checksum [2023-06-26T21:40:23.803Z] 4657fd5d0bcf: Download complete [2023-06-26T21:40:23.803Z] df9b9388f04a: Verifying Checksum [2023-06-26T21:40:23.803Z] df9b9388f04a: Download complete [2023-06-26T21:40:24.060Z] df9b9388f04a: Pull complete [2023-06-26T21:40:24.061Z] 6ad1cebc031e: Verifying Checksum [2023-06-26T21:40:24.061Z] 6ad1cebc031e: Download complete [2023-06-26T21:40:24.061Z] 52dc419b0ee2: Pull complete [2023-06-26T21:40:24.061Z] 25bc292e5bac: Pull complete [2023-06-26T21:40:24.628Z] 114826534d7a: Verifying Checksum [2023-06-26T21:40:24.629Z] 114826534d7a: Download complete [2023-06-26T21:40:24.629Z] 8a3aa393b2d8: Verifying Checksum [2023-06-26T21:40:24.629Z] 8a3aa393b2d8: Download complete [2023-06-26T21:40:27.909Z] 114826534d7a: Pull complete [2023-06-26T21:40:27.909Z] 4657fd5d0bcf: Pull complete [2023-06-26T21:40:28.167Z] 6ad1cebc031e: Pull complete [2023-06-26T21:40:30.696Z] 8a3aa393b2d8: Pull complete [2023-06-26T21:40:30.696Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-06-26T21:40:30.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-26T21:40:30.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:40:30.772Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:40:30.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-06-26T21:40:35.624Z] $ docker top 4b1e38c955171cf4da0fffdd5d8cd5a0ba38f8c1270a62bcf32126b2c8f997f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-06-26T21:40:35.698Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-06-26T21:40:35.972Z] + set -o pipefail [2023-06-26T21:40:35.972Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-06-26T21:40:40.156Z] [2023-06-26T21:40:40.156Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-06-26T21:40:40.156Z] [2023-06-26T21:40:40.156Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/4c5ed162-13a1-47b9-baf9-c31197387176 [2023-06-26T21:40:40.156Z] [2023-06-26T21:40:40.156Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-06-26T21:40:40.156Z] [2023-06-26T21:40:40.156Z] [2023-06-26T21:40:40.156Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-06-26T21:40:40.156Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-06-26T21:40:40.156Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-06-26T21:40:40.153Z] $ docker stop --time=1 4b1e38c955171cf4da0fffdd5d8cd5a0ba38f8c1270a62bcf32126b2c8f997f4 [2023-06-26T21:40:43.998Z] $ docker rm -f --volumes 4b1e38c955171cf4da0fffdd5d8cd5a0ba38f8c1270a62bcf32126b2c8f997f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-26T21:40:44.717Z] + git log --format=format:%s -1 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] sh [2023-06-26T21:40:45.014Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T21:40:45.014Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:40:45.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T21:40:45.313Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:40:45.384Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:40:45.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-26T21:40:45.952Z] $ docker top ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 -eo pid,comm [2023-06-26T21:40:46.018Z] 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). [2023-06-26T21:40:46.018Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T21:40:46.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T21:40:46.064Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T21:40:46.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T21:40:46.174Z] $ docker exec ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 ssh-agent [2023-06-26T21:40:46.307Z] SSH_AUTH_SOCK=/tmp/ssh-UIEAeC0LbhHQ/agent.31 [2023-06-26T21:40:46.307Z] SSH_AGENT_PID=38 [2023-06-26T21:40:46.312Z] Running ssh-add (command line suppressed) [2023-06-26T21:40:46.401Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3431501331968660510.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3431501331968660510.key) [2023-06-26T21:40:46.430Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T21:40:46.723Z] + git semver tag [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,881 [run_tag] DEBUG tag force:False [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,881 [check_head_tag] DEBUG check head tag [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,881 [execute] INFO git cat-file --batch-check [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,881 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,885 [execute] INFO git cat-file --batch [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,885 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,891 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,891 [execute] INFO git tag -a v3.1.0-dev.7 -m v3.1.0-dev.7 [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,891 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.7', '-m', 'v3.1.0-dev.7'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-06-26T21:40:46.982Z] 2023-06-26 21:40:46,897 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:40:46.982Z] 3.1.0-dev.7 [Pipeline] } [2023-06-26T21:40:46.977Z] $ docker exec --env ******** --env ******** ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 ssh-agent -k [2023-06-26T21:40:47.069Z] unset SSH_AUTH_SOCK; [2023-06-26T21:40:47.069Z] unset SSH_AGENT_PID; [2023-06-26T21:40:47.069Z] echo Agent pid 38 killed; [2023-06-26T21:40:47.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T21:40:47.399Z] + git semver [Pipeline] } [2023-06-26T21:40:47.659Z] $ docker stop --time=1 ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 [2023-06-26T21:40:48.953Z] $ docker rm -f --volumes ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:40:49.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-26T21:40:49.360Z] [2023-06-26T21:40:49.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:40:49.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-26T21:40:49.662Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-06-26T21:40:49.662Z] ab5ef0e58194: Pulling fs layer [2023-06-26T21:40:49.662Z] 9712f1f96733: Pulling fs layer [2023-06-26T21:40:49.662Z] 63f879dbbcfc: Pulling fs layer [2023-06-26T21:40:49.662Z] 0d9ebad4ef96: Pulling fs layer [2023-06-26T21:40:49.662Z] e9a5061849ea: Pulling fs layer [2023-06-26T21:40:49.662Z] d747dcd14b5f: Pulling fs layer [2023-06-26T21:40:49.662Z] 2de7ff778b66: Pulling fs layer [2023-06-26T21:40:49.662Z] 2de7ff778b66: Waiting [2023-06-26T21:40:49.662Z] d747dcd14b5f: Waiting [2023-06-26T21:40:49.662Z] e9a5061849ea: Waiting [2023-06-26T21:40:49.662Z] 0d9ebad4ef96: Waiting [2023-06-26T21:40:49.662Z] 9712f1f96733: Verifying Checksum [2023-06-26T21:40:49.662Z] 9712f1f96733: Download complete [2023-06-26T21:40:49.920Z] 63f879dbbcfc: Verifying Checksum [2023-06-26T21:40:49.920Z] 63f879dbbcfc: Download complete [2023-06-26T21:40:50.178Z] e9a5061849ea: Verifying Checksum [2023-06-26T21:40:50.178Z] e9a5061849ea: Download complete [2023-06-26T21:40:50.178Z] d747dcd14b5f: Verifying Checksum [2023-06-26T21:40:50.178Z] d747dcd14b5f: Download complete [2023-06-26T21:40:50.178Z] ab5ef0e58194: Verifying Checksum [2023-06-26T21:40:50.178Z] ab5ef0e58194: Download complete [2023-06-26T21:40:50.178Z] 0d9ebad4ef96: Verifying Checksum [2023-06-26T21:40:50.178Z] 0d9ebad4ef96: Download complete [2023-06-26T21:40:50.178Z] 2de7ff778b66: Verifying Checksum [2023-06-26T21:40:50.178Z] 2de7ff778b66: Download complete [2023-06-26T21:40:52.701Z] ab5ef0e58194: Pull complete [2023-06-26T21:40:52.701Z] 9712f1f96733: Pull complete [2023-06-26T21:40:53.636Z] 63f879dbbcfc: Pull complete [2023-06-26T21:40:56.917Z] 0d9ebad4ef96: Pull complete [2023-06-26T21:40:56.917Z] e9a5061849ea: Pull complete [2023-06-26T21:40:57.175Z] d747dcd14b5f: Pull complete [2023-06-26T21:40:58.110Z] 2de7ff778b66: Pull complete [2023-06-26T21:40:58.110Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-06-26T21:40:58.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-26T21:40:58.110Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:40:58.186Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:40:58.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-06-26T21:41:03.513Z] $ docker top b0a94df5a826ae93722aa3c810151e2908579ea63a06b96a7a4cdde65f8a6234 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-06-26T21:41:03.605Z] provisioning config files... [2023-06-26T21:41:03.611Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config16434263957066743860tmp [2023-06-26T21:41:03.619Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8343375976774660699tmp [2023-06-26T21:41:03.626Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6751210980645151394tmp [Pipeline] { [Pipeline] echo [2023-06-26T21:41:03.643Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:03.927Z] ---> sigul-configuration.sh [2023-06-26T21:41:03.927Z] gpg: directory `/root/.gnupg' created [2023-06-26T21:41:03.927Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-06-26T21:41:03.927Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-06-26T21:41:03.927Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-06-26T21:41:03.927Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-06-26T21:41:03.927Z] gpg: CAST5 encrypted data [2023-06-26T21:41:03.927Z] gpg: encrypted with 1 passphrase [2023-06-26T21:41:03.927Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-06-26T21:41:04.211Z] + mkdir /home/jenkins [2023-06-26T21:41:04.211Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-06-26T21:41:04.495Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-06-26T21:41:04.502Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:04.783Z] ---> sigul-install.sh [2023-06-26T21:41:04.783Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-06-26T21:41:05.066Z] + git tag --list [2023-06-26T21:41:05.066Z] v3.1.0-dev.0 [2023-06-26T21:41:05.066Z] v3.1.0-dev.1 [2023-06-26T21:41:05.066Z] v3.1.0-dev.2 [2023-06-26T21:41:05.066Z] v3.1.0-dev.3 [2023-06-26T21:41:05.066Z] v3.1.0-dev.4 [2023-06-26T21:41:05.066Z] v3.1.0-dev.5 [2023-06-26T21:41:05.066Z] v3.1.0-dev.6 [2023-06-26T21:41:05.066Z] v3.1.0-dev.7 [Pipeline] sh [2023-06-26T21:41:05.357Z] + lftools sign git-tag v3.1.0-dev.7 [2023-06-26T21:41:05.926Z] Signing Git tag with Sigul... [2023-06-26T21:41:05.926Z] Signing v3.1.0-dev.7 [Pipeline] echo [2023-06-26T21:41:06.194Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:06.482Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-06-26T21:41:06.488Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-06-26T21:41:06.493Z] $ docker stop --time=1 b0a94df5a826ae93722aa3c810151e2908579ea63a06b96a7a4cdde65f8a6234 [2023-06-26T21:41:07.815Z] $ docker rm -f --volumes b0a94df5a826ae93722aa3c810151e2908579ea63a06b96a7a4cdde65f8a6234 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-06-26T21:41:08.235Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T21:41:08.235Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:41:08.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T21:41:08.540Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:41:08.613Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:41:08.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-26T21:41:08.976Z] $ docker top 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 -eo pid,comm [2023-06-26T21:41:09.037Z] 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). [2023-06-26T21:41:09.037Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T21:41:09.075Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T21:41:09.075Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T21:41:09.182Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T21:41:09.171Z] $ docker exec 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 ssh-agent [2023-06-26T21:41:09.301Z] SSH_AUTH_SOCK=/tmp/ssh-8jPtDFzZ1EKA/agent.31 [2023-06-26T21:41:09.301Z] SSH_AGENT_PID=37 [2023-06-26T21:41:09.307Z] Running ssh-add (command line suppressed) [2023-06-26T21:41:09.390Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9439854191707098950.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9439854191707098950.key) [2023-06-26T21:41:09.418Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T21:41:09.705Z] + git semver bump pre [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,852 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,852 [bump_version] DEBUG bumping version:3.1.0-dev.7 on axis:pre with prefix:dev [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,852 [bump_version] DEBUG bumped version:3.1.0-dev.8 [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,852 [write_version] DEBUG write version:3.1.0-dev.8 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,852 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,852 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,854 [execute] INFO git cat-file --batch-check [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,854 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,859 [execute] INFO git cat-file --batch [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,860 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-26T21:41:09.965Z] 2023-06-26 21:41:09,865 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:41:09.965Z] 3.1.0-dev.8 [Pipeline] } [2023-06-26T21:41:09.961Z] $ docker exec --env ******** --env ******** 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 ssh-agent -k [2023-06-26T21:41:10.053Z] unset SSH_AUTH_SOCK; [2023-06-26T21:41:10.053Z] unset SSH_AGENT_PID; [2023-06-26T21:41:10.053Z] echo Agent pid 37 killed; [2023-06-26T21:41:10.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T21:41:10.385Z] + git semver [Pipeline] } [2023-06-26T21:41:10.645Z] $ docker stop --time=1 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 [2023-06-26T21:41:11.940Z] $ docker rm -f --volumes 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T21:41:12.282Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T21:41:12.282Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:41:12.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T21:41:12.581Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:41:12.650Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:41:12.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-26T21:41:12.986Z] $ docker top 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T21:41:13.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T21:41:13.083Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T21:41:13.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T21:41:13.173Z] $ docker exec 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 ssh-agent [2023-06-26T21:41:13.303Z] SSH_AUTH_SOCK=/tmp/ssh-EwAHncIBALYN/agent.32 [2023-06-26T21:41:13.303Z] SSH_AGENT_PID=38 [2023-06-26T21:41:13.309Z] Running ssh-add (command line suppressed) [2023-06-26T21:41:13.396Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12350779452480893276.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12350779452480893276.key) [2023-06-26T21:41:13.424Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T21:41:13.713Z] + git semver push [2023-06-26T21:41:13.971Z] 2023-06-26 21:41:13,868 [run_push] DEBUG push [2023-06-26T21:41:13.971Z] 2023-06-26 21:41:13,869 [execute] INFO git cat-file --batch-check [2023-06-26T21:41:13.971Z] 2023-06-26 21:41:13,869 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-26T21:41:13.971Z] 2023-06-26 21:41:13,872 [execute] INFO git rev-list 46be7a4dfedf574642e6f8fc500f83df8e108e9f -- [2023-06-26T21:41:13.971Z] 2023-06-26 21:41:13,873 [execute] DEBUG Popen(['git', 'rev-list', '46be7a4dfedf574642e6f8fc500f83df8e108e9f', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-06-26T21:41:13.971Z] 2023-06-26 21:41:13,878 [execute] INFO git fetch -v origin [2023-06-26T21:41:13.971Z] 2023-06-26 21:41:13,878 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-06-26T21:41:14.542Z] 2023-06-26 21:41:14,336 [run_push] DEBUG no remote changes detected [2023-06-26T21:41:14.542Z] 2023-06-26 21:41:14,336 [execute] INFO git push origin semver [2023-06-26T21:41:14.542Z] 2023-06-26 21:41:14,336 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-06-26T21:41:15.486Z] 2023-06-26 21:41:15,250 [run_push] DEBUG push all version tags [2023-06-26T21:41:15.486Z] 2023-06-26 21:41:15,251 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-06-26T21:41:15.486Z] 2023-06-26 21:41:15,251 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-06-26T21:41:16.055Z] 2023-06-26 21:41:15,973 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-26T21:41:16.055Z] 3.1.0-dev.8 [Pipeline] } [2023-06-26T21:41:16.050Z] $ docker exec --env ******** --env ******** 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 ssh-agent -k [2023-06-26T21:41:16.159Z] unset SSH_AUTH_SOCK; [2023-06-26T21:41:16.159Z] unset SSH_AGENT_PID; [2023-06-26T21:41:16.159Z] echo Agent pid 38 killed; [2023-06-26T21:41:16.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T21:41:16.485Z] + git semver [Pipeline] } [2023-06-26T21:41:16.745Z] $ docker stop --time=1 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 [2023-06-26T21:41:18.068Z] $ docker rm -f --volumes 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-06-26T21:41:18.684Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-06-26T21:41:18.684Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-26T21:41:18.684Z] total 16 [2023-06-26T21:41:18.684Z] drwxr-xr-x 3 root root 4096 Jun 26 21:32 . [2023-06-26T21:41:18.684Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 26 21:41 .. [2023-06-26T21:41:18.684Z] drwxr-xr-x 2 root root 4096 Jun 26 21:32 cost [2023-06-26T21:41:18.684Z] -rw-r--r-- 1 root root 87 Jun 26 21:32 cost.csv [2023-06-26T21:41:18.684Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-26T21:41:18.684Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-26T21:41:18.684Z] total 16 [2023-06-26T21:41:18.684Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 26 21:32 . [2023-06-26T21:41:18.684Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 26 21:41 .. [2023-06-26T21:41:18.684Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 26 21:32 cost [2023-06-26T21:41:18.684Z] -rw-r--r-- 1 jenkins jenkins 87 Jun 26 21:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:18.974Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:19.832Z] ---> package-listing.sh [2023-06-26T21:41:19.832Z] ++ facter osfamily [2023-06-26T21:41:19.832Z] ++ tr '[:upper:]' '[:lower:]' [2023-06-26T21:41:20.092Z] + OS_FAMILY=debian [2023-06-26T21:41:20.092Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-06-26T21:41:20.092Z] + START_PACKAGES=/tmp/packages_start.txt [2023-06-26T21:41:20.092Z] + END_PACKAGES=/tmp/packages_end.txt [2023-06-26T21:41:20.092Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-06-26T21:41:20.092Z] + PACKAGES=/tmp/packages_start.txt [2023-06-26T21:41:20.092Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-06-26T21:41:20.092Z] + PACKAGES=/tmp/packages_end.txt [2023-06-26T21:41:20.092Z] + case "${OS_FAMILY}" in [2023-06-26T21:41:20.092Z] + dpkg -l [2023-06-26T21:41:20.092Z] + grep '^ii' [2023-06-26T21:41:20.092Z] + '[' -f /tmp/packages_start.txt ']' [2023-06-26T21:41:20.092Z] + '[' -f /tmp/packages_end.txt ']' [2023-06-26T21:41:20.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-06-26T21:41:20.092Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-06-26T21:41:20.092Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-06-26T21:41:20.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2023-06-26T21:41:20.104Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-06-26T21:41:20.381Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T21:41:20.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T21:41:20.935Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T21:41:21.003Z] prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container [2023-06-26T21:41:21.015Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-06-26T21:41:21.245Z] $ docker top f7fdfeb4a56cbea705235e1a4004814246fe317301af8198cf956ec522422f07 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T21:41:21.718Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-06-26T21:41:22.069Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-06-26T21:41:22.354Z] + ls /var/log/sa-host [2023-06-26T21:41:22.354Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-26T21:41:22.516Z] provisioning config files... [2023-06-26T21:41:22.524Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8819052295954058814tmp [Pipeline] { [Pipeline] echo [2023-06-26T21:41:22.537Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:22.823Z] ---> create-netrc.sh [Pipeline] } [2023-06-26T21:41:22.831Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:23.158Z] ---> python-tools-install.sh [Pipeline] echo [2023-06-26T21:41:23.167Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:23.453Z] ---> sudo-logs.sh [2023-06-26T21:41:23.453Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-06-26T21:41:23.477Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:23.762Z] ---> job-cost.sh [2023-06-26T21:41:23.763Z] lf-activate-venv: SKIPPING [2023-06-26T21:41:23.763Z] DEBUG: total: 0.2199999988079071 [2023-06-26T21:41:23.763Z] INFO: Retrieving Stack Cost... [2023-06-26T21:41:24.329Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-26T21:41:24.589Z] INFO: Archiving Costs [Pipeline] echo [2023-06-26T21:41:24.604Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T21:41:24.886Z] ---> logs-deploy.sh [2023-06-26T21:41:24.886Z] lf-activate-venv: SKIPPING [2023-06-26T21:41:24.886Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/8 [2023-06-26T21:41:24.886Z] INFO: archiving workspace using pattern(s): [2023-06-26T21:41:25.823Z] Archives upload complete. [2023-06-26T21:41:25.823Z] INFO: archiving logs to Nexus