Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from abca877cd6ea050c202ea888d462ddea65272cad 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-ssh1822307691589622150.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-ssh10986905783678615819.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-ssh2706071393406315091.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-ssh16919318521968683866.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-ssh2250282399348480147.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3507’ Running on prd-ubuntu20.04-docker-8c-8g-3509 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 abca877cd6ea050c202ea888d462ddea65272cad (main) Commit message: "Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.16" > 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 abca877cd6ea050c202ea888d462ddea65272cad # timeout=10 > git rev-list --no-walk 53d214d660c211fabaeb1f0df01625a9dcc42235 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-14T15:12:23.560Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-14T15:12:23.607Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-14T15:12:23.625Z] ========================================================= [2023-08-14T15:12:23.625Z] EdgeX Global Pipelines Version Info [2023-08-14T15:12:23.625Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:12:24.323Z] ------------------- [2023-08-14T15:12:24.323Z] stable info: [2023-08-14T15:12:24.323Z] ------------------- [2023-08-14T15:12:24.323Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-14T15:12:24.323Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T15:12:24.323Z] Message: update stable to v1.0.253 [2023-08-14T15:12:24.893Z] ------------------- [2023-08-14T15:12:24.893Z] experimental info: [2023-08-14T15:12:24.893Z] ------------------- [2023-08-14T15:12:24.893Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-14T15:12:24.893Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T15:12:24.893Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-14T15:12:25.042Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-08-14T15:12:25.053Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-08-14T15:12:25.066Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-14T15:12:25.080Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-14T15:12:25.095Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-14T15:12:25.112Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-14T15:12:25.131Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-14T15:12:25.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-14T15:12:25.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-14T15:12:25.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-14T15:12:25.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-14T15:12:25.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-08-14T15:12:25.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-14T15:12:25.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-14T15:12:25.242Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T15:12:25.260Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T15:12:25.274Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T15:12:25.286Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-14T15:12:25.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-14T15:12:25.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-14T15:12:25.329Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-14T15:12:25.342Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-14T15:12:25.354Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-14T15:12:25.366Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-14T15:12:25.380Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-14T15:12:25.392Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-14T15:12:25.403Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-14T15:12:25.421Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-14T15:12:25.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-14T15:12:25.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-14T15:12:25.457Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo [2023-08-14T15:12:25.470Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abca877 [Pipeline] echo [2023-08-14T15:12:25.483Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T15:12:25.527Z] provisioning config files... [2023-08-14T15:12:25.540Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10571935798101770728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:12:25.845Z] ---> docker-login.sh [2023-08-14T15:12:25.845Z] nexus3.edgexfoundry.org:10001 [2023-08-14T15:12:26.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:26.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:26.105Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:26.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:26.105Z] [2023-08-14T15:12:26.105Z] Login Succeeded [2023-08-14T15:12:26.105Z] nexus3.edgexfoundry.org:10002 [2023-08-14T15:12:26.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:26.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:26.105Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:26.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:26.105Z] [2023-08-14T15:12:26.105Z] Login Succeeded [2023-08-14T15:12:26.105Z] nexus3.edgexfoundry.org:10003 [2023-08-14T15:12:26.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:26.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:26.365Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:26.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:26.365Z] [2023-08-14T15:12:26.365Z] Login Succeeded [2023-08-14T15:12:26.365Z] nexus3.edgexfoundry.org:10004 [2023-08-14T15:12:26.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:26.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:26.365Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:26.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:26.365Z] [2023-08-14T15:12:26.365Z] Login Succeeded [2023-08-14T15:12:26.365Z] docker.io [2023-08-14T15:12:26.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:26.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:26.627Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:26.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:26.627Z] [2023-08-14T15:12:26.627Z] Login Succeeded [2023-08-14T15:12:26.627Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T15:12:26.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-14T15:12:27.002Z] + git rev-list -1 --merges abca877cd6ea050c202ea888d462ddea65272cad~1..abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo [2023-08-14T15:12:27.043Z] -----------> git rev-list -1 --merges abca877cd6ea050c202ea888d462ddea65272cad~1..abca877cd6ea050c202ea888d462ddea65272cad abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:12:27.043Z] abca877cd6ea050c202ea888d462ddea65272cad [false] [Pipeline] sh [2023-08-14T15:12:27.339Z] + git log --format=format:%s -1 abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo [2023-08-14T15:12:27.355Z] ========================================================= [2023-08-14T15:12:27.355Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-14T15:12:27.355Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T15:12:27.683Z] + git log --format=format:%s -1 abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo [2023-08-14T15:12:27.694Z] [semverPrep] GIT_COMMIT: abca877cd6ea050c202ea888d462ddea65272cad, Commit Message: Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.16 [Pipeline] echo [2023-08-14T15:12:27.702Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-14T15:12:28.047Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:12:28.047Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-14T15:12:28.047Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-14T15:12:28.047Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-14T15:12:28.047Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2023-08-14T15:12:28.047Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-14T15:12:28.047Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:12:28.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:12:28.398Z] [2023-08-14T15:12:28.398Z] 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-14T15:12:28.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:12:28.701Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-14T15:12:28.701Z] b85a868b505f: Pulling fs layer [2023-08-14T15:12:28.701Z] e2be974225ed: Pulling fs layer [2023-08-14T15:12:28.701Z] 339a4e72a1f5: Pulling fs layer [2023-08-14T15:12:28.701Z] 988bab9f4d93: Pulling fs layer [2023-08-14T15:12:28.701Z] 1469e6f7b9e6: Pulling fs layer [2023-08-14T15:12:28.701Z] eaf3925da568: Pulling fs layer [2023-08-14T15:12:28.701Z] bab4dde63d76: Pulling fs layer [2023-08-14T15:12:28.701Z] bde34c3a00c8: Pulling fs layer [2023-08-14T15:12:28.701Z] b352a97aabf1: Pulling fs layer [2023-08-14T15:12:28.701Z] 4872d77fe225: Pulling fs layer [2023-08-14T15:12:28.701Z] 5851b861e8e6: Pulling fs layer [2023-08-14T15:12:28.701Z] bde34c3a00c8: Waiting [2023-08-14T15:12:28.701Z] b352a97aabf1: Waiting [2023-08-14T15:12:28.701Z] eaf3925da568: Waiting [2023-08-14T15:12:28.701Z] bab4dde63d76: Waiting [2023-08-14T15:12:28.701Z] 4872d77fe225: Waiting [2023-08-14T15:12:28.701Z] e2be974225ed: Verifying Checksum [2023-08-14T15:12:28.701Z] e2be974225ed: Download complete [2023-08-14T15:12:28.701Z] 988bab9f4d93: Verifying Checksum [2023-08-14T15:12:28.701Z] 988bab9f4d93: Download complete [2023-08-14T15:12:28.701Z] 1469e6f7b9e6: Verifying Checksum [2023-08-14T15:12:28.701Z] 1469e6f7b9e6: Download complete [2023-08-14T15:12:28.964Z] eaf3925da568: Verifying Checksum [2023-08-14T15:12:28.964Z] eaf3925da568: Download complete [2023-08-14T15:12:28.964Z] 339a4e72a1f5: Verifying Checksum [2023-08-14T15:12:28.964Z] 339a4e72a1f5: Download complete [2023-08-14T15:12:28.964Z] bde34c3a00c8: Download complete [2023-08-14T15:12:28.964Z] b352a97aabf1: Verifying Checksum [2023-08-14T15:12:28.964Z] b352a97aabf1: Download complete [2023-08-14T15:12:28.964Z] 4872d77fe225: Verifying Checksum [2023-08-14T15:12:28.964Z] 5851b861e8e6: Verifying Checksum [2023-08-14T15:12:28.964Z] 5851b861e8e6: Download complete [2023-08-14T15:12:28.964Z] b85a868b505f: Verifying Checksum [2023-08-14T15:12:28.964Z] b85a868b505f: Download complete [2023-08-14T15:12:29.224Z] bab4dde63d76: Verifying Checksum [2023-08-14T15:12:29.224Z] bab4dde63d76: Download complete [2023-08-14T15:12:30.159Z] b85a868b505f: Pull complete [2023-08-14T15:12:30.418Z] e2be974225ed: Pull complete [2023-08-14T15:12:30.987Z] 339a4e72a1f5: Pull complete [2023-08-14T15:12:30.987Z] 988bab9f4d93: Pull complete [2023-08-14T15:12:31.246Z] 1469e6f7b9e6: Pull complete [2023-08-14T15:12:31.246Z] eaf3925da568: Pull complete [2023-08-14T15:12:33.150Z] bab4dde63d76: Pull complete [2023-08-14T15:12:33.150Z] bde34c3a00c8: Pull complete [2023-08-14T15:12:33.150Z] b352a97aabf1: Pull complete [2023-08-14T15:12:33.718Z] 4872d77fe225: Pull complete [2023-08-14T15:12:35.098Z] 5851b861e8e6: Pull complete [2023-08-14T15:12:35.098Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-14T15:12:35.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:12:35.626Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:12:35.759Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:12:35.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T15:12:50.268Z] $ docker top ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 -eo pid,comm [2023-08-14T15:12:50.374Z] 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-14T15:12:50.374Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:12:50.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:12:50.409Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:12:50.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:12:50.592Z] $ docker exec ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent [2023-08-14T15:12:50.689Z] SSH_AUTH_SOCK=/tmp/ssh-L8K3dYsEipip/agent.14 [2023-08-14T15:12:50.689Z] SSH_AGENT_PID=20 [2023-08-14T15:12:50.695Z] Running ssh-add (command line suppressed) [2023-08-14T15:12:50.856Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5837415010872023248.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5837415010872023248.key) [2023-08-14T15:12:50.869Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:12:51.155Z] + git tag --points-at HEAD [Pipeline] } [2023-08-14T15:12:51.203Z] $ docker exec --env ******** --env ******** ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent -k [2023-08-14T15:12:51.317Z] unset SSH_AUTH_SOCK; [2023-08-14T15:12:51.318Z] unset SSH_AGENT_PID; [2023-08-14T15:12:51.320Z] echo Agent pid 20 killed; [2023-08-14T15:12:51.326Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-14T15:12:51.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:12:51.350Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:12:51.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:12:51.461Z] $ docker exec ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent [2023-08-14T15:12:51.577Z] SSH_AUTH_SOCK=/tmp/ssh-StqFcbKd6EVh/agent.52 [2023-08-14T15:12:51.577Z] SSH_AGENT_PID=58 [2023-08-14T15:12:51.581Z] Running ssh-add (command line suppressed) [2023-08-14T15:12:51.676Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6284094828357709944.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6284094828357709944.key) [2023-08-14T15:12:51.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:12:51.976Z] + git semver init [2023-08-14T15:12:52.548Z] 2023-08-14 15:12:52,285 [run_init] DEBUG init version:0.0.0 force:False [2023-08-14T15:12:52.548Z] 2023-08-14 15:12:52,287 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-14T15:12:52.548Z] 2023-08-14 15:12:52,288 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-14T15:12:52.548Z] 2023-08-14 15:12:52,288 [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-14T15:12:53.119Z] 2023-08-14 15:12:53,096 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-08-14T15:12:53.119Z] 2023-08-14 15:12:53,096 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-08-14T15:12:53.119Z] 2023-08-14 15:12:53,097 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:12:53.119Z] 2023-08-14 15:12:53,097 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:12:53.119Z] 3.1.0-dev.29 [Pipeline] } [2023-08-14T15:12:53.130Z] $ docker exec --env ******** --env ******** ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent -k [2023-08-14T15:12:53.238Z] unset SSH_AUTH_SOCK; [2023-08-14T15:12:53.239Z] unset SSH_AGENT_PID; [2023-08-14T15:12:53.239Z] echo Agent pid 58 killed; [2023-08-14T15:12:53.247Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:12:53.564Z] + git semver [Pipeline] } [2023-08-14T15:12:54.154Z] $ docker stop --time=1 ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 [2023-08-14T15:12:57.265Z] $ docker rm -f --volumes ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:12:57.702Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-14T15:12:57.940Z] Stashed 1 file(s) [Pipeline] echo [2023-08-14T15:12:57.941Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.29 [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-14T15:12:58.074Z] provisioning config files... [2023-08-14T15:12:58.084Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2258676705640786237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:12:58.376Z] ---> docker-login.sh [2023-08-14T15:12:58.376Z] nexus3.edgexfoundry.org:10001 [2023-08-14T15:12:58.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:58.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:58.376Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:58.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:58.376Z] [2023-08-14T15:12:58.376Z] Login Succeeded [2023-08-14T15:12:58.376Z] nexus3.edgexfoundry.org:10002 [2023-08-14T15:12:58.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:58.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:58.376Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:58.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:58.376Z] [2023-08-14T15:12:58.376Z] Login Succeeded [2023-08-14T15:12:58.376Z] nexus3.edgexfoundry.org:10003 [2023-08-14T15:12:58.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:58.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:58.636Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:58.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:58.636Z] [2023-08-14T15:12:58.636Z] Login Succeeded [2023-08-14T15:12:58.636Z] nexus3.edgexfoundry.org:10004 [2023-08-14T15:12:58.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:58.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:58.636Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:58.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:58.636Z] [2023-08-14T15:12:58.636Z] Login Succeeded [2023-08-14T15:12:58.636Z] docker.io [2023-08-14T15:12:58.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:12:58.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:12:58.896Z] Configure a credential helper to remove this warning. See [2023-08-14T15:12:58.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:12:58.896Z] [2023-08-14T15:12:58.896Z] Login Succeeded [2023-08-14T15:12:58.896Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T15:12:58.910Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-14T15:12:58.977Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:12:58.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:12:58.999Z] ========================================================= [2023-08-14T15:12:58.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-14T15:12:58.999Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:12:59.312Z] + 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-14T15:12:59.312Z] Sending build context to Docker daemon 430.6kB [2023-08-14T15:12:59.312Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T15:12:59.312Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-14T15:12:59.312Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-14T15:12:59.312Z] 4db1b89c0bd1: Pulling fs layer [2023-08-14T15:12:59.312Z] 6911f1a30b25: Pulling fs layer [2023-08-14T15:12:59.312Z] e194b8c5c2a9: Pulling fs layer [2023-08-14T15:12:59.312Z] 6863d3e3a2b1: Pulling fs layer [2023-08-14T15:12:59.312Z] ec0bb842ea78: Pulling fs layer [2023-08-14T15:12:59.312Z] 40a00589a448: Pulling fs layer [2023-08-14T15:12:59.312Z] 6c08303d61cc: Pulling fs layer [2023-08-14T15:12:59.312Z] 798269fcf238: Pulling fs layer [2023-08-14T15:12:59.312Z] 6863d3e3a2b1: Waiting [2023-08-14T15:12:59.312Z] ec0bb842ea78: Waiting [2023-08-14T15:12:59.312Z] 40a00589a448: Waiting [2023-08-14T15:12:59.312Z] 6c08303d61cc: Waiting [2023-08-14T15:12:59.312Z] 798269fcf238: Waiting [2023-08-14T15:12:59.312Z] 6911f1a30b25: Verifying Checksum [2023-08-14T15:12:59.312Z] 6911f1a30b25: Download complete [2023-08-14T15:12:59.312Z] 6863d3e3a2b1: Verifying Checksum [2023-08-14T15:12:59.313Z] 6863d3e3a2b1: Download complete [2023-08-14T15:12:59.577Z] ec0bb842ea78: Verifying Checksum [2023-08-14T15:12:59.577Z] ec0bb842ea78: Download complete [2023-08-14T15:12:59.577Z] 4db1b89c0bd1: Verifying Checksum [2023-08-14T15:12:59.577Z] 4db1b89c0bd1: Download complete [2023-08-14T15:12:59.577Z] 40a00589a448: Verifying Checksum [2023-08-14T15:12:59.577Z] 40a00589a448: Download complete [2023-08-14T15:12:59.577Z] 4db1b89c0bd1: Pull complete [2023-08-14T15:12:59.837Z] 6911f1a30b25: Pull complete [2023-08-14T15:13:00.096Z] 798269fcf238: Verifying Checksum [2023-08-14T15:13:00.096Z] 798269fcf238: Download complete [2023-08-14T15:13:00.353Z] e194b8c5c2a9: Download complete [2023-08-14T15:13:00.353Z] 6c08303d61cc: Verifying Checksum [2023-08-14T15:13:00.353Z] 6c08303d61cc: Download complete [2023-08-14T15:13:04.539Z] e194b8c5c2a9: Pull complete [2023-08-14T15:13:04.799Z] 6863d3e3a2b1: Pull complete [2023-08-14T15:13:05.058Z] ec0bb842ea78: Pull complete [2023-08-14T15:13:05.624Z] 40a00589a448: Pull complete [2023-08-14T15:13:08.906Z] 6c08303d61cc: Pull complete [2023-08-14T15:13:09.839Z] 798269fcf238: Pull complete [2023-08-14T15:13:09.840Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-14T15:13:09.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T15:13:09.840Z] ---> ec979cd7f677 [2023-08-14T15:13:09.840Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T15:13:13.036Z] Still waiting to schedule task [2023-08-14T15:13:13.036Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3508’ [2023-08-14T15:13:19.931Z] ---> Running in 30ae1932ba19 [2023-08-14T15:13:19.931Z] Removing intermediate container 30ae1932ba19 [2023-08-14T15:13:19.931Z] ---> ba3763e0b693 [2023-08-14T15:13:19.931Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T15:13:19.931Z] ---> Running in 552b8018af3d [2023-08-14T15:13:20.207Z] Removing intermediate container 552b8018af3d [2023-08-14T15:13:20.207Z] ---> 47905784a997 [2023-08-14T15:13:20.207Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-14T15:13:21.148Z] ---> Running in 245a8400cb05 [2023-08-14T15:13:22.099Z] Removing intermediate container 245a8400cb05 [2023-08-14T15:13:22.099Z] ---> a075b6ea2565 [2023-08-14T15:13:22.099Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T15:13:22.667Z] ---> Running in f33582ca1b49 [2023-08-14T15:13:23.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T15:13:23.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T15:13:23.770Z] OK: 265 MiB in 53 packages [2023-08-14T15:13:25.149Z] Removing intermediate container f33582ca1b49 [2023-08-14T15:13:25.149Z] ---> 2c76d107e940 [2023-08-14T15:13:25.149Z] Step 7/12 : WORKDIR /app [2023-08-14T15:13:25.149Z] ---> Running in 769d3969312b [2023-08-14T15:13:25.149Z] Removing intermediate container 769d3969312b [2023-08-14T15:13:25.149Z] ---> e038afa7a474 [2023-08-14T15:13:25.149Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-14T15:13:25.149Z] ---> 91269adc5a2f [2023-08-14T15:13:25.149Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T15:13:25.407Z] ---> Running in ac5bd36baca4 [2023-08-14T15:14:12.239Z] Removing intermediate container ac5bd36baca4 [2023-08-14T15:14:12.239Z] ---> 0cdcd65a9867 [2023-08-14T15:14:12.239Z] Step 10/12 : COPY . . [2023-08-14T15:14:12.239Z] ---> 90d06e3851e9 [2023-08-14T15:14:12.239Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T15:14:12.239Z] ---> Running in 2765796e365d [2023-08-14T15:14:12.239Z] Removing intermediate container 2765796e365d [2023-08-14T15:14:12.239Z] ---> 2e741b24c423 [2023-08-14T15:14:12.239Z] Step 12/12 : RUN $MAKE [2023-08-14T15:14:12.239Z] ---> Running in 773d29661c67 [2023-08-14T15:14:12.239Z] noop [2023-08-14T15:14:12.239Z] Removing intermediate container 773d29661c67 [2023-08-14T15:14:12.239Z] ---> 51d2f30ae0f0 [2023-08-14T15:14:12.239Z] Successfully built 51d2f30ae0f0 [2023-08-14T15:14:12.239Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:14:12.568Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T15:14:12.568Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:14:12.667Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:14:12.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-14T15:14:13.994Z] $ docker top 560dd64d0c305ec8fcbe5ba0e436cccb7bf72745ca63e65debf72c0fe8c32c87 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:14:14.427Z] + go version [2023-08-14T15:14:14.427Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-14T15:14:14.444Z] $ docker stop --time=1 560dd64d0c305ec8fcbe5ba0e436cccb7bf72745ca63e65debf72c0fe8c32c87 [2023-08-14T15:14:16.541Z] $ docker rm -f --volumes 560dd64d0c305ec8fcbe5ba0e436cccb7bf72745ca63e65debf72c0fe8c32c87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:14:17.034Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T15:14:17.034Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:14:17.123Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:14:17.170Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-14T15:14:18.910Z] $ docker top 5ef0be44da2db967778e9222d6abd29c967f5305bfd947229ce6af8c3bcf2b27 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:14:19.279Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-08-14T15:14:19.574Z] + make test [2023-08-14T15:14:19.574Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T15:14:41.560Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-14T15:14:41.560Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.046s coverage: 88.0% of statements [2023-08-14T15:14:41.560Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-14T15:14:41.560Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-14T15:14:41.560Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-14T15:14:48.119Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.588s coverage: 97.5% of statements [2023-08-14T15:14:48.119Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.091s coverage: 85.2% of statements [2023-08-14T15:15:10.043Z] go vet ./... [2023-08-14T15:15:14.223Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T15:15:14.223Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T15:15:14.223Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-14T15:15:14.233Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-14T15:15:14.255Z] $ docker stop --time=1 5ef0be44da2db967778e9222d6abd29c967f5305bfd947229ce6af8c3bcf2b27 [2023-08-14T15:15:18.088Z] $ docker rm -f --volumes 5ef0be44da2db967778e9222d6abd29c967f5305bfd947229ce6af8c3bcf2b27 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:15:18.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-14T15:15:18.779Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-14T15:15:19.212Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-14T15:15:19.498Z] + ls -al . [2023-08-14T15:15:19.498Z] total 172 [2023-08-14T15:15:19.498Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 15:14 . [2023-08-14T15:15:19.498Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 15:12 .. [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 15:12 .dockerignore [2023-08-14T15:15:19.498Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 15:12 .git [2023-08-14T15:15:19.498Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:12 .github [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 15:12 .gitignore [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 15:12 .golangci.yml [2023-08-14T15:15:19.498Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 15:12 .semver [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 10642 Aug 14 15:12 Attribution.txt [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 15:12 CHANGELOG.md [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 15:12 Dockerfile [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 15:12 GOVERNANCE.md [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 15:12 Jenkinsfile [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 15:12 LICENSE [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 15:12 Makefile [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 15:12 OWNERS.md [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 15:12 README.md [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 15:12 Record and Reply.postman_collection.json [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 15:12 VERSION [2023-08-14T15:15:19.498Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:12 bin [2023-08-14T15:15:19.498Z] -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 15:14 coverage.out [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 15:12 go.mod [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 15:12 go.sum [2023-08-14T15:15:19.498Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 15:12 internal [2023-08-14T15:15:19.498Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 15:12 main.go [2023-08-14T15:15:19.498Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 15:12 pkg [2023-08-14T15:15:19.498Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:12 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:19.800Z] + 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=abca877cd6ea050c202ea888d462ddea65272cad --label arch=amd64 --label version=3.1.0-dev.29 . [2023-08-14T15:15:19.800Z] Sending build context to Docker daemon 447.5kB [2023-08-14T15:15:19.800Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T15:15:19.800Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-14T15:15:19.800Z] ---> 51d2f30ae0f0 [2023-08-14T15:15:19.800Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T15:15:19.800Z] ---> Running in 73ff917e0e69 [2023-08-14T15:15:20.059Z] Removing intermediate container 73ff917e0e69 [2023-08-14T15:15:20.059Z] ---> d7864742ee4e [2023-08-14T15:15:20.059Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T15:15:20.059Z] ---> Running in ea7774c7ac81 [2023-08-14T15:15:20.059Z] Removing intermediate container ea7774c7ac81 [2023-08-14T15:15:20.059Z] ---> 2f0a0d10871e [2023-08-14T15:15:20.059Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-14T15:15:20.059Z] ---> Running in a5d6acced503 [2023-08-14T15:15:20.059Z] Removing intermediate container a5d6acced503 [2023-08-14T15:15:20.059Z] ---> 756ce49f339d [2023-08-14T15:15:20.059Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T15:15:20.059Z] ---> Running in e119cd040c1b [2023-08-14T15:15:20.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T15:15:20.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T15:15:20.885Z] OK: 265 MiB in 53 packages [2023-08-14T15:15:21.143Z] Removing intermediate container e119cd040c1b [2023-08-14T15:15:21.143Z] ---> 1173a35decd4 [2023-08-14T15:15:21.143Z] Step 7/26 : WORKDIR /app [2023-08-14T15:15:21.143Z] ---> Running in 41113ecdc78a [2023-08-14T15:15:21.401Z] Removing intermediate container 41113ecdc78a [2023-08-14T15:15:21.401Z] ---> f36b3e92350b [2023-08-14T15:15:21.401Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-14T15:15:21.401Z] ---> fb68402709cb [2023-08-14T15:15:21.401Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T15:15:21.401Z] ---> Running in 3b3a08bb2617 [2023-08-14T15:15:22.340Z] Removing intermediate container 3b3a08bb2617 [2023-08-14T15:15:22.340Z] ---> 7d3155a6aac4 [2023-08-14T15:15:22.340Z] Step 10/26 : COPY . . [2023-08-14T15:15:22.601Z] ---> 4290c1713263 [2023-08-14T15:15:22.601Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T15:15:22.601Z] ---> Running in 20a960d42f4b [2023-08-14T15:15:22.601Z] Removing intermediate container 20a960d42f4b [2023-08-14T15:15:22.601Z] ---> adb859d1a29f [2023-08-14T15:15:22.601Z] Step 12/26 : RUN $MAKE [2023-08-14T15:15:22.601Z] ---> Running in 4c1dd895f900 [2023-08-14T15:15:22.859Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.29" -trimpath -mod=readonly -o app-record-replay [2023-08-14T15:15:36.608Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3513 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-08-14T15:15:36.618Z] Running in /w/workspace/app-record-replay/32 [Pipeline] { [Pipeline] checkout [2023-08-14T15:15:36.647Z] Selected Git installation does not exist. Using Default [2023-08-14T15:15:36.647Z] The recommended git tool is: NONE [2023-08-14T15:15:41.889Z] using credential edgex-jenkins-ssh [2023-08-14T15:15:41.905Z] Cloning the remote Git repository [2023-08-14T15:15:41.951Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-08-14T15:15:42.049Z] > git init /w/workspace/app-record-replay/32 # timeout=10 [2023-08-14T15:15:42.211Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-08-14T15:15:42.213Z] > git --version # timeout=10 [2023-08-14T15:15:42.243Z] > git --version # 'git version 2.25.1' [2023-08-14T15:15:42.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T15:15:42.424Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T15:15:43.873Z] Avoid second fetch [2023-08-14T15:15:43.873Z] Checking out Revision abca877cd6ea050c202ea888d462ddea65272cad (main) [2023-08-14T15:15:43.030Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-08-14T15:15:43.054Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T15:15:43.894Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T15:15:43.966Z] > git checkout -f abca877cd6ea050c202ea888d462ddea65272cad # timeout=10 [2023-08-14T15:15:44.464Z] Commit message: "Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.16" [Pipeline] withEnv [Pipeline] { [2023-08-14T15:15:44.788Z] Removing intermediate container 4c1dd895f900 [2023-08-14T15:15:44.788Z] ---> 76f8bb26ece1 [2023-08-14T15:15:44.788Z] Step 13/26 : FROM alpine:3.17 [2023-08-14T15:15:44.788Z] 3.17: Pulling from library/alpine [2023-08-14T15:15:44.788Z] 9398808236ff: Pulling fs layer [2023-08-14T15:15:44.788Z] 9398808236ff: Verifying Checksum [2023-08-14T15:15:44.788Z] 9398808236ff: Download complete [2023-08-14T15:15:44.788Z] 9398808236ff: Pull complete [2023-08-14T15:15:44.788Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T15:15:44.788Z] Status: Downloaded newer image for alpine:3.17 [2023-08-14T15:15:44.788Z] ---> 1e0b8b5322fc [2023-08-14T15:15:44.788Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-14T15:15:44.788Z] ---> Running in 139c25770111 [2023-08-14T15:15:44.788Z] Removing intermediate container 139c25770111 [2023-08-14T15:15:44.788Z] ---> 16054afe6c6b [2023-08-14T15:15:44.788Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-14T15:15:44.788Z] ---> Running in 37efc11a67e8 [2023-08-14T15:15:44.788Z] Removing intermediate container 37efc11a67e8 [2023-08-14T15:15:44.788Z] ---> 9755e353058c [2023-08-14T15:15:44.788Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T15:15:44.788Z] ---> Running in 759cf4c9b7b4 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T15:15:45.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T15:15:45.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T15:15:45.307Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T15:15:45.307Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T15:15:45.307Z] Executing busybox-1.35.0-r29.trigger [2023-08-14T15:15:45.346Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-14T15:15:45.346Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T15:15:45.346Z] Dload Upload Total Spent Left Speed [2023-08-14T15:15:45.346Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 86155 [2023-08-14T15:15:45.565Z] Executing ca-certificates-20230506-r0.trigger [2023-08-14T15:15:45.566Z] OK: 8 MiB in 17 packages [Pipeline] sh [2023-08-14T15:15:45.836Z] Removing intermediate container 759cf4c9b7b4 [2023-08-14T15:15:45.836Z] ---> b6f465c0088f [2023-08-14T15:15:45.836Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-14T15:15:46.051Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-14T15:15:46.095Z] ---> 43e6c0c80526 [2023-08-14T15:15:46.095Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-14T15:15:46.352Z] ---> 102c5aa6bb1f [2023-08-14T15:15:46.352Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-14T15:15:46.352Z] ---> 5099f1c0cf2c [2023-08-14T15:15:46.352Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-14T15:15:46.383Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-14T15:15:46.383Z] + sudo tee /etc/docker/daemon.new [2023-08-14T15:15:46.383Z] { [2023-08-14T15:15:46.383Z] "registry-mirrors": [ [2023-08-14T15:15:46.383Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-14T15:15:46.383Z] ], [2023-08-14T15:15:46.383Z] "bip": "10.250.0.254/24", [2023-08-14T15:15:46.383Z] "hosts": [ [2023-08-14T15:15:46.383Z] "tcp://0.0.0.0:5555", [2023-08-14T15:15:46.383Z] "unix:///var/run/docker.sock" [2023-08-14T15:15:46.383Z] ], [2023-08-14T15:15:46.383Z] "mtu": 1458, [2023-08-14T15:15:46.383Z] "selinux-enabled": true, [2023-08-14T15:15:46.383Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-14T15:15:46.383Z] } [Pipeline] sh [2023-08-14T15:15:46.738Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-14T15:15:47.079Z] + sudo service docker restart [2023-08-14T15:15:47.287Z] ---> de3df16dd1f5 [2023-08-14T15:15:47.287Z] Step 21/26 : EXPOSE 59712 [2023-08-14T15:15:47.287Z] ---> Running in 1977520c3bec [2023-08-14T15:15:47.287Z] Removing intermediate container 1977520c3bec [2023-08-14T15:15:47.287Z] ---> d334d12dcc19 [2023-08-14T15:15:47.287Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-14T15:15:47.287Z] ---> Running in 66f1f31b8ea3 [2023-08-14T15:15:47.549Z] Removing intermediate container 66f1f31b8ea3 [2023-08-14T15:15:47.549Z] ---> b03803706d3a [2023-08-14T15:15:47.549Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-14T15:15:47.549Z] ---> Running in 38db12d8b498 [2023-08-14T15:15:47.549Z] Removing intermediate container 38db12d8b498 [2023-08-14T15:15:47.549Z] ---> 3ab778abeeb2 [2023-08-14T15:15:47.549Z] Step 24/26 : LABEL arch=amd64 [2023-08-14T15:15:47.549Z] ---> Running in b12843ff0db6 [2023-08-14T15:15:47.808Z] Removing intermediate container b12843ff0db6 [2023-08-14T15:15:47.808Z] ---> 8cf188736dee [2023-08-14T15:15:47.808Z] Step 25/26 : LABEL git_sha=abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:15:47.808Z] ---> Running in 1d853e1c829a [2023-08-14T15:15:47.808Z] Removing intermediate container 1d853e1c829a [2023-08-14T15:15:47.808Z] ---> 48f14bb6e96a [2023-08-14T15:15:47.808Z] Step 26/26 : LABEL version=3.1.0-dev.29 [2023-08-14T15:15:47.808Z] ---> Running in 03bc4b0b3f98 [2023-08-14T15:15:47.808Z] Removing intermediate container 03bc4b0b3f98 [2023-08-14T15:15:47.808Z] ---> 88240613bef4 [2023-08-14T15:15:47.808Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-14T15:15:47.808Z] Successfully built 88240613bef4 [2023-08-14T15:15:47.808Z] 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-14T15:15:47.925Z] provisioning config files... [2023-08-14T15:15:47.934Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12966191622739092894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:15:48.229Z] ---> docker-login.sh [2023-08-14T15:15:48.229Z] nexus3.edgexfoundry.org:10001 [2023-08-14T15:15:48.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:15:48.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:15:48.229Z] Configure a credential helper to remove this warning. See [2023-08-14T15:15:48.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:15:48.229Z] [2023-08-14T15:15:48.229Z] Login Succeeded [2023-08-14T15:15:48.229Z] nexus3.edgexfoundry.org:10002 [2023-08-14T15:15:48.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:15:48.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:15:48.229Z] Configure a credential helper to remove this warning. See [2023-08-14T15:15:48.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:15:48.229Z] [2023-08-14T15:15:48.229Z] Login Succeeded [2023-08-14T15:15:48.229Z] nexus3.edgexfoundry.org:10003 [2023-08-14T15:15:48.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:15:48.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:15:48.488Z] Configure a credential helper to remove this warning. See [2023-08-14T15:15:48.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:15:48.488Z] [2023-08-14T15:15:48.488Z] Login Succeeded [2023-08-14T15:15:48.488Z] nexus3.edgexfoundry.org:10004 [2023-08-14T15:15:48.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:15:48.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:15:48.488Z] Configure a credential helper to remove this warning. See [2023-08-14T15:15:48.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:15:48.488Z] [2023-08-14T15:15:48.488Z] Login Succeeded [2023-08-14T15:15:48.488Z] docker.io [2023-08-14T15:15:48.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:15:48.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:15:48.747Z] Configure a credential helper to remove this warning. See [2023-08-14T15:15:48.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:15:48.747Z] [2023-08-14T15:15:48.747Z] Login Succeeded [2023-08-14T15:15:48.747Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T15:15:48.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T15:15:48.791Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:15:48.817Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-08-14T15:15:48.818Z] abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:15:48.818Z] latest [2023-08-14T15:15:48.818Z] 3.1.0-dev.29 [2023-08-14T15:15:48.818Z] abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [2023-08-14T15:15:48.818Z] main [2023-08-14T15:15:48.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:49.148Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:49.463Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:15:49.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T15:15:49.464Z] 692f1cb09f53: Preparing [2023-08-14T15:15:49.464Z] 0cdf32942939: Preparing [2023-08-14T15:15:49.464Z] c71c5302ac3d: Preparing [2023-08-14T15:15:49.464Z] 2ce5756adfd5: Preparing [2023-08-14T15:15:49.464Z] 61010d0b4dd1: Preparing [2023-08-14T15:15:49.464Z] 36b50b131297: Preparing [2023-08-14T15:15:49.464Z] 36b50b131297: Waiting [2023-08-14T15:15:49.464Z] 2ce5756adfd5: Pushed [2023-08-14T15:15:49.464Z] c71c5302ac3d: Pushed [2023-08-14T15:15:49.464Z] 0cdf32942939: Pushed [2023-08-14T15:15:49.464Z] 36b50b131297: Layer already exists [2023-08-14T15:15:49.464Z] 61010d0b4dd1: Pushed [2023-08-14T15:15:52.007Z] 692f1cb09f53: Pushed [2023-08-14T15:15:52.007Z] abca877cd6ea050c202ea888d462ddea65272cad: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:52.324Z] + 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-14T15:15:52.635Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-14T15:15:52.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T15:15:52.635Z] 692f1cb09f53: Preparing [2023-08-14T15:15:52.635Z] 0cdf32942939: Preparing [2023-08-14T15:15:52.635Z] c71c5302ac3d: Preparing [2023-08-14T15:15:52.635Z] 2ce5756adfd5: Preparing [2023-08-14T15:15:52.635Z] 61010d0b4dd1: Preparing [2023-08-14T15:15:52.635Z] 36b50b131297: Preparing [2023-08-14T15:15:52.635Z] 36b50b131297: Waiting [2023-08-14T15:15:52.635Z] 61010d0b4dd1: Layer already exists [2023-08-14T15:15:52.635Z] 692f1cb09f53: Layer already exists [2023-08-14T15:15:52.635Z] 2ce5756adfd5: Layer already exists [2023-08-14T15:15:52.635Z] c71c5302ac3d: Layer already exists [2023-08-14T15:15:52.635Z] 0cdf32942939: Layer already exists [2023-08-14T15:15:52.635Z] 36b50b131297: Layer already exists [2023-08-14T15:15:52.635Z] latest: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:52.963Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:53.263Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.29 [2023-08-14T15:15:53.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T15:15:53.263Z] 692f1cb09f53: Preparing [2023-08-14T15:15:53.263Z] 0cdf32942939: Preparing [2023-08-14T15:15:53.263Z] c71c5302ac3d: Preparing [2023-08-14T15:15:53.263Z] 2ce5756adfd5: Preparing [2023-08-14T15:15:53.263Z] 61010d0b4dd1: Preparing [2023-08-14T15:15:53.263Z] 36b50b131297: Preparing [2023-08-14T15:15:53.263Z] 36b50b131297: Waiting [2023-08-14T15:15:53.263Z] 2ce5756adfd5: Layer already exists [2023-08-14T15:15:53.263Z] 0cdf32942939: Layer already exists [2023-08-14T15:15:53.263Z] 692f1cb09f53: Layer already exists [2023-08-14T15:15:53.263Z] 61010d0b4dd1: Layer already exists [2023-08-14T15:15:53.263Z] c71c5302ac3d: Layer already exists [2023-08-14T15:15:53.263Z] 36b50b131297: Layer already exists [2023-08-14T15:15:53.263Z] 3.1.0-dev.29: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:53.580Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:53.885Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [2023-08-14T15:15:53.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T15:15:53.885Z] 692f1cb09f53: Preparing [2023-08-14T15:15:53.885Z] 0cdf32942939: Preparing [2023-08-14T15:15:53.886Z] c71c5302ac3d: Preparing [2023-08-14T15:15:53.886Z] 2ce5756adfd5: Preparing [2023-08-14T15:15:53.886Z] 61010d0b4dd1: Preparing [2023-08-14T15:15:53.886Z] 36b50b131297: Preparing [2023-08-14T15:15:53.886Z] 36b50b131297: Waiting [2023-08-14T15:15:53.886Z] 61010d0b4dd1: Layer already exists [2023-08-14T15:15:53.886Z] c71c5302ac3d: Layer already exists [2023-08-14T15:15:53.886Z] 2ce5756adfd5: Layer already exists [2023-08-14T15:15:53.886Z] 0cdf32942939: Layer already exists [2023-08-14T15:15:53.886Z] 692f1cb09f53: Layer already exists [2023-08-14T15:15:53.886Z] 36b50b131297: Layer already exists [2023-08-14T15:15:53.886Z] abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:54.201Z] + 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-14T15:15:54.519Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-08-14T15:15:54.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-14T15:15:54.519Z] 692f1cb09f53: Preparing [2023-08-14T15:15:54.519Z] 0cdf32942939: Preparing [2023-08-14T15:15:54.519Z] c71c5302ac3d: Preparing [2023-08-14T15:15:54.519Z] 2ce5756adfd5: Preparing [2023-08-14T15:15:54.519Z] 61010d0b4dd1: Preparing [2023-08-14T15:15:54.519Z] 36b50b131297: Preparing [2023-08-14T15:15:54.519Z] c71c5302ac3d: Layer already exists [2023-08-14T15:15:54.519Z] 2ce5756adfd5: Layer already exists [2023-08-14T15:15:54.519Z] 0cdf32942939: Layer already exists [2023-08-14T15:15:54.519Z] 692f1cb09f53: Layer already exists [2023-08-14T15:15:54.519Z] 61010d0b4dd1: Layer already exists [2023-08-14T15:15:54.519Z] 36b50b131297: Layer already exists [2023-08-14T15:15:54.519Z] main: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T15:15:54.556Z] ===================================================== [Pipeline] echo [2023-08-14T15:15:54.563Z] taggedImages: [2023-08-14T15:15:54.563Z] - nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:15:54.563Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-14T15:15:54.563Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.29 [2023-08-14T15:15:54.563Z] - nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [2023-08-14T15:15:54.563Z] - 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-14T15:15:54.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:15:54.936Z] [2023-08-14T15:15:54.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:15:55.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:15:55.242Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-14T15:15:55.242Z] 5eb5b503b376: Pulling fs layer [2023-08-14T15:15:55.242Z] 5c69ac0246d0: Pulling fs layer [2023-08-14T15:15:55.242Z] ec43610c2a17: Pulling fs layer [2023-08-14T15:15:55.242Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-14T15:15:55.242Z] 33b1e0a273af: Pulling fs layer [2023-08-14T15:15:55.242Z] 5d3b04190fa2: Pulling fs layer [2023-08-14T15:15:55.242Z] 2f39f015ded8: Pulling fs layer [2023-08-14T15:15:55.242Z] 3a2ae6a8a46f: Waiting [2023-08-14T15:15:55.242Z] 33b1e0a273af: Waiting [2023-08-14T15:15:55.242Z] 5d3b04190fa2: Waiting [2023-08-14T15:15:55.242Z] 2f39f015ded8: Waiting [2023-08-14T15:15:55.242Z] 5c69ac0246d0: Verifying Checksum [2023-08-14T15:15:55.242Z] 5c69ac0246d0: Download complete [2023-08-14T15:15:55.242Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-14T15:15:55.242Z] 3a2ae6a8a46f: Download complete [2023-08-14T15:15:55.242Z] 33b1e0a273af: Verifying Checksum [2023-08-14T15:15:55.242Z] 33b1e0a273af: Download complete [2023-08-14T15:15:55.504Z] 5d3b04190fa2: Verifying Checksum [2023-08-14T15:15:55.504Z] 5d3b04190fa2: Download complete [2023-08-14T15:15:55.504Z] ec43610c2a17: Verifying Checksum [2023-08-14T15:15:55.504Z] ec43610c2a17: Download complete [2023-08-14T15:15:55.504Z] 5eb5b503b376: Download complete [2023-08-14T15:15:56.444Z] 2f39f015ded8: Download complete [2023-08-14T15:15:56.703Z] 5eb5b503b376: Pull complete [2023-08-14T15:15:56.703Z] 5c69ac0246d0: Pull complete [2023-08-14T15:15:57.272Z] ec43610c2a17: Pull complete [2023-08-14T15:15:57.272Z] 3a2ae6a8a46f: Pull complete [2023-08-14T15:15:57.530Z] 33b1e0a273af: Pull complete [2023-08-14T15:15:57.530Z] 5d3b04190fa2: Pull complete [2023-08-14T15:16:01.718Z] 2f39f015ded8: Pull complete [2023-08-14T15:16:01.718Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-14T15:16:01.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:16:01.718Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:16:01.802Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:16:01.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-14T15:16:08.613Z] $ docker top 52fccead5eb0f23c752ea3c99a6eb23813cfd598d1119c9f2b7becfbbb88e94e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-08-14T15:16:08.750Z] provisioning config files... [2023-08-14T15:16:08.776Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/32@tmp/config8618638547779274936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:16:09.002Z] ---> job-cost.sh [2023-08-14T15:16:09.002Z] lf-activate-venv: SKIPPING [2023-08-14T15:16:09.002Z] INFO: No Stack... [2023-08-14T15:16:09.126Z] ---> docker-login.sh [2023-08-14T15:16:09.126Z] nexus3.edgexfoundry.org:10001 [2023-08-14T15:16:09.262Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T15:16:09.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:16:09.520Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T15:16:09.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:16:09.673Z] Configure a credential helper to remove this warning. See [2023-08-14T15:16:09.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:16:09.673Z] [2023-08-14T15:16:09.673Z] Login Succeeded [2023-08-14T15:16:09.673Z] nexus3.edgexfoundry.org:10002 [2023-08-14T15:16:09.808Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-08-14T15:16:09.808Z] + cut -d, -f6 [Pipeline] lock [2023-08-14T15:16:09.821Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [2023-08-14T15:16:09.826Z] Resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] did not exist. Created. [2023-08-14T15:16:09.826Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T15:16:09.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:16:09.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:16:09.945Z] Configure a credential helper to remove this warning. See [2023-08-14T15:16:09.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:16:09.945Z] [2023-08-14T15:16:09.945Z] Login Succeeded [2023-08-14T15:16:09.945Z] nexus3.edgexfoundry.org:10003 [2023-08-14T15:16:10.133Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-14T15:16:10.165Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T15:16:10.172Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T15:16:10.205Z] $ docker stop --time=1 52fccead5eb0f23c752ea3c99a6eb23813cfd598d1119c9f2b7becfbbb88e94e [2023-08-14T15:16:10.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:16:10.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:16:10.490Z] Configure a credential helper to remove this warning. See [2023-08-14T15:16:10.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:16:10.490Z] [2023-08-14T15:16:10.490Z] Login Succeeded [2023-08-14T15:16:10.490Z] nexus3.edgexfoundry.org:10004 [2023-08-14T15:16:10.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:16:10.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:16:10.763Z] Configure a credential helper to remove this warning. See [2023-08-14T15:16:10.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:16:10.763Z] [2023-08-14T15:16:10.763Z] Login Succeeded [2023-08-14T15:16:10.763Z] docker.io [2023-08-14T15:16:11.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:16:11.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:16:11.304Z] Configure a credential helper to remove this warning. See [2023-08-14T15:16:11.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:16:11.304Z] [2023-08-14T15:16:11.304Z] Login Succeeded [2023-08-14T15:16:11.304Z] ---> docker-login.sh ends [2023-08-14T15:16:11.359Z] $ docker rm -f --volumes 52fccead5eb0f23c752ea3c99a6eb23813cfd598d1119c9f2b7becfbbb88e94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-08-14T15:16:11.404Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-08-14T15:16:11.702Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:16:11.717Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:16:11.728Z] ========================================================= [2023-08-14T15:16:11.728Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-14T15:16:11.728Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:16:12.078Z] + 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-14T15:16:12.078Z] Sending build context to Docker daemon 197.1kB [2023-08-14T15:16:12.346Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T15:16:12.346Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-14T15:16:14.304Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-14T15:16:14.304Z] edb6bdbacee9: Pulling fs layer [2023-08-14T15:16:14.304Z] 5f9638ab2659: Pulling fs layer [2023-08-14T15:16:14.304Z] 8d51d6327a98: Pulling fs layer [2023-08-14T15:16:14.304Z] 8b374f2dd631: Pulling fs layer [2023-08-14T15:16:14.304Z] ec14aa9079de: Pulling fs layer [2023-08-14T15:16:14.304Z] 2f466654f4bb: Pulling fs layer [2023-08-14T15:16:14.304Z] 554e91adad29: Pulling fs layer [2023-08-14T15:16:14.304Z] 8b374f2dd631: Waiting [2023-08-14T15:16:14.304Z] ec14aa9079de: Waiting [2023-08-14T15:16:14.304Z] 2f466654f4bb: Waiting [2023-08-14T15:16:14.304Z] 554e91adad29: Waiting [2023-08-14T15:16:14.304Z] 5f9638ab2659: Verifying Checksum [2023-08-14T15:16:14.304Z] 5f9638ab2659: Download complete [2023-08-14T15:16:14.304Z] 8b374f2dd631: Verifying Checksum [2023-08-14T15:16:14.304Z] 8b374f2dd631: Download complete [2023-08-14T15:16:14.304Z] ec14aa9079de: Verifying Checksum [2023-08-14T15:16:14.304Z] ec14aa9079de: Download complete [2023-08-14T15:16:14.304Z] edb6bdbacee9: Verifying Checksum [2023-08-14T15:16:14.304Z] edb6bdbacee9: Download complete [2023-08-14T15:16:14.903Z] edb6bdbacee9: Pull complete [2023-08-14T15:16:15.504Z] 554e91adad29: Verifying Checksum [2023-08-14T15:16:15.504Z] 554e91adad29: Download complete [2023-08-14T15:16:15.504Z] 5f9638ab2659: Pull complete [2023-08-14T15:16:16.473Z] 2f466654f4bb: Verifying Checksum [2023-08-14T15:16:16.473Z] 2f466654f4bb: Download complete [2023-08-14T15:16:16.473Z] 8d51d6327a98: Verifying Checksum [2023-08-14T15:16:16.473Z] 8d51d6327a98: Download complete [2023-08-14T15:16:28.810Z] 8d51d6327a98: Pull complete [2023-08-14T15:16:28.810Z] 8b374f2dd631: Pull complete [2023-08-14T15:16:28.810Z] ec14aa9079de: Pull complete [2023-08-14T15:16:35.508Z] 2f466654f4bb: Pull complete [2023-08-14T15:16:38.139Z] 554e91adad29: Pull complete [2023-08-14T15:16:38.139Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-14T15:16:38.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T15:16:38.139Z] ---> 1e15ea492957 [2023-08-14T15:16:38.139Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T15:16:39.327Z] ---> Running in d29e34dd1a0e [2023-08-14T15:16:39.599Z] Removing intermediate container d29e34dd1a0e [2023-08-14T15:16:39.599Z] ---> a309a36a6f4f [2023-08-14T15:16:39.599Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T15:16:39.599Z] ---> Running in d64ca048bf9a [2023-08-14T15:16:39.875Z] Removing intermediate container d64ca048bf9a [2023-08-14T15:16:39.875Z] ---> 2bad858926a6 [2023-08-14T15:16:39.875Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-14T15:16:40.155Z] ---> Running in 677f4c86c2e0 [2023-08-14T15:16:40.425Z] Removing intermediate container 677f4c86c2e0 [2023-08-14T15:16:40.425Z] ---> 8ad0ad7cb62c [2023-08-14T15:16:40.425Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T15:16:40.425Z] ---> Running in f1c7d50d95ea [2023-08-14T15:16:41.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T15:16:42.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T15:16:43.986Z] OK: 263 MiB in 53 packages [2023-08-14T15:16:44.573Z] Removing intermediate container f1c7d50d95ea [2023-08-14T15:16:44.573Z] ---> cd5e6c30b5d0 [2023-08-14T15:16:44.573Z] Step 7/12 : WORKDIR /app [2023-08-14T15:16:44.843Z] ---> Running in d05bbb052081 [2023-08-14T15:16:45.113Z] Removing intermediate container d05bbb052081 [2023-08-14T15:16:45.113Z] ---> 3af3b78120a2 [2023-08-14T15:16:45.113Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-14T15:16:45.700Z] ---> 7a718c8eac34 [2023-08-14T15:16:45.700Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T15:16:45.700Z] ---> Running in 75f29da11c15 [2023-08-14T15:17:53.614Z] Removing intermediate container 75f29da11c15 [2023-08-14T15:17:53.614Z] ---> 28d49a67dca8 [2023-08-14T15:17:53.614Z] Step 10/12 : COPY . . [2023-08-14T15:17:53.614Z] ---> 85c65c50f1c3 [2023-08-14T15:17:53.614Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T15:17:53.614Z] ---> Running in 8c742b7e16fa [2023-08-14T15:17:53.614Z] Removing intermediate container 8c742b7e16fa [2023-08-14T15:17:53.614Z] ---> e2878a21e1ce [2023-08-14T15:17:53.614Z] Step 12/12 : RUN $MAKE [2023-08-14T15:17:53.882Z] ---> Running in 2021ba19334a [2023-08-14T15:17:54.846Z] noop [2023-08-14T15:17:55.443Z] Removing intermediate container 2021ba19334a [2023-08-14T15:17:55.443Z] ---> 439b5dd83d8f [2023-08-14T15:17:55.443Z] Successfully built 439b5dd83d8f [2023-08-14T15:17:55.443Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:17:55.798Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T15:17:55.798Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:17:56.021Z] prd-ubuntu20.04-docker-arm64-4c-16g-3513 does not seem to be running inside a container [2023-08-14T15:17:56.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/32 -v /w/workspace/app-record-replay/32:/w/workspace/app-record-replay/32:rw,z -v /w/workspace/app-record-replay/32@tmp:/w/workspace/app-record-replay/32@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-14T15:17:57.361Z] $ docker top 1d1d048d4e5aff367cdabf63a026ce55efeef082f32566f3cd361416355ce1f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:17:58.209Z] + go version [2023-08-14T15:17:58.209Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-14T15:17:58.233Z] $ docker stop --time=1 1d1d048d4e5aff367cdabf63a026ce55efeef082f32566f3cd361416355ce1f3 [2023-08-14T15:17:59.886Z] $ docker rm -f --volumes 1d1d048d4e5aff367cdabf63a026ce55efeef082f32566f3cd361416355ce1f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:18:00.433Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T15:18:00.433Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:18:00.619Z] prd-ubuntu20.04-docker-arm64-4c-16g-3513 does not seem to be running inside a container [2023-08-14T15:18:00.692Z] $ 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/32 -v /w/workspace/app-record-replay/32:/w/workspace/app-record-replay/32:rw,z -v /w/workspace/app-record-replay/32@tmp:/w/workspace/app-record-replay/32@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-14T15:18:01.925Z] $ docker top cdfc69636c103614dbefd56efded110a2a0238f199ac1d7094fc284ac34656de -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:18:02.769Z] + git config --global --add safe.directory /w/workspace/app-record-replay/32 [Pipeline] fileExists [Pipeline] sh [2023-08-14T15:18:03.105Z] + make test [2023-08-14T15:18:03.375Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T15:21:40.226Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-14T15:21:42.175Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-14T15:21:42.175Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-14T15:21:42.175Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-14T15:21:42.175Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.320s coverage: 88.0% of statements [2023-08-14T15:21:52.258Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.886s coverage: 97.5% of statements [2023-08-14T15:21:52.259Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.469s coverage: 85.2% of statements [2023-08-14T15:21:52.259Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-14T15:21:52.259Z] go vet ./... [2023-08-14T15:24:44.671Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T15:24:44.671Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T15:24:44.671Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-14T15:24:44.689Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-14T15:24:44.707Z] $ docker stop --time=1 cdfc69636c103614dbefd56efded110a2a0238f199ac1d7094fc284ac34656de [2023-08-14T15:24:46.712Z] $ docker rm -f --volumes cdfc69636c103614dbefd56efded110a2a0238f199ac1d7094fc284ac34656de [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:24:48.459Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-14T15:24:48.482Z] Warning: overwriting stash ‘coverage-report’ [2023-08-14T15:24:49.032Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T15:24:49.433Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-14T15:24:49.761Z] + ls -al . [2023-08-14T15:24:49.761Z] total 168 [2023-08-14T15:24:49.761Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 15:18 . [2023-08-14T15:24:49.761Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 15:15 .. [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 15:15 .dockerignore [2023-08-14T15:24:49.761Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 15:15 .git [2023-08-14T15:24:49.761Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:15 .github [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 15:15 .gitignore [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 15:15 .golangci.yml [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 10642 Aug 14 15:15 Attribution.txt [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 15:15 CHANGELOG.md [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 15:15 Dockerfile [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 15:15 GOVERNANCE.md [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 15:15 Jenkinsfile [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 15:15 LICENSE [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 15:15 Makefile [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 15:15 OWNERS.md [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 15:15 README.md [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 15:15 Record and Reply.postman_collection.json [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 15:12 VERSION [2023-08-14T15:24:49.761Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:15 bin [2023-08-14T15:24:49.761Z] -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 15:21 coverage.out [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 15:15 go.mod [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 15:15 go.sum [2023-08-14T15:24:49.761Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 15:15 internal [2023-08-14T15:24:49.761Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 15:15 main.go [2023-08-14T15:24:49.761Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 15:15 pkg [2023-08-14T15:24:49.761Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:15 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:24:50.115Z] + 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=abca877cd6ea050c202ea888d462ddea65272cad --label arch=arm64 --label version=3.1.0-dev.29 . [2023-08-14T15:24:50.115Z] Sending build context to Docker daemon 214kB [2023-08-14T15:24:50.386Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-14T15:24:50.386Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-14T15:24:50.386Z] ---> 439b5dd83d8f [2023-08-14T15:24:50.386Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-14T15:24:50.386Z] ---> Running in eaf96410695c [2023-08-14T15:24:50.983Z] Removing intermediate container eaf96410695c [2023-08-14T15:24:50.983Z] ---> 49e49446a919 [2023-08-14T15:24:50.983Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-14T15:24:50.983Z] ---> Running in 5a9a231614d7 [2023-08-14T15:24:51.250Z] Removing intermediate container 5a9a231614d7 [2023-08-14T15:24:51.250Z] ---> 335b51a05300 [2023-08-14T15:24:51.250Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-14T15:24:51.250Z] ---> Running in 9c3335a45fda [2023-08-14T15:24:51.518Z] Removing intermediate container 9c3335a45fda [2023-08-14T15:24:51.518Z] ---> a5067ce19ce9 [2023-08-14T15:24:51.518Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-14T15:24:51.786Z] ---> Running in 87e9f8b125ab [2023-08-14T15:24:52.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T15:24:53.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T15:24:54.753Z] OK: 263 MiB in 53 packages [2023-08-14T15:24:55.722Z] Removing intermediate container 87e9f8b125ab [2023-08-14T15:24:55.722Z] ---> b31f157ae485 [2023-08-14T15:24:55.722Z] Step 7/26 : WORKDIR /app [2023-08-14T15:24:55.722Z] ---> Running in 698d778e4b07 [2023-08-14T15:24:55.989Z] Removing intermediate container 698d778e4b07 [2023-08-14T15:24:55.989Z] ---> 00a3075a9f3d [2023-08-14T15:24:55.989Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-14T15:24:56.592Z] ---> 15eb65fb1d74 [2023-08-14T15:24:56.592Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T15:24:56.592Z] ---> Running in 7bf268cd9ea4 [2023-08-14T15:24:59.975Z] Removing intermediate container 7bf268cd9ea4 [2023-08-14T15:24:59.975Z] ---> 502b5cbaa141 [2023-08-14T15:24:59.975Z] Step 10/26 : COPY . . [2023-08-14T15:24:59.975Z] ---> 5f34b8468437 [2023-08-14T15:24:59.975Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-14T15:25:00.243Z] ---> Running in 040389a31f4a [2023-08-14T15:25:00.538Z] Removing intermediate container 040389a31f4a [2023-08-14T15:25:00.538Z] ---> d523a7422919 [2023-08-14T15:25:00.538Z] Step 12/26 : RUN $MAKE [2023-08-14T15:25:00.538Z] ---> Running in a9cb79d2a1a5 [2023-08-14T15:25:01.957Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.29" -trimpath -mod=readonly -o app-record-replay [2023-08-14T15:27:38.718Z] Removing intermediate container a9cb79d2a1a5 [2023-08-14T15:27:38.718Z] ---> c9457f16a973 [2023-08-14T15:27:38.718Z] Step 13/26 : FROM alpine:3.17 [2023-08-14T15:27:38.718Z] 3.17: Pulling from library/alpine [2023-08-14T15:27:38.718Z] 4060ece20d7a: Pulling fs layer [2023-08-14T15:27:38.718Z] 4060ece20d7a: Verifying Checksum [2023-08-14T15:27:38.718Z] 4060ece20d7a: Download complete [2023-08-14T15:27:38.718Z] 4060ece20d7a: Pull complete [2023-08-14T15:27:38.718Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T15:27:38.718Z] Status: Downloaded newer image for alpine:3.17 [2023-08-14T15:27:38.718Z] ---> 8650cd65339b [2023-08-14T15:27:38.718Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-14T15:27:38.718Z] ---> Running in 43b32cfcfc5f [2023-08-14T15:27:38.718Z] Removing intermediate container 43b32cfcfc5f [2023-08-14T15:27:38.718Z] ---> 9945cfc786dc [2023-08-14T15:27:38.718Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-14T15:27:38.718Z] ---> Running in 1f0901f93c0c [2023-08-14T15:27:38.718Z] Removing intermediate container 1f0901f93c0c [2023-08-14T15:27:38.718Z] ---> 5c693190a414 [2023-08-14T15:27:38.718Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T15:27:38.718Z] ---> Running in b54ccb0569e2 [2023-08-14T15:27:38.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T15:27:38.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T15:27:38.718Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T15:27:38.718Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T15:27:38.718Z] Executing busybox-1.35.0-r29.trigger [2023-08-14T15:27:38.718Z] Executing ca-certificates-20230506-r0.trigger [2023-08-14T15:27:38.718Z] OK: 8 MiB in 17 packages [2023-08-14T15:27:39.680Z] Removing intermediate container b54ccb0569e2 [2023-08-14T15:27:39.680Z] ---> 5ba06de5ca6e [2023-08-14T15:27:39.680Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-14T15:27:40.266Z] ---> e1553819f54e [2023-08-14T15:27:40.266Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-14T15:27:40.851Z] ---> 8eb42c0ace76 [2023-08-14T15:27:40.851Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-14T15:27:41.437Z] ---> e93a798d17ca [2023-08-14T15:27:41.437Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-14T15:27:42.849Z] ---> f302d48bbef5 [2023-08-14T15:27:42.849Z] Step 21/26 : EXPOSE 59712 [2023-08-14T15:27:43.125Z] ---> Running in e97a6cb89265 [2023-08-14T15:27:43.393Z] Removing intermediate container e97a6cb89265 [2023-08-14T15:27:43.393Z] ---> 56af08717a22 [2023-08-14T15:27:43.393Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-14T15:27:43.393Z] ---> Running in 88e1ea702ae0 [2023-08-14T15:27:43.660Z] Removing intermediate container 88e1ea702ae0 [2023-08-14T15:27:43.661Z] ---> 048d66b4e394 [2023-08-14T15:27:43.661Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-14T15:27:43.661Z] ---> Running in d6f58980da59 [2023-08-14T15:27:43.954Z] Removing intermediate container d6f58980da59 [2023-08-14T15:27:43.954Z] ---> 766c78319771 [2023-08-14T15:27:43.954Z] Step 24/26 : LABEL arch=arm64 [2023-08-14T15:27:44.223Z] ---> Running in db33b95db389 [2023-08-14T15:27:44.492Z] Removing intermediate container db33b95db389 [2023-08-14T15:27:44.492Z] ---> fa8a0a17e0b9 [2023-08-14T15:27:44.492Z] Step 25/26 : LABEL git_sha=abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:27:44.492Z] ---> Running in f429efb93b10 [2023-08-14T15:27:44.849Z] Removing intermediate container f429efb93b10 [2023-08-14T15:27:44.849Z] ---> ec26aedd5908 [2023-08-14T15:27:44.849Z] Step 26/26 : LABEL version=3.1.0-dev.29 [2023-08-14T15:27:45.124Z] ---> Running in 42443e593bba [2023-08-14T15:27:45.396Z] Removing intermediate container 42443e593bba [2023-08-14T15:27:45.397Z] ---> 99e05ae3952b [2023-08-14T15:27:45.397Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-14T15:27:45.397Z] Successfully built 99e05ae3952b [2023-08-14T15:27:45.397Z] 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-14T15:27:45.489Z] provisioning config files... [2023-08-14T15:27:45.509Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/32@tmp/config5259186463143577890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:27:45.894Z] ---> docker-login.sh [2023-08-14T15:27:45.894Z] nexus3.edgexfoundry.org:10001 [2023-08-14T15:27:46.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:27:46.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:27:46.166Z] Configure a credential helper to remove this warning. See [2023-08-14T15:27:46.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:27:46.166Z] [2023-08-14T15:27:46.166Z] Login Succeeded [2023-08-14T15:27:46.166Z] nexus3.edgexfoundry.org:10002 [2023-08-14T15:27:46.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:27:46.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:27:46.703Z] Configure a credential helper to remove this warning. See [2023-08-14T15:27:46.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:27:46.703Z] [2023-08-14T15:27:46.703Z] Login Succeeded [2023-08-14T15:27:46.703Z] nexus3.edgexfoundry.org:10003 [2023-08-14T15:27:46.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:27:46.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:27:46.972Z] Configure a credential helper to remove this warning. See [2023-08-14T15:27:46.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:27:46.972Z] [2023-08-14T15:27:46.972Z] Login Succeeded [2023-08-14T15:27:46.972Z] nexus3.edgexfoundry.org:10004 [2023-08-14T15:27:47.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:27:47.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:27:47.515Z] Configure a credential helper to remove this warning. See [2023-08-14T15:27:47.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:27:47.515Z] [2023-08-14T15:27:47.515Z] Login Succeeded [2023-08-14T15:27:47.515Z] docker.io [2023-08-14T15:27:47.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T15:27:48.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T15:27:48.053Z] Configure a credential helper to remove this warning. See [2023-08-14T15:27:48.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T15:27:48.053Z] [2023-08-14T15:27:48.053Z] Login Succeeded [2023-08-14T15:27:48.053Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T15:27:48.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T15:27:48.090Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T15:27:48.109Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-08-14T15:27:48.109Z] abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:27:48.109Z] latest [2023-08-14T15:27:48.109Z] 3.1.0-dev.29 [2023-08-14T15:27:48.109Z] abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [2023-08-14T15:27:48.109Z] main [2023-08-14T15:27:48.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:48.456Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:48.798Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:27:48.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T15:27:48.798Z] f2d7833c7237: Preparing [2023-08-14T15:27:48.798Z] 83916011de59: Preparing [2023-08-14T15:27:48.798Z] ab631e4aff28: Preparing [2023-08-14T15:27:48.798Z] d755f051c822: Preparing [2023-08-14T15:27:48.798Z] 590f51e7d26f: Preparing [2023-08-14T15:27:48.798Z] d2d9d24a8c2a: Preparing [2023-08-14T15:27:48.798Z] d2d9d24a8c2a: Waiting [2023-08-14T15:27:49.064Z] ab631e4aff28: Pushed [2023-08-14T15:27:49.064Z] 83916011de59: Pushed [2023-08-14T15:27:49.064Z] d755f051c822: Pushed [2023-08-14T15:27:49.064Z] d2d9d24a8c2a: Layer already exists [2023-08-14T15:27:49.331Z] 590f51e7d26f: Pushed [2023-08-14T15:27:54.674Z] f2d7833c7237: Pushed [2023-08-14T15:27:54.943Z] abca877cd6ea050c202ea888d462ddea65272cad: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:55.290Z] + 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-14T15:27:55.649Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-14T15:27:55.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T15:27:55.649Z] f2d7833c7237: Preparing [2023-08-14T15:27:55.649Z] 83916011de59: Preparing [2023-08-14T15:27:55.649Z] ab631e4aff28: Preparing [2023-08-14T15:27:55.649Z] d755f051c822: Preparing [2023-08-14T15:27:55.649Z] 590f51e7d26f: Preparing [2023-08-14T15:27:55.649Z] d2d9d24a8c2a: Preparing [2023-08-14T15:27:55.649Z] d2d9d24a8c2a: Waiting [2023-08-14T15:27:55.649Z] 83916011de59: Layer already exists [2023-08-14T15:27:55.649Z] 590f51e7d26f: Layer already exists [2023-08-14T15:27:55.649Z] d755f051c822: Layer already exists [2023-08-14T15:27:55.649Z] f2d7833c7237: Layer already exists [2023-08-14T15:27:55.649Z] ab631e4aff28: Layer already exists [2023-08-14T15:27:55.649Z] d2d9d24a8c2a: Layer already exists [2023-08-14T15:27:55.915Z] latest: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:56.267Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:56.605Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.29 [2023-08-14T15:27:56.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T15:27:56.605Z] f2d7833c7237: Preparing [2023-08-14T15:27:56.605Z] 83916011de59: Preparing [2023-08-14T15:27:56.605Z] ab631e4aff28: Preparing [2023-08-14T15:27:56.605Z] d755f051c822: Preparing [2023-08-14T15:27:56.605Z] 590f51e7d26f: Preparing [2023-08-14T15:27:56.605Z] d2d9d24a8c2a: Preparing [2023-08-14T15:27:56.605Z] d2d9d24a8c2a: Waiting [2023-08-14T15:27:56.605Z] d755f051c822: Layer already exists [2023-08-14T15:27:56.605Z] ab631e4aff28: Layer already exists [2023-08-14T15:27:56.605Z] f2d7833c7237: Layer already exists [2023-08-14T15:27:56.605Z] 83916011de59: Layer already exists [2023-08-14T15:27:56.605Z] 590f51e7d26f: Layer already exists [2023-08-14T15:27:56.605Z] d2d9d24a8c2a: Layer already exists [2023-08-14T15:27:56.871Z] 3.1.0-dev.29: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:57.221Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:57.558Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [2023-08-14T15:27:57.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T15:27:57.558Z] f2d7833c7237: Preparing [2023-08-14T15:27:57.558Z] 83916011de59: Preparing [2023-08-14T15:27:57.558Z] ab631e4aff28: Preparing [2023-08-14T15:27:57.558Z] d755f051c822: Preparing [2023-08-14T15:27:57.558Z] 590f51e7d26f: Preparing [2023-08-14T15:27:57.558Z] d2d9d24a8c2a: Preparing [2023-08-14T15:27:57.558Z] d2d9d24a8c2a: Waiting [2023-08-14T15:27:57.558Z] 590f51e7d26f: Layer already exists [2023-08-14T15:27:57.558Z] f2d7833c7237: Layer already exists [2023-08-14T15:27:57.558Z] d755f051c822: Layer already exists [2023-08-14T15:27:57.558Z] 83916011de59: Layer already exists [2023-08-14T15:27:57.558Z] ab631e4aff28: Layer already exists [2023-08-14T15:27:57.558Z] d2d9d24a8c2a: Layer already exists [2023-08-14T15:27:57.558Z] abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:58.183Z] + 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-14T15:27:58.530Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-08-14T15:27:58.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-14T15:27:58.530Z] f2d7833c7237: Preparing [2023-08-14T15:27:58.530Z] 83916011de59: Preparing [2023-08-14T15:27:58.530Z] ab631e4aff28: Preparing [2023-08-14T15:27:58.530Z] d755f051c822: Preparing [2023-08-14T15:27:58.530Z] 590f51e7d26f: Preparing [2023-08-14T15:27:58.530Z] d2d9d24a8c2a: Preparing [2023-08-14T15:27:58.530Z] d2d9d24a8c2a: Waiting [2023-08-14T15:27:58.530Z] 590f51e7d26f: Layer already exists [2023-08-14T15:27:58.530Z] 83916011de59: Layer already exists [2023-08-14T15:27:58.530Z] d755f051c822: Layer already exists [2023-08-14T15:27:58.530Z] f2d7833c7237: Layer already exists [2023-08-14T15:27:58.530Z] ab631e4aff28: Layer already exists [2023-08-14T15:27:58.530Z] d2d9d24a8c2a: Layer already exists [2023-08-14T15:27:58.795Z] main: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T15:27:58.844Z] ===================================================== [Pipeline] echo [2023-08-14T15:27:58.851Z] taggedImages: [2023-08-14T15:27:58.851Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad [2023-08-14T15:27:58.851Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-14T15:27:58.851Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.29 [2023-08-14T15:27:58.851Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [2023-08-14T15:27:58.851Z] - 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-14T15:27:59.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T15:27:59.223Z] [2023-08-14T15:27:59.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:27:59.554Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T15:27:59.554Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-14T15:27:59.554Z] 8998bd30e6a1: Pulling fs layer [2023-08-14T15:27:59.554Z] 04944245beec: Pulling fs layer [2023-08-14T15:27:59.554Z] 699f458cf7ca: Pulling fs layer [2023-08-14T15:27:59.554Z] 765212b225bb: Pulling fs layer [2023-08-14T15:27:59.554Z] f23df028b6ca: Pulling fs layer [2023-08-14T15:27:59.554Z] d65c8cfc05b1: Pulling fs layer [2023-08-14T15:27:59.554Z] 2437ff75d9bd: Pulling fs layer [2023-08-14T15:27:59.554Z] 765212b225bb: Waiting [2023-08-14T15:27:59.554Z] f23df028b6ca: Waiting [2023-08-14T15:27:59.554Z] d65c8cfc05b1: Waiting [2023-08-14T15:27:59.554Z] 2437ff75d9bd: Waiting [2023-08-14T15:27:59.821Z] 04944245beec: Verifying Checksum [2023-08-14T15:27:59.821Z] 04944245beec: Download complete [2023-08-14T15:27:59.821Z] 765212b225bb: Verifying Checksum [2023-08-14T15:27:59.821Z] 765212b225bb: Download complete [2023-08-14T15:27:59.821Z] f23df028b6ca: Verifying Checksum [2023-08-14T15:27:59.821Z] f23df028b6ca: Download complete [2023-08-14T15:27:59.821Z] d65c8cfc05b1: Verifying Checksum [2023-08-14T15:27:59.821Z] d65c8cfc05b1: Download complete [2023-08-14T15:28:00.089Z] 699f458cf7ca: Verifying Checksum [2023-08-14T15:28:00.089Z] 699f458cf7ca: Download complete [2023-08-14T15:28:00.357Z] 8998bd30e6a1: Verifying Checksum [2023-08-14T15:28:00.357Z] 8998bd30e6a1: Download complete [2023-08-14T15:28:02.940Z] 2437ff75d9bd: Verifying Checksum [2023-08-14T15:28:02.940Z] 2437ff75d9bd: Download complete [2023-08-14T15:28:04.343Z] 8998bd30e6a1: Pull complete [2023-08-14T15:28:04.608Z] 04944245beec: Pull complete [2023-08-14T15:28:05.566Z] 699f458cf7ca: Pull complete [2023-08-14T15:28:05.831Z] 765212b225bb: Pull complete [2023-08-14T15:28:06.412Z] f23df028b6ca: Pull complete [2023-08-14T15:28:06.677Z] d65c8cfc05b1: Pull complete [2023-08-14T15:28:21.658Z] 2437ff75d9bd: Pull complete [2023-08-14T15:28:21.658Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-14T15:28:21.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T15:28:21.658Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:28:21.844Z] prd-ubuntu20.04-docker-arm64-4c-16g-3513 does not seem to be running inside a container [2023-08-14T15:28:21.913Z] $ 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/32 -v /w/workspace/app-record-replay/32:/w/workspace/app-record-replay/32:rw,z -v /w/workspace/app-record-replay/32@tmp:/w/workspace/app-record-replay/32@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-14T15:28:24.887Z] $ docker top 731a5cf65ad1f348a7fab4036088042f0b93cf6f5bd0784e568808a828eb3dc5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:28:25.765Z] ---> job-cost.sh [2023-08-14T15:28:25.765Z] lf-activate-venv: SKIPPING [2023-08-14T15:28:25.765Z] INFO: No Stack... [2023-08-14T15:28:26.350Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-14T15:28:27.310Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T15:28:27.954Z] + cut -d, -f6 [2023-08-14T15:28:27.954Z] + cat /w/workspace/app-record-replay/32/archives/cost.csv [Pipeline] lock [2023-08-14T15:28:28.029Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [2023-08-14T15:28:28.037Z] Resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] did not exist. Created. [2023-08-14T15:28:28.037Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T15:28:28.706Z] /w/workspace/app-record-replay/32@tmp/durable-9c13225f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-14T15:28:29.363Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-14T15:28:29.389Z] Warning: overwriting stash ‘stack-cost’ [2023-08-14T15:28:29.449Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T15:28:29.459Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T15:28:29.485Z] $ docker stop --time=1 731a5cf65ad1f348a7fab4036088042f0b93cf6f5bd0784e568808a828eb3dc5 [2023-08-14T15:28:31.067Z] $ docker rm -f --volumes 731a5cf65ad1f348a7fab4036088042f0b93cf6f5bd0784e568808a828eb3dc5 [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-14T15:28:31.483Z] provisioning config files... [2023-08-14T15:28:31.487Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #32 [2023-08-14T15:28:31.488Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config900085593242859322tmp [Pipeline] { [Pipeline] sh [2023-08-14T15:28:31.777Z] + set +x [2023-08-14T15:28:31.777Z] + curl -s https://codecov.io/bash [2023-08-14T15:28:31.777Z] + bash -s -- [2023-08-14T15:28:31.777Z] [2023-08-14T15:28:31.777Z] _____ _ [2023-08-14T15:28:31.777Z] / ____| | | [2023-08-14T15:28:31.777Z] | | ___ __| | ___ ___ _____ __ [2023-08-14T15:28:31.777Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-14T15:28:31.777Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-14T15:28:31.777Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-14T15:28:31.777Z] Bash-1.0.6 [2023-08-14T15:28:31.777Z] [2023-08-14T15:28:31.777Z] [2023-08-14T15:28:31.777Z] ==> git version 2.25.1 found [2023-08-14T15:28:31.777Z] ==> 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-14T15:28:31.777Z] Release-Date: 2020-01-08 [2023-08-14T15:28:31.777Z] 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-14T15:28:31.777Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-14T15:28:31.777Z] ==> Jenkins CI detected. [2023-08-14T15:28:31.777Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-08-14T15:28:31.777Z] project root: . [2023-08-14T15:28:31.777Z] --> token set from env [2023-08-14T15:28:31.777Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-14T15:28:31.777Z] ==> Running gcov in . (disable via -X gcov) [2023-08-14T15:28:31.777Z] ==> Python coveragepy not found [2023-08-14T15:28:31.777Z] ==> Searching for coverage reports in: [2023-08-14T15:28:31.777Z] + . [2023-08-14T15:28:31.777Z] -> Found 1 reports [2023-08-14T15:28:31.777Z] ==> Detecting git/mercurial file structure [2023-08-14T15:28:31.777Z] ==> Reading reports [2023-08-14T15:28:31.777Z] + ./coverage.out bytes=16060 [2023-08-14T15:28:31.777Z] ==> Appending adjustments [2023-08-14T15:28:31.777Z] https://docs.codecov.io/docs/fixing-reports [2023-08-14T15:28:32.036Z] + Found adjustments [2023-08-14T15:28:32.036Z] ==> Gzipping contents [2023-08-14T15:28:32.036Z] 4.0K /tmp/codecov.D1M7F3.gz [2023-08-14T15:28:32.036Z] ==> Uploading reports [2023-08-14T15:28:32.036Z] url: https://codecov.io [2023-08-14T15:28:32.036Z] query: branch=main&commit=abca877cd6ea050c202ea888d462ddea65272cad&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T15:28:32.036Z] -> Pinging Codecov [2023-08-14T15:28:32.036Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=abca877cd6ea050c202ea888d462ddea65272cad&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T15:28:32.036Z] Invalid request parameters [2023-08-14T15:28:32.036Z] 400 [Pipeline] } [2023-08-14T15:28:32.043Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-14T15:28:32.179Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-14T15:28:32.187Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:28:32.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T15:28:32.488Z] [2023-08-14T15:28:32.488Z] 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-14T15:28:32.790Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T15:28:32.791Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-14T15:28:32.791Z] df9b9388f04a: Pulling fs layer [2023-08-14T15:28:32.791Z] 52dc419b0ee2: Pulling fs layer [2023-08-14T15:28:32.791Z] 25bc292e5bac: Pulling fs layer [2023-08-14T15:28:32.791Z] 114826534d7a: Pulling fs layer [2023-08-14T15:28:32.791Z] 4657fd5d0bcf: Pulling fs layer [2023-08-14T15:28:32.791Z] 6ad1cebc031e: Pulling fs layer [2023-08-14T15:28:32.791Z] 8a3aa393b2d8: Pulling fs layer [2023-08-14T15:28:32.791Z] 4657fd5d0bcf: Waiting [2023-08-14T15:28:32.791Z] 6ad1cebc031e: Waiting [2023-08-14T15:28:32.791Z] 8a3aa393b2d8: Waiting [2023-08-14T15:28:32.791Z] 114826534d7a: Waiting [2023-08-14T15:28:32.791Z] 25bc292e5bac: Download complete [2023-08-14T15:28:32.791Z] 52dc419b0ee2: Verifying Checksum [2023-08-14T15:28:32.791Z] 52dc419b0ee2: Download complete [2023-08-14T15:28:32.791Z] 4657fd5d0bcf: Download complete [2023-08-14T15:28:32.791Z] df9b9388f04a: Download complete [2023-08-14T15:28:33.051Z] df9b9388f04a: Pull complete [2023-08-14T15:28:33.051Z] 52dc419b0ee2: Pull complete [2023-08-14T15:28:33.051Z] 25bc292e5bac: Pull complete [2023-08-14T15:28:33.309Z] 6ad1cebc031e: Verifying Checksum [2023-08-14T15:28:33.309Z] 6ad1cebc031e: Download complete [2023-08-14T15:28:33.877Z] 114826534d7a: Verifying Checksum [2023-08-14T15:28:33.878Z] 114826534d7a: Download complete [2023-08-14T15:28:34.136Z] 8a3aa393b2d8: Verifying Checksum [2023-08-14T15:28:34.136Z] 8a3aa393b2d8: Download complete [2023-08-14T15:28:37.413Z] 114826534d7a: Pull complete [2023-08-14T15:28:37.413Z] 4657fd5d0bcf: Pull complete [2023-08-14T15:28:37.413Z] 6ad1cebc031e: Pull complete [2023-08-14T15:28:39.938Z] 8a3aa393b2d8: Pull complete [2023-08-14T15:28:39.938Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-14T15:28:39.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T15:28:39.938Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:28:40.034Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:28:40.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-08-14T15:28:45.339Z] $ docker top 436e88841a16dd8a50fd067470da2592473343102bc8e87e44a0f312f4d5475a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T15:28:45.387Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-08-14T15:28:45.669Z] + set -o pipefail [2023-08-14T15:28:45.669Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-08-14T15:28:49.867Z] [2023-08-14T15:28:49.867Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-08-14T15:28:49.867Z] [2023-08-14T15:28:49.867Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e58481a8-aa37-4509-aa62-3d7f64457300 [2023-08-14T15:28:49.867Z] [2023-08-14T15:28:49.867Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-14T15:28:49.867Z] [2023-08-14T15:28:50.126Z] [2023-08-14T15:28:50.126Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-14T15:28:50.126Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-14T15:28:50.126Z] More details here: https://snyk.co/ue1NS [2023-08-14T15:28:50.126Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-08-14T15:28:50.126Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-08-14T15:28:50.154Z] $ docker stop --time=1 436e88841a16dd8a50fd067470da2592473343102bc8e87e44a0f312f4d5475a [2023-08-14T15:28:54.517Z] $ docker rm -f --volumes 436e88841a16dd8a50fd067470da2592473343102bc8e87e44a0f312f4d5475a [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-14T15:28:55.246Z] + git log --format=format:%s -1 abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] sh [2023-08-14T15:28:55.543Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:28:55.544Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:28:55.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:28:55.843Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:28:55.908Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:28:55.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T15:28:56.848Z] $ docker top 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d -eo pid,comm [2023-08-14T15:28:56.873Z] 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-14T15:28:56.873Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:28:56.901Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:28:56.901Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:28:56.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:28:57.020Z] $ docker exec 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d ssh-agent [2023-08-14T15:28:57.108Z] SSH_AUTH_SOCK=/tmp/ssh-XZjmtd8bbOqT/agent.14 [2023-08-14T15:28:57.108Z] SSH_AGENT_PID=20 [2023-08-14T15:28:57.113Z] Running ssh-add (command line suppressed) [2023-08-14T15:28:57.251Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4962675347674618269.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4962675347674618269.key) [2023-08-14T15:28:57.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:28:57.529Z] + git semver tag [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,735 [run_tag] DEBUG tag force:False [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,735 [check_head_tag] DEBUG check head tag [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,736 [execute] INFO git cat-file --batch-check [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,742 [execute] INFO git cat-file --batch [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,742 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,754 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,754 [execute] INFO git tag -a v3.1.0-dev.29 -m v3.1.0-dev.29 [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,754 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.29', '-m', 'v3.1.0-dev.29'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-14T15:28:57.787Z] 2023-08-14 15:28:57,759 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:28:57.787Z] 3.1.0-dev.29 [Pipeline] } [2023-08-14T15:28:57.813Z] $ docker exec --env ******** --env ******** 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d ssh-agent -k [2023-08-14T15:28:57.929Z] unset SSH_AUTH_SOCK; [2023-08-14T15:28:57.930Z] unset SSH_AGENT_PID; [2023-08-14T15:28:57.930Z] echo Agent pid 20 killed; [2023-08-14T15:28:57.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:28:58.220Z] + git semver [Pipeline] } [2023-08-14T15:28:58.509Z] $ docker stop --time=1 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d [2023-08-14T15:29:00.346Z] $ docker rm -f --volumes 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:29:00.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T15:29:00.751Z] [2023-08-14T15:29:00.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:29:01.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T15:29:01.047Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-14T15:29:01.047Z] ab5ef0e58194: Pulling fs layer [2023-08-14T15:29:01.047Z] 9712f1f96733: Pulling fs layer [2023-08-14T15:29:01.047Z] 63f879dbbcfc: Pulling fs layer [2023-08-14T15:29:01.047Z] 0d9ebad4ef96: Pulling fs layer [2023-08-14T15:29:01.047Z] e9a5061849ea: Pulling fs layer [2023-08-14T15:29:01.047Z] d747dcd14b5f: Pulling fs layer [2023-08-14T15:29:01.048Z] 2de7ff778b66: Pulling fs layer [2023-08-14T15:29:01.048Z] 0d9ebad4ef96: Waiting [2023-08-14T15:29:01.048Z] e9a5061849ea: Waiting [2023-08-14T15:29:01.048Z] d747dcd14b5f: Waiting [2023-08-14T15:29:01.048Z] 2de7ff778b66: Waiting [2023-08-14T15:29:01.048Z] 9712f1f96733: Download complete [2023-08-14T15:29:01.624Z] 63f879dbbcfc: Verifying Checksum [2023-08-14T15:29:01.624Z] 63f879dbbcfc: Download complete [2023-08-14T15:29:01.883Z] e9a5061849ea: Verifying Checksum [2023-08-14T15:29:01.883Z] e9a5061849ea: Download complete [2023-08-14T15:29:01.883Z] d747dcd14b5f: Verifying Checksum [2023-08-14T15:29:01.883Z] d747dcd14b5f: Download complete [2023-08-14T15:29:01.883Z] ab5ef0e58194: Download complete [2023-08-14T15:29:01.883Z] 0d9ebad4ef96: Verifying Checksum [2023-08-14T15:29:01.883Z] 0d9ebad4ef96: Download complete [2023-08-14T15:29:02.144Z] 2de7ff778b66: Verifying Checksum [2023-08-14T15:29:02.144Z] 2de7ff778b66: Download complete [2023-08-14T15:29:04.667Z] ab5ef0e58194: Pull complete [2023-08-14T15:29:04.667Z] 9712f1f96733: Pull complete [2023-08-14T15:29:05.233Z] 63f879dbbcfc: Pull complete [2023-08-14T15:29:08.512Z] 0d9ebad4ef96: Pull complete [2023-08-14T15:29:08.512Z] e9a5061849ea: Pull complete [2023-08-14T15:29:08.512Z] d747dcd14b5f: Pull complete [2023-08-14T15:29:09.886Z] 2de7ff778b66: Pull complete [2023-08-14T15:29:09.886Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-14T15:29:09.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T15:29:09.886Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:29:09.970Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:29:10.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-08-14T15:29:17.611Z] $ docker top 35d3a74dcfa382766f456219d3e539806e4e13b0a0572fd2c231bcee18e1a106 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-14T15:29:17.660Z] provisioning config files... [2023-08-14T15:29:17.665Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1389409489073666736tmp [2023-08-14T15:29:17.674Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6182239331056773412tmp [2023-08-14T15:29:17.682Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8038075547294606283tmp [Pipeline] { [Pipeline] echo [2023-08-14T15:29:17.698Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:17.974Z] ---> sigul-configuration.sh [2023-08-14T15:29:17.975Z] gpg: directory `/root/.gnupg' created [2023-08-14T15:29:17.975Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-14T15:29:17.975Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-14T15:29:17.975Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-14T15:29:17.975Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-14T15:29:17.975Z] gpg: CAST5 encrypted data [2023-08-14T15:29:17.975Z] gpg: encrypted with 1 passphrase [2023-08-14T15:29:17.975Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-14T15:29:18.253Z] + mkdir /home/jenkins [2023-08-14T15:29:18.253Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-14T15:29:18.533Z] + 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-14T15:29:18.540Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:18.817Z] ---> sigul-install.sh [2023-08-14T15:29:18.817Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-14T15:29:19.104Z] + git tag --list [2023-08-14T15:29:19.104Z] v3.1.0-dev.0 [2023-08-14T15:29:19.104Z] v3.1.0-dev.1 [2023-08-14T15:29:19.104Z] v3.1.0-dev.10 [2023-08-14T15:29:19.104Z] v3.1.0-dev.11 [2023-08-14T15:29:19.104Z] v3.1.0-dev.12 [2023-08-14T15:29:19.104Z] v3.1.0-dev.13 [2023-08-14T15:29:19.104Z] v3.1.0-dev.14 [2023-08-14T15:29:19.104Z] v3.1.0-dev.15 [2023-08-14T15:29:19.104Z] v3.1.0-dev.16 [2023-08-14T15:29:19.104Z] v3.1.0-dev.17 [2023-08-14T15:29:19.104Z] v3.1.0-dev.18 [2023-08-14T15:29:19.105Z] v3.1.0-dev.19 [2023-08-14T15:29:19.105Z] v3.1.0-dev.2 [2023-08-14T15:29:19.105Z] v3.1.0-dev.20 [2023-08-14T15:29:19.105Z] v3.1.0-dev.21 [2023-08-14T15:29:19.105Z] v3.1.0-dev.22 [2023-08-14T15:29:19.105Z] v3.1.0-dev.23 [2023-08-14T15:29:19.105Z] v3.1.0-dev.24 [2023-08-14T15:29:19.105Z] v3.1.0-dev.25 [2023-08-14T15:29:19.105Z] v3.1.0-dev.26 [2023-08-14T15:29:19.105Z] v3.1.0-dev.27 [2023-08-14T15:29:19.105Z] v3.1.0-dev.28 [2023-08-14T15:29:19.105Z] v3.1.0-dev.29 [2023-08-14T15:29:19.105Z] v3.1.0-dev.3 [2023-08-14T15:29:19.105Z] v3.1.0-dev.4 [2023-08-14T15:29:19.105Z] v3.1.0-dev.5 [2023-08-14T15:29:19.105Z] v3.1.0-dev.6 [2023-08-14T15:29:19.105Z] v3.1.0-dev.7 [2023-08-14T15:29:19.105Z] v3.1.0-dev.8 [2023-08-14T15:29:19.105Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-14T15:29:19.389Z] + lftools sign git-tag v3.1.0-dev.29 [2023-08-14T15:29:19.967Z] Signing Git tag with Sigul... [2023-08-14T15:29:19.967Z] Signing v3.1.0-dev.29 [Pipeline] echo [2023-08-14T15:29:20.234Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:20.533Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-14T15:29:20.539Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-14T15:29:20.578Z] $ docker stop --time=1 35d3a74dcfa382766f456219d3e539806e4e13b0a0572fd2c231bcee18e1a106 [2023-08-14T15:29:21.871Z] $ docker rm -f --volumes 35d3a74dcfa382766f456219d3e539806e4e13b0a0572fd2c231bcee18e1a106 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-14T15:29:22.300Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:29:22.301Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:29:22.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:29:22.592Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:29:22.666Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:29:22.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T15:29:23.079Z] $ docker top 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 -eo pid,comm [2023-08-14T15:29:23.107Z] 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-14T15:29:23.107Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:29:23.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:29:23.144Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:29:23.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:29:23.261Z] $ docker exec 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 ssh-agent [2023-08-14T15:29:23.348Z] SSH_AUTH_SOCK=/tmp/ssh-AymzKjeMltog/agent.32 [2023-08-14T15:29:23.348Z] SSH_AGENT_PID=38 [2023-08-14T15:29:23.353Z] Running ssh-add (command line suppressed) [2023-08-14T15:29:23.473Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8826983443099455058.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8826983443099455058.key) [2023-08-14T15:29:23.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:29:23.745Z] + git semver bump pre [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,937 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,937 [bump_version] DEBUG bumping version:3.1.0-dev.29 on axis:pre with prefix:dev [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,937 [bump_version] DEBUG bumped version:3.1.0-dev.30 [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,937 [write_version] DEBUG write version:3.1.0-dev.30 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,937 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,937 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,939 [execute] INFO git cat-file --batch-check [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,939 [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-14T15:29:24.004Z] 2023-08-14 15:29:23,944 [execute] INFO git cat-file --batch [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,944 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T15:29:24.004Z] 2023-08-14 15:29:23,949 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:29:24.004Z] 3.1.0-dev.30 [Pipeline] } [2023-08-14T15:29:24.030Z] $ docker exec --env ******** --env ******** 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 ssh-agent -k [2023-08-14T15:29:24.119Z] unset SSH_AUTH_SOCK; [2023-08-14T15:29:24.119Z] unset SSH_AGENT_PID; [2023-08-14T15:29:24.119Z] echo Agent pid 38 killed; [2023-08-14T15:29:24.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:29:24.419Z] + git semver [Pipeline] } [2023-08-14T15:29:24.705Z] $ docker stop --time=1 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 [2023-08-14T15:29:25.977Z] $ docker rm -f --volumes 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T15:29:26.306Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T15:29:26.306Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:29:26.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T15:29:26.601Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:29:26.671Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:29:26.717Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T15:29:27.174Z] $ docker top 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 -eo pid,comm [2023-08-14T15:29:27.196Z] 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-14T15:29:27.196Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T15:29:27.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T15:29:27.240Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T15:29:27.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T15:29:27.375Z] $ docker exec 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 ssh-agent [2023-08-14T15:29:27.448Z] SSH_AUTH_SOCK=/tmp/ssh-Ue1V2rGHU3M8/agent.33 [2023-08-14T15:29:27.448Z] SSH_AGENT_PID=39 [2023-08-14T15:29:27.453Z] Running ssh-add (command line suppressed) [2023-08-14T15:29:27.568Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398711564125935830.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398711564125935830.key) [2023-08-14T15:29:27.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T15:29:27.850Z] + git semver push [2023-08-14T15:29:28.108Z] 2023-08-14 15:29:28,062 [run_push] DEBUG push [2023-08-14T15:29:28.108Z] 2023-08-14 15:29:28,062 [execute] INFO git cat-file --batch-check [2023-08-14T15:29:28.108Z] 2023-08-14 15:29:28,062 [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-14T15:29:28.108Z] 2023-08-14 15:29:28,066 [execute] INFO git rev-list 1c757dcfe868d1799af9448646cf465e30db378f -- [2023-08-14T15:29:28.108Z] 2023-08-14 15:29:28,066 [execute] DEBUG Popen(['git', 'rev-list', '1c757dcfe868d1799af9448646cf465e30db378f', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-14T15:29:28.108Z] 2023-08-14 15:29:28,072 [execute] INFO git fetch -v origin [2023-08-14T15:29:28.108Z] 2023-08-14 15:29:28,072 [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-14T15:29:28.723Z] 2023-08-14 15:29:28,530 [run_push] DEBUG no remote changes detected [2023-08-14T15:29:28.724Z] 2023-08-14 15:29:28,530 [execute] INFO git push origin semver [2023-08-14T15:29:28.724Z] 2023-08-14 15:29:28,531 [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-14T15:29:29.682Z] 2023-08-14 15:29:29,330 [run_push] DEBUG push all version tags [2023-08-14T15:29:29.682Z] 2023-08-14 15:29:29,330 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-14T15:29:29.682Z] 2023-08-14 15:29:29,330 [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-14T15:29:30.284Z] 2023-08-14 15:29:30,042 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-14T15:29:30.284Z] 3.1.0-dev.30 [Pipeline] } [2023-08-14T15:29:30.317Z] $ docker exec --env ******** --env ******** 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 ssh-agent -k [2023-08-14T15:29:30.408Z] unset SSH_AUTH_SOCK; [2023-08-14T15:29:30.408Z] unset SSH_AGENT_PID; [2023-08-14T15:29:30.408Z] echo Agent pid 39 killed; [2023-08-14T15:29:30.411Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T15:29:30.713Z] + git semver [Pipeline] } [2023-08-14T15:29:31.000Z] $ docker stop --time=1 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 [2023-08-14T15:29:32.263Z] $ docker rm -f --volumes 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 [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-14T15:29:32.803Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-08-14T15:29:32.804Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-14T15:29:32.804Z] total 16 [2023-08-14T15:29:32.804Z] drwxr-xr-x 3 root root 4096 Aug 14 15:16 . [2023-08-14T15:29:32.804Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 15:29 .. [2023-08-14T15:29:32.804Z] drwxr-xr-x 2 root root 4096 Aug 14 15:16 cost [2023-08-14T15:29:32.804Z] -rw-r--r-- 1 root root 88 Aug 14 15:16 cost.csv [2023-08-14T15:29:32.804Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-14T15:29:32.804Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-14T15:29:32.804Z] total 16 [2023-08-14T15:29:32.804Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 15:16 . [2023-08-14T15:29:32.804Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 15:29 .. [2023-08-14T15:29:32.804Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 14 15:16 cost [2023-08-14T15:29:32.804Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 14 15:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:33.109Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:33.966Z] ---> package-listing.sh [2023-08-14T15:29:33.966Z] ++ facter osfamily [2023-08-14T15:29:33.966Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-14T15:29:34.225Z] + OS_FAMILY=debian [2023-08-14T15:29:34.226Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-08-14T15:29:34.226Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-14T15:29:34.226Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-14T15:29:34.226Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-14T15:29:34.226Z] + PACKAGES=/tmp/packages_start.txt [2023-08-14T15:29:34.226Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-14T15:29:34.226Z] + PACKAGES=/tmp/packages_end.txt [2023-08-14T15:29:34.226Z] + case "${OS_FAMILY}" in [2023-08-14T15:29:34.226Z] + dpkg -l [2023-08-14T15:29:34.226Z] + grep '^ii' [2023-08-14T15:29:34.226Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-14T15:29:34.226Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-14T15:29:34.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-14T15:29:34.226Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-14T15:29:34.226Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-08-14T15:29:34.226Z] + 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-14T15:29:34.236Z] 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-14T15:29:34.513Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T15:29:35.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T15:29:35.068Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T15:29:35.132Z] prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container [2023-08-14T15:29:35.176Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-14T15:29:35.425Z] $ docker top ecfabb44855ac01d16456a8a7e91ff59166be88fbadcbca75e17183e060422d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T15:29:35.757Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-14T15:29:36.042Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-14T15:29:36.325Z] + ls /var/log/sa-host [2023-08-14T15:29:36.325Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T15:29:36.388Z] provisioning config files... [2023-08-14T15:29:36.397Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config58621636700930761tmp [Pipeline] { [Pipeline] echo [2023-08-14T15:29:36.410Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:36.691Z] ---> create-netrc.sh [Pipeline] } [2023-08-14T15:29:36.699Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:37.032Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-14T15:29:37.041Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:37.326Z] ---> sudo-logs.sh [2023-08-14T15:29:37.326Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-14T15:29:37.357Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:37.640Z] ---> job-cost.sh [2023-08-14T15:29:37.640Z] lf-activate-venv: SKIPPING [2023-08-14T15:29:37.640Z] DEBUG: total: 0.2199999988079071 [2023-08-14T15:29:37.640Z] INFO: Retrieving Stack Cost... [2023-08-14T15:29:37.899Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T15:29:38.466Z] INFO: Archiving Costs [Pipeline] echo [2023-08-14T15:29:38.478Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T15:29:38.759Z] ---> logs-deploy.sh [2023-08-14T15:29:38.759Z] lf-activate-venv: SKIPPING [2023-08-14T15:29:38.759Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/32 [2023-08-14T15:29:38.759Z] INFO: archiving workspace using pattern(s): [2023-08-14T15:29:39.703Z] Archives upload complete. [2023-08-14T15:29:39.703Z] INFO: archiving logs to Nexus