Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 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-ssh11077738061020093015.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh17833095979168130075.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh8922698829330286757.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh11307770790033384467.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-ssh1788979459723853715.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-4738 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f (main) Commit message: "Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.22" > 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 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f # timeout=10 > git rev-list --no-walk bc0531a6ffb026d20c247d14e37f7ca87a6f2134 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-28T15:11:34.873Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-28T15:11:34.933Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-28T15:11:34.948Z] ========================================================= [2023-08-28T15:11:34.948Z] EdgeX Global Pipelines Version Info [2023-08-28T15:11:34.948Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:11:35.668Z] ------------------- [2023-08-28T15:11:35.668Z] stable info: [2023-08-28T15:11:35.668Z] ------------------- [2023-08-28T15:11:35.668Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-28T15:11:35.668Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-28T15:11:35.668Z] Message: update stable to v1.0.253 [2023-08-28T15:11:36.238Z] ------------------- [2023-08-28T15:11:36.238Z] experimental info: [2023-08-28T15:11:36.238Z] ------------------- [2023-08-28T15:11:36.238Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-28T15:11:36.238Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-28T15:11:36.238Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-28T15:11:36.407Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-08-28T15:11:36.422Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-08-28T15:11:36.439Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-28T15:11:36.450Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-28T15:11:36.462Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-28T15:11:36.475Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-28T15:11:36.486Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-28T15:11:36.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-28T15:11:36.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-28T15:11:36.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-28T15:11:36.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-28T15:11:36.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-08-28T15:11:36.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-28T15:11:36.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-28T15:11:36.575Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-28T15:11:36.583Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-28T15:11:36.598Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-28T15:11:36.608Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-28T15:11:36.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-28T15:11:36.625Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-28T15:11:36.633Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-28T15:11:36.641Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-28T15:11:36.649Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-28T15:11:36.658Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-28T15:11:36.666Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-28T15:11:36.676Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-28T15:11:36.691Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-28T15:11:36.703Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-28T15:11:36.715Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-28T15:11:36.729Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-28T15:11:36.741Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo [2023-08-28T15:11:36.753Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0591cdf [Pipeline] echo [2023-08-28T15:11:36.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-28T15:11:36.813Z] provisioning config files... [2023-08-28T15:11:36.826Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4766192654198081882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:11:37.134Z] ---> docker-login.sh [2023-08-28T15:11:37.134Z] nexus3.edgexfoundry.org:10001 [2023-08-28T15:11:37.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:37.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:37.395Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:37.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:37.395Z] [2023-08-28T15:11:37.395Z] Login Succeeded [2023-08-28T15:11:37.395Z] nexus3.edgexfoundry.org:10002 [2023-08-28T15:11:37.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:37.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:37.658Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:37.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:37.658Z] [2023-08-28T15:11:37.658Z] Login Succeeded [2023-08-28T15:11:37.658Z] nexus3.edgexfoundry.org:10003 [2023-08-28T15:11:37.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:37.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:37.658Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:37.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:37.658Z] [2023-08-28T15:11:37.658Z] Login Succeeded [2023-08-28T15:11:37.658Z] nexus3.edgexfoundry.org:10004 [2023-08-28T15:11:37.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:37.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:37.917Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:37.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:37.917Z] [2023-08-28T15:11:37.917Z] Login Succeeded [2023-08-28T15:11:37.917Z] docker.io [2023-08-28T15:11:37.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:38.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:38.178Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:38.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:38.178Z] [2023-08-28T15:11:38.178Z] Login Succeeded [2023-08-28T15:11:38.178Z] ---> docker-login.sh ends [Pipeline] } [2023-08-28T15:11:38.186Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-28T15:11:38.564Z] + git rev-list -1 --merges 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f~1..0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo [2023-08-28T15:11:38.606Z] -----------> git rev-list -1 --merges 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f~1..0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:11:38.606Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [false] [Pipeline] sh [2023-08-28T15:11:38.896Z] + git log --format=format:%s -1 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo [2023-08-28T15:11:38.911Z] ========================================================= [2023-08-28T15:11:38.911Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-28T15:11:38.911Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-28T15:11:39.250Z] + git log --format=format:%s -1 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo [2023-08-28T15:11:39.258Z] [semverPrep] GIT_COMMIT: 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f, Commit Message: Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.22 [Pipeline] echo [2023-08-28T15:11:39.266Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-28T15:11:39.613Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-28T15:11:39.613Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-28T15:11:39.613Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-28T15:11:39.613Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-28T15:11:39.613Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-28T15:11:39.613Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-28T15:11:39.613Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:11:39.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-28T15:11:39.967Z] [2023-08-28T15:11:39.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:11:40.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-28T15:11:40.261Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-28T15:11:40.261Z] b85a868b505f: Pulling fs layer [2023-08-28T15:11:40.261Z] e2be974225ed: Pulling fs layer [2023-08-28T15:11:40.261Z] 339a4e72a1f5: Pulling fs layer [2023-08-28T15:11:40.261Z] 988bab9f4d93: Pulling fs layer [2023-08-28T15:11:40.261Z] 1469e6f7b9e6: Pulling fs layer [2023-08-28T15:11:40.261Z] eaf3925da568: Pulling fs layer [2023-08-28T15:11:40.261Z] bab4dde63d76: Pulling fs layer [2023-08-28T15:11:40.261Z] bde34c3a00c8: Pulling fs layer [2023-08-28T15:11:40.261Z] b352a97aabf1: Pulling fs layer [2023-08-28T15:11:40.261Z] 4872d77fe225: Pulling fs layer [2023-08-28T15:11:40.261Z] 5851b861e8e6: Pulling fs layer [2023-08-28T15:11:40.261Z] 988bab9f4d93: Waiting [2023-08-28T15:11:40.261Z] 1469e6f7b9e6: Waiting [2023-08-28T15:11:40.261Z] eaf3925da568: Waiting [2023-08-28T15:11:40.261Z] bde34c3a00c8: Waiting [2023-08-28T15:11:40.261Z] b352a97aabf1: Waiting [2023-08-28T15:11:40.261Z] bab4dde63d76: Waiting [2023-08-28T15:11:40.261Z] 4872d77fe225: Waiting [2023-08-28T15:11:40.261Z] 5851b861e8e6: Waiting [2023-08-28T15:11:40.261Z] e2be974225ed: Verifying Checksum [2023-08-28T15:11:40.261Z] e2be974225ed: Download complete [2023-08-28T15:11:40.262Z] 988bab9f4d93: Verifying Checksum [2023-08-28T15:11:40.262Z] 988bab9f4d93: Download complete [2023-08-28T15:11:40.520Z] 1469e6f7b9e6: Verifying Checksum [2023-08-28T15:11:40.520Z] 1469e6f7b9e6: Download complete [2023-08-28T15:11:40.520Z] eaf3925da568: Verifying Checksum [2023-08-28T15:11:40.520Z] eaf3925da568: Download complete [2023-08-28T15:11:40.520Z] 339a4e72a1f5: Verifying Checksum [2023-08-28T15:11:40.520Z] 339a4e72a1f5: Download complete [2023-08-28T15:11:40.520Z] bde34c3a00c8: Verifying Checksum [2023-08-28T15:11:40.520Z] bde34c3a00c8: Download complete [2023-08-28T15:11:40.520Z] b352a97aabf1: Verifying Checksum [2023-08-28T15:11:40.520Z] b352a97aabf1: Download complete [2023-08-28T15:11:40.520Z] 4872d77fe225: Verifying Checksum [2023-08-28T15:11:40.520Z] 4872d77fe225: Download complete [2023-08-28T15:11:40.520Z] 5851b861e8e6: Download complete [2023-08-28T15:11:40.520Z] b85a868b505f: Verifying Checksum [2023-08-28T15:11:40.520Z] b85a868b505f: Download complete [2023-08-28T15:11:40.780Z] bab4dde63d76: Verifying Checksum [2023-08-28T15:11:40.780Z] bab4dde63d76: Download complete [2023-08-28T15:11:41.716Z] b85a868b505f: Pull complete [2023-08-28T15:11:41.974Z] e2be974225ed: Pull complete [2023-08-28T15:11:42.232Z] 339a4e72a1f5: Pull complete [2023-08-28T15:11:42.491Z] 988bab9f4d93: Pull complete [2023-08-28T15:11:42.751Z] 1469e6f7b9e6: Pull complete [2023-08-28T15:11:42.751Z] eaf3925da568: Pull complete [2023-08-28T15:11:44.671Z] bab4dde63d76: Pull complete [2023-08-28T15:11:44.671Z] bde34c3a00c8: Pull complete [2023-08-28T15:11:44.931Z] b352a97aabf1: Pull complete [2023-08-28T15:11:44.931Z] 4872d77fe225: Pull complete [2023-08-28T15:11:44.931Z] 5851b861e8e6: Pull complete [2023-08-28T15:11:44.931Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-28T15:11:44.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-28T15:11:44.931Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:11:45.027Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:11:45.061Z] $ 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-08-28T15:11:48.095Z] $ docker top 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 -eo pid,comm [2023-08-28T15:11:48.155Z] 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-08-28T15:11:48.155Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-28T15:11:48.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-28T15:11:48.194Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-28T15:11:48.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-28T15:11:48.318Z] $ docker exec 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent [2023-08-28T15:11:48.442Z] SSH_AUTH_SOCK=/tmp/ssh-Muu3t4Lm9sid/agent.32 [2023-08-28T15:11:48.442Z] SSH_AGENT_PID=38 [2023-08-28T15:11:48.448Z] Running ssh-add (command line suppressed) [2023-08-28T15:11:48.541Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16888038925940667916.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16888038925940667916.key) [2023-08-28T15:11:48.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-28T15:11:48.845Z] + git tag --points-at HEAD [Pipeline] } [2023-08-28T15:11:48.862Z] $ docker exec --env ******** --env ******** 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent -k [2023-08-28T15:11:48.962Z] unset SSH_AUTH_SOCK; [2023-08-28T15:11:48.962Z] unset SSH_AGENT_PID; [2023-08-28T15:11:48.963Z] echo Agent pid 38 killed; [2023-08-28T15:11:48.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-28T15:11:48.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-28T15:11:48.996Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-28T15:11:49.109Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-28T15:11:49.111Z] $ docker exec 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent [2023-08-28T15:11:49.220Z] SSH_AUTH_SOCK=/tmp/ssh-zNGC6IS8hVhl/agent.70 [2023-08-28T15:11:49.220Z] SSH_AGENT_PID=76 [2023-08-28T15:11:49.225Z] Running ssh-add (command line suppressed) [2023-08-28T15:11:49.328Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2574487338973768800.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2574487338973768800.key) [2023-08-28T15:11:49.347Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-28T15:11:49.632Z] + git semver init [2023-08-28T15:11:49.891Z] 2023-08-28 15:11:49,805 [run_init] DEBUG init version:0.0.0 force:False [2023-08-28T15:11:49.891Z] 2023-08-28 15:11:49,805 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-28T15:11:49.891Z] 2023-08-28 15:11:49,805 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-28T15:11:49.891Z] 2023-08-28 15:11:49,806 [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-08-28T15:11:50.459Z] 2023-08-28 15:11:50,438 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-08-28T15:11:50.459Z] 2023-08-28 15:11:50,438 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-08-28T15:11:50.459Z] 2023-08-28 15:11:50,438 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:11:50.459Z] 2023-08-28 15:11:50,439 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:11:50.459Z] 3.1.0-dev.38 [Pipeline] } [2023-08-28T15:11:50.727Z] $ docker exec --env ******** --env ******** 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent -k [2023-08-28T15:11:50.816Z] unset SSH_AUTH_SOCK; [2023-08-28T15:11:50.816Z] unset SSH_AGENT_PID; [2023-08-28T15:11:50.817Z] echo Agent pid 76 killed; [2023-08-28T15:11:50.827Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-28T15:11:51.131Z] + git semver [Pipeline] } [2023-08-28T15:11:51.402Z] $ docker stop --time=1 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 [2023-08-28T15:11:52.801Z] $ docker rm -f --volumes 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-28T15:11:53.170Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-28T15:11:53.393Z] Stashed 1 file(s) [Pipeline] echo [2023-08-28T15:11:53.396Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.38 [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-08-28T15:11:53.520Z] provisioning config files... [2023-08-28T15:11:53.530Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11084962903280589780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:11:53.851Z] ---> docker-login.sh [2023-08-28T15:11:53.852Z] nexus3.edgexfoundry.org:10001 [2023-08-28T15:11:53.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:53.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:53.852Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:53.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:53.852Z] [2023-08-28T15:11:53.852Z] Login Succeeded [2023-08-28T15:11:53.852Z] nexus3.edgexfoundry.org:10002 [2023-08-28T15:11:53.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:53.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:53.852Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:53.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:53.852Z] [2023-08-28T15:11:53.852Z] Login Succeeded [2023-08-28T15:11:53.852Z] nexus3.edgexfoundry.org:10003 [2023-08-28T15:11:54.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:54.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:54.111Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:54.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:54.111Z] [2023-08-28T15:11:54.111Z] Login Succeeded [2023-08-28T15:11:54.111Z] nexus3.edgexfoundry.org:10004 [2023-08-28T15:11:54.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:54.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:54.111Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:54.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:54.111Z] [2023-08-28T15:11:54.111Z] Login Succeeded [2023-08-28T15:11:54.111Z] docker.io [2023-08-28T15:11:54.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:11:54.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:11:54.371Z] Configure a credential helper to remove this warning. See [2023-08-28T15:11:54.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:11:54.371Z] [2023-08-28T15:11:54.371Z] Login Succeeded [2023-08-28T15:11:54.371Z] ---> docker-login.sh ends [Pipeline] } [2023-08-28T15:11:54.379Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-28T15:11:54.448Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-28T15:11:54.464Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-28T15:11:54.476Z] ========================================================= [2023-08-28T15:11:54.476Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-28T15:11:54.476Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:11:54.786Z] + 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-08-28T15:11:54.786Z] Sending build context to Docker daemon 491kB [2023-08-28T15:11:54.786Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-28T15:11:54.786Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-28T15:11:54.786Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-28T15:11:54.786Z] 4db1b89c0bd1: Pulling fs layer [2023-08-28T15:11:54.786Z] 6911f1a30b25: Pulling fs layer [2023-08-28T15:11:54.786Z] e194b8c5c2a9: Pulling fs layer [2023-08-28T15:11:54.786Z] 6863d3e3a2b1: Pulling fs layer [2023-08-28T15:11:54.786Z] ec0bb842ea78: Pulling fs layer [2023-08-28T15:11:54.786Z] 40a00589a448: Pulling fs layer [2023-08-28T15:11:54.786Z] 6c08303d61cc: Pulling fs layer [2023-08-28T15:11:54.786Z] 798269fcf238: Pulling fs layer [2023-08-28T15:11:54.786Z] 6863d3e3a2b1: Waiting [2023-08-28T15:11:54.786Z] ec0bb842ea78: Waiting [2023-08-28T15:11:54.786Z] 40a00589a448: Waiting [2023-08-28T15:11:54.786Z] 6c08303d61cc: Waiting [2023-08-28T15:11:54.786Z] 6911f1a30b25: Download complete [2023-08-28T15:11:54.786Z] 6863d3e3a2b1: Download complete [2023-08-28T15:11:54.786Z] ec0bb842ea78: Verifying Checksum [2023-08-28T15:11:54.786Z] ec0bb842ea78: Download complete [2023-08-28T15:11:54.786Z] 4db1b89c0bd1: Verifying Checksum [2023-08-28T15:11:54.786Z] 4db1b89c0bd1: Download complete [2023-08-28T15:11:55.046Z] 40a00589a448: Verifying Checksum [2023-08-28T15:11:55.046Z] 40a00589a448: Download complete [2023-08-28T15:11:55.046Z] 4db1b89c0bd1: Pull complete [2023-08-28T15:11:55.309Z] 6911f1a30b25: Pull complete [2023-08-28T15:11:55.568Z] e194b8c5c2a9: Verifying Checksum [2023-08-28T15:11:55.568Z] e194b8c5c2a9: Download complete [2023-08-28T15:11:55.568Z] 798269fcf238: Verifying Checksum [2023-08-28T15:11:55.568Z] 798269fcf238: Download complete [2023-08-28T15:11:55.826Z] 6c08303d61cc: Verifying Checksum [2023-08-28T15:11:55.826Z] 6c08303d61cc: Download complete [2023-08-28T15:12:00.011Z] e194b8c5c2a9: Pull complete [2023-08-28T15:12:00.011Z] 6863d3e3a2b1: Pull complete [2023-08-28T15:12:00.011Z] ec0bb842ea78: Pull complete [2023-08-28T15:12:00.011Z] 40a00589a448: Pull complete [2023-08-28T15:12:01.912Z] 6c08303d61cc: Pull complete [2023-08-28T15:12:02.852Z] 798269fcf238: Pull complete [2023-08-28T15:12:02.852Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-28T15:12:02.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-28T15:12:02.852Z] ---> ec979cd7f677 [2023-08-28T15:12:02.852Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-28T15:12:08.129Z] ---> Running in de85d2c56807 [2023-08-28T15:12:08.129Z] Removing intermediate container de85d2c56807 [2023-08-28T15:12:08.129Z] ---> df469f00d992 [2023-08-28T15:12:08.129Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-28T15:12:08.129Z] ---> Running in 95f252b1a9ac [2023-08-28T15:12:08.129Z] Removing intermediate container 95f252b1a9ac [2023-08-28T15:12:08.129Z] ---> 5a0d1cb21170 [2023-08-28T15:12:08.129Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-28T15:12:08.129Z] ---> Running in 5fb2b3216353 [2023-08-28T15:12:08.129Z] Removing intermediate container 5fb2b3216353 [2023-08-28T15:12:08.129Z] ---> 330efe7db972 [2023-08-28T15:12:08.129Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-28T15:12:08.129Z] ---> Running in ce19fc05c070 [2023-08-28T15:12:08.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-28T15:12:08.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-28T15:12:08.490Z] Still waiting to schedule task [2023-08-28T15:12:08.490Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-4739’ is offline [2023-08-28T15:12:08.646Z] OK: 265 MiB in 53 packages [2023-08-28T15:12:08.905Z] Removing intermediate container ce19fc05c070 [2023-08-28T15:12:08.905Z] ---> c82c3754b598 [2023-08-28T15:12:08.905Z] Step 7/12 : WORKDIR /app [2023-08-28T15:12:08.905Z] ---> Running in d68a0d63f7df [2023-08-28T15:12:09.164Z] Removing intermediate container d68a0d63f7df [2023-08-28T15:12:09.164Z] ---> d621abc923dd [2023-08-28T15:12:09.164Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-28T15:12:09.164Z] ---> 8757502e3496 [2023-08-28T15:12:09.164Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-28T15:12:09.164Z] ---> Running in 39bfe9e10fd2 [2023-08-28T15:12:41.422Z] Removing intermediate container 39bfe9e10fd2 [2023-08-28T15:12:41.422Z] ---> 66f166f19d33 [2023-08-28T15:12:41.422Z] Step 10/12 : COPY . . [2023-08-28T15:12:41.422Z] ---> 2f898a147fd9 [2023-08-28T15:12:41.422Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-28T15:12:41.422Z] ---> Running in c14e5ff3fa49 [2023-08-28T15:12:41.422Z] Removing intermediate container c14e5ff3fa49 [2023-08-28T15:12:41.422Z] ---> 1f49be4584fd [2023-08-28T15:12:41.422Z] Step 12/12 : RUN $MAKE [2023-08-28T15:12:41.422Z] ---> Running in b840abb28926 [2023-08-28T15:12:41.422Z] noop [2023-08-28T15:12:41.422Z] Removing intermediate container b840abb28926 [2023-08-28T15:12:41.422Z] ---> 103ecb60112d [2023-08-28T15:12:41.422Z] Successfully built 103ecb60112d [2023-08-28T15:12:41.422Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:12:41.744Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-28T15:12:41.744Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:12:41.821Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:12:41.851Z] $ 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-08-28T15:12:42.174Z] $ docker top f698105b5577b47739034301939e7aadfb723a03659666ed1c058242a3e2399a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-28T15:12:42.515Z] + go version [2023-08-28T15:12:42.515Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-28T15:12:42.530Z] $ docker stop --time=1 f698105b5577b47739034301939e7aadfb723a03659666ed1c058242a3e2399a [2023-08-28T15:12:43.767Z] $ docker rm -f --volumes f698105b5577b47739034301939e7aadfb723a03659666ed1c058242a3e2399a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:12:44.176Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-28T15:12:44.176Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:12:44.246Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:12:44.275Z] $ 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-08-28T15:12:44.572Z] $ docker top abba759b47d49b0fd4882037ea3bdcda98ae9681e7e30edde0a85be5500e243a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-28T15:12:44.915Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-08-28T15:12:45.211Z] + make test [2023-08-28T15:12:45.211Z] go test -race -coverprofile=coverage.out ./... [2023-08-28T15:13:03.289Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-28T15:13:03.856Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.061s coverage: 88.0% of statements [2023-08-28T15:13:03.856Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-28T15:13:03.856Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-28T15:13:03.856Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-28T15:13:13.832Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.601s coverage: 98.1% of statements [2023-08-28T15:13:13.832Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.113s coverage: 78.0% of statements [2023-08-28T15:13:35.747Z] go vet ./... [2023-08-28T15:13:37.646Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-28T15:13:37.646Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-28T15:13:37.646Z] ./bin/test-attribution-txt.sh [2023-08-28T15:13:37.646Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-08-28T15:13:37.646Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-08-28T15:13:37.646Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-28T15:13:37.646Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-28T15:13:37.646Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-28T15:13:37.646Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-28T15:13:37.657Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-28T15:13:37.666Z] $ docker stop --time=1 abba759b47d49b0fd4882037ea3bdcda98ae9681e7e30edde0a85be5500e243a [2023-08-28T15:13:41.440Z] $ docker rm -f --volumes abba759b47d49b0fd4882037ea3bdcda98ae9681e7e30edde0a85be5500e243a [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-28T15:13:41.947Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-28T15:13:42.049Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-28T15:13:42.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-28T15:13:42.870Z] + ls -al . [2023-08-28T15:13:42.870Z] total 180 [2023-08-28T15:13:42.870Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 28 15:12 . [2023-08-28T15:13:42.870Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 15:11 .. [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 28 15:11 .dockerignore [2023-08-28T15:13:42.870Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 15:11 .git [2023-08-28T15:13:42.870Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:11 .github [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 28 15:11 .gitignore [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 28 15:11 .golangci.yml [2023-08-28T15:13:42.870Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 28 15:11 .semver [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 28 15:11 Attribution.txt [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 28 15:11 CHANGELOG.md [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 28 15:11 Dockerfile [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 28 15:11 GOVERNANCE.md [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 28 15:11 Jenkinsfile [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 28 15:11 LICENSE [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 28 15:11 Makefile [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 28 15:11 OWNERS.md [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 28 15:11 README.md [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 28 15:11 Record and Reply.postman_collection.json [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 28 15:11 VERSION [2023-08-28T15:13:42.870Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:11 bin [2023-08-28T15:13:42.870Z] -rw-r--r-- 1 jenkins jenkins 21225 Aug 28 15:13 coverage.out [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 3916 Aug 28 15:11 go.mod [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 34159 Aug 28 15:11 go.sum [2023-08-28T15:13:42.870Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 28 15:11 internal [2023-08-28T15:13:42.870Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 28 15:11 main.go [2023-08-28T15:13:42.870Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 15:11 pkg [2023-08-28T15:13:42.870Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:11 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:13:43.179Z] + 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=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f --label arch=amd64 --label version=3.1.0-dev.38 . [2023-08-28T15:13:43.179Z] Sending build context to Docker daemon 513kB [2023-08-28T15:13:43.179Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-28T15:13:43.179Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-28T15:13:43.179Z] ---> 103ecb60112d [2023-08-28T15:13:43.179Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-28T15:13:43.179Z] ---> Running in bfb594a23d0e [2023-08-28T15:13:43.438Z] Removing intermediate container bfb594a23d0e [2023-08-28T15:13:43.438Z] ---> 9540d80ed5d7 [2023-08-28T15:13:43.438Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-28T15:13:43.438Z] ---> Running in 42ca492ce96f [2023-08-28T15:13:43.438Z] Removing intermediate container 42ca492ce96f [2023-08-28T15:13:43.438Z] ---> 54ac235bf10c [2023-08-28T15:13:43.438Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-28T15:13:43.438Z] ---> Running in ecc535e7d89f [2023-08-28T15:13:43.438Z] Removing intermediate container ecc535e7d89f [2023-08-28T15:13:43.438Z] ---> 39cf3f9ab12b [2023-08-28T15:13:43.438Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-28T15:13:43.438Z] ---> Running in 07f52af36709 [2023-08-28T15:13:43.697Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-28T15:13:43.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-28T15:13:44.215Z] OK: 265 MiB in 53 packages [2023-08-28T15:13:44.474Z] Removing intermediate container 07f52af36709 [2023-08-28T15:13:44.474Z] ---> 3cf2138cb358 [2023-08-28T15:13:44.474Z] Step 7/26 : WORKDIR /app [2023-08-28T15:13:44.474Z] ---> Running in 3d1f69941f29 [2023-08-28T15:13:44.474Z] Removing intermediate container 3d1f69941f29 [2023-08-28T15:13:44.474Z] ---> d94486e07e00 [2023-08-28T15:13:44.474Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-28T15:13:44.732Z] ---> 391864dfdec0 [2023-08-28T15:13:44.732Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-28T15:13:44.732Z] ---> Running in 7e241d14e070 [2023-08-28T15:13:45.668Z] Removing intermediate container 7e241d14e070 [2023-08-28T15:13:45.668Z] ---> f62437f180d4 [2023-08-28T15:13:45.668Z] Step 10/26 : COPY . . [2023-08-28T15:13:45.668Z] ---> 3f978a22550a [2023-08-28T15:13:45.668Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-28T15:13:45.668Z] ---> Running in 987da4b33028 [2023-08-28T15:13:45.668Z] Removing intermediate container 987da4b33028 [2023-08-28T15:13:45.668Z] ---> 31eed41a0a72 [2023-08-28T15:13:45.668Z] Step 12/26 : RUN $MAKE [2023-08-28T15:13:45.668Z] ---> Running in e970abb5503d [2023-08-28T15:13:45.927Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.38" -trimpath -mod=readonly -o app-record-replay [2023-08-28T15:14:07.868Z] Removing intermediate container e970abb5503d [2023-08-28T15:14:07.868Z] ---> 48fa0c168163 [2023-08-28T15:14:07.868Z] Step 13/26 : FROM alpine:3.17 [2023-08-28T15:14:07.868Z] 3.17: Pulling from library/alpine [2023-08-28T15:14:07.868Z] 9398808236ff: Pulling fs layer [2023-08-28T15:14:07.868Z] 9398808236ff: Verifying Checksum [2023-08-28T15:14:07.868Z] 9398808236ff: Download complete [2023-08-28T15:14:07.868Z] 9398808236ff: Pull complete [2023-08-28T15:14:07.868Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-28T15:14:07.868Z] Status: Downloaded newer image for alpine:3.17 [2023-08-28T15:14:07.868Z] ---> 1e0b8b5322fc [2023-08-28T15:14:07.868Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-28T15:14:07.868Z] ---> Running in 2a537bf9731a [2023-08-28T15:14:07.868Z] Removing intermediate container 2a537bf9731a [2023-08-28T15:14:07.868Z] ---> a81eaf35bcfd [2023-08-28T15:14:07.868Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-28T15:14:07.868Z] ---> Running in ad5962962361 [2023-08-28T15:14:07.868Z] Removing intermediate container ad5962962361 [2023-08-28T15:14:07.868Z] ---> 6e345192c902 [2023-08-28T15:14:07.868Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-28T15:14:07.868Z] ---> Running in fcee627ce01c [2023-08-28T15:14:08.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-28T15:14:08.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-28T15:14:08.384Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-28T15:14:08.384Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-28T15:14:08.642Z] Executing busybox-1.35.0-r29.trigger [2023-08-28T15:14:08.642Z] Executing ca-certificates-20230506-r0.trigger [2023-08-28T15:14:08.642Z] OK: 8 MiB in 17 packages [2023-08-28T15:14:08.900Z] Removing intermediate container fcee627ce01c [2023-08-28T15:14:08.900Z] ---> 6fe55aea4d42 [2023-08-28T15:14:08.900Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-28T15:14:09.159Z] ---> 1e7d7f3e2a5e [2023-08-28T15:14:09.159Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-28T15:14:09.159Z] ---> 6472826ebf74 [2023-08-28T15:14:09.159Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-28T15:14:09.417Z] ---> 7e452a8fdf63 [2023-08-28T15:14:09.417Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-28T15:14:10.355Z] ---> 1af56cda210c [2023-08-28T15:14:10.355Z] Step 21/26 : EXPOSE 59712 [2023-08-28T15:14:10.355Z] ---> Running in 585852c8ab11 [2023-08-28T15:14:10.355Z] Removing intermediate container 585852c8ab11 [2023-08-28T15:14:10.355Z] ---> 32bbf698972d [2023-08-28T15:14:10.355Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-28T15:14:10.355Z] ---> Running in 52c45e1fe118 [2023-08-28T15:14:10.355Z] Removing intermediate container 52c45e1fe118 [2023-08-28T15:14:10.355Z] ---> 4f2509da4a20 [2023-08-28T15:14:10.355Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-28T15:14:10.355Z] ---> Running in 304d805b42ae [2023-08-28T15:14:10.355Z] Removing intermediate container 304d805b42ae [2023-08-28T15:14:10.355Z] ---> 9cc5c9b2527b [2023-08-28T15:14:10.355Z] Step 24/26 : LABEL arch=amd64 [2023-08-28T15:14:10.355Z] ---> Running in 660fa43986e3 [2023-08-28T15:14:10.614Z] Removing intermediate container 660fa43986e3 [2023-08-28T15:14:10.614Z] ---> 7b89afc31bbb [2023-08-28T15:14:10.614Z] Step 25/26 : LABEL git_sha=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:14:10.614Z] ---> Running in fd28bbf23995 [2023-08-28T15:14:10.614Z] Removing intermediate container fd28bbf23995 [2023-08-28T15:14:10.614Z] ---> 5edb253fc24f [2023-08-28T15:14:10.614Z] Step 26/26 : LABEL version=3.1.0-dev.38 [2023-08-28T15:14:10.614Z] ---> Running in 5a15acafb735 [2023-08-28T15:14:10.614Z] Removing intermediate container 5a15acafb735 [2023-08-28T15:14:10.614Z] ---> 3ac95e6cd6ab [2023-08-28T15:14:10.614Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-28T15:14:10.614Z] Successfully built 3ac95e6cd6ab [2023-08-28T15:14:10.614Z] Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-28T15:14:10.709Z] provisioning config files... [2023-08-28T15:14:10.718Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5076056217079881198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:14:11.010Z] ---> docker-login.sh [2023-08-28T15:14:11.010Z] nexus3.edgexfoundry.org:10001 [2023-08-28T15:14:11.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:14:11.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:14:11.010Z] Configure a credential helper to remove this warning. See [2023-08-28T15:14:11.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:14:11.010Z] [2023-08-28T15:14:11.010Z] Login Succeeded [2023-08-28T15:14:11.010Z] nexus3.edgexfoundry.org:10002 [2023-08-28T15:14:11.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:14:11.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:14:11.010Z] Configure a credential helper to remove this warning. See [2023-08-28T15:14:11.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:14:11.010Z] [2023-08-28T15:14:11.010Z] Login Succeeded [2023-08-28T15:14:11.010Z] nexus3.edgexfoundry.org:10003 [2023-08-28T15:14:11.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:14:11.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:14:11.268Z] Configure a credential helper to remove this warning. See [2023-08-28T15:14:11.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:14:11.268Z] [2023-08-28T15:14:11.268Z] Login Succeeded [2023-08-28T15:14:11.268Z] nexus3.edgexfoundry.org:10004 [2023-08-28T15:14:11.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:14:11.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:14:11.268Z] Configure a credential helper to remove this warning. See [2023-08-28T15:14:11.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:14:11.268Z] [2023-08-28T15:14:11.268Z] Login Succeeded [2023-08-28T15:14:11.268Z] docker.io [2023-08-28T15:14:11.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:14:11.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:14:11.526Z] Configure a credential helper to remove this warning. See [2023-08-28T15:14:11.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:14:11.526Z] [2023-08-28T15:14:11.526Z] Login Succeeded [2023-08-28T15:14:11.526Z] ---> docker-login.sh ends [Pipeline] } [2023-08-28T15:14:11.532Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-28T15:14:11.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-28T15:14:11.573Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-08-28T15:14:11.573Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:14:11.573Z] latest [2023-08-28T15:14:11.573Z] 3.1.0-dev.38 [2023-08-28T15:14:11.573Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [2023-08-28T15:14:11.573Z] main [2023-08-28T15:14:11.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:11.878Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:12.181Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:14:12.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-28T15:14:12.181Z] dfe151341ae5: Preparing [2023-08-28T15:14:12.181Z] 1e0fb7c53c2d: Preparing [2023-08-28T15:14:12.181Z] 4318177a79e5: Preparing [2023-08-28T15:14:12.181Z] 166796b508f9: Preparing [2023-08-28T15:14:12.181Z] 2099322d353a: Preparing [2023-08-28T15:14:12.181Z] 36b50b131297: Preparing [2023-08-28T15:14:12.181Z] 36b50b131297: Waiting [2023-08-28T15:14:12.181Z] 166796b508f9: Pushed [2023-08-28T15:14:12.181Z] 4318177a79e5: Pushed [2023-08-28T15:14:12.181Z] 1e0fb7c53c2d: Pushed [2023-08-28T15:14:12.181Z] 36b50b131297: Layer already exists [2023-08-28T15:14:12.181Z] 2099322d353a: Pushed [2023-08-28T15:14:14.712Z] dfe151341ae5: Pushed [2023-08-28T15:14:14.712Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:15.013Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:15.313Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-28T15:14:15.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-28T15:14:15.313Z] dfe151341ae5: Preparing [2023-08-28T15:14:15.313Z] 1e0fb7c53c2d: Preparing [2023-08-28T15:14:15.313Z] 4318177a79e5: Preparing [2023-08-28T15:14:15.313Z] 166796b508f9: Preparing [2023-08-28T15:14:15.313Z] 2099322d353a: Preparing [2023-08-28T15:14:15.313Z] 36b50b131297: Preparing [2023-08-28T15:14:15.313Z] 36b50b131297: Waiting [2023-08-28T15:14:15.313Z] 4318177a79e5: Layer already exists [2023-08-28T15:14:15.313Z] 2099322d353a: Layer already exists [2023-08-28T15:14:15.313Z] 1e0fb7c53c2d: Layer already exists [2023-08-28T15:14:15.313Z] 166796b508f9: Layer already exists [2023-08-28T15:14:15.313Z] dfe151341ae5: Layer already exists [2023-08-28T15:14:15.313Z] 36b50b131297: Layer already exists [2023-08-28T15:14:15.313Z] latest: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:15.615Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:15.914Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.38 [2023-08-28T15:14:15.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-28T15:14:15.914Z] dfe151341ae5: Preparing [2023-08-28T15:14:15.914Z] 1e0fb7c53c2d: Preparing [2023-08-28T15:14:15.914Z] 4318177a79e5: Preparing [2023-08-28T15:14:15.914Z] 166796b508f9: Preparing [2023-08-28T15:14:15.914Z] 2099322d353a: Preparing [2023-08-28T15:14:15.914Z] 36b50b131297: Preparing [2023-08-28T15:14:15.914Z] 36b50b131297: Waiting [2023-08-28T15:14:15.914Z] 4318177a79e5: Layer already exists [2023-08-28T15:14:15.914Z] dfe151341ae5: Layer already exists [2023-08-28T15:14:15.914Z] 166796b508f9: Layer already exists [2023-08-28T15:14:15.914Z] 1e0fb7c53c2d: Layer already exists [2023-08-28T15:14:15.914Z] 2099322d353a: Layer already exists [2023-08-28T15:14:15.914Z] 36b50b131297: Layer already exists [2023-08-28T15:14:15.914Z] 3.1.0-dev.38: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:16.220Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:16.521Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [2023-08-28T15:14:16.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-28T15:14:16.521Z] dfe151341ae5: Preparing [2023-08-28T15:14:16.521Z] 1e0fb7c53c2d: Preparing [2023-08-28T15:14:16.521Z] 4318177a79e5: Preparing [2023-08-28T15:14:16.521Z] 166796b508f9: Preparing [2023-08-28T15:14:16.521Z] 2099322d353a: Preparing [2023-08-28T15:14:16.521Z] 36b50b131297: Preparing [2023-08-28T15:14:16.521Z] 36b50b131297: Waiting [2023-08-28T15:14:16.521Z] 1e0fb7c53c2d: Layer already exists [2023-08-28T15:14:16.521Z] dfe151341ae5: Layer already exists [2023-08-28T15:14:16.521Z] 2099322d353a: Layer already exists [2023-08-28T15:14:16.521Z] 4318177a79e5: Layer already exists [2023-08-28T15:14:16.521Z] 166796b508f9: Layer already exists [2023-08-28T15:14:16.521Z] 36b50b131297: Layer already exists [2023-08-28T15:14:16.521Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:16.831Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:17.132Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-08-28T15:14:17.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-28T15:14:17.132Z] dfe151341ae5: Preparing [2023-08-28T15:14:17.132Z] 1e0fb7c53c2d: Preparing [2023-08-28T15:14:17.132Z] 4318177a79e5: Preparing [2023-08-28T15:14:17.132Z] 166796b508f9: Preparing [2023-08-28T15:14:17.132Z] 2099322d353a: Preparing [2023-08-28T15:14:17.132Z] 36b50b131297: Preparing [2023-08-28T15:14:17.132Z] 36b50b131297: Waiting [2023-08-28T15:14:17.132Z] 2099322d353a: Layer already exists [2023-08-28T15:14:17.132Z] 166796b508f9: Layer already exists [2023-08-28T15:14:17.132Z] dfe151341ae5: Layer already exists [2023-08-28T15:14:17.132Z] 4318177a79e5: Layer already exists [2023-08-28T15:14:17.132Z] 1e0fb7c53c2d: Layer already exists [2023-08-28T15:14:17.132Z] 36b50b131297: Layer already exists [2023-08-28T15:14:17.132Z] main: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-28T15:14:17.169Z] ===================================================== [Pipeline] echo [2023-08-28T15:14:17.175Z] taggedImages: [2023-08-28T15:14:17.175Z] - nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:14:17.175Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-28T15:14:17.175Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.38 [2023-08-28T15:14:17.175Z] - nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [2023-08-28T15:14:17.175Z] - 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-08-28T15:14:17.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-28T15:14:17.533Z] [2023-08-28T15:14:17.533Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:14:17.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-28T15:14:17.824Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-28T15:14:17.824Z] 5eb5b503b376: Pulling fs layer [2023-08-28T15:14:17.824Z] 5c69ac0246d0: Pulling fs layer [2023-08-28T15:14:17.824Z] ec43610c2a17: Pulling fs layer [2023-08-28T15:14:17.824Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-28T15:14:17.824Z] 33b1e0a273af: Pulling fs layer [2023-08-28T15:14:17.824Z] 5d3b04190fa2: Pulling fs layer [2023-08-28T15:14:17.824Z] 2f39f015ded8: Pulling fs layer [2023-08-28T15:14:17.824Z] 2f39f015ded8: Waiting [2023-08-28T15:14:17.824Z] 33b1e0a273af: Waiting [2023-08-28T15:14:17.824Z] 5d3b04190fa2: Waiting [2023-08-28T15:14:17.824Z] 3a2ae6a8a46f: Waiting [2023-08-28T15:14:17.824Z] 5c69ac0246d0: Verifying Checksum [2023-08-28T15:14:17.824Z] 5c69ac0246d0: Download complete [2023-08-28T15:14:17.824Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-28T15:14:17.824Z] 3a2ae6a8a46f: Download complete [2023-08-28T15:14:17.824Z] 33b1e0a273af: Verifying Checksum [2023-08-28T15:14:17.824Z] 33b1e0a273af: Download complete [2023-08-28T15:14:17.824Z] ec43610c2a17: Verifying Checksum [2023-08-28T15:14:17.824Z] ec43610c2a17: Download complete [2023-08-28T15:14:17.824Z] 5d3b04190fa2: Verifying Checksum [2023-08-28T15:14:17.824Z] 5d3b04190fa2: Download complete [2023-08-28T15:14:18.083Z] 5eb5b503b376: Verifying Checksum [2023-08-28T15:14:18.083Z] 5eb5b503b376: Download complete [2023-08-28T15:14:19.018Z] 5eb5b503b376: Pull complete [2023-08-28T15:14:19.276Z] 5c69ac0246d0: Pull complete [2023-08-28T15:14:19.534Z] ec43610c2a17: Pull complete [2023-08-28T15:14:19.534Z] 3a2ae6a8a46f: Pull complete [2023-08-28T15:14:19.791Z] 33b1e0a273af: Pull complete [2023-08-28T15:14:19.791Z] 5d3b04190fa2: Pull complete [2023-08-28T15:14:23.971Z] 2f39f015ded8: Pull complete [2023-08-28T15:14:23.971Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-28T15:14:23.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-28T15:14:23.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:14:24.046Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:14:24.072Z] $ 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-08-28T15:14:28.865Z] $ docker top 62f6c39bde65b142bc5c1f0bf7b47aee03f343f8954cd7a55a7c10c1d806617d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:14:29.239Z] ---> job-cost.sh [2023-08-28T15:14:29.239Z] lf-activate-venv: SKIPPING [2023-08-28T15:14:29.239Z] INFO: No Stack... [2023-08-28T15:14:29.807Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-28T15:14:30.066Z] INFO: Archiving Costs [Pipeline] sh [2023-08-28T15:14:30.356Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-08-28T15:14:30.356Z] + cut -d, -f6 [Pipeline] lock [2023-08-28T15:14:30.366Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [2023-08-28T15:14:30.373Z] Resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] did not exist. Created. [2023-08-28T15:14:30.373Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-28T15:14:30.671Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-28T15:14:30.699Z] Stashed 1 file(s) [Pipeline] } [2023-08-28T15:14:30.709Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-28T15:14:30.725Z] $ docker stop --time=1 62f6c39bde65b142bc5c1f0bf7b47aee03f343f8954cd7a55a7c10c1d806617d [2023-08-28T15:14:31.877Z] $ docker rm -f --volumes 62f6c39bde65b142bc5c1f0bf7b47aee03f343f8954cd7a55a7c10c1d806617d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-28T15:14:32.339Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4740 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-08-28T15:14:32.352Z] Running in /w/workspace/app-record-replay/41 [Pipeline] { [Pipeline] checkout [2023-08-28T15:14:32.401Z] Selected Git installation does not exist. Using Default [2023-08-28T15:14:32.401Z] The recommended git tool is: NONE [2023-08-28T15:14:37.712Z] using credential edgex-jenkins-ssh [2023-08-28T15:14:37.730Z] Cloning the remote Git repository [2023-08-28T15:14:37.778Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-08-28T15:14:37.874Z] > git init /w/workspace/app-record-replay/41 # timeout=10 [2023-08-28T15:14:38.036Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-08-28T15:14:38.037Z] > git --version # timeout=10 [2023-08-28T15:14:38.060Z] > git --version # 'git version 2.25.1' [2023-08-28T15:14:38.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-28T15:14:38.232Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-28T15:14:39.767Z] Avoid second fetch [2023-08-28T15:14:39.768Z] Checking out Revision 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f (main) [2023-08-28T15:14:38.856Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-08-28T15:14:38.883Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-28T15:14:39.788Z] > git config core.sparsecheckout # timeout=10 [2023-08-28T15:14:40.334Z] Commit message: "Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.22" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-28T15:14:39.853Z] > git checkout -f 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f # timeout=10 [2023-08-28T15:14:41.230Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-28T15:14:41.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-28T15:14:41.230Z] Dload Upload Total Spent Left Speed [2023-08-28T15:14:41.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2023-08-28T15:14:41.882Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-28T15:14:42.206Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-28T15:14:42.206Z] + sudo tee /etc/docker/daemon.new [2023-08-28T15:14:42.206Z] { [2023-08-28T15:14:42.206Z] "registry-mirrors": [ [2023-08-28T15:14:42.206Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-28T15:14:42.206Z] ], [2023-08-28T15:14:42.206Z] "bip": "10.250.0.254/24", [2023-08-28T15:14:42.206Z] "hosts": [ [2023-08-28T15:14:42.206Z] "tcp://0.0.0.0:5555", [2023-08-28T15:14:42.206Z] "unix:///var/run/docker.sock" [2023-08-28T15:14:42.206Z] ], [2023-08-28T15:14:42.206Z] "mtu": 1458, [2023-08-28T15:14:42.206Z] "selinux-enabled": true, [2023-08-28T15:14:42.206Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-28T15:14:42.206Z] } [Pipeline] sh [2023-08-28T15:14:42.542Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-28T15:14:42.871Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-28T15:15:01.135Z] provisioning config files... [2023-08-28T15:15:01.161Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/41@tmp/config17995300539741628051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:15:01.506Z] ---> docker-login.sh [2023-08-28T15:15:01.506Z] nexus3.edgexfoundry.org:10001 [2023-08-28T15:15:01.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:15:02.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:15:02.038Z] Configure a credential helper to remove this warning. See [2023-08-28T15:15:02.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:15:02.038Z] [2023-08-28T15:15:02.038Z] Login Succeeded [2023-08-28T15:15:02.038Z] nexus3.edgexfoundry.org:10002 [2023-08-28T15:15:02.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:15:02.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:15:02.306Z] Configure a credential helper to remove this warning. See [2023-08-28T15:15:02.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:15:02.306Z] [2023-08-28T15:15:02.306Z] Login Succeeded [2023-08-28T15:15:02.575Z] nexus3.edgexfoundry.org:10003 [2023-08-28T15:15:02.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:15:02.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:15:02.844Z] Configure a credential helper to remove this warning. See [2023-08-28T15:15:02.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:15:02.844Z] [2023-08-28T15:15:02.844Z] Login Succeeded [2023-08-28T15:15:02.844Z] nexus3.edgexfoundry.org:10004 [2023-08-28T15:15:03.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:15:03.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:15:03.113Z] Configure a credential helper to remove this warning. See [2023-08-28T15:15:03.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:15:03.113Z] [2023-08-28T15:15:03.113Z] Login Succeeded [2023-08-28T15:15:03.113Z] docker.io [2023-08-28T15:15:03.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:15:03.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:15:03.652Z] Configure a credential helper to remove this warning. See [2023-08-28T15:15:03.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:15:03.652Z] [2023-08-28T15:15:03.652Z] Login Succeeded [2023-08-28T15:15:03.652Z] ---> docker-login.sh ends [Pipeline] } [2023-08-28T15:15:03.667Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-28T15:15:03.929Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-28T15:15:03.945Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-28T15:15:03.959Z] ========================================================= [2023-08-28T15:15:03.959Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-28T15:15:03.959Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:15:04.325Z] + 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-08-28T15:15:04.326Z] Sending build context to Docker daemon 221.2kB [2023-08-28T15:15:04.596Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-28T15:15:04.596Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-28T15:15:04.596Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-28T15:15:04.596Z] edb6bdbacee9: Pulling fs layer [2023-08-28T15:15:04.596Z] 5f9638ab2659: Pulling fs layer [2023-08-28T15:15:04.596Z] 8d51d6327a98: Pulling fs layer [2023-08-28T15:15:04.596Z] 8b374f2dd631: Pulling fs layer [2023-08-28T15:15:04.596Z] ec14aa9079de: Pulling fs layer [2023-08-28T15:15:04.596Z] 2f466654f4bb: Pulling fs layer [2023-08-28T15:15:04.596Z] 554e91adad29: Pulling fs layer [2023-08-28T15:15:04.596Z] ec14aa9079de: Waiting [2023-08-28T15:15:04.596Z] 2f466654f4bb: Waiting [2023-08-28T15:15:04.596Z] 554e91adad29: Waiting [2023-08-28T15:15:04.596Z] 8b374f2dd631: Waiting [2023-08-28T15:15:04.596Z] 5f9638ab2659: Verifying Checksum [2023-08-28T15:15:04.596Z] 5f9638ab2659: Download complete [2023-08-28T15:15:04.868Z] 8b374f2dd631: Verifying Checksum [2023-08-28T15:15:04.868Z] 8b374f2dd631: Download complete [2023-08-28T15:15:04.868Z] ec14aa9079de: Verifying Checksum [2023-08-28T15:15:04.868Z] ec14aa9079de: Download complete [2023-08-28T15:15:04.868Z] edb6bdbacee9: Verifying Checksum [2023-08-28T15:15:04.868Z] edb6bdbacee9: Download complete [2023-08-28T15:15:05.849Z] edb6bdbacee9: Pull complete [2023-08-28T15:15:06.119Z] 554e91adad29: Verifying Checksum [2023-08-28T15:15:06.119Z] 554e91adad29: Download complete [2023-08-28T15:15:06.722Z] 5f9638ab2659: Pull complete [2023-08-28T15:15:07.311Z] 8d51d6327a98: Verifying Checksum [2023-08-28T15:15:07.311Z] 8d51d6327a98: Download complete [2023-08-28T15:15:07.311Z] 2f466654f4bb: Download complete [2023-08-28T15:15:19.640Z] 8d51d6327a98: Pull complete [2023-08-28T15:15:19.640Z] 8b374f2dd631: Pull complete [2023-08-28T15:15:19.640Z] ec14aa9079de: Pull complete [2023-08-28T15:15:26.307Z] 2f466654f4bb: Pull complete [2023-08-28T15:15:28.268Z] 554e91adad29: Pull complete [2023-08-28T15:15:28.268Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-28T15:15:28.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-28T15:15:28.268Z] ---> 1e15ea492957 [2023-08-28T15:15:28.268Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-28T15:15:30.218Z] ---> Running in 79b3f916ceaf [2023-08-28T15:15:30.218Z] Removing intermediate container 79b3f916ceaf [2023-08-28T15:15:30.218Z] ---> e53645c89b6e [2023-08-28T15:15:30.218Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-28T15:15:30.490Z] ---> Running in 9e19561d074e [2023-08-28T15:15:30.758Z] Removing intermediate container 9e19561d074e [2023-08-28T15:15:30.758Z] ---> 79c9cc693499 [2023-08-28T15:15:30.758Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-28T15:15:30.758Z] ---> Running in c6df63748cb7 [2023-08-28T15:15:31.028Z] Removing intermediate container c6df63748cb7 [2023-08-28T15:15:31.028Z] ---> 630a470cc3ae [2023-08-28T15:15:31.028Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-28T15:15:31.028Z] ---> Running in 68cd5b65b6f9 [2023-08-28T15:15:32.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-28T15:15:32.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-28T15:15:33.673Z] OK: 263 MiB in 53 packages [2023-08-28T15:15:34.707Z] Removing intermediate container 68cd5b65b6f9 [2023-08-28T15:15:34.707Z] ---> 8fbb231c46f6 [2023-08-28T15:15:34.707Z] Step 7/12 : WORKDIR /app [2023-08-28T15:15:34.707Z] ---> Running in aac01e54c8e2 [2023-08-28T15:15:34.707Z] Removing intermediate container aac01e54c8e2 [2023-08-28T15:15:34.707Z] ---> 3730ce0b762d [2023-08-28T15:15:34.707Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-28T15:15:35.310Z] ---> 5cf0970f3fe4 [2023-08-28T15:15:35.310Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-28T15:15:35.310Z] ---> Running in 0da972ba6354 [2023-08-28T15:16:43.206Z] Removing intermediate container 0da972ba6354 [2023-08-28T15:16:43.206Z] ---> 8c4ed8f80657 [2023-08-28T15:16:43.206Z] Step 10/12 : COPY . . [2023-08-28T15:16:43.206Z] ---> ef2d880a1854 [2023-08-28T15:16:43.206Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-28T15:16:43.206Z] ---> Running in 839fd624a544 [2023-08-28T15:16:43.206Z] Removing intermediate container 839fd624a544 [2023-08-28T15:16:43.206Z] ---> 62037de31972 [2023-08-28T15:16:43.206Z] Step 12/12 : RUN $MAKE [2023-08-28T15:16:43.206Z] ---> Running in 9ef8379bd857 [2023-08-28T15:16:43.206Z] noop [2023-08-28T15:16:43.206Z] Removing intermediate container 9ef8379bd857 [2023-08-28T15:16:43.206Z] ---> c1f3172c1455 [2023-08-28T15:16:43.206Z] Successfully built c1f3172c1455 [2023-08-28T15:16:43.206Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:16:43.560Z] + docker inspect -f . ci-base-image-arm64 [2023-08-28T15:16:43.560Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:16:43.783Z] prd-ubuntu20.04-docker-arm64-4c-16g-4740 does not seem to be running inside a container [2023-08-28T15:16:43.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/41 -v /w/workspace/app-record-replay/41:/w/workspace/app-record-replay/41:rw,z -v /w/workspace/app-record-replay/41@tmp:/w/workspace/app-record-replay/41@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-08-28T15:16:47.622Z] $ docker top 485e8d0e4e995a7c3f0422d5864af10a7bf48ae920108fcdc113af97a8354d3f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-28T15:16:48.454Z] + go version [2023-08-28T15:16:48.454Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-28T15:16:48.477Z] $ docker stop --time=1 485e8d0e4e995a7c3f0422d5864af10a7bf48ae920108fcdc113af97a8354d3f [2023-08-28T15:16:50.086Z] $ docker rm -f --volumes 485e8d0e4e995a7c3f0422d5864af10a7bf48ae920108fcdc113af97a8354d3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:16:50.658Z] + docker inspect -f . ci-base-image-arm64 [2023-08-28T15:16:50.658Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:16:50.841Z] prd-ubuntu20.04-docker-arm64-4c-16g-4740 does not seem to be running inside a container [2023-08-28T15:16:50.922Z] $ 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/41 -v /w/workspace/app-record-replay/41:/w/workspace/app-record-replay/41:rw,z -v /w/workspace/app-record-replay/41@tmp:/w/workspace/app-record-replay/41@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-08-28T15:16:52.074Z] $ docker top 078c9932a69fd7ca94bb222779c047782bf22e5b157b5a9f435fb3954e3276f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-28T15:16:52.904Z] + git config --global --add safe.directory /w/workspace/app-record-replay/41 [Pipeline] fileExists [Pipeline] sh [2023-08-28T15:16:53.247Z] + make test [2023-08-28T15:16:53.248Z] go test -race -coverprofile=coverage.out ./... [2023-08-28T15:19:59.997Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-28T15:19:59.997Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.248s coverage: 88.0% of statements [2023-08-28T15:19:59.997Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-28T15:19:59.997Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-28T15:19:59.997Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-28T15:20:03.345Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.931s coverage: 98.1% of statements [2023-08-28T15:20:03.345Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.678s coverage: 78.0% of statements [2023-08-28T15:20:03.932Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-28T15:20:03.932Z] go vet ./... [2023-08-28T15:22:40.673Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-28T15:22:40.673Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-28T15:22:40.673Z] ./bin/test-attribution-txt.sh [2023-08-28T15:22:40.673Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-08-28T15:22:40.673Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-08-28T15:22:40.673Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-28T15:22:40.673Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-28T15:22:40.673Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-28T15:22:40.673Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-28T15:22:40.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-28T15:22:40.706Z] $ docker stop --time=1 078c9932a69fd7ca94bb222779c047782bf22e5b157b5a9f435fb3954e3276f9 [2023-08-28T15:22:45.215Z] $ docker rm -f --volumes 078c9932a69fd7ca94bb222779c047782bf22e5b157b5a9f435fb3954e3276f9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-28T15:22:46.862Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-28T15:22:46.885Z] Warning: overwriting stash ‘coverage-report’ [2023-08-28T15:22:47.304Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-28T15:22:47.700Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-28T15:22:48.021Z] + ls -al . [2023-08-28T15:22:48.021Z] total 176 [2023-08-28T15:22:48.021Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 15:16 . [2023-08-28T15:22:48.021Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 15:14 .. [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 28 15:14 .dockerignore [2023-08-28T15:22:48.021Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 15:14 .git [2023-08-28T15:22:48.021Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:14 .github [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 28 15:14 .gitignore [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 28 15:14 .golangci.yml [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 28 15:14 Attribution.txt [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 28 15:14 CHANGELOG.md [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 28 15:14 Dockerfile [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 28 15:14 GOVERNANCE.md [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 28 15:14 Jenkinsfile [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 28 15:14 LICENSE [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 28 15:14 Makefile [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 28 15:14 OWNERS.md [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 28 15:14 README.md [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 28 15:14 Record and Reply.postman_collection.json [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 28 15:11 VERSION [2023-08-28T15:22:48.021Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:14 bin [2023-08-28T15:22:48.021Z] -rw-r--r-- 1 jenkins jenkins 21225 Aug 28 15:20 coverage.out [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 3916 Aug 28 15:14 go.mod [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 34159 Aug 28 15:14 go.sum [2023-08-28T15:22:48.021Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 28 15:14 internal [2023-08-28T15:22:48.021Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 28 15:14 main.go [2023-08-28T15:22:48.021Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 15:14 pkg [2023-08-28T15:22:48.021Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:22:48.355Z] + 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=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f --label arch=arm64 --label version=3.1.0-dev.38 . [2023-08-28T15:22:48.355Z] Sending build context to Docker daemon 243.2kB [2023-08-28T15:22:48.621Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-28T15:22:48.621Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-28T15:22:48.621Z] ---> c1f3172c1455 [2023-08-28T15:22:48.621Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-28T15:22:48.621Z] ---> Running in 0bb8c47e39de [2023-08-28T15:22:48.891Z] Removing intermediate container 0bb8c47e39de [2023-08-28T15:22:48.891Z] ---> 62bf51cf4b85 [2023-08-28T15:22:48.891Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-28T15:22:49.160Z] ---> Running in bf4f1ac3e502 [2023-08-28T15:22:49.428Z] Removing intermediate container bf4f1ac3e502 [2023-08-28T15:22:49.428Z] ---> 409cdc0a39ec [2023-08-28T15:22:49.428Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-28T15:22:49.428Z] ---> Running in e2392b4545a4 [2023-08-28T15:22:49.701Z] Removing intermediate container e2392b4545a4 [2023-08-28T15:22:49.701Z] ---> 3d199eb266c9 [2023-08-28T15:22:49.701Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-28T15:22:49.701Z] ---> Running in fc5f345c5608 [2023-08-28T15:22:50.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-28T15:22:51.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-28T15:22:52.202Z] OK: 263 MiB in 53 packages [2023-08-28T15:22:53.165Z] Removing intermediate container fc5f345c5608 [2023-08-28T15:22:53.165Z] ---> f22d3657b5c1 [2023-08-28T15:22:53.165Z] Step 7/26 : WORKDIR /app [2023-08-28T15:22:53.165Z] ---> Running in ec176b59a420 [2023-08-28T15:22:53.431Z] Removing intermediate container ec176b59a420 [2023-08-28T15:22:53.431Z] ---> a0c4604430ae [2023-08-28T15:22:53.431Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-28T15:22:54.015Z] ---> f278ced89492 [2023-08-28T15:22:54.015Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-28T15:22:54.015Z] ---> Running in 1b6876d463ad [2023-08-28T15:22:58.283Z] Removing intermediate container 1b6876d463ad [2023-08-28T15:22:58.283Z] ---> b53c3804e925 [2023-08-28T15:22:58.283Z] Step 10/26 : COPY . . [2023-08-28T15:22:58.872Z] ---> c2dcdde17f0c [2023-08-28T15:22:58.872Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-28T15:22:59.139Z] ---> Running in 80b3a8485528 [2023-08-28T15:22:59.407Z] Removing intermediate container 80b3a8485528 [2023-08-28T15:22:59.407Z] ---> 9f532225b32f [2023-08-28T15:22:59.407Z] Step 12/26 : RUN $MAKE [2023-08-28T15:22:59.407Z] ---> Running in 379d555315dd [2023-08-28T15:23:00.375Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.38" -trimpath -mod=readonly -o app-record-replay [2023-08-28T15:25:22.070Z] Removing intermediate container 379d555315dd [2023-08-28T15:25:22.070Z] ---> 85a952e763a5 [2023-08-28T15:25:22.070Z] Step 13/26 : FROM alpine:3.17 [2023-08-28T15:25:22.070Z] 3.17: Pulling from library/alpine [2023-08-28T15:25:22.070Z] 4060ece20d7a: Pulling fs layer [2023-08-28T15:25:22.070Z] 4060ece20d7a: Verifying Checksum [2023-08-28T15:25:22.070Z] 4060ece20d7a: Download complete [2023-08-28T15:25:22.070Z] 4060ece20d7a: Pull complete [2023-08-28T15:25:22.070Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-28T15:25:22.070Z] Status: Downloaded newer image for alpine:3.17 [2023-08-28T15:25:22.070Z] ---> 8650cd65339b [2023-08-28T15:25:22.070Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-28T15:25:22.070Z] ---> Running in 90a761ad12ac [2023-08-28T15:25:22.070Z] Removing intermediate container 90a761ad12ac [2023-08-28T15:25:22.070Z] ---> b2802c06f585 [2023-08-28T15:25:22.070Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-28T15:25:22.070Z] ---> Running in dad92d2096c2 [2023-08-28T15:25:22.070Z] Removing intermediate container dad92d2096c2 [2023-08-28T15:25:22.070Z] ---> 8ff272fecb7a [2023-08-28T15:25:22.070Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-28T15:25:22.070Z] ---> Running in a1583c967d2f [2023-08-28T15:25:22.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-28T15:25:22.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-28T15:25:22.070Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-28T15:25:22.070Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-28T15:25:22.070Z] Executing busybox-1.35.0-r29.trigger [2023-08-28T15:25:22.070Z] Executing ca-certificates-20230506-r0.trigger [2023-08-28T15:25:22.070Z] OK: 8 MiB in 17 packages [2023-08-28T15:25:22.070Z] Removing intermediate container a1583c967d2f [2023-08-28T15:25:22.070Z] ---> 98a96be257c8 [2023-08-28T15:25:22.070Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-28T15:25:22.070Z] ---> 6e8a7134e1bc [2023-08-28T15:25:22.070Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-28T15:25:22.070Z] ---> 8428e46bfd87 [2023-08-28T15:25:22.070Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-28T15:25:22.070Z] ---> b5d1dcbbeb36 [2023-08-28T15:25:22.070Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-28T15:25:22.070Z] ---> aff9c5954bcb [2023-08-28T15:25:22.070Z] Step 21/26 : EXPOSE 59712 [2023-08-28T15:25:22.070Z] ---> Running in 6e8b1d0dcf47 [2023-08-28T15:25:22.339Z] Removing intermediate container 6e8b1d0dcf47 [2023-08-28T15:25:22.339Z] ---> 479825489139 [2023-08-28T15:25:22.339Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-28T15:25:22.339Z] ---> Running in 21769e565fb4 [2023-08-28T15:25:22.924Z] Removing intermediate container 21769e565fb4 [2023-08-28T15:25:22.924Z] ---> f6999738279c [2023-08-28T15:25:22.924Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-28T15:25:22.924Z] ---> Running in 84c5db6d5058 [2023-08-28T15:25:23.191Z] Removing intermediate container 84c5db6d5058 [2023-08-28T15:25:23.191Z] ---> 03f61f93964e [2023-08-28T15:25:23.191Z] Step 24/26 : LABEL arch=arm64 [2023-08-28T15:25:23.191Z] ---> Running in c27309095928 [2023-08-28T15:25:23.460Z] Removing intermediate container c27309095928 [2023-08-28T15:25:23.460Z] ---> c2511235333a [2023-08-28T15:25:23.460Z] Step 25/26 : LABEL git_sha=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:25:23.460Z] ---> Running in aeea44a24612 [2023-08-28T15:25:23.726Z] Removing intermediate container aeea44a24612 [2023-08-28T15:25:23.726Z] ---> 64a6344b222a [2023-08-28T15:25:23.726Z] Step 26/26 : LABEL version=3.1.0-dev.38 [2023-08-28T15:25:24.004Z] ---> Running in 90e873f621a1 [2023-08-28T15:25:24.271Z] Removing intermediate container 90e873f621a1 [2023-08-28T15:25:24.271Z] ---> 380636d624af [2023-08-28T15:25:24.271Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-28T15:25:24.271Z] Successfully built 380636d624af [2023-08-28T15:25:24.271Z] 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-08-28T15:25:24.403Z] provisioning config files... [2023-08-28T15:25:24.417Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/41@tmp/config18172891256642497867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:25:24.753Z] ---> docker-login.sh [2023-08-28T15:25:24.754Z] nexus3.edgexfoundry.org:10001 [2023-08-28T15:25:24.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:25:25.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:25:25.023Z] Configure a credential helper to remove this warning. See [2023-08-28T15:25:25.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:25:25.023Z] [2023-08-28T15:25:25.023Z] Login Succeeded [2023-08-28T15:25:25.023Z] nexus3.edgexfoundry.org:10002 [2023-08-28T15:25:25.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:25:25.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:25:25.291Z] Configure a credential helper to remove this warning. See [2023-08-28T15:25:25.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:25:25.291Z] [2023-08-28T15:25:25.291Z] Login Succeeded [2023-08-28T15:25:25.291Z] nexus3.edgexfoundry.org:10003 [2023-08-28T15:25:25.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:25:25.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:25:25.823Z] Configure a credential helper to remove this warning. See [2023-08-28T15:25:25.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:25:25.823Z] [2023-08-28T15:25:25.823Z] Login Succeeded [2023-08-28T15:25:25.823Z] nexus3.edgexfoundry.org:10004 [2023-08-28T15:25:26.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:25:26.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:25:26.091Z] Configure a credential helper to remove this warning. See [2023-08-28T15:25:26.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:25:26.091Z] [2023-08-28T15:25:26.091Z] Login Succeeded [2023-08-28T15:25:26.091Z] docker.io [2023-08-28T15:25:26.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-28T15:25:26.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-28T15:25:26.621Z] Configure a credential helper to remove this warning. See [2023-08-28T15:25:26.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-28T15:25:26.621Z] [2023-08-28T15:25:26.621Z] Login Succeeded [2023-08-28T15:25:26.621Z] ---> docker-login.sh ends [Pipeline] } [2023-08-28T15:25:26.634Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-28T15:25:26.674Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-28T15:25:26.701Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-08-28T15:25:26.701Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:25:26.701Z] latest [2023-08-28T15:25:26.701Z] 3.1.0-dev.38 [2023-08-28T15:25:26.701Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [2023-08-28T15:25:26.701Z] main [2023-08-28T15:25:26.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:27.055Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:27.392Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:25:27.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-28T15:25:27.392Z] 233d34b96ab7: Preparing [2023-08-28T15:25:27.392Z] 7c217ea9aec2: Preparing [2023-08-28T15:25:27.392Z] eaff0ad19bb6: Preparing [2023-08-28T15:25:27.392Z] d1ad25373bb8: Preparing [2023-08-28T15:25:27.392Z] 969e28fe6ade: Preparing [2023-08-28T15:25:27.392Z] d2d9d24a8c2a: Preparing [2023-08-28T15:25:27.392Z] d2d9d24a8c2a: Waiting [2023-08-28T15:25:27.661Z] eaff0ad19bb6: Pushed [2023-08-28T15:25:27.661Z] d1ad25373bb8: Pushed [2023-08-28T15:25:27.661Z] 7c217ea9aec2: Pushed [2023-08-28T15:25:27.661Z] d2d9d24a8c2a: Layer already exists [2023-08-28T15:25:27.926Z] 969e28fe6ade: Pushed [2023-08-28T15:25:33.255Z] 233d34b96ab7: Pushed [2023-08-28T15:25:33.255Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:33.678Z] + 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-08-28T15:25:34.034Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-28T15:25:34.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-28T15:25:34.035Z] 233d34b96ab7: Preparing [2023-08-28T15:25:34.035Z] 7c217ea9aec2: Preparing [2023-08-28T15:25:34.035Z] eaff0ad19bb6: Preparing [2023-08-28T15:25:34.035Z] d1ad25373bb8: Preparing [2023-08-28T15:25:34.035Z] 969e28fe6ade: Preparing [2023-08-28T15:25:34.035Z] d2d9d24a8c2a: Preparing [2023-08-28T15:25:34.035Z] d2d9d24a8c2a: Waiting [2023-08-28T15:25:34.035Z] 233d34b96ab7: Layer already exists [2023-08-28T15:25:34.035Z] eaff0ad19bb6: Layer already exists [2023-08-28T15:25:34.035Z] d1ad25373bb8: Layer already exists [2023-08-28T15:25:34.035Z] 7c217ea9aec2: Layer already exists [2023-08-28T15:25:34.035Z] 969e28fe6ade: Layer already exists [2023-08-28T15:25:34.035Z] d2d9d24a8c2a: Layer already exists [2023-08-28T15:25:34.306Z] latest: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:34.650Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:34.995Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.38 [2023-08-28T15:25:34.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-28T15:25:34.995Z] 233d34b96ab7: Preparing [2023-08-28T15:25:34.995Z] 7c217ea9aec2: Preparing [2023-08-28T15:25:34.995Z] eaff0ad19bb6: Preparing [2023-08-28T15:25:34.995Z] d1ad25373bb8: Preparing [2023-08-28T15:25:34.995Z] 969e28fe6ade: Preparing [2023-08-28T15:25:34.995Z] d2d9d24a8c2a: Preparing [2023-08-28T15:25:34.995Z] d2d9d24a8c2a: Waiting [2023-08-28T15:25:34.995Z] 969e28fe6ade: Layer already exists [2023-08-28T15:25:34.995Z] 7c217ea9aec2: Layer already exists [2023-08-28T15:25:34.995Z] d1ad25373bb8: Layer already exists [2023-08-28T15:25:34.995Z] 233d34b96ab7: Layer already exists [2023-08-28T15:25:34.995Z] eaff0ad19bb6: Layer already exists [2023-08-28T15:25:34.995Z] d2d9d24a8c2a: Layer already exists [2023-08-28T15:25:34.995Z] 3.1.0-dev.38: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:35.334Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:35.664Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [2023-08-28T15:25:35.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-28T15:25:35.664Z] 233d34b96ab7: Preparing [2023-08-28T15:25:35.664Z] 7c217ea9aec2: Preparing [2023-08-28T15:25:35.664Z] eaff0ad19bb6: Preparing [2023-08-28T15:25:35.664Z] d1ad25373bb8: Preparing [2023-08-28T15:25:35.664Z] 969e28fe6ade: Preparing [2023-08-28T15:25:35.664Z] d2d9d24a8c2a: Preparing [2023-08-28T15:25:35.664Z] d2d9d24a8c2a: Waiting [2023-08-28T15:25:35.664Z] d1ad25373bb8: Layer already exists [2023-08-28T15:25:35.664Z] eaff0ad19bb6: Layer already exists [2023-08-28T15:25:35.664Z] 969e28fe6ade: Layer already exists [2023-08-28T15:25:35.664Z] 7c217ea9aec2: Layer already exists [2023-08-28T15:25:35.664Z] 233d34b96ab7: Layer already exists [2023-08-28T15:25:35.664Z] d2d9d24a8c2a: Layer already exists [2023-08-28T15:25:35.664Z] 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:36.001Z] + 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-08-28T15:25:36.329Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-08-28T15:25:36.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-28T15:25:36.329Z] 233d34b96ab7: Preparing [2023-08-28T15:25:36.329Z] 7c217ea9aec2: Preparing [2023-08-28T15:25:36.329Z] eaff0ad19bb6: Preparing [2023-08-28T15:25:36.329Z] d1ad25373bb8: Preparing [2023-08-28T15:25:36.329Z] 969e28fe6ade: Preparing [2023-08-28T15:25:36.329Z] d2d9d24a8c2a: Preparing [2023-08-28T15:25:36.329Z] d2d9d24a8c2a: Waiting [2023-08-28T15:25:36.329Z] d1ad25373bb8: Layer already exists [2023-08-28T15:25:36.329Z] 233d34b96ab7: Layer already exists [2023-08-28T15:25:36.329Z] 969e28fe6ade: Layer already exists [2023-08-28T15:25:36.329Z] 7c217ea9aec2: Layer already exists [2023-08-28T15:25:36.329Z] eaff0ad19bb6: Layer already exists [2023-08-28T15:25:36.329Z] d2d9d24a8c2a: Layer already exists [2023-08-28T15:25:36.329Z] main: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-28T15:25:36.636Z] ===================================================== [Pipeline] echo [2023-08-28T15:25:36.643Z] taggedImages: [2023-08-28T15:25:36.643Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [2023-08-28T15:25:36.643Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-28T15:25:36.643Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.38 [2023-08-28T15:25:36.643Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [2023-08-28T15:25:36.643Z] - 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-08-28T15:25:36.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-28T15:25:36.989Z] [2023-08-28T15:25:36.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:25:37.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-28T15:25:37.314Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-28T15:25:37.314Z] 8998bd30e6a1: Pulling fs layer [2023-08-28T15:25:37.314Z] 04944245beec: Pulling fs layer [2023-08-28T15:25:37.314Z] 699f458cf7ca: Pulling fs layer [2023-08-28T15:25:37.314Z] 765212b225bb: Pulling fs layer [2023-08-28T15:25:37.314Z] f23df028b6ca: Pulling fs layer [2023-08-28T15:25:37.314Z] d65c8cfc05b1: Pulling fs layer [2023-08-28T15:25:37.314Z] 2437ff75d9bd: Pulling fs layer [2023-08-28T15:25:37.314Z] 765212b225bb: Waiting [2023-08-28T15:25:37.314Z] f23df028b6ca: Waiting [2023-08-28T15:25:37.314Z] d65c8cfc05b1: Waiting [2023-08-28T15:25:37.314Z] 2437ff75d9bd: Waiting [2023-08-28T15:25:37.581Z] 04944245beec: Verifying Checksum [2023-08-28T15:25:37.581Z] 04944245beec: Download complete [2023-08-28T15:25:37.581Z] 765212b225bb: Verifying Checksum [2023-08-28T15:25:37.581Z] 765212b225bb: Download complete [2023-08-28T15:25:37.581Z] f23df028b6ca: Verifying Checksum [2023-08-28T15:25:37.581Z] f23df028b6ca: Download complete [2023-08-28T15:25:37.581Z] d65c8cfc05b1: Verifying Checksum [2023-08-28T15:25:37.581Z] d65c8cfc05b1: Download complete [2023-08-28T15:25:37.581Z] 699f458cf7ca: Verifying Checksum [2023-08-28T15:25:37.581Z] 699f458cf7ca: Download complete [2023-08-28T15:25:38.165Z] 8998bd30e6a1: Verifying Checksum [2023-08-28T15:25:38.165Z] 8998bd30e6a1: Download complete [2023-08-28T15:25:40.102Z] 2437ff75d9bd: Verifying Checksum [2023-08-28T15:25:40.102Z] 2437ff75d9bd: Download complete [2023-08-28T15:25:42.039Z] 8998bd30e6a1: Pull complete [2023-08-28T15:25:42.306Z] 04944245beec: Pull complete [2023-08-28T15:25:43.709Z] 699f458cf7ca: Pull complete [2023-08-28T15:25:43.709Z] 765212b225bb: Pull complete [2023-08-28T15:25:44.291Z] f23df028b6ca: Pull complete [2023-08-28T15:25:44.558Z] d65c8cfc05b1: Pull complete [2023-08-28T15:25:59.534Z] 2437ff75d9bd: Pull complete [2023-08-28T15:25:59.534Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-28T15:25:59.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-28T15:25:59.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:25:59.756Z] prd-ubuntu20.04-docker-arm64-4c-16g-4740 does not seem to be running inside a container [2023-08-28T15:25:59.825Z] $ 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/41 -v /w/workspace/app-record-replay/41:/w/workspace/app-record-replay/41:rw,z -v /w/workspace/app-record-replay/41@tmp:/w/workspace/app-record-replay/41@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-08-28T15:26:02.301Z] $ docker top 16f6d2460b716ecde766cd172f21cace33511ada0e33f3621bcce4a46266db50 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:26:03.157Z] ---> job-cost.sh [2023-08-28T15:26:03.157Z] lf-activate-venv: SKIPPING [2023-08-28T15:26:03.157Z] INFO: No Stack... [2023-08-28T15:26:03.426Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-28T15:26:04.380Z] INFO: Archiving Costs [Pipeline] sh [2023-08-28T15:26:04.693Z] + cut -d, -f6 [2023-08-28T15:26:04.958Z] + cat /w/workspace/app-record-replay/41/archives/cost.csv [Pipeline] lock [2023-08-28T15:26:05.017Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [2023-08-28T15:26:05.023Z] Resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] did not exist. Created. [2023-08-28T15:26:05.023Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-28T15:26:05.355Z] /w/workspace/app-record-replay/41@tmp/durable-fb4f7f01/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-28T15:26:05.690Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-28T15:26:05.709Z] Warning: overwriting stash ‘stack-cost’ [2023-08-28T15:26:05.768Z] Stashed 1 file(s) [Pipeline] } [2023-08-28T15:26:05.775Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-28T15:26:05.791Z] $ docker stop --time=1 16f6d2460b716ecde766cd172f21cace33511ada0e33f3621bcce4a46266db50 [2023-08-28T15:26:07.323Z] $ docker rm -f --volumes 16f6d2460b716ecde766cd172f21cace33511ada0e33f3621bcce4a46266db50 [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-08-28T15:26:07.737Z] provisioning config files... [2023-08-28T15:26:07.742Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #41 [2023-08-28T15:26:07.745Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17019050163917390402tmp [Pipeline] { [Pipeline] sh [2023-08-28T15:26:08.043Z] + set +x [2023-08-28T15:26:08.043Z] + curl -s https://codecov.io/bash [2023-08-28T15:26:08.043Z] + bash -s -- [2023-08-28T15:26:08.043Z] [2023-08-28T15:26:08.044Z] _____ _ [2023-08-28T15:26:08.044Z] / ____| | | [2023-08-28T15:26:08.044Z] | | ___ __| | ___ ___ _____ __ [2023-08-28T15:26:08.044Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-28T15:26:08.044Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-28T15:26:08.044Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-28T15:26:08.044Z] Bash-1.0.6 [2023-08-28T15:26:08.044Z] [2023-08-28T15:26:08.044Z] [2023-08-28T15:26:08.044Z] ==> git version 2.25.1 found [2023-08-28T15:26:08.044Z] ==> 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-08-28T15:26:08.044Z] Release-Date: 2020-01-08 [2023-08-28T15:26:08.044Z] 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-08-28T15:26:08.044Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-28T15:26:08.044Z] ==> Jenkins CI detected. [2023-08-28T15:26:08.044Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-08-28T15:26:08.044Z] project root: . [2023-08-28T15:26:08.044Z] --> token set from env [2023-08-28T15:26:08.044Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-28T15:26:08.044Z] ==> Running gcov in . (disable via -X gcov) [2023-08-28T15:26:08.044Z] ==> Python coveragepy not found [2023-08-28T15:26:08.044Z] ==> Searching for coverage reports in: [2023-08-28T15:26:08.044Z] + . [2023-08-28T15:26:08.044Z] -> Found 1 reports [2023-08-28T15:26:08.044Z] ==> Detecting git/mercurial file structure [2023-08-28T15:26:08.044Z] ==> Reading reports [2023-08-28T15:26:08.044Z] + ./coverage.out bytes=21225 [2023-08-28T15:26:08.044Z] ==> Appending adjustments [2023-08-28T15:26:08.044Z] https://docs.codecov.io/docs/fixing-reports [2023-08-28T15:26:08.304Z] + Found adjustments [2023-08-28T15:26:08.304Z] ==> Gzipping contents [2023-08-28T15:26:08.304Z] 8.0K /tmp/codecov.f4U5ax.gz [2023-08-28T15:26:08.304Z] ==> Uploading reports [2023-08-28T15:26:08.304Z] url: https://codecov.io [2023-08-28T15:26:08.304Z] query: branch=main&commit=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-28T15:26:08.304Z] -> Pinging Codecov [2023-08-28T15:26:08.304Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-28T15:26:08.304Z] Invalid request parameters [2023-08-28T15:26:08.304Z] 400 [Pipeline] } [2023-08-28T15:26:08.312Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-28T15:26:08.457Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-28T15:26:08.470Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:26:08.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-28T15:26:08.773Z] [2023-08-28T15:26:08.773Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:26:09.067Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-28T15:26:09.067Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-28T15:26:09.067Z] df9b9388f04a: Pulling fs layer [2023-08-28T15:26:09.067Z] 52dc419b0ee2: Pulling fs layer [2023-08-28T15:26:09.067Z] 25bc292e5bac: Pulling fs layer [2023-08-28T15:26:09.067Z] 114826534d7a: Pulling fs layer [2023-08-28T15:26:09.067Z] 4657fd5d0bcf: Pulling fs layer [2023-08-28T15:26:09.067Z] 6ad1cebc031e: Pulling fs layer [2023-08-28T15:26:09.067Z] 8a3aa393b2d8: Pulling fs layer [2023-08-28T15:26:09.067Z] 114826534d7a: Waiting [2023-08-28T15:26:09.067Z] 4657fd5d0bcf: Waiting [2023-08-28T15:26:09.067Z] 6ad1cebc031e: Waiting [2023-08-28T15:26:09.067Z] 8a3aa393b2d8: Waiting [2023-08-28T15:26:09.067Z] 25bc292e5bac: Verifying Checksum [2023-08-28T15:26:09.067Z] 52dc419b0ee2: Download complete [2023-08-28T15:26:09.067Z] 4657fd5d0bcf: Verifying Checksum [2023-08-28T15:26:09.067Z] 4657fd5d0bcf: Download complete [2023-08-28T15:26:09.067Z] df9b9388f04a: Verifying Checksum [2023-08-28T15:26:09.067Z] df9b9388f04a: Download complete [2023-08-28T15:26:09.326Z] 6ad1cebc031e: Verifying Checksum [2023-08-28T15:26:09.326Z] 6ad1cebc031e: Download complete [2023-08-28T15:26:09.326Z] df9b9388f04a: Pull complete [2023-08-28T15:26:09.326Z] 52dc419b0ee2: Pull complete [2023-08-28T15:26:09.586Z] 25bc292e5bac: Pull complete [2023-08-28T15:26:09.845Z] 114826534d7a: Verifying Checksum [2023-08-28T15:26:09.845Z] 114826534d7a: Download complete [2023-08-28T15:26:09.845Z] 8a3aa393b2d8: Verifying Checksum [2023-08-28T15:26:09.845Z] 8a3aa393b2d8: Download complete [2023-08-28T15:26:14.025Z] 114826534d7a: Pull complete [2023-08-28T15:26:14.025Z] 4657fd5d0bcf: Pull complete [2023-08-28T15:26:14.025Z] 6ad1cebc031e: Pull complete [2023-08-28T15:26:16.553Z] 8a3aa393b2d8: Pull complete [2023-08-28T15:26:16.553Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-28T15:26:16.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-28T15:26:16.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:26:16.652Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:26:16.679Z] $ 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-08-28T15:26:20.840Z] $ docker top 6e43191a5a0df6ba82bfc3428e0e40c4c0fd0f51fe4bfcd050638268b250892b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-28T15:26:20.905Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-08-28T15:26:21.180Z] + set -o pipefail [2023-08-28T15:26:21.180Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-08-28T15:26:26.442Z] [2023-08-28T15:26:26.442Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-08-28T15:26:26.442Z] [2023-08-28T15:26:26.442Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/892eb991-1376-441c-a383-d8aea3277217 [2023-08-28T15:26:26.442Z] [2023-08-28T15:26:26.442Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-28T15:26:26.442Z] [2023-08-28T15:26:27.819Z] [2023-08-28T15:26:27.819Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-28T15:26:27.819Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-28T15:26:27.819Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-28T15:26:27.825Z] $ docker stop --time=1 6e43191a5a0df6ba82bfc3428e0e40c4c0fd0f51fe4bfcd050638268b250892b [2023-08-28T15:26:31.537Z] $ docker rm -f --volumes 6e43191a5a0df6ba82bfc3428e0e40c4c0fd0f51fe4bfcd050638268b250892b [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-08-28T15:26:32.270Z] + git log --format=format:%s -1 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] sh [2023-08-28T15:26:32.556Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-28T15:26:32.556Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:26:32.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-28T15:26:32.850Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:26:32.915Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:26:32.939Z] $ 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-08-28T15:26:33.366Z] $ docker top 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 -eo pid,comm [2023-08-28T15:26:33.418Z] 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-08-28T15:26:33.418Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-28T15:26:33.452Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-28T15:26:33.452Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-28T15:26:33.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-28T15:26:33.571Z] $ docker exec 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 ssh-agent [2023-08-28T15:26:33.671Z] SSH_AUTH_SOCK=/tmp/ssh-7KJQJX9gXvTs/agent.32 [2023-08-28T15:26:33.671Z] SSH_AGENT_PID=38 [2023-08-28T15:26:33.675Z] Running ssh-add (command line suppressed) [2023-08-28T15:26:33.781Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15902884454418489614.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15902884454418489614.key) [2023-08-28T15:26:33.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-28T15:26:34.086Z] + git semver tag [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,239 [run_tag] DEBUG tag force:False [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,239 [check_head_tag] DEBUG check head tag [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,240 [execute] INFO git cat-file --batch-check [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,240 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,244 [execute] INFO git cat-file --batch [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,258 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,258 [execute] INFO git tag -a v3.1.0-dev.38 -m v3.1.0-dev.38 [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,258 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.38', '-m', 'v3.1.0-dev.38'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-28T15:26:34.345Z] 2023-08-28 15:26:34,263 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:26:34.345Z] 3.1.0-dev.38 [Pipeline] } [2023-08-28T15:26:34.351Z] $ docker exec --env ******** --env ******** 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 ssh-agent -k [2023-08-28T15:26:34.448Z] unset SSH_AUTH_SOCK; [2023-08-28T15:26:34.449Z] unset SSH_AGENT_PID; [2023-08-28T15:26:34.449Z] echo Agent pid 38 killed; [2023-08-28T15:26:34.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-28T15:26:34.765Z] + git semver [Pipeline] } [2023-08-28T15:26:35.032Z] $ docker stop --time=1 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 [2023-08-28T15:26:36.292Z] $ docker rm -f --volumes 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:26:36.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-28T15:26:36.676Z] [2023-08-28T15:26:36.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:26:36.971Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-28T15:26:36.971Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-28T15:26:36.971Z] ab5ef0e58194: Pulling fs layer [2023-08-28T15:26:36.971Z] 9712f1f96733: Pulling fs layer [2023-08-28T15:26:36.971Z] 63f879dbbcfc: Pulling fs layer [2023-08-28T15:26:36.971Z] 0d9ebad4ef96: Pulling fs layer [2023-08-28T15:26:36.971Z] e9a5061849ea: Pulling fs layer [2023-08-28T15:26:36.971Z] d747dcd14b5f: Pulling fs layer [2023-08-28T15:26:36.971Z] 2de7ff778b66: Pulling fs layer [2023-08-28T15:26:36.971Z] d747dcd14b5f: Waiting [2023-08-28T15:26:36.971Z] e9a5061849ea: Waiting [2023-08-28T15:26:36.971Z] 2de7ff778b66: Waiting [2023-08-28T15:26:36.971Z] 0d9ebad4ef96: Waiting [2023-08-28T15:26:36.971Z] 9712f1f96733: Verifying Checksum [2023-08-28T15:26:36.971Z] 9712f1f96733: Download complete [2023-08-28T15:26:37.230Z] 63f879dbbcfc: Verifying Checksum [2023-08-28T15:26:37.230Z] 63f879dbbcfc: Download complete [2023-08-28T15:26:37.487Z] e9a5061849ea: Verifying Checksum [2023-08-28T15:26:37.487Z] e9a5061849ea: Download complete [2023-08-28T15:26:37.487Z] d747dcd14b5f: Verifying Checksum [2023-08-28T15:26:37.487Z] d747dcd14b5f: Download complete [2023-08-28T15:26:37.487Z] ab5ef0e58194: Verifying Checksum [2023-08-28T15:26:37.487Z] ab5ef0e58194: Download complete [2023-08-28T15:26:37.487Z] 0d9ebad4ef96: Verifying Checksum [2023-08-28T15:26:37.487Z] 2de7ff778b66: Verifying Checksum [2023-08-28T15:26:37.487Z] 2de7ff778b66: Download complete [2023-08-28T15:26:40.015Z] ab5ef0e58194: Pull complete [2023-08-28T15:26:40.015Z] 9712f1f96733: Pull complete [2023-08-28T15:26:40.585Z] 63f879dbbcfc: Pull complete [2023-08-28T15:26:44.769Z] 0d9ebad4ef96: Pull complete [2023-08-28T15:26:44.769Z] e9a5061849ea: Pull complete [2023-08-28T15:26:44.769Z] d747dcd14b5f: Pull complete [2023-08-28T15:26:45.707Z] 2de7ff778b66: Pull complete [2023-08-28T15:26:45.707Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-28T15:26:45.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-28T15:26:45.707Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:26:45.796Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:26:45.822Z] $ 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-08-28T15:26:53.653Z] $ docker top 71169bb5562dd479ab38775b328216263883641ab7d3b06d8b451c183f82961b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-28T15:26:53.724Z] provisioning config files... [2023-08-28T15:26:53.730Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3733239515847425009tmp [2023-08-28T15:26:53.740Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17880694016836987917tmp [2023-08-28T15:26:53.750Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15452996311785101802tmp [Pipeline] { [Pipeline] echo [2023-08-28T15:26:53.766Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:26:54.048Z] ---> sigul-configuration.sh [2023-08-28T15:26:54.048Z] gpg: directory `/root/.gnupg' created [2023-08-28T15:26:54.048Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-28T15:26:54.048Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-28T15:26:54.048Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-28T15:26:54.048Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-28T15:26:54.048Z] gpg: CAST5 encrypted data [2023-08-28T15:26:54.048Z] gpg: encrypted with 1 passphrase [2023-08-28T15:26:54.048Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-28T15:26:54.334Z] + mkdir /home/jenkins [2023-08-28T15:26:54.334Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-28T15:26:54.621Z] + 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-08-28T15:26:54.630Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:26:54.913Z] ---> sigul-install.sh [2023-08-28T15:26:54.913Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-28T15:26:55.199Z] + git tag --list [2023-08-28T15:26:55.199Z] v3.1.0-dev.0 [2023-08-28T15:26:55.199Z] v3.1.0-dev.1 [2023-08-28T15:26:55.199Z] v3.1.0-dev.10 [2023-08-28T15:26:55.199Z] v3.1.0-dev.11 [2023-08-28T15:26:55.199Z] v3.1.0-dev.12 [2023-08-28T15:26:55.199Z] v3.1.0-dev.13 [2023-08-28T15:26:55.199Z] v3.1.0-dev.14 [2023-08-28T15:26:55.199Z] v3.1.0-dev.15 [2023-08-28T15:26:55.199Z] v3.1.0-dev.16 [2023-08-28T15:26:55.199Z] v3.1.0-dev.17 [2023-08-28T15:26:55.199Z] v3.1.0-dev.18 [2023-08-28T15:26:55.199Z] v3.1.0-dev.19 [2023-08-28T15:26:55.199Z] v3.1.0-dev.2 [2023-08-28T15:26:55.199Z] v3.1.0-dev.20 [2023-08-28T15:26:55.199Z] v3.1.0-dev.21 [2023-08-28T15:26:55.199Z] v3.1.0-dev.22 [2023-08-28T15:26:55.199Z] v3.1.0-dev.23 [2023-08-28T15:26:55.199Z] v3.1.0-dev.24 [2023-08-28T15:26:55.199Z] v3.1.0-dev.25 [2023-08-28T15:26:55.199Z] v3.1.0-dev.26 [2023-08-28T15:26:55.199Z] v3.1.0-dev.27 [2023-08-28T15:26:55.199Z] v3.1.0-dev.28 [2023-08-28T15:26:55.199Z] v3.1.0-dev.29 [2023-08-28T15:26:55.199Z] v3.1.0-dev.3 [2023-08-28T15:26:55.199Z] v3.1.0-dev.30 [2023-08-28T15:26:55.199Z] v3.1.0-dev.31 [2023-08-28T15:26:55.199Z] v3.1.0-dev.32 [2023-08-28T15:26:55.199Z] v3.1.0-dev.33 [2023-08-28T15:26:55.199Z] v3.1.0-dev.34 [2023-08-28T15:26:55.199Z] v3.1.0-dev.35 [2023-08-28T15:26:55.199Z] v3.1.0-dev.36 [2023-08-28T15:26:55.199Z] v3.1.0-dev.37 [2023-08-28T15:26:55.199Z] v3.1.0-dev.38 [2023-08-28T15:26:55.199Z] v3.1.0-dev.4 [2023-08-28T15:26:55.199Z] v3.1.0-dev.5 [2023-08-28T15:26:55.199Z] v3.1.0-dev.6 [2023-08-28T15:26:55.199Z] v3.1.0-dev.7 [2023-08-28T15:26:55.199Z] v3.1.0-dev.8 [2023-08-28T15:26:55.199Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-28T15:26:55.486Z] + lftools sign git-tag v3.1.0-dev.38 [2023-08-28T15:26:56.053Z] Signing Git tag with Sigul... [2023-08-28T15:26:56.053Z] Signing v3.1.0-dev.38 [Pipeline] echo [2023-08-28T15:26:56.320Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:26:56.603Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-28T15:26:56.610Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-28T15:26:56.629Z] $ docker stop --time=1 71169bb5562dd479ab38775b328216263883641ab7d3b06d8b451c183f82961b [2023-08-28T15:26:57.907Z] $ docker rm -f --volumes 71169bb5562dd479ab38775b328216263883641ab7d3b06d8b451c183f82961b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-28T15:26:58.319Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-28T15:26:58.319Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:26:58.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-28T15:26:58.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:26:58.682Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:26:58.708Z] $ 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-08-28T15:26:59.041Z] $ docker top e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df -eo pid,comm [2023-08-28T15:26:59.089Z] 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-08-28T15:26:59.089Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-28T15:26:59.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-28T15:26:59.128Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-28T15:26:59.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-28T15:26:59.237Z] $ docker exec e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df ssh-agent [2023-08-28T15:26:59.341Z] SSH_AUTH_SOCK=/tmp/ssh-Rfr9sqf4nc8H/agent.32 [2023-08-28T15:26:59.341Z] SSH_AGENT_PID=38 [2023-08-28T15:26:59.346Z] Running ssh-add (command line suppressed) [2023-08-28T15:26:59.440Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4929708913712403245.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4929708913712403245.key) [2023-08-28T15:26:59.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-28T15:26:59.737Z] + git semver bump pre [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,910 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,910 [bump_version] DEBUG bumping version:3.1.0-dev.38 on axis:pre with prefix:dev [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,910 [bump_version] DEBUG bumped version:3.1.0-dev.39 [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,910 [write_version] DEBUG write version:3.1.0-dev.39 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,910 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,911 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,913 [execute] INFO git cat-file --batch-check [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,913 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,919 [execute] INFO git cat-file --batch [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,919 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-28T15:26:59.996Z] 2023-08-28 15:26:59,924 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:26:59.996Z] 3.1.0-dev.39 [Pipeline] } [2023-08-28T15:27:00.000Z] $ docker exec --env ******** --env ******** e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df ssh-agent -k [2023-08-28T15:27:00.094Z] unset SSH_AUTH_SOCK; [2023-08-28T15:27:00.094Z] unset SSH_AGENT_PID; [2023-08-28T15:27:00.094Z] echo Agent pid 38 killed; [2023-08-28T15:27:00.106Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-28T15:27:00.419Z] + git semver [Pipeline] } [2023-08-28T15:27:00.686Z] $ docker stop --time=1 e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df [2023-08-28T15:27:01.931Z] $ docker rm -f --volumes e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-28T15:27:02.258Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-28T15:27:02.258Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:27:02.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-28T15:27:02.554Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:27:02.617Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:27:02.638Z] $ 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-08-28T15:27:02.959Z] $ docker top cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b -eo pid,comm [2023-08-28T15:27:03.009Z] 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-08-28T15:27:03.009Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-28T15:27:03.037Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-28T15:27:03.037Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-28T15:27:03.143Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-28T15:27:03.141Z] $ docker exec cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b ssh-agent [2023-08-28T15:27:03.256Z] SSH_AUTH_SOCK=/tmp/ssh-erRKRCIXbuoY/agent.32 [2023-08-28T15:27:03.256Z] SSH_AGENT_PID=38 [2023-08-28T15:27:03.260Z] Running ssh-add (command line suppressed) [2023-08-28T15:27:03.356Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18056246964811356059.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18056246964811356059.key) [2023-08-28T15:27:03.376Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-28T15:27:03.686Z] + git semver push [2023-08-28T15:27:03.943Z] 2023-08-28 15:27:03,813 [run_push] DEBUG push [2023-08-28T15:27:03.944Z] 2023-08-28 15:27:03,814 [execute] INFO git cat-file --batch-check [2023-08-28T15:27:03.944Z] 2023-08-28 15:27:03,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-28T15:27:03.944Z] 2023-08-28 15:27:03,817 [execute] INFO git rev-list c45b1782bf4688b35f6696a6063ab25871410a6e -- [2023-08-28T15:27:03.944Z] 2023-08-28 15:27:03,818 [execute] DEBUG Popen(['git', 'rev-list', 'c45b1782bf4688b35f6696a6063ab25871410a6e', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-28T15:27:03.944Z] 2023-08-28 15:27:03,822 [execute] INFO git fetch -v origin [2023-08-28T15:27:03.944Z] 2023-08-28 15:27:03,823 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-28T15:27:04.512Z] 2023-08-28 15:27:04,304 [run_push] DEBUG no remote changes detected [2023-08-28T15:27:04.512Z] 2023-08-28 15:27:04,305 [execute] INFO git push origin semver [2023-08-28T15:27:04.512Z] 2023-08-28 15:27:04,305 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-28T15:27:05.451Z] 2023-08-28 15:27:05,232 [run_push] DEBUG push all version tags [2023-08-28T15:27:05.451Z] 2023-08-28 15:27:05,233 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-28T15:27:05.451Z] 2023-08-28 15:27:05,233 [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-08-28T15:27:06.387Z] 2023-08-28 15:27:06,014 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-28T15:27:06.387Z] 3.1.0-dev.39 [Pipeline] } [2023-08-28T15:27:06.391Z] $ docker exec --env ******** --env ******** cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b ssh-agent -k [2023-08-28T15:27:06.480Z] unset SSH_AUTH_SOCK; [2023-08-28T15:27:06.481Z] unset SSH_AGENT_PID; [2023-08-28T15:27:06.481Z] echo Agent pid 38 killed; [2023-08-28T15:27:06.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-28T15:27:06.792Z] + git semver [Pipeline] } [2023-08-28T15:27:07.059Z] $ docker stop --time=1 cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b [2023-08-28T15:27:08.306Z] $ docker rm -f --volumes cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b [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-08-28T15:27:08.883Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-08-28T15:27:08.883Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-28T15:27:08.883Z] total 16 [2023-08-28T15:27:08.883Z] drwxr-xr-x 3 root root 4096 Aug 28 15:14 . [2023-08-28T15:27:08.883Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 28 15:26 .. [2023-08-28T15:27:08.883Z] drwxr-xr-x 2 root root 4096 Aug 28 15:14 cost [2023-08-28T15:27:08.883Z] -rw-r--r-- 1 root root 88 Aug 28 15:14 cost.csv [2023-08-28T15:27:08.883Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-28T15:27:08.883Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-28T15:27:08.883Z] total 16 [2023-08-28T15:27:08.883Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 28 15:14 . [2023-08-28T15:27:08.883Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 28 15:26 .. [2023-08-28T15:27:08.883Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 28 15:14 cost [2023-08-28T15:27:08.883Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 28 15:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:27:09.171Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:27:10.079Z] ---> package-listing.sh [2023-08-28T15:27:10.079Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-28T15:27:10.079Z] ++ facter osfamily [2023-08-28T15:27:10.079Z] + OS_FAMILY=debian [2023-08-28T15:27:10.079Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-08-28T15:27:10.079Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-28T15:27:10.079Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-28T15:27:10.079Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-28T15:27:10.079Z] + PACKAGES=/tmp/packages_start.txt [2023-08-28T15:27:10.079Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-28T15:27:10.079Z] + PACKAGES=/tmp/packages_end.txt [2023-08-28T15:27:10.079Z] + case "${OS_FAMILY}" in [2023-08-28T15:27:10.079Z] + dpkg -l [2023-08-28T15:27:10.079Z] + grep '^ii' [2023-08-28T15:27:10.382Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-28T15:27:10.382Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-28T15:27:10.382Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-28T15:27:10.382Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-28T15:27:10.382Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-08-28T15:27:10.382Z] + 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-08-28T15:27:10.401Z] 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-08-28T15:27:10.729Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-28T15:27:11.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-28T15:27:11.288Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-28T15:27:11.358Z] prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container [2023-08-28T15:27:11.383Z] $ 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-08-28T15:27:11.581Z] $ docker top 351f6f2a17c4e4dfcb83631fad6e6da556c8d4421e3f0c9dd8da4b5a24618b90 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-28T15:27:11.923Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-28T15:27:12.205Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-28T15:27:12.488Z] + ls /var/log/sa-host [2023-08-28T15:27:12.488Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-28T15:27:12.559Z] provisioning config files... [2023-08-28T15:27:12.566Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config877842835067927844tmp [Pipeline] { [Pipeline] echo [2023-08-28T15:27:12.582Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:27:12.862Z] ---> create-netrc.sh [Pipeline] } [2023-08-28T15:27:12.869Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:27:13.183Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-28T15:27:13.190Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:27:13.473Z] ---> sudo-logs.sh [2023-08-28T15:27:13.473Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-28T15:27:13.498Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:27:13.778Z] ---> job-cost.sh [2023-08-28T15:27:13.778Z] lf-activate-venv: SKIPPING [2023-08-28T15:27:13.778Z] DEBUG: total: 0.2199999988079071 [2023-08-28T15:27:13.778Z] INFO: Retrieving Stack Cost... [2023-08-28T15:27:14.037Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-28T15:27:14.604Z] INFO: Archiving Costs [Pipeline] echo [2023-08-28T15:27:14.616Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-28T15:27:14.896Z] ---> logs-deploy.sh [2023-08-28T15:27:14.897Z] lf-activate-venv: SKIPPING [2023-08-28T15:27:14.897Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/41 [2023-08-28T15:27:14.897Z] INFO: archiving workspace using pattern(s): [2023-08-28T15:27:15.831Z] Archives upload complete. [2023-08-28T15:27:15.832Z] INFO: archiving logs to Nexus