Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dc2c9616d3277daf9da5caa43fe28e05f10b0847 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-ssh3742478431017005753.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-ssh13742343672023016988.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-ssh9549396092008158648.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-ssh16387554442482123429.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-ssh5564825373437842008.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-3873’ Running on prd-ubuntu20.04-docker-8c-8g-3880 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 dc2c9616d3277daf9da5caa43fe28e05f10b0847 (main) Commit message: "Merge pull request #60 from lenny-intel/replay-cancel" > 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 dc2c9616d3277daf9da5caa43fe28e05f10b0847 # timeout=10 > git rev-list --no-walk 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-17T01:03:48.667Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-17T01:03:48.747Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-17T01:03:48.767Z] ========================================================= [2023-08-17T01:03:48.768Z] EdgeX Global Pipelines Version Info [2023-08-17T01:03:48.768Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:03:49.527Z] ------------------- [2023-08-17T01:03:49.527Z] stable info: [2023-08-17T01:03:49.527Z] ------------------- [2023-08-17T01:03:49.527Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-17T01:03:49.527Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-17T01:03:49.527Z] Message: update stable to v1.0.253 [2023-08-17T01:03:50.102Z] ------------------- [2023-08-17T01:03:50.102Z] experimental info: [2023-08-17T01:03:50.102Z] ------------------- [2023-08-17T01:03:50.102Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-17T01:03:50.102Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-17T01:03:50.102Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-17T01:03:50.297Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-08-17T01:03:50.313Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-08-17T01:03:50.325Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-17T01:03:50.342Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-17T01:03:50.356Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-17T01:03:50.373Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-17T01:03:50.390Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-17T01:03:50.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-17T01:03:50.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-17T01:03:50.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-17T01:03:50.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-17T01:03:50.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-08-17T01:03:50.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-17T01:03:50.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-17T01:03:50.539Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-17T01:03:50.558Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-17T01:03:50.570Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-17T01:03:50.586Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-17T01:03:50.599Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-17T01:03:50.615Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-17T01:03:50.629Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-17T01:03:50.647Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-17T01:03:50.662Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-17T01:03:50.676Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-17T01:03:50.693Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-17T01:03:50.715Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-17T01:03:50.729Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-17T01:03:50.748Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-17T01:03:50.763Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-17T01:03:50.781Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-17T01:03:50.797Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo [2023-08-17T01:03:50.815Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc2c961 [Pipeline] echo [2023-08-17T01:03:50.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-17T01:03:50.890Z] provisioning config files... [2023-08-17T01:03:50.903Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3129879147193680542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:03:51.232Z] ---> docker-login.sh [2023-08-17T01:03:51.232Z] nexus3.edgexfoundry.org:10001 [2023-08-17T01:03:52.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:03:52.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:03:52.459Z] Configure a credential helper to remove this warning. See [2023-08-17T01:03:52.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:03:52.459Z] [2023-08-17T01:03:52.459Z] Login Succeeded [2023-08-17T01:03:52.459Z] nexus3.edgexfoundry.org:10002 [2023-08-17T01:03:52.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:03:52.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:03:52.459Z] Configure a credential helper to remove this warning. See [2023-08-17T01:03:52.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:03:52.459Z] [2023-08-17T01:03:52.459Z] Login Succeeded [2023-08-17T01:03:52.459Z] nexus3.edgexfoundry.org:10003 [2023-08-17T01:03:52.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:03:52.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:03:52.723Z] Configure a credential helper to remove this warning. See [2023-08-17T01:03:52.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:03:52.723Z] [2023-08-17T01:03:52.723Z] Login Succeeded [2023-08-17T01:03:52.723Z] nexus3.edgexfoundry.org:10004 [2023-08-17T01:03:52.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:03:52.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:03:52.988Z] Configure a credential helper to remove this warning. See [2023-08-17T01:03:52.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:03:52.988Z] [2023-08-17T01:03:52.988Z] Login Succeeded [2023-08-17T01:03:52.988Z] docker.io [2023-08-17T01:03:52.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:03:53.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:03:53.249Z] Configure a credential helper to remove this warning. See [2023-08-17T01:03:53.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:03:53.249Z] [2023-08-17T01:03:53.249Z] Login Succeeded [2023-08-17T01:03:53.249Z] ---> docker-login.sh ends [Pipeline] } [2023-08-17T01:03:53.259Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-17T01:03:53.704Z] + git rev-list -1 --merges dc2c9616d3277daf9da5caa43fe28e05f10b0847~1..dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo [2023-08-17T01:03:53.786Z] -----------> git rev-list -1 --merges dc2c9616d3277daf9da5caa43fe28e05f10b0847~1..dc2c9616d3277daf9da5caa43fe28e05f10b0847 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:03:53.787Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847 [false] [Pipeline] sh [2023-08-17T01:03:54.088Z] + git log --format=format:%s -1 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo [2023-08-17T01:03:54.101Z] ========================================================= [2023-08-17T01:03:54.102Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-17T01:03:54.102Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-17T01:03:54.465Z] + git log --format=format:%s -1 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo [2023-08-17T01:03:54.479Z] [semverPrep] GIT_COMMIT: dc2c9616d3277daf9da5caa43fe28e05f10b0847, Commit Message: Merge pull request #60 from lenny-intel/replay-cancel [Pipeline] echo [2023-08-17T01:03:54.488Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-17T01:03:54.911Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-17T01:03:54.911Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-17T01:03:54.911Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-17T01:03:54.911Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-17T01:03:54.911Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-17T01:03:54.911Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-17T01:03:54.911Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:03:55.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-17T01:03:55.359Z] [2023-08-17T01:03:55.359Z] 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-17T01:03:55.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-17T01:03:57.700Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-17T01:03:57.700Z] b85a868b505f: Pulling fs layer [2023-08-17T01:03:57.700Z] e2be974225ed: Pulling fs layer [2023-08-17T01:03:57.700Z] 339a4e72a1f5: Pulling fs layer [2023-08-17T01:03:57.700Z] 988bab9f4d93: Pulling fs layer [2023-08-17T01:03:57.700Z] 1469e6f7b9e6: Pulling fs layer [2023-08-17T01:03:57.700Z] eaf3925da568: Pulling fs layer [2023-08-17T01:03:57.700Z] bab4dde63d76: Pulling fs layer [2023-08-17T01:03:57.700Z] bde34c3a00c8: Pulling fs layer [2023-08-17T01:03:57.700Z] b352a97aabf1: Pulling fs layer [2023-08-17T01:03:57.700Z] 4872d77fe225: Pulling fs layer [2023-08-17T01:03:57.700Z] 5851b861e8e6: Pulling fs layer [2023-08-17T01:03:57.700Z] 1469e6f7b9e6: Waiting [2023-08-17T01:03:57.700Z] eaf3925da568: Waiting [2023-08-17T01:03:57.700Z] 988bab9f4d93: Waiting [2023-08-17T01:03:57.700Z] b352a97aabf1: Waiting [2023-08-17T01:03:57.700Z] bab4dde63d76: Waiting [2023-08-17T01:03:57.700Z] bde34c3a00c8: Waiting [2023-08-17T01:03:57.700Z] 5851b861e8e6: Waiting [2023-08-17T01:03:57.700Z] 4872d77fe225: Waiting [2023-08-17T01:03:57.700Z] e2be974225ed: Verifying Checksum [2023-08-17T01:03:57.700Z] e2be974225ed: Download complete [2023-08-17T01:03:57.963Z] 988bab9f4d93: Verifying Checksum [2023-08-17T01:03:57.963Z] 988bab9f4d93: Download complete [2023-08-17T01:03:57.963Z] 1469e6f7b9e6: Verifying Checksum [2023-08-17T01:03:57.963Z] 1469e6f7b9e6: Download complete [2023-08-17T01:03:57.963Z] 339a4e72a1f5: Verifying Checksum [2023-08-17T01:03:57.963Z] 339a4e72a1f5: Download complete [2023-08-17T01:03:57.963Z] eaf3925da568: Download complete [2023-08-17T01:03:57.963Z] bde34c3a00c8: Verifying Checksum [2023-08-17T01:03:57.963Z] bde34c3a00c8: Download complete [2023-08-17T01:03:58.225Z] b352a97aabf1: Verifying Checksum [2023-08-17T01:03:58.225Z] b352a97aabf1: Download complete [2023-08-17T01:03:58.225Z] 4872d77fe225: Verifying Checksum [2023-08-17T01:03:58.225Z] 4872d77fe225: Download complete [2023-08-17T01:03:58.225Z] 5851b861e8e6: Verifying Checksum [2023-08-17T01:03:58.225Z] 5851b861e8e6: Download complete [2023-08-17T01:03:58.225Z] b85a868b505f: Download complete [2023-08-17T01:03:58.795Z] bab4dde63d76: Verifying Checksum [2023-08-17T01:03:58.795Z] bab4dde63d76: Download complete [2023-08-17T01:04:00.192Z] b85a868b505f: Pull complete [2023-08-17T01:04:00.763Z] e2be974225ed: Pull complete [2023-08-17T01:04:01.720Z] 339a4e72a1f5: Pull complete [2023-08-17T01:04:02.306Z] 988bab9f4d93: Pull complete [2023-08-17T01:04:03.244Z] 1469e6f7b9e6: Pull complete [2023-08-17T01:04:03.814Z] eaf3925da568: Pull complete [2023-08-17T01:04:08.069Z] bab4dde63d76: Pull complete [2023-08-17T01:04:08.069Z] bde34c3a00c8: Pull complete [2023-08-17T01:04:08.337Z] b352a97aabf1: Pull complete [2023-08-17T01:04:08.932Z] 4872d77fe225: Pull complete [2023-08-17T01:04:09.548Z] 5851b861e8e6: Pull complete [2023-08-17T01:04:10.145Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-17T01:04:10.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-17T01:04:10.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:04:10.338Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:04:10.385Z] $ 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-17T01:04:22.887Z] $ docker top 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 -eo pid,comm [2023-08-17T01:04:22.951Z] 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-17T01:04:22.951Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-17T01:04:22.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-17T01:04:22.996Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-17T01:04:23.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-17T01:04:23.154Z] $ docker exec 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent [2023-08-17T01:04:23.327Z] SSH_AUTH_SOCK=/tmp/ssh-Q71fwDiCtuVa/agent.14 [2023-08-17T01:04:23.327Z] SSH_AGENT_PID=20 [2023-08-17T01:04:23.393Z] Running ssh-add (command line suppressed) [2023-08-17T01:04:23.521Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8293353974311249606.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8293353974311249606.key) [2023-08-17T01:04:23.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-17T01:04:23.855Z] + git tag --points-at HEAD [Pipeline] } [2023-08-17T01:04:23.902Z] $ docker exec --env ******** --env ******** 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent -k [2023-08-17T01:04:24.032Z] unset SSH_AUTH_SOCK; [2023-08-17T01:04:24.034Z] unset SSH_AGENT_PID; [2023-08-17T01:04:24.034Z] echo Agent pid 20 killed; [2023-08-17T01:04:24.042Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-17T01:04:24.065Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-17T01:04:24.065Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-17T01:04:24.231Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-17T01:04:24.243Z] $ docker exec 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent [2023-08-17T01:04:24.358Z] SSH_AUTH_SOCK=/tmp/ssh-hrXRaAHRoT3A/agent.71 [2023-08-17T01:04:24.358Z] SSH_AGENT_PID=77 [2023-08-17T01:04:24.365Z] Running ssh-add (command line suppressed) [2023-08-17T01:04:24.482Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17714082977015817249.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17714082977015817249.key) [2023-08-17T01:04:24.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-17T01:04:24.790Z] + git semver init [2023-08-17T01:04:25.362Z] 2023-08-17 01:04:25,214 [run_init] DEBUG init version:0.0.0 force:False [2023-08-17T01:04:25.362Z] 2023-08-17 01:04:25,215 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-17T01:04:25.362Z] 2023-08-17 01:04:25,216 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-08-17T01:04:25.362Z] 2023-08-17 01:04:25,216 [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-17T01:04:26.307Z] 2023-08-17 01:04:26,220 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-08-17T01:04:26.307Z] 2023-08-17 01:04:26,220 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-08-17T01:04:26.307Z] 2023-08-17 01:04:26,220 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:04:26.307Z] 2023-08-17 01:04:26,221 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:04:26.307Z] 3.1.0-dev.33 [Pipeline] } [2023-08-17T01:04:26.326Z] $ docker exec --env ******** --env ******** 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent -k [2023-08-17T01:04:26.470Z] unset SSH_AUTH_SOCK; [2023-08-17T01:04:26.471Z] unset SSH_AGENT_PID; [2023-08-17T01:04:26.471Z] echo Agent pid 77 killed; [2023-08-17T01:04:26.546Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-17T01:04:26.882Z] + git semver [Pipeline] } [2023-08-17T01:04:28.920Z] $ docker stop --time=1 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 [2023-08-17T01:04:32.601Z] $ docker rm -f --volumes 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-17T01:04:33.246Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-17T01:04:33.563Z] Stashed 1 file(s) [Pipeline] echo [2023-08-17T01:04:33.566Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.33 [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-17T01:04:33.757Z] provisioning config files... [2023-08-17T01:04:33.766Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7497509176646376227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:04:34.066Z] ---> docker-login.sh [2023-08-17T01:04:34.066Z] nexus3.edgexfoundry.org:10001 [2023-08-17T01:04:34.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:04:34.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:04:34.066Z] Configure a credential helper to remove this warning. See [2023-08-17T01:04:34.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:04:34.066Z] [2023-08-17T01:04:34.066Z] Login Succeeded [2023-08-17T01:04:34.066Z] nexus3.edgexfoundry.org:10002 [2023-08-17T01:04:34.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:04:34.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:04:34.066Z] Configure a credential helper to remove this warning. See [2023-08-17T01:04:34.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:04:34.066Z] [2023-08-17T01:04:34.066Z] Login Succeeded [2023-08-17T01:04:34.066Z] nexus3.edgexfoundry.org:10003 [2023-08-17T01:04:34.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:04:34.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:04:34.324Z] Configure a credential helper to remove this warning. See [2023-08-17T01:04:34.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:04:34.324Z] [2023-08-17T01:04:34.324Z] Login Succeeded [2023-08-17T01:04:34.324Z] nexus3.edgexfoundry.org:10004 [2023-08-17T01:04:34.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:04:34.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:04:34.324Z] Configure a credential helper to remove this warning. See [2023-08-17T01:04:34.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:04:34.324Z] [2023-08-17T01:04:34.324Z] Login Succeeded [2023-08-17T01:04:34.324Z] docker.io [2023-08-17T01:04:34.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:04:34.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:04:34.583Z] Configure a credential helper to remove this warning. See [2023-08-17T01:04:34.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:04:34.583Z] [2023-08-17T01:04:34.583Z] Login Succeeded [2023-08-17T01:04:34.583Z] ---> docker-login.sh ends [Pipeline] } [2023-08-17T01:04:34.590Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-17T01:04:34.670Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-17T01:04:34.685Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-17T01:04:34.699Z] ========================================================= [2023-08-17T01:04:34.699Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-17T01:04:34.699Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:04:35.022Z] + 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-17T01:04:35.022Z] Sending build context to Docker daemon 445.4kB [2023-08-17T01:04:35.022Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-17T01:04:35.022Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-17T01:04:35.973Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-17T01:04:35.973Z] 4db1b89c0bd1: Pulling fs layer [2023-08-17T01:04:35.973Z] 6911f1a30b25: Pulling fs layer [2023-08-17T01:04:35.973Z] e194b8c5c2a9: Pulling fs layer [2023-08-17T01:04:35.973Z] 6863d3e3a2b1: Pulling fs layer [2023-08-17T01:04:35.973Z] ec0bb842ea78: Pulling fs layer [2023-08-17T01:04:35.973Z] 40a00589a448: Pulling fs layer [2023-08-17T01:04:35.973Z] 6c08303d61cc: Pulling fs layer [2023-08-17T01:04:35.973Z] 798269fcf238: Pulling fs layer [2023-08-17T01:04:35.973Z] ec0bb842ea78: Waiting [2023-08-17T01:04:35.973Z] 40a00589a448: Waiting [2023-08-17T01:04:35.973Z] 6c08303d61cc: Waiting [2023-08-17T01:04:35.973Z] 798269fcf238: Waiting [2023-08-17T01:04:35.973Z] 6863d3e3a2b1: Waiting [2023-08-17T01:04:35.973Z] 6911f1a30b25: Download complete [2023-08-17T01:04:35.973Z] 6863d3e3a2b1: Download complete [2023-08-17T01:04:35.973Z] 4db1b89c0bd1: Verifying Checksum [2023-08-17T01:04:35.973Z] 4db1b89c0bd1: Download complete [2023-08-17T01:04:35.973Z] ec0bb842ea78: Verifying Checksum [2023-08-17T01:04:35.973Z] ec0bb842ea78: Download complete [2023-08-17T01:04:35.973Z] 40a00589a448: Verifying Checksum [2023-08-17T01:04:35.973Z] 40a00589a448: Download complete [2023-08-17T01:04:36.912Z] 798269fcf238: Verifying Checksum [2023-08-17T01:04:36.912Z] 798269fcf238: Download complete [2023-08-17T01:04:36.912Z] e194b8c5c2a9: Verifying Checksum [2023-08-17T01:04:36.912Z] e194b8c5c2a9: Download complete [2023-08-17T01:04:36.912Z] 4db1b89c0bd1: Pull complete [2023-08-17T01:04:37.201Z] 6c08303d61cc: Verifying Checksum [2023-08-17T01:04:37.201Z] 6c08303d61cc: Download complete [2023-08-17T01:04:38.162Z] 6911f1a30b25: Pull complete [2023-08-17T01:04:44.966Z] e194b8c5c2a9: Pull complete [2023-08-17T01:04:45.267Z] 6863d3e3a2b1: Pull complete [2023-08-17T01:04:47.201Z] ec0bb842ea78: Pull complete [2023-08-17T01:04:47.773Z] 40a00589a448: Pull complete [2023-08-17T01:04:48.699Z] Still waiting to schedule task [2023-08-17T01:04:48.699Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3879’ [2023-08-17T01:04:52.036Z] 6c08303d61cc: Pull complete [2023-08-17T01:04:55.428Z] 798269fcf238: Pull complete [2023-08-17T01:04:55.690Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-17T01:04:55.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-17T01:04:55.690Z] ---> ec979cd7f677 [2023-08-17T01:04:55.690Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-17T01:05:22.306Z] ---> Running in 64960679fb2f [2023-08-17T01:05:22.306Z] Removing intermediate container 64960679fb2f [2023-08-17T01:05:22.306Z] ---> 415ef9327c04 [2023-08-17T01:05:22.306Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-17T01:05:23.252Z] ---> Running in e87a96b9ca95 [2023-08-17T01:05:25.793Z] Removing intermediate container e87a96b9ca95 [2023-08-17T01:05:25.793Z] ---> 2e7d52d3cfc3 [2023-08-17T01:05:25.793Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-17T01:05:27.168Z] ---> Running in fddf67649fcf [2023-08-17T01:05:29.158Z] Removing intermediate container fddf67649fcf [2023-08-17T01:05:29.158Z] ---> aedff5c541cc [2023-08-17T01:05:29.158Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-17T01:05:29.418Z] ---> Running in 930cf7321d61 [2023-08-17T01:05:30.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-17T01:05:30.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-17T01:05:30.893Z] OK: 265 MiB in 53 packages [2023-08-17T01:05:32.806Z] Removing intermediate container 930cf7321d61 [2023-08-17T01:05:32.806Z] ---> d771d3462473 [2023-08-17T01:05:32.806Z] Step 7/12 : WORKDIR /app [2023-08-17T01:05:33.375Z] ---> Running in 50b0d730b9a6 [2023-08-17T01:05:33.943Z] Removing intermediate container 50b0d730b9a6 [2023-08-17T01:05:33.943Z] ---> da76c47b698a [2023-08-17T01:05:33.943Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-17T01:05:34.546Z] ---> 8a2c54e71bee [2023-08-17T01:05:34.546Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-17T01:05:34.807Z] ---> Running in 68ad7ec45bde [2023-08-17T01:06:42.562Z] Removing intermediate container 68ad7ec45bde [2023-08-17T01:06:42.562Z] ---> 51d48e3129c3 [2023-08-17T01:06:42.562Z] Step 10/12 : COPY . . [2023-08-17T01:06:42.562Z] ---> c7fdbc6727d7 [2023-08-17T01:06:42.562Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-17T01:06:42.562Z] ---> Running in 55e0e060c6a9 [2023-08-17T01:06:42.562Z] Removing intermediate container 55e0e060c6a9 [2023-08-17T01:06:42.562Z] ---> 690d9bcc5364 [2023-08-17T01:06:42.562Z] Step 12/12 : RUN $MAKE [2023-08-17T01:06:42.562Z] ---> Running in bdf0ed64884c [2023-08-17T01:06:42.562Z] noop [2023-08-17T01:06:42.823Z] Removing intermediate container bdf0ed64884c [2023-08-17T01:06:42.823Z] ---> 75e22651ffd0 [2023-08-17T01:06:42.823Z] Successfully built 75e22651ffd0 [2023-08-17T01:06:42.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:06:43.140Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-17T01:06:43.140Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:06:43.225Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:06:43.287Z] $ 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-17T01:06:44.018Z] $ docker top 5eab792a2f12f4b3bc0610d0604072cc52c54b0051ea696f8bd639aaeefddac6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-17T01:06:44.410Z] + go version [2023-08-17T01:06:44.410Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-17T01:06:44.444Z] $ docker stop --time=1 5eab792a2f12f4b3bc0610d0604072cc52c54b0051ea696f8bd639aaeefddac6 [2023-08-17T01:06:46.267Z] $ docker rm -f --volumes 5eab792a2f12f4b3bc0610d0604072cc52c54b0051ea696f8bd639aaeefddac6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:06:46.777Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-17T01:06:46.777Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:06:46.864Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:06:46.916Z] $ 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-17T01:06:47.731Z] $ docker top b4d1692914a9f6f62f768064acf8906ff3ef6d955315d25c845978365528d5f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-17T01:06:48.132Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-08-17T01:06:48.428Z] + make test [2023-08-17T01:06:48.428Z] go test -race -coverprofile=coverage.out ./... [2023-08-17T01:07:15.012Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-17T01:07:15.012Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.069s coverage: 88.0% of statements [2023-08-17T01:07:15.012Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-17T01:07:15.012Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-17T01:07:15.012Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-17T01:07:21.900Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.633s coverage: 98.1% of statements [2023-08-17T01:07:21.900Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.116s coverage: 85.2% of statements [2023-08-17T01:07:54.274Z] go vet ./... [2023-08-17T01:07:58.461Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-17T01:07:58.461Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-17T01:07:58.461Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-17T01:07:58.471Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-17T01:07:58.497Z] $ docker stop --time=1 b4d1692914a9f6f62f768064acf8906ff3ef6d955315d25c845978365528d5f0 [2023-08-17T01:08:10.946Z] $ docker rm -f --volumes b4d1692914a9f6f62f768064acf8906ff3ef6d955315d25c845978365528d5f0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-17T01:08:11.626Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-17T01:08:11.699Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-17T01:08:12.363Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-17T01:08:12.648Z] + ls -al . [2023-08-17T01:08:12.648Z] total 176 [2023-08-17T01:08:12.648Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 17 01:06 . [2023-08-17T01:08:12.648Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 01:03 .. [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 17 01:03 .dockerignore [2023-08-17T01:08:12.648Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 01:04 .git [2023-08-17T01:08:12.648Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:03 .github [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 17 01:03 .gitignore [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 17 01:03 .golangci.yml [2023-08-17T01:08:12.648Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 17 01:04 .semver [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 17 01:03 Attribution.txt [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 17 01:03 CHANGELOG.md [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 17 01:03 Dockerfile [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 17 01:03 GOVERNANCE.md [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 17 01:03 Jenkinsfile [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 17 01:03 LICENSE [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 17 01:03 Makefile [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 17 01:03 OWNERS.md [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 17 01:03 README.md [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 17 01:03 Record and Reply.postman_collection.json [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 17 01:04 VERSION [2023-08-17T01:08:12.648Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:03 bin [2023-08-17T01:08:12.648Z] -rw-r--r-- 1 jenkins jenkins 16515 Aug 17 01:07 coverage.out [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 17 01:03 go.mod [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 17 01:03 go.sum [2023-08-17T01:08:12.648Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 17 01:03 internal [2023-08-17T01:08:12.648Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 17 01:03 main.go [2023-08-17T01:08:12.648Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 01:03 pkg [2023-08-17T01:08:12.648Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:03 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:08:12.966Z] + 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=dc2c9616d3277daf9da5caa43fe28e05f10b0847 --label arch=amd64 --label version=3.1.0-dev.33 . [2023-08-17T01:08:12.966Z] Sending build context to Docker daemon 462.8kB [2023-08-17T01:08:12.966Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-17T01:08:12.966Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-17T01:08:12.966Z] ---> 75e22651ffd0 [2023-08-17T01:08:12.966Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-17T01:08:13.228Z] ---> Running in 8739d65c3b67 [2023-08-17T01:08:13.796Z] Removing intermediate container 8739d65c3b67 [2023-08-17T01:08:13.796Z] ---> 5f54a6c69a1b [2023-08-17T01:08:13.796Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-17T01:08:14.374Z] ---> Running in ab0f2e2f3b43 [2023-08-17T01:08:14.633Z] Removing intermediate container ab0f2e2f3b43 [2023-08-17T01:08:14.633Z] ---> fc7c8cc217f4 [2023-08-17T01:08:14.633Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-17T01:08:15.259Z] ---> Running in 41c6ebda834e [2023-08-17T01:08:15.519Z] Removing intermediate container 41c6ebda834e [2023-08-17T01:08:15.519Z] ---> 4210d67bab79 [2023-08-17T01:08:15.519Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-17T01:08:16.086Z] ---> Running in ad3bbbac8430 [2023-08-17T01:08:16.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-17T01:08:16.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-17T01:08:17.174Z] OK: 265 MiB in 53 packages [2023-08-17T01:08:18.263Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3882 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-08-17T01:08:18.279Z] Running in /w/workspace/app-record-replay/36 [Pipeline] { [Pipeline] checkout [2023-08-17T01:08:18.312Z] Selected Git installation does not exist. Using Default [2023-08-17T01:08:18.313Z] The recommended git tool is: NONE [2023-08-17T01:08:18.604Z] Removing intermediate container ad3bbbac8430 [2023-08-17T01:08:18.604Z] ---> 78e91c735ede [2023-08-17T01:08:18.604Z] Step 7/26 : WORKDIR /app [2023-08-17T01:08:19.173Z] ---> Running in c6f93c656575 [2023-08-17T01:08:20.117Z] Removing intermediate container c6f93c656575 [2023-08-17T01:08:20.117Z] ---> 6924cbf8d83d [2023-08-17T01:08:20.117Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-17T01:08:20.684Z] ---> c823b2bc5fcf [2023-08-17T01:08:20.684Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-17T01:08:21.267Z] ---> Running in 61c106801d26 [2023-08-17T01:08:23.085Z] using credential edgex-jenkins-ssh [2023-08-17T01:08:23.099Z] Cloning the remote Git repository [2023-08-17T01:08:23.144Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-08-17T01:08:23.836Z] Removing intermediate container 61c106801d26 [2023-08-17T01:08:23.836Z] ---> 52bede894892 [2023-08-17T01:08:23.836Z] Step 10/26 : COPY . . [2023-08-17T01:08:23.236Z] > git init /w/workspace/app-record-replay/36 # timeout=10 [2023-08-17T01:08:23.405Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-08-17T01:08:23.406Z] > git --version # timeout=10 [2023-08-17T01:08:23.430Z] > git --version # 'git version 2.25.1' [2023-08-17T01:08:23.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-17T01:08:23.586Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-17T01:08:24.232Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-08-17T01:08:24.253Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-17T01:08:24.772Z] ---> 557a33078533 [2023-08-17T01:08:24.773Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-17T01:08:25.117Z] Avoid second fetch [2023-08-17T01:08:25.117Z] Checking out Revision dc2c9616d3277daf9da5caa43fe28e05f10b0847 (main) [2023-08-17T01:08:25.345Z] ---> Running in 9264dde96d5e [2023-08-17T01:08:25.647Z] Commit message: "Merge pull request #60 from lenny-intel/replay-cancel" [2023-08-17T01:08:25.137Z] > git config core.sparsecheckout # timeout=10 [2023-08-17T01:08:25.204Z] > git checkout -f dc2c9616d3277daf9da5caa43fe28e05f10b0847 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-17T01:08:26.299Z] Removing intermediate container 9264dde96d5e [2023-08-17T01:08:26.300Z] ---> 759cd39312f8 [2023-08-17T01:08:26.300Z] Step 12/26 : RUN $MAKE [2023-08-17T01:08:26.480Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-17T01:08:26.480Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-17T01:08:26.480Z] Dload Upload Total Spent Left Speed [2023-08-17T01:08:26.480Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 103k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh [2023-08-17T01:08:27.108Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-17T01:08:27.243Z] ---> Running in 50df36aab107 [2023-08-17T01:08:27.432Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-17T01:08:27.432Z] + sudo tee /etc/docker/daemon.new [2023-08-17T01:08:27.432Z] { [2023-08-17T01:08:27.432Z] "registry-mirrors": [ [2023-08-17T01:08:27.432Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-17T01:08:27.432Z] ], [2023-08-17T01:08:27.432Z] "bip": "10.250.0.254/24", [2023-08-17T01:08:27.432Z] "hosts": [ [2023-08-17T01:08:27.432Z] "tcp://0.0.0.0:5555", [2023-08-17T01:08:27.432Z] "unix:///var/run/docker.sock" [2023-08-17T01:08:27.432Z] ], [2023-08-17T01:08:27.432Z] "mtu": 1458, [2023-08-17T01:08:27.432Z] "selinux-enabled": true, [2023-08-17T01:08:27.432Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-17T01:08:27.432Z] } [Pipeline] sh [2023-08-17T01:08:27.762Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-17T01:08:27.809Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.33" -trimpath -mod=readonly -o app-record-replay [2023-08-17T01:08:28.151Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-17T01:08:46.410Z] provisioning config files... [2023-08-17T01:08:46.432Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/36@tmp/config7963566209554601513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:08:46.775Z] ---> docker-login.sh [2023-08-17T01:08:46.775Z] nexus3.edgexfoundry.org:10001 [2023-08-17T01:08:47.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:08:47.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:08:47.308Z] Configure a credential helper to remove this warning. See [2023-08-17T01:08:47.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:08:47.308Z] [2023-08-17T01:08:47.308Z] Login Succeeded [2023-08-17T01:08:47.308Z] nexus3.edgexfoundry.org:10002 [2023-08-17T01:08:47.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:08:47.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:08:47.576Z] Configure a credential helper to remove this warning. See [2023-08-17T01:08:47.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:08:47.576Z] [2023-08-17T01:08:47.576Z] Login Succeeded [2023-08-17T01:08:47.576Z] nexus3.edgexfoundry.org:10003 [2023-08-17T01:08:47.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:08:47.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:08:47.846Z] Configure a credential helper to remove this warning. See [2023-08-17T01:08:47.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:08:47.846Z] [2023-08-17T01:08:48.115Z] Login Succeeded [2023-08-17T01:08:48.115Z] nexus3.edgexfoundry.org:10004 [2023-08-17T01:08:48.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:08:48.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:08:48.382Z] Configure a credential helper to remove this warning. See [2023-08-17T01:08:48.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:08:48.382Z] [2023-08-17T01:08:48.382Z] Login Succeeded [2023-08-17T01:08:48.382Z] docker.io [2023-08-17T01:08:48.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:08:49.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:08:49.031Z] Configure a credential helper to remove this warning. See [2023-08-17T01:08:49.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:08:49.031Z] [2023-08-17T01:08:49.031Z] Login Succeeded [2023-08-17T01:08:49.031Z] ---> docker-login.sh ends [Pipeline] } [2023-08-17T01:08:49.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-17T01:08:49.290Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-17T01:08:49.306Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-17T01:08:49.318Z] ========================================================= [2023-08-17T01:08:49.318Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-17T01:08:49.318Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:08:49.669Z] + 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-17T01:08:49.669Z] Sending build context to Docker daemon 199.7kB [2023-08-17T01:08:49.999Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-17T01:08:49.999Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-17T01:08:50.268Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-17T01:08:50.268Z] edb6bdbacee9: Pulling fs layer [2023-08-17T01:08:50.268Z] 5f9638ab2659: Pulling fs layer [2023-08-17T01:08:50.268Z] 8d51d6327a98: Pulling fs layer [2023-08-17T01:08:50.268Z] 8b374f2dd631: Pulling fs layer [2023-08-17T01:08:50.268Z] ec14aa9079de: Pulling fs layer [2023-08-17T01:08:50.268Z] 2f466654f4bb: Pulling fs layer [2023-08-17T01:08:50.268Z] 554e91adad29: Pulling fs layer [2023-08-17T01:08:50.268Z] 8b374f2dd631: Waiting [2023-08-17T01:08:50.268Z] 554e91adad29: Waiting [2023-08-17T01:08:50.268Z] ec14aa9079de: Waiting [2023-08-17T01:08:50.268Z] 2f466654f4bb: Waiting [2023-08-17T01:08:50.553Z] 5f9638ab2659: Verifying Checksum [2023-08-17T01:08:50.553Z] 5f9638ab2659: Download complete [2023-08-17T01:08:50.553Z] 8b374f2dd631: Verifying Checksum [2023-08-17T01:08:50.554Z] 8b374f2dd631: Download complete [2023-08-17T01:08:50.554Z] ec14aa9079de: Verifying Checksum [2023-08-17T01:08:50.554Z] ec14aa9079de: Download complete [2023-08-17T01:08:50.554Z] edb6bdbacee9: Verifying Checksum [2023-08-17T01:08:50.554Z] edb6bdbacee9: Download complete [2023-08-17T01:08:51.532Z] edb6bdbacee9: Pull complete [2023-08-17T01:08:51.807Z] 554e91adad29: Verifying Checksum [2023-08-17T01:08:51.807Z] 554e91adad29: Download complete [2023-08-17T01:08:52.078Z] 5f9638ab2659: Pull complete [2023-08-17T01:08:53.044Z] 8d51d6327a98: Verifying Checksum [2023-08-17T01:08:53.044Z] 8d51d6327a98: Download complete [2023-08-17T01:08:53.044Z] 2f466654f4bb: Verifying Checksum [2023-08-17T01:08:53.044Z] 2f466654f4bb: Download complete [2023-08-17T01:09:00.019Z] Removing intermediate container 50df36aab107 [2023-08-17T01:09:00.019Z] ---> 46c770fb2487 [2023-08-17T01:09:00.019Z] Step 13/26 : FROM alpine:3.17 [2023-08-17T01:09:00.019Z] 3.17: Pulling from library/alpine [2023-08-17T01:09:00.019Z] 9398808236ff: Pulling fs layer [2023-08-17T01:09:00.019Z] 9398808236ff: Verifying Checksum [2023-08-17T01:09:00.019Z] 9398808236ff: Download complete [2023-08-17T01:09:00.019Z] 9398808236ff: Pull complete [2023-08-17T01:09:00.019Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-17T01:09:00.019Z] Status: Downloaded newer image for alpine:3.17 [2023-08-17T01:09:00.019Z] ---> 1e0b8b5322fc [2023-08-17T01:09:00.019Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-17T01:09:00.019Z] ---> Running in 5723ba411b47 [2023-08-17T01:09:00.019Z] Removing intermediate container 5723ba411b47 [2023-08-17T01:09:00.019Z] ---> 7238c94daada [2023-08-17T01:09:00.019Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-17T01:09:00.019Z] ---> Running in 7614e7eeeb51 [2023-08-17T01:09:00.019Z] Removing intermediate container 7614e7eeeb51 [2023-08-17T01:09:00.019Z] ---> 1cad65f5cd23 [2023-08-17T01:09:00.019Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-17T01:09:00.019Z] ---> Running in 053fb5d3e63a [2023-08-17T01:09:00.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-17T01:09:00.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-17T01:09:00.019Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-17T01:09:00.019Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-17T01:09:00.019Z] Executing busybox-1.35.0-r29.trigger [2023-08-17T01:09:00.019Z] Executing ca-certificates-20230506-r0.trigger [2023-08-17T01:09:00.019Z] OK: 8 MiB in 17 packages [2023-08-17T01:09:00.019Z] Removing intermediate container 053fb5d3e63a [2023-08-17T01:09:00.019Z] ---> 48017491f14f [2023-08-17T01:09:00.019Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-17T01:09:00.019Z] ---> 152ac1d01508 [2023-08-17T01:09:00.019Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-17T01:09:00.019Z] ---> 395fa3d22ec2 [2023-08-17T01:09:00.019Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-17T01:09:00.019Z] ---> 953eef055b1a [2023-08-17T01:09:00.019Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-17T01:09:01.393Z] ---> c4a3ef071f61 [2023-08-17T01:09:01.394Z] Step 21/26 : EXPOSE 59712 [2023-08-17T01:09:01.394Z] ---> Running in b097835d8b67 [2023-08-17T01:09:01.394Z] Removing intermediate container b097835d8b67 [2023-08-17T01:09:01.394Z] ---> c27a213151f0 [2023-08-17T01:09:01.394Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-17T01:09:01.394Z] ---> Running in d782cf420f30 [2023-08-17T01:09:01.651Z] Removing intermediate container d782cf420f30 [2023-08-17T01:09:01.651Z] ---> 1b6a3d491897 [2023-08-17T01:09:01.651Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-17T01:09:01.651Z] ---> Running in f8f49e108ddb [2023-08-17T01:09:01.908Z] Removing intermediate container f8f49e108ddb [2023-08-17T01:09:01.908Z] ---> 7fa74b52468f [2023-08-17T01:09:01.908Z] Step 24/26 : LABEL arch=amd64 [2023-08-17T01:09:01.908Z] ---> Running in ea925bfb4a88 [2023-08-17T01:09:01.908Z] Removing intermediate container ea925bfb4a88 [2023-08-17T01:09:01.908Z] ---> 231a3ae604af [2023-08-17T01:09:01.908Z] Step 25/26 : LABEL git_sha=dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:09:02.167Z] ---> Running in 29954a0fcd3b [2023-08-17T01:09:02.167Z] Removing intermediate container 29954a0fcd3b [2023-08-17T01:09:02.167Z] ---> 9d50abad17dc [2023-08-17T01:09:02.167Z] Step 26/26 : LABEL version=3.1.0-dev.33 [2023-08-17T01:09:02.426Z] ---> Running in 73689daf3114 [2023-08-17T01:09:02.686Z] Removing intermediate container 73689daf3114 [2023-08-17T01:09:02.686Z] ---> 09b17fde6cf5 [2023-08-17T01:09:02.686Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-17T01:09:02.686Z] Successfully built 09b17fde6cf5 [2023-08-17T01:09:02.686Z] 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-17T01:09:02.828Z] provisioning config files... [2023-08-17T01:09:02.840Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2326965620582699835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:09:03.143Z] ---> docker-login.sh [2023-08-17T01:09:03.143Z] nexus3.edgexfoundry.org:10001 [2023-08-17T01:09:03.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:09:03.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:09:03.143Z] Configure a credential helper to remove this warning. See [2023-08-17T01:09:03.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:09:03.143Z] [2023-08-17T01:09:03.143Z] Login Succeeded [2023-08-17T01:09:03.143Z] nexus3.edgexfoundry.org:10002 [2023-08-17T01:09:03.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:09:03.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:09:03.143Z] Configure a credential helper to remove this warning. See [2023-08-17T01:09:03.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:09:03.143Z] [2023-08-17T01:09:03.143Z] Login Succeeded [2023-08-17T01:09:03.143Z] nexus3.edgexfoundry.org:10003 [2023-08-17T01:09:03.150Z] 8d51d6327a98: Pull complete [2023-08-17T01:09:03.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:09:03.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:09:03.401Z] Configure a credential helper to remove this warning. See [2023-08-17T01:09:03.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:09:03.401Z] [2023-08-17T01:09:03.401Z] Login Succeeded [2023-08-17T01:09:03.401Z] nexus3.edgexfoundry.org:10004 [2023-08-17T01:09:03.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:09:03.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:09:03.401Z] Configure a credential helper to remove this warning. See [2023-08-17T01:09:03.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:09:03.401Z] [2023-08-17T01:09:03.401Z] Login Succeeded [2023-08-17T01:09:03.401Z] docker.io [2023-08-17T01:09:03.419Z] 8b374f2dd631: Pull complete [2023-08-17T01:09:03.419Z] ec14aa9079de: Pull complete [2023-08-17T01:09:03.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:09:03.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:09:03.662Z] Configure a credential helper to remove this warning. See [2023-08-17T01:09:03.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:09:03.662Z] [2023-08-17T01:09:03.662Z] Login Succeeded [2023-08-17T01:09:03.662Z] ---> docker-login.sh ends [Pipeline] } [2023-08-17T01:09:03.669Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-17T01:09:03.700Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-17T01:09:03.730Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-08-17T01:09:03.730Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:09:03.730Z] latest [2023-08-17T01:09:03.730Z] 3.1.0-dev.33 [2023-08-17T01:09:03.730Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [2023-08-17T01:09:03.730Z] main [2023-08-17T01:09:03.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:04.079Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:04.430Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:09:04.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-17T01:09:05.006Z] fe67cd5daab7: Preparing [2023-08-17T01:09:05.006Z] 4832ffc577d6: Preparing [2023-08-17T01:09:05.006Z] 47ed35b82339: Preparing [2023-08-17T01:09:05.006Z] b16904ecc786: Preparing [2023-08-17T01:09:05.006Z] 84a640972e3d: Preparing [2023-08-17T01:09:05.006Z] 36b50b131297: Preparing [2023-08-17T01:09:05.006Z] 36b50b131297: Waiting [2023-08-17T01:09:05.573Z] b16904ecc786: Pushed [2023-08-17T01:09:05.573Z] 84a640972e3d: Pushed [2023-08-17T01:09:05.573Z] 4832ffc577d6: Pushed [2023-08-17T01:09:05.573Z] 47ed35b82339: Pushed [2023-08-17T01:09:05.573Z] 36b50b131297: Layer already exists [2023-08-17T01:09:08.706Z] fe67cd5daab7: Pushed [2023-08-17T01:09:10.118Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:10.439Z] + 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-17T01:09:10.756Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-17T01:09:10.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-17T01:09:10.756Z] fe67cd5daab7: Preparing [2023-08-17T01:09:10.756Z] 4832ffc577d6: Preparing [2023-08-17T01:09:10.756Z] 47ed35b82339: Preparing [2023-08-17T01:09:10.756Z] b16904ecc786: Preparing [2023-08-17T01:09:10.756Z] 84a640972e3d: Preparing [2023-08-17T01:09:10.756Z] 36b50b131297: Preparing [2023-08-17T01:09:10.756Z] 36b50b131297: Waiting [2023-08-17T01:09:10.756Z] 84a640972e3d: Layer already exists [2023-08-17T01:09:10.756Z] 47ed35b82339: Layer already exists [2023-08-17T01:09:10.756Z] fe67cd5daab7: Layer already exists [2023-08-17T01:09:10.756Z] 4832ffc577d6: Layer already exists [2023-08-17T01:09:10.756Z] b16904ecc786: Layer already exists [2023-08-17T01:09:10.756Z] 36b50b131297: Layer already exists [2023-08-17T01:09:10.756Z] latest: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:11.091Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:11.416Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.33 [2023-08-17T01:09:11.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-17T01:09:11.416Z] fe67cd5daab7: Preparing [2023-08-17T01:09:11.416Z] 4832ffc577d6: Preparing [2023-08-17T01:09:11.416Z] 47ed35b82339: Preparing [2023-08-17T01:09:11.416Z] b16904ecc786: Preparing [2023-08-17T01:09:11.416Z] 84a640972e3d: Preparing [2023-08-17T01:09:11.416Z] 36b50b131297: Preparing [2023-08-17T01:09:11.416Z] 36b50b131297: Waiting [2023-08-17T01:09:11.416Z] fe67cd5daab7: Layer already exists [2023-08-17T01:09:11.416Z] 4832ffc577d6: Layer already exists [2023-08-17T01:09:11.416Z] 84a640972e3d: Layer already exists [2023-08-17T01:09:11.416Z] b16904ecc786: Layer already exists [2023-08-17T01:09:11.416Z] 47ed35b82339: Layer already exists [2023-08-17T01:09:11.416Z] 36b50b131297: Layer already exists [2023-08-17T01:09:11.416Z] 3.1.0-dev.33: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [2023-08-17T01:09:11.428Z] 2f466654f4bb: Pull complete [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:11.747Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:12.088Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [2023-08-17T01:09:12.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-17T01:09:12.088Z] fe67cd5daab7: Preparing [2023-08-17T01:09:12.088Z] 4832ffc577d6: Preparing [2023-08-17T01:09:12.088Z] 47ed35b82339: Preparing [2023-08-17T01:09:12.088Z] b16904ecc786: Preparing [2023-08-17T01:09:12.088Z] 84a640972e3d: Preparing [2023-08-17T01:09:12.088Z] 36b50b131297: Preparing [2023-08-17T01:09:12.088Z] 36b50b131297: Waiting [2023-08-17T01:09:12.088Z] b16904ecc786: Layer already exists [2023-08-17T01:09:12.088Z] 4832ffc577d6: Layer already exists [2023-08-17T01:09:12.088Z] 47ed35b82339: Layer already exists [2023-08-17T01:09:12.088Z] fe67cd5daab7: Layer already exists [2023-08-17T01:09:12.088Z] 84a640972e3d: Layer already exists [2023-08-17T01:09:12.088Z] 36b50b131297: Layer already exists [2023-08-17T01:09:12.088Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:12.438Z] + 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-17T01:09:12.754Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-08-17T01:09:12.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-08-17T01:09:12.754Z] fe67cd5daab7: Preparing [2023-08-17T01:09:12.754Z] 4832ffc577d6: Preparing [2023-08-17T01:09:12.754Z] 47ed35b82339: Preparing [2023-08-17T01:09:12.754Z] b16904ecc786: Preparing [2023-08-17T01:09:12.754Z] 84a640972e3d: Preparing [2023-08-17T01:09:12.754Z] 36b50b131297: Preparing [2023-08-17T01:09:12.754Z] 4832ffc577d6: Layer already exists [2023-08-17T01:09:12.754Z] b16904ecc786: Layer already exists [2023-08-17T01:09:12.754Z] fe67cd5daab7: Layer already exists [2023-08-17T01:09:12.754Z] 47ed35b82339: Layer already exists [2023-08-17T01:09:12.754Z] 84a640972e3d: Layer already exists [2023-08-17T01:09:12.754Z] 36b50b131297: Layer already exists [2023-08-17T01:09:12.754Z] main: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-17T01:09:12.813Z] ===================================================== [Pipeline] echo [2023-08-17T01:09:12.827Z] taggedImages: [2023-08-17T01:09:12.827Z] - nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:09:12.827Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-08-17T01:09:12.827Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.33 [2023-08-17T01:09:12.827Z] - nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [2023-08-17T01:09:12.827Z] - 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-17T01:09:13.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-17T01:09:13.243Z] [2023-08-17T01:09:13.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:09:13.506Z] 554e91adad29: Pull complete [2023-08-17T01:09:13.507Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-17T01:09:13.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-17T01:09:13.507Z] ---> 1e15ea492957 [2023-08-17T01:09:13.507Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-17T01:09:13.548Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-17T01:09:13.548Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-17T01:09:13.548Z] 5eb5b503b376: Pulling fs layer [2023-08-17T01:09:13.548Z] 5c69ac0246d0: Pulling fs layer [2023-08-17T01:09:13.548Z] ec43610c2a17: Pulling fs layer [2023-08-17T01:09:13.548Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-17T01:09:13.548Z] 33b1e0a273af: Pulling fs layer [2023-08-17T01:09:13.548Z] 5d3b04190fa2: Pulling fs layer [2023-08-17T01:09:13.548Z] 2f39f015ded8: Pulling fs layer [2023-08-17T01:09:13.548Z] 2f39f015ded8: Waiting [2023-08-17T01:09:13.548Z] 5d3b04190fa2: Waiting [2023-08-17T01:09:13.548Z] 3a2ae6a8a46f: Waiting [2023-08-17T01:09:13.548Z] 5c69ac0246d0: Verifying Checksum [2023-08-17T01:09:13.548Z] 5c69ac0246d0: Download complete [2023-08-17T01:09:13.548Z] 3a2ae6a8a46f: Download complete [2023-08-17T01:09:13.807Z] 33b1e0a273af: Verifying Checksum [2023-08-17T01:09:13.807Z] 33b1e0a273af: Download complete [2023-08-17T01:09:13.807Z] 5d3b04190fa2: Verifying Checksum [2023-08-17T01:09:13.807Z] 5d3b04190fa2: Download complete [2023-08-17T01:09:13.807Z] ec43610c2a17: Verifying Checksum [2023-08-17T01:09:13.807Z] ec43610c2a17: Download complete [2023-08-17T01:09:14.068Z] 5eb5b503b376: Verifying Checksum [2023-08-17T01:09:14.068Z] 5eb5b503b376: Download complete [2023-08-17T01:09:14.641Z] 2f39f015ded8: Verifying Checksum [2023-08-17T01:09:14.641Z] 2f39f015ded8: Download complete [2023-08-17T01:09:15.208Z] 5eb5b503b376: Pull complete [2023-08-17T01:09:15.471Z] 5c69ac0246d0: Pull complete [2023-08-17T01:09:15.479Z] ---> Running in e47ddb99d41b [2023-08-17T01:09:15.747Z] Removing intermediate container e47ddb99d41b [2023-08-17T01:09:15.748Z] ---> c84fdbdb5fae [2023-08-17T01:09:15.748Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-17T01:09:16.016Z] ---> Running in 1b46a74ee831 [2023-08-17T01:09:16.036Z] ec43610c2a17: Pull complete [2023-08-17T01:09:16.036Z] 3a2ae6a8a46f: Pull complete [2023-08-17T01:09:16.284Z] Removing intermediate container 1b46a74ee831 [2023-08-17T01:09:16.284Z] ---> 35ef6092cdda [2023-08-17T01:09:16.284Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-17T01:09:16.284Z] ---> Running in e3d4a2f2fa71 [2023-08-17T01:09:16.293Z] 33b1e0a273af: Pull complete [2023-08-17T01:09:16.550Z] 5d3b04190fa2: Pull complete [2023-08-17T01:09:16.552Z] Removing intermediate container e3d4a2f2fa71 [2023-08-17T01:09:16.552Z] ---> 98fe01084658 [2023-08-17T01:09:16.552Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-17T01:09:16.820Z] ---> Running in f1977e272755 [2023-08-17T01:09:17.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-17T01:09:18.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-17T01:09:19.782Z] OK: 263 MiB in 53 packages [2023-08-17T01:09:20.375Z] Removing intermediate container f1977e272755 [2023-08-17T01:09:20.375Z] ---> 68abf7000ccc [2023-08-17T01:09:20.375Z] Step 7/12 : WORKDIR /app [2023-08-17T01:09:20.654Z] ---> Running in f06c7a157d06 [2023-08-17T01:09:20.753Z] 2f39f015ded8: Pull complete [2023-08-17T01:09:20.923Z] Removing intermediate container f06c7a157d06 [2023-08-17T01:09:20.923Z] ---> ef0dd350a105 [2023-08-17T01:09:20.923Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-17T01:09:21.025Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-17T01:09:21.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-17T01:09:21.025Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:09:21.113Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:09:21.165Z] $ 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-17T01:09:24.860Z] ---> d502c2d27ea2 [2023-08-17T01:09:24.860Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-17T01:09:24.860Z] ---> Running in 4764802adc5f [2023-08-17T01:09:26.866Z] $ docker top eb5bdd16ba375fa7a0310765a45406d2348b01cd4ebcb2cdf4043f6b894fca5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:09:27.271Z] ---> job-cost.sh [2023-08-17T01:09:27.271Z] lf-activate-venv: SKIPPING [2023-08-17T01:09:27.271Z] INFO: No Stack... [2023-08-17T01:09:27.533Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-17T01:09:27.795Z] INFO: Archiving Costs [Pipeline] sh [2023-08-17T01:09:28.088Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-08-17T01:09:28.088Z] + cut -d, -f6 [Pipeline] lock [2023-08-17T01:09:28.101Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [2023-08-17T01:09:28.108Z] Resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] did not exist. Created. [2023-08-17T01:09:28.108Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-17T01:09:28.417Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-17T01:09:28.446Z] Stashed 1 file(s) [Pipeline] } [2023-08-17T01:09:28.454Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-17T01:09:28.488Z] $ docker stop --time=1 eb5bdd16ba375fa7a0310765a45406d2348b01cd4ebcb2cdf4043f6b894fca5f [2023-08-17T01:09:29.704Z] $ docker rm -f --volumes eb5bdd16ba375fa7a0310765a45406d2348b01cd4ebcb2cdf4043f6b894fca5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-17T01:10:32.984Z] Removing intermediate container 4764802adc5f [2023-08-17T01:10:32.984Z] ---> 2b4ae145f40e [2023-08-17T01:10:32.984Z] Step 10/12 : COPY . . [2023-08-17T01:10:32.984Z] ---> ba744584422c [2023-08-17T01:10:32.984Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-17T01:10:32.984Z] ---> Running in 1c9981a08459 [2023-08-17T01:10:32.984Z] Removing intermediate container 1c9981a08459 [2023-08-17T01:10:32.984Z] ---> 54a15625e9dd [2023-08-17T01:10:32.984Z] Step 12/12 : RUN $MAKE [2023-08-17T01:10:32.984Z] ---> Running in ee1f4e790b33 [2023-08-17T01:10:32.984Z] noop [2023-08-17T01:10:32.984Z] Removing intermediate container ee1f4e790b33 [2023-08-17T01:10:32.984Z] ---> 1df53145de45 [2023-08-17T01:10:32.984Z] Successfully built 1df53145de45 [2023-08-17T01:10:32.984Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:10:33.332Z] + docker inspect -f . ci-base-image-arm64 [2023-08-17T01:10:33.332Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:10:33.617Z] prd-ubuntu20.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container [2023-08-17T01:10:33.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/36 -v /w/workspace/app-record-replay/36:/w/workspace/app-record-replay/36:rw,z -v /w/workspace/app-record-replay/36@tmp:/w/workspace/app-record-replay/36@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-17T01:10:34.863Z] $ docker top 41bafc1c1d5e184af7ec0936b0604b893136a446504fa99a3cad9fb85aa3f309 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-17T01:10:35.663Z] + go version [2023-08-17T01:10:35.663Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-17T01:10:35.688Z] $ docker stop --time=1 41bafc1c1d5e184af7ec0936b0604b893136a446504fa99a3cad9fb85aa3f309 [2023-08-17T01:10:37.266Z] $ docker rm -f --volumes 41bafc1c1d5e184af7ec0936b0604b893136a446504fa99a3cad9fb85aa3f309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:10:37.823Z] + docker inspect -f . ci-base-image-arm64 [2023-08-17T01:10:37.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:10:38.001Z] prd-ubuntu20.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container [2023-08-17T01:10:38.070Z] $ 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/36 -v /w/workspace/app-record-replay/36:/w/workspace/app-record-replay/36:rw,z -v /w/workspace/app-record-replay/36@tmp:/w/workspace/app-record-replay/36@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-17T01:10:39.212Z] $ docker top 7df2bcaa0c441ef07b4d28c2c1da35dfdf7b2b39b682cf37a968d28e4e6b222f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-17T01:10:39.732Z] + git config --global --add safe.directory /w/workspace/app-record-replay/36 [Pipeline] fileExists [Pipeline] sh [2023-08-17T01:10:40.066Z] + make test [2023-08-17T01:10:40.066Z] go test -race -coverprofile=coverage.out ./... [2023-08-17T01:13:31.823Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-08-17T01:13:33.773Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.254s coverage: 88.0% of statements [2023-08-17T01:13:39.126Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-08-17T01:13:39.126Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-08-17T01:13:39.126Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-08-17T01:13:42.461Z] ok github.com/edgexfoundry/app-record-replay/internal/application 8.848s coverage: 98.1% of statements [2023-08-17T01:13:42.461Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.341s coverage: 85.2% of statements [2023-08-17T01:13:43.046Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-17T01:13:43.046Z] go vet ./... [2023-08-17T01:16:05.004Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-17T01:16:05.004Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-17T01:16:05.004Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-17T01:16:05.020Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-17T01:16:05.036Z] $ docker stop --time=1 7df2bcaa0c441ef07b4d28c2c1da35dfdf7b2b39b682cf37a968d28e4e6b222f [2023-08-17T01:16:06.933Z] $ docker rm -f --volumes 7df2bcaa0c441ef07b4d28c2c1da35dfdf7b2b39b682cf37a968d28e4e6b222f [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-17T01:16:08.488Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-17T01:16:08.507Z] Warning: overwriting stash ‘coverage-report’ [2023-08-17T01:16:08.936Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-17T01:16:09.322Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-17T01:16:09.638Z] + ls -al . [2023-08-17T01:16:09.638Z] total 172 [2023-08-17T01:16:09.638Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 01:10 . [2023-08-17T01:16:09.638Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 01:08 .. [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 17 01:08 .dockerignore [2023-08-17T01:16:09.638Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 01:08 .git [2023-08-17T01:16:09.638Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:08 .github [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 164 Aug 17 01:08 .gitignore [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 17 01:08 .golangci.yml [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 10542 Aug 17 01:08 Attribution.txt [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 17 01:08 CHANGELOG.md [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 1616 Aug 17 01:08 Dockerfile [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 17 01:08 GOVERNANCE.md [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 681 Aug 17 01:08 Jenkinsfile [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 17 01:08 LICENSE [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 3139 Aug 17 01:08 Makefile [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 611 Aug 17 01:08 OWNERS.md [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 2363 Aug 17 01:08 README.md [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 4285 Aug 17 01:08 Record and Reply.postman_collection.json [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 17 01:04 VERSION [2023-08-17T01:16:09.638Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:08 bin [2023-08-17T01:16:09.638Z] -rw-r--r-- 1 jenkins jenkins 16515 Aug 17 01:13 coverage.out [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 3656 Aug 17 01:08 go.mod [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 32847 Aug 17 01:08 go.sum [2023-08-17T01:16:09.638Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 17 01:08 internal [2023-08-17T01:16:09.638Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 17 01:08 main.go [2023-08-17T01:16:09.638Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 01:08 pkg [2023-08-17T01:16:09.638Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:08 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:16:09.980Z] + 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=dc2c9616d3277daf9da5caa43fe28e05f10b0847 --label arch=arm64 --label version=3.1.0-dev.33 . [2023-08-17T01:16:09.980Z] Sending build context to Docker daemon 217.1kB [2023-08-17T01:16:10.248Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-17T01:16:10.248Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-17T01:16:10.248Z] ---> 1df53145de45 [2023-08-17T01:16:10.248Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-17T01:16:10.248Z] ---> Running in 9af5c8c3be5a [2023-08-17T01:16:10.516Z] Removing intermediate container 9af5c8c3be5a [2023-08-17T01:16:10.516Z] ---> 942143620d6f [2023-08-17T01:16:10.516Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-17T01:16:10.783Z] ---> Running in 81a18757bc87 [2023-08-17T01:16:11.055Z] Removing intermediate container 81a18757bc87 [2023-08-17T01:16:11.055Z] ---> f09a1ba99941 [2023-08-17T01:16:11.055Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-17T01:16:11.055Z] ---> Running in 4244e52fb8b8 [2023-08-17T01:16:11.328Z] Removing intermediate container 4244e52fb8b8 [2023-08-17T01:16:11.328Z] ---> 78d06116e768 [2023-08-17T01:16:11.328Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-17T01:16:11.328Z] ---> Running in f992b01ac829 [2023-08-17T01:16:12.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-17T01:16:12.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-17T01:16:13.890Z] OK: 263 MiB in 53 packages [2023-08-17T01:16:14.858Z] Removing intermediate container f992b01ac829 [2023-08-17T01:16:14.858Z] ---> e98161d0b83d [2023-08-17T01:16:14.858Z] Step 7/26 : WORKDIR /app [2023-08-17T01:16:14.858Z] ---> Running in cacc33e2eeb3 [2023-08-17T01:16:15.123Z] Removing intermediate container cacc33e2eeb3 [2023-08-17T01:16:15.123Z] ---> 45266bdb4764 [2023-08-17T01:16:15.123Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-17T01:16:15.390Z] ---> 4ffdfbb8c1d4 [2023-08-17T01:16:15.390Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-17T01:16:15.657Z] ---> Running in 980d590841a2 [2023-08-17T01:16:18.333Z] Removing intermediate container 980d590841a2 [2023-08-17T01:16:18.333Z] ---> fcfd28b78da8 [2023-08-17T01:16:18.333Z] Step 10/26 : COPY . . [2023-08-17T01:16:18.333Z] ---> 35370640c2a3 [2023-08-17T01:16:18.333Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-17T01:16:18.333Z] ---> Running in 1933ce4c3475 [2023-08-17T01:16:18.602Z] Removing intermediate container 1933ce4c3475 [2023-08-17T01:16:18.602Z] ---> f94f3886ab19 [2023-08-17T01:16:18.602Z] Step 12/26 : RUN $MAKE [2023-08-17T01:16:18.877Z] ---> Running in c6ba1eb6ba75 [2023-08-17T01:16:19.838Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.33" -trimpath -mod=readonly -o app-record-replay [2023-08-17T01:18:26.612Z] Removing intermediate container c6ba1eb6ba75 [2023-08-17T01:18:26.612Z] ---> c052c5275d67 [2023-08-17T01:18:26.612Z] Step 13/26 : FROM alpine:3.17 [2023-08-17T01:18:26.612Z] 3.17: Pulling from library/alpine [2023-08-17T01:18:26.612Z] 4060ece20d7a: Pulling fs layer [2023-08-17T01:18:26.878Z] 4060ece20d7a: Verifying Checksum [2023-08-17T01:18:26.878Z] 4060ece20d7a: Download complete [2023-08-17T01:18:27.144Z] 4060ece20d7a: Pull complete [2023-08-17T01:18:27.410Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-17T01:18:27.410Z] Status: Downloaded newer image for alpine:3.17 [2023-08-17T01:18:27.410Z] ---> 8650cd65339b [2023-08-17T01:18:27.410Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-17T01:18:27.410Z] ---> Running in d20f6018e18f [2023-08-17T01:18:27.676Z] Removing intermediate container d20f6018e18f [2023-08-17T01:18:27.676Z] ---> 3399285de373 [2023-08-17T01:18:27.676Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-08-17T01:18:27.676Z] ---> Running in 2e2d27e5895d [2023-08-17T01:18:27.945Z] Removing intermediate container 2e2d27e5895d [2023-08-17T01:18:27.945Z] ---> e1626cabc20e [2023-08-17T01:18:27.945Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-17T01:18:27.945Z] ---> Running in 1b8c4aac383a [2023-08-17T01:18:28.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-17T01:18:29.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-17T01:18:30.483Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-17T01:18:30.483Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-17T01:18:30.483Z] Executing busybox-1.35.0-r29.trigger [2023-08-17T01:18:30.483Z] Executing ca-certificates-20230506-r0.trigger [2023-08-17T01:18:30.769Z] OK: 8 MiB in 17 packages [2023-08-17T01:18:32.191Z] Removing intermediate container 1b8c4aac383a [2023-08-17T01:18:32.191Z] ---> 5b314f81b32e [2023-08-17T01:18:32.191Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-17T01:18:32.458Z] ---> b5518637d7e8 [2023-08-17T01:18:32.458Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-17T01:18:33.057Z] ---> 6deb9fbbad0a [2023-08-17T01:18:33.057Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-17T01:18:33.323Z] ---> ceea5f894a6e [2023-08-17T01:18:33.323Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-08-17T01:18:34.746Z] ---> 61790dcc87a9 [2023-08-17T01:18:34.746Z] Step 21/26 : EXPOSE 59712 [2023-08-17T01:18:35.017Z] ---> Running in f6dbaab8fc31 [2023-08-17T01:18:35.017Z] Removing intermediate container f6dbaab8fc31 [2023-08-17T01:18:35.017Z] ---> 02d7a269eaea [2023-08-17T01:18:35.017Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-08-17T01:18:35.291Z] ---> Running in 4076a0a68580 [2023-08-17T01:18:35.560Z] Removing intermediate container 4076a0a68580 [2023-08-17T01:18:35.560Z] ---> 085ce0ce2c6c [2023-08-17T01:18:35.560Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-17T01:18:35.560Z] ---> Running in d3ba87739aea [2023-08-17T01:18:35.832Z] Removing intermediate container d3ba87739aea [2023-08-17T01:18:35.832Z] ---> 46f0839dbf22 [2023-08-17T01:18:35.832Z] Step 24/26 : LABEL arch=arm64 [2023-08-17T01:18:35.832Z] ---> Running in 9b0be69f964d [2023-08-17T01:18:36.103Z] Removing intermediate container 9b0be69f964d [2023-08-17T01:18:36.103Z] ---> 6a04093c9a72 [2023-08-17T01:18:36.103Z] Step 25/26 : LABEL git_sha=dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:18:36.103Z] ---> Running in 3c5cd764ab56 [2023-08-17T01:18:36.717Z] Removing intermediate container 3c5cd764ab56 [2023-08-17T01:18:36.717Z] ---> 7484086e0658 [2023-08-17T01:18:36.717Z] Step 26/26 : LABEL version=3.1.0-dev.33 [2023-08-17T01:18:36.717Z] ---> Running in 19de75850ea2 [2023-08-17T01:18:36.987Z] Removing intermediate container 19de75850ea2 [2023-08-17T01:18:36.987Z] ---> 246d9e99c94c [2023-08-17T01:18:36.987Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-17T01:18:36.987Z] Successfully built 246d9e99c94c [2023-08-17T01:18:36.987Z] 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-17T01:18:37.182Z] provisioning config files... [2023-08-17T01:18:37.206Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/36@tmp/config2256160481461635321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:18:37.682Z] ---> docker-login.sh [2023-08-17T01:18:37.682Z] nexus3.edgexfoundry.org:10001 [2023-08-17T01:18:37.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:18:37.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:18:37.955Z] Configure a credential helper to remove this warning. See [2023-08-17T01:18:37.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:18:37.955Z] [2023-08-17T01:18:37.955Z] Login Succeeded [2023-08-17T01:18:37.955Z] nexus3.edgexfoundry.org:10002 [2023-08-17T01:18:38.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:18:38.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:18:38.501Z] Configure a credential helper to remove this warning. See [2023-08-17T01:18:38.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:18:38.501Z] [2023-08-17T01:18:38.501Z] Login Succeeded [2023-08-17T01:18:38.501Z] nexus3.edgexfoundry.org:10003 [2023-08-17T01:18:38.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:18:38.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:18:38.777Z] Configure a credential helper to remove this warning. See [2023-08-17T01:18:38.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:18:38.777Z] [2023-08-17T01:18:38.777Z] Login Succeeded [2023-08-17T01:18:38.777Z] nexus3.edgexfoundry.org:10004 [2023-08-17T01:18:39.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:18:39.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:18:39.358Z] Configure a credential helper to remove this warning. See [2023-08-17T01:18:39.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:18:39.358Z] [2023-08-17T01:18:39.358Z] Login Succeeded [2023-08-17T01:18:39.358Z] docker.io [2023-08-17T01:18:39.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-17T01:18:39.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-17T01:18:39.631Z] Configure a credential helper to remove this warning. See [2023-08-17T01:18:39.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-17T01:18:39.631Z] [2023-08-17T01:18:39.631Z] Login Succeeded [2023-08-17T01:18:39.906Z] ---> docker-login.sh ends [Pipeline] } [2023-08-17T01:18:39.927Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-17T01:18:39.959Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-17T01:18:39.994Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-08-17T01:18:39.994Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:18:39.994Z] latest [2023-08-17T01:18:39.994Z] 3.1.0-dev.33 [2023-08-17T01:18:39.994Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [2023-08-17T01:18:39.994Z] main [2023-08-17T01:18:39.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:40.372Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:40.734Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:18:40.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-17T01:18:40.734Z] 712f83eb8ea1: Preparing [2023-08-17T01:18:40.734Z] a959c14fe1e5: Preparing [2023-08-17T01:18:40.734Z] 0ded5a226b35: Preparing [2023-08-17T01:18:40.734Z] 30e6067fd401: Preparing [2023-08-17T01:18:40.734Z] 3c4a5146d364: Preparing [2023-08-17T01:18:40.734Z] d2d9d24a8c2a: Preparing [2023-08-17T01:18:40.734Z] d2d9d24a8c2a: Waiting [2023-08-17T01:18:41.321Z] 30e6067fd401: Pushed [2023-08-17T01:18:41.321Z] d2d9d24a8c2a: Layer already exists [2023-08-17T01:18:41.709Z] a959c14fe1e5: Pushed [2023-08-17T01:18:41.709Z] 3c4a5146d364: Pushed [2023-08-17T01:18:41.980Z] 0ded5a226b35: Pushed [2023-08-17T01:18:47.315Z] 712f83eb8ea1: Pushed [2023-08-17T01:18:47.580Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:47.924Z] + 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-17T01:18:48.271Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-17T01:18:48.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-17T01:18:48.271Z] 712f83eb8ea1: Preparing [2023-08-17T01:18:48.271Z] a959c14fe1e5: Preparing [2023-08-17T01:18:48.271Z] 0ded5a226b35: Preparing [2023-08-17T01:18:48.271Z] 30e6067fd401: Preparing [2023-08-17T01:18:48.271Z] 3c4a5146d364: Preparing [2023-08-17T01:18:48.271Z] d2d9d24a8c2a: Preparing [2023-08-17T01:18:48.271Z] d2d9d24a8c2a: Waiting [2023-08-17T01:18:48.271Z] 3c4a5146d364: Layer already exists [2023-08-17T01:18:48.271Z] a959c14fe1e5: Layer already exists [2023-08-17T01:18:48.271Z] 30e6067fd401: Layer already exists [2023-08-17T01:18:48.271Z] 0ded5a226b35: Layer already exists [2023-08-17T01:18:48.271Z] 712f83eb8ea1: Layer already exists [2023-08-17T01:18:48.271Z] d2d9d24a8c2a: Layer already exists [2023-08-17T01:18:48.534Z] latest: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:48.882Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:49.227Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.33 [2023-08-17T01:18:49.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-17T01:18:49.227Z] 712f83eb8ea1: Preparing [2023-08-17T01:18:49.227Z] a959c14fe1e5: Preparing [2023-08-17T01:18:49.227Z] 0ded5a226b35: Preparing [2023-08-17T01:18:49.227Z] 30e6067fd401: Preparing [2023-08-17T01:18:49.227Z] 3c4a5146d364: Preparing [2023-08-17T01:18:49.227Z] d2d9d24a8c2a: Preparing [2023-08-17T01:18:49.227Z] d2d9d24a8c2a: Waiting [2023-08-17T01:18:49.227Z] a959c14fe1e5: Layer already exists [2023-08-17T01:18:49.227Z] 712f83eb8ea1: Layer already exists [2023-08-17T01:18:49.227Z] 3c4a5146d364: Layer already exists [2023-08-17T01:18:49.227Z] 30e6067fd401: Layer already exists [2023-08-17T01:18:49.227Z] 0ded5a226b35: Layer already exists [2023-08-17T01:18:49.227Z] d2d9d24a8c2a: Layer already exists [2023-08-17T01:18:49.492Z] 3.1.0-dev.33: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:49.845Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:50.197Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [2023-08-17T01:18:50.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-17T01:18:50.197Z] 712f83eb8ea1: Preparing [2023-08-17T01:18:50.197Z] a959c14fe1e5: Preparing [2023-08-17T01:18:50.197Z] 0ded5a226b35: Preparing [2023-08-17T01:18:50.197Z] 30e6067fd401: Preparing [2023-08-17T01:18:50.197Z] 3c4a5146d364: Preparing [2023-08-17T01:18:50.197Z] d2d9d24a8c2a: Preparing [2023-08-17T01:18:50.197Z] d2d9d24a8c2a: Waiting [2023-08-17T01:18:50.197Z] 712f83eb8ea1: Layer already exists [2023-08-17T01:18:50.197Z] 30e6067fd401: Layer already exists [2023-08-17T01:18:50.197Z] 3c4a5146d364: Layer already exists [2023-08-17T01:18:50.197Z] a959c14fe1e5: Layer already exists [2023-08-17T01:18:50.197Z] 0ded5a226b35: Layer already exists [2023-08-17T01:18:50.197Z] d2d9d24a8c2a: Layer already exists [2023-08-17T01:18:50.464Z] dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:50.822Z] + 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-17T01:18:51.284Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-08-17T01:18:51.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-08-17T01:18:51.284Z] 712f83eb8ea1: Preparing [2023-08-17T01:18:51.284Z] a959c14fe1e5: Preparing [2023-08-17T01:18:51.284Z] 0ded5a226b35: Preparing [2023-08-17T01:18:51.284Z] 30e6067fd401: Preparing [2023-08-17T01:18:51.284Z] 3c4a5146d364: Preparing [2023-08-17T01:18:51.284Z] d2d9d24a8c2a: Preparing [2023-08-17T01:18:51.284Z] d2d9d24a8c2a: Waiting [2023-08-17T01:18:51.284Z] 30e6067fd401: Layer already exists [2023-08-17T01:18:51.284Z] a959c14fe1e5: Layer already exists [2023-08-17T01:18:51.284Z] 0ded5a226b35: Layer already exists [2023-08-17T01:18:51.284Z] 712f83eb8ea1: Layer already exists [2023-08-17T01:18:51.284Z] 3c4a5146d364: Layer already exists [2023-08-17T01:18:51.549Z] d2d9d24a8c2a: Layer already exists [2023-08-17T01:18:51.814Z] main: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-17T01:18:51.880Z] ===================================================== [Pipeline] echo [2023-08-17T01:18:51.894Z] taggedImages: [2023-08-17T01:18:51.894Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [2023-08-17T01:18:51.894Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-08-17T01:18:51.894Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.33 [2023-08-17T01:18:51.894Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [2023-08-17T01:18:51.894Z] - 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-17T01:18:52.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-17T01:18:52.289Z] [2023-08-17T01:18:52.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:18:52.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-17T01:18:52.884Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-17T01:18:52.884Z] 8998bd30e6a1: Pulling fs layer [2023-08-17T01:18:52.884Z] 04944245beec: Pulling fs layer [2023-08-17T01:18:52.884Z] 699f458cf7ca: Pulling fs layer [2023-08-17T01:18:52.884Z] 765212b225bb: Pulling fs layer [2023-08-17T01:18:52.884Z] f23df028b6ca: Pulling fs layer [2023-08-17T01:18:52.884Z] d65c8cfc05b1: Pulling fs layer [2023-08-17T01:18:52.884Z] 2437ff75d9bd: Pulling fs layer [2023-08-17T01:18:52.884Z] 765212b225bb: Waiting [2023-08-17T01:18:52.884Z] f23df028b6ca: Waiting [2023-08-17T01:18:52.884Z] d65c8cfc05b1: Waiting [2023-08-17T01:18:52.884Z] 2437ff75d9bd: Waiting [2023-08-17T01:18:52.884Z] 04944245beec: Verifying Checksum [2023-08-17T01:18:52.884Z] 04944245beec: Download complete [2023-08-17T01:18:52.884Z] 765212b225bb: Verifying Checksum [2023-08-17T01:18:52.884Z] 765212b225bb: Download complete [2023-08-17T01:18:53.153Z] f23df028b6ca: Download complete [2023-08-17T01:18:53.421Z] 699f458cf7ca: Verifying Checksum [2023-08-17T01:18:53.421Z] 699f458cf7ca: Download complete [2023-08-17T01:18:53.421Z] 8998bd30e6a1: Verifying Checksum [2023-08-17T01:18:53.421Z] 8998bd30e6a1: Download complete [2023-08-17T01:18:56.026Z] 2437ff75d9bd: Verifying Checksum [2023-08-17T01:18:56.026Z] 2437ff75d9bd: Download complete [2023-08-17T01:18:57.453Z] 8998bd30e6a1: Pull complete [2023-08-17T01:18:57.718Z] 04944245beec: Pull complete [2023-08-17T01:18:59.128Z] 699f458cf7ca: Pull complete [2023-08-17T01:18:59.128Z] 765212b225bb: Pull complete [2023-08-17T01:19:00.088Z] f23df028b6ca: Pull complete [2023-08-17T01:19:00.088Z] d65c8cfc05b1: Pull complete [2023-08-17T01:19:15.290Z] 2437ff75d9bd: Pull complete [2023-08-17T01:19:15.290Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-17T01:19:15.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-17T01:19:15.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:19:15.575Z] prd-ubuntu20.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container [2023-08-17T01:19:15.648Z] $ 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/36 -v /w/workspace/app-record-replay/36:/w/workspace/app-record-replay/36:rw,z -v /w/workspace/app-record-replay/36@tmp:/w/workspace/app-record-replay/36@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-17T01:19:20.379Z] $ docker top 5b6370212a1942cd127a04cadc286342a41e9aff4cde1d7de36bf3446da5b099 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:19:20.908Z] ---> job-cost.sh [2023-08-17T01:19:21.174Z] lf-activate-venv: SKIPPING [2023-08-17T01:19:21.174Z] INFO: No Stack... [2023-08-17T01:19:21.444Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-17T01:19:22.403Z] INFO: Archiving Costs [Pipeline] sh [2023-08-17T01:19:23.029Z] + + cutcat -d, /w/workspace/app-record-replay/36/archives/cost.csv -f6 [2023-08-17T01:19:23.029Z] [Pipeline] lock [2023-08-17T01:19:23.085Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [2023-08-17T01:19:23.092Z] Resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] did not exist. Created. [2023-08-17T01:19:23.092Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-17T01:19:23.432Z] /w/workspace/app-record-replay/36@tmp/durable-8c31eb90/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-17T01:19:24.022Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-17T01:19:24.039Z] Warning: overwriting stash ‘stack-cost’ [2023-08-17T01:19:24.082Z] Stashed 1 file(s) [Pipeline] } [2023-08-17T01:19:24.089Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-17T01:19:24.109Z] $ docker stop --time=1 5b6370212a1942cd127a04cadc286342a41e9aff4cde1d7de36bf3446da5b099 [2023-08-17T01:19:25.557Z] $ docker rm -f --volumes 5b6370212a1942cd127a04cadc286342a41e9aff4cde1d7de36bf3446da5b099 [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-17T01:19:25.975Z] provisioning config files... [2023-08-17T01:19:25.979Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #36 [2023-08-17T01:19:25.981Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config774768804321378495tmp [Pipeline] { [Pipeline] sh [2023-08-17T01:19:26.275Z] + set +x [2023-08-17T01:19:26.275Z] + curl -s https://codecov.io/bash [2023-08-17T01:19:26.275Z] + bash -s -- [2023-08-17T01:19:26.275Z] [2023-08-17T01:19:26.275Z] _____ _ [2023-08-17T01:19:26.275Z] / ____| | | [2023-08-17T01:19:26.275Z] | | ___ __| | ___ ___ _____ __ [2023-08-17T01:19:26.275Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-17T01:19:26.275Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-17T01:19:26.275Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-17T01:19:26.275Z] Bash-1.0.6 [2023-08-17T01:19:26.275Z] [2023-08-17T01:19:26.275Z] [2023-08-17T01:19:26.275Z] ==> git version 2.25.1 found [2023-08-17T01:19:26.275Z] ==> 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-17T01:19:26.275Z] Release-Date: 2020-01-08 [2023-08-17T01:19:26.275Z] 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-17T01:19:26.275Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-17T01:19:26.275Z] ==> Jenkins CI detected. [2023-08-17T01:19:26.275Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-08-17T01:19:26.275Z] project root: . [2023-08-17T01:19:26.275Z] --> token set from env [2023-08-17T01:19:26.275Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-17T01:19:26.275Z] ==> Running gcov in . (disable via -X gcov) [2023-08-17T01:19:26.275Z] ==> Python coveragepy not found [2023-08-17T01:19:26.275Z] ==> Searching for coverage reports in: [2023-08-17T01:19:26.275Z] + . [2023-08-17T01:19:26.275Z] -> Found 1 reports [2023-08-17T01:19:26.275Z] ==> Detecting git/mercurial file structure [2023-08-17T01:19:26.275Z] ==> Reading reports [2023-08-17T01:19:26.275Z] + ./coverage.out bytes=16515 [2023-08-17T01:19:26.275Z] ==> Appending adjustments [2023-08-17T01:19:26.275Z] https://docs.codecov.io/docs/fixing-reports [2023-08-17T01:19:26.535Z] + Found adjustments [2023-08-17T01:19:26.535Z] ==> Gzipping contents [2023-08-17T01:19:26.535Z] 4.0K /tmp/codecov.kzeXT2.gz [2023-08-17T01:19:26.535Z] ==> Uploading reports [2023-08-17T01:19:26.535Z] url: https://codecov.io [2023-08-17T01:19:26.535Z] query: branch=main&commit=dc2c9616d3277daf9da5caa43fe28e05f10b0847&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F36%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-17T01:19:26.535Z] -> Pinging Codecov [2023-08-17T01:19:26.535Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=dc2c9616d3277daf9da5caa43fe28e05f10b0847&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F36%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-17T01:19:26.535Z] Invalid request parameters [2023-08-17T01:19:26.535Z] 400 [Pipeline] } [2023-08-17T01:19:26.542Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-17T01:19:26.787Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-17T01:19:26.797Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:19:27.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-17T01:19:27.094Z] [2023-08-17T01:19:27.094Z] 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-17T01:19:27.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-17T01:19:27.648Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-17T01:19:27.648Z] df9b9388f04a: Pulling fs layer [2023-08-17T01:19:27.648Z] 52dc419b0ee2: Pulling fs layer [2023-08-17T01:19:27.648Z] 25bc292e5bac: Pulling fs layer [2023-08-17T01:19:27.648Z] 114826534d7a: Pulling fs layer [2023-08-17T01:19:27.648Z] 4657fd5d0bcf: Pulling fs layer [2023-08-17T01:19:27.648Z] 6ad1cebc031e: Pulling fs layer [2023-08-17T01:19:27.648Z] 8a3aa393b2d8: Pulling fs layer [2023-08-17T01:19:27.648Z] 6ad1cebc031e: Waiting [2023-08-17T01:19:27.648Z] 8a3aa393b2d8: Waiting [2023-08-17T01:19:27.648Z] 114826534d7a: Waiting [2023-08-17T01:19:27.648Z] 25bc292e5bac: Download complete [2023-08-17T01:19:27.648Z] 52dc419b0ee2: Verifying Checksum [2023-08-17T01:19:27.648Z] 52dc419b0ee2: Download complete [2023-08-17T01:19:27.648Z] df9b9388f04a: Verifying Checksum [2023-08-17T01:19:27.648Z] df9b9388f04a: Download complete [2023-08-17T01:19:27.648Z] 4657fd5d0bcf: Verifying Checksum [2023-08-17T01:19:27.648Z] 4657fd5d0bcf: Download complete [2023-08-17T01:19:27.907Z] 6ad1cebc031e: Verifying Checksum [2023-08-17T01:19:27.907Z] 6ad1cebc031e: Download complete [2023-08-17T01:19:27.907Z] df9b9388f04a: Pull complete [2023-08-17T01:19:28.169Z] 52dc419b0ee2: Pull complete [2023-08-17T01:19:28.169Z] 25bc292e5bac: Pull complete [2023-08-17T01:19:28.428Z] 114826534d7a: Download complete [2023-08-17T01:19:29.002Z] 8a3aa393b2d8: Verifying Checksum [2023-08-17T01:19:29.002Z] 8a3aa393b2d8: Download complete [2023-08-17T01:19:32.288Z] 114826534d7a: Pull complete [2023-08-17T01:19:32.547Z] 4657fd5d0bcf: Pull complete [2023-08-17T01:19:33.111Z] 6ad1cebc031e: Pull complete [2023-08-17T01:19:36.396Z] 8a3aa393b2d8: Pull complete [2023-08-17T01:19:36.396Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-17T01:19:36.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-17T01:19:36.396Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:19:36.483Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:19:36.537Z] $ 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-17T01:19:43.615Z] $ docker top 8aca8b1b61daaca827a49d3118ad1e76e15b9eeedacd522612cb1bee344a8ffc -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-17T01:19:43.653Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-08-17T01:19:43.928Z] + set -o pipefail [2023-08-17T01:19:43.928Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-08-17T01:19:49.206Z] [2023-08-17T01:19:49.206Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-08-17T01:19:49.206Z] [2023-08-17T01:19:49.206Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e8f54cb2-c865-483c-846e-38782db339dd [2023-08-17T01:19:49.206Z] [2023-08-17T01:19:49.206Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-17T01:19:49.206Z] [2023-08-17T01:19:49.206Z] [2023-08-17T01:19:49.206Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-17T01:19:49.206Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-17T01:19:49.206Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-17T01:19:49.243Z] $ docker stop --time=1 8aca8b1b61daaca827a49d3118ad1e76e15b9eeedacd522612cb1bee344a8ffc [2023-08-17T01:19:54.901Z] $ docker rm -f --volumes 8aca8b1b61daaca827a49d3118ad1e76e15b9eeedacd522612cb1bee344a8ffc [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-17T01:19:55.725Z] + git log --format=format:%s -1 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] sh [2023-08-17T01:19:56.034Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-17T01:19:56.034Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:19:56.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-17T01:19:56.346Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:19:56.437Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:19:56.499Z] $ 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-17T01:19:57.349Z] $ docker top 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-17T01:19:57.407Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-17T01:19:57.407Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-17T01:19:57.522Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-17T01:19:57.551Z] $ docker exec 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 ssh-agent [2023-08-17T01:19:57.636Z] SSH_AUTH_SOCK=/tmp/ssh-LJiswXhybFiw/agent.32 [2023-08-17T01:19:57.636Z] SSH_AGENT_PID=38 [2023-08-17T01:19:57.641Z] Running ssh-add (command line suppressed) [2023-08-17T01:19:57.777Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15378796867146960263.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15378796867146960263.key) [2023-08-17T01:19:57.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-17T01:19:58.054Z] + git semver tag [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,387 [run_tag] DEBUG tag force:False [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,388 [check_head_tag] DEBUG check head tag [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,388 [execute] INFO git cat-file --batch-check [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,389 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,393 [execute] INFO git cat-file --batch [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,393 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,405 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,405 [execute] INFO git tag -a v3.1.0-dev.33 -m v3.1.0-dev.33 [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,405 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.33', '-m', 'v3.1.0-dev.33'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-08-17T01:19:58.621Z] 2023-08-17 01:19:58,410 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:19:58.621Z] 3.1.0-dev.33 [Pipeline] } [2023-08-17T01:19:58.655Z] $ docker exec --env ******** --env ******** 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 ssh-agent -k [2023-08-17T01:19:58.747Z] unset SSH_AUTH_SOCK; [2023-08-17T01:19:58.748Z] unset SSH_AGENT_PID; [2023-08-17T01:19:58.748Z] echo Agent pid 38 killed; [2023-08-17T01:19:58.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-17T01:19:59.037Z] + git semver [Pipeline] } [2023-08-17T01:19:59.640Z] $ docker stop --time=1 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 [2023-08-17T01:20:01.203Z] $ docker rm -f --volumes 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:20:01.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-17T01:20:01.566Z] [2023-08-17T01:20:01.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:20:01.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-17T01:20:02.143Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-17T01:20:02.143Z] ab5ef0e58194: Pulling fs layer [2023-08-17T01:20:02.143Z] 9712f1f96733: Pulling fs layer [2023-08-17T01:20:02.143Z] 63f879dbbcfc: Pulling fs layer [2023-08-17T01:20:02.143Z] 0d9ebad4ef96: Pulling fs layer [2023-08-17T01:20:02.143Z] e9a5061849ea: Pulling fs layer [2023-08-17T01:20:02.143Z] d747dcd14b5f: Pulling fs layer [2023-08-17T01:20:02.143Z] 2de7ff778b66: Pulling fs layer [2023-08-17T01:20:02.143Z] e9a5061849ea: Waiting [2023-08-17T01:20:02.143Z] 2de7ff778b66: Waiting [2023-08-17T01:20:02.143Z] d747dcd14b5f: Waiting [2023-08-17T01:20:02.143Z] 0d9ebad4ef96: Waiting [2023-08-17T01:20:02.143Z] 9712f1f96733: Verifying Checksum [2023-08-17T01:20:02.143Z] 9712f1f96733: Download complete [2023-08-17T01:20:02.405Z] 63f879dbbcfc: Verifying Checksum [2023-08-17T01:20:02.405Z] 63f879dbbcfc: Download complete [2023-08-17T01:20:02.664Z] ab5ef0e58194: Download complete [2023-08-17T01:20:02.664Z] 0d9ebad4ef96: Verifying Checksum [2023-08-17T01:20:02.664Z] 0d9ebad4ef96: Download complete [2023-08-17T01:20:02.664Z] d747dcd14b5f: Download complete [2023-08-17T01:20:02.665Z] e9a5061849ea: Verifying Checksum [2023-08-17T01:20:02.923Z] 2de7ff778b66: Verifying Checksum [2023-08-17T01:20:02.923Z] 2de7ff778b66: Download complete [2023-08-17T01:20:05.565Z] ab5ef0e58194: Pull complete [2023-08-17T01:20:05.565Z] 9712f1f96733: Pull complete [2023-08-17T01:20:06.499Z] 63f879dbbcfc: Pull complete [2023-08-17T01:20:10.783Z] 0d9ebad4ef96: Pull complete [2023-08-17T01:20:10.783Z] e9a5061849ea: Pull complete [2023-08-17T01:20:11.045Z] d747dcd14b5f: Pull complete [2023-08-17T01:20:11.989Z] 2de7ff778b66: Pull complete [2023-08-17T01:20:12.249Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-17T01:20:12.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-17T01:20:12.249Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:20:12.345Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:20:12.403Z] $ 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-17T01:20:21.091Z] $ docker top 3f87a5088b648ebd429e57a6ab5374087330f09b3b4d9aaaeadd09b98cba848b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-17T01:20:21.135Z] provisioning config files... [2023-08-17T01:20:21.145Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13915086987881307553tmp [2023-08-17T01:20:21.154Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config16342233102726940713tmp [2023-08-17T01:20:21.162Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1547209222193012585tmp [Pipeline] { [Pipeline] echo [2023-08-17T01:20:21.178Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:21.461Z] ---> sigul-configuration.sh [2023-08-17T01:20:21.461Z] gpg: directory `/root/.gnupg' created [2023-08-17T01:20:21.461Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-17T01:20:21.461Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-17T01:20:21.461Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-17T01:20:21.461Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-17T01:20:21.461Z] gpg: CAST5 encrypted data [2023-08-17T01:20:21.461Z] gpg: encrypted with 1 passphrase [2023-08-17T01:20:21.461Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-17T01:20:21.748Z] + mkdir /home/jenkins [2023-08-17T01:20:21.748Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-17T01:20:22.042Z] + 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-17T01:20:22.049Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:22.331Z] ---> sigul-install.sh [2023-08-17T01:20:22.331Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-17T01:20:22.644Z] + git tag --list [2023-08-17T01:20:22.644Z] v3.1.0-dev.0 [2023-08-17T01:20:22.644Z] v3.1.0-dev.1 [2023-08-17T01:20:22.644Z] v3.1.0-dev.10 [2023-08-17T01:20:22.644Z] v3.1.0-dev.11 [2023-08-17T01:20:22.644Z] v3.1.0-dev.12 [2023-08-17T01:20:22.644Z] v3.1.0-dev.13 [2023-08-17T01:20:22.644Z] v3.1.0-dev.14 [2023-08-17T01:20:22.644Z] v3.1.0-dev.15 [2023-08-17T01:20:22.644Z] v3.1.0-dev.16 [2023-08-17T01:20:22.644Z] v3.1.0-dev.17 [2023-08-17T01:20:22.644Z] v3.1.0-dev.18 [2023-08-17T01:20:22.644Z] v3.1.0-dev.19 [2023-08-17T01:20:22.644Z] v3.1.0-dev.2 [2023-08-17T01:20:22.644Z] v3.1.0-dev.20 [2023-08-17T01:20:22.644Z] v3.1.0-dev.21 [2023-08-17T01:20:22.644Z] v3.1.0-dev.22 [2023-08-17T01:20:22.644Z] v3.1.0-dev.23 [2023-08-17T01:20:22.644Z] v3.1.0-dev.24 [2023-08-17T01:20:22.644Z] v3.1.0-dev.25 [2023-08-17T01:20:22.644Z] v3.1.0-dev.26 [2023-08-17T01:20:22.644Z] v3.1.0-dev.27 [2023-08-17T01:20:22.644Z] v3.1.0-dev.28 [2023-08-17T01:20:22.644Z] v3.1.0-dev.29 [2023-08-17T01:20:22.644Z] v3.1.0-dev.3 [2023-08-17T01:20:22.644Z] v3.1.0-dev.30 [2023-08-17T01:20:22.644Z] v3.1.0-dev.31 [2023-08-17T01:20:22.644Z] v3.1.0-dev.32 [2023-08-17T01:20:22.644Z] v3.1.0-dev.33 [2023-08-17T01:20:22.644Z] v3.1.0-dev.4 [2023-08-17T01:20:22.644Z] v3.1.0-dev.5 [2023-08-17T01:20:22.644Z] v3.1.0-dev.6 [2023-08-17T01:20:22.644Z] v3.1.0-dev.7 [2023-08-17T01:20:22.644Z] v3.1.0-dev.8 [2023-08-17T01:20:22.644Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-17T01:20:22.932Z] + lftools sign git-tag v3.1.0-dev.33 [2023-08-17T01:20:23.866Z] Signing Git tag with Sigul... [2023-08-17T01:20:23.866Z] Signing v3.1.0-dev.33 [Pipeline] echo [2023-08-17T01:20:24.130Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:24.414Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-17T01:20:24.421Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-17T01:20:24.469Z] $ docker stop --time=1 3f87a5088b648ebd429e57a6ab5374087330f09b3b4d9aaaeadd09b98cba848b [2023-08-17T01:20:26.008Z] $ docker rm -f --volumes 3f87a5088b648ebd429e57a6ab5374087330f09b3b4d9aaaeadd09b98cba848b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-17T01:20:26.418Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-17T01:20:26.418Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:20:26.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-17T01:20:26.721Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:20:26.788Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:20:26.860Z] $ 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-17T01:20:27.247Z] $ docker top 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 -eo pid,comm [2023-08-17T01:20:27.274Z] 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-17T01:20:27.274Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-17T01:20:27.319Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-17T01:20:27.320Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-17T01:20:27.440Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-17T01:20:27.468Z] $ docker exec 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 ssh-agent [2023-08-17T01:20:27.547Z] SSH_AUTH_SOCK=/tmp/ssh-eRlBf3J0SDV2/agent.32 [2023-08-17T01:20:27.547Z] SSH_AGENT_PID=38 [2023-08-17T01:20:27.553Z] Running ssh-add (command line suppressed) [2023-08-17T01:20:27.677Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10277648962544039275.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10277648962544039275.key) [2023-08-17T01:20:27.667Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-17T01:20:28.086Z] + git semver bump pre [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,448 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,448 [bump_version] DEBUG bumping version:3.1.0-dev.33 on axis:pre with prefix:dev [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,448 [bump_version] DEBUG bumped version:3.1.0-dev.34 [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,448 [write_version] DEBUG write version:3.1.0-dev.34 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,448 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,448 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,451 [execute] INFO git cat-file --batch-check [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,451 [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-17T01:20:28.691Z] 2023-08-17 01:20:28,458 [execute] INFO git cat-file --batch [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,459 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-17T01:20:28.691Z] 2023-08-17 01:20:28,464 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:20:28.691Z] 3.1.0-dev.34 [Pipeline] } [2023-08-17T01:20:28.770Z] $ docker exec --env ******** --env ******** 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 ssh-agent -k [2023-08-17T01:20:28.864Z] unset SSH_AUTH_SOCK; [2023-08-17T01:20:28.864Z] unset SSH_AGENT_PID; [2023-08-17T01:20:28.864Z] echo Agent pid 38 killed; [2023-08-17T01:20:28.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-17T01:20:29.174Z] + git semver [Pipeline] } [2023-08-17T01:20:29.471Z] $ docker stop --time=1 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 [2023-08-17T01:20:30.918Z] $ docker rm -f --volumes 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-17T01:20:31.263Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-17T01:20:31.263Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:20:31.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-17T01:20:31.580Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:20:31.668Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:20:31.729Z] $ 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-17T01:20:32.326Z] $ docker top 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a -eo pid,comm [2023-08-17T01:20:32.355Z] 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-17T01:20:32.355Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-17T01:20:32.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-17T01:20:32.391Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-17T01:20:32.498Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-17T01:20:32.544Z] $ docker exec 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a ssh-agent [2023-08-17T01:20:32.615Z] SSH_AUTH_SOCK=/tmp/ssh-7FPG4yYecse1/agent.32 [2023-08-17T01:20:32.615Z] SSH_AGENT_PID=38 [2023-08-17T01:20:32.620Z] Running ssh-add (command line suppressed) [2023-08-17T01:20:32.740Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5340564983327182599.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5340564983327182599.key) [2023-08-17T01:20:32.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-17T01:20:33.014Z] + git semver push [2023-08-17T01:20:33.308Z] 2023-08-17 01:20:33,329 [run_push] DEBUG push [2023-08-17T01:20:33.308Z] 2023-08-17 01:20:33,330 [execute] INFO git cat-file --batch-check [2023-08-17T01:20:33.308Z] 2023-08-17 01:20:33,330 [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-17T01:20:33.566Z] 2023-08-17 01:20:33,337 [execute] INFO git rev-list 290a91d55953ece464034c450d59fe369a4473da -- [2023-08-17T01:20:33.566Z] 2023-08-17 01:20:33,338 [execute] DEBUG Popen(['git', 'rev-list', '290a91d55953ece464034c450d59fe369a4473da', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-17T01:20:33.566Z] 2023-08-17 01:20:33,344 [execute] INFO git fetch -v origin [2023-08-17T01:20:33.566Z] 2023-08-17 01:20:33,345 [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-17T01:20:33.825Z] 2023-08-17 01:20:33,803 [run_push] DEBUG no remote changes detected [2023-08-17T01:20:33.825Z] 2023-08-17 01:20:33,803 [execute] INFO git push origin semver [2023-08-17T01:20:33.825Z] 2023-08-17 01:20:33,803 [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-17T01:20:34.767Z] 2023-08-17 01:20:34,591 [run_push] DEBUG push all version tags [2023-08-17T01:20:34.767Z] 2023-08-17 01:20:34,591 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-17T01:20:34.767Z] 2023-08-17 01:20:34,591 [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-17T01:20:35.332Z] 2023-08-17 01:20:35,252 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-08-17T01:20:35.332Z] 3.1.0-dev.34 [Pipeline] } [2023-08-17T01:20:35.364Z] $ docker exec --env ******** --env ******** 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a ssh-agent -k [2023-08-17T01:20:35.473Z] unset SSH_AUTH_SOCK; [2023-08-17T01:20:35.476Z] unset SSH_AGENT_PID; [2023-08-17T01:20:35.476Z] echo Agent pid 38 killed; [2023-08-17T01:20:35.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-17T01:20:35.795Z] + git semver [Pipeline] } [2023-08-17T01:20:36.400Z] $ docker stop --time=1 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a [2023-08-17T01:20:37.803Z] $ docker rm -f --volumes 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a [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-17T01:20:38.432Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-08-17T01:20:38.432Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-17T01:20:38.432Z] total 16 [2023-08-17T01:20:38.432Z] drwxr-xr-x 3 root root 4096 Aug 17 01:09 . [2023-08-17T01:20:38.432Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 01:20 .. [2023-08-17T01:20:38.432Z] drwxr-xr-x 2 root root 4096 Aug 17 01:09 cost [2023-08-17T01:20:38.432Z] -rw-r--r-- 1 root root 88 Aug 17 01:09 cost.csv [2023-08-17T01:20:38.432Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-17T01:20:38.432Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-08-17T01:20:38.432Z] total 16 [2023-08-17T01:20:38.432Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 17 01:09 . [2023-08-17T01:20:38.432Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 01:20 .. [2023-08-17T01:20:38.432Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 17 01:09 cost [2023-08-17T01:20:38.432Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 17 01:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:38.723Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:39.608Z] ---> package-listing.sh [2023-08-17T01:20:39.608Z] ++ facter osfamily [2023-08-17T01:20:39.608Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-17T01:20:39.910Z] + OS_FAMILY=debian [2023-08-17T01:20:39.910Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-08-17T01:20:39.910Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-17T01:20:39.910Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-17T01:20:39.910Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-17T01:20:39.910Z] + PACKAGES=/tmp/packages_start.txt [2023-08-17T01:20:39.910Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-17T01:20:39.910Z] + PACKAGES=/tmp/packages_end.txt [2023-08-17T01:20:39.910Z] + case "${OS_FAMILY}" in [2023-08-17T01:20:39.910Z] + dpkg -l [2023-08-17T01:20:39.910Z] + grep '^ii' [2023-08-17T01:20:39.910Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-17T01:20:39.910Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-17T01:20:39.910Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-17T01:20:39.910Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-08-17T01:20:39.910Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-08-17T01:20:39.910Z] + 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-17T01:20:39.921Z] 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-17T01:20:40.206Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-17T01:20:40.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-17T01:20:40.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-17T01:20:40.876Z] prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container [2023-08-17T01:20:40.936Z] $ 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-17T01:20:41.207Z] $ docker top f0727dd40df89de00bd52dd23493a69f60c6034a05fb95900d6844794691846c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-17T01:20:41.515Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-17T01:20:41.795Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-17T01:20:42.089Z] + ls /var/log/sa-host [2023-08-17T01:20:42.089Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-17T01:20:42.264Z] provisioning config files... [2023-08-17T01:20:42.273Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12635913270964261151tmp [Pipeline] { [Pipeline] echo [2023-08-17T01:20:42.285Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:42.566Z] ---> create-netrc.sh [Pipeline] } [2023-08-17T01:20:42.572Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:42.909Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-17T01:20:42.916Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:43.195Z] ---> sudo-logs.sh [2023-08-17T01:20:43.195Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-17T01:20:43.217Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:43.501Z] ---> job-cost.sh [2023-08-17T01:20:43.501Z] lf-activate-venv: SKIPPING [2023-08-17T01:20:43.501Z] DEBUG: total: 0.2199999988079071 [2023-08-17T01:20:43.501Z] INFO: Retrieving Stack Cost... [2023-08-17T01:20:44.066Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-17T01:20:44.634Z] INFO: Archiving Costs [Pipeline] echo [2023-08-17T01:20:44.643Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-17T01:20:44.937Z] ---> logs-deploy.sh [2023-08-17T01:20:44.937Z] lf-activate-venv: SKIPPING [2023-08-17T01:20:44.937Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/36 [2023-08-17T01:20:44.937Z] INFO: archiving workspace using pattern(s): [2023-08-17T01:20:45.873Z] Archives upload complete. [2023-08-17T01:20:46.130Z] INFO: archiving logs to Nexus