Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f5c7a18031cd417fd66742b551e8281643a7d45d Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16390960761228668468.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-ssh8624179647544771591.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-ssh8095666644171152119.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-ssh16943158392503638487.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-ssh16663272051369937091.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-19019 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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 f5c7a18031cd417fd66742b551e8281643a7d45d (main) > 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 f5c7a18031cd417fd66742b551e8281643a7d45d # timeout=10 Commit message: "Merge pull request #23 from lenny-intel/data-manager-stubs" > git rev-list --no-walk 868ae31176ae2f0602366e773f44808ef6650730 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-06-21T22:12:44.644Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-06-21T22:12:44.690Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-06-21T22:12:44.705Z] ========================================================= [2023-06-21T22:12:44.705Z] EdgeX Global Pipelines Version Info [2023-06-21T22:12:44.705Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:12:45.422Z] ------------------- [2023-06-21T22:12:45.422Z] stable info: [2023-06-21T22:12:45.422Z] ------------------- [2023-06-21T22:12:45.422Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-06-21T22:12:45.422Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-21T22:12:45.422Z] Message: update stable to v1.0.250 [2023-06-21T22:12:45.992Z] ------------------- [2023-06-21T22:12:45.992Z] experimental info: [2023-06-21T22:12:45.992Z] ------------------- [2023-06-21T22:12:45.992Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-06-21T22:12:45.993Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-21T22:12:45.993Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-06-21T22:12:46.186Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-06-21T22:12:46.199Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-06-21T22:12:46.210Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-06-21T22:12:46.223Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-06-21T22:12:46.237Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-06-21T22:12:46.252Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-06-21T22:12:46.267Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-06-21T22:12:46.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-06-21T22:12:46.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-06-21T22:12:46.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-06-21T22:12:46.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-06-21T22:12:46.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-06-21T22:12:46.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-06-21T22:12:46.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-06-21T22:12:46.410Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-06-21T22:12:46.427Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-06-21T22:12:46.445Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-06-21T22:12:46.466Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-06-21T22:12:46.483Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-06-21T22:12:46.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-06-21T22:12:46.514Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-06-21T22:12:46.531Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-06-21T22:12:46.549Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-06-21T22:12:46.564Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-06-21T22:12:46.577Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-06-21T22:12:46.589Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-06-21T22:12:46.600Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-06-21T22:12:46.613Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-06-21T22:12:46.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-06-21T22:12:46.648Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-06-21T22:12:46.657Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo [2023-06-21T22:12:46.668Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5c7a18 [Pipeline] echo [2023-06-21T22:12:46.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-21T22:12:46.735Z] provisioning config files... [2023-06-21T22:12:46.750Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14990549352405273238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:12:47.053Z] ---> docker-login.sh [2023-06-21T22:12:47.053Z] nexus3.edgexfoundry.org:10001 [2023-06-21T22:12:47.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:12:47.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:12:47.575Z] Configure a credential helper to remove this warning. See [2023-06-21T22:12:47.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:12:47.575Z] [2023-06-21T22:12:47.575Z] Login Succeeded [2023-06-21T22:12:47.575Z] nexus3.edgexfoundry.org:10002 [2023-06-21T22:12:47.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:12:47.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:12:47.575Z] Configure a credential helper to remove this warning. See [2023-06-21T22:12:47.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:12:47.575Z] [2023-06-21T22:12:47.575Z] Login Succeeded [2023-06-21T22:12:47.575Z] nexus3.edgexfoundry.org:10003 [2023-06-21T22:12:47.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:12:47.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:12:47.575Z] Configure a credential helper to remove this warning. See [2023-06-21T22:12:47.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:12:47.575Z] [2023-06-21T22:12:47.575Z] Login Succeeded [2023-06-21T22:12:47.575Z] nexus3.edgexfoundry.org:10004 [2023-06-21T22:12:47.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:12:47.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:12:47.837Z] Configure a credential helper to remove this warning. See [2023-06-21T22:12:47.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:12:47.837Z] [2023-06-21T22:12:47.837Z] Login Succeeded [2023-06-21T22:12:47.837Z] docker.io [2023-06-21T22:12:47.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:12:48.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:12:48.098Z] Configure a credential helper to remove this warning. See [2023-06-21T22:12:48.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:12:48.098Z] [2023-06-21T22:12:48.098Z] Login Succeeded [2023-06-21T22:12:48.098Z] ---> docker-login.sh ends [Pipeline] } [2023-06-21T22:12:48.107Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-06-21T22:12:48.476Z] + git rev-list -1 --merges f5c7a18031cd417fd66742b551e8281643a7d45d~1..f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo [2023-06-21T22:12:48.527Z] -----------> git rev-list -1 --merges f5c7a18031cd417fd66742b551e8281643a7d45d~1..f5c7a18031cd417fd66742b551e8281643a7d45d f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:12:48.527Z] f5c7a18031cd417fd66742b551e8281643a7d45d [false] [Pipeline] sh [2023-06-21T22:12:48.819Z] + git log --format=format:%s -1 f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo [2023-06-21T22:12:48.837Z] ========================================================= [2023-06-21T22:12:48.837Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-06-21T22:12:48.837Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-21T22:12:49.182Z] + git log --format=format:%s -1 f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo [2023-06-21T22:12:49.195Z] [semverPrep] GIT_COMMIT: f5c7a18031cd417fd66742b551e8281643a7d45d, Commit Message: Merge pull request #23 from lenny-intel/data-manager-stubs [Pipeline] echo [2023-06-21T22:12:49.206Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-06-21T22:12:49.568Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-21T22:12:49.568Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-06-21T22:12:49.568Z] + [ -e /tmp/ssh_known_hosts ] [2023-06-21T22:12:49.568Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-06-21T22:12:49.568Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-06-21T22:12:49.568Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-06-21T22:12:49.568Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:12:49.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-21T22:12:49.972Z] [2023-06-21T22:12:49.972Z] 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-21T22:12:50.272Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-21T22:12:50.273Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-06-21T22:12:50.273Z] b85a868b505f: Pulling fs layer [2023-06-21T22:12:50.273Z] e2be974225ed: Pulling fs layer [2023-06-21T22:12:50.273Z] 339a4e72a1f5: Pulling fs layer [2023-06-21T22:12:50.273Z] 988bab9f4d93: Pulling fs layer [2023-06-21T22:12:50.273Z] 1469e6f7b9e6: Pulling fs layer [2023-06-21T22:12:50.273Z] eaf3925da568: Pulling fs layer [2023-06-21T22:12:50.273Z] bab4dde63d76: Pulling fs layer [2023-06-21T22:12:50.273Z] 1469e6f7b9e6: Waiting [2023-06-21T22:12:50.273Z] eaf3925da568: Waiting [2023-06-21T22:12:50.273Z] 988bab9f4d93: Waiting [2023-06-21T22:12:50.273Z] bab4dde63d76: Waiting [2023-06-21T22:12:50.273Z] bde34c3a00c8: Pulling fs layer [2023-06-21T22:12:50.273Z] b352a97aabf1: Pulling fs layer [2023-06-21T22:12:50.273Z] 4872d77fe225: Pulling fs layer [2023-06-21T22:12:50.273Z] 5851b861e8e6: Pulling fs layer [2023-06-21T22:12:50.273Z] b352a97aabf1: Waiting [2023-06-21T22:12:50.273Z] 5851b861e8e6: Waiting [2023-06-21T22:12:50.273Z] bde34c3a00c8: Waiting [2023-06-21T22:12:50.273Z] e2be974225ed: Download complete [2023-06-21T22:12:50.273Z] 988bab9f4d93: Verifying Checksum [2023-06-21T22:12:50.273Z] 988bab9f4d93: Download complete [2023-06-21T22:12:50.532Z] 339a4e72a1f5: Verifying Checksum [2023-06-21T22:12:50.532Z] 339a4e72a1f5: Download complete [2023-06-21T22:12:50.532Z] 1469e6f7b9e6: Verifying Checksum [2023-06-21T22:12:50.532Z] 1469e6f7b9e6: Download complete [2023-06-21T22:12:50.532Z] eaf3925da568: Verifying Checksum [2023-06-21T22:12:50.532Z] eaf3925da568: Download complete [2023-06-21T22:12:50.532Z] bde34c3a00c8: Download complete [2023-06-21T22:12:50.532Z] b352a97aabf1: Verifying Checksum [2023-06-21T22:12:50.532Z] b352a97aabf1: Download complete [2023-06-21T22:12:50.532Z] 4872d77fe225: Verifying Checksum [2023-06-21T22:12:50.532Z] 4872d77fe225: Download complete [2023-06-21T22:12:50.532Z] 5851b861e8e6: Verifying Checksum [2023-06-21T22:12:50.532Z] 5851b861e8e6: Download complete [2023-06-21T22:12:50.532Z] b85a868b505f: Verifying Checksum [2023-06-21T22:12:50.532Z] b85a868b505f: Download complete [2023-06-21T22:12:50.794Z] bab4dde63d76: Verifying Checksum [2023-06-21T22:12:50.794Z] bab4dde63d76: Download complete [2023-06-21T22:12:51.750Z] b85a868b505f: Pull complete [2023-06-21T22:12:52.010Z] e2be974225ed: Pull complete [2023-06-21T22:12:52.577Z] 339a4e72a1f5: Pull complete [2023-06-21T22:12:52.577Z] 988bab9f4d93: Pull complete [2023-06-21T22:12:52.839Z] 1469e6f7b9e6: Pull complete [2023-06-21T22:12:52.839Z] eaf3925da568: Pull complete [2023-06-21T22:12:54.741Z] bab4dde63d76: Pull complete [2023-06-21T22:12:54.741Z] bde34c3a00c8: Pull complete [2023-06-21T22:12:54.741Z] b352a97aabf1: Pull complete [2023-06-21T22:12:54.741Z] 4872d77fe225: Pull complete [2023-06-21T22:12:54.741Z] 5851b861e8e6: Pull complete [2023-06-21T22:12:54.741Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-06-21T22:12:54.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-21T22:12:54.741Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:12:54.831Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:12:54.909Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-21T22:12:57.606Z] $ docker top 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 -eo pid,comm [2023-06-21T22:12:57.665Z] 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-21T22:12:57.665Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-21T22:12:57.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-21T22:12:57.708Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-21T22:12:57.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-21T22:12:57.807Z] $ docker exec 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent [2023-06-21T22:12:57.905Z] SSH_AUTH_SOCK=/tmp/ssh-nia4QCqru1NF/agent.32 [2023-06-21T22:12:57.905Z] SSH_AGENT_PID=38 [2023-06-21T22:12:57.911Z] Running ssh-add (command line suppressed) [2023-06-21T22:12:58.010Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15803024855135329740.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15803024855135329740.key) [2023-06-21T22:12:58.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-21T22:12:58.316Z] + git tag --points-at HEAD [Pipeline] } [2023-06-21T22:12:58.333Z] $ docker exec --env ******** --env ******** 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent -k [2023-06-21T22:12:58.439Z] unset SSH_AUTH_SOCK; [2023-06-21T22:12:58.439Z] unset SSH_AGENT_PID; [2023-06-21T22:12:58.439Z] echo Agent pid 38 killed; [2023-06-21T22:12:58.450Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-06-21T22:12:58.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-21T22:12:58.471Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-21T22:12:58.569Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-21T22:12:58.572Z] $ docker exec 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent [2023-06-21T22:12:58.665Z] SSH_AUTH_SOCK=/tmp/ssh-Ba2s7DCvSejy/agent.70 [2023-06-21T22:12:58.665Z] SSH_AGENT_PID=76 [2023-06-21T22:12:58.670Z] Running ssh-add (command line suppressed) [2023-06-21T22:12:58.776Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14738332173932750897.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14738332173932750897.key) [2023-06-21T22:12:58.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-21T22:12:59.076Z] + git semver init [2023-06-21T22:12:59.337Z] 2023-06-21 22:12:59,261 [run_init] DEBUG init version:0.0.0 force:False [2023-06-21T22:12:59.337Z] 2023-06-21 22:12:59,261 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-06-21T22:12:59.337Z] 2023-06-21 22:12:59,262 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-06-21T22:12:59.337Z] 2023-06-21 22:12:59,262 [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-21T22:12:59.906Z] 2023-06-21 22:12:59,875 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-06-21T22:12:59.906Z] 2023-06-21 22:12:59,876 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-06-21T22:12:59.906Z] 2023-06-21 22:12:59,876 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:12:59.906Z] 2023-06-21 22:12:59,876 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:12:59.906Z] 3.1.0-dev.3 [Pipeline] } [2023-06-21T22:12:59.915Z] $ docker exec --env ******** --env ******** 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent -k [2023-06-21T22:13:00.002Z] unset SSH_AUTH_SOCK; [2023-06-21T22:13:00.003Z] unset SSH_AGENT_PID; [2023-06-21T22:13:00.003Z] echo Agent pid 76 killed; [2023-06-21T22:13:00.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-21T22:13:00.323Z] + git semver [Pipeline] } [2023-06-21T22:13:00.597Z] $ docker stop --time=1 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 [2023-06-21T22:13:01.910Z] $ docker rm -f --volumes 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-21T22:13:02.249Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-06-21T22:13:02.417Z] Stashed 1 file(s) [Pipeline] echo [2023-06-21T22:13:02.420Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.3 [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-21T22:13:02.571Z] provisioning config files... [2023-06-21T22:13:02.580Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18393114145857743883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:13:02.872Z] ---> docker-login.sh [2023-06-21T22:13:02.872Z] nexus3.edgexfoundry.org:10001 [2023-06-21T22:13:02.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:13:02.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:13:02.873Z] Configure a credential helper to remove this warning. See [2023-06-21T22:13:02.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:13:02.873Z] [2023-06-21T22:13:02.873Z] Login Succeeded [2023-06-21T22:13:02.873Z] nexus3.edgexfoundry.org:10002 [2023-06-21T22:13:02.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:13:02.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:13:02.873Z] Configure a credential helper to remove this warning. See [2023-06-21T22:13:02.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:13:02.873Z] [2023-06-21T22:13:02.873Z] Login Succeeded [2023-06-21T22:13:02.873Z] nexus3.edgexfoundry.org:10003 [2023-06-21T22:13:03.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:13:03.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:13:03.131Z] Configure a credential helper to remove this warning. See [2023-06-21T22:13:03.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:13:03.131Z] [2023-06-21T22:13:03.131Z] Login Succeeded [2023-06-21T22:13:03.131Z] nexus3.edgexfoundry.org:10004 [2023-06-21T22:13:03.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:13:03.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:13:03.131Z] Configure a credential helper to remove this warning. See [2023-06-21T22:13:03.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:13:03.131Z] [2023-06-21T22:13:03.131Z] Login Succeeded [2023-06-21T22:13:03.131Z] docker.io [2023-06-21T22:13:03.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:13:03.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:13:03.390Z] Configure a credential helper to remove this warning. See [2023-06-21T22:13:03.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:13:03.390Z] [2023-06-21T22:13:03.390Z] Login Succeeded [2023-06-21T22:13:03.390Z] ---> docker-login.sh ends [Pipeline] } [2023-06-21T22:13:03.398Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-06-21T22:13:03.459Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-21T22:13:03.474Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-21T22:13:03.486Z] ========================================================= [2023-06-21T22:13:03.486Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-06-21T22:13:03.486Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:13:03.794Z] + 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-21T22:13:03.794Z] Sending build context to Docker daemon 210.4kB [2023-06-21T22:13:03.794Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-06-21T22:13:03.794Z] Step 2/12 : FROM ${BASE} AS builder [2023-06-21T22:13:03.794Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-06-21T22:13:03.794Z] f56be85fc22e: Pulling fs layer [2023-06-21T22:13:03.794Z] 85791d961cd3: Pulling fs layer [2023-06-21T22:13:03.794Z] d694b5ae8c79: Pulling fs layer [2023-06-21T22:13:03.794Z] 9f32a84ed3da: Pulling fs layer [2023-06-21T22:13:03.794Z] 4d19c01a9841: Pulling fs layer [2023-06-21T22:13:03.794Z] 9325e15d5711: Pulling fs layer [2023-06-21T22:13:03.794Z] 556b6ee489ea: Pulling fs layer [2023-06-21T22:13:03.794Z] c5a4b2cf53e6: Pulling fs layer [2023-06-21T22:13:03.794Z] 9f32a84ed3da: Waiting [2023-06-21T22:13:03.794Z] 4d19c01a9841: Waiting [2023-06-21T22:13:03.794Z] 9325e15d5711: Waiting [2023-06-21T22:13:03.794Z] 556b6ee489ea: Waiting [2023-06-21T22:13:03.794Z] c5a4b2cf53e6: Waiting [2023-06-21T22:13:03.794Z] 85791d961cd3: Download complete [2023-06-21T22:13:03.794Z] 9f32a84ed3da: Verifying Checksum [2023-06-21T22:13:03.794Z] 9f32a84ed3da: Download complete [2023-06-21T22:13:03.794Z] 4d19c01a9841: Verifying Checksum [2023-06-21T22:13:03.794Z] 4d19c01a9841: Download complete [2023-06-21T22:13:03.794Z] f56be85fc22e: Verifying Checksum [2023-06-21T22:13:03.794Z] f56be85fc22e: Download complete [2023-06-21T22:13:04.055Z] 9325e15d5711: Verifying Checksum [2023-06-21T22:13:04.055Z] 9325e15d5711: Download complete [2023-06-21T22:13:04.055Z] f56be85fc22e: Pull complete [2023-06-21T22:13:04.315Z] 85791d961cd3: Pull complete [2023-06-21T22:13:04.574Z] c5a4b2cf53e6: Verifying Checksum [2023-06-21T22:13:04.574Z] c5a4b2cf53e6: Download complete [2023-06-21T22:13:04.574Z] d694b5ae8c79: Verifying Checksum [2023-06-21T22:13:04.574Z] d694b5ae8c79: Download complete [2023-06-21T22:13:04.832Z] 556b6ee489ea: Verifying Checksum [2023-06-21T22:13:04.832Z] 556b6ee489ea: Download complete [2023-06-21T22:13:08.115Z] d694b5ae8c79: Pull complete [2023-06-21T22:13:08.115Z] 9f32a84ed3da: Pull complete [2023-06-21T22:13:08.115Z] 4d19c01a9841: Pull complete [2023-06-21T22:13:08.115Z] 9325e15d5711: Pull complete [2023-06-21T22:13:10.022Z] 556b6ee489ea: Pull complete [2023-06-21T22:13:10.955Z] c5a4b2cf53e6: Pull complete [2023-06-21T22:13:10.955Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-06-21T22:13:10.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-21T22:13:10.955Z] ---> c4be618373d6 [2023-06-21T22:13:10.955Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-06-21T22:13:15.145Z] ---> Running in 452f52beb805 [2023-06-21T22:13:15.145Z] Removing intermediate container 452f52beb805 [2023-06-21T22:13:15.145Z] ---> d57ee5d463a6 [2023-06-21T22:13:15.145Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-06-21T22:13:15.145Z] ---> Running in df0f10c6e571 [2023-06-21T22:13:15.145Z] Removing intermediate container df0f10c6e571 [2023-06-21T22:13:15.145Z] ---> 0d192841b1be [2023-06-21T22:13:15.145Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-06-21T22:13:15.145Z] ---> Running in 3d1d3bb76638 [2023-06-21T22:13:15.405Z] Removing intermediate container 3d1d3bb76638 [2023-06-21T22:13:15.405Z] ---> c9c2aa8ae2f1 [2023-06-21T22:13:15.405Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-21T22:13:15.405Z] ---> Running in 9c385c060d78 [2023-06-21T22:13:15.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-21T22:13:15.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-21T22:13:16.182Z] OK: 265 MiB in 53 packages [2023-06-21T22:13:16.442Z] Removing intermediate container 9c385c060d78 [2023-06-21T22:13:16.442Z] ---> 3ddce8d6216b [2023-06-21T22:13:16.442Z] Step 7/12 : WORKDIR /app [2023-06-21T22:13:16.442Z] ---> Running in ffd85fba4261 [2023-06-21T22:13:16.442Z] Removing intermediate container ffd85fba4261 [2023-06-21T22:13:16.442Z] ---> 984b3d04a464 [2023-06-21T22:13:16.442Z] Step 8/12 : COPY go.mod vendor* ./ [2023-06-21T22:13:16.701Z] ---> 4a1776c438e4 [2023-06-21T22:13:16.701Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-21T22:13:16.701Z] ---> Running in d07676c33c02 [2023-06-21T22:13:17.534Z] Still waiting to schedule task [2023-06-21T22:13:17.534Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-06-21T22:13:55.419Z] Removing intermediate container d07676c33c02 [2023-06-21T22:13:55.419Z] ---> 335ce5850182 [2023-06-21T22:13:55.419Z] Step 10/12 : COPY . . [2023-06-21T22:13:55.419Z] ---> 832ef0b3137f [2023-06-21T22:13:55.419Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-21T22:13:55.419Z] ---> Running in aef6b7d2ebab [2023-06-21T22:13:55.419Z] Removing intermediate container aef6b7d2ebab [2023-06-21T22:13:55.419Z] ---> 78c55cd84145 [2023-06-21T22:13:55.419Z] Step 12/12 : RUN $MAKE [2023-06-21T22:13:55.419Z] ---> Running in 20c9af09dbe2 [2023-06-21T22:13:55.419Z] noop [2023-06-21T22:13:55.419Z] Removing intermediate container 20c9af09dbe2 [2023-06-21T22:13:55.419Z] ---> f9cdbd77983e [2023-06-21T22:13:55.419Z] Successfully built f9cdbd77983e [2023-06-21T22:13:55.419Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:13:55.738Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-21T22:13:55.738Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:13:55.810Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:13:55.842Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-06-21T22:13:56.184Z] $ docker top ea4f5d1114b1f9c0fd5ea243264f61d22ffc0d31bff71c8598d876602c01a9bd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-21T22:13:56.523Z] + go version [2023-06-21T22:13:56.523Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-06-21T22:13:56.537Z] $ docker stop --time=1 ea4f5d1114b1f9c0fd5ea243264f61d22ffc0d31bff71c8598d876602c01a9bd [2023-06-21T22:13:57.800Z] $ docker rm -f --volumes ea4f5d1114b1f9c0fd5ea243264f61d22ffc0d31bff71c8598d876602c01a9bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:13:58.180Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-21T22:13:58.180Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:13:58.246Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:13:58.282Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-06-21T22:13:58.580Z] $ docker top 0539e975c674e90577d22d159db34172833a815bc78a30e27d689c952a8cef9d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-21T22:13:58.913Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-06-21T22:13:59.212Z] + make test [2023-06-21T22:13:59.212Z] go test -race -coverprofile=coverage.out ./... [2023-06-21T22:14:07.324Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-06-21T22:14:17.287Z] ? github.com/edgexfoundry/app-record-replay/internal/data/mocks [no test files] [2023-06-21T22:14:17.287Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-06-21T22:14:17.287Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.060s coverage: 27.3% of statements [2023-06-21T22:14:35.368Z] go vet ./... [2023-06-21T22:14:37.263Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-21T22:14:37.263Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-21T22:14:37.263Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-21T22:14:37.533Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-21T22:14:37.554Z] $ docker stop --time=1 0539e975c674e90577d22d159db34172833a815bc78a30e27d689c952a8cef9d [2023-06-21T22:14:42.259Z] $ docker rm -f --volumes 0539e975c674e90577d22d159db34172833a815bc78a30e27d689c952a8cef9d [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-21T22:14:42.732Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-21T22:14:42.784Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-06-21T22:14:43.666Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19020 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-06-21T22:14:43.681Z] Running in /w/workspace/app-record-replay/4 [Pipeline] { [Pipeline] checkout [2023-06-21T22:14:43.708Z] The recommended git tool is: NONE [2023-06-21T22:14:45.200Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-06-21T22:14:45.486Z] + ls -al . [2023-06-21T22:14:45.486Z] total 148 [2023-06-21T22:14:45.486Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 21 22:13 . [2023-06-21T22:14:45.486Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 22:12 .. [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 21 22:12 .dockerignore [2023-06-21T22:14:45.486Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 22:13 .git [2023-06-21T22:14:45.486Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:12 .github [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 164 Jun 21 22:12 .gitignore [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 21 22:12 .golangci.yml [2023-06-21T22:14:45.486Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 21 22:12 .semver [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 9658 Jun 21 22:12 Attribution.txt [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 21 22:12 CHANGELOG.md [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 1617 Jun 21 22:12 Dockerfile [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 21 22:12 GOVERNANCE.md [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 681 Jun 21 22:12 Jenkinsfile [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 21 22:12 LICENSE [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 611 Jun 21 22:12 OWNERS.md [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jun 21 22:12 README.md [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 21 22:13 VERSION [2023-06-21T22:14:45.486Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:12 bin [2023-06-21T22:14:45.486Z] -rw-r--r-- 1 jenkins jenkins 929 Jun 21 22:14 coverage.out [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 3256 Jun 21 22:12 go.mod [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 30578 Jun 21 22:12 go.sum [2023-06-21T22:14:45.486Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:12 internal [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 693 Jun 21 22:12 main.go [2023-06-21T22:14:45.486Z] -rw-rw-r-- 1 jenkins jenkins 2548 Jun 21 22:12 makefile [2023-06-21T22:14:45.486Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:12 pkg [2023-06-21T22:14:45.486Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:12 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:14:45.793Z] + 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=f5c7a18031cd417fd66742b551e8281643a7d45d --label arch=amd64 --label version=3.1.0-dev.3 . [2023-06-21T22:14:45.793Z] Sending build context to Docker daemon 212kB [2023-06-21T22:14:45.793Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-06-21T22:14:45.793Z] Step 2/26 : FROM ${BASE} AS builder [2023-06-21T22:14:45.793Z] ---> f9cdbd77983e [2023-06-21T22:14:45.793Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-06-21T22:14:45.793Z] ---> Running in 47e4b03d8e49 [2023-06-21T22:14:46.051Z] Removing intermediate container 47e4b03d8e49 [2023-06-21T22:14:46.051Z] ---> de25198cba82 [2023-06-21T22:14:46.051Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-06-21T22:14:46.051Z] ---> Running in 306bf54a85fb [2023-06-21T22:14:46.051Z] Removing intermediate container 306bf54a85fb [2023-06-21T22:14:46.051Z] ---> ed6b452fd0e4 [2023-06-21T22:14:46.051Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-06-21T22:14:46.051Z] ---> Running in 26beac1258c4 [2023-06-21T22:14:46.051Z] Removing intermediate container 26beac1258c4 [2023-06-21T22:14:46.051Z] ---> 7b3c543bc435 [2023-06-21T22:14:46.051Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-21T22:14:46.051Z] ---> Running in 8488f1e5f662 [2023-06-21T22:14:46.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-21T22:14:46.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-21T22:14:46.827Z] OK: 265 MiB in 53 packages [2023-06-21T22:14:47.085Z] Removing intermediate container 8488f1e5f662 [2023-06-21T22:14:47.085Z] ---> 32548c11e7a1 [2023-06-21T22:14:47.085Z] Step 7/26 : WORKDIR /app [2023-06-21T22:14:47.085Z] ---> Running in 3c28edfb96e4 [2023-06-21T22:14:47.345Z] Removing intermediate container 3c28edfb96e4 [2023-06-21T22:14:47.345Z] ---> f731eceb51d5 [2023-06-21T22:14:47.345Z] Step 8/26 : COPY go.mod vendor* ./ [2023-06-21T22:14:47.345Z] ---> 3264fd46a95e [2023-06-21T22:14:47.345Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-21T22:14:47.345Z] ---> Running in d9a55abc7b23 [2023-06-21T22:14:48.280Z] Removing intermediate container d9a55abc7b23 [2023-06-21T22:14:48.280Z] ---> 04830aeca108 [2023-06-21T22:14:48.280Z] Step 10/26 : COPY . . [2023-06-21T22:14:48.280Z] ---> 74fa0b943104 [2023-06-21T22:14:48.280Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-21T22:14:48.280Z] ---> Running in f268bfd4201e [2023-06-21T22:14:48.280Z] Removing intermediate container f268bfd4201e [2023-06-21T22:14:48.280Z] ---> a6438df71c72 [2023-06-21T22:14:48.280Z] Step 12/26 : RUN $MAKE [2023-06-21T22:14:48.280Z] ---> Running in 7f75cf7973ee [2023-06-21T22:14:48.499Z] using credential edgex-jenkins-ssh [2023-06-21T22:14:48.514Z] Cloning the remote Git repository [2023-06-21T22:14:48.537Z] 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.3" -trimpath -mod=readonly -o app-record-replay [2023-06-21T22:14:48.552Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-06-21T22:14:48.635Z] > git init /w/workspace/app-record-replay/4 # timeout=10 [2023-06-21T22:14:48.768Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-06-21T22:14:48.769Z] > git --version # timeout=10 [2023-06-21T22:14:48.787Z] > git --version # 'git version 2.25.1' [2023-06-21T22:14:48.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-06-21T22:14:48.922Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-21T22:14:49.472Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-06-21T22:14:49.497Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-21T22:14:50.309Z] Avoid second fetch [2023-06-21T22:14:50.310Z] Checking out Revision f5c7a18031cd417fd66742b551e8281643a7d45d (main) [2023-06-21T22:14:50.325Z] > git config core.sparsecheckout # timeout=10 [2023-06-21T22:14:50.386Z] > git checkout -f f5c7a18031cd417fd66742b551e8281643a7d45d # timeout=10 [2023-06-21T22:14:53.767Z] Commit message: "Merge pull request #23 from lenny-intel/data-manager-stubs" [2023-06-21T22:14:53.809Z] Removing intermediate container 7f75cf7973ee [2023-06-21T22:14:53.809Z] ---> fbc3a5411fbc [2023-06-21T22:14:53.809Z] Step 13/26 : FROM alpine:3.17 [2023-06-21T22:14:53.809Z] 3.17: Pulling from library/alpine [2023-06-21T22:14:53.809Z] 4db1b89c0bd1: Pulling fs layer [2023-06-21T22:14:54.067Z] 4db1b89c0bd1: Verifying Checksum [2023-06-21T22:14:54.067Z] 4db1b89c0bd1: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-21T22:14:54.325Z] 4db1b89c0bd1: Pull complete [2023-06-21T22:14:54.325Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-06-21T22:14:54.325Z] Status: Downloaded newer image for alpine:3.17 [2023-06-21T22:14:54.325Z] ---> 1f73a9d63274 [2023-06-21T22:14:54.325Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-06-21T22:14:54.325Z] ---> Running in 940bf4f78380 [2023-06-21T22:14:54.325Z] Removing intermediate container 940bf4f78380 [2023-06-21T22:14:54.325Z] ---> e9898fef13b1 [2023-06-21T22:14:54.325Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-06-21T22:14:54.325Z] ---> Running in 8a7e0b1d9d58 [2023-06-21T22:14:54.584Z] Removing intermediate container 8a7e0b1d9d58 [2023-06-21T22:14:54.584Z] ---> 4dfeb1e6800c [2023-06-21T22:14:54.584Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-21T22:14:54.584Z] ---> Running in cd89dc302b7a [2023-06-21T22:14:54.732Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-06-21T22:14:54.732Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-06-21T22:14:54.732Z] Dload Upload Total Spent Left Speed [2023-06-21T22:14:54.732Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 106k 0 --:--:-- --:--:-- --:--:-- 107k [2023-06-21T22:14:54.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-21T22:14:54.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-21T22:14:55.103Z] (1/2) Installing ca-certificates (20230506-r0) [2023-06-21T22:14:55.103Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-06-21T22:14:55.103Z] Executing busybox-1.35.0-r29.trigger [2023-06-21T22:14:55.103Z] Executing ca-certificates-20230506-r0.trigger [2023-06-21T22:14:55.103Z] OK: 8 MiB in 17 packages [Pipeline] sh [2023-06-21T22:14:55.478Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-06-21T22:14:55.669Z] Removing intermediate container cd89dc302b7a [2023-06-21T22:14:55.669Z] ---> d33389e2f0ba [2023-06-21T22:14:55.669Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-06-21T22:14:55.669Z] ---> 14b11482e521 [2023-06-21T22:14:55.669Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-06-21T22:14:55.669Z] ---> f65e97cee9c0 [2023-06-21T22:14:55.669Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-06-21T22:14:55.806Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-06-21T22:14:55.806Z] + sudo tee /etc/docker/daemon.new [2023-06-21T22:14:55.806Z] { [2023-06-21T22:14:55.806Z] "registry-mirrors": [ [2023-06-21T22:14:55.806Z] "https://nexus3.edgexfoundry.org:10001" [2023-06-21T22:14:55.806Z] ], [2023-06-21T22:14:55.806Z] "bip": "10.250.0.254/24", [2023-06-21T22:14:55.806Z] "hosts": [ [2023-06-21T22:14:55.806Z] "tcp://0.0.0.0:5555", [2023-06-21T22:14:55.806Z] "unix:///var/run/docker.sock" [2023-06-21T22:14:55.806Z] ], [2023-06-21T22:14:55.806Z] "mtu": 1458, [2023-06-21T22:14:55.806Z] "selinux-enabled": true, [2023-06-21T22:14:55.806Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-06-21T22:14:55.806Z] } [Pipeline] sh [2023-06-21T22:14:55.927Z] ---> ea946f0190c7 [2023-06-21T22:14:55.927Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-06-21T22:14:55.927Z] ---> 25b7bf26ddf0 [2023-06-21T22:14:55.927Z] Step 21/26 : EXPOSE 59712 [2023-06-21T22:14:55.927Z] ---> Running in 6875b5502c48 [2023-06-21T22:14:56.141Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-06-21T22:14:56.185Z] Removing intermediate container 6875b5502c48 [2023-06-21T22:14:56.185Z] ---> 82738b870809 [2023-06-21T22:14:56.185Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-06-21T22:14:56.185Z] ---> Running in 92af520c3a49 [2023-06-21T22:14:56.185Z] Removing intermediate container 92af520c3a49 [2023-06-21T22:14:56.185Z] ---> c5ed137e9e43 [2023-06-21T22:14:56.185Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-06-21T22:14:56.185Z] ---> Running in c61215689cd5 [2023-06-21T22:14:56.185Z] Removing intermediate container c61215689cd5 [2023-06-21T22:14:56.185Z] ---> a4fa3412665b [2023-06-21T22:14:56.185Z] Step 24/26 : LABEL arch=amd64 [2023-06-21T22:14:56.185Z] ---> Running in fbcec28d9f81 [2023-06-21T22:14:56.445Z] Removing intermediate container fbcec28d9f81 [2023-06-21T22:14:56.445Z] ---> 0efef896d2ca [2023-06-21T22:14:56.445Z] Step 25/26 : LABEL git_sha=f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:14:56.445Z] ---> Running in a6bda54f8b7a [2023-06-21T22:14:56.445Z] Removing intermediate container a6bda54f8b7a [2023-06-21T22:14:56.445Z] ---> 7ebd16dbf565 [2023-06-21T22:14:56.445Z] Step 26/26 : LABEL version=3.1.0-dev.3 [2023-06-21T22:14:56.445Z] ---> Running in 434c00df8875 [2023-06-21T22:14:56.445Z] Removing intermediate container 434c00df8875 [2023-06-21T22:14:56.445Z] ---> e11edca6cc99 [2023-06-21T22:14:56.445Z] [Warning] One or more build-args [ARCH] were not consumed [2023-06-21T22:14:56.445Z] Successfully built e11edca6cc99 [2023-06-21T22:14:56.445Z] Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-06-21T22:14:56.470Z] + sudo service docker restart [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-21T22:14:56.551Z] provisioning config files... [2023-06-21T22:14:56.560Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3833446640490919756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:14:56.862Z] ---> docker-login.sh [2023-06-21T22:14:56.862Z] nexus3.edgexfoundry.org:10001 [2023-06-21T22:14:56.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:14:56.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:14:56.862Z] Configure a credential helper to remove this warning. See [2023-06-21T22:14:56.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:14:56.862Z] [2023-06-21T22:14:56.862Z] Login Succeeded [2023-06-21T22:14:56.862Z] nexus3.edgexfoundry.org:10002 [2023-06-21T22:14:56.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:14:56.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:14:56.862Z] Configure a credential helper to remove this warning. See [2023-06-21T22:14:56.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:14:56.862Z] [2023-06-21T22:14:56.862Z] Login Succeeded [2023-06-21T22:14:56.862Z] nexus3.edgexfoundry.org:10003 [2023-06-21T22:14:57.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:14:57.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:14:57.120Z] Configure a credential helper to remove this warning. See [2023-06-21T22:14:57.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:14:57.120Z] [2023-06-21T22:14:57.120Z] Login Succeeded [2023-06-21T22:14:57.120Z] nexus3.edgexfoundry.org:10004 [2023-06-21T22:14:57.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:14:57.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:14:57.120Z] Configure a credential helper to remove this warning. See [2023-06-21T22:14:57.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:14:57.120Z] [2023-06-21T22:14:57.120Z] Login Succeeded [2023-06-21T22:14:57.120Z] docker.io [2023-06-21T22:14:57.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:14:57.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:14:57.379Z] Configure a credential helper to remove this warning. See [2023-06-21T22:14:57.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:14:57.379Z] [2023-06-21T22:14:57.379Z] Login Succeeded [2023-06-21T22:14:57.379Z] ---> docker-login.sh ends [Pipeline] } [2023-06-21T22:14:57.386Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-21T22:14:57.423Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-21T22:14:57.451Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-06-21T22:14:57.451Z] f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:14:57.451Z] latest [2023-06-21T22:14:57.451Z] 3.1.0-dev.3 [2023-06-21T22:14:57.451Z] f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [2023-06-21T22:14:57.451Z] main [2023-06-21T22:14:57.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:14:57.782Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:14:58.095Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:14:58.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-21T22:14:58.095Z] 50f4cda6f2c6: Preparing [2023-06-21T22:14:58.095Z] 4964945a8269: Preparing [2023-06-21T22:14:58.095Z] bc025d834367: Preparing [2023-06-21T22:14:58.095Z] b6389ed17c56: Preparing [2023-06-21T22:14:58.095Z] 1804d9898520: Preparing [2023-06-21T22:14:58.095Z] 3dab9f8bf2d2: Preparing [2023-06-21T22:14:58.095Z] 3dab9f8bf2d2: Waiting [2023-06-21T22:14:58.095Z] bc025d834367: Pushed [2023-06-21T22:14:58.095Z] 4964945a8269: Pushed [2023-06-21T22:14:58.095Z] b6389ed17c56: Pushed [2023-06-21T22:14:58.095Z] 3dab9f8bf2d2: Layer already exists [2023-06-21T22:14:58.095Z] 1804d9898520: Pushed [2023-06-21T22:14:58.355Z] 50f4cda6f2c6: Pushed [2023-06-21T22:14:58.355Z] f5c7a18031cd417fd66742b551e8281643a7d45d: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:14:58.675Z] + 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-21T22:14:58.985Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-06-21T22:14:58.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-21T22:14:58.985Z] 50f4cda6f2c6: Preparing [2023-06-21T22:14:58.985Z] 4964945a8269: Preparing [2023-06-21T22:14:58.985Z] bc025d834367: Preparing [2023-06-21T22:14:58.985Z] b6389ed17c56: Preparing [2023-06-21T22:14:58.985Z] 1804d9898520: Preparing [2023-06-21T22:14:58.985Z] 3dab9f8bf2d2: Preparing [2023-06-21T22:14:58.985Z] 3dab9f8bf2d2: Waiting [2023-06-21T22:14:58.985Z] 4964945a8269: Layer already exists [2023-06-21T22:14:58.985Z] 1804d9898520: Layer already exists [2023-06-21T22:14:58.985Z] b6389ed17c56: Layer already exists [2023-06-21T22:14:58.985Z] bc025d834367: Layer already exists [2023-06-21T22:14:58.985Z] 50f4cda6f2c6: Layer already exists [2023-06-21T22:14:58.985Z] 3dab9f8bf2d2: Layer already exists [2023-06-21T22:14:58.985Z] latest: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:14:59.308Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:14:59.626Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.3 [2023-06-21T22:14:59.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-21T22:14:59.626Z] 50f4cda6f2c6: Preparing [2023-06-21T22:14:59.626Z] 4964945a8269: Preparing [2023-06-21T22:14:59.626Z] bc025d834367: Preparing [2023-06-21T22:14:59.626Z] b6389ed17c56: Preparing [2023-06-21T22:14:59.626Z] 1804d9898520: Preparing [2023-06-21T22:14:59.626Z] 3dab9f8bf2d2: Preparing [2023-06-21T22:14:59.627Z] 3dab9f8bf2d2: Waiting [2023-06-21T22:14:59.627Z] b6389ed17c56: Layer already exists [2023-06-21T22:14:59.627Z] 1804d9898520: Layer already exists [2023-06-21T22:14:59.627Z] bc025d834367: Layer already exists [2023-06-21T22:14:59.627Z] 50f4cda6f2c6: Layer already exists [2023-06-21T22:14:59.627Z] 4964945a8269: Layer already exists [2023-06-21T22:14:59.627Z] 3dab9f8bf2d2: Layer already exists [2023-06-21T22:14:59.627Z] 3.1.0-dev.3: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:14:59.936Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:15:00.240Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [2023-06-21T22:15:00.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-21T22:15:00.240Z] 50f4cda6f2c6: Preparing [2023-06-21T22:15:00.240Z] 4964945a8269: Preparing [2023-06-21T22:15:00.240Z] bc025d834367: Preparing [2023-06-21T22:15:00.240Z] b6389ed17c56: Preparing [2023-06-21T22:15:00.240Z] 1804d9898520: Preparing [2023-06-21T22:15:00.240Z] 3dab9f8bf2d2: Preparing [2023-06-21T22:15:00.240Z] 3dab9f8bf2d2: Waiting [2023-06-21T22:15:00.240Z] 50f4cda6f2c6: Layer already exists [2023-06-21T22:15:00.240Z] b6389ed17c56: Layer already exists [2023-06-21T22:15:00.240Z] bc025d834367: Layer already exists [2023-06-21T22:15:00.240Z] 4964945a8269: Layer already exists [2023-06-21T22:15:00.240Z] 1804d9898520: Layer already exists [2023-06-21T22:15:00.240Z] 3dab9f8bf2d2: Layer already exists [2023-06-21T22:15:00.240Z] f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:15:00.548Z] + 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-21T22:15:00.865Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-06-21T22:15:00.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-06-21T22:15:00.865Z] 50f4cda6f2c6: Preparing [2023-06-21T22:15:00.865Z] 4964945a8269: Preparing [2023-06-21T22:15:00.865Z] bc025d834367: Preparing [2023-06-21T22:15:00.865Z] b6389ed17c56: Preparing [2023-06-21T22:15:00.865Z] 1804d9898520: Preparing [2023-06-21T22:15:00.865Z] 3dab9f8bf2d2: Preparing [2023-06-21T22:15:00.865Z] 3dab9f8bf2d2: Waiting [2023-06-21T22:15:00.865Z] 50f4cda6f2c6: Layer already exists [2023-06-21T22:15:00.865Z] b6389ed17c56: Layer already exists [2023-06-21T22:15:00.865Z] bc025d834367: Layer already exists [2023-06-21T22:15:00.865Z] 1804d9898520: Layer already exists [2023-06-21T22:15:00.865Z] 4964945a8269: Layer already exists [2023-06-21T22:15:00.865Z] 3dab9f8bf2d2: Layer already exists [2023-06-21T22:15:00.865Z] main: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-21T22:15:00.903Z] ===================================================== [Pipeline] echo [2023-06-21T22:15:00.909Z] taggedImages: [2023-06-21T22:15:00.909Z] - nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:15:00.909Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-06-21T22:15:00.909Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.3 [2023-06-21T22:15:00.909Z] - nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [2023-06-21T22:15:00.909Z] - 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-21T22:15:01.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-21T22:15:01.263Z] [2023-06-21T22:15:01.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:15:01.556Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-21T22:15:01.556Z] latest: Pulling from edgex-lftools-log-publisher [2023-06-21T22:15:01.556Z] 5eb5b503b376: Pulling fs layer [2023-06-21T22:15:01.556Z] 5c69ac0246d0: Pulling fs layer [2023-06-21T22:15:01.556Z] ec43610c2a17: Pulling fs layer [2023-06-21T22:15:01.556Z] 3a2ae6a8a46f: Pulling fs layer [2023-06-21T22:15:01.556Z] 33b1e0a273af: Pulling fs layer [2023-06-21T22:15:01.556Z] 5d3b04190fa2: Pulling fs layer [2023-06-21T22:15:01.556Z] 2f39f015ded8: Pulling fs layer [2023-06-21T22:15:01.556Z] 3a2ae6a8a46f: Waiting [2023-06-21T22:15:01.556Z] 33b1e0a273af: Waiting [2023-06-21T22:15:01.556Z] 5d3b04190fa2: Waiting [2023-06-21T22:15:01.556Z] 2f39f015ded8: Waiting [2023-06-21T22:15:01.556Z] 5c69ac0246d0: Verifying Checksum [2023-06-21T22:15:01.556Z] 5c69ac0246d0: Download complete [2023-06-21T22:15:01.556Z] 3a2ae6a8a46f: Verifying Checksum [2023-06-21T22:15:01.556Z] 3a2ae6a8a46f: Download complete [2023-06-21T22:15:01.813Z] 33b1e0a273af: Verifying Checksum [2023-06-21T22:15:01.813Z] 33b1e0a273af: Download complete [2023-06-21T22:15:01.813Z] ec43610c2a17: Verifying Checksum [2023-06-21T22:15:01.813Z] ec43610c2a17: Download complete [2023-06-21T22:15:01.813Z] 5d3b04190fa2: Verifying Checksum [2023-06-21T22:15:01.813Z] 5d3b04190fa2: Download complete [2023-06-21T22:15:01.813Z] 5eb5b503b376: Verifying Checksum [2023-06-21T22:15:01.813Z] 5eb5b503b376: Download complete [2023-06-21T22:15:02.384Z] 2f39f015ded8: Download complete [2023-06-21T22:15:02.948Z] 5eb5b503b376: Pull complete [2023-06-21T22:15:02.948Z] 5c69ac0246d0: Pull complete [2023-06-21T22:15:03.518Z] ec43610c2a17: Pull complete [2023-06-21T22:15:03.518Z] 3a2ae6a8a46f: Pull complete [2023-06-21T22:15:03.518Z] 33b1e0a273af: Pull complete [2023-06-21T22:15:03.777Z] 5d3b04190fa2: Pull complete [2023-06-21T22:15:07.960Z] 2f39f015ded8: Pull complete [2023-06-21T22:15:07.960Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-06-21T22:15:07.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-21T22:15:07.960Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:15:08.046Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:15:08.084Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-06-21T22:15:12.505Z] $ docker top 1b5ef9720a07a12bd645d2f4fa734cd177f3ee97f90633b24dc92dfae9d3ceca -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:15:12.894Z] ---> job-cost.sh [2023-06-21T22:15:12.894Z] lf-activate-venv: SKIPPING [2023-06-21T22:15:12.894Z] INFO: No Stack... [2023-06-21T22:15:13.153Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-21T22:15:13.411Z] INFO: Archiving Costs [Pipeline] sh [2023-06-21T22:15:13.696Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-06-21T22:15:13.696Z] + cut -d, -f6 [Pipeline] lock [2023-06-21T22:15:13.712Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [2023-06-21T22:15:13.721Z] Resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] did not exist. Created. [2023-06-21T22:15:13.721Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-21T22:15:14.021Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-06-21T22:15:14.049Z] Stashed 1 file(s) [Pipeline] } [2023-06-21T22:15:14.058Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-21T22:15:14.085Z] $ docker stop --time=1 1b5ef9720a07a12bd645d2f4fa734cd177f3ee97f90633b24dc92dfae9d3ceca [2023-06-21T22:15:15.668Z] $ docker rm -f --volumes 1b5ef9720a07a12bd645d2f4fa734cd177f3ee97f90633b24dc92dfae9d3ceca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] configFileProvider [2023-06-21T22:15:15.731Z] provisioning config files... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-06-21T22:15:15.755Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/4@tmp/config10840994173935171715tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:15:16.105Z] ---> docker-login.sh [2023-06-21T22:15:16.105Z] nexus3.edgexfoundry.org:10001 [2023-06-21T22:15:16.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:15:16.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:15:16.640Z] Configure a credential helper to remove this warning. See [2023-06-21T22:15:16.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:15:16.640Z] [2023-06-21T22:15:16.640Z] Login Succeeded [2023-06-21T22:15:16.640Z] nexus3.edgexfoundry.org:10002 [2023-06-21T22:15:16.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:15:16.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:15:16.910Z] Configure a credential helper to remove this warning. See [2023-06-21T22:15:16.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:15:16.910Z] [2023-06-21T22:15:16.910Z] Login Succeeded [2023-06-21T22:15:16.910Z] nexus3.edgexfoundry.org:10003 [2023-06-21T22:15:17.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:15:17.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:15:17.450Z] Configure a credential helper to remove this warning. See [2023-06-21T22:15:17.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:15:17.450Z] [2023-06-21T22:15:17.450Z] Login Succeeded [2023-06-21T22:15:17.450Z] nexus3.edgexfoundry.org:10004 [2023-06-21T22:15:17.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:15:17.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:15:17.722Z] Configure a credential helper to remove this warning. See [2023-06-21T22:15:17.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:15:17.722Z] [2023-06-21T22:15:17.722Z] Login Succeeded [2023-06-21T22:15:17.722Z] docker.io [2023-06-21T22:15:17.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:15:18.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:15:18.257Z] Configure a credential helper to remove this warning. See [2023-06-21T22:15:18.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:15:18.257Z] [2023-06-21T22:15:18.257Z] Login Succeeded [2023-06-21T22:15:18.257Z] ---> docker-login.sh ends [Pipeline] } [2023-06-21T22:15:18.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-06-21T22:15:18.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-21T22:15:18.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-21T22:15:18.547Z] ========================================================= [2023-06-21T22:15:18.547Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-06-21T22:15:18.547Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:15:18.890Z] + 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-21T22:15:18.890Z] Sending build context to Docker daemon 108.5kB [2023-06-21T22:15:19.160Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-06-21T22:15:19.160Z] Step 2/12 : FROM ${BASE} AS builder [2023-06-21T22:15:19.160Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-06-21T22:15:19.160Z] c41833b44d91: Pulling fs layer [2023-06-21T22:15:19.160Z] ed15518f5707: Pulling fs layer [2023-06-21T22:15:19.160Z] feae8fd75edb: Pulling fs layer [2023-06-21T22:15:19.160Z] 242c74f7c9fa: Pulling fs layer [2023-06-21T22:15:19.160Z] 3cdef696dda3: Pulling fs layer [2023-06-21T22:15:19.160Z] 2ced38df9373: Pulling fs layer [2023-06-21T22:15:19.160Z] 58f1dce35555: Pulling fs layer [2023-06-21T22:15:19.160Z] 3cdef696dda3: Waiting [2023-06-21T22:15:19.160Z] 58f1dce35555: Waiting [2023-06-21T22:15:19.160Z] 2ced38df9373: Waiting [2023-06-21T22:15:19.160Z] 242c74f7c9fa: Waiting [2023-06-21T22:15:19.160Z] ed15518f5707: Verifying Checksum [2023-06-21T22:15:19.160Z] ed15518f5707: Download complete [2023-06-21T22:15:19.160Z] 242c74f7c9fa: Download complete [2023-06-21T22:15:19.430Z] 3cdef696dda3: Verifying Checksum [2023-06-21T22:15:19.430Z] 3cdef696dda3: Download complete [2023-06-21T22:15:19.430Z] c41833b44d91: Download complete [2023-06-21T22:15:20.394Z] c41833b44d91: Pull complete [2023-06-21T22:15:20.663Z] 58f1dce35555: Verifying Checksum [2023-06-21T22:15:20.663Z] 58f1dce35555: Download complete [2023-06-21T22:15:22.088Z] feae8fd75edb: Download complete [2023-06-21T22:15:22.088Z] 2ced38df9373: Verifying Checksum [2023-06-21T22:15:22.675Z] ed15518f5707: Pull complete [2023-06-21T22:15:37.688Z] feae8fd75edb: Pull complete [2023-06-21T22:15:37.688Z] 242c74f7c9fa: Pull complete [2023-06-21T22:15:37.688Z] 3cdef696dda3: Pull complete [2023-06-21T22:15:43.037Z] 2ced38df9373: Pull complete [2023-06-21T22:15:44.984Z] 58f1dce35555: Pull complete [2023-06-21T22:15:44.984Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-06-21T22:15:44.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-21T22:15:44.984Z] ---> fadd8f120f05 [2023-06-21T22:15:44.984Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-06-21T22:15:46.943Z] ---> Running in 3531423ebcb3 [2023-06-21T22:15:46.943Z] Removing intermediate container 3531423ebcb3 [2023-06-21T22:15:46.943Z] ---> 468e344bee68 [2023-06-21T22:15:46.943Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-06-21T22:15:46.943Z] ---> Running in 3ae30fbf2a5a [2023-06-21T22:15:47.211Z] Removing intermediate container 3ae30fbf2a5a [2023-06-21T22:15:47.211Z] ---> 59d787fe2d3c [2023-06-21T22:15:47.211Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-06-21T22:15:47.480Z] ---> Running in 8a6f4a008bae [2023-06-21T22:15:47.749Z] Removing intermediate container 8a6f4a008bae [2023-06-21T22:15:47.749Z] ---> 80adfb8ef684 [2023-06-21T22:15:47.749Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-21T22:15:47.749Z] ---> Running in 2d093c8c8a19 [2023-06-21T22:15:48.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-21T22:15:49.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-21T22:15:50.274Z] OK: 263 MiB in 53 packages [2023-06-21T22:15:51.238Z] Removing intermediate container 2d093c8c8a19 [2023-06-21T22:15:51.238Z] ---> e885c5349117 [2023-06-21T22:15:51.238Z] Step 7/12 : WORKDIR /app [2023-06-21T22:15:51.238Z] ---> Running in ff8be7d3360a [2023-06-21T22:15:51.506Z] Removing intermediate container ff8be7d3360a [2023-06-21T22:15:51.506Z] ---> 014235cd3827 [2023-06-21T22:15:51.506Z] Step 8/12 : COPY go.mod vendor* ./ [2023-06-21T22:15:52.090Z] ---> b85d649f04fb [2023-06-21T22:15:52.090Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-21T22:15:52.090Z] ---> Running in 2866cc286ba9 [2023-06-21T22:16:59.950Z] Removing intermediate container 2866cc286ba9 [2023-06-21T22:16:59.950Z] ---> 8188b292b6c4 [2023-06-21T22:16:59.950Z] Step 10/12 : COPY . . [2023-06-21T22:16:59.950Z] ---> 2a67298abd15 [2023-06-21T22:16:59.950Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-21T22:16:59.950Z] ---> Running in 78ed08a6dd36 [2023-06-21T22:16:59.950Z] Removing intermediate container 78ed08a6dd36 [2023-06-21T22:16:59.950Z] ---> cd4fd0c5bc0a [2023-06-21T22:16:59.950Z] Step 12/12 : RUN $MAKE [2023-06-21T22:16:59.950Z] ---> Running in 768203177c79 [2023-06-21T22:16:59.950Z] noop [2023-06-21T22:16:59.950Z] Removing intermediate container 768203177c79 [2023-06-21T22:16:59.950Z] ---> 87aeb987f1a8 [2023-06-21T22:16:59.950Z] Successfully built 87aeb987f1a8 [2023-06-21T22:16:59.950Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:17:00.308Z] + docker inspect -f . ci-base-image-arm64 [2023-06-21T22:17:00.308Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:17:00.502Z] prd-ubuntu20.04-docker-arm64-4c-16g-19020 does not seem to be running inside a container [2023-06-21T22:17:00.562Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/4 -v /w/workspace/app-record-replay/4:/w/workspace/app-record-replay/4:rw,z -v /w/workspace/app-record-replay/4@tmp:/w/workspace/app-record-replay/4@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-21T22:17:01.704Z] $ docker top b3584c40c2ef2cb03bd439f8a41bf136f7267aa08baf1e5638837dfc59b580bd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-21T22:17:02.514Z] + go version [2023-06-21T22:17:02.515Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-06-21T22:17:02.533Z] $ docker stop --time=1 b3584c40c2ef2cb03bd439f8a41bf136f7267aa08baf1e5638837dfc59b580bd [2023-06-21T22:17:04.152Z] $ docker rm -f --volumes b3584c40c2ef2cb03bd439f8a41bf136f7267aa08baf1e5638837dfc59b580bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:17:04.675Z] + docker inspect -f . ci-base-image-arm64 [2023-06-21T22:17:04.676Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:17:04.853Z] prd-ubuntu20.04-docker-arm64-4c-16g-19020 does not seem to be running inside a container [2023-06-21T22:17:04.918Z] $ 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/4 -v /w/workspace/app-record-replay/4:/w/workspace/app-record-replay/4:rw,z -v /w/workspace/app-record-replay/4@tmp:/w/workspace/app-record-replay/4@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-21T22:17:06.078Z] $ docker top f8f9d65707a9856eac3bde2eca984c574d5f8bbc488d8e11c2f3b5d48215268a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-21T22:17:06.577Z] + git config --global --add safe.directory /w/workspace/app-record-replay/4 [Pipeline] fileExists [Pipeline] sh [2023-06-21T22:17:07.169Z] + make test [2023-06-21T22:17:07.169Z] go test -race -coverprofile=coverage.out ./... [2023-06-21T22:17:53.992Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-06-21T22:19:45.639Z] ? github.com/edgexfoundry/app-record-replay/internal/data/mocks [no test files] [2023-06-21T22:19:45.639Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-06-21T22:19:45.639Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.197s coverage: 27.3% of statements [2023-06-21T22:19:45.639Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-06-21T22:19:45.639Z] go vet ./... [2023-06-21T22:21:52.339Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-21T22:21:52.339Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-21T22:21:52.339Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-21T22:21:52.358Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-21T22:21:52.371Z] $ docker stop --time=1 f8f9d65707a9856eac3bde2eca984c574d5f8bbc488d8e11c2f3b5d48215268a [2023-06-21T22:21:54.213Z] $ docker rm -f --volumes f8f9d65707a9856eac3bde2eca984c574d5f8bbc488d8e11c2f3b5d48215268a [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-21T22:21:55.557Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-21T22:21:55.580Z] Warning: overwriting stash ‘coverage-report’ [2023-06-21T22:21:55.978Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-21T22:21:56.353Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-06-21T22:21:56.666Z] + ls -al . [2023-06-21T22:21:56.666Z] total 144 [2023-06-21T22:21:56.666Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 22:17 . [2023-06-21T22:21:56.666Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 22:14 .. [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 21 22:14 .dockerignore [2023-06-21T22:21:56.666Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 22:14 .git [2023-06-21T22:21:56.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:14 .github [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 164 Jun 21 22:14 .gitignore [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 21 22:14 .golangci.yml [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 9658 Jun 21 22:14 Attribution.txt [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 21 22:14 CHANGELOG.md [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 1617 Jun 21 22:14 Dockerfile [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 21 22:14 GOVERNANCE.md [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 681 Jun 21 22:14 Jenkinsfile [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 21 22:14 LICENSE [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 611 Jun 21 22:14 OWNERS.md [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jun 21 22:14 README.md [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 21 22:13 VERSION [2023-06-21T22:21:56.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:14 bin [2023-06-21T22:21:56.666Z] -rw-r--r-- 1 jenkins jenkins 929 Jun 21 22:19 coverage.out [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 3256 Jun 21 22:14 go.mod [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 30578 Jun 21 22:14 go.sum [2023-06-21T22:21:56.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:14 internal [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 693 Jun 21 22:14 main.go [2023-06-21T22:21:56.666Z] -rw-rw-r-- 1 jenkins jenkins 2548 Jun 21 22:14 makefile [2023-06-21T22:21:56.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:14 pkg [2023-06-21T22:21:56.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:21:56.996Z] + 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=f5c7a18031cd417fd66742b551e8281643a7d45d --label arch=arm64 --label version=3.1.0-dev.3 . [2023-06-21T22:21:56.996Z] Sending build context to Docker daemon 110.1kB [2023-06-21T22:21:57.262Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-06-21T22:21:57.262Z] Step 2/26 : FROM ${BASE} AS builder [2023-06-21T22:21:57.262Z] ---> 87aeb987f1a8 [2023-06-21T22:21:57.262Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-06-21T22:21:57.262Z] ---> Running in 8afeae2f1dfa [2023-06-21T22:21:57.529Z] Removing intermediate container 8afeae2f1dfa [2023-06-21T22:21:57.529Z] ---> 994a52744ba0 [2023-06-21T22:21:57.529Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-06-21T22:21:57.529Z] ---> Running in 848fb141f986 [2023-06-21T22:21:57.796Z] Removing intermediate container 848fb141f986 [2023-06-21T22:21:57.797Z] ---> ae2a643e3e10 [2023-06-21T22:21:57.797Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-06-21T22:21:58.063Z] ---> Running in 2267fab02e62 [2023-06-21T22:21:58.331Z] Removing intermediate container 2267fab02e62 [2023-06-21T22:21:58.331Z] ---> a7806b2f8126 [2023-06-21T22:21:58.331Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-06-21T22:21:58.331Z] ---> Running in dfecba195c24 [2023-06-21T22:21:59.291Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-21T22:21:59.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-21T22:22:00.827Z] OK: 263 MiB in 53 packages [2023-06-21T22:22:01.417Z] Removing intermediate container dfecba195c24 [2023-06-21T22:22:01.417Z] ---> ee9384b9c124 [2023-06-21T22:22:01.417Z] Step 7/26 : WORKDIR /app [2023-06-21T22:22:01.683Z] ---> Running in bd52b52da752 [2023-06-21T22:22:01.948Z] Removing intermediate container bd52b52da752 [2023-06-21T22:22:01.948Z] ---> 93b54a21e6c9 [2023-06-21T22:22:01.948Z] Step 8/26 : COPY go.mod vendor* ./ [2023-06-21T22:22:02.216Z] ---> df35f4a3b8c1 [2023-06-21T22:22:02.216Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-21T22:22:02.493Z] ---> Running in e3718bead7be [2023-06-21T22:22:05.073Z] Removing intermediate container e3718bead7be [2023-06-21T22:22:05.073Z] ---> 78a9ef70cb44 [2023-06-21T22:22:05.073Z] Step 10/26 : COPY . . [2023-06-21T22:22:05.658Z] ---> 0c8b7e4e2cab [2023-06-21T22:22:05.658Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-06-21T22:22:05.658Z] ---> Running in 1b2fa32200cc [2023-06-21T22:22:05.925Z] Removing intermediate container 1b2fa32200cc [2023-06-21T22:22:05.925Z] ---> 1eeb0fb22e65 [2023-06-21T22:22:05.925Z] Step 12/26 : RUN $MAKE [2023-06-21T22:22:06.194Z] ---> Running in 19880e674653 [2023-06-21T22:22:07.154Z] 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.3" -trimpath -mod=readonly -o app-record-replay [2023-06-21T22:22:34.070Z] Removing intermediate container 19880e674653 [2023-06-21T22:22:34.070Z] ---> c84507acb994 [2023-06-21T22:22:34.070Z] Step 13/26 : FROM alpine:3.17 [2023-06-21T22:22:34.070Z] 3.17: Pulling from library/alpine [2023-06-21T22:22:34.070Z] edb6bdbacee9: Pulling fs layer [2023-06-21T22:22:34.070Z] edb6bdbacee9: Verifying Checksum [2023-06-21T22:22:34.070Z] edb6bdbacee9: Download complete [2023-06-21T22:22:34.070Z] edb6bdbacee9: Pull complete [2023-06-21T22:22:34.070Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-06-21T22:22:34.070Z] Status: Downloaded newer image for alpine:3.17 [2023-06-21T22:22:34.070Z] ---> 779605e5fbc0 [2023-06-21T22:22:34.070Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-06-21T22:22:34.070Z] ---> Running in ba39d52f7a7a [2023-06-21T22:22:34.070Z] Removing intermediate container ba39d52f7a7a [2023-06-21T22:22:34.070Z] ---> 2b9baa5b43cc [2023-06-21T22:22:34.070Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-06-21T22:22:34.070Z] ---> Running in 6e7c626ad8e4 [2023-06-21T22:22:34.070Z] Removing intermediate container 6e7c626ad8e4 [2023-06-21T22:22:34.070Z] ---> 9d05a63840d9 [2023-06-21T22:22:34.070Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-21T22:22:34.070Z] ---> Running in 8f90ba4726b2 [2023-06-21T22:22:34.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-21T22:22:34.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-21T22:22:35.607Z] (1/2) Installing ca-certificates (20230506-r0) [2023-06-21T22:22:35.607Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-06-21T22:22:35.607Z] Executing busybox-1.35.0-r29.trigger [2023-06-21T22:22:35.607Z] Executing ca-certificates-20230506-r0.trigger [2023-06-21T22:22:35.875Z] OK: 8 MiB in 17 packages [2023-06-21T22:22:37.293Z] Removing intermediate container 8f90ba4726b2 [2023-06-21T22:22:37.293Z] ---> bcbbcb21eadf [2023-06-21T22:22:37.293Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-06-21T22:22:37.559Z] ---> 82e5254962a5 [2023-06-21T22:22:37.559Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-06-21T22:22:38.140Z] ---> bb70e61d6f4b [2023-06-21T22:22:38.140Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-06-21T22:22:38.408Z] ---> 71675f108c6f [2023-06-21T22:22:38.408Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-06-21T22:22:38.991Z] ---> defc356e1109 [2023-06-21T22:22:38.991Z] Step 21/26 : EXPOSE 59712 [2023-06-21T22:22:38.991Z] ---> Running in e152dd3b9344 [2023-06-21T22:22:39.260Z] Removing intermediate container e152dd3b9344 [2023-06-21T22:22:39.260Z] ---> 591969dbd609 [2023-06-21T22:22:39.260Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-06-21T22:22:39.260Z] ---> Running in 847a1c798f9d [2023-06-21T22:22:39.529Z] Removing intermediate container 847a1c798f9d [2023-06-21T22:22:39.529Z] ---> d51787ee2cf2 [2023-06-21T22:22:39.529Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-06-21T22:22:39.796Z] ---> Running in f29b4af943ac [2023-06-21T22:22:40.063Z] Removing intermediate container f29b4af943ac [2023-06-21T22:22:40.063Z] ---> 4e3382b04587 [2023-06-21T22:22:40.063Z] Step 24/26 : LABEL arch=arm64 [2023-06-21T22:22:40.063Z] ---> Running in 07332c5ef085 [2023-06-21T22:22:40.330Z] Removing intermediate container 07332c5ef085 [2023-06-21T22:22:40.330Z] ---> 72a1e064e584 [2023-06-21T22:22:40.330Z] Step 25/26 : LABEL git_sha=f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:22:40.330Z] ---> Running in 6c93d1488445 [2023-06-21T22:22:40.599Z] Removing intermediate container 6c93d1488445 [2023-06-21T22:22:40.599Z] ---> 903c78ce6dc2 [2023-06-21T22:22:40.599Z] Step 26/26 : LABEL version=3.1.0-dev.3 [2023-06-21T22:22:40.869Z] ---> Running in 9caa47074a2a [2023-06-21T22:22:41.136Z] Removing intermediate container 9caa47074a2a [2023-06-21T22:22:41.136Z] ---> 69317a0e457d [2023-06-21T22:22:41.136Z] [Warning] One or more build-args [ARCH] were not consumed [2023-06-21T22:22:41.136Z] Successfully built 69317a0e457d [2023-06-21T22:22:41.136Z] 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-21T22:22:41.262Z] provisioning config files... [2023-06-21T22:22:41.276Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/4@tmp/config12094967722824225679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:22:41.603Z] ---> docker-login.sh [2023-06-21T22:22:41.603Z] nexus3.edgexfoundry.org:10001 [2023-06-21T22:22:41.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:22:41.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:22:41.870Z] Configure a credential helper to remove this warning. See [2023-06-21T22:22:41.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:22:41.870Z] [2023-06-21T22:22:41.870Z] Login Succeeded [2023-06-21T22:22:41.870Z] nexus3.edgexfoundry.org:10002 [2023-06-21T22:22:42.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:22:42.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:22:42.137Z] Configure a credential helper to remove this warning. See [2023-06-21T22:22:42.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:22:42.137Z] [2023-06-21T22:22:42.137Z] Login Succeeded [2023-06-21T22:22:42.137Z] nexus3.edgexfoundry.org:10003 [2023-06-21T22:22:42.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:22:42.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:22:42.403Z] Configure a credential helper to remove this warning. See [2023-06-21T22:22:42.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:22:42.403Z] [2023-06-21T22:22:42.403Z] Login Succeeded [2023-06-21T22:22:42.670Z] nexus3.edgexfoundry.org:10004 [2023-06-21T22:22:42.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:22:42.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:22:42.937Z] Configure a credential helper to remove this warning. See [2023-06-21T22:22:42.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:22:42.937Z] [2023-06-21T22:22:42.937Z] Login Succeeded [2023-06-21T22:22:42.937Z] docker.io [2023-06-21T22:22:43.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-21T22:22:43.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-21T22:22:43.467Z] Configure a credential helper to remove this warning. See [2023-06-21T22:22:43.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-21T22:22:43.467Z] [2023-06-21T22:22:43.467Z] Login Succeeded [2023-06-21T22:22:43.467Z] ---> docker-login.sh ends [Pipeline] } [2023-06-21T22:22:43.479Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-21T22:22:43.516Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-21T22:22:43.542Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-06-21T22:22:43.542Z] f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:22:43.542Z] latest [2023-06-21T22:22:43.542Z] 3.1.0-dev.3 [2023-06-21T22:22:43.542Z] f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [2023-06-21T22:22:43.542Z] main [2023-06-21T22:22:43.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:43.891Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:44.234Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:22:44.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-21T22:22:44.234Z] a9abf162945c: Preparing [2023-06-21T22:22:44.234Z] e154328cdcd1: Preparing [2023-06-21T22:22:44.234Z] eea0f325d4f4: Preparing [2023-06-21T22:22:44.234Z] b15d8f722140: Preparing [2023-06-21T22:22:44.234Z] 5322d7c11b11: Preparing [2023-06-21T22:22:44.234Z] 9386262d7a74: Preparing [2023-06-21T22:22:44.234Z] 9386262d7a74: Waiting [2023-06-21T22:22:44.499Z] e154328cdcd1: Pushed [2023-06-21T22:22:44.499Z] eea0f325d4f4: Pushed [2023-06-21T22:22:44.499Z] b15d8f722140: Pushed [2023-06-21T22:22:44.499Z] 9386262d7a74: Layer already exists [2023-06-21T22:22:44.763Z] 5322d7c11b11: Pushed [2023-06-21T22:22:44.763Z] a9abf162945c: Pushed [2023-06-21T22:22:45.027Z] f5c7a18031cd417fd66742b551e8281643a7d45d: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:45.370Z] + 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-21T22:22:45.717Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-06-21T22:22:45.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-21T22:22:45.717Z] a9abf162945c: Preparing [2023-06-21T22:22:45.717Z] e154328cdcd1: Preparing [2023-06-21T22:22:45.717Z] eea0f325d4f4: Preparing [2023-06-21T22:22:45.717Z] b15d8f722140: Preparing [2023-06-21T22:22:45.717Z] 5322d7c11b11: Preparing [2023-06-21T22:22:45.717Z] 9386262d7a74: Preparing [2023-06-21T22:22:45.717Z] 9386262d7a74: Waiting [2023-06-21T22:22:45.717Z] a9abf162945c: Layer already exists [2023-06-21T22:22:45.717Z] eea0f325d4f4: Layer already exists [2023-06-21T22:22:45.717Z] 5322d7c11b11: Layer already exists [2023-06-21T22:22:45.717Z] b15d8f722140: Layer already exists [2023-06-21T22:22:45.717Z] e154328cdcd1: Layer already exists [2023-06-21T22:22:45.717Z] 9386262d7a74: Layer already exists [2023-06-21T22:22:45.717Z] latest: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:46.052Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:46.385Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.3 [2023-06-21T22:22:46.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-21T22:22:46.385Z] a9abf162945c: Preparing [2023-06-21T22:22:46.385Z] e154328cdcd1: Preparing [2023-06-21T22:22:46.385Z] eea0f325d4f4: Preparing [2023-06-21T22:22:46.385Z] b15d8f722140: Preparing [2023-06-21T22:22:46.385Z] 5322d7c11b11: Preparing [2023-06-21T22:22:46.385Z] 9386262d7a74: Preparing [2023-06-21T22:22:46.385Z] 9386262d7a74: Waiting [2023-06-21T22:22:46.385Z] a9abf162945c: Layer already exists [2023-06-21T22:22:46.385Z] eea0f325d4f4: Layer already exists [2023-06-21T22:22:46.385Z] e154328cdcd1: Layer already exists [2023-06-21T22:22:46.385Z] 5322d7c11b11: Layer already exists [2023-06-21T22:22:46.385Z] b15d8f722140: Layer already exists [2023-06-21T22:22:46.385Z] 9386262d7a74: Layer already exists [2023-06-21T22:22:46.385Z] 3.1.0-dev.3: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:46.724Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:47.070Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [2023-06-21T22:22:47.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-21T22:22:47.070Z] a9abf162945c: Preparing [2023-06-21T22:22:47.070Z] e154328cdcd1: Preparing [2023-06-21T22:22:47.070Z] eea0f325d4f4: Preparing [2023-06-21T22:22:47.070Z] b15d8f722140: Preparing [2023-06-21T22:22:47.070Z] 5322d7c11b11: Preparing [2023-06-21T22:22:47.070Z] 9386262d7a74: Preparing [2023-06-21T22:22:47.070Z] 9386262d7a74: Waiting [2023-06-21T22:22:47.070Z] 5322d7c11b11: Layer already exists [2023-06-21T22:22:47.070Z] eea0f325d4f4: Layer already exists [2023-06-21T22:22:47.070Z] a9abf162945c: Layer already exists [2023-06-21T22:22:47.070Z] b15d8f722140: Layer already exists [2023-06-21T22:22:47.070Z] e154328cdcd1: Layer already exists [2023-06-21T22:22:47.070Z] 9386262d7a74: Layer already exists [2023-06-21T22:22:47.070Z] f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:47.420Z] + 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-21T22:22:47.760Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-06-21T22:22:47.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-06-21T22:22:47.760Z] a9abf162945c: Preparing [2023-06-21T22:22:47.760Z] e154328cdcd1: Preparing [2023-06-21T22:22:47.760Z] eea0f325d4f4: Preparing [2023-06-21T22:22:47.760Z] b15d8f722140: Preparing [2023-06-21T22:22:47.760Z] 5322d7c11b11: Preparing [2023-06-21T22:22:47.760Z] 9386262d7a74: Preparing [2023-06-21T22:22:47.760Z] 9386262d7a74: Waiting [2023-06-21T22:22:47.760Z] b15d8f722140: Layer already exists [2023-06-21T22:22:47.760Z] 5322d7c11b11: Layer already exists [2023-06-21T22:22:47.760Z] a9abf162945c: Layer already exists [2023-06-21T22:22:47.760Z] e154328cdcd1: Layer already exists [2023-06-21T22:22:47.760Z] eea0f325d4f4: Layer already exists [2023-06-21T22:22:47.760Z] 9386262d7a74: Layer already exists [2023-06-21T22:22:47.760Z] main: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-06-21T22:22:48.067Z] ===================================================== [Pipeline] echo [2023-06-21T22:22:48.074Z] taggedImages: [2023-06-21T22:22:48.074Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d [2023-06-21T22:22:48.074Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-06-21T22:22:48.074Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.3 [2023-06-21T22:22:48.074Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [2023-06-21T22:22:48.074Z] - 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-21T22:22:48.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-21T22:22:48.420Z] [2023-06-21T22:22:48.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:22:48.757Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-21T22:22:48.757Z] arm64: Pulling from edgex-lftools-log-publisher [2023-06-21T22:22:48.757Z] 8998bd30e6a1: Pulling fs layer [2023-06-21T22:22:48.757Z] 04944245beec: Pulling fs layer [2023-06-21T22:22:48.757Z] 699f458cf7ca: Pulling fs layer [2023-06-21T22:22:48.757Z] 765212b225bb: Pulling fs layer [2023-06-21T22:22:48.757Z] f23df028b6ca: Pulling fs layer [2023-06-21T22:22:48.757Z] d65c8cfc05b1: Pulling fs layer [2023-06-21T22:22:48.757Z] 2437ff75d9bd: Pulling fs layer [2023-06-21T22:22:48.757Z] f23df028b6ca: Waiting [2023-06-21T22:22:48.757Z] d65c8cfc05b1: Waiting [2023-06-21T22:22:48.757Z] 2437ff75d9bd: Waiting [2023-06-21T22:22:48.757Z] 765212b225bb: Waiting [2023-06-21T22:22:49.024Z] 04944245beec: Verifying Checksum [2023-06-21T22:22:49.024Z] 04944245beec: Download complete [2023-06-21T22:22:49.024Z] 765212b225bb: Verifying Checksum [2023-06-21T22:22:49.024Z] 765212b225bb: Download complete [2023-06-21T22:22:49.024Z] f23df028b6ca: Verifying Checksum [2023-06-21T22:22:49.024Z] f23df028b6ca: Download complete [2023-06-21T22:22:49.024Z] d65c8cfc05b1: Verifying Checksum [2023-06-21T22:22:49.024Z] d65c8cfc05b1: Download complete [2023-06-21T22:22:49.024Z] 699f458cf7ca: Verifying Checksum [2023-06-21T22:22:49.024Z] 699f458cf7ca: Download complete [2023-06-21T22:22:49.606Z] 8998bd30e6a1: Download complete [2023-06-21T22:22:51.546Z] 2437ff75d9bd: Download complete [2023-06-21T22:22:53.484Z] 8998bd30e6a1: Pull complete [2023-06-21T22:22:53.750Z] 04944245beec: Pull complete [2023-06-21T22:22:55.155Z] 699f458cf7ca: Pull complete [2023-06-21T22:22:55.421Z] 765212b225bb: Pull complete [2023-06-21T22:22:59.664Z] f23df028b6ca: Pull complete [2023-06-21T22:22:59.664Z] d65c8cfc05b1: Pull complete [2023-06-21T22:23:14.649Z] 2437ff75d9bd: Pull complete [2023-06-21T22:23:14.649Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-06-21T22:23:14.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-21T22:23:14.649Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:23:14.828Z] prd-ubuntu20.04-docker-arm64-4c-16g-19020 does not seem to be running inside a container [2023-06-21T22:23:14.885Z] $ 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/4 -v /w/workspace/app-record-replay/4:/w/workspace/app-record-replay/4:rw,z -v /w/workspace/app-record-replay/4@tmp:/w/workspace/app-record-replay/4@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-21T22:23:17.219Z] $ docker top e1f9ae2ccaf7bede71dff36716ba5704c092bd870e3dca6464063ecf5019a578 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:23:18.048Z] ---> job-cost.sh [2023-06-21T22:23:18.048Z] lf-activate-venv: SKIPPING [2023-06-21T22:23:18.048Z] INFO: No Stack... [2023-06-21T22:23:18.626Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-06-21T22:23:19.203Z] INFO: Archiving Costs [Pipeline] sh [2023-06-21T22:23:19.521Z] + cat /w/workspace/app-record-replay/4/archives/cost.csv [2023-06-21T22:23:19.521Z] + cut -d, -f6 [Pipeline] lock [2023-06-21T22:23:19.578Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [2023-06-21T22:23:19.587Z] Resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] did not exist. Created. [2023-06-21T22:23:19.587Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-21T22:23:19.919Z] /w/workspace/app-record-replay/4@tmp/durable-0b4a8005/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-06-21T22:23:20.243Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-06-21T22:23:20.263Z] Warning: overwriting stash ‘stack-cost’ [2023-06-21T22:23:20.297Z] Stashed 1 file(s) [Pipeline] } [2023-06-21T22:23:20.304Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-21T22:23:20.324Z] $ docker stop --time=1 e1f9ae2ccaf7bede71dff36716ba5704c092bd870e3dca6464063ecf5019a578 [2023-06-21T22:23:21.771Z] $ docker rm -f --volumes e1f9ae2ccaf7bede71dff36716ba5704c092bd870e3dca6464063ecf5019a578 [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-21T22:23:22.163Z] provisioning config files... [2023-06-21T22:23:22.168Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #4 [2023-06-21T22:23:22.170Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9214576780949887711tmp [Pipeline] { [Pipeline] sh [2023-06-21T22:23:22.479Z] + set +x [2023-06-21T22:23:22.479Z] + + curl -s https://codecov.io/bash [2023-06-21T22:23:22.479Z] bash -s -- [2023-06-21T22:23:22.479Z] [2023-06-21T22:23:22.479Z] _____ _ [2023-06-21T22:23:22.479Z] / ____| | | [2023-06-21T22:23:22.479Z] | | ___ __| | ___ ___ _____ __ [2023-06-21T22:23:22.480Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-06-21T22:23:22.480Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-06-21T22:23:22.480Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-06-21T22:23:22.480Z] Bash-1.0.6 [2023-06-21T22:23:22.480Z] [2023-06-21T22:23:22.480Z] [2023-06-21T22:23:22.480Z] ==> git version 2.25.1 found [2023-06-21T22:23:22.480Z] ==> 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-21T22:23:22.480Z] Release-Date: 2020-01-08 [2023-06-21T22:23:22.480Z] 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-21T22:23:22.480Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-06-21T22:23:22.480Z] ==> Jenkins CI detected. [2023-06-21T22:23:22.480Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-06-21T22:23:22.480Z] project root: . [2023-06-21T22:23:22.480Z] --> token set from env [2023-06-21T22:23:22.480Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-06-21T22:23:22.480Z] ==> Running gcov in . (disable via -X gcov) [2023-06-21T22:23:22.480Z] ==> Python coveragepy not found [2023-06-21T22:23:22.480Z] ==> Searching for coverage reports in: [2023-06-21T22:23:22.480Z] + . [2023-06-21T22:23:22.480Z] -> Found 1 reports [2023-06-21T22:23:22.480Z] ==> Detecting git/mercurial file structure [2023-06-21T22:23:22.480Z] ==> Reading reports [2023-06-21T22:23:22.480Z] + ./coverage.out bytes=929 [2023-06-21T22:23:22.480Z] ==> Appending adjustments [2023-06-21T22:23:22.480Z] https://docs.codecov.io/docs/fixing-reports [2023-06-21T22:23:22.739Z] + Found adjustments [2023-06-21T22:23:22.739Z] ==> Gzipping contents [2023-06-21T22:23:22.739Z] 4.0K /tmp/codecov.5WtVsv.gz [2023-06-21T22:23:22.739Z] ==> Uploading reports [2023-06-21T22:23:22.739Z] url: https://codecov.io [2023-06-21T22:23:22.739Z] query: branch=main&commit=f5c7a18031cd417fd66742b551e8281643a7d45d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-21T22:23:22.739Z] -> Pinging Codecov [2023-06-21T22:23:22.739Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=f5c7a18031cd417fd66742b551e8281643a7d45d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-21T22:23:22.739Z] Invalid request parameters [2023-06-21T22:23:22.739Z] 400 [Pipeline] } [2023-06-21T22:23:22.746Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-06-21T22:23:22.977Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-06-21T22:23:22.987Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:23:23.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-21T22:23:23.288Z] [2023-06-21T22:23:23.288Z] 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-21T22:23:23.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-21T22:23:23.596Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-06-21T22:23:23.596Z] df9b9388f04a: Pulling fs layer [2023-06-21T22:23:23.596Z] 52dc419b0ee2: Pulling fs layer [2023-06-21T22:23:23.596Z] 25bc292e5bac: Pulling fs layer [2023-06-21T22:23:23.596Z] 114826534d7a: Pulling fs layer [2023-06-21T22:23:23.596Z] 4657fd5d0bcf: Pulling fs layer [2023-06-21T22:23:23.596Z] 6ad1cebc031e: Pulling fs layer [2023-06-21T22:23:23.596Z] 8a3aa393b2d8: Pulling fs layer [2023-06-21T22:23:23.596Z] 4657fd5d0bcf: Waiting [2023-06-21T22:23:23.596Z] 6ad1cebc031e: Waiting [2023-06-21T22:23:23.596Z] 8a3aa393b2d8: Waiting [2023-06-21T22:23:23.596Z] 114826534d7a: Waiting [2023-06-21T22:23:23.596Z] 25bc292e5bac: Verifying Checksum [2023-06-21T22:23:23.596Z] 25bc292e5bac: Download complete [2023-06-21T22:23:23.596Z] 52dc419b0ee2: Download complete [2023-06-21T22:23:23.596Z] 4657fd5d0bcf: Verifying Checksum [2023-06-21T22:23:23.596Z] 4657fd5d0bcf: Download complete [2023-06-21T22:23:23.596Z] df9b9388f04a: Verifying Checksum [2023-06-21T22:23:23.596Z] df9b9388f04a: Download complete [2023-06-21T22:23:23.856Z] 6ad1cebc031e: Verifying Checksum [2023-06-21T22:23:23.856Z] 6ad1cebc031e: Download complete [2023-06-21T22:23:23.856Z] df9b9388f04a: Pull complete [2023-06-21T22:23:23.856Z] 52dc419b0ee2: Pull complete [2023-06-21T22:23:24.116Z] 25bc292e5bac: Pull complete [2023-06-21T22:23:24.374Z] 114826534d7a: Verifying Checksum [2023-06-21T22:23:24.374Z] 114826534d7a: Download complete [2023-06-21T22:23:24.374Z] 8a3aa393b2d8: Verifying Checksum [2023-06-21T22:23:24.374Z] 8a3aa393b2d8: Download complete [2023-06-21T22:23:27.659Z] 114826534d7a: Pull complete [2023-06-21T22:23:27.659Z] 4657fd5d0bcf: Pull complete [2023-06-21T22:23:27.917Z] 6ad1cebc031e: Pull complete [2023-06-21T22:23:30.445Z] 8a3aa393b2d8: Pull complete [2023-06-21T22:23:30.445Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-06-21T22:23:30.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-21T22:23:30.445Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:23:30.532Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:23:30.572Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-06-21T22:23:35.034Z] $ docker top 6432c1e6408f5da1f3897d5a0356006ced18b04136620239f9c808e2e2adb1c6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-06-21T22:23:35.087Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-06-21T22:23:35.363Z] + set -o pipefail [2023-06-21T22:23:35.364Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-06-21T22:23:40.632Z] [2023-06-21T22:23:40.632Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-06-21T22:23:40.632Z] [2023-06-21T22:23:40.632Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/9005272f-5c51-4bd1-a481-5e8959e28c61 [2023-06-21T22:23:40.632Z] [2023-06-21T22:23:40.632Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-06-21T22:23:40.632Z] [2023-06-21T22:23:40.632Z] [2023-06-21T22:23:40.632Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-06-21T22:23:40.632Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-06-21T22:23:40.632Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-06-21T22:23:40.649Z] $ docker stop --time=1 6432c1e6408f5da1f3897d5a0356006ced18b04136620239f9c808e2e2adb1c6 [2023-06-21T22:23:44.601Z] $ docker rm -f --volumes 6432c1e6408f5da1f3897d5a0356006ced18b04136620239f9c808e2e2adb1c6 [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-21T22:23:45.257Z] + git log --format=format:%s -1 f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] sh [2023-06-21T22:23:45.547Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-21T22:23:45.548Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:23:45.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-21T22:23:45.859Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:23:45.929Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:23:45.967Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-21T22:23:46.362Z] $ docker top 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d -eo pid,comm [2023-06-21T22:23:46.402Z] 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-21T22:23:46.402Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-21T22:23:46.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-21T22:23:46.438Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-21T22:23:46.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-21T22:23:46.550Z] $ docker exec 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d ssh-agent [2023-06-21T22:23:46.643Z] SSH_AUTH_SOCK=/tmp/ssh-cCW2X0iywMeN/agent.32 [2023-06-21T22:23:46.643Z] SSH_AGENT_PID=38 [2023-06-21T22:23:46.648Z] Running ssh-add (command line suppressed) [2023-06-21T22:23:46.756Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4699672847308684606.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4699672847308684606.key) [2023-06-21T22:23:46.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-21T22:23:47.051Z] + git semver tag [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,236 [run_tag] DEBUG tag force:False [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,236 [check_head_tag] DEBUG check head tag [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,237 [execute] INFO git cat-file --batch-check [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,237 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,241 [execute] INFO git cat-file --batch [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,246 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,246 [execute] INFO git tag -a v3.1.0-dev.3 -m v3.1.0-dev.3 [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,246 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.3', '-m', 'v3.1.0-dev.3'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-06-21T22:23:47.311Z] 2023-06-21 22:23:47,250 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:23:47.311Z] 3.1.0-dev.3 [Pipeline] } [2023-06-21T22:23:47.326Z] $ docker exec --env ******** --env ******** 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d ssh-agent -k [2023-06-21T22:23:47.416Z] unset SSH_AUTH_SOCK; [2023-06-21T22:23:47.416Z] unset SSH_AGENT_PID; [2023-06-21T22:23:47.417Z] echo Agent pid 38 killed; [2023-06-21T22:23:47.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-21T22:23:47.717Z] + git semver [Pipeline] } [2023-06-21T22:23:47.996Z] $ docker stop --time=1 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d [2023-06-21T22:23:49.290Z] $ docker rm -f --volumes 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:23:49.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-21T22:23:49.665Z] [2023-06-21T22:23:49.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:23:49.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-21T22:23:49.964Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-06-21T22:23:49.964Z] ab5ef0e58194: Pulling fs layer [2023-06-21T22:23:49.964Z] 9712f1f96733: Pulling fs layer [2023-06-21T22:23:49.964Z] 63f879dbbcfc: Pulling fs layer [2023-06-21T22:23:49.964Z] 0d9ebad4ef96: Pulling fs layer [2023-06-21T22:23:49.964Z] e9a5061849ea: Pulling fs layer [2023-06-21T22:23:49.964Z] d747dcd14b5f: Pulling fs layer [2023-06-21T22:23:49.964Z] 2de7ff778b66: Pulling fs layer [2023-06-21T22:23:49.964Z] e9a5061849ea: Waiting [2023-06-21T22:23:49.964Z] d747dcd14b5f: Waiting [2023-06-21T22:23:49.964Z] 2de7ff778b66: Waiting [2023-06-21T22:23:49.964Z] 0d9ebad4ef96: Waiting [2023-06-21T22:23:49.964Z] 9712f1f96733: Verifying Checksum [2023-06-21T22:23:49.964Z] 9712f1f96733: Download complete [2023-06-21T22:23:50.223Z] 63f879dbbcfc: Verifying Checksum [2023-06-21T22:23:50.223Z] 63f879dbbcfc: Download complete [2023-06-21T22:23:50.482Z] ab5ef0e58194: Verifying Checksum [2023-06-21T22:23:50.482Z] ab5ef0e58194: Download complete [2023-06-21T22:23:50.482Z] e9a5061849ea: Verifying Checksum [2023-06-21T22:23:50.482Z] e9a5061849ea: Download complete [2023-06-21T22:23:50.482Z] d747dcd14b5f: Verifying Checksum [2023-06-21T22:23:50.482Z] d747dcd14b5f: Download complete [2023-06-21T22:23:50.482Z] 0d9ebad4ef96: Download complete [2023-06-21T22:23:50.740Z] 2de7ff778b66: Verifying Checksum [2023-06-21T22:23:50.740Z] 2de7ff778b66: Download complete [2023-06-21T22:23:53.265Z] ab5ef0e58194: Pull complete [2023-06-21T22:23:53.265Z] 9712f1f96733: Pull complete [2023-06-21T22:23:53.523Z] 63f879dbbcfc: Pull complete [2023-06-21T22:23:56.802Z] 0d9ebad4ef96: Pull complete [2023-06-21T22:23:57.060Z] e9a5061849ea: Pull complete [2023-06-21T22:23:57.318Z] d747dcd14b5f: Pull complete [2023-06-21T22:23:58.250Z] 2de7ff778b66: Pull complete [2023-06-21T22:23:58.250Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-06-21T22:23:58.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-21T22:23:58.250Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:23:58.343Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:23:58.459Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-06-21T22:24:03.736Z] $ docker top e07d20df8288b657ba6150c80f762cca2b8ef59585a1777405bfb812425f1f94 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-06-21T22:24:03.788Z] provisioning config files... [2023-06-21T22:24:03.823Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2385120734982741083tmp [2023-06-21T22:24:03.882Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7747053365647502140tmp [2023-06-21T22:24:03.908Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10592340819857957726tmp [Pipeline] { [Pipeline] echo [2023-06-21T22:24:03.923Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:04.202Z] ---> sigul-configuration.sh [2023-06-21T22:24:04.202Z] gpg: directory `/root/.gnupg' created [2023-06-21T22:24:04.202Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-06-21T22:24:04.202Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-06-21T22:24:04.202Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-06-21T22:24:04.202Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-06-21T22:24:04.202Z] gpg: CAST5 encrypted data [2023-06-21T22:24:04.202Z] gpg: encrypted with 1 passphrase [2023-06-21T22:24:04.202Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-06-21T22:24:04.483Z] + mkdir /home/jenkins [2023-06-21T22:24:04.483Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-06-21T22:24:04.769Z] + 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-21T22:24:04.779Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:05.063Z] ---> sigul-install.sh [2023-06-21T22:24:05.063Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-06-21T22:24:05.351Z] + git tag --list [2023-06-21T22:24:05.351Z] v3.1.0-dev.0 [2023-06-21T22:24:05.351Z] v3.1.0-dev.1 [2023-06-21T22:24:05.351Z] v3.1.0-dev.2 [2023-06-21T22:24:05.351Z] v3.1.0-dev.3 [Pipeline] sh [2023-06-21T22:24:05.638Z] + lftools sign git-tag v3.1.0-dev.3 [2023-06-21T22:24:06.205Z] Signing Git tag with Sigul... [2023-06-21T22:24:06.205Z] Signing v3.1.0-dev.3 [Pipeline] echo [2023-06-21T22:24:06.781Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:07.062Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-06-21T22:24:07.069Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-06-21T22:24:07.096Z] $ docker stop --time=1 e07d20df8288b657ba6150c80f762cca2b8ef59585a1777405bfb812425f1f94 [2023-06-21T22:24:08.386Z] $ docker rm -f --volumes e07d20df8288b657ba6150c80f762cca2b8ef59585a1777405bfb812425f1f94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-06-21T22:24:08.782Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-21T22:24:08.782Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:24:09.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-21T22:24:09.087Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:24:09.162Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:24:09.200Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-21T22:24:09.555Z] $ docker top de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-21T22:24:09.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-21T22:24:09.636Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-21T22:24:09.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-21T22:24:09.752Z] $ docker exec de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 ssh-agent [2023-06-21T22:24:09.858Z] SSH_AUTH_SOCK=/tmp/ssh-kuxgbzeCwfbd/agent.31 [2023-06-21T22:24:09.858Z] SSH_AGENT_PID=37 [2023-06-21T22:24:09.862Z] Running ssh-add (command line suppressed) [2023-06-21T22:24:09.974Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8483608434543175723.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8483608434543175723.key) [2023-06-21T22:24:09.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-21T22:24:10.267Z] + git semver bump pre [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,471 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,471 [bump_version] DEBUG bumping version:3.1.0-dev.3 on axis:pre with prefix:dev [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,471 [bump_version] DEBUG bumped version:3.1.0-dev.4 [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,471 [write_version] DEBUG write version:3.1.0-dev.4 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,472 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,472 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,474 [execute] INFO git cat-file --batch-check [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,474 [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-21T22:24:10.527Z] 2023-06-21 22:24:10,479 [execute] INFO git cat-file --batch [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,479 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-21T22:24:10.527Z] 2023-06-21 22:24:10,483 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:24:10.527Z] 3.1.0-dev.4 [Pipeline] } [2023-06-21T22:24:10.543Z] $ docker exec --env ******** --env ******** de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 ssh-agent -k [2023-06-21T22:24:10.636Z] unset SSH_AUTH_SOCK; [2023-06-21T22:24:10.636Z] unset SSH_AGENT_PID; [2023-06-21T22:24:10.637Z] echo Agent pid 37 killed; [2023-06-21T22:24:10.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-21T22:24:10.943Z] + git semver [Pipeline] } [2023-06-21T22:24:11.221Z] $ docker stop --time=1 de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 [2023-06-21T22:24:12.465Z] $ docker rm -f --volumes de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-21T22:24:12.802Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-21T22:24:12.802Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:24:13.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-21T22:24:13.100Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:24:13.174Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:24:13.211Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-06-21T22:24:13.567Z] $ docker top ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-21T22:24:13.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-21T22:24:13.650Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-21T22:24:13.765Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-21T22:24:13.774Z] $ docker exec ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f ssh-agent [2023-06-21T22:24:13.877Z] SSH_AUTH_SOCK=/tmp/ssh-tliROqoLzQOJ/agent.33 [2023-06-21T22:24:13.877Z] SSH_AGENT_PID=39 [2023-06-21T22:24:13.881Z] Running ssh-add (command line suppressed) [2023-06-21T22:24:13.982Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15242928741496035038.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15242928741496035038.key) [2023-06-21T22:24:13.990Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-21T22:24:14.278Z] + git semver push [2023-06-21T22:24:14.539Z] 2023-06-21 22:24:14,449 [run_push] DEBUG push [2023-06-21T22:24:14.539Z] 2023-06-21 22:24:14,450 [execute] INFO git cat-file --batch-check [2023-06-21T22:24:14.539Z] 2023-06-21 22:24:14,450 [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-21T22:24:14.539Z] 2023-06-21 22:24:14,455 [execute] INFO git rev-list af464a66378b177e352de87d50f5be964ac1c2ea -- [2023-06-21T22:24:14.539Z] 2023-06-21 22:24:14,456 [execute] DEBUG Popen(['git', 'rev-list', 'af464a66378b177e352de87d50f5be964ac1c2ea', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-06-21T22:24:14.539Z] 2023-06-21 22:24:14,461 [execute] INFO git fetch -v origin [2023-06-21T22:24:14.539Z] 2023-06-21 22:24:14,461 [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-21T22:24:15.106Z] 2023-06-21 22:24:14,925 [run_push] DEBUG no remote changes detected [2023-06-21T22:24:15.106Z] 2023-06-21 22:24:14,925 [execute] INFO git push origin semver [2023-06-21T22:24:15.106Z] 2023-06-21 22:24:14,926 [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-21T22:24:16.039Z] 2023-06-21 22:24:15,928 [run_push] DEBUG push all version tags [2023-06-21T22:24:16.039Z] 2023-06-21 22:24:15,928 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-06-21T22:24:16.039Z] 2023-06-21 22:24:15,929 [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-21T22:24:16.975Z] 2023-06-21 22:24:16,639 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-06-21T22:24:16.975Z] 3.1.0-dev.4 [Pipeline] } [2023-06-21T22:24:16.990Z] $ docker exec --env ******** --env ******** ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f ssh-agent -k [2023-06-21T22:24:17.075Z] unset SSH_AUTH_SOCK; [2023-06-21T22:24:17.075Z] unset SSH_AGENT_PID; [2023-06-21T22:24:17.075Z] echo Agent pid 39 killed; [2023-06-21T22:24:17.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-21T22:24:17.377Z] + git semver [Pipeline] } [2023-06-21T22:24:17.654Z] $ docker stop --time=1 ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f [2023-06-21T22:24:19.129Z] $ docker rm -f --volumes ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f [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-21T22:24:19.741Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-06-21T22:24:19.741Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-21T22:24:19.741Z] total 16 [2023-06-21T22:24:19.741Z] drwxr-xr-x 3 root root 4096 Jun 21 22:15 . [2023-06-21T22:24:19.741Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 22:24 .. [2023-06-21T22:24:19.741Z] drwxr-xr-x 2 root root 4096 Jun 21 22:15 cost [2023-06-21T22:24:19.741Z] -rw-r--r-- 1 root root 87 Jun 21 22:15 cost.csv [2023-06-21T22:24:19.741Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-21T22:24:19.741Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-06-21T22:24:19.741Z] total 16 [2023-06-21T22:24:19.741Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 21 22:15 . [2023-06-21T22:24:19.741Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 22:24 .. [2023-06-21T22:24:19.741Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 21 22:15 cost [2023-06-21T22:24:19.741Z] -rw-r--r-- 1 jenkins jenkins 87 Jun 21 22:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:20.030Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:20.892Z] ---> package-listing.sh [2023-06-21T22:24:20.892Z] ++ facter osfamily [2023-06-21T22:24:20.892Z] ++ tr '[:upper:]' '[:lower:]' [2023-06-21T22:24:21.151Z] + OS_FAMILY=debian [2023-06-21T22:24:21.151Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-06-21T22:24:21.151Z] + START_PACKAGES=/tmp/packages_start.txt [2023-06-21T22:24:21.151Z] + END_PACKAGES=/tmp/packages_end.txt [2023-06-21T22:24:21.151Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-06-21T22:24:21.151Z] + PACKAGES=/tmp/packages_start.txt [2023-06-21T22:24:21.151Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-06-21T22:24:21.151Z] + PACKAGES=/tmp/packages_end.txt [2023-06-21T22:24:21.151Z] + case "${OS_FAMILY}" in [2023-06-21T22:24:21.151Z] + dpkg -l [2023-06-21T22:24:21.151Z] + grep '^ii' [2023-06-21T22:24:21.151Z] + '[' -f /tmp/packages_start.txt ']' [2023-06-21T22:24:21.151Z] + '[' -f /tmp/packages_end.txt ']' [2023-06-21T22:24:21.151Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-06-21T22:24:21.151Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-06-21T22:24:21.151Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-06-21T22:24:21.151Z] + 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-21T22:24:21.161Z] 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-21T22:24:21.439Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-21T22:24:21.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-21T22:24:21.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-21T22:24:22.064Z] prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container [2023-06-21T22:24:22.099Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-06-21T22:24:22.770Z] $ docker top ee55439af92e008566431bae589416d16c8bf9b444f7f86a42e45d117abe30e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-21T22:24:23.099Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-06-21T22:24:23.385Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-06-21T22:24:23.669Z] + ls /var/log/sa-host [2023-06-21T22:24:23.669Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-21T22:24:23.828Z] provisioning config files... [2023-06-21T22:24:23.835Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5160768106103718500tmp [Pipeline] { [Pipeline] echo [2023-06-21T22:24:23.850Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:24.134Z] ---> create-netrc.sh [Pipeline] } [2023-06-21T22:24:24.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:24.477Z] ---> python-tools-install.sh [Pipeline] echo [2023-06-21T22:24:24.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:24.767Z] ---> sudo-logs.sh [2023-06-21T22:24:24.767Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-06-21T22:24:24.800Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:25.083Z] ---> job-cost.sh [2023-06-21T22:24:25.083Z] lf-activate-venv: SKIPPING [2023-06-21T22:24:25.083Z] DEBUG: total: 0.2199999988079071 [2023-06-21T22:24:25.083Z] INFO: Retrieving Stack Cost... [2023-06-21T22:24:25.342Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-21T22:24:25.911Z] INFO: Archiving Costs [Pipeline] echo [2023-06-21T22:24:25.924Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-21T22:24:26.206Z] ---> logs-deploy.sh [2023-06-21T22:24:26.206Z] lf-activate-venv: SKIPPING [2023-06-21T22:24:26.206Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/4 [2023-06-21T22:24:26.206Z] INFO: archiving workspace using pattern(s): [2023-06-21T22:24:27.143Z] Archives upload complete. [2023-06-21T22:24:27.143Z] INFO: archiving logs to Nexus